@media (max-width: 1100px) {
  .main-nav {
    gap: 15px;
    font-size: 10px;
  }
  .main-nav .button {
    font-size: 10px;
    padding: 13px;
  }
  .church-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .include-grid {
    grid-template-columns: repeat(5, 1fr);
    row-gap: 28px;
  }
  .trips-grid {
    grid-template-columns: 1fr 1fr;
  }
  .hero-grid {
    gap: 35px;
  }
}
@media (max-width: 800px) {
  .menu-toggle {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background: transparent;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
  }
  .menu-toggle span {
    height: 2px;
    width: 19px;
    background: #fff;
  }
  .main-nav {
    position: absolute;
    display: none;
    top: calc(100% + 11px);
    left: 24px;
    right: 24px;
    padding: 18px;
    background: #081b2b;
    border: 1px solid rgba(231, 185, 93, 0.24);
    border-radius: 9px;
    align-items: stretch;
    gap: 0;
  }
  .main-nav.is-open {
    display: flex;
    flex-direction: column;
  }
  .main-nav > a {
    padding: 13px 7px;
    font-size: 12px;
  }
  .main-nav .button {
    margin: 10px 7px 4px;
  }
  .hero {
    padding-top: 122px;
  }
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .hero-card {
    max-width: 600px;
  }
  .church-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .testimonial-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .team-grid {
    grid-template-columns: 1fr;
  }
  .final-inner {
    align-items: flex-start;
    flex-direction: column;
  }
  .cta-actions {
    justify-content: flex-start;
    max-width: none;
  }
  .footer-grid {
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 25px;
  }
}
@media (min-width: 801px) {
  .menu-toggle {
    display: none;
  }
}
@media (max-width: 540px) {
  body {
    font-size: 17px;
  }
  .container {
    width: min(calc(100% - 32px), var(--container));
  }
  .hero {
    min-height: auto;
    padding-bottom: 38px;
  }
  .hero h1 {
    letter-spacing: -1.5px;
  }
  .hero-description {
    font-size: 17px;
  }
  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }
  .hero-actions .button {
    width: 100%;
  }
  .hero-meta {
    display: grid;
    gap: 8px;
  }
  .hero-card {
    padding: 13px 19px;
  }
  .hero-card article {
    padding: 14px 0;
  }
  .hero-card p {
    font-size: 15px;
  }
  .section {
    padding: 58px 0;
  }
  .section-title {
    font-size: 24px;
  }
  .section-title::before,
  .section-title::after {
    width: 22px;
    margin: 0 8px;
  }
  .include-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px 10px;
    margin-top: 31px;
  }
  .include-grid article {
    font-size: 13px;
  }
  .include-grid svg {
    width: 33px;
    height: 33px;
  }
  .results {
    flex-direction: column;
    padding: 60px 0 0;
    min-height: auto;
  }
  .results-bg {
    position: relative;
    order: 2;
    height: 300px;
    width: 100%;
    background-image: url("../assets/images/backgrounds/conference-results-720.webp");
    z-index: 1;
  }
  .results .container.results-content {
    order: 1;
    width: 100%;
    max-width: 100%;
    padding-bottom: 40px;
  }
  .church-grid {
    grid-template-columns: 1fr;
  }
  .church-card img,
  .church-image {
    height: 180px;
  }
  .church-card > div:last-child {
    min-height: auto;
  }
  .testimonial-grid {
    grid-template-columns: 1fr;
  }
  .testimonial:nth-child(n + 5) {
    display: none;
  }
  .testimonial-grid.is-expanded .testimonial:nth-child(n + 5) {
    display: flex;
  }
  .team-card {
    gap: 17px;
    padding: 17px;
  }
  .team-card img {
    width: 92px;
  }
  .team-card ul {
    font-size: 14px;
  }
  .trips-grid,
  .faq-list {
    grid-template-columns: 1fr;
  }
  .trip-card {
    padding: 15px;
  }
  .final-cta {
    padding: 60px 0;
  }
  .cta-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    gap: 10px;
  }
  .cta-actions .button,
  .cta-actions .button-outline {
    width: 100%;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  .footer-grid > div:first-child {
    grid-column: 1/-1;
  }
  .footer-bottom span:nth-child(2) {
    margin-left: 0;
  }
  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }
  .footer-bottom a {
    padding: 2px 0;
  }
  .modal-dialog {
    padding: 40px 15px;
  }
  .video-placeholder {
    padding: 32px 6px;
  }
}

@media (max-width: 800px) {
  .hero-bg {
    background-image: linear-gradient(90deg,rgba(2,13,23,.96) 0%,rgba(2,13,23,.82) 62%,rgba(2,13,23,.48) 100%),linear-gradient(0deg,rgba(2,13,23,.7),transparent 45%),url("../assets/images/backgrounds/hero-churches-skyline-flag.webp");
  }
}
