body.updates-p1 {
  background: #f7f3ea;
}

body.updates-p1 .site-header a,
body.updates-p1 .site-header button,
body.updates-p1 .footer-links a,
body.updates-p1 button,
body.updates-p1 .button,
body.updates-p1 main a {
  min-height: 44px;
}

body.updates-p1 .footer-links a {
  min-width: 44px;
  justify-content: center;
}

.updates-p1-hero {
  position: relative;
  min-height: 610px;
  padding: 150px max(48px, calc((100vw - 1180px) / 2)) 110px;
  overflow: hidden;
  color: #f7f4ec;
  background:
    radial-gradient(circle at 80% 20%, rgba(217, 170, 67, .24), transparent 26%),
    radial-gradient(circle at 16% 82%, rgba(66, 126, 104, .27), transparent 31%),
    linear-gradient(125deg, #101514 0%, #17231f 54%, #243f35 100%);
}

.updates-p1-hero::after {
  content: "";
  position: absolute;
  width: 430px;
  height: 430px;
  right: 7%;
  top: 96px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 50%;
  box-shadow: 0 0 0 78px rgba(255, 255, 255, .025), 0 0 0 156px rgba(255, 255, 255, .018);
  pointer-events: none;
}

.updates-p1-hero > * {
  position: relative;
  z-index: 1;
  max-width: 790px;
}

.updates-p1-hero .eyebrow,
.updates-p1-newsletter .eyebrow {
  color: #e6bd63;
}

.updates-p1-hero h1 {
  max-width: 720px;
  margin: 16px 0 24px;
  color: #fff;
  font-size: clamp(3.5rem, 7.5vw, 7.2rem);
  line-height: .9;
  letter-spacing: -.065em;
}

.updates-p1-hero > p:not(.eyebrow) {
  max-width: 680px;
  margin: 0;
  color: #d9e1dc;
  font-size: clamp(1.05rem, 1.8vw, 1.35rem);
  line-height: 1.65;
}

.updates-p1-jump {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 38px;
  padding: 0 22px;
  border: 1px solid rgba(255, 255, 255, .4);
  border-radius: 999px;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}

.updates-p1-jump:hover,
.updates-p1-jump:focus-visible {
  border-color: #e6bd63;
  background: rgba(230, 189, 99, .12);
}

.updates-p1-recent {
  padding-top: 104px;
  padding-bottom: 108px;
}

.updates-p1-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr);
  gap: 60px;
  align-items: end;
}

.updates-p1-section-heading h2 {
  max-width: 780px;
  margin: 12px 0 0;
  font-size: clamp(2.4rem, 5vw, 4.9rem);
  line-height: .98;
  letter-spacing: -.05em;
}

.updates-p1-section-heading > p {
  margin: 0 0 5px;
  color: #56645f;
  font-size: 1.05rem;
  line-height: 1.75;
}

.updates-p1-filters {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px 42px;
  align-items: end;
  margin: 72px 0 34px;
  padding: 28px 30px;
  border: 1px solid #d9d4c8;
  border-radius: 24px;
  background: rgba(255, 255, 255, .62);
}

.updates-p1-filters h2 {
  margin: 4px 0 0;
  font-size: 1.35rem;
}

.updates-p1-filter-controls {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.updates-p1-filter {
  min-width: 82px;
  padding: 0 17px;
  border: 1px solid #c7cec8;
  border-radius: 999px;
  color: #203029;
  background: #fff;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.updates-p1-filter:hover,
.updates-p1-filter:focus-visible {
  border-color: #2f705d;
  color: #1d5f4b;
}

.updates-p1-filter.is-active {
  border-color: #1c5f4c;
  color: #fff;
  background: #1c5f4c;
}

.updates-p1-filter-status {
  grid-column: 1 / -1;
  margin: 0;
  color: #5d6864;
  font-size: .92rem;
}

.updates-p1-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.updates-p1-card {
  display: flex;
  min-height: 390px;
  padding: 34px;
  flex-direction: column;
  border: 1px solid #d7d3c9;
  border-radius: 25px;
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 18px 44px rgba(20, 34, 29, .06);
}

.updates-card-image {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  margin: -1px -1px 18px;
  object-fit: cover;
  object-position: center;
}

.updates-p1-card.featured {
  color: #f7f4ec;
  border-color: #1a3028;
  background: linear-gradient(145deg, #14201c, #244b3e);
}

.updates-p1-card[hidden] {
  display: none;
}

.updates-p1-card-meta {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  color: #5a6863;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.updates-p1-card-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 11px;
  border-radius: 999px;
  color: #1f5f4b;
  background: #e1f0e8;
}

.updates-p1-card.featured .updates-p1-card-meta {
  color: #cddbd5;
}

.updates-p1-card.featured .updates-p1-card-meta span {
  color: #1f2b25;
  background: #e7bd5e;
}

.updates-p1-card h3 {
  margin: 52px 0 18px;
  font-size: clamp(1.65rem, 3.4vw, 2.6rem);
  line-height: 1.03;
  letter-spacing: -.04em;
}

.updates-p1-card.featured h3 {
  color: #fff;
}

.updates-p1-card p {
  margin: 0;
  color: #54615d;
  line-height: 1.7;
}

.updates-p1-card.featured p {
  color: #d3ddd8;
}

.updates-p1-card > a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: fit-content;
  margin-top: auto;
  padding-top: 22px;
  color: #1f6651;
  font-weight: 850;
  text-underline-offset: 4px;
}

.updates-p1-card.featured > a {
  color: #f1cc72;
}

.updates-p1-newsletter {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(430px, .8fr);
  gap: 70px;
  align-items: center;
  padding: 112px max(48px, calc((100vw - 1180px) / 2));
  color: #f6f2e9;
  background:
    radial-gradient(circle at 10% 10%, rgba(55, 118, 94, .31), transparent 34%),
    #111817;
}

.updates-p1-newsletter h2 {
  max-width: 700px;
  margin: 14px 0 22px;
  color: #fff;
  font-size: clamp(3rem, 6vw, 5.7rem);
  line-height: .92;
  letter-spacing: -.06em;
}

.updates-p1-newsletter-copy > p:not(.eyebrow) {
  max-width: 650px;
  color: #ccd7d2;
  font-size: 1.08rem;
  line-height: 1.7;
}

.updates-p1-newsletter ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 22px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.updates-p1-newsletter li {
  position: relative;
  padding-left: 22px;
  color: #e5ece8;
}

.updates-p1-newsletter li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .55em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e4b953;
}

.updates-p1-signup-card {
  padding: 40px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 28px;
  color: #18201d;
  background: #fff;
  box-shadow: 0 26px 70px rgba(0, 0, 0, .24);
}

.updates-p1-signup-card h3 {
  margin: 16px 0 10px;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  line-height: 1;
}

.updates-p1-signup-card > p {
  color: #59645f;
  line-height: 1.6;
}

.updates-p1-signup-card .email-signup-form {
  margin-top: 24px;
}

.updates-p1-signup-card .signup-support,
.updates-p1-signup-card .signup-message {
  color: #4f5a56;
}

.updates-p1-signup-card .signup-support a {
  display: inline-flex;
  align-items: center;
}

.updates-p1-signup-card .signup-message:not(:empty) {
  min-height: 24px;
}

@media (max-width: 900px) {
  .updates-p1-section-heading,
  .updates-p1-newsletter {
    grid-template-columns: 1fr;
  }

  .updates-p1-filters {
    grid-template-columns: 1fr;
  }

  .updates-p1-filter-controls {
    justify-content: flex-start;
  }

  .updates-p1-newsletter {
    gap: 48px;
  }
}

@media (max-width: 680px) {
  .updates-p1-hero {
    min-height: 590px;
    padding: 112px 20px 72px;
  }

  .updates-p1-hero::after {
    width: 260px;
    height: 260px;
    right: -80px;
    top: 110px;
    box-shadow: 0 0 0 48px rgba(255, 255, 255, .025), 0 0 0 96px rgba(255, 255, 255, .018);
  }

  .updates-p1-hero h1 {
    margin-top: 12px;
    font-size: clamp(3.4rem, 18vw, 4.8rem);
  }

  .updates-p1-jump {
    width: 100%;
    justify-content: center;
  }

  .updates-p1-recent {
    padding: 76px 16px 80px;
  }

  .updates-p1-section-heading {
    gap: 24px;
  }

  .updates-p1-section-heading h2 {
    font-size: clamp(2.4rem, 12vw, 3.4rem);
  }

  .updates-p1-filters {
    margin: 46px 0 24px;
    padding: 22px 18px;
  }

  .updates-p1-filter-controls {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .updates-p1-filter:first-child {
    grid-column: 1 / -1;
  }

  .updates-p1-filter {
    width: 100%;
    padding: 0 10px;
  }

  .updates-p1-grid {
    grid-template-columns: 1fr;
  }

  .updates-p1-card {
    min-height: 360px;
    padding: 26px 24px;
  }

  .updates-p1-card-meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .updates-p1-card h3 {
    margin-top: 38px;
  }

  .updates-p1-newsletter {
    padding: 84px 16px;
  }

  .updates-p1-newsletter h2 {
    font-size: clamp(3rem, 15vw, 4.2rem);
  }

  .updates-p1-newsletter ul {
    grid-template-columns: 1fr;
  }

  .updates-p1-signup-card {
    padding: 28px 20px;
  }

  .updates-p1-signup-card .signup-fields {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .updates-p1 *,
  .updates-p1 *::before,
  .updates-p1 *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}
