.seo-page {
  background: #fbfaf8;
}

.breadcrumbs {
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.breadcrumbs ol {
  display: flex;
  min-height: 3.25rem;
  align-items: center;
  gap: .55rem;
  margin: 0;
  padding: 0;
  overflow-x: auto;
  color: var(--muted);
  font-size: .76rem;
  list-style: none;
  white-space: nowrap;
}

.breadcrumbs li {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
}

.breadcrumbs li + li::before {
  content: "/";
  color: #9aa3aa;
}

.breadcrumbs a {
  color: var(--brown-dark);
  font-weight: 750;
  text-decoration: none;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

.resource-hero {
  position: relative;
  overflow: clip;
  border-bottom: 1px solid var(--line);
  color: var(--navy);
  background:
    radial-gradient(circle at 87% 15%, rgba(208, 161, 126, .2) 0, rgba(208, 161, 126, 0) 28rem),
    linear-gradient(145deg, #f7f3ed 0%, #fff 68%);
}

.resource-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(18rem, .55fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

.resource-hero .resource-hero-grid {
  padding-block: clamp(4rem, 8vw, 7.5rem);
}

.resource-hero h1 {
  max-width: 13ch;
  font-size: clamp(3rem, 6vw, 5.7rem);
}

.resource-hero .lede {
  max-width: 44rem;
  margin-top: 1.35rem;
}

.resource-hero .actions {
  margin-top: 1.75rem;
}

.resource-hero-panel {
  padding: clamp(1.4rem, 3vw, 2rem);
  border: 1px solid rgba(255, 255, 255, .18);
  border-top: .3rem solid #d0a17e;
  border-radius: .55rem;
  color: var(--white);
  background: var(--navy);
  box-shadow: var(--shadow);
}

.resource-hero-panel strong {
  display: block;
  font-size: 1.05rem;
  line-height: 1.3;
}

.resource-hero-panel p,
.resource-hero-panel li {
  color: #c8d1d8;
  font-size: .86rem;
}

.resource-hero-panel .resource-checklist {
  margin-top: 1rem;
}

.resource-section {
  padding: clamp(3.8rem, 7vw, 6.5rem) 0;
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.resource-section.alt {
  background: var(--cream);
}

.resource-section.dark {
  color: var(--white);
  background: var(--navy);
}

.resource-section-head {
  max-width: 49rem;
  margin-bottom: clamp(1.8rem, 4vw, 3rem);
}

.resource-section-head h2 {
  max-width: 18ch;
}

.resource-section-head p:last-child {
  max-width: 45rem;
  color: var(--muted);
  font-size: 1.04rem;
}

.resource-section.dark .resource-section-head p:last-child {
  color: #c6cfd7;
}

.resource-section.dark .eyebrow {
  color: #d5a985;
}

.resource-prose {
  max-width: 49rem;
}

.resource-prose h2 {
  margin-top: 2.5rem;
  font-size: clamp(2rem, 4vw, 3.35rem);
}

.resource-prose h3 {
  margin-top: 2rem;
  font-size: clamp(1.35rem, 2.2vw, 1.75rem);
}

.resource-prose p,
.resource-prose li {
  color: #304354;
}

.resource-prose p {
  margin-top: 1rem;
}

.resource-prose ul,
.resource-prose ol {
  display: grid;
  gap: .65rem;
  margin: 1.1rem 0 0;
  padding-left: 1.3rem;
}

.resource-split {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(20rem, .45fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
}

.resource-aside {
  padding: 1.45rem;
  border: 1px solid var(--line);
  border-top: .25rem solid var(--brown);
  border-radius: .45rem;
  background: #fbfaf8;
}

.resource-aside h2,
.resource-aside h3 {
  font-size: 1.45rem;
}

.resource-aside p,
.resource-aside li {
  color: var(--muted);
  font-size: .86rem;
}

.resource-aside .button {
  width: 100%;
  margin-top: 1.15rem;
}

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

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

.resource-card {
  min-width: 0;
  padding: clamp(1.35rem, 2.5vw, 1.9rem);
  border: 1px solid var(--line);
  border-radius: .45rem;
  background: var(--white);
}

.resource-card.featured {
  color: var(--white);
  border-color: var(--navy);
  border-top-color: #d0a17e;
  border-top-width: .3rem;
  background: var(--navy);
}

.resource-card .card-label {
  display: block;
  margin-bottom: .75rem;
  color: var(--brown);
  font-size: .67rem;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.resource-card.featured .card-label {
  color: #d9b18f;
}

.resource-card h2,
.resource-card h3 {
  font-size: clamp(1.4rem, 2.2vw, 1.85rem);
  line-height: 1.12;
}

.resource-card p,
.resource-card li {
  color: var(--muted);
  font-size: .9rem;
}

.resource-card.featured p,
.resource-card.featured li {
  color: #c8d1d8;
}

.resource-card a:not(.button) {
  display: inline-block;
  margin-top: 1rem;
  color: var(--brown-dark);
  font-size: .84rem;
  font-weight: 800;
}

.resource-card.featured a:not(.button) {
  color: #f0c7a8;
}

.resource-checklist {
  display: grid;
  gap: .75rem;
  margin: 1.15rem 0 0;
  padding: 0;
  list-style: none;
}

.resource-checklist li {
  position: relative;
  padding-left: 1.5rem;
}

.resource-checklist li::before {
  content: "";
  position: absolute;
  top: .55em;
  left: .05rem;
  width: .55rem;
  height: .3rem;
  border-bottom: 2px solid var(--success);
  border-left: 2px solid var(--success);
  transform: rotate(-45deg);
}

.resource-card.featured .resource-checklist li::before,
.resource-hero-panel .resource-checklist li::before {
  border-color: #d7af90;
}

.resource-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: .45rem;
  background: var(--white);
  scrollbar-color: var(--brown) var(--cream);
}

.resource-table {
  width: 100%;
  min-width: 44rem;
  border-collapse: collapse;
  text-align: left;
}

.resource-table th,
.resource-table td {
  padding: 1rem 1.05rem;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}

.resource-table th:last-child,
.resource-table td:last-child {
  border-right: 0;
}

.resource-table tbody tr:last-child > * {
  border-bottom: 0;
}

.resource-table th {
  color: var(--white);
  background: var(--navy);
  font-size: .75rem;
  letter-spacing: .05em;
}

.resource-table td {
  color: #304354;
  font-size: .86rem;
}

.resource-table tbody th {
  color: var(--navy);
  background: #f4f0ea;
  font-weight: 800;
  font-size: .82rem;
  letter-spacing: 0;
}

.resource-note {
  margin-top: 1.5rem;
  padding: 1.15rem 1.25rem;
  border: 1px solid var(--line);
  border-left: .3rem solid var(--brown);
  border-radius: .35rem;
  color: #304354;
  background: #f9f6f1;
  font-size: .9rem;
}

.resource-next {
  padding: clamp(2rem, 5vw, 3.5rem);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: .7rem;
  color: var(--white);
  background: linear-gradient(135deg, var(--navy-light), var(--navy));
}

.resource-next h2 {
  max-width: 17ch;
}

.resource-next p {
  max-width: 45rem;
  color: #c6cfd7;
  font-size: 1.02rem;
}

.resource-next .button:not(.primary) {
  border-color: rgba(255, 255, 255, .55);
  color: var(--white);
  background: transparent;
}

.resource-directory .resource-card {
  display: flex;
  min-height: 16rem;
  flex-direction: column;
}

.resource-directory .resource-card a {
  margin-top: auto;
  padding-top: 1.25rem;
}

.resource-byline {
  margin-top: 1rem;
  color: var(--muted);
  font-size: .75rem;
}

.contact-address {
  margin-top: 1rem;
  color: #304354;
  font-style: normal;
  line-height: 1.45;
}

.contact-address span {
  display: block;
}

.contact-address span + span {
  margin-top: .1rem;
}

@media (max-width: 900px) {
  .resource-hero-grid,
  .resource-split {
    grid-template-columns: 1fr;
  }

  .resource-hero-panel {
    max-width: 42rem;
  }

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

@media (max-width: 620px) {
  .resource-hero .resource-hero-grid {
    gap: 1.75rem;
    padding-block: 3rem;
  }

  .resource-hero h1 {
    font-size: clamp(2.65rem, 12vw, 3.8rem);
  }

  .resource-hero .actions,
  .resource-next .actions {
    display: grid;
  }

  .resource-hero .button,
  .resource-next .button {
    width: 100%;
  }

  .resource-grid,
  .resource-grid.two {
    grid-template-columns: 1fr;
  }

  .resource-directory .resource-card {
    min-height: 0;
  }

  .resource-section {
    padding-block: 3.7rem;
  }

  .resource-table {
    min-width: 38rem;
  }
}
