/* Responsive strategy: desktop=document-layout; tablet=document-flow; mobile=numbered-flow; reflow=sticky-index-mobile */
/* Desktop mode realization */
body[data-desktop-mode="symmetric-grid"] .main-content{margin-inline:auto}body[data-desktop-mode="asymmetric-grid"] .page-section:nth-of-type(even) .section-inner{margin-left:6%}body[data-desktop-mode="document-layout"] .main-content{max-width:1040px;margin:auto}body[data-desktop-mode="dashboard-layout"] .section-components{grid-auto-flow:dense}body[data-desktop-mode="sidebar-layout"] .main-content{border-left:1px solid var(--border-color)}body[data-desktop-mode="full-bleed-layout"] .page-section:nth-of-type(3n){margin-inline:calc(50% - 50vw)}body[data-desktop-mode="mixed-width-layout"] .page-section:nth-of-type(even) .section-inner{max-width:880px}body[data-desktop-mode="editorial-layout"] .section-head{max-width:62ch}
@media (max-width:1100px){
  body[data-tablet-mode="reduced-offset-grid"] .section-inner{margin-inline:auto!important}
  body[data-tablet-mode="two-column-adaptive"] .section-components{grid-template-columns:repeat(2,minmax(0,1fr))}
  body[data-tablet-mode="single-column-wide"] .section-inner{display:block!important;max-width:900px}
  body[data-tablet-mode="horizontal-scroll-panels"] .section-components{display:flex!important;overflow-x:auto;scroll-snap-type:x mandatory} body[data-tablet-mode="horizontal-scroll-panels"] .component{min-width:min(420px,82vw);scroll-snap-align:start}
  body[data-tablet-mode="compact-sidebar"] .site-header{width:180px} body[data-tablet-mode="compact-sidebar"] .site-shell{margin-left:180px}
  body[data-tablet-mode="tabbed-layout"] .section-components{grid-template-columns:repeat(2,minmax(0,1fr))}
  body[data-tablet-mode="document-flow"] .section-inner{display:block!important;max-width:760px}
  body[data-tablet-mode="priority-content-grid"] .section-components{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:760px){
  .site-shell{margin:0!important;border-radius:0!important;padding-left:0!important}.site-header{position:relative!important;inset:auto!important;width:auto!important;display:flex!important;flex-direction:row!important;align-items:center!important;margin:0!important;border-radius:0!important}.brand-link img{width:min(190px,56vw)}
  .main-nav{width:100%;margin:0}.main-nav ul{flex-direction:column;align-items:stretch;gap:.25rem}
  body[data-navigation-mobile="hamburger-drawer"] .nav-toggle,body[data-navigation-mobile="full-screen-menu"] .nav-toggle,body[data-navigation-mobile="accordion-navigation"] .nav-toggle{display:block}body[data-navigation-mobile="hamburger-drawer"] .main-nav,body[data-navigation-mobile="full-screen-menu"] .main-nav,body[data-navigation-mobile="accordion-navigation"] .main-nav{display:none;position:absolute;top:100%;left:0;right:0;background:var(--surface-color);padding:1rem;border-bottom:1px solid var(--border-color)}body[data-navigation-mobile="full-screen-menu"] .main-nav{position:fixed;inset:72px 0 0;padding:2rem;z-index:50}body.nav-open .main-nav{display:block!important}
  body[data-navigation-mobile="horizontal-scroll-tabs"] .main-nav ul{display:flex;flex-direction:row;overflow-x:auto;white-space:nowrap}body[data-navigation-mobile="bottom-action-bar"] .site-header{position:fixed!important;top:auto!important;bottom:0!important;z-index:50;background:var(--surface-color)}body[data-navigation-mobile="bottom-action-bar"] .brand-link{display:none}body[data-navigation-mobile="bottom-action-bar"] .main-nav ul{display:flex;flex-direction:row;overflow-x:auto}body[data-navigation-mobile="compact-top-bar"] .main-nav li:nth-child(n+4){display:none}body[data-navigation-mobile="sticky-section-index"] .site-header{position:sticky!important;top:0!important}body[data-navigation-mobile="inline-link-list"] .main-nav ul{display:flex;flex-direction:row;flex-wrap:wrap}body[data-navigation-mobile="no-sticky-navigation"] .site-header{position:relative!important}
  body[data-mobile-mode="task-first-stack"] .page-section:first-child{padding-top:1.2rem}body[data-mobile-mode="editorial-flow"] .page-section{padding-block:3.5rem}body[data-mobile-mode="navigation-first"] .site-header{border-bottom:4px solid var(--accent-color)}body[data-mobile-mode="accordion-first"] .pattern-accordion details{margin-bottom:.35rem}body[data-mobile-mode="card-snap"] .section-components{display:flex!important;overflow-x:auto;scroll-snap-type:x mandatory}body[data-mobile-mode="card-snap"] .component{min-width:82vw;scroll-snap-align:start}body[data-mobile-mode="document-flow"] .page-section{padding-inline:1.2rem}body[data-mobile-mode="compact-workspace"] .page-section{padding-block:2rem}body[data-mobile-mode="numbered-flow"] .page-section{counter-increment:msec}body[data-mobile-mode="numbered-flow"] .section-kicker::before{content:counter(msec,decimal-leading-zero) " ";font-family:monospace}body[data-mobile-mode="reduced-content-flow"] .component:nth-child(n+5){display:none}
  .page-section{padding-inline:1rem}.section-inner,.section-head,.section-components{display:block!important;max-width:100%!important;margin-inline:0!important;transform:none!important}.component{margin:0 0 .75rem!important;transform:none!important}
  .hero-layout{display:flex!important;flex-direction:column;align-items:stretch}.hero-part--description{order:1}.hero-part--heading{order:2}.hero-part--primary-cta{order:3}.hero-part--secondary-cta{order:4}
  body[data-cards-mobile="horizontal-snap"] .section-components,body[data-cards-mobile="swipe-panels"] .section-components{display:flex!important;overflow-x:auto;scroll-snap-type:x mandatory} body[data-cards-mobile="horizontal-snap"] .component,body[data-cards-mobile="swipe-panels"] .component{min-width:82vw;scroll-snap-align:start}
  body[data-cards-mobile="compact-grid"] .section-components{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important}body[data-cards-mobile="list-rows"] .component{border-radius:0!important;border-width:0 0 1px!important}body[data-cards-mobile="priority-only"] .component:nth-child(n+4){display:none}body[data-cards-mobile="stacked-sheets"] .component:nth-child(n+2){margin-top:-.45rem!important}
  body[data-faq-mobile="question-index"] .faq-section details p{padding-left:1rem}body[data-faq-mobile="segmented-tabs"] .faq-section{display:grid;gap:.5rem}body[data-faq-mobile="document-list"] .faq-section details{border-left:2px solid var(--border-color);padding-left:1rem}
  body[data-cta-mobile="sticky-bottom"] .hero-actions{position:sticky;bottom:.6rem;z-index:30;background:var(--surface-color);padding:.7rem;box-shadow:var(--shadow-strong)}body[data-cta-mobile="floating-compact"] .hero-actions{position:sticky;bottom:.6rem;display:inline-flex;z-index:30}body[data-cta-mobile="section-end"] .hero-actions{margin-top:2rem}body[data-cta-mobile="navigation-integrated"] .hero-actions{border-top:1px solid var(--border-color)}
  body[data-mobile-reflow="visual-first-stack"] .hero-part--visual{order:-1}body[data-mobile-reflow="copy-first-stack"] .hero-part--heading,body[data-mobile-reflow="copy-first-stack"] .hero-part--description{order:-2}body[data-mobile-reflow="hero-preview-first"] .hero-part--visual,body[data-mobile-reflow="hero-preview-first"] .hero-part--document-preview{order:-3}body[data-mobile-reflow="navigation-first"] .hero-part--navigation,body[data-mobile-reflow="navigation-first"] .hero-part--quick-links{order:-4}body[data-mobile-reflow="horizontal-card-snap"] .section-components{display:flex!important;overflow-x:auto;scroll-snap-type:x mandatory}body[data-mobile-reflow="horizontal-card-snap"] .component{min-width:82vw;scroll-snap-align:start}body[data-mobile-reflow="accordion-led"] .pattern-accordion{display:block!important}body[data-mobile-reflow="bottom-action-navigation"] .site-footer{padding-bottom:6rem}body[data-mobile-reflow="compact-document-flow"] .page-section{padding-block:2rem}body[data-mobile-reflow="priority-content-only"] .page-section .component:nth-child(n+5){display:none}body[data-mobile-reflow="stacked-sheets-mobile"] .page-section{box-shadow:inset 0 -8px var(--surface-alt-color)}body[data-mobile-reflow="sticky-index-mobile"] .main-nav{position:sticky;top:0}body[data-mobile-reflow="tabbed-mobile-workspace"] .section-components{overflow-x:auto;display:flex!important}body[data-mobile-reflow="numbered-sequence-mobile"] .page-section{counter-increment:mobileSection}body[data-mobile-reflow="numbered-sequence-mobile"] .section-kicker::before{content:counter(mobileSection,decimal-leading-zero) " ";font-family:monospace}body[data-mobile-reflow="mixed-order-reflow"] .page-section:nth-of-type(even) .section-head{text-align:right}body[data-mobile-reflow="full-width-panel-flow"] .component{width:100%!important}body[data-mobile-reflow="reduced-interface-mode"] .hero-part--visual{display:none!important}
  .pattern-structured-table{display:block;overflow-x:auto}.pattern-structured-table .component{display:table-row!important}.pattern-structured-table .component h3,.pattern-structured-table .component p{min-width:180px}
  .layout-horizontal-strip .section-components{display:flex!important}.layout-sticky-left-aside .section-head,.layout-sticky-right-aside .section-head{position:static}.footer-inner{display:block!important}.footer-links{margin-top:1rem}
}
