/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --radius-sm: 0.25rem;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --shadow-sm: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *,
  ::after,
  ::before,
  ::backdrop,
  ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html,
  :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b,
  strong {
    font-weight: bolder;
  }
  code,
  kbd,
  samp,
  pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol,
  ul,
  menu {
    list-style: none;
  }
  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    display: block;
    vertical-align: middle;
  }
  img,
  video {
    max-width: 100%;
    height: auto;
  }
  button,
  input,
  select,
  optgroup,
  textarea,
  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or
    (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit,
  ::-webkit-datetime-edit-year-field,
  ::-webkit-datetime-edit-month-field,
  ::-webkit-datetime-edit-day-field,
  ::-webkit-datetime-edit-hour-field,
  ::-webkit-datetime-edit-minute-field,
  ::-webkit-datetime-edit-second-field,
  ::-webkit-datetime-edit-millisecond-field,
  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button,
  input:where([type="button"], [type="reset"], [type="submit"]),
  ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button,
  ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .relative {
    position: relative;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .end {
    inset-inline-end: var(--spacing);
  }
  .hidden {
    display: none;
  }
  .table {
    display: table;
  }
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
}
:root {
  --blue: #1b348f;
  --white: #ffffff;
  --gray: #ababab;
  --gray-light: #d5d5d5;
  --page: var(--white);
  --surface: var(--white);
  --surface-muted: var(--gray-light);
  --ink: var(--blue);
  --ink-inverse: var(--white);
  --header-height: clamp(88px, 16vw, 100px);
  --content-width: 78rem;
  --section-space: clamp(56px, 7vw, 112px);
  --section-heading-gap: clamp(28px, 3.5vw, 56px);
  --module-gap: clamp(20px, 2.25vw, 29px);
  --card-padding: clamp(20px, 2.6vw, 36px);
  --paragraph-gap: 0.9rem;
  --radius-sm: 0.75rem;
  --radius-md: 1.25rem;
  --radius-lg: 2rem;
  --shadow-sm: 0 0.25rem 0 var(--gray);
  --shadow-md: 0 0.45rem 0 var(--gray);
  --shadow-lg: 0 0.7rem 0 var(--gray);
  --glass-white: var(--white);
  --glass-blue: var(--blue);
  --glass-gray: var(--gray);
  color-scheme: light;
}
html[data-theme="dark"] {
  --page: var(--blue);
  --surface: var(--blue);
  --surface-muted: var(--blue);
  --ink: var(--white);
  --ink-inverse: var(--blue);
  color-scheme: dark;
}
html[data-text-size="smaller"] {
  font-size: 90%;
}
html[data-text-size="default"] {
  font-size: 100%;
}
html[data-text-size="larger"] {
  font-size: 118.75%;
}
* {
  box-sizing: border-box;
}
html {
  max-width: 100%;
  overflow-x: clip;
  scroll-padding-top: calc(var(--header-height) + 1.5rem);
  background: var(--page);
  color: var(--ink);
  scrollbar-color: var(--blue) var(--gray);
}
@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  min-width: 0;
  max-width: 100%;
  overflow-x: clip;
  background: var(--page);
  color: var(--ink);
  font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}
button, a {
  -webkit-tap-highlight-color: var(--gray);
}
button {
  font: inherit;
}
img {
  display: block;
  max-width: 100%;
}
::selection {
  background: var(--blue);
  color: var(--white);
}
a {
  color: inherit;
  text-decoration-thickness: 0.1em;
  text-underline-offset: 0.22em;
}
a:hover {
  text-decoration-thickness: 0.16em;
}
:focus-visible {
  outline: 0.2rem solid var(--blue);
  outline-offset: 0.25rem;
}
html[data-theme="dark"] :focus-visible,
.site-header :focus-visible,
.issues-section :focus-visible,
footer :focus-visible,
.travel-panel :focus-visible,
.service-panel :focus-visible {
  outline-color: var(--white);
}
.travel-lightbox :focus-visible {
  outline: 0.18rem solid var(--blue);
  outline-offset: -0.32rem;
  box-shadow: 0 0 0 0.14rem var(--white);
}
h1, h2, h3, p, blockquote, figure {
  margin-top: 0;
}
h1, h2, h3 {
  line-height: 1.06;
  text-wrap: balance;
}
h2 {
  margin-bottom: 1.5rem;
  font-size: clamp(2.35rem, 5vw, 4.6rem);
  letter-spacing: -0.05em;
}
h3 {
  font-size: clamp(1.3rem, 2.5vw, 1.8rem);
}
p {
  max-width: 72ch;
}
.section {
  width: min(calc(100% - 32px), var(--content-width));
  margin-inline: auto;
}
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.skip-link {
  position: fixed;
  z-index: 1000;
  top: 0.75rem;
  left: 0.75rem;
  transform: translateY(-200%);
  padding: 0.85rem 1.2rem;
  border: 0.18rem solid var(--blue);
  border-radius: var(--radius-sm);
  background: var(--white);
  color: var(--blue);
  font-weight: 800;
  box-shadow: var(--shadow-md);
}
.skip-link:focus {
  transform: translateY(0);
}
.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  min-height: var(--header-height);
  padding: 0.7rem 0;
  background: var(--blue);
  color: var(--white);
  border-bottom: 0.125rem solid var(--white);
  box-shadow: var(--shadow-sm);
}
.nav-shell {
  position: relative;
  display: flex;
  min-height: calc(var(--header-height) - 1.4rem);
  width: min(calc(100% - 1rem), calc(var(--content-width) + 2rem));
  margin-inline: auto;
  padding: 0.45rem 0.65rem;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  border: 0.125rem solid var(--white);
  border-radius: 1.4rem;
  background: var(--blue);
}
.wordmark {
  display: flex;
  min-width: 0;
  min-height: 3.25rem;
  flex: 1 1 auto;
  align-items: center;
  gap: 0.7rem;
  text-decoration: none;
  text-transform: uppercase;
}
.wordmark:hover strong {
  text-decoration: underline;
  text-decoration-thickness: 0.12em;
  text-underline-offset: 0.2em;
}
.wordmark-mark {
  display: grid;
  width: 2.7rem;
  height: 2.7rem;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background: var(--gray-light);
  color: var(--blue);
  font-size: 1.35rem;
  font-weight: 950;
}
.wordmark-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
}
.wordmark strong {
  font-size: 1.15rem;
  letter-spacing: 0.035em;
  line-height: 1.1;
}
.wordmark small {
  margin-top: 0.2rem;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  white-space: nowrap;
}
.menu-button {
  display: inline-flex;
  min-width: 5.6rem;
  min-height: max(3rem, 44px);
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.55rem 0.8rem;
  border: 0.125rem solid var(--white);
  border-radius: 999px;
  background: var(--gray-light);
  color: var(--blue);
  font-weight: 850;
  cursor: pointer;
}
.menu-button:hover,
.menu-button[aria-expanded="true"] {
  background: var(--gray);
  color: var(--blue);
}
.menu-icon {
  display: grid;
  width: 1.15rem;
  gap: 0.22rem;
}
.menu-icon i {
  height: 0.12rem;
  border-radius: 99px;
  background: currentColor;
}
.primary-nav {
  position: absolute;
  top: calc(100% + 0.55rem);
  right: 0;
  left: 0;
  display: none;
  max-height: calc(100vh - var(--header-height) - 1rem);
  max-height: calc(100dvh - var(--header-height) - 1rem);
  padding: 0.8rem;
  overflow: auto;
  border: 0.0625rem solid var(--white);
  border-radius: var(--radius-md);
  background: var(--blue);
  box-shadow: var(--shadow-lg);
}
.primary-nav.is-open {
  display: block;
}
.primary-nav ul {
  display: grid;
  margin: 0;
  padding: 0;
  gap: 0.35rem;
  list-style: none;
}
.primary-nav a {
  display: flex;
  min-height: max(3rem, 44px);
  padding-inline: 0.9rem;
  align-items: center;
  border: 0.1rem solid var(--white);
  border-radius: var(--radius-sm);
  background: var(--gray-light);
  color: var(--blue);
  font-weight: 800;
  text-decoration: none;
}
.primary-nav a:hover {
  background: var(--gray);
  color: var(--blue);
}
.nav-accessibility {
  margin-top: 0.7rem;
  padding-top: 0.8rem;
  border-top: 0.0625rem solid var(--white);
}
.accessibility-controls {
  position: relative;
}
.accessibility-controls__trigger {
  display: inline-grid;
  width: max(2.75rem, 44px);
  height: max(2.75rem, 44px);
  padding: 0;
  place-items: center;
  border: 0.125rem solid var(--white);
  border-radius: 0.85rem;
  background: var(--gray-light);
  color: var(--blue);
  cursor: pointer;
}
.accessibility-controls__trigger:hover,
.accessibility-controls__trigger[aria-expanded="true"] {
  background: var(--gray);
  color: var(--blue);
}
.accessibility-controls__panel {
  display: none;
  margin-top: 0.55rem;
  padding: 0.9rem;
  border: 0.125rem solid var(--white);
  border-radius: var(--radius-md);
  background: var(--blue);
  color: var(--white);
  box-shadow: var(--shadow-lg);
}
.accessibility-controls__panel.is-open {
  display: grid;
  gap: 0.8rem;
}
.accessibility-controls__title {
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.accessibility-controls__group {
  display: grid;
  gap: 0.35rem;
}
.accessibility-controls__choices {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}
.accessibility-controls__label {
  font-size: max(0.75rem, 12px);
  font-weight: 800;
}
.accessibility-controls__button {
  min-height: max(2.75rem, 44px);
  min-width: max(2.75rem, 44px);
  padding: 0.3rem 0.65rem;
  border: 0.125rem solid var(--white);
  border-radius: 999px;
  background: var(--gray-light);
  color: var(--blue);
  font-size: max(0.75rem, 12px);
  font-weight: 800;
  cursor: pointer;
}
.accessibility-controls__button:hover {
  background: var(--white);
  color: var(--blue);
}
.accessibility-controls__button[aria-pressed="true"] {
  background: var(--white);
  color: var(--blue);
  text-decoration: underline;
  text-decoration-thickness: 0.1em;
}
html[data-theme="dark"] .menu-button,
html[data-theme="dark"] .primary-nav a,
html[data-theme="dark"] .accessibility-controls__trigger,
html[data-theme="dark"] .accessibility-controls__button {
  background: var(--gray-light);
  color: var(--blue);
}
html[data-theme="dark"] .menu-button:hover,
html[data-theme="dark"] .menu-button[aria-expanded="true"],
html[data-theme="dark"] .primary-nav a:hover,
html[data-theme="dark"] .accessibility-controls__trigger:hover,
html[data-theme="dark"] .accessibility-controls__trigger[aria-expanded="true"],
html[data-theme="dark"] .accessibility-controls__button:hover,
html[data-theme="dark"] .accessibility-controls__button[aria-pressed="true"] {
  background: var(--white);
  color: var(--blue);
}
.hero {
  display: grid;
  min-height: calc(100svh - var(--header-height));
  background: var(--page);
  border-bottom: 0.7rem solid var(--gray);
}
.hero-copy {
  display: flex;
  padding-block: clamp(40px, 5vw, 88px);
  padding-inline: max(16px, calc((100vw - var(--content-width)) / 2));
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.eyebrow, .section-kicker {
  margin-bottom: 0.75rem;
}
.eyebrow {
  display: inline-flex;
  padding: 0.38rem 0.85rem;
  border-radius: 999px;
  color: var(--white);
  background: var(--blue);
  font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(0.9rem, 2vw, 1.15rem);
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  box-shadow: var(--shadow-sm);
}
.section-kicker {
  font-family: "Iowan Old Style", Baskerville, "Palatino Linotype", Palatino, Georgia, serif;
  font-size: clamp(1.05rem, 1.7vw, 1.3rem);
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0.015em;
  line-height: 1.2;
  text-transform: none;
}
.hero h1 {
  position: relative;
  margin-bottom: 1.15rem;
  padding-bottom: 0.25rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(4.5rem, 12vw, 9.65rem);
  font-weight: 700;
  letter-spacing: -0.075em;
  line-height: 0.78;
  text-transform: none;
}
.hero h1::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -0.35rem;
  left: 0;
  height: 0.28rem;
  border-radius: 999px;
  background: var(--gray);
}
.hero h1 span, .office span, .election-date span {
  display: block;
}
.hero h1 span {
  margin-left: clamp(1.8rem, 6vw, 5rem);
  font-style: italic;
}
.office {
  margin-bottom: 1.7rem;
  padding-top: 0.7rem;
  font-size: clamp(1.15rem, 3vw, 1.8rem);
  font-weight: 900;
  letter-spacing: 0.07em;
  line-height: 1.3;
  text-transform: uppercase;
}
.hero-copy > blockquote {
  margin-bottom: 1.25rem;
  font-size: clamp(1.4rem, 3.5vw, 2.2rem);
  font-weight: 750;
}
.hero-introduction {
  margin-bottom: 1.5rem;
  font-size: 1.08rem;
}
.election-date {
  margin-bottom: 2rem;
  font-size: 1.05rem;
  font-weight: 750;
}
.election-date span {
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.hero-actions {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 0.8rem;
}
.button {
  display: inline-flex;
  min-height: 3.25rem;
  padding: 0.85rem 1.35rem;
  align-items: center;
  justify-content: center;
  border: 0.15rem solid var(--blue);
  border-radius: 999px;
  font-weight: 900;
  text-decoration: none;
  box-shadow: var(--shadow-sm);
}
.button-primary {
  background: var(--blue);
  color: var(--white);
}
.button-secondary {
  background: var(--gray-light);
  color: var(--blue);
}
.button-primary:hover {
  background: var(--gray-light);
  color: var(--blue);
  text-decoration: underline;
}
.button-secondary:hover {
  background: var(--blue);
  color: var(--white);
  text-decoration: underline;
}
.hero-portrait {
  position: relative;
  display: grid;
  min-height: 0;
  padding: clamp(20px, 3vw, 40px) 16px;
  overflow: hidden;
  place-items: center;
  background: var(--gray-light);
}
.portrait-card {
  width: min(100%, 448px);
  padding: 0.8rem;
  border: 0.125rem solid var(--white);
  border-radius: 2.3rem;
  background: var(--white);
  box-shadow: 0.8rem 0.8rem 0 var(--blue);
}
.portrait-frame {
  overflow: hidden;
  border: 0.18rem solid var(--white);
  border-radius: 1.65rem;
  background: var(--white);
  box-shadow: var(--shadow-md);
}
.portrait-frame img {
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
}
.portrait-quote {
  position: relative;
  margin: 0.8rem 0 0;
  padding: 1.15rem 1.2rem 1.15rem 3.5rem;
  border: 0.125rem solid var(--white);
  border-radius: 1.4rem;
  background: var(--blue);
  color: var(--white);
  box-shadow: var(--shadow-sm);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1rem, 2.3vw, 1.35rem);
  font-style: italic;
  font-weight: 700;
  line-height: 1.35;
}
.portrait-quote span {
  position: absolute;
  top: 0.45rem;
  left: 1rem;
  font-size: 3.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
.story-section, .council-section {
  padding-block: var(--section-space);
}
.story-section {
  position: relative;
}
.story-section::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 0.32rem;
  background: var(--blue);
}
.story-section::after {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 2rem 0;
  border: 0.125rem solid var(--gray);
  border-radius: 2.5rem;
  background: var(--white);
}
.section-heading-row, .gallery-heading {
  display: grid;
  margin-bottom: var(--section-heading-gap);
  align-items: start;
  gap: clamp(1.25rem, 3vw, 2.5rem);
}
.story-section > .section-heading-row, .story-section > .story-grid {
  position: relative;
  z-index: 1;
  margin-inline: clamp(20px, 3vw, 40px);
}
.section-heading-row h2,
.issues-header h2,
.gallery-heading h2 {
  margin-bottom: 0;
}
.section-kicker.light {
  color: var(--white);
}
.section-lead, .gallery-heading > p, .contact p {
  font-size: clamp(1.08rem, 2vw, 1.3rem);
}
.story-grid {
  display: grid;
  align-items: start;
  gap: var(--module-gap);
}
.story-card {
  display: flex;
  min-height: 0;
  padding: var(--card-padding);
  flex-direction: column;
  border: 0.125rem solid var(--blue);
  border-radius: var(--radius-md);
  background: var(--white);
  color: var(--blue);
  box-shadow: var(--shadow-sm);
  transform: none;
  transition: none;
}
.story-card p {
  font-size: 1.05rem;
}
.story-card p:last-child {
  margin-bottom: 0;
}
.story-card p + p,
.section-lead p + p,
.travel-panel p + p,
.process-card p + p,
.footer-grid p + p {
  margin-top: var(--paragraph-gap);
}
.story-card-strong {
  background: var(--white);
  color: var(--blue);
  border-color: var(--blue);
}
.card-label {
  display: inline-flex;
  margin-bottom: 1.35rem;
  padding: 0.4rem 0.75rem;
  align-self: flex-start;
  border: 0.125rem solid var(--blue);
  border-radius: 999px;
  background: var(--gray-light);
  color: var(--blue);
  font-size: max(0.75rem, 12px);
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.travel-feature {
  position: relative;
  display: grid;
  padding: 0.7rem;
  gap: 0.7rem;
  background: var(--gray-light);
  color: var(--blue);
}
.feature-photo {
  min-height: 0;
  aspect-ratio: 16 / 9;
  background-image: url("/images/sailboat-golden-water.webp");
  background-position: 42% 58%;
  background-size: cover;
}
.travel-panel {
  margin: 0;
  padding: clamp(32px, 5vw, 64px) clamp(20px, 4vw, 56px);
  border: 0.125rem solid var(--white);
  border-radius: var(--radius-lg);
  background: var(--blue);
  color: var(--white);
  box-shadow: var(--shadow-md);
}
.travel-panel h2 {
  max-width: 12ch;
  font-size: clamp(2.1rem, 4.5vw, 4.2rem);
}
.travel-panel p {
  font-size: clamp(1rem, 1.5vw, 1.16rem);
}
.photo-note {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.55rem 0.85rem;
  border: 0.125rem solid var(--gray);
  border-radius: 999px;
  background: var(--gray-light);
  color: var(--blue);
  font-size: 0.75rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.council-stats {
  display: grid;
  margin-bottom: var(--module-gap);
  gap: var(--module-gap);
}
.council-stats div {
  display: flex;
  min-height: clamp(112px, 18vw, 136px);
  padding: 1.4rem;
  flex-direction: column;
  justify-content: space-between;
  border: 0.125rem solid var(--gray);
  border-radius: var(--radius-md);
  background: var(--white);
  color: var(--blue);
  box-shadow: var(--shadow-sm);
}
.council-stats strong {
  font-size: clamp(2.8rem, 6vw, 4.5rem);
  line-height: 1;
}
.council-stats span {
  font-weight: 750;
}
.process-grid {
  display: grid;
  align-items: start;
  gap: var(--module-gap);
}
.process-card {
  position: relative;
  padding: var(--card-padding);
  overflow: hidden;
  border: 0.125rem solid var(--blue);
  border-radius: var(--radius-md);
  background: var(--white);
  color: var(--blue);
  box-shadow: var(--shadow-sm);
  transform: none;
  transition: none;
}
.process-number {
  display: inline-flex;
  margin-bottom: 1.35rem;
  padding: 0.3rem 0.6rem;
  border: 0.125rem solid var(--blue);
  border-radius: 999px;
  background: var(--gray-light);
  color: var(--blue);
  font-size: max(0.75rem, 12px);
  font-weight: 900;
  letter-spacing: 0.16em;
}
.process-card h3 {
  margin-bottom: 1rem;
}
.process-card p:last-child {
  margin-bottom: 0;
}
.service-panel {
  display: grid;
  margin-top: var(--module-gap);
  padding: clamp(1.5rem, 4vw, 3rem);
  gap: 1.5rem;
  border: 0.1rem solid var(--white);
  border-radius: var(--radius-lg);
  background: var(--blue);
  color: var(--white);
  box-shadow: var(--shadow-lg);
}
.service-panel h3 {
  font-size: clamp(1.8rem, 4vw, 3rem);
}
.service-panel ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.service-panel li {
  display: grid;
  padding: 0.9rem 0;
  grid-template-columns: 2rem 1fr;
  gap: 0.55rem;
  border-top: 0.125rem solid var(--gray);
  font-weight: 750;
}
.issues-section {
  padding-block: var(--section-space);
  background: var(--gray-light);
  color: var(--blue);
  border-block: 0.7rem solid var(--blue);
}
.issues-header {
  display: grid;
  margin-bottom: var(--section-heading-gap);
  align-items: start;
  gap: clamp(1.25rem, 3vw, 2.5rem);
}
.issues-subsection {
  margin-top: clamp(5rem, 10vw, 8rem);
  padding-top: clamp(4rem, 8vw, 6rem);
  border-top: 0.125rem solid var(--blue);
}
.issues-section .section-kicker.light {
  color: var(--blue);
}
.issue-grid {
  display: grid;
  align-items: start;
  gap: var(--module-gap);
}
.issue-grid article {
  position: relative;
  min-height: 0;
  padding: var(--card-padding);
  overflow: hidden;
  border: 0.125rem solid var(--blue);
  border-radius: var(--radius-md);
  background: var(--white);
  color: var(--blue);
  box-shadow: 0 0.45rem 0 var(--blue);
  transform: none;
  transition: none;
}
.issue-number {
  display: inline-flex;
  margin-bottom: 1.35rem;
  padding: 0.3rem 0.6rem;
  border: 0.125rem solid var(--blue);
  border-radius: 999px;
  background: var(--gray-light);
  color: var(--blue);
  font-size: max(0.76rem, 12px);
  font-weight: 900;
  letter-spacing: 0.18em;
}
.issue-grid h3 {
  margin-bottom: 1rem;
}
.issue-grid p {
  margin-bottom: 0;
}
.issue-grid .funding-card {
  background: var(--white);
  color: var(--blue);
}
.funding-card dl {
  margin: 1.3rem 0 0;
}
.funding-card dl div {
  display: grid;
  padding: 0.75rem 0;
  gap: 0.25rem;
  border-top: 0.0625rem solid var(--blue);
}
.funding-card dt {
  font-weight: 750;
}
.funding-card dd {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 900;
}
.gallery-section {
  position: relative;
  background: var(--page);
}
.gallery-section::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 0.32rem;
  background: var(--gray);
}
.gallery-heading {
  margin-bottom: 2rem;
}
.gallery-heading h2 {
  max-width: none;
  font-size: clamp(2.35rem, 5.2vw, 5.4rem);
  line-height: 0.96;
}
.gallery-heading h2 span {
  display: block;
  color: var(--blue);
  font-size: 0.52em;
  font-style: italic;
  font-weight: 650;
  letter-spacing: -0.025em;
  white-space: normal;
}
.gallery-heading h2 span::before {
  content: " — ";
  color: var(--blue);
  font-style: normal;
}
.carousel-instructions {
  margin-bottom: 1rem;
  max-width: 62rem;
  font-size: 0.88rem;
}
.carousel-stage {
  padding: clamp(0.65rem, 1.8vw, 1.25rem);
  overflow: hidden;
  border: 0.18rem solid var(--blue);
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: none;
}
.carousel-feature {
  margin: 0;
}
.carousel-media {
  display: grid;
  min-height: clamp(192px, 56vw, 256px);
  place-items: center;
  overflow: hidden;
  border: 0.125rem solid var(--blue);
  border-radius: 0;
  background: var(--white);
}
.carousel-image-button {
  position: relative;
  display: grid;
  width: 100%;
  padding: 0;
  place-items: center;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: var(--white);
  color: var(--blue);
  cursor: zoom-in;
}
.carousel-image-button img {
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
}
.carousel-enlarge {
  position: absolute;
  right: 0.8rem;
  bottom: 0.8rem;
  padding: 0.6rem 0.9rem;
  border: 0.125rem solid var(--white);
  border-radius: 999px;
  background: var(--blue);
  color: var(--white);
  font-size: 0.78rem;
  font-weight: 900;
}
.carousel-image-button:hover .carousel-enlarge {
  background: var(--white);
  color: var(--blue);
}
.carousel-stage :focus-visible {
  outline-color: var(--blue);
}
.carousel-image-button:focus-visible {
  outline: 0.22rem solid var(--white);
  outline-offset: -0.45rem;
  box-shadow: inset 0 0 0 0.5rem var(--blue);
}
.carousel-meta {
  display: flex;
  padding: 1rem 0.15rem 0.1rem;
  align-items: baseline;
  justify-content: flex-end;
  gap: 1rem;
  color: var(--blue);
}
.carousel-controls {
  display: grid;
  padding: 0.7rem 0.25rem 0.25rem;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 0.5rem;
}
.carousel-arrow, .lightbox-controls button, .lightbox-close {
  display: inline-flex;
  min-height: 3rem;
  padding: 0.6rem 0.9rem;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  border: 0.125rem solid var(--blue);
  border-radius: 999px;
  background: var(--white);
  color: var(--blue);
  font-weight: 850;
  cursor: pointer;
}
.carousel-arrow:hover {
  background: var(--blue);
  color: var(--white);
}
.carousel-arrow:first-child {
  justify-self: start;
}
.carousel-arrow:last-child {
  justify-self: end;
}
.carousel-status {
  margin: 0;
  font-size: 0.82rem;
  font-weight: 850;
  text-align: center;
}
.carousel-counter {
  flex: 0 0 auto;
  padding: 0.35rem 0.7rem;
  border: 0.125rem solid var(--blue);
  border-radius: 999px;
  background: var(--gray-light);
  color: var(--blue);
}
.carousel-thumbnails {
  display: flex;
  margin: 1.15rem 0 0;
  padding: 0.75rem;
  gap: 0.7rem;
  overflow-x: auto;
  border: 0.125rem solid var(--gray);
  border-radius: var(--radius-md);
  background: var(--white);
  box-shadow: var(--shadow-sm);
  list-style: none;
  scroll-snap-type: x mandatory;
}
.carousel-thumbnails li {
  flex: 0 0 clamp(7rem, 18vw, 10.5rem);
  scroll-snap-align: start;
}
.carousel-thumbnail {
  position: relative;
  display: grid;
  width: 100%;
  min-height: 4rem;
  padding: 0.35rem;
  place-items: center;
  overflow: visible;
  border: 0.18rem solid var(--blue);
  border-radius: var(--radius-sm);
  background: var(--white);
  cursor: pointer;
}
.carousel-thumbnail:hover {
  background: var(--gray-light);
}
.carousel-thumbnail img {
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
}
.carousel-thumbnail[aria-current="true"] {
  border-color: var(--blue);
  box-shadow: 0 0 0 0.15rem var(--white), 0 0 0 0.3rem var(--blue);
}
.travel-lightbox {
  position: fixed;
  inset: 0 !important;
  box-sizing: border-box;
  width: 100vw;
  width: 100dvw;
  height: 100vh;
  height: 100dvh;
  max-width: none;
  max-height: none;
  max-width: 100dvw;
  max-height: 100dvh;
  margin: 0 !important;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 0 !important;
  background: var(--blue);
  color: var(--white);
  box-shadow: none;
  outline: 0;
}
.travel-lightbox::backdrop {
  background: var(--blue);
}
.lightbox-panel {
  display: grid;
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  padding: 0;
  overflow: hidden;
  grid-template-rows: auto minmax(0, 1fr) auto;
  gap: 0;
  background: var(--blue);
}
.lightbox-header {
  position: relative;
  z-index: 2;
  display: grid;
  min-width: 0;
  min-height: calc(4.5rem + env(safe-area-inset-top));
  margin: 0;
  padding-top: env(safe-area-inset-top);
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  border-bottom: 0.0625rem solid var(--gray);
  background: var(--blue);
  color: var(--white);
}
.lightbox-header h3 {
  display: flex;
  min-width: 0;
  min-height: 4.5rem;
  margin: 0;
  padding: 0 1rem 0 calc(2rem + env(safe-area-inset-left));
  align-items: center;
  color: var(--white);
  font-family: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  font-size: clamp(1rem, 1.8vw, 1.35rem);
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.15;
  text-wrap: pretty;
}
.lightbox-close {
  align-self: stretch;
  width: calc(8rem + env(safe-area-inset-right));
  min-height: 4.5rem;
  padding: 0 calc(1.25rem + env(safe-area-inset-right)) 0 1.25rem;
  border: 0;
  border-left: 0.0625rem solid var(--gray);
  border-radius: 0;
  background: var(--blue);
  color: var(--white);
  box-shadow: none;
}
.lightbox-close:hover,
.lightbox-close:focus-visible {
  background: var(--gray-light);
  color: var(--blue);
}
.lightbox-figure {
  display: grid;
  width: 100%;
  min-width: 0;
  min-height: 0;
  margin: 0;
  padding: clamp(0.5rem, 1.5vw, 1.5rem) calc(clamp(0.5rem, 2vw, 2rem) + env(safe-area-inset-right)) clamp(0.5rem, 1.5vw, 1.5rem) calc(clamp(0.5rem, 2vw, 2rem) + env(safe-area-inset-left));
  place-items: center;
  overflow: hidden;
  background: var(--blue);
}
.lightbox-figure img {
  display: block;
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 0;
  background: transparent;
}
.lightbox-figure figcaption {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.lightbox-controls {
  position: relative;
  z-index: 2;
  display: grid;
  width: 100%;
  min-width: 0;
  min-height: calc(4.5rem + env(safe-area-inset-bottom));
  padding-bottom: env(safe-area-inset-bottom);
  grid-template-columns: minmax(0, 1fr) 7.5rem minmax(0, 1fr);
  align-items: stretch;
  gap: 0;
  border-top: 0.0625rem solid var(--gray);
  background: var(--blue);
  color: var(--white);
}
.lightbox-controls::before {
  content: attr(data-count);
  display: grid;
  grid-column: 2;
  grid-row: 1;
  min-height: 4.5rem;
  place-items: center;
  border-inline: 0.0625rem solid var(--gray);
  color: var(--white);
  font-size: 0.8rem;
  font-variant-numeric: tabular-nums;
  font-weight: 850;
  letter-spacing: 0.08em;
  line-height: 1;
  white-space: nowrap;
}
.lightbox-controls > button {
  width: 100%;
  min-width: 0;
  min-height: 4.5rem;
  padding: 0 2rem;
  border: 0;
  border-radius: 0;
  background: var(--blue);
  color: var(--white);
  box-shadow: none;
}
.lightbox-controls > button:first-child {
  grid-column: 1;
  grid-row: 1;
  justify-content: flex-start;
  padding-left: calc(2rem + env(safe-area-inset-left));
}
.lightbox-controls > button:last-child {
  grid-column: 3;
  grid-row: 1;
  justify-content: flex-end;
  padding-right: calc(2rem + env(safe-area-inset-right));
}
.lightbox-controls > button:hover,
.lightbox-controls > button:focus-visible {
  background: var(--gray-light);
  color: var(--blue);
}
.contact {
  padding-block: clamp(5rem, 9vw, 8rem);
  background: var(--white);
  color: var(--blue);
  border-top: 0;
}
.contact .section-kicker.light {
  color: var(--blue);
}
.contact-grid {
  display: grid;
  gap: 2.5rem;
}
.contact address {
  display: grid;
  gap: 1rem;
  font-style: normal;
}
.contact address a {
  display: flex;
  min-height: clamp(80px, 12vw, 96px);
  padding: 1.25rem;
  flex-direction: column;
  justify-content: center;
  border: 0.15rem solid var(--blue);
  border-radius: var(--radius-md);
  background: var(--blue);
  color: var(--white);
  box-shadow: 0 0.45rem 0 var(--gray);
  font-size: clamp(1.05rem, 3vw, 1.45rem);
  font-weight: 900;
}
.contact address a:hover {
  background: var(--white);
  color: var(--blue);
}
.contact address a span {
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
footer {
  padding-block: 3rem 1.5rem;
  background: var(--blue);
  color: var(--white);
  border-top: 0.125rem solid var(--white);
}
.footer-grid {
  display: grid;
  min-width: 0;
  gap: 2rem;
}
.footer-brand {
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
}
.footer-brand strong {
  font-size: 1.8rem;
  line-height: 1.1;
}
.footer-brand span {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.authorization {
  font-weight: 900;
}
.footer-links {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
  font-weight: 800;
}
.footer-links a {
  min-height: max(2.75rem, 44px);
  display: inline-flex;
  align-items: center;
  overflow-wrap: anywhere;
}
.footer-links a[href="#accessibility"] {
  display: none;
}
.contact address,
.contact address a,
.contact-grid > *,
.footer-grid > *,
.section-heading-row > *,
.story-grid > *,
.process-grid > *,
.issue-grid > * {
  min-width: 0;
}
.contact address a {
  overflow-wrap: anywhere;
}
.accessibility-note {
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 0.0625rem solid var(--white);
}
.accessibility-note h2 {
  margin-bottom: 0.65rem;
  font-size: 1.25rem;
  letter-spacing: 0;
}
.accessibility-note p {
  font-size: 0.92rem;
}
.copyright {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 0.0625rem solid var(--white);
  font-size: 0.8rem;
  font-weight: 700;
}
.footer-bottom {
  display: flex;
  margin-top: 2rem;
  padding-top: 1.5rem;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-top: 0.0625rem solid var(--white);
}
.footer-bottom .copyright {
  margin: 0;
  padding: 0;
  border: 0;
}
.back-to-top {
  display: inline-flex;
  min-height: max(3rem, 44px);
  padding: 0.7rem 1rem;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  border: 0.125rem solid var(--white);
  border-radius: 999px;
  background: var(--white);
  color: var(--blue);
  font-weight: 900;
  text-decoration: none;
}
.back-to-top:hover {
  background: var(--gray-light);
  color: var(--blue);
  text-decoration: underline;
}
.back-to-top span:last-child {
  font-size: 1.25rem;
  line-height: 1;
}
html[data-theme="dark"] .hero,
html[data-theme="dark"] .story-section,
html[data-theme="dark"] .council-section,
html[data-theme="dark"] .issues-section,
html[data-theme="dark"] .gallery-section,
html[data-theme="dark"] .contact,
html[data-theme="dark"] footer {
  background: var(--blue);
  color: var(--white);
}
html[data-theme="dark"] .hero {
  border-color: var(--gray);
}
html[data-theme="dark"] .hero-portrait {
  background: var(--blue);
  border-left: 0.125rem solid var(--gray);
}
html[data-theme="dark"] .eyebrow {
  border: 0.125rem solid var(--gray);
  background: var(--gray);
  color: var(--blue);
  box-shadow: none;
}
html[data-theme="dark"] .portrait-card {
  border-color: var(--gray);
  background: var(--blue);
  box-shadow: 0.8rem 0.8rem 0 var(--gray);
}
html[data-theme="dark"] .portrait-frame {
  border-color: var(--gray);
  box-shadow: none;
}
html[data-theme="dark"] .portrait-quote {
  border-color: var(--gray);
  box-shadow: none;
}
html[data-theme="dark"] .button-primary {
  border-color: var(--white);
  background: var(--white);
  color: var(--blue);
}
html[data-theme="dark"] .button-secondary {
  border-color: var(--gray);
  background: var(--gray);
  color: var(--blue);
}
html[data-theme="dark"] .button-primary:hover {
  border-color: var(--gray);
  background: var(--gray);
  color: var(--blue);
}
html[data-theme="dark"] .button-secondary:hover {
  border-color: var(--white);
  background: var(--white);
  color: var(--blue);
}
html[data-theme="dark"] .story-section::before,
html[data-theme="dark"] .gallery-section::before {
  background: var(--gray);
}
html[data-theme="dark"] .story-section::after {
  border-color: var(--gray);
  background: var(--blue);
}
html[data-theme="dark"] .story-card,
html[data-theme="dark"] .story-card-strong,
html[data-theme="dark"] .process-card,
html[data-theme="dark"] .issue-grid article,
html[data-theme="dark"] .issue-grid .funding-card {
  border-color: var(--gray);
  background: var(--blue);
  color: var(--white);
  box-shadow: 0 0.4rem 0 var(--gray);
}
html[data-theme="dark"] .card-label,
html[data-theme="dark"] .process-number,
html[data-theme="dark"] .issue-number {
  border-color: var(--gray);
  background: var(--gray);
  color: var(--blue);
}
html[data-theme="dark"] .travel-feature {
  background: var(--blue);
}
html[data-theme="dark"] .travel-panel,
html[data-theme="dark"] .service-panel {
  border-color: var(--gray);
  background: var(--blue);
  color: var(--white);
  box-shadow: 0 0.4rem 0 var(--gray);
}
html[data-theme="dark"] .section-kicker,
html[data-theme="dark"] .section-kicker.light,
html[data-theme="dark"] .issues-section .section-kicker.light,
html[data-theme="dark"] .contact .section-kicker.light {
  color: var(--white);
}
html[data-theme="dark"] .council-stats div {
  border-color: var(--gray);
  background: var(--blue);
  color: var(--white);
  box-shadow: 0 0.4rem 0 var(--gray);
}
html[data-theme="dark"] .service-panel li,
html[data-theme="dark"] .funding-card dl div {
  border-color: var(--gray);
}
html[data-theme="dark"] .issues-section {
  border-color: var(--gray);
}
html[data-theme="dark"] .carousel-stage {
  border-color: var(--gray);
  background: var(--blue);
  box-shadow: 0 0.55rem 0 var(--gray);
}
html[data-theme="dark"] .carousel-media,
html[data-theme="dark"] .carousel-image-button {
  border-color: var(--gray);
  background: var(--blue);
  color: var(--white);
}
html[data-theme="dark"] .carousel-meta {
  color: var(--white);
}
html[data-theme="dark"] .carousel-counter,
html[data-theme="dark"] .carousel-arrow {
  border-color: var(--gray);
  background: var(--gray-light);
  color: var(--blue);
}
html[data-theme="dark"] .carousel-arrow:hover {
  border-color: var(--white);
  background: var(--white);
  color: var(--blue);
}
html[data-theme="dark"] .carousel-thumbnails {
  border-color: var(--gray);
  background: var(--blue);
  box-shadow: 0 0.35rem 0 var(--gray);
}
html[data-theme="dark"] .carousel-thumbnail {
  border-color: var(--gray);
  background: var(--blue);
}
html[data-theme="dark"] .carousel-thumbnail:hover {
  border-color: var(--white);
  background: var(--blue);
}
html[data-theme="dark"] .carousel-thumbnail[aria-current="true"] {
  border-color: var(--white);
  box-shadow: 0 0 0 0.15rem var(--blue), 0 0 0 0.3rem var(--gray);
}
html[data-theme="dark"] .carousel-stage :focus-visible {
  outline-color: var(--white);
}
html[data-theme="dark"] .contact {
  border-color: var(--gray);
}
html[data-theme="dark"] .contact address a {
  border-color: var(--gray);
  background: var(--blue);
  color: var(--white);
  box-shadow: 0 0.4rem 0 var(--gray);
}
html[data-theme="dark"] .contact address a:hover {
  border-color: var(--white);
  background: var(--white);
  color: var(--blue);
}
html[data-theme="dark"] footer {
  border-color: var(--gray);
}
@media (hover: hover) and (prefers-reduced-motion: no-preference) {
  .button, .back-to-top, .contact address a, .carousel-arrow, .carousel-thumbnail, .primary-nav a, .menu-button, .accessibility-controls__trigger, .accessibility-controls__button, .lightbox-controls button, .lightbox-close {
    transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease;
  }
}
@media (min-width: 40rem) {
  .section {
    width: min(calc(100% - 48px), var(--content-width));
  }
  .nav-shell {
    width: min(calc(100% - 24px), calc(var(--content-width) + 32px));
    padding-inline: 0.8rem;
  }
}

@media (min-width: 48rem) {
  .hero {
    min-height: 0;
    grid-template-columns: minmax(0, 1.08fr) minmax(19rem, 0.92fr);
  }
  .hero h1 {
    font-size: clamp(4rem, 8vw, 6rem);
  }
  .hero-copy {
    padding-right: clamp(1.5rem, 4vw, 3.5rem);
  }
  .portrait-card {
    width: min(100%, 448px);
  }
  .section-heading-row, .gallery-heading, .contact-grid, .issues-header {
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  }
  .gallery-heading {
    display: block;
  }
  .gallery-heading h2 span {
    display: inline;
  }
  .story-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .story-card-wide {
    grid-column: span 2;
  }
  .council-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .process-grid, .issue-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .service-panel {
    grid-template-columns: 0.7fr 1.3fr;
  }
  .funding-card dl div {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1rem;
  }
}

@media (min-width: 56rem) {
  .travel-feature {
    min-height: 0;
    grid-template-columns: minmax(0, 1.05fr) minmax(28rem, 0.95fr);
  }
  .feature-photo {
    height: 100%;
    aspect-ratio: auto;
  }
  .travel-panel {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

@media (min-width: 72rem) {
  .hero h1 {
    font-size: clamp(4.5rem, 8vw, 7.5rem);
  }
  .site-header {
    min-height: 0;
  }
  .nav-shell {
    min-height: 4.6rem;
  }
  .menu-button {
    display: none;
  }
  .primary-nav,
  .primary-nav.is-open {
    position: static;
    display: flex;
    max-height: none;
    padding: 0;
    overflow: visible;
    align-items: center;
    gap: 0.65rem;
    border: 0;
    box-shadow: none;
  }
  .primary-nav ul {
    display: flex;
    align-items: center;
    gap: 0.1rem;
  }
  .primary-nav a {
    min-height: max(2.8rem, 44px);
    padding-inline: 0.65rem;
    font-size: max(0.75rem, 12px);
    white-space: nowrap;
  }
  .primary-nav .nav-contact {
    margin-left: 0.2rem;
    padding-inline: 0.95rem;
    background: var(--white);
    color: var(--blue);
  }
  .primary-nav .nav-contact:hover {
    background: var(--gray-light);
    color: var(--blue);
  }
  .nav-accessibility {
    position: relative;
    margin: 0 0 0 0.1rem;
    padding: 0 0 0 0.7rem;
    border: 0;
    border-left: 0.0625rem solid var(--white);
  }
  .accessibility-controls__panel {
    position: absolute;
    top: calc(100% + 0.65rem);
    right: 0;
    width: 17rem;
    margin: 0;
  }
}

@media (min-width: 64rem) {
  .footer-grid {
    grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.5fr) minmax(0, 0.85fr);
  }
  .hero {
    min-height: calc(100svh - var(--header-height));
    grid-template-columns: minmax(0, 1.06fr) minmax(25rem, 0.94fr);
  }
  .hero-copy {
    padding-right: clamp(2rem, 5vw, 5rem);
  }
  .hero-portrait {
    min-height: calc(100svh - var(--header-height));
  }
  .portrait-card {
    width: min(100%, clamp(416px, 32vw, 528px));
  }
  .story-grid {
    grid-template-columns: minmax(0, 1.45fr) repeat(2, minmax(0, 1fr));
  }
  .story-card-wide {
    grid-column: span 1;
  }
  .council-stats {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .process-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .issue-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .funding-card {
    grid-column: span 2;
  }
}

@media (min-width: 64rem) and (max-width: 79.99rem) {
  html[data-text-size="larger"] .story-grid,
  html[data-text-size="larger"] .process-grid,
  html[data-text-size="larger"] .issue-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  html[data-text-size="larger"] .story-card-wide,
  html[data-text-size="larger"] .funding-card {
    grid-column: span 2;
  }
}

@media (max-width: 39.99rem) {
  .story-section > .section-heading-row,
  .story-section > .story-grid {
    margin-inline: 12px;
  }

  .footer-bottom {
    align-items: stretch;
    flex-direction: column;
  }
  .back-to-top {
    width: 100%;
  }
  .lightbox-header {
    min-height: calc(3.5rem + env(safe-area-inset-top));
  }
  .lightbox-header h3 {
    min-height: 3.5rem;
    padding-inline: calc(0.875rem + env(safe-area-inset-left)) 0.65rem;
    font-size: 0.9rem;
  }
  .lightbox-close {
    width: calc(5.75rem + env(safe-area-inset-right));
    min-height: 3.5rem;
    padding-inline: 0.7rem calc(0.7rem + env(safe-area-inset-right));
    font-size: 0.82rem;
  }
  .lightbox-figure {
    padding: 0.35rem calc(0.35rem + env(safe-area-inset-right)) 0.35rem calc(0.35rem + env(safe-area-inset-left));
  }
  .lightbox-controls {
    min-height: calc(3.75rem + env(safe-area-inset-bottom));
    grid-template-columns: minmax(0, 1fr) 4.5rem minmax(0, 1fr);
  }
  .lightbox-controls::before,
  .lightbox-controls > button {
    min-height: 3.75rem;
  }
  .lightbox-controls::before {
    font-size: 0.68rem;
    letter-spacing: 0.045em;
  }
  .lightbox-controls > button {
    padding-inline: 0.55rem;
    gap: 0.3rem;
    font-size: 0.78rem;
  }
  .lightbox-controls > button > span:not([aria-hidden="true"]) {
    font-size: 0;
  }
  .lightbox-controls > button:first-child > span:last-child::after {
    content: "Previous";
    font-size: 0.78rem;
  }
  .lightbox-controls > button:last-child > span:first-child::after {
    content: "Next";
    font-size: 0.78rem;
  }
  .lightbox-controls > button:first-child {
    padding-left: calc(0.65rem + env(safe-area-inset-left));
  }
  .lightbox-controls > button:last-child {
    padding-right: calc(0.65rem + env(safe-area-inset-right));
  }
}

@media (max-height: 30rem) and (orientation: landscape) {
  .lightbox-header {
    min-height: calc(3rem + env(safe-area-inset-top));
  }
  .lightbox-header h3,
  .lightbox-close {
    min-height: 3rem;
  }
  .lightbox-figure {
    padding-block: 0.25rem;
  }
  .lightbox-controls {
    min-height: calc(3.25rem + env(safe-area-inset-bottom));
  }
  .lightbox-controls::before,
  .lightbox-controls > button {
    min-height: 3.25rem;
  }
}

@media (max-width: 24rem) {
  .carousel-controls {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .carousel-control-spacer {
    display: none;
  }
  .carousel-arrow {
    width: 100%;
    min-width: 0;
    padding-inline: 0.55rem;
  }
  .carousel-arrow > span:not([aria-hidden="true"]) {
    font-size: 0;
  }
  .carousel-arrow-previous > span:last-child::after {
    content: "Prev";
    font-size: 0.8rem;
  }
  .carousel-arrow-next > span:first-child::after {
    content: "Next";
    font-size: 0.8rem;
  }
}

@media (max-width: 32rem) {
  .wordmark small {
    display: none;
  }
}
@media (min-width: 80rem) {
  .primary-nav a {
    padding-inline: 0.8rem;
    font-size: 0.79rem;
  }
}

/* Keep larger accessibility text comfortable instead of squeezing the desktop row. */
@media (min-width: 72rem) and (max-width: 74.99rem) {
  html[data-text-size="larger"] .wordmark-copy small {
    display: none;
  }

  html[data-text-size="larger"] .nav-shell {
    gap: 0.85rem;
  }

  html[data-text-size="larger"] .primary-nav,
  html[data-text-size="larger"] .primary-nav ul {
    gap: 0.2rem;
  }

  html[data-text-size="larger"] .primary-nav a {
    padding-inline: 0.62rem;
  }
}
@media (forced-colors: active) {
  :focus-visible {
    outline: 0.2rem solid CanvasText;
  }
  *, *::before, *::after {
    box-shadow: none !important;
  }
  .nav-shell, .portrait-card, .portrait-quote, .story-card, .travel-panel, .council-stats div, .process-card, .issue-grid article, .carousel-stage, .carousel-thumbnails, .accessibility-controls__panel {
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }
  .carousel-thumbnail[aria-current="true"] {
    outline: 0.2rem solid CanvasText;
    outline-offset: 0.15rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
@media print {
  .site-header, .hero-actions, .travel-carousel, .back-to-top {
    display: none;
  }
  body, .issues-section, .contact, footer, .travel-panel, .service-panel {
    background: var(--white) !important;
    color: var(--blue) !important;
  }
  .hero, .travel-feature {
    min-height: 0;
  }
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}

/* Desktop navigation: reduce visual crowding while preserving clear targets. */
@media (min-width: 72rem) {
  .nav-shell {
    gap: 1.25rem;
    padding: 0.55rem 0.85rem;
  }

  .primary-nav,
  .primary-nav ul {
    gap: 0.4rem;
  }

  .primary-nav a {
    min-height: max(3rem, 44px);
    padding-inline: 0.82rem;
    border-color: transparent;
    border-radius: 0.8rem;
  }

  .primary-nav a:hover {
    border-color: transparent;
  }

  .primary-nav .nav-contact {
    margin-left: 0.35rem;
    padding-inline: 1.15rem;
    border-color: var(--white);
  }

  .nav-accessibility {
    margin-left: 0.2rem;
    padding-left: 1rem;
  }
}

@media (min-width: 80rem) {
  .primary-nav,
  .primary-nav ul {
    gap: 0.55rem;
  }

  .primary-nav a {
    padding-inline: 0.95rem;
  }
}
