@media (min-width: 1200px) {
  .site-header {
    min-height: 62px;
    padding: 4px 4vw;
  }

  .travon-logo {
    width: 54px;
    height: 54px;
  }

  .desktop-nav {
    gap: 18px;
  }

  .desktop-account-actions {
    gap: 8px;
  }

  .site-header .button {
    min-height: 40px;
    padding: 8px 15px;
  }

  .hero {
    position: relative;
    min-height: 390px;
    padding: 28px 5vw 78px;
    display: block;
    background-image: url("./banner.png?v=20260911-banner3");
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    border-bottom: 1px solid #d9eeee;
    overflow: hidden;
  }

  .hero-content {
    position: relative;
    z-index: 2;
    padding: 8px 0;
    max-width: 720px;
  }

  .hero h1 {
    font-size: 3.35rem;
    line-height: 1;
    margin-bottom: 4px;
    white-space: nowrap;
  }

  .hero h2 {
    font-size: 1.4rem;
    margin-bottom: 7px;
  }

  .hero p {
    font-size: .93rem;
    line-height: 1.4;
    max-width: 390px;
    margin-bottom: 0;
  }

  .logged-in-greeting {
    margin-top: 5px;
  }

  .hero-account-actions {
    display: none;
  }

  .hero-art {
    display: none;
  }

  .search-section,
  .featured-section,
  .section {
    width: min(1180px, 90vw);
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .featured-section,
  .section {
    padding-top: 12px;
    padding-bottom: 14px;
  }

  .section-row {
    margin-bottom: 8px;
    gap: 10px;
  }

  .section-row h2,
  .section h2 {
    font-size: 1.3rem;
  }

  .eyebrow {
    margin-bottom: 3px;
  }

  .itineraries-section {
    min-height: auto;
  }

  .trip-list,
  .destination-list {
    gap: 10px;
  }

  .trip-list .card,
  .card {
    padding: 13px;
    border-radius: 14px;
  }

  .card h3 {
    margin: 5px 0 3px;
    font-size: 1.05rem;
  }

  .card-meta {
    margin-top: 8px;
  }

  .destination-card {
    min-height: 240px;
    border-radius: 16px;
  }

  .destination-image {
    min-height: 140px;
  }

  .destination-copy {
    min-height: 92px;
    padding: 10px 34px 10px 12px;
  }

  .destination-copy h3 {
    margin: 5px 0;
    font-size: 1.04rem;
  }

  .destination-copy p {
    font-size: .88rem;
  }

  .empty-state {
    margin-top: 8px;
    padding: 14px 16px;
    border-radius: 14px;
    max-width: 520px;
  }

  .friends-section {
    padding-top: 10px;
    padding-bottom: 16px;
  }

  .friends-section .empty-state {
    max-width: 520px;
  }

  .friend-card {
    padding: 14px;
  }

  .planner-shell {
    padding: 14px;
  }

  .planner-days {
    margin: 12px 0;
    gap: 9px;
  }

  .planner-day {
    padding: 12px;
  }

  .activity-form {
    padding-top: 12px;
  }

  .modal-form {
    gap: 12px;
    padding: 18px;
  }

  .dialog-heading h2 {
    font-size: 1.55rem;
  }

  label input,
  label select {
    min-height: 44px;
    padding: 9px 11px;
  }
}
