@media (max-width: 1080px) {
  h1 {
    font-size: 70px;
  }

  h2 {
    font-size: 49px;
  }

  .hero-copy h1 {
    width: 58%;
  }

  .hero-statement {
    width: 53%;
    font-size: 30px;
  }

  .hero-lede {
    width: 46%;
    font-size: 16px;
  }

  .device-schedule {
    right: 3%;
    width: 285px;
  }

  .device-students {
    right: 29%;
    width: 248px;
  }

  .schedule-layout {
    grid-template-columns: minmax(0, 0.8fr) minmax(440px, 1.2fr);
    gap: 44px;
  }

  .records-layout {
    grid-template-columns: 360px minmax(0, 1fr);
    gap: 58px;
  }

  .record-callout {
    right: -12px;
  }

  .reports-layout {
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 54px;
  }

  .watch-layout {
    gap: 48px;
  }
}

@media (max-width: 840px) {
  .shell {
    width: min(calc(100% - 36px), var(--shell));
  }

  .section {
    padding: 86px 0;
  }

  h1 {
    font-size: 64px;
  }

  h2 {
    font-size: 43px;
  }

  .desktop-nav,
  .header-cta {
    display: none;
  }

  .site-header {
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 8px;
  }

  .menu-button {
    display: block;
  }

  .hero {
    height: calc(100svh - 70px);
    min-height: 560px;
    max-height: 800px;
  }

  .hero-copy {
    padding-top: 30px;
  }

  .hero-copy h1,
  .hero-statement,
  .hero-lede {
    width: min(48%, 380px);
  }

  .hero-copy h1 {
    font-size: 58px;
  }

  .hero-statement {
    width: min(45%, 350px);
    font-size: 28px;
  }

  .hero-lede {
    width: min(43%, 330px);
    font-size: 15px;
  }

  .hero-actions {
    gap: 14px;
  }

  .hero-availability {
    max-width: 330px;
  }

  .hero-devices {
    inset: 0 0 0 48%;
  }

  .hero-devices::before {
    width: 64%;
  }

  .device-schedule {
    right: -4%;
    top: 11%;
    width: clamp(190px, 30vw, 250px);
  }

  .device-students {
    right: 20%;
    top: 40%;
    width: clamp(160px, 25vw, 210px);
  }

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

  .workflow-step {
    grid-template-columns: 60px minmax(0, 1fr);
  }

  .step-detail {
    grid-column: 2;
  }

  .schedule-layout,
  .records-layout,
  .reports-layout,
  .watch-layout {
    grid-template-columns: 1fr;
  }

  .schedule-copy,
  .reports-copy,
  .watch-copy {
    max-width: 680px;
  }

  .ipad-device {
    width: min(100%, 680px);
    margin: 20px auto 0;
  }

  .records-layout {
    gap: 22px;
  }

  .records-visual {
    order: 2;
    width: min(100%, 520px);
    min-height: 650px;
    margin: 0 auto;
  }

  .record-callout {
    right: 30px;
  }

  .device-report {
    width: 310px;
    margin-top: 20px;
  }

  .watch-devices {
    justify-content: flex-start;
    padding-left: 50px;
  }

  .download-layout {
    grid-template-columns: 94px minmax(0, 1fr);
  }

  .download-layout > img {
    width: 94px;
    height: 94px;
  }

  .download-layout .button {
    grid-column: 2;
    justify-self: start;
  }

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

  .faq-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .footer-layout {
    grid-template-columns: 1fr auto;
  }

  .footer-links {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}

@media (min-width: 601px) and (max-width: 680px) {
  .hero {
    align-items: flex-start;
  }

  .hero-copy {
    padding-top: 96px;
  }

  .hero-copy h1 {
    font-size: 50px;
  }

  .hero-statement {
    font-size: 25px;
  }

  .hero-lede {
    font-size: 14px;
    line-height: 1.45;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .hero-availability {
    display: none;
  }
}

@media (max-width: 600px) {
  .shell {
    width: min(calc(100% - 28px), var(--shell));
  }

  .section {
    padding: 68px 0;
  }

  h1 {
    font-size: 50px;
  }

  h2 {
    font-size: 37px;
  }

  h3 {
    font-size: 21px;
  }

  .site-header {
    left: 9px;
    right: 9px;
    top: 8px;
    width: auto;
    min-height: 54px;
    transform: none;
  }

  .site-header.is-scrolled {
    top: 5px;
  }

  .brand img {
    width: 34px;
    height: 34px;
  }

  .language-menu summary {
    min-width: 44px;
    min-height: 36px;
  }

  .mobile-nav {
    left: 9px;
    right: 9px;
    top: 68px;
  }

  .hero {
    align-items: flex-start;
    height: calc(100svh - 76px);
    min-height: 0;
    max-height: none;
  }

  .hero-copy {
    padding-top: 80px;
  }

  .hero-copy h1,
  .hero-statement,
  .hero-lede {
    width: 100%;
  }

  .hero-copy h1 {
    margin-bottom: 12px;
  }

  .hero-statement {
    max-width: 360px;
    margin-bottom: 12px;
    font-size: 27px;
  }

  .hero-lede {
    max-width: 390px;
    margin-bottom: 18px;
    font-size: 15px;
    line-height: 1.45;
  }

  .hero-actions {
    gap: 16px;
    margin-bottom: 12px;
  }

  .hero-availability {
    display: none;
  }

  .hero-devices {
    inset: auto 0 0 0;
    height: 34%;
  }

  .hero-devices::before {
    width: 73%;
  }

  .hero-devices::after {
    right: 5%;
    top: 12%;
    width: 18%;
    height: 20%;
  }

  .hero .device {
    border-width: 5px;
    border-radius: 31px;
  }

  .device-schedule {
    right: 7%;
    top: 5%;
    width: 166px;
    transform: rotate(4deg);
  }

  .device-students {
    right: 41%;
    top: 22%;
    width: 142px;
    transform: rotate(-7deg);
  }

  .hero-rule-one {
    top: 42%;
    width: 100%;
  }

  .hero-rule-two {
    display: none;
  }

  .hero-block {
    height: 25%;
    width: 12px;
  }

  .promise-band {
    padding: 20px 0;
  }

  .promise-grid {
    gap: 13px;
  }

  .promise-grid p {
    font-size: 21px;
  }

  .section-heading {
    margin-bottom: 42px;
  }

  .section-heading > p:last-child,
  .records-copy > p:not(.eyebrow),
  .schedule-copy p:not(.eyebrow),
  .reports-copy p:not(.eyebrow),
  .watch-copy p:not(.eyebrow) {
    font-size: 17px;
  }

  .workflow-step {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 12px;
    padding: 26px 0;
  }

  .step-number {
    font-size: 25px;
  }

  .workflow-step h3 {
    font-size: 25px;
  }

  .step-detail {
    grid-column: 2;
  }

  .ipad-device {
    border-width: 6px;
    border-radius: 20px;
    box-shadow: 12px 14px 0 rgba(255, 255, 255, 0.13);
    transform: rotate(1deg);
  }

  .records-visual {
    min-height: 570px;
  }

  .device-records,
  .device-report {
    border-width: 6px;
    border-radius: 34px;
  }

  .device-records {
    width: min(75vw, 275px);
  }

  .record-callout {
    right: 6px;
    bottom: 82px;
    width: 154px;
    padding: 16px;
  }

  .record-callout strong {
    font-size: 42px;
  }

  .capability-grid {
    grid-template-columns: 1fr;
  }

  .capability-grid article {
    min-height: auto;
    padding: 21px;
  }

  .metric-row strong {
    font-size: 30px;
  }

  .metric-row div {
    padding: 20px 8px 20px 0;
  }

  .metric-row div:not(:first-child) {
    padding-left: 10px;
  }

  .metric-row span {
    font-size: 10px;
  }

  .device-report {
    width: min(72vw, 278px);
  }

  .watch-devices {
    min-height: 290px;
    gap: 14px;
    padding-left: 8px;
  }

  .watch-device {
    width: min(41vw, 162px);
    border-width: 6px;
    border-radius: 44px;
  }

  .plans {
    grid-template-columns: 1fr;
  }

  .guide-grid {
    grid-template-columns: 1fr;
  }

  .guide-link {
    min-height: 0;
    padding: 24px;
  }

  .guide-link h3 {
    margin-top: 22px;
    font-size: 27px;
  }

  .faq-list summary {
    padding: 19px 33px 19px 0;
    font-size: 23px;
  }

  .faq-list summary::after {
    top: 20px;
  }

  .plan {
    min-height: 220px;
    padding: 28px;
  }

  .plan h3 {
    font-size: 31px;
  }

  .download-section {
    padding: 60px 0;
  }

  .download-layout {
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 20px;
  }

  .download-layout > img {
    width: 72px;
    height: 72px;
    border-radius: 16px;
  }

  .download-layout h2 {
    font-size: 33px;
  }

  .footer-layout {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .footer-links {
    grid-column: auto;
    grid-row: auto;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .footer-layout > p {
    justify-self: start;
  }
}

@media (max-width: 380px) {
  .hero-copy {
    padding-top: 76px;
  }

  .hero-copy h1 {
    font-size: 46px;
  }

  .hero-statement {
    font-size: 25px;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .hero-lede {
    font-size: 14px;
  }

  .device-schedule {
    width: 148px;
  }

  .device-students {
    width: 126px;
  }
}

@media (max-width: 600px) and (max-height: 700px) {
  .hero-copy {
    padding-top: 74px;
  }

  .hero-lede,
  .hero-availability,
  .hero-actions .text-link {
    display: none;
  }

  .hero-actions {
    margin-bottom: 0;
  }

  .hero-devices {
    height: 34%;
  }

  .device-schedule {
    width: 140px;
  }

  .device-students {
    width: 120px;
  }
}

@media (max-width: 340px) and (max-height: 700px) {
  .hero-devices {
    height: 22%;
  }
}
