.documents-hero {
  padding: clamp(48px, 6vw, 78px) clamp(20px, 6vw, 84px) clamp(42px, 6vw, 74px);
  background: #fbf1f3;
}

.documents-hero h1 {
  max-width: 1120px;
  margin: 0;
  font-size: clamp(42px, 6vw, 84px);
  line-height: 1.02;
}

.documents-hero p {
  max-width: 780px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 22px;
}

.documents-section {
  padding: clamp(42px, 6vw, 84px) clamp(20px, 6vw, 84px);
  background: #ffffff;
}

.documents-table {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #ffffff;
}

.documents-table table {
  width: 100%;
  border-collapse: collapse;
}

.documents-table th,
.documents-table td {
  border-bottom: 1px solid var(--line);
  padding: 18px 22px;
  text-align: left;
  vertical-align: top;
}

.documents-table th {
  background: #fbf1f3;
  color: var(--ink);
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.documents-table tr:last-child td {
  border-bottom: 0;
}

.documents-table a {
  color: var(--accent);
  font-weight: 850;
}

.documents-empty {
  padding: 28px;
  color: var(--muted);
  font-size: 20px;
}

@media (max-width: 620px) {
  .documents-table {
    overflow-x: auto;
  }

  .documents-table table {
    min-width: 680px;
  }
}

body.fortland-public-shell .documents-page {
  width: min(1180px, calc(100% - 48px));
  max-width: none;
  margin: 46px auto;
}

body.fortland-public-shell .documents-hero {
  border: 1px solid var(--grid-strong);
  border-radius: 24px;
  padding: clamp(32px, 5vw, 54px);
  background: linear-gradient(145deg, var(--blue-bright), var(--blue));
  color: #fff;
  box-shadow: 0 30px 70px -38px rgba(27, 36, 48, 0.34);
}

body.fortland-public-shell .documents-hero h1 {
  max-width: 980px;
  color: #fff;
  font-family:
    Manrope, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(34px, 5vw, 64px);
  letter-spacing: 0;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.22);
}

body.fortland-public-shell .documents-hero p {
  max-width: 840px;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 700;
}

body.fortland-public-shell .documents-section {
  padding: 24px 0 0;
  background: transparent;
}

body.fortland-public-shell .documents-table {
  border: 1px solid var(--grid-strong);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 24px 54px -34px rgba(27, 36, 48, 0.28);
}

body.fortland-public-shell .documents-table th {
  background: var(--blue-bg);
  color: var(--blue);
}

body.fortland-public-shell .documents-table th,
body.fortland-public-shell .documents-table td {
  border-bottom-color: var(--grid-strong);
}

body.fortland-public-shell .documents-table a {
  color: var(--blue);
}

@media (max-width: 620px) {
  body.fortland-public-shell .documents-page {
    width: calc(100% - 32px);
    margin-top: 28px;
  }
}
