@media (max-width: 820px) {
  body {
    background: #e9ede8;
  }

  .section-pad {
    padding: 62px 20px;
  }

  .hero-section {
    min-height: 0;
    margin-bottom: 10px;
    border-radius: 0 0 30px 30px;
  }

  .hero-grid {
    min-height: 0;
    gap: 16px;
    padding: 58px 20px 20px;
  }

  .hero-copy h1 {
    font-size: clamp(38px, 10.8vw, 52px);
    line-height: 1.08;
  }

  .hero-lead {
    display: -webkit-box;
    margin: 22px 0 24px;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.65;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .route-search {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 18px 44px rgba(0, 0, 0, .24);
  }

  .route-search button {
    min-height: 50px;
  }

  .hero-note {
    display: none;
  }

  .hero-device {
    width: 400px;
    height: 360px;
    margin: 2px auto -10px;
    transform: scale(.5);
    transform-origin: top center;
  }

  .film-section,
  .theme-reels-section,
  .map-section,
  .edit-section,
  .creator-section,
  .review-section,
  .dart-section,
  .final-cta {
    margin: 10px;
    border-radius: 28px;
    overflow: hidden;
  }

  .film-section {
    gap: 25px;
    padding: 58px 20px 20px;
  }

  .film-copy h2,
  .theme-reels-header h2,
  .map-copy h2,
  .edit-copy h2,
  .creator-copy h2,
  .review-copy h2,
  .dart-copy h2,
  .final-cta h2 {
    font-size: clamp(36px, 10.2vw, 44px);
    line-height: 1.08;
  }

  .film-copy > p:not(.eyebrow),
  .theme-reels-intro > p {
    display: -webkit-box;
    margin: 18px 0 20px;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.65;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .film-copy > span {
    display: none;
  }

  .film-frame {
    border-radius: 20px;
    box-shadow: none;
  }

  .theme-reels-section {
    padding: 58px 0 54px;
  }

  .theme-reels-header {
    gap: 18px;
    padding: 0 20px;
  }

  .theme-pills {
    flex-wrap: nowrap;
    gap: 7px;
    margin: 0 -20px 18px;
    padding: 0 20px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .theme-pills::-webkit-scrollbar,
  .theme-reels-stage::-webkit-scrollbar {
    display: none;
  }

  .theme-pills span {
    flex: 0 0 auto;
    padding: 8px 12px;
  }

  .theme-cta {
    gap: 24px;
    font-size: 13px;
  }

  .theme-reels-stage {
    margin-top: 30px;
    padding: 8px 0 18px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    touch-action: pan-x;
    -webkit-overflow-scrolling: touch;
  }

  .theme-reels-stage:before,
  .theme-reels-stage:after {
    display: none;
  }

  .theme-reels-track {
    gap: 14px;
    padding-right: calc(50vw - min(34vw, 135px));
    padding-left: calc(50vw - min(34vw, 135px));
    animation: none;
  }

  .theme-reel {
    flex-basis: min(68vw, 270px);
    border-radius: 22px;
    scroll-snap-align: center;
    scroll-snap-stop: always;
    box-shadow: 0 18px 35px rgba(16, 39, 30, .2);
  }

  .theme-reel:nth-child(3n+2),
  .theme-reel:nth-child(3n) {
    transform: none;
  }

  .theme-reel:nth-child(n+7) {
    display: none;
  }

  .theme-reels-dots {
    display: flex;
    justify-content: center;
    gap: 7px;
    margin-top: 2px;
  }

  .theme-reels-dots button {
    width: 7px;
    height: 7px;
    padding: 0;
    border: 0;
    border-radius: 99px;
    background: rgba(16, 39, 30, .25);
    transition: width .25s ease, background .25s ease;
  }

  .theme-reels-dots button[aria-current="true"] {
    width: 24px;
    background: var(--green);
  }

  .map-section {
    gap: 0;
    padding: 58px 0 0;
  }

  .map-copy,
  .edit-copy,
  .creator-copy,
  .review-copy,
  .dart-copy {
    padding-right: 20px;
    padding-left: 20px;
  }

  .map-copy > p:not(.eyebrow),
  .map-copy .check-list,
  .edit-copy > p:not(.eyebrow),
  .creator-copy > p:not(.eyebrow),
  .review-copy > p:not(.eyebrow),
  .dart-copy > p:not(.eyebrow) {
    display: none;
  }

  .map-copy .text-link,
  .creator-link,
  .light-link {
    margin-top: 22px;
  }

  .map-canvas {
    height: 430px;
    margin-top: 30px;
    border-radius: 24px 24px 0 0;
  }

  .edit-section {
    gap: 8px;
    padding: 58px 0 20px;
  }

  .edit-visual {
    height: 455px;
    margin: 0 auto -92px;
    transform: scale(.72);
    transform-origin: top center;
  }

  .feature-points {
    gap: 8px;
    margin: 25px 20px 0;
    border: 0;
  }

  .feature-points div {
    min-height: 76px;
    padding: 13px 10px;
    border-radius: 14px;
    background: #eef4f0;
  }

  .feature-points span {
    font-size: 10px;
  }

  .creator-section {
    gap: 24px;
    padding: 58px 0 35px;
  }

  .creator-steps {
    margin: 25px 0 18px;
  }

  .creator-steps div {
    min-height: 86px;
    padding-top: 16px;
    padding-bottom: 14px;
  }

  .creator-steps span {
    font-size: 10px;
    line-height: 1.4;
  }

  .creator-media {
    padding: 10px 18px 146px;
  }

  .creator-video {
    border-radius: 20px;
    box-shadow: none;
  }

  .creator-credit {
    bottom: 73px;
  }

  .creator-tiers {
    right: 18px;
    bottom: 0;
    border-radius: 16px;
  }

  .review-section {
    gap: 30px;
    padding: 58px 0 28px;
  }

  .review-collage {
    height: 410px;
  }

  .review-main {
    height: 330px;
    border-radius: 0 22px 22px 0;
  }

  .review-small-one,
  .review-small-two {
    border-radius: 18px;
  }

  .review-collage blockquote {
    bottom: 0;
    left: 20px;
    padding: 18px 20px;
    border-radius: 16px;
    font-size: 13px;
  }

  .dart-section {
    gap: 28px;
    padding: 58px 20px 38px;
  }

  .dart-copy {
    padding: 0;
  }

  .dart-video {
    width: min(250px, 72vw);
    max-height: 440px;
    border-width: 5px;
    border-radius: 24px;
  }

  .dark-button {
    margin-top: 24px;
    border-radius: 14px;
  }

  .final-cta {
    gap: 30px;
    padding: 58px 20px;
  }

  .final-action p {
    margin-bottom: 20px;
    font-size: 14px;
  }

  .final-action a {
    border-radius: 14px;
  }

  .site-footer {
    padding: 54px 22px 28px;
  }

  .footer-top {
    gap: 28px;
  }

  .footer-top > p {
    display: none;
  }

  .footer-bottom {
    margin-top: 34px;
  }
}

@media (max-width: 520px) {
  .eyebrow {
    margin-bottom: 16px;
    font-size: 10px;
  }

  .hero-grid {
    padding-top: 52px;
  }

  .hero-copy h1 {
    font-size: 38px;
  }

  .route-search label {
    padding: 7px 10px;
  }

  .route-search label strong {
    font-size: 14px;
  }

  .hero-device {
    margin-left: calc(50% - 200px);
  }

  .film-section,
  .theme-reels-section,
  .map-section,
  .edit-section,
  .creator-section,
  .review-section,
  .dart-section,
  .final-cta {
    margin: 8px;
    border-radius: 24px;
  }

  .theme-reels-track {
    padding-right: 16vw;
    padding-left: 16vw;
  }

  .theme-reel {
    flex-basis: 68vw;
  }

  .edit-visual {
    height: 430px;
    margin-bottom: -108px;
    transform: scale(.68);
  }

  .creator-media {
    padding-right: 12px;
    padding-left: 12px;
  }

  .review-collage {
    height: 390px;
  }
}

@media (prefers-reduced-motion: reduce) and (max-width: 820px) {
  .theme-reels-stage {
    scroll-behavior: auto;
  }
}
