:root {
  --site-accent: #0f6b74;
  --site-accent-strong: #0c5159;
  --site-accent-soft: #d9eeeb;
  --site-ink: #15313a;
  --site-muted: #5f7076;
  --site-border: rgba(20, 49, 58, 0.1);
  --site-border-strong: rgba(20, 49, 58, 0.18);
  --site-surface: rgba(255, 255, 255, 0.94);
  --site-surface-soft: #f4f9f7;
  --site-surface-tint: #eef7f3;
  --site-surface-warm: #f8f2e9;
  --site-accent-warm: #d6aa67;
  --site-accent-water: #78b4ad;
  --site-shadow: 0 24px 56px rgba(18, 41, 49, 0.1);
  --site-shadow-soft: 0 12px 34px rgba(18, 41, 49, 0.05);
  --site-footer-bg: #173843;
  --site-footer-bg-strong: #0d242c;
  --site-footer-text: #eef5f6;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Avenir Next", "Segoe UI", sans-serif;
  color: var(--site-ink);
  background:
    radial-gradient(circle at top left, rgba(180, 223, 218, 0.34), transparent 28rem),
    radial-gradient(circle at top right, rgba(244, 227, 189, 0.32), transparent 24rem),
    linear-gradient(180deg, #f8fcfb 0%, #ffffff 20rem);
}

h1,
h2,
h3,
h4,
.site-brand__name,
.section-heading__title,
.home-hero__title,
.site-footer__title,
.article-header__title,
.listing-card__title {
  font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
}

.site-shell__header {
  position: relative;
  z-index: 40;
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(216, 226, 232, 0.86);
  backdrop-filter: blur(12px);
}

.site-shell__footer {
  background: linear-gradient(180deg, #173843 0%, #0d242c 100%);
}

.site-header {
  padding: 0.4rem 0 0.5rem;
}

.site-header__main {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.55rem 1.2rem;
  justify-content: space-between;
}

.site-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  min-width: 0;
  color: inherit;
  text-decoration: none;
}

.site-brand__logo {
  width: 1.85rem;
  height: 1.85rem;
  border-radius: 0.55rem;
  flex-shrink: 0;
}

.site-brand__copy {
  min-width: 0;
}

.site-brand__name {
  font-size: 0.92rem;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -0.015em;
}

.site-brand__meta {
  display: none;
}

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

.site-nav__list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.65rem 0.9rem;
  padding: 0;
  margin: 0;
}

.site-nav__link {
  display: inline-block;
  padding: 0;
  color: var(--site-ink);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-decoration: none;
  opacity: 0.8;
  transition: color 160ms ease, opacity 160ms ease;
}

.site-nav__link:hover,
.site-nav__link[aria-current="page"] {
  color: var(--site-accent-strong);
  opacity: 1;
}

.home-map-stage {
  margin: 0.45rem 0 2.3rem;
  padding: 0.45rem 0 1.65rem;
  border-bottom: 1px solid rgba(20, 49, 58, 0.08);
}

.home-map-stage__intro {
  max-width: 50rem;
  margin: 0 auto;
  text-align: center;
}

.home-map-stage__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.7rem;
  color: var(--site-accent-strong);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.home-map-stage__title {
  max-width: 16ch;
  margin: 0 auto;
  font-size: clamp(2rem, 4.5vw, 3.55rem);
  line-height: 0.98;
  letter-spacing: -0.045em;
  font-weight: 850;
}

.home-map-stage__lead {
  max-width: 39rem;
  margin: 0.9rem auto 0;
  color: var(--site-muted);
  font-size: 0.98rem;
  line-height: 1.68;
}

.home-map-stage__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.8rem 1rem;
  margin-top: 1rem;
}

.home-map-stage__visual {
  margin-top: 1.2rem;
}

.home-usa-map {
  position: relative;
  overflow: hidden;
  max-width: 74rem;
  margin: 0 auto;
  padding: 1rem 1rem 0.95rem;
  border: 0;
  border-radius: 1.9rem;
  box-shadow:
    inset 0 0 0 1px rgba(20, 49, 58, 0.06),
    0 22px 52px rgba(18, 41, 49, 0.06);
  background:
    radial-gradient(circle at 15% 18%, rgba(134, 195, 188, 0.4), rgba(134, 195, 188, 0) 21rem),
    radial-gradient(circle at 83% 16%, rgba(241, 217, 169, 0.34), rgba(241, 217, 169, 0) 18rem),
    linear-gradient(180deg, rgba(244, 249, 247, 0.98) 0%, rgba(255, 255, 255, 0.98) 100%);
}

.home-usa-map__svg {
  display: block;
  width: 100%;
  height: auto;
}

.home-usa-map__svg .state > path,
.home-usa-map__svg .dccircle {
  fill: #d9e2dc !important;
  transition: fill 180ms ease, opacity 180ms ease;
}

.home-usa-map__svg .borders {
  stroke: rgba(255, 255, 255, 0.88) !important;
  stroke-width: 1.2 !important;
}

.home-usa-map__svg .separator1 {
  stroke: rgba(20, 49, 58, 0.18) !important;
}

.home-usa-map__svg .ca,
.home-usa-map__svg .tx,
.home-usa-map__svg .fl {
  fill: #0f6b74 !important;
}

.home-usa-map__svg .mi,
.home-usa-map__svg .pa,
.home-usa-map__svg .nc {
  fill: var(--site-accent-warm) !important;
}

.home-map-point {
  position: absolute;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  transform: translate(-50%, -50%);
  padding: 0.28rem 0.52rem 0.28rem 0.28rem;
  border: 1px solid rgba(20, 49, 58, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--site-ink);
  text-decoration: none;
  white-space: nowrap;
}

.home-map-point__abbr {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.45rem;
  height: 1.45rem;
  border-radius: 999px;
  background: var(--site-accent);
  color: #ffffff;
  font-size: 0.63rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.home-map-point--mi .home-map-point__abbr,
.home-map-point--pa .home-map-point__abbr,
.home-map-point--nc .home-map-point__abbr {
  background: var(--site-accent-warm);
  color: #173843;
}

.home-map-point__name {
  font-size: 0.74rem;
  font-weight: 700;
}

.home-map-point:hover {
  color: var(--site-accent-strong);
}

.home-route-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.9rem 1.2rem;
  margin-top: 1.1rem;
  padding-top: 0.9rem;
  border-top: 1px solid rgba(20, 49, 58, 0.1);
}

.home-route-strip__item {
  display: grid;
  gap: 0.22rem;
  color: inherit;
  text-decoration: none;
}

.home-route-strip__item:hover {
  color: var(--site-accent-strong);
}

.home-route-strip__label {
  color: var(--site-accent-strong);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.home-route-strip__title {
  font-size: 0.96rem;
  line-height: 1.32;
  font-weight: 800;
}

.home-route-strip__copy {
  color: var(--site-muted);
  font-size: 0.88rem;
  line-height: 1.52;
}

.home-launchpad {
  margin: 0 0 2.5rem;
}

.home-launchpad__header {
  margin-bottom: 1.5rem;
}

.home-launchpad__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.9fr);
  gap: 2.4rem 3rem;
}

.home-launchpad__column-head {
  margin-bottom: 0.9rem;
}

.home-launchpad__label {
  display: inline-flex;
  margin-bottom: 0.35rem;
  color: var(--site-accent-strong);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.home-launchpad__lead {
  max-width: 34rem;
  margin: 0;
  color: var(--site-muted);
  font-size: 0.92rem;
  line-height: 1.64;
}

.home-state-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem 1.6rem;
}

.home-state-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  gap: 0.9rem;
  padding: 0.95rem 0;
  border-top: 1px solid rgba(20, 49, 58, 0.12);
  color: inherit;
  text-decoration: none;
}

.home-state-card:hover {
  color: var(--site-accent-strong);
}

.home-state-card__abbr {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 999px;
  background: rgba(15, 107, 116, 0.1);
  color: var(--site-accent-strong);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.home-state-card__body {
  min-width: 0;
}

.home-state-card__title {
  margin: 0;
  font-size: 1.03rem;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.home-state-card__copy {
  margin: 0.38rem 0 0;
  color: var(--site-muted);
  font-size: 0.9rem;
  line-height: 1.56;
}

.home-story-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0.65rem;
}

.home-story {
  position: relative;
  display: grid;
  grid-template-columns: 7.2rem minmax(0, 1fr);
  align-items: center;
  gap: 0.9rem;
  padding: 0.1rem 0 0.85rem;
  border-bottom: 1px solid rgba(20, 49, 58, 0.1);
}

.home-story__media {
  margin: 0;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 1rem;
  background: linear-gradient(180deg, rgba(226, 238, 236, 0.86) 0%, rgba(245, 249, 247, 0.94) 100%);
}

.home-story__image,
.home-story__placeholder {
  display: block;
  width: 100%;
  height: 100%;
}

.home-story__image {
  object-fit: cover;
}

.home-story__placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--site-muted);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.home-story__body {
  min-width: 0;
}

.home-story__eyebrow {
  display: inline-flex;
  margin-bottom: 0.38rem;
  color: var(--site-accent-strong);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.home-story__title {
  margin: 0;
  font-size: 1rem;
  line-height: 1.26;
  letter-spacing: -0.02em;
  font-weight: 800;
}

.home-story__summary {
  margin: 0.45rem 0 0;
  color: var(--site-muted);
  font-size: 0.89rem;
  line-height: 1.56;
}

.home-hero {
  display: grid;
  gap: 1.2rem 2rem;
  grid-template-columns: minmax(0, 1.4fr) minmax(15rem, 0.82fr);
  margin: 0.8rem 0 1.45rem;
  padding: 1rem 0 1.2rem;
  border-bottom: 1px solid rgba(20, 49, 58, 0.08);
}

.home-hero__main,
.home-hero__panel {
  background: none;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.home-hero__main {
  padding: 0;
}

.home-hero__kicker,
.section-heading__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.7rem;
  color: var(--site-accent-strong);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.home-hero__title {
  margin: 0;
  max-width: 12ch;
  font-size: clamp(1.95rem, 3.6vw, 2.95rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
  font-weight: 850;
}

.home-hero__lead {
  max-width: 38rem;
  margin: 0.75rem 0 0;
  color: var(--site-muted);
  font-size: 0.95rem;
  line-height: 1.68;
}

.home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  margin-top: 1.05rem;
}

.site-button,
.site-button--ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.45rem;
  padding: 0 0.9rem;
  border-radius: 0.85rem;
  font-weight: 800;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease, background-color 160ms ease;
}

.site-button {
  color: #ffffff;
  background: linear-gradient(135deg, var(--site-accent) 0%, #114f63 100%);
  box-shadow: none;
}

.site-button--ghost {
  color: var(--site-accent-strong);
  background: none;
  border: 0;
  padding: 0;
  min-height: auto;
  border-radius: 0;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.site-button:hover,
.site-button--ghost:hover {
  transform: translateY(-1px);
}

.home-hero__panel {
  padding: 0.2rem 0 0;
  color: var(--site-ink);
}

.home-hero__panel-eyebrow {
  display: none;
}

.home-hero__panel-title {
  display: none;
}

.home-hero__panel-links {
  display: grid;
  gap: 0;
  margin: 0;
}

.home-hero__panel-link {
  display: block;
  padding: 0.72rem 0;
  border: 0;
  border-bottom: 1px solid rgba(20, 49, 58, 0.1);
  color: inherit;
  text-decoration: none;
  transition: color 160ms ease, opacity 160ms ease;
}

.home-hero__panel-link:last-child {
  border-bottom: 0;
}

.home-hero__panel-link:hover {
  color: var(--site-accent-strong);
}

.home-hero__panel-link-label {
  display: inline-flex;
  margin-bottom: 0.28rem;
  color: var(--site-accent-strong);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.home-hero__panel-link-title {
  display: block;
  font-size: 0.92rem;
  line-height: 1.34;
  font-weight: 700;
}

.home-hero__panel-link-copy {
  display: none;
  margin-top: 0;
  color: var(--site-muted);
  font-size: 0.92rem;
  line-height: 1.6;
}

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

.home-grid--quick {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 3rem;
}

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

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

.section-heading {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: space-between;
  gap: 1rem 2rem;
  margin-bottom: 1.25rem;
}

.section-heading__title {
  margin: 0;
  font-size: clamp(1.45rem, 2.6vw, 2rem);
  line-height: 1.08;
  letter-spacing: -0.035em;
  font-weight: 850;
}

.section-heading__summary {
  max-width: 35rem;
  margin: 0;
  color: var(--site-muted);
  font-size: 0.94rem;
  line-height: 1.7;
}

.topic-card,
.resource-card,
.quick-card,
.listing-shell,
.aside-panel,
.taxonomy-card {
  position: relative;
  overflow: hidden;
  background: var(--site-surface);
  border: 1px solid var(--site-border);
  border-radius: 1rem;
  box-shadow: none;
  transition: border-color 160ms ease, background-color 160ms ease;
}

.taxonomy-card {
  display: block;
  padding: 1.3rem;
  color: inherit;
  text-decoration: none;
}

.topic-card:hover,
.resource-card:hover,
.quick-card:hover,
.taxonomy-card:hover {
  border-color: var(--site-border-strong);
  background: rgba(255, 255, 255, 0.92);
}

.quick-card,
.topic-card,
.resource-card {
  display: block;
  padding: 1.3rem;
  color: inherit;
  text-decoration: none;
}

.quick-card__label,
.topic-card__label,
.resource-card__label,
.listing-shell__label,
.aside-panel__eyebrow,
.taxonomy-card__eyebrow {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.8rem;
  color: var(--site-accent-strong);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.quick-card__title,
.topic-card__title,
.resource-card__title,
.listing-shell__title,
.taxonomy-card__title {
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.2;
  letter-spacing: -0.03em;
  font-weight: 800;
}

.quick-card__copy,
.topic-card__copy,
.resource-card__copy,
.listing-shell__summary,
.taxonomy-card__copy {
  margin: 0.8rem 0 0;
  color: var(--site-muted);
  line-height: 1.75;
}

.topic-card__meta,
.taxonomy-card__meta {
  display: inline-flex;
  align-items: center;
  margin-top: 1rem;
  color: var(--site-accent-strong);
  font-weight: 700;
}

.home-section {
  margin: 0 0 2.2rem;
}

.listing-shell {
  padding: 0 0 0.6rem;
}

.listing-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--site-border);
  border-radius: 1rem;
  background: var(--site-surface);
  box-shadow: none;
  transition: border-color 160ms ease, background-color 160ms ease;
}

.listing-card:hover {
  border-color: var(--site-border-strong);
  background: rgba(255, 255, 255, 0.92);
}

.listing-card__eyebrow {
  display: inline-flex;
  align-items: center;
  margin-bottom: 1rem;
  color: var(--site-accent-strong);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.listing-card__title {
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.18;
  letter-spacing: -0.03em;
  font-weight: 800;
}

.listing-card__summary {
  margin: 0.9rem 0 0;
  color: var(--site-muted);
  line-height: 1.72;
}

.listing-card__date {
  display: inline-flex;
  margin-top: 1rem;
  color: var(--site-muted);
  font-size: 0.9rem;
  font-weight: 700;
}

.listing-shell__head {
  margin-bottom: 1.5rem;
}

.listing-shell__grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.listing-shell__pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1.5rem;
}

.listing-shell__pagination a {
  display: inline-flex;
  align-items: center;
  min-height: 2.9rem;
  padding: 0 1rem;
  border: 1px solid var(--site-border);
  border-radius: 999px;
  color: var(--site-accent-strong);
  font-weight: 700;
  text-decoration: none;
}

#breadcrumb {
  padding: 1.4rem 0 1rem;
}

#breadcrumb ul {
  flex-wrap: wrap;
  gap: 0.65rem 0.9rem;
  text-transform: none;
}

#breadcrumb li {
  font-weight: 600;
}

#breadcrumb li::after {
  content: "/";
  margin-left: 0.9rem;
  opacity: 0.35;
}

#breadcrumb li:last-child::after {
  content: none;
}

.aside-stack {
  display: grid;
  gap: 1rem;
}

.aside-panel {
  padding: 1rem;
}

.aside-panel__title {
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.3;
  font-weight: 800;
}

.aside-panel__copy {
  margin: 0.65rem 0 0;
  color: var(--site-muted);
  line-height: 1.7;
}

.article-shell {
  min-width: 0;
}

.article-header {
  padding: 0 0 1.2rem;
  margin-bottom: 1.5rem;
  background: none;
  border: 0;
  border-bottom: 1px solid rgba(20, 49, 58, 0.1);
  border-radius: 0;
  box-shadow: none;
}

.article-header__eyebrow {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.9rem;
  color: var(--site-accent-strong);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.article-header__title {
  margin: 0;
  font-size: clamp(1.95rem, 3.4vw, 2.85rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
  font-weight: 800;
}

.article-header__summary {
  margin: 1rem 0 0;
  max-width: 48rem;
  color: var(--site-muted);
  font-size: 0.98rem;
  line-height: 1.72;
}

.article-header__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem 1rem;
  margin-top: 1.15rem;
  color: var(--site-muted);
  font-size: 0.92rem;
  font-weight: 700;
}

.article-header__meta span + span::before,
.article-header__meta time + span::before {
  content: "•";
  margin-right: 1rem;
  opacity: 0.4;
}

.article-feature {
  overflow: hidden;
  margin: 0 0 1.5rem;
  border: 1px solid var(--site-border);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: none;
}

.article-feature__image {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.article-body {
  padding: 0 0.4rem;
}

.article-body.prose {
  color: var(--site-ink);
}

.article-body.prose :where(h2, h3, h4) {
  color: var(--site-ink);
  letter-spacing: -0.03em;
}

.article-body.prose :where(p, li, blockquote) {
  line-height: 1.85;
}

.article-body.prose :where(table) {
  display: block;
  width: 100%;
  overflow-x: auto;
  border-collapse: collapse;
}

.article-body.prose :where(th, td) {
  border: 1px solid var(--site-border);
  padding: 0.8rem;
}

.article-body.prose :where(blockquote) {
  border-left-color: var(--site-accent);
  color: var(--site-ink);
  background: var(--site-surface-soft);
  padding: 1rem 1.2rem;
  border-radius: 0 1rem 1rem 0;
}

.editor-note {
  margin: 0 0 1.5rem;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(15, 95, 120, 0.16);
  border-radius: 1rem;
  background: linear-gradient(180deg, rgba(217, 236, 242, 0.6) 0%, rgba(255, 255, 255, 0.92) 100%);
  color: var(--site-ink);
  box-shadow: var(--site-shadow-soft);
}

.editor-note strong {
  color: var(--site-accent-strong);
}

.aside-links,
.aside-related {
  list-style: none;
  display: grid;
  gap: 0.7rem;
  padding: 0;
  margin: 1rem 0 0;
}

.aside-links a,
.aside-related a {
  color: inherit;
  text-decoration: none;
  font-weight: 700;
}

.aside-links a:hover,
.aside-related a:hover {
  color: var(--site-accent-strong);
}

.site-footer__panel {
  background: none;
  color: var(--site-footer-text);
  border-radius: 0;
  padding: 1.8rem 0 1.55rem;
  box-shadow: none;
}

.site-footer__grid {
  display: grid;
  gap: 1.9rem;
  grid-template-columns: minmax(0, 1.45fr) repeat(3, minmax(0, 0.85fr));
}

.site-footer__brand {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  color: inherit;
  text-decoration: none;
}

.site-footer__logo {
  width: 2.45rem;
  height: 2.45rem;
  border-radius: 0.8rem;
  box-shadow: none;
}

.site-footer__eyebrow {
  display: none;
}

.site-footer__title {
  display: block;
  font-size: 1.25rem;
  line-height: 1.08;
  letter-spacing: -0.03em;
  font-weight: 800;
}

.site-footer__lead {
  max-width: 34rem;
  margin: 0.85rem 0 0;
  color: rgba(237, 243, 247, 0.82);
  font-size: 0.95rem;
  line-height: 1.7;
}

.site-footer__note {
  max-width: 34rem;
  margin: 0.8rem 0 0;
  color: rgba(237, 243, 247, 0.72);
  font-size: 0.92rem;
  line-height: 1.68;
}

.site-footer__section-title {
  margin: 0;
  color: rgba(199, 225, 236, 0.86);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.site-footer__list {
  list-style: none;
  display: grid;
  gap: 0.7rem;
  padding: 0;
  margin: 1rem 0 0;
}

.site-footer__list a {
  color: rgba(250, 252, 254, 0.9);
  font-weight: 600;
  text-decoration: none;
}

.site-footer__list a:hover {
  color: #ffffff;
}

.site-footer__bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.8rem 1.2rem;
  margin-top: 1.35rem;
  padding-top: 0.9rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(237, 243, 247, 0.72);
  font-size: 0.88rem;
}

.site-footer__bottom p {
  margin: 0;
}

.site-shell__header {
  background:
    linear-gradient(180deg, rgba(251, 253, 254, 0.98) 0%, rgba(255, 255, 255, 0.98) 100%);
  backdrop-filter: none;
  border-bottom: 1px solid rgba(20, 49, 58, 0.08);
}

.site-shell__footer {
  background: linear-gradient(180deg, #173843 0%, #0d242c 100%);
}

.site-brand__logo {
  box-shadow: none;
}

.site-nav__link {
  box-shadow: none;
}

.site-nav__link:hover,
.site-nav__link[aria-current="page"] {
  box-shadow: none;
}

.home-hero__main,
.home-hero__panel,
.listing-shell,
.aside-panel,
.article-header,
.article-feature {
  border-color: rgba(20, 49, 58, 0.08);
  box-shadow: none;
}

.home-hero__main,
.home-hero__panel,
.listing-shell,
.aside-panel,
.product-feature,
.product-feature__card,
.quick-card,
.topic-card,
.resource-card,
.taxonomy-card,
.listing-card,
.article-header,
.article-feature {
  backdrop-filter: none;
}

.home-hero__main {
  position: relative;
  overflow: visible;
}

.home-hero__main::after {
  content: none;
}

.home-hero__panel {
  background: none;
}

.home-hero__panel-link {
  background: none;
}

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

.home-section {
  margin: 0 0 2.75rem;
}

.quick-card,
.topic-card,
.resource-card,
.taxonomy-card,
.listing-card {
  border-color: rgba(20, 49, 58, 0.08);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: none;
}

.quick-card::after,
.topic-card::after,
.resource-card::after,
.taxonomy-card::after,
.listing-card::after {
  content: none;
}

.listing-shell,
.aside-panel {
  background: none;
  box-shadow: none;
}

.article-header {
  background: none;
}

.article-feature {
  background: rgba(255, 255, 255, 0.88);
}

.product-feature {
  position: relative;
  margin: 0 0 2.75rem;
  display: grid;
  gap: 0.9rem;
}

.product-feature__head {
  display: grid;
  gap: 0.35rem;
}

.product-feature__eyebrow {
  display: inline-flex;
  align-items: center;
  color: var(--site-accent-strong);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.product-feature__heading {
  margin: 0;
  font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  font-size: clamp(1.15rem, 2vw, 1.7rem);
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.product-feature__card {
  display: grid;
  grid-template-columns: minmax(0, 14rem) 1fr;
  overflow: hidden;
  border: 1px solid rgba(20, 49, 58, 0.08);
  border-radius: 1.1rem;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: none;
}

.product-feature__media {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 12.5rem;
  padding: 1.1rem;
  border-right: 1px solid rgba(20, 49, 58, 0.08);
  text-decoration: none;
  background: rgba(244, 249, 247, 0.82);
}

.product-feature__image {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 16px 26px rgba(20, 49, 58, 0.16));
  mix-blend-mode: multiply;
  transition: transform 180ms ease;
}

.product-feature__media:hover .product-feature__image {
  transform: scale(1.03);
}

.product-feature__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0.85rem;
  padding: 1.2rem 1.35rem;
}

.product-feature__label {
  display: inline-flex;
  align-items: center;
  color: var(--site-accent-strong);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.product-feature__title {
  margin: 0;
  font-size: 1.22rem;
  line-height: 1.2;
  letter-spacing: -0.03em;
  font-weight: 800;
}

.product-feature__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.7rem;
  padding: 0 1rem;
  border-radius: 999px;
  background: rgba(15, 107, 116, 0.12);
  color: var(--site-accent-strong);
  font-weight: 800;
  text-decoration: none;
  transition: transform 160ms ease, background-color 160ms ease, color 160ms ease;
}

.product-feature__cta:hover {
  transform: translateY(-1px);
  background: var(--site-accent-strong);
  color: #ffffff;
}

.product-feature__card--current .product-feature__media {
  background: linear-gradient(180deg, rgba(219, 239, 235, 0.96) 0%, rgba(255, 255, 255, 0.98) 100%);
}

.product-feature__card--tide .product-feature__media {
  background: linear-gradient(180deg, rgba(220, 235, 244, 0.96) 0%, rgba(255, 255, 255, 0.98) 100%);
}

.product-feature__card--sand .product-feature__media {
  background: linear-gradient(180deg, rgba(248, 239, 225, 0.96) 0%, rgba(255, 255, 255, 0.98) 100%);
}

.product-feature--aside {
  margin: 0;
}

.product-feature--aside .product-feature__heading {
  font-size: 1.02rem;
}

.product-feature--aside .product-feature__card {
  grid-template-columns: minmax(0, 7.75rem) 1fr;
  border-radius: 1.35rem;
}

.product-feature--aside .product-feature__media {
  min-height: 8.75rem;
  padding: 0.85rem;
}

.product-feature--aside .product-feature__body {
  gap: 0.75rem;
  padding: 0.95rem 1rem;
}

.product-feature--aside .product-feature__title {
  font-size: 1rem;
}

.product-feature--aside .product-feature__cta {
  min-height: 2.45rem;
  padding: 0 0.85rem;
}

.site-footer__panel {
  position: relative;
  overflow: hidden;
  border: 0;
  box-shadow: none;
}

.site-footer__panel::after {
  content: none;
}

@media (max-width: 1023px) {
  .home-state-grid,
  .home-story-grid,
  .home-launchpad__grid {
    grid-template-columns: minmax(0, 1fr);
  }

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

  .home-hero,
  .home-grid--resources,
  .home-grid--quick,
  .home-grid--topics,
  .site-footer__grid {
    grid-template-columns: minmax(0, 1fr);
  }

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

  .site-nav__list {
    justify-content: flex-start;
    flex-wrap: nowrap;
    width: max-content;
    min-width: 100%;
  }

  .site-header__main {
    align-items: start;
  }

  .site-nav {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 0.1rem;
  }

  .home-story {
    grid-template-columns: 8rem minmax(0, 1fr);
  }

  .product-feature__card {
    grid-template-columns: minmax(0, 11rem) 1fr;
  }
}

@media (max-width: 767px) {
  .site-header {
    padding: 0.42rem 0 0.5rem;
  }

  .site-brand__name {
    font-size: 0.88rem;
  }

  .site-nav__link {
    min-height: auto;
    padding: 0;
    font-size: 0.76rem;
  }

  .home-hero {
    margin-top: 0.55rem;
    padding: 0.85rem 0 1.05rem;
  }

  .home-map-hero {
    margin-top: 0.35rem;
    gap: 0.95rem;
    padding: 0.55rem 0 1rem;
  }

  .home-map-stage {
    margin-top: 0.35rem;
    padding: 0.4rem 0 1.1rem;
  }

  .home-map-stage__title {
    font-size: clamp(1.75rem, 8vw, 2.5rem);
  }

  .home-map-stage__lead {
    font-size: 0.9rem;
    line-height: 1.62;
  }

  .home-usa-map {
    padding: 0.65rem 0.45rem 0.7rem;
    border-radius: 1.3rem;
  }

  .home-map-point {
    padding: 0.15rem;
  }

  .home-map-point__abbr {
    width: 1.35rem;
    height: 1.35rem;
    font-size: 0.6rem;
  }

  .home-map-point__name {
    display: none;
  }

  .home-route-strip {
    grid-template-columns: minmax(0, 1fr);
    gap: 0.85rem;
    margin-top: 1rem;
  }

  .home-route-strip__title {
    font-size: 0.95rem;
  }

  .home-route-strip__copy,
  .home-launchpad__lead,
  .home-state-card__copy,
  .home-story__summary {
    font-size: 0.88rem;
  }

  .home-story {
    grid-template-columns: 6.2rem minmax(0, 1fr);
    gap: 0.85rem;
  }

  .home-hero__main,
  .listing-shell,
  .article-header {
    padding: 0;
    border-radius: 0;
  }

  .home-hero__panel {
    padding: 0;
  }

  .quick-card,
  .topic-card,
  .resource-card,
  .taxonomy-card,
  .aside-panel {
    padding: 1rem;
    border-radius: 0.95rem;
  }

  .product-feature__card {
    grid-template-columns: 1fr;
    border-radius: 0.95rem;
  }

  .product-feature__media {
    min-height: 11rem;
    padding: 0.85rem;
    border-right: 0;
    border-bottom: 1px solid rgba(20, 49, 58, 0.08);
  }

  .product-feature__body {
    padding: 0.95rem 0.95rem 1rem;
  }

  .site-footer__panel {
    padding: 1.35rem 0 1.2rem;
  }

  .section-heading__summary,
  .home-hero__lead,
  .home-hero__panel-link-copy,
  .quick-card__copy,
  .topic-card__copy,
  .resource-card__copy,
  .taxonomy-card__copy,
  .aside-panel__copy,
  .article-header__summary {
    font-size: 0.93rem;
    line-height: 1.7;
  }

  .article-body {
    padding: 0;
  }
}
