@charset "UTF-8";

/* A restrained, readable visual system for the public product introduction. */
:root {
  --paper: #f8f9f5;
  --surface: #fff;
  --ink: #26322c;
  --muted: #59665e;
  --line: #dce3d9;
  --green: #355e49;
  --green-hover: #284b39;
  --green-soft: #eaf0e5;
  --sage: #eef2e9;
  --radius: 14px;
  --text-body: 16px;
  --text-small: 14px;
  --font: Inter, "Helvetica Neue", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 108px; }
body { margin: 0; background: var(--paper); color: var(--ink); font: var(--text-body)/1.75 var(--font); -webkit-font-smoothing: antialiased; }
body:has(dialog[open]) { overflow: hidden; }
[hidden] { display: none !important; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; cursor: pointer; }
button, a { -webkit-tap-highlight-color: transparent; touch-action: manipulation; }
button, a, summary { outline-offset: 5px; }
button:focus-visible, a:focus-visible, summary:focus-visible, [tabindex]:focus-visible { outline: 2px solid var(--green); outline-offset: 5px; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { font-weight: 550; }
h2 { font-size: clamp(30px, 3.15vw, 43px); line-height: 1.4; letter-spacing: -1.25px; text-wrap: balance; }
p { color: var(--muted); }
.section-shell { max-width: 1240px; margin-inline: auto; padding-inline: 40px; }
.eyebrow { font-size: var(--text-small); font-weight: 550; line-height: 1.6; letter-spacing: .5px; color: var(--green); }
.ui-icon { width: 20px; height: 20px; flex: 0 0 auto; }
.action-icon { width: 18px; height: 18px; }
a:has(> .action-icon), .copy-button { gap: 8px; }
.github-mark { color: var(--ink); }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 22px; border: 1px solid var(--green); border-radius: 8px; background: var(--green); color: #fff; font-size: var(--text-small); font-weight: 550; line-height: 1.5; transition: background .18s, box-shadow .18s; }
.button:hover { background: var(--green-hover); box-shadow: 0 3px 8px #243d3018; }
.button:active { box-shadow: none; background: #203e2e; }
.button-small { min-height: 44px; padding: 10px 17px; font-size: var(--text-small); }
.text-link { display: inline-flex; align-items: center; min-height: 44px; padding: 0; border: 0; background: none; font-size: var(--text-small); font-weight: 550; color: var(--green); text-decoration: underline; text-decoration-color: #aab8a3; text-underline-offset: 5px; transition: text-decoration-color .18s, color .18s; }
.text-link:hover { color: var(--green-hover); text-decoration-color: currentColor; }
.icon-button { display: grid; place-items: center; min-width: 44px; min-height: 44px; padding: 0; border: 0; border-radius: 8px; background: none; font-size: 26px; line-height: 1; }
.icon-button:hover { background: var(--green-soft); }
.skip-link { position: fixed; top: -100px; z-index: 50; padding: 10px 20px; background: var(--ink); color: #fff; }
.skip-link:focus { top: 10px; left: 10px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }

/* Header and opening copy. */
.site-header { position: sticky; top: 0; z-index: 20; background: var(--paper); border-bottom: 1px solid var(--line); }
.nav-wrap { max-width: 1320px; margin: auto; padding: 18px 40px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 18px; min-height: 44px; }
.brand img { width: 112px; height: auto; }
.brand > span { border-left: 1px solid #bdc8b8; padding-left: 18px; font-size: var(--text-small); letter-spacing: .25px; color: var(--muted); white-space: nowrap; }
#main-nav { display: flex; align-items: center; gap: 22px; }
#main-nav > a { display: inline-flex; align-items: center; min-height: 44px; font-size: var(--text-small); color: var(--muted); transition: color .18s; }
#main-nav > a:hover { color: var(--ink); }
.menu-toggle { display: none; }
.hero { display: grid; grid-template-columns: 1.12fr 1fr; align-items: center; gap: 72px; padding-top: 84px; padding-bottom: 66px; }
.hero-copy .eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 24px; }
.brand-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px var(--green-soft); }
.hero h1 { font-size: clamp(48px, 5.25vw, 76px); line-height: 1.24; letter-spacing: -3.2px; }
.hero h1 > span { color: var(--green); }
.hero-description { font-size: 20px; line-height: 1.8; color: var(--ink); }
.hero-support { font-size: var(--text-body); line-height: 1.9; margin-top: 12px; }
.hero-actions { display: flex; align-items: center; gap: 25px; flex-wrap: wrap; margin-top: 27px; }
.hero-footnote { font-size: var(--text-small); margin-top: 22px; }
.hero-cases { display: inline-flex; align-items: center; min-height: 44px; margin-top: 1px; color: var(--green); font-size: var(--text-small); text-decoration: underline; text-decoration-color: #aab8a3; text-underline-offset: 5px; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 42px; margin-bottom: 38px; }
.section-heading .eyebrow { margin-bottom: 15px; }
.section-heading > p { max-width: 350px; font-size: var(--text-body); line-height: 1.9; margin-bottom: 5px; }

/* Actual screens remain the main product proof. No autoplay or fabricated UI. */
.screenshots-section { padding-bottom: 88px; }
.screenshots-section .section-heading { align-items: center; margin-bottom: 17px; }
.screenshots-section .section-heading h2 { font-size: 18px; letter-spacing: -.2px; }
.screenshots-section .section-heading > p { font-size: var(--text-small); margin: 0; }
.screenshot-picker { display: flex; gap: 4px; margin-bottom: 14px; padding: 5px; border: 1px solid var(--line); border-radius: 10px; background: #f0f3ec; overflow-x: auto; scroll-padding-inline: 5px; scrollbar-width: thin; scrollbar-color: #c6d0bf transparent; overscroll-behavior-x: contain; }
.screenshot-picker button { display: inline-flex; align-items: center; justify-content: center; gap: 7px; flex-shrink: 0; min-height: 44px; padding: 9px 13px; border: 1px solid transparent; border-radius: 7px; background: transparent; color: var(--muted); font-size: var(--text-small); white-space: nowrap; transition: background .18s, color .18s; }
.screenshot-picker button .ui-icon { width: 17px; height: 17px; }
.screenshot-picker button:hover { background: #e7eddf; color: var(--ink); }
.screenshot-picker [aria-current="true"] { background: var(--surface); border-color: #d9e0d2; color: var(--ink); box-shadow: 0 1px 3px #25381b08; }
.screenshot-viewport { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; overscroll-behavior-x: contain; scrollbar-width: none; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); box-shadow: 0 8px 32px #34472d08; }
.screenshot-viewport::-webkit-scrollbar { display: none; }
.screenshot-slide { flex: 0 0 100%; min-width: 0; margin: 0; scroll-snap-align: start; scroll-snap-stop: always; }
.screenshot-slide img { width: 100%; height: auto; aspect-ratio: 1215 / 874; object-fit: contain; background: #fff; }
.screenshot-slide figcaption { display: flex; align-items: baseline; gap: 22px; min-height: 72px; padding: 18px 25px; border-top: 1px solid var(--line); background: #fff; }
.screenshot-slide figcaption strong { font-size: 15px; font-weight: 550; white-space: nowrap; }
.screenshot-slide figcaption span { font-size: var(--text-small); color: var(--muted); line-height: 1.85; }
.screenshot-footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 15px; }
.screenshot-footer > p { font-size: var(--text-small); }
.screenshot-controls { display: flex; align-items: center; gap: 8px; }
.screenshot-controls a { display: inline-flex; align-items: center; min-height: 44px; margin-right: 16px; font-size: var(--text-small); color: var(--muted); text-decoration: underline; text-underline-offset: 4px; }
.screenshot-controls [role="status"] { min-width: 135px; font-size: var(--text-small); color: var(--muted); font-variant-numeric: tabular-nums; }
.screenshot-arrow { display: grid; place-items: center; width: 44px; height: 44px; flex-shrink: 0; border: 1px solid var(--line); border-radius: 9px; background: var(--surface); transition: background .18s, border-color .18s; }
.screenshot-arrow:hover { background: var(--green-soft); border-color: #c6d2bd; }
.screenshot-arrow[aria-disabled="true"] { opacity: .38; cursor: default; background: transparent; }
.screenshot-arrow svg { width: 19px; height: 19px; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }

/* Industry examples: one readable canvas, three accessible tabs. */
.possibilities { padding: 76px 0; background: var(--sage); border-block: 1px solid #e3e9dc; }
.cases-intro { max-width: 760px; margin-bottom: 30px; }
.cases-intro h2 { margin: 16px 0; }
.cases-intro > p:not(.eyebrow) { font-size: var(--text-body); line-height: 1.9; }
.case-tabs { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 22px; }
.case-tabs button { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; padding: 10px 18px; border: 1px solid transparent; border-radius: 8px; background: transparent; font-size: var(--text-small); color: var(--muted); transition: background .18s, color .18s; }
.case-tabs .ui-icon { width: 18px; height: 18px; }
.case-tabs button:hover { background: #e3eadc; color: var(--ink); }
.case-tabs [aria-selected="true"] { background: var(--surface); border-color: #d5decb; color: var(--green); }
.industry-case { display: grid; grid-template-columns: 245px minmax(0, 1fr); column-gap: 48px; padding: 36px; min-height: 426px; background: var(--surface); border: 1px solid #dce4d5; border-radius: var(--radius); }
.industry-case header > span { font-size: var(--text-small); color: var(--muted); }
.case-symbol { display: block; width: 32px; height: 32px; margin-top: 27px; color: var(--green); stroke-width: 1.35; }
.industry-case h3 { font-size: 28px; line-height: 1.5; letter-spacing: -.6px; margin: 13px 0 12px; }
.industry-case header p { max-width: 210px; font-size: 15px; line-height: 1.8; }
.industry-case dl { display: grid; grid-template-columns: 1fr 1fr; gap: 26px 32px; margin: 0; }
.industry-case dt { font-size: var(--text-small); font-weight: 550; margin-bottom: 9px; }
.industry-case dd { margin: 0; color: var(--muted); font-size: var(--text-body); line-height: 1.95; }
.case-owner dt { color: var(--green); }
.case-routine { grid-column: 2; align-self: end; margin-top: 27px; padding-top: 20px; border-top: 1px solid var(--line); font-size: var(--text-small); line-height: 1.9; }
.cases-footnote { display: flex; align-items: flex-start; justify-content: space-between; gap: 32px; margin-top: 21px; }
.cases-footnote p { max-width: 800px; font-size: var(--text-small); line-height: 1.9; }
.cases-footnote .text-link { flex-shrink: 0; font-size: var(--text-small); }

/* The work lifecycle and optional module index. */
.overview-section { padding-top: 88px; }
.work-steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 42px; padding-top: 30px; border-top: 1px solid var(--line); }
.step-mark { display: flex; align-items: center; justify-content: space-between; color: var(--green); font-size: var(--text-small); font-variant-numeric: tabular-nums; }
.step-mark .ui-icon { width: 25px; height: 25px; stroke-width: 1.5; }
.step-mark > span { color: var(--muted); }
.work-steps h3 { font-size: 21px; margin: 18px 0 11px; }
.work-steps p { font-size: var(--text-body); line-height: 1.95; }
.automation-note, .model-note { font-size: var(--text-small); line-height: 1.9; margin-top: 21px; }
.overview-section .automation-note { margin-block: 30px; }
.module-disclosure { border-block: 1px solid var(--line); }
summary { cursor: pointer; list-style: none; }
summary::-webkit-details-marker { display: none; }
.module-disclosure > summary, .install-details > summary, .faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 66px; font-size: var(--text-small); }
summary > .disclosure-icon { width: 20px; height: 20px; color: var(--muted); }
.disclosure-vertical { transition: opacity .18s; }
details[open] > summary .disclosure-vertical { opacity: 0; }
.module-flow { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.module-flow article { display: flex; flex-direction: column; padding: 20px 24px 26px; border-right: 1px solid var(--line); }
.module-flow article:first-child { padding-left: 0; }
.module-flow article:last-child { padding-right: 0; border-right: 0; }
.module-flow h3 { font-size: 18px; margin-bottom: 22px; }
.module-flow dl { margin: 0 0 25px; }
.module-flow dl > div + div { margin-top: 20px; }
.module-flow dt { font-size: var(--text-small); font-weight: 550; margin-bottom: 5px; }
.module-flow dd { margin: 0; font-size: var(--text-small); color: var(--muted); line-height: 1.85; }
.module-flow .text-link { margin-top: auto; align-self: flex-start; font-size: var(--text-small); }
.module-settings { margin-top: 20px; padding-bottom: 25px; font-size: var(--text-small); line-height: 1.9; }
.module-settings strong { margin-right: 12px; font-weight: 550; color: var(--ink); }

/* A colleague is a role, resources, permissions and work. */
.work-model-section { padding-top: 82px; }
.employee-model { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.employee-model-header { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 30px 34px; background: var(--sage); border-bottom: 1px solid var(--line); }
.employee-identity { display: flex; align-items: center; gap: 21px; }
.employee-symbol { display: grid; place-items: center; width: 64px; height: 64px; flex-shrink: 0; border: 1px solid #d3dec9; border-radius: 18px; background: #e2ead9; color: var(--green); }
.employee-symbol .ui-icon { width: 31px; height: 31px; stroke-width: 1.4; }
.model-context { font-size: var(--text-small); color: var(--muted); }
.employee-model-header h3 { font-size: 24px; margin: 6px 0; }
.employee-model-header p { font-size: var(--text-small); line-height: 1.8; }
.model-role { font-size: var(--text-small); white-space: nowrap; color: var(--green); }
.employee-resources { margin: 0; padding: 4px 34px; }
.employee-resources > div { display: grid; grid-template-columns: 250px 1fr; align-items: center; gap: 28px; padding: 23px 0; border-bottom: 1px solid var(--line); }
.employee-resources > div:last-child { border-bottom: 0; }
.employee-resources dt { display: flex; align-items: center; gap: 10px; font-size: 15px; }
.employee-resources dt .ui-icon { width: 19px; height: 19px; color: var(--green); }
.employee-resources dt strong { font-weight: 550; }
.employee-resources dt > span { margin-left: auto; font-size: var(--text-small); color: var(--muted); }
.employee-resources dd { margin: 0; font-size: var(--text-body); line-height: 1.9; color: var(--muted); }
.employee-work { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); background: #f4f7ef; }
.employee-work > div { padding: 24px 34px; }
.employee-work > div + div { border-left: 1px solid var(--line); }
.employee-work span { font-size: var(--text-small); font-weight: 550; color: var(--green); }
.employee-work p { margin-top: 9px; font-size: var(--text-body); line-height: 1.8; color: var(--ink); }
.work-memory { margin-top: 44px; padding-top: 34px; border-top: 1px solid var(--line); }
.memory-intro { max-width: 800px; }
.memory-intro h3 { font-size: 28px; line-height: 1.5; letter-spacing: -.6px; margin: 12px 0; }
.memory-intro > p:last-child { font-size: var(--text-body); line-height: 1.95; }
.memory-example { margin-top: 26px; padding: 25px 28px; background: var(--sage); border: 1px solid #e0e7d9; border-radius: 10px; }
.memory-example-label { font-size: var(--text-small); margin-bottom: 21px; }
.memory-example ol { list-style: none; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 30px; padding: 0; margin: 0; }
.memory-example li + li { padding-left: 28px; border-left: 1px solid #d6e0cd; }
.memory-example li > span { font-size: var(--text-small); font-weight: 550; }
.memory-example li > p { margin-top: 10px; font-size: var(--text-body); line-height: 1.9; color: var(--ink); }
.memory-example li > small { display: inline-flex; margin-top: 10px; padding: 2px 8px; border: 1px solid #cbd6c2; border-radius: 5px; font-size: var(--text-small); color: var(--muted); }
.memory-twin { font-size: var(--text-small); line-height: 1.9; margin-top: 22px; }
.memory-details { margin-top: 10px; font-size: var(--text-small); }
.memory-details summary { display: inline-flex; align-items: center; gap: 16px; min-height: 44px; }
.memory-details > p { max-width: 880px; line-height: 1.9; margin-bottom: 12px; }

/* The product's organization and two distinct kinds of digital roles. */
.screenshots-section + .overview-section { padding-top: 0; padding-bottom: 82px; }
.studio-structure { margin-bottom: 36px; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.studio-structure > header { display: grid; grid-template-columns: 1fr 1fr; gap: 38px; padding: 28px 30px; background: var(--sage); }
.studio-structure h3 { margin-top: 10px; font-size: 23px; }
.studio-structure > header > p { align-self: center; font-size: var(--text-body); line-height: 1.9; }
.studio-structure-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); background: var(--surface); }
.studio-structure-grid article { padding: 27px 30px; }
.studio-structure-grid article + article { border-left: 1px solid var(--line); }
.studio-structure h4 { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; font-size: 16px; margin: 0 0 12px; }
.studio-structure-grid p { font-size: var(--text-body); line-height: 1.9; }
.concept-status { font-size: var(--text-small); font-weight: 400; color: var(--muted); border: 1px solid var(--line); border-radius: 4px; padding: 2px 6px; }
.studio-structure-note { padding: 15px 30px; border-top: 1px solid var(--line); font-size: var(--text-small); line-height: 1.9; }
.concept-link { margin-top: 18px; font-size: var(--text-small); }
.role-concepts { display: grid; grid-template-columns: 1fr 1fr; gap: 42px; padding-top: 30px; border-top: 1px solid var(--line); }
.role-concepts h3 { font-size: 23px; margin: 14px 0 12px; }
.role-concepts article > p:not(.eyebrow) { font-size: var(--text-body); line-height: 1.95; }
.role-concepts .role-example { margin-top: 14px; }
.concept-note { margin-top: 24px; max-width: 900px; font-size: var(--text-small); line-height: 1.9; }
.employee-example-title { margin: 40px 0 20px; font-size: 18px; }

/* Concrete feature comparison; scroll stays inside the table on narrow screens. */
.comparison-section { padding-bottom: 82px; }
.comparison-note, .plans-status { font-size: var(--text-small); line-height: 1.85; color: var(--muted); margin: 0 0 18px; }
.table-scroll { max-width: 100%; overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.table-scroll-hint { display: none; }
@media (max-width: 990px) { .table-scroll-hint { display: block; margin-top: 6px; } }
.table-scroll:focus-visible { outline: 2px solid var(--green); outline-offset: 4px; }
.feature-table { border-collapse: separate; border-spacing: 0; width: 100%; min-width: 990px; table-layout: fixed; font-size: var(--text-small); line-height: 1.85; }
.feature-table th, .feature-table td { padding: 20px; text-align: left; vertical-align: top; border-bottom: 1px solid var(--line); overflow-wrap: anywhere; }
.feature-table th + th, .feature-table td { border-left: 1px solid var(--line); }
.feature-table thead th { font-size: 16px; background: #f2f4ee; color: var(--ink); }
.feature-table th:first-child { width: 21%; }
.feature-table tbody th { font-weight: 500; color: var(--ink); }
.feature-table td { color: var(--muted); }
.feature-table td strong { display: block; font-weight: 600; color: var(--ink); margin-bottom: 6px; }
.feature-table td strong.unverified { color: var(--muted); font-weight: 400; }
.feature-table .teloa-column { background: #f1f5ec; }
.feature-table .teloa-column strong { color: var(--green); }
.feature-table tr:last-child th, .feature-table tr:last-child td { border-bottom: 0; }
.feature-table a { display: inline-flex; align-items: center; min-width: 28px; min-height: 28px; color: var(--green); text-decoration: underline; text-underline-offset: 4px; }
/* Each mobile comparison keeps both product names beside the relevant feature. */
.pair-comparison { display: none; }
.pair-picker { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 18px; }
.pair-picker label { font-weight: 550; font-size: 16px; }
.pair-picker select { min-width: 0; max-width: 65%; min-height: 48px; padding: 10px 12px; border: 1px solid var(--line); border-radius: 8px; color: var(--ink); background: var(--surface); font: inherit; cursor: pointer; }
.pair-picker select:focus-visible { outline: 2px solid var(--green); outline-offset: 4px; }
.pair-cards { display: grid; gap: 18px; }
.pair-cards article { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.pair-cards h3 { margin: 0; padding: 16px 18px; border-bottom: 1px solid var(--line); font-size: 16px; line-height: 1.7; }
.pair-values { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); background: var(--surface); }
.pair-values > div { min-width: 0; padding: 18px; font-size: 15px; line-height: 1.85; color: var(--muted); overflow-wrap: anywhere; }
.pair-values > div + div { border-left: 1px solid var(--line); }
.pair-values .pair-primary { background: #f1f5ec; }
.pair-values h4 { margin: 0 0 12px; font-size: 16px; color: var(--ink); }
.pair-primary h4 { color: var(--green); }
.pair-values strong { display: block; margin-bottom: 8px; color: var(--ink); font-weight: 550; }
.pair-values strong.unverified { color: var(--muted); font-weight: 400; }
.pair-values a { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; min-width: 36px; color: var(--green); text-decoration: underline; text-underline-offset: 4px; }
@media (max-width: 990px) {
  .pair-comparison { display: block; }
  .has-pair-view { display: none; }
  .comparison-section:has(.pair-comparison) .table-scroll-hint { display: none; }
}
@media (max-width: 390px) {
  .pair-values > div { padding: 14px 12px; }
}
.comparison-conclusion { display: grid; grid-template-columns: 1fr 2fr; gap: 40px; margin-top: 32px; }
.comparison-conclusion h3 { font-size: 20px; line-height: 1.7; }
.comparison-conclusion p { font-size: var(--text-body); line-height: 1.95; }
.comparison-sources { border-top: 1px solid var(--line); margin-top: 28px; }
.comparison-sources summary { display: flex; align-items: center; justify-content: space-between; min-height: 56px; font-size: var(--text-small); }
.comparison-sources p, .comparison-sources li { font-size: var(--text-small); line-height: 1.9; }
.comparison-sources p + p { margin-top: 10px; }
.comparison-sources ul { padding-left: 20px; margin: 16px 0 0; }
.comparison-sources a { display: inline-block; padding-block: 4px; color: var(--green); text-decoration: underline; text-underline-offset: 4px; }
@media (max-width: 850px) {
  .studio-structure > header { gap: 24px; padding: 25px; }
  .studio-structure-grid article { padding: 24px; }
  .studio-structure-note { padding-inline: 24px; }
  .role-concepts { gap: 28px; }
  .comparison-conclusion { grid-template-columns: 1fr; gap: 12px; }
}
@media (max-width: 780px) {
  .makers-grid { grid-template-columns: 1fr; max-width: 480px; gap: 36px; }
}
@media (max-width: 650px) {
  .screenshots-section + .overview-section { padding-bottom: 54px; }
  .studio-structure > header, .studio-structure-grid, .role-concepts { grid-template-columns: 1fr; }
  .studio-structure > header { gap: 14px; }
  .studio-structure h3, .role-concepts h3 { font-size: 21px; }
  .studio-structure-grid article + article { border-left: 0; border-top: 1px solid var(--line); }
  .role-concepts { gap: 26px; }
  .role-concepts article + article { padding-top: 26px; border-top: 1px solid var(--line); }
  .comparison-section { padding-bottom: 54px; }
}

/* Marketplace choices and ownership. */
.market-section { padding-top: 86px; padding-bottom: 82px; }
.market-options { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.market-options article { padding: 30px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); }
.market-options article + article { background: var(--sage); }
.section-symbol { display: block; width: 28px; height: 28px; margin-bottom: 18px; color: var(--green); stroke-width: 1.5; }
.market-section h3 { font-size: 20px; line-height: 1.6; margin-bottom: 12px; }
.market-options p, .market-use p { font-size: var(--text-small); line-height: 1.9; }
.market-resources { margin: 24px 0 0; }
.market-resources > div { display: grid; grid-template-columns: 142px 1fr; gap: 16px; padding: 14px 0; border-top: 1px solid var(--line); }
.market-resources dt { font-size: var(--text-small); font-weight: 550; }
.market-resources dd { margin: 0; font-size: var(--text-small); color: var(--muted); }
.market-options .market-includes-label { font-size: var(--text-small); margin-top: 24px; }
.market-includes { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; padding: 0; margin: 12px 0 20px; }
.market-includes li { padding: 5px 11px; background: #ffffffb8; border: 1px solid #d9e1d1; border-radius: 6px; font-size: var(--text-small); }
.market-options .market-package-note { font-size: var(--text-small); }
.market-use { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; margin-top: 32px; padding-bottom: 26px; border-bottom: 1px solid var(--line); }
.market-use h3 { font-size: 16px; margin-bottom: 10px; }
.market-use p { font-size: var(--text-body); }
.market-use .text-link { margin-top: 13px; font-size: var(--text-small); }
.market-note { font-size: var(--text-small); line-height: 1.9; margin-top: 18px; }
.control-section { display: flex; align-items: center; gap: 30px; padding-top: 58px; padding-bottom: 58px; border-block: 1px solid var(--line); }
.control-symbol { width: 68px; flex-shrink: 0; color: var(--green); }
.control-symbol svg { display: block; width: 100%; }
.control-section h2 { font-size: 29px; letter-spacing: -.7px; margin: 10px 0 13px; }
.control-section p:not(.eyebrow) { font-size: var(--text-body); line-height: 1.9; }
.control-section .control-detail { font-size: var(--text-small) !important; margin-top: 12px; }
.control-section > .text-link { margin-left: auto; flex-shrink: 0; font-size: var(--text-small); }

/* Plans state the present release and the roadmap separately. */
.plans-section { padding-top: 88px; padding-bottom: 88px; }
.plans-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: #fbfcf9; }
.plan { display: flex; flex-direction: column; min-width: 0; padding: 28px 25px; border-right: 1px solid var(--line); }
.plan:last-child { border-right: 0; }
.plan-free { background: var(--sage); }
.plan-note { align-self: flex-start; font-size: var(--text-small); color: var(--muted); }
.plan-free .plan-note { display: inline-flex; padding: 2px 8px; margin: -3px -1px; border: 1px solid #cbd8c1; border-radius: 5px; color: var(--green); }
.plan h3 { font-size: 29px; letter-spacing: -.75px; line-height: 1.4; margin: 20px 0 8px; }
.plan > p { font-size: var(--text-body); }
.plan > .plan-format { color: var(--ink); font-weight: 600; font-size: 16px; margin-bottom: 12px; }
.plan-price { font-size: 29px; margin-top: 23px; line-height: 1.5; }
.plan-price > small { margin-left: 5px; font-size: var(--text-small); color: var(--muted); }
.plan ul { list-style: none; padding: 0; margin: 24px 0 30px; font-size: var(--text-body); color: var(--muted); }
.plan li { display: flex; align-items: baseline; gap: 10px; margin: 11px 0; }
.plan li::before { content: ""; width: 4px; height: 4px; border-radius: 50%; flex-shrink: 0; background: #779468; transform: translateY(-2px); }
.plan .button, .plan .text-link { margin-top: auto; font-size: var(--text-small); }
.plan .button { min-height: 44px; padding: 10px 12px; }
.plans-model-note { margin: -10px 0 28px; max-width: 760px; font-size: var(--text-body); line-height: 1.8; }
.plan-footer { font-size: var(--text-small); color: var(--muted); margin-top: 12px; line-height: 1.7; }

.plans-status { margin-top: 22px; }
.plan-comparison { margin-top: 28px; border-top: 1px solid var(--line); }
.plan-comparison > summary { display: flex; align-items: center; justify-content: space-between; min-height: 60px; font-size: 16px; }
.plan-comparison[open] > summary { margin-bottom: 12px; }
.edition-table { min-width: 920px; }

/* Founders and questions. Keep photos modest and biographies readable. */
.makers-section { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 2.8fr); gap: 48px; padding-top: 78px; padding-bottom: 82px; border-top: 1px solid var(--line); }
.makers-intro h2 { margin: 18px 0; }
.makers-intro .text-link { margin-top: 18px; font-size: var(--text-small); }
.makers-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-content: center; width: 100%; justify-self: center; }
.maker { min-width: 0; display: flex; flex-direction: column; }
.portrait { width: 128px; height: 128px; margin-inline: auto; border-radius: 50%; overflow: hidden; background: #e4eadc; }
.portrait img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 37%; }
/* Preserve the approved crop; Morgan has extra sky in the source photo. */
.portrait-morgan img { transform: translate(-4%, -12%) scale(1.3); }
.maker-caption { flex: 1; padding-top: 19px; text-align: center; }
.maker-social { align-self: center; margin-top: 10px; }
.maker-caption h3 { font-size: 20px; letter-spacing: -.35px; }
.maker-caption p { font-size: var(--text-small); margin-top: 4px; }
.maker-caption .maker-bio { margin: 14px auto 0; font-size: var(--text-small); line-height: 1.9; text-align: center; }
.faq-section { display: grid; grid-template-columns: 1fr 1.55fr; gap: 86px; border-top: 1px solid var(--line); padding-top: 76px; padding-bottom: 80px; }
.faq-section h2 { font-size: 32px; margin-top: 18px; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list details:first-child { border-top: 1px solid var(--line); }
.faq-list summary { min-height: 70px; font-weight: 550; }
.faq-list summary:hover { color: var(--green); }
.faq-list details > p { font-size: var(--text-body); line-height: 1.95; padding-bottom: 24px; max-width: 560px; }
.closing { text-align: center; padding-top: 63px; padding-bottom: 73px; border-top: 1px solid var(--line); }
.closing h2 { font-size: 43px; margin: 12px 0 27px; }
.closing > p { margin-top: 18px; font-size: var(--text-small); }
.site-footer { padding-top: 29px; padding-bottom: 25px; border-top: 1px solid var(--line); }
.footer-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; }
.footer-brand { min-width: 0; }
.footer-slogan { margin-top: 8px; font-size: var(--text-small); line-height: 1.9; }
.footer-links { display: flex; align-items: center; gap: 25px; }
.footer-top a:not(.brand) { display: inline-flex; align-items: center; min-height: 44px; font-size: var(--text-small); color: var(--muted); }
.footer-top a:not(.brand):hover { color: var(--green); text-decoration: underline; text-underline-offset: 4px; }
.footer-bottom { margin-top: 25px; font-size: var(--text-small); color: var(--muted); }

/* Native dialogs keep expected Escape, backdrop and focus behavior. */
dialog { max-width: 560px; width: calc(100% - 32px); max-height: calc(100dvh - 48px); padding: 28px 32px; overflow: auto; border: 1px solid #d0dcc6; border-radius: 16px; background: var(--paper); color: var(--ink); box-shadow: 0 24px 90px #16211224; }
dialog::backdrop { background: #1f2c2266; backdrop-filter: blur(3px); }
.dialog-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 13px; }
.dialog-header .icon-button { margin: -9px -9px 0 0; }
dialog h2 { font-size: 30px; letter-spacing: -.75px; }
dialog > p { margin: 18px 0; font-size: var(--text-small); line-height: 1.9; }
dialog > .button { margin: 4px 0 20px; font-size: var(--text-small); }
.install-details { border-top: 1px solid var(--line); }
.install-details > summary { min-height: 64px; font-size: var(--text-small); }
.install-details p { font-size: var(--text-small); line-height: 1.9; margin-bottom: 18px; }
.code-block { padding: 18px; margin-bottom: 20px; background: var(--green-soft); border: 1px solid #d6e0cb; border-radius: 8px; }
.code-block pre { margin: 0; font: var(--text-small)/1.95 ui-monospace, Menlo, monospace; white-space: pre-wrap; overflow-wrap: anywhere; }
.copy-button { display: inline-flex; align-items: center; justify-content: center; min-width: 112px; min-height: 44px; padding: 8px 13px; margin-top: 15px; border: 1px solid #b9c9aa; border-radius: 6px; background: #fafcf7; font-size: var(--text-small); }
.copy-button:hover { background: var(--surface); }
.copy-check, [data-copy-state="success"] .copy-glyph { display: none; }
[data-copy-state="success"] .copy-check { display: block; }
.dialog-footnote { font-size: var(--text-small) !important; margin-bottom: 0 !important; }
.privacy-item { padding: 21px 0; border-bottom: 1px solid var(--line); }
.privacy-item h3 { font-size: 16px; margin-bottom: 8px; }
.privacy-item p { font-size: var(--text-small); line-height: 1.9; }
.privacy-item + .text-link { margin-top: 20px; font-size: var(--text-small); }

@media (max-width: 1100px) {
  .section-shell { padding-inline: 30px; }
  .site-header .brand > span { display: none; }
  #main-nav { gap: 20px; }
  .hero { gap: 40px; padding-top: 64px; }
  .hero h1 { font-size: 60px; }
  .hero-description { font-size: 18px; }
  .section-heading { gap: 32px; }
  .section-heading > p { max-width: 320px; }
  .industry-case { grid-template-columns: 200px minmax(0, 1fr); gap: 0 32px; }
  .industry-case dl { gap: 24px; }
  .industry-case dd { font-size: var(--text-body); }
  .market-section h2 { font-size: 36px; }
  .plan { padding: 25px 20px; }
  .plan h3 { font-size: 25px; }
  .plan-price > small { display: block; margin-left: 0; }
  .control-section { flex-wrap: wrap; gap: 22px; }
  .control-section > div:nth-child(2) { flex: 1; }
  .control-section > .text-link { margin-left: 90px; }
  .makers-section { gap: 36px; grid-template-columns: 1fr; }
  .makers-grid { gap: 26px; }
  .faq-section { gap: 50px; }
}
@media (max-width: 850px) {
  .nav-wrap { padding: 16px 30px; }
  .site-header .brand > span { display: block; }
  .menu-toggle { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px; }
  .menu-toggle span { display: block; width: 20px; height: 1px; background: var(--ink); transition: transform .18s; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  #main-nav { display: none; position: absolute; top: 100%; left: 0; right: 0; max-height: calc(100dvh - 100%); overflow-y: auto; overscroll-behavior: contain; padding: 12px 30px 24px; border-bottom: 1px solid var(--line); background: var(--paper); flex-direction: column; align-items: stretch; gap: 4px; box-shadow: 0 12px 24px #25381b08; }
  #main-nav.open { display: flex; }
  #main-nav > a { min-height: 44px; padding: 9px 0; font-size: var(--text-small); }
  #main-nav > .button { margin-top: 8px; }
  .hero { gap: 28px; padding-top: 52px; padding-bottom: 46px; }
  .hero h1 { font-size: 48px; letter-spacing: -2px; }
  .hero-description { font-size: 17px; }
  .hero-support { font-size: var(--text-body); }
  .hero-actions { gap: 18px; }
  .section-heading { align-items: flex-start; }
  .section-heading h2 { font-size: 33px; }
  .section-heading > p { max-width: 270px; font-size: var(--text-body); }
  .screenshots-section { padding-bottom: 66px; }
  .screenshot-footer { align-items: flex-start; flex-direction: column; gap: 8px; }
  .screenshot-controls { align-self: flex-end; }
  .possibilities { padding-block: 62px; }
  .industry-case { grid-template-columns: 165px minmax(0, 1fr); padding: 28px; gap: 0 28px; }
  .industry-case dl { grid-template-columns: 1fr; gap: 22px; }
  .industry-case h3 { font-size: 24px; }
  .industry-case header p { font-size: var(--text-small); }
  .cases-footnote { display: block; }
  .cases-footnote .text-link { margin-top: 10px; }
  .overview-section { padding-top: 68px; }
  .work-steps { gap: 26px; }
  .work-steps h3 { font-size: 19px; }
  .work-steps p { font-size: var(--text-body); }
  .module-flow { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .module-flow article { padding: 23px !important; }
  .module-flow article:nth-child(2) { border-right: 0; }
  .module-flow article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .work-model-section { padding-top: 66px; }
  .employee-model-header { padding: 26px; }
  .employee-identity { gap: 16px; }
  .employee-symbol { width: 52px; height: 52px; border-radius: 14px; }
  .model-role { display: none; }
  .employee-resources { padding-inline: 26px; }
  .employee-resources > div { grid-template-columns: 210px 1fr; gap: 22px; }
  .employee-resources dt { flex-wrap: wrap; }
  .employee-resources dt > span { flex: 1 0 100%; margin-left: 29px; margin-top: -7px; }
  .employee-work > div { padding: 22px 26px; }
  .memory-example { padding: 24px; }
  .memory-example ol { gap: 20px; }
  .memory-example li + li { padding-left: 20px; }
  .market-section { padding-top: 66px; padding-bottom: 66px; }
  .market-options { gap: 18px; }
  .market-options article { padding: 25px; }
  .market-resources > div { grid-template-columns: 1fr; gap: 4px; }
  .market-use { gap: 28px; }
  .plans-section { padding-top: 68px; padding-bottom: 68px; }
  .plans-grid { grid-template-columns: 1fr 1fr; }
  .plan { padding: 28px; }
  .plan:nth-child(2) { border-right: 0; }
  .plan:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .plan h3 { font-size: 29px; }
  .plan-price > small { display: inline; margin-left: 5px; }
  .makers-section { grid-template-columns: 1fr; gap: 34px; padding-block: 66px; }
  .makers-intro .text-link { justify-self: start; margin-top: 0; }
  .makers-grid { gap: 32px; }
  .faq-section { grid-template-columns: 1fr; gap: 30px; padding-block: 62px; }
  .faq-list details > p { max-width: none; }
}
@media (max-width: 780px) {
  .makers-grid { grid-template-columns: 1fr; max-width: 480px; gap: 36px; }
}
@media (max-width: 650px) {
  html { scroll-padding-top: 98px; }
  .section-shell { padding-inline: 22px; }
  .nav-wrap { padding: 13px 22px; }
  .site-header .brand > span { display: none; }
  .brand img { width: 106px; }
  #main-nav { padding-inline: 22px; }
  .hero { grid-template-columns: 1fr; gap: 26px; padding-top: 40px; padding-bottom: 34px; }
  .hero-copy .eyebrow { font-size: var(--text-small); margin-bottom: 21px; }
  .hero h1 { font-size: clamp(41px, 11.1vw, 64px); line-height: 1.25; letter-spacing: -2.4px; }
  .hero-description { font-size: 18px; }
  .hero-support { font-size: var(--text-body); }
  .hero-actions { margin-top: 23px; gap: 24px; }
  .hero-footnote { font-size: var(--text-small); margin-top: 18px; }
  .hero-cases { font-size: var(--text-small); }
  .section-heading { display: block; margin-bottom: 28px; }
  .section-heading h2 { font-size: 30px; letter-spacing: -.9px; }
  .section-heading > p { max-width: none; font-size: var(--text-body); margin: 16px 0 0; }
  .section-heading .eyebrow { margin-bottom: 12px; }
  .screenshots-section { padding-bottom: 52px; }
  .screenshots-section .section-heading { margin-bottom: 14px; }
  .screenshots-section .section-heading h2 { font-size: 17px; letter-spacing: -.2px; }
  .screenshots-section .section-heading > p { font-size: var(--text-small); margin-top: 6px; }
  .screenshot-picker { margin-bottom: 12px; }
  .screenshot-picker button { gap: 6px; padding: 8px 11px; font-size: var(--text-small); }
  .screenshot-picker button .ui-icon { width: 16px; height: 16px; }
  .screenshot-slide figcaption { display: block; min-height: 113px; padding: 17px; }
  .screenshot-slide figcaption strong { font-size: var(--text-small); }
  .screenshot-slide figcaption span { display: block; margin-top: 5px; font-size: var(--text-small); }
  .screenshot-footer { gap: 9px; margin-top: 13px; }
  .screenshot-footer > p { font-size: var(--text-small); }
  .screenshot-controls { width: 100%; gap: 6px; }
  .screenshot-controls a { margin-right: auto; font-size: var(--text-small); }
  .screenshot-controls [role="status"] { min-width: 0; flex: 1; font-size: var(--text-small); text-align: center; }
  .screenshot-arrow { width: 44px; }
  .possibilities { padding-block: 50px; }
  .cases-intro { margin-bottom: 25px; }
  .cases-intro h2 { font-size: 30px; }
  .cases-intro > p:not(.eyebrow) { font-size: var(--text-body); }
  .case-tabs { gap: 5px; margin-bottom: 17px; }
  .case-tabs button { padding: 9px 11px; font-size: var(--text-small); gap: 6px; }
  .case-tabs .ui-icon { width: 16px; height: 16px; }
  .industry-case { display: block; min-height: 0; padding: 24px; }
  .industry-case header { position: relative; padding-bottom: 21px; border-bottom: 1px solid var(--line); }
  .industry-case header p { max-width: none; font-size: var(--text-small); }
  .case-symbol { position: absolute; right: 0; top: 0; width: 30px; height: 30px; margin: 0; }
  .industry-case h3 { font-size: 24px; margin: 10px 0; }
  .industry-case dl { margin-top: 24px; gap: 23px; }
  .industry-case dd { font-size: var(--text-body); }
  .case-routine { margin-top: 23px; font-size: var(--text-small); }
  .cases-footnote { margin-top: 18px; }
  .overview-section { padding-top: 54px; }
  .work-steps { grid-template-columns: 1fr; gap: 28px; padding-top: 25px; }
  .work-steps article { display: grid; grid-template-columns: 35px 1fr; column-gap: 17px; }
  .step-mark { grid-row: 1 / 3; flex-direction: column; justify-content: flex-start; gap: 12px; padding-top: 3px; }
  .step-mark .ui-icon { width: 25px; height: 25px; }
  .work-steps h3 { margin: 0 0 9px; font-size: 20px; }
  .work-steps p { grid-column: 2; font-size: var(--text-body); }
  .overview-section .automation-note { margin-block: 26px; }
  .module-disclosure > summary { font-size: var(--text-small); }
  .module-flow { grid-template-columns: 1fr; }
  .module-flow article { border: 0; padding: 23px 0 !important; }
  .module-flow article:not(:last-child) { border-bottom: 1px solid var(--line); }
  .module-flow dl { margin-bottom: 15px; }
  .work-model-section { padding-top: 54px; }
  .employee-model-header { padding: 24px 21px; }
  .employee-identity { align-items: flex-start; gap: 13px; }
  .employee-symbol { width: 45px; height: 45px; border-radius: 12px; }
  .employee-symbol .ui-icon { width: 26px; height: 26px; }
  .employee-model-header h3 { font-size: 22px; margin-top: 4px; }
  .employee-model-header p { font-size: var(--text-small); }
  .employee-resources { padding-inline: 21px; }
  .employee-resources > div { grid-template-columns: 1fr; gap: 10px; padding: 21px 0; }
  .employee-resources dt { flex-wrap: nowrap; }
  .employee-resources dt > span { flex: initial; margin: 0 0 0 auto; }
  .employee-resources dd { font-size: var(--text-body); }
  .employee-work { grid-template-columns: 1fr; }
  .employee-work > div { padding: 21px; }
  .employee-work > div + div { border-left: 0; border-top: 1px solid var(--line); }
  .work-memory { margin-top: 33px; padding-top: 29px; }
  .memory-intro h3 { font-size: 24px; }
  .memory-intro > p:last-child { font-size: var(--text-body); }
  .memory-example { padding: 23px; }
  .memory-example ol { grid-template-columns: 1fr; gap: 21px; }
  .memory-example li + li { padding: 20px 0 0; border-left: 0; border-top: 1px solid #d6e0cd; }
  .memory-example li > p { font-size: var(--text-body); }
  .market-section { padding-top: 54px; padding-bottom: 54px; }
  .market-options, .market-use { grid-template-columns: 1fr; }
  .market-options { gap: 18px; }
  .market-options article { padding: 24px; }
  .market-use { gap: 26px; margin-top: 28px; }
  .market-use p { font-size: var(--text-body); }
  .control-section { display: grid; grid-template-columns: 35px minmax(0, 1fr); padding-block: 43px; gap: 18px; align-items: flex-start; }
  .control-symbol { width: 35px; margin-top: 2px; }
  .control-section > div:nth-child(2) { flex: 1; min-width: 0; }
  .control-section h2 { font-size: 25px; line-height: 1.5; }
  .control-section p:not(.eyebrow) { font-size: var(--text-body); }
  .control-section > .text-link { grid-column: 2; justify-self: start; margin-left: 0; font-size: var(--text-small); }
  .plans-section { padding-block: 54px; }
  .plans-grid { grid-template-columns: 1fr; }
  .plan { padding: 26px; border-right: 0; border-bottom: 1px solid var(--line); }
  .plan:last-child { border-bottom: 0; }
  .plan h3 { font-size: 29px; margin-top: 17px; }
  .plan ul { margin: 21px 0 22px; font-size: var(--text-body); }
  .plan > p { font-size: var(--text-body); }
  .plan .text-link { align-self: flex-start; }
  .makers-section { padding-top: 53px; padding-bottom: 55px; gap: 32px; }
  .makers-intro h2 { font-size: 30px; margin: 15px 0; }
  .makers-intro .text-link { margin-top: 10px; }
  .makers-grid { gap: 36px; }
  .portrait { width: 104px; height: 104px; }
  .maker-caption { padding-top: 16px; }
  .maker-caption h3 { font-size: 18px; }
  .maker-caption p { font-size: var(--text-small); }
  .maker-caption .maker-bio { font-size: var(--text-small); margin-top: 12px; }
  .faq-section { padding-block: 52px; gap: 26px; }
  .faq-section h2 { font-size: 30px; margin-top: 15px; }
  .faq-list summary { min-height: 69px; font-size: var(--text-small); line-height: 1.8; gap: 18px; }
  .faq-list details > p { font-size: var(--text-body); }
  .closing { padding-top: 46px; padding-bottom: 53px; }
  .closing h2 { font-size: 33px; margin: 12px 0 25px; }
  .closing > p { font-size: var(--text-small); }
  .site-footer { padding-top: 25px; padding-bottom: 24px; }
  .footer-top { flex-direction: column; align-items: flex-start; gap: 14px; }
  .footer-links { gap: 25px; flex-wrap: wrap; }
  .footer-bottom { margin-top: 19px; }
  dialog { padding: 23px; max-height: calc(100dvh - 32px); }
  dialog h2 { font-size: 27px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
