/* Mobile-only refinements from the September 17 phone recordings. */
@media(max-width:900px){
 .header-inner{gap:12px;padding:12px 16px}
 .public-nav.open{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;width:100%;padding-top:12px}
 .public-nav.open>a{min-height:44px;display:flex;align-items:center;padding:10px 12px;margin:0}
 .public-nav.open .workspace-entry{grid-column:1/-1;justify-content:center}
 .workspace-menu{position:static}
 .workspace-menu>summary{padding:14px 16px;font-size:1rem;min-height:48px}
 .workspace-menu:not([open])>summary{border-bottom:0}
 .workspace-menu>nav{padding:10px 12px}
 .workspace-menu .nav-group{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px 8px}
 .workspace-menu .nav-group>p{grid-column:1/-1;font-size:.875rem;margin:6px 8px}
 .workspace-menu .nav-group a{font-size:.9375rem;min-height:44px;padding:10px 8px;line-height:1.4;display:flex;align-items:center;overflow-wrap:break-word}
 .workspace-menu .nav-group+.nav-group{margin-top:10px;padding-top:10px}
 .workspace-layout{gap:18px;padding-top:18px}
}
@media(max-width:600px){
 .header-inner{flex-wrap:wrap;gap:10px}
 .header-inner .brand{min-width:0;gap:8px;flex:1}
 .header-inner .brand img{width:36px;height:auto;flex:none}
 .header-inner .brand strong{font-size:.875rem;line-height:1.3}
 .header-inner .brand small{font-size:.75rem;line-height:1.4}
 .menu-toggle{min-height:44px;padding:8px 12px;font-size:.9375rem;flex:none}
 .page-heading{margin-bottom:18px}
 .breadcrumbs{margin-bottom:14px}
 .projects-page .card.project-card,.home-main .card.project-card{padding:0}
 .projects-page .project-card-body,.home-main .project-card-body{padding:18px;gap:10px}
 .projects-page .project-card-body p{margin:0}
 .projects-page .project-photo{width:100%;height:auto;aspect-ratio:16/10;object-fit:cover}
 .projects-page .filters{padding:16px;gap:14px}
 .projects-page .filters select{margin-top:6px}
 .projects-page .filters .button{width:100%}
 .offers-page .offer-finder,.offers-page .offer-comparison,.offers-page .offer-section{padding:16px}
 .offers-page .offer-facts{padding:16px;gap:10px}
 .offers-page .offer-facts>div+div{padding-top:10px}
 .offers-page .offer-jumps{gap:8px}
 .offers-page .offer-jumps a{min-height:48px;display:flex;align-items:center;font-size:.9375rem;line-height:1.4}
 .home-main .hero-inner{padding-top:26px;padding-bottom:26px;gap:22px}
 .home-main .hero-copy>p{margin-bottom:20px}
 .home-main .agent-actions-hero{gap:10px}
 .home-main .gallery article>div{padding:12px}
 .site-footer .footer-inner{padding:26px 16px 20px;gap:20px}
 .site-footer a{overflow-wrap:anywhere}
 .site-footer .site-update-ribbon{padding:12px;line-height:1.5}
}
@media(max-width:360px){.workspace-menu .nav-group{grid-template-columns:1fr}.header-inner .brand strong{font-size:.8125rem}}
.support-mobile-back{display:none}
@media(max-width:600px){
 .support-page .support-chooser,.support-page .support-desk{padding:16px}
 .support-page .support-chooser>h2,.support-page .support-desk>h2{font-size:1.125rem;line-height:1.45;margin-bottom:14px}
 .support-page .support-choices{gap:8px}
 .support-page .support-choices a{padding:10px 12px;min-height:48px;font-size:.9375rem;line-height:1.45}
 .support-page .support-routing-note{margin-top:12px;font-size:.875rem;line-height:1.5}
 .support-page .support-general-help{padding:16px;gap:12px}
 .support-page .support-general-help .actions{gap:8px}
 .support-page .people{gap:10px}
 .support-page .person{padding:12px;grid-template-columns:48px minmax(0,1fr);gap:8px 12px}
 .support-page .person img{width:48px;height:48px}
 .support-page .assistant-details h3{font-size:1rem;line-height:1.4}
 .support-page .assistant-role{font-size:.9375rem;line-height:1.45;margin-top:3px}
 .support-page .person>.button{min-height:48px;padding:10px 12px;margin-top:2px;font-size:.9375rem}
 .support-page .support-mobile-back{display:inline-flex;align-items:center;min-height:44px;margin-top:10px;font-size:.9375rem;text-underline-offset:3px}
 .support-page #support-choices{scroll-margin-top:16px}
}
@media(min-width:390px) and (max-width:600px){.support-page .support-choices{grid-template-columns:repeat(2,minmax(0,1fr))}.support-page .support-choices a{display:flex;align-items:center}}
