:root {
  --ink: #07181d;
  --ink-soft: #102a30;
  --ink-muted: #244047;
  --paper: #f4f1e9;
  --paper-deep: #e8e2d6;
  --white: #fffdfa;
  --cyan: #35a7c8;
  --cyan-bright: #64c8e1;
  --bronze: #c5a36a;
  --line: rgba(7, 24, 29, .15);
  --line-light: rgba(255, 255, 255, .17);
  --shadow: 0 28px 80px rgba(3, 16, 20, .14);
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --serif: Iowan Old Style, Baskerville, "Times New Roman", ui-serif, Georgia, serif;
  --shell: min(1380px, calc(100vw - 112px));
  --header-height: 92px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
figure { margin: 0; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { color: inherit; }
p { margin: 0; line-height: 1.72; }
h1, h2, h3 { margin: 0; font-weight: 500; }
::selection { color: var(--ink); background: var(--cyan-bright); }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: 8px; left: 8px; padding: 11px 16px; color: var(--ink); background: var(--white); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding: 132px 0; }
.section-dark { color: var(--white); background: var(--ink); }
.section-paper { background: var(--paper-deep); }
.section-rule { border-top: 1px solid var(--line); }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; height: var(--header-height); color: var(--white); background: linear-gradient(to bottom, rgba(3, 15, 19, .78), transparent); transition: height .35s ease, background-color .35s ease, border-color .35s ease; }
.site-header.compact, body:not([data-page="home"]) .site-header { height: 76px; background: rgba(7, 24, 29, .96); border-bottom: 1px solid var(--line-light); backdrop-filter: blur(18px); }
.nav-shell { width: var(--shell); height: 100%; margin: auto; display: flex; align-items: center; gap: 42px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; color: var(--white); }
.brand-symbol { width: 38px; height: 38px; color: var(--cyan-bright); }
.brand-logo { width: 230px; height: 64px; object-fit: contain; object-position: left center; }
.brand-symbol svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.4; }
.brand-type { display: flex; flex-direction: column; font-size: .75rem; line-height: .92; font-weight: 750; letter-spacing: .105em; text-transform: uppercase; }
.brand-type span { color: var(--cyan-bright); }
.site-nav { display: flex; align-items: center; gap: clamp(18px, 2vw, 35px); margin-left: auto; }
.site-nav a { position: relative; padding: 28px 0; font-size: .72rem; font-weight: 650; letter-spacing: .1em; text-transform: uppercase; color: rgba(255, 255, 255, .72); transition: color .25s ease; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 21px; height: 1px; background: var(--cyan-bright); transition: right .25s ease; }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--white); }
.site-nav a:hover::after, .site-nav a[aria-current="page"]::after { right: 0; }
.nav-actions { display: flex; align-items: center; gap: 18px; }
.language-toggle, .nav-toggle { border: 0; background: transparent; cursor: pointer; }
.language-toggle { color: var(--white); padding: 10px 4px; font-size: .69rem; font-weight: 700; letter-spacing: .12em; }
.nav-cta { display: inline-flex; align-items: center; gap: 20px; min-height: 44px; padding: 0 7px 0 18px; border: 1px solid rgba(255, 255, 255, .42); font-size: .69rem; font-weight: 650; letter-spacing: .06em; text-transform: uppercase; transition: color .25s, background .25s; }
.nav-cta b { display: grid; place-items: center; width: 30px; height: 30px; color: var(--ink); background: var(--cyan-bright); font-size: 1rem; font-weight: 400; }
.nav-cta:hover { color: var(--ink); background: var(--white); }
.nav-toggle { display: none; width: 42px; height: 42px; padding: 11px 8px; }
.nav-toggle span:not(.sr-only) { display: block; height: 1px; margin: 6px 0; background: currentColor; transition: transform .25s; }

.eyebrow { display: flex; align-items: center; gap: 13px; margin-bottom: 24px; color: var(--cyan); font-size: .69rem; font-weight: 750; letter-spacing: .19em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 33px; height: 1px; background: currentColor; }
.eyebrow-light { color: var(--cyan-bright); }
.display { max-width: 980px; font-family: var(--serif); font-size: clamp(3.5rem, 7vw, 7.8rem); line-height: .91; letter-spacing: -.055em; }
.display em { color: var(--cyan-bright); font-style: italic; font-weight: 400; }
.title-xl { font-family: var(--serif); font-size: clamp(3rem, 5.4vw, 6.5rem); line-height: .94; letter-spacing: -.048em; }
.title-lg { font-family: var(--serif); font-size: clamp(2.4rem, 4vw, 4.9rem); line-height: 1; letter-spacing: -.04em; }
.title-md { font-family: var(--serif); font-size: clamp(2rem, 3vw, 3.5rem); line-height: 1.05; letter-spacing: -.035em; }
.lead { max-width: 690px; color: var(--ink-muted); font-size: clamp(1.02rem, 1.35vw, 1.22rem); line-height: 1.75; }
.section-dark .lead { color: rgba(255, 255, 255, .67); }
.section-head { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(280px, .62fr); gap: 70px; align-items: end; margin-bottom: 70px; }
.section-head .lead { justify-self: end; max-width: 480px; }

.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 34px; min-height: 55px; padding: 0 8px 0 24px; border: 1px solid var(--line); font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; transition: background .25s, color .25s, border-color .25s; }
.button i { display: grid; place-items: center; width: 39px; height: 39px; color: var(--ink); background: var(--cyan-bright); font-size: 1.15rem; font-style: normal; }
.button-dark { color: var(--white); background: var(--ink); border-color: var(--ink); }
.button-light { color: var(--white); border-color: rgba(255, 255, 255, .42); }
.button:hover { color: var(--ink); background: var(--white); border-color: var(--white); }
.text-link { display: inline-flex; align-items: center; gap: 18px; margin-top: 30px; font-size: .72rem; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.text-link::after { content: "↗"; display: grid; place-items: center; width: 34px; height: 34px; color: var(--ink); background: var(--cyan-bright); transition: transform .25s; }
.text-link:hover::after { transform: translate(3px, -3px); }

.home-hero { position: relative; min-height: 860px; height: 100svh; color: var(--white); background: var(--ink); overflow: hidden; }
.home-hero-media { position: absolute; inset: 0 0 0 46%; background: url('/upload/Hollande-Anasayfa-1024x683.jpg') center 22% / cover no-repeat; transform: scale(1.035); animation: heroSettle 1.6s cubic-bezier(.2,.8,.2,1) forwards; }
.home-hero-media::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--ink) 0%, rgba(7,24,29,.82) 18%, rgba(7,24,29,.08) 68%), linear-gradient(0deg, rgba(7,24,29,.74), transparent 55%); }
.home-hero-media::after { content: ""; position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.22) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.22) 1px, transparent 1px); background-size: 96px 96px; mask-image: linear-gradient(90deg, transparent, black); }
@keyframes heroSettle { to { transform: scale(1); } }
.home-hero-inner { position: relative; z-index: 2; height: 100%; padding-top: calc(var(--header-height) + 95px); padding-bottom: 76px; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.home-hero .display { width: min(920px, 100%); max-width: 920px; }
.hero-intro { width: min(593px, 100%); display: grid; grid-template-columns: 95px minmax(0, 470px); gap: 28px; align-items: start; margin-top: 43px; }
.hero-intro span { display: block; padding-top: 8px; color: var(--bronze); font-family: var(--serif); font-size: 1.2rem; font-style: italic; }
.hero-intro p { color: rgba(255,255,255,.72); font-size: 1rem; }
.hero-actions { display: flex; gap: 13px; margin-top: 38px; }
.hero-index { position: absolute; z-index: 2; right: max(56px, calc((100vw - 1380px) / 2)); bottom: 54px; display: flex; align-items: center; gap: 18px; color: rgba(255,255,255,.72); font-size: .66rem; letter-spacing: .15em; text-transform: uppercase; }
.hero-index::before { content: ""; width: 66px; height: 1px; background: var(--cyan-bright); }
.hero-sideword { position: absolute; z-index: 2; right: 17px; top: 50%; writing-mode: vertical-rl; transform: translateY(-50%); color: rgba(255,255,255,.44); font-size: .63rem; letter-spacing: .23em; text-transform: uppercase; }

.impact-strip { color: var(--white); background: var(--ink-soft); border-top: 1px solid var(--line-light); }
.impact-grid { display: grid; grid-template-columns: 1.3fr repeat(4, 1fr); min-height: 168px; }
.impact-intro, .impact-item { padding: 34px 28px; border-right: 1px solid var(--line-light); display: flex; flex-direction: column; justify-content: center; }
.impact-intro { padding-left: 0; }
.impact-intro small, .impact-item span { color: rgba(255,255,255,.48); font-size: .65rem; font-weight: 650; letter-spacing: .13em; text-transform: uppercase; }
.impact-intro strong { margin-top: 10px; font-family: var(--serif); font-size: 1.5rem; font-weight: 400; }
.impact-item strong { color: var(--white); font-family: var(--serif); font-size: clamp(2.4rem, 3.2vw, 4rem); font-weight: 400; line-height: 1; }
.impact-item strong::after { content: "+"; color: var(--cyan-bright); font-size: .55em; vertical-align: top; }
.impact-item span { margin-top: 9px; }

.institution-grid { display: grid; grid-template-columns: minmax(0, .86fr) minmax(500px, 1.14fr); gap: clamp(65px, 8vw, 140px); align-items: center; }
.institution-copy .lead + .lead { margin-top: 20px; }
.institution-visual { position: relative; min-height: 670px; }
.institution-visual .main-photo { position: absolute; inset: 0 12% 95px 0; overflow: hidden; box-shadow: var(--shadow); }
.institution-visual .main-photo img { width: 100%; height: 100%; object-fit: cover; }
.institution-visual .detail-photo { position: absolute; width: 43%; height: 300px; right: 0; bottom: 0; border: 9px solid var(--paper); overflow: hidden; box-shadow: var(--shadow); }
.institution-visual .detail-photo img { width: 100%; height: 100%; object-fit: cover; }
.institution-visual .caption { position: absolute; left: -34px; bottom: 34px; width: 220px; padding: 24px; color: var(--white); background: var(--ink); font-family: var(--serif); font-size: 1.2rem; line-height: 1.25; }
.institution-visual .caption b { display: block; margin-bottom: 9px; color: var(--cyan-bright); font-family: var(--sans); font-size: .62rem; letter-spacing: .15em; text-transform: uppercase; }

.principles { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 78px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.principle { min-height: 270px; padding: 42px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.principle span { color: var(--cyan); font-family: var(--serif); font-style: italic; }
.principle h3 { margin: 60px 0 16px; font-family: var(--serif); font-size: 1.7rem; }
.principle p { color: var(--ink-muted); font-size: .93rem; }

.leader-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 50px 20px; }
.leader-card { min-width: 0; }
.leader-image { position: relative; aspect-ratio: 4 / 5; overflow: hidden; background: var(--paper-deep); }
.leader-image::after { content: ""; position: absolute; inset: auto 0 0; height: 35%; background: linear-gradient(transparent, rgba(7,24,29,.35)); }
.leader-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.75); transition: transform .7s cubic-bezier(.2,.8,.2,1), filter .4s; }
.leader-card:hover img { transform: scale(1.035); filter: saturate(1); }
.leader-meta { padding: 23px 0 0; }
.leader-meta span { color: var(--cyan); font-size: .61rem; font-weight: 750; letter-spacing: .15em; text-transform: uppercase; }
.leader-meta h3 { margin: 9px 0 7px; font-family: var(--serif); font-size: clamp(1.4rem, 1.7vw, 2rem); line-height: 1.04; }
.leader-meta p { color: var(--ink-muted); font-size: .8rem; line-height: 1.5; }
.section-dark .leader-meta p { color: rgba(255,255,255,.56); }
.section-dark .leader-image { background: var(--ink-soft); }

.forum-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 54px 26px; }
.forum-card { min-width: 0; }
.forum-image { position: relative; display: block; aspect-ratio: 16/10; overflow: hidden; background: var(--ink-soft); }
.forum-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(7,24,29,.58), transparent 60%); }
.forum-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.8,.2,1); }
.forum-card:hover .forum-image img { transform: scale(1.045); }
.forum-image span { position: absolute; z-index: 1; left: 19px; bottom: 16px; color: var(--white); font-family: var(--serif); font-size: 1.3rem; }
.forum-meta { padding-top: 23px; }
.forum-meta small { color: var(--cyan); font-size: .62rem; font-weight: 750; letter-spacing: .13em; text-transform: uppercase; }
.forum-meta h3 { margin-top: 7px; font-family: var(--serif); font-size: clamp(1.55rem, 2vw, 2.25rem); line-height: 1.05; }
.forum-meta .forum-proof { margin: 17px 0 7px; color: var(--ink); font-size: .7rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.forum-meta > p:last-child { color: var(--ink-muted); font-size: .86rem; }
.section-dark .forum-meta .forum-proof { color: var(--white); }
.section-dark .forum-meta > p:last-child { color: rgba(255,255,255,.57); }
.forum-grid-home { grid-template-columns: 1.35fr 1fr 1fr; }
.forum-grid-home .forum-card:first-child .forum-image { aspect-ratio: 16/13; }

.archive-band { position: relative; min-height: 520px; color: var(--white); background: var(--ink); overflow: hidden; }
.archive-band::before { content: ""; position: absolute; inset: 0 0 0 48%; background: url('/upload/Toplu.jpg') center/cover; opacity: .44; }
.archive-band::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--ink) 33%, transparent 85%); }
.archive-band-inner { position: relative; z-index: 2; min-height: 520px; display: flex; align-items: center; }
.archive-band-copy { width: 48%; }

.quote-section { padding: 150px 0; text-align: center; }
.quote-mark { display: block; color: var(--cyan); font-family: var(--serif); font-size: 5rem; line-height: .6; }
.quote-section blockquote { max-width: 1080px; margin: 36px auto; font-family: var(--serif); font-size: clamp(2.3rem, 4vw, 4.8rem); line-height: 1.06; letter-spacing: -.04em; }
.quote-section cite { color: var(--ink-muted); font-size: .66rem; font-style: normal; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }

.cta-panel { display: grid; grid-template-columns: 1fr auto; gap: 60px; align-items: center; padding: 70px 76px; color: var(--white); background: var(--ink-soft); }
.cta-panel h2 { max-width: 850px; font-family: var(--serif); font-size: clamp(2.3rem, 4vw, 4.6rem); line-height: .98; letter-spacing: -.04em; }

.page-hero { position: relative; min-height: 610px; padding: calc(var(--header-height) + 135px) 0 110px; color: var(--white); background: var(--ink); display: flex; align-items: flex-end; overflow: hidden; }
.page-hero .shell { position: relative; z-index: 2; }
.page-hero .title-xl { max-width: 1000px; }
.page-hero .lead { max-width: 600px; margin: 35px 0 0 auto; color: rgba(255,255,255,.67); }
.page-hero-grid { position: absolute; inset: 0; opacity: .08; background-image: linear-gradient(rgba(255,255,255,.32) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.32) 1px, transparent 1px); background-size: 100px 100px; }
.page-hero-number { position: absolute; right: -20px; bottom: -85px; color: rgba(255,255,255,.035); font-family: var(--serif); font-size: 27rem; line-height: 1; }
.page-hero-image { position: absolute; inset: 0 0 0 56%; opacity: .33; background-position: center; background-size: cover; mask-image: linear-gradient(90deg, transparent, black 42%); }

.story-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 120px; }
.story-aside { color: var(--cyan); font-size: .68rem; font-weight: 750; letter-spacing: .16em; text-transform: uppercase; }
.story-body h2 { font-family: var(--serif); font-size: clamp(2.8rem, 4.5vw, 5.5rem); line-height: .98; letter-spacing: -.045em; }
.story-body .lead { margin-top: 38px; }
.story-body .lead + .lead { margin-top: 22px; }
.timeline { margin-top: 85px; border-top: 1px solid var(--line); }
.timeline-row { display: grid; grid-template-columns: 140px .8fr 1.2fr; gap: 45px; padding: 34px 0; border-bottom: 1px solid var(--line); align-items: baseline; }
.timeline-row time { color: var(--cyan); font-family: var(--serif); font-size: 1.8rem; }
.timeline-row h3 { font-family: var(--serif); font-size: 1.55rem; }
.timeline-row p { color: var(--ink-muted); font-size: .9rem; }

.filters { display: flex; gap: 8px; margin: -25px 0 55px; }
.filter-button { padding: 12px 18px; border: 1px solid var(--line); color: var(--ink-muted); background: transparent; font-size: .65rem; font-weight: 750; letter-spacing: .09em; text-transform: uppercase; cursor: pointer; }
.filter-button.active { color: var(--white); background: var(--ink); border-color: var(--ink); }
.section-dark .filter-button { color: rgba(255,255,255,.65); border-color: var(--line-light); }
.section-dark .filter-button.active { color: var(--ink); background: var(--cyan-bright); border-color: var(--cyan-bright); }
.archive-notice { margin-bottom: 50px; padding: 20px 24px; border-left: 2px solid var(--bronze); color: var(--ink-muted); background: rgba(197,163,106,.09); font-size: .83rem; }

.archive-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 230px; gap: 9px; }
.archive-tile { position: relative; min-width: 0; padding: 0; border: 0; overflow: hidden; background: var(--ink-soft); cursor: zoom-in; }
.archive-tile:nth-child(12n + 1), .archive-tile:nth-child(12n + 8) { grid-column: span 2; grid-row: span 2; }
.archive-tile:nth-child(12n + 5) { grid-row: span 2; }
.archive-tile img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.7); transition: transform .6s, filter .35s; }
.archive-tile:hover img { transform: scale(1.04); filter: saturate(1); }
.archive-tile span { position: absolute; right: 11px; bottom: 9px; color: var(--white); font-size: .58rem; letter-spacing: .12em; text-shadow: 0 1px 5px #000; }

.lightbox { width: min(1200px, calc(100vw - 50px)); max-width: none; height: min(86vh, 850px); padding: 0; border: 0; color: var(--white); background: var(--ink); box-shadow: 0 40px 120px rgba(0,0,0,.5); }
.lightbox::backdrop { background: rgba(3,12,15,.86); backdrop-filter: blur(8px); }
.lightbox-stage { height: calc(100% - 60px); display: grid; place-items: center; padding: 28px; }
.lightbox-stage img { max-width: 100%; max-height: 100%; object-fit: contain; }
.lightbox-footer { height: 60px; padding: 0 18px 0 26px; border-top: 1px solid var(--line-light); display: flex; align-items: center; gap: 12px; }
.lightbox-footer p { margin-right: auto; color: rgba(255,255,255,.62); font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; }
.lightbox button { width: 38px; height: 38px; border: 1px solid var(--line-light); color: var(--white); background: transparent; cursor: pointer; }

.media-feature { display: grid; grid-template-columns: 1.2fr .8fr; min-height: 610px; color: var(--white); background: var(--ink); }
.media-feature .text-link { display: none; }
body[data-page="media"] section:has(.cta-panel) { display: none; }
.media-poster { position: relative; overflow: hidden; }
.media-poster img { width: 100%; height: 100%; object-fit: cover; opacity: .68; }
.media-poster::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent, rgba(7,24,29,.4)); }
.play-mark { position: absolute; z-index: 2; left: 50%; top: 50%; width: 92px; height: 92px; border: 1px solid rgba(255,255,255,.75); border-radius: 50%; display: grid; place-items: center; transform: translate(-50%,-50%); font-size: 1.2rem; }
.media-copy { padding: 80px; display: flex; flex-direction: column; justify-content: center; }
.media-copy h2 { font-family: var(--serif); font-size: clamp(2.5rem, 3.8vw, 4.5rem); line-height: 1; }
.media-copy p { margin-top: 28px; color: rgba(255,255,255,.63); }

.partnership-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 95px; }
.partnership-options { border-top: 1px solid var(--line); }
.partnership-option { display: grid; grid-template-columns: 52px 1fr; gap: 24px; padding: 30px 0; border-bottom: 1px solid var(--line); }
.partnership-option > span { color: var(--cyan); font-family: var(--serif); font-style: italic; }
.partnership-option h3 { margin-bottom: 8px; font-family: var(--serif); font-size: 1.7rem; }
.partnership-option p { color: var(--ink-muted); font-size: .9rem; }
.contact-card { position: sticky; top: 110px; align-self: start; padding: 58px; color: var(--white); background: var(--ink); }
.contact-card h2 { font-family: var(--serif); font-size: clamp(2.4rem, 3.5vw, 4rem); line-height: 1; }
.contact-card > p { margin-top: 25px; color: rgba(255,255,255,.64); }
.contact-card address { margin-top: 45px; font-style: normal; }
.contact-card address small { display: block; margin-bottom: 8px; color: var(--cyan-bright); font-size: .62rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.contact-card address a { display: block; padding: 14px 0; border-bottom: 1px solid var(--line-light); font-family: var(--serif); font-size: 1.25rem; overflow-wrap: anywhere; }

.site-footer { color: var(--white); background: #041116; border-top: 1px solid var(--line-light); }
.footer-shell { width: var(--shell); margin: auto; padding: 82px 0 66px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.footer-brand { margin-bottom: 30px; }
.footer-lead p { max-width: 450px; color: rgba(255,255,255,.48); font-size: .88rem; }
.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.footer-links > div { display: flex; flex-direction: column; align-items: flex-start; gap: 11px; }
.footer-links strong { margin-bottom: 11px; color: var(--cyan-bright); font-size: .63rem; letter-spacing: .15em; text-transform: uppercase; }
.footer-links a, .footer-links span { color: rgba(255,255,255,.59); font-size: .78rem; line-height: 1.5; }
.footer-links a:hover { color: var(--white); }
.footer-bottom { width: var(--shell); margin: auto; padding: 24px 0 30px; border-top: 1px solid var(--line-light); display: flex; justify-content: space-between; color: rgba(255,255,255,.36); font-size: .62rem; letter-spacing: .1em; text-transform: uppercase; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.8,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1180px) {
  :root { --shell: min(100% - 64px, 1120px); }
  .nav-cta span { display: none; }
  .nav-cta { padding-left: 7px; }
  .institution-grid { grid-template-columns: .9fr 1.1fr; gap: 70px; }
  .leader-grid { grid-template-columns: repeat(3, 1fr); }
  .archive-grid { grid-template-columns: repeat(3, 1fr); }
  .archive-tile:nth-child(n) { grid-column: span 1; grid-row: span 1; }
  .archive-tile:nth-child(10n + 1), .archive-tile:nth-child(10n + 7) { grid-column: span 2; grid-row: span 2; }
  .media-copy { padding: 60px; }
}

@media (max-width: 980px) {
  :root { --header-height: 76px; }
  .site-header { background: rgba(7,24,29,.94); border-bottom: 1px solid var(--line-light); backdrop-filter: blur(16px); }
  .nav-shell { gap: 15px; }
  .nav-toggle { display: block; order: 3; margin-left: 4px; color: var(--white); }
  .nav-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(-3.5px) rotate(-45deg); }
  .site-nav { position: fixed; inset: var(--header-height) 0 0; padding: 48px 32px; background: var(--ink); flex-direction: column; align-items: flex-start; gap: 0; transform: translateX(100%); transition: transform .35s cubic-bezier(.2,.8,.2,1); }
  .site-nav.open { transform: none; }
  .site-nav a { width: 100%; padding: 17px 0; border-bottom: 1px solid var(--line-light); font-family: var(--serif); font-size: 2rem; font-weight: 400; letter-spacing: -.02em; text-transform: none; }
  .site-nav a::after { display: none; }
  .nav-actions { margin-left: auto; }
  .nav-cta { display: none; }
  .home-hero { min-height: 760px; }
  .home-hero-media { left: 28%; }
  .display { font-size: clamp(3.8rem, 9.5vw, 6.3rem); }
  .impact-grid { grid-template-columns: repeat(4, 1fr); }
  .impact-intro { grid-column: 1 / -1; min-height: 110px; border-bottom: 1px solid var(--line-light); }
  .impact-item:first-of-type { padding-left: 0; }
  .institution-grid, .story-grid, .partnership-grid { grid-template-columns: 1fr; }
  .institution-copy { max-width: 720px; }
  .institution-visual { min-height: 620px; }
  .story-grid { gap: 40px; }
  .forum-grid, .forum-grid-home { grid-template-columns: repeat(2, 1fr); }
  .forum-grid-home .forum-card:first-child .forum-image { aspect-ratio: 16/10; }
  .principles { grid-template-columns: 1fr 1fr; }
  .section-head { grid-template-columns: 1fr; gap: 25px; }
  .section-head .lead { justify-self: start; }
  .archive-band-copy { width: 62%; }
  .media-feature { grid-template-columns: 1fr; }
  .media-poster { min-height: 480px; }
  .contact-card { position: static; }
  .footer-shell { grid-template-columns: 1fr; gap: 60px; }
}

@media (max-width: 700px) {
  :root { --shell: calc(100% - 36px); }
  .section { padding: 88px 0; }
  .brand-symbol { width: 32px; height: 32px; }
  .brand-logo { width: 184px; height: 52px; }
  .brand-type { font-size: .64rem; }
  .language-toggle { padding-inline: 8px; }
  .home-hero { height: auto; min-height: 760px; }
  .home-hero-media { inset: 0; opacity: .58; background-position: 65% center; }
  .home-hero-media::before { background: linear-gradient(90deg, rgba(7,24,29,.96), rgba(7,24,29,.3)), linear-gradient(0deg, var(--ink), transparent 75%); }
  .home-hero-inner { min-height: 760px; padding-top: 140px; padding-bottom: 70px; justify-content: flex-end; }
  .display { font-size: clamp(3.45rem, 16vw, 5rem); }
  .hero-intro { grid-template-columns: 1fr; gap: 4px; margin-top: 30px; }
  .hero-intro span { display: none; }
  .hero-actions { flex-direction: column; align-items: stretch; width: 100%; }
  .button { width: 100%; }
  .hero-index, .hero-sideword { display: none; }
  .impact-grid { grid-template-columns: 1fr 1fr; }
  .impact-intro { padding-left: 0; }
  .impact-item { padding: 28px 16px; border-bottom: 1px solid var(--line-light); }
  .impact-item:nth-child(even) { padding-left: 0; }
  .institution-visual { min-height: 440px; }
  .institution-visual .main-photo { inset: 0 5% 70px 0; }
  .institution-visual .detail-photo { width: 48%; height: 190px; border-width: 6px; }
  .institution-visual .caption { left: 0; bottom: 0; width: 170px; padding: 18px; font-size: .98rem; }
  .principles, .leader-grid, .forum-grid, .forum-grid-home { grid-template-columns: 1fr; }
  .principle { min-height: 230px; padding: 32px; }
  .principle h3 { margin-top: 38px; }
  .leader-grid { gap: 42px; }
  .leader-image { aspect-ratio: 5/5.8; }
  .archive-band::before { inset: 0; opacity: .22; }
  .archive-band::after { background: rgba(7,24,29,.55); }
  .archive-band-copy { width: 100%; }
  .quote-section { padding: 100px 0; }
  .cta-panel { grid-template-columns: 1fr; padding: 45px 28px; gap: 35px; }
  .page-hero { min-height: 520px; padding: 155px 0 75px; }
  .page-hero .lead { margin-left: 0; }
  .page-hero-number { font-size: 17rem; }
  .timeline-row { grid-template-columns: 70px 1fr; gap: 18px; }
  .timeline-row p { grid-column: 2; }
  .filters { overflow-x: auto; padding-bottom: 5px; }
  .filter-button { flex: 0 0 auto; }
  .archive-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 170px; gap: 5px; }
  .archive-tile:nth-child(n) { grid-column: span 1; grid-row: span 1; }
  .archive-tile:nth-child(9n + 1) { grid-column: span 2; grid-row: span 2; }
  .media-poster { min-height: 320px; }
  .media-copy { padding: 44px 27px; }
  .partnership-grid { gap: 60px; }
  .contact-card { padding: 40px 28px; }
  .footer-shell { padding-top: 62px; }
  .footer-links { grid-template-columns: 1fr 1fr; }
  .footer-links > div:last-child { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; gap: 10px; }
}

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