/*
 * Executive Magazine presentation for Cervical Health Awareness Month 2026.
 * Every selector is scoped to WordPress post 5788.
 */

body.hce-cervical-pilot .cs-post-panel {
  padding-left: 0 !important;
  padding-top: 0 !important;
}

body.hce-cervical-pilot #main,
body.hce-cervical-pilot .main-section,
body.hce-cervical-pilot .cs-main-content,
body.hce-cervical-pilot .cs-main-post,
body.hce-cervical-pilot .cs-blog-editor,
body.hce-cervical-pilot .cs-post-panel {
  margin-top: 0 !important;
}

body.hce-cervical-pilot .main-section,
body.hce-cervical-pilot .cs-main-content,
body.hce-cervical-pilot .cs-main-post,
body.hce-cervical-pilot .cs-blog-editor {
  padding-top: 0 !important;
}

/* Carry a restrained blue tint across the WordPress content canvas so the
 * observance does not sit inside an unrelated white field. */
body.hce-cervical-pilot,
body.hce-cervical-pilot #main,
body.hce-cervical-pilot .main-section,
body.hce-cervical-pilot .cs-main-content,
body.hce-cervical-pilot .cs-main-post,
body.hce-cervical-pilot .cs-blog-editor,
body.hce-cervical-pilot .cs-post-panel {
  background-color: #f3f8fc !important;
}

body.hce-cervical-pilot .hce-theme-title,
body.hce-cervical-pilot .cs-main-post > figure:has(> img[src*="hce-upgrade-cervical-health-awareness-month-2026"]) {
  display: none !important;
}

body.hce-cervical-pilot .cs-blog-editor > .date-time,
body.hce-cervical-pilot .cs-post-panel > .cs-thumb-post,
body.hce-cervical-pilot .cs-post-panel > div[style="clear:both;"] {
  display: none !important;
}

body.hce-cervical-pilot .hce-cervix {
  width: calc(100vw - 24px);
  max-width: none;
  margin: 0 auto;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
}

body.hce-cervical-pilot .hce-cervix .card {
  padding: clamp(20px, 3vw, 30px);
  color: var(--card-foreground);
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(10, 39, 68, .08);
}

body.hce-cervical-pilot .hce-cervix .viz-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

body.hce-cervical-pilot .hce-cervix .viz-stat-value {
  color: var(--foreground);
}

body.hce-cervical-pilot .hce-cervix .path-marker {
  display: block;
  width: 24px;
  height: 24px;
  margin-bottom: 8px;
  position: relative;
  border: 3px solid var(--viz-series-1);
  border-radius: 50%;
}

body.hce-cervical-pilot .hce-cervix .path-marker::after {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  top: 6px;
  left: 6px;
  background: var(--viz-series-1);
  border-radius: 50%;
}

body.hce-cervical-pilot .hce-cervix .text-muted,
body.hce-cervical-pilot .hce-cervix .text-small {
  color: var(--muted-foreground);
}

body.hce-cervical-pilot .hce-cervix a {
  color: #075a8c;
}

body.hce-cervical-pilot .hce-cervix a:focus-visible {
  outline: 3px solid #cc8a13;
  outline-offset: 4px;
}

@media (max-width: 760px) {
  body.hce-cervical-pilot .hce-cervix {
    width: min(100%, calc(100vw - 16px));
    max-width: calc(100vw - 16px);
  }

  body.hce-cervical-pilot .hce-cervix .viz-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media print {
  body.hce-cervical-pilot .hce-cervix {
    width: 100%;
    max-width: none;
    left: auto;
    transform: none;
  }
}

body.hce-cervical-pilot .hce-cervix {
    --background: #eaf2f8;
    --foreground: #0a2744;
    --card: #ffffff;
    --card-foreground: #0a2744;
    --muted: #eef4f7;
    --muted-foreground: #425e71;
    --border: #c8d8e2;
    --viz-series-1: #0f7887;
    --font-size-base: 17px;
    --hce-shell: calc(100% - clamp(32px, 6vw, 120px));
    --hce-pad: clamp(1rem, 3vw, 4rem);
    --hce-content: 74ch;
    color: var(--foreground);
    background-color: var(--background);
    background-image:
      radial-gradient(circle at 8% 18%, rgba(217, 105, 96, 0.075) 0, transparent 18%),
      radial-gradient(circle at 92% 42%, rgba(38, 111, 158, 0.14) 0, transparent 21%),
      radial-gradient(circle at 12% 76%, rgba(72, 111, 170, 0.10) 0, transparent 18%),
      linear-gradient(180deg, #e7f0f8 0%, #f4f7fb 35%, #e8f2f9 68%, #f1f5fa 100%);
    font-family: Inter, ui-sans-serif, system-ui, sans-serif;
    font-size: var(--font-size-base);
    line-height: 1.65;
  }

  body.hce-cervical-pilot .hce-cervix * { box-sizing: border-box; }
  body.hce-cervical-pilot .hce-cervix a { color: var(--foreground); text-underline-offset: 0.18em; }
  body.hce-cervical-pilot .hce-cervix img { display: block; max-width: 100%; }
  body.hce-cervical-pilot .hce-cervix figure { margin: 0; }
  body.hce-cervical-pilot .hce-cervix h1,
  body.hce-cervical-pilot .hce-cervix h2,
  body.hce-cervical-pilot .hce-cervix h3 { color: var(--foreground); font-weight: 500; line-height: 1.15; }
  body.hce-cervical-pilot .hce-cervix p { margin-block: 0 1.2em; }

  body.hce-cervical-pilot .hce-cervix .concept-chooser {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
    padding-block: 1rem;
    border-bottom: 1px solid var(--border);
  }

  body.hce-cervical-pilot .hce-cervix .concept-chooser-copy { display: grid; gap: 0.15rem; }
  body.hce-cervical-pilot .hce-cervix .concept-chooser-copy strong { font-weight: 500; }
  body.hce-cervical-pilot .hce-cervix .concept-status { color: var(--muted-foreground); }
  body.hce-cervical-pilot .hce-cervix .site-strip,
  body.hce-cervical-pilot .hce-cervix .concept-chooser,
  body.hce-cervical-pilot .hce-cervix .article-frame,
  body.hce-cervical-pilot .hce-cervix .article-footer { padding-inline: var(--hce-pad); }

  body.hce-cervical-pilot .hce-cervix .site-strip {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding-block: 1rem;
    border-bottom: 1px solid var(--border);
  }

  body.hce-cervical-pilot .hce-cervix .brand-name { font-weight: 500; letter-spacing: 0.04em; }
  body.hce-cervical-pilot .hce-cervix .site-nav { display: flex; gap: 1rem; flex-wrap: wrap; }
  body.hce-cervical-pilot .hce-cervix .site-nav a { text-decoration: none; color: var(--muted-foreground); }
  body.hce-cervical-pilot .hce-cervix .hero-media { width: 100%; background: #052b73; border-bottom: 1px solid var(--border); }
  body.hce-cervical-pilot .hce-cervix .hero-media img { width: min(1320px, 100%); height: auto; margin-inline: auto; }

  body.hce-cervical-pilot .hce-cervix .executive-gateway {
    width: 100%;
    max-width: var(--hce-shell);
    margin: 0 auto;
    padding: clamp(1.5rem, 3vw, 3.25rem) var(--hce-pad) clamp(2.25rem, 4vw, 4rem);
    display: grid;
    grid-template-columns: minmax(380px, 0.82fr) minmax(520px, 1.18fr);
    gap: clamp(1rem, 2.25vw, 2.5rem);
    position: relative;
    background-color: #e8f1f9;
    background-image:
      radial-gradient(circle at 88% 8%, rgba(38, 111, 158, 0.25) 0, rgba(38, 111, 158, 0.09) 25%, transparent 48%),
      radial-gradient(circle at 5% 94%, rgba(217, 105, 96, 0.15) 0, rgba(217, 105, 96, 0.05) 27%, transparent 50%),
      linear-gradient(132deg, #e2edf8 0%, #f4f7fb 50%, #e5f0f8 100%);
    border-bottom: 1px solid var(--border);
  }

  body.hce-cervical-pilot .hce-cervix .executive-gateway::before {
    content: "";
    width: 84px;
    height: 5px;
    position: absolute;
    top: 0;
    left: var(--hce-pad);
    background: linear-gradient(90deg, #0f7887 0 62%, #d96960 62% 100%);
    border-radius: 999px;
  }

  body.hce-cervical-pilot .hce-cervix .gateway-copy {
    align-self: stretch;
    min-width: 0;
    padding: clamp(1.75rem, 3.2vw, 3.75rem);
    position: relative;
    display: grid;
    align-content: center;
    overflow: hidden;
    background:
      radial-gradient(circle at 100% 0, rgba(38, 111, 158, 0.14) 0, transparent 34%),
      linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(246, 250, 253, 0.88));
    border: 1px solid #bdd3e0;
    border-radius: 8px 30px 30px 30px;
    box-shadow: 0 22px 52px rgba(10, 39, 68, 0.11);
  }

  body.hce-cervical-pilot .hce-cervix .gateway-copy::after {
    content: "";
    width: 150px;
    height: 150px;
    position: absolute;
    right: -62px;
    bottom: -62px;
    border: 1px solid rgba(15, 120, 135, 0.22);
    border-radius: 50%;
    box-shadow: 0 0 0 24px rgba(15, 120, 135, 0.045), 0 0 0 48px rgba(217, 105, 96, 0.035);
    pointer-events: none;
  }

  body.hce-cervical-pilot .hce-cervix .gateway-copy > * {
    position: relative;
    z-index: 1;
  }

  body.hce-cervical-pilot .hce-cervix .gateway-copy h1 {
    max-width: 16ch;
    margin: 0 0 1.15rem;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.65rem, 5.2vw, 4.7rem);
    line-height: 1.02;
    letter-spacing: -0.045em;
  }

  body.hce-cervical-pilot .hce-cervix .gateway-copy .dek {
    max-width: 58ch;
    font-size: clamp(1.05rem, 1.5vw, 1.25rem);
    line-height: 1.55;
  }

  body.hce-cervical-pilot .hce-cervix .gateway-visual {
    align-self: stretch;
    min-height: 440px;
    display: grid;
    grid-template-rows: minmax(0, 1fr) auto;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid var(--border);
    border-radius: 26px 26px 8px 26px;
    box-shadow: 0 22px 52px rgba(10, 39, 68, 0.12);
  }

  body.hce-cervical-pilot .hce-cervix .gateway-visual img {
    width: 100%;
    height: 100%;
    min-height: 280px;
    object-fit: cover;
    object-position: center;
  }

  body.hce-cervical-pilot .hce-cervix .gateway-visual figcaption {
    padding: 1.15rem 1.25rem 1.25rem;
    display: grid;
    gap: 0.35rem;
    color: var(--foreground);
    background: #ffffff;
    border-top: 1px solid var(--border);
  }

  body.hce-cervical-pilot .hce-cervix .gateway-visual figcaption strong {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.08rem;
    line-height: 1.35;
  }

  body.hce-cervical-pilot .hce-cervix .gateway-visual figcaption small,
  body.hce-cervical-pilot .hce-cervix .editorial-visual figcaption small {
    color: var(--muted-foreground);
    font-size: 0.78rem;
    line-height: 1.45;
  }

  body.hce-cervical-pilot .hce-cervix .caption-kicker,
  body.hce-cervical-pilot .hce-cervix .issue-label {
    color: #0b6573;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  body.hce-cervical-pilot .hce-cervix .issue-brief {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: minmax(180px, 230px) minmax(0, 1fr);
    gap: clamp(1.25rem, 3vw, 3rem);
    align-items: center;
    padding: clamp(1.25rem, 2.5vw, 2rem);
    background: linear-gradient(100deg, rgba(255, 255, 255, 0.94), rgba(244, 249, 252, 0.88));
    border: 1px solid #c7dce3;
    border-radius: 6px 24px 24px 24px;
    box-shadow: 0 14px 30px rgba(10, 39, 68, 0.07);
  }

  body.hce-cervical-pilot .hce-cervix .issue-label { margin: 0 0 0.7rem; }

  body.hce-cervical-pilot .hce-cervix .issue-rule {
    display: block;
    width: 64px;
    height: 3px;
    background: #d96960;
    border-radius: 999px;
  }

  body.hce-cervical-pilot .hce-cervix .issue-statement {
    max-width: 82ch;
    margin: 0;
    color: var(--foreground);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.25rem, 2vw, 1.75rem);
    line-height: 1.35;
  }

  body.hce-cervical-pilot .hce-cervix .commitment-route {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin-top: 1.2rem;
  }

  body.hce-cervical-pilot .hce-cervix .commitment-route span {
    padding: 0.48rem 0.78rem;
    color: var(--foreground);
    background: #ffffff;
    border: 1px solid #bfd3dc;
    border-radius: 999px;
    font-size: 0.86rem;
    font-weight: 650;
  }

  body.hce-cervical-pilot .hce-cervix .page-intro {
    max-width: 1040px;
    margin-inline: auto;
    padding: clamp(2rem, 5vw, 5rem) clamp(1rem, 4vw, 4rem);
  }

  body.hce-cervical-pilot .hce-cervix .eyebrow {
    margin: 0 0 0.75rem;
    color: var(--muted-foreground);
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-weight: 500;
  }

  body.hce-cervical-pilot .hce-cervix .page-intro h1 {
    max-width: 20ch;
    margin: 0 0 1rem;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(calc(var(--font-size-base) * 2.2), 6vw, calc(var(--font-size-base) * 4.6));
    letter-spacing: -0.035em;
  }

  body.hce-cervical-pilot .hce-cervix .dek {
    max-width: 66ch;
    margin: 0;
    color: var(--muted-foreground);
    font-size: calc(var(--font-size-base) * 1.12);
  }

  body.hce-cervical-pilot .hce-cervix .byline {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.65rem;
    margin-top: 1.5rem;
    padding-top: 1.1rem;
    border-top: 1px solid var(--border);
  }

  body.hce-cervical-pilot .hce-cervix .byline span {
    min-width: 0;
    padding: 0.72rem 0.8rem;
    color: var(--muted-foreground);
    background: rgba(234, 243, 249, 0.92);
    border: 1px solid #c9dce7;
    border-left: 3px solid #0f7887;
    border-radius: 10px;
    font-size: 0.82rem;
    line-height: 1.35;
  }
  body.hce-cervical-pilot .hce-cervix .byline strong { display: block; color: var(--foreground); font-size: 0.9rem; font-weight: 650; }

  body.hce-cervical-pilot .hce-cervix .concept-lead {
    display: none;
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 clamp(1rem, 4vw, 4rem) clamp(2rem, 5vw, 4rem);
  }

  body.hce-cervical-pilot .hce-cervix.layout-editorial .lead-editorial,
  body.hce-cervical-pilot .hce-cervix.layout-journey .lead-journey,
  body.hce-cervical-pilot .hce-cervix.layout-magazine .lead-magazine { display: block; }

  body.hce-cervical-pilot .hce-cervix .lead-line {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
    gap: clamp(1.25rem, 4vw, 4rem);
    align-items: end;
    padding-block: 1.5rem;
    border-block: 1px solid var(--border);
  }

  body.hce-cervical-pilot .hce-cervix .lead-line p { margin: 0; }
  body.hce-cervical-pilot .hce-cervix .lead-line .lead-kicker { font-family: Georgia, "Times New Roman", serif; font-size: calc(var(--font-size-base) * 1.45); }
  body.hce-cervical-pilot .hce-cervix .route-map { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 0.75rem; }
  body.hce-cervical-pilot .hce-cervix .route-step { border-top: 2px solid var(--border); padding-top: 0.65rem; }
  body.hce-cervical-pilot .hce-cervix .route-step strong { display: block; font-weight: 500; }
  body.hce-cervical-pilot .hce-cervix .route-step span { color: var(--muted-foreground); }
  body.hce-cervical-pilot .hce-cervix .issue-grid { display: grid; grid-template-columns: minmax(0, 1fr); max-width: 72ch; gap: 1rem; align-items: start; }
  body.hce-cervical-pilot .hce-cervix .issue-grid p { margin: 0; }

  body.hce-cervical-pilot .hce-cervix .article-frame {
    width: 100%;
    max-width: var(--hce-shell);
    margin-inline: auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 2.5rem;
    padding-bottom: 4rem;
  }

  body.hce-cervical-pilot .hce-cervix .chapter-nav { display: none; }
  body.hce-cervical-pilot .hce-cervix.layout-journey .article-frame { grid-template-columns: minmax(170px, 0.28fr) minmax(0, 1fr); }
  body.hce-cervical-pilot .hce-cervix.layout-journey .chapter-nav { display: block; align-self: start; position: sticky; top: 1rem; }
  body.hce-cervical-pilot .hce-cervix .chapter-nav strong { display: block; margin-bottom: 0.75rem; font-weight: 500; }
  body.hce-cervical-pilot .hce-cervix .chapter-nav a { display: block; padding-block: 0.45rem; border-top: 1px solid var(--border); text-decoration: none; color: var(--muted-foreground); }

  body.hce-cervical-pilot .hce-cervix .hce-article-body { min-width: 0; }
  body.hce-cervical-pilot .hce-cervix .story-section {
    max-width: var(--hce-content);
    margin-inline: auto;
    padding-block: clamp(2.25rem, 5vw, 4.5rem);
    border-top: 1px solid var(--border);
  }

  body.hce-cervical-pilot .hce-cervix .story-section:nth-child(3n+1) {
    background: rgba(255, 255, 255, 0.48);
    box-shadow: 0 0 0 100vmax rgba(255, 255, 255, 0.48);
    clip-path: inset(0 -100vmax);
  }

  body.hce-cervical-pilot .hce-cervix .story-section:nth-child(3n+2) {
    background: rgba(222, 237, 248, 0.64);
    box-shadow: 0 0 0 100vmax rgba(222, 237, 248, 0.64);
    clip-path: inset(0 -100vmax);
  }

  body.hce-cervical-pilot .hce-cervix .story-section:nth-child(3n+3) {
    background: rgba(235, 239, 249, 0.66);
    box-shadow: 0 0 0 100vmax rgba(235, 239, 249, 0.66);
    clip-path: inset(0 -100vmax);
  }

  body.hce-cervical-pilot .hce-cervix .story-section:first-child { border-top: 0; }
  body.hce-cervical-pilot .hce-cervix .section-label { color: var(--muted-foreground); letter-spacing: 0.12em; text-transform: uppercase; }
  body.hce-cervical-pilot .hce-cervix .story-section h2 { margin: 0.35rem 0 1.35rem; font-family: Georgia, "Times New Roman", serif; font-size: clamp(calc(var(--font-size-base) * 1.7), 4vw, calc(var(--font-size-base) * 2.7)); letter-spacing: -0.02em; }
  body.hce-cervical-pilot .hce-cervix .story-section h3 { margin-top: 2rem; font-size: calc(var(--font-size-base) * 1.25); }
  body.hce-cervical-pilot .hce-cervix .opening::first-letter { float: left; font-family: Georgia, "Times New Roman", serif; font-size: calc(var(--font-size-base) * 4); line-height: 0.8; padding-right: 0.12em; }
  body.hce-cervical-pilot .hce-cervix .citation { text-decoration: none; font-weight: 500; }

  body.hce-cervical-pilot .hce-cervix .reading-columns {
    margin: 1.35rem 0 1.8rem;
    padding: clamp(1.25rem, 2.5vw, 2rem);
    column-count: 2;
    column-gap: clamp(2rem, 4vw, 4.5rem);
    column-rule: 1px solid rgba(136, 169, 189, 0.52);
    background: rgba(255, 255, 255, 0.46);
    border: 1px solid rgba(174, 200, 216, 0.82);
    border-radius: 20px 7px 20px 20px;
    box-shadow: 0 14px 32px rgba(10, 39, 68, 0.06);
  }

  body.hce-cervical-pilot .hce-cervix .evidence-reading-columns {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.58), rgba(229, 241, 249, 0.72));
  }

  body.hce-cervical-pilot .hce-cervix .reading-columns p {
    margin: 0 0 1.25rem;
    break-inside: avoid-column;
    color: #18364f;
    font-size: clamp(1.05rem, 0.25vw + 1rem, 1.12rem);
    line-height: 1.75;
  }

  body.hce-cervical-pilot .hce-cervix .reading-columns p:last-child { margin-bottom: 0; }

  body.hce-cervical-pilot .hce-cervix.layout-editorial .story-section:nth-child(3n+2) { max-width: 90ch; }
  body.hce-cervical-pilot .hce-cervix.layout-editorial .story-section:nth-child(3n+2) > p,
  body.hce-cervical-pilot .hce-cervix.layout-editorial .story-section:nth-child(3n+2) > h2,
  body.hce-cervical-pilot .hce-cervix.layout-editorial .story-section:nth-child(3n+2) > h3,
  body.hce-cervical-pilot .hce-cervix.layout-editorial .story-section:nth-child(3n+2) > .section-label { max-width: var(--hce-content); margin-inline: auto; }

  body.hce-cervical-pilot .hce-cervix.layout-journey .story-section { max-width: none; padding-left: clamp(1rem, 3vw, 3rem); border-left: 1px solid var(--border); }
  body.hce-cervical-pilot .hce-cervix.layout-journey .section-label::before { content: "Route checkpoint · "; }

  body.hce-cervical-pilot .hce-cervix.layout-magazine .story-section { width: 100%; max-width: 100%; display: grid; grid-template-columns: minmax(0, 1fr); }
  body.hce-cervical-pilot .hce-cervix.layout-magazine .story-section > .section-label { display: none !important; }
  body.hce-cervical-pilot .hce-cervix.layout-magazine .story-section > *:not(.section-label) { grid-column: 1; }
  body.hce-cervical-pilot .hce-cervix.layout-magazine .story-section > p,
  body.hce-cervical-pilot .hce-cervix.layout-magazine .story-section > h2,
  body.hce-cervical-pilot .hce-cervix.layout-magazine .story-section > h3,
  body.hce-cervical-pilot .hce-cervix.layout-magazine .story-section > blockquote { max-width: 82ch; }

  body.hce-cervical-pilot .hce-cervix .editorial-visual {
    margin: 2.25rem 0 2.75rem;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(240px, 0.95fr);
    min-width: 0;
    overflow: hidden;
    background: #f7fafb;
    border: 1px solid #cbdde4;
    border-radius: 24px 8px 24px 24px;
    box-shadow: 0 16px 36px rgba(10, 39, 68, 0.08);
  }

  body.hce-cervical-pilot .hce-cervix .editorial-visual .visual-image-wrap {
    min-height: 320px;
    background: #eaf1f4;
  }

  body.hce-cervical-pilot .hce-cervix .editorial-visual .visual-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  body.hce-cervical-pilot .hce-cervix .clinical-evidence-visual .visual-image-wrap img {
    object-position: center;
  }

  body.hce-cervical-pilot .hce-cervix .access-equity-visual {
    grid-template-columns: minmax(230px, 0.75fr) minmax(0, 1.25fr);
  }

  body.hce-cervical-pilot .hce-cervix .access-equity-visual .visual-image-wrap {
    max-height: 460px;
  }

  body.hce-cervical-pilot .hce-cervix .access-equity-visual .visual-image-wrap img {
    object-position: center 38%;
  }

  body.hce-cervical-pilot .hce-cervix .body-photo-visual {
    grid-template-columns: minmax(0, 1.18fr) minmax(240px, 0.82fr);
  }

  body.hce-cervical-pilot .hce-cervix .body-photo-visual .visual-image-wrap {
    min-height: 340px;
  }

  body.hce-cervical-pilot .hce-cervix .body-photo-visual .visual-image-wrap img {
    object-position: center;
  }

  body.hce-cervical-pilot .hce-cervix .visual-reverse {
    grid-template-columns: minmax(240px, 0.82fr) minmax(0, 1.18fr);
  }

  body.hce-cervical-pilot .hce-cervix .visual-reverse .visual-image-wrap {
    order: 2;
  }

  body.hce-cervical-pilot .hce-cervix .visual-reverse figcaption {
    order: 1;
  }

  body.hce-cervical-pilot .hce-cervix .editorial-visual figcaption {
    padding: clamp(1.35rem, 3vw, 2rem);
    align-self: center;
    display: grid;
    gap: 0.65rem;
    color: var(--foreground);
  }

  body.hce-cervical-pilot .hce-cervix .editorial-visual figcaption strong {
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.3rem, 2.4vw, 1.75rem);
    line-height: 1.25;
  }

  body.hce-cervical-pilot .hce-cervix .editorial-visual figcaption p {
    margin: 0;
    color: var(--muted-foreground);
    font-size: 0.94rem;
    line-height: 1.55;
  }

  body.hce-cervical-pilot .hce-cervix .research-pullout { max-width: 1040px; margin: 1.5rem auto 2.5rem; padding: clamp(1.35rem, 3vw, 2.25rem); background: rgba(232, 242, 249, 0.94); border: 1px solid #b5cfdf; border-radius: 8px 28px 28px 28px; }
  body.hce-cervical-pilot .hce-cervix .research-pullout h3 { margin-top: 0; }
  body.hce-cervical-pilot .hce-cervix .evidence-grid { margin-top: 1rem; }
  body.hce-cervical-pilot .hce-cervix .evidence-grid .card { min-width: 0; position: relative; overflow: hidden; box-shadow: 0 14px 30px rgba(10, 39, 68, 0.09); }
  body.hce-cervical-pilot .hce-cervix .evidence-grid .card::before { content: ""; height: 6px; position: absolute; top: 0; left: 0; right: 0; }
  body.hce-cervical-pilot .hce-cervix .evidence-grid .card:nth-child(1) { background: #e3f4f2; border-color: #8bc8c1; }
  body.hce-cervical-pilot .hce-cervix .evidence-grid .card:nth-child(1)::before,
  body.hce-cervical-pilot .hce-cervix .evidence-grid .card:nth-child(1) .metric-fill { background: #0f7887; }
  body.hce-cervical-pilot .hce-cervix .evidence-grid .card:nth-child(2) { background: #eef1fb; border-color: #aebde0; }
  body.hce-cervical-pilot .hce-cervix .evidence-grid .card:nth-child(2)::before,
  body.hce-cervical-pilot .hce-cervix .evidence-grid .card:nth-child(2) .metric-fill { background: #546fa8; }
  body.hce-cervical-pilot .hce-cervix .evidence-grid .card:nth-child(3) { background: #fff0ea; border-color: #e8aa9c; }
  body.hce-cervical-pilot .hce-cervix .evidence-grid .card:nth-child(3)::before,
  body.hce-cervical-pilot .hce-cervix .evidence-grid .card:nth-child(3) .metric-fill { background: #c65f54; }
  body.hce-cervical-pilot .hce-cervix .metric-bar { height: 0.55rem; background: var(--muted); margin-block: 0.8rem; overflow: hidden; }
  body.hce-cervical-pilot .hce-cervix .metric-fill { display: block; height: 100%; background: var(--viz-series-1); }
  body.hce-cervical-pilot .hce-cervix .metric-value { font-family: Georgia, "Times New Roman", serif; font-size: calc(var(--font-size-base) * 2.2); line-height: 1; }
  body.hce-cervical-pilot .hce-cervix .metric-caption { color: var(--muted-foreground); margin: 0; }

  body.hce-cervical-pilot .hce-cervix .operating-path { max-width: 1040px; margin: 2rem auto; padding-block: 1.5rem; border-block: 1px solid var(--border); }
  body.hce-cervical-pilot .hce-cervix .path-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 0.75rem; }
  body.hce-cervical-pilot .hce-cervix .path-node { min-width: 0; }
  body.hce-cervical-pilot .hce-cervix .path-node i { display: block; margin-bottom: 0.5rem; }
  body.hce-cervical-pilot .hce-cervix .path-node strong { display: block; font-weight: 500; }
  body.hce-cervical-pilot .hce-cervix .path-node span { color: var(--muted-foreground); }
  body.hce-cervical-pilot .hce-cervix .path-node::after { content: ""; display: block; margin-top: 0.8rem; height: 2px; background: var(--border); }
  body.hce-cervical-pilot .hce-cervix .path-node:last-child::after { background: var(--viz-series-1); }

  body.hce-cervical-pilot .hce-cervix .barrier-fishbone {
    margin: 2.5rem 0 3rem;
    padding: clamp(1.4rem, 3vw, 2.4rem);
    background: #fbf8f5;
    border: 1px solid #e5d8cf;
    border-radius: 8px 28px 28px 28px;
    box-shadow: 0 14px 32px rgba(70, 48, 38, 0.07);
  }

  body.hce-cervical-pilot .hce-cervix .fishbone-intro {
    max-width: 62ch;
  }

  body.hce-cervical-pilot .hce-cervix .fishbone-intro h3 {
    margin: 0.45rem 0 0.65rem;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.6rem, 3vw, 2.25rem);
  }

  body.hce-cervical-pilot .hce-cervix .fishbone-intro p {
    color: var(--muted-foreground);
  }

  body.hce-cervical-pilot .hce-cervix .fishbone-diagram {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(180px, 0.34fr);
    gap: clamp(1rem, 3vw, 2rem);
    align-items: center;
    margin-top: 1.5rem;
  }

  body.hce-cervical-pilot .hce-cervix .fishbone-causes {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.1rem 1rem;
    position: relative;
  }

  body.hce-cervical-pilot .hce-cervix .fishbone-causes::after {
    content: "";
    height: 3px;
    position: absolute;
    left: 4%;
    right: -1.1rem;
    top: 50%;
    background: #b9cdd4;
    border-radius: 999px;
    transform: translateY(-50%);
    z-index: 0;
  }

  body.hce-cervical-pilot .hce-cervix .fishbone-cause {
    min-height: 112px;
    padding: 0.9rem;
    position: relative;
    z-index: 1;
    color: var(--foreground);
    background: #ffffff;
    border: 1px solid #d8e2e6;
    border-radius: 14px;
  }

  body.hce-cervical-pilot .hce-cervix .fishbone-cause:nth-child(-n+3)::after,
  body.hce-cervical-pilot .hce-cervix .fishbone-cause:nth-child(n+4)::before {
    content: "";
    width: 2px;
    height: 22px;
    position: absolute;
    left: 50%;
    background: #b9cdd4;
  }

  body.hce-cervical-pilot .hce-cervix .fishbone-cause:nth-child(-n+3)::after {
    bottom: -22px;
    transform: rotate(-34deg);
    transform-origin: top;
  }

  body.hce-cervical-pilot .hce-cervix .fishbone-cause:nth-child(n+4)::before {
    top: -22px;
    transform: rotate(34deg);
    transform-origin: bottom;
  }

  body.hce-cervical-pilot .hce-cervix .fishbone-cause strong,
  body.hce-cervical-pilot .hce-cervix .fishbone-cause span {
    display: block;
  }

  body.hce-cervical-pilot .hce-cervix .fishbone-cause strong {
    margin-bottom: 0.35rem;
    color: #0b6573;
    font-size: 0.95rem;
  }

  body.hce-cervical-pilot .hce-cervix .fishbone-cause span {
    color: var(--muted-foreground);
    font-size: 0.82rem;
    line-height: 1.45;
  }

  body.hce-cervical-pilot .hce-cervix .fishbone-effect {
    padding: 1.25rem;
    position: relative;
    z-index: 2;
    color: var(--foreground);
    background: #fff1ed;
    border: 1px solid #e9b5aa;
    border-radius: 18px 6px 18px 18px;
  }

  body.hce-cervical-pilot .hce-cervix .fishbone-effect span,
  body.hce-cervical-pilot .hce-cervix .fishbone-effect strong {
    display: block;
  }

  body.hce-cervical-pilot .hce-cervix .fishbone-effect span {
    margin-bottom: 0.4rem;
    color: #8a4f45;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }

  body.hce-cervical-pilot .hce-cervix .fishbone-effect strong {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.25rem;
    line-height: 1.3;
  }

  body.hce-cervical-pilot .hce-cervix .fishbone-note {
    margin: 1.2rem 0 0;
    color: var(--muted-foreground);
    font-size: 0.82rem;
  }

  body.hce-cervical-pilot .hce-cervix blockquote { margin: 2rem 0; padding: 1.5rem 0 1.5rem 1.5rem; border-left: 3px solid var(--border); font-family: Georgia, "Times New Roman", serif; font-size: calc(var(--font-size-base) * 1.35); }
  body.hce-cervical-pilot .hce-cervix blockquote p { margin: 0; }

  body.hce-cervical-pilot .hce-cervix .measure-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin: 1.8rem 0 2rem;
  }

  body.hce-cervical-pilot .hce-cervix .measure-card {
    min-width: 0;
    padding: clamp(1.35rem, 2.3vw, 2rem);
    position: relative;
    overflow: hidden;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(231, 242, 250, 0.92));
    border: 1px solid #b9d2e2;
    border-radius: 20px 7px 20px 20px;
    box-shadow: 0 14px 34px rgba(10, 39, 68, 0.09);
  }

  body.hce-cervical-pilot .hce-cervix .measure-card::before {
    content: "";
    width: 7px;
    height: 58px;
    position: absolute;
    top: 0;
    left: 0;
    background: #188093;
    border-radius: 0 0 8px 0;
  }

  body.hce-cervical-pilot .hce-cervix .measure-card:nth-child(2)::before,
  body.hce-cervical-pilot .hce-cervix .measure-card:nth-child(5)::before { background: #d96960; }
  body.hce-cervical-pilot .hce-cervix .measure-card:nth-child(3)::before { background: #526fa6; }
  body.hce-cervical-pilot .hce-cervix .measure-card:nth-child(4)::before { background: #4c8e78; }
  body.hce-cervical-pilot .hce-cervix .measure-card:last-child { grid-column: 1 / -1; }
  body.hce-cervical-pilot .hce-cervix .measure-card h3 {
    margin: 0 0 0.75rem;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.25rem, 2vw, 1.55rem);
  }
  body.hce-cervical-pilot .hce-cervix .measure-card p { margin: 0; }

  body.hce-cervical-pilot .hce-cervix .action-grid { margin-block: 1.7rem 2rem; gap: clamp(1rem, 2vw, 1.4rem); }
  body.hce-cervical-pilot .hce-cervix .action-grid .card {
    position: relative;
    overflow: hidden;
    background: linear-gradient(155deg, #ffffff 0%, #e8f3fa 100%);
    border: 1px solid #afcddd;
    border-top: 5px solid #168093;
    border-radius: 8px 22px 22px 22px;
    box-shadow: 0 16px 38px rgba(10, 39, 68, 0.11);
  }
  body.hce-cervical-pilot .hce-cervix .action-grid .card:nth-child(2) {
    background: linear-gradient(155deg, #ffffff 0%, #edf0fb 100%);
    border-color: #c2cbe7;
    border-top-color: #526fa6;
  }
  body.hce-cervical-pilot .hce-cervix .action-grid .card:nth-child(3) {
    background: linear-gradient(155deg, #ffffff 0%, #fff0ec 100%);
    border-color: #e8c1b8;
    border-top-color: #d96960;
  }
  body.hce-cervical-pilot .hce-cervix .action-grid .card h3 { margin-top: 0; font-family: Georgia, "Times New Roman", serif; }
  body.hce-cervical-pilot .hce-cervix .action-grid .card .eyebrow { color: #315c72; font-weight: 800; }
  body.hce-cervical-pilot .hce-cervix .action-grid ul { padding-left: 1.2rem; margin-bottom: 0; }
  body.hce-cervical-pilot .hce-cervix .action-grid li { margin-bottom: 0.6rem; }

  body.hce-cervical-pilot .hce-cervix .links-panel {
    width: calc(100% - var(--hce-pad) - var(--hce-pad));
    max-width: calc(var(--hce-shell) - var(--hce-pad) - var(--hce-pad));
    margin: 0 auto 4rem;
    padding: clamp(2rem, 4vw, 3.25rem) var(--hce-pad);
    position: relative;
    overflow: hidden;
    background:
      radial-gradient(circle at 92% 10%, rgba(217, 105, 96, 0.18) 0, transparent 25%),
      linear-gradient(125deg, #d7eaf6 0%, #e8f2fb 54%, #f6e9ec 100%);
    border: 1px solid #a9c9db;
    border-top: 6px solid #168093;
    border-radius: 9px 28px 28px 28px;
    box-shadow: 0 20px 48px rgba(10, 39, 68, 0.12);
  }
  body.hce-cervical-pilot .hce-cervix .links-panel::after {
    content: "";
    width: 150px;
    height: 150px;
    position: absolute;
    right: -70px;
    bottom: -80px;
    border: 1px solid rgba(15, 120, 135, 0.22);
    border-radius: 50%;
    box-shadow: 0 0 0 24px rgba(15, 120, 135, 0.055), 0 0 0 48px rgba(217, 105, 96, 0.045);
    pointer-events: none;
  }
  body.hce-cervical-pilot .hce-cervix .links-panel > * { position: relative; z-index: 1; }
  body.hce-cervical-pilot .hce-cervix .links-panel h2 { margin-bottom: 1.5rem; font-family: Georgia, "Times New Roman", serif; }
  body.hce-cervical-pilot .hce-cervix .link-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem 2rem; padding: 0; list-style: none; }
  body.hce-cervical-pilot .hce-cervix .link-list li {
    padding: 1.15rem 1.25rem;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(157, 192, 211, 0.9);
    border-radius: 16px 5px 16px 16px;
    box-shadow: 0 10px 22px rgba(10, 39, 68, 0.07);
  }
  body.hce-cervical-pilot .hce-cervix .link-list li:nth-child(2),
  body.hce-cervical-pilot .hce-cervix .link-list li:nth-child(3) { background: rgba(255, 247, 244, 0.84); border-color: #e4beb7; }
  body.hce-cervical-pilot .hce-cervix .link-list a { color: #075a8c; font-weight: 700; }
  body.hce-cervical-pilot .hce-cervix .link-list span { display: block; color: #354f62; margin-top: 0.45rem; }

  body.hce-cervical-pilot .hce-cervix .references { width: 100%; max-width: var(--hce-shell); margin: 0 auto; padding: 3rem var(--hce-pad); background: rgba(238, 244, 251, 0.90); border: 1px solid rgba(183, 205, 224, 0.94); border-radius: 28px 28px 0 0; }
  body.hce-cervical-pilot .hce-cervix .references h2 { font-family: Georgia, "Times New Roman", serif; }
  body.hce-cervical-pilot .hce-cervix .references ol { padding-left: 1.25rem; }
  body.hce-cervical-pilot .hce-cervix .references li { margin-bottom: 1rem; }
  body.hce-cervical-pilot .hce-cervix .references em { font-style: italic; }
  body.hce-cervical-pilot .hce-cervix .editorial-note { margin-top: 2rem; padding-top: 1rem; border-top: 1px solid var(--border); color: var(--muted-foreground); }
  body.hce-cervical-pilot .hce-cervix .article-footer { padding-block: 1.25rem; border-top: 1px solid var(--border); display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; color: var(--muted-foreground); }

  @media (max-width: 1100px) {
    body.hce-cervical-pilot .hce-cervix .executive-gateway {
      grid-template-columns: minmax(0, 1fr);
    }
    body.hce-cervical-pilot .hce-cervix .issue-brief {
      grid-column: 1;
    }
  }

  @media (max-width: 760px) {
    body.hce-cervical-pilot .hce-cervix {
      width: calc(100vw - 16px);
      max-width: calc(100vw - 16px);
    }
    body.hce-cervical-pilot .hce-cervix .site-nav { display: none; }
    body.hce-cervical-pilot .hce-cervix .executive-gateway,
    body.hce-cervical-pilot .hce-cervix .issue-brief,
    body.hce-cervical-pilot .hce-cervix .editorial-visual,
    body.hce-cervical-pilot .hce-cervix .access-equity-visual,
    body.hce-cervical-pilot .hce-cervix .body-photo-visual,
    body.hce-cervical-pilot .hce-cervix .visual-reverse,
    body.hce-cervical-pilot .hce-cervix .fishbone-diagram {
      grid-template-columns: minmax(0, 1fr);
    }
    body.hce-cervical-pilot .hce-cervix .executive-gateway {
      gap: 1.4rem;
      padding-top: 2.4rem;
    }
    body.hce-cervical-pilot .hce-cervix .gateway-copy h1 {
      max-width: none;
      font-size: clamp(2.4rem, 12vw, 3.65rem);
    }
    body.hce-cervical-pilot .hce-cervix .gateway-copy {
      padding: 1.5rem;
      border-radius: 6px 22px 22px 22px;
    }
    body.hce-cervical-pilot .hce-cervix .byline {
      grid-template-columns: minmax(0, 1fr);
    }
    body.hce-cervical-pilot .hce-cervix .gateway-visual {
      min-height: 0;
      border-radius: 20px 20px 6px 20px;
    }
    body.hce-cervical-pilot .hce-cervix .gateway-visual img {
      min-height: 220px;
      aspect-ratio: 16 / 10;
    }
    body.hce-cervical-pilot .hce-cervix .issue-brief {
      grid-column: 1;
      gap: 0.8rem;
    }
    body.hce-cervical-pilot .hce-cervix .editorial-visual .visual-image-wrap {
      min-height: 240px;
      max-height: 330px;
    }
    body.hce-cervical-pilot .hce-cervix .access-equity-visual .visual-image-wrap {
      min-height: 320px;
    }
    body.hce-cervical-pilot .hce-cervix .visual-reverse .visual-image-wrap,
    body.hce-cervical-pilot .hce-cervix .visual-reverse figcaption {
      order: initial;
    }
    body.hce-cervical-pilot .hce-cervix .fishbone-causes {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    body.hce-cervical-pilot .hce-cervix .fishbone-causes::after,
    body.hce-cervical-pilot .hce-cervix .fishbone-cause::before,
    body.hce-cervical-pilot .hce-cervix .fishbone-cause::after {
      display: none;
    }
    body.hce-cervical-pilot .hce-cervix .lead-line,
    body.hce-cervical-pilot .hce-cervix .issue-grid,
    body.hce-cervical-pilot .hce-cervix.layout-journey .article-frame,
    body.hce-cervical-pilot .hce-cervix.layout-magazine .story-section { grid-template-columns: minmax(0, 1fr); }
    body.hce-cervical-pilot .hce-cervix .route-map,
    body.hce-cervical-pilot .hce-cervix .path-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    body.hce-cervical-pilot .hce-cervix.layout-journey .chapter-nav { display: none; }
    body.hce-cervical-pilot .hce-cervix.layout-journey .story-section { padding-left: 0; border-left: 0; }
    body.hce-cervical-pilot .hce-cervix.layout-magazine .story-section > .section-label { grid-column: 1; grid-row: auto; padding-top: 0; }
    body.hce-cervical-pilot .hce-cervix.layout-magazine .story-section > *:not(.section-label) { grid-column: 1; }
    body.hce-cervical-pilot .hce-cervix .reading-columns {
      padding: 1.15rem;
      column-count: 1;
      column-rule: 0;
    }
    body.hce-cervical-pilot .hce-cervix .measure-grid { grid-template-columns: minmax(0, 1fr); }
    body.hce-cervical-pilot .hce-cervix .measure-card:last-child { grid-column: auto; }
    body.hce-cervical-pilot .hce-cervix .link-list { grid-template-columns: minmax(0, 1fr); }
  }

  @media (max-width: 440px) {
    body.hce-cervical-pilot .hce-cervix .concept-chooser .viz-controls { width: 100%; }
    body.hce-cervical-pilot .hce-cervix .route-map,
    body.hce-cervical-pilot .hce-cervix .path-grid { grid-template-columns: minmax(0, 1fr); }
    body.hce-cervical-pilot .hce-cervix .fishbone-causes { grid-template-columns: minmax(0, 1fr); }
    body.hce-cervical-pilot .hce-cervix .byline { display: grid; }
  }

/* 1.3.1: annotated editorial-scale and alignment repair. */
body.hce-cervical-pilot .cs-editor-text:has(> #hce-cervical-feature) {
  font-size: 0 !important;
  line-height: 0 !important;
}

body.hce-cervical-pilot .cs-editor-text > #hce-cervical-feature,
body.hce-cervical-pilot .cs-editor-text > .addtoany_share_save_container {
  font-size: 17px;
  line-height: 1.65;
}

body.hce-cervical-pilot .hce-cervix .executive-gateway {
  grid-template-columns: minmax(430px, 1fr) minmax(500px, 1fr);
  gap: clamp(24px, 2.4vw, 42px);
}

body.hce-cervical-pilot .hce-cervix .gateway-copy {
  padding: clamp(34px, 3.5vw, 58px);
  border-left: 6px solid #0f7887;
}

body.hce-cervical-pilot .hce-cervix .gateway-copy .eyebrow,
body.hce-cervical-pilot .hce-cervix .caption-kicker,
body.hce-cervical-pilot .hce-cervix .issue-label {
  font-size: 13px !important;
  line-height: 1.35 !important;
  font-weight: 750;
}

body.hce-cervical-pilot .hce-cervix .gateway-copy h1 {
  max-width: 16ch;
  font-size: clamp(44px, 4.35vw, 66px) !important;
  line-height: 1.02 !important;
}

body.hce-cervical-pilot .hce-cervix .gateway-copy .dek {
  max-width: 60ch;
  font-size: clamp(19px, 1.45vw, 22px) !important;
  line-height: 1.55 !important;
}

body.hce-cervical-pilot .hce-cervix .byline span {
  padding: 12px 14px;
  font-size: 14px !important;
  line-height: 1.4 !important;
}

body.hce-cervical-pilot .hce-cervix .byline strong {
  font-size: 15px !important;
  line-height: 1.35 !important;
}

body.hce-cervical-pilot .hce-cervix .gateway-visual figcaption {
  padding: 20px 22px 22px;
  gap: 7px;
  border-top: 4px solid #d96960;
}

body.hce-cervical-pilot .hce-cervix .gateway-visual figcaption strong {
  font-size: clamp(19px, 1.45vw, 23px) !important;
  line-height: 1.35 !important;
}

body.hce-cervical-pilot .hce-cervix .gateway-visual figcaption small,
body.hce-cervical-pilot .hce-cervix .editorial-visual figcaption small {
  font-size: 13px !important;
  line-height: 1.5 !important;
}

body.hce-cervical-pilot .hce-cervix .issue-statement {
  font-size: clamp(21px, 1.7vw, 27px) !important;
  line-height: 1.4 !important;
}

body.hce-cervical-pilot .hce-cervix .commitment-route span {
  padding: 8px 13px;
  font-size: 14px !important;
  line-height: 1.2 !important;
}

body.hce-cervical-pilot .hce-cervix.layout-magazine .story-section > p:not(.section-label),
body.hce-cervical-pilot .hce-cervix.layout-magazine .story-section > h2,
body.hce-cervical-pilot .hce-cervix.layout-magazine .story-section > h3,
body.hce-cervical-pilot .hce-cervix.layout-magazine .story-section > blockquote {
  width: 100%;
  max-width: 104ch;
}

body.hce-cervical-pilot .hce-cervix.layout-magazine .story-section > .editorial-visual,
body.hce-cervical-pilot .hce-cervix.layout-magazine .story-section > .research-pullout,
body.hce-cervical-pilot .hce-cervix.layout-magazine .story-section > .operating-path,
body.hce-cervical-pilot .hce-cervix.layout-magazine .story-section > .barrier-fishbone {
  grid-column: 1 / -1;
  width: 100%;
  max-width: none;
}

body.hce-cervical-pilot .hce-cervix .editorial-visual,
body.hce-cervical-pilot .hce-cervix .access-equity-visual,
body.hce-cervical-pilot .hce-cervix .body-photo-visual,
body.hce-cervical-pilot .hce-cervix .visual-reverse {
  grid-template-columns: minmax(0, 1.35fr) minmax(340px, 0.85fr);
  min-height: 370px;
  background: #f7fbfe;
}

body.hce-cervical-pilot .hce-cervix .editorial-visual .visual-image-wrap,
body.hce-cervical-pilot .hce-cervix .body-photo-visual .visual-image-wrap,
body.hce-cervical-pilot .hce-cervix .access-equity-visual .visual-image-wrap {
  min-height: 370px;
  max-height: none;
}

body.hce-cervical-pilot .hce-cervix .editorial-visual figcaption {
  min-width: 0;
  padding: clamp(28px, 3.4vw, 48px);
  align-self: stretch;
  align-content: center;
  gap: 10px;
  position: relative;
  background:
    radial-gradient(circle at 100% 0, rgba(38, 111, 158, 0.14), transparent 38%),
    linear-gradient(145deg, #ffffff 0%, #eef6fb 100%);
  border-left: 5px solid #0f7887;
}

body.hce-cervical-pilot .hce-cervix .visual-reverse figcaption {
  border-left: 0;
  border-right: 5px solid #0f7887;
}

body.hce-cervical-pilot .hce-cervix .editorial-visual figcaption strong {
  font-size: clamp(22px, 1.75vw, 28px) !important;
  line-height: 1.25 !important;
}

body.hce-cervical-pilot .hce-cervix .editorial-visual figcaption p {
  font-size: clamp(17px, 1.15vw, 19px) !important;
  line-height: 1.6 !important;
}

body.hce-cervical-pilot .hce-cervix .operating-path {
  margin: 42px 0;
  padding: clamp(28px, 3vw, 46px);
  overflow: hidden;
  position: relative;
  background:
    radial-gradient(circle at 92% 12%, rgba(38, 111, 158, 0.18), transparent 30%),
    linear-gradient(135deg, #f8fbfe 0%, #e4f0f8 100%);
  border: 1px solid #b7cfdd;
  border-radius: 10px 30px 30px 30px;
  box-shadow: 0 20px 44px rgba(10, 39, 68, 0.10);
}

body.hce-cervical-pilot .hce-cervix .operating-path h3 {
  max-width: none;
  margin: 0 0 24px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(26px, 2.3vw, 36px) !important;
  line-height: 1.2 !important;
}

body.hce-cervical-pilot .hce-cervix .path-grid {
  gap: 14px;
  align-items: stretch;
}

body.hce-cervical-pilot .hce-cervix .path-node {
  min-height: 190px;
  padding: 24px 20px 22px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid #c5d9e4;
  border-top: 5px solid #0f7887;
  border-radius: 16px;
  box-shadow: 0 12px 26px rgba(10, 39, 68, 0.08);
}

body.hce-cervical-pilot .hce-cervix .path-node:nth-child(2),
body.hce-cervical-pilot .hce-cervix .path-node:nth-child(4) {
  border-top-color: #546fa8;
}

body.hce-cervical-pilot .hce-cervix .path-node:last-child {
  border-top-color: #d96960;
}

body.hce-cervical-pilot .hce-cervix .path-marker {
  width: 34px;
  height: 34px;
  margin-bottom: 16px;
  background: #e7f4f6;
  border-width: 3px;
}

body.hce-cervical-pilot .hce-cervix .path-marker::after {
  width: 10px;
  height: 10px;
  top: 9px;
  left: 9px;
}

body.hce-cervical-pilot .hce-cervix .path-node strong {
  margin-bottom: 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px !important;
  line-height: 1.2 !important;
  font-weight: 650;
}

body.hce-cervical-pilot .hce-cervix .path-node > span:last-child {
  font-size: 16px !important;
  line-height: 1.5 !important;
}

body.hce-cervical-pilot .hce-cervix .path-node::after {
  content: "→";
  width: auto;
  height: auto;
  margin: 0;
  position: absolute;
  top: 50%;
  right: -20px;
  z-index: 2;
  color: #0f7887;
  background: transparent;
  font-size: 24px;
  line-height: 1;
  transform: translateY(-50%);
}

body.hce-cervical-pilot .hce-cervix .path-node:last-child::after {
  content: none;
}

@media (max-width: 1050px) {
  body.hce-cervical-pilot .hce-cervix .executive-gateway {
    grid-template-columns: minmax(0, 1fr);
  }

  body.hce-cervical-pilot .hce-cervix .gateway-copy h1 {
    max-width: 18ch;
  }

  body.hce-cervical-pilot .hce-cervix .path-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.hce-cervical-pilot .hce-cervix .path-node::after {
    content: none;
  }
}

@media (max-width: 760px) {
  body.hce-cervical-pilot .hce-cervix .gateway-copy {
    padding: 26px 22px;
  }

  body.hce-cervical-pilot .hce-cervix .gateway-copy h1 {
    font-size: clamp(38px, 11vw, 52px) !important;
  }

  body.hce-cervical-pilot .hce-cervix .byline {
    grid-template-columns: minmax(0, 1fr);
  }

  body.hce-cervical-pilot .hce-cervix .editorial-visual,
  body.hce-cervical-pilot .hce-cervix .access-equity-visual,
  body.hce-cervical-pilot .hce-cervix .body-photo-visual,
  body.hce-cervical-pilot .hce-cervix .visual-reverse {
    grid-template-columns: minmax(0, 1fr);
    min-height: 0;
  }

  body.hce-cervical-pilot .hce-cervix .editorial-visual figcaption,
  body.hce-cervical-pilot .hce-cervix .visual-reverse figcaption {
    padding: 24px 22px 26px;
    border-right: 0;
    border-left: 0;
    border-top: 5px solid #0f7887;
  }

  body.hce-cervical-pilot .hce-cervix .path-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  body.hce-cervical-pilot .hce-cervix .path-node {
    min-height: 0;
  }
}

/* Align the complete editorial text rail with the right edge of the visual boxes. */
body.hce-cervical-pilot .hce-cervix.layout-magazine .story-section > p:not(.section-label),
body.hce-cervical-pilot .hce-cervix.layout-magazine .story-section > h2,
body.hce-cervical-pilot .hce-cervix.layout-magazine .story-section > h3,
body.hce-cervical-pilot .hce-cervix.layout-magazine .story-section > blockquote,
body.hce-cervical-pilot .hce-cervix.layout-magazine .story-section > ul,
body.hce-cervical-pilot .hce-cervix.layout-magazine .story-section > ol {
  width: 100% !important;
  max-width: none !important;
}

/* Keep the portrait-oriented access image proportional to its editorial role. */
body.hce-cervical-pilot .hce-cervix .access-equity-visual {
  min-height: 0;
  grid-template-columns: minmax(320px, 360px) minmax(0, 1fr);
  gap: clamp(24px, 3vw, 48px);
  align-items: center;
  padding: clamp(24px, 3vw, 44px);
  background:
    radial-gradient(circle at 12% 16%, rgba(15, 120, 135, 0.18), transparent 32%),
    linear-gradient(135deg, #dcebf4 0%, #edf5f9 46%, #f8fbfd 100%);
}

body.hce-cervical-pilot .hce-cervix .access-equity-visual .visual-image-wrap {
  width: min(100%, 300px);
  height: auto;
  aspect-ratio: 700 / 937;
  min-height: 0;
  max-height: none;
  margin: 0 auto;
  overflow: hidden;
  background: #ffffff;
  border: 8px solid rgba(255, 255, 255, 0.96);
  border-radius: 18px;
  box-shadow: 0 18px 38px rgba(10, 39, 68, 0.16);
}

body.hce-cervical-pilot .hce-cervix .access-equity-visual .visual-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

body.hce-cervical-pilot .hce-cervix .access-equity-visual figcaption {
  min-height: 300px;
  padding: clamp(30px, 3.5vw, 52px);
  align-content: center;
  background:
    radial-gradient(circle at 100% 0, rgba(217, 105, 96, 0.12), transparent 34%),
    linear-gradient(145deg, #ffffff 0%, #eef6fb 100%);
  border: 1px solid #bfd5e1;
  border-left: 6px solid #0f7887;
  border-radius: 8px 24px 24px 24px;
  box-shadow: 0 16px 34px rgba(10, 39, 68, 0.09);
}

body.hce-cervical-pilot .hce-cervix .access-equity-visual figcaption .caption-kicker {
  font-size: 14px !important;
}

body.hce-cervical-pilot .hce-cervix .access-equity-visual figcaption strong {
  font-size: clamp(25px, 1.9vw, 30px) !important;
  line-height: 1.25 !important;
}

body.hce-cervical-pilot .hce-cervix .access-equity-visual figcaption p {
  font-size: clamp(18px, 1.25vw, 20px) !important;
  line-height: 1.6 !important;
}

body.hce-cervical-pilot .hce-cervix .access-equity-visual figcaption small {
  font-size: 14px !important;
  line-height: 1.55 !important;
}

@media (max-width: 760px) {
  body.hce-cervical-pilot .hce-cervix .access-equity-visual {
    grid-template-columns: minmax(0, 1fr);
    gap: 22px;
    padding: 24px 18px;
  }

  body.hce-cervical-pilot .hce-cervix .access-equity-visual .visual-image-wrap {
    width: min(78vw, 280px);
    height: auto;
    min-height: 0;
  }

  body.hce-cervical-pilot .hce-cervix .access-equity-visual figcaption {
    min-height: 0;
    border-left: 1px solid #bfd5e1;
    border-top: 6px solid #0f7887;
  }
}
