/* Prevent cropped hero artwork in normal desktop windows and tablets. */
@media (max-width: 1500px) and (min-width: 981px) {
  header { padding-left: 28px; padding-right: 28px; }
  nav { gap: 18px; font-size: 12px; }
  .header-cta { padding: 11px 12px; font-size: 12px; }

  .hero { min-height: 474px; }
  .hero-copy { padding-top: 70px; padding-bottom: 54px; }
  .hero-copy h1 { font-size: clamp(42px, 4.7vw, 56px); }
  .hero-visual { min-height: 410px; background: #082b42; }
  .hero-visual img { object-fit: contain; object-position: center; }
}

/* A narrow desktop window needs the same safe one-column composition as a tablet. */
@media (max-width: 980px) {
  header { height: 72px; padding: 0 22px; gap: 16px; }
  nav { display: none; }
  .header-cta { margin-left: auto; }

  .hero { grid-template-columns: 1fr; min-height: 0; }
  .hero-copy { max-width: none; padding: 66px 32px 54px; }
  .hero-visual { min-height: 350px; background: #082b42; }
  .hero-visual img { object-fit: contain; object-position: center; }
  .day { left: 24px; top: 24px; }

  .quick { margin: 0; width: 100%; max-width: none; }
  .cards { grid-template-columns: repeat(2, 1fr); }
  .heading, .area, .safe, .faq, .contact { grid-template-columns: 1fr; gap: 36px; }
}

@media (max-width: 600px) {
  header { height: 66px; padding: 0 16px; }
  .brand b { font-size: 14px; }
  .brand i { width: 35px; height: 35px; }
  .header-cta { width: 42px; height: 42px; padding: 0; font-size: 0; display: grid; place-items: center; }
  .header-cta::first-letter { font-size: 16px; }

  .hero-copy { padding: 48px 20px 42px; }
  .hero-copy h1 { font-size: clamp(34px, 10vw, 43px); line-height: 1.23; }
  .hero-copy > p:not(.eyebrow) { font-size: 15px; }
  .actions { flex-direction: column; align-items: stretch; gap: 16px; margin: 28px 0 20px; }
  .primary { display: flex; justify-content: space-between; }
  .text-link { width: fit-content; }
  .trust { display: grid; gap: 8px; }
  .hero-visual { min-height: 250px; }
  .day { left: 16px; top: 16px; padding: 11px 13px; }
  .day b { font-size: 13px; }
  .location { right: 14px; bottom: 14px; font-size: 11px; }

  .quick { grid-template-columns: 1fr 1fr; gap: 14px 8px; padding: 18px 20px; }
  .quick span { font-size: 12px; }
  .section, .safe, .faq, .contact { padding: 62px 20px; }
  .cards { grid-template-columns: 1fr; }
  .cards article { min-height: 266px; padding-bottom: 58px; }
  .cards a { left: 25px; bottom: 22px; }
  .area aside { padding: 28px 23px; }
  .flow article, .flow article:first-child { padding: 22px 0; }
  footer { padding: 26px 20px; }
}
