@font-face { font-family: "Newsreader"; src: url("/fonts/newsreader-regular.woff2") format("woff2"); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: "Newsreader"; src: url("/fonts/newsreader-italic.woff2") format("woff2"); font-style: italic; font-weight: 300; font-display: swap; }
@font-face { font-family: "Public Sans"; src: url("/fonts/public-sans.woff2") format("woff2"); font-style: normal; font-weight: 300 700; font-display: swap; }
@font-face { font-family: "IBM Plex Mono"; src: url("/fonts/ibm-plex-mono-medium.woff2") format("woff2"); font-style: normal; font-weight: 500; font-display: swap; }
@font-face { font-family: "Noto Sans Cyrillic"; src: url("/fonts/noto-sans-cyrillic.woff2") format("woff2"); font-style: normal; font-weight: 300 700; font-display: swap; unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }
@font-face { font-family: "Noto Serif Cyrillic"; src: url("/fonts/noto-serif-cyrillic.woff2") format("woff2"); font-style: normal; font-weight: 400; font-display: swap; unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

:root {
  --navy: #072a4e; --navy-deep: #031a31; --flame: #d4511c; --amber: #ee9328;
  --petrol: #11627c; --teal: #148a8d; --paper: #faf7f1; --paper-2: #f1eadf;
  --rule: #ded4c4; --muted: #5f6d78; --white: #fffdf9; --gutter: clamp(20px, 4.2vw, 68px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--navy); font-family: "Public Sans", Arial, sans-serif; font-size: 16px; line-height: 1.65; text-rendering: optimizeLegibility; }
a { color: inherit; }
img { display: block; max-width: 100%; }
::selection { background: #ee93282e; }
:focus-visible { outline: 2px solid var(--amber); outline-offset: 4px; }
.section-shell, .header-inner { width: min(100%, 1480px); margin-inline: auto; padding-inline: var(--gutter); }

.site-header { position: sticky; z-index: 30; top: 0; height: 88px; border-bottom: 1px solid var(--rule); background: rgba(250,247,241,.93); backdrop-filter: blur(18px); }
.header-inner { display: flex; height: 100%; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; flex: 0 0 auto; align-items: center; text-decoration: none; }
.brand img { width: 204px; height: auto; max-height: 66px; object-fit: contain; }
.header-tools, .desktop-nav { display: flex; align-items: center; }
.header-tools { gap: 28px; }
.desktop-nav { gap: clamp(18px, 2vw, 34px); }
.desktop-nav a { color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: .12em; text-decoration: none; text-transform: uppercase; }
.desktop-nav a:hover { color: var(--navy); }
.header-project-cta { display: inline-flex; min-height: 38px; align-items: center; padding: 0 16px; background: var(--flame); color: white; font-size: 11px; font-weight: 700; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.header-project-cta:hover { background: #b93b1b; color: white; }
.language-switcher { display: inline-flex; padding: 3px; border: 1px solid var(--rule); border-radius: 999px; background: rgba(255,255,255,.58); }
.language-switcher a { display: grid; width: 34px; height: 30px; place-items: center; border-radius: 999px; color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-decoration: none; }
.language-switcher a[aria-current="page"] { background: var(--navy); color: white; }

.locale-ru { font-family: "Noto Sans Cyrillic", "Public Sans", Arial, sans-serif; }
.locale-ru h1, .locale-ru h2, .locale-ru h3 { font-family: "Noto Serif Cyrillic", "Newsreader", Georgia, serif; }

.hero { padding-top: clamp(64px, 7vw, 118px); padding-bottom: clamp(66px, 7vw, 110px); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, .32fr); gap: clamp(48px, 8vw, 128px); align-items: end; }
.eyebrow { margin: 0 0 14px; font-size: 11px; font-weight: 700; letter-spacing: .2em; line-height: 1.4; text-transform: uppercase; }
.eyebrow.warm { color: var(--flame); }
.eyebrow.cool { color: var(--teal); }
.corridor-kicker { margin: 0 0 28px; color: var(--petrol); font-family: "Newsreader", Georgia, serif; font-size: clamp(20px, 2vw, 30px); font-style: italic; }
h1, h2, h3 { font-family: "Newsreader", Georgia, serif; font-weight: 400; }
h1 { max-width: 960px; margin: 0; font-size: clamp(48px, 6.2vw, 92px); letter-spacing: -.03em; line-height: .98; }
h2 { margin: 0; font-size: clamp(38px, 4.2vw, 64px); letter-spacing: -.025em; line-height: 1.03; }
h3 { font-size: 26px; line-height: 1.15; }
.hero-lede { max-width: 930px; margin: 34px 0 0; color: var(--muted); font-size: clamp(18px, 1.55vw, 22px); line-height: 1.62; }
.hero-supporting { max-width: 840px; margin: 24px 0 0; padding-left: 18px; border-left: 3px solid var(--amber); font-family: "Newsreader", Georgia, serif; font-size: clamp(19px, 1.6vw, 24px); line-height: 1.5; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.button { display: inline-flex; min-height: 58px; min-width: 230px; align-items: center; justify-content: space-between; gap: 28px; padding: 0 24px; font-size: 12px; font-weight: 700; letter-spacing: .09em; text-decoration: none; text-transform: uppercase; transition: transform 180ms ease, background 180ms ease; }
.button:hover { transform: translateY(-2px); }
.button-navy { background: var(--navy); color: white; }
.button-warm { background: var(--flame); color: white; }
.button-outline-warm { border: 1.5px solid var(--flame); background: transparent; color: var(--flame); }
.button-outline-warm:hover { background: var(--flame); color: white; }
.portfolio-trust { border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); background: var(--paper-2); }
.portfolio-trust-inner { display: grid; grid-template-columns: minmax(0, .9fr) minmax(460px, 1.1fr); gap: clamp(36px, 7vw, 104px); align-items: center; padding-top: clamp(32px, 4vw, 52px); padding-bottom: clamp(32px, 4vw, 52px); }
.portfolio-trust-heading { max-width: 510px; }
.portfolio-trust-heading .eyebrow { margin-bottom: 10px; }
.portfolio-trust-heading h2 { font-size: clamp(28px, 2.8vw, 42px); line-height: 1.08; }
.portfolio-trust-heading > p:last-child { margin: 12px 0 0; color: var(--muted); font-size: 14px; line-height: 1.55; }
.portfolio-trust-stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--navy); border-bottom: 1px solid var(--navy); }
.portfolio-trust-stats > div { display: grid; justify-items: center; gap: 6px; padding: 22px 18px 24px; text-align: center; }
.portfolio-trust-stats > div + div { border-left: 1px solid var(--rule); }
.portfolio-trust strong { font-family: "Newsreader", Georgia, serif; font-size: clamp(38px, 3.4vw, 54px); font-weight: 400; line-height: 1; }
.portfolio-trust span { color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.hero-proof { display: block; padding: 26px; border-top: 3px solid var(--amber); background: var(--paper-2); }
.proof-row { display: grid; grid-template-columns: 34px 1fr; gap: 14px; align-items: start; padding: 16px 0; }
.proof-row + .proof-row { border-top: 1px solid var(--rule); }
.hero-proof span { color: var(--flame); font-family: "IBM Plex Mono", monospace; font-size: 11px; }
.hero-proof strong { font-family: "Newsreader", Georgia, serif; font-size: 18px; font-weight: 400; line-height: 1.25; }

.corridor { padding-top: clamp(74px, 8vw, 126px); padding-bottom: clamp(72px, 8vw, 120px); border-top: 1px solid var(--rule); }
.split-heading { display: grid; grid-template-columns: minmax(0, .9fr) minmax(340px, .6fr); gap: clamp(46px, 8vw, 120px); align-items: end; }
.split-heading > *, .audience-grid article, .evidence-grid article, .contact-routes article { min-width: 0; }
.split-heading strong { font-family: "Newsreader", Georgia, serif; font-size: clamp(22px, 2vw, 30px); font-weight: 400; }
.split-heading p:last-child { margin: 16px 0 0; color: var(--muted); }
.map-figure { margin: 48px 0 0; }
.map-scroll { overflow: hidden; }
.map-stage { position: relative; overflow: hidden; border: 1px solid var(--rule); background: #eee6dc; }
.map-visual { width: 100%; height: auto; }
.mobile-map { display: none; }
.map-city { position: absolute; z-index: 2; display: inline-flex; align-items: center; gap: 5px; flex-direction: column; color: var(--navy); font-size: clamp(10px, 1.12vw, 17px); font-weight: 700; letter-spacing: .13em; line-height: 1; text-transform: uppercase; transform: translateX(-50%); }
.map-city i { width: 11px; height: 11px; border: 2px solid #315b69; border-radius: 50%; background: var(--paper); box-shadow: 0 0 0 4px rgba(251,248,243,.88); }
.map-city span { color: var(--navy); text-shadow: -1px -1px 0 rgba(251,248,243,.85), 1px -1px 0 rgba(251,248,243,.85), -1px 1px 0 rgba(251,248,243,.85), 1px 1px 0 rgba(251,248,243,.85); white-space: nowrap; }
.caucasus-fill { position: absolute; z-index: 1; inset: 0; width: 100%; height: 100%; overflow: visible; pointer-events: none; }
.caucasus-fill polygon { fill: #a8c2b0; fill-opacity: .74; stroke: #6f9782; stroke-opacity: .72; stroke-width: .09; vector-effect: non-scaling-stroke; }
.map-city-tbilisi { top: 49.8%; left: 60.5%; }
.map-city-yerevan { top: 54.8%; left: 60.2%; }
.map-city-baku { top: 53.2%; left: 65.7%; }
.map-city-tbilisi span { transform: translate(-68%, -22px); }
.map-city-yerevan span { transform: translate(-72%, 9px); }
.map-city-baku span { transform: translate(64%, -4px); }
.map-city-madrid { top: 55.4%; left: 8.8%; }
.map-city-tashkent { top: 52.2%; left: 86.4%; }
.map-city-astana { top: 29.2%; left: 86.3%; }
.map-city-bishkek { top: 47.2%; left: 91.6%; }
.map-city-almaty { top: 45.8%; left: 94.7%; }
.map-city-ashgabat { top: 57.5%; left: 73.1%; }
.map-city-dushanbe { top: 62.7%; left: 85.5%; }
.map-city-bishkek span { transform: translateX(-38%); }
.map-city-almaty span { transform: translate(38%, -3px); }
.map-city-dushanbe span { transform: translateX(9%); }
.map-legend { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 24px; padding-top: 22px; color: var(--muted); font-size: 14px; line-height: 1.5; }
.legend-item { display: inline-flex; align-items: center; gap: 10px; }
.legend-item strong { color: var(--navy); }
.legend-item i { width: 13px; height: 13px; flex: 0 0 13px; border-radius: 2px; }
.legend-spain i { background: linear-gradient(135deg, #c52918, var(--amber)); }
.legend-launch i { background: linear-gradient(135deg, var(--petrol), var(--teal)); }
.legend-future i { background: #cdd9da; }

.why { padding-top: clamp(72px, 8vw, 124px); padding-bottom: clamp(74px, 8vw, 124px); border-top: 1px solid var(--rule); }
.why > h2 { max-width: 980px; }
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 46px; border-top: 1px solid var(--navy); border-bottom: 1px solid var(--navy); }
.why-grid article { padding: 28px clamp(22px, 3vw, 42px) 34px 0; }
.why-grid article + article { padding-left: clamp(22px, 3vw, 42px); border-left: 1px solid var(--rule); }
.why-grid span { color: var(--flame); font-family: "IBM Plex Mono", monospace; font-size: 11px; }
.why-grid h3 { margin: 20px 0 12px; }
.why-grid p { margin: 0; color: var(--muted); }
.conversion-flow { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 32px; }
.conversion-flow span { display: inline-flex; align-items: center; gap: 10px; color: var(--navy); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.conversion-flow span:not(:last-child)::after { color: var(--amber); content: "→"; }
.mobile-menu { display: none; position: relative; }
.mobile-menu summary { display: grid; width: 34px; height: 34px; cursor: pointer; list-style: none; place-content: center; gap: 6px; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu summary span { display: block; width: 22px; height: 1px; background: var(--navy); }
.mobile-menu nav { position: fixed; top: 76px; right: 0; left: 0; display: grid; padding: 20px var(--gutter) 28px; border-bottom: 1px solid var(--rule); background: var(--paper); box-shadow: 0 18px 40px rgba(3,26,49,.12); }
.mobile-menu nav a { padding: 10px 0; color: var(--navy); font-size: 13px; font-weight: 700; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }

.dark-section { background: var(--navy-deep); color: var(--white); }
.tonal-section { background: var(--paper-2); }
.workflow, .institutions, .geography, .audiences, .evidence, .context, .capabilities, .engagement, .boundary, .contact { padding-top: clamp(76px, 8vw, 126px); padding-bottom: clamp(76px, 8vw, 126px); }
.workflow .split-heading, .evidence .split-heading { align-items: start; }
.section-number { margin: 0; color: var(--amber); font-family: "IBM Plex Mono", monospace; font-size: 12px; letter-spacing: .18em; text-align: right; }
.eyebrow.amber { color: var(--amber); }
.step-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 58px; border-top: 1px solid rgba(255,255,255,.35); }
.step-grid article { min-height: 290px; padding: 30px 34px 34px 0; border-bottom: 1px solid rgba(255,255,255,.24); }
.step-grid article:not(:nth-child(3n + 1)) { padding-left: 34px; border-left: 1px solid rgba(255,255,255,.24); }
.step-grid span, .region-grid > article > span, .engagement-list > article > span, .contact-routes > article > span { color: var(--amber); font-family: "IBM Plex Mono", monospace; font-size: 11px; }
.step-grid h3 { margin: 54px 0 12px; color: var(--white); font-size: 30px; }
.step-grid p, .evidence .split-heading > p { margin: 0; color: rgba(255,255,255,.68); }

.institutions .split-heading > p, .geography .split-heading > p, .contact .split-heading > p { margin: 0; color: var(--muted); }
.actor-list { margin-top: 52px; border-top: 1px solid var(--navy); }
.actor-list article { display: grid; grid-template-columns: minmax(240px, .45fr) 1fr; gap: 40px; padding: 25px 0; border-bottom: 1px solid var(--rule); }
.actor-list h3, .actor-list p { margin: 0; }
.actor-list h3 { font-family: "Public Sans", Arial, sans-serif; font-size: 16px; font-weight: 700; }
.actor-list p { color: var(--muted); }
.disclaimer-band { margin: 36px 0 0; padding: 20px 24px; border-left: 4px solid var(--flame); background: #fff8ef; font-size: 14px; font-weight: 700; }

.region-grid, .audience-grid, .contact-routes { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 52px; }
.region-grid article { min-height: 360px; padding: 30px 34px; border-top: 3px solid var(--navy); background: var(--white); }
.region-grid article + article { border-left: 1px solid var(--rule); }
.card-label { margin: 26px 0 0; color: var(--flame); font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.region-grid h3 { margin: 22px 0 16px; font-size: 27px; }
.region-grid article > p:last-child { color: var(--muted); }

.audience-grid { border-top: 1px solid var(--navy); border-bottom: 1px solid var(--navy); }
.audience-grid article { display: flex; min-height: 520px; flex-direction: column; padding: 30px 34px 34px 0; }
.audience-grid article + article { padding-left: 34px; border-left: 1px solid var(--rule); }
.card-top { display: flex; align-items: center; justify-content: space-between; }
.card-top > span { color: var(--flame); font-family: "IBM Plex Mono", monospace; font-size: 11px; }
.card-top .card-label { margin: 0; }
.audience-grid h3 { margin: 42px 0 24px; font-size: 27px; }
.audience-grid ul, .evidence-grid ul { margin: 0; padding: 0; list-style: none; }
.audience-grid li, .evidence-grid li { position: relative; padding: 9px 0 9px 18px; border-top: 1px solid var(--rule); color: var(--muted); font-size: 14px; }
.audience-grid li::before, .evidence-grid li::before { position: absolute; top: 15px; left: 0; width: 5px; height: 5px; border-radius: 50%; background: var(--amber); content: ""; }
.audience-grid article > a { margin-top: auto; padding-top: 34px; color: var(--flame); font-size: 12px; font-weight: 700; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.audience-grid article > a span { margin-left: 12px; }

.evidence-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 16px; margin-top: 42px; }
.evidence-grid article { grid-column: span 2; padding: clamp(22px, 2.2vw, 32px); border: 1px solid rgba(255,255,255,.25); background: rgba(255,255,255,.035); }
.case-meta { display: flex; gap: 14px; justify-content: space-between; color: var(--amber); font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.case-geography { display: inline-flex; min-width: 0; align-items: baseline; gap: 7px; }
.country-flag { flex: 0 0 auto; font-size: 15px; font-weight: 400; letter-spacing: 0; line-height: 1; text-transform: none; }
.evidence-grid h3 { max-width: 560px; margin: 24px 0 16px; color: white; font-size: clamp(24px, 2vw, 32px); line-height: 1.08; }
.evidence-grid li { border-color: rgba(255,255,255,.16); color: rgba(255,255,255,.72); }
.stage { display: flex; align-items: center; gap: 10px; margin: 30px 0 0; color: white; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.stage span { width: 8px; height: 8px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 5px rgba(20,138,141,.16); }
.evidence-note { max-width: 920px; margin: 28px 0 0; color: rgba(255,255,255,.5); font-size: 12px; }
.evidence-catalogue-link { display: inline-flex; margin-top: 34px; color: var(--amber); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.case-description { margin: 0; color: rgba(255,255,255,.7); font-size: 14px; line-height: 1.55; }
.case-stage { display: grid; gap: 4px; margin-top: 20px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.16); }
.case-stage span { color: var(--amber); font-size: 9px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.case-stage strong { color: white; font-family: "Newsreader", Georgia, serif; font-size: 19px; font-weight: 400; }
.case-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 16px; }
.case-tags span { padding: 5px 8px; border: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.68); font-size: 8px; font-weight: 700; letter-spacing: .08em; line-height: 1.2; text-transform: uppercase; }

.context-card { position: relative; max-width: 1160px; padding: clamp(38px, 6vw, 86px); overflow: hidden; border: 1px solid var(--rule); background: var(--white); }
.context-card::after { position: absolute; top: -150px; right: -160px; width: 520px; height: 520px; border: 72px solid rgba(212,81,28,.07); border-radius: 50%; content: ""; }
.context-card h2 { max-width: 850px; }
.context-card > p, .context-card > a { position: relative; z-index: 1; }
.context-lede { max-width: 900px; margin: 38px 0 20px; color: var(--navy); font-family: "Newsreader", Georgia, serif; font-size: clamp(22px, 2.2vw, 32px); line-height: 1.42; }
.context-card > p:not(.eyebrow):not(.context-lede) { max-width: 780px; color: var(--muted); }
.context-card > a { display: inline-flex; gap: 22px; margin-top: 20px; color: var(--flame); font-size: 12px; font-weight: 700; letter-spacing: .09em; text-decoration: none; text-transform: uppercase; }

.capabilities { border-top: 1px solid var(--rule); }
.capability-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(380px, .7fr); gap: clamp(50px, 8vw, 120px); }
.capability-lede { margin: 0; font-family: "Newsreader", Georgia, serif; font-size: clamp(24px, 2.4vw, 34px); line-height: 1.4; }
.fine-print { margin: 30px 0 0; padding-top: 24px; border-top: 1px solid var(--rule); color: var(--muted); font-size: 13px; }

.engagement-list { margin-top: 52px; border-top: 1px solid var(--navy); }
.engagement-list article { display: grid; grid-template-columns: 70px minmax(240px, .55fr) 1fr; gap: 24px; align-items: baseline; padding: 26px 0; border-bottom: 1px solid var(--rule); }
.engagement-list h3, .engagement-list p { margin: 0; }
.engagement-list p { color: var(--muted); }

.boundary-card { padding: clamp(38px, 6vw, 80px); background: var(--navy); color: white; }
.boundary-card h2 { max-width: 940px; }
.boundary-card > div { display: grid; grid-template-columns: repeat(2, 1fr); gap: 50px; margin-top: 44px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.3); }
.boundary-card > div p { margin: 0; color: rgba(255,255,255,.72); }

.contact-details { display: grid; grid-template-columns: 1.4fr .7fr 1fr; gap: 32px; align-items: end; margin: 50px 0 0; padding: 28px 30px; border-top: 3px solid var(--amber); background: var(--paper-2); font-style: normal; }
.contact-details > div { display: flex; min-width: 0; flex-direction: column; gap: 4px; }
.contact-details .card-label { margin: 0 0 12px; }
.contact-details strong { color: var(--navy); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.contact-details span, .contact-details a { color: var(--muted); font-size: 14px; text-decoration: none; }
.contact-details a:hover { color: var(--flame); }
.contact-details small { grid-column: 1 / -1; padding-top: 18px; border-top: 1px solid var(--rule); color: var(--muted); font-size: 11px; }
.contact-routes { margin-top: 34px; border-top: 1px solid var(--navy); }
.contact-routes article { min-width: 0; padding: 30px 34px 34px 0; }
.contact-routes article + article { padding-left: 34px; border-left: 1px solid var(--rule); }
.contact-routes h3 { min-height: 62px; margin: 24px 0 16px; font-size: 28px; }
.contact-routes article > p:not(.card-label) { min-height: 150px; color: var(--muted); font-size: 14px; }
.contact-routes .button { width: 100%; min-width: 0; font-size: 10px; text-transform: none; }

.site-footer { padding: 58px 0; border-top: 1px solid var(--rule); background: var(--paper); color: var(--navy); }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr .7fr; gap: 54px; }
.site-footer .footer-logo { width: 280px; height: auto; }
.site-footer p { max-width: 420px; color: var(--muted); font-size: 13px; }
.site-footer a { color: var(--flame); text-decoration: none; }
.footer-links { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; color: var(--muted); font-size: 12px; }
.footer-links small { margin-top: 16px; color: #7b858d; }

/* V2 audit revision: a shorter, evidence-led landing page */
.brand img { width: 218px; height: 62px; background: transparent; object-fit: contain; filter: drop-shadow(0 1px 0 rgba(255,255,255,.25)); }
.hero { padding-top: clamp(62px, 6vw, 92px); padding-bottom: clamp(64px, 6vw, 94px); }
.hero-copy { max-width: 1280px; }
.hero-title { max-width: 1180px; font-size: clamp(42px, 4.4vw, 68px); line-height: 1.04; text-wrap: balance; }
.hero-lede { max-width: 920px; }
.corridor, .workflow, .institutions, .audiences, .evidence, .capabilities, .engagement, .contact { padding-top: clamp(64px, 6vw, 96px); padding-bottom: clamp(64px, 6vw, 96px); }
.mobile-scope { display: none; }
.evidence-city i { border-color: var(--amber); background: var(--flame); box-shadow: 0 0 0 5px rgba(238,147,40,.22); }
.map-legend { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 28px; }
.legend-item { align-items: flex-start; }
.legend-item i.legend-evidence, .scope-dot.scope-evidence { border: 3px solid var(--amber); background: var(--flame); }
.legend-item i.legend-scope, .scope-dot.scope-scope { background: linear-gradient(135deg, var(--petrol), #cdd9da); }
.legend-item i.legend-caucasus, .scope-dot.scope-caucasus { background: #a8c2b0; }
.legend-item i.legend-spanish, .scope-dot.scope-spanish { background: linear-gradient(135deg, #c52918, var(--amber)); }

/* Project pipeline */
.projects-surface { min-height: 100vh; background: var(--paper); }
.project-site-header .header-inner { gap: 18px; }
.project-nav { display: flex; align-items: center; margin-left: auto; }
.project-nav a { color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.project-nav .project-return { display: inline-flex; min-height: 38px; align-items: center; padding: 0 16px; background: var(--flame); color: white; }
.project-nav .project-return:hover { background: #b93b1b; }
.projects-hero { padding-top: clamp(56px, 5vw, 88px); padding-bottom: clamp(48px, 4vw, 72px); }
.projects-hero h1 { max-width: 1180px; margin: 16px 0 22px; font-size: clamp(38px, 4vw, 60px); line-height: 1.08; text-wrap: balance; }
.projects-hero > p:not(.eyebrow) { max-width: 860px; margin: 0; color: var(--muted); font-size: clamp(18px, 2vw, 24px); line-height: 1.55; }
.pipeline-summary { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); max-width: 760px; margin-top: 52px; border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.pipeline-summary div { display: grid; gap: 4px; padding: 22px 24px; }
.pipeline-summary div + div { border-left: 1px solid var(--rule); }
.pipeline-summary strong { color: var(--navy); font-family: "Newsreader", Georgia, serif; font-size: 40px; font-weight: 400; line-height: 1; }
.pipeline-summary span { color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.projects-catalogue { padding-top: 0; padding-bottom: clamp(80px, 9vw, 130px); }
.project-filters { display: grid; grid-template-columns: minmax(220px, 1.5fr) repeat(3, minmax(150px, 1fr)) auto; gap: 12px; align-items: end; padding: 24px; border: 1px solid var(--rule); background: white; }
.project-filters label { display: grid; gap: 7px; }
.project-filters label > span { color: var(--navy); font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.project-filters input, .project-filters select { width: 100%; min-width: 0; height: 46px; padding: 0 13px; border: 1px solid #cfc8bd; border-radius: 0; background: var(--paper); color: var(--navy); font: inherit; font-size: 14px; }
.project-filters > a { display: grid; height: 46px; place-items: center; padding: 0 8px; color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.active-filter { display: inline-flex; gap: 7px; margin: 18px 0 0; padding: 7px 10px; border: 1px solid var(--orange); color: var(--orange); font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.active-filter a { color: inherit; text-decoration: none; }
.catalogue-heading { display: flex; justify-content: flex-end; padding: 30px 0 14px; border-bottom: 1px solid var(--navy); }
.catalogue-heading p { margin: 0; color: var(--muted); font-size: 12px; text-transform: uppercase; }
.catalogue-heading strong { color: var(--navy); }
.portfolio-views { display: grid; gap: clamp(48px, 7vw, 96px); margin-top: 28px; }
.portfolio-view { border-top: 2px solid var(--navy); }
.portfolio-view header { display: flex; align-items: end; justify-content: space-between; gap: 30px; padding: 25px 0 20px; }
.portfolio-view header .eyebrow { margin: 0; }
.portfolio-view h2 { max-width: 760px; margin: 9px 0 0; font-size: clamp(28px, 3.2vw, 44px); line-height: 1.12; }
.portfolio-context { max-width: 760px; margin: 14px 0 0; color: var(--muted); font-size: 15px; line-height: 1.55; }
.portfolio-source-note { margin: 24px 0 0; padding-top: 18px; border-top: 1px solid var(--rule); color: var(--muted); font-size: 12px; line-height: 1.55; }
.portfolio-view header > strong { color: var(--flame); font-family: "Newsreader", Georgia, serif; font-size: clamp(40px, 4vw, 58px); font-weight: 400; line-height: .9; }
.portfolio-view-active { border-top-color: var(--flame); }
.portfolio-view-active header .eyebrow { color: var(--flame); }
.portfolio-sector-groups { display: grid; gap: 44px; }
.portfolio-sector-group { border-top: 1px solid var(--rule); }
.portfolio-sector-group > header { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 19px 0; }
.portfolio-sector-group > header .eyebrow { margin: 0; }
.portfolio-sector-group > header p:last-child { margin: 4px 0 0; color: var(--muted); font-size: 13px; }
.portfolio-sector-group > header > a { color: var(--flame); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; white-space: nowrap; }
.project-cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.project-cards article { display: flex; min-height: 370px; flex-direction: column; padding: clamp(24px, 2.7vw, 40px); border-bottom: 1px solid var(--rule); }
.project-cards article:not(:nth-child(3n)) { border-right: 1px solid var(--rule); }
.project-card-meta { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px 20px; color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.project-reference { margin: 34px 0 0 !important; color: var(--flame) !important; font-size: 10px !important; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.project-cards h3 { max-width: 620px; margin: 12px 0 18px; font-size: clamp(27px, 2.3vw, 38px); line-height: 1.13; }
.project-cards article > p:not(.project-reference) { max-width: 620px; margin: 0; color: var(--muted); font-size: 16px; }
.project-card-footer { display: flex; align-items: end; justify-content: space-between; gap: 18px; margin-top: auto; padding-top: 34px; }
.project-card-footer > span { max-width: 230px; color: var(--petrol); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.project-card-footer a, .project-empty a, .project-back { color: var(--flame); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.project-empty { padding: 70px 0; text-align: center; }
.project-empty p { color: var(--muted); }
.project-pagination { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; margin-top: 34px; padding-top: 22px; border-top: 1px solid var(--navy); }
.project-pagination a, .project-pagination span { display: inline-flex; min-height: 44px; align-items: center; color: var(--flame); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.project-pagination a:last-child, .project-pagination span:last-child { justify-content: flex-end; }
.project-pagination span { color: #a7afb5; }
.project-pagination p { margin: 0; color: var(--muted); font-size: 12px; font-weight: 700; letter-spacing: .08em; }
.project-detail-hero { padding-top: 64px; padding-bottom: 70px; }
.project-back { display: inline-block; margin-bottom: 54px; }
.project-detail-heading { display: grid; grid-template-columns: minmax(0, 1fr) 280px; gap: clamp(42px, 8vw, 120px); align-items: end; }
.project-detail-heading h1 { max-width: 940px; margin: 16px 0 0; font-size: clamp(46px, 5.6vw, 78px); line-height: 1.04; text-wrap: balance; }
.project-detail-heading aside { display: grid; grid-template-columns: 1fr; gap: 4px; padding: 24px 0; border-top: 1px solid var(--navy); border-bottom: 1px solid var(--navy); }
.project-detail-heading aside span { margin-top: 13px; color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.project-detail-heading aside span:first-child { margin-top: 0; }
.project-detail-heading aside strong { color: var(--navy); font-size: 14px; }
.project-detail-summary { max-width: 950px; margin: 48px 0 0; color: var(--muted); font-family: "Newsreader", Georgia, serif; font-size: clamp(26px, 3vw, 38px); line-height: 1.34; }
.project-detail-body { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); padding-top: 0; padding-bottom: 82px; }
.project-detail-body article { padding: 34px clamp(20px, 3vw, 40px); border-top: 1px solid var(--navy); border-bottom: 1px solid var(--rule); }
.project-detail-body article + article { border-left: 1px solid var(--rule); }
.project-detail-body article > span { color: var(--flame); font-size: 10px; font-weight: 700; letter-spacing: .12em; }
.project-detail-body h2 { margin: 34px 0 18px; font-size: clamp(28px, 3vw, 40px); }
.project-detail-body p { margin: 0; color: var(--muted); font-size: 16px; }
.project-disclosure { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 40px; align-items: end; padding-top: 48px; padding-bottom: 90px; border-top: 1px solid var(--rule); }
.project-disclosure > div { max-width: 800px; }
.project-disclosure > div > p:last-child { color: var(--muted); }

/* Public catalogue productisation */
.public-catalogue-surface .projects-hero { padding-bottom: 46px; }
.capability-shortcuts { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 32px; }
.capability-shortcuts a, .project-role-chips span, .role-list span { display: inline-flex; min-height: 30px; align-items: center; padding: 0 11px; border: 1px solid var(--rule); color: var(--navy); font-size: 10px; font-weight: 700; letter-spacing: .07em; line-height: 1.1; text-decoration: none; text-transform: uppercase; }
.capability-shortcuts a:last-child { border-color: var(--flame); color: var(--flame); }
.showcase-section, .industries-section, .clusters-section { padding-top: 48px; padding-bottom: 48px; border-top: 1px solid var(--rule); }
.showcase-section > header, .catalogue-intro { display: flex; align-items: end; justify-content: space-between; gap: 36px; }
.showcase-section header h2, .industries-section h2, .clusters-section h2, .catalogue-intro h2 { max-width: 760px; margin: 10px 0; font-size: clamp(32px, 3.6vw, 52px); line-height: 1.08; }
.showcase-section header p:not(.eyebrow), .industries-section header > p:not(.eyebrow), .catalogue-intro p:not(.eyebrow) { max-width: 720px; margin: 0; color: var(--muted); }
.showcase-section > header > strong, .catalogue-intro > strong { color: var(--flame); font-family: "Newsreader", Georgia, serif; font-size: clamp(42px, 5vw, 66px); font-weight: 400; line-height: 1; }
.catalogue-intro > strong span { display: block; margin-top: 7px; color: var(--muted); font-family: Inter, Arial, sans-serif; font-size: 10px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.compact-cards { max-width: 460px; margin-top: 28px; border-top: 1px solid var(--rule); }
.compact-cards article { min-height: 0; padding: 26px 0 28px; border-right: 0 !important; }
.compact-cards h3 { font-size: clamp(26px, 2.4vw, 35px); }
.project-card-scale { margin: 0 0 14px !important; color: var(--navy) !important; font-family: "Newsreader", Georgia, serif; font-size: 18px !important; }
.project-role-chips { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 20px; }
.project-role-chips span { min-height: 24px; padding: 0 7px; font-size: 8px; }
.industry-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 34px; border-top: 1px solid var(--navy); }
.industry-grid a { min-height: 220px; padding: 22px 26px; border-bottom: 1px solid var(--rule); color: inherit; text-decoration: none; }
.industry-grid a:not(:nth-child(3n)) { border-right: 1px solid var(--rule); }
.industry-grid a > span { color: var(--flame); font-family: "Newsreader", Georgia, serif; font-size: 36px; }
.industry-grid h3 { margin: 14px 0 8px; color: var(--navy); font-size: 27px; line-height: 1.1; }
.industry-grid p { min-height: 34px; margin: 0; color: var(--muted); font-size: 12px; }
.industry-grid strong { display: block; margin-top: 22px; color: var(--flame); font-size: 10px; letter-spacing: .09em; text-transform: uppercase; }
.clusters-section { background: var(--paper-2); }
.cluster-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; margin-top: 32px; background: var(--rule); }
.cluster-grid article { padding: 26px; background: var(--paper-2); }
.cluster-grid h3 { margin: 14px 0; font-size: 28px; line-height: 1.12; }
.cluster-grid p:not(.eyebrow) { color: var(--muted); font-size: 14px; }
.cluster-grid ul { display: grid; gap: 9px; margin: 22px 0 0; padding: 18px 0 0; border-top: 1px solid var(--rule); list-style: none; }
.cluster-grid li { color: var(--navy); font-size: 13px; }
.public-project-filters { grid-template-columns: minmax(220px, 1.5fr) repeat(3, minmax(125px, 1fr)) auto auto; margin-top: 28px; }
.more-filters { align-self: end; }
.more-filters > summary { display: flex; height: 46px; align-items: center; cursor: pointer; color: var(--navy); font-size: 10px; font-weight: 700; letter-spacing: .08em; list-style: none; text-transform: uppercase; }
.more-filters > summary::-webkit-details-marker { display: none; }
.more-filters > summary::after { margin-left: 8px; content: "+"; font-size: 16px; font-weight: 400; }
.more-filters[open] > summary::after { content: "−"; }
.more-filters > div { position: absolute; z-index: 5; display: grid; grid-template-columns: repeat(3, minmax(180px, 1fr)); gap: 12px; width: min(720px, calc(100vw - 72px)); margin-top: 8px; padding: 18px; border: 1px solid var(--rule); background: white; box-shadow: 0 16px 40px rgba(12,40,67,.12); }
.catalogue-cards { margin-top: 30px; border-top: 1px solid var(--navy); }
.catalogue-cards article { min-height: 330px; padding: 28px; }
.asset-catalogue-note { margin: 28px 0 0; color: var(--muted); font-size: 13px; }
.project-stage-badge { display: inline-flex; width: fit-content; align-items: center; padding: 9px 12px; border: 1px solid var(--flame); color: var(--flame); font-size: 10px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.project-key-facts { padding-top: 0; padding-bottom: 62px; }
.project-key-facts > p { margin: 0 0 18px; }
.project-key-facts > div:first-of-type { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--navy); border-bottom: 1px solid var(--rule); }
.project-key-facts article { display: grid; gap: 7px; min-height: 100px; padding: 20px; border-right: 1px solid var(--rule); }
.project-key-facts article:last-child { border-right: 0; }
.project-key-facts article span { color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.project-key-facts article strong { font-family: "Newsreader", Georgia, serif; font-size: 20px; font-weight: 400; line-height: 1.18; }
.detail-roles { margin-top: 16px; }
.project-detail-body { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.project-detail-body article ul { display: grid; gap: 10px; margin: 18px 0 0; padding: 16px 0 0 18px; border-top: 1px solid var(--rule); color: var(--muted); font-size: 14px; }
.role-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
.related-section { padding-top: 0; padding-bottom: 60px; }
.resource-list, .related-projects { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 20px; border-top: 1px solid var(--navy); }
.resource-list article, .related-projects a { min-height: 170px; padding: 22px; border-bottom: 1px solid var(--rule); color: inherit; text-decoration: none; }
.resource-list article:not(:nth-child(3n)), .related-projects a:not(:nth-child(3n)) { border-right: 1px solid var(--rule); }
.resource-list h3, .related-projects strong { display: block; margin: 0 0 9px; font-size: 23px; line-height: 1.15; }
.resource-list p, .related-projects span { margin: 0 0 8px; color: var(--muted); font-size: 13px; }
.related-projects span, .related-projects em { color: var(--flame); font-size: 9px; font-style: normal; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.related-projects em { display: block; margin-top: 18px; }

@media (max-width: 1050px) {
  .project-filters { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .public-project-filters { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .public-project-filters .project-search { grid-column: 1 / -1; }
  .industry-grid, .cluster-grid, .resource-list, .related-projects { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .industry-grid a:nth-child(3n), .cluster-grid article:nth-child(3n), .resource-list article:nth-child(3n), .related-projects a:nth-child(3n) { border-right: 1px solid var(--rule); }
  .industry-grid a:nth-child(even), .cluster-grid article:nth-child(even), .resource-list article:nth-child(even), .related-projects a:nth-child(even) { border-right: 0; }
  .project-key-facts > div:first-of-type { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .project-search { grid-column: 1 / -1; }
  .project-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .project-cards article { border-right: 0; }
  .project-cards article:nth-child(odd) { border-right: 1px solid var(--rule); }
}

@media (max-width: 720px) {
  .project-site-header .header-inner { gap: 8px; }
  .project-site-header .brand img { width: 128px; }
  .project-site-header .language-switcher { margin-left: 0; }
  .project-nav { margin-left: auto; }
  .pipeline-summary { grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 34px; }
  .pipeline-summary div { padding: 16px 8px; }
  .pipeline-summary div + div { border-top: 0; border-left: 1px solid var(--rule); }
  .pipeline-summary strong { font-size: 32px; }
  .pipeline-summary span { font-size: 8px; letter-spacing: .09em; }
  .project-filters { grid-template-columns: 1fr; padding: 18px; }
  .public-project-filters { grid-template-columns: 1fr; }
  .project-search { grid-column: auto; }
  .project-cards { grid-template-columns: 1fr; }
  .project-cards article { min-height: 370px; padding: 30px 4px; border-right: 0 !important; }
  .portfolio-view header { align-items: start; }
  .portfolio-view header > strong { padding-top: 8px; }
  .project-card-footer { align-items: start; flex-direction: column; }
  .project-pagination { gap: 12px; }
  .project-detail-heading { grid-template-columns: 1fr; }
  .project-detail-body { grid-template-columns: 1fr; }
  .project-detail-body article + article { border-top: 0; border-left: 0; }
  .project-disclosure { grid-template-columns: 1fr; }
  .projects-hero { padding-top: 42px; }
  .capability-shortcuts { margin-top: 24px; }
  .capability-shortcuts a { min-height: 34px; }
  .showcase-section, .industries-section, .clusters-section { padding-top: 38px; padding-bottom: 38px; }
  .showcase-section > header, .catalogue-intro { align-items: start; flex-direction: column; gap: 12px; }
  .showcase-section > header > strong, .catalogue-intro > strong { font-size: 46px; }
  .industry-grid, .cluster-grid, .resource-list, .related-projects { grid-template-columns: 1fr; }
  .industry-grid a, .cluster-grid article, .resource-list article, .related-projects a { min-height: 0; border-right: 0 !important; }
  .industry-grid a { padding: 20px 0; }
  .cluster-grid { background: transparent; }
  .cluster-grid article { padding: 22px 0; border-bottom: 1px solid var(--rule); background: transparent; }
  .more-filters { width: 100%; }
  .more-filters > summary { justify-content: space-between; border-top: 1px solid var(--rule); }
  .more-filters > div { position: static; grid-template-columns: 1fr; width: auto; margin: 0; padding: 16px 0; border: 0; box-shadow: none; }
  .project-key-facts { padding-bottom: 42px; }
  .project-key-facts > div:first-of-type { grid-template-columns: 1fr; }
  .project-key-facts article { min-height: 0; padding: 15px 0; border-right: 0; border-bottom: 1px solid var(--rule); }
  .project-detail-body { gap: 0; }
}

/* Private project registry */
.admin-surface { min-height: 100vh; background: #f1eee8; color: var(--navy); }
.admin-header { position: sticky; z-index: 20; top: 0; display: flex; height: 78px; align-items: center; justify-content: space-between; padding: 0 clamp(20px, 4vw, 58px); border-bottom: 1px solid #d7d0c5; background: rgba(251,248,243,.96); backdrop-filter: blur(16px); }
.admin-header img { display: block; width: 178px; height: auto; }
.admin-header > div { display: grid; gap: 3px; text-align: right; }
.admin-header span { color: var(--flame); font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.admin-header strong { font-size: 12px; }
.admin-main { width: min(1480px, calc(100% - 40px)); margin: 0 auto; padding: 54px 0 100px; }
.admin-intro { display: flex; align-items: end; justify-content: space-between; gap: 42px; margin-bottom: 42px; }
.admin-intro h1 { margin: 8px 0 12px; font-size: clamp(48px, 6vw, 84px); }
.admin-intro p:not(.eyebrow) { max-width: 720px; margin: 0; color: var(--muted); }
.admin-public-link { flex: 0 0 auto; padding-bottom: 8px; color: var(--flame); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.admin-alert { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-bottom: 20px; padding: 16px 20px; border-left: 4px solid var(--teal); background: white; font-size: 13px; }
.admin-alert.error { border-left-color: var(--flame); background: #fff4eb; }
.admin-alert span { color: var(--muted); }
.admin-stats { display: grid; grid-template-columns: repeat(4, 1fr); margin-bottom: 28px; border: 1px solid #d7d0c5; background: white; }
.admin-stats div { display: grid; gap: 6px; padding: 22px 26px; }
.admin-stats div + div { border-left: 1px solid #e1dcd4; }
.admin-stats strong { font-family: "Newsreader", Georgia, serif; font-size: 36px; font-weight: 400; }
.admin-stats span { color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.admin-queue { display: grid; grid-template-columns: minmax(220px,.7fr) 1.3fr; gap: 30px; align-items: center; margin-top: 28px; padding: 24px 30px; border-left: 4px solid var(--amber); background: #fff8ef; }
.admin-queue h2 { margin: 4px 0 0; color: var(--navy); font-size: 25px; }
.admin-queue-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.admin-queue-stats span { color: var(--muted); font-size: 12px; line-height: 1.4; }
.admin-queue-stats strong { display: block; margin-bottom: 4px; color: var(--navy); font-family: "Newsreader", Georgia, serif; font-size: 30px; font-weight: 400; }
.admin-panel { margin-top: 28px; border: 1px solid #d7d0c5; background: #fff; }
.admin-panel-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; padding: 26px 30px; border-bottom: 1px solid #e1dcd4; }
.admin-panel-heading h2 { margin: 4px 0 0; font-size: clamp(28px, 3vw, 40px); }
.admin-panel-heading > span { color: var(--muted); font-size: 12px; }
.admin-secondary { min-height: 40px; padding: 0 16px; border: 1px solid var(--navy); background: white; color: var(--navy); font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }
.admin-primary { min-height: 40px; padding: 0 16px; border: 1px solid #dd531e; background: #dd531e; color: white; font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }
.admin-import-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; }
.admin-project-form { padding: 30px; }
.admin-form-grid, .admin-language-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 22px; }
.admin-project-form label { display: grid; gap: 7px; min-width: 0; }
.admin-project-form label > span { color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.admin-project-form input, .admin-project-form select, .admin-project-form textarea, .admin-table-wrap select { width: 100%; min-width: 0; padding: 11px 12px; border: 1px solid #cdc6bb; border-radius: 0; background: #fbfaf7; color: var(--navy); font: inherit; font-size: 14px; }
.admin-project-form input, .admin-project-form select { min-height: 44px; }
.admin-project-form textarea { resize: vertical; }
.admin-wide { grid-column: 1 / -1; }
.admin-copy-note { display: grid; grid-template-columns: 100px 1fr; gap: 18px; margin: 32px 0 16px; padding: 16px 18px; border-left: 3px solid var(--amber); background: #fff8ef; font-size: 13px; }
.admin-copy-note span { color: var(--muted); }
.admin-language { border-top: 1px solid #e1dcd4; }
.admin-language summary { padding: 20px 4px; color: var(--navy); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; }
.admin-language-grid { padding: 2px 0 28px; }
.admin-submit-row { display: flex; align-items: center; gap: 22px; padding-top: 28px; border-top: 1px solid #e1dcd4; }
.admin-submit-row button, .admin-table-wrap button { min-height: 44px; padding: 0 22px; border: 0; background: var(--navy); color: white; font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; }
.admin-submit-row span { color: var(--muted); font-size: 12px; }
.admin-table-wrap { overflow-x: auto; }
.admin-table-wrap table { width: 100%; min-width: 1020px; border-collapse: collapse; }
.admin-table-wrap th { padding: 14px 18px; border-bottom: 1px solid #d7d0c5; background: #f8f5f0; color: var(--muted); font-size: 9px; letter-spacing: .1em; text-align: left; text-transform: uppercase; }
.admin-table-wrap td { padding: 18px; border-bottom: 1px solid #e6e1da; color: var(--muted); font-size: 12px; vertical-align: top; }
.admin-table-wrap td:first-child { min-width: 260px; }
.admin-table-wrap td:first-child strong, .admin-table-wrap td:first-child span { display: block; }
.admin-table-wrap td:first-child strong { color: var(--navy); font-size: 11px; letter-spacing: .06em; }
.admin-table-wrap td:first-child span { margin-top: 6px; color: var(--muted); }
.admin-table-wrap td small { display: block; margin-top: 7px; color: var(--muted); font-size: 10px; }
.admin-table-wrap form { display: grid; grid-template-columns: minmax(120px, 1fr) auto; gap: 8px; }
.admin-row-actions { display: grid; gap: 9px; min-width: 230px; }
.admin-row-actions > a, .admin-back { color: var(--flame); font-size: 9px; font-weight: 700; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.admin-row-actions > a:hover, .admin-back:hover { text-decoration: underline; text-underline-offset: 3px; }
.admin-back { display: inline-flex; margin-bottom: 24px; }
.admin-edit-main .admin-intro { max-width: 1100px; }
.admin-table-wrap select { padding: 8px; font-size: 12px; }
.admin-table-wrap button { min-height: 36px; padding: 0 12px; }
.admin-status { display: inline-flex; padding: 5px 8px; background: #ece8e1; color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.admin-status.published { background: #e2efe9; color: #20624b; }
.admin-status.review { background: #fff0d7; color: #8a5312; }
.admin-status.archived { background: #e9e9e9; color: #666; }
.admin-status.source-unverified { background: #f4e3e0; color: #9b3a23; }
.admin-status.source-checked { background: #fff0d7; color: #8a5312; }
.admin-status.source-verified { background: #e2efe9; color: #20624b; }
.admin-language-status { display: flex; gap: 5px; }
.admin-language-status span, .admin-ready { display: inline-flex; padding: 5px 7px; font-size: 9px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.admin-language-status .draft { background: #ece8e1; color: #6b727b; }
.admin-language-status .review { background: #fff0d7; color: #8a5312; }
.admin-language-status .approved, .admin-ready.ready { background: #e2efe9; color: #20624b; }
.admin-ready.action { background: #f4e3e0; color: #9b3a23; }
.admin-filters { display: grid; grid-template-columns: minmax(180px,1.5fr) repeat(3,minmax(130px,1fr)) auto auto; gap: 12px; align-items: end; padding: 20px 30px; border-bottom: 1px solid #e1dcd4; background: #f8f5f0; }
.admin-filters label { display: grid; gap: 6px; }
.admin-filters label span { color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.admin-filters input, .admin-filters select { min-height: 38px; padding: 8px 10px; border: 1px solid #d7d0c5; background: white; color: var(--navy); font: inherit; font-size: 12px; }
.admin-filters button { min-height: 38px; padding: 0 14px; border: 0; background: var(--navy); color: white; cursor: pointer; font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.admin-filters a { padding: 12px 0; color: var(--flame); font-size: 9px; font-weight: 700; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.admin-readiness ul { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 0; margin: 0; padding: 0 30px 26px; list-style: none; }
.admin-readiness li { display: flex; gap: 10px; align-items: center; padding: 13px 0; border-bottom: 1px solid #e6e1da; color: var(--muted); font-size: 13px; }
.admin-readiness li:nth-child(odd) { padding-right: 20px; }
.admin-readiness li:nth-child(even) { padding-left: 20px; border-left: 1px solid #e6e1da; }
.admin-readiness li span { display: grid; width: 20px; height: 20px; place-items: center; border-radius: 50%; font-weight: 700; }
.admin-readiness .complete { color: #20624b; }
.admin-readiness .complete span { background: #e2efe9; }
.admin-readiness .pending span { background: #f4e3e0; color: #9b3a23; }
.admin-empty { padding: 70px 30px; color: var(--muted); text-align: center; }

@media (max-width: 800px) {
  .admin-main { width: min(100% - 24px, 1480px); padding-top: 34px; }
  .admin-intro { align-items: start; flex-direction: column; }
  .admin-stats { grid-template-columns: repeat(2, 1fr); }
  .admin-stats div:nth-child(3) { border-top: 1px solid #e1dcd4; border-left: 0; }
  .admin-stats div:nth-child(4) { border-top: 1px solid #e1dcd4; }
  .admin-panel-heading { align-items: start; flex-direction: column; padding: 22px 18px; }
  .admin-import-actions { justify-content: flex-start; }
  .admin-project-form { padding: 22px 18px; }
  .admin-form-grid, .admin-language-grid { grid-template-columns: 1fr; }
  .admin-wide { grid-column: auto; }
  .admin-copy-note { grid-template-columns: 1fr; }
  .admin-submit-row { align-items: start; flex-direction: column; }
  .admin-queue { grid-template-columns: 1fr; padding: 22px 18px; }
  .admin-queue-stats { grid-template-columns: 1fr; gap: 10px; }
  .admin-filters { grid-template-columns: 1fr 1fr; padding: 18px; }
  .admin-filters label:first-child { grid-column: 1 / -1; }
  .admin-readiness ul { grid-template-columns: 1fr; padding: 0 18px 20px; }
  .admin-readiness li:nth-child(odd), .admin-readiness li:nth-child(even) { padding-right: 0; padding-left: 0; border-left: 0; }
}
.workflow-intro { margin: 0; color: rgba(255,255,255,.72) !important; }
.audiences .split-heading > p, .engagement .split-heading > p { margin: 0; color: var(--muted); }
.audience-grid article { min-height: 440px; }
.audience-grid h3 { margin-top: 34px; }
.institution-footer { display: grid; grid-template-columns: minmax(280px,.7fr) 1fr; gap: clamp(32px,6vw,90px); margin-top: 38px; padding-top: 34px; border-top: 1px solid var(--navy); }
.institution-footer > p { margin: 0; padding: 20px 24px; border-left: 4px solid var(--flame); background: #fff8ef; font-size: 14px; font-weight: 700; }
.institution-footer > div > strong { font-family: "Newsreader", Georgia, serif; font-size: 28px; font-weight: 400; }
.institution-footer > div p { color: var(--muted); }
.institution-footer a { display: inline-flex; gap: 18px; color: var(--flame); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.capabilities { border-top: 0; }
.membership-note { margin: 26px 0 0; padding: 20px 24px; border-left: 3px solid #a8c2b0; background: var(--paper-2); color: var(--muted); font-size: 14px; }
.membership-note strong { color: var(--navy); }
.contact-compact { display: grid; grid-template-columns: minmax(0,.8fr) minmax(380px,.75fr); gap: clamp(48px,8vw,120px); }
.contact-lede { margin: 0; color: var(--navy); font-family: "Newsreader", Georgia, serif; font-size: clamp(24px,2.4vw,34px); line-height: 1.4; }
.contact-compact > div:last-child > p:not(.contact-lede):not(.contact-status):not(.contact-notice) { color: var(--muted); }
.contact-notice { margin: 18px 0 0; padding: 12px 14px; border-left: 3px solid var(--orange); background: rgba(221, 86, 28, .07); color: var(--muted); font-size: 12px; line-height: 1.55; }
.contact-compact .button { margin-top: 18px; }
.contact-status { margin: 14px 0 0; color: var(--muted); font-size: 12px; }
.policy-page { min-height: 70vh; padding-top: clamp(64px,8vw,120px); padding-bottom: clamp(64px,8vw,120px); }
.policy-page article { max-width: 920px; }
.policy-page h1 { max-width: 820px; font-size: clamp(44px,6vw,76px); }
.policy-page h2 { margin-top: 48px; font-size: clamp(28px,3vw,40px); }
.policy-page p, .policy-page li { color: var(--muted); }
.policy-page li + li { margin-top: 11px; }
.policy-page ul { padding-left: 22px; }
.policy-updated { margin: 22px 0 34px; color: var(--navy) !important; font-size: 13px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.policy-intro { max-width: 820px; color: var(--navy) !important; font-family: "Newsreader", Georgia, serif; font-size: clamp(21px,2.2vw,29px); line-height: 1.48; }
.policy-current { margin: 36px 0; padding: 22px 24px; border-left: 4px solid var(--teal); background: var(--paper-2); color: var(--navy) !important; font-weight: 700; }
.policy-source { color: var(--flame); font-weight: 700; text-decoration: none; }
.policy-source:hover { text-decoration: underline; }
.policy-table-wrap { margin: 42px 0 22px; overflow-x: auto; border: 1px solid var(--rule); background: white; }
.policy-table { width: 100%; min-width: 760px; border-collapse: collapse; text-align: left; }
.policy-table th { padding: 15px 16px; background: var(--navy); color: white; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.policy-table td { padding: 17px 16px; border-top: 1px solid var(--rule); color: var(--muted); font-size: 13px; vertical-align: top; }
.policy-back { display: inline-flex; gap: 12px; margin-top: 38px; color: var(--flame); font-size: 12px; font-weight: 700; text-decoration: none; text-transform: uppercase; }
.policy-footer { padding-top: 42px; padding-bottom: 42px; }
.cookie-preferences-link { appearance: none; margin: 0; padding: 0; border: 0; background: transparent; color: var(--flame); cursor: pointer; font: inherit; text-align: left; }

.consent-banner { position: fixed; z-index: 1000; right: 22px; bottom: 22px; left: 22px; display: grid; grid-template-columns: minmax(0,1fr) minmax(520px,.75fr); gap: 34px; align-items: end; max-width: 1320px; margin: 0 auto; padding: 26px 28px; border: 1px solid rgba(255,255,255,.22); border-top: 4px solid var(--amber); background: var(--navy); color: white; box-shadow: 0 20px 70px rgba(2,29,59,.28); }
.consent-copy h2 { margin: 5px 0 8px; color: white; font-size: clamp(26px,2.4vw,38px); }
.consent-copy > p:not(.consent-kicker) { max-width: 720px; margin: 0; color: rgba(255,255,255,.74); font-size: 14px; }
.consent-kicker { margin: 0; color: var(--amber); font-size: 10px; font-weight: 700; letter-spacing: .16em; }
.consent-policy-links { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 12px; }
.consent-policy-links a { color: white; font-size: 12px; font-weight: 700; }
.consent-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.consent-button, .consent-manage, .consent-secondary { min-height: 48px; padding: 13px 16px; border-radius: 0; cursor: pointer; font-size: 12px; font-weight: 700; letter-spacing: .04em; }
.consent-button { border: 1px solid var(--amber); background: var(--amber); color: var(--navy); }
.consent-equal { border: 1px solid white; background: transparent; color: white; }
.consent-equal:hover, .consent-equal:focus-visible { border-color: var(--amber); background: var(--amber); color: var(--navy); }
.consent-manage { grid-column: 1 / -1; border: 0; background: transparent; color: white; text-decoration: underline; text-underline-offset: 3px; }
.consent-backdrop { position: fixed; z-index: 1100; inset: 0; display: grid; place-items: center; padding: 24px; overflow-y: auto; background: rgba(2,29,59,.68); }
.consent-dialog { position: relative; width: min(720px,100%); max-height: min(860px,calc(100vh - 48px)); padding: clamp(28px,4vw,48px); overflow-y: auto; border-top: 5px solid var(--amber); background: var(--paper); color: var(--navy); box-shadow: 0 26px 80px rgba(2,29,59,.32); }
.consent-dialog h2 { margin: 0 52px 10px 0; font-size: clamp(34px,4vw,48px); }
.consent-dialog > p { margin: 0; color: var(--muted); }
.consent-close { position: absolute; top: 18px; right: 20px; width: 42px; height: 42px; border: 1px solid var(--rule); background: white; color: var(--navy); cursor: pointer; font-size: 28px; line-height: 1; }
.consent-categories { display: grid; gap: 0; margin-top: 28px; border-top: 1px solid var(--rule); }
.consent-category { display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center; padding: 19px 0; border-bottom: 1px solid var(--rule); cursor: pointer; }
.consent-category > span { display: grid; grid-template-columns: 1fr auto; gap: 4px 16px; }
.consent-category strong { font-size: 15px; }
.consent-category small { color: var(--teal); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.consent-category em { grid-column: 1 / -1; color: var(--muted); font-size: 13px; font-style: normal; }
.consent-category input { width: 22px; height: 22px; accent-color: var(--teal); }
.consent-category-locked { cursor: default; }
.consent-category-locked small { color: var(--flame); }
.consent-dialog-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.consent-dialog-actions .consent-button { color: var(--navy); }
.consent-secondary { border: 1px solid var(--navy); background: transparent; color: var(--navy); }
.cookie-preferences-link:focus-visible, .consent-button:focus-visible, .consent-manage:focus-visible, .consent-secondary:focus-visible, .consent-close:focus-visible, .consent-category input:focus-visible { outline: 3px solid var(--teal); outline-offset: 3px; }

@media (max-width: 1050px) {
  .desktop-nav { display: none; }
  .mobile-menu { display: block; }
  .header-tools { gap: 14px; }
  .hero-grid, .split-heading { grid-template-columns: 1fr; }
  .hero-proof { max-width: 620px; }
  .step-grid { grid-template-columns: repeat(2, 1fr); }
  .evidence-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .evidence-grid article, .evidence-grid article:nth-child(4), .evidence-grid article:nth-child(5) { grid-column: auto; }
  .step-grid article:not(:nth-child(3n + 1)) { padding-left: 0; border-left: 0; }
  .step-grid article:nth-child(even) { padding-left: 30px; border-left: 1px solid rgba(255,255,255,.24); }
  .region-grid, .audience-grid, .contact-routes { grid-template-columns: 1fr; }
  .region-grid article, .audience-grid article, .contact-routes article { min-height: 0; padding: 30px 0; border-left: 0 !important; }
  .region-grid article + article, .audience-grid article + article, .contact-routes article + article { border-top: 1px solid var(--rule); }
  .audience-grid h3 { max-width: 720px; }
  .audience-grid ul { max-width: 720px; }
  .audience-grid article > a { margin-top: 30px; }
  .contact-routes article > p:not(.card-label), .contact-routes h3 { min-height: 0; }
  .contact-routes .button { max-width: 430px; }
  .contact-details { grid-template-columns: 1fr; align-items: start; }
  .contact-details small { grid-column: auto; }
  .capability-grid, .contact-compact, .footer-grid, .institution-footer { grid-template-columns: 1fr; }
  .consent-banner { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  .site-header { height: 76px; }
  .header-inner { gap: 12px; }
  .header-tools { gap: 8px; }
  .brand img { width: 122px; height: auto; max-height: 52px; }
  .header-project-cta { display: inline-flex; min-height: 34px; padding: 0 9px; font-size: 9px; letter-spacing: .08em; white-space: nowrap; }
  .site-footer .footer-logo { width: 230px; }
  .hero { padding-top: 54px; }
  h1 { font-size: clamp(44px, 13vw, 68px); }
  .hero-title { max-width: 100%; font-size: clamp(38px, 8.6vw, 54px); line-height: 1.06; }
  .projects-hero { padding-top: 50px; padding-bottom: 46px; }
  .projects-hero h1 { font-size: clamp(36px, 8.2vw, 52px); line-height: 1.08; }
  h2 { font-size: clamp(36px, 10.5vw, 52px); }
  body { font-size: 17px; }
  .locale-ru h1, .locale-ru h2, .locale-ru h3 { overflow-wrap: anywhere; }
  .hero-actions, .button { width: 100%; }
  .portfolio-trust-inner { grid-template-columns: 1fr; gap: 26px; padding-top: 34px; padding-bottom: 34px; }
  .portfolio-trust-heading { max-width: 100%; text-align: center; }
  .portfolio-trust-heading > p:last-child { max-width: 320px; margin-right: auto; margin-left: auto; }
  .portfolio-trust-stats > div { padding: 18px 8px 20px; }
  .portfolio-trust strong { font-size: 34px; }
  .portfolio-trust span { font-size: 8px; letter-spacing: .09em; }
  .hero-proof { display: none; }
  .desktop-map { display: none; }
  .mobile-map { position: relative; display: block; margin: 28px calc(50% - 50vw) 0; overflow: hidden; border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); background: #eee6dc; }
  .mobile-map img { display: block; width: 100%; height: auto; }
  .mobile-map-city { position: absolute; z-index: 2; display: flex; align-items: center; gap: 4px; color: var(--navy); font-size: clamp(8px, 2.45vw, 11px); font-weight: 700; letter-spacing: .08em; line-height: 1; text-transform: uppercase; transform: translateX(-50%); }
  .mobile-map-city i { width: 7px; height: 7px; flex: 0 0 7px; border: 1.5px solid #315b69; border-radius: 50%; background: var(--paper); box-shadow: 0 0 0 3px rgba(251,248,243,.9); }
  .mobile-map-city span { padding: 2px 3px; background: rgba(251,248,243,.82); white-space: nowrap; }
  .mobile-map-city-madrid { top: 55%; left: 10%; }
  .mobile-map-city-tbilisi { top: 48%; left: 61%; }
  .mobile-map-city-tashkent { top: 52%; left: 85%; }
  .mobile-scope { position: relative; display: grid; gap: 0; border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
  .mobile-scope::before { position: absolute; top: 34px; bottom: 34px; left: 20px; width: 1px; background: var(--rule); content: ""; }
  .mobile-scope article { position: relative; display: grid; grid-template-columns: 40px 1fr; gap: 16px; padding: 22px 0; }
  .mobile-scope article + article { border-top: 1px solid var(--rule); }
  .scope-dot { z-index: 1; width: 15px; height: 15px; margin: 5px 0 0 13px; border-radius: 50%; box-shadow: 0 0 0 6px var(--paper); }
  .mobile-scope strong { display: block; color: var(--navy); font-size: 13px; letter-spacing: .06em; text-transform: uppercase; }
  .mobile-scope p { margin: 5px 0 0; color: var(--muted); font-size: 14px; }
  .map-legend { display: none; }
  .why-grid { grid-template-columns: 1fr; }
  .why-grid article { padding: 24px 0; }
  .why-grid article + article { padding-left: 0; border-top: 1px solid var(--rule); border-left: 0; }
  .step-grid { grid-template-columns: 1fr; }
  .step-grid article, .step-grid article:nth-child(even) { min-height: 0; padding: 26px 0; border-left: 0; }
  .step-grid h3 { margin-top: 30px; }
  .actor-list article { grid-template-columns: 1fr; gap: 10px; }
  .evidence-grid { grid-template-columns: 1fr; gap: 12px; }
  .evidence-grid article, .evidence-grid article:nth-child(4), .evidence-grid article:nth-child(5) { grid-column: auto; padding: 22px 20px; }
  .capability-grid { grid-template-columns: 1fr; }
  .engagement-list article { grid-template-columns: 50px 1fr; }
  .engagement-list article p { grid-column: 2; }
  .boundary-card > div { grid-template-columns: 1fr; gap: 22px; }
  .footer-grid { gap: 30px; }
  .audience-grid article { min-height: 0; }
  .contact-compact { gap: 34px; }
  .institution-footer { gap: 24px; }
  .policy-page { padding-top: 48px; }
  .policy-table-wrap { overflow: visible; border: 0; background: transparent; }
  .policy-table { min-width: 0; }
  .policy-table thead { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
  .policy-table, .policy-table tbody, .policy-table tr, .policy-table td { display: block; }
  .policy-table tr { margin-bottom: 16px; border: 1px solid var(--rule); background: white; }
  .policy-table td { display: grid; grid-template-columns: minmax(95px,.42fr) 1fr; gap: 12px; padding: 13px 14px; }
  .policy-table td::before { color: var(--navy); content: attr(data-label); font-size: 10px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
  .consent-banner { right: 10px; bottom: 10px; left: 10px; gap: 20px; padding: 22px 20px; }
  .consent-actions { grid-template-columns: 1fr; }
  .consent-manage { grid-column: auto; }
  .consent-backdrop { align-items: end; padding: 10px; }
  .consent-dialog { max-height: calc(100vh - 20px); padding: 28px 20px 22px; }
  .consent-category { gap: 14px; }
  .consent-category > span { grid-template-columns: 1fr; gap: 4px; }
  .consent-category em { grid-column: auto; }
  .consent-dialog-actions { display: grid; grid-template-columns: 1fr; }
}

@media (max-width: 360px) {
  :root { --gutter: 14px; }
  .header-inner { gap: 6px; }
  .header-tools { gap: 6px; }
  .brand img { width: 104px; }
  .header-project-cta { min-height: 32px; padding: 0 7px; font-size: 8px; }
  .language-switcher { padding: 2px; }
  .language-switcher a { width: 28px; height: 28px; font-size: 9px; }
  .mobile-menu summary { width: 32px; }
}

@media (min-width: 361px) and (max-width: 430px) {
  .header-inner { gap: 7px; }
  .header-tools { gap: 6px; }
  .brand img { width: 112px; }
  .header-project-cta { min-height: 32px; padding: 0 7px; font-size: 8px; }
  .language-switcher { padding: 2px; }
  .language-switcher a { width: 28px; height: 28px; font-size: 9px; }
  .mobile-menu summary { width: 32px; }
}

/* ---- Independent static build addendum ---- */
:root { --orange: var(--flame); }
.project-cards h3 a { color: inherit; text-decoration: none; }
.project-cards h3 a:hover { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 5px; }
.card-price { margin: -6px 0 14px !important; color: var(--flame) !important; font-size: 11px !important; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.catalogue-intro > strong b { font-weight: 400; }
.industry-grid .industry-roles { min-height: 0; margin-top: 10px; color: var(--petrol); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.industry-grid a:hover h3 { color: var(--flame); }
.capability-shortcuts a { cursor: pointer; }
.capability-shortcuts a:last-child { border-color: var(--rule); color: var(--navy); }
.capability-shortcuts a:hover, .capability-shortcuts a.is-active { border-color: var(--flame); background: var(--flame); color: white; }
.active-filters { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; min-height: 0; }
.active-filters:empty { display: none; }
.active-filter { cursor: pointer; background: transparent; font: inherit; }
.active-filter:hover { background: var(--flame); color: white !important; }
.project-empty[hidden], .project-pagination[hidden] { display: none; }
.showcase-cards article { min-height: 300px; }
.showcase-cards .project-card-meta span:first-child { color: var(--navy); }
.showcase-section { border-top: 1px solid var(--rule); }
.project-detail-body.single { grid-template-columns: minmax(0, 1fr); max-width: 980px; }
.project-detail-body.single p { font-size: 18px; line-height: 1.6; }
.portfolio-jump { margin-top: 22px !important; }
.portfolio-jump a { color: var(--flame); font-size: 11px; font-weight: 700; letter-spacing: .09em; text-decoration: none; text-transform: uppercase; }
.project-key-facts > div:first-of-type { grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); }
.project-key-facts article { border-bottom: 1px solid var(--rule); }
.project-detail-heading > div:last-child { display: flex; justify-content: flex-end; }
.related-projects p { margin: 10px 0 0; color: var(--muted); font-size: 13px; }
.related-projects a:hover strong { color: var(--flame); }
.project-disclosure .button { min-width: 0; }
.nf-block { margin-top: 36px; padding-top: 24px; border-top: 1px solid var(--rule); }
.nf-block h2 { margin: 0 0 8px; font-size: 28px; }
.nf-block a { color: var(--flame); font-weight: 700; text-decoration: none; }
.consent-banner { background: var(--navy-deep); color: white; border-top: 4px solid var(--amber); }
@media (max-width: 720px) {
  .project-detail-heading > div:last-child { justify-content: flex-start; }
  .project-key-facts > div:first-of-type { grid-template-columns: 1fr; }
  .project-detail-heading h1 { font-size: clamp(34px, 9vw, 46px); }
  .catalogue-intro > strong { font-size: 42px; }
  .showcase-cards article { min-height: 0; }
}
.project-key-facts article.fact-wide { grid-column: span 2; }
@media (max-width:720px){ .project-key-facts article.fact-wide { grid-column: auto; } }
/* Cyrillic fallback inside the Newsreader family so every serif block renders consistently in RU */
@font-face { font-family: "Newsreader"; src: url("/fonts/noto-serif-cyrillic.woff2") format("woff2"); font-style: normal; font-weight: 400; font-display: swap; unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }
@font-face { font-family: "Newsreader"; src: url("/fonts/noto-serif-italic-cyrillic.woff2") format("woff2"); font-style: italic; font-weight: 300 400; font-display: swap; unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }
