
body.home { background: var(--wp--preset--color--ink); }

body.home .wp-site-blocks > main { margin-block-start: 0; }

.hero-index {
  --ink:        var(--wp--preset--color--ink);
  --linen:      var(--wp--preset--color--linen);
  --smoke:      var(--wp--preset--color--smoke);
  --rule-mist:  var(--wp--preset--color--rule-mist);
  --rule-light: #E5E1D6;  
  --font-serif: var(--wp--preset--font-family--spectral);
  --font-mono:  var(--wp--preset--font-family--mono);
}
.hero-index {
  background: var(--linen);
  border-bottom: 1px solid var(--rule-light);
  padding: 26px 0;
}
.hero-index .container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 56px;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 12px 0;
}
.hero-index__label {
  margin: 0 28px 0 0;
  font-family: var(--font-mono);
  font-weight: 400;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--smoke);
}
.hero-index__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 10px 0;
}
.hero-index__list li { display: inline-flex; align-items: baseline; }
.hero-index__list li + li::before {
  content: "\00B7";
  margin: 0 16px;
  color: var(--rule-mist);
}
.hero-index__list a {
  font-family: var(--font-serif);
  font-weight: 500;
  font-size: 17px;
  line-height: 1.3;
  color: var(--ink);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  padding-bottom: 1px;
  transition: border-color 180ms ease;
}
.hero-index__list a:hover { color: var(--ink); border-bottom-color: var(--ink); }
.hero-index__list a:focus-visible {
  outline: 2px solid var(--ink);
  outline-offset: 4px;
}
@media (max-width: 900px) {
  .hero-index .container { padding: 0 24px; }
}

.trust {
  --ink:        var(--wp--preset--color--ink);
  --ink-soft:   var(--wp--preset--color--ink-soft);
  --paper:      var(--wp--preset--color--paper);
  --smoke:      var(--wp--preset--color--smoke);
  --rule-light: #E5E1D6;  
  --font-serif: var(--wp--preset--font-family--spectral);
  --font-ui:    var(--wp--preset--font-family--inter);
  --font-mono:  var(--wp--preset--font-family--mono);
}

:where(.trust) :where(p, h2) { margin: 0; }

.trust {
  --tr-s-2: 8px;
  --tr-s-3: 12px;
  --tr-s-4: 16px;
  --tr-s-5: 24px;
  --tr-s-6: 32px;
  --tr-s-7: 48px;
  --tr-s-8: 64px;
  --tr-s-9: 88px;
  --tr-display: clamp(40px, 5.6vw, 64px);
  --tr-title:   clamp(22px, 2.0vw, 28px);
  --tr-lede:    21px;
  --tr-label:   12px;
  --tr-max:     1280px;

  background: var(--wp--preset--color--linen);
  padding: var(--tr-s-9) 0;
  position: relative;
}

.trust-grid {
  display: grid;
  grid-template-columns: 6fr 6fr;
  gap: var(--tr-s-9);
  align-items: start;
  max-width: var(--tr-max);
  margin: 0 auto;
  padding: 0 56px;
}

.trust-eyebrow {
  display: inline-block;
  margin: 0 0 var(--tr-s-4);
  font-family: var(--font-mono);
  font-weight: 400;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--smoke);
}

.trust-left h2 {
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: clamp(40px, 3.6vw, 56px);
  line-height: 1.05;
  letter-spacing: -0.012em;
  color: var(--ink);
  margin: 0 0 var(--tr-s-5);
  max-width: 22ch;
  text-wrap: balance;
}
.trust-left p {
  font-family: var(--font-ui);
  font-weight: 300;
  font-size: 17px;
  line-height: 1.65;
  color: var(--ink);
  max-width: 40ch;
  margin: 0 0 var(--tr-s-5);
}
.trust-left .editorial-link {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  color: var(--ink);
  text-decoration: underline;
  text-decoration-color: var(--ink);
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
  margin-top: var(--tr-s-3);
  transition:
    color 180ms cubic-bezier(0.25, 0.1, 0.25, 1),
    text-decoration-color 180ms cubic-bezier(0.25, 0.1, 0.25, 1);
}
.trust-left .editorial-link:hover {
  color: var(--ink-soft);
  text-decoration-color: var(--ink-soft);
}

.trust-honesty {
  margin: 0;
  padding: 0;
  border: 0;
  max-width: 40ch;
}
.trust-honesty p {
  font-family: var(--font-ui);
  font-weight: 300;
  font-size: 17px;
  line-height: 1.65;
  color: var(--ink);
  margin: 0 0 var(--tr-s-5);
}
.trust-honesty p:last-child { margin-bottom: 0; }

.trust-left p.trust-stats {
  margin: var(--tr-s-3) 0 var(--tr-s-5);
  max-width: none;
  font-family: var(--font-ui);
  font-weight: 300;
  font-size: 17px;
  line-height: 1.65;
  color: var(--smoke);
}

.trust-left p.trust-correction {
  margin: var(--tr-s-5) 0 0;
  max-width: none;
  font-family: var(--font-ui);
  font-weight: 300;
  font-size: 15px;
  line-height: 1.55;
  color: var(--smoke);
}
.trust-left p:not(.trust-link) a {
  color: var(--ink);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: color 220ms ease, text-decoration-thickness 220ms ease;
}
.trust-left p:not(.trust-link) a:hover {
  color: var(--ink-soft);
  text-decoration-thickness: 2px;
}

.trust-left p.trust-link {
  margin: var(--tr-s-4) 0 0;
  max-width: none;
}
.trust-link a {
  font-family: var(--font-serif);
  font-weight: 300;
  font-size: 17px;
  line-height: 1.4;
  color: var(--ink);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  transition: color 220ms ease, text-decoration-thickness 220ms ease;
}
.trust-link a:hover {
  color: var(--ink-soft);
  text-decoration-thickness: 2px;
}

.checklist {
  list-style: none;
  margin: 0;
  padding: 0;
}
.checklist-row {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: var(--tr-s-4);
  padding: var(--tr-s-5) 0;
  border-bottom: 1px solid var(--rule-light);
}
.checklist-row:last-child { border-bottom: none; }
.checklist-num {
  font-family: var(--font-ui);
  font-weight: 600;
  font-size: var(--tr-label);
  letter-spacing: 0.18em;
  color: var(--smoke);
  padding-top: 6px;
}
.checklist-name {
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: var(--tr-title);
  line-height: 1.3;
  color: var(--ink);
  margin: 0 0 4px;
}
.checklist-desc {
  font-family: var(--font-ui);
  font-weight: 400;
  font-size: 13.5px;
  line-height: 1.55;
  color: var(--smoke);
}

@media (max-width: 900px) {
  .trust-grid { grid-template-columns: 1fr; gap: var(--tr-s-6); padding: 0 24px; }
  .trust-left h2 { max-width: none; }
}
