/* =========================
   TABLETS
========================= */

@media (max-width: 1024px) {

  .nav-container {
    min-height: 78px;
  }

  .main-nav {
    gap: 18px;
    font-size: 13px;
  }

  .site-logo {
    width: 125px;
  }

  .hero {
    min-height: 620px;
  }

  .hero h1 {
    font-size: 56px;
  }

  .hero h2 {
    font-size: 30px;
  }

  .choice-grid {
    grid-template-columns: 1fr;
  }

  .priority-grid {
    grid-template-columns: 1fr;
  }

  .civic-help-grid {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

}


/* =========================
   MOBILE NAVIGATION
========================= */

@media (max-width: 850px) {

  .menu-toggle {
    display: block;
    margin-left: auto;
  }

  .main-nav {
    position: absolute;
    top: 78px;
    left: 0;
    width: 100%;
    background: var(--true-white);

    display: none;
    flex-direction: column;
    align-items: flex-start;

    padding: 20px 5% 30px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.08);
  }

  .main-nav.show {
    display: flex;
  }

  .main-nav a {
    width: 100%;
    padding: 13px 0;
  }

  .main-nav a::after {
    bottom: 6px;
  }

  .ward-button {
    display: none;
  }

}


/* =========================
   MOBILE
========================= */

@media (max-width: 768px) {

  .container {
    width: 90%;
  }

  .site-header {
    position: sticky;
  }

  .nav-container {
    min-height: 72px;
  }

  .site-logo {
    width: 115px;
  }

  /* HERO */

  .hero {
    min-height: auto;
    padding: 85px 0;
  }

  .hero::after {
    width: 320px;
    height: 320px;
    right: -180px;
  }

  .hero::before {
    width: 230px;
    height: 230px;
    right: -80px;
  }

  .hero h1 {
    font-size: 42px;
    letter-spacing: -1px;
  }

  .hero h2 {
    font-size: 25px;
  }

  .hero p {
    font-size: 17px;
  }

  .hero-buttons {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-buttons .btn {
    text-align: center;
  }

  /* SECTIONS */

  .movement-intro {
    padding: 70px 0 35px;
  }

  .choice-section {
    padding: 30px 0 70px;
  }

  .choice-card {
    min-height: auto;
    padding: 30px;
  }

  .choice-card h2 {
    font-size: 42px;
  }

  .choice-number {
    font-size: 65px;
  }

  .priorities-section {
    padding: 70px 0;
  }

  .section-heading h2,
  .civic-help-content h2,
  .final-cta h2 {
    font-size: 38px;
  }

  /* WARD */

  .ward-section {
    padding: 55px 0;
  }

  .ward-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .ward-action {
    width: 100%;
  }

  .ward-search-button {
    width: 100%;
    text-align: center;
  }

  /* CIVIC HELP */

  .civic-help-section {
    padding: 70px 0;
  }

  .help-item {
    grid-template-columns: 50px 1fr;
    padding: 20px;
  }

  .help-item > span {
    width: 45px;
    height: 45px;
  }

  /* FINAL CTA */

  .final-cta {
    padding: 60px 0;
  }

  .final-cta-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .final-buttons {
    width: 100%;
    flex-direction: column;
  }

  .final-buttons .btn {
    width: 100%;
    text-align: center;
  }

  /* FOOTER */

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

}


/* =========================
   SMALL PHONES
========================= */

@media (max-width: 480px) {

  .hero {
    padding: 65px 0;
  }

  .hero-label,
  .section-label {
    font-size: 11px;
    letter-spacing: 1.4px;
  }

  .hero h1 {
    font-size: 34px;
  }

  .hero h2 {
    font-size: 22px;
  }

  .hero p {
    font-size: 16px;
  }

  .choice-card {
    padding: 24px;
  }

  .choice-card h2 {
    font-size: 34px;
  }

  .choice-subtitle {
    font-size: 18px;
  }

  .priority-card {
    padding: 25px;
  }

  .priority-card h3 {
    font-size: 23px;
  }

  .section-heading h2,
  .civic-help-content h2,
  .final-cta h2,
  .ward-inner h2 {
    font-size: 31px;
  }

  .help-item {
    grid-template-columns: 1fr;
  }

  .help-item > span {
    margin-bottom: 5px;
  }

}
/* =========================================================
   FINAL MOBILE / TABLET POLISH
========================================================= */


/* TABLETS */

@media (max-width: 900px) {

  .container {
    width: 92%;
  }

  .hero-grid,
  .choice-grid,
  .info-grid,
  .candidate-grid,
  .footer-grid {
    grid-template-columns: 1fr !important;
  }

  .hero {
    padding: 60px 0;
  }

  .hero-text h1 {
    font-size: 52px;
  }

  .choice-card {
    min-height: auto;
  }

  .ward-inner,
  .final-cta-inner {
    flex-direction: column;
    align-items: flex-start;
  }

}


/* MOBILE */

@media (max-width: 768px) {

  .nav-container {
    min-height: 90px;
  }

  .site-logo {
    max-height: 70px;
  }

  .menu-toggle {
    display: block;
  }

  .main-nav {
    position: absolute;

    top: 100%;
    left: 0;
    right: 0;

    background: #ffffff;

    padding: 25px;

    flex-direction: column;

    align-items: flex-start;

    display: none;

    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.10);
  }

  .main-nav.show {
    display: flex;
  }

  .main-nav a {
    width: 100%;
    padding: 10px 0;
  }

  .ward-button {
    display: none;
  }


  /* HERO */

  .hero-text h1 {
    font-size: 40px;
    line-height: 1;
    letter-spacing: -1px;
  }

  .hero-text h2 {
    font-size: 18px;
  }

  .hero-text p {
    font-size: 17px;
  }

  .hero-buttons {
    flex-direction: column;
  }

  .hero-buttons .btn {
    width: 100%;
  }


  /* PAGE HERO */

  .page-hero {
    padding: 55px 0;
  }

  .page-hero h1 {
    font-size: 40px;
  }

  .page-hero p {
    font-size: 17px;
  }


  /* CARDS */

  .choice-card {
    padding: 28px;
  }

  .choice-card h2 {
    font-size: 40px;
  }

  .priority-grid,
  .candidate-grid,
  .info-grid {
    grid-template-columns: 1fr !important;
  }


  /* SEARCH */

  .search-row {
    flex-direction: column;
  }

  .search-input,
  .search-button {
    width: 100%;
  }


  /* FORMS */

  .form-card {
    padding: 25px;
  }

  .contact-layout,
  .leader-layout {
    grid-template-columns: 1fr !important;
  }


  /* FOOTER */

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-column {
    margin-top: 20px;
  }


  /* CTA */

  .final-buttons {
    width: 100%;
    flex-direction: column;
  }

  .final-buttons .btn {
    width: 100%;
  }

}


/* SMALL PHONES */

@media (max-width: 480px) {

  .container {
    width: 90%;
  }

  .hero-text h1 {
    font-size: 34px;
  }

  .hero-panel {
    padding: 20px;
  }

  .hero-panel-card {
    grid-template-columns: 40px 1fr;
    padding: 18px;
  }

  .page-hero h1 {
    font-size: 34px;
  }

  .section-heading h2 {
    font-size: 32px;
  }

  .choice-card h2 {
    font-size: 35px;
  }

  .ward-section h2,
  .final-cta h2 {
    font-size: 30px;
  }

  .candidate-info h3 {
    font-size: 21px;
  }

}