/* Final mobile navigation and hero clarity pass. */
.header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 10;
  height: 105px;
  background: linear-gradient(180deg, rgba(255, 255, 253, 0.52), rgba(255, 255, 253, 0));
  border-bottom: 0;
  backdrop-filter: blur(8px) saturate(1.02);
}

.header__inner {
  width: min(1680px, calc(100% - 88px));
  height: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 360px 1fr 210px;
  align-items: center;
  gap: 34px;
  padding: 0 26px;
  border: 1px solid rgba(201,160,80,.2);
  border-top: 0;
  border-radius: 0 0 18px 18px;
  background: linear-gradient(135deg, rgba(255,255,255,.64), rgba(255,255,255,.28));
  box-shadow: 0 18px 55px rgba(7,17,31,.075);
  backdrop-filter: blur(22px) saturate(1.18);
  -webkit-backdrop-filter: blur(22px) saturate(1.18);
}

.menu-toggle {
  display: none;
}

.nav {
  display: flex;
  justify-content: center;
  gap: 60px;
  color: #111827;
  font-size: 15px;
  font-weight: 500;
}

.partner,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  height: 50px;
  border-radius: 7px;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

.partner {
  height: 52px;
}

.hero {
  height: clamp(520px, 45vw, 640px);
}

.hero__image {
  width: 74%;
  object-position: center right;
  opacity: 1;
  filter: brightness(1.06) contrast(1.18) saturate(1.1);
}

.hero__fade {
  background: linear-gradient(90deg, #fffefa 0%, #fffefa 22%, rgba(255, 254, 250, 0.78) 32%, rgba(255, 254, 250, 0.08) 44%, rgba(255, 254, 250, 0) 56%);
}

.hero__content {
  width: min(1680px, calc(100% - 88px));
  padding-top: 157px;
}

h1 {
  max-width: 660px;
  font-size: clamp(46px, 3.35vw, 60px);
  line-height: 0.99;
  font-weight: 800;
}

.hero__content p {
  max-width: 460px;
  margin: 0 0 30px;
  font-size: 18px;
  line-height: 1.45;
}

.hero__actions {
  gap: 30px;
  max-width: none;
}

.button {
  min-width: 226px;
  padding: 0 32px;
}

@media (min-width: 851px) {
  .category-strip {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .systems-orium {
    grid-template-columns: minmax(0, 1.55fr) minmax(390px, 1fr);
  }

  .systems-panel {
    grid-template-columns: minmax(190px, 250px) minmax(0, 1fr);
    border-right: 1px solid var(--line);
  }

  .system-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .orium-panel {
    grid-template-columns: minmax(220px, 300px) minmax(0, 1fr);
    border-right: 0;
  }

  .orium-copy p:not(.label) {
    width: auto;
    max-width: 260px;
  }

  .orium-systems {
    min-width: 0;
    grid-template-columns: minmax(160px, 220px) minmax(0, 1fr);
  }

  .os-metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .direction-quote {
    grid-template-columns: minmax(0, 1.4fr) minmax(360px, 1fr);
  }

  .direction {
    grid-template-columns: minmax(180px, 230px) minmax(0, 1fr);
    border-right: 1px solid var(--line);
  }

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

@media (min-width: 1500px) {
  .system-cards {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

@media (min-width: 851px) and (max-width: 1180px) {
  .systems-orium {
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.78fr);
  }

  .systems-panel {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 28px 24px;
  }

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

  .orium-panel {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 28px 24px;
  }

  .orium-systems {
    grid-template-columns: 1fr;
  }

  .systems-map {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 16px;
  }

  .os-detail {
    margin: 0 16px 16px;
  }

  .direction-quote {
    grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.85fr);
  }

  .direction {
    grid-template-columns: 1fr;
    padding: 28px 24px;
  }

  .roadmap {
    gap: 16px;
  }
}

@media (max-width: 1400px) {
  .header__inner,
  .hero__content {
    width: min(1180px, calc(100% - 48px));
  }

  .header__inner {
    grid-template-columns: 285px 1fr 180px;
  }

  .nav {
    gap: 24px;
  }

  .hero {
    height: 560px;
  }
}

@media (max-width: 850px) {
  .header {
    position: sticky;
    top: 0;
    height: auto;
    background: rgba(255, 255, 253, 0.96);
    border-bottom: 1px solid var(--line);
    backdrop-filter: blur(16px) saturate(1.06);
  }

  .header__inner {
    width: calc(100% - 28px);
    display: grid;
    grid-template-columns: 1fr 44px;
    gap: 10px;
    padding: 12px 0;
    align-items: center;
  }

  .logo {
    min-width: 0;
  }

  .logo-mark {
    width: 54px;
    height: 54px;
  }

  .logo-type strong {
    font-size: 18px;
    letter-spacing: 0.2em;
  }

  .logo-type small {
    font-size: 6.5px;
    letter-spacing: 0.28em;
  }

  .menu-toggle {
    justify-self: end;
    display: inline-grid;
    place-items: center;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 1px solid rgba(201, 160, 80, 0.28);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.72);
    color: #111827;
  }

  .menu-toggle span {
    display: block;
    width: 18px;
    height: 2px;
    background: currentColor;
    border-radius: 999px;
    transition: transform 0.18s, opacity 0.18s;
  }

  .menu-toggle span + span {
    margin-top: 4px;
  }

  body.nav-open .menu-toggle span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  body.nav-open .menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  body.nav-open .menu-toggle span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .nav {
    grid-column: 1 / -1;
    order: 3;
    display: none;
    width: 100%;
    flex-direction: column;
    gap: 0;
    padding: 8px 0 0;
    font-size: 14px;
    border-top: 1px solid rgba(201, 160, 80, 0.18);
    overflow: visible;
  }

  .nav a {
    padding: 13px 4px;
    border-bottom: 1px solid rgba(201, 160, 80, 0.13);
  }

  .nav a.active::after {
    bottom: 7px;
    width: 34px;
  }

  .partner {
    grid-column: 1 / -1;
    order: 4;
    display: none;
    width: 100%;
    height: 44px;
    margin-top: 4px;
  }

  body.nav-open .nav {
    display: flex;
  }

  body.nav-open .partner {
    display: inline-flex;
  }

  .hero {
    height: auto;
    min-height: 640px;
  }

  .hero__image {
    inset: 0;
    width: 100%;
    height: 100%;
    object-position: 68% center;
    opacity: 1;
    filter: brightness(1.04) contrast(1.16) saturate(1.1);
  }

  .hero__fade {
    background: linear-gradient(90deg, rgba(255, 255, 253, 0.97), rgba(255, 255, 253, 0.84) 43%, rgba(255, 255, 253, 0.3));
  }

  .hero__content {
    width: calc(100% - 32px);
    padding: 44px 0 48px;
  }

  h1 {
    max-width: 365px;
    font-size: clamp(32px, 9vw, 40px);
    line-height: 1.08;
  }

  .hero__content p {
    max-width: 360px;
    font-size: 16px;
  }

  .hero__actions {
    flex-direction: column;
    gap: 12px;
    width: 100%;
    max-width: 360px;
  }

  .button {
    width: 100%;
    min-width: 0;
    height: 46px;
    padding: 0 18px;
  }
}

/* Authoritative final desktop/laptop layout: keep panels arranged, only mobile stacks. */
@media (min-width: 851px) {
  .hero__image {
    width: 79%;
    object-position: center right;
    opacity: 1;
    filter: brightness(1.02) contrast(1.28) saturate(1.16);
  }

  .hero__fade {
    background: linear-gradient(90deg, #fffefa 0%, #fffefa 20%, rgba(255, 254, 250, 0.68) 30%, rgba(255, 254, 250, 0.08) 40%, rgba(255, 254, 250, 0) 52%);
  }

  .category-strip {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .systems-orium {
    grid-template-columns: minmax(0, 1.48fr) minmax(420px, 0.92fr);
  }

  .systems-panel {
    grid-template-columns: minmax(190px, 240px) minmax(0, 1fr);
    border-right: 1px solid var(--line);
  }

  .system-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .orium-panel {
    grid-template-columns: minmax(220px, 285px) minmax(0, 1fr);
  }

  .orium-systems {
    min-width: 0;
    grid-template-columns: minmax(160px, 210px) minmax(0, 1fr);
  }

  .direction-quote {
    grid-template-columns: minmax(0, 1.35fr) minmax(360px, 0.9fr);
  }

  .direction {
    grid-template-columns: minmax(180px, 220px) minmax(0, 1fr);
    border-right: 1px solid var(--line);
  }

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

@media (min-width: 1401px) {
  .system-cards {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

@media (min-width: 851px) and (max-width: 1180px) {
  .systems-orium {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.86fr);
  }

  .systems-panel,
  .orium-panel {
    padding-left: 28px;
    padding-right: 28px;
  }

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

  .orium-panel,
  .orium-systems {
    grid-template-columns: 1fr;
  }

  .systems-map {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 16px;
  }

  .direction-quote {
    grid-template-columns: minmax(0, 1.18fr) minmax(330px, 0.9fr);
  }

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

/* Wordmark, desktop plates, and mobile hero refinement. */
.wordmark-text {
  display: inline-flex;
  align-items: center;
  gap: 0.28em;
  color: #111827;
  font-family: "Arial Narrow", "Segoe UI", Arial, sans-serif;
  font-size: 23px;
  font-weight: 600;
  line-height: 0.82;
  letter-spacing: 0;
  transform: scaleX(1.08);
  transform-origin: left center;
}

.wordmark-rest {
  display: inline-block;
  letter-spacing: 0.34em;
}

.wordmark-e {
  position: relative;
  display: inline-block;
  flex: 0 0 0.8em;
  width: 0.8em;
  height: 0.78em;
  color: currentColor;
}

.wordmark-e::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0.78em;
  height: 0.105em;
  background: currentColor;
  border-radius: 999px;
  box-shadow: 0 0.335em 0 currentColor, 0 0.67em 0 currentColor;
}

.wordmark-e::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0.105em;
  height: 0.775em;
  background: currentColor;
  border-radius: 999px;
}

@media (min-width: 851px) {
  .category-strip {
    gap: 10px;
    padding: 14px 42px;
  }

  .category-card {
    min-height: 74px;
    grid-template-columns: 31px minmax(0, 1fr);
    grid-template-rows: auto;
    align-items: center;
    column-gap: 12px;
    padding: 14px 16px;
    border: 1px solid rgba(201, 160, 80, 0.18);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.42);
  }

  .category-card h2 {
    margin: 0;
    font-size: 11.5px;
    line-height: 1.15;
    letter-spacing: 0.02em;
    overflow-wrap: normal;
  }

  .category-card p,
  .category-card small {
    display: none;
  }

  .category-card .icon {
    width: 27px;
    height: 27px;
  }

  .systems-orium {
    grid-template-columns: minmax(0, 1.58fr) minmax(390px, 0.84fr);
  }

  .systems-panel {
    grid-template-columns: minmax(178px, 228px) minmax(0, 1fr);
    gap: 22px;
  }

  .section-title h2 {
    font-size: 27px;
  }

  .system-card,
  .emblem-card {
    min-height: 190px;
    padding: 19px 14px;
  }

  .system-card .icon {
    width: 30px;
    height: 30px;
    margin-bottom: 17px;
    padding: 5px;
  }

  .system-card h3 {
    margin-bottom: 12px;
    font-size: 12.6px;
    line-height: 1.18;
    overflow-wrap: anywhere;
  }

  .system-card p {
    font-size: 11px;
    line-height: 1.42;
  }

  .emblem-card .logo {
    min-width: 0;
    transform: scale(0.68);
  }

  .roadmap article {
    min-height: 126px;
    padding: 50px 10px 12px;
  }

  .roadmap h3 {
    font-size: 11.5px;
  }

  .roadmap p {
    font-size: 10.8px;
    line-height: 1.42;
  }
}

@media (min-width: 1280px) {
  .system-cards {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

@media (min-width: 851px) and (max-width: 1279px) {
  .system-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 850px) {
  .hero {
    min-height: 680px;
  }

  .hero__image {
    object-position: 72% top;
    opacity: 1;
    filter: brightness(1.03) contrast(1.32) saturate(1.2);
  }

  .hero__fade {
    background: linear-gradient(180deg, rgba(255, 255, 253, 0.82) 0%, rgba(255, 255, 253, 0.68) 42%, rgba(255, 255, 253, 0.16) 78%, rgba(255, 255, 253, 0.04) 100%), linear-gradient(90deg, rgba(255, 255, 253, 0.94), rgba(255, 255, 253, 0.46) 52%, rgba(255, 255, 253, 0.04) 100%);
  }

  .wordmark-text {
    font-size: 18px;
    transform: scaleX(1.04);
  }

  .wordmark-rest {
    letter-spacing: 0.26em;
  }
}

/* Orium page split, reference wordmark, and final responsive corrections. */
.wordmark-text {
  display: block;
  width: 190px;
  height: 21px;
  color: #111827;
  line-height: 1;
  transform: none;
}

.wordmark-svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
  filter: drop-shadow(0 1px 0 rgba(255,255,255,.55));
}

.logo-type small {
  margin-top: 5px;
}

.home-platform-plate {
  position: relative;
  display: grid;
  align-content: center;
  gap: 18px;
  min-height: 100%;
  padding: 34px;
  overflow: hidden;
  border-left: 1px solid var(--line);
  background: radial-gradient(circle at 82% 18%, rgba(55,183,165,.1), transparent 28%), linear-gradient(135deg, rgba(255,255,255,.78), rgba(250,249,244,.62));
  backdrop-filter: blur(22px) saturate(1.12);
}

.home-platform-plate::after {
  content: "";
  position: absolute;
  inset: auto 32px 28px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(201,160,80,.72), transparent);
}

.home-platform-plate h2 {
  margin: 0;
  font-size: clamp(34px, 3vw, 54px);
  line-height: .94;
  font-weight: 600;
}

.home-platform-plate > p:not(.label) {
  max-width: 440px;
  margin: 0;
  color: #4d5969;
  font-size: 15px;
  line-height: 1.55;
}

.platform-plate-lines {
  display: grid;
  gap: 10px;
  max-width: 390px;
}

.platform-plate-lines span {
  padding: 11px 13px;
  color: #313b48;
  border: 1px solid rgba(201,160,80,.2);
  border-radius: 8px;
  background: rgba(255,255,255,.55);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.home-platform-plate .button {
  width: fit-content;
}

@media (min-width: 851px) {
  .systems-home {
    grid-template-columns: minmax(0, 1.72fr) minmax(340px, .72fr);
  }

  .systems-home .system-cards {
    grid-template-columns: repeat(3, minmax(150px, 1fr));
  }

  .systems-home .system-card,
  .systems-home .emblem-card {
    min-height: 162px;
    padding: 18px 16px;
  }

  .systems-home .system-card h3 {
    font-size: 12.4px;
    line-height: 1.2;
  }

  .systems-home .system-card p {
    font-size: 10.8px;
    line-height: 1.42;
  }
}

@media (min-width: 1500px) {
  .systems-home .system-cards {
    grid-template-columns: repeat(6, minmax(132px, 1fr));
  }
}

.orium-page {
  padding-top: 105px;
  background: linear-gradient(180deg, #fffefa, #f7f5ee);
}

.orium-header {
  background: rgba(255,255,253,.95);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.orium-page-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .78fr);
  gap: 44px;
  width: min(1420px, calc(100% - 88px));
  margin: 0 auto;
  padding: 72px 0 58px;
  align-items: center;
}

.orium-page-hero h1 {
  max-width: 760px;
  margin: 0 0 18px;
  font-size: clamp(58px, 6.2vw, 104px);
  line-height: .88;
}

.orium-page-hero p:not(.label) {
  max-width: 700px;
  margin: 0 0 30px;
  color: #4d5969;
  font-size: 19px;
  line-height: 1.55;
}

.orium-command-panel {
  padding: 28px;
  border: 1px solid rgba(201,160,80,.26);
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(255,255,255,.78), rgba(250,249,244,.6));
  box-shadow: 0 26px 70px rgba(8,16,29,.09);
  backdrop-filter: blur(24px) saturate(1.1);
}

.orium-command-panel > span,
.orium-layer-grid span {
  color: var(--gold);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.orium-command-panel h2 {
  margin: 16px 0 24px;
  font-size: 31px;
  line-height: 1;
  font-weight: 600;
}

.orium-command-panel div {
  padding: 16px 0;
  border-top: 1px solid rgba(201,160,80,.18);
}

.orium-command-panel strong {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
}

.orium-command-panel p {
  margin: 0;
  color: #5f6673;
  font-size: 13px;
  line-height: 1.45;
}

.orium-layer-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  width: min(1420px, calc(100% - 88px));
  margin: 0 auto;
  padding: 0 0 46px;
}

.orium-layer-grid article {
  min-height: 230px;
  padding: 24px;
  border: 1px solid rgba(201,160,80,.2);
  border-radius: 8px;
  background: rgba(255,255,255,.58);
  backdrop-filter: blur(18px);
}

.orium-layer-grid h2 {
  margin: 18px 0 14px;
  font-size: 22px;
  line-height: 1.08;
}

.orium-layer-grid p {
  margin: 0;
  color: #4d5969;
  font-size: 13px;
  line-height: 1.55;
}

.orium-foundation {
  display: grid;
  grid-template-columns: minmax(260px, .62fr) minmax(0, 1fr);
  gap: 40px;
  width: min(1420px, calc(100% - 88px));
  margin: 0 auto 64px;
  padding: 42px;
  border: 1px solid rgba(201,160,80,.22);
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(255,255,255,.76), rgba(250,249,244,.64));
}

.orium-foundation h2 {
  margin: 0;
  font-size: clamp(28px, 3vw, 48px);
  line-height: 1.02;
}

.orium-foundation > p {
  margin: 0;
  color: #4d5969;
  font-size: 17px;
  line-height: 1.65;
}

@media (max-width: 850px) {
  .wordmark-text {
    width: 150px;
    height: 18px;
  }

  .hero {
    display: flex;
    flex-direction: column;
    height: auto;
    min-height: 0;
  }

  .hero__image {
    position: relative;
    inset: auto;
    width: 100%;
    height: auto;
    aspect-ratio: 2400 / 900;
    object-fit: contain;
    object-position: center top;
  }

  .hero__fade {
    display: none;
  }

  .hero__content {
    width: calc(100% - 32px);
    padding: 30px 0 42px;
  }

  .systems-home,
  .orium-page-hero,
  .orium-layer-grid,
  .orium-foundation {
    grid-template-columns: 1fr;
    width: calc(100% - 32px);
  }

  .home-platform-plate {
    min-height: 360px;
    padding: 28px 22px;
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .home-platform-plate .button {
    width: 100%;
  }

  .orium-page {
    padding-top: 0;
  }

  .orium-page-hero {
    padding: 42px 0 34px;
    gap: 28px;
  }

  .orium-page-hero h1 {
    font-size: clamp(54px, 17vw, 76px);
  }

  .orium-layer-grid {
    padding-bottom: 28px;
  }

  .orium-layer-grid article {
    min-height: auto;
  }

.orium-foundation {
    margin-bottom: 34px;
    padding: 28px 22px;
  }
}

/* Final wordmark, Orium motion placement, and professional footer pass. */
.wordmark-text {
  width: 252px;
  height: 27px;
  color: #111827;
}

.wordmark-svg {
  filter: drop-shadow(0 1px 0 rgba(255,255,255,.68));
}

.wordmark-svg .wm-letters {
  stroke-width: 20;
}

.footer-pro .wordmark-text {
  color: #fff;
}

.wordmark-svg .wm-letters,
.footer-pro .wordmark-svg .wm-letters {
  fill: none;
  stroke: currentColor;
}

/* About page editorial company profile. */
.page-header {
  position: sticky;
  top: 0;
  background: rgba(255, 255, 253, .36);
  border-bottom: 0;
  backdrop-filter: blur(12px) saturate(1.08);
  -webkit-backdrop-filter: blur(12px) saturate(1.08);
}

.about-page {
  overflow: hidden;
  background: radial-gradient(circle at 82% 6%, rgba(55,183,165,.08), transparent 28%), linear-gradient(180deg, #fffefa 0%, #fbfaf6 46%, #f6f3eb 100%);
}

.about-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
  gap: 64px;
  width: min(1420px, calc(100% - 88px));
  margin: 0 auto;
  padding: 86px 0 72px;
  border-bottom: 1px solid var(--line);
}

.about-hero__copy h1 {
  max-width: 820px;
  margin-bottom: 24px;
  font-size: clamp(48px, 5vw, 84px);
  line-height: .98;
}

.about-hero__copy p:not(.label) {
  max-width: 760px;
  margin: 0 0 18px;
  color: #4d5969;
  font-size: 19px;
  line-height: 1.7;
}

.about-hero__panel {
  align-self: end;
  display: grid;
  gap: 16px;
  padding: 30px;
  border: 1px solid rgba(201,160,80,.26);
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(255,255,255,.72), rgba(250,249,244,.56));
  box-shadow: 0 28px 70px rgba(8,16,29,.09), inset 0 1px 0 rgba(255,255,255,.9);
  backdrop-filter: blur(22px) saturate(1.08);
}

.about-hero__panel span {
  color: var(--gold);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.about-hero__panel strong {
  max-width: 310px;
  font-size: 28px;
  line-height: 1.08;
}

.about-hero__panel div {
  display: flex;
  gap: 14px;
  align-items: center;
  min-height: 54px;
  padding: 13px 14px;
  color: #2c3644;
  border: 1px solid rgba(201,160,80,.18);
  border-radius: 8px;
  background: rgba(255,255,255,.58);
  font-size: 13px;
  font-weight: 800;
}

.about-hero__panel small {
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
}

.about-section {
  display: grid;
  grid-template-columns: minmax(220px, 320px) minmax(0, 820px);
  gap: 70px;
  width: min(1420px, calc(100% - 88px));
  margin: 0 auto;
  padding: 66px 0;
  border-bottom: 1px solid var(--line);
}

.about-section__title span {
  display: block;
  width: 36px;
  height: 2px;
  margin: 8px 0 20px;
  background: var(--gold);
}

.about-section__title h2,
.about-principles h2 {
  margin: 0;
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1.06;
  font-weight: 540;
}

.about-section__body p,
.about-principles p:not(.label),
.founder-statement p,
.founder-statement blockquote {
  margin: 0 0 18px;
  color: #4d5969;
  font-size: 17px;
  line-height: 1.75;
}

.about-section__body ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.about-section__body li {
  position: relative;
  min-height: 52px;
  padding: 15px 16px 15px 42px;
  border: 1px solid rgba(201,160,80,.2);
  border-radius: 8px;
  background: rgba(255,255,255,.58);
  color: #2d3746;
  font-size: 14px;
  font-weight: 760;
}

.about-section__body li:before {
  content: "";
  position: absolute;
  left: 17px;
  top: 21px;
  width: 8px;
  height: 8px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  background: rgba(201,160,80,.18);
}

.about-principles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  width: min(1420px, calc(100% - 88px));
  margin: 0 auto;
  padding: 58px 0;
}

.about-principles article {
  min-height: 360px;
  padding: 30px;
  border: 1px solid rgba(201,160,80,.22);
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(255,255,255,.72), rgba(250,249,244,.56));
  box-shadow: 0 22px 54px rgba(8,16,29,.055);
  backdrop-filter: blur(18px) saturate(1.08);
}

.about-principles article:first-child {
  background: radial-gradient(circle at 85% 16%, rgba(55,183,165,.09), transparent 28%), linear-gradient(180deg, rgba(255,255,255,.78), rgba(250,249,244,.58));
}

.about-principles h2 {
  margin-bottom: 20px;
  font-size: clamp(26px, 2.5vw, 36px);
}

.founder-statement {
  padding: 28px 0 72px;
}

.founder-statement > div {
  width: min(1180px, calc(100% - 88px));
  margin: 0 auto;
  padding: 54px 64px;
  overflow: hidden;
  border: 1px solid rgba(201,160,80,.24);
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(255,255,255,.82), rgba(250,249,244,.62)), repeating-radial-gradient(ellipse at 72% 60%, transparent 0 18px, rgba(201,154,67,.07) 19px 20px);
  box-shadow: 0 30px 80px rgba(8,16,29,.08);
  backdrop-filter: blur(20px) saturate(1.08);
}

.founder-statement blockquote {
  max-width: 900px;
  margin-bottom: 20px;
  color: #1d2531;
  font-size: clamp(24px, 2.8vw, 38px);
  line-height: 1.28;
  font-weight: 440;
}

.founder-statement footer {
  display: grid;
  gap: 4px;
  margin-top: 26px;
}

.founder-statement strong {
  color: #111827;
  font-size: 16px;
}

.founder-statement span {
  color: var(--gold-dark);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

/* Careers page. */
.careers-hero .about-hero__copy h1 {
  max-width: 920px;
}

.careers-hero__panel {
  background: radial-gradient(circle at 88% 10%, rgba(55,183,165,.11), transparent 30%), linear-gradient(135deg, rgba(255,255,255,.76), rgba(250,249,244,.58));
}

.careers-values .about-section__body ul {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.careers-opportunities {
  display: grid;
  grid-template-columns: minmax(220px, 320px) minmax(0, 1fr);
  gap: 70px;
  width: min(1420px, calc(100% - 88px));
  margin: 0 auto;
  padding: 66px 0;
  border-bottom: 1px solid var(--line);
}

.careers-opportunities .about-section__title p {
  margin: 18px 0 0;
  color: #4d5969;
  font-size: 15px;
  line-height: 1.65;
}

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

.opportunity-grid article {
  min-height: 330px;
  padding: 28px;
  border: 1px solid rgba(201,160,80,.22);
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(255,255,255,.74), rgba(250,249,244,.56));
  box-shadow: 0 22px 54px rgba(8,16,29,.055);
  backdrop-filter: blur(18px) saturate(1.08);
}

.opportunity-grid article:nth-child(2) {
  background: radial-gradient(circle at 86% 16%, rgba(55,183,165,.09), transparent 28%), linear-gradient(180deg, rgba(255,255,255,.78), rgba(250,249,244,.58));
}

.opportunity-grid h3 {
  margin: 0 0 22px;
  color: #111827;
  font-size: 22px;
  line-height: 1.08;
}

.opportunity-grid p {
  position: relative;
  margin: 0 0 13px;
  padding-left: 20px;
  color: #4d5969;
  font-size: 14px;
  line-height: 1.4;
}

.opportunity-grid p:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 7px;
  height: 7px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  background: rgba(201,160,80,.18);
}

.careers-apply .careers-email {
  display: inline-flex;
  width: fit-content;
  margin-top: 4px;
  padding: 13px 18px;
  color: #07111F;
  border-radius: 7px;
  background: linear-gradient(135deg, #f0d27d, #c99a43);
  font-size: 15px;
  font-weight: 900;
}

/* Orium OS expanded platform profile. */
.orium-page .about-section {
  max-width: none;
}

.orium-page,
.orium-page * {
  min-width: 0;
}

.orium-page h1,
.orium-page h2,
.orium-page h3,
.orium-page p,
.orium-page a,
.orium-page li {
  overflow-wrap: anywhere;
}

.orium-purpose .about-section__body ul {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.orium-capabilities {
  display: grid;
  grid-template-columns: minmax(220px, 320px) minmax(0, 1fr);
  gap: 70px;
  width: min(1420px, calc(100% - 88px));
  margin: 0 auto;
  padding: 66px 0;
  border-bottom: 1px solid var(--line);
}

.orium-capability-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.orium-capability-grid article {
  min-height: 280px;
  padding: 24px;
  border: 1px solid rgba(201,160,80,.22);
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(255,255,255,.74), rgba(250,249,244,.56));
  box-shadow: 0 22px 54px rgba(8,16,29,.055);
  backdrop-filter: blur(18px) saturate(1.08);
}

.orium-capability-grid article:nth-child(1),
.orium-capability-grid article:nth-child(5) {
  background: radial-gradient(circle at 86% 16%, rgba(55,183,165,.09), transparent 28%), linear-gradient(180deg, rgba(255,255,255,.78), rgba(250,249,244,.58));
}

.orium-capability-grid span {
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.orium-capability-grid h3 {
  margin: 20px 0 16px;
  color: #111827;
  font-size: 20px;
  line-height: 1.08;
}

.orium-capability-grid p {
  margin: 0;
  color: #4d5969;
  font-size: 13px;
  line-height: 1.58;
}

.orium-status {
  margin-bottom: 56px;
}

.orium-status .careers-email {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  margin-top: 4px;
  padding: 13px 18px;
  color: #07111F;
  border-radius: 7px;
  background: linear-gradient(135deg, #f0d27d, #c99a43);
  font-size: 15px;
  font-weight: 900;
  white-space: normal;
  text-align: center;
}

/* Systems page. */
.systems-hero .about-hero__copy h1 {
  max-width: 980px;
}

.systems-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.systems-hero__panel {
  background: radial-gradient(circle at 88% 10%, rgba(55,183,165,.12), transparent 30%), linear-gradient(135deg, rgba(255,255,255,.78), rgba(250,249,244,.6));
}

.systems-domains,
.systems-layers,
.systems-future {
  display: grid;
  grid-template-columns: minmax(220px, 320px) minmax(0, 1fr);
  gap: 70px;
  width: min(1420px, calc(100% - 88px));
  margin: 0 auto;
  padding: 66px 0;
  border-bottom: 1px solid var(--line);
}

.systems-domains .about-section__title p,
.systems-layers .about-section__title p,
.systems-future .about-section__title p {
  margin-top: 18px;
  color: #4d5969;
  font-size: 15px;
  line-height: 1.62;
}

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

.systems-domain-grid article {
  display: flex;
  flex-direction: column;
  min-height: 420px;
  padding: 28px;
  border: 1px solid rgba(201,160,80,.22);
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(255,255,255,.76), rgba(250,249,244,.58));
  box-shadow: 0 22px 54px rgba(8,16,29,.055);
  backdrop-filter: blur(18px) saturate(1.08);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.systems-domain-grid article:hover,
.systems-domain-grid article:focus {
  transform: translateY(-4px);
  border-color: rgba(201,160,80,.44);
  box-shadow: 0 28px 70px rgba(8,16,29,.09);
}

.systems-domain-grid article:nth-child(2),
.systems-domain-grid article:nth-child(5) {
  background: radial-gradient(circle at 86% 16%, rgba(55,183,165,.09), transparent 28%), linear-gradient(180deg, rgba(255,255,255,.78), rgba(250,249,244,.58));
}

.systems-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 22px;
}

.systems-card-top span,
.systems-layer-grid span {
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.systems-card-top small {
  min-width: 0;
  color: #2d3746;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.systems-domain-grid h3 {
  margin: 0 0 16px;
  color: #111827;
  font-size: 24px;
  line-height: 1.08;
}

.systems-domain-grid p {
  margin: 0 0 20px;
  color: #4d5969;
  font-size: 14px;
  line-height: 1.58;
}

.systems-domain-grid ul {
  display: grid;
  gap: 10px;
  margin: auto 0 0;
  padding: 0;
  list-style: none;
}

.systems-domain-grid li {
  position: relative;
  padding-left: 20px;
  color: #4d5969;
  font-size: 13px;
  line-height: 1.38;
}

.systems-domain-grid li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 7px;
  height: 7px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  background: rgba(201,160,80,.18);
}

.systems-layer-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.systems-layer-grid article {
  min-height: 245px;
  padding: 24px;
  border: 1px solid rgba(201,160,80,.22);
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(255,255,255,.74), rgba(250,249,244,.56));
  box-shadow: 0 20px 48px rgba(8,16,29,.05);
}

.systems-layer-grid article:nth-child(3) {
  background: radial-gradient(circle at 85% 12%, rgba(55,183,165,.1), transparent 30%), linear-gradient(180deg, rgba(255,255,255,.78), rgba(250,249,244,.58));
}

.systems-layer-grid h3 {
  margin: 28px 0 12px;
  color: #111827;
  font-size: 21px;
  line-height: 1.1;
}

.systems-layer-grid p {
  margin: 0;
  color: #4d5969;
  font-size: 13.5px;
  line-height: 1.56;
}

.systems-flagship {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 470px);
  gap: 64px;
  align-items: center;
  width: min(1420px, calc(100% - 88px));
  margin: 0 auto;
  padding: 72px 0;
  border-bottom: 1px solid var(--line);
}

.systems-flagship h2 {
  margin: 0 0 18px;
  color: #111827;
  font-size: clamp(42px, 6vw, 82px);
  line-height: .94;
}

.systems-flagship p:not(.label) {
  max-width: 760px;
  margin: 0 0 28px;
  color: #4d5969;
  font-size: 18px;
  line-height: 1.64;
}

.systems-flagship aside {
  display: grid;
  gap: 12px;
  padding: 28px;
  border: 1px solid rgba(201,160,80,.24);
  border-radius: 14px;
  background: radial-gradient(circle at 88% 12%, rgba(55,183,165,.1), transparent 34%), linear-gradient(145deg, rgba(255,255,255,.78), rgba(250,249,244,.58));
  box-shadow: 0 28px 74px rgba(8,16,29,.07);
  backdrop-filter: blur(18px) saturate(1.08);
}

.systems-flagship aside span {
  padding: 15px 16px;
  color: #2d3746;
  border: 1px solid rgba(201,160,80,.18);
  border-radius: 8px;
  background: rgba(255,255,255,.58);
  font-size: 14px;
  font-weight: 900;
  overflow-wrap: anywhere;
}

.systems-chip-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.systems-chip-grid span {
  padding: 13px 16px;
  color: #2d3746;
  border: 1px solid rgba(201,160,80,.22);
  border-radius: 999px;
  background: rgba(255,255,255,.7);
  box-shadow: 0 14px 32px rgba(8,16,29,.04);
  font-size: 14px;
  font-weight: 900;
}

.systems-final-cta .button {
  width: fit-content;
  margin-top: 8px;
}

/* Overview placeholder page. */
.overview-hero .about-hero__copy h1 {
  max-width: 900px;
}

.overview-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.overview-hero__panel {
  background: radial-gradient(circle at 88% 10%, rgba(55,183,165,.12), transparent 30%), linear-gradient(135deg, rgba(255,255,255,.78), rgba(250,249,244,.6));
}

.overview-note {
  padding-top: 18px;
}

.overview-note blockquote {
  max-width: 980px;
}

/* Solutions page. */
.solutions-hero .about-hero__copy h1 {
  max-width: 960px;
}

.solutions-hero__panel {
  background: radial-gradient(circle at 88% 10%, rgba(55,183,165,.11), transparent 30%), linear-gradient(135deg, rgba(255,255,255,.76), rgba(250,249,244,.58));
}

.solutions-areas {
  display: grid;
  grid-template-columns: minmax(220px, 320px) minmax(0, 1fr);
  gap: 70px;
  width: min(1420px, calc(100% - 88px));
  margin: 0 auto;
  padding: 66px 0;
  border-bottom: 1px solid var(--line);
}

.solutions-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.solutions-grid article {
  min-height: 360px;
  padding: 28px;
  border: 1px solid rgba(201,160,80,.22);
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(255,255,255,.74), rgba(250,249,244,.56));
  box-shadow: 0 22px 54px rgba(8,16,29,.055);
  backdrop-filter: blur(18px) saturate(1.08);
}

.solutions-grid article:nth-child(1),
.solutions-grid article:nth-child(4) {
  background: radial-gradient(circle at 86% 16%, rgba(55,183,165,.09), transparent 28%), linear-gradient(180deg, rgba(255,255,255,.78), rgba(250,249,244,.58));
}

.solutions-grid span {
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.solutions-grid h3 {
  margin: 20px 0 16px;
  color: #111827;
  font-size: 24px;
  line-height: 1.08;
}

.solutions-grid p {
  margin: 0 0 18px;
  color: #4d5969;
  font-size: 14px;
  line-height: 1.58;
}

.solutions-grid ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.solutions-grid li {
  position: relative;
  padding-left: 20px;
  color: #4d5969;
  font-size: 13px;
  line-height: 1.38;
}

.solutions-grid li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 7px;
  height: 7px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  background: rgba(201,160,80,.18);
}

.solutions-approach .about-section__body ul {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.solutions-cta .careers-email {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  margin-top: 4px;
  padding: 13px 18px;
  color: #07111F;
  border-radius: 7px;
  background: linear-gradient(135deg, #f0d27d, #c99a43);
  font-size: 15px;
  font-weight: 900;
  white-space: normal;
  overflow-wrap: anywhere;
  text-align: center;
}

/* Blog / Insights page. */
.blog-hero .about-hero__copy h1 {
  max-width: 980px;
}

.blog-hero__panel {
  background: radial-gradient(circle at 88% 10%, rgba(55,183,165,.1), transparent 30%), linear-gradient(135deg, rgba(255,255,255,.76), rgba(250,249,244,.58));
}

.blog-categories {
  display: grid;
  grid-template-columns: minmax(220px, 320px) minmax(0, 1fr);
  gap: 70px;
  width: min(1420px, calc(100% - 88px));
  margin: 0 auto;
  padding: 66px 0;
  border-bottom: 1px solid var(--line);
}

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

.blog-category-grid article {
  min-height: 270px;
  padding: 28px;
  border: 1px solid rgba(201,160,80,.22);
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(255,255,255,.74), rgba(250,249,244,.56));
  box-shadow: 0 22px 54px rgba(8,16,29,.055);
  backdrop-filter: blur(18px) saturate(1.08);
}

.blog-category-grid article:nth-child(2),
.blog-category-grid article:nth-child(5) {
  background: radial-gradient(circle at 86% 16%, rgba(55,183,165,.09), transparent 28%), linear-gradient(180deg, rgba(255,255,255,.78), rgba(250,249,244,.58));
}

.blog-category-grid span {
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.blog-category-grid h3 {
  margin: 20px 0 16px;
  color: #111827;
  font-size: 23px;
  line-height: 1.08;
}

.blog-category-grid p {
  margin: 0;
  color: #4d5969;
  font-size: 14px;
  line-height: 1.58;
}

.latest-articles .empty-state {
  display: inline-flex;
  margin-bottom: 20px;
  padding: 12px 16px;
  color: #07111F;
  border: 1px solid rgba(201,160,80,.28);
  border-radius: 7px;
  background: rgba(255,255,255,.68);
  font-size: 14px;
  font-weight: 900;
}

.coming-soon ol {
  display: grid;
  gap: 12px;
  max-width: 860px;
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: insight;
}

.coming-soon li {
  counter-increment: insight;
  position: relative;
  min-height: 54px;
  padding: 16px 18px 16px 56px;
  color: #2d3746;
  border: 1px solid rgba(201,160,80,.2);
  border-radius: 8px;
  background: rgba(255,255,255,.58);
  font-size: 15px;
  font-weight: 780;
}

.coming-soon li:before {
  content: counter(insight, decimal-leading-zero);
  position: absolute;
  left: 17px;
  top: 16px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
}

/* Documentation page. */
.docs-hero .about-hero__copy h1 {
  max-width: 940px;
}

.docs-hero__panel {
  background: radial-gradient(circle at 88% 10%, rgba(55,183,165,.1), transparent 30%), linear-gradient(135deg, rgba(255,255,255,.76), rgba(250,249,244,.58));
}

.docs-sections {
  display: grid;
  grid-template-columns: minmax(220px, 320px) minmax(0, 1fr);
  gap: 70px;
  width: min(1420px, calc(100% - 88px));
  margin: 0 auto;
  padding: 66px 0;
  border-bottom: 1px solid var(--line);
}

.docs-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.docs-grid article {
  min-height: 245px;
  padding: 28px;
  border: 1px solid rgba(201,160,80,.22);
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(255,255,255,.74), rgba(250,249,244,.56));
  box-shadow: 0 22px 54px rgba(8,16,29,.055);
  backdrop-filter: blur(18px) saturate(1.08);
}

.docs-grid article:nth-child(3),
.docs-grid article:nth-child(6) {
  background: radial-gradient(circle at 86% 16%, rgba(55,183,165,.09), transparent 28%), linear-gradient(180deg, rgba(255,255,255,.78), rgba(250,249,244,.58));
}

.docs-grid span {
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.docs-grid h3 {
  margin: 20px 0 16px;
  color: #111827;
  font-size: 22px;
  line-height: 1.08;
}

.docs-grid p {
  margin: 0;
  color: #4d5969;
  font-size: 14px;
  line-height: 1.58;
}

.docs-status .empty-state {
  display: inline-flex;
  margin-bottom: 20px;
  padding: 12px 16px;
  color: #07111F;
  border: 1px solid rgba(201,160,80,.28);
  border-radius: 7px;
  background: rgba(255,255,255,.68);
  font-size: 14px;
  font-weight: 900;
}

/* Legal pages. */
.legal-page {
  padding-bottom: 64px;
}

.legal-hero {
  width: min(1180px, calc(100% - 88px));
  margin: 0 auto;
  padding: 78px 0 50px;
  border-bottom: 1px solid var(--line);
}

.legal-hero h1 {
  max-width: 920px;
  margin: 0 0 24px;
  font-size: clamp(44px, 4.8vw, 76px);
  line-height: 1;
}

.legal-hero p:not(.label) {
  max-width: 860px;
  margin: 0 0 18px;
  color: #4d5969;
  font-size: 17px;
  line-height: 1.7;
}

.legal-note {
  display: inline-flex;
  max-width: 760px;
  padding: 13px 16px;
  border: 1px solid rgba(201,160,80,.28);
  border-radius: 8px;
  background: rgba(255,255,255,.66);
  color: #384251 !important;
  font-size: 14px !important;
  font-weight: 800;
}

.legal-sections {
  display: grid;
  gap: 18px;
  width: min(1180px, calc(100% - 88px));
  margin: 0 auto;
  padding: 44px 0 0;
}

.legal-sections article {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 28px;
  padding: 28px;
  border: 1px solid rgba(201,160,80,.22);
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(255,255,255,.74), rgba(250,249,244,.56));
  box-shadow: 0 18px 44px rgba(8,16,29,.045);
  backdrop-filter: blur(18px) saturate(1.08);
}

.legal-sections article > span {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  color: var(--gold);
  border: 1px solid rgba(201,160,80,.44);
  border-radius: 50%;
  background: rgba(255,255,255,.7);
  font-size: 13px;
  font-weight: 900;
}

.legal-sections h2 {
  margin: 0 0 14px;
  color: #111827;
  font-size: 25px;
  line-height: 1.1;
}

.legal-sections p,
.legal-sections li {
  color: #4d5969;
  font-size: 15px;
  line-height: 1.68;
}

.legal-sections p {
  margin: 0 0 14px;
}

.legal-sections ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px 14px;
  margin: 12px 0 18px;
  padding: 0;
  list-style: none;
}

.legal-sections li {
  position: relative;
  padding-left: 20px;
}

.legal-sections li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 7px;
  height: 7px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  background: rgba(201,160,80,.18);
}

.legal-sections a {
  color: #9d6c21;
  font-weight: 900;
  overflow-wrap: anywhere;
}

/* Contact page. */
.contact-hero .about-hero__copy h1 {
  max-width: 880px;
}

.contact-hero__panel {
  background: radial-gradient(circle at 88% 10%, rgba(55,183,165,.1), transparent 30%), linear-gradient(135deg, rgba(255,255,255,.76), rgba(250,249,244,.58));
}

.contact-options,
.contact-form-section {
  display: grid;
  grid-template-columns: minmax(220px, 320px) minmax(0, 1fr);
  gap: 70px;
  width: min(1420px, calc(100% - 88px));
  margin: 0 auto;
  padding: 66px 0;
  border-bottom: 1px solid var(--line);
}

.contact-option-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.contact-option-grid article {
  min-height: 238px;
  padding: 28px;
  border: 1px solid rgba(201,160,80,.22);
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(255,255,255,.74), rgba(250,249,244,.56));
  box-shadow: 0 22px 54px rgba(8,16,29,.055);
  backdrop-filter: blur(18px) saturate(1.08);
}

.contact-option-grid article:nth-child(1),
.contact-option-grid article:nth-child(4) {
  background: radial-gradient(circle at 86% 16%, rgba(55,183,165,.09), transparent 28%), linear-gradient(180deg, rgba(255,255,255,.78), rgba(250,249,244,.58));
}

.contact-option-grid h3 {
  margin: 0 0 14px;
  color: #111827;
  font-size: 24px;
  line-height: 1.08;
}

.contact-option-grid p {
  min-height: 68px;
  margin: 0 0 18px;
  color: #4d5969;
  font-size: 14px;
  line-height: 1.58;
}

.contact-option-grid span {
  display: block;
  margin-bottom: 7px;
  color: var(--gold);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.contact-option-grid a {
  color: #9d6c21;
  font-size: 15px;
  font-weight: 900;
  overflow-wrap: anywhere;
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: 28px;
  border: 1px solid rgba(201,160,80,.22);
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(255,255,255,.74), rgba(250,249,244,.56));
  box-shadow: 0 22px 54px rgba(8,16,29,.055);
  backdrop-filter: blur(18px) saturate(1.08);
}

.contact-form label {
  display: grid;
  gap: 8px;
}

.contact-form label:nth-child(5) {
  grid-column: 1 / -1;
}

.contact-form span {
  color: #2d3746;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(201,160,80,.24);
  border-radius: 8px;
  background: rgba(255,255,255,.72);
  color: #111827;
  font: inherit;
  font-size: 15px;
  outline: none;
}

.contact-form input {
  height: 48px;
  padding: 0 14px;
}

.contact-form textarea {
  resize: vertical;
  min-height: 150px;
  padding: 14px;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: rgba(201,154,67,.72);
  box-shadow: 0 0 0 3px rgba(201,154,67,.12);
}

.contact-form .button {
  width: fit-content;
  grid-column: 1 / -1;
  border: 0;
  cursor: pointer;
}

/* Partnership page. */
.partner--active {
  box-shadow: 0 16px 34px rgba(201,154,67,.24), inset 0 0 0 1px rgba(255,255,255,.35);
}

.partnership-hero .about-hero__copy h1 {
  max-width: 930px;
}

.partnership-hero .button {
  width: fit-content;
  margin-top: 10px;
}

.partnership-hero__panel {
  background: radial-gradient(circle at 88% 12%, rgba(55,183,165,.12), transparent 30%), linear-gradient(135deg, rgba(255,255,255,.78), rgba(250,249,244,.6));
}

.partnership-areas,
.partnership-process {
  display: grid;
  grid-template-columns: minmax(220px, 320px) minmax(0, 1fr);
  gap: 70px;
  width: min(1420px, calc(100% - 88px));
  margin: 0 auto;
  padding: 66px 0;
  border-bottom: 1px solid var(--line);
}

.partnership-grid,
.partnership-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.partnership-grid article,
.partnership-steps article {
  position: relative;
  min-height: 248px;
  padding: 26px;
  border: 1px solid rgba(201,160,80,.22);
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(255,255,255,.76), rgba(250,249,244,.58));
  box-shadow: 0 22px 54px rgba(8,16,29,.055);
  backdrop-filter: blur(18px) saturate(1.08);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.partnership-grid article:hover,
.partnership-grid article:focus,
.partnership-steps article:hover {
  transform: translateY(-4px);
  border-color: rgba(201,160,80,.42);
  box-shadow: 0 26px 66px rgba(8,16,29,.085);
}

.partnership-grid article:nth-child(2),
.partnership-grid article:nth-child(4),
.partnership-steps article:nth-child(2) {
  background: radial-gradient(circle at 84% 12%, rgba(55,183,165,.09), transparent 30%), linear-gradient(180deg, rgba(255,255,255,.78), rgba(250,249,244,.58));
}

.partnership-grid span,
.partnership-steps small {
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
}

.partnership-grid h3,
.partnership-steps h3 {
  margin: 18px 0 12px;
  color: #111827;
  font-size: 22px;
  line-height: 1.12;
}

.partnership-grid p,
.partnership-steps p {
  margin: 0;
  color: #4d5969;
  font-size: 14px;
  line-height: 1.62;
}

.partnership-form-section {
  border-bottom: 0;
}

@media (max-width: 1000px) {
  .about-hero,
  .about-section,
  .about-principles,
  .careers-opportunities,
  .orium-capabilities,
  .systems-domains,
  .systems-layers,
  .systems-flagship,
  .systems-future,
  .solutions-areas,
  .blog-categories,
  .docs-sections,
  .contact-options,
  .contact-form-section,
  .partnership-areas,
  .partnership-process {
    width: calc(100% - 48px);
  }

  .about-hero,
  .about-section,
  .careers-opportunities,
  .orium-capabilities,
  .systems-domains,
  .systems-layers,
  .systems-flagship,
  .systems-future,
  .solutions-areas,
  .blog-categories,
  .docs-sections,
  .contact-options,
  .contact-form-section,
  .partnership-areas,
  .partnership-process {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .about-principles {
    grid-template-columns: 1fr;
  }

  .careers-values .about-section__body ul,
  .opportunity-grid,
  .orium-capability-grid,
  .systems-domain-grid,
  .systems-layer-grid,
  .solutions-grid,
  .solutions-approach .about-section__body ul,
  .blog-category-grid,
  .docs-grid,
  .contact-option-grid,
  .contact-form,
  .partnership-grid,
  .partnership-steps {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 850px) {
  .about-hero {
    width: calc(100% - 32px);
    padding: 46px 0 42px;
  }

  .about-hero__copy h1 {
    font-size: clamp(36px, 10.8vw, 48px);
    line-height: 1.04;
  }

  .orium-page-hero h1 {
    max-width: 100%;
    font-size: clamp(34px, 10vw, 46px);
    line-height: 1.04;
  }

  .orium-page-hero p:not(.label),
  .orium-command-panel p,
  .orium-capability-grid p,
  .orium-status > p {
    max-width: 100%;
  }

  .orium-page .button {
    width: 100%;
    min-width: 0;
    height: auto;
    min-height: 46px;
    padding: 13px 18px;
    white-space: normal;
    text-align: center;
  }

  .about-hero__copy p:not(.label),
  .about-section__body p,
  .about-principles p:not(.label),
  .founder-statement p {
    font-size: 15.5px;
    line-height: 1.68;
  }

  .about-section {
    width: calc(100% - 32px);
    padding: 42px 0;
  }

  .about-section__body ul {
    grid-template-columns: 1fr;
  }

  .about-principles {
    width: calc(100% - 32px);
    padding: 42px 0 30px;
  }

  .careers-opportunities {
    width: calc(100% - 32px);
    padding: 42px 0;
  }

  .orium-capabilities {
    width: calc(100% - 32px);
    padding: 42px 0;
  }

  .systems-domains,
  .systems-layers,
  .systems-flagship,
  .systems-future {
    width: calc(100% - 32px);
    padding: 42px 0;
  }

  .systems-hero__actions,
  .overview-actions,
  .systems-hero__actions .button,
  .overview-actions .button,
  .systems-flagship .button,
  .systems-final-cta .button {
    width: 100%;
  }

  .solutions-areas {
    width: calc(100% - 32px);
    padding: 42px 0;
  }

  .blog-categories {
    width: calc(100% - 32px);
    padding: 42px 0;
  }

  .docs-sections {
    width: calc(100% - 32px);
    padding: 42px 0;
  }

  .contact-options,
  .contact-form-section,
  .partnership-areas,
  .partnership-process {
    width: calc(100% - 32px);
    padding: 42px 0;
  }

  .orium-purpose .about-section__body ul {
    grid-template-columns: 1fr;
  }

  .about-principles article {
    min-height: auto;
    padding: 24px;
  }

  .opportunity-grid article {
    min-height: auto;
    padding: 24px;
  }

  .orium-capability-grid article {
    min-height: auto;
    padding: 24px;
  }

  .systems-domain-grid article,
  .systems-layer-grid article {
    min-height: auto;
    padding: 24px;
  }

  .systems-flagship {
    gap: 28px;
  }

  .systems-flagship p:not(.label) {
    font-size: 15.5px;
  }

  .systems-flagship aside {
    padding: 22px;
  }

  .systems-chip-grid span {
    width: 100%;
    border-radius: 8px;
  }

  .solutions-grid article {
    min-height: auto;
    padding: 24px;
  }

  .blog-category-grid article {
    min-height: auto;
    padding: 24px;
  }

  .docs-grid article {
    min-height: auto;
    padding: 24px;
  }

  .contact-option-grid article,
  .contact-form,
  .partnership-grid article,
  .partnership-steps article {
    min-height: auto;
    padding: 24px;
  }

  .contact-option-grid p {
    min-height: 0;
  }

  .contact-form .button {
    width: 100%;
  }

  .legal-hero,
  .legal-sections {
    width: calc(100% - 32px);
  }

  .legal-hero {
    padding: 46px 0 34px;
  }

  .legal-hero h1 {
    font-size: clamp(34px, 10vw, 46px);
    line-height: 1.04;
  }

  .legal-sections {
    gap: 14px;
    padding-top: 28px;
  }

  .legal-sections article {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }

  .legal-sections ul {
    grid-template-columns: 1fr;
  }

  .founder-statement {
    padding: 14px 0 44px;
  }

  .founder-statement > div {
    width: calc(100% - 32px);
    padding: 30px 24px;
  }

  .founder-statement blockquote {
    font-size: 24px;
  }
}

.mission-home {
  border-bottom: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255,255,253,.9), rgba(248,247,242,.72)), var(--white);
}

.quote--wide {
  width: min(1420px, calc(100% - 88px));
  min-height: 250px;
  margin: 0 auto;
  border-left: 1px solid var(--line);
  border-right: 1px solid var(--line);
}

.quote--wide a {
  width: fit-content;
  margin-top: 8px;
  padding-bottom: 4px;
  color: #111827;
  border-bottom: 1px solid currentColor;
  font-size: 13px;
  font-weight: 800;
}

.orium-motion {
  display: grid;
  grid-template-columns: minmax(220px, .28fr) minmax(0, 1fr);
  gap: 44px;
  width: min(1420px, calc(100% - 88px));
  margin: 0 auto 46px;
  padding: 38px 0 42px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.orium-motion .direction__intro h2 {
  margin: 0 0 12px;
  font-size: 28px;
  line-height: 1;
}

.orium-motion .direction__intro p {
  max-width: 280px;
  margin: 0;
  color: #4d5969;
  font-size: 13px;
  line-height: 1.55;
}

.footer-pro {
  display: grid;
  grid-template-columns: minmax(260px, 430px) 1fr;
  gap: 48px;
  padding: 46px 54px 22px;
  color: rgba(255,255,255,.86);
  background: radial-gradient(circle at 88% 12%, rgba(201,160,80,.16), transparent 24%), linear-gradient(135deg, #07111F, #0A1626 58%, #050B14);
  border-bottom: 0;
  backdrop-filter: none;
}

.footer-pro .logo-type small {
  color: #d8b76a;
}

.footer-pro .wordmark-svg g {
  fill: #ffffff;
}

.footer-pro__brand {
  display: grid;
  align-content: start;
  gap: 18px;
}

.footer-pro__brand .logo,
.footer-pro .footer-logo .logo {
  min-width: 0;
}

.footer-pro__brand p {
  max-width: 390px;
  margin: 0;
  color: rgba(255,255,255,.68);
  font-size: 13px;
  line-height: 1.65;
}

.footer-cta {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 14px;
  margin-top: 8px;
  padding: 12px 15px;
  color: #07111F;
  border-radius: 7px;
  background: linear-gradient(135deg, #f0d27d, #c99a43);
  font-size: 12px;
  font-weight: 900;
}

.footer-pro__nav {
  display: grid;
  grid-template-columns: repeat(4, minmax(120px, 1fr));
  gap: 26px;
}

.footer-pro .footer-col {
  min-height: 0;
  padding-left: 22px;
  border-left: 1px solid rgba(216,183,106,.22);
}

.footer-pro .footer-col h3 {
  margin: 0 0 16px;
  color: #d8b76a;
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.footer-pro .footer-col a {
  margin-bottom: 10px;
  color: rgba(255,255,255,.68);
  font-size: 12px;
  transition: color .18s;
}

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

.footer-pro__bottom {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  margin-top: 14px;
  padding-top: 20px;
  border-top: 1px solid rgba(216,183,106,.18);
  color: rgba(255,255,255,.5);
  font-size: 11px;
}

.footer-pro .socials {
  padding-left: 0;
  border-left: 0;
}

.footer-pro .socials {
  display: flex;
  gap: 11px;
}

.footer-pro .socials a {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  margin: 0;
  color: rgba(255,255,255,.7);
  border: 1px solid rgba(216,183,106,.24);
  border-radius: 50%;
  background: rgba(255,255,255,.04);
  font-size: 12px;
}

@media (max-width: 850px) {
  .wordmark-text {
    width: 194px;
    height: 22px;
  }

  .quote--wide,
  .orium-motion {
    width: calc(100% - 32px);
  }

  .quote--wide {
    min-height: 280px;
    border-left: 0;
    border-right: 0;
  }

  .orium-motion {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 34px;
  }

  .footer-pro {
    grid-template-columns: 1fr;
    padding: 36px 22px 22px;
    gap: 32px;
  }

  .footer-pro__nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 18px;
  }

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

.wordmark-svg .wm-letters,
.footer-pro .wordmark-svg .wm-letters {
  fill: none;
  stroke: currentColor;
}
