:root {
  --accent: #1677b9;
  --accent-strong: #0f5d93;
  --brand-green: #61aa38;
  --ink: #17202a;
  --muted: #667085;
  --soft: #f5f8fb;
  --soft-green: #f3f9f0;
  --rule: #d9e3ec;
  --card: #fff;
  --page-width: 1120px;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 100%;
}

body {
  margin: 0;
  background: #fff;
  color: var(--ink);
  font-family: "Public Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
}

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

a {
  color: var(--accent-strong);
  text-decoration-color: rgb(22 119 185 / 35%);
  text-underline-offset: 0.18em;
}

a:hover,
a:focus {
  color: var(--brand-green);
  text-decoration-color: currentColor;
}

p {
  margin: 0 0 1.2rem;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  color: var(--ink);
  font-weight: 650;
  line-height: 1.15;
}

.wrap,
.site-main,
.site-footer .wrap {
  width: min(var(--page-width), calc(100% - 48px));
  margin: 0 auto;
}

.skip-links {
  margin: 0;
  padding: 0;
}

.skip-links li {
  width: 0;
  height: 0;
  list-style: none;
}

.screen-reader-shortcut {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.screen-reader-shortcut:focus {
  top: 8px;
  left: 8px;
  z-index: 100;
  width: auto;
  height: auto;
  clip: auto;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 0 0 3px rgb(22 119 185 / 25%);
  color: var(--ink);
  padding: 0.7rem 1rem;
  text-decoration: none;
}

.site-header {
  border-bottom: 1px solid var(--rule);
  background: #fff;
}

.header-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 2rem 0;
}

.site-title {
  flex: 0 0 auto;
  margin: 0;
}

.site-title a {
  display: block;
  width: 220px;
}

.site-title img {
  width: 220px;
  height: auto;
}

.nav-primary ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.35rem 0.5rem;
  margin: 0;
  padding: 0;
}

.nav-primary li {
  list-style: none;
}

.nav-primary a {
  display: block;
  border-radius: 999px;
  color: var(--ink);
  font-size: 0.92rem;
  font-weight: 600;
  padding: 0.55rem 0.9rem;
  text-decoration: none;
}

.nav-primary a:hover,
.nav-primary a:focus,
.nav-primary a[aria-current="page"] {
  background: var(--soft);
  color: var(--accent-strong);
}

.site-main {
  padding: 4.5rem 0 5.5rem;
}

.hero {
  max-width: 760px;
  padding-bottom: 3.4rem;
}

.eyebrow {
  margin: 0 0 0.8rem;
  color: var(--accent-strong);
  font-size: 0.78rem;
  font-weight: 750;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero h1,
.page-header h1 {
  font-size: clamp(2.2rem, 4vw, 4.6rem);
  letter-spacing: -0.02em;
}

.lede {
  margin-top: 1.2rem;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.6vw, 1.25rem);
  max-width: 680px;
}

.portfolio-section,
.page-section {
  border-top: 1px solid var(--rule);
  padding: 3rem 0;
}

.section-header {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 2rem;
  align-items: end;
  margin-bottom: 1.8rem;
}

.section-header h2 {
  font-size: clamp(1.45rem, 2.4vw, 2.25rem);
  letter-spacing: -0.01em;
}

.section-header p {
  margin: 0;
  color: var(--muted);
}

.station-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.station-card {
  min-width: 0;
}

.station-card a {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 0.9rem;
  align-items: center;
  min-height: 106px;
  border: 1px solid var(--rule);
  border-radius: 8px;
  background: var(--card);
  color: var(--ink);
  padding: 0.75rem;
  text-decoration: none;
}

.station-card a:hover,
.station-card a:focus {
  border-color: rgb(22 119 185 / 45%);
  box-shadow: 0 10px 24px rgb(23 32 42 / 8%);
  color: var(--accent-strong);
  transform: translateY(-1px);
}

.station-card img {
  width: 82px;
  height: 82px;
  border-radius: 6px;
  object-fit: cover;
}

.station-card h3 {
  font-size: 1rem;
  line-height: 1.25;
}

.text-links {
  max-width: 920px;
}

.text-links h3 {
  margin: 2rem 0 0.65rem;
  font-size: 1.2rem;
}

.text-links h3:first-of-type {
  margin-top: 0;
}

.text-links p {
  color: var(--muted);
  margin-bottom: 0.95rem;
}

.network-banner {
  width: min(520px, 100%);
  margin: 1rem 0;
  border: 1px solid var(--rule);
  border-radius: 8px;
  background: #fff;
}

.page-header {
  max-width: 760px;
  padding-bottom: 2.4rem;
}

.page-content {
  max-width: 760px;
  color: var(--ink);
}

.page-content p {
  color: var(--muted);
  font-size: 1.05rem;
}

.callout {
  border: 1px solid var(--rule);
  border-radius: 8px;
  background: var(--soft);
  padding: 1.25rem;
}

.honeypot-field {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.turnstile-field {
  min-height: 65px;
}

.contact-form {
  display: grid;
  gap: 1rem;
  max-width: 680px;
}

.contact-form p {
  margin: 0;
}

.contact-form label {
  display: grid;
  gap: 0.45rem;
  color: var(--ink);
  font-weight: 650;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--rule);
  border-radius: 6px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  line-height: 1.35;
  padding: 0.85rem 0.95rem;
}

textarea {
  min-height: 170px;
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgb(22 119 185 / 16%);
  outline: none;
}

input[type="submit"] {
  width: auto;
  border: 0;
  border-radius: 999px;
  background: var(--accent-strong);
  color: #fff;
  cursor: pointer;
  font-weight: 750;
  padding: 0.85rem 1.2rem;
}

input[type="submit"]:hover,
input[type="submit"]:focus {
  background: var(--brand-green);
}

.site-footer {
  border-top: 1px solid var(--rule);
  background: var(--soft);
  color: var(--muted);
  font-size: 0.9rem;
  padding: 2rem 0;
}

.site-footer p {
  margin: 0;
}

@media (max-width: 980px) {
  .station-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .section-header {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .wrap,
  .site-main,
  .site-footer .wrap {
    width: min(100% - 32px, var(--page-width));
  }

  .header-wrap {
    align-items: flex-start;
    flex-direction: column;
    gap: 1.1rem;
    padding: 1.35rem 0;
  }

  .site-title a {
    width: 190px;
  }

  .site-title img {
    width: 190px;
  }

  .nav-primary ul {
    justify-content: flex-start;
  }

  .nav-primary a {
    padding: 0.48rem 0.7rem;
  }

  .site-main {
    padding: 3rem 0 4rem;
  }

  .hero {
    padding-bottom: 2.4rem;
  }

  .portfolio-section,
  .page-section {
    padding: 2.25rem 0;
  }

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

  .station-card a {
    display: block;
    min-height: 0;
    padding: 0.7rem;
  }

  .station-card img {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    margin-bottom: 0.7rem;
  }

  .station-card h3 {
    font-size: 0.95rem;
  }
}

@media (max-width: 480px) {
}
