.el-homepage .el-shell {
  gap: 4.75rem;
  padding-top: 2rem;
}

.el-home-hero {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(31, 36, 48, 0.08);
  border-radius: 36px;
  background:
    radial-gradient(circle at bottom left, rgba(95, 125, 154, 0.10), transparent 20rem),
    linear-gradient(135deg, rgba(252, 251, 248, 0.98), rgba(249, 247, 243, 0.98));
  box-shadow: 0 40px 100px rgba(31, 36, 48, 0.14);
}

.el-home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.72), transparent 46%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.22), transparent 38%);
  pointer-events: none;
}

.el-home-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.82fr);
  gap: 2.75rem;
  align-items: center;
  padding: 3.2rem;
}

.el-home-hero-copy {
  display: flex;
  flex-direction: column;
  max-width: 37rem;
  min-width: 0;
  padding-bottom: 0.45rem;
}

.el-homepage .el-display {
  max-width: 10ch;
  margin: 0 0 1.1rem;
  font-size: clamp(3.4rem, 5vw, 5.4rem);
  line-height: 0.95;
  letter-spacing: -0.035em;
}

.el-homepage .el-display.el-display-hero-home {
  max-width: 11ch;
  font-size: clamp(2.9rem, 4.2vw, 4.85rem);
  line-height: 0.94;
  position: relative;
  z-index: 2;
}

.el-display-hero-home span {
  display: inline;
}

.el-display-hero-home .el-hero-line {
  display: block;
}

.el-homepage .el-lead {
  max-width: 41rem;
  margin: 0;
  font-size: 1.14rem;
  line-height: 1.82;
  color: rgba(31, 36, 48, 0.76);
}

.el-home-hero-actions {
  margin-top: 1.7rem;
}

.el-home-trustline {
  max-width: 36rem;
  margin: 1rem 0 0;
  color: rgba(31, 36, 48, 0.68);
  font-size: 0.96rem;
  line-height: 1.7;
}

.el-home-hero-marks {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.2rem;
  margin-bottom: 0.2rem;
  padding-right: 0.3rem;
}

.el-home-hero-marks span {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0.52rem 0.82rem;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(31, 36, 48, 0.08);
  color: rgba(31, 36, 48, 0.7);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.el-home-hero-visual {
  display: flex;
  justify-content: flex-end;
}

.el-home-cover-stage {
  width: min(100%, 30rem);
  padding: 1.1rem;
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(255,255,255,0.78), rgba(248,244,238,0.72));
  border: 1px solid rgba(31, 36, 48, 0.08);
  box-shadow: 0 28px 70px rgba(31, 36, 48, 0.14);
  backdrop-filter: blur(16px);
}

.el-home-cover-column {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}

.el-home-cover-card {
  display: block;
  padding: 0.5rem;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(243, 238, 229, 0.92));
  border: 1px solid rgba(31, 36, 48, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.el-home-cover-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 36px rgba(31, 36, 48, 0.13);
}

.el-home-cover-card img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 14px;
}

.el-home-editor-note {
  margin-top: 0.95rem;
  padding: 1.5rem 1.7rem 1.45rem;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(48, 74, 103, 0.94), rgba(31, 36, 48, 0.94));
  color: rgba(255, 255, 255, 0.92);
}

.el-home-editor-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.65rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.62);
}

.el-home-editor-note h2 {
  margin: 0 0 0.7rem;
  color: #fff !important;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.95rem, 2.4vw, 2.55rem);
  line-height: 1.04;
  text-wrap: balance;
}

.el-home-editor-note p {
  margin: 0 0 0.8rem;
  color: rgba(255, 255, 255, 0.98);
  line-height: 1.72;
}

.el-home-editor-note .el-text-link {
  color: var(--el-color-accent);
}

.el-home-authority {
  margin-top: -1.3rem;
  padding-inline: 0.75rem;
}

.el-home-authority-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.1rem;
}

.el-home-authority-card,
.el-home-value-card,
.el-home-trust-card,
.el-home-problem-item,
.el-home-start-card,
.el-home-featured-card,
.el-home-final-card {
  border: 1px solid rgba(31, 36, 48, 0.08);
  background: linear-gradient(180deg, rgba(255,255,255,0.88), rgba(249,246,241,0.84));
  box-shadow: 0 24px 54px rgba(31, 36, 48, 0.09);
}

.el-home-authority-card {
  padding: 1.55rem 1.75rem;
  border-radius: 22px;
}

.el-home-authority-label {
  display: block;
  margin-bottom: 0.45rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--el-color-accent);
}

.el-home-authority-card strong {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: 2.15rem;
  line-height: 1;
  color: var(--el-color-ink);
}

.el-home-authority-card p {
  margin: 0.6rem 0 0;
  color: rgba(31, 36, 48, 0.72);
  line-height: 1.68;
}

.el-home-spotlight {
  position: relative;
  overflow: hidden;
  border-radius: 34px;
  padding: 1rem;
  background:
    radial-gradient(circle at top left, rgba(157, 39, 77, 0.12), transparent 18rem),
    radial-gradient(circle at bottom right, rgba(95, 125, 154, 0.08), transparent 16rem),
    linear-gradient(180deg, rgba(247, 243, 238, 0.98), rgba(255, 255, 255, 0.98));
  border: 1px solid rgba(31, 36, 48, 0.08);
  box-shadow: 0 28px 70px rgba(31, 36, 48, 0.10);
}

.el-home-spotlight-grid {
  display: grid;
  grid-template-columns: minmax(240px, 0.52fr) minmax(0, 1fr);
  gap: 1.6rem;
  align-items: center;
}

.el-home-spotlight-cover {
  padding: 1rem;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: inset 0 0 0 1px rgba(31, 36, 48, 0.06);
}

.el-home-spotlight-cover img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 18px;
  box-shadow: 0 24px 44px rgba(31, 36, 48, 0.14);
}

.el-home-spotlight-copy {
  max-width: 42rem;
}

.el-home-spotlight-title {
  margin: 0.35rem 0 0.7rem;
  color: var(--el-color-ink);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  line-height: 0.95;
}

.el-home-spotlight-points {
  display: grid;
  gap: 0.8rem;
  margin: 1.1rem 0 1.3rem;
}

.el-home-spotlight-point {
  position: relative;
  padding-left: 1.5rem;
  color: rgba(31, 36, 48, 0.76);
  line-height: 1.72;
}

.el-home-spotlight-point::before {
  content: "";
  position: absolute;
  top: 0.7rem;
  left: 0;
  width: 0.58rem;
  height: 0.58rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--el-color-accent), var(--el-color-accent-2));
}

.el-home-section-header {
  max-width: 54rem;
  padding-left: 0.4rem;
}

.el-home-section-header .el-section-title {
  text-wrap: balance;
}

.el-home-problem-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 1.4rem;
  align-items: start;
}

.el-home-problem-copy {
  padding: 1.7rem 1.7rem;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(243, 238, 229, 0.82));
  border: 1px solid rgba(31, 36, 48, 0.08);
}

.el-home-problem-copy p {
  margin: 0 0 1rem;
  color: rgba(31, 36, 48, 0.78);
  font-size: 1.03rem;
  line-height: 1.78;
}

.el-home-problem-copy p:last-child {
  margin-bottom: 0;
}

.el-home-problem-list {
  display: grid;
  gap: 0.9rem;
}

.el-home-problem-item {
  position: relative;
  padding: 1.2rem 1.6rem 1.2rem 3.95rem;
  border-radius: 22px;
  line-height: 1.7;
  color: rgba(31, 36, 48, 0.78);
}

.el-home-problem-item::before {
  content: "";
  position: absolute;
  top: 1.22rem;
  left: 1.5rem;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--el-color-accent), var(--el-color-accent-2));
  box-shadow: 0 0 0 5px rgba(157, 39, 77, 0.1);
}

.el-home-value-grid,
.el-home-trust-grid,
.el-home-final-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.15rem;
}

.el-home-format-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.15rem;
  margin-top: 1.35rem;
}

.el-home-value-card,
.el-home-trust-card,
.el-home-final-card {
  border-radius: 24px;
  padding: 1.45rem 1.35rem;
}

.el-home-format-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  gap: 0.6rem;
  padding: 1.15rem 1.2rem;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(243, 238, 229, 0.88));
  border: 1px solid rgba(31, 36, 48, 0.08);
}

.el-home-format-card strong {
  color: var(--el-color-ink);
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.el-home-format-card p {
  margin: 0;
  color: rgba(31, 36, 48, 0.72);
  line-height: 1.72;
}

.el-home-value-card h3,
.el-home-trust-card h3,
.el-home-final-card strong {
  margin: 0 0 0.7rem;
  color: var(--el-color-ink);
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  line-height: 0.98;
}

.el-home-value-card p,
.el-home-trust-card p,
.el-home-final-card p {
  margin: 0;
  color: rgba(31, 36, 48, 0.74);
  line-height: 1.74;
}

.el-home-start-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.15rem;
  margin-top: 0.35rem;
}

.el-home-start-card {
  display: flex;
  min-height: 16.5rem;
  flex-direction: column;
  justify-content: flex-end;
  gap: 0.95rem;
  padding: 1.55rem;
  border-radius: 28px;
  text-decoration: none;
  color: inherit;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(243, 238, 229, 0.88)),
    radial-gradient(circle at top right, rgba(157, 39, 77, 0.09), transparent 12rem);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.el-home-start-card:hover {
  transform: translateY(-5px);
  border-color: rgba(157, 39, 77, 0.2);
  box-shadow: 0 28px 52px rgba(31, 36, 48, 0.11);
}

.el-home-start-card strong {
  color: var(--el-color-ink);
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  line-height: 0.98;
  max-width: 13ch;
}

.el-home-start-card p {
  margin: 0;
  color: rgba(31, 36, 48, 0.74);
  line-height: 1.7;
}

.el-home-start .el-section-header {
  margin-bottom: 1.35rem;
}

.el-home-start .el-text-link {
  align-self: end;
}

.el-home-pathways {
  position: relative;
  overflow: hidden;
  padding: 2rem;
  border-radius: 34px;
  background:
    radial-gradient(circle at bottom right, rgba(157, 39, 77, 0.14), transparent 22rem),
    linear-gradient(135deg, rgba(31, 36, 48, 0.985), rgba(48, 74, 103, 0.98));
  box-shadow: 0 34px 84px rgba(31, 36, 48, 0.18);
}

.el-home-pathways::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.05), transparent 35%);
  pointer-events: none;
}

.el-home-pathways-head,
.el-home-pathways-grid {
  position: relative;
  z-index: 1;
}

.el-home-pathways-head {
  max-width: 46rem;
  margin-bottom: 1.2rem;
}

.el-home-pathways-head .el-eyebrow,
.el-home-pathways-head .el-section-title,
.el-home-pathways-head .el-section-copy {
  color: #fff;
}

.el-home-pathways-head .el-section-copy {
  color: rgba(255, 255, 255, 0.78);
}

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

.el-home-pathway-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  gap: 0.8rem;
  padding: 1.3rem;
  border-radius: 24px;
  text-decoration: none;
  color: inherit;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);
  transition: transform 220ms ease, background 220ms ease, border-color 220ms ease;
}

.el-home-pathway-card:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.18);
}

.el-home-pathway-step {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  padding: 0.38rem 0.62rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.el-home-pathway-card strong {
  color: #fff;
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  line-height: 0.98;
}

.el-home-pathway-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.74;
}

.el-home-featured-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.el-home-featured-card {
  overflow: hidden;
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(255,255,255,0.9), rgba(248,244,239,0.9));
  box-shadow: 0 24px 56px rgba(31, 36, 48, 0.10);
}

.el-home-featured-cover {
  display: block;
  padding: 1rem 1rem 0;
}

.el-home-featured-cover img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 18px;
  box-shadow: 0 18px 34px rgba(31, 36, 48, 0.12);
}

.el-home-featured-body {
  display: flex;
  min-height: 14.5rem;
  flex-direction: column;
  gap: 0.8rem;
  padding: 1.2rem 1.15rem 1.3rem;
}

.el-home-featured-proof {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  border-radius: 999px;
  background: rgba(157, 39, 77, 0.1);
  color: var(--el-color-accent);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  padding: 0.45rem 0.7rem;
  text-transform: uppercase;
}

.el-home-featured-body h3 {
  margin: 0;
  color: var(--el-color-ink);
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  line-height: 0.98;
}

.el-home-featured-body p {
  margin: 0;
  color: rgba(31, 36, 48, 0.74);
  line-height: 1.7;
}

.el-home-featured-body .el-featured-link {
  margin-top: auto;
}

.el-home-manifesto {
  position: relative;
  overflow: hidden;
  border-radius: 34px;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.12), transparent 15rem),
    linear-gradient(135deg, #18171c, #27384e 55%, #6e2340 110%);
  box-shadow: 0 40px 94px rgba(31, 36, 48, 0.24);
}

.el-home-manifesto-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: 2rem;
  padding: 3rem;
  align-items: center;
}

.el-home-manifesto .el-eyebrow,
.el-home-manifesto h2,
.el-home-manifesto p {
  color: #fff;
}

.el-home-manifesto h2 {
  margin: 0 0 1rem;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.5rem, 4.4vw, 4.2rem);
  line-height: 0.96;
  letter-spacing: -0.03em;
}

.el-home-manifesto p {
  margin: 0 0 0.95rem;
  line-height: 1.82;
  color: rgba(255, 255, 255, 0.84);
}

.el-home-manifesto-copy .el-section-title,
.el-home-manifesto-copy h2,
.el-home-manifesto-copy p,
.el-home-manifesto-copy .el-section-copy,
.el-home-manifesto-quote p,
.el-home-manifesto .el-eyebrow {
  color: #fff !important;
}

.el-home-manifesto-copy p,
.el-home-manifesto-copy .el-section-copy {
  color: rgba(255, 255, 255, 0.84) !important;
}

.el-home-manifesto-quote {
  padding: 1.6rem;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(12px);
}

.el-home-manifesto-quote p {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.9rem, 3vw, 2.8rem);
  line-height: 1.02;
  color: #fff;
}

.el-home-final {
  padding: 0 0 1.2rem;
}

.el-home-final .el-section-title,
.el-home-final .el-section-copy,
.el-home-final-head p {
  max-width: 44rem;
}

.el-home-final-head {
  max-width: 46rem;
  margin-bottom: 1.2rem;
}

.el-home-final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 1.35rem;
}

.el-home-final-card {
  text-decoration: none;
  color: inherit;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.el-home-final-card:hover {
  transform: translateY(-4px);
  border-color: rgba(157, 39, 77, 0.2);
  box-shadow: 0 28px 52px rgba(31, 36, 48, 0.11);
}

.el-prefooter-cta-card .el-section-title,
.el-prefooter-cta-card h2,
.el-prefooter-cta-card p,
.el-prefooter-cta-card .el-section-copy,
.el-home-final .el-cta .el-section-title,
.el-home-final .el-cta h2,
.el-home-final .el-cta p,
.el-home-final .el-cta .el-section-copy {
  color: #fff !important;
}

.el-prefooter-cta-card p,
.el-prefooter-cta-card .el-section-copy,
.el-home-final .el-cta p,
.el-home-final .el-cta .el-section-copy {
  color: rgba(255, 255, 255, 0.84) !important;
}

@media (max-width: 1180px) {
  .el-home-hero-grid,
  .el-home-spotlight-grid,
  .el-home-problem-grid,
  .el-home-manifesto-grid {
    grid-template-columns: 1fr;
  }

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

  .el-home-authority-grid,
  .el-home-pathways-grid,
  .el-home-start-grid,
  .el-home-format-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 769px) {
  .el-home-hero,
  .el-home-spotlight,
  .el-home-pathways,
  .el-home-manifesto {
    border-color: rgba(31, 36, 48, 0.04);
    box-shadow: 0 14px 34px rgba(31, 36, 48, 0.05);
  }

  .el-home-hero {
    background:
      radial-gradient(circle at bottom left, rgba(95, 125, 154, 0.05), transparent 18rem),
      linear-gradient(135deg, rgba(252, 251, 248, 0.98), rgba(249, 247, 243, 0.98));
  }

  .el-home-hero::before,
  .el-home-pathways::before {
    opacity: 0.22;
  }

  .el-home-cover-stage {
    background: linear-gradient(180deg, rgba(255,255,255,0.7), rgba(248,244,238,0.64));
    border-color: rgba(31, 36, 48, 0.05);
    box-shadow: 0 14px 32px rgba(31, 36, 48, 0.08);
    backdrop-filter: blur(10px);
  }

  .el-home-spotlight {
    padding: 0.55rem;
    background:
      radial-gradient(circle at top left, rgba(157, 39, 77, 0.06), transparent 15rem),
      radial-gradient(circle at bottom right, rgba(95, 125, 154, 0.04), transparent 14rem),
      linear-gradient(180deg, rgba(249, 246, 242, 0.96), rgba(255, 255, 255, 0.98));
  }

  .el-home-pathways {
    box-shadow: 0 18px 42px rgba(31, 36, 48, 0.1);
  }

  .el-home-manifesto {
    box-shadow: 0 18px 44px rgba(31, 36, 48, 0.12);
  }

  .el-display-hero-home {
    display: block;
    max-width: 11ch;
  }

  .el-display-hero-home .el-hero-line {
    display: block;
    white-space: nowrap;
  }

  .el-home-editor-note-title {
    max-width: 12ch;
  }

  .el-home-editor-note p {
    color: rgba(255, 255, 255, 0.99) !important;
  }

  .el-home-problem-title {
    max-width: 24ch;
    font-size: clamp(2.9rem, 4vw, 4.25rem);
    line-height: 0.98;
    text-wrap: balance;
  }

  .el-home-problem-copy p,
  .el-home-problem-item,
  .el-home-authority-card p {
    text-wrap: pretty;
  }

  .el-home-value .el-home-section-header {
    max-width: 68rem;
  }

  .el-home-value-title {
    max-width: 40ch;
    font-size: clamp(2.35rem, 2.85vw, 3rem) !important;
    line-height: 1.02;
    text-wrap: pretty !important;
  }
}

@media (max-width: 768px) {
  .el-homepage .el-shell {
    gap: 3.3rem;
    padding-top: 1rem;
  }

  .el-home-hero {
    border-radius: 26px;
  }

  .el-home-hero-grid,
  .el-home-manifesto-grid {
    padding: 1.4rem;
  }

  .el-home-pathways {
    padding: 1.4rem;
  }

  .el-home-authority-grid,
  .el-home-pathways-grid,
  .el-home-format-row,
  .el-home-value-grid,
  .el-home-start-grid,
  .el-home-featured-grid,
  .el-home-trust-grid,
  .el-home-final-grid,
  .el-home-cover-column {
    grid-template-columns: 1fr;
  }

  .el-homepage .el-display,
  .el-home-manifesto h2 {
    max-width: none;
    font-size: clamp(2.4rem, 10vw, 3.4rem);
  }

  .el-display-hero-home {
    display: block;
  }

  .el-display-hero-home .el-hero-line {
    display: inline;
    white-space: normal;
  }

  .el-home-hero-copy {
    padding-bottom: 0;
  }

  .el-home-hero-marks {
    margin-bottom: 0;
    padding-right: 0;
  }

  .el-home-featured-body,
  .el-home-start-card {
    min-height: 0;
  }

  .el-home-problem-item {
    padding: 1rem 1.05rem 1rem 3.2rem;
  }

  .el-home-problem-item::before {
    left: 1.15rem;
  }

  .el-home-start-card,
  .el-home-value-card,
  .el-home-trust-card,
  .el-home-final-card,
  .el-home-authority-card,
  .el-home-problem-item,
  .el-home-problem-copy {
    padding: 1.15rem;
  }

  .el-home-start-card strong,
  .el-home-pathway-card strong,
  .el-home-featured-body h3,
  .el-home-value-card h3,
  .el-home-trust-card h3,
  .el-home-final-card strong {
    font-size: 1.72rem;
  }

  .el-home-editor-note h2,
  .el-home-spotlight-title,
  .el-home-manifesto-quote p {
    font-size: 2rem;
  }

  .el-home-final-actions {
    flex-direction: column;
  }

  .el-home-final-actions > a {
    width: 100%;
    justify-content: center;
  }
}
