@media (max-width: 1024px) {
  .panel {
    padding: 96px 6vw;
  }

  .volunteer-captain-events-panel {
    padding: 32px 6vw 60px;
  }

  .volunteer-events-panel {
    padding: 32px 6vw 60px;
  }

  .volunteer-events-filter-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .volunteer-events-filter-actions__primary,
  .volunteer-events-filter-actions__resources {
    width: 100%;
  }

  .volunteer-events-filter-actions__resources {
    margin-left: 0;
  }

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

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

  .site-calendar-weekdays {
    display: none;
  }

  .title-shadow,
  .title-main {
    text-shadow: 4px 4px 0 var(--line);
  }

  .hero-panel .title-main {
    text-shadow: 4px 4px 0 var(--hero-shadow);
  }
}

@media (max-width: 900px) {
  .dunces-row img {
    width: min(520px, 85vw);
  }

  .dunces-row .braun,
  .dunces-row .diego {
    left: 0;
  }

  .party-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .debs-figure {
    order: 2;
    position: static;
    margin-top: 32px;
  }

  .feature-stack {
    order: 1;
  }

  .something-new-hero {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    justify-items: center;
    align-items: end;
    min-height: 220px;
    padding: 22px 0;
  }

  .something-new-title-card {
    grid-column: 1 / -1;
    width: 100%;
  }

  .something-new-bg-icon {
    position: static;
    width: clamp(140px, 38vw, 240px);
    transform: none;
    z-index: 0;
  }

  .something-new-bg-icon-left {
    left: auto;
  }

  .something-new-bg-icon-right {
    right: auto;
  }
}

@media (min-width: 900px) {
  .dunces-row {
    flex-direction: row;
    align-items: flex-end;
  }

  .dunces-row .diego {
    width: clamp(320px, 30vw, 600px);
  }

  .dunce-wrapper + .dunce-wrapper {
    margin-left: -100px;
  }
}

@media (max-width: 720px) {
  .nav-inner {
    flex-direction: row;
    align-items: center;
    gap: 12px;
  }

  .panel {
    min-height: auto;
    padding: 32px 6vw 80px;
  }

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

  .cta-row {
    flex-direction: column;
  }

  .volunteer-event-card__actions {
    align-items: stretch;
  }

  .volunteer-event-card__actions > .volunteer-event-card__action-link,
  .volunteer-event-card__actions > form,
  .volunteer-event-card__actions > .volunteer-event-card__map-links {
    width: 100%;
  }

  .volunteer-event-card__actions .btn__face {
    width: 100%;
    text-align: center;
  }

  .volunteer-event-card__actions > form .btn,
  .volunteer-event-card__actions > .volunteer-event-card__map-links > .btn,
  .volunteer-event-card__actions > .volunteer-event-card__action-link {
    width: 100%;
  }

  .volunteer-route-links {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .volunteer-home-columns,
  .volunteer-home-columns--single {
    grid-template-columns: 1fr;
    width: 100%;
  }

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

  .label-chip {
    font-size: 12px;
  }

  .nav-links,
  .nav-cta {
    display: none;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .site-footer-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .site-calendar-toolbar {
    grid-template-columns: 1fr;
  }

  .site-calendar-toolbar .btn,
  .site-calendar-toolbar .btn .btn__face {
    width: 100%;
    text-align: center;
  }

  .site-calendar-grid,
  .site-calendar-weekdays {
    grid-template-columns: 1fr;
  }

  .site-calendar-day {
    min-height: auto;
  }
}
