.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.public-eye-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, .7fr);
  align-items: end;
  gap: clamp(32px, 7vw, 110px);
  margin-bottom: 42px;
}
.public-eye-intro h2 {
  max-width: 850px;
  margin: 0;
  font: 600 clamp(2.7rem, 6vw, 6.2rem)/.98 "Playfair Display";
  letter-spacing: -.035em;
}
.public-eye-copy {
  margin: 0 0 8px;
  color: #c3d0d9;
  font-size: 1.04rem;
  line-height: 1.75;
}
.media-credentials {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 34px;
  border-block: 1px solid #2d4a60;
}
.media-credentials div {
  display: flex;
  align-items: baseline;
  gap: 13px;
  padding: 22px 24px;
  border-right: 1px solid #2d4a60;
}
.media-credentials div:first-child { padding-left: 0; }
.media-credentials div:last-child { border-right: 0; }
.media-credentials strong {
  color: var(--gold2);
  font: 600 1.35rem/1 "Playfair Display";
}
.media-credentials span {
  color: #9fb0bc;
  font-size: .76rem;
  line-height: 1.35;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.governor-highlights {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: 0 0 86px;
}
.governor-highlights article {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  border: 1px solid #365268;
  border-radius: 6px;
  background: var(--navy2);
}
.governor-highlights img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.governor-highlights article::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(5, 14, 23, .96), rgba(5, 14, 23, .05) 65%);
}
.governor-highlights article::before {
  content: "Executive recognition";
  position: absolute;
  z-index: 2;
  top: 22px;
  left: 22px;
  padding: 8px 11px;
  border: 1px solid rgba(255,255,255,.28);
  background: rgba(5,14,23,.7);
  color: #fff;
  font-size: .68rem;
  text-transform: uppercase;
  letter-spacing: .12em;
  backdrop-filter: blur(7px);
}
.governor-highlights article div {
  position: absolute;
  z-index: 1;
  inset: auto 28px 26px;
}
.governor-highlights small {
  color: var(--gold2);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
}
.governor-highlights h3 {
  max-width: 520px;
  margin: 8px 0 0;
  font: 600 clamp(1.5rem, 2.6vw, 2.5rem)/1.15 "Playfair Display";
}
.moments-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  padding-top: 28px;
  border-top: 1px solid #29485f;
}
.moments-head h3 {
  margin: 0;
  font: 600 clamp(2rem, 4vw, 4rem)/1.1 "Playfair Display";
}
.moments-head > p {
  max-width: 420px;
  color: #aebdc7;
  line-height: 1.6;
}
.moments-grid {
  columns: 3;
  column-gap: 16px;
  margin: 34px 0 28px;
}
.moment-card {
  break-inside: avoid;
  margin: 0 0 16px;
  overflow: hidden;
  border: 1px solid #29485f;
  border-radius: 4px;
  background: var(--navy2);
}
.moment-card button {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: white;
  text-align: left;
  cursor: zoom-in;
}
.moment-card img {
  width: 100%;
  height: auto;
}
.moment-card span {
  display: block;
  padding: 14px 16px 16px;
  font-size: .88rem;
  line-height: 1.4;
}
.moment-more {
  display: block;
  margin: 0 auto 80px;
  border-color: #587184;
  background: transparent;
  color: white;
}
.moment-more:hover { border-color: var(--gold2); color: var(--gold2); }
.moment-dialog {
  width: min(1100px, 94vw);
  max-height: 92vh;
  padding: 14px;
  border: 1px solid #365268;
  border-radius: 14px;
  background: var(--navy);
  color: white;
}
.moment-dialog::backdrop { background: rgba(2, 8, 13, .88); }
.moment-dialog img {
  max-height: 76vh;
  margin: auto;
  object-fit: contain;
}
.moment-dialog p {
  margin: 12px 50px 4px;
  color: #d7e0e6;
  text-align: center;
}
.moment-dialog button {
  float: right;
  margin: 0 0 10px 10px;
  padding: 8px 16px;
  border: 1px solid #48677c;
  border-radius: 999px;
  background: var(--navy2);
  color: white;
  cursor: pointer;
}
.footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #dce5eb;
  font-weight: 700;
}
.footer-brand span { white-space: nowrap; }
footer p a,
footer div a:hover,
.footer-brand:hover { color: var(--gold2); }
@media (max-width: 900px) {
  .public-eye-intro { grid-template-columns: 1fr; gap: 22px; }
  .media-credentials { grid-template-columns: 1fr; }
  .media-credentials div,
  .media-credentials div:first-child { padding: 17px 0; border-right: 0; border-bottom: 1px solid #2d4a60; }
  .media-credentials div:last-child { border-bottom: 0; }
  .governor-highlights { grid-template-columns: 1fr; }
  .moments-grid { columns: 2; }
}
@media (max-width: 560px) {
  .public-eye-intro h2 { font-size: clamp(2.45rem, 13vw, 3.8rem); }
  .governor-highlights article { min-height: 350px; }
  .moments-head { display: block; }
  .moments-grid { columns: 1; }
  .moment-dialog p { margin: 12px 8px 4px; }
}
