:root {
  --ink: #13283d;
  --blue: #153f69;
  --blue-deep: #0c2d4f;
  --blue-soft: #eaf2f7;
  --accent: #6aa060;
  --accent-light: #a8cd95;
  --accent-pale: #eef5e9;
  --accent-deep: #416839;
  --gold: var(--accent);
  --gold-light: var(--accent-light);
  --paper: #f8fafb;
  --white: #ffffff;
  --muted: #617080;
  --line: #d9e2e8;
  --font-body: Arial, Helvetica, sans-serif;
  --font-heading: Georgia, "Times New Roman", serif;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--white); color: var(--ink); font-family: var(--font-body); font-size: 16px; line-height: 1.65; }
h1, h2, h3, h4, h5, h6 { font-family: var(--font-heading); }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
p, h1, h2, h3, dl, dd { margin: 0; }
.shell { width: min(var(--max), calc(100% - 64px)); margin: 0 auto; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.screen-reader-text:focus { z-index: 100000; top: 8px; left: 8px; width: auto; height: auto; padding: 12px 18px; clip: auto; color: var(--blue-deep); background: white; box-shadow: 0 4px 20px rgba(0,0,0,.2); }
.admin-bar .site-header { top: 32px; }
.srs-menu { display: flex; align-items: center; gap: 28px; margin: 0; padding: 0; list-style: none; }
.srs-menu li { margin: 0; padding: 0; }
.desktop-nav .current-menu-item > a { color: var(--blue); }
.desktop-nav .current-menu-item > a::after { right: 0; }
.menu-toggle { display: none; margin-left: auto; padding: 9px 12px; border: 1px solid var(--line); color: var(--blue-deep); background: white; font: inherit; font-size: 13px; font-weight: 800; cursor: pointer; }
.menu-toggle span + span { margin-left: 8px; }

/* Readers can use their browser's translation service; the legacy GTranslate
   switcher is intentionally hidden only while this theme is in use. */
.gt_switcher,
.gtranslate_wrapper {
  display: none !important;
}

.utility-bar { background: var(--blue-deep); color: #dce9f2; font-size: 12px; letter-spacing: .03em; }
.utility-inner { min-height: 34px; display: flex; justify-content: space-between; align-items: center; }
.utility-links { display: flex; align-items: center; gap: 24px; }
.utility-links a:hover { color: var(--gold-light); }

.site-header { background: rgba(255,255,255,.97); border-bottom: 1px solid rgba(20,50,75,.1); position: sticky; top: 0; z-index: 20; backdrop-filter: blur(12px); }
.nav-row { min-height: 91px; display: flex; align-items: center; gap: 38px; }
.brand { width: 166px; flex: 0 0 auto; }
.brand img { width: 100%; height: auto; }
.desktop-nav { margin-left: auto; display: flex; align-items: center; gap: 28px; font-size: 14px; font-weight: 700; color: #31485e; }
.desktop-nav a { position: relative; padding: 34px 0 31px; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 24px; height: 2px; background: var(--gold); transition: right .2s ease; }
.desktop-nav a:hover::after { right: 0; }
.desktop-nav a.current { color: var(--blue); }
.desktop-nav a.current::after { right: 0; }
.nav-actions { display: flex; align-items: center; gap: 20px; }
.language-switcher { font-size: 12px; color: #7b8996; white-space: nowrap; }
.language-switcher .active { color: var(--blue); font-weight: 800; }
.contact-button { padding: 10px 18px; border: 1px solid var(--blue); color: var(--blue); font-size: 13px; font-weight: 700; }
.contact-button:hover { background: var(--blue); color: white; }

.hero { position: relative; overflow: hidden; min-height: 690px; display: flex; align-items: center; color: white; background: radial-gradient(circle at 77% 20%, rgba(105,168,207,.28), transparent 31%), linear-gradient(125deg, #0a2d50, #174d78 70%, #1b5b87); }
.hero::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 78px 78px; mask-image: linear-gradient(to right, transparent, black 42%); }
.hero::after { content: ""; position: absolute; width: 370px; height: 370px; right: -90px; bottom: -170px; border-radius: 50%; border: 1px solid rgba(255,255,255,.18); box-shadow: 0 0 0 70px rgba(255,255,255,.035), 0 0 0 140px rgba(255,255,255,.025); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.55fr .8fr; gap: 90px; align-items: end; padding: 100px 0 105px; }
.hero-copy h1 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(52px, 5.35vw, 78px); font-weight: 400; line-height: 1.04; letter-spacing: -.035em; max-width: 850px; }
.hero-intro { margin-top: 30px; max-width: 690px; color: #d8e7f2; font-size: 19px; line-height: 1.7; }
.eyebrow { margin-bottom: 18px; color: var(--blue); font-size: 12px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow.light { color: #b9d7e8; }
.hero-actions { margin-top: 42px; display: flex; align-items: center; gap: 32px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 50px; padding: 12px 22px; font-size: 13px; font-weight: 800; letter-spacing: .02em; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-gold { color: var(--blue-deep); background: var(--gold-light); }
.button-gold:hover { background: #b9d9a8; }
.button-blue { color: white; background: var(--blue); }
.button-blue:hover { background: var(--blue-deep); }
.button-outline { color: white; border: 1px solid rgba(255,255,255,.55); }
.button-outline:hover { background: white; color: var(--blue-deep); }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--blue); font-size: 13px; font-weight: 800; }
.text-link span { font-size: 18px; transition: transform .2s; }
.text-link:hover span { transform: translate(3px, -3px); }
.light-link { color: white; }
.hero-side { border-left: 1px solid rgba(255,255,255,.2); padding-left: 40px; }
.trilingual { display: grid; gap: 5px; color: #c8dce9; font-family: Georgia, "Times New Roman", serif; font-size: 16px; font-style: italic; }
.trilingual span:first-child { color: white; font-size: 20px; font-style: normal; }
.hero-stats { margin-top: 38px; display: grid; gap: 20px; }
.hero-stats div { display: grid; grid-template-columns: 64px 1fr; align-items: center; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.17); }
.hero-stats strong { font-family: Georgia, serif; color: var(--gold-light); font-size: 35px; font-weight: 400; line-height: 1; }
.hero-stats span { color: #c9dce8; font-size: 12px; line-height: 1.4; }
.hero-language { position: absolute; z-index: 1; font-size: 122px; font-weight: 900; letter-spacing: .08em; color: rgba(255,255,255,.025); line-height: 1; transform: rotate(-90deg); }
.language-one { right: -192px; top: 195px; }
.language-two { left: -225px; bottom: 135px; }

.section { padding: 112px 0; }
.section-heading { margin-bottom: 48px; }
.split-heading { display: flex; justify-content: space-between; align-items: end; gap: 50px; }
.split-heading.compact { align-items: center; }
.section-heading h2, .members-heading h2, .mission-copy h2, .cta-inner h2 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(40px, 4.1vw, 57px); line-height: 1.12; font-weight: 400; letter-spacing: -.025em; }
.section-intro { max-width: 440px; color: var(--muted); font-size: 17px; }

.featured-section { background: var(--paper); }
.featured-event { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(0, .88fr); min-height: 560px; background: white; box-shadow: 0 26px 70px rgba(23,54,77,.09); }
.event-image-wrap { min-width: 0; min-height: 560px; position: relative; overflow: hidden; background: #e7edf0; }
.event-image-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.event-badge { position: absolute; left: 26px; top: 26px; padding: 8px 12px; background: var(--gold-light); color: var(--blue-deep); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.event-copy { min-width: 0; padding: 58px 56px; display: flex; flex-direction: column; justify-content: center; }
.event-kicker { color: var(--blue); font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.event-copy h3 { margin-top: 15px; overflow-wrap: anywhere; font-family: Georgia, "Times New Roman", serif; color: var(--blue-deep); font-size: 43px; line-height: 1.1; font-weight: 400; }
.event-subtitle { margin: 12px 0 18px; color: var(--blue); font-size: 17px; font-weight: 700; }
.event-copy > p:not(.event-kicker):not(.event-subtitle) { color: var(--muted); }
.event-details { margin: 26px 0 30px; border-top: 1px solid var(--line); }
.event-details div { display: grid; grid-template-columns: 105px 1fr; gap: 16px; padding: 10px 0; border-bottom: 1px solid var(--line); font-size: 13px; }
.event-details dt { color: var(--muted); }
.event-details dd { color: var(--ink); font-weight: 700; }
.event-copy .button { align-self: flex-start; }

.news-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.news-card { min-width: 0; background: white; border: 1px solid var(--line); display: flex; flex-direction: column; transition: transform .2s, box-shadow .2s; }
.news-card:hover { transform: translateY(-5px); box-shadow: 0 20px 50px rgba(22,55,81,.10); }
.news-image { position: relative; aspect-ratio: 16 / 10; overflow: hidden; background: #e8eef1; }
.news-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.news-card:hover .news-image img { transform: scale(1.025); }
.news-image span { position: absolute; left: 18px; bottom: 18px; padding: 6px 10px; color: white; background: var(--blue); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.news-copy { padding: 25px 25px 27px; display: flex; flex: 1; flex-direction: column; }
.news-copy time { color: #778591; font-size: 12px; font-weight: 700; }
.news-copy h3 { margin-top: 10px; overflow-wrap: anywhere; font-family: Georgia, serif; color: var(--blue-deep); font-size: 24px; line-height: 1.28; font-weight: 400; }
.news-copy h3 a:hover { color: #2a6996; }
.news-copy p { margin: 15px 0 22px; color: var(--muted); font-size: 14px; }
.card-link { margin-top: auto; display: inline-flex; align-items: center; gap: 10px; color: var(--blue); font-size: 12px; font-weight: 800; }
.card-link span { font-size: 17px; }

.mission-section { color: white; background: var(--blue-deep); position: relative; overflow: hidden; }
.mission-section::after { content: "A · B · C"; position: absolute; right: -40px; bottom: -55px; color: rgba(255,255,255,.025); font-family: Georgia, serif; font-size: 190px; white-space: nowrap; }
.mission-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); gap: 90px; }
.mission-copy h2 { max-width: 510px; overflow-wrap: anywhere; }
.mission-copy > p:not(.eyebrow) { margin: 28px 0 34px; max-width: 500px; color: #c7d9e5; font-size: 17px; }
.focus-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid rgba(255,255,255,.18); border-left: 1px solid rgba(255,255,255,.18); }
.focus-card { min-height: 230px; padding: 32px; border-right: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); }
.focus-card > span { color: var(--gold-light); font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.focus-card h3 { margin: 20px 0 10px; font-family: Georgia, serif; font-size: 27px; font-weight: 400; }
.focus-card p { color: #bcd0dd; font-size: 14px; }

.video-section { background: var(--paper); }
.video-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.video-image { aspect-ratio: 16 / 9; overflow: hidden; position: relative; background: #dfe7ec; }
.video-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s, filter .4s; }
.video-card:hover img { transform: scale(1.03); filter: brightness(.78); }
.play-button { position: absolute; left: 24px; bottom: 24px; width: 50px; height: 50px; display: grid; place-items: center; border-radius: 50%; color: var(--blue-deep); background: var(--gold-light); font-size: 15px; padding-left: 3px; box-shadow: 0 5px 18px rgba(0,0,0,.18); }
.video-card > p { margin-top: 18px; color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.video-card h3 { margin-top: 7px; font-family: Georgia, serif; font-size: 22px; line-height: 1.32; font-weight: 400; }
.video-card h3 a:hover { color: var(--blue); }
.video-open-link { margin-top: 14px; }

.members-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: end; margin-bottom: 50px; }
.members-heading > p { max-width: 500px; color: var(--muted); font-size: 17px; }
.members-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.members-grid div { min-width: 0; min-height: 116px; display: flex; align-items: center; justify-content: center; padding: 22px; overflow-wrap: anywhere; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); color: #46596a; font-family: Georgia, serif; text-align: center; font-size: 15px; line-height: 1.35; }
.members-grid div:hover { color: var(--blue); background: var(--blue-soft); }
.members-action { margin-top: 32px; text-align: right; }

.cta-section { color: white; background: #1a5680; }
.cta-inner { min-height: 285px; display: flex; justify-content: space-between; align-items: center; gap: 70px; }
.cta-inner h2 { max-width: 780px; font-size: clamp(36px, 3.5vw, 50px); }
.cta-inner .button { flex: 0 0 auto; }

footer { color: #d2dfe8; background: #08233d; padding-top: 72px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr .65fr .65fr; gap: 60px; padding-bottom: 62px; }
.footer-brand img { width: 180px; padding: 10px; background: white; }
.footer-brand p { margin-top: 18px; color: #91aabd; font-family: Georgia, serif; font-size: 14px; }
.footer-grid h3 { margin-bottom: 15px; color: white; font-size: 12px; letter-spacing: .13em; text-transform: uppercase; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; font-size: 14px; }
.footer-grid a:hover { color: var(--gold-light); }
.footer-grid p { color: #91aabd; }
.footer-bottom { min-height: 70px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.12); color: #819aae; font-size: 12px; }
.footer-bottom div { display: flex; gap: 24px; }

/* Interior pages */
.page-hero { position: relative; overflow: hidden; color: white; background: radial-gradient(circle at 82% 20%, rgba(105,168,207,.25), transparent 28%), linear-gradient(125deg, #0a2d50, #174d78); }
.page-hero::after { content: ""; position: absolute; inset: 0; opacity: .45; background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px); background-size: 78px 78px; mask-image: linear-gradient(to right, transparent 20%, black); }
.page-hero-inner { position: relative; z-index: 2; min-height: 445px; display: flex; flex-direction: column; justify-content: center; padding: 72px 0 78px; }
.page-hero-inner h1 { max-width: 900px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(53px, 6vw, 78px); line-height: 1.03; font-weight: 400; letter-spacing: -.035em; }
.page-hero-inner > p:not(.eyebrow) { max-width: 720px; margin-top: 26px; color: #d5e5ef; font-size: 19px; line-height: 1.7; }
.page-hero-word { position: absolute; z-index: 1; right: -30px; bottom: -25px; color: rgba(255,255,255,.035); font-size: 128px; font-weight: 900; letter-spacing: .08em; line-height: 1; }

.intro-section { background: white; }
.editorial-split { display: grid; grid-template-columns: .9fr 1.1fr; gap: 110px; align-items: start; }
.editorial-split h2, .history-grid h2, .contact-details h2, .archive-feature h2, .media-feature h2 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(39px, 4vw, 55px); font-weight: 400; line-height: 1.13; letter-spacing: -.025em; }
.rich-copy { padding-top: 8px; color: var(--muted); font-size: 18px; }
.rich-copy p + p { margin-top: 24px; }
.values-section { background: var(--paper); }
.light-focus { border-color: var(--line); background: white; }
.light-focus .focus-card { border-color: var(--line); }
.light-focus .focus-card > span { color: var(--blue); }
.light-focus .focus-card h3 { color: var(--blue-deep); }
.light-focus .focus-card p { color: var(--muted); }
.history-section { color: white; background: var(--blue-deep); }
.history-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; align-items: center; }
.history-year { color: var(--gold-light); font-family: Georgia, serif; font-size: clamp(100px, 14vw, 188px); line-height: 1; letter-spacing: -.06em; }
.history-grid > div:last-child > p:not(.eyebrow) { max-width: 650px; margin: 26px 0 34px; color: #c5d8e5; font-size: 17px; }
.board-section { background: white; }
.board-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.board-card { display: grid; grid-template-columns: 92px 1fr; gap: 24px; align-items: center; padding: 27px; border: 1px solid var(--line); }
.board-portrait,
.portrait-placeholder { width: 92px; height: 112px; display: grid; place-items: center; color: white; background: linear-gradient(145deg, #1b5b87, #0c2d4f); font-family: Georgia, serif; font-size: 24px; }
.board-portrait { object-fit: cover; object-position: center top; }
.board-card h3 { font-family: Georgia, serif; font-size: 21px; line-height: 1.3; font-weight: 400; }
.board-card p { margin-top: 7px; color: var(--muted); font-size: 13px; }

.archive-section { background: var(--paper); }
.filter-row { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 45px; }
.filter-row button { padding: 9px 15px; border: 1px solid var(--line); color: #4e6374; background: white; font: inherit; font-size: 12px; font-weight: 700; cursor: pointer; }
.filter-row button.active, .filter-row button:hover { color: white; border-color: var(--blue); background: var(--blue); }
.filter-row.small { margin: 0; justify-content: flex-end; }
.archive-feature { display: grid; grid-template-columns: 1.03fr .97fr; min-height: 480px; margin-bottom: 62px; background: white; box-shadow: 0 22px 60px rgba(23,54,77,.09); }
.archive-feature-image { min-height: 480px; overflow: hidden; background: #eef2f4; }
.archive-feature-image img { width: 100%; height: 100%; object-fit: cover; }
.archive-feature > div { padding: 55px; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.archive-feature h2 { margin: 14px 0 18px; font-size: 44px; }
.archive-feature > div > p:not(.event-kicker) { margin-bottom: 28px; color: var(--muted); }
.archive-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.pagination { margin-top: 58px; display: flex; align-items: center; justify-content: center; gap: 9px; }
.pagination a, .pagination span { min-width: 38px; height: 38px; padding: 0 12px; display: grid; place-items: center; border: 1px solid var(--line); color: var(--blue); background: white; font-size: 12px; font-weight: 700; }
.pagination .active { color: white; border-color: var(--blue); background: var(--blue); }

.events-section { background: white; }
.event-list-feature { display: grid; grid-template-columns: 150px 1fr 330px; gap: 45px; align-items: center; padding: 45px; border: 1px solid var(--line); box-shadow: 0 20px 55px rgba(23,54,77,.07); }
.event-date-block { min-height: 190px; display: flex; flex-direction: column; justify-content: center; align-items: center; color: white; background: var(--blue); text-align: center; }
.event-date-block strong { font-family: Georgia, serif; font-size: 50px; line-height: 1; font-weight: 400; }
.event-date-block span { margin-top: 12px; color: #bdd7e8; font-size: 12px; font-weight: 800; letter-spacing: .13em; line-height: 1.4; }
.status-pill { display: inline-block; padding: 5px 9px; color: var(--accent-deep); background: var(--accent-pale); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.event-list-feature h3 { margin: 15px 0 6px; font-family: Georgia, serif; font-size: 34px; line-height: 1.15; font-weight: 400; }
.event-list-feature > div:nth-child(2) > p { color: var(--blue); font-weight: 700; }
.event-list-feature dl { margin: 22px 0 28px; display: grid; gap: 4px; }
.event-list-feature dl div { display: grid; grid-template-columns: 80px 1fr; font-size: 13px; }
.event-list-feature dt { color: var(--muted); }
.event-list-feature dd { font-weight: 700; }
.event-list-feature > img { width: 100%; height: 330px; object-fit: cover; }
.past-events-section { background: var(--paper); }
.event-table { border-top: 1px solid var(--line); }
.event-table > a { display: grid; grid-template-columns: 170px 105px 1fr 160px 25px; gap: 24px; align-items: center; min-height: 105px; padding: 19px 10px; border-bottom: 1px solid var(--line); transition: background .2s, padding .2s; }
.event-table > a:hover { padding-left: 20px; background: white; }
.event-table time, .event-table > a > span { color: var(--muted); font-size: 12px; }
.event-table > a > span { color: var(--blue); font-weight: 800; text-transform: uppercase; }
.event-table h3 { font-family: Georgia, serif; font-size: 21px; line-height: 1.3; font-weight: 400; }
.event-table p { color: var(--muted); font-size: 13px; }

.media-feature-section { background: white; }
.media-feature { display: grid; grid-template-columns: 1.25fr .75fr; gap: 70px; align-items: center; }
.media-feature-image { position: relative; min-height: 440px; overflow: hidden; background: #dce5ea; }
.media-feature-image img { width: 100%; height: 440px; object-fit: cover; }
.large-play { position: absolute; left: 50%; top: 50%; width: 74px; height: 74px; display: grid; place-items: center; border-radius: 50%; color: var(--blue-deep); background: var(--gold-light); transform: translate(-50%, -50%); box-shadow: 0 10px 35px rgba(0,0,0,.22); padding-left: 4px; }
.media-feature h2 { margin-bottom: 22px; }
.media-feature > div > p:not(.eyebrow) { margin-bottom: 30px; color: var(--muted); }
.video-library-section { background: var(--paper); }
.youtube-banner { margin-top: 60px; min-height: 135px; padding: 28px 35px; display: flex; justify-content: space-between; align-items: center; gap: 30px; color: white; background: var(--blue-deep); }
.youtube-banner > div { display: flex; align-items: center; gap: 22px; }
.youtube-banner > div > span { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 50%; color: var(--blue-deep); background: var(--gold-light); }
.youtube-banner strong { font-family: Georgia, serif; font-size: 21px; font-weight: 400; }
.youtube-banner p { color: #c1d5e2; font-size: 13px; }

.member-list-section { background: white; }
.member-directory { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.member-directory article { min-height: 170px; padding: 29px; display: flex; gap: 20px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.member-directory article > span { flex: 0 0 auto; color: var(--accent-deep); font-size: 11px; font-weight: 800; letter-spacing: .1em; }
.member-directory h3 { font-family: Georgia, serif; font-size: 20px; line-height: 1.3; font-weight: 400; }
.member-directory p { margin-top: 12px; color: var(--muted); font-size: 12px; line-height: 1.5; }
.coopted-section { color: white; background: var(--blue-deep); }
.coopted-list { display: grid; gap: 1px; background: rgba(255,255,255,.16); }
.coopted-list div { padding: 24px 28px; display: flex; align-items: center; gap: 15px; background: var(--blue-deep); font-family: Georgia, serif; font-size: 20px; }
.coopted-list span { color: var(--gold-light); font-size: 9px; }

.contact-page-section { background: var(--paper); }
.contact-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 85px; }
.contact-details { padding-top: 12px; }
.contact-details h2 { margin-bottom: 45px; }
.contact-detail { display: grid; grid-template-columns: 45px 1fr; gap: 17px; align-items: center; padding: 20px 0; border-top: 1px solid var(--line); }
.contact-detail > span { width: 42px; height: 42px; display: grid; place-items: center; color: white; background: var(--blue); font-size: 12px; font-weight: 800; }
.contact-detail small { display: block; color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.contact-detail a, .contact-detail p { font-weight: 700; }
.contact-social { margin-top: 35px; padding-top: 25px; border-top: 1px solid var(--line); display: flex; gap: 18px; flex-wrap: wrap; }
.contact-social p { width: 100%; color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .1em; }
.contact-social a { color: var(--blue); font-weight: 800; font-size: 13px; }
.contact-form { padding: 44px; background: white; box-shadow: 0 22px 60px rgba(23,54,77,.08); }
.contact-form label { display: grid; gap: 8px; margin-bottom: 20px; color: #384d60; font-size: 13px; font-weight: 700; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-form input:not([type="checkbox"]), .contact-form select, .contact-form textarea { width: 100%; padding: 13px 14px; border: 1px solid var(--line); border-radius: 0; color: var(--ink); background: #fbfcfd; font: inherit; font-size: 14px; outline: none; }
.contact-form textarea { resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 2px rgba(21,63,105,.08); }
.contact-form .consent { grid-template-columns: 18px 1fr; align-items: start; color: var(--muted); font-size: 11px; font-weight: 400; }
.contact-form .consent input { margin-top: 4px; }
.form-note { margin-top: 14px; color: var(--muted); font-size: 10px; }
.srs-honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-message { margin-bottom: 24px; padding: 14px 16px; border-left: 4px solid var(--blue); color: var(--ink); background: var(--blue-soft); font-size: 13px; }
.form-message.error { border-color: #a53b34; background: #fff0ee; }

.generic-page-section { background: var(--paper); }
.generic-page-content { max-width: 900px; padding: 55px; background: white; box-shadow: 0 22px 60px rgba(23,54,77,.07); }
.generic-page-content > * + * { margin-top: 22px; }
.generic-page-content h2 { color: var(--blue-deep); font-family: Georgia, serif; font-size: 36px; font-weight: 400; line-height: 1.2; }
.generic-page-content h3 { color: var(--blue-deep); font-family: Georgia, serif; font-size: 27px; font-weight: 400; }
.generic-page-content a { color: var(--blue); text-decoration: underline; text-underline-offset: 3px; }
.news-image-placeholder { width: 100%; height: 100%; display: grid; place-items: center; color: white; background: linear-gradient(135deg, var(--blue), var(--blue-deep)); font-family: Georgia, serif; font-size: 28px; }
.archive-empty { padding: 45px; border: 1px solid var(--line); background: white; text-align: center; }
.post-navigation { display: flex; justify-content: space-between; gap: 30px; margin-top: 52px; padding-top: 28px; border-top: 1px solid var(--line); }
.post-navigation a { color: var(--blue); font-size: 13px; font-weight: 800; }
.wp-caption, .gallery-caption { color: var(--muted); font-size: 12px; }
.alignwide { width: min(1100px, calc(100vw - 64px)); max-width: none; margin-left: 50%; transform: translateX(-50%); }
.alignfull { width: 100vw; max-width: none; margin-left: 50%; transform: translateX(-50%); }

.article-header { color: white; background: linear-gradient(125deg, #0a2d50, #174d78); }
.article-header-inner { min-height: 510px; display: flex; flex-direction: column; justify-content: center; padding: 80px 0; }
.article-category { margin-bottom: 22px; color: var(--gold-light); font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.article-header h1 { max-width: 1000px; font-family: Georgia, serif; font-size: clamp(50px, 6vw, 76px); line-height: 1.05; font-weight: 400; letter-spacing: -.035em; }
.article-header-inner > p:last-child { max-width: 720px; margin-top: 26px; color: #d3e3ed; font-size: 19px; }
.article-layout { display: grid; grid-template-columns: 70px minmax(0, 800px); gap: 55px; justify-content: center; padding-top: 90px; padding-bottom: 110px; }
.article-layout aside { padding-top: 8px; display: flex; flex-direction: column; align-items: center; gap: 10px; }
.article-layout aside p { margin-bottom: 4px; color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.article-layout aside a { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--line); color: var(--blue); font-weight: 800; }
.article-lead-image { width: 100%; max-height: 610px; object-fit: cover; margin-bottom: 45px; }
.article-lead-image.poster-contain { object-fit: contain; background: #edf1f3; }
.article-body { color: #405264; font-size: 17px; line-height: 1.85; }
.article-body > p + p { margin-top: 23px; }
.article-body .article-lead { color: var(--ink); font-family: Georgia, serif; font-size: 24px; line-height: 1.55; }
.article-body h2 { margin: 48px 0 16px; color: var(--blue-deep); font-family: Georgia, serif; font-size: 37px; line-height: 1.2; font-weight: 400; }
.article-body,
.article-body .elementor-widget-text-editor,
.article-body .elementor-widget-text-editor p,
.article-body .elementor-widget-text-editor h2,
.article-body .elementor-widget-text-editor h3,
.article-body .elementor-widget-text-editor h4,
.article-body .elementor-widget-text-editor ul,
.article-body .elementor-widget-text-editor ol,
.article-body .elementor-widget-text-editor li,
.article-body > p,
.article-body > h2,
.article-body > h3,
.article-body > h4,
.article-body > ul,
.article-body > ol {
  text-align: left !important;
}
.article-body figure,
.article-body .elementor-widget-text-editor figure {
  width: 100% !important;
  margin: 42px 0;
}
.article-body figure img,
.article-body .elementor-widget-text-editor figure img {
  width: 100%;
  height: auto;
}
.article-body figcaption,
.article-body .wp-caption-text,
.article-body .elementor-widget-text-editor figcaption {
  margin-top: 10px;
  color: var(--muted);
  font-family: var(--font-body) !important;
  font-size: 12px;
  font-style: normal;
  line-height: 1.5;
  text-align: right !important;
}
.article-info { margin: 50px 0 36px; padding: 32px; color: var(--ink); background: var(--blue-soft); }
.article-info h3 { margin-bottom: 20px; font-family: Georgia, serif; font-size: 25px; font-weight: 400; }
.article-info dl { border-top: 1px solid #c8d6df; }
.article-info dl div { display: grid; grid-template-columns: 120px 1fr; gap: 20px; padding: 10px 0; border-bottom: 1px solid #c8d6df; font-size: 13px; }
.article-info dt { color: var(--muted); }
.article-info dd { font-weight: 700; }
.article-body > .button { margin-bottom: 30px; }
.back-link { display: block; margin-top: 36px; color: var(--blue); font-size: 13px; font-weight: 800; }
.next-story { padding: 70px 0; color: white; background: #1a5680; }
.next-story p { margin-bottom: 13px; color: #bcd5e4; font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.next-story h2 { max-width: 900px; font-family: Georgia, serif; font-size: 34px; line-height: 1.25; font-weight: 400; }

/*
 * Keep newly added Elementor content consistent with the site typography.
 * These rules are scoped to this theme, so the public Museo site is unaffected
 * while the redesign remains inactive.
 */
body .elementor-widget-heading .elementor-heading-title,
body .elementor-widget-theme-post-title .elementor-heading-title {
  font-family: var(--font-heading) !important;
}

body .elementor-widget-text-editor,
body .elementor-widget-text-editor p,
body .elementor-widget-text-editor li,
body .elementor-widget-text-editor a,
body .elementor-widget-text-editor strong,
body .elementor-widget-text-editor em,
body .elementor-widget-button .elementor-button,
body .elementor-widget-icon-list .elementor-icon-list-text,
body .elementor-widget-form input,
body .elementor-widget-form select,
body .elementor-widget-form textarea,
body .elementor-widget-theme-post-content {
  font-family: var(--font-body) !important;
}

/*
 * The Elementor Kontakt draft remains visually identical to the approved
 * redesign while every text widget and form shortcode stays editable.
 */
.elementor-4655 .elementor-element-6ed659d1 > .elementor-container,
.elementor-4655 .elementor-element-1b4b26d3 > .elementor-container {
  max-width: var(--max) !important;
}

.elementor-4655 .elementor-element-67c1a4c9 .elementor-heading-title {
  font-size: clamp(56px, 5.7vw, 78px) !important;
  letter-spacing: -.035em;
  line-height: 1.04 !important;
}

.elementor-4655 .elementor-element-575202ed .elementor-heading-title {
  font-size: clamp(39px, 4vw, 55px) !important;
  letter-spacing: -.025em;
  line-height: 1.13 !important;
}

.elementor-4655 .elementor-element-67c1a4c9 + .elementor-widget-text-editor p {
  max-width: 720px;
}

.elementor-4655 .elementor-element-1b4b26d3 > .elementor-container {
  column-gap: 85px;
}

.elementor-4655 .elementor-element-33747788 {
  width: 36% !important;
}

.elementor-4655 .elementor-element-224afd41 {
  width: 64% !important;
}

.elementor-4655 .elementor-element-5d23b505 p {
  position: relative;
}

.elementor-4655 .elementor-element-5d23b505 p:nth-of-type(1),
.elementor-4655 .elementor-element-5d23b505 p:nth-of-type(2) {
  min-height: 62px;
  margin: 0;
  padding: 12px 0 12px 62px;
  border-top: 1px solid var(--line);
}

.elementor-4655 .elementor-element-5d23b505 p:nth-of-type(1)::before,
.elementor-4655 .elementor-element-5d23b505 p:nth-of-type(2)::before {
  position: absolute;
  left: 0;
  top: 10px;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: var(--white);
  background: var(--blue);
  font-size: 12px;
  font-weight: 800;
}

.elementor-4655 .elementor-element-5d23b505 p:nth-of-type(1)::before {
  content: "E";
}

.elementor-4655 .elementor-element-5d23b505 p:nth-of-type(2)::before {
  content: "O";
}

.elementor-4655 .elementor-element-5d23b505 p:nth-of-type(3) {
  margin-top: 35px;
  padding-top: 25px;
  border-top: 1px solid var(--line);
}

@media (max-width: 1100px) {
  .desktop-nav { gap: 16px; }
  .desktop-nav a { font-size: 12px; }
  .contact-button { display: none; }
  .hero-grid { grid-template-columns: 1.35fr .65fr; gap: 50px; }
  .mission-grid { gap: 50px; }
  .event-list-feature { grid-template-columns: 130px 1fr 260px; gap: 28px; padding: 30px; }
  .event-list-feature > img { height: 280px; }
  .member-directory { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 900px) {
  .shell { width: min(100% - 40px, var(--max)); }
  .utility-bar { display: none; }
  .site-header { position: relative; }
  .admin-bar .site-header { top: 0; }
  .nav-row { min-height: 80px; flex-wrap: wrap; padding: 12px 0; gap: 16px; }
  .brand { width: 132px; }
  .menu-toggle { display: inline-flex; align-items: center; }
  .desktop-nav { order: 3; width: 100%; margin: 0; display: none; border-top: 1px solid var(--line); }
  .desktop-nav.is-open { display: block; }
  .srs-menu { align-items: stretch; flex-direction: column; gap: 0; padding: 8px 0 2px; }
  .desktop-nav a { padding: 13px 0 7px; white-space: nowrap; }
  .desktop-nav a::after { bottom: 2px; }
  .contact-button { display: none; }
  .nav-actions { margin-left: auto; }
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; padding: 80px 0; }
  .hero-side { display: none; }
  .hero-copy h1 { font-size: clamp(48px, 9vw, 70px); }
  .section { padding: 82px 0; }
  .featured-event { grid-template-columns: minmax(0, 1fr); }
  .event-image-wrap { min-height: 420px; }
  .news-grid, .video-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .news-card:last-child, .video-card:last-child { grid-column: 1 / -1; width: calc(50% - 14px); }
  .mission-grid { grid-template-columns: minmax(0, 1fr); }
  .members-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2; }
  .editorial-split, .history-grid { gap: 55px; }
  .board-grid { grid-template-columns: 1fr; }
  .archive-feature { grid-template-columns: 1fr; }
  .archive-feature-image { min-height: 420px; }
  .archive-grid { grid-template-columns: repeat(2, 1fr); }
  .event-list-feature { grid-template-columns: 130px 1fr; }
  .event-list-feature > img { display: none; }
  .event-table > a { grid-template-columns: 150px 90px 1fr 25px; }
  .event-table p { display: none; }
  .media-feature { grid-template-columns: 1fr; gap: 45px; }
  .contact-layout { grid-template-columns: 1fr; gap: 55px; }
  .elementor-4655 .elementor-element-1b4b26d3 > .elementor-container {
    column-gap: 0;
  }
  .elementor-4655 .elementor-element-33747788,
  .elementor-4655 .elementor-element-224afd41 {
    width: 100% !important;
  }
}

@media (max-width: 650px) {
  /* Long German compound words must wrap inside narrow Elementor columns. */
  .elementor h1,
  .elementor h2,
  .elementor h3 {
    overflow-wrap: anywhere;
  }

  .elementor-4655 .elementor-element-67c1a4c9 .elementor-heading-title {
    font-size: 45px !important;
  }

  .shell { width: min(100% - 32px, var(--max)); }
  .desktop-nav { gap: 22px; }
  .hero-grid { padding: 65px 0 70px; }
  .hero-copy h1 { font-size: 44px; }
  .hero-intro { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .split-heading, .members-heading { display: block; }
  .section-intro, .members-heading > p { margin-top: 20px; }
  .featured-event { box-shadow: 0 12px 35px rgba(23,54,77,.1); }
  .event-image-wrap { min-height: 300px; }
  .event-copy { padding: 35px 25px; }
  .event-copy h3 { font-size: 36px; }
  .event-details div { grid-template-columns: 85px 1fr; }
  .news-grid, .video-grid { grid-template-columns: minmax(0, 1fr); }
  .news-card:last-child, .video-card:last-child { grid-column: auto; width: auto; }
  .focus-grid { grid-template-columns: minmax(0, 1fr); }
  .focus-card { min-height: auto; }
  .members-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .members-grid div { min-height: 100px; font-size: 13px; }
  .members-action { text-align: left; }
  .cta-inner { padding: 56px 0; min-height: auto; align-items: flex-start; flex-direction: column; gap: 30px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 42px 28px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { padding: 20px 0; align-items: flex-start; flex-direction: column; gap: 8px; }
  .page-hero-inner { min-height: 390px; padding: 64px 0; }
  .page-hero-inner h1 { font-size: 45px; }
  .page-hero-inner > p:not(.eyebrow) { font-size: 16px; }
  .page-hero-word { font-size: 75px; }
  .editorial-split, .history-grid { grid-template-columns: 1fr; gap: 38px; }
  .history-year { font-size: 105px; }
  .board-card { grid-template-columns: 75px 1fr; }
  .board-portrait, .portrait-placeholder { width: 75px; height: 92px; }
  .archive-feature-image { min-height: 310px; }
  .archive-feature > div { padding: 32px 25px; }
  .archive-feature h2 { font-size: 36px; }
  .archive-grid { grid-template-columns: 1fr; }
  .event-list-feature { grid-template-columns: 1fr; padding: 24px; }
  .event-date-block { min-height: 125px; }
  .event-table > a { grid-template-columns: 1fr 25px; gap: 7px 16px; padding: 20px 5px; }
  .event-table time, .event-table > a > span { grid-column: 1; }
  .event-table h3 { grid-column: 1; }
  .event-table > a > span:last-child { grid-column: 2; grid-row: 1 / 4; }
  .media-feature-image, .media-feature-image img { min-height: 280px; height: 280px; }
  .filter-row.small { justify-content: flex-start; margin-top: 25px; }
  .youtube-banner { padding: 28px; align-items: flex-start; flex-direction: column; }
  .member-directory { grid-template-columns: 1fr; }
  .member-directory article { min-height: 140px; }
  .contact-form { padding: 28px 22px; }
  .generic-page-content { padding: 32px 24px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .article-header-inner { min-height: 430px; padding: 65px 0; }
  .article-header h1 { font-size: 44px; }
  .article-layout { grid-template-columns: 1fr; padding-top: 55px; padding-bottom: 75px; }
  .article-layout aside { display: none; }
  .article-body .article-lead { font-size: 21px; }
  .article-body h2 { font-size: 32px; }
  .article-info { padding: 24px 20px; }
  .article-info dl div { grid-template-columns: 92px 1fr; }
}
