/*
 * OFFICEAVO public website
 * A precise, calm interface system for a launch-stage operating platform.
 */

@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/montserrat-regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

/* Public brand and marketing asset library */

/* Email-only launch notification */

.waitlist-main {
  overflow: hidden;
}

.waitlist-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(390px, 0.7fr);
  gap: clamp(48px, 8vw, 116px);
  align-items: center;
  padding-top: clamp(72px, 10vw, 132px);
  padding-bottom: clamp(72px, 9vw, 116px);
}

.waitlist-copy h1 {
  max-width: 780px;
  margin: 22px 0 24px;
  font-size: clamp(3rem, 6.4vw, 6.7rem);
  line-height: 0.96;
  letter-spacing: -0.065em;
}

.waitlist-copy > p {
  max-width: 700px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(1.02rem, 1.5vw, 1.24rem);
  line-height: 1.72;
}

.waitlist-copy ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 32px 0 0;
  padding: 0;
  list-style: none;
}

.waitlist-copy li {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  padding: 9px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--teal);
  background: var(--white);
  font-size: 0.77rem;
  font-weight: 700;
}

.waitlist-copy li .icon {
  width: 15px;
  color: var(--green);
}

.waitlist-card {
  position: relative;
  padding: clamp(30px, 4vw, 48px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-card);
  background: var(--teal);
  color: var(--white);
  box-shadow: 0 32px 90px rgba(15, 42, 42, 0.2);
}

.waitlist-card::before {
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  border-radius: var(--radius-card) var(--radius-card) 0 0;
  background: var(--accent);
  content: "";
}

.waitlist-card .eyebrow {
  color: #b8cbc7;
}

.waitlist-card h2 {
  margin: 14px 0 14px;
  color: var(--white);
  font-size: clamp(1.65rem, 2.4vw, 2.4rem);
  letter-spacing: -0.04em;
}

.waitlist-card > p {
  margin: 0;
  color: #c8d7d4;
  line-height: 1.7;
}

.waitlist-label {
  display: block;
  margin: 28px 0 9px;
  color: var(--white);
  font-size: 0.78rem;
  font-weight: 700;
}

.waitlist-input-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}

.waitlist-input-row input {
  min-width: 0;
  min-height: 54px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: var(--radius-control);
  outline: 0;
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  font: inherit;
}

.waitlist-input-row input::placeholder {
  color: #9eb2ae;
}

.waitlist-input-row input:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(97, 238, 102, 0.18);
}

.waitlist-input-row .button {
  border-color: var(--accent);
  background: var(--accent);
  color: #062a1d;
}

.waitlist-card > small {
  display: block;
  margin-top: 10px;
  color: #9eb2ae;
  font-size: 0.7rem;
}

.waitlist-card .waitlist-message {
  min-height: 1.5em;
  margin-top: 18px;
  color: #aef3b1;
  font-size: 0.82rem;
  font-weight: 700;
}

.waitlist-card .waitlist-message.is-error {
  color: #ffd2cb;
}

.waitlist-card .waitlist-privacy {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: #9eb2ae;
  font-size: 0.7rem;
  line-height: 1.6;
}

.waitlist-privacy a {
  color: var(--white);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.waitlist-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

@media (max-width: 900px) {
  .waitlist-hero {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .waitlist-input-row {
    grid-template-columns: 1fr;
  }

  .waitlist-input-row .button {
    width: 100%;
  }
}

.brand-assets-section {
  padding-top: 92px;
  padding-bottom: 132px;
}

.brand-library-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.65fr);
  gap: clamp(42px, 7vw, 100px);
  align-items: end;
}

.brand-library-intro h2 {
  max-width: 760px;
  margin: 13px 0 18px;
  font-size: clamp(2.2rem, 4vw, 4rem);
  line-height: 1.02;
  letter-spacing: -0.055em;
}

.brand-library-intro > div:first-child > p {
  max-width: 720px;
  margin: 0;
  color: var(--muted);
}

.brand-library-share {
  min-width: 0;
  padding: 24px;
  border-radius: var(--radius-card);
  background: var(--teal);
  color: var(--white);
  box-shadow: var(--shadow-control);
}

.brand-library-share > span {
  display: block;
  margin-bottom: 10px;
  color: #b8cbc7;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.brand-library-share code,
.asset-link-row code {
  display: block;
  overflow: hidden;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.brand-library-share code {
  margin-bottom: 18px;
  color: #e7f0ee;
  font-size: 0.78rem;
}

.brand-library-share button,
.asset-actions button,
.asset-actions a {
  min-height: 44px;
  border: 0;
  border-radius: var(--radius-control);
  font-size: 0.76rem;
  font-weight: 700;
  cursor: pointer;
  transition: transform var(--ease), background var(--ease), border-color var(--ease), color var(--ease);
}

.brand-library-share button {
  width: 100%;
  padding: 0 18px;
  background: var(--accent);
  color: #062a1d;
}

.brand-library-share button:hover,
.asset-actions button:hover,
.asset-actions a:hover {
  transform: translateY(-2px);
}

.brand-library-share button.is-copied,
.asset-actions button.is-copied {
  background: #dff8e2;
  color: var(--green-dark);
}

.brand-use-grid {
  margin-top: 76px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line-strong);
}

.brand-use-grid article {
  min-width: 0;
  padding: 30px clamp(22px, 3vw, 42px) 32px;
  border-right: 1px solid var(--line);
}

.brand-use-grid article:first-child {
  padding-left: 0;
}

.brand-use-grid article:last-child {
  padding-right: 0;
  border-right: 0;
}

.brand-use-grid article > span {
  color: var(--green);
  font-size: 0.69rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.brand-use-grid h3 {
  margin: 8px 0 7px;
  font-size: 1.08rem;
}

.brand-use-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.65;
}

.brand-asset-grid {
  margin-top: 68px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 25px;
}

.brand-asset-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  background: var(--white);
  box-shadow: 0 8px 28px rgba(15, 42, 42, 0.055);
  transition: transform var(--ease), box-shadow var(--ease), border-color var(--ease);
}

.brand-asset-card:hover {
  transform: translateY(-4px);
  border-color: var(--line-strong);
  box-shadow: 0 18px 42px rgba(15, 42, 42, 0.1);
}

.brand-preview {
  position: relative;
  min-height: 220px;
  padding: 34px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(rgba(15, 42, 42, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 42, 42, 0.035) 1px, transparent 1px),
    linear-gradient(125deg, #f8fbfa 0 49.8%, #0f2a2a 50.2% 100%);
  background-size: 24px 24px, 24px 24px, auto;
}

.brand-preview::after {
  position: absolute;
  inset: auto 14px 12px auto;
  content: "LIGHT / DARK";
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.52rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.brand-preview img {
  position: relative;
  z-index: 1;
  width: auto;
  height: auto;
  max-width: 82%;
  max-height: 118px;
}

.brand-preview-square img {
  max-width: 126px;
  max-height: 126px;
}

.brand-preview-compact img {
  max-width: 180px;
}

.brand-asset-copy {
  padding: 23px;
}

.brand-asset-copy > div:first-child {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
}

.brand-asset-copy > div:first-child > span {
  flex: 0 0 auto;
  color: var(--green);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.brand-asset-copy h2 {
  margin: 0;
  font-size: 1rem;
  line-height: 1.3;
  text-align: right;
}

.brand-asset-copy > p {
  margin: 10px 0 18px;
  color: var(--muted);
  font-size: 0.74rem;
}

.asset-link-row {
  min-width: 0;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: var(--canvas);
}

.asset-link-row code {
  color: var(--muted);
  font-size: 0.65rem;
}

.asset-actions {
  margin-top: 12px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
}

.asset-actions button,
.asset-actions a {
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  text-align: center;
}

.asset-actions button {
  border: 1px solid var(--green);
  background: var(--white);
  color: var(--green-dark);
}

.asset-actions a {
  background: var(--green);
  color: var(--white);
}

.asset-actions .icon {
  width: 14px;
  height: 14px;
}

@media (max-width: 1000px) {
  .brand-library-intro {
    grid-template-columns: 1fr;
  }

  .brand-library-share {
    max-width: 620px;
  }

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

@media (max-width: 680px) {
  .brand-assets-section {
    padding-top: 64px;
    padding-bottom: 92px;
  }

  .brand-library-share {
    min-width: 0;
  }

  .brand-use-grid,
  .brand-asset-grid {
    grid-template-columns: 1fr;
  }

  .brand-use-grid article,
  .brand-use-grid article:first-child,
  .brand-use-grid article:last-child {
    padding: 24px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

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

  .brand-preview {
    min-height: 205px;
  }
}

@media print {
  .brand-library-share,
  .asset-actions {
    display: none !important;
  }

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

@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/montserrat-medium.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/montserrat-semibold.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/montserrat-bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

:root {
  --white: #fff;
  --canvas: #f5f7f8;
  --canvas-strong: #edf2f1;
  --ink: #101918;
  --ink-soft: #263330;
  --muted: #5e6b69;
  --muted-light: #5e6b69;
  --line: #dce5e2;
  --line-strong: #c5d3cf;
  --green: #027203;
  --green-dark: #015702;
  --green-deep: #044b33;
  --accent: #02d703;
  --accent-soft: #dff8e2;
  --teal: #0f2a2a;
  --teal-2: #123837;
  --teal-3: #1a4744;
  --amber: #f5b942;
  --amber-soft: #fff3d8;
  --coral: #ef6b5b;
  --coral-soft: #ffe7e2;
  --focus: #056fe0;
  --font: "Montserrat", "Avenir Next", Avenir, "Segoe UI", sans-serif;
  --shell: 1240px;
  --gutter: 24px;
  --radius-control: 8px;
  --radius-card: 14px;
  --radius-frame: 20px;
  --shadow-nav: 0 10px 35px rgba(15, 42, 42, 0.09);
  --shadow-frame: 0 30px 70px rgba(6, 72, 39, 0.14), 0 8px 25px rgba(15, 42, 42, 0.08);
  --shadow-control: 0 6px 18px rgba(15, 42, 42, 0.1);
  --ease: 200ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 132px;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--white);
  color: var(--ink);
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body::selection,
body *::selection {
  background: var(--accent-soft);
  color: var(--teal);
}

img,
svg {
  display: block;
  max-width: 100%;
}

svg {
  flex: 0 0 auto;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

button {
  color: inherit;
}

h1,
h2,
h3,
p,
ul,
ol,
dl,
dd {
  margin-top: 0;
}

h1,
h2,
h3 {
  color: var(--ink);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1.12;
}

h1 {
  font-size: clamp(2.9rem, 5.1vw, 5rem);
}

h2 {
  font-size: clamp(2rem, 3.3vw, 3.35rem);
}

h3 {
  font-size: 1.15rem;
}

p {
  color: var(--muted);
}

.icon {
  width: 22px;
  height: 22px;
}

.shell {
  width: min(100%, calc(var(--shell) + (var(--gutter) * 2)));
  margin-inline: auto;
  padding-inline: var(--gutter);
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 12px 18px;
  border: 2px solid var(--white);
  border-radius: var(--radius-control);
  background: var(--teal);
  color: var(--white);
  font-size: 0.82rem;
  font-weight: 700;
  transform: translateY(-150%);
  transition: transform var(--ease);
}

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

:where(a, button, input, summary):focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 3px;
}

[hidden] {
  display: none !important;
}

/* Launch notice and primary navigation */

.launch-bar {
  min-height: 34px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  background: var(--teal);
  color: var(--white);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.launch-bar .shell {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.launch-bar span,
.launch-bar a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.launch-bar span i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 4px rgba(2, 215, 3, 0.13);
}

.launch-bar a {
  min-height: 34px;
  color: #e7f4f0;
  transition: color var(--ease);
}

.launch-bar a:hover {
  color: var(--white);
}

.launch-bar .icon {
  width: 15px;
  height: 15px;
  transition: transform var(--ease);
}

.launch-bar a:hover .icon {
  transform: translateX(3px);
}

.site-header {
  position: relative;
  z-index: 100;
  height: 82px;
  border-bottom: 1px solid rgba(220, 229, 226, 0.8);
  background: rgba(255, 255, 255, 0.96);
}

.site-header.is-scrolled,
.site-header[data-stuck="true"] {
  position: sticky;
  top: 0;
  box-shadow: var(--shadow-nav);
  backdrop-filter: blur(16px);
}

.header-inner {
  height: 100%;
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr) auto;
  align-items: center;
  gap: 26px;
}

.brand {
  width: 158px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

.brand img {
  width: 158px;
  height: auto;
}

.primary-nav {
  justify-self: center;
}

.mobile-nav-actions {
  display: none;
}

.primary-nav > ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.primary-nav > ul > li {
  position: relative;
}

.nav-direct,
.nav-cluster > summary {
  position: relative;
  min-height: 44px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-radius: 6px;
  color: var(--ink-soft);
  cursor: pointer;
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  list-style: none;
  transition: background var(--ease), color var(--ease);
}

.nav-cluster > summary::-webkit-details-marker {
  display: none;
}

.nav-cluster > summary::before,
.nav-direct::before {
  position: absolute;
  right: 12px;
  bottom: 4px;
  left: 12px;
  height: 2px;
  background: var(--green);
  content: "";
  opacity: 0;
  transform: scaleX(0.45);
  transition: opacity var(--ease), transform var(--ease);
}

.nav-cluster > summary:hover,
.nav-direct:hover,
.nav-cluster[open] > summary {
  background: var(--canvas);
  color: var(--green-dark);
}

.nav-cluster.is-active > summary::before,
.nav-direct.is-active::before,
.nav-cluster[open] > summary::before {
  opacity: 1;
  transform: scaleX(1);
}

.nav-cluster > summary .icon {
  width: 14px;
  height: 14px;
  transition: transform var(--ease);
}

.nav-cluster[open] > summary .icon {
  transform: rotate(180deg);
}

.mega-menu {
  position: absolute;
  z-index: 20;
  top: calc(100% + 12px);
  left: 50%;
  width: min(620px, calc(100vw - 48px));
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  background: var(--white);
  box-shadow: 0 24px 60px rgba(15, 42, 42, 0.16);
  transform: translateX(-50%);
}

.primary-nav > ul > li:first-child .mega-menu,
.primary-nav > ul > li:nth-child(2) .mega-menu {
  left: 0;
  transform: none;
}

.primary-nav > ul > li:last-child .mega-menu {
  right: 0;
  left: auto;
  transform: none;
}

.mega-menu::before {
  position: absolute;
  top: -13px;
  right: 0;
  left: 0;
  height: 14px;
  content: "";
}

.mega-heading {
  min-height: 45px;
  padding: 0 4px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid var(--line);
}

.mega-heading > span {
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mega-heading a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--green);
  font-size: 0.72rem;
  font-weight: 700;
}

.mega-heading .icon {
  width: 16px;
  height: 16px;
}

.mega-links {
  padding-top: 8px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2px 8px;
}

.menu-link {
  min-height: 72px;
  padding: 11px 38px 11px 12px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 8px;
  transition: background var(--ease);
}

.menu-link:hover,
.menu-link.is-current {
  background: var(--canvas);
}

.menu-link > span {
  color: var(--ink);
  font-size: 0.8rem;
  font-weight: 650;
}

.menu-link small {
  margin-top: 2px;
  color: var(--muted);
  font-size: 0.66rem;
  line-height: 1.45;
}

.menu-link .icon {
  position: absolute;
  top: 50%;
  right: 12px;
  width: 17px;
  height: 17px;
  color: var(--green);
  transform: translateY(-50%);
  transition: transform var(--ease);
}

.menu-link:hover .icon {
  transform: translate(3px, -50%);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.text-action {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: var(--ink-soft);
  font-size: 0.74rem;
  font-weight: 600;
  white-space: nowrap;
}

.text-action:hover {
  color: var(--green);
}

.nav-toggle {
  width: 46px;
  height: 46px;
  padding: 0;
  display: none;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-control);
  background: var(--white);
  cursor: pointer;
}

.nav-toggle .icon {
  width: 23px;
  height: 23px;
}

.nav-toggle .close-icon {
  display: none;
}

.nav-toggle[aria-expanded="true"] .menu-icon {
  display: none;
}

.nav-toggle[aria-expanded="true"] .close-icon {
  display: block;
}

/* Buttons and recurring text elements */

.button {
  min-height: 50px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid var(--green);
  border-radius: var(--radius-control);
  background: var(--green);
  color: var(--white);
  font-size: 0.84rem;
  font-weight: 650;
  letter-spacing: -0.015em;
  line-height: 1.2;
  transition: background var(--ease), border-color var(--ease), box-shadow var(--ease), color var(--ease), transform var(--ease);
}

.button:hover {
  border-color: var(--green-dark);
  background: var(--green-dark);
  box-shadow: var(--shadow-control);
  transform: translateY(-1px);
}

.button .icon {
  width: 18px;
  height: 18px;
  transition: transform var(--ease);
}

.button:hover .icon {
  transform: translateX(3px);
}

.button-small {
  min-height: 44px;
  padding-inline: 16px;
  font-size: 0.74rem;
  white-space: nowrap;
}

.button-outline {
  border-color: var(--teal);
  background: transparent;
  color: var(--teal);
  box-shadow: none;
}

.button-outline:hover {
  border-color: var(--teal);
  background: var(--teal);
  color: var(--white);
}

.button-light {
  border-color: var(--white);
  background: var(--white);
  color: var(--teal);
}

.button-light:hover {
  border-color: var(--canvas);
  background: var(--canvas);
  color: var(--teal);
}

.button-ghost {
  border-color: rgba(255, 255, 255, 0.42);
  background: transparent;
  color: var(--white);
}

.button-ghost:hover {
  border-color: var(--white);
  background: rgba(255, 255, 255, 0.08);
}

.text-link {
  min-height: 44px;
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--green);
  font-size: 0.82rem;
  font-weight: 700;
}

.text-link .icon {
  width: 18px;
  height: 18px;
  transition: transform var(--ease);
}

.text-link:hover .icon {
  transform: translateX(4px);
}

.eyebrow,
.band-kicker {
  display: inline-block;
  color: var(--green);
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.section-head {
  margin-bottom: 48px;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.72fr);
  align-items: end;
  gap: clamp(40px, 9vw, 120px);
}

.section-head h2 {
  max-width: 780px;
  margin: 10px 0 0;
}

.section-head > div:last-child > p,
.section-head > p {
  max-width: 510px;
  margin-bottom: 12px;
}

/* Homepage hero and product preview */

.home-hero {
  min-height: 680px;
  padding-top: clamp(70px, 8vw, 112px);
  padding-bottom: 72px;
  display: grid;
  grid-template-columns: minmax(430px, 470px) minmax(620px, 1fr);
  align-items: center;
  gap: clamp(34px, 5vw, 72px);
}

.home-hero-copy {
  position: relative;
  z-index: 2;
}

.endorsement {
  margin-bottom: 18px;
  color: var(--green);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.13em;
}

.endorsement span {
  margin-left: 8px;
  color: var(--muted);
  font-weight: 600;
  letter-spacing: 0;
}

.home-hero h1 {
  max-width: 620px;
  margin-bottom: 22px;
  font-size: clamp(3.15rem, 4.45vw, 4rem);
  letter-spacing: -0.065em;
}

.home-hero h1 strong {
  display: block;
  color: var(--green);
  font-weight: 650;
}

.hero-intro {
  max-width: 560px;
  margin-bottom: 28px;
  color: var(--ink-soft);
  font-size: clamp(1.03rem, 1.45vw, 1.25rem);
  line-height: 1.65;
}

.hero-actions,
.page-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.truth-note {
  margin: 18px 0 0;
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--muted);
  font-size: 0.67rem;
  font-weight: 600;
}

.truth-note > span {
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 4px var(--accent-soft);
}

.workspace-wrap {
  position: relative;
  width: min(790px, 66vw);
  justify-self: start;
  filter: drop-shadow(0 18px 25px rgba(2, 114, 3, 0.08));
}

.preview-label {
  position: absolute;
  z-index: 3;
  top: -31px;
  right: 8px;
  padding-left: 22px;
  color: var(--muted);
  font-size: 0.62rem;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.preview-label::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 1px;
  background: var(--green);
  content: "";
}

.workspace-frame {
  height: 500px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  border: 1px solid #b9cbc6;
  border-radius: var(--radius-frame);
  background: var(--canvas);
  box-shadow: var(--shadow-frame);
}

.workspace-rail {
  padding: 24px 14px 18px;
  display: flex;
  flex-direction: column;
  background: var(--teal);
  background-image: radial-gradient(circle at 100% 0, rgba(2, 215, 3, 0.11), transparent 45%);
  color: #dce9e6;
}

.workspace-rail > img {
  width: 112px;
  height: auto;
  margin: 0 5px 24px;
}

.workspace-rail .workspace-nav {
  display: grid;
  gap: 3px;
}

.workspace-rail .workspace-nav span,
.rail-setting {
  min-height: 36px;
  padding: 0 9px;
  display: flex;
  align-items: center;
  gap: 9px;
  border-radius: 7px;
  font-size: 0.61rem;
  font-weight: 500;
}

.workspace-rail .workspace-nav span.active {
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
  box-shadow: inset 2px 0 0 var(--accent);
}

.workspace-rail .icon {
  width: 15px;
  height: 15px;
}

.rail-setting {
  margin-top: auto;
}

.workspace-canvas {
  min-width: 0;
  padding: 20px;
  background: #f8faf9;
}

.workspace-top {
  min-height: 51px;
  margin-bottom: 14px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 160px 32px;
  align-items: center;
  gap: 11px;
}

.workspace-top small {
  color: var(--muted);
  font-size: 0.53rem;
}

.workspace-top h2 {
  margin: 1px 0 0;
  font-size: 1rem;
  letter-spacing: -0.035em;
}

.workspace-search {
  height: 31px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  gap: 7px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: var(--white);
  color: var(--muted-light);
  font-size: 0.49rem;
}

.workspace-search .icon {
  width: 13px;
  height: 13px;
}

.avatar {
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  border-radius: 7px;
  background: var(--teal);
  color: var(--white);
  font-size: 0.54rem;
  font-weight: 700;
}

.workspace-grid {
  height: 391px;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  grid-template-rows: 1.15fr 0.85fr;
  gap: 12px;
}

.ui-panel {
  min-width: 0;
  overflow: hidden;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--white);
}

.ui-heading {
  min-height: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.ui-heading h3 {
  margin: 0;
  font-size: 0.7rem;
  letter-spacing: -0.02em;
}

.ui-heading a,
.ui-heading .ui-link {
  min-height: 24px;
  display: inline-flex;
  align-items: center;
  color: var(--green);
  font-size: 0.5rem;
  font-weight: 700;
}

.ui-tabs {
  height: 28px;
  margin: 4px 0 2px;
  display: flex;
  align-items: stretch;
  gap: 15px;
  border-bottom: 1px solid var(--line);
}

.ui-tabs span {
  position: relative;
  display: flex;
  align-items: center;
  color: var(--muted);
  font-size: 0.48rem;
}

.ui-tabs span.active {
  color: var(--ink);
  font-weight: 650;
}

.ui-tabs span.active::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  background: var(--accent);
  content: "";
}

.task-row {
  min-height: 46px;
  display: grid;
  grid-template-columns: 14px minmax(0, 1fr) auto;
  align-items: center;
  gap: 9px;
  border-bottom: 1px solid #edf1f0;
}

.task-row:last-child {
  border-bottom: 0;
}

.task-check {
  width: 12px;
  height: 12px;
  border: 1px solid var(--line-strong);
  border-radius: 3px;
}

.task-check.done {
  position: relative;
  border-color: var(--green);
  background: var(--green);
}

.task-check.done::after {
  position: absolute;
  top: 1px;
  left: 3px;
  width: 3px;
  height: 6px;
  border: solid var(--white);
  border-width: 0 1px 1px 0;
  content: "";
  transform: rotate(45deg);
}

.task-row b,
.asset-row b,
.approval-row b,
.day-row b {
  display: block;
  overflow: hidden;
  color: var(--ink-soft);
  font-size: 0.53rem;
  font-weight: 600;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.task-row small,
.asset-row small,
.approval-row small,
.day-row small {
  display: block;
  margin-top: 1px;
  color: var(--muted-light);
  font-size: 0.44rem;
  line-height: 1.35;
}

.state,
.asset-row em,
.approval-row em {
  padding: 4px 6px;
  border-radius: 999px;
  background: var(--canvas-strong);
  color: var(--ink-soft);
  font-size: 0.42rem;
  font-style: normal;
  font-weight: 600;
  white-space: nowrap;
}

.state-0,
.approval-row em {
  background: var(--amber-soft);
  color: #795000;
}

.state-2,
.asset-row em,
.approval-row em.approved {
  background: #e3f3e8;
  color: #17623a;
}

.day-row {
  min-height: 46px;
  display: grid;
  grid-template-columns: 35px 8px minmax(0, 1fr);
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid #edf1f0;
}

.day-row:last-child {
  border-bottom: 0;
}

.day-row time {
  color: var(--muted);
  font-size: 0.48rem;
}

.day-row > i {
  width: 7px;
  height: 7px;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  background: var(--white);
}

.asset-row {
  min-height: 55px;
  display: grid;
  grid-template-columns: 27px minmax(0, 1fr) auto;
  align-items: center;
  gap: 9px;
  border-bottom: 1px solid #edf1f0;
}

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

.asset-row > .icon {
  width: 25px;
  height: 25px;
  padding: 5px;
  border-radius: 6px;
  background: var(--canvas);
  color: var(--teal);
}

.approval-row {
  min-height: 55px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border-bottom: 1px solid #edf1f0;
}

.approval-row:last-child {
  border-bottom: 0;
}

/* Homepage: pillar strip and narrative sections */

.pillar-strip {
  margin-bottom: 0;
  padding-top: 38px;
  padding-bottom: 36px;
  border: 1px solid var(--line);
  border-radius: var(--radius-card) var(--radius-card) 0 0;
  background: var(--white);
}

.pillar-strip h2 {
  margin-bottom: 31px;
  text-align: center;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
}

.pillar-strip > div {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.pillar-strip article {
  min-width: 0;
  padding: 5px 22px;
  display: flex;
  align-items: center;
  gap: 14px;
  border-right: 1px solid var(--line);
}

.pillar-strip article:last-child {
  border-right: 0;
}

.pillar-strip article > .icon {
  width: 29px;
  height: 29px;
  color: var(--teal);
}

.pillar-strip article p {
  min-width: 0;
  margin: 0;
  line-height: 1.35;
}

.pillar-strip article b,
.pillar-strip article span {
  display: block;
}

.pillar-strip article b {
  margin-bottom: 4px;
  color: var(--ink);
  font-size: 0.73rem;
  letter-spacing: -0.02em;
}

.pillar-strip article span {
  color: var(--muted);
  font-size: 0.58rem;
}

.editorial-section {
  padding-top: clamp(100px, 11vw, 150px);
  padding-bottom: clamp(100px, 11vw, 150px);
}

.section-label,
.section-marker {
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.section-label::after,
.section-marker::after {
  height: 1px;
  flex: 1;
  background: var(--line);
  content: "";
}

.section-label > span,
.section-marker > span {
  color: var(--green);
  font-variant-numeric: tabular-nums;
}

.section-marker p {
  margin: 0;
  color: inherit;
}

.editorial-grid {
  margin-top: 46px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.75fr);
  gap: clamp(50px, 10vw, 140px);
}

.editorial-grid h2 {
  max-width: 720px;
  margin: 0;
}

.body-copy p {
  margin-bottom: 20px;
  color: var(--ink-soft);
  font-size: 0.98rem;
  line-height: 1.82;
}

.system-map {
  position: relative;
  min-height: 410px;
  margin-top: 88px;
  overflow: hidden;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  background-color: var(--canvas);
  background-image: linear-gradient(rgba(15, 42, 42, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(15, 42, 42, 0.035) 1px, transparent 1px);
  background-size: 32px 32px;
}

.system-map::before,
.system-map::after {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid rgba(2, 114, 3, 0.16);
  border-radius: 50%;
  content: "";
  transform: translate(-50%, -50%);
}

.system-map::before {
  width: 430px;
  height: 230px;
}

.system-map::after {
  width: 690px;
  height: 330px;
  border-style: dashed;
}

.map-core {
  position: relative;
  z-index: 2;
  width: 220px;
  height: 140px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-card);
  background: var(--teal);
  box-shadow: 0 20px 40px rgba(15, 42, 42, 0.18);
  color: var(--white);
}

.map-core img {
  width: 31px;
  height: 31px;
  margin-bottom: 10px;
}

.map-core b {
  font-size: 0.9rem;
}

.map-core span {
  margin-top: 5px;
  color: #acc1bc;
  font-size: 0.52rem;
}

.map-node {
  position: absolute;
  z-index: 2;
  min-height: 48px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-control);
  background: var(--white);
  box-shadow: 0 8px 20px rgba(15, 42, 42, 0.06);
  color: var(--ink-soft);
  font-size: 0.7rem;
  font-weight: 650;
}

.map-node .icon {
  width: 18px;
  height: 18px;
  color: var(--green);
}

.node-people {
  top: 55px;
  left: 10%;
}

.node-work {
  top: 58px;
  right: 11%;
}

.node-resources {
  bottom: 52px;
  left: 8%;
}

.node-operations {
  right: 7%;
  bottom: 54px;
}

.node-control {
  top: 50%;
  right: 20%;
  transform: translateY(-50%);
}

.dark-band {
  position: relative;
  overflow: hidden;
  background: var(--teal);
  color: var(--white);
}

.dark-band::after {
  position: absolute;
  top: -200px;
  left: 5%;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(2, 215, 3, 0.12);
  border-radius: 50%;
  content: "";
}

.dark-grid {
  position: relative;
  z-index: 1;
  min-height: 710px;
  padding-top: 108px;
  padding-bottom: 108px;
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(500px, 1fr);
  align-items: center;
  gap: clamp(70px, 11vw, 150px);
}

.dark-grid .band-kicker {
  color: #a9e5b5;
}

.dark-grid h2 {
  margin: 15px 0 24px;
  color: var(--white);
}

.dark-grid > div:first-child p {
  max-width: 470px;
  color: #bed0cc;
  font-size: 1rem;
}

.outcome-list {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.outcome-list article {
  min-height: 118px;
  padding: 23px 0;
  display: grid;
  grid-template-columns: 52px 1fr;
  align-items: start;
  gap: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.outcome-list article > span {
  padding-top: 3px;
  color: #70c884;
  font-size: 0.69rem;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}

.outcome-list h3 {
  margin: 0 0 8px;
  color: var(--white);
  font-size: 1rem;
  letter-spacing: -0.025em;
}

.outcome-list p {
  max-width: 480px;
  margin: 0;
  color: #b8cac6;
  font-size: 0.79rem;
}

.module-section,
.deployment-section,
.resource-library {
  padding-top: clamp(100px, 11vw, 150px);
  padding-bottom: clamp(100px, 11vw, 150px);
}

.module-ledger {
  border-top: 1px solid var(--line-strong);
}

.module-ledger > a {
  min-height: 116px;
  padding: 23px 10px;
  display: grid;
  grid-template-columns: 55px minmax(0, 1fr) 150px 28px;
  align-items: center;
  gap: 24px;
  border-bottom: 1px solid var(--line);
  transition: background var(--ease), padding var(--ease);
}

.module-ledger > a:hover {
  padding-inline: 20px;
  background: var(--canvas);
}

.module-number {
  color: var(--green);
  font-size: 0.69rem;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}

.module-ledger h3 {
  margin: 0 0 7px;
  font-size: 1.15rem;
}

.module-ledger p {
  margin: 0;
  font-size: 0.78rem;
}

.stage {
  justify-self: start;
  padding: 5px 9px;
  border: 1px solid var(--line-strong);
  border-radius: 5px;
  color: var(--muted);
  font-size: 0.6rem;
  font-style: normal;
  font-weight: 650;
  letter-spacing: 0.02em;
}

.stage-prototype-proven {
  border-color: #acd4b8;
  background: #e7f5eb;
  color: #17623a;
}

.stage-foundation {
  border-color: #a7cbc6;
  background: #e3f1ef;
  color: #174f49;
}

.stage-planned {
  border-color: #e6cea0;
  background: var(--amber-soft);
  color: #795000;
}

.module-ledger > a > .icon {
  width: 20px;
  height: 20px;
  color: var(--green);
  transition: transform var(--ease);
}

.module-ledger > a:hover > .icon {
  transform: translateX(4px);
}

.resource-section {
  overflow: hidden;
  background: var(--canvas);
}

.resource-grid {
  min-height: 720px;
  padding-top: 110px;
  padding-bottom: 110px;
  display: grid;
  grid-template-columns: minmax(360px, 0.8fr) minmax(440px, 0.85fr);
  align-items: center;
  gap: clamp(80px, 12vw, 170px);
}

.resource-grid > div:first-child h2 {
  margin: 14px 0 24px;
}

.resource-grid > div:first-child > p {
  max-width: 560px;
  color: var(--ink-soft);
}

.resource-tags {
  margin: 31px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.resource-tags span {
  min-height: 34px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--line-strong);
  border-radius: 5px;
  background: var(--white);
  color: var(--ink-soft);
  font-size: 0.65rem;
  font-weight: 600;
}

.resource-card {
  position: relative;
  padding: 28px;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-card);
  background: var(--white);
  box-shadow: 18px 18px 0 #dfeae7;
}

.resource-card::before {
  position: absolute;
  top: 0;
  right: 28px;
  left: 28px;
  height: 3px;
  background: var(--accent);
  content: "";
}

.resource-card-head {
  padding-bottom: 24px;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  border-bottom: 1px solid var(--line);
}

.resource-card-head > .icon {
  width: 46px;
  height: 46px;
  padding: 11px;
  border-radius: 9px;
  background: var(--teal);
  color: var(--white);
}

.resource-card-head b,
.resource-card-head span {
  display: block;
}

.resource-card-head b {
  color: var(--ink);
  font-size: 0.82rem;
}

.resource-card-head span {
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.61rem;
}

.resource-card-head em {
  padding: 5px 8px;
  border-radius: 5px;
  background: #e3f3e8;
  color: #17623a;
  font-size: 0.57rem;
  font-style: normal;
  font-weight: 650;
}

.resource-card dl {
  margin: 0;
  padding: 18px 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 26px;
  border-bottom: 1px solid var(--line);
}

.resource-card dl > div {
  min-height: 62px;
  padding: 10px 0;
  border-bottom: 1px solid #edf1f0;
}

.resource-card dt {
  color: var(--muted);
  font-size: 0.58rem;
}

.resource-card dd {
  margin: 3px 0 0;
  color: var(--ink-soft);
  font-size: 0.7rem;
  font-weight: 650;
}

.resource-history {
  padding-top: 21px;
}

.resource-history h3 {
  margin-bottom: 13px;
  font-size: 0.73rem;
}

.resource-history > span {
  min-height: 37px;
  display: grid;
  grid-template-columns: 10px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  font-size: 0.61rem;
}

.resource-history > span i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 3px var(--accent-soft);
}

.resource-history > span b {
  color: var(--ink-soft);
  font-weight: 600;
}

.resource-history > span small {
  color: var(--muted-light);
  font-size: 0.55rem;
}

.deployment-table {
  overflow: hidden;
  border-top: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line-strong);
}

.deployment-row {
  min-height: 91px;
  padding: 15px 12px;
  display: grid;
  grid-template-columns: 0.7fr 0.9fr 1.55fr 24px;
  align-items: center;
  gap: 28px;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.73rem;
  transition: background var(--ease), padding var(--ease);
}

.deployment-row:last-child {
  border-bottom: 0;
}

a.deployment-row:hover {
  padding-inline: 20px;
  background: var(--canvas);
}

.deployment-row.header {
  min-height: 48px;
  background: var(--canvas);
  color: var(--muted);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.deployment-row b {
  color: var(--ink);
  font-size: 0.83rem;
}

.deployment-row .icon {
  width: 19px;
  height: 19px;
  color: var(--green);
  transition: transform var(--ease);
}

a.deployment-row:hover .icon {
  transform: translateX(4px);
}

.trust-section {
  padding-bottom: clamp(100px, 11vw, 150px);
}

.trust-panel {
  min-height: 590px;
  padding: clamp(50px, 7vw, 88px);
  display: grid;
  grid-template-columns: minmax(340px, 0.9fr) minmax(420px, 1fr);
  align-items: center;
  gap: clamp(60px, 10vw, 130px);
  border-radius: var(--radius-frame);
  background: var(--teal);
  color: var(--white);
}

.trust-panel h2 {
  margin: 14px 0 22px;
  color: var(--white);
}

.trust-panel .eyebrow {
  color: #a9e5b5;
}

.trust-panel p {
  color: #bed0cc;
}

.trust-panel .hero-actions {
  margin-top: 30px;
}

.trust-flow {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.trust-flow > span {
  min-height: 66px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  gap: 13px;
  border: 1px solid rgba(255, 255, 255, 0.19);
  border-radius: var(--radius-control);
  background: rgba(255, 255, 255, 0.045);
  color: var(--white);
  font-size: 0.73rem;
  font-weight: 600;
}

.trust-flow > span .icon {
  color: #9ce1aa;
}

.trust-flow > i {
  width: 1px;
  height: 22px;
  margin-inline: 29px;
  background: rgba(255, 255, 255, 0.3);
}

/* Resource cards and final call to action */

.resource-library .section-head > a {
  justify-self: end;
}

.article-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.article-card {
  min-width: 0;
  border-top: 1px solid var(--line-strong);
}

.article-card > a {
  height: 100%;
  padding-top: 18px;
  display: flex;
  flex-direction: column;
}

.article-visual {
  position: relative;
  height: 190px;
  overflow: hidden;
  display: grid;
  place-items: center;
  background-color: var(--canvas);
  background-image: linear-gradient(rgba(15, 42, 42, 0.045) 1px, transparent 1px), linear-gradient(90deg, rgba(15, 42, 42, 0.045) 1px, transparent 1px);
  background-size: 26px 26px;
}

.article-visual > .icon {
  position: relative;
  z-index: 2;
  width: 56px;
  height: 56px;
  padding: 14px;
  border-radius: 12px;
  background: var(--teal);
  color: var(--white);
  box-shadow: 0 12px 24px rgba(15, 42, 42, 0.15);
  transition: transform var(--ease);
}

.article-card:hover .article-visual > .icon {
  transform: translateY(-4px);
}

.article-visual > i,
.article-hero-visual > span {
  position: absolute;
  display: block;
  border: 1px solid rgba(2, 114, 3, 0.22);
  border-radius: 50%;
}

.article-visual > i:nth-of-type(1),
.article-hero-visual > span:nth-of-type(1) {
  width: 110px;
  height: 110px;
}

.article-visual > i:nth-of-type(2),
.article-hero-visual > span:nth-of-type(2) {
  width: 190px;
  height: 130px;
}

.article-visual > i:nth-of-type(3),
.article-hero-visual > span:nth-of-type(3) {
  width: 260px;
  height: 170px;
  border-style: dashed;
}

.article-visual.visual-security,
.article-hero-visual.visual-security {
  background-color: #edf5f3;
}

.article-visual.visual-deployment,
.article-hero-visual.visual-deployment {
  background-color: #eef3f5;
}

.article-visual.visual-resource,
.article-hero-visual.visual-resource {
  background-color: #f1f5ed;
}

.article-card > a > div {
  padding: 25px 4px 4px;
}

.article-card small {
  color: var(--green);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.article-card h3 {
  margin: 12px 0 12px;
  font-size: 1.2rem;
  line-height: 1.28;
  transition: color var(--ease);
}

.article-card:hover h3 {
  color: var(--green);
}

.article-card p {
  margin-bottom: 15px;
  font-size: 0.75rem;
}

.article-card .text-link {
  font-size: 0.7rem;
}

.final-cta {
  overflow: hidden;
  background: var(--green);
  color: var(--white);
}

.final-cta > .shell {
  position: relative;
  min-height: 360px;
  padding-top: 72px;
  padding-bottom: 72px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 60px;
}

.final-cta > .shell::after {
  position: absolute;
  right: -180px;
  bottom: -320px;
  width: 600px;
  height: 600px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  box-shadow: 0 0 0 60px rgba(255, 255, 255, 0.035), 0 0 0 120px rgba(255, 255, 255, 0.025);
  content: "";
}

.final-cta .eyebrow {
  color: #d7f4dc;
}

.final-cta h2 {
  max-width: 760px;
  margin: 13px 0 14px;
  color: var(--white);
}

.final-cta p {
  max-width: 680px;
  margin: 0;
  color: #d9eddc;
}

.final-cta > .shell > div {
  position: relative;
  z-index: 1;
}

.final-cta > .shell > div:last-child {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* Breadcrumbs and internal-page hero */

.breadcrumbs {
  padding-top: 24px;
  padding-bottom: 4px;
}

.breadcrumbs ol {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
}

.breadcrumbs li {
  display: inline-flex;
  align-items: center;
  color: var(--muted);
  font-size: 0.64rem;
  font-weight: 550;
}

.breadcrumbs li:not(:last-child)::after {
  margin: 0 9px;
  color: var(--line-strong);
  content: "/";
}

.breadcrumbs a,
.breadcrumbs span {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
}

.breadcrumbs a:hover {
  color: var(--green);
}

.breadcrumbs span[aria-current="page"] {
  color: var(--ink-soft);
}

.page-hero {
  min-height: 595px;
  padding-top: clamp(64px, 8vw, 102px);
  padding-bottom: clamp(72px, 8vw, 106px);
  display: grid;
  grid-template-columns: minmax(360px, 0.84fr) minmax(430px, 0.9fr);
  align-items: center;
  gap: clamp(65px, 11vw, 155px);
}

.status-line {
  margin-bottom: 22px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--green);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.status-line i {
  width: 22px;
  height: 1px;
  background: var(--line-strong);
}

.status-line small {
  color: var(--muted);
  font-size: inherit;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.page-hero h1 {
  max-width: 720px;
  margin-bottom: 22px;
  font-size: clamp(2.75rem, 4.8vw, 4.7rem);
}

.page-hero-copy > p {
  max-width: 650px;
  margin-bottom: 28px;
  color: var(--ink-soft);
  font-size: 1.04rem;
  line-height: 1.78;
}

.page-actions .text-link {
  margin-left: 6px;
}

.context-visual {
  position: relative;
  min-height: 410px;
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-frame);
  background: var(--canvas);
  box-shadow: 18px 18px 0 #e9efed;
}

.context-visual::before {
  position: absolute;
  top: -170px;
  right: -120px;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(2, 114, 3, 0.14);
  border-radius: 50%;
  box-shadow: 0 0 0 38px rgba(2, 114, 3, 0.025), 0 0 0 76px rgba(2, 114, 3, 0.02);
  content: "";
}

.context-top {
  min-height: 70px;
  padding: 0 22px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.context-top > span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--ink-soft);
  font-size: 0.66rem;
  font-weight: 700;
}

.context-top > span .icon {
  width: 18px;
  height: 18px;
  color: var(--green);
}

.context-top > i {
  height: 1px;
  flex: 1;
  background: var(--line);
}

.context-top small {
  color: var(--green);
  font-size: 0.59rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.context-points {
  position: relative;
  padding: 13px 25px;
}

.context-points > div {
  min-height: 65px;
  display: grid;
  grid-template-columns: 35px minmax(0, 1fr) 20px;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid var(--line);
}

.context-points > div:last-child {
  border-bottom: 0;
}

.context-points > div > span {
  color: var(--green);
  font-size: 0.62rem;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}

.context-points p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.72rem;
  font-weight: 600;
  line-height: 1.45;
}

.context-points .icon {
  width: 17px;
  height: 17px;
  color: var(--green);
}

.context-foot {
  min-height: 58px;
  padding: 0 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-top: 1px solid var(--line);
  background: var(--white);
}

.context-foot > span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--muted);
  font-size: 0.51rem;
  font-weight: 600;
}

.context-foot > span i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--green);
}

.visual-security .context-top,
.visual-device .context-top {
  border-top: 3px solid var(--green);
}

.visual-workflow .context-points > div,
.visual-deployment .context-points > div {
  margin-left: calc((var(--point-indent, 0)) * 1px);
}

.status-banner {
  min-height: 88px;
  margin-bottom: 40px;
  padding-top: 18px;
  padding-bottom: 18px;
  display: flex;
  align-items: center;
  gap: 18px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.status-banner > span {
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 9px;
  background: var(--teal);
  color: var(--white);
}

.status-banner > span .icon {
  width: 21px;
  height: 21px;
}

.status-banner b {
  display: block;
  margin-bottom: 3px;
  color: var(--ink);
  font-size: 0.72rem;
}

.status-banner p {
  margin: 0;
  font-size: 0.7rem;
}

/* Internal content sections */

.content-section {
  scroll-margin-top: 120px;
}

.feature-section,
.copy-section,
.split-section {
  padding-top: clamp(85px, 9vw, 125px);
  padding-bottom: clamp(85px, 9vw, 125px);
}

.section-marker {
  margin-bottom: 46px;
}

.section-intro {
  max-width: 740px;
  margin: -18px 0 40px 50%;
  color: var(--ink-soft);
  font-size: 1rem;
}

.feature-list {
  margin-left: clamp(0px, 8vw, 100px);
  border-top: 1px solid var(--line-strong);
}

.feature-heading {
  margin-bottom: 28px;
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) minmax(320px, 0.7fr);
  align-items: end;
  gap: clamp(55px, 10vw, 130px);
}

.feature-heading h2 {
  max-width: 780px;
  margin: 0;
}

.feature-heading + .section-intro {
  max-width: 640px;
  margin: 0 0 42px auto;
}

.feature-list article {
  min-height: 128px;
  padding: 25px 12px;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) 26px;
  align-items: center;
  gap: 22px;
  border-bottom: 1px solid var(--line);
}

.feature-list article > span {
  align-self: start;
  padding-top: 8px;
  color: var(--green);
  font-size: 0.66rem;
  font-weight: 700;
}

.feature-list h3 {
  margin: 0 0 8px;
  font-size: 1.12rem;
}

.feature-list p {
  max-width: 780px;
  margin: 0;
  font-size: 0.8rem;
}

.feature-list .icon {
  width: 19px;
  height: 19px;
  color: var(--line-strong);
}

.copy-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.85fr) minmax(380px, 0.72fr);
  gap: clamp(70px, 13vw, 170px);
}

.copy-layout h2 {
  margin: 0;
}

.workflow-section {
  padding-top: clamp(90px, 10vw, 132px);
  padding-bottom: clamp(90px, 10vw, 132px);
  background: var(--teal);
  color: var(--white);
}

.section-marker.light {
  color: #aac0bb;
}

.section-marker.light > span {
  color: #a9e5b5;
}

.section-marker.light::after {
  background: rgba(255, 255, 255, 0.17);
}

.workflow-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(450px, 1fr);
  gap: clamp(70px, 12vw, 150px);
}

.workflow-layout > div {
  align-self: start;
  position: sticky;
  top: 130px;
}

.workflow-layout h2 {
  margin: 0 0 18px;
  color: var(--white);
}

.workflow-layout > div > p {
  max-width: 420px;
  color: #b8cac6;
}

.workflow-layout ol {
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  list-style: none;
}

.workflow-layout li {
  min-height: 150px;
  padding: 30px 0;
  display: grid;
  grid-template-columns: 55px minmax(0, 1fr);
  gap: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.workflow-layout li > span {
  padding-top: 4px;
  color: #75c989;
  font-size: 0.69rem;
  font-weight: 700;
}

.workflow-layout li h3 {
  margin: 0 0 10px;
  color: var(--white);
}

.workflow-layout li p {
  margin: 0;
  color: #b8cac6;
  font-size: 0.78rem;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(330px, 0.82fr) minmax(420px, 0.88fr);
  gap: clamp(75px, 12vw, 160px);
}

.split-copy h2 {
  margin: 0 0 23px;
}

.split-copy > p {
  color: var(--ink-soft);
  line-height: 1.8;
}

.split-list {
  align-self: center;
  border-top: 1px solid var(--line-strong);
}

.split-list article {
  min-height: 150px;
  padding: 28px 0;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 20px;
  border-bottom: 1px solid var(--line);
}

.split-list article > span {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  color: var(--green);
}

.split-list article > span .icon {
  width: 21px;
  height: 21px;
}

.split-list h3 {
  margin: 0 0 8px;
}

.split-list p {
  margin: 0;
  font-size: 0.78rem;
}

.faq-section {
  padding-top: clamp(85px, 10vw, 135px);
  padding-bottom: clamp(85px, 10vw, 135px);
  display: grid;
  grid-template-columns: minmax(280px, 0.62fr) minmax(480px, 1fr);
  gap: clamp(65px, 12vw, 160px);
  border-top: 1px solid var(--line);
}

.faq-section > div:first-child {
  align-self: start;
  position: sticky;
  top: 130px;
}

.faq-section h2 {
  margin: 14px 0 18px;
}

.faq-section > div:first-child p {
  font-size: 0.8rem;
}

.faq-list {
  border-top: 1px solid var(--line-strong);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  min-height: 78px;
  padding: 18px 46px 18px 0;
  position: relative;
  display: flex;
  align-items: center;
  color: var(--ink);
  cursor: pointer;
  font-size: 0.86rem;
  font-weight: 650;
  line-height: 1.45;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary > span,
.faq-list summary > span::after {
  position: absolute;
  top: 50%;
  right: 6px;
  width: 18px;
  height: 1px;
  background: var(--green);
  content: "";
  transition: transform var(--ease);
}

.faq-list summary > span::after {
  top: 0;
  right: 0;
  transform: rotate(90deg);
}

.faq-list details[open] summary > span::after {
  transform: rotate(0);
}

.faq-list details > p {
  max-width: 720px;
  margin: -3px 45px 24px 0;
  font-size: 0.8rem;
  line-height: 1.8;
}

.related-section {
  padding-top: clamp(80px, 9vw, 120px);
  padding-bottom: clamp(90px, 10vw, 140px);
  border-top: 1px solid var(--line);
}

.related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line-strong);
}

.related-grid > a {
  min-height: 265px;
  padding: 30px;
  position: relative;
  border-right: 1px solid var(--line);
  transition: background var(--ease);
}

.related-grid > a:last-child {
  border-right: 0;
}

.related-grid > a:hover {
  background: var(--canvas);
}

.related-grid small {
  color: var(--green);
  font-size: 0.61rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.related-grid h3 {
  margin: 18px 0 12px;
  font-size: 1.2rem;
}

.related-grid p {
  max-width: 340px;
  margin: 0;
  font-size: 0.75rem;
}

.related-grid > a > .icon {
  position: absolute;
  right: 28px;
  bottom: 28px;
  width: 20px;
  height: 20px;
  color: var(--green);
  transition: transform var(--ease);
}

.related-grid > a:hover > .icon {
  transform: translateX(4px);
}

/* Module catalog */

.catalog-intro {
  padding-top: 90px;
  padding-bottom: 90px;
  display: grid;
  grid-template-columns: minmax(320px, 0.8fr) minmax(500px, 1fr);
  gap: clamp(70px, 12vw, 150px);
  border-bottom: 1px solid var(--line);
}

.catalog-intro h2 {
  margin: 14px 0 0;
}

.stage-legend {
  border-top: 1px solid var(--line-strong);
}

.stage-legend > span {
  min-height: 72px;
  padding: 13px 0;
  display: grid;
  grid-template-columns: 10px 180px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  border-bottom: 1px solid var(--line);
}

.stage-legend i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--line-strong);
}

.stage-legend i.prototype {
  background: #278a4f;
}

.stage-legend i.foundation {
  background: #287e75;
}

.stage-legend i.planned {
  background: #bc7c04;
}

.stage-legend i.future {
  background: #6f788b;
}

.stage-legend b {
  color: var(--ink-soft);
  font-size: 0.67rem;
}

.stage-legend small {
  color: var(--muted);
  font-size: 0.6rem;
  line-height: 1.5;
}

.catalog-shell {
  padding-top: 70px;
  padding-bottom: 130px;
}

.catalog-toolbar {
  position: sticky;
  z-index: 30;
  top: 0;
  margin-bottom: 54px;
  padding: 15px;
  display: grid;
  grid-template-columns: minmax(230px, 1fr) auto auto;
  align-items: center;
  gap: 20px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 8px 24px rgba(15, 42, 42, 0.07);
  backdrop-filter: blur(14px);
}

.site-header.is-scrolled ~ main .catalog-toolbar,
.site-header[data-stuck="true"] ~ main .catalog-toolbar {
  top: 82px;
}

.catalog-toolbar > label {
  min-height: 46px;
  padding: 0 13px;
  display: flex;
  align-items: center;
  gap: 9px;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-control);
  background: var(--white);
}

.catalog-toolbar > label:focus-within {
  border-color: var(--focus);
  box-shadow: 0 0 0 2px rgba(5, 111, 224, 0.14);
}

.catalog-toolbar > label .icon {
  width: 18px;
  height: 18px;
  color: var(--muted);
}

.catalog-toolbar input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--ink);
  font-size: 0.73rem;
}

.catalog-toolbar input::placeholder {
  color: var(--muted-light);
}

.catalog-filters {
  display: flex;
  align-items: center;
  gap: 3px;
}

.catalog-filters button {
  min-height: 44px;
  padding: 0 12px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  font-size: 0.61rem;
  font-weight: 650;
  transition: background var(--ease), color var(--ease);
}

.catalog-filters button:hover {
  background: var(--canvas);
  color: var(--ink);
}

.catalog-filters button.active,
.catalog-filters button[aria-pressed="true"] {
  background: var(--teal);
  color: var(--white);
}

.catalog-toolbar > p {
  margin: 0;
  color: var(--muted);
  font-size: 0.58rem;
  white-space: nowrap;
}

.catalog-toolbar > p b {
  color: var(--ink);
}

.catalog-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: 70px 42px;
}

.catalog-family {
  min-width: 0;
}

.catalog-family > header {
  min-height: 124px;
  padding: 21px 0;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  align-items: start;
  gap: 16px;
  border-top: 2px solid var(--teal);
  border-bottom: 1px solid var(--line-strong);
}

.catalog-family > header > span {
  padding-top: 4px;
  color: var(--green);
  font-size: 0.67rem;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}

.catalog-family > header h2 {
  margin: 0 0 8px;
  font-size: 1.08rem;
  letter-spacing: -0.025em;
}

.catalog-family > header p {
  margin: 0;
  font-size: 0.65rem;
  line-height: 1.55;
}

.catalog-family > header em {
  padding-top: 4px;
  color: var(--muted);
  font-size: 0.55rem;
  font-style: normal;
  font-weight: 600;
  white-space: nowrap;
}

.catalog-family ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.catalog-family li {
  min-height: 68px;
  padding: 10px 0;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 142px;
  align-items: center;
  gap: 16px;
  border-bottom: 1px solid var(--line);
}

.catalog-family li[hidden] {
  display: none;
}

.catalog-family li > span {
  color: var(--muted-light);
  font-size: 0.72rem;
  font-variant-numeric: tabular-nums;
}

.catalog-family li > b {
  color: var(--ink-soft);
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.4;
}

.catalog-stage {
  justify-self: end;
  padding: 4px 7px;
  border-radius: 4px;
  font-size: 0.68rem;
  font-style: normal;
  font-weight: 650;
  line-height: 1.35;
  text-align: center;
}

.catalog-stage.prototype {
  background: #e3f3e8;
  color: #17623a;
}

.catalog-stage.foundation {
  background: #e3f1ef;
  color: #174f49;
}

.catalog-stage.planned {
  background: var(--amber-soft);
  color: #795000;
}

.catalog-stage.future {
  background: #eceef3;
  color: #4f586b;
}

.catalog-empty {
  min-height: 260px;
  padding: 60px 20px;
  border: 1px dashed var(--line-strong);
  text-align: center;
}

.catalog-empty h2 {
  margin-bottom: 10px;
  font-size: 1.7rem;
}

/* Resources index */

.resource-library.listing {
  padding-top: 90px;
}

.resource-library.listing .section-head > p {
  align-self: end;
}

.resource-library.listing .article-grid {
  row-gap: 70px;
}

.resource-paths {
  padding-bottom: 130px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line-strong);
}

.resource-paths > a {
  min-height: 140px;
  padding: 28px;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 22px;
  align-items: center;
  gap: 16px;
  border-right: 1px solid var(--line);
  transition: background var(--ease);
}

.resource-paths > a:last-child {
  border-right: 0;
}

.resource-paths > a:hover {
  background: var(--canvas);
}

.resource-paths > a > span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  color: var(--green);
}

.resource-paths > a > span .icon {
  width: 20px;
  height: 20px;
}

.resource-paths small {
  color: var(--muted);
  font-size: 0.57rem;
  font-weight: 650;
  text-transform: uppercase;
}

.resource-paths h3 {
  margin: 6px 0 0;
  font-size: 0.84rem;
  line-height: 1.4;
}

.resource-paths > a > .icon {
  width: 19px;
  height: 19px;
  color: var(--green);
}

/* Pricing and publication checklist */

.pricing-section {
  padding-top: 100px;
  padding-bottom: 120px;
}

.edition-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line-strong);
}

.edition-grid article {
  min-height: 435px;
  padding: 34px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--line);
}

.edition-grid article:last-child {
  border-right: 0;
}

.edition-grid article > span {
  color: var(--green);
  font-size: 0.68rem;
  font-weight: 700;
}

.edition-grid h3 {
  margin: 38px 0 13px;
  font-size: 1.24rem;
}

.edition-grid article > p {
  min-height: 86px;
  font-size: 0.75rem;
}

.edition-grid ul {
  margin: 14px 0 30px;
  padding: 20px 0 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.edition-grid li {
  min-height: 40px;
  display: flex;
  align-items: flex-start;
  gap: 9px;
  color: var(--ink-soft);
  font-size: 0.67rem;
}

.edition-grid li .icon {
  width: 16px;
  height: 16px;
  margin-top: 2px;
  color: var(--green);
}

.edition-grid .text-link {
  margin-top: auto;
  font-size: 0.67rem;
}

.publish-checklist {
  padding-top: 105px;
  padding-bottom: 105px;
  background: var(--canvas);
}

.publish-checklist > .shell {
  display: grid;
  grid-template-columns: minmax(310px, 0.72fr) minmax(500px, 1fr);
  gap: clamp(70px, 12vw, 160px);
}

.publish-checklist h2 {
  margin: 14px 0 0;
}

.publish-checklist ol {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line-strong);
  list-style: none;
}

.publish-checklist li {
  min-height: 112px;
  padding: 23px 0;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 17px;
  border-bottom: 1px solid var(--line);
}

.publish-checklist li > span {
  color: var(--green);
  font-size: 0.66rem;
  font-weight: 700;
}

.publish-checklist li p {
  margin: 0;
  font-size: 0.73rem;
  line-height: 1.65;
}

.publish-checklist li b {
  display: block;
  margin-bottom: 5px;
  color: var(--ink);
  font-size: 0.82rem;
}

/* Contact */

.contact-status {
  padding-top: 100px;
  padding-bottom: 130px;
  display: grid;
  grid-template-columns: minmax(400px, 1fr) minmax(320px, 0.63fr);
  gap: clamp(70px, 12vw, 160px);
}

.contact-main h2 {
  max-width: 720px;
  margin: 14px 0 22px;
}

.contact-main > p {
  max-width: 720px;
  color: var(--ink-soft);
  line-height: 1.82;
}

.contact-actions {
  margin-top: 34px;
}

.contact-status aside {
  align-self: start;
  padding: 32px;
  border-top: 3px solid var(--green);
  background: var(--canvas);
}

.contact-status aside h3 {
  margin: 0 0 11px;
  font-size: 0.94rem;
}

.contact-status aside p {
  margin-bottom: 0;
  font-size: 0.74rem;
}

.contact-status aside hr {
  height: 1px;
  margin: 28px 0;
  border: 0;
  background: var(--line-strong);
}

.contact-status aside ul {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.contact-status aside li {
  min-height: 40px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--ink-soft);
  font-size: 0.68rem;
}

.contact-status aside li .icon {
  width: 17px;
  height: 17px;
  margin-top: 2px;
  color: var(--green);
}

/* Long-form resources */

.article-hero {
  min-height: 620px;
  padding-top: 75px;
  padding-bottom: 100px;
  display: grid;
  grid-template-columns: minmax(420px, 1fr) minmax(380px, 0.68fr);
  align-items: center;
  gap: clamp(70px, 12vw, 150px);
}

.article-hero h1 {
  max-width: 850px;
  margin: 15px 0 24px;
  font-size: clamp(2.7rem, 4.6vw, 4.55rem);
}

.article-hero > div:first-child > p {
  max-width: 720px;
  color: var(--ink-soft);
  font-size: 1.02rem;
  line-height: 1.75;
}

.article-meta {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  color: var(--muted);
  font-size: 0.65rem;
  font-weight: 600;
}

.article-meta span {
  min-height: 35px;
  padding: 0 15px;
  display: inline-flex;
  align-items: center;
  border-left: 1px solid var(--line);
}

.article-meta span:first-child {
  padding-left: 0;
  border-left: 0;
}

.article-hero-visual {
  position: relative;
  min-height: 390px;
  overflow: hidden;
  display: grid;
  place-items: center;
  border: 1px solid var(--line-strong);
  background-color: var(--canvas);
  background-image: linear-gradient(rgba(15, 42, 42, 0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(15, 42, 42, 0.04) 1px, transparent 1px);
  background-size: 30px 30px;
}

.article-hero-visual > .icon {
  position: relative;
  z-index: 2;
  width: 78px;
  height: 78px;
  padding: 20px;
  border-radius: 15px;
  background: var(--teal);
  box-shadow: 0 18px 35px rgba(15, 42, 42, 0.17);
  color: var(--white);
}

.article-hero-visual > span:nth-of-type(1) {
  width: 150px;
  height: 150px;
}

.article-hero-visual > span:nth-of-type(2) {
  width: 270px;
  height: 200px;
}

.article-hero-visual > span:nth-of-type(3) {
  width: 390px;
  height: 290px;
}

.article-hero-visual b {
  position: absolute;
  right: 22px;
  bottom: 19px;
  color: var(--muted);
  font-size: 0.57rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.article-layout {
  padding-top: 85px;
  padding-bottom: 80px;
  display: grid;
  grid-template-columns: 230px minmax(0, 840px);
  justify-content: space-between;
  gap: 70px;
  border-top: 1px solid var(--line);
}

.article-aside {
  align-self: start;
  position: sticky;
  top: 120px;
  display: flex;
  flex-direction: column;
}

.article-aside > span {
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line-strong);
  color: var(--ink);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.article-aside > a {
  min-height: 48px;
  padding: 8px 0;
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.63rem;
  font-weight: 600;
  line-height: 1.4;
}

.article-aside > a:hover {
  color: var(--green);
}

.article-aside > p {
  margin-top: 25px;
  padding: 17px;
  border-left: 2px solid var(--green);
  background: var(--canvas);
  font-size: 0.57rem;
  line-height: 1.65;
}

.article-body {
  min-width: 0;
}

.article-body .content-section {
  width: 100%;
  padding: 70px 0;
}

.article-body .content-section:first-child {
  padding-top: 0;
}

.article-body .content-section:not(:last-child) {
  border-bottom: 1px solid var(--line);
}

.article-body .section-marker {
  margin-bottom: 35px;
}

.article-body .copy-layout,
.article-body .split-section,
.article-body .workflow-layout {
  display: block;
}

.article-body .copy-layout h2,
.article-body .split-copy h2,
.article-body .workflow-layout h2 {
  margin-bottom: 25px;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
}

.article-body .body-copy p,
.article-body .split-copy > p,
.article-body .workflow-layout p,
.article-body .feature-list p {
  font-size: 0.95rem;
  line-height: 1.88;
}

.article-body .feature-list {
  margin-left: 0;
}

.article-body .workflow-section {
  margin-inline: 0;
  padding: 55px;
  background: var(--teal);
}

.article-body .workflow-layout > div {
  position: static;
}

.article-body .workflow-layout ol {
  margin-top: 35px;
}

.article-body .split-list {
  margin-top: 40px;
}

/* Footer */

.site-footer {
  background: #091f1f;
  color: var(--white);
}

.footer-lead {
  min-height: 250px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 70px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.footer-lead img {
  width: 175px;
  height: auto;
  margin-bottom: 20px;
}

.footer-lead > div:first-child > p {
  max-width: 500px;
  margin-bottom: 15px;
  color: #b1c3bf;
  font-size: 0.76rem;
}

.footer-stage {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #d0dfdc;
  font-size: 0.61rem;
  font-weight: 600;
}

.footer-stage i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 4px rgba(2, 215, 3, 0.12);
}

.footer-cta {
  display: flex;
  align-items: center;
  gap: 24px;
}

.footer-cta p {
  max-width: 285px;
  margin: 0;
  color: #b1c3bf;
  font-size: 0.7rem;
}

.footer-grid {
  padding-top: 68px;
  padding-bottom: 68px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 48px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.footer-grid h2 {
  margin-bottom: 18px;
  color: var(--white);
  font-size: 0.69rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.footer-grid a {
  min-height: 36px;
  display: flex;
  align-items: center;
  color: #aebfbb;
  font-size: 0.67rem;
  transition: color var(--ease), transform var(--ease);
}

.footer-grid a:hover {
  color: var(--white);
  transform: translateX(3px);
}

.footer-base {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.footer-base p {
  margin: 0;
  color: #8ea29e;
  font-size: 0.59rem;
}

.footer-base > div {
  display: flex;
  align-items: center;
  gap: 22px;
}

.footer-base a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: #aebfbb;
  font-size: 0.59rem;
}

.footer-base a:hover {
  color: var(--white);
}

/* 404 route */

body[data-path="/404.html"] .page-hero {
  min-height: 660px;
}

body[data-path="/404.html"] .page-hero h1 {
  max-width: 740px;
}

body[data-path="/404.html"] .status-banner {
  margin-bottom: 110px;
}

/* Reveal states are progressively enhanced by the site script. */

.js .reveal {
  opacity: 1;
  transform: none;
}

.js.reveal-ready .reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 500ms ease, transform 500ms ease;
}

.js.reveal-ready .reveal.is-visible {
  opacity: 1;
  transform: none;
}

/* Wide and compact desktop adjustments */

@media (max-width: 1180px) {
  .header-inner {
    grid-template-columns: 156px minmax(0, 1fr) auto;
    gap: 12px;
  }

  .brand,
  .brand img {
    width: 145px;
  }

  .nav-direct,
  .nav-cluster > summary {
    padding-inline: 9px;
    font-size: 0.71rem;
  }

  .text-action {
    display: none;
  }

  .home-hero {
    grid-template-columns: minmax(330px, 0.7fr) minmax(560px, 1.25fr);
    gap: 36px;
  }

  .home-hero h1 {
    font-size: clamp(3rem, 5.5vw, 4.4rem);
  }

  .workspace-wrap {
    width: min(710px, 62vw);
  }

  .workspace-frame {
    height: 470px;
    grid-template-columns: 135px minmax(0, 1fr);
  }

  .workspace-canvas {
    padding: 16px;
  }

  .workspace-grid {
    height: 368px;
  }

  .pillar-strip article {
    padding-inline: 14px;
  }

  .pillar-strip article > .icon {
    width: 25px;
    height: 25px;
  }

  .catalog-toolbar {
    grid-template-columns: 230px minmax(0, 1fr);
  }

  .catalog-toolbar > p {
    grid-column: 1 / -1;
    margin-left: 2px;
  }

  .catalog-filters {
    justify-content: flex-end;
  }
}

/* Tablet navigation and two-column simplification */

@media (max-width: 980px) {
  :root {
    --gutter: 22px;
  }

  html {
    scroll-padding-top: 95px;
  }

  .site-header,
  .site-header.is-scrolled,
  .site-header[data-stuck="true"] {
    height: 70px;
  }

  .header-inner {
    grid-template-columns: 1fr auto auto;
    gap: 12px;
  }

  .nav-toggle {
    display: inline-flex;
    grid-column: 3;
  }

  .header-actions {
    grid-column: 2;
    grid-row: 1;
  }

  .primary-nav {
    position: absolute;
    z-index: 50;
    top: 70px;
    right: 0;
    left: 0;
    max-height: calc(100vh - 70px);
    overflow: auto;
    border-top: 1px solid var(--line);
    background: var(--white);
    box-shadow: var(--shadow-nav);
    justify-self: stretch;
    width: 100%;
  }

  body.nav-open {
    overflow: hidden;
  }

  .js .primary-nav:not(.is-open):not([data-open="true"]) {
    display: none;
  }

  .no-js .nav-toggle {
    display: none;
  }

  .no-js .primary-nav {
    position: static;
    grid-column: 1 / -1;
    max-height: none;
    box-shadow: none;
  }

  .primary-nav > ul {
    width: min(100%, calc(var(--shell) + (var(--gutter) * 2)));
    margin-inline: auto;
    padding: 15px var(--gutter) 28px;
    display: block;
  }

  .mobile-nav-actions {
    padding: 0 var(--gutter) 26px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .mobile-nav-actions a {
    min-height: 46px;
    padding: 0 17px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid var(--line-strong);
    border-radius: var(--radius-control);
    color: var(--green-dark);
    font-size: 0.78rem;
    font-weight: 700;
  }

  .mobile-nav-actions a:last-child {
    border-color: var(--green);
    background: var(--green);
    color: var(--white);
  }

  .mobile-nav-actions .icon {
    width: 15px;
    height: 15px;
  }

  .primary-nav > ul > li {
    border-bottom: 1px solid var(--line);
  }

  .nav-direct,
  .nav-cluster > summary {
    width: 100%;
    min-height: 54px;
    padding-inline: 4px;
    justify-content: space-between;
    border-radius: 0;
    font-size: 0.82rem;
  }

  .nav-cluster > summary::before,
  .nav-direct::before {
    display: none;
  }

  .mega-menu,
  .primary-nav > ul > li:first-child .mega-menu,
  .primary-nav > ul > li:nth-child(2) .mega-menu,
  .primary-nav > ul > li:last-child .mega-menu {
    position: static;
    width: 100%;
    padding: 0 0 17px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    transform: none;
  }

  .mega-heading {
    padding-inline: 4px;
  }

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

  .home-hero {
    min-height: auto;
    padding-top: 75px;
    grid-template-columns: 1fr;
    gap: 78px;
  }

  .home-hero-copy {
    max-width: 730px;
  }

  .home-hero h1 {
    font-size: clamp(3.6rem, 8vw, 5.2rem);
  }

  .workspace-wrap {
    width: 100%;
  }

  .workspace-frame {
    height: 520px;
    grid-template-columns: 150px minmax(0, 1fr);
  }

  .workspace-grid {
    height: 409px;
  }

  .pillar-strip {
    border-radius: var(--radius-card);
  }

  .pillar-strip > div {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 24px;
  }

  .pillar-strip article:nth-child(3) {
    border-right: 0;
  }

  .editorial-grid,
  .section-head,
  .feature-heading,
  .dark-grid,
  .resource-grid,
  .trust-panel,
  .page-hero,
  .copy-layout,
  .workflow-layout,
  .split-section,
  .faq-section,
  .catalog-intro,
  .publish-checklist > .shell,
  .contact-status,
  .article-hero {
    grid-template-columns: 1fr;
  }

  .section-head,
  .feature-heading,
  .editorial-grid,
  .dark-grid,
  .resource-grid,
  .trust-panel,
  .page-hero,
  .copy-layout,
  .workflow-layout,
  .split-section,
  .faq-section,
  .catalog-intro,
  .publish-checklist > .shell,
  .contact-status,
  .article-hero {
    gap: 48px;
  }

  .dark-grid {
    min-height: auto;
  }

  .resource-card {
    max-width: 650px;
  }

  .trust-panel {
    padding: 65px;
  }

  .context-visual {
    width: min(100%, 690px);
  }

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

  .status-banner {
    margin-top: -20px;
  }

  .section-intro {
    margin-left: 0;
  }

  .feature-list {
    margin-left: 0;
  }

  .workflow-layout > div,
  .faq-section > div:first-child {
    position: static;
  }

  .related-grid,
  .edition-grid,
  .resource-paths {
    grid-template-columns: 1fr;
  }

  .related-grid > a,
  .edition-grid article,
  .resource-paths > a {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .related-grid > a:last-child,
  .edition-grid article:last-child,
  .resource-paths > a:last-child {
    border-bottom: 0;
  }

  .related-grid > a {
    min-height: 220px;
  }

  .edition-grid article {
    min-height: 370px;
  }

  .edition-grid article > p {
    min-height: auto;
  }

  .catalog-toolbar {
    top: 0;
  }

  .site-header.is-scrolled ~ main .catalog-toolbar,
  .site-header[data-stuck="true"] ~ main .catalog-toolbar {
    top: 70px;
  }

  .catalog-grid {
    gap: 60px 34px;
  }

  .catalog-family li {
    grid-template-columns: 35px minmax(0, 1fr);
  }

  .catalog-stage {
    grid-column: 2;
    justify-self: start;
  }

  .article-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 55px;
  }

  .article-layout {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .article-aside {
    position: static;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 20px;
  }

  .article-aside > span,
  .article-aside > p {
    grid-column: 1 / -1;
  }

  .footer-lead {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .footer-cta {
    justify-content: space-between;
  }

  .footer-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 50px 55px;
  }
}

/* Mobile */

@media (max-width: 700px) {
  :root {
    --gutter: 18px;
  }

  body {
    font-size: 15px;
  }

  h1 {
    font-size: clamp(2.45rem, 12vw, 3.4rem);
  }

  h2 {
    font-size: clamp(1.85rem, 9vw, 2.55rem);
  }

  .launch-bar .shell {
    justify-content: center;
  }

  .launch-bar a {
    display: none;
  }

  .header-actions {
    display: none;
  }

  .header-inner {
    grid-template-columns: 1fr auto;
  }

  .nav-toggle {
    grid-column: 2;
  }

  .brand,
  .brand img {
    width: 148px;
  }

  .mega-links {
    grid-template-columns: 1fr;
  }

  .menu-link {
    min-height: 66px;
  }

  .mega-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .mega-heading a {
    min-height: 36px;
  }

  .button {
    min-height: 50px;
  }

  .home-hero {
    padding-top: 58px;
    padding-bottom: 60px;
    gap: 65px;
  }

  .home-hero h1 {
    font-size: clamp(2.9rem, 14vw, 4rem);
  }

  .hero-intro {
    font-size: 1rem;
  }

  .hero-actions .button,
  .contact-actions .button {
    width: 100%;
  }

  .truth-note {
    align-items: flex-start;
    line-height: 1.55;
  }

  .truth-note > span {
    margin-top: 4px;
  }

  .workspace-wrap {
    width: calc(100vw - (var(--gutter) * 2));
  }

  .preview-label {
    right: 0;
  }

  .workspace-frame {
    height: 455px;
    grid-template-columns: 56px minmax(0, 1fr);
    border-radius: 14px;
  }

  .workspace-rail {
    padding: 17px 7px 14px;
    align-items: center;
  }

  .workspace-rail > img {
    width: 31px;
    height: 31px;
    margin: 0 0 19px;
    object-fit: cover;
    object-position: left;
  }

  .workspace-rail .workspace-nav {
    width: 100%;
  }

  .workspace-rail .workspace-nav span,
  .rail-setting {
    width: 100%;
    min-height: 38px;
    padding: 0;
    justify-content: center;
    font-size: 0;
  }

  .workspace-rail .icon {
    width: 17px;
    height: 17px;
  }

  .workspace-canvas {
    padding: 12px;
  }

  .workspace-top {
    min-height: 46px;
    grid-template-columns: 1fr 28px;
  }

  .workspace-top h2 {
    font-size: 0.82rem;
  }

  .workspace-search {
    display: none;
  }

  .avatar {
    width: 28px;
    height: 28px;
  }

  .workspace-grid {
    height: 371px;
    grid-template-columns: 1fr;
    grid-template-rows: 1.25fr 0.75fr;
    gap: 9px;
  }

  .ui-panel {
    padding: 12px;
  }

  .ui-day,
  .ui-approval {
    display: none;
  }

  .ui-tabs {
    gap: 13px;
  }

  .task-row {
    min-height: 48px;
  }

  .asset-row {
    min-height: 51px;
  }

  .pillar-strip {
    margin-inline: var(--gutter);
    padding-inline: 20px;
  }

  .pillar-strip > div {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .pillar-strip article,
  .pillar-strip article:nth-child(3) {
    min-height: 75px;
    padding-inline: 3px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .pillar-strip article:last-child {
    border-bottom: 0;
  }

  .pillar-strip article > .icon {
    width: 27px;
    height: 27px;
  }

  .pillar-strip article b {
    font-size: 0.78rem;
  }

  .pillar-strip article span {
    font-size: 0.64rem;
  }

  .editorial-grid,
  .section-head,
  .feature-heading {
    gap: 30px;
  }

  .system-map {
    min-height: 470px;
    margin-top: 58px;
  }

  .system-map::before {
    width: 280px;
    height: 240px;
  }

  .system-map::after {
    width: 390px;
    height: 370px;
  }

  .map-core {
    width: 180px;
    height: 120px;
  }

  .map-node {
    min-height: 43px;
    padding-inline: 11px;
    font-size: 0.61rem;
  }

  .node-people {
    top: 35px;
    left: 20px;
  }

  .node-work {
    top: 91px;
    right: 15px;
  }

  .node-resources {
    bottom: 36px;
    left: 16px;
  }

  .node-operations {
    right: 11px;
    bottom: 95px;
  }

  .node-control {
    top: auto;
    right: 50%;
    bottom: 8px;
    transform: translateX(50%);
  }

  .dark-grid,
  .resource-grid,
  .trust-panel,
  .page-hero,
  .copy-layout,
  .workflow-layout,
  .split-section,
  .faq-section,
  .catalog-intro,
  .publish-checklist > .shell,
  .contact-status,
  .article-hero {
    gap: 40px;
  }

  .outcome-list article {
    grid-template-columns: 36px 1fr;
  }

  .module-ledger > a {
    min-height: 135px;
    padding-inline: 0;
    grid-template-columns: 35px minmax(0, 1fr) 22px;
    gap: 13px;
  }

  .module-ledger > a:hover {
    padding-inline: 6px;
  }

  .module-ledger .stage {
    grid-column: 2;
    margin-top: 2px;
  }

  .module-ledger > a > .icon {
    grid-column: 3;
    grid-row: 1 / span 2;
  }

  .resource-grid {
    min-height: auto;
  }

  .resource-card {
    padding: 22px;
    box-shadow: 9px 9px 0 #dfeae7;
  }

  .resource-card-head {
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .resource-card-head em {
    grid-column: 2;
    justify-self: start;
  }

  .resource-card dl {
    grid-template-columns: 1fr;
  }

  .deployment-table {
    overflow-x: auto;
    overscroll-behavior-inline: contain;
  }

  .deployment-row {
    min-width: 760px;
    grid-template-columns: 150px 180px 330px 24px;
  }

  .trust-panel {
    padding: 48px 24px;
    border-radius: 14px;
  }

  .trust-panel .hero-actions .button {
    width: 100%;
  }

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

  .article-visual {
    height: 210px;
  }

  .final-cta > .shell {
    min-height: 430px;
    grid-template-columns: 1fr;
    align-content: center;
    gap: 35px;
  }

  .final-cta > .shell > div:last-child,
  .final-cta .button {
    width: 100%;
  }

  .breadcrumbs {
    padding-top: 14px;
    overflow-x: auto;
  }

  .breadcrumbs ol {
    width: max-content;
    flex-wrap: nowrap;
  }

  .page-hero {
    min-height: auto;
    padding-top: 52px;
  }

  .page-hero h1 {
    font-size: clamp(2.5rem, 12vw, 3.5rem);
  }

  .page-hero-copy > p {
    font-size: 0.95rem;
  }

  .page-actions .button {
    width: 100%;
  }

  .page-actions .text-link {
    margin-left: 0;
  }

  .context-visual {
    min-height: 375px;
    box-shadow: 8px 8px 0 #e9efed;
  }

  .context-top {
    padding-inline: 17px;
  }

  .context-points {
    padding-inline: 18px;
  }

  .context-points > div {
    min-height: 62px;
    grid-template-columns: 29px minmax(0, 1fr) 18px;
  }

  .context-foot {
    min-height: auto;
    padding: 13px 17px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .status-banner {
    align-items: flex-start;
  }

  .feature-list article {
    min-height: 145px;
    padding-inline: 0;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 13px;
  }

  .feature-list article > .icon {
    display: none;
  }

  .workflow-layout li {
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 13px;
  }

  .split-list article {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 14px;
  }

  .faq-list summary {
    min-height: 86px;
  }

  .related-grid > a {
    min-height: 235px;
    padding: 26px 5px;
  }

  .catalog-intro {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .stage-legend > span {
    grid-template-columns: 10px minmax(0, 1fr);
  }

  .stage-legend small {
    grid-column: 2;
  }

  .catalog-toolbar,
  .site-header.is-scrolled ~ main .catalog-toolbar,
  .site-header[data-stuck="true"] ~ main .catalog-toolbar {
    position: relative;
    top: auto;
    grid-template-columns: 1fr;
  }

  .catalog-filters {
    overflow-x: auto;
    justify-content: flex-start;
    padding-bottom: 3px;
    scrollbar-width: thin;
  }

  .catalog-filters button {
    flex: 0 0 auto;
  }

  .catalog-grid {
    grid-template-columns: 1fr;
    gap: 58px;
  }

  .catalog-family > header {
    grid-template-columns: 34px minmax(0, 1fr);
  }

  .catalog-family > header > em {
    grid-column: 2;
  }

  .catalog-family li {
    min-height: 82px;
    grid-template-columns: 31px minmax(0, 1fr);
    gap: 10px;
  }

  .pricing-section {
    padding-top: 80px;
  }

  .edition-grid article {
    padding: 32px 5px;
  }

  .publish-checklist li {
    grid-template-columns: 36px minmax(0, 1fr);
  }

  .contact-status aside {
    padding: 27px 22px;
  }

  .article-hero {
    min-height: auto;
    padding-top: 55px;
    padding-bottom: 75px;
  }

  .article-hero h1 {
    font-size: clamp(2.45rem, 11vw, 3.35rem);
  }

  .article-meta {
    display: block;
  }

  .article-meta span,
  .article-meta span:first-child {
    min-height: 30px;
    padding: 0;
    display: flex;
    border-left: 0;
  }

  .article-hero-visual {
    min-height: 330px;
  }

  .article-layout {
    padding-top: 65px;
  }

  .article-aside {
    grid-template-columns: 1fr;
  }

  .article-aside > span,
  .article-aside > p {
    grid-column: 1;
  }

  .article-body .content-section {
    padding-block: 55px;
  }

  .article-body .workflow-section {
    padding: 38px 22px;
  }

  .footer-lead {
    padding-top: 55px;
  }

  .footer-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-cta .button {
    width: 100%;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 42px 25px;
  }

  .footer-base {
    padding-top: 25px;
    padding-bottom: 25px;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
}

@media (max-width: 430px) {
  .launch-bar {
    font-size: 0.62rem;
  }

  .home-hero h1 {
    font-size: 2.75rem;
  }

  .home-hero h1 strong {
    line-height: 1.05;
  }

  .workspace-frame {
    grid-template-columns: 48px minmax(0, 1fr);
  }

  .workspace-canvas {
    padding: 10px;
  }

  .workspace-grid {
    gap: 7px;
  }

  .ui-tabs {
    gap: 9px;
  }

  .state {
    padding-inline: 4px;
  }

  .system-map {
    margin-inline: -8px;
  }

  .map-node .icon {
    display: none;
  }

  .resource-history > span {
    grid-template-columns: 10px minmax(0, 1fr);
  }

  .resource-history > span small {
    display: none;
  }

  .context-top > i,
  .context-top small {
    display: none;
  }

  .catalog-toolbar {
    padding: 10px;
  }

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

/* Motion and print accessibility */

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .js.reveal-ready .reveal {
    opacity: 1;
    transform: none;
  }
}

@media print {
  @page {
    margin: 16mm;
  }

  *,
  *::before,
  *::after {
    box-shadow: none !important;
    text-shadow: none !important;
  }

  html,
  body {
    background: var(--white) !important;
    color: #000 !important;
    font-size: 10pt;
  }

  .launch-bar,
  .site-header,
  .site-footer,
  .skip-link,
  .hero-actions,
  .page-actions,
  .contact-actions,
  .final-cta,
  .catalog-toolbar,
  .related-section,
  .resource-paths,
  .article-aside {
    display: none !important;
  }

  .shell,
  .article-layout {
    width: 100% !important;
    max-width: none !important;
    padding-inline: 0 !important;
  }

  .home-hero,
  .page-hero,
  .article-hero,
  .editorial-grid,
  .dark-grid,
  .resource-grid,
  .trust-panel,
  .copy-layout,
  .workflow-layout,
  .split-section,
  .faq-section,
  .contact-status,
  .publish-checklist > .shell,
  .catalog-intro,
  .article-layout {
    min-height: 0 !important;
    display: block !important;
  }

  .workspace-wrap,
  .context-visual,
  .article-hero-visual,
  .system-map,
  .resource-card,
  .trust-flow {
    display: none !important;
  }

  .dark-band,
  .workflow-section,
  .trust-panel,
  .publish-checklist,
  .resource-section {
    background: var(--white) !important;
    color: #000 !important;
  }

  h1,
  h2,
  h3,
  p,
  .dark-grid h2,
  .dark-grid p,
  .workflow-layout h2,
  .workflow-layout p,
  .trust-panel h2,
  .trust-panel p {
    color: #000 !important;
  }

  a[href]::after {
    content: " (" attr(href) ")";
    font-size: 8pt;
    font-weight: 400;
  }

  .brand::after,
  .breadcrumbs a::after,
  .article-card a::after,
  .module-ledger a::after,
  .deployment-row::after {
    content: none !important;
  }

  .article-grid,
  .catalog-grid,
  .edition-grid {
    display: block !important;
  }

  .article-card,
  .catalog-family,
  .edition-grid article,
  .content-section {
    break-inside: avoid;
    page-break-inside: avoid;
  }
}

.section-action {
  margin-top: 26px;
}
