/* desktop_mode: document-layout | tablet_mode: document-flow | mobile_mode: numbered-flow | mobile_reflow: sticky-index-mobile */
@media (max-width: 1024px){
 .section-inner{grid-template-columns:repeat(8,minmax(0,1fr))} .section-copy,.visual-anchor,.component-set{grid-column:1/-1!important} .layout-masonry-grid .component-set{columns:2} .pattern-editorial-columns{columns:2} .site-header{grid-template-columns:auto 1fr} #site-nav{grid-column:1/-1;justify-content:flex-start} .section-symbol{grid-column:1/-1}
}
@media (max-width: 720px){
 html{scroll-behavior:auto} body{padding-bottom:0} .site-header{display:flex;justify-content:space-between;align-items:center;padding:.8rem 1rem} .nav-toggle{display:inline-flex} #site-nav{position:fixed;inset:0;background:var(--dark-color);color:var(--surface-alt-color);padding:6rem 2rem;display:none;flex-direction:column;font-size:1.5rem}#site-nav.open{display:flex}
 .home-section{padding:clamp(2.5rem,10vw,5rem) 1rem;min-height:auto} .section-inner{display:flex;flex-direction:column;align-items:stretch} .first-screen .section-copy{order:3} .first-screen .visual-anchor{order:5} .first-screen .statistics{order:3} .first-screen .hero-actions{order:4}
 h1{font-size:clamp(2.5rem,14vw,5.5rem)} .visual-anchor img{max-height:22rem;object-fit:contain} .layout-masonry-grid .component-set{columns:1} .pattern-editorial-columns{columns:1} .trust-block ul{columns:1} .site-footer{grid-template-columns:1fr;padding:3rem 1rem} .footer-note{grid-column:auto} .contact-layout{grid-template-columns:1fr} .subpage-main{padding:2rem 1rem}
 .component-set{grid-template-columns:repeat(2,minmax(0,1fr))!important} .faq-full{padding:1rem} .hero-actions{position:fixed;right:1rem;bottom:1rem;z-index:15;max-width:13rem}.hero-actions .button{width:100%;font-size:.8rem}
 .mobile-stack-reverse .section-inner{flex-direction:column-reverse} .mobile-horizontal-snap .component-set,.mobile-two-column-scroll .component-set{display:flex!important;overflow:auto;scroll-snap-type:x mandatory} .mobile-horizontal-snap .component-item,.mobile-two-column-scroll .component-item{min-width:78vw;scroll-snap-align:start} .mobile-hide-secondary-visual .section-symbol{display:none} .mobile-scrollable-table .table-scroll{overflow:auto} .mobile-numbered-stack .component-set{counter-reset:mobileitem;display:block!important} .mobile-numbered-stack .component-item{counter-increment:mobileitem;padding-left:3rem} .mobile-numbered-stack .component-item:before{content:counter(mobileitem,decimal-leading-zero);position:absolute;left:.4rem;font-weight:700} .mobile-accordion-collapse .component-item:not(details){display:block} .mobile-sticky-summary .section-copy{position:sticky;top:0;background:var(--section-bg);z-index:4;padding:.5rem 0} .mobile-priority-first .component-item:first-child{order:-1} .mobile-single-column .component-set,.mobile-full-width-panels .component-set,.mobile-stack .component-set,.mobile-condensed-grid .component-set{grid-template-columns:1fr!important}
}
@media (prefers-reduced-motion: reduce){*,*::before,*::after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}}
