@media (max-width: 1024px) {
  body.mblt-footer-mobile-buttons, body.mblt-header-and-footer-mobile-buttons { margin-bottom: 0 !important; }
  .ymt-shell { width: min(100% - 24px, 1216px); }
  .ymt-header-main { min-height: 82px; }
  .ymt-home-grid { grid-template-columns: minmax(0, 2fr) minmax(260px, 1fr); gap: 16px; }
  .ymt-hero { height: 290px; }
  .ymt-hero-copy { padding: 18px; }
  .ymt-hero-copy h2 { font-size: 19px; }
  .ymt-featured-cards { grid-template-columns: repeat(2, 1fr); }
  .ymt-card-image { aspect-ratio: 2.8/1; }
  .ymt-latest-item { grid-template-columns: 134px minmax(0,1fr); }
  .ymt-latest-meta { grid-column: 2; margin-top: -9px; }
  .ymt-latest-copy p { -webkit-line-clamp: 1; }
  .ymt-pickup-card { grid-template-columns: 1fr; }
  .ymt-pickup-image { display: none; }
  .ymt-footer-inner { grid-template-columns: 200px minmax(0, 1fr) auto; gap: 14px; }
  .ymt-footer-menu a { padding-inline: 8px; }
  .ymt-footer-actions { gap: 13px; }
  body:not(.home):not(.no-sidebar) .content-in { grid-template-columns: minmax(0, 1fr) 280px; gap: 16px; }
}

@media (max-width: 768px) {
  body { font-size: 16px; }
  .ymt-shell { width: min(100% - 24px, 1216px); }
  .ymt-header-main { position: relative; min-height: 72px; gap: 10px; }
  .ymt-brand { gap: 8px; }
  .ymt-brand img { width: 34px; height: 34px; }
  .ymt-brand strong { font-size: 20px; }
  .ymt-brand small, .ymt-utility-nav { display: none; }
  .ymt-header-tools { display: flex; min-width: 0; justify-content: flex-end; }
  .ymt-search-toggle { display: inline-grid; min-width: 52px; min-height: 44px; place-items: center; border: 1px solid var(--color-border); border-radius: 5px; background: #fff; font-size: 12px; font-weight: 700; }
  .ymt-search { position: absolute; top: 66px; right: 0; left: 0; z-index: 60; display: none; width: auto; padding: 8px; border: 1px solid var(--color-border); border-radius: 5px; background: #fff; box-shadow: var(--shadow-card); }
  .ymt-search.is-open { display: flex; }
  .ymt-search input { height: 44px; font-size: 16px; }
  .ymt-search button { width: 48px; }
  .ymt-global-nav { overflow: hidden; }
  .ymt-nav-scroll { display: flex; overflow-x: auto; min-height: 46px; padding-bottom: 1px; scrollbar-width: thin; }
  .ymt-global-nav a { flex: 0 0 auto; min-width: 92px; min-height: 44px; padding: 0 12px; }
  .ymt-home { padding-top: 12px; }
  .ymt-home-grid { display: flex; flex-direction: column; }
  .ymt-home-primary, .ymt-home-sidebar { width: 100%; }
  .ymt-hero { height: auto; }
  .ymt-hero-track { min-height: 0; }
  .ymt-hero-slide { grid-template-columns: 1fr; }
  .ymt-hero-slide.is-active { position: relative; }
  .ymt-hero-image { aspect-ratio: 16/9; }
  .ymt-hero-copy { padding: 18px 17px 38px; }
  .ymt-hero-copy h2 { margin-block: 8px 6px; font-size: 21px; }
  .ymt-hero-copy p { font-size: 17px; }
  .ymt-featured-cards { grid-template-columns: repeat(2, 1fr); }
  .ymt-card-image { aspect-ratio: 16/9; }
  .ymt-latest-item { grid-template-columns: 112px minmax(0,1fr); gap: 12px; min-height: 92px; }
  .ymt-latest-image { height: 76px; }
  .ymt-latest-copy p { display: none; }
  .ymt-latest-copy h3 { display: -webkit-box; overflow: hidden; margin: 4px 0 0; font-size: 17px; line-height: 1.5; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
  .ymt-latest-meta { grid-column: 2; margin-top: -9px; }
  .ymt-home-sidebar { grid-template-columns: 1fr; }
  .ymt-pickup-grid { grid-template-columns: 1fr; }
  .ymt-pickup-card { grid-template-columns: 58% 42%; min-height: 122px; }
  .ymt-pickup-image { display: block; }
  .ymt-footer-inner { grid-template-columns: 1fr; justify-items: center; gap: 12px; padding-block: 18px; }
  .ymt-footer-identity { justify-items: center; }
  .ymt-footer-menu { flex-wrap: wrap; }
  .ymt-footer-actions { gap: 22px; }
  body:not(.home) .content-in { width: calc(100% - 24px); margin-top: 16px; }
  body:not(.home):not(.no-sidebar) .content-in { display: block; }
  body:not(.home):not(.no-sidebar) .sidebar { margin-top: 20px; }
}

@media (max-width: 480px) {
  .ymt-shell { width: min(100% - 20px, 1216px); }
  .ymt-brand strong { font-size: 18px; }
  .ymt-featured-cards { display: flex; overflow-x: auto; padding-bottom: 7px; scroll-snap-type: x mandatory; }
  .ymt-card { flex: 0 0 74%; scroll-snap-align: start; }
  .ymt-latest-list { padding-inline: 9px; }
  .ymt-latest-item { grid-template-columns: 104px minmax(0,1fr); }
  .ymt-latest-image { height: 72px; }
  .ymt-latest-meta span { display: none; }
  .ymt-side-panel { padding: 11px; }
  .ymt-pickup-card { grid-template-columns: 1fr; }
  .ymt-pickup-image { display: none; }
  .ymt-footer-menu li + li { border: 0; }
  .ymt-footer-menu a { padding: 5px 8px; }
  .ymt-contact-form, .ymt-html-sitemap section { padding: 16px; }
  .ymt-html-sitemap time { display: block; margin: 2px 0 0; }
}
