:root {
  --home-ink: #17303d;
  --home-paper: #f5f0e6;
  --home-white: #fffdf8;
  --home-orange: #c85d43;
  --home-orange-dark: #9f3e2c;
  --home-yellow: #e0aa3e;
  --home-blue: #315967;
  --home-muted: #5b696d;
  --home-line: #d9cfbf;
  --home-display: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  --home-body: Inter, "Avenir Next", "Segoe UI", system-ui, sans-serif;
  --home-utility: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--home-ink);
  background: var(--home-paper);
  font-family: var(--home-body);
  line-height: 1.55;
}

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

:focus-visible {
  outline: 3px solid var(--home-yellow);
  outline-offset: 4px;
}

.home-wrap {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.home-eyebrow {
  margin: 0 0 13px;
  color: var(--home-orange-dark);
  font-family: var(--home-utility);
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.home-eyebrow--yellow {
  color: var(--home-yellow);
}

.home-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--home-line);
  background:
    linear-gradient(90deg, rgba(23,48,61,.035) 1px, transparent 1px) 0 0 / 70px 70px,
    linear-gradient(rgba(23,48,61,.035) 1px, transparent 1px) 0 0 / 70px 70px,
    var(--home-paper);
}

.home-hero::after {
  content: "";
  position: absolute;
  right: -130px;
  bottom: -230px;
  width: 510px;
  height: 510px;
  border: 60px solid rgba(49,89,103,.07);
  border-radius: 50%;
}

.home-hero__grid {
  min-height: 590px;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  align-items: center;
  gap: 75px;
  padding-block: 65px 72px;
}

.home-hero__copy {
  position: relative;
  z-index: 2;
}

.home-hero h1,
.home-section-heading h2 {
  margin: 0;
  font-family: var(--home-display);
  font-weight: 700;
  letter-spacing: -.04em;
  line-height: .98;
}

.home-hero h1 {
  max-width: 610px;
  font-size: clamp(3.8rem, 6vw, 5.8rem);
}

.home-hero__lede {
  max-width: 560px;
  margin: 28px 0 0;
  color: #41585f;
  font-size: 1.15rem;
}

.home-actions {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-top: 32px;
}

.home-button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 21px;
  border: 2px solid transparent;
  border-radius: 3px;
  font-weight: 850;
  text-align: center;
  text-decoration: none;
  transition: transform .16s ease, box-shadow .16s ease;
}

.home-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 0 rgba(23,48,61,.12);
}

.home-button--orange {
  color: var(--home-white);
  background: var(--home-orange);
}

.home-text-link {
  width: max-content;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding-bottom: 2px;
  border-bottom: 1px solid currentColor;
  color: var(--home-ink);
  font-size: .84rem;
  font-weight: 850;
  text-decoration: none;
}

.home-text-link--light {
  color: var(--home-yellow);
}

.home-hero__note {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin-top: 40px;
  padding-top: 18px;
  border-top: 1px solid var(--home-line);
}

.home-hero__note span {
  padding: 0 15px;
  border-right: 1px solid var(--home-line);
  color: var(--home-muted);
  font-family: var(--home-utility);
  font-size: .6rem;
  font-weight: 700;
  text-transform: uppercase;
}

.home-hero__note span:first-child {
  padding-left: 0;
}

.home-hero__note span:last-child {
  border-right: 0;
}

.route-board {
  position: relative;
  z-index: 2;
  min-height: 445px;
  display: block;
  padding: 22px;
  color: var(--home-ink);
  background: #cfbea0;
  border: 1px solid #baa889;
  box-shadow: 0 25px 55px rgba(23,48,61,.16);
  text-decoration: none;
  transform: rotate(.8deg);
}

.route-board::before {
  content: "";
  position: absolute;
  inset: 9px;
  border: 1px dashed rgba(23,48,61,.32);
}

.route-board__photo {
  height: 400px;
  overflow: hidden;
  clip-path: polygon(1% 1%, 100% 3%, 97% 100%, 0 97%);
}

.route-board__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.route-ticket {
  position: absolute;
  z-index: 3;
  padding: 15px 17px;
  border: 2px solid var(--home-ink);
  box-shadow: 6px 7px 0 var(--home-ink);
  color: var(--home-ink);
  text-decoration: none;
}

.route-ticket small,
.route-ticket strong {
  display: block;
}

.route-ticket small {
  font-family: var(--home-utility);
  font-size: .55rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.route-ticket strong {
  font-family: var(--home-display);
  font-size: 1.2rem;
}

.route-ticket--from {
  top: -4px;
  left: -35px;
  width: 190px;
  background: var(--home-white);
  transform: rotate(-5deg);
}

.route-ticket--from span {
  position: relative;
  height: 15px;
  display: block;
  margin: 2px 0 4px;
  border-bottom: 2px dashed var(--home-blue);
}

.route-ticket--from span::before,
.route-ticket--from span::after,
.route-ticket--from i {
  content: "";
  position: absolute;
  bottom: -5px;
  width: 7px;
  height: 7px;
  border: 2px solid var(--home-blue);
  border-radius: 50%;
  background: var(--home-white);
}

.route-ticket--from span::before {
  left: 0;
}

.route-ticket--from span::after {
  right: 0;
}

.route-ticket--from i {
  left: calc(50% - 4px);
  background: var(--home-orange);
}

.route-ticket--next {
  right: -22px;
  bottom: 20px;
  width: 225px;
  background: var(--home-yellow);
  transform: rotate(-2deg);
}

.route-ticket--next strong {
  margin: 4px 0;
  font-size: 1.45rem;
  line-height: 1.05;
}

.route-ticket--next > span {
  font-size: .72rem;
  font-weight: 850;
}

.route-board:hover .route-ticket--next {
  background: #efba46;
}

.start-section,
.guides-section {
  padding-block: 92px;
}

.home-section-heading {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  align-items: end;
  gap: 70px;
  margin-bottom: 40px;
}

.home-section-heading h2 {
  max-width: 780px;
  font-size: clamp(2.8rem, 5vw, 4.5rem);
}

.home-section-heading > p {
  max-width: 430px;
  margin: 0;
  color: var(--home-muted);
}

.start-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 2px solid var(--home-ink);
  border-bottom: 2px solid var(--home-ink);
}

.start-card {
  min-height: 340px;
  display: flex;
  flex-direction: column;
  padding: 26px;
  border-right: 1px solid var(--home-line);
  color: var(--home-ink);
  background: var(--home-white);
  text-decoration: none;
  transition: background-color .16s ease, transform .16s ease;
}

.start-card:last-child {
  border-right: 0;
}

.start-card:hover {
  background: #f0e9dc;
  transform: translateY(-5px);
}

.start-card--yellow,
.start-card--yellow:hover {
  background: var(--home-yellow);
}

.start-card__tag,
.start-card__number {
  font-family: var(--home-utility);
  font-size: .58rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.start-card__tag {
  color: var(--home-orange-dark);
}

.start-card__number {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  margin: 45px 0 14px;
  border: 1px solid currentColor;
  border-radius: 50%;
}

.start-card h3 {
  margin: 0 0 9px;
  font-family: var(--home-display);
  font-size: 1.75rem;
  line-height: 1.05;
}

.start-card p {
  margin: 0;
  color: var(--home-muted);
  font-size: .82rem;
}

.start-card--yellow p {
  color: #3f4d50;
}

.start-card strong {
  margin-top: auto;
  padding-top: 22px;
  font-size: .75rem;
}

.services-section {
  padding-block: 88px;
  color: var(--home-white);
  background: var(--home-ink);
}

.home-section-heading--light h2 {
  color: var(--home-white);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.service-card {
  min-height: 280px;
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 20px;
  padding: 29px;
  color: var(--home-ink);
  background: var(--home-white);
  border: 3px solid transparent;
  text-decoration: none;
  transition: border-color .16s ease, transform .16s ease;
}

.service-card:hover {
  border-color: var(--home-yellow);
  transform: translateY(-4px);
}

.service-icon {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  background: var(--home-yellow);
  border-radius: 50%;
}

.service-icon svg {
  width: 43px;
  height: 43px;
  fill: none;
  stroke: var(--home-ink);
  stroke-width: 2.3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-card small,
.featured-guide span {
  color: var(--home-orange-dark);
  font-family: var(--home-utility);
  font-size: .58rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.service-card h3 {
  margin: 7px 0 9px;
  font-family: var(--home-display);
  font-size: 1.8rem;
  line-height: 1.05;
}

.service-card p {
  margin: 0;
  color: var(--home-muted);
  font-size: .82rem;
}

.service-card strong {
  display: block;
  margin-top: 22px;
  font-size: .74rem;
}

.services-disclosure {
  margin: 18px 0 0;
  color: #9eb1b6;
  font-family: var(--home-utility);
  font-size: .58rem;
  text-transform: uppercase;
}

.guides-section {
  background: var(--home-white);
}

.featured-grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 20px;
}

.featured-guide {
  color: var(--home-ink);
  background: var(--home-paper);
  text-decoration: none;
}

.featured-guide img {
  width: 100%;
  object-fit: cover;
  filter: saturate(.88);
  transition: filter .18s ease, transform .28s ease;
}

.featured-guide:hover img {
  filter: saturate(1);
}

.featured-guide h3 {
  margin: 8px 0 10px;
  font-family: var(--home-display);
  line-height: 1.05;
}

.featured-guide p {
  color: var(--home-muted);
}

.featured-guide strong {
  font-size: .75rem;
}

.featured-guide--large {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  min-height: 480px;
  color: var(--home-white);
  background: var(--home-blue);
}

.featured-guide--large img {
  height: 100%;
}

.featured-guide--large > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 38px;
}

.featured-guide--large span {
  color: var(--home-yellow);
}

.featured-guide--large h3 {
  font-size: clamp(2.2rem, 4vw, 3.6rem);
}

.featured-guide--large p {
  color: #d7e0e1;
}

.featured-guide--large strong {
  margin-top: 22px;
  color: var(--home-yellow);
}

.featured-stack {
  display: grid;
  gap: 20px;
}

.featured-guide--small {
  display: grid;
  grid-template-columns: 155px 1fr;
  min-height: 230px;
  border-top: 3px solid var(--home-ink);
}

.featured-guide--small img {
  height: 100%;
}

.featured-guide--small > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 25px;
}

.featured-guide--small h3 {
  font-size: 1.55rem;
}

.featured-guide--small strong {
  margin-top: 12px;
}

.home-quick-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin-top: 40px;
  padding-top: 18px;
  border-top: 1px solid var(--home-line);
}

.home-quick-links a {
  padding: 0 15px;
  border-right: 1px solid var(--home-line);
  color: var(--home-ink);
  font-family: var(--home-utility);
  font-size: .61rem;
  font-weight: 800;
  letter-spacing: .02em;
  text-decoration: none;
  text-transform: uppercase;
}

.home-quick-links a:first-child {
  padding-left: 0;
}

.home-quick-links a:hover {
  color: var(--home-orange-dark);
}

.hero-tool-panel {
  position: relative;
  z-index: 2;
  padding: 28px 30px 24px;
  background: var(--home-white);
  border: 2px solid var(--home-ink);
  box-shadow: 13px 13px 0 rgba(49,89,103,.14);
}

.hero-tool-panel__head {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: start;
  padding-bottom: 22px;
  border-bottom: 2px solid var(--home-ink);
}

.hero-tool-panel__head span {
  color: var(--home-orange-dark);
  font-family: var(--home-utility);
  font-size: .61rem;
  font-weight: 850;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.hero-tool-panel__head h2 {
  max-width: 420px;
  margin: 7px 0 0;
  font-family: var(--home-display);
  font-size: clamp(2rem, 3.4vw, 3.2rem);
  letter-spacing: -.035em;
  line-height: .98;
}

.hero-tool-panel__head > b {
  width: 56px;
  height: 56px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  color: var(--home-ink);
  background: var(--home-yellow);
  border: 2px solid var(--home-ink);
  border-radius: 50%;
  font-family: var(--home-utility);
  font-size: .58rem;
  letter-spacing: .05em;
  transform: rotate(8deg);
}

.hero-tool-panel__links a {
  display: grid;
  grid-template-columns: 40px 1fr auto;
  gap: 14px;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid var(--home-line);
  color: var(--home-ink);
  text-decoration: none;
}

.hero-tool-panel__links a:hover strong {
  color: var(--home-orange-dark);
}

.hero-tool-panel__links i {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid var(--home-ink);
  border-radius: 50%;
  font-family: var(--home-utility);
  font-size: .58rem;
  font-style: normal;
  font-weight: 850;
}

.hero-tool-panel__links strong,
.hero-tool-panel__links small {
  display: block;
}

.hero-tool-panel__links strong {
  font-family: var(--home-display);
  font-size: 1.1rem;
  line-height: 1.1;
}

.hero-tool-panel__links small {
  margin-top: 3px;
  color: var(--home-muted);
  font-size: .7rem;
}

.hero-tool-panel__links a > b {
  font-size: .82rem;
}

.hero-tool-panel__links .hero-tool-panel__checklist {
  margin: 0 -12px;
  padding: 14px 12px;
  background: #f6d978;
  border-bottom: 0;
}

.hero-tool-panel__all {
  display: inline-block;
  margin-top: 18px;
  color: var(--home-ink);
  font-size: .7rem;
  font-weight: 850;
}

.home-hero__grid {
  min-height: 390px;
  align-items: start;
  padding-block: 35px;
}

.home-hero .home-hero__lede {
  margin-top: 20px;
}

.home-hero .home-actions {
  margin-top: 24px;
}

.home-hero .home-quick-links {
  margin-top: 24px;
  padding-top: 14px;
}

.home-hero .route-board {
  min-height: 310px;
}

.home-hero .route-board__photo {
  height: 270px;
}

.hero-tool-dock {
  position: absolute;
  z-index: 6;
  right: 0;
  bottom: 20px;
  left: 0;
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: var(--home-white);
  border: 2px solid var(--home-ink);
  box-shadow: 9px 9px 0 rgba(23,48,61,.13);
}

.hero-tool-dock > a {
  min-height: 102px;
  display: grid;
  grid-template-columns: 36px 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 17px 18px;
  border-right: 1px solid var(--home-line);
  color: var(--home-ink);
  text-decoration: none;
}

.hero-tool-dock > a:last-child {
  border-right: 0;
}

.hero-tool-dock > a:hover {
  background: #f6d978;
}

.hero-tool-dock i {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 1px solid var(--home-ink);
  border-radius: 50%;
  font-family: var(--home-utility);
  font-size: .55rem;
  font-style: normal;
  font-weight: 850;
}

.hero-tool-dock strong,
.hero-tool-dock small {
  display: block;
}

.hero-tool-dock strong {
  font-family: var(--home-display);
  font-size: 1.02rem;
  line-height: 1.05;
}

.hero-tool-dock small {
  margin-top: 4px;
  color: var(--home-muted);
  font-size: .65rem;
}

.hero-tool-dock > a > b {
  font-size: .75rem;
}

.hero-tool-dock .hero-tool-dock__checklist {
  background: var(--home-yellow);
}

.home-tools,
.editorial-home {
  padding-block: 86px 96px;
}

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

.home-tool-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 36px;
  border: 1px solid var(--home-line);
}

.home-tool-grid > a {
  min-height: 170px;
  display: grid;
  grid-template-columns: 52px 1fr auto;
  gap: 19px;
  align-items: start;
  padding: 28px 26px;
  border-right: 1px solid var(--home-line);
  color: var(--home-ink);
  text-decoration: none;
  transition: background .16s ease;
}

.home-tool-grid > a:last-child {
  border-right: 0;
}

.home-tool-grid > a:hover {
  background: #f6d978;
}

.home-tool-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border: 2px solid var(--home-ink);
  border-radius: 50%;
  font-family: var(--home-utility);
  font-size: .72rem;
  font-weight: 900;
}

.home-tool-grid h3 {
  margin: 2px 0 8px;
  font-family: var(--home-display);
  font-size: 1.55rem;
  line-height: 1.05;
}

.home-tool-grid p {
  margin: 0;
  color: var(--home-muted);
  font-size: .8rem;
}

.home-tool-grid b {
  padding-top: 15px;
}

.checklist-callout {
  padding-block: 86px;
  color: var(--home-white);
  background:
    linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px) 0 0 / 70px 70px,
    var(--home-ink);
}

.checklist-callout__grid {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 90px;
  align-items: center;
}

.checklist-callout h2 {
  max-width: 570px;
  margin: 0;
  font-family: var(--home-display);
  font-size: clamp(3rem, 5vw, 5rem);
  letter-spacing: -.04em;
  line-height: .96;
}

.checklist-callout > .home-wrap > div:first-child > p:not(.home-eyebrow) {
  max-width: 520px;
  margin: 23px 0 28px;
  color: #cbd7d8;
}

.home-button--yellow {
  color: var(--home-ink);
  background: var(--home-yellow);
}

.checklist-preview-card {
  padding: 12px 30px 25px;
  color: var(--home-ink);
  background: var(--home-white);
  border: 2px solid var(--home-yellow);
  box-shadow: 14px 14px 0 rgba(224,170,62,.2);
  transform: rotate(1deg);
}

.checklist-preview-card__top {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 15px 0;
  border-bottom: 2px solid var(--home-ink);
  font-family: var(--home-utility);
  font-size: .64rem;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.checklist-preview-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.checklist-preview-card li {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 14px;
  padding: 16px 0;
  border-bottom: 1px solid var(--home-line);
}

.checklist-preview-card li i {
  color: var(--home-orange-dark);
  font-family: var(--home-utility);
  font-size: .65rem;
  font-style: normal;
  font-weight: 800;
}

.checklist-preview-card li strong,
.checklist-preview-card li small {
  display: block;
}

.checklist-preview-card li strong {
  font-family: var(--home-display);
  font-size: 1.1rem;
}

.checklist-preview-card li small {
  margin-top: 2px;
  color: var(--home-muted);
}

.checklist-preview-card > a {
  display: inline-block;
  margin-top: 20px;
  color: var(--home-ink);
  font-size: .74rem;
  font-weight: 850;
}

.editorial-home {
  background: var(--home-paper);
}

.popular-home {
  padding-block: 86px 96px;
  color: var(--home-white);
  background: var(--home-blue);
}

.editorial-home__heading {
  align-items: end;
}

.article-jump {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px 18px;
}

.article-jump a {
  color: var(--home-ink);
  font-size: .72rem;
  font-weight: 800;
  text-decoration: none;
}

.article-jump a:hover {
  color: var(--home-orange-dark);
}

.article-section-title {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: end;
  margin-bottom: 27px;
}

.article-section-title span {
  color: var(--home-yellow);
  font-family: var(--home-utility);
  font-size: .64rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.article-section-title h2,
.article-section-title h3 {
  margin: 7px 0 0;
  font-family: var(--home-display);
  font-size: clamp(2.2rem, 4vw, 3.8rem);
  letter-spacing: -.035em;
  line-height: 1;
}

.article-section-title > a {
  color: var(--home-white);
  font-size: .73rem;
  font-weight: 800;
  transition: color .28s ease;
}

.article-section-title > a:hover,
.article-section-title > a:focus-visible {
  color: #f08a70;
}

.article-section-title--dark {
  color: var(--home-white);
}

.top-picks__grid {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 22px;
}

.top-pick-feature {
  position: relative;
  min-height: 440px;
  overflow: hidden;
  color: var(--home-white);
  text-decoration: none;
}

.top-pick-feature::after {
  content: "";
  position: absolute;
  inset: 35% 0 0;
  background: linear-gradient(transparent, rgba(11,28,35,.94));
}

.top-pick-feature img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .25s ease;
}

.top-pick-feature:hover img {
  transform: scale(1.02);
}

.top-pick-feature > div {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 30px;
}

.top-pick-feature small,
.top-pick-list small {
  color: var(--home-yellow);
  font-family: var(--home-utility);
  font-size: .6rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.top-pick-feature h3,
.top-pick-feature h4 {
  max-width: 650px;
  margin: 8px 0 17px;
  font-family: var(--home-display);
  font-size: clamp(2rem, 4vw, 3.35rem);
  line-height: .98;
}

.top-pick-feature span,
.top-pick-list span {
  font-size: .7rem;
  font-weight: 800;
}

.top-pick-list {
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  border-top: 1px solid rgba(255,255,255,.35);
}

.top-pick-list--status {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(255,255,255,.35);
}

.top-pick-status {
  padding: 34px 6px;
}

.top-pick-status strong {
  display: block;
  margin: 10px 0 16px;
  font-family: var(--home-display);
  font-size: clamp(1.65rem, 2.6vw, 2.35rem);
  line-height: 1.05;
}

.top-pick-status p {
  max-width: 430px;
  margin: 0;
  color: rgba(255,255,255,.72);
  font-size: .8rem;
  line-height: 1.6;
}

.top-pick-list a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 19px 3px;
  border-bottom: 1px solid rgba(255,255,255,.35);
  color: var(--home-white);
  text-decoration: none;
  transition: color .28s ease, transform .28s ease;
}

.top-pick-list a:hover,
.top-pick-list a:focus-visible {
  color: #f08a70;
  transform: translateX(9px);
}

.top-pick-list strong {
  margin: 8px 0 12px;
  font-family: var(--home-display);
  font-size: 1.35rem;
  line-height: 1.1;
}

.moving-journey {
  position: relative;
  margin-top: 70px;
}

.moving-journey::before {
  content: "";
  position: absolute;
  top: 60px;
  bottom: 60px;
  left: 41px;
  width: 2px;
  background: var(--home-line);
}

.journey-row {
  position: relative;
  display: grid;
  grid-template-columns: 84px 1fr 1fr;
  gap: 34px;
  align-items: center;
  padding: 58px 0;
  border-top: 1px solid var(--home-line);
}

.journey-row:last-child {
  border-bottom: 1px solid var(--home-line);
}

.journey-row__marker {
  position: relative;
  z-index: 1;
  width: 84px;
  height: 84px;
  display: grid;
  place-content: center;
  text-align: center;
  color: var(--home-white);
  background: var(--home-orange);
  border: 7px solid var(--home-paper);
  border-radius: 50%;
}

.journey-row__marker span,
.journey-row__marker b {
  display: block;
  font-family: var(--home-utility);
  line-height: 1.1;
  text-transform: uppercase;
}

.journey-row__marker span {
  font-size: .48rem;
  letter-spacing: .08em;
}

.journey-row__marker b {
  margin-top: 3px;
  font-size: 1.15rem;
}

.journey-row__image {
  height: 360px;
  overflow: hidden;
}

.journey-row__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.journey-row--reverse .journey-row__image {
  grid-column: 3;
}

.journey-row--reverse .journey-row__content {
  grid-column: 2;
  grid-row: 1;
}

.journey-row__content {
  padding: 0 18px;
}

.journey-row__content h3 {
  max-width: 480px;
  margin: 0;
  font-family: var(--home-display);
  font-size: clamp(2.4rem, 4vw, 3.8rem);
  letter-spacing: -.035em;
  line-height: .98;
}

.journey-row__content > p:not(.home-eyebrow) {
  max-width: 490px;
  margin: 19px 0;
  color: var(--home-muted);
}

.journey-row__content ul {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--home-line);
  list-style: none;
}

.journey-row__content li a {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 15px 0;
  border-bottom: 1px solid var(--home-line);
  color: var(--home-ink);
  font-size: .9rem;
  font-weight: 720;
  text-decoration: none;
  transition: color .28s ease, transform .28s ease;
}

.journey-row__content li a span {
  font-size: 1.08rem;
  line-height: 1;
}

.journey-row__content li a:hover,
.journey-row__content li a:focus-visible {
  color: var(--home-orange-dark);
  transform: translateX(9px);
}

.journey-row__all {
  display: inline-block;
  margin-top: 20px;
  color: var(--home-orange-dark);
  font-size: .84rem;
  font-weight: 850;
  transition: color .28s ease;
}

.journey-row__all:hover,
.journey-row__all:focus-visible {
  color: var(--home-red);
}

@media (max-width: 1050px) {
  .home-hero__grid {
    grid-template-columns: .95fr 1.05fr;
    gap: 45px;
  }

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

  .start-card:nth-child(2) {
    border-right: 0;
  }

  .start-card:nth-child(-n+2) {
    border-bottom: 1px solid var(--home-line);
  }

  .service-card {
    grid-template-columns: 1fr;
  }

  .home-tool-grid > a {
    grid-template-columns: 44px 1fr;
  }

  .home-tool-grid b {
    display: none;
  }

  .checklist-callout__grid {
    gap: 55px;
  }

  .journey-row {
    grid-template-columns: 74px 1fr 1fr;
    gap: 24px;
  }

  .journey-row__marker {
    width: 74px;
    height: 74px;
  }

  .moving-journey::before {
    left: 36px;
  }

  .hero-tool-dock > a {
    grid-template-columns: 32px 1fr;
    padding-inline: 14px;
  }

  .hero-tool-dock > a > b {
    display: none;
  }
}

@media (max-width: 820px) {
  .home-wrap {
    width: min(100% - 32px, 680px);
  }

  .home-hero__grid,
  .home-section-heading,
  .featured-grid {
    grid-template-columns: 1fr;
  }

  .home-hero__grid {
    padding-block: 54px 75px;
  }

  .home-hero__copy {
    padding-right: 7%;
  }

  .route-board {
    width: calc(100% - 28px);
    margin: 10px auto 0;
  }

  .hero-tool-dock {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    margin-top: -35px;
    margin-bottom: 50px;
  }

  .hero-tool-dock > a:nth-child(2) {
    border-right: 0;
  }

  .hero-tool-dock > a:nth-child(-n+2) {
    border-bottom: 1px solid var(--home-line);
  }

  .home-section-heading {
    gap: 17px;
  }

  .home-section-heading > p {
    max-width: 560px;
  }

  .service-grid {
    grid-template-columns: 1fr;
  }

  .service-card {
    grid-template-columns: 70px 1fr;
    min-height: 220px;
  }

  .home-tool-grid,
  .checklist-callout__grid,
  .top-picks__grid {
    grid-template-columns: 1fr;
  }

  .home-tool-grid > a {
    min-height: 130px;
    border-right: 0;
    border-bottom: 1px solid var(--home-line);
  }

  .home-tool-grid > a:last-child {
    border-bottom: 0;
  }

  .article-jump {
    justify-content: flex-start;
  }

  .top-pick-feature {
    min-height: 390px;
  }

  .hero-tool-panel {
    max-width: 680px;
    width: 100%;
    margin-inline: auto;
  }

  .top-pick-list {
    grid-template-rows: auto;
  }

  .journey-row,
  .journey-row--reverse {
    grid-template-columns: 70px 1fr;
    gap: 20px;
  }

  .journey-row__marker {
    grid-column: 1;
    grid-row: 1;
  }

  .journey-row__image,
  .journey-row--reverse .journey-row__image {
    grid-column: 2;
    grid-row: 1;
    height: 310px;
  }

  .journey-row__content,
  .journey-row--reverse .journey-row__content {
    grid-column: 2;
    grid-row: 2;
    padding: 0;
  }

  .moving-journey::before {
    top: 60px;
    bottom: 60px;
    left: 34px;
  }
}

@media (max-width: 560px) {
  .home-wrap {
    width: calc(100% - 26px);
  }

  .home-hero h1 {
    font-size: 3.2rem;
  }

  .home-hero__copy {
    padding-right: 0;
  }

  .home-hero__grid {
    gap: 25px;
    padding-block: 40px 20px;
  }

  .home-hero__lede {
    font-size: 1rem;
  }

  .home-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 16px;
  }

  .home-hero__note {
    gap: 8px 0;
  }

  .home-hero__note span {
    padding-inline: 10px;
  }

  .home-hero .route-board {
    min-height: 190px;
    padding: 12px;
  }

  .home-hero .route-board__photo {
    height: 175px;
  }

  .route-ticket--from {
    left: -8px;
    width: 132px;
    padding: 8px 10px;
  }

  .route-ticket--next {
    right: -8px;
    bottom: -12px;
    width: 158px;
    padding: 9px;
  }

  .route-ticket--next strong {
    font-size: 1rem;
  }

  .hero-tool-dock {
    grid-template-columns: 1fr;
    margin-top: -18px;
  }

  .hero-tool-dock > a,
  .hero-tool-dock > a:nth-child(2) {
    min-height: 86px;
    border-right: 0;
    border-bottom: 1px solid var(--home-line);
  }

  .hero-tool-dock > a:last-child {
    border-bottom: 0;
  }

  .start-section,
  .guides-section,
  .services-section {
    padding-block: 68px;
  }

  .home-section-heading h2 {
    font-size: 2.7rem;
  }

  .start-grid {
    grid-template-columns: 1fr;
  }

  .start-card,
  .start-card:nth-child(2) {
    min-height: 290px;
    border-right: 0;
    border-bottom: 1px solid var(--home-line);
  }

  .start-card:last-child {
    border-bottom: 0;
  }

  .start-card__number {
    margin-top: 30px;
  }

  .service-card {
    grid-template-columns: 58px 1fr;
    gap: 15px;
    padding: 22px 18px;
  }

  .service-icon {
    width: 54px;
    height: 54px;
  }

  .service-icon svg {
    width: 37px;
    height: 37px;
  }

  .featured-guide--large,
  .featured-guide--small {
    grid-template-columns: 1fr;
  }

  .featured-guide--large img {
    height: 260px;
  }

  .featured-guide--large > div {
    padding: 28px 23px 34px;
  }

  .featured-guide--large h3 {
    font-size: 2.4rem;
  }

  .featured-guide--small img {
    height: 210px;
  }

  .home-quick-links {
    display: none;
  }

  .home-tools,
  .editorial-home,
  .popular-home {
    padding-block: 68px 74px;
  }

  .home-tool-grid > a {
    grid-template-columns: 45px 1fr;
    padding: 22px 18px;
  }

  .home-tool-icon {
    width: 45px;
    height: 45px;
  }

  .checklist-callout {
    padding-block: 68px;
  }

  .checklist-callout h2 {
    font-size: 3.2rem;
  }

  .checklist-preview-card {
    padding-inline: 19px;
    box-shadow: 8px 8px 0 rgba(224,170,62,.2);
    transform: none;
  }

  .article-section-title {
    align-items: flex-start;
    flex-direction: column;
  }

  .top-pick-feature {
    min-height: 365px;
  }

  .top-pick-feature > div {
    padding: 22px;
  }

  .hero-tool-panel {
    padding: 22px 18px 20px;
    box-shadow: 8px 8px 0 rgba(49,89,103,.14);
  }

  .hero-tool-panel__head h2 {
    font-size: 2.35rem;
  }

  .hero-tool-panel__head > b {
    width: 48px;
    height: 48px;
  }

  .journey-row,
  .journey-row--reverse {
    grid-template-columns: 52px 1fr;
    gap: 14px;
    padding: 43px 0;
  }

  .journey-row__marker {
    width: 52px;
    height: 52px;
    border-width: 5px;
  }

  .journey-row__marker b {
    font-size: .92rem;
  }

  .journey-row__marker span {
    display: none;
  }

  .journey-row__image,
  .journey-row--reverse .journey-row__image {
    height: 220px;
  }

  .moving-journey::before {
    left: 25px;
  }

  .journey-row__content h3 {
    font-size: 2.55rem;
  }
}

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

  *,
  *::before,
  *::after {
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}
