@charset "UTF-8";
:root {
  color-scheme: light;
  --navy: #031b2e;
  --ocean: #0b354b;
  --teal: #076875;
  --cyan: #29c7dc;
  --peach: #e6ab89;
  --paper: #f4f8fb;
  --ink: #162c3b;
  --muted: #526674;
  --line: #d7e3ea;
  --white: #fff;
  --width: 1160px;
  --radius: 8px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--white);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-size: 1rem; line-height: 1.65; }
img { max-width: 100%; height: auto; }
svg { vertical-align: middle; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 5px; }
a:hover { text-decoration-color: var(--teal); }
button { font: inherit; }
a, button { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--teal); outline-offset: 5px; }
.hero :focus-visible, .site-footer :focus-visible, .event-hero :focus-visible { outline-color: var(--cyan); }
[hidden] { display: none !important; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.14; letter-spacing: -.04em; font-weight: 600; text-wrap: balance; }
h1 { font-size: clamp(2.6rem, 5.7vw, 4.65rem); }
h2 { font-size: clamp(1.9rem, 3.2vw, 2.8rem); }
h3 { font-size: 1.5rem; letter-spacing: -.025em; }
p { margin-bottom: 1.25rem; }
p:last-child { margin-bottom: 0; }
::selection { background: #bcecf3; color: var(--navy); }
.container { width: min(var(--width), calc(100% - 96px)); margin-inline: auto; }
.icon { flex: 0 0 auto; width: 21px; height: 21px; }
.section { padding-block: 104px; }
.eyebrow { display: flex; align-items: center; gap: 12px; font-size: .75rem; font-weight: 650; line-height: 1.5; letter-spacing: .13em; text-transform: uppercase; color: var(--teal); margin-bottom: 25px; }
.eyebrow-line { width: 26px; height: 1px; background: currentColor; }
.lead { max-width: 700px; font-size: 1.2rem; line-height: 1.75; color: var(--muted); }
.large-copy { font-size: 1.5rem; line-height: 1.5; letter-spacing: -.02em; color: var(--ink); }
.text-link, .hero-link { display: inline-flex; gap: 16px; align-items: center; font-size: .9rem; font-weight: 600; text-decoration: none; padding-block: 10px; }
.text-link { color: var(--teal); }
.text-link:hover, .hero-link:hover { text-decoration: underline; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 25px; padding: 13px 23px; border: 1px solid transparent; border-radius: 4px; font-size: .875rem; font-weight: 650; text-decoration: none; line-height: 1.6; transition: background .2s, border-color .2s, transform .2s; }
.button:hover { transform: translateY(-2px); }
.button-cyan { color: var(--navy); background: var(--cyan); }
.button-cyan:hover { background: #74e0ed; }
.button-dark { background: var(--navy); color: white; }
.button-dark:hover { background: var(--ocean); }
.button-outline { color: var(--ink); background: transparent; border-color: #a0b9c4; }
.button-outline:hover { background: #e9f4f6; border-color: var(--teal); }
.skip-link { position: fixed; z-index: 100; top: -100px; left: 20px; background: white; color: var(--navy); padding: 14px 20px; }
.skip-link:focus { top: 10px; }
#main:focus { outline: none; }
#project, [id] { scroll-margin-top: 30px; }
.site-header { background: white; position: relative; z-index: 20; border-bottom: 1px solid #edf1f4; }
.header-inner { min-height: 104px; display: flex; align-items: center; gap: 36px; }
.brand { display: flex; align-items: center; flex-shrink: 0; padding-block: 7px; }
.project-logo { width: 120px; height: 84px; display: block; }
.primary-navigation { display: flex; justify-content: center; align-items: center; gap: 30px; margin-inline: auto; }
.primary-navigation a { display: block; position: relative; text-decoration: none; font-size: .875rem; font-weight: 550; padding-block: 35px; color: #425361; }
.primary-navigation a:hover, .primary-navigation a[aria-current] { color: var(--teal); }
.primary-navigation a[aria-current]::after { content: ''; position: absolute; bottom: 24px; height: 2px; background: var(--teal); left: 0; right: 0; }
.header-note { padding-left: 22px; border-left: 1px solid var(--line); font-size: .75rem; line-height: 1.6; color: var(--muted); }
.menu-toggle { display: none; }
.hero { position: relative; isolation: isolate; color: white; background: var(--navy); overflow: hidden; }
.hero-image { position: absolute; z-index: -2; inset: 0 0 0 auto; height: 100%; width: 79%; object-fit: cover; object-position: 50% 34%; }
.hero-shade { position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, #031b2e 5%, rgba(3,27,46,.94) 30%, rgba(3,27,46,.55) 57%, rgba(3,27,46,.03) 100%), linear-gradient(0deg, rgba(3,27,46,.72), transparent 30%); }
.hero-inner { min-height: 578px; padding-block: 82px 118px; display: flex; align-items: center; position: relative; }
.hero-copy { max-width: 720px; }
.hero .eyebrow { color: #83d9e3; margin-bottom: 28px; }
.hero h1 { line-height: 1.06; margin-bottom: 27px; letter-spacing: -.055em; font-weight: 550; }
.hero h1 span { color: #8ae1ea; }
.hero-copy > p:not(.eyebrow) { max-width: 555px; color: #c4d6e1; font-size: 1.1rem; line-height: 1.75; }
.hero-actions { margin-top: 33px; display: flex; align-items: center; gap: 30px; flex-wrap: wrap; }
.hero-link { color: #f2f7fb; }
.featured-section { position: relative; z-index: 2; margin-top: -40px; }
.event-strip { display: flex; align-items: center; gap: 30px; padding: 27px 32px; background: #edf7f8; border: 1px solid #cde3e7; border-radius: var(--radius); box-shadow: 0 15px 32px -25px #16384b66; }
.date-block { display: flex; flex-direction: column; align-items: center; justify-content: center; color: var(--ink); flex: 0 0 87px; padding-right: 28px; border-right: 1px solid #bcd5dc; line-height: 1; gap: 5px; }
.date-block > span { font-size: .75rem; font-weight: 600; letter-spacing: .07em; }
.date-block strong { font-size: 2.8rem; font-weight: 550; letter-spacing: -.07em; }
.date-block > span:last-child { color: var(--muted); font-weight: 450; }
.event-strip-copy { flex: 1; min-width: 0; }
.event-eyebrow { margin-bottom: 10px; gap: 10px; font-size: .6875rem; letter-spacing: .07em; flex-wrap: wrap; }
.event-label { color: var(--teal); font-size: .875rem; letter-spacing: .04em; }
.separator { color: #91b1bb; }
.event-strip h2 { font-size: 1.35rem; margin-bottom: 6px; letter-spacing: -.025em; }
.event-strip h2 a { text-decoration: none; }
.event-strip h2 a:hover { text-decoration: underline; }
.event-strip p { color: var(--muted); font-size: .875rem; }
.event-strip > .button { flex-shrink: 0; }
.project-section { display: grid; grid-template-columns: .95fr 1.05fr; gap: 96px; }
.section-heading h2 { max-width: 440px; }
.project-description { padding-top: 37px; color: var(--muted); }
.focus-section { padding-block: 80px 88px; background: var(--paper); border-block: 1px solid #e8eff3; }
.section-title-row { display: flex; justify-content: space-between; align-items: flex-end; gap: 36px; margin-bottom: 42px; }
.section-title-row h2 { margin-bottom: 0; }
.section-title-row .eyebrow { margin-bottom: 17px; }
.section-title-row > p { color: var(--muted); max-width: 240px; font-size: .9375rem; margin: 0 0 5px; }
.section-title-row > a { flex-shrink: 0; }
.focus-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.focus-item { border-top: 1px solid #bfd0d9; padding-top: 25px; display: flex; flex-direction: column; align-items: flex-start; }
.focus-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; width: 100%; margin-bottom: 18px; }
.focus-top .icon { color: var(--teal); width: 29px; height: 29px; }
.focus-item h3 { font-size: 1.35rem; letter-spacing: -.025em; margin-bottom: 0; }
.focus-item p { color: var(--muted); font-size: .9375rem; line-height: 1.8; }
.consortium-summary .section-title-row { margin-bottom: 22px; }
.consortium-intro { color: var(--muted); max-width: 620px; }
.partner-strip { margin-top: 48px; display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.partner-strip-item { display: flex; min-height: 138px; align-items: center; justify-content: center; padding: 28px; text-decoration: none; transition: background .2s; }
.partner-strip-item:not(:last-child) { border-right: 1px solid var(--line); }
.partner-strip-item:hover { background: var(--paper); }
.partner-logo { display: block; object-fit: contain; width: 175px; height: 63px; }
.partner-logo--pxl { width: 65px; height: 65px; background: #172c3a; border-radius: 50%; }
.partner-logo--sirris { width: 117px; height: 63px; }
.partner-logo--vlaio { width: 137px; height: 63px; }
.site-footer { color: white; background: var(--navy); }
.footer-main { display: grid; grid-template-columns: 1.4fr 1fr .75fr; gap: 80px; padding-block: 68px 60px; }
.footer-wordmark { font-size: 1.75rem; font-weight: 750; text-decoration: none; letter-spacing: -.07em; }
.footer-wordmark span { color: var(--cyan); }
.footer-about > p { margin: 18px 0 0; font-size: .875rem; line-height: 1.8; color: #b6cad6; }
.footer-label { font-size: .6875rem; font-weight: 550; text-transform: uppercase; letter-spacing: .12em; color: #9fbcc9; margin-bottom: 22px; }
.footer-navigation nav { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 25px; }
.footer-navigation a { font-size: .875rem; color: #e2ebf0; text-decoration: none; }
.footer-navigation a:hover { text-decoration: underline; }
.footer-funding img { width: 137px; height: auto; display: block; }
.footer-program { display: flex; align-items: center; gap: 12px; margin-top: 20px; font-size: .8rem; color: #c1d4df; text-decoration: none; }
.footer-program .icon { width: 16px; height: 16px; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid #284353; padding-block: 22px; color: #9eb6c4; font-size: .75rem; }
.footer-bottom p { margin: 0; }
.footer-bottom a { display: inline-flex; align-items: center; gap: 8px; text-decoration: none; }
.footer-bottom .icon { width: 15px; height: 15px; transform: rotate(180deg); }
.page-intro { background: var(--paper); padding-block: 66px 62px; border-bottom: 1px solid var(--line); }
.page-intro h1 { font-size: clamp(2.5rem, 4.7vw, 3.8rem); margin-bottom: 24px; letter-spacing: -.055em; }
.page-intro .eyebrow { margin-bottom: 20px; }
.page-intro .lead { max-width: 705px; font-size: 1.05rem; }
.accent-period { color: var(--teal); }
.partner-profiles { padding-block: 28px 50px; }
.partner-profile { display: grid; grid-template-columns: .9fr 1.6fr; gap: 90px; padding-block: 65px; border-bottom: 1px solid var(--line); }
.partner-profile:last-child { border-bottom: 0; }
.partner-identity { display: flex; flex-direction: column; align-items: flex-start; }
.partner-logo-panel { display: flex; align-items: center; min-height: 144px; width: 100%; }
.partner-logo-panel .partner-logo--distrinet { width: 250px; height: auto; }
.partner-logo-panel .partner-logo--pxl { width: 104px; height: 104px; }
.partner-logo-panel .partner-logo--sirris { width: 180px; height: auto; }
.partner-profile-copy .eyebrow { margin-bottom: 14px; }
.partner-profile-copy h2 { font-size: 2.3rem; margin-bottom: 24px; }
.partner-profile-copy > p:not(.eyebrow) { color: var(--muted); max-width: 670px; }
.partner-profile-copy .text-link { margin-top: 3px; }
.funding-section { padding-block: 72px; background: #edf6f7; border-block: 1px solid #d7e8eb; }
.funding-inner { display: grid; grid-template-columns: .9fr 1.6fr; gap: 90px; }
.funding-inner > div > p:not(.eyebrow) { color: var(--muted); }
.funding-logo-panel { margin-top: 50px; }
.funding-logo-panel img { width: 220px; height: auto; }
.simple-next { display: flex; justify-content: space-between; align-items: center; gap: 32px; padding-block: 70px; }
.simple-next h2 { font-size: 2.2rem; margin-bottom: 0; }
.simple-next .eyebrow { margin-bottom: 14px; }
.library-section { padding-block: 56px 80px; }
.empty-state { padding: 65px 30px 70px; min-height: 420px; border: 1px solid var(--line); border-radius: var(--radius); text-align: center; background: linear-gradient(155deg, #f1f8fa, #fff 60%); }
.empty-icon { display: flex; align-items: center; justify-content: center; margin: 0 auto 27px; width: 70px; height: 70px; border: 1px solid #b8d8df; border-radius: 18px; color: var(--teal); background: #e4f3f6; }
.empty-icon .icon { width: 30px; height: 30px; }
.empty-state .eyebrow { justify-content: center; font-size: .6875rem; margin-bottom: 13px; }
.empty-state h2 { font-size: 1.9rem; margin-bottom: 18px; }
.empty-state > p:not(.eyebrow) { max-width: 460px; margin-inline: auto; color: var(--muted); font-size: .9375rem; }
.empty-state .button { margin-top: 13px; }
.empty-state--repository { background: linear-gradient(155deg, #f2f6fa, #fff 60%); }
.library-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px; }
.library-card { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.media-thumbnail { width: 100%; height: auto; aspect-ratio: 16/9; object-fit: cover; display: block; }
.media-symbol { display: grid; place-items: center; height: 160px; color: var(--teal); background: #e4f3f6; }
.media-symbol .icon { width: 40px; height: 40px; }
.library-card-copy { padding: 30px; }
.library-card h2, .resource-item h2 { font-size: 1.55rem; }
.library-card p:not(.eyebrow), .resource-item p:not(.eyebrow) { color: var(--muted); }
.item-metadata { font-size: .8125rem; }
.related-links { display: flex; flex-wrap: wrap; gap: 4px 22px; border-top: 1px solid var(--line); margin-top: 15px; padding-top: 8px; }
.related-links .text-link { font-size: .8125rem; }
.resource-item { border-bottom: 1px solid var(--line); padding-block: 36px; display: flex; gap: 28px; align-items: flex-start; }
.resource-item:first-child { padding-top: 0; }
.resource-copy { flex: 1; }
.resource-symbol { background: #e4f3f6; color: var(--teal); padding: 18px; border-radius: 8px; }
.resource-item > .text-link { flex-shrink: 0; }
.resource-item .eyebrow { margin-bottom: 13px; }
.agenda-layout { display: grid; grid-template-columns: .75fr 2fr; gap: 85px; padding-block: 66px 100px; }
.agenda-aside { padding-top: 6px; }
.aside-icon { display: inline-flex; padding: 14px; border: 1px solid #bddae0; border-radius: 8px; color: var(--teal); margin-bottom: 28px; background: #edf7f8; }
.agenda-aside h2 { font-size: 1.8rem; margin-bottom: 20px; }
.agenda-aside p { font-size: .875rem; color: var(--muted); }
.timezone-note { display: flex; gap: 10px; align-items: flex-start; border-top: 1px solid var(--line); margin-top: 30px; padding-top: 22px; font-size: .75rem !important; }
.timezone-note .icon { width: 16px; height: 16px; margin-top: 4px; }
.list-heading { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding-bottom: 18px; border-bottom: 1px solid #a6beca; }
.list-heading h2 { font-size: 1.3rem; letter-spacing: -.025em; margin: 0; }
.agenda-event { display: flex; align-items: flex-start; gap: 25px; padding-block: 34px; border-bottom: 1px solid var(--line); }
.agenda-event .date-block { margin-top: 4px; }
.agenda-event-copy { min-width: 0; flex: 1; }
.agenda-event .eyebrow { margin-bottom: 13px; font-size: .6875rem; gap: 10px; letter-spacing: .06em; flex-wrap: wrap; }
.agenda-event h3 { font-size: 1.6rem; line-height: 1.25; margin-bottom: 16px; }
.agenda-event h3 a { text-decoration: none; }
.agenda-event h3 a:hover { text-decoration: underline; }
.agenda-event-copy > p { color: var(--muted); font-size: .9rem; line-height: 1.8; }
.event-metadata { display: flex; flex-wrap: wrap; gap: 12px 24px; margin-block: 24px 18px; color: var(--ink); }
.event-metadata > span { display: inline-flex; align-items: center; gap: 8px; font-size: .75rem; }
.event-metadata .icon { width: 16px; height: 16px; color: var(--teal); }
.agenda-event-copy > .event-notice { font-size: .8125rem; }
.event-arrow { display: grid; place-items: center; width: 36px; height: 36px; border: 1px solid #bdd5df; border-radius: 50%; color: var(--teal); flex-shrink: 0; }
.event-arrow:hover { background: #e7f3f6; }
.past-section { margin-top: 53px; }
.agenda-empty { padding-block: 26px; font-size: .9rem; color: var(--muted); }
.event-hero { background: var(--navy); color: white; padding-block: 30px 60px; position: relative; overflow: hidden; }
.event-hero::before { content: ''; position: absolute; right: 0; top: 0; width: 50%; height: 100%; background: radial-gradient(ellipse at 100% 40%, #0a627455, transparent 70%); pointer-events: none; }
.back-link { display: inline-flex; align-items: center; gap: 10px; flex-direction: row-reverse; color: #b7cdd9; text-decoration: none; font-size: .8125rem; padding-block: 8px; }
.back-link:hover { text-decoration: underline; }
.back-link .icon { width: 16px; height: 16px; }
.event-hero-grid { display: grid; grid-template-columns: 1fr 240px; gap: 80px; padding-top: 40px; position: relative; }
.event-hero h1 { font-size: clamp(2.4rem, 4.4vw, 3.75rem); max-width: 730px; line-height: 1.1; margin-bottom: 26px; }
.event-hero h1 > span { color: var(--cyan); }
.event-hero .eyebrow { color: #8ad9e2; }
.event-hero .event-label { color: #8ad9e2; }
.event-hero-summary { color: #bcd2df; font-size: 1.05rem; }
.event-date-display { border-left: 1px solid #2a5265; padding-left: 46px; margin-block: 8px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.event-date-display > span { font-size: .9rem; color: #c0d8e2; }
.event-date-display strong { font-weight: 450; font-size: 7.5rem; letter-spacing: -.08em; line-height: 1.05; color: var(--peach); margin: 2px 0 12px; }
.event-detail-layout { display: grid; grid-template-columns: 1.65fr 1fr; gap: 80px; align-items: start; padding-block: 72px 88px; }
.event-main-copy > h2 { font-size: 2.25rem; }
.event-main-copy > p:not(.eyebrow):not(.large-copy) { color: var(--muted); }
.event-main-copy .large-copy { font-size: 1.25rem; }
.notice-box { margin-block: 28px 0; padding: 20px 24px; border-left: 3px solid var(--teal); background: #edf6f7; border-radius: 0 4px 4px 0; }
.notice-box strong { font-size: .875rem; font-weight: 600; }
.notice-box p { color: var(--muted); font-size: .875rem; margin-top: 6px; }
.archived-note { border-left: 3px solid #b9cbd4; padding: 14px 20px; background: var(--paper); font-size: .875rem; margin-top: 28px; }
.program-section { margin-top: 54px; }
.program-section .eyebrow { margin-bottom: 15px; }
.program-section h2 { font-size: 2rem; margin-bottom: 15px; }
.program-timezone { font-size: .8125rem; color: var(--muted); }
.schedule { list-style: none; padding: 0; margin: 29px 0 0; }
.schedule li { display: grid; grid-template-columns: 145px 1fr; gap: 22px; padding-block: 23px; border-top: 1px solid var(--line); }
.schedule-time { font-size: .8125rem; font-weight: 600; color: var(--teal); padding-top: 3px; }
.schedule h3 { font-size: 1.15rem; line-height: 1.35; margin-bottom: 10px; }
.schedule p { font-size: .875rem; line-height: 1.7; color: var(--muted); }
.event-practical { background: var(--paper); border: 1px solid var(--line); border-radius: 8px; padding: 32px; }
.event-practical h2 { font-size: 1.4rem; margin-bottom: 27px; }
.event-practical dl { margin: 0; }
.event-practical dl > div { border-top: 1px solid var(--line); padding-block: 22px; }
.event-practical dt { display: flex; align-items: center; gap: 9px; font-size: .75rem; color: var(--muted); margin-bottom: 9px; }
.event-practical dt .icon { width: 17px; height: 17px; color: var(--teal); }
.event-practical dd { margin: 0; font-size: .9rem; font-weight: 550; }
.event-practical small { display: block; font-size: .8125rem; line-height: 1.75; font-weight: 400; color: var(--muted); margin-top: 9px; }
.event-practical .text-link { padding-top: 0; font-size: .8125rem; }
.calendar-action { border-top: 1px solid var(--line); margin-top: 16px; padding-top: 24px; }
.calendar-action .button { width: 100%; gap: 12px; padding-inline: 15px; }
.calendar-action > p { color: var(--muted); font-size: .75rem; line-height: 1.6; margin-top: 12px; }
.event-related { padding-top: 35px; border-top: 1px solid var(--line); }
.event-related h2 { font-size: 1.6rem; }
.event-related .text-link { display: flex; }
[data-phase="past"] .future-copy, [data-phase="today"] .before-copy { display: none; }
[data-phase]:not([data-phase="past"]) .past-copy { display: none; }
[data-event-status="canceled"] .future-copy, [data-event-status="postponed"] .future-copy { display: none; }
@media (min-width: 1600px) { .hero-image { width: 72%; } }
@media (max-width: 1100px) {
  .container { width: calc(100% - 64px); }
  .header-note { display: none; }
  .primary-navigation { margin-left: auto; margin-right: 0; }
  .project-section { gap: 55px; }
  .event-strip { padding: 25px; gap: 24px; }
  .event-strip h2 { font-size: 1.2rem; }
  .event-strip .button { padding-inline: 16px; gap: 14px; }
  .focus-grid { gap: 27px; }
  .footer-main { gap: 35px; }
  .partner-profile, .funding-inner { gap: 55px; grid-template-columns: .8fr 1.5fr; }
  .agenda-layout { gap: 45px; grid-template-columns: .65fr 2fr; }
  .agenda-event { gap: 18px; }
  .event-arrow { display: none; }
  .event-hero-grid { gap: 48px; grid-template-columns: 1fr 180px; }
  .event-date-display { padding-left: 28px; }
  .event-detail-layout { gap: 42px; grid-template-columns: 1.4fr 1fr; }
  .event-practical { padding: 25px; }
  .schedule li { grid-template-columns: 1fr; gap: 10px; }
}
@media (max-width: 760px) {
  .container { width: calc(100% - 40px); }
  .header-inner { min-height: 90px; flex-wrap: wrap; justify-content: space-between; gap: 0; }
  .project-logo { width: 106px; height: 74px; }
  .brand { padding-block: 6px; }
  .primary-navigation { width: 100%; gap: 0 24px; justify-content: flex-start; flex-wrap: wrap; margin: 0; border-top: 1px solid var(--line); }
  .primary-navigation a { padding-block: 15px; font-size: .875rem; }
  .primary-navigation a[aria-current]::after { bottom: 8px; }
  .js .menu-toggle { display: flex; align-items: center; justify-content: center; gap: 15px; padding: 12px 0 12px 16px; min-height: 44px; border: 0; background: none; color: var(--ink); font-size: .875rem; cursor: pointer; }
  .menu-lines { display: block; width: 20px; height: 10px; border-top: 1.5px solid; border-bottom: 1.5px solid; }
  .js .primary-navigation { display: none; }
  .js .menu-toggle[aria-expanded="true"] + .primary-navigation { display: flex; flex-direction: column; align-items: stretch; padding-block: 10px; gap: 0; }
  .js .primary-navigation a { padding: 12px; }
  .js .primary-navigation a[aria-current] { background: #edf6f7; border-radius: 4px; }
  .js .primary-navigation a[aria-current]::after { display: none; }
  .hero-inner { min-height: 555px; padding-block: 64px 106px; }
  .hero-image { width: 100%; object-position: 66% 30%; opacity: .65; }
  .hero-shade { background: linear-gradient(90deg, #031b2eeb, #031b2e88), linear-gradient(0deg, var(--navy), transparent 80%); }
  .hero h1 { font-size: clamp(2.35rem, 7.8vw, 3.6rem); line-height: 1.1; }
  .hero-copy > p:not(.eyebrow) { font-size: 1rem; max-width: 475px; }
  .hero .eyebrow { font-size: .6875rem; }
  .hero-actions { gap: 13px 26px; margin-top: 28px; }
  .hero-link { font-size: .875rem; }
  .featured-section { margin-top: -35px; }
  .event-strip { padding: 24px; gap: 20px; display: grid; grid-template-columns: 66px 1fr; }
  .date-block { flex-basis: 66px; padding-right: 16px; }
  .date-block strong { font-size: 2.35rem; }
  .event-strip-copy { min-width: 0; }
  .event-strip h2 { font-size: 1.2rem; line-height: 1.3; }
  .event-strip p { font-size: .8125rem; }
  .event-strip > .button { grid-column: 2; justify-self: start; margin-top: 0; min-height: 44px; }
  .event-eyebrow { font-size: .625rem; letter-spacing: .05em; gap: 6px; }
  .event-eyebrow .separator { display: none; }
  .event-eyebrow > span:last-child { display: none; }
  .section { padding-block: 68px; }
  .project-section { grid-template-columns: 1fr; gap: 8px; }
  .project-description { padding-top: 6px; }
  .section-heading h2 { margin-bottom: 25px; }
  .large-copy { font-size: 1.25rem; }
  .focus-section { padding-block: 62px; }
  .section-title-row { align-items: flex-start; flex-direction: column; gap: 20px; margin-bottom: 35px; }
  .section-title-row > p { max-width: 100%; }
  .focus-grid { grid-template-columns: 1fr; gap: 34px; }
  .focus-item p { max-width: 560px; }
  .partner-strip { grid-template-columns: 1fr 1fr; margin-top: 35px; }
  .partner-strip-item { padding: 22px; min-height: 126px; }
  .partner-strip-item:nth-child(2) { border-right: 0; }
  .partner-strip-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .partner-logo--distrinet { width: 150px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 38px 28px; padding-block: 50px 40px; }
  .footer-about { grid-column: 1 / -1; }
  .footer-navigation nav { grid-template-columns: 1fr; gap: 10px; }
  .footer-label { font-size: .625rem; }
  .footer-bottom { align-items: flex-start; flex-wrap: wrap; gap: 12px; }
  .footer-bottom > p:nth-child(2) { order: 3; width: 100%; }
  .page-intro { padding-block: 48px; }
  .page-intro .lead { font-size: 1rem; }
  .eyebrow { font-size: .6875rem; }
  .partner-profiles { padding-block: 0 20px; }
  .partner-profile { grid-template-columns: 1fr; gap: 30px; padding-block: 45px; }
  .partner-identity { flex-direction: row; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 20px; }
  .partner-logo-panel { width: auto; min-height: 90px; margin: 0; }
  .partner-logo-panel .partner-logo--distrinet { width: 190px; }
  .partner-logo-panel .partner-logo--sirris { width: 140px; }
  .partner-logo-panel .partner-logo--pxl { width: 75px; height: 75px; }
  .partner-profile-copy h2 { font-size: 2rem; }
  .partner-profile-copy > p:not(.eyebrow) { font-size: .9375rem; }
  .funding-section { padding-block: 48px; }
  .funding-inner { grid-template-columns: 1fr; gap: 42px; }
  .funding-logo-panel { margin-top: 0; }
  .funding-logo-panel img { width: 160px; }
  .funding-inner > div > p:not(.eyebrow) { font-size: .9375rem; }
  .simple-next { flex-direction: column; align-items: flex-start; padding-block: 50px; gap: 24px; }
  .simple-next h2 { font-size: 1.9rem; }
  .library-section { padding-block: 32px 55px; }
  .empty-state { padding: 50px 24px; min-height: 380px; }
  .empty-state h2 { font-size: 1.55rem; }
  .empty-state .eyebrow { font-size: .625rem; letter-spacing: .09em; }
  .library-grid { grid-template-columns: 1fr; }
  .resource-item { flex-wrap: wrap; gap: 20px; }
  .resource-symbol { display: none; }
  .resource-copy { flex-basis: 100%; }
  .agenda-layout { grid-template-columns: 1fr; gap: 28px; padding-block: 38px 56px; }
  .agenda-aside { padding-top: 0; }
  .agenda-aside .aside-icon, .agenda-aside h2, .agenda-aside > p:not(.timezone-note) { display: none; }
  .timezone-note { border: 0; padding: 0; margin: 0; }
  .agenda-event { gap: 20px; }
  .agenda-event h3 { font-size: 1.35rem; }
  .agenda-event-copy > p { font-size: .875rem; }
  .agenda-event .date-block { flex-basis: 56px; padding-right: 15px; }
  .agenda-event .eyebrow { font-size: .625rem; gap: 7px; }
  .list-heading h2 { font-size: 1.2rem; }
  .event-metadata { flex-direction: column; gap: 10px; }
  .past-section { margin-top: 35px; }
  .event-hero { padding-block: 20px 42px; }
  .event-hero-grid { grid-template-columns: 1fr; gap: 28px; padding-top: 29px; }
  .event-hero h1 { font-size: 2.6rem; }
  .event-hero-summary { font-size: .9375rem; }
  .event-date-display { border-left: 0; border-top: 1px solid #2a5265; padding: 24px 0 0; margin: 0; flex-direction: row; flex-wrap: wrap; align-items: baseline; justify-content: flex-start; gap: 7px 12px; }
  .event-date-display strong { order: -1; font-size: 2rem; margin: 0; letter-spacing: -.05em; }
  .event-date-display > span:first-child { order: 3; font-size: .8125rem; }
  .event-date-display > span:last-child { font-size: 1rem; }
  .event-detail-layout { display: flex; flex-direction: column; gap: 42px; padding-block: 44px 60px; }
  .event-main-copy { width: 100%; }
  .event-main-copy > h2 { font-size: 1.9rem; }
  .event-main-copy .large-copy { font-size: 1.15rem; }
  .event-main-copy > p:not(.eyebrow):not(.large-copy) { font-size: .9375rem; }
  .event-practical { width: 100%; padding: 27px; }
  .program-section { margin-top: 40px; }
  .schedule li { grid-template-columns: 1fr; gap: 8px; padding-block: 20px; }
}
@media (max-width: 380px) {
  .container { width: calc(100% - 32px); }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 12px; }
  .event-strip { padding: 20px 16px; gap: 15px; grid-template-columns: 55px 1fr; }
  .event-strip h2 { font-size: 1.1rem; }
  .partner-strip-item { padding-inline: 14px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}
@media print {
  .site-header, .site-footer, .hero-image, .hero-shade, .button, .hero-actions, .menu-toggle { display: none !important; }
  body, .hero, .page-intro { background: white; color: black; }
  .container { width: 100%; }
  .hero-inner, .section, .page-intro { padding-block: 24px; min-height: auto; }
  .hero h1 span, .hero p, .hero .eyebrow { color: black !important; }
  .featured-section { margin-top: 0; }
  .event-strip { box-shadow: none; break-inside: avoid; }
}
