:root {
  color: #1d1d1b;
  background: #f4f0e7;
  font-family: Georgia, "Times New Roman", serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: #f4f0e7;
}

body {
  margin: 0;
  min-width: 320px;
  color: #1d1d1b;
  background: #f4f0e7;
}

a {
  color: inherit;
  text-underline-offset: 0.18em;
}

.site-header {
  width: min(100% - 2.5rem, 78rem);
  min-height: 5.5rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  border-bottom: 1px solid rgba(29, 29, 27, 0.16);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.brand {
  display: inline-flex;
  align-items: baseline;
  gap: 0.55rem;
  text-decoration: none;
}

.brand span {
  font-weight: 750;
}

.brand small {
  color: #6e6b64;
  font-size: 0.76rem;
}

.site-header nav {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  font-size: 0.82rem;
  font-weight: 650;
}

main {
  width: min(100% - 2.5rem, 78rem);
  margin: 0 auto;
}

.intro {
  max-width: 65rem;
  padding: clamp(5rem, 10vw, 9rem) 0 clamp(4rem, 8vw, 7rem);
}

.eyebrow,
.section-number,
.updated,
.status-grid span {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.eyebrow {
  margin: 0 0 1.2rem;
  color: #5f665f;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.intro h1 {
  max-width: 13ch;
  margin: 0;
  font-size: clamp(3.4rem, 7.8vw, 7rem);
  font-weight: 400;
  letter-spacing: -0.065em;
  line-height: 0.9;
  text-wrap: balance;
}

.lede {
  max-width: 48rem;
  margin: 2.3rem 0 0;
  color: #45443f;
  font-size: clamp(1.2rem, 2.2vw, 1.55rem);
  line-height: 1.55;
}

.updated {
  margin: 1.5rem 0 0;
  color: #77736b;
  font-size: 0.75rem;
}

.status-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(29, 29, 27, 0.2);
  border-bottom: 1px solid rgba(29, 29, 27, 0.2);
}

.status-grid article {
  min-height: 11rem;
  padding: 1.4rem 1.4rem 1.4rem 0;
}

.status-grid article + article {
  padding-left: 1.4rem;
  border-left: 1px solid rgba(29, 29, 27, 0.14);
}

.status-grid span {
  display: block;
  margin-bottom: 1rem;
  color: #77736b;
  font-size: 0.7rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.status-grid strong {
  display: block;
  font-size: 1.28rem;
  font-weight: 500;
}

.status-grid p {
  margin: 0.75rem 0 0;
  color: #5e5b55;
  font-size: 0.94rem;
  line-height: 1.5;
}

.trust-section {
  display: grid;
  grid-template-columns: minmax(4rem, 9rem) minmax(0, 48rem);
  gap: clamp(2rem, 5vw, 5rem);
  padding: clamp(4.5rem, 8vw, 7.5rem) 0;
  border-bottom: 1px solid rgba(29, 29, 27, 0.16);
}

.section-number {
  margin: 0;
  color: #849087;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.trust-section h2,
.closing h2 {
  margin: 0 0 1.5rem;
  font-size: clamp(2.2rem, 4vw, 4rem);
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 0.98;
}

.trust-section > div > p,
.closing > p {
  margin: 0 0 1.25rem;
  color: #373631;
  font-size: 1.08rem;
  line-height: 1.75;
}

.boundary-list,
.evidence-table {
  margin: 2rem 0;
  border-top: 1px solid rgba(29, 29, 27, 0.16);
}

.boundary-list p,
.evidence-table > div {
  margin: 0;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(29, 29, 27, 0.12);
  line-height: 1.55;
}

.evidence-table > div {
  display: grid;
  grid-template-columns: minmax(11rem, 0.9fr) minmax(0, 1.6fr);
  gap: 1.5rem;
}

.evidence-table strong {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.82rem;
}

.evidence-table span {
  color: #55524c;
}

.permission-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 2rem 0;
  border: 1px solid rgba(29, 29, 27, 0.18);
}

.permission-grid article {
  min-height: 10rem;
  padding: 1.4rem;
}

.permission-grid article + article {
  border-left: 1px solid rgba(29, 29, 27, 0.14);
}

.permission-grid strong {
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
}

.permission-grid p {
  margin: 0.75rem 0 0;
  color: #5d5a54;
  line-height: 1.55;
}

.callout {
  margin-top: 2rem !important;
  padding: 1.4rem 1.5rem;
  border-left: 3px solid #889c8c;
  background: rgba(255, 255, 255, 0.4);
}

code {
  padding: 0.08rem 0.3rem;
  border-radius: 0.2rem;
  background: rgba(29, 29, 27, 0.07);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.9em;
}

.closing {
  padding: clamp(5rem, 10vw, 9rem) 0;
}

.closing-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.2rem;
  margin-top: 2rem;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.84rem;
  font-weight: 700;
}

.closing-actions .primary {
  display: inline-flex;
  min-height: 3rem;
  align-items: center;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  color: #f4f0e7;
  background: #192019;
  text-decoration: none;
}

footer {
  width: min(100% - 2.5rem, 78rem);
  margin: 0 auto;
  padding: 2rem 0 3rem;
  border-top: 1px solid rgba(29, 29, 27, 0.18);
  color: #77736b;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.76rem;
  line-height: 1.6;
}

footer p {
  margin: 0.25rem 0;
}

@media (max-width: 800px) {
  .site-header {
    min-height: 4.8rem;
  }

  .brand small {
    display: none;
  }

  .site-header nav {
    gap: 0.8rem;
  }

  .site-header nav a:nth-child(2) {
    display: none;
  }

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

  .status-grid article:nth-child(3) {
    border-left: 0;
    border-top: 1px solid rgba(29, 29, 27, 0.14);
  }

  .status-grid article:nth-child(4) {
    border-top: 1px solid rgba(29, 29, 27, 0.14);
  }

  .trust-section {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }

  .permission-grid {
    grid-template-columns: 1fr;
  }

  .permission-grid article + article {
    border-left: 0;
    border-top: 1px solid rgba(29, 29, 27, 0.14);
  }

  .evidence-table > div {
    grid-template-columns: 1fr;
    gap: 0.45rem;
  }
}

@media (max-width: 520px) {
  .intro h1 {
    font-size: clamp(3rem, 15vw, 4.5rem);
  }

  .status-grid {
    grid-template-columns: 1fr;
  }

  .status-grid article,
  .status-grid article + article,
  .status-grid article:nth-child(3),
  .status-grid article:nth-child(4) {
    padding: 1.3rem 0;
    border-left: 0;
    border-top: 1px solid rgba(29, 29, 27, 0.14);
  }

  .status-grid article:first-child {
    border-top: 0;
  }
}
