:root {
  --lcb-health-navy: #070249;
  --lcb-health-blue: #0754b8;
  --lcb-health-sky: #5599dc;
  --lcb-health-cream: #f1efe5;
  --lcb-health-coral: #ff7382;
  --lcb-health-ink: #191b33;
}

.lcb-template-corporate-health .lcb-publication,
.lcb-template-corporate-health .lcb-publication *,
.lcb-template-corporate-health .lcb-publication *::before,
.lcb-template-corporate-health .lcb-publication *::after { box-sizing: border-box; }

.lcb-template-corporate-health .lcb-publication {
  width: 100%;
  max-width: none;
  margin: 0;
  color: var(--lcb-health-ink);
  background: #fff;
  font-family: "Avenir Next", Avenir, "Segoe UI", Arial, sans-serif;
}

.lcb-template-corporate-health .lcb-corporate-article { margin: 0; }

.lcb-corporate-hero {
  width: min(1480px, calc(100% - 64px));
  min-height: 610px;
  display: grid;
  grid-template-columns: minmax(360px, .72fr) minmax(520px, 1.28fr);
  margin: 42px auto 0;
  background: #fff;
}

.lcb-corporate-hero__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(50px, 7vw, 112px) clamp(34px, 6vw, 92px) clamp(50px, 7vw, 112px) 0;
}

.lcb-corporate-kicker {
  margin: 0 0 26px;
  color: var(--lcb-health-blue);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.lcb-corporate-hero h1 {
  max-width: 760px;
  margin: 0;
  color: var(--lcb-health-blue);
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: clamp(43px, 5.2vw, 76px);
  font-weight: 750;
  letter-spacing: -.045em;
  line-height: 1.02;
}

.lcb-corporate-lead {
  max-width: 620px;
  margin: 32px 0 0;
  color: #343758;
  font-size: clamp(18px, 1.45vw, 22px);
  line-height: 1.55;
}

.lcb-corporate-meta {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 38px;
  color: #61647c;
  font-size: 13px;
  font-weight: 650;
}

.lcb-corporate-meta > span[aria-hidden] { width: 26px; height: 2px; background: var(--lcb-health-sky); }

.lcb-corporate-hero__visual { min-height: 610px; position: relative; overflow: hidden; background: #dfe8ee; }
.lcb-corporate-hero__image { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; }
.lcb-corporate-hero__visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(7,2,73,.02), rgba(7,84,184,.1)); pointer-events: none; }

.lcb-corporate-placeholder { width: 100%; height: 100%; display: grid; place-items: center; position: absolute; inset: 0; overflow: hidden; background: radial-gradient(circle at 68% 32%, #eaf3f8 0 14%, transparent 14.5%), linear-gradient(135deg, #edf4f6 0 48%, #cddde7 48% 100%); }
.lcb-corporate-placeholder span { width: 44%; aspect-ratio: 1; position: absolute; border: 2px solid rgba(7,84,184,.18); border-radius: 50%; }
.lcb-corporate-placeholder span:nth-child(2) { width: 28%; transform: translate(58%, 44%); }
.lcb-corporate-placeholder span:nth-child(3) { width: 16%; transform: translate(-110%, -80%); background: rgba(255,255,255,.35); }

.lcb-corporate-squares { display: grid; grid-template-columns: repeat(3, 54px); position: absolute; z-index: 2; }
.lcb-corporate-squares i { display: block; aspect-ratio: 1; }
.lcb-corporate-squares i:nth-child(1) { background: var(--lcb-health-sky); }
.lcb-corporate-squares i:nth-child(2) { background: var(--lcb-health-navy); }
.lcb-corporate-squares i:nth-child(3) { background: var(--lcb-health-cream); }
.lcb-corporate-squares--top { top: 0; right: 0; }
.lcb-corporate-squares--bottom { bottom: 0; left: 0; }
.lcb-corporate-squares--bottom i:nth-child(1) { background: var(--lcb-health-blue); }
.lcb-corporate-squares--bottom i:nth-child(2) { background: var(--lcb-health-sky); }
.lcb-corporate-squares--bottom i:nth-child(3) { background: var(--lcb-health-navy); }

.lcb-corporate-body-shell {
  width: min(1180px, calc(100% - 64px));
  display: grid;
  grid-template-columns: 180px minmax(0, 780px);
  justify-content: center;
  gap: clamp(40px, 7vw, 100px);
  margin: 0 auto;
  padding: clamp(72px, 9vw, 132px) 0 120px;
}

.lcb-corporate-rail { color: #6b6d81; font-size: 12px; line-height: 1.55; }
.lcb-corporate-rail__line { width: 42px; height: 4px; display: block; margin: 8px 0 24px; background: linear-gradient(90deg, var(--lcb-health-blue) 0 68%, #c7d9ef 68%); }
.lcb-corporate-rail p { margin: 0 0 10px; }

.lcb-corporate-content { min-width: 0; color: #24263d; font-size: clamp(17px, 1.4vw, 19px); line-height: 1.78; }
.lcb-corporate-content > :first-child { margin-top: 0; }
.lcb-corporate-content h2,
.lcb-corporate-content h3,
.lcb-corporate-content h4 { color: var(--lcb-health-navy); font-family: "Segoe UI", Arial, sans-serif; font-weight: 750; letter-spacing: -.025em; line-height: 1.16; }
.lcb-corporate-content h2 { margin: 2.4em 0 .72em; font-size: clamp(31px, 3.1vw, 46px); }
.lcb-corporate-content h3 { margin: 2em 0 .65em; font-size: clamp(24px, 2.2vw, 31px); }
.lcb-corporate-content p { margin: 0 0 1.45em; }
.lcb-corporate-content a { color: var(--lcb-health-blue); text-decoration-thickness: 1px; text-underline-offset: 3px; }
.lcb-corporate-content blockquote { margin: 2.2em 0; padding: 8px 0 8px 30px; border-left: 5px solid var(--lcb-health-coral); color: var(--lcb-health-navy); font-size: 1.2em; line-height: 1.55; }
.lcb-corporate-content figure { max-width: 100%; margin: 2.4em 0; }
.lcb-corporate-content img { max-width: 100%; height: auto; }
.lcb-corporate-content figcaption { margin-top: 10px; color: #6d7085; font-size: 13px; line-height: 1.45; }
.lcb-corporate-content table { width: 100%; display: table; margin: 2em 0; border-collapse: collapse; font-size: .88em; }
.lcb-corporate-content th { color: #fff; background: var(--lcb-health-navy); text-align: left; }
.lcb-corporate-content th,
.lcb-corporate-content td { padding: 13px 15px; border: 1px solid #d9dce7; }
.lcb-corporate-content tbody tr:nth-child(even) { background: #f5f7fb; }
.lcb-corporate-content .wp-block-audio audio { width: 100%; }

@media (max-width: 980px) {
  .lcb-corporate-hero { width: 100%; grid-template-columns: 1fr; margin-top: 0; }
  .lcb-corporate-hero__copy { padding: 70px max(28px, 7vw); }
  .lcb-corporate-hero__visual { min-height: min(64vw, 560px); }
  .lcb-corporate-body-shell { grid-template-columns: 1fr; }
  .lcb-corporate-rail { display: none; }
}

@media (max-width: 640px) {
  .lcb-corporate-hero__copy { padding: 52px 24px 62px; }
  .lcb-corporate-hero h1 { font-size: clamp(38px, 12vw, 54px); }
  .lcb-corporate-hero__visual { min-height: 72vw; }
  .lcb-corporate-squares { grid-template-columns: repeat(3, 38px); }
  .lcb-corporate-body-shell { width: calc(100% - 48px); padding: 58px 0 80px; }
  .lcb-corporate-content { font-size: 17px; }
  .lcb-corporate-content table { display: block; overflow-x: auto; }
}

@media (prefers-reduced-motion: reduce) {
  .lcb-template-corporate-health * { scroll-behavior: auto !important; }
}
