/* Page layout below the Adapt OS shell. Components live in components.css; tokens in tokens.css. */
html { scroll-behavior: smooth; scroll-padding-top: 72px; }
body { margin: 0; min-height: 100vh; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
img { max-width: 100%; height: auto; }
a { color: inherit; }

.skip { position: absolute; left: -9999px; top: 8px; z-index: 50; background: var(--accent); color: var(--on-accent); padding: 8px 12px; border-radius: var(--radius-sm); font-family: var(--font-mono); font-size: 12px; }
.skip:focus { left: 8px; }

.site-band { position: sticky; top: 0; z-index: 30; }
.wrap { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 var(--space-6); box-sizing: border-box; }
.section { padding: var(--space-section) 0; border-top: 1px solid var(--border); }
.section--raised { background: var(--surface-1); }
.section--raised .aos-card { background: var(--bg); }

.h1 { font-family: var(--font-display); font-weight: 600; font-size: 56px; line-height: 1.04; letter-spacing: -0.02em; margin: 16px 0 0; }
.h2 { font-family: var(--font-display); font-weight: 600; font-size: 40px; line-height: 1.15; letter-spacing: -0.01em; margin: 12px 0 16px; max-width: 820px; }
.h3 { font-family: var(--font-display); font-weight: 600; font-size: 22px; line-height: 1.25; margin: 8px 0; }
.lede { font-size: 20px; line-height: 1.5; max-width: 720px; margin: 0 0 40px; }
.muted { color: var(--text-muted); }
.small { font-size: 14px; }

/* Shell tuning for the real page (the shell sits under the sticky band) */
.os-hero.aos-shell { min-height: calc(100vh - var(--aos-band-h)); overflow: hidden; }
.os-hero .aos-shell__work { padding-bottom: 112px; }
.os-hero .aos-tile__label { font-size: 18px; }

.card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: var(--space-6); }
.ticks { list-style: none; padding: 0; margin: 4px 0 0; display: grid; gap: 6px; }
.ticks li { position: relative; padding-left: 18px; font-size: 15px; line-height: 1.45; }
.ticks li::before { content: ""; position: absolute; left: 0; top: 8px; width: 7px; height: 7px; border-radius: 50%; border: 1.5px solid var(--accent); }
.ticks--muted li::before { border-color: var(--text-muted); }
.oversight { margin: 8px 0 0; padding-top: 12px; border-top: 1px solid var(--border); font-size: 14px; color: var(--text-muted); }
.oversight .aos-eyebrow { display: block; margin-bottom: 4px; }

.split { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); gap: 64px; align-items: start; }
.steps { list-style: none; padding: 0; margin: 0 0 24px; display: grid; gap: 16px; }
.steps p { margin: 4px 0 0; color: var(--text-muted); }
.form-panel { display: grid; gap: 16px; padding: var(--space-6); background: var(--surface-2); border: 1px solid var(--border); border-radius: var(--radius-lg); }
.section--raised .form-panel { background: var(--bg); }
.form-panel .aos-btn { justify-self: start; }

.process { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: var(--space-6); }

.results { list-style: none; padding: 0; margin: 0 0 12px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: var(--space-6); }
.results p { margin: 8px 0 0; color: var(--text-muted); }
.numeral { font-family: var(--font-display); font-weight: 700; font-size: 56px; line-height: 1; }
.numeral--accent { color: var(--accent); } /* the one highlighted numeral per view */

.founder { margin: 48px 0 24px; max-width: 720px; }
.quotes { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: var(--space-6); margin: 0; }
.quote { margin: 0; }
.quote blockquote { margin: 0; font-size: 16px; line-height: 1.55; }
.quote figcaption { display: grid; gap: 2px; font-size: 14px; }
.fit { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; margin-top: 64px; }

.flash { position: sticky; top: var(--aos-band-h); z-index: 29; background: var(--surface-2); border-bottom: 1px solid var(--border); padding: 12px var(--space-6); }
.flash p { margin: 0; font-family: var(--font-mono); font-size: 13px; }
.flash__success { color: var(--accent); }

.site-footer { border-top: 1px solid var(--border); background: var(--surface-1); padding: 64px 0; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 48px; }
.footer-grid address { font-style: normal; line-height: 1.7; margin-top: 12px; }
.footer-links { list-style: none; padding: 0; margin: 12px 0 0; display: grid; gap: 8px; }

.page-head { border-top: none; padding-bottom: 48px; }
.page-head .lede { margin-bottom: 24px; }
.page-head__split { display: grid; grid-template-columns: auto 1fr; gap: 56px; align-items: center; }
.page-head__photo { width: 280px; border-radius: var(--radius-lg); border: 1px solid var(--border); display: block; }
.ctas { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 8px; }

/* Shared blocks for the content pages */
.grid-2, .grid-3, .grid-4 { display: grid; gap: var(--space-6); }
.grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.stack { display: grid; grid-template-columns: minmax(0, 1fr); gap: var(--space-6); }
.block-gap { margin-top: 48px; }
.stats { list-style: none; padding: 0; margin: 0 0 24px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: var(--space-4); max-width: 720px; }
.stat { padding: var(--space-3) var(--space-4); border: 1px solid var(--border); border-radius: var(--radius-md); background: var(--surface-1); }
.stat__value { display: block; font-family: var(--font-display); font-weight: 700; font-size: 24px; }
.stat__label { display: block; font-size: 13px; color: var(--text-muted); margin-top: 2px; }
.prose { max-width: 760px; }
.prose p, .prose li { font-size: 17px; line-height: 1.65; }
.prose p { margin: 0 0 16px; }
.prose ul, .prose ol { margin: 0 0 16px; padding-left: 22px; }
.prose h2 { font-family: var(--font-display); font-weight: 600; font-size: 24px; margin: 40px 0 12px; }
.prose h3 { font-family: var(--font-display); font-weight: 600; font-size: 18px; margin: 24px 0 8px; }
.prose a, .aos-card__body a { color: var(--accent); }
.aos-root code { font-family: var(--font-mono); font-size: 0.9em; background: var(--surface-2); border: 1px solid var(--border); border-radius: var(--radius-sm); padding: 1px 5px; overflow-wrap: anywhere; }
.code-block { position: relative; margin: 0 0 var(--space-4); }
.code-block__bar { display: flex; justify-content: space-between; align-items: center; padding: 6px 12px; border: 1px solid var(--border); border-bottom: none; border-radius: var(--radius-md) var(--radius-md) 0 0; background: var(--surface-2); font-family: var(--font-mono); font-size: 11px; text-transform: uppercase; letter-spacing: 0.08em; color: var(--text-muted); }
.code-block__copy { font: inherit; color: inherit; background: none; border: 1px solid var(--border); border-radius: var(--radius-sm); padding: 2px 8px; cursor: pointer; }
.code-block__copy:hover { color: var(--text); }
.code-block pre { margin: 0; padding: var(--space-4); overflow-x: auto; background: var(--bg); border: 1px solid var(--border); border-radius: 0 0 var(--radius-md) var(--radius-md); font-family: var(--font-mono); font-size: 13px; line-height: 1.6; }
.code-block pre code { background: none; border: 0; padding: 0; font-size: inherit; }
.timeline { list-style: none; padding: 0; margin: 0 0 40px; display: grid; gap: var(--space-4); }
.timeline li { display: grid; grid-template-columns: 12px 1fr; gap: var(--space-4); padding: var(--space-6); border: 1px solid var(--border); border-radius: var(--radius-lg); background: var(--surface-1); }
.timeline__dot { width: 10px; height: 10px; margin-top: 6px; border-radius: 50%; border: 1.5px solid var(--text-muted); }
.timeline li[data-status="complete"] .timeline__dot { background: var(--text-muted); }
.timeline li[data-status="current"] { border-color: var(--accent); }
.timeline li[data-status="current"] .timeline__dot { background: var(--accent); border-color: var(--accent); }
.timeline h3 { margin: 4px 0; }
.timeline p { margin: 0; color: var(--text-muted); }
.accordion { display: grid; gap: var(--space-3); }
.accordion details { border: 1px solid var(--border); border-radius: var(--radius-lg); background: var(--surface-1); }
.section--raised .accordion details { background: var(--bg); }
.accordion summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; gap: 16px; align-items: center; padding: var(--space-4) var(--space-6); font-family: var(--font-display); font-weight: 600; font-size: 18px; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary::after { content: "+"; font-family: var(--font-mono); color: var(--accent); }
.accordion details[open] summary::after { content: "\2212"; }
.accordion__body { padding: 0 var(--space-6) var(--space-6); }
.accordion__body > :first-child { margin-top: 0; }
.cta-band { text-align: left; }
.cta-band .lede { margin-bottom: 24px; }
.figure { margin: 0; }
.figure img { display: block; border-radius: var(--radius-lg); border: 1px solid var(--border); }
.figure figcaption { margin-top: 8px; font-size: 14px; color: var(--text-muted); }
.note { padding: var(--space-4) var(--space-6); border-left: 2px solid var(--accent); background: var(--surface-1); border-radius: 0 var(--radius-md) var(--radius-md) 0; }
.note p { margin: 0; }
.port-todo { padding: 32px 0; border-top: 1px dashed var(--border); }

@media (max-width: 1023px) {
  .card-grid, .quotes { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .process { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .split { grid-template-columns: minmax(0, 1fr); gap: 40px; }
  .grid-3, .grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .page-head__split { grid-template-columns: 1fr; gap: 32px; }
}
@media (max-width: 767px) {
  .wrap { padding: 0 var(--space-4); }
  .section { padding: 64px 0; }
  .h1 { font-size: 40px; }
  .h2 { font-size: 28px; }
  .lede { font-size: 18px; }
  .card-grid, .quotes, .process, .results, .fit, .footer-grid, .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
  .stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .page-head__photo { width: 200px; }
  .form-panel { padding: var(--space-4); }
  .form-panel .aos-btn { justify-self: stretch; }
}

/* Audit tools (/accessibility-tree-audit, /webmcp-integration); rendered by static/js/audit-tool.js */
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.audit { max-width: 960px; }
.audit-form { display: flex; gap: var(--space-3); align-items: stretch; margin-bottom: var(--space-6); }
.audit-form__field { flex: 1; min-width: 0; }
.audit-form__field .aos-field__well { padding: var(--space-3) var(--space-4); }
.audit-form__field .aos-input { font-size: 16px; line-height: 24px; }
.audit-form .aos-btn { min-width: 176px; }
.audit-form .aos-btn:disabled { opacity: 0.5; cursor: not-allowed; }
.audit-error { display: grid; gap: 4px; margin-bottom: var(--space-6); padding: var(--space-4) var(--space-6); border: 1px solid var(--text-muted); border-left: 2px solid var(--text); border-radius: var(--radius-md); background: var(--surface-2); }
.audit-error[hidden] { display: none; }
.audit-result { display: grid; grid-template-columns: minmax(0, 1fr); gap: var(--space-6); }
.audit-result:empty { display: none; }
.audit-result .aos-card { background: var(--bg); }
.audit-panel { gap: var(--space-3); }
.audit-panel__head { display: flex; justify-content: space-between; align-items: flex-start; gap: var(--space-4); flex-wrap: wrap; }
.audit-panel__head .h3, .audit-panel__head p { margin: 0; }
.audit-score { flex-direction: row; align-items: center; gap: var(--space-6); flex-wrap: wrap; }
.audit-grade { display: grid; place-items: center; width: 120px; height: 120px; border: 1px solid var(--accent); border-radius: var(--radius-lg); }
.audit-grade__letter { font-family: var(--font-display); font-weight: 700; font-size: 56px; line-height: 1; color: var(--accent); }
.audit-grade__of { font-family: var(--font-mono); font-size: 12px; color: var(--text-muted); margin-top: -18px; }
.audit-gauge { position: relative; width: 112px; height: 112px; }
.audit-gauge__ring { width: 100%; height: 100%; transform: rotate(-90deg); }
.audit-gauge__track, .audit-gauge__value { fill: none; stroke-width: 6; }
.audit-gauge__track { stroke: var(--surface-2); }
.audit-gauge__value { stroke: var(--accent); stroke-linecap: round; transition: stroke-dashoffset 1s ease-out; }
.audit-gauge__score { position: absolute; inset: 0; display: grid; place-items: center; font-family: var(--font-display); font-weight: 700; font-size: 26px; }
.audit-score__meta { margin-left: auto; }
.audit-callout { text-decoration: none; font-size: 15px; border-color: var(--accent); }
.audit-callout:hover { background: var(--surface-1); }
.audit-mono { font-family: var(--font-mono); font-size: 12px; color: var(--text-muted); white-space: nowrap; }
.audit-bar { display: block; flex: 1; min-width: 64px; height: 6px; border-radius: 3px; background: var(--surface-2); overflow: hidden; }
.audit-bar__fill { display: block; height: 100%; background: var(--accent); transition: width 0.7s ease; }
.audit-bar__fill--muted { background: var(--border); }
.chip { display: inline-block; font-family: var(--font-mono); font-size: 11px; line-height: 1.4; padding: 1px 7px; border: 1px solid var(--border); border-radius: 999px; color: var(--text-muted); white-space: nowrap; }
.chip--strong { border-color: var(--accent); color: var(--accent); }
.audit-cats { gap: var(--space-3); }
.audit-cats .aos-eyebrow { margin: 0; }
.audit-cat { border: 1px solid var(--border); border-radius: var(--radius-lg); background: var(--bg); }
.audit-cat__head { display: flex; justify-content: space-between; align-items: center; gap: var(--space-4); padding: var(--space-4); list-style: none; }
details.audit-cat > summary { cursor: pointer; }
details.audit-cat > summary::-webkit-details-marker { display: none; }
details.audit-cat > summary .audit-cat__label::after { content: " +"; font-family: var(--font-mono); color: var(--accent); }
details.audit-cat[open] > summary .audit-cat__label::after { content: " \2212"; }
.audit-cat__text { display: grid; gap: 2px; min-width: 0; }
.audit-cat__label { font-weight: 600; }
.audit-cat__score { display: flex; align-items: center; gap: var(--space-3); width: 220px; flex-shrink: 0; }
.audit-cat__issues { display: grid; gap: var(--space-3); padding: 0 var(--space-4) var(--space-4); }
.audit-issue, .audit-candidate { padding: var(--space-3); border: 1px solid var(--border); border-radius: var(--radius-md); background: var(--surface-1); display: grid; gap: var(--space-2); }
.audit-issue__meta { display: flex; flex-wrap: wrap; align-items: center; gap: var(--space-2); margin: 0; }
.audit-issue__text { margin: 0; font-size: 15px; }
.audit-example { display: grid; gap: 4px; }
.audit-example pre, .audit-prompt { margin: 0; padding: var(--space-3); overflow-x: auto; background: var(--bg); border: 1px solid var(--border); border-radius: var(--radius-md); font-family: var(--font-mono); font-size: 12px; line-height: 1.6; }
.audit-example p { margin: 0; }
.audit-prompt { max-height: 384px; overflow-y: auto; white-space: pre-wrap; overflow-wrap: anywhere; font-size: 13px; }
.audit-example pre code, .audit-prompt code { background: none; border: 0; padding: 0; font-size: inherit; overflow-wrap: normal; }
.audit-status__head { display: flex; flex-wrap: wrap; align-items: center; gap: var(--space-2); margin: 0; }
.audit-status__title { font-family: var(--font-display); font-weight: 600; font-size: 18px; color: var(--text-muted); }
.audit-status__title--on { color: var(--accent); }
.audit-status__counts { margin: 0; }
.audit-meters { gap: var(--space-3); }
.audit-meter { display: grid; gap: 6px; padding: var(--space-2) var(--space-3); border: 1px solid var(--border); border-radius: var(--radius-md); }
.audit-tools { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: minmax(0, 1fr); gap: 6px; }
.audit-tools[hidden] { display: none; }
.audit-tools li { display: flex; flex-wrap: wrap; align-items: center; gap: var(--space-2); padding: var(--space-2) var(--space-3); border: 1px solid var(--border); border-radius: var(--radius-md); }
.audit-tools__desc { margin-left: auto; min-width: 0; max-width: 280px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.audit-show { background: none; border: 0; padding: 0; cursor: pointer; justify-self: start; color: var(--accent); }
.audit-row { display: flex; justify-content: space-between; align-items: center; gap: var(--space-3); }
.audit-signals { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: var(--space-2); }
.audit-signal { display: inline-flex; align-items: center; gap: 6px; padding: 4px 10px; border: 1px solid var(--border); border-radius: var(--radius-md); font-size: 14px; color: var(--text-muted); }
.audit-signal::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--border); }
.audit-signal--on { color: var(--text); border-color: var(--accent); }
.audit-signal--on::before { background: var(--accent); }
.audit-counts { list-style: none; padding: 0; margin: 0; display: grid; gap: var(--space-2); font-size: 15px; }
.audit-breakdown > summary { cursor: pointer; list-style: none; margin: 0; }
.audit-breakdown > summary::-webkit-details-marker { display: none; }
.audit-breakdown > summary::after { content: " +"; color: var(--accent); }
.audit-breakdown[open] > summary::after { content: " \2212"; }
.audit-breakdown__list { list-style: none; padding: 0; margin: var(--space-3) 0 0; display: grid; gap: var(--space-2); }
.audit-breakdown__list li { display: grid; grid-template-columns: 140px 1fr 40px; align-items: center; gap: var(--space-3); }
.audit-breakdown__list .audit-mono { text-align: right; }
.audit-site { text-align: center; margin: 0; overflow-wrap: anywhere; }
@media (max-width: 767px) {
  .audit-form { flex-direction: column; }
  .audit-score { justify-content: center; }
  .audit-score__meta { margin-left: 0; width: 100%; text-align: center; }
  .audit-cat__head { flex-direction: column; align-items: stretch; }
  .audit-cat__score { width: 100%; }
  .audit-tools__desc { margin-left: 0; max-width: 100%; }
  .audit-breakdown__list li { grid-template-columns: 110px 1fr 36px; }
}

/* Live demo progress panel (home #demo); driven by static/js/demo.js */
.form-panel[hidden] { display: none; }
.demo-progress { gap: var(--space-4); }
.demo-progress .h3 { margin: 0; }
.demo-progress__bar { display: grid; gap: 6px; }
.demo-progress__bar p { margin: 0; }
.demo-progress__bar .audit-bar { height: 8px; }
.demo-progress__message { margin: 0; font-family: var(--font-display); font-weight: 600; font-size: 20px; color: var(--accent); }
.demo-progress .note[hidden] { display: none; }
.demo-error { margin: 0; color: var(--text); padding: var(--space-2) var(--space-3); border-left: 2px solid var(--text); background: var(--surface-1); }

/* ---------- Adapt OS modes ----------
   No JS: the shell, then the stacked sections (route pages show only their content).
   JS and >=1024px: a fixed-height desktop, and every [data-win] is a window (static/js/desktop.js).
   JS and <1024px: the launcher list, and windows open as full-screen sheets. */
html:not(.js) .aos-desk--route .aos-desk__shell { display: none; }
.aos-desk__surface { --cell-w: 104px; --cell-h: 108px; --grid-pad: 24px; --dock-reserve: 88px; }
.flash--inwin { position: static; border-bottom: 1px solid var(--border); }

/* Content inside a window or sheet: tighter rhythm, grids follow the window's own width */
.aos-win__body .section { padding: 48px 0; }
.aos-win__body .section:first-child, .aos-win__body .aos-page > .section:first-child { border-top: none; }
.aos-win__body .wrap { padding: 0 32px; }
.aos-win__body .page-head { padding-bottom: 32px; }
.aos-win__body .h1 { font-size: 48px; }
.aos-win__body > .aos-card { border: none; border-radius: 0; background: none; padding: 32px; max-width: 760px; }
.aos-win__body > .aos-card .aos-card__title { font-size: 32px; }
.aos-win__body .aos-modtile .aos-card__title { font-size: 20px; }
@container win (max-width: 1000px) {
  .card-grid, .quotes, .process, .grid-3, .grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .split, .page-head__split { grid-template-columns: minmax(0, 1fr); gap: 40px; }
  .results { gap: var(--space-4); }
  .numeral { font-size: 44px; }
}
@container win (max-width: 620px) {
  .wrap, .aos-win__body .wrap { padding: 0 var(--space-4); }
  .aos-win__body > .aos-card { padding: 24px var(--space-4); }
  .h1, .aos-win__body .h1 { font-size: 36px; }
  .h2 { font-size: 28px; }
  .lede { font-size: 18px; }
  .card-grid, .quotes, .process, .results, .fit, .grid-2, .grid-3, .grid-4 { grid-template-columns: minmax(0, 1fr); }
  .stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .form-panel { padding: var(--space-4); }
  .form-panel .aos-btn { justify-self: stretch; }
  .page-head__photo { width: 200px; }
}

@media (min-width: 1024px) {
  .js body { display: flex; flex-direction: column; height: 100vh; height: 100dvh; overflow: hidden; }
  .js .aos-topbar-wrap { flex: none; }
  .js .aos-topbar__nav { display: none; } /* the rail, icons and dock cover it; kept for no-JS route pages */
  .js .site-footer { display: none; }
  .js .flash:not(.flash--inwin) { position: fixed; top: calc(var(--aos-band-h) + 12px); left: 50%; transform: translateX(-50%); z-index: 60; width: max-content; max-width: min(640px, 90vw); border: 1px solid var(--border); border-radius: var(--radius-md); box-shadow: 0 12px 32px rgba(0, 0, 0, 0.45); }
  .js .aos-desk { position: relative; flex: 1; min-height: 0; display: flex; }
  .js .os-hero.aos-shell { flex: 1; min-height: 0; }
  .js .aos-shell__work { padding: 32px 40px; overflow: hidden; }
  /* The tree spans the desktop's height, top leaf at the top. The PNG is cropped tight on its right, so pin that
     edge just past the screen's right edge: the screen does the cropping and the cut leaves never show. */
  .js .aos-shell__mark { top: 0; left: auto; right: 0; height: 100%; max-height: none; transform: translateX(3%); }
  .js .aos-shell__hero { max-width: min(760px, calc(100% - 3 * var(--cell-w) - 2 * var(--grid-pad) - 24px)); }
  .js .aos-shell__h1 { font-size: clamp(40px, min(4vw, 6vh), 60px); line-height: 1.04; margin: 12px 0 16px; }
  .js .aos-shell__lede { font-size: clamp(17px, 1.4vw, 20px); margin: 0 0 24px; }

  /* Desktop icons: positioned on a grid over the whole surface, above the dock line */
  .js .aos-launch { position: absolute; inset: 0 0 var(--dock-reserve) 0; display: block; margin: 0; max-width: none; pointer-events: none; z-index: 2; }
  .js .aos-launch__title { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
  .js .aos-launch__list { display: block; }

  .js .aos-shell .aos-term { position: absolute; z-index: 3; left: 40px; bottom: var(--dock-reserve); width: min(520px, calc(100% - 3 * var(--cell-w) - 2 * var(--grid-pad) - 64px)); max-height: clamp(176px, 34vh, 300px); margin: 0; max-width: none; box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35); }
  .js .aos-term .aos-panel__line { grid-template-columns: 88px 1fr; }
  .js .aos-term .aos-panel__head { cursor: grab; user-select: none; -webkit-user-select: none; touch-action: none; }
  .js .aos-term.is-dragging .aos-panel__head { cursor: grabbing; }
  .js .aos-shell__dock { z-index: 30; }

  .js .aos-desk__windows { position: absolute; top: 0; right: 0; bottom: 0; left: var(--aos-rail-w); z-index: 20; pointer-events: none; overflow: hidden; }
  .js .aos-desk__windows > [data-win] { display: none; }
}
@media (min-width: 1024px) and (max-height: 820px) {
  .aos-desk__surface { --cell-w: 96px; --cell-h: 96px; --grid-pad: 16px; --dock-reserve: 84px; }
  .js .aos-app .aos-app__glyph { width: 48px; height: 48px; }
  .js .aos-shell__work { padding-top: 24px; }
}

@media (max-width: 1023px) {
  .js .aos-shell .aos-rail, .js .aos-shell__dock { display: none; }
  .js .os-hero.aos-shell { min-height: 0; }
  .js .aos-shell__work { padding-bottom: 48px; }
  .js .aos-launch__list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .js .aos-app { min-height: 64px; padding: var(--space-3) var(--space-4); border-radius: var(--radius-lg); }
  .js .aos-app__go { display: block; }
  .js .aos-desk__windows > [data-win] { display: none; }
  .js .aos-win { position: fixed; inset: 0; z-index: 100; min-width: 0; min-height: 0; border: none; border-radius: 0; box-shadow: none; resize: none; }
  .js .aos-win.is-active { border-color: transparent; }
  .js .aos-win__bar { height: 56px; cursor: default; padding-right: var(--space-3); }
  .js .aos-win__btn--min { display: none; }
  .js .aos-win__btn { width: 44px; height: 44px; border-color: var(--border); }
  html.aos-sheet-open, html.aos-sheet-open body { overflow: hidden; }
}
@media (max-width: 767px) {
  .js .aos-launch__list { grid-template-columns: minmax(0, 1fr); }
  .js .aos-term__prompt { display: none; }
  .js .aos-term__tip { display: none; }
}

/* Product screenshots in the service module windows */
.module-shot { margin-top: var(--space-2); }
.module-shot img { width: 100%; height: auto; }
