.trust-page {
  min-height: 100vh;
  background:
    linear-gradient(90deg, transparent calc(50% - 1px), rgba(23,56,47,.035) 50%, transparent calc(50% + 1px)),
    radial-gradient(circle at 92% 7%, rgba(216,239,104,.28), transparent 25rem),
    radial-gradient(circle at 7% 62%, rgba(169,206,208,.2), transparent 30rem),
    var(--paper);
}

.trust-topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  min-height: 78px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  padding: 12px 4vw;
  border-bottom: 1px solid var(--line);
  background: rgba(241,237,223,.92);
  backdrop-filter: blur(18px);
}

.trust-topbar .brand { text-decoration: none; }
.trust-topbar-nav { display: flex; align-items: center; justify-content: center; gap: 4px; }
.trust-topbar-nav a,
.trust-return {
  padding: 10px 14px;
  border-radius: 999px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  transition: color .2s ease, background .2s ease, transform .2s ease;
}
.trust-topbar-nav a:hover { color: var(--forest); background: rgba(23,56,47,.07); }
.trust-return {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--line);
  color: var(--forest);
  background: rgba(255,253,245,.48);
}
.trust-return:hover { background: var(--white); transform: translateX(-3px); }

.trust-main { min-height: calc(100vh - 78px); }
.trust-shell { width: min(1280px,100%); margin: 0 auto; padding: 0 4vw; }

.trust-hero {
  position: relative;
  min-height: 460px;
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(260px,.34fr);
  align-items: end;
  gap: clamp(36px,7vw,110px);
  padding: clamp(70px,9vw,132px) 0 clamp(50px,7vw,92px);
  border-bottom: 1px solid var(--ink);
}
.trust-hero::before {
  content: attr(data-code);
  position: absolute;
  right: 0;
  top: 12%;
  color: rgba(23,56,47,.055);
  font-family: var(--display);
  font-size: clamp(130px,21vw,300px);
  line-height: .8;
  pointer-events: none;
}
.trust-hero-copy { position: relative; z-index: 1; }
.trust-hero .eyebrow { margin-bottom: 24px; }
.trust-hero h1 {
  max-width: 920px;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(58px,8.4vw,112px);
  font-weight: 600;
  letter-spacing: -.06em;
  line-height: .88;
}
.trust-hero h1 em { color: var(--orange); font-style: italic; font-weight: 500; }
.trust-hero-summary {
  position: relative;
  z-index: 1;
  align-self: end;
  padding: 24px 0 3px 24px;
  border-left: 2px solid var(--orange);
}
.trust-hero-summary p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.75; }
.trust-hero-summary dl { display: grid; gap: 11px; margin: 22px 0 0; }
.trust-hero-summary div { display: flex; justify-content: space-between; gap: 18px; padding-top: 10px; border-top: 1px solid var(--line); }
.trust-hero-summary dt { color: var(--muted); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.trust-hero-summary dd { margin: 0; font-size: 11px; font-weight: 700; }

.trust-layout {
  display: grid;
  grid-template-columns: minmax(190px,.28fr) minmax(0,1fr);
  gap: clamp(42px,8vw,124px);
  padding: clamp(54px,7vw,92px) 0 110px;
}
.trust-index { align-self: start; position: sticky; top: 112px; }
.trust-index > span { color: var(--orange); font-size: 8px; font-weight: 800; letter-spacing: .18em; }
.trust-index ol { margin: 18px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.trust-index li { border-bottom: 1px solid var(--line); }
.trust-index a { display: grid; grid-template-columns: 28px 1fr; gap: 10px; padding: 12px 0; color: var(--muted); font-size: 10px; line-height: 1.45; text-decoration: none; }
.trust-index a span { color: var(--orange); font-size: 8px; font-weight: 800; }
.trust-index a:hover { color: var(--forest); }

.trust-document { min-width: 0; }
.trust-lede {
  max-width: 900px;
  margin: 0 0 clamp(62px,8vw,104px);
  font-family: var(--display);
  font-size: clamp(27px,3vw,42px);
  letter-spacing: -.03em;
  line-height: 1.3;
}
.trust-lede strong { color: var(--orange); font-weight: 600; }

.trust-section {
  display: grid;
  grid-template-columns: 52px minmax(0,1fr);
  gap: clamp(18px,3vw,38px);
  padding: 0 0 clamp(54px,7vw,86px);
  scroll-margin-top: 112px;
}
.trust-section-number {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid var(--forest);
  border-radius: 50%;
  color: var(--orange);
  font-family: var(--display);
  font-size: 15px;
}
.trust-section-body { min-width: 0; padding-top: 5px; }
.trust-section h2 { margin: 0 0 22px; font-family: var(--display); font-size: clamp(31px,3.2vw,47px); font-weight: 600; letter-spacing: -.04em; line-height: 1; }
.trust-section h3 { margin: 32px 0 12px; font-family: var(--display); font-size: 21px; font-weight: 600; }
.trust-section p,
.trust-section li { color: #44534c; font-size: 14px; line-height: 1.85; }
.trust-section p { margin: 0 0 15px; }
.trust-section ul,
.trust-section ol { margin: 14px 0 0; padding-left: 21px; }
.trust-section li + li { margin-top: 8px; }
.trust-section a { color: var(--forest); text-decoration-color: var(--orange); text-underline-offset: 4px; }

.trust-note,
.trust-alert {
  margin: 24px 0 0;
  padding: 22px 24px;
  border: 1px solid var(--line);
  border-left: 4px solid var(--lime);
  border-radius: 4px var(--radius-sm) var(--radius-sm) 4px;
  background: rgba(255,253,245,.52);
}
.trust-alert { border-left-color: var(--orange); }
.trust-note strong,
.trust-alert strong { display: block; margin-bottom: 7px; color: var(--forest); font-size: 12px; }
.trust-note p,
.trust-alert p { margin: 0; font-size: 12px; }

.trust-card-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; margin-top: 22px; }
.trust-card {
  min-height: 170px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: rgba(255,253,245,.46);
}
.trust-card > span { display: block; margin-bottom: 28px; color: var(--orange); font-size: 8px; font-weight: 800; letter-spacing: .15em; }
.trust-card strong { display: block; margin-bottom: 8px; font-family: var(--display); font-size: 21px; font-weight: 600; }
.trust-card p { margin: 0; font-size: 12px; line-height: 1.7; }

.trust-table-wrap { overflow-x: auto; margin-top: 22px; border-top: 1px solid var(--ink); }
.trust-table { width: 100%; border-collapse: collapse; min-width: 620px; }
.trust-table th,
.trust-table td { padding: 15px 14px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.trust-table th { color: var(--muted); font-size: 8px; letter-spacing: .13em; text-transform: uppercase; }
.trust-table td { color: #44534c; font-size: 12px; line-height: 1.65; }
.trust-table td:first-child { color: var(--forest); font-weight: 700; }

.trust-contact-board { display: grid; grid-template-columns: .8fr 1.2fr; gap: 1px; margin-top: 24px; border: 1px solid var(--forest); background: var(--forest); }
.trust-contact-board > div { padding: clamp(22px,4vw,38px); background: var(--paper-3); }
.trust-contact-board > div:first-child { color: var(--white); background: var(--forest); }
.trust-contact-board small { display: block; margin-bottom: 35px; color: var(--lime); font-size: 8px; font-weight: 800; letter-spacing: .16em; }
.trust-contact-board strong { display: block; font-family: var(--display); font-size: clamp(25px,3vw,39px); font-weight: 600; line-height: 1.05; }
.trust-contact-board > div:first-child strong a {
  color: var(--white);
  text-decoration-color: var(--lime);
  text-decoration-thickness: 1px;
  text-underline-offset: .14em;
  overflow-wrap: anywhere;
  transition: color .2s ease, text-decoration-color .2s ease;
}
.trust-contact-board > div:first-child strong a:hover,
.trust-contact-board > div:first-child strong a:focus-visible { color: var(--lime); text-decoration-color: var(--white); }
.trust-contact-board p { margin: 12px 0 0; color: inherit; font-size: 12px; }
.trust-contact-board code { display: inline-block; margin-top: 20px; padding: 8px 11px; color: var(--forest); background: var(--lime); font-family: var(--body); font-size: 10px; font-weight: 800; }

.trust-related { padding: 38px 0 72px; border-top: 1px solid var(--ink); }
.trust-related > span { display: block; margin-bottom: 19px; color: var(--orange); font-size: 8px; font-weight: 800; letter-spacing: .16em; }
.trust-related nav { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; }
.trust-related a { display: flex; justify-content: space-between; gap: 16px; padding: 15px 17px; border: 1px solid var(--line); color: var(--forest); background: rgba(255,253,245,.38); font-size: 11px; font-weight: 700; text-decoration: none; transition: background .2s ease, transform .2s ease; }
.trust-related a::after { content: "↗"; color: var(--orange); }
.trust-related a:hover { background: var(--white); transform: translateY(-2px); }

.trust-footer {
  display: grid;
  grid-template-columns: minmax(220px,.45fr) minmax(0,1fr);
  gap: 40px;
  padding: 36px 4vw 46px;
  color: rgba(255,253,245,.68);
  background: var(--forest);
}
.trust-footer strong { display: block; color: var(--white); font-family: var(--display); font-size: 20px; }
.trust-footer p { max-width: 520px; margin: 8px 0 0; font-size: 10px; line-height: 1.6; }
.trust-footer nav { display: flex; flex-wrap: wrap; align-content: start; justify-content: flex-end; gap: 8px 15px; }
.trust-footer a { color: rgba(255,253,245,.74); font-size: 10px; text-underline-offset: 4px; }
.trust-footer a[aria-current="page"] { color: var(--lime); text-decoration: none; }

@media (max-width: 840px) {
  .trust-topbar { grid-template-columns: 1fr auto; }
  .trust-topbar-nav { display: none; }
  .trust-hero { min-height: 0; grid-template-columns: 1fr; gap: 34px; padding-top: 72px; }
  .trust-hero-summary { max-width: 580px; padding-top: 0; }
  .trust-layout { grid-template-columns: 1fr; }
  .trust-index { position: static; }
  .trust-index ol { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); }
  .trust-index li:nth-child(odd) { border-right: 1px solid var(--line); }
  .trust-index a { padding-right: 12px; }
  .trust-related nav { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .trust-footer { grid-template-columns: 1fr; }
  .trust-footer nav { justify-content: flex-start; }
}

@media (max-width: 560px) {
  .trust-topbar { min-height: 68px; padding: 10px 18px; }
  .trust-topbar .brand-logo { width: 190px; max-width: 56vw; max-height: 38px; }
  .trust-return { padding: 9px 11px; font-size: 10px; }
  .trust-shell { padding-right: 18px; padding-left: 18px; }
  .trust-hero { padding: 58px 0 42px; }
  .trust-hero::before { top: 16%; font-size: 145px; }
  .trust-hero h1 { font-size: clamp(50px,16vw,70px); }
  .trust-hero-summary { padding-left: 17px; }
  .trust-layout { gap: 50px; padding: 42px 0 76px; }
  .trust-index ol { grid-template-columns: 1fr; }
  .trust-index li:nth-child(odd) { border-right: 0; }
  .trust-lede { margin-bottom: 62px; font-size: 27px; }
  .trust-section { grid-template-columns: 38px minmax(0,1fr); gap: 13px; padding-bottom: 58px; }
  .trust-section-number { width: 34px; height: 34px; font-size: 12px; }
  .trust-section h2 { font-size: 31px; }
  .trust-section p, .trust-section li { font-size: 13px; }
  .trust-card-grid, .trust-related nav, .trust-contact-board { grid-template-columns: 1fr; }
  .trust-card { min-height: 0; }
  .trust-card > span { margin-bottom: 18px; }
  .trust-footer { padding: 31px 18px 100px; }
}
