.field-notes {
  width: 100%;
  max-width: none;
  margin: 0;
  padding-top: 76px;
  padding-right: max(48px, calc((100vw - 1180px) / 2));
  padding-bottom: 84px;
  padding-left: max(48px, calc((100vw - 1180px) / 2));
  background: var(--ink);
  color: #fff;
}

.field-notes-intro {
  max-width: 780px;
}

.field-notes-intro .eyebrow {
  color: #9fa2ff;
}

.field-notes-intro h2 {
  margin: 12px 0 0;
  color: #fff;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.06;
  letter-spacing: -.03em;
  font-weight: 650;
}

.field-notes-intro > p:last-child {
  max-width: 700px;
  margin: 18px 0 0;
  color: #aeb5c2;
  font-size: 14px;
  line-height: 1.7;
}

.field-note-grid {
  margin-top: 36px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  align-items: start;
}

.field-note {
  position: relative;
  min-height: 150px;
  margin: 0;
  padding: 21px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #303543;
  border-radius: 18px;
  background: #1a1e2a;
  box-shadow: 0 14px 26px rgba(0, 0, 0, .13);
}

.field-note::after {
  position: absolute;
  bottom: -10px;
  left: 32px;
  width: 19px;
  height: 19px;
  border-right: 1px solid #303543;
  border-bottom: 1px solid #303543;
  background: inherit;
  content: "";
  transform: rotate(45deg);
}

.field-note:nth-child(1) {
  transform: translateY(14px) rotate(-.25deg);
}

.field-note:nth-child(2) {
  transform: translateY(-12px) rotate(.18deg);
}

.field-note:nth-child(3) {
  transform: translateY(10px) rotate(-.15deg);
}

.field-note:nth-child(4) {
  transform: translateY(-6px) rotate(.2deg);
}

.field-note:nth-child(2),
.field-note:nth-child(4) {
  background: #202437;
}

.field-note-short {
  min-height: 130px;
}

.field-note p {
  margin: 0;
  color: #fff;
  font-size: 17px;
  line-height: 1.4;
  letter-spacing: -.01em;
  font-weight: 560;
}

.field-note cite {
  margin-top: 18px;
  color: #8f97a8;
  font-size: 9px;
  font-style: normal;
  font-weight: 760;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.baseline-callout {
  margin: 42px auto 0;
  padding: 22px 26px;
  max-width: 880px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  border: 1px solid #34394a;
  border-radius: 14px;
  background: #171b26;
  text-align: center;
}

.baseline-callout strong {
  color: #fff;
  font-size: 14px;
}

.baseline-callout span {
  color: #aeb5c2;
  font-size: 12px;
}

.field-note-context {
  margin: 18px 0 0;
  color: #7f8796;
  font-size: 10px;
  line-height: 1.6;
}

.hero-proof {
  gap: 22px;
  margin-top: 40px;
  color: #596273;
  font-size: 13px;
}

.hero-proof b {
  color: #8b93a1;
}

.market-shift {
  padding-top: 112px;
  padding-bottom: 72px;
}

.market-shift .section-heading > p:last-child {
  max-width: 790px;
  font-size: 15px;
  line-height: 1.75;
}

.platform-matrix-section {
  width: 100%;
  max-width: none;
  margin: 0;
  padding-top: 78px;
  padding-right: max(48px, calc((100vw - 1180px) / 2));
  padding-bottom: 112px;
  padding-left: max(48px, calc((100vw - 1180px) / 2));
  background: #eef0f5;
}

.platform-matrix-section .section-heading {
  max-width: 920px;
}

.platform-matrix-shell {
  margin-top: 42px;
  overflow-x: auto;
  border: 1px solid #dfe2e8;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(28, 32, 43, .05);
}

.platform-matrix {
  width: 100%;
  min-width: 1040px;
  border-collapse: collapse;
  font-size: 12px;
}

.platform-matrix th,
.platform-matrix td {
  padding: 17px 16px;
  border-bottom: 1px solid #e8eaee;
  border-right: 1px solid #eef0f3;
  text-align: left;
  vertical-align: top;
}

.platform-matrix th:last-child,
.platform-matrix td:last-child {
  border-right: 0;
}

.platform-matrix thead th {
  background: #f7f8fa;
  color: #737b8a;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.platform-matrix tbody tr:last-child td,
.platform-matrix tbody tr:last-child th {
  border-bottom: 0;
}

.platform-matrix tbody th {
  width: 225px;
  background: #fbfbfc;
  color: var(--ink);
  font-size: 12px;
  font-weight: 730;
}

.platform-name {
  display: flex;
  align-items: flex-start;
  gap: 11px;
}

.platform-logo {
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  display: block;
  overflow: hidden;
  border: 1px solid #dfe2e8;
  border-radius: 9px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px auto;
  color: transparent;
  font-size: 0;
}

.platform-logo-claude {
  background-color: #f4eee8;
  background-image: url("../brand/providers/anthropic.307496b24083.svg");
}

.platform-logo-openai {
  background-color: #f6f7f8;
  background-image: url("../brand/providers/openai.8ff312b294b0.svg");
}

.platform-logo-google {
  background-image: url("../brand/providers/google-cloud.36dc08b9a2b5.svg");
  background-size: 21px auto;
}

.platform-logo-github {
  background-color: #f6f7f8;
  background-image: url("../brand/providers/github.3f175dd987a9.svg");
}

.platform-logo-chatgpt {
  background-color: #edf7f4;
  background-image: url("../brand/providers/openai.8ff312b294b0.svg");
}

.platform-matrix tbody th small {
  display: block;
  margin-top: 5px;
  color: #8a92a0;
  font-size: 9px;
  font-weight: 600;
  line-height: 1.45;
}

.matrix-state {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 720;
  line-height: 1.25;
}

.matrix-state::before {
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border-radius: 50%;
  content: "";
}

.matrix-state-supported {
  color: #26664b;
}

.matrix-state-supported::before {
  background: #3da273;
}

.matrix-state-limited {
  color: #88651f;
}

.matrix-state-limited::before {
  background: #d2a345;
}

.matrix-state-unavailable {
  color: #858c98;
}

.matrix-state-unavailable::before {
  background: #b9bec7;
}

.platform-matrix td small {
  display: block;
  margin-top: 6px;
  color: #7d8593;
  font-size: 9px;
  line-height: 1.5;
}

.matrix-notes {
  margin-top: 14px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  color: #7b8391;
  font-size: 10px;
  line-height: 1.55;
}

.matrix-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.matrix-legend span {
  white-space: nowrap;
}

.ownership-copy {
  max-width: 520px;
  margin: 22px 0 0;
  color: #686f7c;
  font-size: 13px;
  line-height: 1.7;
}

.encryption-section {
  padding-top: 82px;
  padding-bottom: 82px;
  grid-template-columns: .82fr 1.18fr;
  gap: 56px;
}

.encryption-section .encryption-card {
  min-height: 152px;
  padding: 20px;
}

.encryption-section .encryption-card strong {
  margin-top: 22px;
}

.governance-flow-short {
  margin-top: 48px;
  grid-template-columns: 1fr 28px 1fr 28px 1fr 28px 1fr;
}

.governance-flow-short .governance-step {
  min-height: 172px;
  padding: 20px;
}

.governance-flow-short .governance-step > span {
  margin-bottom: 26px;
}

.governance-flow-short .governance-step strong {
  margin-top: 0;
}

.governance-section .section-heading-centered {
  margin-left: 0;
  margin-right: 0;
  text-align: left;
}

.governance-section .section-heading-centered > p:last-child {
  margin-left: 0;
  margin-right: 0;
}

@media (max-width: 1100px) {
  .field-note-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  .field-note:nth-child(n) {
    transform: none;
  }

  .encryption-section {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .governance-flow-short {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .governance-flow-short .governance-step {
    min-height: 0;
  }

  .governance-flow-short .governance-step > span {
    margin-bottom: 20px;
  }
}

@media (max-width: 680px) {
  .field-notes {
    padding-top: 62px;
    padding-right: 24px;
    padding-bottom: 66px;
    padding-left: 24px;
  }

  .field-note-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .field-note:nth-child(n) {
    min-height: 0;
    padding: 18px;
  }

  .baseline-callout {
    margin-top: 36px;
    padding: 18px 20px;
  }

  .product-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .product-section .feature-grid {
    gap: 12px;
  }

  .product-section .feature-card {
    min-height: 0;
    padding: 22px;
  }

  .product-section .feature-icon {
    margin-bottom: 24px;
  }

  .product-section .feature-card h3 {
    font-size: 20px;
  }

  .product-section .feature-card p {
    margin-top: 10px;
  }

  .market-shift {
    padding-top: 86px;
  }

  .platform-matrix-section {
    padding-top: 64px;
    padding-right: 24px;
    padding-bottom: 86px;
    padding-left: 24px;
  }

  .platform-matrix-shell {
    margin-left: -4px;
    margin-right: -4px;
    border-radius: 12px;
  }

  .matrix-notes {
    flex-direction: column;
    gap: 10px;
  }

  .trust-section:not(.encryption-section) {
    padding-top: 72px;
    padding-bottom: 72px;
    gap: 42px;
  }

  .trust-section:not(.encryption-section) .trust-list {
    margin-top: 28px;
  }

  .trust-section:not(.encryption-section) .trust-list li {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .governance-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .governance-flow-short {
    margin-top: 36px;
  }

  .governance-flow-short .governance-step {
    padding: 18px;
  }

  .encryption-section {
    padding-top: 58px;
    padding-right: 24px;
    padding-bottom: 58px;
    padding-left: 24px;
    gap: 24px;
  }

  .encryption-section .encryption-card {
    min-height: 0;
    padding: 18px;
  }

  .encryption-section .encryption-card strong {
    margin-top: 16px;
  }
}