/*
 * Hello Denville public theme
 *
 * The WOFF2 files are vendored from the pinned Fontsource packages and ship
 * inside the versioned plugin. No reader request leaves the site origin.
 */

@font-face {
  font-family: "Hello Denville Newsreader";
  src:
    url("./fonts/newsreader-latin-wght-normal.woff2") format("woff2-variations"),
    local("Newsreader Variable"),
    local("Newsreader");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Hello Denville Newsreader";
  src: url("./fonts/newsreader-latin-ext-wght-normal.woff2")
    format("woff2-variations");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  unicode-range:
    U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304,
    U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Hello Denville Inter";
  src:
    url("./fonts/inter-latin-wght-normal.woff2") format("woff2-variations"),
    local("Inter Variable"),
    local("Inter");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Hello Denville Inter";
  src: url("./fonts/inter-latin-ext-wght-normal.woff2")
    format("woff2-variations");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  unicode-range:
    U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304,
    U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

:root {
  color-scheme: light;
  --hd-paper: #f6f0e5;
  --hd-paper-bright: #fffaf2;
  --hd-surface: #ffffff;
  --hd-ink: #17201b;
  --hd-muted: #59645d;
  --hd-green: #173f35;
  --hd-green-deep: #0d2c24;
  --hd-green-soft: #dce9e1;
  --hd-brick: #8c372e;
  --hd-brick-deep: #6e261f;
  --hd-brick-soft: #f4ddd7;
  --hd-gold: #dbb64f;
  --hd-gold-soft: #f5e8bb;
  --hd-blue-soft: #dde9ec;
  --hd-line: #d8cebd;
  --hd-line-strong: #b8ac99;
  --hd-shadow-sm: 0 0.5rem 1.4rem rgba(24, 45, 36, 0.07);
  --hd-shadow-lg: 0 1.5rem 4rem rgba(24, 45, 36, 0.12);
  --hd-radius-sm: 0.45rem;
  --hd-radius-md: 0.85rem;
  --hd-radius-lg: 1.35rem;
  --hd-content: 73.75rem;
  --hd-reading: 45rem;
  --hd-display:
    "Hello Denville Newsreader", "Iowan Old Style", "Palatino Linotype",
    Palatino, Georgia, serif;
  --hd-sans:
    "Hello Denville Inter", Inter, ui-sans-serif, -apple-system,
    BlinkMacSystemFont, "Segoe UI", sans-serif;
  --hd-mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  min-width: 20rem;
  scroll-behavior: smooth;
  scroll-padding-top: 8.5rem;
  background: var(--hd-paper);
}

body {
  margin: 0;
  min-width: 20rem;
  min-height: 100vh;
  color: var(--hd-ink);
  background:
    radial-gradient(
      circle at 92% 2%,
      rgba(219, 182, 79, 0.15),
      transparent 21rem
    ),
    var(--hd-paper);
  font-family: var(--hd-sans);
  font-size: 1rem;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body,
button,
input {
  font: inherit;
}

img,
svg,
video {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration-thickness: 0.09em;
  text-underline-offset: 0.19em;
}

a:hover {
  text-decoration-color: var(--hd-brick);
}

:focus-visible {
  outline: 3px solid var(--hd-green-deep);
  outline-offset: 3px;
  box-shadow: 0 0 0 6px var(--hd-gold);
}

::selection {
  color: var(--hd-paper-bright);
  background: var(--hd-brick);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  text-wrap: balance;
}

.hd-page-body,
.hd-page-content {
  min-width: 0;
}

.hd-page-body {
  min-height: 100vh;
}

.hd-page-content {
  display: block;
}

.hd-skip-link {
  position: fixed;
  z-index: 1000;
  top: 0.75rem;
  left: 0.75rem;
  min-width: 44px;
  min-height: 44px;
  padding: 0.65rem 1rem;
  color: #ffffff;
  background: var(--hd-green-deep);
  border-radius: var(--hd-radius-sm);
  font-weight: 800;
  transform: translateY(-180%);
  transition: transform 160ms ease;
}

.hd-skip-link:focus {
  transform: translateY(0);
}

.hd-site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  color: var(--hd-ink);
  background: rgba(255, 250, 242, 0.96);
  border-bottom: 1px solid var(--hd-line);
  box-shadow: 0 0.25rem 1.25rem rgba(23, 32, 27, 0.035);
  backdrop-filter: blur(18px) saturate(130%);
}

.hd-header-inner {
  width: min(var(--hd-content), calc(100% - 2.25rem));
  min-height: 5.1rem;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.hd-brand {
  min-width: max-content;
  min-height: 3.25rem;
  display: grid;
  grid-template-columns: 2.9rem auto;
  grid-template-rows: auto auto;
  align-content: center;
  column-gap: 0.78rem;
  color: var(--hd-ink);
  text-decoration: none;
}

.hd-brand::before {
  content: "";
  grid-column: 1;
  grid-row: 1 / 3;
  width: 2.85rem;
  height: 2.85rem;
  align-self: center;
  background:
    linear-gradient(var(--hd-gold), var(--hd-gold)) 0.45rem 0.45rem / 0.75rem
      0.14rem no-repeat,
    linear-gradient(var(--hd-gold), var(--hd-gold)) 0.45rem 0.8rem / 0.75rem
      0.14rem no-repeat,
    linear-gradient(var(--hd-gold), var(--hd-gold)) calc(100% - 0.45rem)
      calc(100% - 0.8rem) / 0.75rem 0.14rem no-repeat,
    linear-gradient(var(--hd-gold), var(--hd-gold)) calc(100% - 0.45rem)
      calc(100% - 0.45rem) / 0.75rem 0.14rem no-repeat,
    var(--hd-green);
  background-position-x:
    0.45rem,
    0.45rem,
    right 0.45rem,
    right 0.45rem,
    0;
  border-radius: 0.3rem 0.9rem 0.3rem 0.3rem;
  box-shadow: inset 0 -0.28rem 0 rgba(0, 0, 0, 0.12);
}

.hd-brand-name {
  grid-column: 2;
  grid-row: 1;
  align-self: end;
  font-family: var(--hd-display);
  font-size: clamp(1.15rem, 2.5vw, 1.38rem);
  font-weight: 760;
  letter-spacing: -0.035em;
  line-height: 1;
}

.hd-brand-locality {
  grid-column: 2;
  grid-row: 2;
  align-self: start;
  margin-top: 0.25rem;
  color: var(--hd-brick);
  font-family: var(--hd-mono);
  font-size: 0.63rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  line-height: 1.2;
  text-transform: uppercase;
}

.hd-primary-nav {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 0.1rem;
}

.hd-nav-link {
  min-width: 44px;
  min-height: 44px;
  padding: 0.68rem 0.7rem;
  display: inline-flex;
  align-items: center;
  border-radius: var(--hd-radius-sm);
  font-size: 0.85rem;
  font-weight: 760;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.hd-nav-link:hover {
  color: var(--hd-brick-deep);
  background: var(--hd-brick-soft);
}

.hd-nav-link[aria-current="page"] {
  color: #ffffff;
  background: var(--hd-green);
}

.hd-site-outlet {
  display: block;
  min-width: 0;
}

.hd-main {
  width: min(var(--hd-content), calc(100% - 2.25rem));
  margin-inline: auto;
  padding-block: clamp(2.5rem, 6vw, 5rem);
}

.hd-alert-strip {
  margin-bottom: 1rem;
  display: grid;
  gap: 0.55rem;
}

.hd-card {
  min-width: 0;
  color: var(--hd-ink);
  background: var(--hd-surface);
  border: 1px solid var(--hd-line);
  border-radius: var(--hd-radius-md);
  box-shadow: var(--hd-shadow-sm);
  text-decoration: none;
}

.hd-card:hover {
  border-color: var(--hd-line-strong);
  box-shadow: var(--hd-shadow-lg);
  transform: translateY(-2px);
}

.hd-alert-card {
  min-height: 4.5rem;
  padding: 1rem 1.15rem;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  column-gap: 0.9rem;
  color: #ffffff;
  background: var(--hd-brick);
  border-color: var(--hd-brick-deep);
  border-left: 0.45rem solid var(--hd-gold);
  box-shadow: none;
}

.hd-alert-card:hover {
  background: var(--hd-brick-deep);
  border-color: var(--hd-gold);
  box-shadow: none;
}

.hd-alert-card .hd-card-eyebrow {
  grid-column: 1;
  grid-row: 1;
  margin: 0;
  color: var(--hd-brick-deep);
  background: var(--hd-gold);
  border-radius: 999px;
  padding: 0.28rem 0.55rem;
}

.hd-alert-card .hd-card-time {
  grid-column: 1;
  grid-row: 2;
  color: rgba(255, 255, 255, 0.82);
}

.hd-alert-card .hd-card-title {
  grid-column: 2;
  grid-row: 1;
  margin: 0;
  color: #ffffff;
  font-size: 1.02rem;
}

.hd-alert-card .hd-card-dek {
  grid-column: 2;
  grid-row: 2;
  margin: 0.15rem 0 0;
  color: rgba(255, 255, 255, 0.9);
}

.hd-home-hero {
  position: relative;
  isolation: isolate;
  min-height: clamp(21rem, 48vw, 31rem);
  padding: clamp(2rem, 7vw, 5.5rem);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  color: var(--hd-paper-bright);
  background:
    linear-gradient(132deg, rgba(13, 44, 36, 0.2), rgba(13, 44, 36, 0.92)),
    radial-gradient(
      circle at 80% 18%,
      rgba(219, 182, 79, 0.35),
      transparent 17rem
    ),
    var(--hd-green);
  border-radius: var(--hd-radius-lg);
  box-shadow: var(--hd-shadow-lg);
}

.hd-home-hero::before,
.hd-home-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
}

.hd-home-hero::before {
  width: clamp(14rem, 35vw, 28rem);
  aspect-ratio: 1;
  top: -34%;
  right: -5%;
  border: 1px solid rgba(255, 250, 242, 0.22);
  border-radius: 50%;
  box-shadow:
    0 0 0 3rem rgba(255, 250, 242, 0.035),
    0 0 0 7rem rgba(255, 250, 242, 0.025);
}

.hd-home-hero::after {
  inset: auto 0 0;
  height: 0.45rem;
  background: linear-gradient(
    90deg,
    var(--hd-gold) 0 22%,
    var(--hd-brick) 22% 42%,
    transparent 42%
  );
}

.hd-hero-kicker,
.hd-section-kicker,
.hd-card-eyebrow,
.hd-entry-kind {
  margin-bottom: 0.7rem;
  color: var(--hd-brick);
  font-family: var(--hd-mono);
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  line-height: 1.35;
  text-transform: uppercase;
}

.hd-home-hero .hd-hero-kicker {
  color: var(--hd-gold-soft);
}

.hd-hero-title {
  max-width: 13ch;
  margin-bottom: 0.8rem;
  font-family: var(--hd-display);
  font-size: clamp(3rem, 9vw, 6.85rem);
  font-weight: 760;
  letter-spacing: -0.065em;
  line-height: 0.89;
}

.hd-hero-dek {
  max-width: 42rem;
  margin-bottom: 0;
  color: rgba(255, 250, 242, 0.87);
  font-size: clamp(1rem, 2.2vw, 1.25rem);
  line-height: 1.55;
  text-wrap: pretty;
}

.hd-section {
  padding-block: clamp(3.8rem, 8vw, 7rem);
  border-bottom: 1px solid var(--hd-line);
}

.hd-section:last-of-type {
  border-bottom: 0;
}

.hd-section-title,
.hd-page-title,
.hd-entry-title,
.hd-transparency-title {
  font-family: var(--hd-display);
  font-weight: 750;
  letter-spacing: -0.045em;
  line-height: 1.01;
}

.hd-section-title {
  max-width: 18ch;
  margin-bottom: 0.65rem;
  font-size: clamp(2.15rem, 5vw, 4.2rem);
}

.hd-section-description {
  max-width: 43rem;
  margin-bottom: 1.75rem;
  color: var(--hd-muted);
  font-size: 1.03rem;
  text-wrap: pretty;
}

.hd-section-link,
.hd-text-link,
.hd-source-link {
  min-width: 44px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: var(--hd-green-deep);
  font-weight: 820;
}

.hd-section-link {
  margin-top: 1.35rem;
}

.hd-today-grid,
.hd-news-grid,
.hd-desk-grid,
.hd-listing-grid {
  display: grid;
  gap: 1rem;
}

.hd-today-section {
  position: relative;
}

.hd-event-card,
.hd-story-card,
.hd-notice-card,
.hd-calendar-card {
  position: relative;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    box-shadow 160ms ease,
    background-color 160ms ease;
}

.hd-event-card {
  min-height: 14rem;
  background:
    linear-gradient(180deg, transparent 0 0.36rem, var(--hd-surface) 0.36rem),
    linear-gradient(90deg, var(--hd-gold), var(--hd-green));
}

.hd-story-card,
.hd-notice-card {
  min-height: 15rem;
}

.hd-notice-card {
  background:
    linear-gradient(180deg, transparent 0 0.36rem, var(--hd-surface) 0.36rem),
    linear-gradient(90deg, var(--hd-brick), var(--hd-gold));
}

.hd-card-eyebrow {
  margin-bottom: 0.45rem;
}

.hd-card-time {
  margin-bottom: auto;
  color: var(--hd-muted);
  font-family: var(--hd-mono);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.5;
}

.hd-card-time:empty,
.hd-entry-date:empty,
.hd-entry-venue:empty,
.hd-card-dek:empty,
.hd-entry-dek:empty {
  display: none;
}

.hd-card-title,
.hd-desk-title {
  margin: 1.1rem 0 0.5rem;
  font-family: var(--hd-display);
  font-size: clamp(1.28rem, 3vw, 1.65rem);
  font-weight: 720;
  letter-spacing: -0.025em;
  line-height: 1.14;
}

.hd-card-dek {
  margin-bottom: 0;
  color: var(--hd-muted);
  font-size: 0.92rem;
  line-height: 1.55;
  text-wrap: pretty;
}

.hd-coming-section {
  position: relative;
}

.hd-event-rail {
  margin-inline: calc(
    (100vw - min(var(--hd-content), calc(100vw - 2.25rem))) / -2
  );
  padding-inline: max(1.125rem, calc((100vw - var(--hd-content)) / 2));
  padding-bottom: 1rem;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(17rem, 28vw);
  gap: 0.9rem;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-padding-inline: 1.125rem;
  scroll-snap-type: inline mandatory;
  scrollbar-color: var(--hd-green) var(--hd-green-soft);
  scrollbar-width: thin;
}

.hd-calendar-card {
  min-height: 15rem;
  scroll-snap-align: start;
}

.hd-latest-section .hd-section-title {
  max-width: 15ch;
}

.hd-news-grid > .hd-story-card:first-child {
  color: var(--hd-paper-bright);
  background:
    radial-gradient(
      circle at 88% 14%,
      rgba(219, 182, 79, 0.23),
      transparent 10rem
    ),
    var(--hd-green-deep);
  border-color: var(--hd-green-deep);
}

.hd-news-grid > .hd-story-card:first-child .hd-card-eyebrow {
  color: var(--hd-gold-soft);
}

.hd-news-grid > .hd-story-card:first-child .hd-card-time,
.hd-news-grid > .hd-story-card:first-child .hd-card-dek {
  color: rgba(255, 250, 242, 0.78);
}

.hd-desk-section {
  border-bottom: 0;
}

.hd-desk-grid {
  margin-top: 1.75rem;
}

.hd-desk-card {
  position: relative;
  min-height: 12.5rem;
  padding: 1.4rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  color: var(--hd-ink);
  background: var(--hd-paper-bright);
  border: 1px solid var(--hd-line);
  border-radius: var(--hd-radius-md);
  text-decoration: none;
}

.hd-desk-card::before {
  content: "";
  position: absolute;
  top: -2rem;
  right: -2rem;
  width: 6rem;
  height: 6rem;
  border: 1.35rem solid var(--hd-green-soft);
  border-radius: 50%;
  transition: transform 180ms ease;
}

.hd-desk-card:hover {
  color: #ffffff;
  background: var(--hd-green);
  border-color: var(--hd-green);
}

.hd-desk-card:hover::before {
  border-color: rgba(219, 182, 79, 0.35);
  transform: scale(1.12);
}

.hd-desk-card:hover .hd-card-eyebrow,
.hd-desk-card:hover .hd-card-dek {
  color: rgba(255, 255, 255, 0.82);
}

.hd-desk-title {
  position: relative;
  margin-top: 0.25rem;
}

.hd-transparency-panel {
  margin-top: clamp(1rem, 4vw, 3rem);
  padding: clamp(1.6rem, 5vw, 3.2rem);
  display: grid;
  gap: 0.7rem;
  color: var(--hd-green-deep);
  background:
    linear-gradient(110deg, rgba(255, 255, 255, 0.45), transparent 55%),
    var(--hd-gold-soft);
  border: 1px solid rgba(140, 55, 46, 0.2);
  border-radius: var(--hd-radius-lg);
}

.hd-transparency-title {
  max-width: 18ch;
  margin-bottom: 0;
  font-size: clamp(1.8rem, 4vw, 3rem);
}

.hd-transparency-copy {
  max-width: 46rem;
  margin-bottom: 0;
  color: #3e4a43;
}

.hd-button-link {
  width: fit-content;
  min-width: 44px;
  min-height: 44px;
  margin-top: 0.45rem;
  padding: 0.72rem 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: var(--hd-green-deep);
  border: 2px solid var(--hd-green-deep);
  border-radius: var(--hd-radius-sm);
  font-size: 0.9rem;
  font-weight: 820;
  line-height: 1.2;
  text-decoration: none;
}

.hd-button-link:hover {
  color: var(--hd-green-deep);
  background: transparent;
}

.hd-site-footer {
  margin-top: clamp(2rem, 8vw, 6rem);
  color: rgba(255, 250, 242, 0.78);
  background: var(--hd-green-deep);
  border-top: 0.45rem solid var(--hd-gold);
}

.hd-footer-inner {
  width: min(var(--hd-content), calc(100% - 2.25rem));
  min-height: 13rem;
  margin-inline: auto;
  padding-block: 2.5rem;
  display: grid;
  align-content: center;
  gap: 0.75rem;
}

.hd-footer-brand {
  color: #ffffff;
  font-family: var(--hd-display);
  font-size: clamp(1.6rem, 4vw, 2.25rem);
  letter-spacing: -0.035em;
}

.hd-footer-copy {
  max-width: 30rem;
  margin-bottom: 0;
}

.hd-footer-links {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem 0.85rem;
}

.hd-footer-link {
  min-width: 44px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: #ffffff;
  font-size: 0.86rem;
  font-weight: 720;
}

.hd-listing-page,
.hd-search-page,
.hd-static-page,
.hd-entry-main,
.hd-not-found {
  min-height: 58vh;
}

.hd-page-header {
  max-width: 53rem;
  margin-bottom: clamp(2rem, 6vw, 4.25rem);
  padding-bottom: clamp(1.75rem, 5vw, 3rem);
  border-bottom: 1px solid var(--hd-line-strong);
}

.hd-page-title,
.hd-entry-title {
  margin-bottom: 0.8rem;
  font-size: clamp(2.8rem, 8vw, 6.4rem);
}

.hd-page-dek,
.hd-entry-dek {
  max-width: 45rem;
  margin-bottom: 0;
  color: var(--hd-muted);
  font-size: clamp(1.05rem, 2.3vw, 1.3rem);
  line-height: 1.55;
  text-wrap: pretty;
}

.hd-listing-grid .hd-card {
  min-height: 16rem;
}

.hd-prose,
.hd-entry-article {
  max-width: var(--hd-reading);
}

.hd-prose {
  padding: clamp(1.4rem, 5vw, 3.25rem);
  background: rgba(255, 250, 242, 0.72);
  border: 1px solid var(--hd-line);
  border-radius: var(--hd-radius-lg);
}

.hd-prose .hd-page-title {
  font-size: clamp(2.6rem, 7vw, 5rem);
}

.hd-prose-copy {
  color: #344139;
  font-size: clamp(1rem, 1.8vw, 1.1rem);
  line-height: 1.75;
}

.hd-text-link {
  margin-right: 1rem;
}

.hd-search-mount {
  max-width: 52rem;
  min-height: 12rem;
}

.hd-search-fallback,
.hd-search-empty {
  padding: 1.2rem;
  color: var(--hd-muted);
  background: var(--hd-paper-bright);
  border: 1px solid var(--hd-line);
  border-radius: var(--hd-radius-md);
}

/* Runtime classes created by search.js. */
.hd-search-form {
  padding: clamp(1.1rem, 4vw, 1.75rem);
  background: var(--hd-green-deep);
  border-radius: var(--hd-radius-lg);
  box-shadow: var(--hd-shadow-lg);
}

.hd-search-label {
  display: block;
  margin-bottom: 0.55rem;
  color: var(--hd-paper-bright);
  font-size: 0.88rem;
  font-weight: 800;
}

.hd-search-controls {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.55rem;
}

.hd-search-input {
  min-width: 0;
  min-height: 3.25rem;
  padding: 0.75rem 0.9rem;
  color: var(--hd-ink);
  background: #ffffff;
  border: 2px solid #ffffff;
  border-radius: var(--hd-radius-sm);
  font-size: max(1rem, 16px);
}

.hd-search-input::placeholder {
  color: #6d756f;
}

.hd-search-input:focus-visible {
  outline-color: #ffffff;
}

.hd-search-button {
  min-width: 6.25rem;
  min-height: 3.25rem;
  padding: 0.75rem 1rem;
  color: var(--hd-green-deep);
  background: var(--hd-gold);
  border: 2px solid var(--hd-gold);
  border-radius: var(--hd-radius-sm);
  font-weight: 850;
  cursor: pointer;
}

.hd-search-button:hover {
  background: var(--hd-gold-soft);
}

.hd-search-button:disabled {
  cursor: wait;
  opacity: 0.72;
}

.hd-search-hint {
  margin: 0.65rem 0 0;
  color: rgba(255, 250, 242, 0.72);
  font-size: 0.82rem;
}

.hd-search-status {
  min-height: 2.75rem;
  margin: 0;
  padding-block: 0.8rem;
  color: var(--hd-muted);
  font-size: 0.9rem;
}

.hd-search-results {
  margin-top: 1.4rem;
}

.hd-search-results-heading {
  margin-bottom: 0.9rem;
  font-family: var(--hd-display);
  font-size: clamp(1.55rem, 4vw, 2.25rem);
  letter-spacing: -0.03em;
}

.hd-search-list {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.7rem;
  list-style: none;
}

.hd-search-result {
  margin: 0;
}

.hd-search-result-link {
  padding: 1rem 1.1rem;
  display: block;
  color: var(--hd-ink);
  background: var(--hd-surface);
  border: 1px solid var(--hd-line);
  border-radius: var(--hd-radius-md);
  text-decoration: none;
}

.hd-search-result-link:hover {
  border-color: var(--hd-green);
  box-shadow: var(--hd-shadow-sm);
}

.hd-search-result-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.7rem;
  color: var(--hd-muted);
  font-family: var(--hd-mono);
  font-size: 0.67rem;
  font-weight: 750;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hd-search-result-kind {
  color: var(--hd-brick);
}

.hd-search-result-date {
  color: var(--hd-muted);
}

.hd-search-result-title {
  margin: 0.55rem 0 0.25rem;
  font-family: var(--hd-display);
  font-size: clamp(1.25rem, 3vw, 1.62rem);
  letter-spacing: -0.025em;
  line-height: 1.18;
}

.hd-search-result-dek {
  margin: 0;
  color: var(--hd-muted);
  font-size: 0.92rem;
  line-height: 1.55;
}

.hd-entry-article {
  margin-inline: auto;
}

.hd-entry-header {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--hd-line-strong);
}

.hd-entry-kind {
  width: fit-content;
  padding: 0.28rem 0.55rem;
  color: var(--hd-green-deep);
  background: var(--hd-gold-soft);
  border-radius: 999px;
}

.hd-entry-source {
  margin-bottom: 0.8rem;
  color: var(--hd-brick);
  font-size: 0.82rem;
  font-weight: 780;
}

.hd-entry-date,
.hd-entry-venue {
  display: block;
  margin: 1rem 0 0;
  color: var(--hd-muted);
  font-family: var(--hd-mono);
  font-size: 0.75rem;
  font-weight: 700;
}

.hd-entry-venue {
  margin-top: 0.35rem;
  color: var(--hd-green-deep);
}

.hd-entry-body {
  color: #2d3932;
  font-family: var(--hd-display);
  font-size: clamp(1.08rem, 2vw, 1.2rem);
  line-height: 1.78;
  overflow-wrap: anywhere;
}

.hd-seo-marker {
  display: none !important;
}

.hd-entry-body > :first-child {
  margin-top: 0;
}

.hd-entry-body h2,
.hd-entry-body h3 {
  margin: 2.2em 0 0.55em;
  color: var(--hd-ink);
  font-family: var(--hd-display);
  line-height: 1.12;
}

.hd-entry-body h2 {
  font-size: clamp(1.7rem, 4vw, 2.4rem);
}

.hd-entry-body h3 {
  font-size: clamp(1.35rem, 3vw, 1.75rem);
}

.hd-entry-body a {
  color: var(--hd-brick-deep);
  font-weight: 650;
}

.hd-entry-body blockquote {
  margin: 1.7rem 0;
  padding: 0.25rem 0 0.25rem 1.2rem;
  color: var(--hd-green-deep);
  border-left: 0.3rem solid var(--hd-gold);
  font-size: 1.08em;
}

.hd-entry-body img {
  width: auto;
  height: auto;
  margin-block: 1.5rem;
  border-radius: var(--hd-radius-md);
}

.hd-entry-body table {
  width: 100%;
  margin-block: 1.5rem;
  border-collapse: collapse;
  font-family: var(--hd-sans);
  font-size: 0.9rem;
}

.hd-entry-body th,
.hd-entry-body td {
  padding: 0.7rem;
  text-align: left;
  border-bottom: 1px solid var(--hd-line);
}

.hd-entry-body th {
  color: #ffffff;
  background: var(--hd-green);
}

.hd-provenance {
  margin-top: clamp(2.5rem, 8vw, 5rem);
  padding: 1.25rem;
  color: var(--hd-green-deep);
  background: var(--hd-green-soft);
  border-left: 0.35rem solid var(--hd-green);
  border-radius: 0 var(--hd-radius-md) var(--hd-radius-md) 0;
}

.hd-provenance-title {
  margin-bottom: 0.35rem;
  font-family: var(--hd-display);
  font-size: 1.45rem;
  letter-spacing: -0.02em;
}

.hd-provenance-copy {
  margin: 0.55rem 0 0;
  color: #3e5148;
  font-size: 0.88rem;
}

.hd-source-link {
  color: var(--hd-green-deep);
}

.hd-not-found {
  padding-block: clamp(5rem, 14vw, 10rem);
}

.hd-not-found .hd-page-title {
  max-width: 16ch;
}

@media (min-width: 38rem) {
  .hd-main,
  .hd-header-inner,
  .hd-footer-inner {
    width: min(var(--hd-content), calc(100% - 3rem));
  }

  .hd-today-grid,
  .hd-listing-grid,
  .hd-desk-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .hd-news-grid > .hd-story-card:first-child {
    grid-column: 1 / -1;
    min-height: 20rem;
    padding: clamp(1.5rem, 4vw, 2.5rem);
  }

  .hd-news-grid > .hd-story-card:first-child .hd-card-title {
    max-width: 18ch;
    font-size: clamp(2rem, 5vw, 3.25rem);
  }

  .hd-transparency-panel {
    grid-template-columns: minmax(0, 1.15fr) minmax(15rem, 1fr);
    align-items: center;
    column-gap: 2rem;
  }

  .hd-transparency-title {
    grid-row: 1 / 3;
  }

  .hd-transparency-panel .hd-button-link {
    align-self: start;
  }

  .hd-footer-inner {
    grid-template-columns: 1fr auto;
    column-gap: 2rem;
  }

  .hd-footer-brand,
  .hd-footer-copy {
    grid-column: 1;
  }

  .hd-footer-links {
    grid-column: 2;
    grid-row: 1 / 3;
    align-self: center;
    justify-content: flex-end;
    max-width: 28rem;
  }
}

@media (min-width: 64rem) {
  .hd-today-grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .hd-today-grid > .hd-event-card {
    grid-column: span 3;
  }

  .hd-today-grid > .hd-event-card:first-child {
    grid-column: span 6;
    grid-row: span 2;
    min-height: 19rem;
    padding: 2rem;
  }

  .hd-today-grid > .hd-event-card:first-child .hd-card-title {
    font-size: clamp(1.8rem, 3vw, 2.65rem);
  }

  .hd-news-grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .hd-news-grid > .hd-story-card {
    grid-column: span 4;
  }

  .hd-news-grid > .hd-story-card:first-child {
    grid-column: span 8;
    grid-row: span 2;
  }

  .hd-news-grid > .hd-story-card:nth-child(2),
  .hd-news-grid > .hd-story-card:nth-child(3) {
    grid-column: span 4;
  }

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

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

  .hd-listing-grid > .hd-card:nth-child(7n + 1) {
    grid-column: span 2;
  }
}

@media (max-width: 56rem) {
  .hd-header-inner {
    padding-block: 0.65rem 0;
    display: block;
  }

  .hd-brand {
    width: fit-content;
    margin-bottom: 0.45rem;
  }

  .hd-primary-nav {
    margin-inline: -1.125rem;
    padding-inline: 1.125rem;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-padding-inline: 1.125rem;
    scrollbar-width: none;
  }

  .hd-primary-nav::-webkit-scrollbar {
    display: none;
  }

  .hd-nav-link {
    scroll-snap-align: start;
  }
}

@media (max-width: 32rem) {
  .hd-main,
  .hd-header-inner,
  .hd-footer-inner {
    width: min(100% - 2rem, var(--hd-content));
  }

  .hd-home-hero {
    margin-inline: -0.25rem;
    border-radius: var(--hd-radius-md);
  }

  .hd-alert-card {
    display: block;
  }

  .hd-alert-card .hd-card-time {
    margin: 0.35rem 0 0.7rem;
  }

  .hd-alert-card .hd-card-title {
    margin-top: 0.75rem;
  }

  .hd-search-controls {
    grid-template-columns: 1fr;
  }

  .hd-search-button {
    width: 100%;
  }
}

:focus-visible:not(:active) {
  box-shadow: 0 0 0 6px var(--hd-gold);
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .hd-card:hover {
    transform: none;
  }
}

@media (prefers-contrast: more) {
  :root {
    --hd-muted: #374139;
    --hd-line: #8a8174;
    --hd-line-strong: #5a534a;
  }

  .hd-card,
  .hd-desk-card,
  .hd-prose,
  .hd-search-result-link {
    border-width: 2px;
  }
}

@media (forced-colors: active) {
  .hd-brand::before,
  .hd-home-hero::before,
  .hd-home-hero::after,
  .hd-desk-card::before {
    display: none;
  }

  .hd-card,
  .hd-button-link,
  .hd-search-button,
  .hd-search-input {
    border: 2px solid ButtonText;
  }
}

@media print {
  .hd-site-header,
  .hd-site-footer,
  .hd-skip-link,
  .hd-primary-nav,
  .hd-button-link,
  .hd-search-form {
    display: none !important;
  }

  body {
    color: #000000;
    background: #ffffff;
  }

  .hd-main,
  .hd-entry-article,
  .hd-prose {
    width: 100%;
    max-width: none;
    padding: 0;
    border: 0;
    box-shadow: none;
  }

  a[href]::after {
    content: " (" attr(href) ")";
    font-family: var(--hd-sans);
    font-size: 0.8em;
    font-weight: 400;
  }
}
