:root {
  --pilot-navy: #123553;
  --pilot-blue: #245f8f;
  --pilot-orange: #ef7d2d;
  --pilot-ink: #172b3d;
  --pilot-muted: #617487;
  --pilot-line: #d8e1e8;
  --pilot-soft: #f3f6f8;
  --pilot-white: #fff;
}

.portal-pilot-section[hidden],
.portal-pilot-section:not(.active) {
  display: none !important;
}

.portal-pilot-section.active {
  display: block;
  background: var(--pilot-white);
}

.portal-pilot-section,
.portal-pilot-section button,
.portal-pilot-section a {
  font-family: "Noto Sans KR", "Malgun Gothic", sans-serif;
}

.pilot-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #234a68;
  background:
    linear-gradient(90deg, rgba(10, 38, 61, .98), rgba(21, 64, 95, .92)),
    radial-gradient(circle at 84% 18%, rgba(255, 255, 255, .18), transparent 34%);
  color: var(--pilot-white);
}

.pilot-hero::after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -145px;
  width: 390px;
  height: 390px;
  border: 1px solid rgba(255, 255, 255, .17);
  border-radius: 50%;
}

.pilot-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 330px;
  align-items: center;
  padding-top: 62px;
  padding-bottom: 66px;
}

.pilot-hero__inner > div {
  max-width: 820px;
}

.pilot-hero h1 {
  max-width: 800px;
  margin: 12px 0 15px;
  font-size: clamp(32px, 4vw, 50px);
  line-height: 1.2;
  letter-spacing: -.045em;
  word-break: keep-all;
}

.pilot-eyebrow {
  margin: 0;
  color: #ffd0ad;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .04em;
}

.pilot-hero__summary {
  max-width: 740px;
  margin: 0;
  color: #dce7ef;
  font-size: 16px;
  line-height: 1.75;
  word-break: keep-all;
}

.pilot-body {
  padding-top: 54px;
  padding-bottom: 82px;
}

.pilot-heading {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(280px, 1.2fr);
  gap: 46px;
  align-items: end;
  margin: 52px 0 20px;
  border-bottom: 1px solid var(--pilot-line);
  padding-bottom: 16px;
}

.pilot-heading:first-child {
  margin-top: 0;
}

.pilot-heading h2 {
  margin: 7px 0 0;
  color: var(--pilot-ink);
  font-size: 27px;
  line-height: 1.35;
  letter-spacing: -.03em;
  word-break: keep-all;
}

.pilot-heading > p {
  margin: 0;
  color: var(--pilot-muted);
  font-size: 14px;
  line-height: 1.7;
  word-break: keep-all;
}

.pilot-fact-grid,
.pilot-domain-grid,
.pilot-safety-grid,
.pilot-metric-grid,
.pilot-platform-grid,
.pilot-governance {
  display: grid;
  gap: 14px;
}

.pilot-fact-grid {
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 56px;
}

.pilot-fact-grid article,
.pilot-domain-grid article,
.pilot-safety-grid article,
.pilot-metric-grid article,
.pilot-platform-grid article {
  border: 1px solid var(--pilot-line);
  border-radius: 4px;
  background: var(--pilot-white);
  padding: 22px;
}

.pilot-fact-grid article {
  border-top: 3px solid var(--pilot-blue);
}

.pilot-fact-grid strong,
.pilot-domain-grid strong {
  display: block;
  color: var(--pilot-blue);
  font-size: 15px;
}

.pilot-fact-grid p,
.pilot-domain-grid p,
.pilot-safety-grid p,
.pilot-metric-grid p,
.pilot-platform-grid p {
  margin: 9px 0 0;
  color: var(--pilot-muted);
  font-size: 14px;
  line-height: 1.65;
}

.pilot-domain-grid {
  grid-template-columns: repeat(4, 1fr);
}

.pilot-domain-grid article > span,
.pilot-metric-grid article > span {
  display: inline-grid;
  width: 34px;
  height: 30px;
  place-items: center;
  background: var(--pilot-navy);
  color: var(--pilot-white);
  font-size: 12px;
  font-weight: 800;
}

.pilot-domain-grid h3,
.pilot-safety-grid h3,
.pilot-metric-grid h3,
.pilot-platform-grid h3 {
  margin: 16px 0 7px;
  color: var(--pilot-ink);
  font-size: 17px;
  line-height: 1.4;
}

.pilot-domain-grid strong {
  margin-bottom: 8px;
  color: var(--pilot-orange);
  font-size: 13px;
}

.pilot-safety-grid {
  grid-template-columns: repeat(3, 1fr);
}

.pilot-safety-grid article {
  background: var(--pilot-soft);
}

.pilot-alert,
.pilot-boundary,
.pilot-start-check {
  margin-top: 18px;
  border-left: 5px solid var(--pilot-orange);
  border-radius: 2px;
  background: #fff7f0;
  padding: 20px 23px;
}

.pilot-alert strong,
.pilot-boundary strong,
.pilot-start-check strong {
  display: block;
  margin-bottom: 8px;
  color: var(--pilot-ink);
  font-size: 16px;
}

.pilot-alert ul,
.pilot-start-check ol {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 28px;
  margin: 0;
  padding-left: 20px;
  color: #5b493c;
  font-size: 14px;
}

.pilot-boundary p {
  margin: 0;
  color: #5b493c;
  font-size: 14px;
  line-height: 1.7;
}

.pilot-action-row {
  display: flex;
  justify-content: flex-end;
  margin-top: 22px;
}

.pilot-primary {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--pilot-blue);
  border-radius: 3px;
  background: var(--pilot-blue);
  color: var(--pilot-white);
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 800;
}

.pilot-primary:hover,
.pilot-primary:focus-visible {
  background: var(--pilot-navy);
  outline: 3px solid rgba(36, 95, 143, .22);
  outline-offset: 2px;
}

.pilot-sources {
  margin-top: 54px;
  border-top: 1px solid var(--pilot-line);
  padding-top: 18px;
}

.pilot-sources h2 {
  margin: 0 0 9px;
  color: var(--pilot-ink);
  font-size: 15px;
}

.pilot-sources ol {
  display: grid;
  gap: 6px;
  margin: 0;
  padding-left: 20px;
  color: var(--pilot-blue);
  font-size: 12px;
}

.pilot-sources a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.pilot-sources p {
  margin: 11px 0 0;
  color: var(--pilot-muted);
  font-size: 12px;
}

.pilot-start-check {
  display: grid;
  grid-template-columns: 190px 1fr;
  align-items: center;
  margin-top: 0;
  margin-bottom: 28px;
}

.pilot-start-check strong {
  margin: 0;
}

.pilot-start-check ol {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  padding: 0;
  list-style-position: inside;
}

.pilot-exercise-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(330px, .9fr);
  overflow: hidden;
  border: 1px solid var(--pilot-line);
  border-radius: 5px;
  background: var(--pilot-white);
  box-shadow: 0 14px 36px rgba(17, 50, 76, .1);
}

.pilot-exercise-player {
  display: grid;
  min-height: 490px;
  place-items: center;
  background: #102d44;
}

.pilot-exercise-player video {
  display: block;
  width: 100%;
  max-height: 570px;
  background: #102d44;
}

.pilot-exercise-feature > article {
  padding: 34px;
}

.pilot-exercise-feature h2 {
  margin: 8px 0 10px;
  color: var(--pilot-ink);
  font-size: 26px;
}

.pilot-exercise-feature > article > p:not(.pilot-eyebrow):not(.pilot-caution) {
  color: var(--pilot-muted);
  font-size: 14px;
  line-height: 1.7;
}

.pilot-exercise-feature h3 {
  margin: 24px 0 8px;
  color: var(--pilot-ink);
  font-size: 15px;
}

.pilot-exercise-feature ul,
.pilot-exercise-feature ol {
  display: grid;
  gap: 7px;
  margin: 0;
  padding-left: 20px;
  color: var(--pilot-muted);
  font-size: 13px;
}

.pilot-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 15px;
}

.pilot-chip-row span {
  border: 1px solid var(--pilot-line);
  border-radius: 2px;
  background: var(--pilot-soft);
  padding: 5px 8px;
  color: var(--pilot-blue);
  font-size: 11px;
  font-weight: 700;
}

.pilot-caution {
  margin: 24px 0 0;
  border-left: 3px solid var(--pilot-orange);
  background: #fff7f0;
  padding: 12px 14px;
  color: #5b493c;
  font-size: 13px;
  line-height: 1.6;
}

.pilot-exercise-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}

.pilot-exercise-filters button {
  min-height: 42px;
  border: 1px solid var(--pilot-line);
  border-radius: 3px;
  background: var(--pilot-white);
  color: var(--pilot-muted);
  padding: 8px 14px;
  font-size: 13px;
  font-weight: 700;
}

.pilot-exercise-filters button[aria-pressed="true"] {
  border-color: var(--pilot-blue);
  background: var(--pilot-blue);
  color: var(--pilot-white);
}

.pilot-exercise-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.pilot-exercise-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--pilot-line);
  border-radius: 4px;
  background: var(--pilot-white);
}

.pilot-exercise-card__visual {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: var(--pilot-navy);
  color: var(--pilot-white);
}

.pilot-exercise-card__visual span {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 1;
  min-width: 34px;
  padding: 5px 8px;
  border: 1px solid rgba(255, 255, 255, .34);
  border-radius: 2px;
  background: rgba(9, 37, 58, .78);
  text-align: center;
  font-size: 13px;
  font-weight: 800;
}

.pilot-exercise-card__video {
  display: block;
  width: 100%;
  height: 100%;
  background: #071b2d;
  object-fit: contain;
}

.pilot-exercise-card__body {
  display: flex;
  min-width: 0;
  flex: 1;
  flex-direction: column;
  padding: 18px;
}

.pilot-exercise-card h3 {
  margin: 13px 0 6px;
  color: var(--pilot-ink);
  font-size: 16px;
  line-height: 1.4;
  word-break: keep-all;
}

.pilot-exercise-card p {
  flex: 1;
  margin: 0 0 13px;
  color: var(--pilot-muted);
  font-size: 12px;
  line-height: 1.6;
}

.pilot-exercise-card button {
  align-self: stretch;
  width: 100%;
  min-height: 40px;
  border: 1px solid var(--pilot-blue);
  border-radius: 2px;
  background: var(--pilot-white);
  color: var(--pilot-blue);
  padding: 7px 11px;
  font-size: 12px;
  font-weight: 800;
}

.pilot-exercise-card button:hover,
.pilot-exercise-card button:focus-visible {
  background: var(--pilot-blue);
  color: var(--pilot-white);
  outline: 2px solid rgba(36, 95, 143, .2);
  outline-offset: 2px;
}

.pilot-governance {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 30px;
  background: var(--pilot-navy);
  padding: 20px;
  color: var(--pilot-white);
}

.pilot-governance > div {
  border-left: 1px solid rgba(255, 255, 255, .22);
  padding: 0 18px;
}

.pilot-governance > div:first-child {
  border-left: 0;
}

.pilot-governance strong,
.pilot-governance span {
  display: block;
}

.pilot-governance strong {
  color: #ffd0ad;
  font-size: 12px;
}

.pilot-governance span {
  margin-top: 5px;
  font-size: 13px;
}

.pilot-product-grid,
.pilot-engineering-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 38px;
  align-items: center;
}

.pilot-product-grid figure,
.pilot-engineering-grid figure {
  margin: 0;
  border: 1px solid var(--pilot-line);
  background: var(--pilot-soft);
  padding: 18px;
}

.pilot-product-grid img,
.pilot-engineering-grid img {
  display: block;
  width: 100%;
  max-height: 520px;
  object-fit: contain;
}

.pilot-product-grid figcaption {
  margin-top: 10px;
  color: var(--pilot-muted);
  font-size: 11px;
  text-align: center;
}

.pilot-product-grid > div > p {
  color: var(--pilot-muted);
  font-size: 15px;
  line-height: 1.75;
}

.pilot-status-line {
  display: grid;
  grid-template-columns: 105px 1fr;
  gap: 12px;
  margin-top: 9px;
  border-left: 4px solid var(--pilot-blue);
  background: var(--pilot-soft);
  padding: 12px 14px;
}

.pilot-status-line.validation,
.pilot-status-line.development {
  border-left-color: var(--pilot-orange);
}

.pilot-status-line span {
  color: var(--pilot-muted);
  font-size: 12px;
}

.pilot-status-line strong {
  color: var(--pilot-ink);
  font-size: 13px;
}

.pilot-layer-list {
  display: grid;
  gap: 12px;
}

.pilot-layer-list article {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 15px;
  align-items: start;
  border-bottom: 1px solid var(--pilot-line);
  padding: 3px 0 17px;
}

.pilot-layer-list article > span {
  display: grid;
  width: 44px;
  height: 40px;
  place-items: center;
  background: var(--pilot-navy);
  color: var(--pilot-white);
  font-size: 12px;
  font-weight: 800;
}

.pilot-layer-list h3 {
  margin: 0 0 5px;
  color: var(--pilot-ink);
  font-size: 17px;
}

.pilot-layer-list p {
  margin: 0;
  color: var(--pilot-muted);
  font-size: 14px;
  line-height: 1.65;
}

.pilot-flow {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin: 0;
  padding: 0;
  list-style: none;
}

.pilot-flow li {
  position: relative;
  min-height: 190px;
  border: 1px solid var(--pilot-line);
  border-right: 0;
  background: var(--pilot-white);
  padding: 20px;
}

.pilot-flow li:last-child {
  border-right: 1px solid var(--pilot-line);
}

.pilot-flow li:not(:last-child)::after {
  content: "›";
  position: absolute;
  z-index: 2;
  top: 50%;
  right: -10px;
  display: grid;
  width: 20px;
  height: 28px;
  place-items: center;
  background: var(--pilot-white);
  color: var(--pilot-orange);
  font-size: 25px;
  transform: translateY(-50%);
}

.pilot-flow span {
  color: var(--pilot-orange);
  font-size: 12px;
  font-weight: 900;
}

.pilot-flow strong {
  display: block;
  margin-top: 28px;
  color: var(--pilot-ink);
  font-size: 16px;
}

.pilot-flow p {
  margin: 7px 0 0;
  color: var(--pilot-muted);
  font-size: 12px;
  line-height: 1.55;
}

.pilot-note {
  margin: 15px 0 0;
  border-left: 3px solid var(--pilot-blue);
  background: var(--pilot-soft);
  padding: 13px 15px;
  color: var(--pilot-muted);
  font-size: 12px;
  line-height: 1.65;
}

.pilot-metric-grid {
  grid-template-columns: repeat(4, 1fr);
}

.pilot-platform-grid {
  grid-template-columns: repeat(3, 1fr);
}

.pilot-platform-grid article > span {
  display: inline-block;
  border: 1px solid var(--pilot-blue);
  color: var(--pilot-blue);
  padding: 4px 7px;
  font-size: 11px;
  font-weight: 800;
}

.pilot-platform-grid .status-2 > span {
  border-color: var(--pilot-orange);
  color: #a74b11;
}

@media (max-width: 1100px) {
  .pilot-domain-grid,
  .pilot-metric-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .pilot-flow {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }

  .pilot-flow li,
  .pilot-flow li:last-child {
    border-right: 1px solid var(--pilot-line);
  }

  .pilot-flow li::after {
    display: none !important;
  }
}

@media (max-width: 860px) {
  .pilot-hero__inner {
    min-height: 285px;
    padding-top: 45px;
    padding-bottom: 48px;
  }

  .pilot-body {
    padding-top: 38px;
    padding-bottom: 64px;
  }

  .pilot-heading,
  .pilot-product-grid,
  .pilot-engineering-grid,
  .pilot-exercise-feature {
    grid-template-columns: 1fr;
  }

  .pilot-heading {
    gap: 10px;
  }

  .pilot-fact-grid,
  .pilot-safety-grid,
  .pilot-platform-grid {
    grid-template-columns: 1fr;
  }

  .pilot-start-check {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .pilot-exercise-player {
    min-height: 380px;
  }
}

@media (max-width: 620px) {
  .pilot-hero h1 {
    font-size: 32px;
  }

  .pilot-hero__summary {
    font-size: 15px;
  }

  .pilot-heading h2 {
    font-size: 23px;
  }

  .pilot-domain-grid,
  .pilot-metric-grid,
  .pilot-exercise-grid,
  .pilot-flow,
  .pilot-governance {
    grid-template-columns: 1fr;
  }

  .pilot-start-check ol {
    grid-template-columns: 1fr;
  }

  .pilot-exercise-feature > article {
    padding: 24px 20px;
  }

  .pilot-exercise-player {
    min-height: 260px;
  }

  .pilot-governance > div,
  .pilot-governance > div:first-child {
    border-top: 1px solid rgba(255, 255, 255, .22);
    border-left: 0;
    padding: 14px 0 0;
  }

  .pilot-governance > div:first-child {
    border-top: 0;
    padding-top: 0;
  }

  .pilot-status-line {
    grid-template-columns: 1fr;
    gap: 3px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .portal-pilot-section *,
  .portal-pilot-section *::before,
  .portal-pilot-section *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}


/* Portal home hero: legacy CTA pattern with a connected-care riverside scene. */
.portal-home-hero{
  min-height:410px;
  border-bottom:1px solid #244e72;
  background-image:
    linear-gradient(90deg,rgba(5,28,58,.97) 0%,rgba(7,39,75,.93) 35%,rgba(8,50,91,.68) 57%,rgba(5,29,54,.18) 78%,rgba(5,27,49,.08) 100%),
    url("/assets/portal/hero/pcl-riverside-connected-desktop-v1.jpg?v=20260913-homehero2");
  background-position:center;
  background-size:cover;
}
.portal-home-hero::after{display:none}
.portal-home-hero .pilot-hero__inner{z-index:3;min-height:410px;padding-top:54px;padding-bottom:58px}
.portal-home-hero__copy{max-width:620px!important}
.portal-home-hero .pilot-eyebrow{color:#69d8ec;text-shadow:0 1px 2px #001a35}
.portal-home-hero h1{max-width:620px;margin-top:12px;margin-bottom:14px;color:#fff;text-shadow:0 2px 8px #001a35}
.portal-home-hero h1 span,.portal-home-hero h1 em{display:block}
.portal-home-hero h1 em{color:#4fd5ed;font-style:normal}
.portal-home-hero .pilot-hero__summary{max-width:590px;color:#edf5fb;text-shadow:0 1px 4px #001a35}
.portal-home-hero__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:27px}
.portal-home-hero__actions button,.portal-home-hero__actions a{display:inline-flex;min-height:46px;align-items:center;justify-content:center;border-radius:7px;padding:11px 18px;font-size:13px;font-weight:900;transition:background-color .15s ease,border-color .15s ease,color .15s ease}
.portal-home-hero__actions button{border:1px solid #2389eb;background:#197ce0;color:#fff}
.portal-home-hero__actions a{border:1px solid #a8c6e4;background:#082b54b8;color:#fff}
.portal-home-hero__actions button:hover,.portal-home-hero__actions button:focus-visible{border-color:#62d8ed;background:#0d69c2;outline:3px solid #70ddef;outline-offset:2px}
.portal-home-hero__actions a:hover,.portal-home-hero__actions a:focus-visible{border-color:#fff;background:#0a3769e6;outline:3px solid #70ddef;outline-offset:2px}
.portal-home-connection-visual{position:absolute;inset:0;z-index:2;overflow:hidden;pointer-events:none}
.portal-home-connection-visual>svg{position:absolute;inset:0;width:100%;height:100%;filter:drop-shadow(0 1px 2px #001b38)}
.portal-home-connection-visual path{fill:none;stroke:#f47a2a;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}
.portal-home-connection-visual circle{fill:#f47a2a;stroke:#fff;stroke-width:1.5;vector-effect:non-scaling-stroke}
.portal-home-connection-visual>span{position:absolute;left:55%;bottom:25px;width:clamp(210px,18vw,275px);overflow:hidden;border:2px solid #82d8e8;border-radius:7px;background:#fff;padding:4px;box-shadow:0 14px 34px #001a3575;transform:perspective(900px) rotateY(-4deg)}
.portal-home-connection-visual img{display:block;width:100%;height:auto;border-radius:3px}
.portal-home-hero+.home-content{padding-top:38px}

@media(max-width:1100px){
  .portal-home-connection-visual{display:none}
  .portal-home-hero{
    background-image:
      linear-gradient(90deg,rgba(5,28,58,.97) 0%,rgba(7,39,75,.91) 48%,rgba(7,40,73,.48) 78%,rgba(5,27,49,.24) 100%),
      url("/assets/portal/hero/pcl-riverside-connected-desktop-v1.jpg?v=20260913-homehero2");
    background-position:60% center;
  }
}

@media(max-width:700px){
  .portal-home-hero{
    min-height:560px;
    background-image:
      linear-gradient(90deg,rgba(5,28,58,.96) 0%,rgba(7,38,72,.91) 52%,rgba(7,38,70,.72) 100%),
      url("/assets/portal/hero/pcl-riverside-connected-mobile-v1.jpg?v=20260913-homehero2");
    background-position:66% center;
  }
  .portal-home-hero .pilot-hero__inner{min-height:560px;align-items:center;padding-top:48px;padding-bottom:52px}
  .portal-home-hero__copy{max-width:100%!important}
  .portal-home-hero h1{max-width:420px;font-size:clamp(34px,10.5vw,43px);line-height:1.16}
  .portal-home-hero .pilot-hero__summary{max-width:390px;font-size:15px;line-height:1.72}
  .portal-home-hero__actions{display:grid;max-width:360px;grid-template-columns:1fr;gap:10px;margin-top:24px}
  .portal-home-hero__actions button,.portal-home-hero__actions a{width:100%;min-height:48px}
}

@media(max-width:430px){
  .portal-home-hero{min-height:540px;background-position:69% center}
  .portal-home-hero .pilot-hero__inner{min-height:540px;padding-top:42px;padding-bottom:46px}
}

/* 2026-09-13 NAS readability baseline for the four production pilot pages. */
.portal-pilot-section .pilot-heading>p{font-size:15px;line-height:1.72}
.portal-pilot-section :where(.pilot-fact-grid,.pilot-domain-grid,.pilot-safety-grid,.pilot-metric-grid,.pilot-platform-grid) p{font-size:15px;line-height:1.7}
.portal-pilot-section .pilot-domain-grid article>span,
.portal-pilot-section .pilot-metric-grid article>span{font-size:13px}
.portal-pilot-section :where(.pilot-alert,.pilot-boundary,.pilot-start-check) ul,
.portal-pilot-section .pilot-start-check ol,
.portal-pilot-section .pilot-boundary p{font-size:14px;line-height:1.7}
.portal-pilot-section .pilot-primary{min-height:44px;font-size:14px}
.portal-pilot-section .pilot-sources ol,
.portal-pilot-section .pilot-sources p{font-size:13px;line-height:1.7}
.portal-pilot-section .pilot-exercise-feature>article>p:not(.pilot-eyebrow):not(.pilot-caution){font-size:15px;line-height:1.72}
.portal-pilot-section .pilot-exercise-feature :where(ul,ol){font-size:14px;line-height:1.7}
.portal-pilot-section .pilot-chip-row span{font-size:12px}
.portal-pilot-section .pilot-caution{font-size:14px;line-height:1.68}
.portal-pilot-section .pilot-exercise-filters button{min-height:44px;font-size:14px}
.portal-pilot-section .pilot-exercise-card h3{font-size:17px}
.portal-pilot-section .pilot-exercise-card p{font-size:14px;line-height:1.68}
.portal-pilot-section .pilot-exercise-card button{min-height:44px;font-size:14px}
.portal-pilot-section .pilot-governance strong{font-size:13px}
.portal-pilot-section .pilot-governance span{font-size:14px;line-height:1.6}
.portal-pilot-section .pilot-product-grid figcaption{font-size:13px}
.portal-pilot-section .pilot-product-grid>div>p{font-size:15px;line-height:1.7}
.portal-pilot-section .pilot-status-line span{font-size:13px}
.portal-pilot-section .pilot-status-line strong{font-size:14px}
.portal-pilot-section .pilot-layer-list p{font-size:15px;line-height:1.7}
.portal-pilot-section .pilot-flow span{font-size:13px}
.portal-pilot-section .pilot-flow p{font-size:14px;line-height:1.68}
.portal-pilot-section .pilot-note{font-size:14px;line-height:1.68}

@media(max-width:620px){
  .portal-pilot-section .pilot-heading>p,
  .portal-pilot-section :where(.pilot-fact-grid,.pilot-domain-grid,.pilot-safety-grid,.pilot-metric-grid,.pilot-platform-grid) p,
  .portal-pilot-section .pilot-layer-list p{font-size:15px}
}

/* 2026-09-13 NAS home hero reading scale; the headline size stays unchanged. */
.portal-home-hero .pilot-eyebrow{font-size:14px}
.portal-home-hero .pilot-hero__summary{font-size:17px;line-height:1.75}
.portal-home-hero__actions button,.portal-home-hero__actions a{font-size:14px}

@media(max-width:700px){
  .portal-home-hero .pilot-hero__summary{font-size:16px;line-height:1.72}
  .portal-home-hero__actions button,.portal-home-hero__actions a{font-size:14px}
}
