@media (max-width: 1100px) {
  .navbar { gap: 14px; }
  .brand { min-width: 190px; }
  .brand-mark { width: 42px; height: 42px; font-size: .8rem; }
  .brand strong { font-size: .95rem; }
  .nav-panel { gap: 10px; }
  .nav-panel > a { font-size: .82rem; }
  .nav-phone span { font-size: .82rem; }
  .nav-panel .btn-small { min-height: 42px; padding-inline: 14px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-rate-card { max-width: 390px; }
  .rate-grid { grid-template-columns: 1fr 1fr; }
  .rate-card.dark { grid-column: 1 / -1; min-height: 170px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 1040px) {
  :root { --container: min(100vw - 28px, 720px); }
  .nav-toggle { display: block; }
  .brand { min-width: 0; }
  .nav-panel { position: fixed; top: 72px; left: 14px; right: 14px; display: grid; justify-content: stretch; padding: 20px; border-radius: 8px; background: rgba(11,11,11,.96); border: 1px solid rgba(232,199,102,.2); transform: translateY(-16px); opacity: 0; visibility: hidden; transition: .25s ease; }
  .nav-panel.open { transform: translateY(0); opacity: 1; visibility: visible; }
  .nav-panel > a:not(.btn):not(.nav-phone)::after { display: none; }
  .nav-panel a { min-height: 44px; display: flex; align-items: center; }
  .nav-phone { padding: 10px 0; }
  .nav-panel .btn-small { width: 100%; }
  .hero { min-height: auto; padding-top: 130px; }
  .hero h1 { font-size: clamp(3rem, 12vw, 5.5rem); }
  .calc-grid, .split-grid, .contact-grid, .doorstep-grid, .page-hero-grid { grid-template-columns: 1fr; }
  .page-hero { min-height: auto; }
  .rate-grid, .card-grid, .card-grid.six { grid-template-columns: 1fr 1fr; }
  .timeline { grid-template-columns: 1fr 1fr; }
  .timeline::before { display: none; }
  .branch-card, .branch-card.active { grid-template-columns: 1fr; }
  .map-preview { min-height: 260px; }
  .stat-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  :root { --container: min(100vw - 24px, 430px); }
  body { padding-bottom: 72px; }
  .navbar { min-height: 70px; }
  .brand-mark { width: 42px; height: 42px; font-size: .8rem; }
  .brand small { display: none; }
  .brand strong { font-size: .92rem; }
  .nav-panel { top: 70px; }
  .section { padding: 70px 0; }
  .hero { padding: 116px 0 70px; }
  .hero h1 { font-size: clamp(2.65rem, 15vw, 4.4rem); }
  .hero-actions, .form-actions, .branch-actions { display: grid; }
  .hero-actions .btn, .form-actions .btn, .branch-actions .btn { width: 100%; }
  .scroll-indicator { display: none; }
  .hero-rate-card output { font-size: 3rem; }
  .rate-shell, .calculator-card, .contact-card, .enquiry-form { padding: 20px; }
  .rate-grid, .card-grid, .card-grid.six, .timeline, .form-row, .footer-grid { grid-template-columns: 1fr; }
  .rate-card { min-height: 190px; }
  .section-heading h2, .copy-block h2, .doorstep-cta h2 { font-size: clamp(2rem, 12vw, 3rem); }
  .page-hero h1 { font-size: clamp(2.5rem, 14vw, 4.2rem); }
  .stat-grid { grid-template-columns: 1fr; }
  .segmented { width: 100%; display: grid; grid-template-columns: 1fr; border-radius: 8px; }
  .branch-tabs { width: 100%; }
  .timeline-step { padding-top: 0; padding-left: 82px; min-height: 78px; }
  .timeline-step span { left: 0; }
  .floating-actions { display: none; }
  .mobile-action-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 1002; display: grid; grid-template-columns: repeat(3, 1fr); background: rgba(11,11,11,.96); border-top: 1px solid rgba(232,199,102,.2); }
  .mobile-action-bar a { min-height: 64px; display: grid; place-items: center; gap: 2px; color: var(--gold-light); font-size: .78rem; font-weight: 900; }
  .mobile-action-bar svg, .mobile-action-bar i { width: 19px; font-size: 1.05rem; line-height: 1; }
  .back-top { bottom: 86px; }
  .footer-bottom { display: grid; }
}
@media (max-width: 360px) {
  .brand strong { font-size: .9rem; }
  .hero h1 { font-size: 2.35rem; }
  .btn { padding-inline: 14px; }
}
