:root {
  --er-ink: #18322d;
  --er-ink-soft: #36564e;
  --er-paper: #f7f2e9;
  --er-paper-2: #efe8dc;
  --er-line: #ded4c4;
  --er-gold: #b28b4e;
  --er-green: #0f3f38;
  --er-green-2: #194e45;
  --er-white: #fffdf8;
  --er-shadow: 0 18px 55px rgba(32, 42, 35, .12);
}

body.home {
  background: var(--er-paper);
  color: var(--er-ink);
}

body.home .wp-site-blocks > header.wp-block-template-part,
body.home .wp-site-blocks > footer.wp-block-template-part {
  display: none;
}

body.home .wp-site-blocks > main {
  margin-top: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  max-width: none !important;
}

body.home .wp-site-blocks {
  padding: 0;
}

.enroute-site,
.enroute-site * {
  box-sizing: border-box;
}

.enroute-site {
  background: var(--er-paper);
  color: var(--er-ink);
  font-family: Manrope, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}

.enroute-site h1,
.enroute-site h2,
.enroute-site h3,
.enroute-site p {
  margin-top: 0;
}

.enroute-site a {
  color: inherit;
}

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

.er-topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(247, 242, 233, .92);
  border-bottom: 1px solid rgba(222, 212, 196, .8);
  backdrop-filter: blur(14px);
}

.er-nav {
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.er-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  font-weight: 800;
  color: var(--er-ink);
}

.er-mark {
  width: 34px;
  height: 34px;
  border: 1px solid var(--er-gold);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--er-gold);
  font-size: 20px;
  line-height: 1;
}

.er-menu {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: .92rem;
  font-weight: 700;
}

.er-menu a {
  text-decoration: none;
  border-bottom: 2px solid transparent;
  padding: 24px 0 21px;
}

.er-menu a:hover,
.er-menu a:focus {
  border-color: var(--er-green);
}

.er-hero {
  position: relative;
  min-height: 620px;
  display: grid;
  align-items: stretch;
  overflow: hidden;
  background: var(--er-paper-2);
}

.er-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(90deg, rgba(247, 242, 233, .98) 0%, rgba(247, 242, 233, .9) 34%, rgba(247, 242, 233, .42) 58%, rgba(247, 242, 233, .08) 100%), image-set(url('/wp-content/uploads/enroute/enroute-hero.webp') type('image/webp'), url('/wp-content/uploads/enroute/enroute-hero.jpg') type('image/jpeg'), url('/wp-content/uploads/enroute/enroute-hero.png') type('image/png'));
  background-size: cover;
  background-position: center right;
}

.er-hero .er-shell {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
}

.er-hero-copy {
  width: min(650px, 100%);
  padding: 78px 0 88px;
}

.er-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--er-gold);
  font-weight: 800;
  text-transform: uppercase;
  font-size: .78rem;
  letter-spacing: .08em;
  margin-bottom: 20px;
}

.er-kicker::before {
  content: "";
  width: 34px;
  height: 1px;
  background: var(--er-gold);
}

.er-hero h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.2rem, 7vw, 6.4rem);
  line-height: .95;
  letter-spacing: 0;
  margin-bottom: 18px;
}

.er-hero-lead {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.65rem, 3vw, 2.55rem);
  line-height: 1.08;
  font-weight: 700;
  margin-bottom: 18px;
  max-width: 620px;
}

.er-subcopy {
  color: var(--er-ink-soft);
  max-width: 610px;
  font-size: 1.04rem;
  margin-bottom: 22px;
}

.er-quote {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: start;
  max-width: 620px;
  color: #294a43;
  font-size: .96rem;
  margin: 0 0 28px;
}

.er-quote strong {
  color: var(--er-gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.6rem;
  line-height: .8;
}

.er-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.er-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 5px;
  border: 1px solid var(--er-green);
  text-decoration: none;
  font-weight: 800;
  font-size: .94rem;
}

.er-button-primary {
  background: var(--er-green);
  color: var(--er-white);
}

.er-button-secondary {
  background: rgba(255,255,255,.42);
  color: var(--er-green);
}

.er-section {
  padding: 58px 0;
}

.er-section-tight {
  padding: 42px 0;
}

.er-intro {
  background: #eee5d8;
  border-top: 1px solid var(--er-line);
  border-bottom: 1px solid var(--er-line);
}

.er-intro-grid {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 34px;
  align-items: center;
}

.er-botanical {
  width: 92px;
  height: 130px;
  justify-self: center;
  opacity: .45;
  color: var(--er-gold);
}

.er-section h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 3vw, 2.55rem);
  line-height: 1.14;
  margin-bottom: 16px;
}

.er-section p {
  color: var(--er-ink-soft);
}

.er-center {
  text-align: center;
  max-width: 720px;
  margin-inline: auto;
}

.er-pillars {
  background: var(--er-paper);
}

.er-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.er-card,
.er-tool {
  border: 1px solid var(--er-line);
  background: rgba(255, 253, 248, .78);
  border-radius: 8px;
  padding: 28px 24px;
  box-shadow: 0 8px 24px rgba(39, 43, 36, .04);
}

.er-icon {
  width: 54px;
  height: 54px;
  margin: 0 auto 18px;
  border: 1px solid #cbb891;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--er-green);
  font-size: 1.55rem;
  background: #fbf8f1;
}

.er-card h3,
.er-tool h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.28rem;
  line-height: 1.16;
  text-align: center;
  margin-bottom: 10px;
}

.er-card p,
.er-tool p {
  text-align: center;
  font-size: .92rem;
  margin-bottom: 0;
}

.er-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.er-panel {
  background: rgba(255,253,248,.62);
  border: 1px solid var(--er-line);
  padding: 30px;
}

.er-values {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  margin: 20px 0 16px;
}

.er-value {
  text-align: center;
  font-size: .84rem;
  font-weight: 800;
  color: var(--er-ink);
}

.er-value span {
  display: block;
  font-size: 1.7rem;
  color: var(--er-gold);
  margin-bottom: 6px;
}

.er-checklist {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.er-checklist li {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 10px;
  color: var(--er-ink-soft);
}

.er-checklist li::before {
  content: "✓";
  width: 23px;
  height: 23px;
  display: grid;
  place-items: center;
  border: 1px solid #9fb5aa;
  border-radius: 50%;
  color: var(--er-green);
  font-size: .82rem;
  font-weight: 900;
}

.er-orientation {
  background: #eee4d5;
  border-top: 1px solid var(--er-line);
  border-bottom: 1px solid var(--er-line);
}

.er-question-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr)) auto;
  gap: 0;
  align-items: stretch;
  background: rgba(255,253,248,.55);
  border: 1px solid var(--er-line);
}

.er-question {
  padding: 22px 18px;
  border-right: 1px solid var(--er-line);
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  align-items: center;
}

.er-question strong {
  display: block;
  font-size: .9rem;
  line-height: 1.25;
}

.er-question span {
  color: var(--er-gold);
  font-size: 1.9rem;
}

.er-question-action {
  padding: 18px;
  min-width: 210px;
  display: grid;
  align-content: center;
  justify-items: start;
  gap: 8px;
}

.er-question-action small {
  color: var(--er-ink-soft);
}

.er-tools {
  background: var(--er-paper);
}

.er-tool-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 28px;
}

.er-tool {
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 18px;
  align-items: start;
  min-height: 178px;
}

.er-tool h3,
.er-tool p {
  text-align: left;
}

.er-tool .er-tool-icon {
  width: 70px;
  height: 86px;
  border: 2px solid var(--er-green);
  border-radius: 12px;
  display: grid;
  place-items: center;
  color: var(--er-green);
  font-size: 2rem;
  background: #fbf8f1;
}

.er-tag {
  display: inline-flex;
  margin-top: 14px;
  padding: 4px 10px;
  border-radius: 99px;
  background: #d9c395;
  color: #463923;
  font-size: .76rem;
  font-weight: 800;
}

.er-bottom {
  display: grid;
  grid-template-columns: .9fr 1.45fr .85fr;
  min-height: 310px;
  border-top: 1px solid var(--er-line);
  border-bottom: 1px solid var(--er-line);
  background: #f3ecdf;
}

.er-compass-photo {
  background: linear-gradient(135deg, rgba(15,63,56,.25), rgba(15,63,56,.05)), image-set(url('/wp-content/uploads/enroute/enroute-hero.webp') type('image/webp'), url('/wp-content/uploads/enroute/enroute-hero.jpg') type('image/jpeg'), url('/wp-content/uploads/enroute/enroute-hero.png') type('image/png'));
  background-size: cover;
  background-position: 70% 55%;
  min-height: 260px;
}

.er-bottom-copy,
.er-contact {
  padding: 42px 34px;
}

.er-contact {
  background: rgba(255,253,248,.55);
  display: grid;
  align-content: center;
}

.er-footer {
  background: var(--er-green);
  color: var(--er-white);
  padding: 28px 0;
}

.er-footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  font-size: .88rem;
}

.er-footer a {
  text-decoration: none;
}

@media (max-width: 960px) {
  .er-menu { gap: 14px; font-size: .84rem; }
  .er-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .er-split, .er-bottom { grid-template-columns: 1fr; }
  .er-question-row { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .er-question:nth-child(2n) { border-right: 0; }
  .er-question-action { grid-column: 1 / -1; }
  .er-tool-grid { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  .er-shell { width: min(100% - 28px, 1180px); }
  .er-nav { min-height: auto; padding: 16px 0; align-items: flex-start; }
  .er-menu { flex-wrap: wrap; justify-content: flex-end; gap: 8px 14px; }
  .er-menu a { padding: 0; }
  .er-hero { min-height: 560px; }
  .er-hero::before { background-image: linear-gradient(180deg, rgba(247,242,233,.96) 0%, rgba(247,242,233,.88) 45%, rgba(247,242,233,.52) 100%), image-set(url('/wp-content/uploads/enroute/enroute-hero-mobile.webp') type('image/webp'), url('/wp-content/uploads/enroute/enroute-hero-mobile.jpg') type('image/jpeg'), url('/wp-content/uploads/enroute/enroute-hero.png') type('image/png')); background-position: center bottom; }
  .er-hero-copy { padding: 52px 0 64px; }
  .er-intro-grid { grid-template-columns: 1fr; }
  .er-botanical { display: none; }
  .er-card-grid, .er-question-row { grid-template-columns: 1fr; }
  .er-question { border-right: 0; border-bottom: 1px solid var(--er-line); }
  .er-values { grid-template-columns: repeat(2, 1fr); }
  .er-tool { grid-template-columns: 1fr; }
  .er-tool h3, .er-tool p { text-align: center; }
  .er-tool .er-tool-icon { margin-inline: auto; }
  .er-footer-inner { flex-direction: column; align-items: flex-start; }
}

body.home main.wp-block-group,
body.home .wp-block-post-content,
body.home .entry-content {
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body.home main.wp-block-group > .wp-block-post-title,
body.home h1.wp-block-post-title {
  display: none !important;
}

body.home .wp-block-post-content {
  margin-top: 0 !important;
}

body.home .wp-block-post-content > .enroute-site {
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.enroute-site .er-button-primary,
.enroute-site .er-button-primary:visited {
  color: var(--er-white) !important;
}

.enroute-site .er-button-secondary,
.enroute-site .er-button-secondary:visited {
  color: var(--er-green) !important;
}

html,
body.home,
.enroute-site {
  overflow-x: hidden;
}

.er-intro h2 {
  font-size: clamp(1.3rem, 1.7vw, 1.65rem);
  line-height: 1.22;
  max-width: 860px;
}

@media (max-width: 720px) {
  .er-nav {
    flex-direction: column;
    gap: 14px;
  }

  .er-brand {
    max-width: 100%;
  }

  .er-menu {
    width: 100%;
    justify-content: flex-start;
    gap: 10px 14px;
    font-size: .82rem;
  }

  .er-hero h1 {
    font-size: clamp(2.75rem, 14vw, 3.45rem);
  }

  .er-hero-lead {
    font-size: 1.42rem;
    line-height: 1.12;
    max-width: 340px;
  }

  .er-subcopy,
  .er-quote {
    max-width: 340px;
  }

  .er-actions {
    flex-direction: column;
    align-items: stretch;
    max-width: 330px;
  }

  .er-button {
    width: 100%;
    min-height: 46px;
    padding-inline: 16px;
  }

  .er-intro h2,
  .er-section h2 {
    font-size: 1.72rem;
    line-height: 1.18;
  }

  .er-panel {
    padding: 24px 18px;
  }
}

body.home .wp-block-post-content > .enroute-site {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

@media (max-width: 720px) {
  .er-shell {
    width: calc(100% - 28px);
    max-width: calc(100% - 28px);
  }

  .er-intro h2 {
    max-width: 100%;
    overflow-wrap: normal;
  }
}

body.home .has-global-padding > .alignfull,
body.home .wp-block-post-content.alignfull,
body.home .entry-content.alignfull {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body.home .wp-site-blocks,
body.home main,
body.home .wp-block-post-content {
  overflow-x: hidden !important;
}

@media (max-width: 720px) {
  .er-intro h2,
  .er-intro p {
    max-width: 340px;
  }
}

/* Responsive refinement layer. */
.er-topbar,
.er-hero,
.er-section,
.er-section-tight,
.er-bottom,
.er-footer {
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
}

.er-intro-grid {
  grid-template-columns: minmax(80px, 120px) minmax(0, 1fr);
}

.er-intro-grid > div {
  min-width: 0;
}

.er-intro h2,
.er-intro p {
  max-width: 820px;
}

.er-hero-copy,
.er-subcopy,
.er-quote {
  max-width: 640px;
}

@media (min-width: 1600px) {
  .er-shell {
    width: min(1320px, calc(100% - 96px));
  }

  .er-hero {
    min-height: 700px;
  }
}

@media (max-width: 1180px) {
  .er-shell {
    width: calc(100% - 48px);
    max-width: 1100px;
  }

  .er-hero h1 {
    font-size: clamp(4rem, 7vw, 5.7rem);
  }

  .er-hero-lead {
    font-size: clamp(1.75rem, 3.5vw, 2.35rem);
  }

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

@media (max-width: 900px) {
  .er-nav {
    min-height: 64px;
  }

  .er-menu {
    gap: 16px;
    font-size: .86rem;
  }

  .er-hero {
    min-height: 620px;
  }

  .er-hero-copy {
    width: min(620px, 100%);
  }

  .er-hero::before {
    background-image: linear-gradient(90deg, rgba(247, 242, 233, .98) 0%, rgba(247, 242, 233, .9) 42%, rgba(247, 242, 233, .54) 68%, rgba(247, 242, 233, .18) 100%), image-set(url('/wp-content/uploads/enroute/enroute-hero.webp') type('image/webp'), url('/wp-content/uploads/enroute/enroute-hero.jpg') type('image/jpeg'), url('/wp-content/uploads/enroute/enroute-hero.png') type('image/png'));
  }

  .er-intro-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .er-botanical {
    display: none;
  }

  .er-intro h2,
  .er-intro p {
    max-width: 760px;
  }

  .er-tool-grid {
    grid-template-columns: 1fr;
  }

  .er-bottom {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .er-shell {
    width: calc(100% - 28px);
    max-width: calc(100% - 28px);
  }

  .er-topbar {
    position: relative;
  }

  .er-nav {
    align-items: stretch;
    gap: 12px;
  }

  .er-brand {
    align-self: flex-start;
  }

  .er-menu {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    gap: 8px 14px;
    font-size: .82rem;
  }

  .er-menu a {
    padding: 0;
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .er-hero {
    min-height: 710px;
  }

  .er-hero::before {
    background-image: linear-gradient(180deg, rgba(247,242,233,.98) 0%, rgba(247,242,233,.94) 42%, rgba(247,242,233,.62) 76%, rgba(247,242,233,.25) 100%), image-set(url('/wp-content/uploads/enroute/enroute-hero-mobile.webp') type('image/webp'), url('/wp-content/uploads/enroute/enroute-hero-mobile.jpg') type('image/jpeg'), url('/wp-content/uploads/enroute/enroute-hero.png') type('image/png'));
    background-position: 62% bottom;
  }

  .er-hero-copy {
    padding: 48px 0 56px;
    width: 100%;
    max-width: 100%;
  }

  .er-kicker {
    font-size: .72rem;
    line-height: 1.25;
    max-width: 100%;
  }

  .er-kicker::before {
    width: 34px;
    flex: 0 0 34px;
  }

  .er-hero h1 {
    font-size: clamp(2.85rem, 15vw, 4rem);
    line-height: .98;
  }

  .er-hero-lead {
    font-size: clamp(1.32rem, 7vw, 1.65rem);
    max-width: min(100%, 360px);
  }

  .er-subcopy,
  .er-quote,
  .er-intro h2,
  .er-intro p {
    max-width: min(100%, 360px);
  }

  .er-actions {
    max-width: min(100%, 360px);
  }

  .er-section {
    padding: 44px 0;
  }

  .er-section-tight {
    padding: 34px 0;
  }

  .er-card-grid,
  .er-split,
  .er-question-row,
  .er-values {
    grid-template-columns: 1fr;
  }

  .er-card,
  .er-tool,
  .er-panel,
  .er-bottom-copy,
  .er-contact {
    padding: 24px 18px;
  }

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

@media (max-width: 360px) {
  .er-shell {
    width: calc(100% - 24px);
    max-width: calc(100% - 24px);
  }

  .er-menu {
    font-size: .78rem;
    gap: 7px 10px;
  }

  .er-hero h1 {
    font-size: 2.85rem;
  }

  .er-hero-lead {
    font-size: 1.28rem;
  }

  .er-button {
    font-size: .9rem;
  }
}

@media (max-width: 360px) {
  .er-shell {
    width: calc(100vw - 28px) !important;
    max-width: calc(100vw - 28px) !important;
    margin-left: auto;
    margin-right: auto;
  }

  .er-menu,
  .er-footer .er-menu {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .er-menu a {
    width: 100%;
    max-width: 100%;
  }

  .er-kicker,
  .er-hero-copy,
  .er-hero-lead,
  .er-subcopy,
  .er-quote,
  .er-actions,
  .er-intro h2,
  .er-intro p {
    width: 100%;
    max-width: 100% !important;
  }

  .er-hero h1 {
    font-size: 2.55rem;
  }

  .er-hero-lead {
    font-size: 1.18rem;
    line-height: 1.16;
    text-wrap: balance;
  }

  .er-subcopy,
  .er-quote {
    font-size: .96rem;
  }

  .er-kicker {
    font-size: .68rem;
  }
}

@media (max-width: 480px) {
  .er-shell {
    width: calc(100vw - 28px) !important;
    max-width: calc(100vw - 28px) !important;
  }

  .er-menu,
  .er-footer .er-menu {
    display: grid;
    grid-template-columns: 1fr !important;
    gap: 7px;
  }

  .er-kicker,
  .er-hero-copy,
  .er-hero-lead,
  .er-subcopy,
  .er-quote,
  .er-actions,
  .er-intro h2,
  .er-intro p {
    width: 100% !important;
    max-width: 100% !important;
  }

  .er-hero h1 {
    font-size: clamp(2.45rem, 12vw, 3rem) !important;
  }

  .er-hero-lead {
    font-size: clamp(1.12rem, 5.8vw, 1.38rem) !important;
    line-height: 1.17;
  }
}

/* Desktop/tablet correction for intro copy width. */
@media (min-width: 721px) {
  .er-intro-grid {
    grid-template-columns: 120px minmax(0, 860px) !important;
    justify-content: start;
    align-items: center;
  }

  .er-intro-grid > div {
    width: 100%;
    max-width: 860px;
    min-width: 0;
  }

  .er-intro h2 {
    width: 100% !important;
    max-width: 860px !important;
    font-size: clamp(1.55rem, 2vw, 2rem) !important;
    line-height: 1.2 !important;
  }

  .er-intro p {
    width: 100% !important;
    max-width: 820px !important;
  }
}

@media (min-width: 1181px) {
  .er-intro-grid {
    grid-template-columns: 150px minmax(0, 900px) !important;
  }

  .er-intro-grid > div,
  .er-intro h2 {
    max-width: 900px !important;
  }
}

/* Intro section stable layout after WordPress sanitizes decorative SVG markup. */
@media (min-width: 901px) {
  .er-intro .er-shell.er-intro-grid {
    display: block !important;
  }

  .er-intro .er-shell.er-intro-grid > div {
    margin-left: 150px !important;
    width: min(900px, calc(100% - 150px)) !important;
    max-width: 900px !important;
  }

  .er-intro .er-shell.er-intro-grid h2,
  .er-intro .er-shell.er-intro-grid p {
    width: 100% !important;
    max-width: 100% !important;
  }
}

@media (min-width: 721px) and (max-width: 900px) {
  .er-intro .er-shell.er-intro-grid {
    display: block !important;
  }

  .er-intro .er-shell.er-intro-grid > div,
  .er-intro .er-shell.er-intro-grid h2,
  .er-intro .er-shell.er-intro-grid p {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
  }
}

.er-card-link,
.er-card-link:visited {
  display: block;
  color: inherit;
  text-decoration: none;
}

.er-card-link:hover,
.er-card-link:focus-visible {
  border-color: #b28b4e;
  box-shadow: 0 12px 30px rgba(39, 43, 36, .10);
  transform: translateY(-1px);
}

body.page-id-15 h1.wp-block-post-title,
body.page-id-3 h1.wp-block-post-title,
body.page-id-17 h1.wp-block-post-title,
body.page-id-18 h1.wp-block-post-title,
body.page-id-19 h1.wp-block-post-title,
body.page-id-20 h1.wp-block-post-title,
body.page-id-30 h1.wp-block-post-title {
  display: none !important;
}

body.page-id-15 main.wp-block-group,
body.page-id-3 main.wp-block-group,
body.page-id-17 main.wp-block-group,
body.page-id-18 main.wp-block-group,
body.page-id-19 main.wp-block-group,
body.page-id-20 main.wp-block-group,
body.page-id-30 main.wp-block-group,
body.page-id-15 .wp-block-post-content,
body.page-id-3 .wp-block-post-content,
body.page-id-17 .wp-block-post-content,
body.page-id-18 .wp-block-post-content,
body.page-id-19 .wp-block-post-content,
body.page-id-20 .wp-block-post-content,
body.page-id-30 .wp-block-post-content {
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body.page-id-17,
body.page-id-18,
body.page-id-19,
body.page-id-20,
body.page-id-3,
body.page-id-30 {
  background: var(--er-paper);
}

body.page-id-17 .wp-site-blocks > header.wp-block-template-part,
body.page-id-18 .wp-site-blocks > header.wp-block-template-part,
body.page-id-19 .wp-site-blocks > header.wp-block-template-part,
body.page-id-20 .wp-site-blocks > header.wp-block-template-part,
body.page-id-3 .wp-site-blocks > header.wp-block-template-part,
body.page-id-30 .wp-site-blocks > header.wp-block-template-part,
body.page-id-17 .wp-site-blocks > footer.wp-block-template-part,
body.page-id-18 .wp-site-blocks > footer.wp-block-template-part,
body.page-id-19 .wp-site-blocks > footer.wp-block-template-part,
body.page-id-20 .wp-site-blocks > footer.wp-block-template-part,
body.page-id-3 .wp-site-blocks > footer.wp-block-template-part,
body.page-id-30 .wp-site-blocks > footer.wp-block-template-part {
  display: none !important;
}

body.page-id-17 .wp-site-blocks,
body.page-id-18 .wp-site-blocks,
body.page-id-19 .wp-site-blocks,
body.page-id-20 .wp-site-blocks,
body.page-id-3 .wp-site-blocks,
body.page-id-30 .wp-site-blocks,
body.page-id-17 .wp-site-blocks > main,
body.page-id-18 .wp-site-blocks > main,
body.page-id-19 .wp-site-blocks > main,
body.page-id-20 .wp-site-blocks > main,
body.page-id-3 .wp-site-blocks > main,
body.page-id-30 .wp-site-blocks > main {
  margin-top: 0 !important;
  padding: 0 !important;
}

body.page-id-17 .wp-block-post-content > .enroute-site,
body.page-id-18 .wp-block-post-content > .enroute-site,
body.page-id-19 .wp-block-post-content > .enroute-site,
body.page-id-20 .wp-block-post-content > .enroute-site,
body.page-id-3 .wp-block-post-content > .enroute-site,
body.page-id-30 .wp-block-post-content > .enroute-site {
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

body.page-id-17 .wp-site-blocks,
body.page-id-18 .wp-site-blocks,
body.page-id-19 .wp-site-blocks,
body.page-id-20 .wp-site-blocks,
body.page-id-3 .wp-site-blocks,
body.page-id-30 .wp-site-blocks,
body.page-id-17 main,
body.page-id-18 main,
body.page-id-19 main,
body.page-id-20 main,
body.page-id-3 main,
body.page-id-30 main,
body.page-id-17 .wp-block-post-content,
body.page-id-18 .wp-block-post-content,
body.page-id-19 .wp-block-post-content,
body.page-id-20 .wp-block-post-content,
body.page-id-3 .wp-block-post-content,
body.page-id-30 .wp-block-post-content {
  overflow-x: hidden !important;
}

.er-page-hero {
  min-height: 560px;
}

.er-page-hero .er-hero-copy {
  width: min(720px, 100%);
}

.er-page-hero .er-subcopy {
  max-width: 670px;
  font-size: 1.08rem;
}

.er-page-breadcrumb {
  margin-bottom: 14px;
  color: var(--er-gold);
  font-weight: 800;
  font-size: .82rem;
  text-transform: uppercase;
}

.er-page-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr);
  gap: 24px;
  align-items: stretch;
}

.er-page-panel {
  background: rgba(255,253,248,.74);
  border: 1px solid var(--er-line);
  border-radius: 8px;
  padding: clamp(24px, 3vw, 36px);
  box-shadow: 0 8px 24px rgba(39, 43, 36, .04);
}

.er-page-list {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.er-page-list li {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 10px;
  color: var(--er-ink-soft);
}

.er-page-list li::before {
  content: "✓";
  width: 22px;
  height: 22px;
  border: 1px solid #9fb5aa;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--er-green);
  font-weight: 900;
  font-size: .75rem;
}

.er-page-next {
  background: #eee5d8;
  border-top: 1px solid var(--er-line);
  border-bottom: 1px solid var(--er-line);
}

@media (max-width: 960px) {
  .er-page-grid {
    grid-template-columns: 1fr;
  }

  .er-page-hero {
    min-height: 0;
  }
}

@media (max-width: 620px) {
  body.page-id-17 .er-page-hero .er-shell,
  body.page-id-18 .er-page-hero .er-shell,
  body.page-id-19 .er-page-hero .er-shell,
  body.page-id-20 .er-page-hero .er-shell,
  body.page-id-3 .er-page-hero .er-shell,
  body.page-id-30 .er-page-hero .er-shell,
  body.page-id-17 .er-section .er-shell,
  body.page-id-18 .er-section .er-shell,
  body.page-id-19 .er-section .er-shell,
  body.page-id-20 .er-section .er-shell,
  body.page-id-3 .er-section .er-shell,
  body.page-id-30 .er-section .er-shell,
  body.page-id-17 .er-footer .er-shell,
  body.page-id-18 .er-footer .er-shell,
  body.page-id-19 .er-footer .er-shell,
  body.page-id-20 .er-footer .er-shell,
  body.page-id-3 .er-footer .er-shell,
  body.page-id-30 .er-footer .er-shell {
    width: min(340px, calc(100vw - 50px)) !important;
    max-width: min(340px, calc(100vw - 50px)) !important;
    transform: translateX(-48px);
  }

  body.page-id-17 .er-page-hero .er-subcopy,
  body.page-id-18 .er-page-hero .er-subcopy,
  body.page-id-19 .er-page-hero .er-subcopy,
  body.page-id-20 .er-page-hero .er-subcopy,
  body.page-id-3 .er-page-hero .er-subcopy,
  body.page-id-30 .er-page-hero .er-subcopy,
  body.page-id-17 .er-page-panel p,
  body.page-id-18 .er-page-panel p,
  body.page-id-19 .er-page-panel p,
  body.page-id-20 .er-page-panel p,
  body.page-id-3 .er-page-panel p,
  body.page-id-30 .er-page-panel p,
  body.page-id-17 .er-panel p,
  body.page-id-18 .er-panel p,
  body.page-id-19 .er-panel p,
  body.page-id-20 .er-panel p,
  body.page-id-3 .er-panel p,
  body.page-id-30 .er-panel p {
    max-width: 100% !important;
    white-space: normal !important;
    overflow-wrap: break-word;
  }

  .er-page-hero .er-hero-copy {
    padding-top: 58px;
    padding-bottom: 66px;
  }

  .er-page-hero h1 {
    font-size: clamp(2.7rem, 12vw, 3.35rem) !important;
  }

  .er-legal-hero h1 {
    font-size: clamp(2.35rem, 10vw, 2.85rem) !important;
    overflow-wrap: break-word;
  }

  .er-page-hero .er-subcopy {
    font-size: 1rem;
  }

  .er-page-panel {
    padding: 24px 18px;
  }
}
