:root {
  --ink: #151a18;
  --paper: #f5f4f0;
  --white: #ffffff;
  --muted: #636a65;
  --line: #daddd7;
  --control-line: #818a82;
  --focus: #006b5f;
  --example-accent: #315b9b;
  color-scheme: light;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
}
* { box-sizing: border-box; }
html { min-width: 320px; scroll-behavior: smooth; background: var(--paper); }
body { min-width: 320px; margin: 0; background: var(--paper); color: var(--ink); font-size: 16px; line-height: 1.5; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
a:focus-visible { outline: 3px solid var(--focus); outline-offset: 4px; }
svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.icon-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.skip-link { position: fixed; z-index: 20; top: 8px; left: 8px; padding: 12px 16px; border: 1px solid var(--ink); border-radius: 6px; background: var(--white); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.site-shell { width: min(1440px, calc(100% - 64px)); min-height: 100dvh; margin: 0 auto; }
.site-header { border-bottom: 1px solid var(--line); }
.nav { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { min-height: 44px; display: inline-flex; align-items: center; font-size: 24px; font-weight: 700; letter-spacing: -.045em; text-decoration: none; }
.nav-links { display: flex; align-items: center; gap: 32px; }
.nav-links a { min-height: 44px; display: inline-flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 600; text-decoration: none; }
.nav-links a:hover, .quiet-link:hover { text-decoration: underline; text-underline-offset: 5px; }
.nav-links .nav-login { padding: 0 16px; border: 1px solid var(--ink); border-radius: 6px; }
.nav-login svg { width: 16px; height: 16px; }
.nav-links .nav-login:hover { background: var(--ink); color: var(--white); text-decoration: none; }
.eyebrow { margin: 0; color: var(--muted); font-size: 13px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.hero { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); align-items: center; gap: clamp(48px, 5vw, 80px); padding: clamp(64px, 6vw, 96px) 0 96px; }
.hero-copy { max-width: 580px; }
.hero h1 { margin: 24px 0 0; font-size: clamp(40px, 4.5vw, 64px); font-weight: 700; line-height: 1.04; letter-spacing: -.055em; }
.hero h1 span { color: var(--muted); }
.hero-tagline { max-width: 520px; margin: 32px 0 0; font-size: clamp(20px, 2vw, 26px); line-height: 1.35; letter-spacing: -.02em; }
.hero-description { max-width: 510px; margin: 20px 0 0; color: var(--muted); font-size: 17px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 12px 24px; margin-top: 32px; }
.primary-link, .access-link { min-height: 48px; display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; padding: 10px 18px; border: 1px solid var(--ink); border-radius: 6px; background: var(--ink); color: var(--white); font-weight: 600; text-decoration: none; }
.primary-link svg, .access-link svg { width: 18px; height: 18px; }
.primary-link:hover { background: var(--white); color: var(--ink); }
.quiet-link { min-height: 44px; display: inline-flex; align-items: center; font-weight: 600; text-decoration: none; }
.availability { margin: 20px 0 0; color: var(--muted); font-size: 13px; }
.hero-figure, .detail-figure, .document-figure { min-width: 0; margin: 0; }
.hero-figure figcaption, .detail-figure figcaption, .document-figure figcaption { margin-top: 12px; color: var(--muted); font-size: 13px; line-height: 1.5; }
.hero-figure figcaption { text-align: right; }

.app-frame { overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: var(--white); }
.overview-frame { min-height: 506px; display: grid; grid-template-columns: 152px minmax(0,1fr); }
.demo-sidebar { min-width: 0; display: flex; flex-direction: column; padding: 22px 12px 14px; border-right: 1px solid var(--line); background: var(--paper); }
.demo-brand { display: grid; padding: 3px 8px 26px; }
.demo-brand strong { font-size: 17px; letter-spacing: -.04em; }
.demo-brand small { color: var(--muted); font-size: 11px; }
.demo-nav { display: grid; gap: 2px; }
.demo-nav > span { min-height: 39px; display: flex; align-items: center; gap: 9px; padding: 0 8px; border-radius: 6px; color: var(--muted); font-size: 12px; font-weight: 500; }
.demo-nav svg { width: 18px; height: 18px; flex: none; }
.demo-nav .is-active { background: var(--white); color: var(--ink); font-weight: 600; }
.demo-company { display: flex; align-items: center; gap: 8px; margin-top: auto; padding: 14px 2px 0; border-top: 1px solid var(--line); }
.demo-company > span { width: 30px; height: 30px; flex: none; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 6px; background: var(--white); font-size: 10px; font-weight: 700; }
.demo-company div { min-width: 0; }
.demo-company strong, .demo-company small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.demo-company strong { font-size: 10px; }
.demo-company small { color: var(--muted); font-size: 10px; }
.demo-main { min-width: 0; }
.demo-topbar { height: 55px; display: flex; align-items: center; gap: 12px; padding: 0 20px; border-bottom: 1px solid var(--line); }
.demo-search { min-width: 0; width: min(100%, 320px); min-height: 34px; display: flex; align-items: center; gap: 8px; padding: 0 10px; overflow: hidden; border: 1px solid var(--control-line); border-radius: 6px; color: var(--muted); font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.demo-search svg { width: 15px; height: 15px; flex: none; }
.demo-avatar { width: 29px; height: 29px; flex: none; display: grid; place-items: center; margin-left: auto; border-radius: 50%; background: var(--ink); color: var(--white); font-size: 10px; font-weight: 600; }
.demo-mobile-brand { display: none; }
.demo-page { padding: 22px 24px 24px; }
.demo-page-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 10px; }
.demo-overline { color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.demo-page-heading h2 { margin: 2px 0 2px; font-size: 27px; font-weight: 600; line-height: 1.2; letter-spacing: -.045em; }
.demo-page-heading p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.4; }
.demo-new { min-height: 34px; display: inline-flex; align-items: center; gap: 5px; flex: none; padding: 0 9px; border: 1px solid var(--ink); border-radius: 6px; background: var(--ink); color: var(--white); font-size: 10px; font-weight: 600; white-space: nowrap; }
.demo-new svg { width: 14px; height: 14px; }
.demo-tabs { display: flex; gap: 4px; margin: 20px 0 24px; padding-bottom: 7px; border-bottom: 1px solid var(--line); white-space: nowrap; }
.demo-tabs span { padding: 6px 8px; border-radius: 6px; color: var(--muted); font-size: 10px; font-weight: 600; }
.demo-tabs .is-active { background: var(--paper); color: var(--ink); }
.demo-list-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 10px; margin-bottom: 10px; }
.demo-list-heading strong, .demo-list-heading small { display: block; }
.demo-list-heading strong { font-size: 13px; }
.demo-list-heading small { margin-top: 2px; color: var(--muted); font-size: 10px; }
.demo-list-heading > span { color: var(--muted); font-size: 11px; font-variant-numeric: tabular-nums; }
.demo-list-heading.second { margin-top: 22px; }
.demo-order-row { min-width: 0; min-height: 73px; display: grid; grid-template-columns: 34px minmax(0,1fr) auto 15px; align-items: center; gap: 10px; padding: 10px 12px; border: 1px solid var(--line); border-radius: 8px; }
.demo-order-icon { width: 32px; height: 32px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 6px; background: var(--paper); }
.demo-order-icon svg { width: 17px; height: 17px; }
.demo-order-row > div { min-width: 0; }
.demo-order-row small, .demo-order-row strong, .demo-order-row > div > span { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.demo-order-row small { color: var(--muted); font-size: 9px; font-weight: 600; letter-spacing: .05em; }
.demo-order-row strong { font-size: 12px; font-weight: 600; }
.demo-order-row > div > span { color: var(--muted); font-size: 10px; }
.demo-order-state { padding: 4px 7px; border: 1px solid var(--line); border-radius: 6px; background: var(--paper); font-size: 10px; font-weight: 600; white-space: nowrap; }
.demo-order-chevron { width: 14px; height: 14px; color: var(--muted); }

.statement { display: grid; grid-template-columns: minmax(0,1fr) minmax(260px,.45fr); align-items: end; gap: 32px 64px; padding: 72px 0 80px; border-top: 1px solid var(--ink); }
.statement .eyebrow { grid-column: 1 / -1; }
.statement h2 { margin: 0; font-size: clamp(36px, 4.5vw, 60px); line-height: 1.08; letter-spacing: -.055em; }
.statement h2 span { color: var(--muted); }
.statement > p:last-child { max-width: 390px; margin: 0 0 5px; color: var(--muted); font-size: 17px; line-height: 1.65; }
.product-section { display: grid; grid-template-columns: minmax(300px,.7fr) minmax(0,1.3fr); align-items: center; gap: clamp(48px, 7vw, 112px); padding: 96px 0; border-top: 1px solid var(--line); scroll-margin-top: 24px; }
.product-copy { max-width: 460px; }
.product-copy h2, .document-copy h2 { margin: 20px 0 0; font-size: clamp(36px, 3.5vw, 52px); line-height: 1.12; letter-spacing: -.05em; }
.product-copy > p:nth-of-type(2), .document-copy > p:nth-of-type(2) { margin: 24px 0 0; color: var(--muted); font-size: 17px; line-height: 1.65; }
.product-points { margin: 36px 0 0; padding: 0; list-style: none; }
.product-points li { display: grid; grid-template-columns: 32px minmax(0,1fr); gap: 16px; padding: 15px 0; border-top: 1px solid var(--line); }
.product-points li:last-child { border-bottom: 1px solid var(--line); }
.product-points li > span { color: var(--muted); font-size: 12px; font-variant-numeric: tabular-nums; }
.product-points strong { font-size: 15px; font-weight: 600; }
.product-points p { margin: 3px 0 0; color: var(--muted); font-size: 14px; line-height: 1.5; }
.detail-frame { overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: var(--white); }
.detail-top { min-height: 48px; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 0 24px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 11px; font-weight: 600; }
.detail-top > span:first-child { display: inline-flex; align-items: center; gap: 4px; }
.detail-top svg { width: 13px; height: 13px; }
.detail-top > span:last-child { font-size: 10px; letter-spacing: .08em; }
.detail-identity { position: relative; display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; padding: 26px 24px 23px; }
.detail-identity::before { content: ""; position: absolute; inset: 0 0 auto; height: 3px; background: var(--example-accent); }
.detail-identity small, .detail-heading small { display: block; color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .08em; }
.detail-identity h3 { margin: 5px 0 2px; font-size: 25px; font-weight: 600; line-height: 1.15; letter-spacing: -.04em; }
.detail-identity > div > span { color: var(--muted); font-size: 12px; }
.detail-primary { min-height: 39px; display: inline-flex; align-items: center; gap: 10px; flex: none; padding: 0 12px; border: 1px solid var(--example-accent); border-radius: 6px; background: var(--example-accent); color: var(--white); font-size: 11px; font-weight: 600; white-space: nowrap; }
.detail-primary svg { width: 14px; height: 14px; }
.detail-flow { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); padding: 0 24px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--paper); }
.detail-flow span { min-height: 58px; display: flex; align-items: center; gap: 8px; padding: 7px 10px; border-left: 1px solid var(--line); font-size: 11px; font-weight: 600; }
.detail-flow span:first-child { border-left: 0; padding-left: 0; }
.detail-flow b { width: 22px; height: 22px; display: grid; place-items: center; flex: none; border: 1px solid var(--control-line); border-radius: 50%; background: var(--white); font-size: 10px; }
.detail-flow .is-current b { border-color: var(--ink); background: var(--ink); color: var(--white); }
.detail-body { padding: 25px 24px 24px; }
.detail-heading h4 { margin: 3px 0 1px; font-size: 21px; font-weight: 600; letter-spacing: -.035em; }
.detail-heading > span { color: var(--muted); font-size: 12px; }
.detail-subheading { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin-top: 26px; padding-bottom: 9px; border-bottom: 1px solid var(--line); }
.detail-subheading strong { font-size: 14px; }
.detail-subheading small { color: var(--muted); font-size: 11px; }
.detail-actions { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 8px; margin-top: 12px; }
.detail-actions > span { min-width: 0; min-height: 102px; display: flex; flex-direction: column; align-items: flex-start; padding: 12px; border: 1px solid var(--line); border-radius: 6px; }
.detail-actions svg { width: 20px; height: 20px; margin-bottom: auto; }
.detail-actions strong, .detail-actions small { display: block; overflow: hidden; max-width: 100%; text-overflow: ellipsis; white-space: nowrap; }
.detail-actions strong { margin-top: 9px; font-size: 12px; }
.detail-actions small { color: var(--muted); font-size: 10px; }
.detail-registrations { margin-top: 26px; border-top: 1px solid var(--line); }
.detail-registrations > strong { display: block; margin: 14px 0 4px; font-size: 14px; }
.detail-registrations > div { display: flex; align-items: center; gap: 11px; min-height: 54px; border-bottom: 1px solid var(--line); }
.detail-registrations svg { width: 18px; height: 18px; flex: none; color: var(--muted); }
.detail-registrations b, .detail-registrations small { display: block; font-weight: 500; }
.detail-registrations b { font-size: 12px; }
.detail-registrations small { color: var(--muted); font-size: 11px; }

.steps { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); border-top: 1px solid var(--ink); border-bottom: 1px solid var(--line); }
.steps > div { min-width: 0; padding: 32px 32px 38px 0; }
.steps > div + div { padding-left: 32px; border-left: 1px solid var(--line); }
.steps span { color: var(--muted); font-size: 12px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.steps p { max-width: 290px; margin: 13px 0 0; font-size: 18px; font-weight: 600; line-height: 1.35; letter-spacing: -.015em; }
.document-section { display: grid; grid-template-columns: minmax(300px,.75fr) minmax(0,1.25fr); align-items: center; gap: clamp(48px, 7vw, 112px); padding: 104px 0; scroll-margin-top: 24px; }
.document-copy { max-width: 460px; }
.document-proof { display: grid; gap: 4px; margin-top: 36px; padding-top: 20px; border-top: 1px solid var(--line); }
.proof-line { width: 70px; height: 3px; display: block; margin-bottom: 10px; background: var(--example-accent); }
.document-proof strong { font-size: 16px; }
.document-proof small { color: var(--muted); font-size: 13px; }
.document-figure { padding: 24px; background: var(--paper); }
.work-order-document { min-width: 0; padding: clamp(24px, 3vw, 40px); border: 1px solid var(--line); background: var(--white); color: var(--ink); font-size: 12px; }
.document-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; }
.document-brand { min-width: 0; display: flex; align-items: center; gap: 13px; }
.document-monogram { width: 48px; height: 48px; flex: none; display: grid; place-items: center; border: 1px solid var(--example-accent); border-radius: 6px; background: var(--example-accent); color: var(--white); font-size: 15px; font-weight: 700; }
.document-brand > div { min-width: 0; }
.document-overline { display: block; color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .04em; }
.document-brand h3 { margin: 2px 0 0; font-size: clamp(20px, 2.2vw, 29px); line-height: 1.12; letter-spacing: -.04em; }
.document-number { display: grid; justify-items: end; flex: none; font-size: 10px; text-align: right; }
.document-number > span, .document-number small { color: var(--muted); }
.document-number strong { font-size: 14px; font-variant-numeric: tabular-nums; }
.document-rule { height: 3px; margin: 24px 0 22px; background: var(--example-accent); }
.document-parties { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; margin-bottom: 22px; }
.document-parties h4 { margin: 0 0 8px; color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.document-parties strong, .document-parties span { display: block; overflow-wrap: anywhere; }
.document-parties strong { font-size: 13px; }
.document-parties span { color: var(--muted); font-size: 11px; }
.document-summary { display: flex; flex-wrap: wrap; gap: 8px 22px; padding: 11px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--muted); font-size: 11px; }
.document-job { margin-top: 25px; }
.document-job-heading { display: flex; align-items: baseline; gap: 10px; margin-bottom: 12px; }
.document-job-heading span { color: var(--muted); font-size: 11px; font-weight: 700; }
.document-job-heading h4 { margin: 0; font-size: 18px; }
.document-facts { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px 18px; }
.document-facts > div { display: grid; }
.document-facts span { color: var(--muted); font-size: 10px; }
.document-facts strong { font-size: 11px; font-weight: 600; }
.document-job > p { margin: 16px 0; font-size: 12px; }
.document-subsection { margin-top: 18px; }
.document-subsection h5 { margin: 0 0 7px; font-size: 11px; }
.document-subsection > div { display: flex; justify-content: space-between; gap: 12px; padding: 8px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.document-subsection > div strong, .document-subsection > div span { font-size: 11px; }
.document-subsection p { margin: 0; font-size: 11px; }
.document-footer { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px 16px; margin-top: 36px; padding-top: 12px; border-top: 1px solid var(--line); color: var(--muted); font-size: 10px; }
.document-figure figcaption { margin-top: 14px; }
.access { display: flex; align-items: center; justify-content: space-between; gap: 32px; margin-top: 8px; padding: 48px; border-radius: 8px; background: var(--ink); color: var(--white); }
.access .eyebrow { color: #c7cbc8; }
.access h2 { margin: 10px 0 0; font-size: clamp(28px, 3vw, 40px); line-height: 1.14; letter-spacing: -.04em; }
.access p:last-child { margin: 13px 0 0; color: #c7cbc8; }
.access-link { flex: none; border-color: var(--white); background: var(--white); color: var(--ink); }
.access-link:hover { background: var(--ink); color: var(--white); }
.site-footer { min-height: 120px; display: flex; align-items: center; justify-content: space-between; gap: 24px; color: var(--muted); font-size: 13px; }

@media (max-width: 1100px) {
  .site-shell { width: min(900px, calc(100% - 48px)); }
  .hero { grid-template-columns: 1fr; gap: 48px; padding: 72px 0 80px; }
  .hero-copy { max-width: 740px; }
  .hero-figure { max-width: 900px; }
  .product-section, .document-section { grid-template-columns: 1fr; gap: 48px; padding: 80px 0; }
  .product-copy, .document-copy { max-width: 680px; }
  .detail-figure, .document-figure { width: min(100%, 800px); }
  .statement { grid-template-columns: minmax(0,1fr) minmax(240px,.6fr); }
}
@media (max-width: 700px) {
  .site-shell { width: calc(100% - 32px); }
  .nav { min-height: 72px; }
  .brand { font-size: 21px; }
  .nav-links { gap: 10px; }
  .nav-section { display: none !important; }
  .nav-links .nav-login { padding: 0 12px; }
  .hero { gap: 40px; padding: 48px 0 64px; }
  .hero h1 { font-size: clamp(36px, 9.5vw, 46px); }
  .hero-tagline { margin-top: 24px; font-size: 20px; }
  .hero-description { font-size: 16px; }
  .overview-frame { min-height: 0; grid-template-columns: 1fr; }
  .demo-sidebar { display: none; }
  .demo-topbar { height: 48px; padding: 0 16px; }
  .demo-mobile-brand { display: inline; margin-right: auto; font-size: 14px; font-weight: 700; letter-spacing: -.04em; }
  .demo-search { display: none; }
  .demo-avatar { margin-left: 0; }
  .demo-page { padding: 20px 16px 22px; }
  .demo-page-heading h2 { font-size: 24px; }
  .statement { display: block; padding: 56px 0 64px; }
  .statement h2 { margin-top: 20px; font-size: clamp(34px, 7vw, 46px); }
  .statement > p:last-child { margin-top: 24px; font-size: 16px; }
  .product-section, .document-section { gap: 36px; padding: 64px 0; }
  .product-copy h2, .document-copy h2 { font-size: clamp(34px, 7vw, 44px); }
  .product-copy > p:nth-of-type(2), .document-copy > p:nth-of-type(2) { font-size: 16px; }
  .detail-identity { padding: 24px 18px 20px; }
  .detail-flow { padding: 0 18px; }
  .detail-body { padding: 22px 18px; }
  .steps { grid-template-columns: 1fr; }
  .steps > div { padding: 24px 0; }
  .steps > div + div { padding-left: 0; border-top: 1px solid var(--line); border-left: 0; }
  .steps p { max-width: 540px; margin-top: 8px; }
  .document-figure { padding: 16px; }
  .access { align-items: flex-start; flex-direction: column; padding: 32px 24px; }
  .site-footer { min-height: 116px; align-items: flex-start; flex-direction: column; justify-content: center; gap: 4px; }
}
@media (max-width: 520px) {
  .demo-new { display: none; }
  .demo-tabs { gap: 0; justify-content: space-between; }
  .demo-tabs span { padding: 6px 5px; }
  .demo-tabs span:first-child { display: none; }
  .demo-order-row { grid-template-columns: 32px minmax(0,1fr) 14px; gap: 8px; padding: 9px; }
  .demo-order-state { display: none; }
  .detail-identity { display: block; }
  .detail-identity h3 { font-size: 22px; }
  .detail-primary { width: fit-content; margin-top: 14px; }
  .detail-flow { padding: 0 12px; }
  .detail-flow span { min-height: 58px; gap: 5px; padding: 7px 6px; font-size: 10px; line-height: 1.2; }
  .detail-flow span:first-child { padding-left: 0; }
  .detail-flow b { width: 20px; height: 20px; }
  .detail-actions { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .detail-actions > span { min-height: 86px; }
  .document-header { display: block; }
  .document-number { display: flex; align-items: baseline; gap: 8px; justify-content: flex-start; margin-top: 18px; text-align: left; }
  .document-parties, .document-facts { grid-template-columns: 1fr; gap: 14px; }
  .document-rule { margin: 18px 0; }
  .document-figure { padding: 12px; }
  .work-order-document { padding: 20px; }
}
@media (max-width: 360px) {
  .site-shell { width: calc(100% - 24px); }
  .hero h1 { font-size: 36px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 6px; }
  .primary-link { justify-content: space-between; }
  .demo-tabs span { font-size: 9px; }
  .demo-page-heading p { max-width: 205px; }
  .detail-flow span { font-size: 9px; }
  .detail-actions > span { padding: 10px; }
  .document-brand h3 { font-size: 21px; }
  .access { padding: 28px 18px; }
  .access-link { width: 100%; gap: 12px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
