@media (max-width: 1100px) {
  .mega-footer-top {
    grid-template-columns: 1fr;
  }

  .mega-footer-secondary {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 960px) {
  .home-page .hero-panel {
    min-height: 60vh;
    align-items: flex-end;
  }

  .home-page .hero-panel > .shell {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .home-page .hero-copy {
    max-width: 100%;
  }

  .home-page .hero-title {
    font-size: clamp(1.9rem, 6vw, 2.6rem);
  }

  .home-page .band {
    padding: 2.5rem 0;
  }

  .home-page #services {
    padding-top: 1.25rem;
  }

  .home-page .band-media {
    padding: 2rem 0;
  }

  .home-page .stat-band .shell {
    width: 100%;
  }

  .home-page .stat-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-page .stat-cell {
    padding: 1rem 1.25rem;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
  }

  .home-page .stat-cell-rating {
    display: none;
  }

  .home-page .stat-cell:nth-child(3) {
    border-right: none;
  }

  .home-page .stat-cell:nth-child(5) {
    border-bottom: none;
  }

  .home-page .stat-cell-cta {
    border-right: none;
    border-bottom: none;
  }

  .home-page .stat-divider {
    display: none;
  }

  .home-page .service-trust-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
    margin-top: 1.25rem;
    padding-top: 1.25rem;
  }

  .home-page .card-grid {
    grid-template-columns: 1fr;
  }

  .home-page .parallax-band {
    height: 260px;
  }

  .home-page .parallax-bg {
    background-attachment: scroll;
  }

  .home-page .parallax-band--brands {
    display: none;
  }

  .home-page .card-grid-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-page .contact-grid {
    grid-template-columns: 1fr;
  }

  .home-page .contact-map-wrap {
    height: 320px;
  }

  .home-page .liquidity-grid {
    grid-template-columns: 1fr;
  }

  /* #process: tighter rhythm around full-width watch strip (keep crop anchor) */
  .home-page #process {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .home-page #process .section-stack {
    gap: 1.15rem;
  }

  .home-page .process-photo-row {
    margin-bottom: 0;
  }

  .home-page .process-photo img {
    aspect-ratio: 26 / 10;
    object-position: center 42%;
  }

  /* ── Mosaic: 2×2, flush strip, rounded outer corners only ── */
  .home-page .media-mosaic {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    border-radius: var(--radius);
    overflow: hidden;
    height: auto;
  }

  .home-page .media-mosaic-cell {
    border-radius: 0;
    border: none;
    height: auto;
  }

  .home-page .media-mosaic-cell img {
    height: 180px;
    min-height: 180px;
  }

  .home-page .media-mosaic-cell:first-child img {
    object-fit: cover;
    object-position: center 100%;
  }

  .home-page .media-caption {
    display: none;
  }

  .home-page .steps {
    grid-template-columns: repeat(2, 1fr);
  }

  .home-page .step {
    border-right: none;
    border-bottom: 1px solid var(--line);
  }

  .home-page .step:nth-child(odd) {
    border-right: 1px solid var(--line);
  }

  .home-page .step:nth-last-child(-n+2) {
    border-bottom: none;
  }

  .home-page .quote-layout {
    grid-template-columns: 1fr;
  }

}

@media (max-width: 720px) {
  .shell {
    width: min(1360px, calc(100% - 28px));
  }

  .site-footer--mega .shell {
    width: min(1360px, calc(100% - 28px));
  }

  .nav-toggle {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .site-nav {
    position: fixed;
    inset: 96px 14px auto 14px;
    flex-direction: column;
    align-items: stretch;
    gap: 1rem;
    padding: 1rem;
    border-radius: var(--radius);
    background: #ffffff;
    border: 1px solid var(--line-strong, rgba(20, 18, 15, 0.16));
    box-shadow: var(--shadow);
    transform-origin: top;
    transform: scaleY(0.9);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.18s ease, transform 0.18s ease;
    z-index: 60;
  }

  body.layout-main-body.nav-open .site-nav {
    opacity: 1;
    transform: scaleY(1);
    pointer-events: auto;
  }

  .site-nav-list {
    flex-direction: column;
    gap: 0.25rem;
  }

  .site-nav-link {
    display: block;
    padding: 0.55rem 0.4rem;
  }

  .site-nav-item--mega {
    width: 100%;
  }

  .site-nav-mega-trigger {
    width: 100%;
    justify-content: space-between;
    padding: 0.55rem 0.4rem;
    text-align: left;
    border-radius: var(--radius-sm);
  }

  .site-nav-mega-trigger:hover {
    background: rgba(184, 134, 45, 0.06);
  }

  .nav-mega-panel {
    position: static;
    margin: 0.15rem 0 0.85rem 0.35rem;
    padding: 0;
    border: none;
    box-shadow: none;
    background: transparent;
  }

  .nav-mega-inner {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .nav-mega-links {
    grid-template-columns: 1fr;
  }

  .nav-mega-kicker {
    font-size: 0.78rem;
    max-width: none;
  }

  .nav-mega-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .nav-mega-pill {
    justify-content: center;
  }

  .nav-cta {
    justify-content: center;
  }

  .home-page .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .home-page .quote-form .form-grid {
    grid-template-columns: 1fr;
  }

  .mega-footer-top {
    grid-template-columns: 1fr;
    padding-bottom: 2rem;
  }

  .mega-footer-services {
    grid-template-columns: 1fr;
  }

  .mega-footer-services-cell--borrow,
  .mega-footer-services-cell--watches,
  .mega-footer-services-cell--sell,
  .mega-footer-services-cell--consign {
    grid-column: 1;
    grid-row: auto;
  }

  .mega-footer-trust-line {
    font-size: 0.76rem;
    line-height: 1.6;
  }

  .mega-footer-trust-item {
    white-space: normal;
  }

  .mega-footer-trust-dot {
    display: none;
  }

  .mega-footer-trust-item:not(:last-child)::after {
    content: " · ";
    opacity: 0.45;
  }

  .mega-footer-legal-nav {
    flex-direction: column;
    gap: 0.5rem;
  }

  .mega-footer-blog-nav {
    flex-direction: column;
    gap: 0.5rem;
  }

  .blog-index-card {
    padding: 1.35rem 1.25rem;
  }

  .blog-breadcrumb-list {
    font-size: 0.76rem;
  }

  .marketing-subpage .subpage-hero {
    padding: 3.25rem 0 2.5rem;
  }

  .marketing-subpage .subpage-intro {
    padding: 2.5rem 0;
  }

  .site-faq {
    margin-top: 1.5rem;
  }

  .faq-summary {
    font-size: 0.92rem;
    padding: 0.95rem 1rem;
  }

  .faq-answer {
    padding: 0 1rem 1rem;
  }

  .marketing-subpage .subpage-cta {
    padding: 2.75rem 0 3.25rem;
  }

  .marketing-subpage .subpage-cta-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .seo-topic-page .subpage-hero-inner.seo-topic-hero-with-media {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .seo-topic-page .seo-topic-hero-img {
    aspect-ratio: 16 / 10;
    max-height: 260px;
    object-position: center 40%;
  }
}

@media (max-width: 480px) {
  .site-nav {
    inset: 84px 14px auto 14px;
  }

  .brand-logo {
    height: 72px;
  }

  .home-page .quote-panel {
    padding: 1.35rem;
  }

  .home-page .steps {
    grid-template-columns: 1fr;
  }

  .home-page .card-grid-3 {
    grid-template-columns: 1fr;
  }

  .home-page .contact-map-wrap {
    height: 260px;
  }

  .home-page .contact-actions {
    flex-direction: column;
  }


  .home-page .hero-panel {
    min-height: 55vh;
  }

  .home-page .service-trust-row {
    grid-template-columns: 1fr;
  }

  .home-page .step {
    border-right: none;
    border-bottom: 1px solid var(--line);
  }

  .home-page .step:last-child {
    border-bottom: none;
  }

  .home-page .step:nth-child(odd) {
    border-right: none;
  }
}
