:root {
  --press-ink: #0b2235;
  --press-muted: #5a7080;
  --press-line: #d4e0e6;
  --press-signal: #087f8c;
  --press-paper: #fbfdfe;
  --press-frame: 1180px;
  --press-reading: 72ch;
}

.press-shell {
  background:
    linear-gradient(180deg, rgba(7, 154, 184, .08), transparent 430px),
    var(--press-paper);
  color: var(--press-ink);
}

.press-frame {
  width: min(calc(100% - 40px), var(--press-frame));
  margin-inline: auto;
}

.press-breadcrumb {
  width: 100%;
  padding-top: 28px;
}

.press-hero {
  position: relative;
  display: grid;
  min-height: 460px;
  padding: clamp(58px, 9vw, 116px) 0 clamp(48px, 8vw, 92px);
  border-bottom: 1px solid var(--press-line);
}

.press-hero--with-image {
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, .65fr);
  gap: clamp(38px, 6vw, 84px);
  align-items: center;
}

.press-shell--company .press-hero {
  min-height: 0;
  padding-bottom: clamp(38px, 5vw, 60px);
}

.press-shell--company .press-body {
  padding-top: clamp(38px, 5vw, 68px);
}

.press-shell--profile .press-hero {
  min-height: 0;
  padding-bottom: clamp(46px, 7vw, 82px);
}

.press-hero--profile {
  grid-template-columns: minmax(0, .86fr) minmax(480px, 1.14fr);
}

.press-hero--profile .press-hero__media img {
  aspect-ratio: 16 / 10;
  max-height: none;
  object-position: center;
}

.press-hero__copy {
  position: relative;
  z-index: 1;
}

.press-hero__copy::before {
  content: "";
  display: block;
  width: 74px;
  height: 5px;
  margin-bottom: 26px;
  background: var(--press-signal);
  border-radius: 999px;
}

.press-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--press-signal);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.press-kicker::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
}

.press-hero h1 {
  max-width: 900px;
  margin: 16px 0 24px;
  color: var(--press-ink);
  font-size: clamp(2.45rem, 5.2vw, 5.8rem);
  line-height: .99;
  letter-spacing: -.055em;
  text-wrap: balance;
}

.press-deck {
  max-width: 760px;
  margin: 0;
  color: var(--press-muted);
  font-size: clamp(1.15rem, 2vw, 1.42rem);
  line-height: 1.55;
}

.press-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 30px;
  color: var(--press-muted);
  font-size: .88rem;
  font-weight: 600;
}

.press-meta span:first-child {
  color: var(--press-ink);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.press-distribution-note {
  max-width: 680px;
  margin: 20px 0 0;
  color: var(--press-muted);
  font-size: .92rem;
  line-height: 1.6;
}

.press-distribution-note span {
  display: block;
  margin-bottom: 4px;
  color: var(--press-signal);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.press-hero__media {
  position: relative;
  margin: 0;
}

.press-hero__media::before {
  content: "";
  position: absolute;
  inset: -16px 18px 16px -18px;
  border: 1px solid rgba(8, 127, 140, .34);
  border-radius: 3px;
}

.press-hero__media img {
  position: relative;
  display: block;
  width: 100%;
  max-height: 560px;
  object-fit: cover;
  border-radius: 3px;
  box-shadow: 0 24px 64px rgba(8, 42, 57, .18);
}

.press-hero__media figcaption,
.press-inline-media figcaption {
  margin-top: 12px;
  color: var(--press-muted);
  font-size: .82rem;
  line-height: 1.45;
}

.press-body {
  width: min(100%, var(--press-reading));
  margin-inline: auto;
  padding: clamp(54px, 8vw, 104px) 0 110px;
  font-size: 1.08rem;
}

.press-body--hub {
  width: min(100%, 940px);
}

.press-body > p:first-child {
  margin-top: 0;
  color: var(--press-ink);
  font-size: clamp(1.22rem, 2vw, 1.42rem);
  line-height: 1.55;
}

.press-body p,
.press-body li {
  color: #294551;
}

.press-body h2 {
  margin-top: 58px;
  padding-top: 18px;
  border-top: 1px solid var(--press-line);
  color: var(--press-ink);
  font-size: clamp(1.55rem, 3vw, 2.25rem);
  text-wrap: balance;
}

.press-body h3 {
  margin: 30px 0 10px;
  color: var(--press-ink);
  font-size: 1.14rem;
  line-height: 1.35;
}

.press-body code {
  padding: .12em .4em;
  border: 1px solid rgba(8, 127, 140, .22);
  border-radius: 3px;
  background: #edf7f8;
  color: #075963;
  font-size: .9em;
  overflow-wrap: anywhere;
}

.verification-intro > p {
  max-width: 67ch;
}

.verification-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin: 30px 0 0;
  border: 1px solid var(--press-line);
  background: var(--press-line);
}

.verification-facts > div {
  min-height: 114px;
  padding: 20px 22px;
  background: #fff;
}

.verification-facts dt,
.verification-action__label {
  display: block;
  margin-bottom: 10px;
  color: var(--press-signal);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.verification-facts dd {
  margin: 0;
  color: var(--press-ink);
  font-weight: 650;
  line-height: 1.45;
}

.profile-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin: 28px 0 0;
  border: 1px solid var(--press-line);
  background: var(--press-line);
}

.profile-facts > div {
  min-height: 112px;
  padding: 20px 22px;
  background: #fff;
}

.profile-facts dt {
  margin-bottom: 9px;
  color: var(--press-signal);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.profile-facts dd {
  margin: 0;
  color: var(--press-ink);
  font-weight: 650;
  line-height: 1.45;
}

.profile-timeline {
  display: grid;
  margin-top: 28px;
  border-top: 1px solid var(--press-line);
}

.profile-timeline article {
  display: grid;
  grid-template-columns: 122px minmax(0, 1fr);
  column-gap: 24px;
  padding: 24px 0;
  border-bottom: 1px solid var(--press-line);
}

.profile-timeline time {
  grid-row: 1 / span 2;
  color: var(--press-signal);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.profile-timeline h3 { margin: 0 0 8px; }
.profile-timeline p { margin: 0; }

.profile-focus-list {
  display: grid;
  gap: 12px;
  margin: 24px 0;
  padding: 0;
  list-style: none;
}

.profile-focus-list li {
  padding: 18px 20px;
  border-left: 3px solid var(--press-signal);
  background: #f2f8fa;
}

.verification-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}

.verification-action {
  position: relative;
  display: grid;
  gap: 8px;
  min-height: 178px;
  padding: 24px;
  border: 1px solid var(--press-line);
  background: #f5fbfc;
  color: var(--press-ink);
  text-decoration: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.verification-action::after {
  content: "↗";
  position: absolute;
  top: 20px;
  right: 20px;
  color: var(--press-signal);
  font-size: 1.15rem;
}

.verification-action strong {
  max-width: 21ch;
  font-size: 1.18rem;
  line-height: 1.18;
}

.verification-action > span:last-child {
  max-width: 32ch;
  color: var(--press-muted);
  line-height: 1.45;
}

.verification-boundary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-top: 26px;
  border: 1px solid var(--press-line);
  background: var(--press-line);
}

.verification-boundary > div {
  padding: 24px 26px 20px;
  background: #fff;
}

.verification-boundary > div:last-child {
  background: #f7fbfc;
}

.verification-boundary h3 {
  margin: 0 0 12px;
}

.verification-boundary ul {
  margin: 0;
  padding-left: 1.1em;
}

@media (hover: hover) and (pointer: fine) {
  .verification-action:hover {
    transform: translateY(-2px);
    border-color: rgba(8, 127, 140, .55);
    box-shadow: 0 16px 36px rgba(8, 42, 57, .1);
  }
}

.press-body blockquote {
  margin: 38px 0;
  padding: 10px 0 10px 28px;
  border-left: 4px solid var(--press-signal);
  color: var(--press-ink);
  font-size: 1.14rem;
}

.press-inline-media {
  margin: 48px 0 56px;
}

.press-inline-media img {
  display: block;
  width: 100%;
  max-height: 620px;
  object-fit: cover;
  border-radius: 3px;
  box-shadow: 0 20px 50px rgba(8, 42, 57, .14);
}

.press-contact {
  margin-top: 34px;
  padding: 26px 28px;
  border: 1px solid var(--press-line);
  background: #f2f8fa;
}

.press-contact p {
  margin: 0;
}

.publication-link {
  margin-top: 60px;
  padding: 28px;
  border: 1px solid var(--press-line);
  background: #eef7f8;
}

.publication-link span {
  color: var(--press-signal);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.publication-link h2 {
  margin: 8px 0 12px;
  padding: 0;
  border: 0;
  font-size: 1.35rem;
}

.publication-link > p {
  margin: 0;
}

.publication-list {
  display: grid;
  gap: 0;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--press-line);
}

.publication-list li {
  display: flex;
  gap: 18px;
  align-items: baseline;
  justify-content: space-between;
  padding: 14px 0;
  border-bottom: 1px solid var(--press-line);
}

.publication-list a {
  font-weight: 700;
}

.publication-list time {
  flex: 0 0 auto;
  color: var(--press-muted);
  font-size: .84rem;
}

.press-distribution-summary {
  padding: 28px;
  border: 1px solid var(--press-line);
  background: #eef7f8;
}

.press-distribution-summary h2 {
  margin-top: 0;
}

.press-distribution-links {
  overflow-wrap: anywhere;
}

.press-list {
  display: grid;
  gap: 18px;
  margin-top: 28px;
}

.press-release-card {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 24px;
  border: 1px solid var(--press-line);
  border-radius: 4px;
  background: #fff;
  color: var(--press-ink);
  text-decoration: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.press-release-card time {
  color: var(--press-signal);
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.press-release-card h2 {
  margin: 0 0 8px;
  padding: 0;
  border: 0;
  font-size: 1.28rem;
}

.press-release-card p {
  margin: 0;
  color: var(--press-muted);
  font-size: .98rem;
}

.press-release-card .press-arrow {
  font-size: 1.5rem;
}

@media (hover: hover) and (pointer: fine) {
  .press-release-card:hover {
    transform: translateY(-2px);
    border-color: rgba(8, 127, 140, .55);
    box-shadow: 0 16px 36px rgba(8, 42, 57, .1);
  }
}

@media (max-width: 820px) {
  .press-hero--with-image {
    grid-template-columns: 1fr;
  }

  .press-hero__media {
    width: min(100%, 520px);
  }

  .press-hero__media img {
    max-height: 640px;
  }

  .press-release-card {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .verification-facts,
  .verification-actions,
  .verification-boundary,
  .profile-facts {
    grid-template-columns: 1fr;
  }

  .press-hero--profile { grid-template-columns: 1fr; }

  .press-release-card .press-arrow {
    display: none;
  }
}

@media (max-width: 560px) {
  .press-frame {
    width: min(calc(100% - 28px), var(--press-frame));
  }

  .press-hero {
    min-height: 0;
    padding-top: 44px;
  }

  .press-hero h1 {
    font-size: clamp(2.25rem, 12vw, 3.8rem);
  }

  .press-body {
    font-size: 1rem;
  }

  .profile-timeline article { grid-template-columns: 1fr; gap: 7px; }
  .profile-timeline time { grid-row: auto; }
}

@media (prefers-reduced-motion: reduce) {
  .press-release-card,
  .press-release-card:hover,
  .verification-action,
  .verification-action:hover {
    transform: none !important;
    transition: none !important;
  }
}
