/* Lockfast school district landing page */
.school-page {
  --school-yellow: #ffcc23;
  --school-cyan: #29b7e8;
  --school-navy: #06172a;
  --school-blue: #0077b6;
  --school-red: #d71920;
  --school-paper: #f3f6f8;
  --school-line: #cbd6de;
  overflow-x: hidden;
}

.school-page *,
.school-page *::before,
.school-page *::after {
  border-radius: 0 !important;
}

.school-page .button--outline {
  color: var(--school-navy);
  border-color: var(--school-navy);
}

.school-page .button--outline:hover {
  color: var(--white);
  background: var(--school-navy);
  border-color: var(--school-navy);
}

.school-page .button--outline-light {
  color: var(--white);
  border-color: rgba(255, 255, 255, .7);
}

.school-page .button--outline-light:hover {
  color: var(--school-navy);
  background: var(--white);
  border-color: var(--white);
}

.school-page .button--dark {
  color: var(--white);
  background: var(--school-navy);
  border-color: var(--school-navy);
}

.school-page .button--dark:hover {
  color: var(--school-navy);
  background: var(--white);
  border-color: var(--white);
}

.school-breadcrumb {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 44px;
  color: #536574;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.school-breadcrumb a:hover {
  color: var(--school-blue);
}

.school-hero {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(112deg, rgba(3, 16, 30, .99) 0%, rgba(6, 27, 48, .98) 56%, rgba(0, 91, 143, .95) 100%);
}

.school-hero::after {
  content: "";
  position: absolute;
  right: -100px;
  bottom: -140px;
  width: 430px;
  height: 430px;
  border: 70px solid rgba(41, 183, 232, .12);
  transform: rotate(18deg);
  pointer-events: none;
}

.school-hero__grid {
  position: absolute;
  inset: 0;
  opacity: .14;
  background-image:
    linear-gradient(rgba(255, 255, 255, .32) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .32) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(90deg, #000 0 54%, transparent 92%);
}

.school-hero__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(420px, .97fr);
  align-items: center;
  gap: clamp(45px, 6vw, 90px);
  min-height: 720px;
  padding-block: 80px;
}

.school-hero__content {
  max-width: 770px;
}

.school-hero h1,
.school-heading h2,
.school-intro-grid h2,
.tempo-intro h2,
.district-copy h2,
.faq-layout__intro h2,
.school-quote__copy h2 {
  margin: 0;
  font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
  font-weight: 900;
  letter-spacing: -.045em;
  line-height: .99;
}

.school-hero h1 {
  font-size: clamp(3.35rem, 5.5vw, 5.85rem);
}

.school-hero__lead {
  max-width: 720px;
  margin: 27px 0 0;
  color: #dbe8f1;
  font-size: clamp(1.04rem, 1.5vw, 1.24rem);
  line-height: 1.67;
}

.school-hero__lead strong {
  color: var(--white);
}

.school-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 34px;
}

.school-proof-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 27px;
  margin: 29px 0 0;
  padding: 0;
  color: #d7e3eb;
  font-size: .82rem;
  font-weight: 800;
  list-style: none;
}

.school-proof-list li {
  position: relative;
  padding-left: 17px;
}

.school-proof-list li::before {
  content: "";
  position: absolute;
  top: .64em;
  left: 0;
  width: 7px;
  height: 7px;
  background: var(--school-yellow);
}

.school-hero__visual {
  position: relative;
  min-height: 525px;
  margin-right: -8vw;
  border: 12px solid rgba(255, 255, 255, .08);
  border-right: 0;
  box-shadow: 0 28px 75px rgba(0, 0, 0, .34);
}

.school-hero__visual > img {
  width: 100%;
  height: 525px;
  object-fit: cover;
  object-position: center;
}

.school-hero__visual::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(90deg, rgba(3, 16, 30, .15), transparent 45%);
}

.school-hero__callout {
  position: absolute;
  z-index: 2;
  left: -56px;
  bottom: 34px;
  display: grid;
  width: min(390px, calc(100% - 32px));
  padding: 23px 25px;
  color: var(--school-navy);
  background: var(--school-yellow);
  border-left: 8px solid var(--school-red);
  box-shadow: 0 20px 38px rgba(0, 0, 0, .25);
}

.school-hero__callout > span {
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.school-hero__callout strong {
  margin-top: 3px;
  font-size: 1.13rem;
  line-height: 1.25;
}

.school-hero__callout a {
  margin-top: 14px;
  color: var(--school-blue);
  font-size: .75rem;
  font-weight: 900;
  letter-spacing: .045em;
  text-transform: uppercase;
}

.school-audience {
  color: var(--white);
  background: var(--school-blue);
  border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.school-audience__inner {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}

.school-audience__inner span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 72px;
  padding: 13px;
  border-left: 1px solid rgba(255, 255, 255, .24);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .055em;
  line-height: 1.35;
  text-align: center;
  text-transform: uppercase;
}

.school-audience__inner span:last-child {
  border-right: 1px solid rgba(255, 255, 255, .24);
}

.school-page .school-section {
  display: block;
  min-height: 0;
  padding-block: 105px;
  color: var(--school-navy);
  background: var(--white);
}

.school-section--intro {
  background:
    linear-gradient(90deg, transparent 0 50%, rgba(0, 119, 182, .035) 50% 100%),
    var(--white) !important;
}

.school-intro-grid,
.school-heading--split,
.tempo-gallery-heading {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(360px, .75fr);
  gap: clamp(45px, 7vw, 100px);
  align-items: end;
}

.school-intro-grid h2,
.school-heading h2,
.tempo-intro h2,
.district-copy h2,
.faq-layout__intro h2,
.school-quote__copy h2 {
  font-size: clamp(2.65rem, 4.6vw, 4.65rem);
}

.school-intro-grid > div:last-child > p,
.school-heading--split > p,
.school-heading--center > p,
.tempo-gallery-heading > p,
.district-copy > p,
.faq-layout__intro > p,
.school-quote__copy > p {
  margin: 0;
  color: #536574;
  font-size: 1.02rem;
  line-height: 1.75;
}

.school-intro-grid .text-link {
  margin-top: 10px;
}

.school-value-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 65px;
  border-top: 1px solid var(--school-line);
  border-left: 1px solid var(--school-line);
}

.school-value-grid article {
  min-height: 290px;
  padding: 34px;
  border-right: 1px solid var(--school-line);
  border-bottom: 1px solid var(--school-line);
}

.school-value-grid__number {
  display: inline-block;
  margin-bottom: 56px;
  color: var(--school-blue);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .12em;
}

.school-value-grid h3,
.conversion-grid h3,
.application-grid strong,
.district-points h3,
.school-process h3 {
  margin: 0;
  font-size: 1.15rem;
  line-height: 1.25;
}

.school-value-grid p,
.conversion-grid p,
.district-points p,
.school-process p {
  margin: 12px 0 0;
  color: #5d6c77;
  font-size: .9rem;
  line-height: 1.65;
}

.school-section--dark {
  color: var(--white) !important;
  background:
    linear-gradient(125deg, #03101e 0%, #071b30 62%, #0b3655 100%) !important;
}

.school-heading--light h2 {
  color: var(--white);
}

.school-heading--light > p {
  color: #c8d7e2;
}

.brand-compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 55px;
  border-top: 1px solid rgba(255, 255, 255, .25);
  border-left: 1px solid rgba(255, 255, 255, .25);
}

.brand-card {
  position: relative;
  display: flex;
  min-height: 650px;
  padding: clamp(32px, 4vw, 55px);
  flex-direction: column;
  border-right: 1px solid rgba(255, 255, 255, .25);
  border-bottom: 1px solid rgba(255, 255, 255, .25);
}

.brand-card--3m {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .06), transparent 60%),
    rgba(255, 255, 255, .025);
}

.brand-card--lockfast {
  background:
    linear-gradient(145deg, rgba(0, 164, 214, .16), transparent 58%),
    rgba(0, 119, 182, .08);
}

.brand-card__flag {
  align-self: flex-start;
  padding: 7px 10px;
  color: var(--school-navy);
  background: var(--school-yellow);
  font-size: .67rem;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.brand-card--lockfast .brand-card__flag {
  color: var(--white);
  background: var(--school-red);
}

.brand-card__header {
  margin-top: 45px;
}

.brand-card__mark {
  display: block;
  margin-bottom: 12px;
  color: #ff262c;
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: -.05em;
}

.brand-card__mark--lockfast {
  color: var(--school-cyan);
  font-size: 1.45rem;
  letter-spacing: .02em;
}

.brand-card h3 {
  margin: 0;
  font-size: clamp(1.7rem, 3vw, 2.65rem);
  line-height: 1.08;
}

.brand-card__header p {
  margin: 17px 0 0;
  color: #c9d8e3;
  line-height: 1.7;
}

.brand-card ul,
.tempo-intro ul,
.school-quote__copy ul {
  display: grid;
  gap: 13px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.brand-card li,
.tempo-intro li,
.school-quote__copy li {
  position: relative;
  padding-left: 20px;
  line-height: 1.5;
}

.brand-card li::before,
.tempo-intro li::before,
.school-quote__copy li::before {
  content: "";
  position: absolute;
  top: .64em;
  left: 0;
  width: 8px;
  height: 8px;
  background: var(--school-cyan);
}

.brand-card--lockfast li::before,
.school-quote__copy li::before {
  background: var(--school-yellow);
}

.brand-card__best {
  display: grid;
  gap: 5px;
  margin: 32px 0 28px;
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, .24);
  border-bottom: 1px solid rgba(255, 255, 255, .24);
}

.brand-card__best strong {
  color: var(--school-yellow);
  font-size: .7rem;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.brand-card__best span {
  color: #d2dee7;
  font-size: .88rem;
  line-height: 1.55;
}

.brand-card .button {
  align-self: flex-start;
  margin-top: auto;
}

.brand-compare__note {
  margin: 29px 0 0;
  padding-left: 18px;
  color: #c9d8e3;
  border-left: 4px solid var(--school-yellow);
}

.brand-compare__note strong {
  color: var(--white);
}

.school-conversion-visual {
  position: relative;
  overflow: hidden;
  margin-top: 58px;
  padding: 20px;
  background:
    linear-gradient(90deg, rgba(0, 119, 182, .06) 1px, transparent 1px),
    linear-gradient(rgba(0, 119, 182, .06) 1px, transparent 1px),
    var(--school-paper);
  background-size: 42px 42px;
  border: 1px solid var(--school-line);
}

.school-conversion-visual img {
  width: 100%;
  min-height: 205px;
  object-fit: cover;
  background: var(--white);
}

.conversion-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 28px;
  border-top: 1px solid var(--school-line);
  border-left: 1px solid var(--school-line);
}

.conversion-grid article {
  min-height: 260px;
  padding: 30px;
  border-right: 1px solid var(--school-line);
  border-bottom: 1px solid var(--school-line);
}

.conversion-grid article > span {
  display: block;
  margin-bottom: 50px;
  color: var(--school-blue);
  font-size: .73rem;
  font-weight: 900;
  letter-spacing: .13em;
}

.school-cta-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: 35px;
  padding: 30px 34px;
  color: var(--white);
  background: var(--school-navy);
  border-left: 9px solid var(--school-cyan);
}

.school-cta-band > div {
  display: grid;
  gap: 2px;
}

.school-cta-band span {
  color: #bfcfda;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.school-cta-band strong {
  font-size: 1.25rem;
}

.school-section--applications {
  background:
    linear-gradient(90deg, rgba(0, 119, 182, .04) 1px, transparent 1px),
    linear-gradient(rgba(0, 119, 182, .04) 1px, transparent 1px),
    var(--school-paper) !important;
  background-size: 55px 55px !important;
}

.school-heading--center {
  max-width: 880px;
  margin-inline: auto;
  text-align: center;
}

.school-heading--center > p {
  max-width: 730px;
  margin: 23px auto 0;
}

.application-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 58px;
  border-top: 1px solid var(--school-line);
  border-left: 1px solid var(--school-line);
}

.application-grid article {
  display: grid;
  align-content: start;
  min-height: 205px;
  padding: 27px;
  border-right: 1px solid var(--school-line);
  border-bottom: 1px solid var(--school-line);
  background: rgba(255, 255, 255, .78);
}

.application-grid article::before {
  content: "+";
  display: block;
  margin-bottom: 37px;
  color: var(--school-red);
  font-size: 1.3rem;
  font-weight: 900;
}

.application-grid span {
  margin-top: 9px;
  color: #5b6a76;
  font-size: .86rem;
  line-height: 1.55;
}

.school-section--tempo {
  padding-bottom: 0 !important;
  background: var(--white) !important;
}

.tempo-intro {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(460px, 1.1fr);
  align-items: center;
  gap: clamp(50px, 7vw, 100px);
}

.tempo-intro__copy > p:not(.eyebrow) {
  margin: 24px 0 0;
  color: #536574;
  font-size: 1rem;
  line-height: 1.75;
}

.tempo-intro ul {
  color: #394d5d;
}

.tempo-intro__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 34px;
}

.tempo-intro__visual {
  position: relative;
  min-height: 520px;
  padding: 0 0 40px 40px;
  background:
    linear-gradient(90deg, rgba(0, 119, 182, .09) 1px, transparent 1px),
    linear-gradient(rgba(0, 119, 182, .09) 1px, transparent 1px),
    var(--school-paper);
  background-size: 42px 42px;
}

.tempo-intro__visual img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  box-shadow: 0 24px 52px rgba(3, 26, 47, .2);
}

.tempo-intro__visual > div {
  position: absolute;
  right: -22px;
  bottom: 0;
  display: grid;
  min-width: 175px;
  padding: 20px 24px;
  color: var(--white);
  background: var(--school-blue);
  border-left: 7px solid var(--school-yellow);
}

.tempo-intro__visual strong {
  font-size: 1.7rem;
  line-height: 1;
}

.tempo-intro__visual span {
  margin-top: 4px;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.tempo-gallery-heading {
  align-items: start;
  margin-top: 105px;
  padding-top: 68px;
  border-top: 1px solid var(--school-line);
}

.tempo-gallery-heading h3 {
  margin: 0;
  font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
  font-size: clamp(2rem, 3.6vw, 3.55rem);
  letter-spacing: -.04em;
  line-height: 1.02;
}

.tempo-gallery {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 40px;
  border-top: 1px solid var(--school-line);
  border-left: 1px solid var(--school-line);
}

.tempo-gallery figure {
  margin: 0;
  overflow: hidden;
  background: var(--white);
  border-right: 1px solid var(--school-line);
  border-bottom: 1px solid var(--school-line);
}

.tempo-gallery img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  background: #e8edf0;
  transition: transform 180ms ease;
}

.tempo-gallery figure:hover img {
  transform: scale(1.035);
}

.tempo-gallery figcaption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 66px;
  padding: 14px 16px;
}

.tempo-gallery figcaption strong {
  font-size: .86rem;
  line-height: 1.2;
}

.tempo-gallery figcaption span {
  color: #657681;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .04em;
  text-align: right;
  text-transform: uppercase;
}

.tempo-sample-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: 38px;
  padding: 30px 34px;
  color: var(--school-navy);
  background: var(--school-yellow);
  border-left: 9px solid var(--school-red);
}

.tempo-sample-bar > div {
  display: grid;
  gap: 4px;
}

.tempo-sample-bar strong {
  font-size: 1.08rem;
}

.tempo-sample-bar span {
  font-size: .88rem;
}

.district-grid {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(480px, 1.15fr);
  gap: clamp(55px, 8vw, 115px);
  align-items: start;
}

.district-copy {
  position: sticky;
  top: 145px;
}

.district-copy > p {
  margin-top: 25px;
}

.district-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 33px;
}

.district-points {
  border-top: 1px solid var(--school-line);
}

.district-points article {
  display: grid;
  grid-template-columns: 84px 1fr;
  gap: 25px;
  padding: 28px 0;
  border-bottom: 1px solid var(--school-line);
}

.district-points article > span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  color: var(--white);
  background: var(--school-blue);
  border-left: 7px solid var(--school-yellow);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .04em;
}

.school-process {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 85px;
  border-top: 1px solid var(--school-line);
  border-left: 1px solid var(--school-line);
}

.school-process article {
  min-height: 270px;
  padding: 30px;
  border-right: 1px solid var(--school-line);
  border-bottom: 1px solid var(--school-line);
}

.school-process article > span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 50px;
  color: var(--white);
  background: var(--school-red);
  font-weight: 900;
}

.school-section--faq {
  background: var(--school-paper) !important;
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(0, .72fr) minmax(520px, 1.28fr);
  gap: clamp(55px, 8vw, 115px);
  align-items: start;
}

.faq-layout__intro > p {
  margin-top: 24px;
}

.faq-list {
  border-top: 1px solid #aebcc6;
}

.faq-list details {
  border-bottom: 1px solid #aebcc6;
}

.faq-list summary {
  position: relative;
  padding: 25px 55px 25px 0;
  cursor: pointer;
  font-size: 1.03rem;
  font-weight: 900;
  line-height: 1.35;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  position: absolute;
  top: 18px;
  right: 0;
  color: var(--school-blue);
  font-size: 1.75rem;
  font-weight: 400;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details p {
  margin: 0;
  padding: 0 50px 27px 0;
  color: #566875;
  line-height: 1.7;
}

.school-quote {
  padding-block: 105px;
  color: var(--white);
  background:
    linear-gradient(120deg, #03101e 0%, #08243d 66%, #005f91 100%);
}

.school-quote__grid {
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(540px, 1.22fr);
  gap: clamp(55px, 8vw, 110px);
  align-items: start;
}

.school-quote__copy {
  position: sticky;
  top: 145px;
}

.school-quote__copy > p {
  margin-top: 24px;
  color: #ccdae4;
}

.school-quote__copy ul {
  color: #e2ebf1;
}

.school-quote__contact {
  display: grid;
  gap: 7px;
  margin-top: 36px;
  padding-top: 25px;
  border-top: 1px solid rgba(255, 255, 255, .22);
  font-size: 1.22rem;
  font-weight: 900;
}

.school-form {
  position: relative;
  padding: clamp(27px, 4vw, 48px);
  color: var(--school-navy);
  background: var(--white);
  border-top: 8px solid var(--school-yellow);
}

.school-form .button--submit:hover {
  color: var(--white);
  background: var(--school-navy);
  border-color: var(--school-navy);
}

@media (max-width: 1180px) {
  .school-hero__inner {
    grid-template-columns: minmax(0, 1fr) minmax(390px, .8fr);
  }

  .school-hero__visual {
    margin-right: -4vw;
  }

  .school-audience__inner {
    grid-template-columns: repeat(3, 1fr);
  }

  .school-audience__inner span:nth-child(3) {
    border-right: 1px solid rgba(255, 255, 255, .24);
  }

  .school-audience__inner span:nth-child(n + 4) {
    border-top: 1px solid rgba(255, 255, 255, .24);
  }

  .application-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .tempo-gallery {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 920px) {
  .school-page .school-section,
  .school-quote {
    padding-block: 82px;
  }

  .school-hero__inner,
  .school-intro-grid,
  .school-heading--split,
  .tempo-intro,
  .tempo-gallery-heading,
  .district-grid,
  .faq-layout,
  .school-quote__grid {
    grid-template-columns: 1fr;
  }

  .school-hero__inner {
    min-height: auto;
    padding-block: 70px;
  }

  .school-hero__content {
    max-width: 800px;
  }

  .school-hero__visual {
    max-width: 760px;
    min-height: 470px;
    margin: 0;
  }

  .school-hero__visual > img {
    height: 470px;
  }

  .school-hero__callout {
    left: 25px;
  }

  .school-intro-grid,
  .school-heading--split,
  .tempo-gallery-heading {
    align-items: start;
    gap: 24px;
  }

  .brand-card {
    min-height: 610px;
  }

  .conversion-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .tempo-intro__visual {
    max-width: 760px;
  }

  .district-copy,
  .school-quote__copy {
    position: static;
  }

  .school-process {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 720px) {
  .school-breadcrumb {
    display: none;
  }

  .school-hero h1 {
    font-size: clamp(2.8rem, 12vw, 4.5rem);
  }

  .school-hero__actions,
  .tempo-intro__actions,
  .district-actions {
    flex-direction: column;
  }

  .school-hero__actions .button,
  .tempo-intro__actions .button,
  .district-actions .button {
    width: 100%;
  }

  .school-proof-list {
    flex-direction: column;
    gap: 8px;
  }

  .school-hero__visual,
  .school-hero__visual > img {
    min-height: 390px;
    height: 390px;
  }

  .school-hero__callout {
    right: 15px;
    left: 15px;
    bottom: 15px;
    width: auto;
  }

  .school-audience__inner {
    grid-template-columns: repeat(2, 1fr);
  }

  .school-audience__inner span:nth-child(3) {
    border-right: 0;
  }

  .school-audience__inner span:nth-child(n + 3) {
    border-top: 1px solid rgba(255, 255, 255, .24);
  }

  .school-audience__inner span:nth-child(even) {
    border-right: 1px solid rgba(255, 255, 255, .24);
  }

  .school-value-grid,
  .brand-compare,
  .conversion-grid,
  .application-grid,
  .school-process {
    grid-template-columns: 1fr;
  }

  .school-value-grid article,
  .conversion-grid article,
  .school-process article {
    min-height: auto;
  }

  .school-value-grid__number,
  .conversion-grid article > span,
  .school-process article > span {
    margin-bottom: 28px;
  }

  .brand-card {
    min-height: auto;
  }

  .brand-card .button {
    width: 100%;
  }

  .school-conversion-visual {
    padding: 10px;
  }

  .school-conversion-visual img {
    min-height: 150px;
  }

  .school-cta-band,
  .tempo-sample-bar {
    align-items: stretch;
    flex-direction: column;
  }

  .school-cta-band .button,
  .tempo-sample-bar .button {
    width: 100%;
  }

  .tempo-intro__visual {
    min-height: 390px;
    padding: 0 0 30px 20px;
  }

  .tempo-intro__visual img {
    height: 360px;
  }

  .tempo-intro__visual > div {
    right: 0;
  }

  .tempo-gallery {
    grid-template-columns: repeat(2, 1fr);
  }

  .district-points article {
    grid-template-columns: 65px 1fr;
    gap: 18px;
  }

  .district-points article > span {
    width: 58px;
    height: 58px;
  }

  .faq-list summary {
    padding-right: 42px;
  }

  .school-form {
    padding: 25px 18px;
  }
}

@media (max-width: 460px) {
  .school-page .school-section,
  .school-quote {
    padding-block: 70px;
  }

  .school-audience__inner {
    grid-template-columns: 1fr;
  }

  .school-audience__inner span,
  .school-audience__inner span:nth-child(3),
  .school-audience__inner span:nth-child(even) {
    border-right: 1px solid rgba(255, 255, 255, .24);
    border-top: 1px solid rgba(255, 255, 255, .24);
  }

  .school-audience__inner span:first-child {
    border-top: 0;
  }

  .school-hero__visual,
  .school-hero__visual > img {
    min-height: 330px;
    height: 330px;
  }

  .school-hero__callout {
    padding: 18px;
  }

  .tempo-gallery {
    grid-template-columns: 1fr 1fr;
  }

  .tempo-gallery figcaption {
    align-items: flex-start;
    flex-direction: column;
    min-height: 79px;
  }

  .tempo-gallery figcaption span {
    text-align: left;
  }
}
