@media (max-width: 1500px) {
  .inner {
    max-width: 1200px;
  }
}

@media (max-width: 1200px) {
  .inner {
    max-width: 1000px;
  }

  .hero-title {
    font-size: 3rem;
  }

  .about-content {
    gap: 40px;
  }
}

@media (max-width: 1100px) {
}

@media (max-width: 1000px) {
  .headshot-image {
    width: 100%;
    max-width: 240px;
  }
  .hero-image {
    bottom: unset;
    display: flex;
    position: relative;
    margin: 0 auto;
    z-index: 2;
  }
  .hamburger {
    display: inline-block !important;
  }
  .header-right {
    align-items: flex-end;
  }
  .inner {
    max-width: 900px;
    padding: 0 30px;
  }

  .site-header .inner {
    padding: 0 30px;
  }

  /* Reorganize footer layout: buttons, menu, social, disclaimer, bottom */
  .footer .inner {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
    text-align: center;
  }

  .footer-left {
    order: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer-right {
    order: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer-bottom-section {
    order: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  /* Disclaimer max-width and centering */
  .footer .disclaimer {
    max-width: 500px;
    margin: 0 auto;
  }

  /* Fix social icon padding at 1000px breakpoint */
  .footer .social-wrapper {
    padding: 8px 0px 8px 0;
  }

  /* Footer action buttons styling at 1000px breakpoint */
  .footer-action-buttons {
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px 0;
  }

  .footer-action-buttons .footer-button-donate,
  .footer-action-buttons .footer-button-find {
    min-width: 190px;
    padding: 15px 30px;
  }

  /* Show hamburger menu, hide desktop nav and social/donate */
  .hamburger {
    display: block;
  }

  .menu-wrap {
    display: none;
  }

  .social-wrapper {
    display: none;
  }

  .header-donate {
    display: none;
  }

  .hero-title {
    font-size: 3rem;
  }

  .hero-content {
    padding: 0 30px;
    grid-template-columns: 1fr;
    gap: 0;
    text-align: center;
  }

  .hero-form {
    margin-top: 0;
    width: 100%;
    max-width: 100%;
  }

  .hero-text {
    text-align: center;
  }

  .hero-right {
    align-items: center;
  }

  .donation-content {
    padding: 0 30px;
  }

  .results-content {
    padding: 0 30px;
  }

  .about-content {
    grid-template-columns: 1fr;
    gap: 60px;
    padding: 0 30px;

    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }

  .footer .inner {
    grid-template-columns: 1fr;
    flex-direction: column-reverse;
    gap: 20px;
    padding: 0 30px;
  }

  .footer-right {
    justify-content: flex-start;
  }
}

@media (max-width: 900px) {
  .footer p {
    max-width: 600px;
    text-align: center;
  }

  .header-right {
    gap: 20px;
  }

  .nav {
    gap: 20px;
  }

  .hero-section {
    padding: 60px 0 25px;
  }

  .hero-title {
    font-size: 2.2rem;
  }

  .donation-section {
    padding: 40px 0;
  }

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

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

@media (max-width: 800px) {
  .site-header .inner {
    flex-direction: row;
    gap: 20px;
    padding: 0 20px;
  }

  .ngp-form .FirstName .FirstName input,
  .ngp-form #NVSignupForm2348326-ContactInformation-PostalCode input {
    width: 97% !important;
  }

  .header-right {
    flex-direction: column;
    gap: 20px;
    width: 100%;
  }

  /* Show hamburger menu, hide desktop nav */
  .hamburger {
    display: block;
  }

  .menu-wrap {
    display: none;
  }

  /* Hide desktop social and donate on mobile */
  .social-wrapper {
    display: none;
  }

  .header-donate {
    display: none;
  }

  .nav {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }

  .header-donate {
    justify-content: center;
  }

  .logo-image {
    height: 55px;
  }

  .hero-section {
    padding: 80px 0 25px;
  }

  .hero-title {
    font-size: 2.5rem;
  }

  .hero-subtitle {
    font-size: 1.5rem;
  }

  .hero-content {
    padding: 0 20px;
    grid-template-columns: 1fr;
    gap: 0;
    text-align: center;
  }

  .hero-text {
    text-align: center;
  }

  .hero-right {
    align-items: center;
  }

  .headshot-image {
    max-width: 300px;
  }

  .hero-form {
    max-width: 100%;
    padding: 25px;
    margin-top: 0;
  }

  .donation-content {
    padding: 0 20px;
  }

  .donation-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    max-width: 100%;
  }

  .donation-buttons {
    max-width: 100%;
    min-width: unset !important;
  }

  .at fieldset:last-of-type {
    padding: 0 !important;
  }

  .at label {
    width: 100% !important;
    margin: 0 !important;
  }

  .results-content {
    padding: 0 20px;
  }

  .about-content {
    padding: 0 20px;
  }

  .footer .inner {
    padding: 0 20px;
  }

  .cta-buttons {
    flex-direction: column;
    align-items: center;
  }

  .mobile-social-wrapper {
    padding-bottom: 0;
  }
}

@media (max-width: 781px) {
  :where(.wp-block-columns.is-layout-flex) {
    gap: 0;
  }
  .call-to-service,
  .dem-values,
  .as-secretary {
    flex-wrap: wrap-reverse !important;
  }

  .page-id-293 .wp-block-image img,
  .page-id-4 .wp-block-image img {
    box-sizing: border-box;
    height: auto;
    max-width: 100%;
    vertical-align: bottom;
    max-height: 400px;
    object-fit: cover;
    object-position: 50% 20%;
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .page-id-4 .wp-image-196 {
    display: none;
  }
}

@media (max-width: 600px) {
  .inner {
    padding: 0 15px;
  }

  .site-header .inner {
    padding: 0 15px;
  }

  .hero-section {
    padding: 60px 0 25px;
  }

  .hero-title {
    font-size: 2rem;
  }

  .hero-subtitle {
    font-size: 1.3rem;
  }

  .hero-description {
    font-size: 1.2rem;
  }

  .hero-content {
    padding: 0 15px;
    grid-template-columns: 1fr;
    gap: 0;
    text-align: center;
  }

  .hero-text {
    text-align: center;
  }

  .hero-right {
    align-items: center;
  }

  .headshot-image {
    max-width: 250px;
  }

  .hero-form {
    /* max-width: 300px; */
    padding: 20px;
  }

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

  .donation-content {
    padding: 0 15px;
  }

  .donation-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .donation-button {
    padding: 18px 25px;
    font-size: 1.1rem;
  }

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

  .results-content {
    padding: 0 15px;
  }

  .results-section h2 {
    font-size: 2.2rem;
  }

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

  .about-content {
    padding: 0 15px;
  }

  .about-main h2 {
    font-size: 2.2rem;
  }

  .footer .inner {
    padding: 0 15px;
  }
  .footer-image {
    min-height: 200px;
    object-fit: cover;
  }
  .about-right img {
    max-height: 300px !important;
  }
}

@media (max-width: 500px) {
  .logo-image {
    height: 55px;
  }
  .ngp-form .FirstName .FirstName input,
  .ngp-form #NVSignupForm2348326-ContactInformation-PostalCode input {
    width: 100% !important;
  }

  .header-donate-button {
    padding: 10px 20px;
    font-size: 0.8rem;
  }

  .social-wrapper {
    gap: 15px;
  }

  .social-wrapper a {
    font-size: 18px;
  }

  .hero-title {
    font-size: 1.6rem;
    font-size: 40px;
  }

  .hero-subtitle {
    font-size: 1.1rem;
  }

  .hero-description {
    font-size: 1rem;
  }

  .hero-mission {
    font-size: 1rem;
  }

  .donation-button {
    padding: 10px 15px;
    font-size: 0.9rem;
  }

  .cta-button {
    padding: 12px 25px;
    font-size: 0.9rem;
  }

  .results-section h2 {
    font-size: 1.8rem;
  }

  .about-main h2 {
    font-size: 1.8rem;
    font-size: 40px;
  }

  .about-highlights h3 {
    font-size: 1.3rem;
    font-size: 40px;
  }

  .about-highlights p,
  .donation-mission {
    font-size: 1.3rem;
  }
}

@media (max-width: 450px) {
}

@media (max-width: 400px) {
}

@media (max-width: 350px) {
}
