.start-hub {
  --start-ink: #151916;
  --start-muted: #657067;
  --start-line: #dfe5df;
  --start-soft: #f3f6f2;
  --start-lime: #a8dd63;
  --start-lime-dark: #5c8f27;
  color: var(--start-ink);
}

.start-hub__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 34.5rem;
  gap: 4.8rem;
  align-items: start;
}

.start-hub__content {
  min-width: 0;
}

.start-hub__hero {
  display: grid;
  grid-template-columns: minmax(0, 1.42fr) minmax(28rem, .78fr);
  gap: 4.8rem;
  padding: 5.6rem 0 6.4rem;
  border-bottom: 1px solid var(--start-line);
}

.start-hub__eyebrow,
.start-hub__section-kicker,
.start-hub__map-label {
  margin: 0 0 1.4rem;
  color: var(--start-lime-dark);
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.start-hub__hero h1 {
  max-width: 78rem;
  margin: 0;
  font-size: clamp(4.2rem, 5vw, 7.2rem);
  line-height: .99;
  letter-spacing: -.045em;
}

.start-hub__lead {
  max-width: 72rem;
  margin: 2.4rem 0 0;
  color: #4e5850;
  font-size: 1.9rem;
  line-height: 1.55;
}

.start-hub__jump {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  margin-top: 3.2rem;
  color: var(--start-ink);
  font-size: 1.5rem;
  font-weight: 700;
  text-decoration: none;
}

.start-hub__jump svg {
  width: 1.8rem;
  height: 1.8rem;
}

.start-hub__jump path {
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.start-hub__map {
  position: relative;
  overflow: hidden;
  padding: 2.8rem;
  border-radius: 2.6rem;
  background: #172018;
  color: #fff;
}

.start-hub__map::after {
  position: absolute;
  right: -7rem;
  bottom: -9rem;
  width: 22rem;
  height: 22rem;
  border: 4rem solid rgba(168, 221, 99, .09);
  border-radius: 50%;
  content: '';
}

.start-hub__map-label {
  color: #bfe78a;
}

.start-hub__map ol {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  list-style: none;
}

.start-hub__map li {
  display: grid;
  grid-template-columns: 3rem 1fr;
  gap: 1.2rem;
  align-items: center;
  min-height: 4.8rem;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
}

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

.start-hub__map li span {
  color: #9ed65b;
  font-size: 1.2rem;
  font-weight: 700;
}

.start-hub__map li strong {
  font-size: 1.5rem;
  font-weight: 500;
}

.start-hub__context {
  display: grid;
  grid-template-columns: minmax(24rem, .75fr) minmax(0, 1.25fr);
  gap: 5.6rem;
  padding: 6.4rem 0;
  border-bottom: 1px solid var(--start-line);
}

.start-hub__context h2,
.start-hub__section-head h2,
.start-hub__checklist h2,
.start-hub__next h2 {
  margin: 0;
  font-size: clamp(3rem, 3.4vw, 4.6rem);
  line-height: 1.08;
  letter-spacing: -.035em;
}

.start-hub__context-copy p {
  margin: 0 0 1.8rem;
  color: #485249;
  font-size: 1.75rem;
  line-height: 1.72;
}

.start-hub__context-copy p:last-child {
  margin-bottom: 0;
}

.start-hub__route,
.start-hub__library {
  padding: 6.4rem 0;
}

.start-hub__section-head {
  max-width: 82rem;
  margin-bottom: 3.6rem;
}

.start-hub__steps {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--start-line);
  list-style: none;
}

.start-hub__step {
  display: grid;
  grid-template-columns: 5.6rem minmax(0, 1fr) minmax(20rem, auto);
  gap: 2.4rem;
  align-items: center;
  padding: 2.8rem 0;
  border-bottom: 1px solid var(--start-line);
}

.start-hub__step-number {
  display: grid;
  width: 4.8rem;
  height: 4.8rem;
  place-items: center;
  border: 1px solid #cfd8ce;
  border-radius: 50%;
  color: var(--start-lime-dark);
  font-size: 1.2rem;
  font-weight: 700;
}

.start-hub__step h3 {
  margin: 0 0 .7rem;
  font-size: 2.15rem;
  line-height: 1.2;
}

.start-hub__step p {
  max-width: 68rem;
  margin: 0;
  color: var(--start-muted);
  font-size: 1.5rem;
  line-height: 1.58;
}

.start-hub__step-link,
.start-hub__reference-more {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: .8rem;
  color: var(--start-ink);
  font-size: 1.4rem;
  font-weight: 700;
  text-decoration: none;
}

.start-hub__step-link svg,
.start-hub__reference-more svg,
.start-hub__academy-link svg {
  width: 1.8rem;
  height: 1.8rem;
  flex: 0 0 auto;
}

.start-hub__step-link path,
.start-hub__reference-more path,
.start-hub__academy-link path {
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.start-hub__step-link:hover,
.start-hub__step-link:focus-visible,
.start-hub__reference:hover .start-hub__reference-more,
.start-hub__reference:focus-visible .start-hub__reference-more {
  color: var(--start-lime-dark);
}

.start-hub__checklist {
  display: grid;
  grid-template-columns: minmax(26rem, .82fr) minmax(0, 1.18fr);
  gap: 5.6rem;
  padding: 4.8rem;
  border-radius: 2.8rem;
  background: var(--start-soft);
}

.start-hub__checklist-title > p:last-child {
  margin: 1.8rem 0 0;
  color: var(--start-muted);
  font-size: 1.5rem;
  line-height: 1.6;
}

.start-hub__checklist ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.start-hub__checklist li {
  display: grid;
  grid-template-columns: 3.6rem 1fr;
  gap: 1.4rem;
  align-items: start;
  padding: 1.6rem 0;
  border-bottom: 1px solid #d5ddd3;
  font-size: 1.55rem;
  font-weight: 600;
  line-height: 1.45;
}

.start-hub__checklist li:first-child {
  padding-top: 0;
}

.start-hub__checklist li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.start-hub__checklist li span {
  color: var(--start-lime-dark);
  font-size: 1.15rem;
  letter-spacing: .06em;
}

.start-hub__section-head--split {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(24rem, .75fr);
  gap: 4rem;
  max-width: none;
  align-items: end;
}

.start-hub__section-head--split > p {
  margin: 0;
  color: var(--start-muted);
  font-size: 1.5rem;
  line-height: 1.6;
}

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

.start-hub__reference {
  display: flex;
  min-height: 24rem;
  flex-direction: column;
  padding: 2.6rem;
  border: 1px solid var(--start-line);
  border-radius: 2.2rem;
  color: var(--start-ink);
  text-decoration: none;
  transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.start-hub__reference:hover,
.start-hub__reference:focus-visible {
  border-color: #b8c9b3;
  box-shadow: 0 1.6rem 4rem rgba(34, 50, 35, .08);
  transform: translateY(-3px);
}

.start-hub__reference-label {
  align-self: flex-start;
  margin-bottom: 1.8rem;
  padding: .55rem 1rem;
  border-radius: 99rem;
  background: #ecf5e1;
  color: #567d2e;
  font-size: 1.15rem;
  font-weight: 700;
}

.start-hub__reference strong {
  margin-bottom: 1rem;
  font-size: 2rem;
  line-height: 1.24;
}

.start-hub__reference-description {
  color: var(--start-muted);
  font-size: 1.45rem;
  line-height: 1.58;
}

.start-hub__reference-more {
  justify-content: flex-start;
  margin-top: auto;
  padding-top: 2rem;
}

.start-hub__next {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(24rem, .8fr);
  gap: 5rem;
  align-items: end;
  margin-bottom: 7.2rem;
  padding: 4.8rem;
  border-radius: 2.8rem;
  background: #172018;
  color: #fff;
}

.start-hub__next .start-hub__section-kicker {
  color: #bfe78a;
}

.start-hub__next-copy > p:last-child {
  max-width: 68rem;
  margin: 1.8rem 0 0;
  color: rgba(255, 255, 255, .72);
  font-size: 1.55rem;
  line-height: 1.65;
}

.start-hub__next-actions {
  display: grid;
  gap: 1rem;
}

.start-hub__academy-link,
.start-hub__consultation {
  display: flex;
  min-height: 5rem;
  align-items: center;
  justify-content: center;
  gap: .8rem;
  padding: 1.2rem 1.8rem;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 99rem;
  font: inherit;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.start-hub__academy-link {
  color: #fff;
}

.start-hub__consultation {
  border-color: var(--start-lime);
  background: var(--start-lime);
  color: #172018;
}

.start-hub__academy-link:hover,
.start-hub__academy-link:focus-visible {
  border-color: rgba(255, 255, 255, .5);
  background: rgba(255, 255, 255, .06);
}

.start-hub__consultation:hover,
.start-hub__consultation:focus-visible {
  background: #b8e77f;
}

@media (max-width: 1180px) {
  .start-hub__layout {
    grid-template-columns: minmax(0, 1fr) 31rem;
    gap: 3.2rem;
  }

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

  .start-hub__map ol {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 2.4rem;
  }
}

@media (max-width: 900px) {
  .start-hub__layout {
    display: block;
  }

  .start-hub__hero {
    padding-top: 3.6rem;
  }

  .start-hub__content {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .start-hub__hero {
    gap: 3.2rem;
    padding: 2.8rem 0 4rem;
  }

  .start-hub__hero h1 {
    font-size: 3.8rem;
    line-height: 1.04;
  }

  .start-hub__lead {
    font-size: 1.65rem;
  }

  .start-hub__map {
    padding: 2.2rem;
    border-radius: 2.2rem;
  }

  .start-hub__map ol {
    display: block;
  }

  .start-hub__context,
  .start-hub__checklist,
  .start-hub__section-head--split,
  .start-hub__next {
    grid-template-columns: 1fr;
    gap: 2.8rem;
  }

  .start-hub__context,
  .start-hub__route,
  .start-hub__library {
    padding: 4.8rem 0;
  }

  .start-hub__context h2,
  .start-hub__section-head h2,
  .start-hub__checklist h2,
  .start-hub__next h2 {
    font-size: 3.2rem;
  }

  .start-hub__step {
    grid-template-columns: 4.6rem minmax(0, 1fr);
    gap: 1.6rem;
    align-items: start;
  }

  .start-hub__step-number {
    width: 4.2rem;
    height: 4.2rem;
  }

  .start-hub__step-link {
    grid-column: 2;
    justify-content: flex-start;
  }

  .start-hub__checklist,
  .start-hub__next {
    padding: 3rem 2.2rem;
    border-radius: 2.2rem;
  }

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

  .start-hub__reference {
    min-height: 0;
  }

  .start-hub__next {
    margin-bottom: 4.8rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .start-hub__reference {
    transition: none;
  }
}

/* Hub pages use one editorial container across header, content and footer. */
body.page-template-page-start .header > .container,
body.page-template-page-start .footer.footer--trust .footer__compact,
body.page-template-page-start .footer.footer--trust .footer__bottom,
.start-hub__layout {
  box-sizing: border-box;
  max-width: 136rem;
}

.start-hub__layout {
  display: block;
  margin-top: 3.2rem;
}

.start-hub > .breadcrumbs .container {
  box-sizing: border-box;
  max-width: 136rem;
}

.start-hub__content {
  width: 100%;
}

.start-hub__mobile-sidebar {
  display: none;
}

.start-hub__mobile-sidebar .sidebar {
  display: none;
}

.start-hub__hero {
  grid-template-columns: minmax(0, 1fr) minmax(44rem, .9fr);
  align-items: center;
  gap: 4.8rem;
  min-height: 50rem;
}

.start-hub__hero-copy {
  position: relative;
  z-index: 2;
}

.start-hub__hero h1 {
  max-width: 72rem;
  font-size: clamp(4.4rem, 4.65vw, 7rem);
}

.start-hub__hero-cta {
  display: inline-flex;
  box-sizing: border-box;
  min-height: 4.8rem;
  align-items: center;
  justify-content: center;
  margin-top: 3rem;
  padding: 1.2rem 2.4rem;
  border: 1px solid rgba(79, 115, 22, .18);
  border-radius: 999px;
  background: #9bd556;
  color: #1d1d1d;
  font: inherit;
  font-size: 1.45rem;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

.start-hub__hero-cta:hover,
.start-hub__hero-cta:focus-visible {
  border-color: #6f9f35;
  background: #8bc745;
  transform: translateY(-.1rem);
}

.start-hub__hero-visual {
  position: relative;
  min-width: 0;
  height: 42rem;
  overflow: visible;
  pointer-events: none;
}

.start-hub__hero-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  opacity: 0;
  filter: drop-shadow(0 2.2rem 2.4rem rgba(26, 34, 26, .13));
  transform: translateY(2.4rem) scale(.975);
  animation: start-hub-object-in .75s .16s cubic-bezier(.2, .75, .25, 1) forwards;
}

@keyframes start-hub-object-in {
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

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

.start-hub__post-grid {
  width: 100%;
  max-width: none;
  margin-inline: 0;
}

@media (min-width: 1100px) {
  .start-hub__post-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.start-hub__reference {
  min-height: 48rem;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 2.4rem;
  background: #f5f4f7;
}

.start-hub__reference-media {
  position: relative;
  display: block;
  height: 23rem;
  flex: 0 0 auto;
  overflow: hidden;
  background: #e8eae6;
}

.start-hub__reference-media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(14, 20, 10, .15), transparent 48%);
  content: '';
  pointer-events: none;
}

.start-hub__reference-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform .45s ease;
}

.start-hub__reference:hover .start-hub__reference-image,
.start-hub__reference:focus-visible .start-hub__reference-image {
  transform: scale(1.025);
}

.start-hub__reference-label {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  z-index: 2;
  margin: 0;
  padding: .72rem 1.15rem;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 .5rem 1.4rem rgba(24, 31, 18, .1);
  color: #34432a;
  backdrop-filter: blur(.8rem);
}

.start-hub__reference-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: flex-start;
  padding: 2.2rem;
}

.start-hub__reference strong {
  display: -webkit-box;
  min-height: 2.48em;
  max-height: 2.48em;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  font-size: 2rem;
}

.start-hub__reference-description {
  display: -webkit-box;
  min-height: 4.74em;
  max-height: 4.74em;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}

.start-hub__reference-more {
  min-width: 12.8rem;
  min-height: 3.7rem;
  justify-content: center;
  margin: auto 0 0 auto;
  padding: .65rem 1.6rem;
  border: 1px solid rgba(79, 115, 22, .18);
  border-radius: 999px;
  background: #9bd556;
  color: #1d1d1d;
  font-size: 1.3rem;
  line-height: 1;
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

.start-hub__reference:hover .start-hub__reference-more,
.start-hub__reference:focus-visible .start-hub__reference-more {
  border-color: #6f9f35;
  background: #8bc745;
  color: #1d1d1d;
  transform: translateY(-.1rem);
}

@media (max-width: 1180px) {
  .start-hub__hero {
    grid-template-columns: minmax(0, 1fr) minmax(38rem, .9fr);
    min-height: 46rem;
  }

  .start-hub__hero-visual {
    height: 36rem;
  }
}

@media (max-width: 1279px) {
  .start-hub {
    padding-top: 6.4rem;
  }

  .start-hub__mobile-sidebar {
    display: contents;
  }

  .start-hub__mobile-sidebar .sidebar.open {
    display: flex;
  }
}

@media (max-width: 900px) {
  .start-hub__hero {
    grid-template-columns: 1fr;
  }

  .start-hub__hero-visual {
    height: 32rem;
  }

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

@media (max-width: 640px) {
  .start-hub__layout {
    width: auto;
    margin-top: 2.4rem;
    margin-inline: 2rem;
    padding-inline: 0;
  }

  .start-hub__hero {
    min-height: 0;
  }

  .start-hub__hero-visual {
    height: 23rem;
    margin-top: -.4rem;
  }

  .start-hub__hero-cta {
    width: 100%;
    margin-top: 2.4rem;
  }

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

  .start-hub__reference {
    min-height: 46rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .start-hub__hero-image {
    opacity: 1;
    transform: none;
    animation: none;
  }
}
