.press-zoom-page {
  padding-bottom: 3rem;
}

.press-zoom-layout-section {
  padding: 2rem 0 3rem;
}

.press-zoom-layout-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  grid-template-areas:
    "title rail"
    "content rail";
  gap: 1.5rem 2rem;
  align-items: start;
}

.press-zoom-title-block {
  grid-area: title;
  min-width: 0;
}

.press-zoom-title-block .stack-main-title {
  font-size: clamp(2rem, 3vw, 2.8rem);
  line-height: 1.12;
  letter-spacing: 0;
}

.press-zoom-slogan {
  max-width: 78ch;
  margin-bottom: 1rem;
  color: #64748b;
  font-size: 1.05rem;
  line-height: 1.75;
}

.press-zoom-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.85rem;
  color: var(--brand-blue-soft);
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.press-zoom-content-card,
.press-zoom-contact-card,
.press-zoom-sidebar-card,
.press-zoom-image-link {
  border: 1px solid #dfe5f1;
  border-radius: 1.375rem;
  background: #fff;
  box-shadow: 0 1rem 2.125rem rgba(23, 60, 143, 0.06);
}

.press-zoom-content-card {
  grid-area: content;
  padding: clamp(1.5rem, 3vw, 2.5rem);
}

.press-zoom-image-link {
  display: block;
  float: right;
  max-width: 18rem;
  margin: 0 0 1.5rem 1.5rem;
  overflow: hidden;
  background: linear-gradient(135deg, #eef3ff, #f9fbff);
}

.press-zoom-image {
  display: block;
  width: 100%;
  height: auto;
}

.press-zoom-body {
  color: #4f5f78;
  font-size: 1rem;
  line-height: 1.8;
}

.press-zoom-body h2,
.press-zoom-body h3,
.press-zoom-body h4 {
  color: var(--brand-blue);
  letter-spacing: 0;
  margin-top: 1.8rem;
  margin-bottom: 0.75rem;
}

.press-zoom-body h2 {
  font-size: 1.35rem;
  line-height: 1.25;
}

.press-zoom-body h3 {
  font-size: 1.1rem;
  line-height: 1.3;
}

.press-zoom-body h4 {
  font-size: 1rem;
  line-height: 1.35;
}

.press-zoom-body a {
  color: var(--brand-blue);
  text-decoration: none;
}

.press-zoom-body a:hover {
  color: var(--brand-red);
}

.press-zoom-body img {
  max-width: 100%;
  height: auto;
}

.press-zoom-body p:last-child {
  margin-bottom: 0;
}

.press-zoom-rail {
  grid-area: rail;
  min-width: 0;
  align-self: start;
  position: sticky;
  top: 8.75rem;
}

.press-zoom-rail-sticky {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.press-zoom-contact-card,
.press-zoom-sidebar-card {
  padding: 1.25rem;
}

.press-zoom-contact-card {
  color: #64748b;
  line-height: 1.6;
}

.press-zoom-contact-card h2 {
  color: var(--brand-blue);
  font-size: 1.35rem;
  line-height: 1.2;
  margin-bottom: 0.75rem;
}

.press-zoom-contact-card p:not(.eyebrow) {
  margin-bottom: 1rem;
}

.press-zoom-contact-card .btn {
  width: 100%;
  min-height: 3.15rem;
  border-radius: 0.9rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.press-zoom-sidebar-card .lead {
  margin: 0 0 0.9rem;
  color: var(--brand-blue);
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.25;
}

.press-zoom-sidebar-card .lead a {
  color: inherit;
  text-decoration: none;
}

.press-zoom-sidebar-card .lead a:hover {
  color: var(--brand-red);
}

.press-zoom-sidebar-card .list-group {
  gap: 0.75rem;
}

.press-zoom-sidebar-card .list-group-item {
  border: 0;
  border-top: 1px solid #dfe5f1;
  padding: 0.8rem 0 0;
  color: #64748b;
  background: transparent;
  font-size: 0.95rem;
  line-height: 1.45;
}

.press-zoom-sidebar-card .list-group-item:first-child {
  border-top: 0;
  padding-top: 0;
}

.press-zoom-sidebar-card .list-group-item .date {
  display: block;
  margin-bottom: 0.25rem;
  color: var(--brand-blue-soft);
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.press-zoom-sidebar-card .list-group-item a {
  color: var(--brand-blue);
  text-decoration: none;
}

.press-zoom-sidebar-card .list-group-item a:hover {
  color: var(--brand-red);
}

@media (max-width: 991.98px) {
  .press-zoom-layout-grid {
    grid-template-columns: 1fr;
    grid-template-areas:
      "title"
      "rail"
      "content";
  }

  .press-zoom-rail {
    position: static;
  }
}

@media (max-width: 575.98px) {
  .press-zoom-content-card {
    padding: 1.25rem;
  }

  .press-zoom-image-link {
    float: none;
    max-width: none;
    margin: 0 0 1.25rem;
  }
}
