.service-area-links {
  align-items: center;
  border-bottom: 1px solid #ffffff1f;
  border-top: 1px solid #ffffff1f;
  display: flex;
  flex-wrap: wrap;
  gap: .75rem 1.5rem;
  margin-top: 2.5rem;
  padding: 1.15rem 0;
}

.service-area-links strong {
  color: #f0c56a;
  font-size: .72rem;
  letter-spacing: .13em;
  margin-right: .35rem;
  text-transform: uppercase;
}

.service-area-links a {
  color: #ffffffc7;
  font-size: .84rem;
}

.service-area-links a:hover,
.service-area-links a:focus-visible {
  color: #fff;
}

.state-page .state-hero {
  background: linear-gradient(135deg, #0b2538 0%, #123e5a 68%, #164a69 100%);
  color: #fff;
  overflow: hidden;
  padding: 4rem 0;
  position: relative;
}

.state-page .state-hero::after {
  background: radial-gradient(circle, #d9a34130 0%, transparent 68%);
  content: "";
  height: 34rem;
  pointer-events: none;
  position: absolute;
  right: -10rem;
  top: -12rem;
  width: 34rem;
}

.state-hero-grid {
  align-items: center;
  display: grid;
  gap: 3.5rem;
  grid-template-columns: minmax(0, 1.04fr) minmax(320px, .76fr);
  position: relative;
  z-index: 1;
}

.state-breadcrumbs {
  align-items: center;
  color: #ffffff9c;
  display: flex;
  font-size: .75rem;
  gap: .6rem;
  margin-bottom: 2rem;
}

.state-breadcrumbs a { color: #fff; }

.state-page .state-hero .eyebrow { color: #f0c56a; }

.state-page .state-hero h1 {
  color: #fff;
  font-size: clamp(2.65rem, 4.4vw, 4.6rem);
  line-height: 1.04;
  margin: .75rem 0 1.25rem;
  max-width: 16ch;
}

.state-page .state-hero .hero-lead {
  color: #e7f0f4;
  max-width: 720px;
}

.state-page .state-hero .button-row { margin-top: 1.65rem; }

.state-portrait {
  background: #fff;
  border: 1px solid #f0c56a8c;
  border-radius: 18px;
  box-shadow: 0 30px 80px #03111c66;
  margin: 0;
  max-width: 440px;
  overflow: hidden;
  justify-self: end;
}

.state-portrait img {
  aspect-ratio: 4 / 5;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.state-portrait figcaption {
  align-items: center;
  color: var(--navy);
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  padding: 1rem 1.2rem;
}

.state-portrait figcaption div { display: grid; }
.state-portrait figcaption span { color: var(--gold2); font-size: .68rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.state-portrait figcaption strong { font-size: 1rem; }
.state-portrait figcaption p { color: var(--muted); font-size: .72rem; margin: 0; text-align: right; }

.state-market-grid {
  align-items: start;
  display: grid;
  gap: 5rem;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
}

.state-market-copy h2 { max-width: 13ch; }
.state-market-copy .section-lead { margin-top: 1.4rem; }

.state-pressure-list {
  border-top: 1px solid var(--line);
  display: grid;
}

.state-pressure-list article {
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 1.25rem;
  grid-template-columns: 2.6rem 1fr;
  padding: 1.5rem 0;
}

.state-pressure-list article > span {
  color: var(--gold2);
  font-size: .75rem;
  font-weight: 900;
  letter-spacing: .1em;
  padding-top: .2rem;
}

.state-pressure-list h3 { font-size: 1.12rem; margin: 0 0 .45rem; }
.state-pressure-list p { color: var(--muted); margin: 0; }

.state-support-heading {
  align-items: end;
  display: grid;
  gap: 4rem;
  grid-template-columns: 1fr .9fr;
}

.state-support-heading > p { color: var(--muted); margin: 0; }

.state-support-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 2.6rem;
}

.state-support-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: 0 16px 44px #0b25380a;
  min-height: 235px;
  padding: 1.7rem;
}

.state-support-card > span {
  color: var(--gold2);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .12em;
}

.state-support-card h3 { font-size: 1.12rem; margin: 1.35rem 0 .75rem; }
.state-support-card p { color: var(--muted); margin: 0; }

.state-support-card.startup {
  background: linear-gradient(150deg, #fffdf8, #fff);
  border-color: #d8c7a5;
  border-top: 2px solid #c99a49;
  box-shadow: 0 16px 44px #0b25380a;
}

.state-support-card.startup > span { color: var(--gold2); }
.state-support-card.startup h3 { color: var(--navy); }
.state-support-card.startup p { color: var(--muted); }

.state-outcome {
  background: var(--cream);
  border-block: 1px solid var(--line);
  padding: 4.5rem 0;
}

.state-outcome-grid {
  align-items: center;
  display: grid;
  gap: 2rem;
  grid-template-columns: .35fr 1.4fr;
}

.state-outcome blockquote {
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 3.4vw, 3rem);
  line-height: 1.2;
  margin: 0;
}

.state-delivery {
  background: linear-gradient(180deg, #fff 0%, #fcfaf5 100%);
  padding: 4rem 0;
}

.state-delivery-grid {
  align-items: center;
  display: grid;
  gap: 3rem;
  grid-template-columns: .65fr 1fr;
}

.state-delivery-grid h2 { margin-bottom: 0; }

.state-delivery-copy {
  border-left: 1px solid #c99a49;
  padding-left: 2rem;
}

.state-delivery-copy p {
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.8;
  margin: 0;
}

@media (max-width: 900px) {
  .state-hero-grid,
  .state-market-grid,
  .state-support-heading,
  .state-delivery-grid { grid-template-columns: 1fr; }
  .state-hero-grid { gap: 2.5rem; }
  .state-portrait { justify-self: start; max-width: 520px; }
  .state-market-grid { gap: 2.5rem; }
  .state-support-grid { grid-template-columns: 1fr 1fr; }
  .state-delivery-copy { padding-left: 1.5rem; }
}

@media (max-width: 620px) {
  .service-area-links { align-items: flex-start; gap: .7rem 1.1rem; }
  .service-area-links strong { flex-basis: 100%; }
  .state-page .state-hero { padding: 3rem 0; }
  .state-page .state-hero h1 { font-size: clamp(2.35rem, 10.5vw, 3.2rem); }
  .state-support-grid,
  .state-outcome-grid { grid-template-columns: 1fr; }
  .state-support-card { min-height: 0; }
  .state-portrait figcaption { align-items: flex-start; flex-direction: column; }
  .state-portrait figcaption p { text-align: left; }
  .state-delivery-copy {
    border-left: 0;
    border-top: 1px solid #c99a49;
    padding-left: 0;
    padding-top: 1.5rem;
  }
}
