.public-page {
  background-color: #10171d;
}

.page-hero {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  isolation: isolate;
  background-position: center;
  background-size: cover;
}

.page-hero::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 12, 16, 0.94) 0%, rgba(7, 12, 16, 0.78) 46%, rgba(7, 12, 16, 0.30) 78%, rgba(7, 12, 16, 0.20) 100%),
    linear-gradient(180deg, rgba(7, 12, 16, 0.08) 45%, rgba(7, 12, 16, 0.88) 100%);
  content: "";
}

.page-hero::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.024) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.024) 1px, transparent 1px);
  background-size: 64px 64px;
  content: "";
  opacity: 0.36;
}

.page-hero--shippers {
  background-image: url("../assets/axiom-service-drayage.jpg?v=20260729-services-v1");
}

.page-hero--carriers {
  background-image: url("../assets/axiom-service-linehaul.jpg?v=20260729-services-v1");
  background-position: center 62%;
}

.page-hero--technology {
  background-image: url("../assets/axiom-service-intermodal.jpg?v=20260729-multimodal-v1");
}

.page-hero--company {
  background-image: url("../assets/axiom-service-transload.jpg?v=20260729-services-v1");
  background-position: center 48%;
}

.page-hero--company::before {
  background:
    linear-gradient(90deg, rgba(7, 12, 16, 0.96) 0%, rgba(7, 12, 16, 0.80) 45%, rgba(7, 12, 16, 0.28) 78%, rgba(7, 12, 16, 0.18) 100%),
    linear-gradient(180deg, rgba(7, 12, 16, 0.10) 38%, rgba(16, 23, 29, 0.96) 100%);
}

.page-hero--insights {
  min-height: 610px;
  background-image: url("../assets/axiom-network-hero.jpg?v=20260729-insights-v1");
  background-position: center 52%;
}

.page-hero--insights .page-hero__inner {
  min-height: 610px;
}

.page-hero--insights::before {
  background:
    linear-gradient(90deg, rgba(7, 12, 16, 0.97) 0%, rgba(7, 12, 16, 0.84) 48%, rgba(7, 12, 16, 0.42) 76%, rgba(7, 12, 16, 0.28) 100%),
    linear-gradient(180deg, rgba(7, 12, 16, 0.12) 36%, rgba(16, 23, 29, 0.97) 100%);
}

.page-hero__inner,
.page-wrap {
  width: min(100%, calc(var(--max) + 44px));
  margin: 0 auto;
  padding-right: 22px;
  padding-left: 22px;
}

.page-hero__inner {
  display: flex;
  min-height: 520px;
  padding-top: 90px;
  padding-bottom: 58px;
  align-items: flex-end;
}

.page-hero__content {
  max-width: 820px;
}

.page-hero h1 {
  max-width: 820px;
  margin-bottom: 22px;
  font-size: 70px;
  line-height: 0.98;
  text-shadow: 0 4px 28px rgba(0, 0, 0, 0.42);
  text-wrap: balance;
  overflow-wrap: anywhere;
}

.page-hero__lead {
  max-width: 720px;
  margin-bottom: 28px;
  color: #d5dfe5;
  font-size: 20px;
  line-height: 1.55;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.52);
}

.page-hero__license {
  display: inline-flex;
  margin: -10px 0 24px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(8, 20, 29, 0.58);
  color: #eef4f7;
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: 0.02em;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
}

.page-hero__actions,
.page-cta__actions {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}

.page-hero .btn--secondary {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(8, 14, 18, 0.52);
  backdrop-filter: blur(10px);
}

.page-section {
  padding: 86px 0;
}

.page-hero + .page-section {
  position: relative;
  padding-top: 58px;
}

.page-hero + .page-section::before {
  position: absolute;
  top: -54px;
  right: 0;
  left: 0;
  height: 54px;
  background: linear-gradient(180deg, rgba(16, 23, 29, 0), #10171d);
  content: "";
  pointer-events: none;
}

.page-section--alternate {
  background: #172128;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.page-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  gap: 64px;
  align-items: end;
  margin-bottom: 54px;
}

.page-intro h2 {
  max-width: 820px;
  margin-bottom: 0;
}

.page-intro > p {
  margin-bottom: 4px;
  color: #aebbc4;
  font-size: 18px;
}

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

[data-public-page="technology"] .principle-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.principle {
  min-height: 220px;
  padding-top: 22px;
  border-top: 1px solid rgba(143, 182, 164, 0.55);
}

.principle > span {
  display: block;
  margin-bottom: 38px;
  color: #9fbcae;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.principle h3 {
  margin-bottom: 12px;
  color: var(--white);
  font-size: 24px;
}

.principle p {
  max-width: 340px;
  margin-bottom: 0;
  color: #aebbc4;
}

.os-showcase-section {
  padding: 24px 0 96px;
}

.os-showcase-intro {
  display: grid;
  margin-bottom: 34px;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
  gap: 64px;
  align-items: end;
}

.os-showcase-intro h2 {
  max-width: 780px;
  margin-bottom: 0;
  font-size: 45px;
}

.os-showcase-intro > p {
  margin-bottom: 4px;
  color: #aebbc4;
  font-size: 17px;
}

.os-record {
  overflow: hidden;
  border: 1px solid rgba(154, 178, 190, 0.34);
  border-radius: 6px;
  background: #111b21;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

.os-record__header {
  display: flex;
  min-height: 72px;
  padding: 0 26px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: #1d282f;
  align-items: center;
  justify-content: space-between;
}

.os-record__header > div,
.os-record__control {
  display: flex;
  gap: 12px;
  align-items: center;
}

.os-record__header span,
.os-record__facts dt,
.os-panel__heading > span,
.os-panel__access span {
  color: #91a3ae;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.os-record__header strong {
  color: #f2f6f7;
  font-size: 14px;
}

.os-record__control strong {
  display: inline-flex;
  min-height: 30px;
  padding: 0 11px;
  border: 1px solid rgba(143, 182, 164, 0.46);
  border-radius: 3px;
  background: rgba(95, 135, 118, 0.19);
  color: #c9dfd4;
  font-size: 11px;
  align-items: center;
  text-transform: uppercase;
}

.os-record__summary {
  display: grid;
  padding: 30px 26px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  background:
    linear-gradient(rgba(255, 255, 255, 0.023) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.023) 1px, transparent 1px),
    #172229;
  background-size: 48px 48px;
  grid-template-columns: minmax(0, 1.1fr) minmax(460px, 0.9fr);
  gap: 42px;
  align-items: end;
}

.os-record__route > span {
  display: block;
  margin-bottom: 12px;
  color: #9fbcae;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.os-record__route > strong {
  display: flex;
  gap: 14px;
  color: #f4f7f8;
  font-size: 32px;
  line-height: 1.1;
  align-items: center;
  flex-wrap: wrap;
}

.os-record__route-arrow {
  color: #8fb6a4;
  font-weight: 500;
}

.os-record__route p {
  margin: 12px 0 0;
  color: #aebcc4;
  font-size: 15px;
}

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

.os-record__facts div {
  min-width: 0;
  padding: 5px 18px;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.os-record__facts dt {
  margin-bottom: 9px;
}

.os-record__facts dd {
  margin: 0;
  color: #e7edef;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}

.os-record__facts dd.is-clear {
  color: #b9d8c9;
}

.os-record__tabs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  background: #0c1419;
}

.os-record__tabs button {
  display: grid;
  min-width: 0;
  min-height: 72px;
  padding: 15px 18px;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 0;
  background: transparent;
  color: #98a8b1;
  cursor: pointer;
  gap: 8px;
  text-align: left;
}

.os-record__tabs button:last-child {
  border-right: 0;
}

.os-record__tabs button:hover,
.os-record__tabs button:focus-visible {
  background: rgba(255, 255, 255, 0.04);
  color: #e8edef;
}

.os-record__tabs button:focus-visible {
  outline: 2px solid #8fb6a4;
  outline-offset: -2px;
}

.os-record__tabs button.is-active {
  background: #23332f;
  box-shadow: inset 0 -3px 0 #8fb6a4;
  color: #f4f7f6;
}

.os-record__tabs button span {
  color: #7e919b;
  font-size: 10px;
  font-weight: 800;
}

.os-record__tabs button.is-active span {
  color: #a8c7b8;
}

.os-record__tabs button strong {
  overflow-wrap: anywhere;
  font-size: 13px;
  line-height: 1.25;
}

.os-record__panel {
  display: grid;
  min-height: 330px;
  padding: 34px 26px 26px;
  grid-template-columns: minmax(250px, 0.72fr) minmax(420px, 1.28fr);
  grid-template-rows: 1fr auto;
  column-gap: 54px;
}

.os-record__panel[hidden] {
  display: none;
}

.os-panel__heading {
  min-width: 0;
}

.os-panel__heading > span {
  display: block;
  margin-bottom: 21px;
  color: #9fbcae;
}

.os-panel__heading h3 {
  max-width: 430px;
  margin-bottom: 14px;
  color: #f2f5f6;
  font-size: 30px;
  line-height: 1.12;
}

.os-panel__heading p {
  max-width: 480px;
  margin: 0;
  color: #aebbc4;
  font-size: 15px;
  line-height: 1.65;
}

.os-panel__checks {
  display: grid;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  align-content: start;
}

.os-panel__checks > div {
  display: grid;
  min-height: 74px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  grid-template-columns: 18px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
}

.os-check {
  width: 10px;
  height: 10px;
  border: 1px solid #7f919b;
  border-radius: 50%;
}

.os-check.is-complete {
  border-color: #8fb6a4;
  background: #8fb6a4;
  box-shadow: 0 0 0 4px rgba(143, 182, 164, 0.12);
}

.os-check.is-controlled {
  border-color: #d2ae74;
  background: #d2ae74;
  box-shadow: 0 0 0 4px rgba(210, 174, 116, 0.10);
}

.os-check.is-current {
  border-color: #9aaab3;
  background: transparent;
  box-shadow: 0 0 0 4px rgba(154, 170, 179, 0.08);
}

.os-panel__checks p {
  display: grid;
  min-width: 0;
  margin: 0;
  gap: 4px;
}

.os-panel__checks strong {
  color: #ebf0f2;
  font-size: 14px;
}

.os-panel__checks small {
  color: #93a3ad;
  font-size: 12px;
  line-height: 1.45;
}

.os-panel__checks time {
  color: #9fbcae;
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
}

.os-panel__access {
  display: flex;
  min-height: 48px;
  margin-top: 26px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.025);
  grid-column: 1 / -1;
  align-items: center;
  justify-content: space-between;
}

.os-panel__access strong {
  color: #dce5e8;
  font-size: 12px;
}

.page-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  min-height: 510px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.page-feature__media {
  position: relative;
  min-height: 510px;
  overflow: hidden;
}

.page-feature__media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(7, 12, 16, 0.08), rgba(7, 12, 16, 0.38));
  content: "";
}

.page-feature__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.78) contrast(1.06);
}

.page-feature__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 64px max(32px, calc((100vw - var(--max)) / 2));
  background: #0c1217;
}

.page-feature__content h2 {
  max-width: 650px;
  font-size: 42px;
}

.page-feature__content > p:not(.eyebrow) {
  max-width: 620px;
  color: #b9c5cd;
  font-size: 17px;
}

.feature-lines {
  display: grid;
  gap: 0;
  margin-top: 24px;
}

.feature-lines span {
  display: block;
  padding: 14px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  color: #e4eaee;
  font-weight: 700;
}

.feature-lines span:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
}

.page-cta {
  background: #22332f;
  border-top: 1px solid rgba(143, 182, 164, 0.24);
}

.page-cta .page-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 54px;
  padding-top: 64px;
  padding-bottom: 64px;
  align-items: center;
}

.page-cta h2 {
  margin-bottom: 12px;
  font-size: 38px;
}

.page-cta p {
  max-width: 720px;
  margin-bottom: 0;
  color: #c8d4d0;
}

.page-cta .btn--secondary {
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(8, 14, 18, 0.24);
}

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

.insight-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #46535d;
  border-radius: 4px;
  background: #172128;
  transition:
    border-color 180ms ease,
    transform 180ms ease;
}

.insight-card:hover,
.insight-card:focus-within {
  border-color: rgba(143, 182, 164, 0.62);
  transform: translateY(-3px);
}

.insight-card__media {
  position: relative;
  display: block;
  min-height: 240px;
  overflow: hidden;
  background-position: center;
  background-size: cover;
}

.insight-card__media::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 12, 16, 0.06) 20%, rgba(7, 12, 16, 0.82) 100%),
    linear-gradient(90deg, rgba(7, 12, 16, 0.24), transparent);
  content: "";
}

.insight-card--rfq .insight-card__media {
  background-image: url("../assets/axiom-service-transload.jpg?v=20260729-insights-v1");
}

.insight-card--intermodal .insight-card__media {
  background-image: url("../assets/axiom-service-intermodal.jpg?v=20260729-insights-v1");
}

.insight-card--accessorials .insight-card__media {
  background-image: url("../assets/axiom-service-drayage.jpg?v=20260729-insights-v1");
}

.insight-card__body {
  display: flex;
  min-height: 330px;
  padding: 28px;
  flex-direction: column;
}

.insight-card__body > span {
  margin-bottom: 22px;
  color: #9fbcae;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.insight-card h3 {
  margin-bottom: 18px;
  font-size: 27px;
  line-height: 1.14;
}

.insight-card h3 a {
  color: var(--white);
}

.insight-card p {
  margin-bottom: 28px;
  color: #aebbc4;
}

.insight-card .text-link {
  margin-top: auto;
  color: #c8ddd3;
  font-size: 14px;
  font-weight: 800;
}

.insight-card .text-link::after {
  display: inline-block;
  margin-left: 8px;
  content: "→";
  transition: transform 180ms ease;
}

.insight-card .text-link:hover::after {
  transform: translateX(4px);
}

.editorial-standard .principle {
  min-height: 190px;
}

.article-hero {
  min-height: 650px;
}

.article-hero .page-hero__inner {
  min-height: 650px;
}

.article-hero .page-hero__content {
  max-width: 980px;
}

.article-hero h1 {
  max-width: 980px;
  font-size: 66px;
  line-height: 1.02;
}

.article-hero--rfq {
  background-image: url("../assets/axiom-service-transload.jpg?v=20260729-insights-v1");
  background-position: center 45%;
}

.article-hero--intermodal {
  background-image: url("../assets/axiom-service-intermodal.jpg?v=20260729-insights-v1");
  background-position: center 48%;
}

.article-hero--accessorials {
  background-image: url("../assets/axiom-service-drayage.jpg?v=20260729-insights-v1");
  background-position: center 42%;
}

.article-hero::before {
  background:
    linear-gradient(90deg, rgba(7, 12, 16, 0.98) 0%, rgba(7, 12, 16, 0.86) 50%, rgba(7, 12, 16, 0.38) 80%, rgba(7, 12, 16, 0.24) 100%),
    linear-gradient(180deg, rgba(7, 12, 16, 0.10) 32%, rgba(16, 23, 29, 0.98) 100%);
}

.article-back {
  display: inline-flex;
  margin-bottom: 36px;
  color: #c6d8d0;
  font-size: 13px;
  font-weight: 800;
  align-items: center;
}

.article-back::before {
  margin-right: 9px;
  content: "←";
}

.article-meta {
  display: flex;
  gap: 0;
  margin-top: 34px;
  color: #bbc8cf;
  font-size: 12px;
  font-weight: 700;
  flex-wrap: wrap;
}

.article-meta span {
  display: inline-flex;
  align-items: center;
}

.article-meta span + span::before {
  width: 4px;
  height: 4px;
  margin: 0 14px;
  border-radius: 50%;
  background: #8fb6a4;
  content: "";
}

.article-shell {
  padding: 90px 0 108px;
  background: #10171d;
}

.article-layout {
  display: grid;
  width: min(100%, 1100px);
  margin: 0 auto;
  padding: 0 22px;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 72px;
  align-items: start;
}

.article-aside {
  position: sticky;
  top: 104px;
  display: grid;
  gap: 14px;
  padding-top: 20px;
  border-top: 1px solid rgba(143, 182, 164, 0.52);
}

.article-aside span {
  color: #8fb6a4;
  font-size: 12px;
  font-weight: 800;
}

.article-aside strong {
  color: #d8e1e6;
  font-size: 14px;
  line-height: 1.45;
}

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

.article-intro {
  max-width: 790px;
  margin-bottom: 66px;
  color: #d6dfe4;
  font-size: 25px;
  line-height: 1.55;
}

.article-points {
  display: grid;
}

.article-point {
  display: grid;
  padding: 30px 0 36px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 22px;
}

.article-point > span {
  padding-top: 4px;
  color: #8fb6a4;
  font-size: 12px;
  font-weight: 800;
}

.article-point h2 {
  margin-bottom: 12px;
  color: var(--white);
  font-size: 30px;
}

.article-point p {
  max-width: 730px;
  margin-bottom: 0;
  color: #b7c3ca;
  font-size: 17px;
  line-height: 1.7;
}

.article-callout {
  margin: 58px 0;
  padding: 34px 38px;
  border: 0;
  border-left: 3px solid #8fb6a4;
  background: #1b2926;
  color: #eef4f1;
  font-size: 25px;
  font-weight: 650;
  line-height: 1.48;
}

.article-closing {
  padding-top: 12px;
}

.article-closing h2 {
  margin-bottom: 16px;
  font-size: 36px;
}

.article-closing p {
  max-width: 770px;
  margin-bottom: 0;
  color: #c1ccd2;
  font-size: 18px;
  line-height: 1.72;
}

.article-next {
  padding: 74px 0 82px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  background: #172128;
}

.article-next a {
  display: block;
  max-width: 900px;
}

.article-next h2 {
  margin-bottom: 12px;
  color: var(--white);
  font-size: 44px;
}

.article-next p:not(.eyebrow) {
  margin-bottom: 0;
  color: #b7c3ca;
  font-size: 18px;
}

.site-nav a[aria-current="page"] {
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 4px;
  background: rgba(143, 182, 164, 0.11);
  box-shadow: inset 0 -2px 0 #8fb6a4;
  color: #f1f7f4;
}

@media (max-width: 1240px) {
  .site-nav a[aria-current="page"] {
    background: rgba(143, 182, 164, 0.13);
    box-shadow: inset 3px 0 0 #8fb6a4;
  }
}

@media (max-width: 980px) {
  .page-hero h1 {
    font-size: 54px;
  }

  .page-intro,
  .os-showcase-intro,
  .page-feature,
  .page-cta .page-wrap {
    grid-template-columns: 1fr;
  }

  .page-intro,
  .os-showcase-intro {
    gap: 18px;
  }

  .os-record__summary {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .os-record__facts div:first-child {
    border-left: 0;
    padding-left: 0;
  }

  .os-record__tabs {
    overflow-x: auto;
    grid-template-columns: repeat(5, minmax(150px, 1fr));
  }

  .os-record__panel {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .principle-grid,
  [data-public-page="technology"] .principle-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-feature__media {
    min-height: 380px;
  }

  .page-feature__content {
    padding: 58px 22px;
  }

  .page-cta .page-wrap {
    gap: 28px;
  }

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

  .insight-card:last-child {
    grid-column: 1 / -1;
  }

  .article-hero h1 {
    font-size: 54px;
  }

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

  .article-aside {
    position: static;
    grid-template-columns: auto 1fr;
    align-items: center;
  }
}

@media (max-width: 720px) {
  .page-hero,
  .page-hero__inner {
    min-height: 580px;
  }

  .page-hero {
    background-position: 58% center;
  }

  .page-hero::before {
    background:
      linear-gradient(90deg, rgba(7, 12, 16, 0.92) 0%, rgba(7, 12, 16, 0.70) 78%, rgba(7, 12, 16, 0.48) 100%),
      linear-gradient(180deg, rgba(7, 12, 16, 0.18) 42%, rgba(7, 12, 16, 0.94) 100%);
  }

  .page-hero__inner,
  .page-wrap {
    padding-right: 16px;
    padding-left: 16px;
  }

  .page-hero__inner {
    padding-top: 78px;
    padding-bottom: 38px;
  }

  .page-hero h1 {
    max-width: 390px;
    font-size: 43px;
  }

  .page-hero__lead {
    max-width: 390px;
    font-size: 17px;
  }

  .page-hero__actions .btn,
  .page-cta__actions .btn {
    width: 100%;
    min-width: 0;
  }

  .page-hero__actions,
  .page-cta__actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .page-section {
    padding: 62px 0;
  }

  .page-hero + .page-section {
    padding-top: 44px;
  }

  .page-hero + .page-section::before {
    top: -38px;
    height: 38px;
  }

  .page-intro {
    margin-bottom: 42px;
  }

  .os-showcase-section {
    padding: 4px 0 72px;
  }

  .os-showcase-intro {
    margin-bottom: 28px;
  }

  .os-showcase-intro h2 {
    font-size: 33px;
  }

  .os-showcase-intro > p {
    font-size: 16px;
  }

  .os-record__header {
    min-height: 66px;
    padding: 0 16px;
  }

  .os-record__header > div,
  .os-record__control {
    display: grid;
    gap: 4px;
  }

  .os-record__header span {
    font-size: 9px;
  }

  .os-record__control {
    justify-items: end;
  }

  .os-record__control strong {
    min-height: 25px;
    padding: 0 8px;
    font-size: 9px;
  }

  .os-record__summary {
    padding: 25px 16px;
  }

  .os-record__route > strong {
    display: grid;
    gap: 6px;
    font-size: 25px;
  }

  .os-record__route-arrow {
    transform: rotate(90deg);
    transform-origin: center;
  }

  .os-record__facts {
    grid-template-columns: 1fr;
  }

  .os-record__facts div,
  .os-record__facts div:first-child {
    padding: 13px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
    border-left: 0;
  }

  .os-record__tabs {
    grid-template-columns: repeat(5, minmax(138px, 1fr));
    scrollbar-width: thin;
  }

  .os-record__tabs button {
    min-height: 66px;
    padding: 12px 14px;
  }

  .os-record__panel {
    min-height: 0;
    padding: 28px 16px 18px;
  }

  .os-panel__heading h3 {
    font-size: 26px;
  }

  .os-panel__checks > div {
    min-height: 80px;
  }

  .os-panel__access {
    display: grid;
    min-height: 64px;
    padding: 10px 12px;
    gap: 6px;
    align-content: center;
  }

  .principle-grid,
  [data-public-page="technology"] .principle-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .principle {
    min-height: 190px;
  }

  .principle > span {
    margin-bottom: 26px;
  }

  .page-feature__media {
    min-height: 320px;
  }

  .page-feature__content {
    padding: 50px 16px;
  }

  .page-feature__content h2 {
    font-size: 32px;
  }

  .page-cta h2 {
    font-size: 32px;
  }

  .page-hero--insights,
  .page-hero--insights .page-hero__inner,
  .article-hero,
  .article-hero .page-hero__inner {
    min-height: 650px;
  }

  .insight-index-grid {
    grid-template-columns: 1fr;
  }

  .insight-card:last-child {
    grid-column: auto;
  }

  .insight-card__media {
    min-height: 220px;
  }

  .insight-card__body {
    min-height: 0;
    padding: 24px;
  }

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

  .article-back {
    margin-bottom: 26px;
  }

  .article-meta {
    display: grid;
    gap: 8px;
  }

  .article-meta span + span::before {
    display: none;
  }

  .article-shell {
    padding: 66px 0 78px;
  }

  .article-layout {
    padding: 0 16px;
  }

  .article-intro {
    margin-bottom: 46px;
    font-size: 21px;
  }

  .article-point {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
  }

  .article-point h2 {
    font-size: 25px;
  }

  .article-point p {
    font-size: 16px;
  }

  .article-callout {
    margin: 42px 0;
    padding: 27px 24px;
    font-size: 21px;
  }

  .article-closing h2,
  .article-next h2 {
    font-size: 31px;
  }

  html[lang="zh-CN"] .article-hero h1,
  html[lang="zh-CN"] .page-hero--insights h1 {
    font-size: 39px;
    line-height: 1.15;
  }
}
