body.thce-sln-draft-ready #main-content .cs-blog-editor > .cs-heading-sec,
body.thce-sln-draft-ready #main-content .cs-blog-editor > .cs-main-post,
body.thce-sln-draft-ready #main-content .cs-post-panel > .cs-thumb-post {
  display: none !important;
}

body.thce-sln-draft-ready #main-content .cs-editor-text,
body.thce-sln-draft-ready #main-content .cs-post-panel,
body.thce-sln-draft-ready #main-content .cs-blog-editor {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.thce-sln-article {
  --navy: #062d52;
  --blue: #0b5ea8;
  --cyan: #08a6c9;
  --red: #e83b46;
  --green: #159563;
  --gold: #d89208;
  --ink: #18324a;
  --muted: #587086;
  --line: #c7dce7;
  --mist: #eef7fa;
  box-sizing: border-box;
  width: 100vw;
  max-width: 100vw;
  margin: 0 0 0 calc(50% - 50vw) !important;
  overflow: clip;
  background: #fff;
  color: var(--ink);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
}

.thce-sln-article *,
.thce-sln-article *::before,
.thce-sln-article *::after { box-sizing: border-box; }
.thce-sln-article img { display: block; max-width: 100%; }
.thce-sln-article a { color: var(--blue); text-underline-offset: .18em; }
.thce-sln-article button { font: inherit; -webkit-tap-highlight-color: transparent; }

.thce-sln-article .skip-link {
  position: fixed;
  top: -7rem;
  left: 1rem;
  z-index: 100001;
  padding: .8rem 1rem;
  color: var(--navy);
  background: #fff;
  border: 3px solid var(--cyan);
  border-radius: 999px;
  font-weight: 850;
}
.thce-sln-article .skip-link:focus { top: 1rem; }

.thce-sln-article .nursing-hero {
  width: min(100% - 2rem, 1560px);
  min-height: clamp(590px, 48vw, 680px);
  margin: 2rem auto 0;
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 52%) minmax(0, 48%);
  align-items: stretch;
  overflow: hidden;
  background: linear-gradient(135deg,#fafdff 0%,#edf8fb 58%,#dff2f8 100%);
  border-radius: 2rem .65rem 2rem .65rem;
  box-shadow: 0 28px 70px rgba(6,45,82,.22);
}
.thce-sln-article .nursing-hero::before,
.thce-sln-article .nursing-hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 5;
}
.thce-sln-article .nursing-hero::before {
  width: 44%;
  height: 135%;
  left: 38%;
  top: -17%;
  border: 20px solid rgba(8,166,201,.12);
  border-left-color: rgba(255,255,255,.9);
  border-radius: 50%;
  transform: rotate(-12deg);
  z-index: 0;
}
.thce-sln-article .nursing-hero::after {
  width: 165px;
  height: 8px;
  left: 2.8rem;
  top: 2rem;
  background: linear-gradient(90deg,var(--cyan) 0 45%,var(--red) 45%);
  border-radius: 999px;
  z-index: 4;
}
.thce-sln-article .hero-scene {
  min-width: 0;
  min-height: 0;
  margin: 1.5rem 1.5rem 1.5rem -3.6rem !important;
  position: relative;
  z-index: 2;
  align-self: stretch;
  background: #fff;
  border: 8px solid #fff;
  border-radius: 1.55rem .55rem 1.55rem .55rem;
  box-shadow: -10px 14px 0 -2px var(--cyan), 12px 10px 0 -2px var(--red), 0 24px 46px rgba(6,45,82,.18);
  overflow: hidden;
}
.thce-sln-article .hero-scene::before {
  content: "";
  width: 24%;
  position: absolute;
  z-index: 2;
  inset: 0 auto 0 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(238,247,250,.98) 0%, rgba(238,247,250,.74) 36%, rgba(238,247,250,0) 100%);
}
.thce-sln-article .hero-scene img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover;
  object-position: 58% center;
  filter: saturate(.92) contrast(1.02) brightness(1.03);
  border-radius: 1rem .3rem 1rem .3rem;
}
/* Override the theme's high-specificity article rule that forces images back
   to intrinsic height and contain sizing. */
html body.single-post .cs-editor-text .thce-sln-article .hero-scene img {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
}
.thce-sln-article .hero-scene figcaption {
  width: calc(100% - 2rem);
  min-height: 64px;
  margin: 0 !important;
  padding: 1rem 1.15rem;
  position: absolute;
  z-index: 3;
  left: 1rem;
  bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .7rem;
  color: var(--navy) !important;
  background: rgba(255,255,255,.94);
  border-bottom: 5px solid var(--cyan);
  border-radius: 0 0 .75rem .75rem;
  box-shadow: 0 13px 26px rgba(6,45,82,.13);
  font-family: Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif !important;
  font-size: .86rem !important;
  font-style: normal !important;
  font-weight: 820;
  line-height: 1.35 !important;
  text-align: center;
}
.thce-sln-article .hero-scene figcaption i {
  width: 11px;
  height: 11px;
  flex: 0 0 auto;
  background: var(--red);
  border-radius: 50%;
}
.thce-sln-article .hero-copy {
  min-width: 0;
  padding: clamp(4.2rem,6vw,6.2rem) clamp(2.3rem,4.6vw,4.8rem) 4rem;
  position: relative;
  z-index: 2;
  color: var(--ink);
}
.thce-sln-article .brand-mark {
  width: 205px;
  max-width: 58%;
  margin-bottom: 1.2rem;
}
.thce-sln-article .brand-mark img { width: 100% !important; height: auto !important; }
.thce-sln-article .eyebrow {
  margin: 0 0 1.5rem !important;
  color: var(--red) !important;
  font-size: .8rem !important;
  font-weight: 850 !important;
  letter-spacing: .2em !important;
  line-height: 1.4 !important;
  text-transform: uppercase;
}
.thce-sln-article .nursing-hero h1,
.thce-sln-article .nursing-hero h2#thce-sln-title {
  margin: 0 !important;
  color: var(--blue) !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: clamp(2.9rem,4.4vw,5rem) !important;
  font-weight: 800 !important;
  letter-spacing: -.042em !important;
  line-height: .92 !important;
  text-transform: none !important;
}
.thce-sln-article .nursing-hero h1 > span,
.thce-sln-article .nursing-hero h2#thce-sln-title > span { display: block; }
.thce-sln-article .nursing-hero h1 > span:nth-child(2),
.thce-sln-article .nursing-hero h2#thce-sln-title > span:nth-child(2) { color: var(--blue); }
.thce-sln-article .nursing-hero h1 small,
.thce-sln-article .nursing-hero h2#thce-sln-title small {
  max-width: 31rem;
  margin-top: 1.35rem;
  display: block;
  color: #24445f;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: .235em;
  font-weight: 780;
  letter-spacing: .015em;
  line-height: 1.42;
}
.thce-sln-article .hero-deck {
  max-width: 33rem;
  margin: 1.7rem 0 0 !important;
  color: #405b70 !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: clamp(1.05rem,1.35vw,1.22rem) !important;
  line-height: 1.58 !important;
}
.thce-sln-article .serve-word {
  margin-top: 1.8rem;
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  color: var(--navy);
  font-size: .72rem;
  font-weight: 790;
}
.thce-sln-article .serve-word span { padding: .7rem .75rem; display: inline-flex; align-items: center; gap: .45rem; background: #fff; border: 1px solid #bad4e2; border-radius: .42rem; box-shadow: 0 5px 12px rgba(6,45,82,.06); }
.thce-sln-article .serve-word i { width: 8px; height: 8px; background: var(--red); border-radius: 50%; }
.thce-sln-article .serve-word span:nth-child(2) i { background: var(--cyan); }
.thce-sln-article .serve-word span:nth-child(3) i { background: var(--green); }

.thce-sln-article .article-meta {
  width: min(100% - 6rem, 1240px);
  margin: -2rem auto 0 !important;
  padding: 1.15rem 1.4rem;
  position: relative;
  z-index: 8;
  display: grid;
  grid-template-columns: 1.4fr 1fr .65fr 1fr;
  color: #35516a;
  background: #fff;
  border-radius: 0 0 1rem 1rem;
  box-shadow: 0 16px 38px rgba(6,45,82,.14);
}
.thce-sln-article .article-meta span { min-width: 0; padding: .1rem 1.15rem; display: flex; flex-direction: column; border-left: 1px solid var(--line); font-size: .82rem; line-height: 1.45; }
.thce-sln-article .article-meta span:first-child { padding-left: 0; border-left: 0; }
.thce-sln-article .article-meta b { margin-bottom: .2rem; color: var(--red) !important; font-size: .67rem; letter-spacing: .12em; text-transform: uppercase; }

.thce-sln-article .speak-panel {
  width: min(100% - 4.5rem, 1240px);
  min-height: 88px;
  margin: 1rem auto 0 !important;
  padding: 1rem 1.25rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  color: #fff;
  background: linear-gradient(105deg,var(--navy) 0 72%,#0b4773 72%);
  border-radius: .5rem 1.1rem .5rem 1.1rem;
  box-shadow: 0 12px 30px rgba(6,45,82,.16);
}
.thce-sln-article .speak-title { display: flex; align-items: center; gap: .85rem; }
.thce-sln-article .speak-title div { display: flex; flex-direction: column; gap: .22rem; }
.thce-sln-article .speak-title strong { color: #fff !important; font-size: 1rem; }
.thce-sln-article .speak-title span:not(.sound-mark) { color: #dbeef5; font-size: .78rem; line-height: 1.4; }
.thce-sln-article .sound-mark { width: 55px; height: 55px; display: grid; place-items: center; flex: 0 0 auto; color: var(--navy); background: #fff; border: 4px solid #99e0ee; border-radius: 50%; font-size: .67rem; font-weight: 900; letter-spacing: .03em; }
.thce-sln-article .speak-controls { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: .45rem; }
.thce-sln-article .speak-controls button {
  min-height: 42px;
  padding: .58rem .78rem;
  color: #fff !important;
  background: transparent;
  border: 1px solid rgba(255,255,255,.65);
  border-radius: 999px;
  font-size: .8rem;
  font-weight: 780;
  cursor: pointer;
}
.thce-sln-article .speak-controls button:first-child { color: var(--navy) !important; background: #fff; border-color: #fff; }
.thce-sln-article .speak-controls button:disabled { opacity: .55; cursor: not-allowed; }
.thce-sln-article button:focus-visible,
.thce-sln-article a:focus-visible { outline: 3px solid #f4bd20; outline-offset: 3px; }

.thce-sln-article .reading-progress { height: 5px; margin-top: 1.4rem; background: #dcebf1; }
.thce-sln-article .reading-progress span { width: 0; height: 100%; display: block; background: linear-gradient(90deg,var(--red),var(--cyan),var(--green)); }

.thce-sln-article .article-layout {
  width: min(100%, 1520px);
  margin: 0 auto;
  padding: clamp(4rem,7vw,7.5rem) 1.5rem;
  display: grid;
  grid-template-columns: 250px minmax(0, 1040px);
  gap: clamp(2.8rem,4.5vw,4.8rem);
  justify-content: center;
  align-items: start;
}
.thce-sln-article .article-rail { position: sticky; top: 1.3rem; }
.thce-sln-article .article-rail > p { margin: 0 0 1rem !important; color: var(--navy) !important; font-size: .75rem !important; font-weight: 900 !important; letter-spacing: .16em !important; text-transform: uppercase; }
.thce-sln-article .article-rail nav { position: relative; display: flex; flex-direction: column; gap: .12rem; }
.thce-sln-article .article-rail nav::before { content: ""; width: 3px; position: absolute; top: .4rem; bottom: .4rem; left: 1rem; background: linear-gradient(var(--red),var(--cyan),var(--green)); border-radius: 99px; }
.thce-sln-article .article-rail nav a { min-height: 42px; padding: .45rem 0 .45rem 2.85rem; position: relative; color: #476178 !important; font-size: .78rem; font-weight: 680; line-height: 1.35; text-decoration: none; }
.thce-sln-article .article-rail nav a span { width: 2rem; position: absolute; left: 0; top: .45rem; color: var(--navy); background: #fff; font-size: .66rem; font-weight: 900; text-align: center; }
.thce-sln-article .article-rail nav a:hover,
.thce-sln-article .article-rail nav a:focus-visible,
.thce-sln-article .article-rail nav a.is-active { color: var(--blue) !important; }
.thce-sln-article .rail-serve { margin-top: 1.8rem; padding: 1rem 0 0 1.1rem; border-top: 5px solid var(--cyan); border-left: 1px solid var(--line); }
.thce-sln-article .rail-serve strong,
.thce-sln-article .rail-serve span { display: block; }
.thce-sln-article .rail-serve strong { color: var(--navy) !important; font-family: Georgia,serif; font-size: 1.15rem; }
.thce-sln-article .rail-serve span { margin-top: .35rem; color: var(--muted); font-size: .74rem; line-height: 1.6; }

.thce-sln-article .article-content { min-width: 0; color: #294157; font-family: Georgia,"Times New Roman",serif; font-size: 1.08rem; line-height: 1.82; }
.thce-sln-article .article-chapter { padding: 0 0 4.25rem; position: relative; }
.thce-sln-article .article-chapter + .article-chapter { padding-top: 3.25rem; border-top: 1px solid var(--line); }
.thce-sln-article .article-chapter h2 {
  scroll-margin-top: 2rem;
  margin: 0 0 1.25rem !important;
  padding: 0 0 1rem 0;
  position: relative;
  color: var(--navy) !important;
  font-family: Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif !important;
  font-size: clamp(1.75rem,3.2vw,2.65rem) !important;
  font-weight: 820 !important;
  letter-spacing: -.035em !important;
  line-height: 1.15 !important;
  text-transform: none !important;
}
.thce-sln-article .article-chapter h2::before {
  content: attr(data-empty);
}
.thce-sln-article .article-chapter h2::after { content: ""; width: min(360px,70%); height: 6px; position: absolute; left: 0; bottom: 0; background: linear-gradient(90deg,var(--red) 0 22%,var(--cyan) 22% 82%,transparent 82%); border-radius: 99px; }
.thce-sln-article .article-chapter::before { display: none; }
.thce-sln-article .article-chapter h3 { scroll-margin-top: 2rem; margin: 2.8rem 0 .8rem !important; padding-left: 1rem; color: #155986 !important; border-left: 4px solid var(--cyan); font-family: Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif !important; font-size: clamp(1.22rem,2vw,1.52rem) !important; font-weight: 820 !important; line-height: 1.3 !important; text-transform: none !important; }
.thce-sln-article .article-content p { margin: 0 0 1.38rem !important; color: #294157 !important; font: inherit !important; line-height: inherit !important; }
.thce-sln-article .article-content strong { color: #123f66 !important; }
.thce-sln-article .article-content a { overflow-wrap: anywhere; font-weight: 660; }
.thce-sln-article .article-content ul,
.thce-sln-article .article-content ol { margin: .8rem 0 1.7rem; padding-left: 1.5rem; }
.thce-sln-article .article-content li { margin: .55rem 0; padding-left: .3rem; }
.thce-sln-article .article-content li::marker { color: var(--red); font-family: Inter,sans-serif; font-weight: 900; }

.thce-sln-article .signal-line { margin: 0 !important; padding: 1.2rem 0 1.2rem 2rem; display: grid; grid-template-columns: 170px 1fr; gap: 1rem; position: relative; border-top: 1px solid var(--line); font-family: Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif !important; font-size: .98rem !important; line-height: 1.55 !important; }
.thce-sln-article .signal-line:last-child { border-bottom: 1px solid var(--line); }
.thce-sln-article .signal-line::before { content: ""; width: 10px; height: 10px; position: absolute; left: .25rem; top: 1.7rem; background: var(--blue); border-radius: 50%; box-shadow: 0 0 0 6px rgba(11,94,168,.09); }
.thce-sln-article .signal-decision::before { background: var(--cyan); box-shadow: 0 0 0 6px rgba(8,166,201,.1); }
.thce-sln-article .signal-boundary::before { background: var(--red); box-shadow: 0 0 0 6px rgba(232,59,70,.1); }
.thce-sln-article .signal-line span { color: var(--navy); font-size: .72rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }

.thce-sln-article .continuity-note { margin: 1.5rem 0 2rem; padding: .3rem 0 .3rem 1.25rem; border-left: 6px solid var(--gold); font-family: Inter,sans-serif; }
.thce-sln-article .continuity-note span,
.thce-sln-article .continuity-note a { display: block; }
.thce-sln-article .continuity-note span { margin-bottom: .25rem; color: #8d620b; font-size: .7rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.thce-sln-article .continuity-note a { font-size: .88rem; font-weight: 750; line-height: 1.45; }

.thce-sln-article .article-visual { margin: 3rem calc((820px - min(100%, 980px)) / 2) 3.4rem !important; position: relative; }
.thce-sln-article .visual-window { padding: .55rem; position: relative; background: #fff; border: 1px solid var(--line); border-radius: 1.2rem .45rem 1.2rem .45rem; box-shadow: 0 24px 52px rgba(6,45,82,.13); }
.thce-sln-article .visual-window::before,
.thce-sln-article .visual-window::after { content: ""; position: absolute; z-index: -1; border-radius: inherit; }
.thce-sln-article .visual-window::before { inset: -.65rem .8rem .65rem -.8rem; border: 5px solid var(--cyan); }
.thce-sln-article .visual-window::after { inset: .8rem -.8rem -.65rem .8rem; border: 5px solid var(--red); }
.thce-sln-article .visual-window img { width: 100% !important; height: auto !important; float: none !important; border-radius: .8rem .25rem .8rem .25rem; }
.thce-sln-article .frame-corner { width: 46px; height: 46px; position: absolute; z-index: 2; pointer-events: none; }
.thce-sln-article .frame-corner-a { left: -1px; top: -1px; border-left: 10px solid var(--red); border-top: 10px solid var(--red); border-radius: 1.1rem 0 0 0; }
.thce-sln-article .frame-corner-b { right: -1px; bottom: -1px; border-right: 10px solid var(--cyan); border-bottom: 10px solid var(--cyan); border-radius: 0 0 1.1rem 0; }
.thce-sln-article .article-visual figcaption { width: calc(100% - 2.4rem); margin: -.2rem auto 0 !important; padding: .95rem 1.05rem; position: relative; display: flex; justify-content: center; gap: .65rem; color: var(--navy) !important; background: #fff; border-bottom: 4px solid var(--cyan); border-radius: 0 0 .75rem .75rem; box-shadow: 0 12px 26px rgba(6,45,82,.12); font-family: Inter,sans-serif !important; font-size: .8rem !important; font-style: normal !important; font-weight: 720; line-height: 1.5 !important; text-align: center; }
.thce-sln-article .article-visual figcaption > span { width: 9px; height: 9px; margin-top: .28rem; flex: 0 0 auto; background: var(--red); border-radius: 50%; }

.thce-sln-article .control-register { margin: 2.25rem calc((820px - min(100%, 1100px)) / 2) 2.5rem; overflow-x: auto; border-top: 7px solid var(--cyan); box-shadow: 0 16px 40px rgba(6,45,82,.1); }
.thce-sln-article .control-register table { width: 100%; min-width: 1000px; margin: 0 !important; border-collapse: collapse; background: #fff; font-family: Inter,sans-serif; font-size: .78rem; line-height: 1.48; }
.thce-sln-article .control-register th,
.thce-sln-article .control-register td { padding: .9rem .95rem; text-align: left; vertical-align: top; border: 1px solid #d7e3ea; }
.thce-sln-article .control-register thead th { color: #fff !important; background: var(--navy); font-size: .7rem; letter-spacing: .04em; }
.thce-sln-article .control-register tbody th { width: 17%; color: var(--navy) !important; background: #eaf6f9; font-size: .8rem; }
.thce-sln-article .control-register tr:nth-child(even) td { background: #f7fafc; }

.thce-sln-article .executive-questions { counter-reset: executive-question; margin: 2rem 0 2.6rem !important; padding: 0 !important; list-style: none; }
.thce-sln-article .executive-questions li { counter-increment: executive-question; min-height: 82px; margin: 0 !important; padding: 1.25rem 1rem 1.25rem 5.4rem !important; position: relative; border-top: 1px solid var(--line); font-family: Inter,sans-serif; font-size: 1rem; font-weight: 690; line-height: 1.5; }
.thce-sln-article .executive-questions li:last-child { border-bottom: 1px solid var(--line); }
.thce-sln-article .executive-questions li::before { content: counter(executive-question,decimal-leading-zero); width: 3.7rem; position: absolute; left: .2rem; top: .95rem; color: var(--blue); font-family: Georgia,serif; font-size: 2rem; font-weight: 800; border-bottom: 5px solid var(--red); }
.thce-sln-article .executive-questions li:nth-child(3n+2)::before { color: #087f91; border-bottom-color: var(--cyan); }
.thce-sln-article .executive-questions li:nth-child(3n)::before { color: #15724f; border-bottom-color: var(--green); }

.thce-sln-article .reference-list { padding-left: 1.8rem !important; font-family: Inter,sans-serif; font-size: .78rem; line-height: 1.58; }
.thce-sln-article .reference-list li { margin-bottom: .85rem; padding-left: .4rem; }
.thce-sln-article .article-disclaimer { margin-top: 2.2rem; padding: 1.2rem 0 0; display: grid; grid-template-columns: 58px 1fr; gap: 1rem; border-top: 6px solid var(--red); font-family: Inter,sans-serif; }
.thce-sln-article .article-disclaimer > span { width: 58px; height: 58px; display: grid; place-items: center; color: #fff; background: var(--navy); border-radius: 50%; font-size: .68rem; font-weight: 900; }
.thce-sln-article .article-disclaimer p { margin: 0 !important; color: #425f75 !important; font-family: Inter,sans-serif !important; font-size: .82rem !important; line-height: 1.6 !important; }

@media (max-width: 1050px) {
  .thce-sln-article .nursing-hero { min-height: 660px; grid-template-columns: minmax(0,52%) minmax(0,48%); }
  .thce-sln-article .hero-copy { padding-left: 2.6rem; padding-right: 2.2rem; }
  .thce-sln-article .nursing-hero h1,
  .thce-sln-article .nursing-hero h2#thce-sln-title { font-size: clamp(2.8rem,5vw,4.25rem) !important; }
  .thce-sln-article .hero-scene { margin: 1.5rem 1.2rem 1.5rem -2rem !important; }
  .thce-sln-article .article-layout { grid-template-columns: minmax(0,820px); gap: 0; }
  .thce-sln-article .article-rail { margin-bottom: 3rem; position: static; }
  .thce-sln-article .article-rail nav { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: .2rem 1rem; }
  .thce-sln-article .rail-serve { display: none; }
  .thce-sln-article .article-visual,
  .thce-sln-article .control-register { margin-left: 0; margin-right: 0; }
}

@media (max-width: 760px) {
  .thce-sln-article .nursing-hero { width: calc(100% - 1rem); min-height: 0; margin-top: .5rem; display: flex; flex-direction: column; border-radius: 1.2rem .4rem 1.2rem .4rem; overflow: hidden; }
  .thce-sln-article .nursing-hero::before { width: 95%; height: 70%; left: 26%; top: 10%; }
  .thce-sln-article .nursing-hero::after { width: 120px; left: 1.5rem; top: 1.25rem; }
  .thce-sln-article .hero-copy { width: 100%; padding: 3.2rem 1.55rem 1.4rem; }
  .thce-sln-article .brand-mark { width: 185px; max-width: 72%; }
  .thce-sln-article .eyebrow { margin-bottom: 1rem !important; }
  .thce-sln-article .nursing-hero h1,
  .thce-sln-article .nursing-hero h2#thce-sln-title { font-size: clamp(2.55rem,12.5vw,4rem) !important; }
  .thce-sln-article .hero-deck { font-size: 1.04rem !important; }
  .thce-sln-article .serve-word span { flex: 1 1 132px; justify-content: center; padding: .65rem .5rem; }
  .thce-sln-article .hero-scene { min-height: 350px; margin: .7rem .85rem 1.25rem !important; border-width: 7px; border-radius: 1.1rem .35rem 1.1rem .35rem; box-shadow: -7px 10px 0 -1px var(--cyan), 8px 7px 0 -1px var(--red), 0 18px 34px rgba(6,45,82,.16); }
  .thce-sln-article .hero-scene::before { width: 100%; height: 24%; inset: 0 0 auto; background: linear-gradient(180deg, rgba(238,247,250,.82), rgba(238,247,250,0)); }
  .thce-sln-article .hero-scene img { min-height: 0; object-position: 58% center; border-radius: .7rem .2rem .7rem .2rem; }
  .thce-sln-article .hero-scene figcaption { width: calc(100% - 1rem); min-height: 58px; left: .5rem; bottom: .5rem; padding: .8rem .65rem; font-size: .76rem !important; }
  .thce-sln-article .article-meta { width: calc(100% - 2rem); margin-top: 0 !important; grid-template-columns: 1fr 1fr; }
  .thce-sln-article .article-meta span { padding: .8rem; border-left: 0; border-top: 1px solid var(--line); }
  .thce-sln-article .article-meta span:nth-child(-n+2) { border-top: 0; }
  .thce-sln-article .article-meta span:nth-child(even) { border-left: 1px solid var(--line); }
  .thce-sln-article .speak-panel { width: calc(100% - 1rem); flex-direction: column; align-items: stretch; }
  .thce-sln-article .speak-controls { justify-content: stretch; }
  .thce-sln-article .speak-controls button { flex: 1 1 75px; }
  .thce-sln-article .article-layout { padding: 3.5rem 1rem 5rem; }
  .thce-sln-article .article-rail nav { grid-template-columns: 1fr; }
  .thce-sln-article .article-content { font-size: 1.03rem; line-height: 1.75; }
  .thce-sln-article .article-chapter { padding-bottom: 3.2rem; }
  .thce-sln-article .signal-line { grid-template-columns: 1fr; gap: .35rem; padding-left: 1.8rem; }
  .thce-sln-article .visual-window::before { inset: -.38rem .45rem .38rem -.45rem; border-width: 3px; }
  .thce-sln-article .visual-window::after { inset: .45rem -.45rem -.38rem .45rem; border-width: 3px; }
  .thce-sln-article .article-visual figcaption { width: calc(100% - .8rem); }
  .thce-sln-article .executive-questions li { padding-left: 4.5rem !important; font-size: .94rem; }
  .thce-sln-article .executive-questions li::before { width: 3rem; font-size: 1.55rem; }
}

@media (max-width: 380px) {
  .thce-sln-article .hero-copy { padding-left: 1.2rem; padding-right: 1.2rem; }
  .thce-sln-article .article-meta { grid-template-columns: 1fr; }
  .thce-sln-article .article-meta span,
  .thce-sln-article .article-meta span:nth-child(even) { border-left: 0; border-top: 1px solid var(--line); }
  .thce-sln-article .article-meta span:first-child { border-top: 0; }
  .thce-sln-article .serve-word { gap: .45rem; font-size: .67rem; }
}

@media print {
  .thce-sln-article { width: 100%; margin: 0 !important; overflow: visible; }
  .thce-sln-article .speak-panel,
  .thce-sln-article .reading-progress,
  .thce-sln-article .article-rail { display: none !important; }
  .thce-sln-article .nursing-hero { width: 100%; min-height: 560px; margin-top: 0; break-inside: avoid; box-shadow: none; }
  .thce-sln-article .article-meta { width: 100%; margin: 0 !important; box-shadow: none; }
  .thce-sln-article .article-layout { display: block; padding: 2rem 0; }
  .thce-sln-article .article-visual,
  .thce-sln-article .control-register { margin-left: 0; margin-right: 0; break-inside: avoid; }
  .thce-sln-article .control-register { overflow: visible; }
  .thce-sln-article .control-register table { min-width: 0; font-size: .66rem; }
}

@media (prefers-reduced-motion: reduce) {
  .thce-sln-article *,
  .thce-sln-article *::before,
  .thce-sln-article *::after { scroll-behavior: auto !important; transition: none !important; }
}
