:root {
  --as-bg: #f6f8fb;
  --as-ink: #111827;
  --as-muted: #5f6b7a;
  --as-line: #d9e1ea;
  --as-panel: #ffffff;
  --as-soft: #edf3f7;
  --as-navy: #0d1b2a;
  --as-blue: #1d72d2;
  --as-cyan: #3fb7d8;
  --as-green: #24865a;
  --as-amber: #b7791f;
  --as-shadow: 0 18px 55px rgba(31, 45, 61, .09);
  --as-soft-shadow: 0 10px 28px rgba(31, 45, 61, .07);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--as-bg);
  color: var(--as-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  letter-spacing: 0;
}
a { color: inherit; text-decoration: none; }
.as-header {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
  min-height: 84px;
  display: flex;
  align-items: center;
  gap: 26px;
}
.as-brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 900; }
.as-brand .site-logo {
  width: 40px;
  height: 40px;
  object-fit: contain;
  flex: 0 0 auto;
  filter: drop-shadow(0 12px 20px rgba(29, 114, 210, .22));
}
.as-nav { display: flex; gap: 22px; flex-wrap: wrap; color: var(--as-muted); font-size: 15px; margin-left: auto; }
.as-nav a:hover { color: var(--as-ink); }
.as-header-link {
  background: #fff;
  border-radius: 8px;
  padding: 10px 13px;
  color: var(--as-blue);
  font-weight: 800;
  font-size: 14px;
  box-shadow: var(--as-soft-shadow);
}
main { overflow: hidden; }
.as-hero {
  width: min(1160px, calc(100% - 40px));
  margin: 34px auto 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 520px;
  gap: 48px;
  align-items: center;
  padding: 58px 0 70px;
}
.as-hero h1 { font-size: 72px; line-height: 1; letter-spacing: 0; margin: 0 0 24px; max-width: 790px; }
.as-hero p { font-size: 20px; line-height: 1.65; color: var(--as-muted); max-width: 710px; margin: 0; }
.as-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 30px; }
.as-primary,
.as-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border-radius: 8px;
  padding: 0 17px;
  font-weight: 850;
}
.as-primary { background: var(--as-blue); color: #fff; }
.as-secondary { background: #fff; color: var(--as-ink); box-shadow: var(--as-soft-shadow); }
.as-product-sample {
  background: var(--as-navy);
  color: #dbeafe;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 28px 80px rgba(13, 27, 42, .22);
}
.sample-top { display: flex; justify-content: space-between; gap: 18px; padding: 16px 18px; border-bottom: 1px solid rgba(255, 255, 255, .12); color: #9cc7e7; font-size: 13px; }
.sample-top b { color: #fff; }
.asset-snapshot { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; padding: 18px 18px 0; }
.asset-snapshot article { background: rgba(255, 255, 255, .08); border-radius: 8px; padding: 14px; }
.asset-snapshot span { display: inline-flex; align-items: center; justify-content: center; min-width: 42px; height: 24px; border-radius: 999px; background: rgba(63, 183, 216, .18); color: #9ee8ff; font-size: 11px; font-weight: 900; }
.asset-snapshot b { display: block; margin-top: 12px; color: #fff; font-size: 15px; }
.asset-snapshot small { display: block; margin-top: 6px; color: #a9bdd0; }
.catalog-tags { display: flex; gap: 8px; flex-wrap: wrap; padding: 14px 18px 0; }
.catalog-tags span { border-radius: 999px; background: rgba(36, 134, 90, .2); color: #b8f3d9; padding: 7px 10px; font-size: 12px; font-weight: 800; }
pre { margin: 0; padding: 24px; font: 14px/1.8 "SFMono-Regular", Consolas, monospace; white-space: pre-wrap; }
.as-usecases {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto 76px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.as-usecases article { background: #fff; border-radius: 8px; padding: 20px; min-height: 130px; box-shadow: var(--as-soft-shadow); }
.as-usecases b { display: block; font-size: 17px; margin-bottom: 10px; }
.as-usecases span { color: var(--as-muted); line-height: 1.55; }
.as-product-grid,
.as-catalog-preview,
.as-workflow,
.as-docs-status,
.content-band,
.feature-roadmap,
.resource-hub,
.status-board,
.contact-panel,
.policy-shell {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto 84px;
}
.as-section-intro { display: grid; grid-template-columns: 220px 1fr; gap: 24px; align-items: end; margin-bottom: 24px; }
.as-section-intro span { color: var(--as-blue); font-weight: 900; text-transform: uppercase; font-size: 12px; letter-spacing: 0; }
.as-section-intro h2 { font-size: 44px; line-height: 1.08; letter-spacing: 0; margin: 0; max-width: 840px; }
.as-product-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 16px; }
.as-product-grid .as-section-intro { grid-column: 1 / -1; }
.as-product-grid article { background: #fff; border-radius: 8px; padding: 24px; min-height: 210px; box-shadow: var(--as-shadow); }
.as-product-grid .feature-wide { background: linear-gradient(135deg, #fff, #eaf4fb); grid-row: span 2; box-shadow: 0 24px 70px rgba(29, 114, 210, .14); }
.as-product-grid h3 { font-size: 25px; margin: 0 0 12px; }
.as-product-grid p { color: var(--as-muted); line-height: 1.7; margin: 0; }
.catalog-table { background: #fff; border: 1px solid var(--as-line); border-radius: 8px; overflow: hidden; }
.catalog-table > div { display: grid; grid-template-columns: 1.25fr .65fr .55fr .55fr .7fr .85fr; gap: 12px; padding: 15px 18px; border-top: 1px solid var(--as-line); align-items: center; }
.catalog-table > div:first-child { border-top: 0; background: var(--as-soft); color: var(--as-muted); font-size: 12px; text-transform: uppercase; }
.catalog-table > div:not(:first-child):hover { background: #f8fbfd; }
.catalog-table code { color: var(--as-blue); }
.table-scroll { overflow-x: auto; padding-bottom: 4px; }
.catalog-table-wide { min-width: 1120px; }
.catalog-table-wide > div { grid-template-columns: 1.1fr .65fr .45fr .5fr .65fr .7fr .75fr 1.2fr; }
.as-workflow ol { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; list-style: none; margin: 0; padding: 0; }
.as-workflow li { background: var(--as-navy); color: #fff; border-radius: 8px; padding: 22px; min-height: 190px; }
.as-workflow b { display: block; font-size: 20px; margin-bottom: 12px; }
.as-workflow span { color: #b9c8d8; line-height: 1.6; }
.as-docs-status { display: grid; grid-template-columns: 1fr .75fr; gap: 18px; }
.docs-preview,
.status-preview {
  background: #fff;
  border-radius: 8px;
  padding: 26px;
  box-shadow: var(--as-shadow);
}
.docs-preview h2,
.status-preview h2 { font-size: 30px; margin: 0 0 18px; }
.doc-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.doc-list a { border-radius: 8px; padding: 14px; background: var(--as-soft); font-weight: 800; }
.status-preview dl { display: grid; gap: 10px; margin: 0; }
.status-preview div { display: flex; justify-content: space-between; gap: 16px; border-bottom: 1px solid var(--as-line); padding: 10px 0; }
.status-preview dt { color: var(--as-muted); }
.status-preview dd { margin: 0; font-weight: 900; color: var(--as-green); }
.as-footer { width: min(1160px, calc(100% - 40px)); margin: 0 auto; padding: 38px 0 48px; border-top: 1px solid var(--as-line); display: grid; grid-template-columns: minmax(240px, 1fr) 1.6fr; gap: 34px; color: var(--as-muted); }
.as-footer div { display: grid; gap: 7px; }
.as-footer b { color: var(--as-ink); }
.footer-columns { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.footer-columns a { font-size: 14px; line-height: 1.5; }
.footer-columns a:hover { color: var(--as-blue); }
.footer-brand span { max-width: 280px; line-height: 1.55; }
.page-hero { width: min(1160px, calc(100% - 40px)); margin: 50px auto 42px; }
.page-hero h1 { font-size: 58px; letter-spacing: 0; line-height: 1.05; margin: 0 0 16px; max-width: 920px; }
.page-hero p { font-size: 19px; line-height: 1.65; color: var(--as-muted); max-width: 820px; }
.content-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.content-card { background: #fff; border-radius: 8px; padding: 24px; box-shadow: var(--as-soft-shadow); }
.content-card h2,
.content-card h3 { margin-top: 0; }
.content-card p,
.content-card li { color: var(--as-muted); line-height: 1.65; }
.feature-roadmap { display: grid; gap: 26px; }
.feature-strip { display: grid; grid-template-columns: 290px 1fr 280px; gap: 22px; align-items: start; padding: 26px 0; border-top: 1px solid var(--as-line); }
.feature-strip h2 { margin: 0; font-size: 30px; }
.feature-strip p { margin: 0; color: var(--as-muted); line-height: 1.7; }
.feature-strip ul { margin: 0; padding-left: 18px; color: var(--as-muted); line-height: 1.7; }
.feature-pill { display: inline-flex; width: max-content; border-radius: 999px; padding: 8px 12px; background: #eaf4fb; color: var(--as-blue); font-weight: 850; font-size: 13px; }
.catalog-summary { width: min(1160px, calc(100% - 40px)); margin: 0 auto 22px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.catalog-summary article,
.status-metrics article { background: #fff; border-radius: 8px; padding: 18px; box-shadow: var(--as-soft-shadow); }
.catalog-summary span,
.status-metrics span { display: block; color: var(--as-muted); font-size: 13px; margin-bottom: 8px; }
.catalog-summary b,
.status-metrics b { display: block; font-size: 24px; color: var(--as-ink); }
.catalog-summary small,
.status-metrics small { display: block; margin-top: 6px; color: var(--as-muted); }
.resource-hub { display: grid; grid-template-columns: .92fr 1.08fr; gap: 18px; align-items: start; }
.resource-featured { background: var(--as-navy); color: #fff; border-radius: 8px; padding: 28px; min-height: 420px; }
.resource-featured h2 { font-size: 34px; margin: 0 0 16px; }
.resource-featured p { color: #c6d4e3; line-height: 1.7; }
.resource-featured a { display: inline-flex; margin-top: 20px; background: #fff; color: var(--as-navy); border-radius: 8px; padding: 12px 14px; font-weight: 900; }
.resource-list { display: grid; gap: 12px; }
.resource-list a { display: grid; grid-template-columns: 1fr auto; gap: 16px; background: #fff; border-radius: 8px; padding: 16px; box-shadow: var(--as-soft-shadow); }
.resource-list small { color: var(--as-blue); font-weight: 850; }
.release-ledger { width: min(1160px, calc(100% - 40px)); margin: 0 auto 84px; display: grid; grid-template-columns: 360px 1fr; gap: 22px; align-items: start; }
.release-summary { background: var(--as-navy); color: #fff; border-radius: 8px; padding: 28px; position: sticky; top: 18px; }
.release-summary h2 { margin: 18px 0 12px; font-size: 32px; }
.release-summary p { color: #c6d4e3; line-height: 1.7; }
.release-summary dl { display: grid; gap: 10px; margin: 22px 0 0; }
.release-summary div { display: grid; gap: 3px; padding-top: 10px; border-top: 1px solid rgba(255, 255, 255, .14); }
.release-summary dt { color: #91abc3; }
.release-summary dd { margin: 0; font-weight: 850; }
.release-timeline { display: grid; gap: 18px; }
.release-timeline article { background: #fff; border-radius: 8px; padding: 24px; box-shadow: var(--as-soft-shadow); }
.release-timeline time { color: var(--as-blue); font-weight: 850; font-size: 13px; }
.release-timeline h2 { margin: 8px 0 12px; font-size: 28px; }
.release-timeline p,
.release-timeline li { color: var(--as-muted); line-height: 1.65; }
.release-notes-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 18px; }
.release-notes-grid div { background: var(--as-soft); border-radius: 8px; padding: 14px; }
.release-notes-grid b { display: block; margin-bottom: 8px; }
.release-notes-grid ul { padding-left: 18px; margin: 0; }
.docs-layout { width: min(1160px, calc(100% - 40px)); margin: 42px auto 80px; display: grid; grid-template-columns: 250px minmax(0, 820px); gap: 30px; align-items: start; }
.docs-menu { position: sticky; top: 18px; height: max-content; background: #fff; border: 1px solid var(--as-line); border-radius: 8px; padding: 18px; }
.docs-menu a { display: block; padding: 11px 0; border-bottom: 1px solid var(--as-line); color: var(--as-muted); }
.docs-menu a:last-child { border-bottom: 0; }
.docs-article { background: #fff; border-radius: 8px; padding: 30px; box-shadow: var(--as-shadow); }
.docs-article h1 { font-size: 50px; line-height: 1; margin-top: 0; }
.docs-article p,
.docs-article li { color: var(--as-muted); line-height: 1.7; }
.docs-article pre { background: var(--as-navy); color: #dbeafe; border-radius: 8px; margin: 18px 0; }
.as-implementation,
.faq-section,
.feature-supporting,
.use-case-cards,
.status-metrics { width: min(1160px, calc(100% - 40px)); margin: 0 auto 84px; }
.implementation-grid,
.feature-supporting { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.file-tree-card,
.integration-card,
.comparison-card,
.feature-code-card,
.faq-grid article,
.use-case-cards article { background: #fff; border-radius: 8px; padding: 24px; box-shadow: var(--as-soft-shadow); }
.file-tree-card h3,
.integration-card h3,
.comparison-card h2,
.feature-code-card h2,
.faq-grid h3 { margin-top: 0; }
.integration-card p,
.faq-grid p,
.practical-example { color: var(--as-muted); line-height: 1.65; }
.practical-example { margin-top: 14px !important; }
.comparison-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.comparison-grid div { background: var(--as-soft); border-radius: 8px; padding: 16px; }
.comparison-grid span,
.use-case-cards span { display: block; margin-top: 8px; color: var(--as-muted); line-height: 1.55; }
.use-case-cards,
.faq-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.faq-grid { grid-template-columns: repeat(2, 1fr); }
.status-metrics { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-bottom: 22px; }
.status-board { display: grid; grid-template-columns: .9fr 1.1fr; gap: 18px; align-items: start; }
.status-summary { background: #fff; border-radius: 8px; padding: 26px; box-shadow: var(--as-soft-shadow); }
.status-summary strong { display: block; color: var(--as-green); font-size: 34px; margin: 8px 0 14px; }
.status-summary p { color: var(--as-muted); line-height: 1.7; }
.status-list { background: #fff; border: 1px solid var(--as-line); border-radius: 8px; overflow: hidden; }
.status-list div { display: grid; grid-template-columns: 1fr auto auto 1fr; gap: 14px; padding: 16px 18px; border-top: 1px solid var(--as-line); align-items: center; }
.status-list div:first-child { border-top: 0; }
.status-list b { color: var(--as-green); }
.status-list em { color: var(--as-muted); font-style: normal; font-size: 13px; }
.history-timeline { display: grid; gap: 0; border-left: 2px solid var(--as-line); padding-left: 20px; }
.history-timeline article { position: relative; padding: 0 0 22px; }
.history-timeline article::before { content: ""; position: absolute; left: -27px; top: 4px; width: 10px; height: 10px; border-radius: 50%; background: var(--as-blue); }
.history-timeline h3 { margin: 0 0 6px; }
.history-timeline p { margin: 0; color: var(--as-muted); line-height: 1.6; }
.incident-list { display: grid; gap: 12px; }
.incident-list article { background: #fff; border-radius: 8px; padding: 18px; box-shadow: var(--as-soft-shadow); }
.incident-list article div { display: flex; justify-content: space-between; gap: 12px; margin-bottom: 8px; }
.incident-list span,
.incident-list p { color: var(--as-muted); }
.incident-list p { margin: 0; line-height: 1.6; }
.contact-panel { display: grid; grid-template-columns: .95fr 1.05fr; gap: 18px; align-items: start; }
.mailbox-card { background: #fff; border-radius: 8px; padding: 28px; box-shadow: var(--as-shadow); }
.mailbox-card h2 { margin: 0 0 14px; font-size: 32px; }
.mailbox-card a { color: var(--as-blue); font-weight: 900; word-break: break-word; }
.contact-options { display: grid; gap: 14px; }
.contact-options article { background: #fff; border-radius: 8px; padding: 20px; box-shadow: var(--as-soft-shadow); }
.contact-options h3 { margin: 0 0 8px; }
.contact-options p { margin: 0; color: var(--as-muted); line-height: 1.65; }
.policy-shell { display: grid; grid-template-columns: 280px 1fr; gap: 24px; }
.policy-note { background: var(--as-navy); color: #fff; border-radius: 8px; padding: 24px; height: max-content; }
.policy-note p { color: #c6d4e3; line-height: 1.7; }
.policy-body { display: grid; gap: 14px; }
@media (max-width: 900px) {
  .as-header { align-items: flex-start; flex-direction: column; padding: 18px 0; }
  .as-nav { margin-left: 0; }
  .as-hero,
  .as-section-intro,
  .as-product-grid,
  .as-docs-status,
  .docs-layout,
  .resource-hub,
  .release-ledger,
  .status-board,
  .contact-panel,
  .policy-shell,
  .feature-strip,
  .implementation-grid,
  .feature-supporting,
  .comparison-grid,
  .as-footer { grid-template-columns: 1fr; }
  .as-usecases,
  .as-workflow ol,
  .content-grid,
  .catalog-summary,
  .status-metrics,
  .use-case-cards,
  .faq-grid,
  .footer-columns,
  .release-notes-grid { grid-template-columns: 1fr; }
  .as-hero h1 { font-size: 46px; }
  .as-section-intro h2 { font-size: 34px; }
  .page-hero h1 { font-size: 42px; }
  .catalog-table:not(.catalog-table-wide) > div,
  .status-list div { grid-template-columns: 1fr; }
  .docs-menu { position: static; }
  .doc-list { grid-template-columns: 1fr; }
}

/* Advanced product finish: release-console depth, sharper metadata density, and calmer motion. */
:root {
  --as-bg: #f4f7fb;
  --as-ink: #0c1622;
  --as-muted: #5d6c7d;
  --as-line: #d7e1ec;
  --as-navy: #07111d;
  --as-blue: #2563eb;
  --as-cyan: #38bdf8;
  --as-green: #16a36b;
  --as-violet: #6d5dfc;
  --as-shadow: 0 22px 60px rgba(7, 17, 29, .11);
  --as-soft-shadow: 0 12px 28px rgba(7, 17, 29, .07);
}

body {
  background:
    linear-gradient(90deg, rgba(15, 23, 42, .035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(15, 23, 42, .035) 1px, transparent 1px),
    radial-gradient(circle at 18% 4%, rgba(56, 189, 248, .22), transparent 31%),
    radial-gradient(circle at 84% 2%, rgba(109, 93, 252, .16), transparent 27%),
    linear-gradient(180deg, #f8fbff 0%, #f3f7fb 46%, #ffffff 100%);
  background-size: 34px 34px, 34px 34px, auto, auto, auto;
}

.as-header {
  position: relative;
}

.as-header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(37, 99, 235, .32), transparent);
}

.as-brand .site-logo {
  filter: drop-shadow(0 14px 24px rgba(37,99,235,.2));
}

.as-nav a,
.as-header-link,
.as-primary,
.as-secondary,
.doc-list a,
.resource-list a,
.catalog-table > div:not(:first-child),
.asset-snapshot article,
.content-card,
.feature-strip,
.release-timeline article,
.contact-options article,
.status-list div {
  transition: transform .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease, color .18s ease;
}

.as-nav a:hover,
.doc-list a:hover,
.resource-list a:hover {
  transform: translateY(-1px);
}

.as-header-link {
  border: 1px solid rgba(37,99,235,.16);
  box-shadow: 0 12px 26px rgba(37,99,235,.09);
}

.as-header-link:hover,
.as-secondary:hover {
  transform: translateY(-1px);
  border-color: rgba(37,99,235,.34);
  box-shadow: 0 16px 34px rgba(37,99,235,.13);
}

.as-primary:hover {
  transform: translateY(-1px);
  background: #1d4ed8;
  box-shadow: 0 18px 36px rgba(37,99,235,.22);
}

.as-hero {
  position: relative;
}

.as-hero::before {
  content: "";
  position: absolute;
  inset: 20px -42px auto auto;
  width: 360px;
  height: 360px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(37,99,235,.12), transparent 65%);
  pointer-events: none;
}

.as-hero h1 {
  max-width: 700px;
  color: #08111f;
}

.as-hero p {
  max-width: 640px;
}

.as-product-sample {
  position: relative;
  background:
    linear-gradient(135deg, rgba(56,189,248,.09), transparent 28%),
    linear-gradient(180deg, #08111f 0%, #0d1b2a 58%, #0a1320 100%);
  border: 1px solid rgba(148, 163, 184, .24);
  border-radius: 18px;
}

.as-product-sample::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255,255,255,.045) 1px, transparent 1px);
  background-size: 32px 32px;
  mask-image: linear-gradient(180deg, black, transparent 78%);
}

.sample-top,
.asset-snapshot,
.catalog-tags,
.as-product-sample pre,
.release-console {
  position: relative;
  z-index: 1;
}

.release-console {
  display: grid;
  grid-template-columns: 1.1fr .8fr .9fr;
  gap: 10px;
  padding: 16px 18px 0;
}

.release-console div {
  padding: 12px;
  border: 1px solid rgba(148, 163, 184, .18);
  border-radius: 12px;
  background: rgba(255,255,255,.075);
}

.release-console span {
  display: block;
  color: #8fb4d3;
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
}

.release-console b {
  display: block;
  margin-top: 6px;
  color: #fff;
  font-size: 13px;
}

.asset-snapshot article {
  border: 1px solid rgba(148, 163, 184, .14);
}

.asset-snapshot article:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, .12);
  border-color: rgba(56,189,248,.32);
}

.asset-snapshot small {
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 11px;
}

.catalog-tags span {
  border: 1px solid rgba(184, 243, 217, .18);
}

.as-product-sample pre {
  color: #dbeafe;
  background: linear-gradient(180deg, rgba(3, 7, 18, .16), rgba(3, 7, 18, .38));
  border-top: 1px solid rgba(148, 163, 184, .14);
}

.as-usecases article,
.as-product-grid article,
.docs-preview,
.status-preview,
.content-card,
.catalog-summary article,
.status-metrics article,
.release-timeline article,
.mailbox-card,
.contact-options article,
.policy-note,
.policy-body .content-card,
.faq-grid article,
.use-case-cards article,
.file-tree-card,
.integration-card,
.comparison-card,
.feature-code-card,
.resource-featured,
.resource-list a,
.status-summary,
.incident-list article {
  border: 1px solid rgba(215, 225, 236, .85);
}

.as-usecases article:hover,
.as-product-grid article:hover,
.catalog-summary article:hover,
.status-metrics article:hover,
.release-timeline article:hover,
.faq-grid article:hover,
.use-case-cards article:hover {
  transform: translateY(-2px);
  box-shadow: var(--as-shadow);
}

.as-section-intro span,
.feature-pill {
  letter-spacing: .08em;
}

.as-product-grid .feature-wide {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 95% 12%, rgba(56,189,248,.2), transparent 36%),
    linear-gradient(135deg, #ffffff, #edf7ff);
}

.as-product-grid .feature-wide::after {
  content: "";
  position: absolute;
  right: 24px;
  bottom: 22px;
  width: 150px;
  height: 150px;
  border-radius: 28px;
  border: 1px solid rgba(37,99,235,.18);
  background:
    linear-gradient(90deg, rgba(37,99,235,.12) 1px, transparent 1px),
    linear-gradient(180deg, rgba(37,99,235,.12) 1px, transparent 1px);
  background-size: 18px 18px;
  opacity: .7;
}

.catalog-table {
  box-shadow: var(--as-soft-shadow);
}

.catalog-table > div:first-child {
  background: linear-gradient(180deg, #edf4fb, #e7eff8);
}

.catalog-table > div:not(:first-child):hover {
  transform: translateX(2px);
  background: #f5faff;
}

.catalog-table code,
.docs-article code {
  font-family: "SFMono-Regular", Consolas, monospace;
}

.catalog-insight {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 16px;
}

.catalog-insight article {
  padding: 18px;
  border: 1px solid var(--as-line);
  border-radius: 12px;
  background: rgba(255,255,255,.82);
  box-shadow: var(--as-soft-shadow);
}

.catalog-insight span {
  color: var(--as-blue);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.catalog-insight b {
  display: block;
  margin-top: 9px;
  color: var(--as-ink);
  font-size: 18px;
}

.catalog-insight small {
  display: block;
  margin-top: 8px;
  color: var(--as-muted);
  line-height: 1.55;
}

.as-workflow li {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #08111f, #10263d);
}

.as-workflow li::after {
  content: "";
  position: absolute;
  right: -34px;
  bottom: -50px;
  width: 120px;
  height: 120px;
  border-radius: 999px;
  border: 20px solid rgba(56,189,248,.12);
}

.status-list-heading {
  background: #f1f6fb;
  color: var(--as-muted);
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 850;
}

.docs-menu,
.docs-article,
.release-summary,
.resource-featured,
.policy-note {
  border: 1px solid rgba(148, 163, 184, .22);
}

.release-summary,
.resource-featured,
.policy-note {
  background:
    radial-gradient(circle at 100% 0%, rgba(56,189,248,.14), transparent 38%),
    linear-gradient(135deg, #07111d, #10263d);
}

.not-found-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 430px;
  gap: 28px;
  align-items: center;
}

.not-found-card {
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(148, 163, 184, .24);
  background:
    radial-gradient(circle at 100% 0%, rgba(56,189,248,.14), transparent 36%),
    linear-gradient(135deg, #07111d, #10263d);
  box-shadow: var(--as-shadow);
  color: #dbeafe;
}

.not-found-card pre {
  color: #dbeafe;
}

@media (max-width: 900px) {
  .release-console,
  .catalog-insight,
  .not-found-hero {
    grid-template-columns: 1fr;
  }

  .as-hero::before {
    display: none;
  }
}

/* Production refresh for aetherstatic.com: product-grade layout, calmer surfaces, and mobile-safe tables. */
:root {
  color-scheme: light;
  --as-bg: #f6f8fb;
  --as-panel: #ffffff;
  --as-soft: #edf3f8;
  --as-ink: #0a1222;
  --as-muted: #5f6f83;
  --as-line: #dce5ef;
  --as-line-strong: #c5d1df;
  --as-navy: #06111f;
  --as-navy-2: #0b1b2c;
  --as-blue: #155bd7;
  --as-cyan: #21a8d8;
  --as-green: #16a36b;
  --as-violet: #5856d6;
  --as-shadow: 0 18px 48px rgba(6, 17, 31, .09);
  --as-soft-shadow: 0 8px 22px rgba(6, 17, 31, .07);
  --as-ring: 0 0 0 4px rgba(21, 91, 215, .14);
  --as-radius: 14px;
  --as-radius-sm: 10px;
  --as-max: 1240px;
}

body {
  background:
    linear-gradient(180deg, #ffffff 0, #f8fbff 360px, #f6f8fb 760px, #ffffff 100%);
  color: var(--as-ink);
  text-rendering: geometricPrecision;
}

body::before {
  content: "";
  position: fixed;
  inset: 0 0 auto;
  z-index: -1;
  height: 520px;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(21, 91, 215, .05), transparent 24%, transparent 74%, rgba(33, 168, 216, .05)),
    linear-gradient(180deg, rgba(6, 17, 31, .035), transparent 42%);
}

a:focus-visible {
  outline: 0;
  box-shadow: var(--as-ring);
}

.as-header {
  width: min(var(--as-max), calc(100% - 48px));
  min-height: 82px;
  gap: 30px;
  border-bottom: 1px solid rgba(220, 229, 239, .86);
}

.as-header::after {
  display: none;
}

.as-brand {
  gap: 12px;
  min-width: max-content;
  font-size: 18px;
  font-weight: 860;
}

.as-brand .site-logo {
  width: 38px;
  height: 38px;
  filter: drop-shadow(0 12px 18px rgba(21, 91, 215, .18));
}

.as-nav {
  gap: 30px;
  color: #26364b;
  font-size: 14px;
  font-weight: 680;
}

.as-nav a {
  position: relative;
  padding: 9px 0;
  color: #26364b;
}

.as-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2px;
  height: 2px;
  transform: scaleX(0);
  transform-origin: center;
  border-radius: 999px;
  background: var(--as-blue);
  transition: transform .18s ease;
}

.as-nav a:hover {
  color: var(--as-blue);
  transform: none;
}

.as-nav a:hover::after {
  transform: scaleX(1);
}

.as-header-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 42px;
  padding: 0 16px;
  border: 0;
  border-radius: 9px;
  background: var(--as-blue);
  color: #fff;
  font-weight: 820;
  box-shadow: 0 14px 28px rgba(21, 91, 215, .2);
}

.as-header-link::after,
.as-primary::after,
.resource-featured a::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
  flex: 0 0 auto;
}

.as-header-link:hover,
.as-primary:hover {
  background: #0f4dbd;
  box-shadow: 0 18px 34px rgba(21, 91, 215, .24);
}

.as-hero {
  width: min(var(--as-max), calc(100% - 48px));
  grid-template-columns: minmax(0, 1fr) 630px;
  gap: 70px;
  margin-top: 54px;
  padding: 22px 0 42px;
}

.as-hero h1 {
  max-width: 690px;
  color: #071120;
  font-size: clamp(44px, 5.2vw, 72px);
  line-height: .99;
}

.as-hero p {
  max-width: 620px;
  color: var(--as-muted);
}

.as-actions {
  gap: 14px;
  margin-top: 32px;
}

.as-primary,
.as-secondary {
  gap: 10px;
  min-height: 48px;
  border-radius: 9px;
  padding: 0 19px;
  font-size: 15px;
  font-weight: 820;
  line-height: 1;
}

.as-primary {
  background: var(--as-blue);
  box-shadow: 0 16px 32px rgba(21, 91, 215, .2);
}

.as-secondary {
  border: 1px solid var(--as-line);
  background: #fff;
  color: #142238;
}

.as-secondary:hover {
  border-color: rgba(21, 91, 215, .34);
  color: var(--as-blue);
}

.as-product-sample {
  border: 1px solid var(--as-line-strong);
  border-radius: var(--as-radius);
  background: #fff;
  color: var(--as-ink);
  box-shadow: 0 26px 70px rgba(6, 17, 31, .12);
}

.as-product-sample::before {
  display: none;
}

.sample-top {
  padding: 17px 20px;
  background: linear-gradient(135deg, #07111f, #10243a);
  color: #dbeafe;
  font-size: 14px;
  font-weight: 760;
}

.sample-top b {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #dcfce7;
  font-size: 12px;
  font-weight: 840;
}

.sample-top b::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--as-green);
  box-shadow: 0 0 0 4px rgba(22, 163, 107, .16);
}

.release-console {
  display: grid;
  grid-template-columns: 1.1fr .75fr .9fr;
  gap: 0;
  padding: 0;
  border-bottom: 1px solid var(--as-line);
}

.release-console div {
  padding: 18px 20px;
  border-right: 1px solid var(--as-line);
  border-radius: 0;
  background: linear-gradient(180deg, #ffffff, #f9fbfd);
}

.release-console div:last-child {
  border-right: 0;
}

.release-console span,
.catalog-summary span,
.status-metrics span,
.catalog-insight span,
.as-section-intro span {
  display: block;
  color: var(--as-muted);
  font-size: 12px;
  font-weight: 820;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.release-console b {
  margin-top: 7px;
  color: var(--as-ink);
  font-size: 15px;
}

.asset-snapshot {
  gap: 0;
  border-bottom: 1px solid var(--as-line);
}

.asset-snapshot article {
  min-height: 112px;
  padding: 18px 20px;
  border: 0;
  border-right: 1px solid var(--as-line);
  border-bottom: 1px solid var(--as-line);
  border-radius: 0;
  background: #fff;
}

.asset-snapshot article:nth-child(2n) {
  border-right: 0;
}

.asset-snapshot article:nth-last-child(-n+2) {
  border-bottom: 0;
}

.asset-snapshot article:hover {
  background: #f7fbff;
  transform: none;
}

.asset-snapshot span {
  min-width: 44px;
  height: 24px;
  border: 1px solid rgba(21, 91, 215, .2);
  border-radius: 7px;
  background: #eff6ff;
  color: var(--as-blue);
}

.asset-snapshot b {
  color: var(--as-ink);
}

.asset-snapshot small {
  color: var(--as-muted);
}

.catalog-tags {
  padding: 16px 20px 0;
}

.catalog-tags span {
  min-height: 28px;
  border: 1px solid rgba(22, 163, 107, .24);
  border-radius: 8px;
  background: #ecfdf5;
  color: #0d7a4b;
}

.as-product-sample pre,
.docs-article pre,
.feature-code-card pre,
.integration-card pre,
.file-tree-card pre,
.not-found-card pre {
  margin: 18px;
  border: 1px solid rgba(148, 163, 184, .24);
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.04), transparent),
    #07111f;
  color: #dbeafe;
  overflow: auto;
}

.as-usecases {
  width: min(var(--as-max), calc(100% - 48px));
  margin: 26px auto 72px;
  gap: 18px;
}

.as-usecases article {
  position: relative;
  min-height: 158px;
  padding: 58px 22px 22px;
  border-right: 1px solid var(--as-line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.as-usecases article::before,
.use-case-cards article::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 22px;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(21, 91, 215, .24);
  border-radius: 8px;
  background:
    linear-gradient(90deg, transparent 12px, var(--as-blue) 12px, var(--as-blue) 15px, transparent 15px),
    linear-gradient(180deg, transparent 12px, var(--as-blue) 12px, var(--as-blue) 15px, transparent 15px),
    #eff6ff;
}

.as-usecases article:last-child {
  border-right: 0;
}

.as-usecases article:hover {
  transform: none;
  box-shadow: none;
}

.as-usecases b {
  color: var(--as-ink);
  font-size: 18px;
}

.as-product-grid,
.as-catalog-preview,
.as-workflow,
.as-docs-status,
.content-band,
.feature-roadmap,
.resource-hub,
.status-board,
.contact-panel,
.policy-shell,
.as-implementation,
.faq-section,
.feature-supporting,
.use-case-cards,
.status-metrics,
.catalog-summary,
.release-ledger,
.docs-layout,
.page-hero {
  width: min(var(--as-max), calc(100% - 48px));
}

.as-product-grid,
.as-catalog-preview,
.as-workflow,
.as-docs-status,
.content-band,
.feature-roadmap,
.resource-hub,
.status-board,
.contact-panel,
.policy-shell,
.as-implementation,
.faq-section,
.feature-supporting,
.use-case-cards {
  margin-bottom: 88px;
}

.as-section-intro {
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 28px;
  margin-bottom: 28px;
}

.as-section-intro span {
  color: var(--as-blue);
}

.as-section-intro h2 {
  max-width: 850px;
  color: var(--as-ink);
  font-size: clamp(32px, 3.6vw, 48px);
  line-height: 1.07;
}

.as-product-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.as-product-grid article {
  min-height: 230px;
  padding: 28px;
  border: 1px solid var(--as-line);
  border-radius: var(--as-radius);
  background: #fff;
  box-shadow: var(--as-soft-shadow);
}

.as-product-grid article:hover,
.catalog-summary article:hover,
.status-metrics article:hover,
.release-timeline article:hover,
.faq-grid article:hover,
.use-case-cards article:hover {
  transform: none;
}

.as-product-grid .feature-wide {
  grid-column: span 2;
  min-height: 484px;
  background: linear-gradient(135deg, #fff, #f6fbff);
}

.as-product-grid .feature-wide::after {
  right: 30px;
  bottom: 28px;
  width: 154px;
  height: 154px;
  border-radius: 16px;
  background-size: 22px 22px;
}

.catalog-table {
  overflow-x: auto;
  border: 1px solid var(--as-line);
  border-radius: var(--as-radius);
  background: #fff;
  box-shadow: var(--as-soft-shadow);
}

.catalog-table > div {
  grid-template-columns: 1.25fr .7fr .6fr .6fr .8fr .8fr;
  gap: 18px;
  min-width: 860px;
  padding: 16px 22px;
}

.catalog-table > div:first-child {
  background: #f6f9fc;
  color: #435268;
  letter-spacing: .06em;
}

.catalog-table > div:not(:first-child):hover {
  transform: none;
  background: #f8fbff;
}

.catalog-table code,
.docs-article code {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  padding: 2px 6px;
  border: 1px solid var(--as-line);
  border-radius: 6px;
  background: #f8fafc;
  color: var(--as-blue);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 12px;
  overflow-wrap: anywhere;
}

.catalog-table-wide > div {
  min-width: 1120px;
}

.catalog-insight {
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 20px;
}

.catalog-insight article,
.catalog-summary article,
.status-metrics article,
.docs-preview,
.status-preview,
.content-card,
.release-timeline article,
.mailbox-card,
.contact-options article,
.status-summary,
.incident-list article,
.faq-grid article,
.use-case-cards article,
.file-tree-card,
.integration-card,
.comparison-card,
.feature-code-card,
.docs-article,
.docs-menu,
.not-found-card {
  border: 1px solid var(--as-line);
  border-radius: var(--as-radius);
  background: #fff;
  box-shadow: var(--as-soft-shadow);
}

.catalog-insight article,
.catalog-summary article,
.status-metrics article {
  min-height: 128px;
  padding: 22px;
}

.catalog-insight b,
.catalog-summary b,
.status-metrics b {
  margin-top: 10px;
  color: var(--as-ink);
  font-size: 22px;
  line-height: 1.18;
}

.catalog-insight small,
.catalog-summary small,
.status-metrics small {
  margin-top: 8px;
  color: var(--as-muted);
}

.as-workflow ol {
  gap: 26px;
  counter-reset: workflow;
}

.as-workflow li {
  position: relative;
  min-height: 150px;
  padding: 52px 22px 22px;
  border: 1px solid var(--as-line);
  border-radius: var(--as-radius);
  background: #fff;
  color: var(--as-ink);
  box-shadow: var(--as-soft-shadow);
  counter-increment: workflow;
}

.as-workflow li::before {
  content: counter(workflow);
  position: absolute;
  top: 18px;
  left: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--as-blue);
  color: #fff;
  font-size: 14px;
  font-weight: 860;
}

.as-workflow li::after {
  top: 30px;
  right: -18px;
  width: 10px;
  height: 10px;
  border: 0;
  border-top: 2px solid var(--as-line-strong);
  border-right: 2px solid var(--as-line-strong);
  border-radius: 0;
  transform: rotate(45deg);
}

.as-workflow li:last-child::after {
  display: none;
}

.as-workflow b {
  color: var(--as-ink);
  font-size: 18px;
}

.as-workflow span {
  color: var(--as-muted);
}

.as-docs-status {
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.docs-preview,
.status-preview {
  padding: 28px;
}

.docs-preview h2,
.status-preview h2,
.mailbox-card h2,
.resource-featured h2,
.status-summary strong {
  color: var(--as-ink);
}

.doc-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  border-top: 1px solid var(--as-line);
}

.doc-list a {
  position: relative;
  min-height: 52px;
  padding: 15px 34px 15px 0;
  border-bottom: 1px solid var(--as-line);
  background: transparent;
  color: var(--as-blue);
  font-weight: 800;
}

.doc-list a::after {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  right: 4px;
  width: 8px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

.status-preview dl {
  border-top: 1px solid var(--as-line);
}

.status-preview div {
  padding: 13px 0;
}

.page-hero {
  margin: 58px auto 46px;
}

.page-hero h1 {
  max-width: 920px;
  color: var(--as-ink);
  font-size: clamp(40px, 4.6vw, 62px);
}

.page-hero p {
  max-width: 820px;
  color: var(--as-muted);
}

.feature-strip {
  grid-template-columns: 180px minmax(0, 1fr) 300px;
  gap: 34px;
  padding: 34px 0;
  border-top: 1px solid var(--as-line);
}

.feature-strip ul {
  padding: 20px 22px 20px 38px;
  border: 1px solid var(--as-line);
  border-radius: var(--as-radius);
  background: #fff;
  box-shadow: var(--as-soft-shadow);
}

.feature-pill {
  min-height: 30px;
  border: 1px solid rgba(21, 91, 215, .2);
  border-radius: 8px;
  background: #eff6ff;
  color: var(--as-blue);
}

.catalog-summary,
.status-metrics {
  gap: 18px;
  margin-bottom: 26px;
}

.resource-hub {
  grid-template-columns: .9fr 1.1fr;
  gap: 24px;
}

.resource-featured,
.release-summary,
.policy-note {
  border: 1px solid rgba(148, 163, 184, .24);
  border-radius: var(--as-radius);
  background:
    linear-gradient(135deg, rgba(33, 168, 216, .12), transparent 32%),
    linear-gradient(135deg, #06111f, #0d263f);
  color: #fff;
  box-shadow: var(--as-shadow);
}

.resource-featured {
  padding: 32px;
}

.resource-featured h2,
.release-summary h2,
.policy-note b {
  color: #fff;
}

.resource-featured p,
.release-summary p,
.policy-note p {
  color: #c7d5e6;
}

.resource-featured a {
  align-items: center;
  gap: 10px;
  min-height: 44px;
  border-radius: 9px;
}

.resource-list a {
  border: 1px solid var(--as-line);
  border-radius: var(--as-radius-sm);
  background: #fff;
}

.release-ledger {
  grid-template-columns: 380px minmax(0, 1fr);
  gap: 28px;
}

.release-summary {
  padding: 30px;
}

.release-timeline article {
  padding: 28px;
}

.release-notes-grid div {
  border: 1px solid var(--as-line);
  border-radius: 12px;
  background: #f9fbfd;
}

.docs-layout {
  grid-template-columns: 260px minmax(0, 860px);
  gap: 32px;
}

.docs-menu {
  padding: 18px;
}

.docs-article {
  padding: 34px;
}

.docs-article pre {
  margin-left: 0;
  margin-right: 0;
}

.implementation-grid,
.feature-supporting {
  gap: 24px;
}

.file-tree-card,
.integration-card,
.comparison-card,
.feature-code-card,
.mailbox-card,
.status-summary {
  padding: 28px;
}

.use-case-cards {
  gap: 18px;
}

.use-case-cards article {
  position: relative;
  min-height: 170px;
  padding: 60px 22px 22px;
}

.faq-grid {
  grid-template-columns: 1fr;
  gap: 0;
  overflow: hidden;
  border: 1px solid var(--as-line);
  border-radius: var(--as-radius);
  background: #fff;
  box-shadow: var(--as-soft-shadow);
}

.faq-grid article {
  border-width: 0 0 1px;
  border-radius: 0;
  box-shadow: none;
  padding: 18px 24px;
}

.faq-grid article:last-child {
  border-bottom: 0;
}

.faq-grid h3 {
  position: relative;
  margin: 0;
  padding-right: 26px;
  font-size: 16px;
}

.faq-grid h3::after {
  content: "";
  position: absolute;
  top: 6px;
  right: 0;
  width: 8px;
  height: 8px;
  border-right: 2px solid var(--as-muted);
  border-bottom: 2px solid var(--as-muted);
  transform: rotate(45deg);
}

.status-board {
  grid-template-columns: .88fr 1.12fr;
  gap: 24px;
}

.status-list {
  overflow: hidden;
  border: 1px solid var(--as-line);
  border-radius: var(--as-radius);
  background: #fff;
  box-shadow: var(--as-soft-shadow);
}

.status-list div {
  gap: 18px;
  padding: 17px 20px;
}

.status-list-heading {
  background: #f6f9fc;
  letter-spacing: .06em;
}

.incident-list article,
.contact-options article {
  padding: 22px;
}

.policy-shell {
  grid-template-columns: 300px 1fr;
  gap: 28px;
}

.not-found-hero {
  grid-template-columns: minmax(0, 1fr) 430px;
  gap: 34px;
}

.not-found-card {
  overflow: hidden;
  background: #fff;
}

.as-footer {
  width: auto;
  margin-top: 18px;
  padding: 44px max(24px, calc((100% - var(--as-max)) / 2)) 54px;
  grid-template-columns: minmax(240px, 1fr) 1.8fr;
  gap: 54px;
  border-top: 0;
  background:
    linear-gradient(135deg, rgba(21, 91, 215, .12), transparent 42%),
    linear-gradient(135deg, #06111f, #071827);
  color: #b9c8d8;
}

.as-footer b {
  color: #fff;
}

.footer-brand span {
  max-width: 310px;
}

.footer-columns a {
  color: #b9c8d8;
}

.footer-columns a:hover {
  color: #fff;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}

@media (max-width: 1120px) {
  .as-hero {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .as-product-sample {
    max-width: 720px;
  }

  .as-product-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .as-product-grid .feature-wide {
    grid-column: span 2;
  }

  .feature-strip {
    grid-template-columns: 160px 1fr;
  }

  .feature-strip ul {
    grid-column: 2;
  }

  .use-case-cards,
  .as-usecases,
  .catalog-summary,
  .status-metrics {
    grid-template-columns: repeat(2, 1fr);
  }

  .as-usecases article:nth-child(2n) {
    border-right: 0;
  }
}

@media (max-width: 900px) {
  .as-header {
    width: min(100% - 32px, var(--as-max));
    min-height: 0;
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
    padding: 18px 0;
  }

  .as-nav {
    width: 100%;
    margin-left: 0;
    gap: 18px;
    font-size: 13px;
  }

  .as-hero,
  .page-hero,
  .as-product-grid,
  .as-catalog-preview,
  .as-workflow,
  .as-docs-status,
  .content-band,
  .feature-roadmap,
  .resource-hub,
  .status-board,
  .contact-panel,
  .policy-shell,
  .as-implementation,
  .faq-section,
  .feature-supporting,
  .use-case-cards,
  .status-metrics,
  .catalog-summary,
  .release-ledger,
  .docs-layout,
  .as-usecases {
    width: min(100% - 32px, var(--as-max));
  }

  .as-hero {
    margin-top: 34px;
    padding-bottom: 28px;
  }

  .as-hero h1 {
    font-size: 46px;
  }

  .as-hero p {
    font-size: 17px;
  }

  .asset-snapshot,
  .release-console,
  .as-section-intro,
  .as-product-grid,
  .as-docs-status,
  .docs-layout,
  .resource-hub,
  .release-ledger,
  .status-board,
  .contact-panel,
  .policy-shell,
  .feature-strip,
  .implementation-grid,
  .feature-supporting,
  .comparison-grid,
  .as-footer,
  .not-found-hero {
    grid-template-columns: 1fr;
  }

  .as-product-grid .feature-wide {
    grid-column: span 1;
    min-height: 260px;
  }

  .feature-strip ul,
  .feature-strip {
    grid-column: auto;
  }

  .as-usecases,
  .as-workflow ol,
  .content-grid,
  .catalog-summary,
  .status-metrics,
  .use-case-cards,
  .footer-columns,
  .release-notes-grid,
  .catalog-insight {
    grid-template-columns: 1fr;
  }

  .as-usecases article {
    min-height: 130px;
    border-right: 0;
    border-bottom: 1px solid var(--as-line);
  }

  .as-usecases article:last-child {
    border-bottom: 0;
  }

  .as-workflow li::after {
    display: none;
  }

  .page-hero h1 {
    font-size: 42px;
  }

  .as-section-intro h2 {
    font-size: 34px;
  }

  .docs-menu,
  .release-summary {
    position: static;
  }

  .status-list {
    overflow-x: auto;
  }

  .status-list div {
    min-width: 700px;
  }

  .as-footer {
    padding: 38px 24px 46px;
  }
}

@media (max-width: 520px) {
  .as-header,
  .as-hero,
  .page-hero,
  .as-product-grid,
  .as-catalog-preview,
  .as-workflow,
  .as-docs-status,
  .content-band,
  .feature-roadmap,
  .resource-hub,
  .status-board,
  .contact-panel,
  .policy-shell,
  .as-implementation,
  .faq-section,
  .feature-supporting,
  .use-case-cards,
  .status-metrics,
  .catalog-summary,
  .release-ledger,
  .docs-layout,
  .as-usecases {
    width: min(100% - 28px, var(--as-max));
  }

  .as-nav {
    gap: 12px 16px;
  }

  .as-hero h1,
  .page-hero h1 {
    font-size: 36px;
  }

  .as-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .as-primary,
  .as-secondary {
    width: 100%;
  }

  .release-console div {
    border-right: 0;
    border-bottom: 1px solid var(--as-line);
  }

  .release-console div:last-child {
    border-bottom: 0;
  }

  .asset-snapshot article,
  .asset-snapshot article:nth-child(2n) {
    border-right: 0;
  }

  .asset-snapshot article:nth-last-child(-n+2) {
    border-bottom: 1px solid var(--as-line);
  }

  .asset-snapshot article:last-child {
    border-bottom: 0;
  }

  pre {
    font-size: 12px;
  }

  .catalog-table > div {
    min-width: 780px;
  }
}

@media (max-width: 900px) {
  .catalog-table:not(.catalog-table-wide) > div {
    grid-template-columns: 1.25fr .7fr .6fr .6fr .8fr .8fr;
    min-width: 860px;
  }

  .catalog-table-wide > div {
    grid-template-columns: 1.1fr .65fr .45fr .5fr .65fr .7fr .75fr 1.2fr;
    min-width: 1120px;
  }

  .status-list div {
    grid-template-columns: 1fr auto auto 1fr;
    min-width: 700px;
  }
}

@media (max-width: 520px) {
  .catalog-table:not(.catalog-table-wide) > div {
    min-width: 780px;
  }
}

/* Deep content and trust-surface refinement */
.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 100;
  padding: 10px 14px;
  border-radius: 8px;
  background: #06111f;
  color: #fff;
  font-weight: 700;
  transform: translateY(-150%);
  transition: transform .18s ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.as-nav a[aria-current="page"] {
  color: var(--as-ink);
}

.as-nav a[aria-current="page"]::after {
  width: 100%;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 3px solid rgba(21, 91, 215, .26);
  outline-offset: 3px;
}

.page-hero-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 36px;
  align-items: end;
}

.page-hero-split .page-hero-copy {
  max-width: 830px;
}

.hero-meta,
.release-downloads,
.data-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.hero-meta {
  margin-top: 24px;
}

.hero-meta span,
.hero-meta a {
  color: var(--as-muted);
  font-size: 13px;
}

.hero-meta span + span::before,
.hero-meta span + a::before,
.hero-meta a + span::before,
.hero-meta a + a::before {
  content: "/";
  margin-right: 10px;
  color: #b4c0ce;
}

.release-downloads a,
.data-actions a,
.inline-action {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 13px;
  border: 1px solid var(--as-line);
  border-radius: 8px;
  background: #fff;
  color: var(--as-ink);
  font-size: 13px;
  font-weight: 750;
  box-shadow: 0 1px 2px rgba(15, 23, 42, .04);
}

.release-downloads a:hover,
.data-actions a:hover,
.inline-action:hover {
  border-color: rgba(21, 91, 215, .38);
  color: var(--as-blue);
}

.trust-rail,
.release-file-list,
.response-table,
.principle-list,
.security-checklist {
  overflow: hidden;
  border: 1px solid var(--as-line);
  border-radius: var(--as-radius);
  background: #fff;
  box-shadow: var(--as-soft-shadow);
}

.trust-rail {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: min(100% - 48px, var(--as-max));
  margin: 0 auto 70px;
}

.trust-rail div {
  min-height: 104px;
  padding: 22px;
  border-right: 1px solid var(--as-line);
}

.trust-rail div:last-child {
  border-right: 0;
}

.trust-rail span,
.release-file-list small,
.response-table small,
.policy-meta,
.meta-label {
  display: block;
  color: var(--as-muted);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.trust-rail b {
  display: block;
  margin-top: 7px;
  font-size: 15px;
}

.catalog-table a {
  color: var(--as-blue);
  font-weight: 700;
  text-decoration: none;
}

.catalog-table a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.catalog-table .file-type {
  color: var(--as-muted);
  font-size: 12px;
  font-weight: 750;
  text-transform: uppercase;
}

.resource-operations,
.about-grid,
.security-grid,
.contact-directory {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  width: min(100% - 48px, var(--as-max));
  margin: 0 auto 70px;
}

.resource-operations > article,
.about-grid > article,
.security-grid > article,
.contact-directory > article {
  padding: 28px;
  border: 1px solid var(--as-line);
  border-radius: var(--as-radius);
  background: #fff;
  box-shadow: var(--as-soft-shadow);
}

.resource-operations h2,
.about-grid h2,
.security-grid h2,
.contact-directory h2 {
  margin: 0 0 10px;
  font-size: 22px;
}

.resource-operations p,
.about-grid p,
.security-grid p,
.contact-directory p {
  color: var(--as-muted);
}

.release-file-list {
  margin-top: 22px;
}

.release-file-list a,
.release-file-list div,
.response-table div,
.principle-list article,
.security-checklist article {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  padding: 16px 18px;
  border-bottom: 1px solid var(--as-line);
}

.release-file-list > :last-child,
.response-table > :last-child,
.principle-list > :last-child,
.security-checklist > :last-child {
  border-bottom: 0;
}

.release-file-list code {
  color: var(--as-blue);
  font-size: 12px;
}

.release-file-list small,
.response-table small {
  text-align: right;
  white-space: nowrap;
}

.docs-callout {
  margin: 24px 0;
  padding: 18px 20px;
  border-left: 3px solid var(--as-blue);
  border-radius: 0 10px 10px 0;
  background: #eef5ff;
  color: #24415f;
}

.docs-callout b {
  color: var(--as-ink);
}

.schema-table {
  overflow-x: auto;
  margin: 20px 0 32px;
  border: 1px solid var(--as-line);
  border-radius: 10px;
}

.schema-table > div {
  display: grid;
  grid-template-columns: 140px 90px 110px minmax(280px, 1fr);
  min-width: 680px;
  border-bottom: 1px solid var(--as-line);
}

.schema-table > div:last-child {
  border-bottom: 0;
}

.schema-table span,
.schema-table b,
.schema-table code {
  padding: 13px 14px;
  border-right: 1px solid var(--as-line);
  font-size: 13px;
}

.schema-table > div > :last-child {
  border-right: 0;
}

.schema-table .schema-heading {
  background: #f5f8fb;
}

.quickstart-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin: 20px 0 32px;
}

.quickstart-grid article {
  padding: 18px;
  border: 1px solid var(--as-line);
  border-radius: 10px;
  background: #f9fbfd;
}

.quickstart-grid strong {
  display: block;
  margin-bottom: 8px;
}

.quickstart-grid span {
  color: var(--as-muted);
  font-size: 14px;
}

.release-version-row {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: flex-start;
}

.release-version-row .release-downloads {
  justify-content: flex-end;
}

.status-source {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: min(100% - 48px, var(--as-max));
  margin: -42px auto 64px;
  padding: 16px 18px;
  border: 1px solid var(--as-line);
  border-radius: 10px;
  background: #fff;
  color: var(--as-muted);
  font-size: 13px;
  box-shadow: var(--as-soft-shadow);
}

.status-source a {
  color: var(--as-blue);
  font-weight: 750;
}

.contact-highlight {
  padding: 30px;
  border: 1px solid rgba(33, 168, 216, .18);
  border-radius: var(--as-radius);
  background: linear-gradient(135deg, #06111f, #0d263f);
  color: #fff;
  box-shadow: var(--as-shadow);
}

.contact-highlight p,
.contact-highlight a {
  color: #c7d5e6;
}

.contact-highlight a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.contact-highlight h2 {
  color: #fff;
}

.contact-highlight .data-actions a {
  background: #fff;
  color: #06111f;
  text-decoration: none;
}

.security-grid > article.contact-highlight {
  border-color: rgba(33, 168, 216, .18);
  background: linear-gradient(135deg, #06111f, #0d263f);
  color: #fff;
}

.security-grid > article.contact-highlight h2 {
  color: #fff;
}

.footer-columns {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.response-table {
  margin-top: 24px;
}

.response-table div {
  grid-template-columns: 150px minmax(0, 1fr);
}

.response-table small {
  text-align: left;
}

.policy-body .content-card {
  padding: 0 0 24px;
  border-width: 0 0 1px;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.policy-body .content-card + .content-card {
  padding-top: 24px;
}

.policy-body .content-card:last-child {
  border-bottom: 0;
}

.policy-body .content-card h2 {
  font-size: 22px;
}

.policy-body .content-card ul {
  color: var(--as-muted);
}

.policy-meta {
  margin-bottom: 14px;
}

.principle-list,
.security-checklist {
  grid-column: 1 / -1;
}

.principle-list article,
.security-checklist article {
  grid-template-columns: 220px minmax(0, 1fr);
}

.principle-list p,
.security-checklist p {
  margin: 0;
}

.security-address {
  display: block;
  margin: 18px 0;
  padding: 16px;
  border-radius: 9px;
  background: #06111f;
  color: #d8e7f5;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  overflow-wrap: anywhere;
}

.footer-meta {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-top: 10px;
  padding-top: 24px;
  border-top: 1px solid rgba(185, 200, 216, .16);
  color: #8fa4b8;
  font-size: 12px;
}

.footer-meta a {
  color: #b9c8d8;
}

@media (max-width: 900px) {
  .page-hero-split,
  .resource-operations,
  .about-grid,
  .security-grid,
  .contact-directory,
  .quickstart-grid {
    grid-template-columns: 1fr;
  }

  .trust-rail {
    grid-template-columns: repeat(2, 1fr);
  }

  .trust-rail div:nth-child(2) {
    border-right: 0;
  }

  .trust-rail div:nth-child(-n+2) {
    border-bottom: 1px solid var(--as-line);
  }

  .release-version-row {
    flex-direction: column;
  }

  .release-version-row .release-downloads {
    justify-content: flex-start;
  }

  .principle-list article,
  .security-checklist article {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .status-source {
    margin-top: -34px;
  }

  .footer-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 520px) {
  .trust-rail,
  .resource-operations,
  .about-grid,
  .security-grid,
  .contact-directory,
  .status-source {
    width: min(100% - 28px, var(--as-max));
  }

  .trust-rail {
    grid-template-columns: 1fr;
  }

  .trust-rail div {
    border-right: 0;
    border-bottom: 1px solid var(--as-line);
  }

  .trust-rail div:last-child {
    border-bottom: 0;
  }

  .status-source,
  .footer-meta {
    align-items: flex-start;
    flex-direction: column;
  }

  .response-table div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .release-file-list a,
  .release-file-list div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .release-file-list small {
    text-align: left;
  }

  .footer-columns {
    grid-template-columns: 1fr;
  }
}
