.staff-only-page {
  background: #f4f1e9;
  color: #082f2a;
}

.staff-entry {
  padding: clamp(2.5rem, 7vw, 6rem) 1.25rem clamp(3rem, 8vw, 6.5rem);
  background: #062e29;
  color: #fff;
}

.staff-entry-inner,
.staff-links-inner {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.staff-entry-inner {
  display: grid;
  justify-items: start;
}

.staff-danger-sign {
  display: block;
  width: min(100%, 560px);
  height: auto;
  margin: 0 0 clamp(2rem, 5vw, 4rem);
  border: 10px solid rgba(255, 255, 255, 0.92);
  box-shadow: 18px 18px 0 #d8bd62;
}

.staff-kicker {
  margin: 0 0 0.85rem;
  color: #a71930;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.staff-entry .staff-kicker {
  color: #f2d56d;
}

.staff-entry h1,
.staff-links-section h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: 0;
}

.staff-entry h1 {
  max-width: 900px;
  font-size: clamp(3.2rem, 9vw, 7.5rem);
  line-height: 0.9;
}

.staff-warning {
  max-width: 820px;
  margin: 1.75rem 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  line-height: 1.65;
}

.staff-links-section {
  padding: clamp(3.5rem, 8vw, 7rem) 1.25rem;
}

.staff-links-section h2 {
  max-width: 900px;
  font-size: clamp(2.5rem, 6vw, 5.25rem);
  line-height: 0.98;
}

.staff-intro {
  max-width: 820px;
  margin: 1.5rem 0 2.75rem;
  color: #425d59;
  font-size: 1.05rem;
  line-height: 1.7;
}

.campaign-table-wrap {
  overflow-x: auto;
  border-top: 5px solid #a71930;
  background: #fff;
  box-shadow: 0 18px 45px rgba(8, 47, 42, 0.1);
}

.campaign-table {
  width: 100%;
  min-width: 920px;
  border-collapse: collapse;
}

.campaign-table th,
.campaign-table td {
  padding: 1.25rem 1.15rem;
  border-bottom: 1px solid #d8dfdc;
  text-align: left;
  vertical-align: middle;
}

.campaign-table thead th {
  background: #e9edea;
  color: #082f2a;
  font-size: 0.78rem;
  text-transform: uppercase;
}

.campaign-table tbody th {
  width: 34%;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.15rem;
  line-height: 1.35;
}

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

.campaign-table tbody tr:hover {
  background: #faf8f2;
}

.campaign-table a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  padding: 0.7rem 0.9rem;
  border: 1px solid #0d5149;
  color: #0d5149;
  font-size: 0.82rem;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
}

.campaign-table a:hover,
.campaign-table a:focus-visible {
  background: #0d5149;
  color: #fff;
}

@media (max-width: 760px) {
  .staff-entry {
    padding-top: 2rem;
  }

  .staff-danger-sign {
    border-width: 6px;
    box-shadow: 10px 10px 0 #d8bd62;
  }

  .campaign-table-wrap {
    overflow: visible;
    border-top: 0;
    background: transparent;
    box-shadow: none;
  }

  .campaign-table,
  .campaign-table tbody,
  .campaign-table tr,
  .campaign-table th,
  .campaign-table td {
    display: block;
    width: 100%;
    min-width: 0;
  }

  .campaign-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
  }

  .campaign-table tr {
    margin-bottom: 1.25rem;
    padding: 1.25rem;
    border-top: 5px solid #a71930;
    background: #fff;
    box-shadow: 0 12px 30px rgba(8, 47, 42, 0.09);
  }

  .campaign-table th,
  .campaign-table td {
    padding: 0.55rem 0;
    border: 0;
  }

  .campaign-table tbody th {
    margin-bottom: 0.65rem;
    font-size: 1.35rem;
  }

  .campaign-table td::before {
    display: block;
    margin-bottom: 0.35rem;
    color: #61726f;
    font-size: 0.72rem;
    font-weight: 800;
    text-transform: uppercase;
  }

  .campaign-table td:nth-child(2)::before {
    content: "Old site";
  }

  .campaign-table td:nth-child(3)::before {
    content: "Ads page (new site)";
  }

  .campaign-table td:nth-child(4)::before {
    content: "SEO page (new site)";
  }

  .campaign-table a {
    width: 100%;
    justify-content: center;
  }
}
