body {
  margin: 0;
  background: #f4ede3;
  color: #1f1f1f;
  font-family: Arial, sans-serif;
}

.press-shell {
  box-sizing: border-box;
  width: min(880px, calc(100% - 24px));
  margin: 20px auto 40px;
  padding: 0;
}

.press-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
  font-family: monospace;
  font-size: 14px;
  font-weight: 700;
}

.press-nav a {
  color: #000;
  text-decoration: none;
  border: 2px solid #000;
  border-radius: 8px;
  background: #fff;
  padding: 9px 12px;
}

.press-nav a:hover,
.press-nav a:focus-visible {
  background: #ead4c1;
  outline: none;
}

.press-release {
  box-sizing: border-box;
  background: #fff;
  border: 3px solid #000;
  border-radius: 12px;
  padding: 34px;
}

.press-kicker {
  margin: 0 0 18px;
  font-family: monospace;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #7a4633;
}

.press-release h1 {
  margin: 0 0 16px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 5vw, 3.1rem);
  line-height: 1.05;
  letter-spacing: 0;
}

.press-subhead {
  margin: 0 0 24px;
  font-size: 19px;
  line-height: 1.5;
  color: #3f3833;
}

.press-meta,
.press-contact {
  margin: 0 0 22px;
  padding: 16px;
  border: 1px solid rgba(110, 88, 72, 0.28);
  border-radius: 8px;
  background: #fbf6ef;
  font-size: 15px;
  line-height: 1.55;
}

.press-release p {
  font-size: 17px;
  line-height: 1.68;
}

.press-release blockquote {
  margin: 28px 0;
  padding: 20px 22px;
  border-left: 5px solid #b37a5a;
  background: #fbf6ef;
  color: #2f2925;
  font-size: 18px;
  line-height: 1.6;
}

.press-release h2 {
  margin-top: 34px;
  font-family: monospace;
  font-size: 20px;
}

.press-release a {
  color: #6f3b28;
  font-weight: 700;
}

@media (max-width: 720px) {
  .press-shell {
    width: min(100% - 10px, 880px);
    margin-top: 6px;
  }

  .press-release {
    padding: 20px;
    border-width: 2px;
  }

  .press-subhead,
  .press-release blockquote {
    font-size: 16px;
  }

  .press-release p {
    font-size: 15px;
  }
}
