.speech-launch-page {
  --speech-launch-mint: #e7f5ee;
  --speech-launch-peach: #fff0df;
  --speech-launch-blue: #eaf4fb;
  --speech-launch-lavender: #f0edfb;
}

.speech-launch-hero {
  background:
    radial-gradient(circle at 91% 9%, rgba(246, 205, 229, 0.48), transparent 28%),
    radial-gradient(circle at 8% 100%, rgba(185, 228, 211, 0.48), transparent 32%),
    linear-gradient(140deg, #fffdf8 0%, #f7fcf9 55%, #eef8f3 100%);
}

.speech-launch-hero .school-hero__heading {
  align-self: start;
}

.speech-launch-hero__lead p {
  margin-bottom: 0;
  color: #3f514c;
  font-size: clamp(17px, 1.6vw, 20px);
  font-weight: 750;
  line-height: 1.58;
}

.speech-launch-hero__body {
  margin-top: 24px;
}

.speech-launch-route {
  border: 1px solid #e1ebe6;
  border-radius: 38px;
  padding: clamp(30px, 5vw, 58px);
  background: linear-gradient(145deg, #fff9ef, #f2faf6);
}

.speech-launch-route__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.speech-launch-route__grid li {
  min-width: 0;
  border: 1px solid #e0e8e4;
  border-radius: 23px;
  padding: 20px 17px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 10px 24px rgba(55, 84, 72, 0.045);
}

.speech-launch-route__grid li > span {
  display: inline-flex;
  margin-bottom: 15px;
  border-radius: 11px;
  padding: 7px 10px;
  background: #dff2e8;
  color: var(--school-green-dark);
  font-size: 12px;
  font-weight: 950;
}

.speech-launch-route__grid li:nth-child(even) > span {
  background: #ffead2;
  color: #aa673f;
}

.speech-launch-route__grid h3 {
  margin-bottom: 8px;
  font-size: 18px;
}

.speech-launch-route__grid p {
  margin: 0;
  font-size: 13px;
}

.speech-launch-route__note {
  max-width: 980px;
  margin: 22px auto 0;
}

.speech-launch-games__intro {
  max-width: 820px;
  margin: 0 auto;
}

.speech-launch-games__intro p {
  margin: 0;
  font-size: clamp(16px, 1.55vw, 19px);
}

.speech-launch-game-grid--all {
  row-gap: 18px;
}

.speech-launch-foundation__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.speech-launch-foundation__admin {
  display: grid;
  grid-template-columns: minmax(150px, 0.42fr) minmax(0, 1fr);
  gap: clamp(18px, 3vw, 30px);
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(67, 97, 85, 0.09);
  border-radius: 30px;
  padding: clamp(22px, 3vw, 34px);
  background: var(--speech-launch-mint);
}

.speech-launch-foundation__admin--peach {
  background: var(--speech-launch-peach);
}

.speech-launch-foundation__admin img {
  display: block;
  width: 100%;
  height: 240px;
  object-fit: contain;
  filter: drop-shadow(0 14px 18px rgba(72, 69, 57, 0.09));
}

.speech-launch-foundation__admin h3 {
  margin-bottom: 11px;
  font-size: clamp(23px, 2.4vw, 32px);
}

.speech-launch-foundation__admin p {
  margin-bottom: 10px;
  font-size: 14px;
}

.speech-launch-foundation__admin p:last-child {
  margin-bottom: 0;
}

.speech-launch-practice .school-section__heading {
  max-width: 920px;
  padding-right: min(20vw, 250px);
}

.speech-launch-everyday {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
  overflow: hidden;
  border: 1px solid #dce9e3;
  border-radius: 36px;
  padding: clamp(28px, 4.5vw, 52px);
  background: #f1f8f4;
}

.speech-launch-everyday h2 {
  font-size: clamp(30px, 3.8vw, 48px);
}

.speech-launch-everyday__content > p:not(.school-eyebrow) {
  font-size: 16px;
}

.speech-launch-everyday__examples {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px;
  margin-top: 22px;
}

.speech-launch-everyday__examples > div {
  display: grid;
  gap: 5px;
  border: 1px solid #dce9e3;
  border-radius: 17px;
  padding: 15px;
  background: rgba(255, 255, 255, 0.72);
}

.speech-launch-everyday__examples strong {
  color: var(--school-ink);
  font-size: 14px;
}

.speech-launch-everyday__examples span {
  color: var(--school-muted);
  font-size: 13px;
  line-height: 1.45;
}

.speech-launch-everyday > img {
  display: block;
  width: 100%;
  max-height: 430px;
  object-fit: contain;
  filter: drop-shadow(0 16px 20px rgba(72, 69, 57, 0.1));
}

.speech-launch-honest__admin p {
  font-size: 16px;
}

.speech-launch-specialist {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(28px, 5vw, 66px);
  align-items: center;
  overflow: hidden;
  border: 1px solid #e8dfd2;
  border-radius: 36px;
  padding: clamp(28px, 4.5vw, 52px);
  background: #fff7e9;
}

.speech-launch-specialist__art {
  align-self: stretch;
  border-radius: 28px;
  padding: clamp(18px, 3vw, 30px);
  background: rgba(255, 255, 255, 0.62);
}

.speech-launch-specialist__art img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 390px;
  object-fit: contain;
  filter: drop-shadow(0 16px 20px rgba(72, 69, 57, 0.1));
}

.speech-launch-specialist__content > p:not(.school-eyebrow) {
  font-size: 16px;
}

.speech-launch-specialist__content .school-button {
  margin-top: 7px;
}

@media (max-width: 1080px) {
  .speech-launch-route__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .speech-launch-foundation__admin {
    grid-template-columns: 1fr;
  }

  .speech-launch-foundation__admin img {
    height: 210px;
  }
}

@media (max-width: 820px) {
  .speech-launch-route__grid,
  .speech-launch-foundation__grid,
  .speech-launch-everyday,
  .speech-launch-specialist {
    grid-template-columns: 1fr;
  }

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

  .speech-launch-practice .school-section__heading {
    padding-right: 0;
  }

  .speech-launch-everyday > img,
  .speech-launch-specialist__art img {
    max-height: 330px;
  }
}

@media (max-width: 620px) {
  .speech-launch-route,
  .speech-launch-everyday,
  .speech-launch-specialist {
    border-radius: 25px;
    padding: 22px 18px;
  }

  .speech-launch-route__grid {
    grid-template-columns: 1fr;
  }

  .speech-launch-route__grid li {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 12px;
    padding: 17px;
  }

  .speech-launch-route__grid li > span {
    align-self: start;
    justify-content: center;
    margin: 0;
  }

  .speech-launch-foundation__admin {
    border-radius: 24px;
    padding: 20px 18px;
  }

  .speech-launch-foundation__admin img {
    height: 190px;
  }

  .speech-launch-everyday__examples {
    grid-template-columns: 1fr;
  }

  .speech-launch-specialist__art {
    border-radius: 21px;
  }

  .speech-launch-specialist__content .school-button {
    width: 100%;
  }
}

html[data-theme="dark"] .speech-launch-hero__lead p,
html[data-theme="dark"] .speech-launch-games__intro p,
html[data-theme="dark"] .speech-launch-honest__admin p {
  color: var(--school-muted);
}

html[data-theme="dark"] .speech-launch-route,
html[data-theme="dark"] .speech-launch-foundation__admin,
html[data-theme="dark"] .speech-launch-everyday,
html[data-theme="dark"] .speech-launch-specialist {
  border-color: var(--school-line);
  background: #20352f;
}

html[data-theme="dark"] .speech-launch-foundation__admin--peach,
html[data-theme="dark"] .speech-launch-specialist {
  background: #293b37;
}

html[data-theme="dark"] .speech-launch-route__grid li,
html[data-theme="dark"] .speech-launch-everyday__examples > div,
html[data-theme="dark"] .speech-launch-specialist__art {
  border-color: var(--school-line);
  background: #2a443c;
}

html[data-theme="dark"] .speech-launch-everyday__examples strong {
  color: var(--school-ink);
}

/* Keep the game catalogue's editorial header focused on desktop. */
@media (min-width: 821px) {
  .speech-launch-games {
    padding: clamp(28px, 3.2vw, 42px);
  }

  .speech-launch-games > .school-section__heading {
    max-width: 1180px;
    margin-bottom: 28px;
  }

  .speech-launch-games > .school-section__heading h2 {
    margin-bottom: 12px;
    font-size: clamp(32px, 3.2vw, 46px);
  }

  .speech-launch-games__intro {
    max-width: 1160px;
  }

  .speech-launch-games__intro p {
    font-size: 16px;
    line-height: 1.5;
  }

  .speech-launch-games .school-selections__list {
    gap: 18px;
  }

  .speech-launch-games .school-selection {
    padding: 24px 28px;
  }

  .speech-launch-games .school-selection__heading {
    margin-bottom: 18px;
  }

  .speech-launch-games .school-game-grid .game-card__image {
    min-height: 120px;
  }

  .speech-launch-games .school-game-grid .game-card-body {
    padding: 11px 12px;
  }

  .speech-launch-games .school-game-grid .game-card__title {
    font-size: 15px;
  }

  .speech-launch-games .school-all-games {
    margin-top: 24px;
    padding-top: 24px;
  }
}
