.trust-page {
  color: var(--ink);
  background: var(--paper);
}

.trust-hero {
  position: relative;
  display: grid;
  min-height: min(760px, calc(100svh - 70px));
  align-items: center;
  overflow: hidden;
  color: var(--white);
  background: var(--night);
}

.trust-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .2;
  background-image:
    linear-gradient(rgba(255, 255, 255, .11) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .11) 1px, transparent 1px);
  background-size: 72px 72px;
}

.trust-hero::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -8vw;
  width: min(48vw, 690px);
  aspect-ratio: 1;
  border: 1px solid rgba(128, 212, 211, .25);
  border-radius: 50%;
  box-shadow:
    0 0 0 80px rgba(128, 212, 211, .025),
    0 0 0 160px rgba(128, 212, 211, .018);
  transform: translateY(-50%);
}

.trust-hero-shell {
  position: relative;
  z-index: 2;
  display: grid;
  width: var(--shell);
  grid-template-columns: minmax(0, 1.15fr) minmax(330px, .55fr);
  gap: clamp(54px, 8vw, 128px);
  align-items: end;
  padding: 92px 0 105px;
  margin-inline: auto;
}

.trust-hero h1 {
  max-width: 920px;
  margin: 0 0 28px;
  font-size: clamp(68px, 8.5vw, 132px);
  line-height: .82;
}

.trust-hero h1 em { color: var(--orange); font-style: normal; }
.trust-hero-lede { max-width: 720px; margin: 0; color: #c8d0d2; font-size: 18px; line-height: 1.7; }

.trust-hero-aside {
  position: relative;
  display: grid;
  gap: 22px;
  padding: 26px;
  background: rgba(17, 27, 31, .9);
  border: 1px solid var(--line-dark);
  box-shadow: 14px 14px 0 rgba(0, 0, 0, .2);
}

.trust-hero-aside > span,
.trust-label {
  color: #91a0a5;
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.trust-hero-aside strong { font-family: var(--display); font-size: 34px; font-weight: 600; line-height: 1; text-transform: uppercase; }
.trust-hero-aside p { margin: 0; color: #aeb9bc; font-size: 14px; line-height: 1.65; }
.trust-hero-aside a { color: var(--cyan); font-family: var(--mono); font-size: 13px; text-decoration: none; overflow-wrap: anywhere; }
.trust-hero-aside a:hover { color: var(--white); }

.trust-section { padding: 110px 0; }
.trust-section.is-dark { color: var(--chalk); background: #172126; }
.trust-section.is-white { background: var(--white); }
.trust-shell { width: var(--narrow); margin-inline: auto; }
.trust-heading { display: grid; grid-template-columns: minmax(0, .9fr) minmax(350px, .5fr); gap: 70px; align-items: end; margin-bottom: 55px; }
.trust-heading h2 { font-size: clamp(52px, 6vw, 86px); }
.trust-heading > p:last-child { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.75; }
.is-dark .trust-heading > p:last-child { color: #a7b2b5; }

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

.trust-grid article { min-width: 0; min-height: 260px; padding: 29px 27px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trust-grid article > span { display: block; margin-bottom: 52px; color: var(--orange-soft); font-family: var(--mono); font-size: 11px; }
.trust-grid h3 { margin: 0 0 12px; font-family: var(--display); font-size: 31px; font-weight: 600; text-transform: uppercase; }
.trust-grid p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.is-dark .trust-grid { border-color: var(--line-dark); }
.is-dark .trust-grid article { border-color: var(--line-dark); }
.is-dark .trust-grid h3 { color: var(--white); }
.is-dark .trust-grid p { color: #a7b2b5; }

.pilot-plan {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding: 0;
  margin: 0;
  border-top: 1px solid var(--line-dark);
  border-left: 1px solid var(--line-dark);
  list-style: none;
}
.pilot-plan li { min-width: 0; min-height: 285px; padding: 27px 24px; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.pilot-plan span { display: block; margin-bottom: 50px; color: var(--orange); font-family: var(--mono); font-size: 11px; letter-spacing: .035em; }
.pilot-plan h3 { margin: 0 0 13px; color: var(--white); font-family: var(--display); font-size: 29px; font-weight: 600; text-transform: uppercase; }
.pilot-plan p { margin: 0; color: #a7b2b5; font-size: 13px; line-height: 1.7; }
.pilot-volume { display: grid; grid-template-columns: 210px minmax(0, 1fr); gap: 28px; padding: 23px 0; margin: 34px 0 0; border-block: 1px solid var(--line-dark); }
.pilot-volume strong { color: var(--orange); font-family: var(--mono); font-size: 11px; letter-spacing: .05em; text-transform: uppercase; }
.pilot-volume span { color: #bdc6c8; font-size: 13px; line-height: 1.65; }

.pilot-layout { display: grid; grid-template-columns: minmax(0, .68fr) minmax(520px, 1fr); gap: 80px; align-items: start; }
.pilot-brief { position: sticky; top: 105px; }
.pilot-brief h2 { margin-bottom: 25px; font-size: clamp(52px, 6vw, 80px); }
.pilot-brief > p { color: var(--muted); line-height: 1.75; }
.pilot-facts { margin: 38px 0 0; border-top: 1px solid var(--line); }
.pilot-facts div { display: grid; grid-template-columns: 120px 1fr; gap: 22px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.pilot-facts dt { color: var(--orange-soft); font-family: var(--mono); font-size: 11px; font-weight: 600; letter-spacing: .05em; text-transform: uppercase; }
.pilot-facts dd { margin: 0; font-size: 14px; }

.pilot-form { padding: clamp(28px, 4vw, 50px); background: var(--white); border: 1px solid var(--line); box-shadow: 16px 16px 0 rgba(17, 25, 28, .07); }
.pilot-form-header { margin-bottom: 34px; padding-bottom: 25px; border-bottom: 1px solid var(--line); }
.pilot-form-header h2 { margin-bottom: 13px; font-size: 45px; }
.pilot-form-header p { max-width: 650px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.form-field { display: grid; gap: 8px; }
.form-field.is-wide { grid-column: 1 / -1; }
.form-field label { font-family: var(--mono); font-size: 11px; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; }
.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  min-height: 50px;
  padding: 12px 13px;
  color: var(--ink);
  background: #f7f6f1;
  border: 1px solid #aaada8;
  border-radius: 0;
  font-family: var(--sans);
  font-size: 16px;
}
.form-field textarea { min-height: 132px; resize: vertical; }
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus { border-color: var(--orange-soft); outline: 2px solid rgba(217, 91, 46, .2); outline-offset: 0; }
.form-actions { display: flex; flex-wrap: wrap; gap: 18px; align-items: center; margin-top: 28px; }
.form-actions .action { margin-top: 0; cursor: pointer; }
.form-actions p { flex: 1; min-width: 230px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.form-actions a { color: var(--ink); font-weight: 600; }

.status-summary { display: grid; grid-template-columns: minmax(260px, .8fr) repeat(3, minmax(180px, .45fr)); color: var(--chalk); background: var(--night); border: 1px solid var(--line-dark); }
.status-overall { display: grid; grid-template-columns: 12px 1fr; grid-template-rows: auto auto; column-gap: 16px; align-content: center; min-height: 170px; padding: 30px; border-right: 1px solid var(--line-dark); }
.status-overall i { width: 12px; height: 12px; grid-row: 1 / 3; align-self: center; background: var(--yellow); border-radius: 50%; box-shadow: 0 0 0 7px rgba(223, 198, 117, .1); }
.status-overall.is-healthy i { background: var(--green); box-shadow: 0 0 0 7px rgba(147, 211, 176, .1); }
.status-overall.is-degraded i { background: var(--yellow); }
.status-overall.is-unavailable i { background: var(--red); box-shadow: 0 0 0 7px rgba(228, 123, 111, .1); }
.status-overall strong { font-family: var(--display); font-size: 32px; font-weight: 600; text-transform: uppercase; }
.status-overall span { color: #91a0a5; font-family: var(--mono); font-size: 11px; }
.status-metric { display: flex; min-height: 170px; flex-direction: column; justify-content: center; padding: 26px; border-right: 1px solid var(--line-dark); }
.status-metric:last-child { border-right: 0; }
.status-metric span { color: #91a0a5; font-family: var(--mono); font-size: 11px; letter-spacing: .05em; text-transform: uppercase; }
.status-metric strong { margin: 9px 0 5px; color: var(--white); font-family: var(--display); font-size: 34px; font-weight: 600; line-height: 1; text-transform: uppercase; }
.status-metric small { color: #aab5b8; font-size: 12px; }

.status-paths { display: grid; gap: 0; margin-top: 42px; border-top: 1px solid var(--line); }
.status-path { display: grid; grid-template-columns: minmax(220px, .7fr) minmax(260px, 1fr) 150px 150px; gap: 24px; align-items: center; padding: 23px 0; border-bottom: 1px solid var(--line); }
.status-path h3 { margin: 0; font-family: var(--display); font-size: 27px; font-weight: 600; text-transform: uppercase; }
.status-path p { margin: 0; color: var(--muted); font-size: 13px; }
.status-path code { font-size: 12px; }
.path-state { justify-self: end; color: var(--muted); font-family: var(--mono); font-size: 11px; font-weight: 600; text-transform: uppercase; }
.path-state::before { content: ""; display: inline-block; width: 7px; height: 7px; margin-right: 8px; background: var(--yellow); border-radius: 50%; }
.path-state.is-healthy { color: #497a60; }
.path-state.is-healthy::before { background: #65a481; }
.path-state.is-unavailable { color: #a64d44; }
.path-state.is-unavailable::before { background: var(--red); }

.status-detail { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 60px; border-block: 1px solid var(--line); }
.status-detail div { padding: 24px; border-right: 1px solid var(--line); }
.status-detail div:first-child { padding-left: 0; }
.status-detail div:last-child { border-right: 0; }
.status-detail dt { color: var(--orange-soft); font-family: var(--mono); font-size: 11px; font-weight: 600; text-transform: uppercase; }
.status-detail dd { margin: 9px 0 0; color: var(--muted); font-size: 14px; overflow-wrap: anywhere; }

.change-list { margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.change-list > li { display: grid; grid-template-columns: 145px 110px minmax(0, 1fr); gap: 30px; padding: 34px 0; border-bottom: 1px solid var(--line); }
.change-list time,
.change-version { color: var(--orange-soft); font-family: var(--mono); font-size: 12px; }
.change-copy h3 { margin: 0 0 9px; font-family: var(--display); font-size: 31px; font-weight: 600; text-transform: uppercase; }
.change-copy p { max-width: 760px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.roadmap-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); }
.roadmap-grid article { min-height: 320px; padding: 30px; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.roadmap-grid article > span { display: block; margin-bottom: 60px; color: var(--orange); font-family: var(--mono); font-size: 12px; }
.roadmap-grid h3 { margin: 0 0 16px; color: var(--white); font-family: var(--display); font-size: 38px; font-weight: 600; text-transform: uppercase; }
.roadmap-grid ul { margin: 0; padding-left: 19px; color: #aab5b8; font-size: 14px; line-height: 1.85; }

@media (max-width: 1000px) {
  .trust-hero-shell { grid-template-columns: 1fr; }
  .trust-hero-aside { width: min(580px, 100%); }
  .trust-heading { grid-template-columns: 1fr; gap: 25px; align-items: start; }
  .trust-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pilot-plan { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pilot-layout { grid-template-columns: 1fr; }
  .pilot-brief { position: static; }
  .status-summary { grid-template-columns: repeat(3, 1fr); }
  .status-overall { grid-column: 1 / -1; border-right: 0; border-bottom: 1px solid var(--line-dark); }
  .status-path { grid-template-columns: 1fr 1fr 130px; }
  .status-path p { grid-column: 1 / -1; grid-row: 2; }
}

@media (max-width: 680px) {
  .trust-hero { min-height: auto; }
  .trust-hero-shell { gap: 42px; padding: 76px 0 88px; }
  .trust-hero h1 { font-size: clamp(59px, 19vw, 86px); }
  .trust-hero-lede { font-size: 15px; }
  .trust-section { padding: 80px 0; }
  .trust-grid,
  .roadmap-grid,
  .pilot-plan { grid-template-columns: 1fr; }
  .trust-grid article { min-height: 0; }
  .trust-grid article > span,
  .roadmap-grid article > span { margin-bottom: 30px; }
  .pilot-plan li { min-height: 0; }
  .pilot-plan span { margin-bottom: 30px; }
  .pilot-volume { grid-template-columns: 1fr; gap: 10px; }
  .pilot-form { padding: 25px 18px; box-shadow: 8px 8px 0 rgba(17, 25, 28, .07); }
  .form-grid { grid-template-columns: 1fr; }
  .form-field.is-wide { grid-column: auto; }
  .pilot-facts div { grid-template-columns: 95px 1fr; }
  .status-summary { grid-template-columns: 1fr; }
  .status-overall { grid-column: auto; }
  .status-metric { min-height: 130px; border-right: 0; border-bottom: 1px solid var(--line-dark); }
  .status-path { grid-template-columns: 1fr auto; gap: 10px 18px; }
  .status-path p { grid-column: 1 / -1; grid-row: auto; }
  .status-path code { grid-column: 1 / -1; }
  .status-detail { grid-template-columns: 1fr; }
  .status-detail div,
  .status-detail div:first-child { padding: 20px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .change-list > li { grid-template-columns: 1fr auto; gap: 12px 20px; }
  .change-copy { grid-column: 1 / -1; }
}
