/* ROW Schools 2026 — main layout and structure */

.row-schools-2026 {
  background: #fffdf8;
  color: var(--row-source-navy);
  font-family: "Barlow", "Avenir Next", sans-serif;
  font-size: 1.05rem;
  line-height: 1.65;
}

/* Entrance animation (shared across sections) */
@keyframes row-sch25-reveal {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  @keyframes row-sch25-reveal {
    from { opacity: 0; transform: none; }
    to { opacity: 1; transform: none; }
  }
}

/* Hero Section */
.row-sch25-hero {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  overflow: hidden;
  min-height: 60vh;
  background: #fffdf8;
}

.row-sch25-hero__media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

.row-sch25-hero__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  animation: row-sch25-ken-burns 14s ease-out forwards;
}

@media (prefers-reduced-motion: reduce) {
  .row-sch25-hero__media img {
    animation: none;
  }
}

@keyframes row-sch25-ken-burns {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.08);
  }
}

.row-sch25-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(32, 60, 83, 0.72) 0%,
    rgba(32, 60, 83, 0.48) 35%,
    transparent 100%
  );
  z-index: 1;
}

.row-sch25-hero__content {
  position: relative;
  z-index: 2;
  padding: clamp(30px, 5vw, 60px) clamp(24px, 5vw, 48px) clamp(5rem, 7vw, 6.5rem);
  max-width: 800px;
  animation: row-sch25-reveal 800ms var(--row-home-ease) forwards;
}

.row-sch25-hero__book-edge {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: -1px;
  left: 0;
  display: block;
  width: 100%;
  height: 74px;
  fill: #fffdf8;
  pointer-events: none;
}

@media (max-width: 699px) {
  .row-sch25-hero__media img {
    object-position: 62% 50%;
  }

  .row-sch25-hero__book-edge {
    height: 54px;
  }
}

.row-sch25-hero__eyebrow {
  margin: 0 0 16px 0;
  padding: 0;
  color: #fff;
  font-family: "Barlow Condensed", "Avenir Next Condensed", sans-serif;
  font-size: clamp(0.78rem, 1.2vw, 0.95rem);
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  line-height: 1;
  opacity: 0.95;
}

/* !important + double-class selector required: application.css
   body.marketing-site h1 (1 class, 2 elements, !important) must lose */
.row-schools-2026 .row-sch25-hero h1 {
  margin: 0;
  color: #fff !important;
  font-family: "Libre Baskerville", Georgia, serif !important;
  font-size: clamp(2.25rem, 5.5vw, 5rem);
  font-weight: 400 !important;
  letter-spacing: -0.04em !important;
  line-height: 1.05;
  text-transform: none !important;
  text-shadow: 0 2px 24px rgba(12, 26, 38, 0.55);
}

.row-sch25-hero h1 span,
.row-sch25-hero h1 em {
  display: block;
}

.row-sch25-hero h1 em {
  color: var(--row-source-yellow);
  font-style: normal;
}

/* Quote Section */
.row-sch25-quote {
  padding: clamp(74px, 8vw, 112px) clamp(24px, 5vw, 32px);
  background: #fffdf8;
}

.row-sch25-quote__wrap {
  display: grid;
  grid-template-columns: clamp(136px, 12vw, 176px) minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: clamp(24px, 3vw, 42px);
  row-gap: 18px;
  align-items: end;
  width: min(1240px, calc(100% - 64px));
  margin: 0 auto;
  padding: 0 clamp(8px, 1.4vw, 18px);
  animation: row-sch25-reveal 800ms var(--row-home-ease) forwards;
}

.row-sch25-quote__text {
  grid-column: 2;
  grid-row: 1;
  margin: 0;
  padding: 0;
}

.row-schools-2026 .row-sch25-quote__text {
  max-width: 22ch;
  padding: clamp(24px, 3vw, 32px);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background-image: radial-gradient(circle at 11% 16%, rgba(255, 255, 255, 0.09), transparent 30%),
    linear-gradient(128deg, #203c53 0%, #294965 56%, #315a4b 100%);
  background-color: rgba(255, 255, 255, 0.085);
  backdrop-filter: blur(8px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  color: #fff !important;
  font-family: "Libre Baskerville", Georgia, serif !important;
  font-size: clamp(2.25rem, 4.25vw, 4.6rem);
  font-weight: 400 !important;
  letter-spacing: -0.045em !important;
  line-height: 1.03;
  text-wrap: balance;
}

.row-sch25-quote__cite {
  grid-column: 2;
  grid-row: 2;
  display: inline-flex;
  gap: 14px;
  align-items: center;
  justify-self: start;
  padding-bottom: 0.2em;
  color: var(--row-source-navy);
  font-family: "Barlow Condensed", "Avenir Next Condensed", sans-serif;
  font-size: 0.82rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.18em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.row-sch25-quote__cite::before {
  width: 48px;
  height: 2px;
  background: var(--row-source-berry);
  content: "";
  flex-shrink: 0;
}

@media (max-width: 1080px) {
  .row-sch25-quote__wrap {
    grid-template-columns: 1fr;
    row-gap: 12px;
  }

  .row-sch25-quote__text,
  .row-sch25-quote__cite {
    grid-column: 1;
  }

  .row-sch25-quote__cite::before {
    display: none;
  }

  .row-sch25-quote__cite {
    justify-self: start;
  }
}

/* Intro Section (3 caps lines) */
.row-sch25-intro {
  padding: clamp(74px, 8vw, 112px) clamp(24px, 5vw, 32px);
  background: #fffdf8;
}

.row-sch25-intro__wrap {
  width: min(1240px, calc(100% - 64px));
  margin: 0 auto;
  padding: 0 clamp(8px, 1.4vw, 18px);
  max-width: 46ch;
  text-align: center;
}

.row-sch25-intro__line {
  margin: 0 0 1.4em 0;
  padding: 0;
  color: var(--row-source-navy);
  font-family: "Barlow Condensed", "Avenir Next Condensed", sans-serif;
  font-size: clamp(0.95rem, 2vw, 1.1rem);
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1.55;
  text-transform: uppercase;
  animation: row-sch25-reveal 1000ms var(--row-home-ease) 120ms both;
}

.row-sch25-intro__line:last-child {
  margin-bottom: 0;
}

.row-sch25-intro__line a {
  color: var(--row-source-yellow);
  text-decoration: underline;
  text-decoration-color: var(--row-source-berry);
  text-underline-offset: 0.28em;
  transition: opacity 280ms var(--row-home-ease);
}

.row-sch25-intro__line a:hover {
  opacity: 0.85;
}

@media (max-width: 768px) {
  .row-sch25-intro__line {
    margin-bottom: 1.2em;
    font-size: clamp(0.88rem, 1.8vw, 1rem);
  }
}

/* Schools belief banner */
.row-schools-banner {
  padding: clamp(3.25rem, 6vw, 5.5rem) clamp(1rem, 5vw, 3.5rem);
  padding-bottom: clamp(2rem, 3.5vw, 3rem);
  background: #fffdf8;
}

.row-schools-banner__inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(24rem, 1.02fr);
  width: min(92rem, 100%);
  min-height: 25rem;
  margin-inline: auto;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 1.35rem 1.35rem 0.5rem;
  background:
    radial-gradient(circle at 12% 4%, rgba(255, 255, 255, 0.08), transparent 30%),
    #24445c;
  box-shadow:
    0 1.5rem 4rem rgba(32, 60, 83, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  color: #fff;
  animation: row-sch25-reveal 800ms var(--row-home-ease) both;
}

.row-schools-banner__inner::before {
  position: absolute;
  z-index: 2;
  inset: 1.25rem auto 1.25rem 0;
  width: 4px;
  border-radius: 0 4px 4px 0;
  background: var(--row-source-yellow);
  content: "";
}

.row-schools-banner__inner::after {
  position: absolute;
  inset: auto 0 0;
  height: 5px;
  background: linear-gradient(90deg, var(--row-source-berry) 0 34%, var(--row-source-yellow) 34% 67%, var(--row-source-green) 67%);
  content: "";
}

.row-schools-banner__belief,
.row-schools-banner__commitments {
  min-width: 0;
  padding: clamp(2rem, 3.5vw, 3.5rem);
}

.row-schools-banner__belief {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.row-schools-banner__heading {
  display: flex;
  gap: 1rem;
  align-items: baseline;
  justify-content: space-between;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.row-schools-banner__eyebrow,
.row-schools-banner__label {
  margin: 0;
  color: var(--row-source-yellow);
  font-family: "Barlow Condensed", "Avenir Next Condensed", sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.19em;
  line-height: 1;
  text-transform: uppercase;
}

.row-schools-banner__chapter {
  color: rgba(255, 255, 255, 0.52);
  font-family: "Barlow", "Avenir Next", sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.3;
  text-align: right;
}

.row-schools-banner blockquote {
  position: relative;
  margin: clamp(2rem, 4vw, 3rem) 0 0;
  padding: 1.1rem 0 0;
}

.row-schools-banner__quote-mark {
  position: absolute;
  inset: -1.55rem auto auto -0.1rem;
  color: var(--row-source-yellow);
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 3.4rem;
  line-height: 1;
  opacity: 0.9;
}

.row-schools-2026 .row-schools-banner blockquote p {
  max-width: 21ch;
  margin: 0;
  color: #fff !important;
  font-family: "Libre Baskerville", Georgia, serif !important;
  font-size: clamp(2rem, 3vw, 3.2rem);
  font-weight: 400 !important;
  letter-spacing: -0.045em !important;
  line-height: 1.08;
  text-wrap: balance;
}

.row-schools-banner__commitments {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background:
    radial-gradient(circle at 100% 100%, rgba(255, 201, 79, 0.08), transparent 35%),
    #2d5249;
}

.row-schools-banner__label {
  margin-bottom: 0.75rem;
  color: rgba(255, 255, 255, 0.62);
}

.row-schools-banner__point {
  display: grid;
  grid-template-columns: 2.75rem minmax(0, 1fr);
  gap: 1.1rem;
  align-items: start;
  padding: clamp(1rem, 1.8vw, 1.3rem) 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.row-schools-banner__point > span {
  display: grid;
  width: 2.1rem;
  height: 2.1rem;
  place-items: center;
  border: 1px solid rgba(255, 201, 79, 0.45);
  border-radius: 0.35rem;
  color: var(--row-source-yellow);
  font-family: "Barlow Condensed", "Avenir Next Condensed", sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  line-height: 1;
}

.row-schools-banner__point strong {
  display: block;
  margin: 0 0 0.3rem;
  color: #fff;
  font-family: "Barlow Condensed", "Avenir Next Condensed", sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
}

.row-schools-banner__point p {
  max-width: 38ch;
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-family: "Barlow", "Avenir Next", sans-serif;
  font-size: clamp(0.98rem, 1.15vw, 1.1rem);
  line-height: 1.5;
  text-wrap: pretty;
}

.row-schools-banner__point a {
  color: #fff;
  font-weight: 700;
  text-decoration-color: var(--row-source-yellow);
  text-decoration-thickness: 2px;
  text-underline-offset: 0.24em;
  transition: color 220ms var(--row-home-ease);
}

.row-schools-banner__point a:hover {
  color: var(--row-source-yellow);
}

.row-schools-banner__point a:focus-visible {
  outline: 3px solid var(--row-source-yellow);
  outline-offset: 4px;
}

@media (max-width: 56rem) {
  .row-schools-banner__inner {
    grid-template-columns: 1fr;
  }

  .row-schools-banner__belief {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }

  .row-schools-banner__commitments {
    background: #2d5249;
  }

  .row-schools-2026 .row-schools-banner blockquote p {
    max-width: 24ch;
  }
}

@media (max-width: 40rem) {
  .row-schools-banner {
    padding-inline: 0.8rem;
  }

  .row-schools-banner__inner {
    min-height: 0;
    border-radius: 1rem 1rem 0.4rem;
  }

  .row-schools-banner__belief,
  .row-schools-banner__commitments {
    padding: 2rem 1.35rem;
  }

  .row-schools-banner__heading {
    display: block;
  }

  .row-schools-banner__chapter {
    display: block;
    margin-top: 0.65rem;
    text-align: left;
  }

  .row-schools-2026 .row-schools-banner blockquote p {
    font-size: clamp(1.7rem, 8.2vw, 2.35rem);
  }

  .row-schools-banner__point {
    grid-template-columns: 2.1rem minmax(0, 1fr);
    gap: 0.85rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .row-schools-banner__inner {
    animation: none;
  }

  .row-schools-banner__point a {
    transition: none;
  }
}

/* School invitation banner */
.row-schools-cta {
  padding: clamp(3.25rem, 6vw, 5.5rem) clamp(1rem, 5vw, 3.5rem);
  padding-top: clamp(2rem, 3.5vw, 3rem);
  background: #fffdf8;
}

.row-schools-cta__frame {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(24rem, 0.95fr);
  width: min(92rem, 100%);
  min-height: 25rem;
  margin-inline: auto;
  overflow: hidden;
  border: 1px solid rgba(32, 60, 83, 0.14);
  border-radius: 0.5rem 1.35rem 1.35rem;
  background:
    linear-gradient(100deg, rgba(255, 255, 255, 0.88), rgba(255, 253, 248, 0.4)),
    #eee6d8;
  box-shadow: 0 1.5rem 4rem rgba(32, 60, 83, 0.12);
  animation: row-sch25-reveal 800ms var(--row-home-ease) both;
}

.row-schools-cta__frame::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 6px;
  background: linear-gradient(180deg, var(--row-source-berry) 0 34%, var(--row-source-yellow) 34% 67%, var(--row-source-green) 67%);
  content: "";
}

.row-schools-cta__message {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: clamp(2.5rem, 4.5vw, 4.75rem);
}

.row-schools-cta__eyebrow {
  margin: 0 0 clamp(1.35rem, 2.4vw, 2rem);
  color: var(--row-source-berry);
  font-family: "Barlow Condensed", "Avenir Next Condensed", sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  line-height: 1;
  text-transform: uppercase;
}

.row-schools-2026 .row-schools-cta h2 {
  max-width: 15ch;
  margin: 0 !important;
  color: var(--row-source-navy) !important;
  font-family: "Libre Baskerville", Georgia, serif !important;
  font-size: clamp(2.25rem, 3.75vw, 4rem);
  font-weight: 400 !important;
  letter-spacing: -0.055em !important;
  line-height: 1.04;
  text-wrap: balance;
}

.row-schools-cta h2 em {
  position: relative;
  z-index: 0;
  color: var(--row-source-navy);
  font-style: italic;
  white-space: normal;
}

.row-schools-cta h2 em::after {
  position: absolute;
  z-index: -1;
  inset: auto -0.03em 0.03em -0.02em;
  height: 0.16em;
  border-radius: 999px;
  background: var(--row-source-yellow);
  content: "";
  transform: rotate(-0.7deg);
  opacity: 0.92;
}

.row-schools-cta__support {
  max-width: 40ch;
  margin: clamp(1.25rem, 2.5vw, 2rem) 0 0;
  color: rgba(32, 60, 83, 0.78);
  font-family: "Barlow", "Avenir Next", sans-serif;
  font-size: clamp(1rem, 1.3vw, 1.2rem);
  line-height: 1.65;
}

.row-schools-cta__actions {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: clamp(1.5rem, 3vw, 2.75rem);
  border-left: 1px solid rgba(32, 60, 83, 0.13);
  background: rgba(255, 253, 248, 0.72);
}

.row-schools-cta__action {
  position: relative;
  display: grid;
  grid-template-columns: 2.4rem minmax(0, 1fr) 2.5rem;
  gap: 1rem;
  align-items: center;
  min-height: 5.75rem;
  padding: 1rem 1.2rem;
  border-top: 1px solid rgba(32, 60, 83, 0.18);
  color: var(--row-source-navy);
  font-family: "Barlow Condensed", "Avenir Next Condensed", sans-serif;
  font-size: clamp(1.05rem, 1.8vw, 1.4rem);
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 220ms var(--row-home-ease), background-color 220ms var(--row-home-ease), transform 220ms var(--row-home-ease);
}

.row-schools-cta__action:last-child {
  border-bottom: 1px solid rgba(32, 60, 83, 0.18);
}

.row-schools-cta__action::after {
  display: grid;
  width: 2.5rem;
  height: 2.5rem;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 0.45rem;
  content: "↗";
  font-family: "Barlow", "Avenir Next", sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0;
  transition: transform 220ms var(--row-home-ease), background-color 220ms var(--row-home-ease);
}

.row-schools-cta__number {
  color: var(--row-source-berry);
  font-size: 0.68rem;
  letter-spacing: 0.16em;
}

.row-schools-cta__action-copy {
  display: grid;
  gap: 0.35rem;
  min-width: 0;
}

.row-schools-cta__action-copy > span {
  display: block;
}

.row-schools-cta__action-copy small {
  color: rgba(32, 60, 83, 0.62);
  font-family: "Barlow", "Avenir Next", sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.35;
  text-transform: none;
}

.row-schools-cta__action--primary {
  border-color: var(--row-source-navy);
  border-radius: 0.65rem;
  background: var(--row-source-navy);
  box-shadow: 0 0.9rem 2rem rgba(32, 60, 83, 0.18);
  color: #fff;
}

.row-schools-cta__action--primary + .row-schools-cta__action {
  margin-top: 0.75rem;
}

.row-schools-cta__action--primary .row-schools-cta__number {
  color: var(--row-source-yellow);
}

.row-schools-cta__action--primary .row-schools-cta__action-copy small {
  color: rgba(255, 255, 255, 0.68);
}

.row-schools-cta__action:hover {
  background: rgba(255, 201, 79, 0.2);
  transform: translateX(0.35rem);
}

.row-schools-cta__action--primary:hover {
  background: #294965;
  color: #fff;
}

.row-schools-cta__action:hover::after {
  background: var(--row-source-yellow);
  color: var(--row-source-navy);
  transform: rotate(45deg);
}

.row-schools-cta__action:focus-visible {
  z-index: 1;
  outline: 3px solid var(--row-source-yellow);
  outline-offset: 4px;
}

@media (max-width: 56rem) {
  .row-schools-cta__frame {
    grid-template-columns: 1fr;
  }

  .row-schools-cta__actions {
    border-top: 1px solid rgba(32, 60, 83, 0.13);
    border-left: 0;
  }

  .row-schools-2026 .row-schools-cta h2 {
    max-width: 20ch;
  }
}

@media (max-width: 40rem) {
  .row-schools-cta {
    padding-inline: 0.8rem;
  }

  .row-schools-cta__frame {
    min-height: 0;
    border-radius: 0.4rem 1rem 1rem;
  }

  .row-schools-cta__message {
    padding: 2.5rem 1.35rem;
  }

  .row-schools-2026 .row-schools-cta h2 {
    font-size: clamp(2rem, 10.6vw, 2.9rem);
  }

  .row-schools-cta h2 em {
    white-space: normal;
  }

  .row-schools-cta__actions {
    padding: 1.25rem;
  }

  .row-schools-cta__action {
    grid-template-columns: 1.9rem minmax(0, 1fr) 2.25rem;
    min-height: 5.25rem;
    padding-inline: 0.8rem;
  }

  .row-schools-cta__action:hover {
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .row-schools-cta__frame {
    animation: none;
  }

  .row-schools-cta__action,
  .row-schools-cta__action::after {
    transition: none;
  }

  .row-schools-cta__action:hover::after {
    transform: none;
  }
}

/* Compact school invitation — approved 2026-08-14 redesign */
.row-schools-cta {
  padding: clamp(2.5rem, 4.5vw, 4rem) clamp(1rem, 5vw, 3.5rem);
  background: #f7f5f0;
}

.row-schools-cta__frame {
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.52fr);
  min-height: 0;
  border: 1px solid rgba(32, 60, 83, 0.16);
  border-radius: 1.5rem;
  background: #fffdf8;
  box-shadow: 0 1.25rem 3.5rem rgba(32, 60, 83, 0.1);
}

.row-schools-cta__frame::before {
  inset: 0 0 auto;
  width: auto;
  height: 0.35rem;
  background: linear-gradient(90deg, var(--row-source-berry) 0 34%, var(--row-source-yellow) 34% 67%, var(--row-source-green) 67%);
}

.row-schools-cta__message {
  padding: clamp(2.35rem, 4vw, 3.75rem);
}

.row-schools-cta__eyebrow {
  margin-bottom: 1.1rem;
}

.row-schools-2026 .row-schools-cta h2 {
  max-width: 17ch;
  font-size: clamp(2.1rem, 3.35vw, 3.45rem);
  line-height: 1.08;
}

.row-schools-cta h2 em::after {
  height: 0.1em;
}

.row-schools-cta__support {
  max-width: 44ch;
  margin-top: 1.15rem;
  font-size: clamp(0.98rem, 1.15vw, 1.1rem);
  line-height: 1.55;
}

.row-schools-cta__actions {
  display: grid;
  align-content: center;
  gap: 1.25rem;
  padding: clamp(2rem, 3vw, 3rem);
  border-left: 1px solid rgba(32, 60, 83, 0.12);
  background: #f2eee5;
}

.row-schools-cta__action {
  display: inline-flex;
  min-height: 3rem;
  padding: 0;
  border: 0;
  color: var(--row-source-navy);
  letter-spacing: 0;
  text-transform: none;
}

.row-schools-cta__action::after {
  display: none;
}

.row-schools-cta__action--primary {
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  min-height: 3.75rem;
  padding: 0.95rem 1.15rem;
  border-radius: 0.8rem;
  background: var(--row-source-navy);
  box-shadow: 0 0.85rem 1.8rem rgba(32, 60, 83, 0.16);
  color: #fff;
  font-family: "Barlow Condensed", "Avenir Next Condensed", sans-serif;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.row-schools-cta__action--primary span:last-child {
  font-family: "Barlow", "Avenir Next", sans-serif;
  font-size: 1.25rem;
  transition: transform 220ms var(--row-home-ease);
}

.row-schools-cta__action--primary:hover {
  background: #294965;
  color: #fff;
  transform: translateY(-2px);
}

.row-schools-cta__action--primary:hover span:last-child {
  transform: translateX(0.25rem);
}

.row-schools-cta__alternatives {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.25rem 1rem;
  margin: 0;
}

.row-schools-cta__alternatives > span {
  grid-column: 1 / -1;
  margin-bottom: 0.3rem;
  color: rgba(32, 60, 83, 0.68);
  font-family: "Barlow", "Avenir Next", sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
}

.row-schools-cta__action--text {
  align-items: center;
  width: fit-content;
  min-height: 2.75rem;
  color: var(--row-source-navy);
  font-family: "Barlow", "Avenir Next", sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgba(143, 29, 75, 0.35);
  text-decoration-thickness: 0.12rem;
  text-underline-offset: 0.35rem;
}

.row-schools-cta__action--text:last-child {
  border-bottom: 0;
}

.row-schools-cta__action--text:hover {
  background: transparent;
  color: var(--row-source-berry);
  transform: none;
}

@media (max-width: 56rem) {
  .row-schools-cta__frame {
    grid-template-columns: 1fr;
  }

  .row-schools-cta__actions {
    border-top: 1px solid rgba(32, 60, 83, 0.12);
    border-left: 0;
  }
}

@media (max-width: 40rem) {
  .row-schools-cta__frame {
    border-radius: 1.15rem;
  }

  .row-schools-cta__message {
    padding: 2.25rem 1.35rem 1.85rem;
  }

  .row-schools-cta__actions {
    padding: 1.35rem;
  }

  .row-schools-cta__alternatives {
    grid-template-columns: 1fr;
  }

  .row-schools-cta__alternatives > span {
    grid-column: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .row-schools-cta__action--primary span:last-child {
    transition: none;
  }

  .row-schools-cta__action--primary:hover,
  .row-schools-cta__action--primary:hover span:last-child {
    transform: none;
  }
}
