/* Responsive finishing layer, after shared and component styles. */
.mobile-contact{display:none}
.help-panel{z-index:210}
.help-close{width:44px;min-height:44px;flex-shrink:0}
.help-fields{grid-template-columns:repeat(2,minmax(0,1fr))}
.help-fields>div,.help-widget input,.help-widget textarea{min-width:0}
.demo-sidebar{min-width:0}
.demo-system-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.demo-system-grid>div{min-width:0}
.form-columns{grid-template-columns:repeat(2,minmax(0,1fr))}
.form-columns>label,.inquiry-form input,.inquiry-form textarea{min-width:0}

@media(max-width:1000px){
 .menu-toggle{min-width:64px;min-height:44px;padding:9px 12px;font-size:15px;border:1px solid var(--line);border-radius:3px}
}
@media(max-width:900px){
 .contact-grid{grid-template-columns:minmax(0,1fr);gap:32px}
}
@media(max-width:640px){
 .header .wrap{width:calc(100% - 32px)}
 .header .brand{height:51px;gap:10px}
 .header .brand-symbol{width:58px;height:51px;flex-basis:58px}
 .header .brand-type{height:51px;grid-template-rows:repeat(3,17px);font-size:17px;line-height:17px}
 .header .brand-type span{line-height:17px}
 .header-cta{display:none}
 .menu-toggle{margin-left:auto}
 .nav .mobile-contact{display:block;color:var(--green);font-weight:600}
 .nav{padding:16px 24px;overscroll-behavior:contain}
 .page-hero{padding:36px 0 40px}
 .page-hero .breadcrumb{margin-bottom:24px;font-size:14px;flex-wrap:wrap}
 .page-hero h1{font-size:clamp(2rem,8.8vw,2.5rem);line-height:1.12;text-wrap:balance}
 .page-hero .lead{font-size:1rem;line-height:1.6}
 .actions{gap:16px}
 .actions .button{width:100%;min-height:50px;padding:15px 18px;justify-content:space-between;font-size:1rem;line-height:1.4}
 .actions .text-link{min-height:44px;align-items:center}
 .cta-band .actions{width:100%}
 .help-launcher{right:16px;bottom:max(16px,env(safe-area-inset-bottom));width:50px;height:50px;padding:0;justify-content:center;border-radius:50%;z-index:110}
 .help-launcher span{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}
 .help-launcher[aria-expanded=true]{visibility:hidden}
 .help-panel{inset:12px 12px max(12px,env(safe-area-inset-bottom));width:auto;max-width:none;max-height:none}
 .help-header{align-items:center;padding:16px}
 .help-header h2{font-size:22px}
 .help-body{min-height:0;padding:18px;flex:1}
 .help-topics button{min-height:46px;font-size:14px}
 .help-widget label,.help-inquiry summary{font-size:14px}
 .help-inquiry summary{min-height:44px;display:flex;align-items:center}
 .help-submit{min-height:48px;font-size:15px}
 .help-small,.help-footer,.help-footer a{font-size:12px}
 .help-footer{padding:12px 18px}
 .demo-shell{grid-template-columns:minmax(0,1fr)}
 .demo-tablist{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));overflow:visible;gap:5px}
 .demo-tab{min-width:0;min-height:46px}
 .demo-brand br{display:initial}
}
@media(max-width:480px){
 .form-columns{grid-template-columns:minmax(0,1fr)}
}
@media(max-width:380px){
 .help-fields,.demo-system-grid{grid-template-columns:minmax(0,1fr)}
 .demo-system-grid>div{padding:15px}
 .demo-rows>div{gap:10px;font-size:13px}
}
