:root {
  color-scheme: light;
  --ink: #132238;
  --muted: #526173;
  --line: #dce3eb;
  --paper: #ffffff;
  --soft: #f4f7fa;
  --brand: #0067a6;
  --brand-dark: #00416b;
  --accent: #c5472f;
  --focus: #ffbf47;
  --max: 1180px;
  --header-max: 1320px;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 16px;
  line-height: 1.5;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  text-rendering: optimizeLegibility;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: var(--brand);
}

a:hover {
  color: var(--brand-dark);
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 3px;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 30;
  background: var(--ink);
  color: #fff;
  padding: .75rem 1rem;
}

.skip-link:focus {
  top: 1rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, .96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(10px);
}

.header-inner {
  max-width: var(--header-max);
  margin: 0 auto;
  padding: .65rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  min-width: 0;
  color: var(--ink);
  text-decoration: none;
}

.brand img {
  width: 132px;
  height: auto;
  max-height: 142px;
  object-fit: contain;
}

.nav-toggle {
  display: none;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--paper);
  color: var(--ink);
  padding: .55rem .7rem;
  font: inherit;
  font-weight: 700;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: .2rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.site-nav a {
  color: var(--ink);
  text-decoration: none;
  padding: .55rem .65rem;
  border-radius: 6px;
  font-size: .94rem;
  font-weight: 600;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  background: var(--soft);
  color: var(--brand-dark);
}

.hero {
  min-height: 76vh;
  display: flex;
  align-items: end;
  color: #fff;
  background-image: linear-gradient(90deg, rgba(9, 24, 42, .86), rgba(9, 24, 42, .45), rgba(9, 24, 42, .18)), url("../img/179485-scaled.jpg");
  background-position: center;
  background-size: cover;
}

.hero-inner {
  max-width: var(--max);
  width: 100%;
  margin: 0 auto;
  padding: 7rem 1.25rem 4rem;
}

.hero-logo {
  display: block;
  width: clamp(160px, 22vw, 260px);
  height: auto;
  margin: 0 0 1.25rem;
  filter: drop-shadow(0 12px 28px rgba(0, 0, 0, .34));
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  color: #f5d6c8;
  font-size: .9rem;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 850px;
  margin: 1rem 0 .7rem;
  font-size: clamp(2.35rem, 6vw, 5.25rem);
  line-height: .98;
  letter-spacing: 0;
}

.hero .theme {
  max-width: 720px;
  margin: 0 0 1.2rem;
  color: #e8f3fb;
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  font-weight: 700;
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
  margin: 0 0 1.5rem;
  padding: 0;
  list-style: none;
}

.hero-meta li,
.badge {
  border: 1px solid rgba(255, 255, 255, .34);
  border-radius: 999px;
  background: rgba(255, 255, 255, .12);
  padding: .42rem .75rem;
  color: #fff;
  font-weight: 700;
}

.hero-actions,
.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.8rem;
  border: 1px solid var(--brand);
  border-radius: 6px;
  background: var(--brand);
  color: #fff;
  padding: .7rem 1rem;
  font-weight: 800;
  text-decoration: none;
}

.button:hover {
  background: var(--brand-dark);
  color: #fff;
}

.button.secondary {
  background: #fff;
  color: var(--brand-dark);
  border-color: var(--line);
}

.button.secondary:hover {
  border-color: var(--brand);
}

.main {
  display: grid;
  gap: 0;
}

.section {
  padding: 4rem 1.25rem;
}

.section.soft {
  background: var(--soft);
}

.section.compact {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.container {
  max-width: var(--max);
  margin: 0 auto;
}

.narrow {
  max-width: 820px;
}

.section h1,
.section h2 {
  margin: 0 0 1rem;
  line-height: 1.12;
  letter-spacing: 0;
}

.section h1 {
  font-size: clamp(2rem, 4vw, 3.3rem);
}

.section h2 {
  font-size: clamp(1.65rem, 3vw, 2.35rem);
}

.section h3 {
  margin: 1.6rem 0 .55rem;
  font-size: 1.18rem;
}

.lead {
  color: var(--muted);
  font-size: 1.16rem;
  max-width: 780px;
}

.page-hero {
  background: var(--brand-dark);
  color: #fff;
  padding: 4.5rem 1.25rem 3rem;
}

.page-hero .lead {
  color: #dfeef8;
}

.grid {
  display: grid;
  gap: 1rem;
}

.grid.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  padding: 1.2rem;
}

.card h3 {
  margin-top: 0;
}

.fact-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}

.fact {
  background: #fff;
  padding: 1rem;
}

.fact strong {
  display: block;
  font-size: .82rem;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: .04em;
}

.fact span {
  display: block;
  margin-top: .35rem;
  font-weight: 800;
}

.dates {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid var(--line);
  background: #fff;
}

.dates th,
.dates td {
  text-align: left;
  padding: .95rem 1rem;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}

.dates th {
  background: var(--brand-dark);
  color: #fff;
}

.dates tr:last-child td {
  border-bottom: 0;
}

.topic-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .65rem;
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
}

.topic-list li {
  border-left: 4px solid var(--brand);
  background: var(--soft);
  padding: .8rem .9rem;
  font-weight: 700;
}

.committee-hero {
  background-image: linear-gradient(90deg, rgba(0, 65, 107, .96), rgba(0, 103, 166, .78)), url("../img/179485-scaled.jpg");
  background-position: center;
  background-size: cover;
}

.committee-hero-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.committee-hero img {
  width: clamp(130px, 18vw, 210px);
  height: auto;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, .28);
}

.committee-intro {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 1.5rem;
}

.committee-intro h2,
.liaison-heading h2 {
  margin-bottom: .55rem;
}

.committee-stat {
  flex: 0 0 180px;
  border-left: 5px solid var(--accent);
  background: #fff;
  padding: 1rem 1.1rem;
}

.committee-stat strong {
  display: block;
  color: var(--brand-dark);
  font-size: 2.55rem;
  line-height: 1;
}

.committee-stat span {
  display: block;
  margin-top: .35rem;
  color: var(--muted);
  font-weight: 800;
  text-transform: uppercase;
  font-size: .78rem;
}

.committee-feature-grid,
.committee-grid {
  display: grid;
  gap: 1rem;
}

.committee-feature-grid {
  grid-template-columns: 1.1fr 1.4fr 1.1fr;
}

.committee-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.committee-card {
  position: relative;
  min-height: 100%;
  border: 1px solid var(--line);
  border-top: 5px solid var(--brand);
  border-radius: 8px;
  background: #fff;
  padding: 1.15rem;
  box-shadow: 0 16px 36px rgba(19, 34, 56, .07);
}

.committee-card.featured {
  border-top-color: var(--accent);
  padding: 1.35rem;
}

.role-label {
  margin: 0 0 1rem;
  color: var(--brand-dark);
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.people-list,
.liaison-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.people-list {
  display: grid;
  gap: .7rem;
}

.people-list li,
.liaison-list li {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: .8rem;
}

.person-name {
  color: var(--ink);
  font-weight: 800;
}

.person-region {
  flex: 0 0 auto;
  min-width: 2.4rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--soft);
  color: var(--muted);
  padding: .18rem .48rem;
  text-align: center;
  font-size: .78rem;
  font-weight: 800;
}

.liaison-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}

.liaison-heading {
  background: var(--brand-dark);
  color: #fff;
  padding: 1.35rem 1.5rem;
}

.liaison-heading .eyebrow,
.liaison-heading h2 {
  color: #fff;
}

.liaison-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
}

.liaison-list li {
  background: #fff;
  padding: .9rem 1rem;
}

.notice {
  border-left: 5px solid var(--accent);
  background: #fff7f4;
  padding: 1rem 1.1rem;
}

.cmt-box {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f8fbfe;
  padding: 1rem;
}

.flyer-link {
  display: inline-flex;
  margin-top: .75rem;
  font-weight: 800;
}

.venue-image {
  border-radius: 8px;
  border: 1px solid var(--line);
}

.site-footer {
  background: #09182a;
  color: #e9f1f7;
  padding: 2.5rem 1.25rem;
}

.footer-inner {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  gap: 1rem;
}

.footer-title {
  margin: 0;
  font-weight: 800;
}

.footer-meta,
.acknowledgement {
  margin: 0;
  color: #c9d7e4;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: .8rem;
}

.footer-nav a {
  color: #fff;
}

@media (max-width: 980px) {
  .header-inner {
    align-items: flex-start;
  }

  .nav-toggle {
    display: inline-flex;
    align-items: center;
  }

  .site-nav {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    padding-top: .8rem;
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: .75rem;
  }

  .header-inner {
    flex-wrap: wrap;
  }

  .grid.two,
  .grid.three,
  .fact-list,
  .topic-list,
  .committee-feature-grid,
  .committee-grid,
  .liaison-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .committee-intro {
    align-items: start;
    flex-direction: column;
  }

  .committee-stat {
    width: 100%;
    flex-basis: auto;
  }
}

@media (max-width: 640px) {
  .brand img {
    width: 96px;
    max-height: 104px;
  }

  .hero {
    min-height: 82vh;
    background-position: center top;
  }

  .hero-inner {
    padding-top: 5rem;
    padding-bottom: 2.5rem;
  }

  .section {
    padding: 3rem 1rem;
  }

  .page-hero {
    padding: 3rem 1rem 2.2rem;
  }

  .grid.two,
  .grid.three,
  .fact-list,
  .topic-list,
  .committee-feature-grid,
  .committee-grid,
  .liaison-list {
    grid-template-columns: 1fr;
  }

  .committee-hero-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .committee-hero img {
    width: 118px;
  }

  .people-list li,
  .liaison-list li {
    align-items: flex-start;
    flex-direction: column;
    gap: .35rem;
  }

  .dates,
  .dates thead,
  .dates tbody,
  .dates tr,
  .dates th,
  .dates td {
    display: block;
  }

  .dates thead {
    display: none;
  }

  .dates td {
    padding: .85rem 1rem;
  }

  .dates td:first-child {
    font-weight: 800;
    border-bottom: 0;
    padding-bottom: .15rem;
  }

  .dates td:last-child {
    padding-top: .15rem;
  }
}
