:root {
  --ink: #262627;
  --muted: #626164;
  --red: #a32236;
  --wine: #711a2b;
  --pink: #f8eff0;
  --paper: #fff;
  --line: #dedbdc;
  --sans: "DM Sans", sans-serif;
  --serif: "Instrument Serif", Georgia, serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
}
body.rakt-renewed {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
h1,
h2,
h3,
h4,
p,
figure {
  margin: 0;
}
a {
  color: inherit;
}
button {
  font: inherit;
}
a,
button,
summary {
  -webkit-tap-highlight-color: transparent;
}
a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--red);
  outline-offset: 5px;
}
::selection {
  background: #eac9cf;
  color: var(--wine);
}
.wrap {
  width: min(1320px, calc(100% - 112px));
  margin-inline: auto;
}
.rakt-skip-link {
  position: fixed;
  top: -80px;
  left: 20px;
  z-index: 1000;
  background: var(--ink);
  color: white;
  padding: 12px 20px;
}
.rakt-skip-link:focus {
  top: 12px;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: #fffffff5;
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}
.admin-bar .site-header {
  top: 32px;
}
.site-header-inner {
  display: flex;
  align-items: center;
  gap: 24px;
  min-height: 98px;
}
.wordmark {
  font-size: 49px;
  font-weight: 700;
  letter-spacing: -4px;
  line-height: 1;
  text-decoration: none;
}
.brand-dot {
  color: var(--red);
}
.brand-descriptor {
  font-size: 12px;
  line-height: 1.4;
  border-left: 1px solid var(--line);
  padding-left: 22px;
  color: var(--muted);
}
.site-navigation {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-left: auto;
}
.site-navigation > a {
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
}
.site-navigation > a:not(.button):hover {
  color: var(--red);
}
.site-navigation .sign-in {
  margin-left: 30px;
}
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  min-height: 54px;
  padding: 15px 24px;
  border: 1px solid var(--red);
  border-radius: 4px;
  background: var(--red);
  color: #fff;
  font-size: 15px;
  font-weight: 550;
  text-decoration: none;
  line-height: 1.4;
  transition: background 0.18s;
}
.button:hover {
  background: var(--wine);
  border-color: var(--wine);
  color: white;
}
.button span {
  font-size: 21px;
  font-weight: 400;
}
.button-small {
  min-height: 44px;
  padding: 10px 19px;
  gap: 22px;
}
.menu-toggle {
  display: none;
}
.hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 65px;
  align-items: center;
  padding-block: 76px 70px;
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.13em;
  line-height: 1.5;
}
.status-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  flex-shrink: 0;
  background: var(--red);
  border-radius: 50%;
}
.hero h1 {
  font-size: clamp(56px, 5.9vw, 85px);
  line-height: 1.015;
  letter-spacing: -0.066em;
  font-weight: 500;
  margin: 29px 0 27px;
}
.hero h1 em {
  font: italic 1.14em/0.9 var(--serif);
  letter-spacing: -0.035em;
  color: var(--red);
}
.hero-description {
  max-width: 430px;
  font-size: 17px;
  line-height: 1.7;
  color: var(--muted);
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 30px;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px solid var(--line);
  padding-block: 8px;
}
.text-link:hover {
  color: var(--red);
  border-color: var(--red);
}
.hero-footnote {
  margin-top: 25px;
  font-size: 12px;
  color: var(--muted);
  line-height: 1.8;
}
.care-figure {
  position: relative;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  background: var(--red);
  color: #fff;
  padding: 28px 30px 23px;
  border-radius: 5px;
}
.figure-topline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: #f0dce1;
}
.figure-topline > span:last-child {
  font-size: 24px;
}
.figure-headline {
  font-size: 37px;
  line-height: 1.06;
  letter-spacing: -0.04em;
  margin: 22px 0 30px;
}
.figure-headline em {
  font: italic 1.24em/0.95 var(--serif);
  letter-spacing: -0.02em;
}
.patient-strip {
  display: flex;
  align-items: center;
  gap: 13px;
  background: white;
  color: var(--ink);
  padding: 18px 16px;
  border-radius: 3px;
}
.patient-icon {
  display: grid;
  place-items: center;
  width: 39px;
  height: 39px;
  background: var(--pink);
  color: var(--red);
  font: 27px var(--serif);
}
.patient-strip strong {
  display: block;
  font-size: 14px;
  font-weight: 600;
}
.patient-strip div > span {
  display: block;
  font-size: 12px;
  color: var(--muted);
}
.record-mark {
  margin-left: auto;
  color: var(--red);
  font-size: 25px;
}
.care-path {
  list-style: none;
  margin: 16px 0 20px;
  padding: 0;
}
.care-path li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 17px 0;
  border-bottom: 1px solid #ffffff30;
}
.path-number {
  display: grid;
  place-items: center;
  width: 27px;
  height: 27px;
  flex-shrink: 0;
  border: 1px solid #ffffff70;
  border-radius: 50%;
  font-size: 12px;
}
.care-path strong {
  font-size: 14px;
  font-weight: 500;
  display: block;
}
.care-path div > span {
  display: block;
  font-size: 12px;
  color: #f0dce1;
  margin-top: 2px;
}
.path-tag {
  margin-left: auto;
  font-size: 12px;
  letter-spacing: 0.07em;
  color: #f0dce1;
}
.care-figure figcaption {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  font-size: 12px;
  color: #f0dce1;
}
.care-figure .status-dot {
  background: #efd4b4;
  width: 5px;
  height: 5px;
}
.platform-strip {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.platform-strip .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-block: 25px;
}
.platform-strip span {
  font-size: 14px;
}
.platform-strip span:first-child {
  color: var(--muted);
}
.platform-strip span:not(:first-child)::before {
  content: "↗";
  margin-right: 15px;
  color: var(--red);
}
.section {
  padding-block: 105px;
}
.introduction {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 50px;
}
.introduction > .eyebrow {
  align-self: start;
  margin-top: 8px;
  color: var(--red);
}
h2 {
  font-size: clamp(35px, 3.5vw, 49px);
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -0.045em;
}
h2 em {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 1.13em;
  letter-spacing: -0.025em;
}
.lead {
  font-size: 18px;
  color: var(--muted);
  line-height: 1.75;
  max-width: 660px;
  margin-top: 27px;
}
.departments-section {
  background: #f6f5f4;
  border-block: 1px solid var(--line);
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
  margin-bottom: 55px;
}
.section-heading .eyebrow {
  margin-bottom: 24px;
  color: var(--red);
}
.section-heading > p {
  font-size: 16px;
  color: var(--muted);
  margin-bottom: 4px;
}
.department-layout {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 65px;
}
.department-index {
  align-self: start;
  position: sticky;
  top: 135px;
  border-top: 1px solid var(--ink);
  padding-top: 24px;
}
.department-index > p {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.8;
}
.large-seven {
  position: relative;
  display: block;
  font-family: var(--serif);
  font-size: 230px;
  line-height: 1.25;
  color: var(--red);
  letter-spacing: -0.05em;
}
.large-seven > span {
  position: absolute;
  top: 50px;
  margin-left: 20px;
  font-family: var(--sans);
  font-size: 52px;
}
.department-index .index-note {
  color: var(--muted);
  font-size: 14px;
  letter-spacing: 0;
  font-weight: 400;
}
.department {
  border-top: 1px solid var(--line);
  scroll-margin-top: 120px;
}
.department:last-child {
  border-bottom: 1px solid var(--line);
}
.department summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 25px 0;
}
.department summary::-webkit-details-marker,
.faq-list summary::-webkit-details-marker {
  display: none;
}
.department-number {
  font-size: 12px;
  color: var(--muted);
}
.department h3 {
  font-size: 26px;
  letter-spacing: -0.03em;
  line-height: 1.2;
  font-weight: 500;
}
.expand-icon {
  position: relative;
  margin-left: auto;
  width: 25px;
  height: 25px;
  flex-shrink: 0;
}
.expand-icon::before,
.expand-icon::after {
  content: "";
  position: absolute;
  top: 12px;
  left: 5px;
  background: currentColor;
  width: 15px;
  height: 1px;
}
.expand-icon::after {
  transform: rotate(90deg);
}
details[open] .expand-icon::after {
  transform: none;
}
.department[open] summary {
  color: var(--red);
}
.department-content {
  padding: 0 0 31px 39px;
  max-width: 660px;
}
.department-content h4 {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 10px;
}
.department-content > p {
  font-size: 15px;
  line-height: 1.7;
  color: var(--muted);
}
.department-content ul {
  padding: 0;
  list-style: none;
  margin: 19px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.department-content li {
  font-size: 12px;
  padding: 5px 9px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 2px;
}
.department-content .department-flow {
  font-size: 12px;
  color: var(--red);
  margin-top: 20px;
}
.editorial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 38px;
}
.feature-diagram {
  height: 238px;
  background: var(--pink);
  padding: 23px 26px;
  margin-bottom: 30px;
}
.mini-label {
  font-size: 12px;
  letter-spacing: 0.11em;
  color: var(--red);
  margin-bottom: 23px;
}
.record-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: white;
  border-left: 2px solid var(--red);
  padding: 15px 14px;
  font-size: 14px;
}
.record-row b {
  font-weight: 400;
  color: var(--red);
}
.record-links {
  display: flex;
  justify-content: space-between;
  gap: 5px;
  margin-top: 29px;
}
.record-links span {
  position: relative;
  background: white;
  border: 1px solid #dfcbd0;
  font-size: 12px;
  padding: 5px 8px;
}
.record-links span::before {
  content: "";
  position: absolute;
  height: 28px;
  width: 1px;
  background: #dfcbd0;
  top: -29px;
  left: 50%;
}
.diagram-baseline {
  font-size: 12px;
  color: var(--muted);
  margin-top: 15px;
}
.billing-diagram {
  background: #f3f3f1;
}
.billing-diagram .mini-label {
  margin-bottom: 12px;
}
.ledger-row {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #deddd9;
  padding-block: 8px;
  font-size: 12px;
}
.ledger-row > span:last-child {
  color: var(--muted);
}
.ledger-total {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  margin-top: 13px;
  font-weight: 500;
}
.ledger-total > span:last-child {
  color: var(--red);
}
.report-diagram {
  background: #f1f3f2;
}
.report-diagram .mini-label {
  color: #305e4c;
  margin-bottom: 20px;
}
.report-status {
  display: flex;
  gap: 12px;
  align-items: center;
  font-size: 12px;
  margin-block: 14px;
}
.report-status > span {
  font-size: 12px;
  color: var(--muted);
}
.report-status > b {
  font-weight: 400;
  color: #305e4c;
  margin-left: auto;
}
.report-ready {
  display: flex;
  justify-content: space-between;
  background: #345b49;
  color: white;
  font-size: 12px;
  padding: 11px 14px;
  margin-top: 20px;
}
.feature-number {
  font-size: 12px;
  letter-spacing: 0.08em;
  color: var(--muted);
}
.editorial-feature h3 {
  font-size: 23px;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.25;
  margin-top: 13px;
}
.editorial-feature > p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
  margin-top: 14px;
}
.foundation-section {
  padding-block: 94px;
  background: #29292a;
  color: white;
}
.foundation-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 100px;
}
.foundation-grid .eyebrow {
  color: #e5b6bf;
  margin-bottom: 27px;
}
.foundation-grid .lead {
  font-size: 16px;
  color: #c9c5c6;
}
.foundation-grid .text-link {
  margin-top: 24px;
  border-color: #666;
  color: white;
}
.foundation-list article {
  display: flex;
  gap: 24px;
  padding: 27px 0;
  border-bottom: 1px solid #565354;
}
.foundation-list article:first-child {
  padding-top: 0;
}
.foundation-list article > span {
  font-size: 12px;
  color: #e5b6bf;
  padding-top: 3px;
}
.foundation-list h3 {
  font-size: 22px;
  font-weight: 450;
  letter-spacing: -0.02em;
}
.foundation-list p {
  font-size: 15px;
  color: #c9c5c6;
  margin-top: 7px;
  line-height: 1.75;
}
.faq-section {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 65px;
}
.faq-section .eyebrow {
  margin-bottom: 26px;
  color: var(--red);
}
.faq-list details {
  border-top: 1px solid var(--line);
  padding: 23px 0;
}
.faq-list details:last-child {
  border-bottom: 1px solid var(--line);
}
.faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  font-size: 17px;
  font-weight: 500;
  cursor: pointer;
  list-style: none;
  line-height: 1.5;
}
.faq-list summary > span {
  font-weight: 400;
  font-size: 23px;
}
.faq-list details[open] summary > span {
  transform: rotate(45deg);
}
.faq-list p {
  font-size: 15px;
  line-height: 1.75;
  color: var(--muted);
  margin-top: 17px;
  max-width: 600px;
}
.faq-list p a {
  color: var(--red);
  text-underline-offset: 3px;
}
.contact-section {
  background: var(--red);
  color: white;
  overflow: hidden;
}
.contact-inner {
  position: relative;
  padding-block: 80px 85px;
}
.contact-inner .eyebrow {
  color: #f0dce1;
  margin-bottom: 27px;
}
.contact-inner h2 {
  position: relative;
  z-index: 1;
  font-size: clamp(45px, 5vw, 70px);
}
.contact-actions {
  display: flex;
  align-items: center;
  gap: 30px;
  position: relative;
  z-index: 1;
  margin-top: 35px;
}
.button-light {
  background: white;
  border-color: white;
  color: var(--red);
}
.button-light:hover {
  background: var(--pink);
  border-color: var(--pink);
  color: var(--wine);
}
.contact-email {
  font-size: 14px;
  text-decoration: none;
}
.contact-email:hover {
  text-decoration: underline;
}
.contact-email > span {
  margin-left: 10px;
}
.contact-monogram {
  position: absolute;
  font-size: 490px;
  font-weight: 650;
  line-height: 1;
  letter-spacing: -0.09em;
  right: -12px;
  bottom: -120px;
  color: #ffffff0c;
  user-select: none;
  pointer-events: none;
}
.site-footer {
  background: white;
}
.footer-top {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1.2fr;
  gap: 40px;
  padding-block: 67px 53px;
}
.footer-brand > p {
  font-size: 15px;
  color: var(--muted);
  margin-top: 25px;
  line-height: 1.7;
}
.footer-top h2 {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  margin-bottom: 18px;
}
.footer-top > div > a:not(.wordmark) {
  display: block;
  font-size: 13px;
  color: var(--muted);
  text-decoration: none;
  margin-block: 10px;
}
.footer-top a:hover {
  color: var(--red);
}
.footer-note {
  font-size: 12px;
  line-height: 1.7;
  color: var(--muted);
  margin-top: 22px;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
  padding-block: 23px 29px;
  border-top: 1px solid var(--line);
  font-size: 12px;
  color: var(--muted);
}
.footer-bottom nav {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}
.footer-bottom a {
  text-decoration: none;
}
.rakt-renewed .rakt-container {
  width: min(1160px, calc(100% - 64px));
  margin-inline: auto;
}
.rakt-renewed .rakt-prose {
  font-family: var(--sans);
}
.rakt-renewed .rakt-prose p {
  line-height: 1.8;
}
.rakt-renewed .rakt-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 22px;
  background: var(--red);
  color: white;
  text-decoration: none;
  border-radius: 4px;
}
.rakt-renewed .rakt-prose h2 {
  font-size: 30px;
  margin-top: 40px;
}
@media (min-width: 1500px) {
  .hero {
    padding-block: 95px;
  }
  .hero h1 {
    font-size: 88px;
  }
  .care-figure {
    max-width: 615px;
    width: 100%;
    justify-self: end;
  }
}
@media (max-width: 1200px) {
  .wrap {
    width: calc(100% - 72px);
  }
  .site-navigation {
    gap: 20px;
  }
  .site-navigation .sign-in {
    margin-left: 4px;
  }
  .brand-descriptor {
    display: none;
  }
  .hero {
    gap: 40px;
  }
  .hero-actions {
    gap: 18px;
    align-items: flex-start;
    flex-direction: column;
  }
  .hero-footnote {
    max-width: 340px;
  }
  .care-figure {
    padding-inline: 25px;
  }
  .path-tag {
    display: none;
  }
  .foundation-grid {
    gap: 65px;
  }
}
@media (max-width: 1000px) {
  .site-header-inner {
    min-height: 82px;
    flex-wrap: wrap;
    gap: 0;
  }
  .menu-toggle:not([hidden]) {
    display: flex;
    align-items: center;
    gap: 22px;
    margin-left: auto;
    padding: 10px 0 10px 15px;
    border: 0;
    background: none;
    font-size: 14px;
  }
  .menu-toggle > span {
    font-size: 22px;
  }
  .menu-toggle[aria-expanded="true"] > span {
    transform: rotate(45deg);
  }
  .site-navigation {
    width: 100%;
    flex-wrap: wrap;
    margin: 0;
    padding-bottom: 20px;
    gap: 20px;
  }
  .navigation-ready .site-navigation {
    display: none;
  }
  .navigation-ready .site-navigation.is-open {
    display: flex;
  }
  .site-navigation > a {
    padding: 8px 0;
  }
  .site-navigation .button {
    padding: 10px 18px;
  }
  .hero {
    gap: 32px;
    padding-block: 50px;
  }
  .hero h1 {
    font-size: 60px;
  }
  .hero-description {
    font-size: 16px;
  }
  .figure-headline {
    font-size: 32px;
  }
  .patient-strip {
    padding: 14px 10px;
    gap: 9px;
  }
  .patient-strip strong {
    font-size: 12px;
  }
  .patient-strip div > span {
    font-size: 12px;
  }
  .care-path strong {
    font-size: 12px;
  }
  .care-path div > span {
    font-size: 12px;
  }
  .care-path li {
    padding-block: 19px;
    gap: 9px;
  }
  .figure-topline {
    font-size: 12px;
  }
  .platform-strip .wrap {
    gap: 18px;
  }
  .platform-strip span {
    font-size: 12px;
  }
  .platform-strip span:not(:first-child)::before {
    margin-right: 7px;
  }
  .section {
    padding-block: 75px;
  }
  .introduction {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .department-layout,
  .faq-section {
    grid-template-columns: 1fr 2fr;
    gap: 40px;
  }
  .editorial-grid {
    gap: 24px;
  }
  .feature-diagram {
    padding: 20px 15px;
  }
  .editorial-feature h3 {
    font-size: 21px;
  }
  .record-links span {
    font-size: 12px;
    padding: 5px;
  }
  .foundation-grid {
    gap: 45px;
  }
  .footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 45px;
  }
  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 15px;
  }
}
@media (max-width: 720px) {
  html {
    scroll-padding-top: 95px;
  }
  .wrap {
    width: calc(100% - 40px);
  }
  .wordmark {
    font-size: 43px;
  }
  .site-header-inner {
    min-height: 75px;
  }
  .site-navigation {
    align-items: stretch;
    flex-direction: column;
    gap: 3px;
  }
  .site-navigation .sign-in {
    margin: 0;
  }
  .site-navigation > a {
    padding: 10px 0;
  }
  .site-navigation .button {
    margin-top: 8px;
    align-self: start;
  }
  .hero {
    grid-template-columns: 1fr;
    gap: 35px;
    padding-block: 39px 36px;
  }
  .hero h1 {
    font-size: clamp(53px, 12.5vw, 80px);
    margin-top: 22px;
    letter-spacing: -0.06em;
  }
  .hero-description {
    max-width: 520px;
    font-size: 16px;
  }
  .hero-actions {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 17px;
    margin-top: 25px;
  }
  .hero-actions .button {
    padding: 14px 18px;
    gap: 18px;
    font-size: 14px;
  }
  .text-link {
    font-size: 13px;
    gap: 12px;
  }
  .hero-footnote {
    max-width: none;
    font-size: 12px;
    margin-top: 20px;
  }
  .care-figure {
    padding: 22px;
  }
  .figure-headline {
    font-size: 36px;
    margin-block: 20px 25px;
  }
  .figure-topline {
    font-size: 12px;
  }
  .patient-strip {
    padding: 16px 13px;
    gap: 13px;
  }
  .patient-strip strong {
    font-size: 14px;
  }
  .patient-strip div > span {
    font-size: 12px;
  }
  .care-path li {
    padding-block: 18px;
    gap: 12px;
  }
  .care-path strong {
    font-size: 14px;
  }
  .care-path div > span {
    font-size: 12px;
  }
  .platform-strip .wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px 12px;
    padding-block: 22px;
  }
  .platform-strip span {
    font-size: 12px;
  }
  .platform-strip span:first-child {
    grid-column: 1 / -1;
    font-size: 13px;
    margin-bottom: 3px;
  }
  .section {
    padding-block: 60px;
  }
  .eyebrow {
    font-size: 12px;
    letter-spacing: 0.11em;
  }
  h2 {
    font-size: 36px;
  }
  .introduction {
    gap: 24px;
  }
  .lead {
    font-size: 16px;
    margin-top: 23px;
  }
  .section-heading {
    display: block;
    margin-bottom: 35px;
  }
  .section-heading > p {
    margin-top: 24px;
    font-size: 15px;
  }
  .section-heading .eyebrow {
    margin-bottom: 20px;
  }
  .department-layout {
    display: block;
  }
  .department-index {
    display: none;
  }
  .department summary {
    padding-block: 23px;
    gap: 15px;
  }
  .department h3 {
    font-size: 23px;
  }
  .department-content {
    padding-left: 30px;
  }
  .department-content h4 {
    font-size: 16px;
  }
  .department-content > p {
    font-size: 14px;
  }
  .department-content li {
    font-size: 12px;
  }
  .editorial-grid {
    grid-template-columns: 1fr;
    gap: 39px;
  }
  .feature-diagram {
    padding: 23px 28px;
    height: 235px;
    margin-bottom: 20px;
  }
  .record-links span {
    font-size: 12px;
    padding: 5px 13px;
  }
  .editorial-feature h3 {
    font-size: 24px;
  }
  .editorial-feature > p {
    margin-top: 12px;
    font-size: 15px;
  }
  .foundation-section {
    padding-block: 60px;
  }
  .foundation-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .foundation-grid .lead {
    font-size: 16px;
  }
  .foundation-list h3 {
    font-size: 21px;
  }
  .faq-section {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .faq-list summary {
    font-size: 16px;
  }
  .contact-inner {
    padding-block: 57px 62px;
  }
  .contact-inner h2 {
    font-size: 46px;
  }
  .contact-actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;
  }
  .contact-email {
    font-size: 13px;
  }
  .contact-monogram {
    font-size: 350px;
    right: 0;
    bottom: -75px;
  }
  .footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 35px 20px;
    padding-block: 45px;
  }
  .footer-brand {
    grid-column: 1 / -1;
  }
  .footer-brand > p {
    margin-top: 16px;
  }
  .footer-top > div:last-child {
    grid-column: 1 / -1;
  }
  .footer-top h2 {
    font-size: 13px;
  }
  .footer-top > div > a:not(.wordmark) {
    font-size: 14px;
  }
  .footer-bottom {
    font-size: 12px;
  }
  .footer-bottom nav {
    gap: 12px 18px;
  }
  .rakt-renewed .rakt-container {
    width: calc(100% - 40px);
  }
}
@media (max-width: 380px) {
  .hero h1 {
    font-size: 51px;
  }
  .hero-actions {
    flex-direction: column;
    align-items: flex-start;
  }
  .patient-strip strong {
    font-size: 12px;
  }
  .patient-strip div > span {
    font-size: 12px;
  }
  .care-path strong {
    font-size: 12px;
  }
  .care-path div > span {
    font-size: 12px;
  }
  .contact-inner h2 {
    font-size: 40px;
  }
  .record-links span {
    padding-inline: 8px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}

.path-tag {
  display: none;
}
.company-hero {
  padding-block: 90px 80px;
}
.company-hero > .eyebrow {
  color: var(--red);
  margin-bottom: 28px;
}
.company-hero h1 {
  font-size: clamp(54px, 6vw, 84px);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.055em;
}
.company-hero h1 em {
  font-family: var(--serif);
  color: var(--red);
  font-weight: 400;
  font-size: 1.12em;
}
.company-hero .lead {
  max-width: 740px;
}
.company-sections {
  padding-bottom: 85px;
}
.company-row {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 60px;
  padding-block: 43px;
  border-top: 1px solid var(--line);
}
.company-row > .eyebrow {
  align-self: start;
  color: var(--red);
  margin-top: 7px;
  text-transform: uppercase;
}
.company-row h2 {
  font-size: 34px;
}
.company-row div > p {
  margin-top: 20px;
  color: var(--muted);
  font-size: 17px;
  max-width: 700px;
  line-height: 1.8;
}
.company-row .text-link {
  margin-top: 15px;
}
.company-next {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  border-top: 1px solid var(--line);
  padding-top: 30px;
}
@media (max-width: 720px) {
  .company-hero {
    padding-block: 50px;
  }
  .company-hero h1 {
    font-size: 49px;
  }
  .company-row {
    grid-template-columns: 1fr;
    gap: 20px;
    padding-block: 30px;
  }
  .company-row h2 {
    font-size: 30px;
  }
  .company-row div > p {
    font-size: 16px;
  }
  .company-sections {
    padding-bottom: 50px;
  }
}

/* Keep saved policy text while bringing its Elementor shell into the new theme. */
.rakt-renewed .rk-hms {
  --primary: #a32236;
  --primary-hover: #861b2c;
  --primary-soft: #f8eff0;
  --primary-text: #861b2c;
  --foreground: #262627;
  --muted-foreground: #626164;
  --border: #dedbdc;
  --sans: "DM Sans", sans-serif;
}
.rakt-renewed .rk-hms .hero {
  display: block;
  background: #f8eff0;
  text-align: left;
  padding: 72px 0;
}
.rakt-renewed .rk-hms .hero > .grid {
  display: none;
}
.rakt-renewed .rk-hms .hero h1 {
  font-size: clamp(42px, 5vw, 68px);
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 1.08;
}
.rakt-renewed .rk-hms .wrap {
  width: min(1160px, calc(100% - 40px));
  padding-inline: 0;
}
.rakt-renewed .rk-hms .card {
  border-radius: 3px;
  box-shadow: none;
}
.rakt-renewed .rk-hms .badge {
  border-radius: 3px;
}
.rakt-renewed .rk-hms .prose {
  font-size: 16px;
}
.rakt-renewed .rk-hms .sec.alt {
  background: #f6f5f4;
}
.rakt-renewed .rk-hms .hero .sub {
  margin-left: 0;
}
.module-hero {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 80px;
  padding-block: 60px 80px;
  align-items: center;
}
.module-breadcrumb {
  display: flex;
  gap: 13px;
  flex-wrap: wrap;
  font-size: 13px;
  color: var(--muted);
  margin-bottom: 40px;
}
.module-breadcrumb a {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.module-hero .eyebrow {
  color: var(--red);
  margin-bottom: 24px;
}
.module-hero h1 {
  font-size: clamp(48px, 5vw, 70px);
  font-weight: 500;
  line-height: 1.07;
  letter-spacing: -0.055em;
}
.module-hero h1 em {
  font-family: var(--serif);
  font-weight: 400;
  color: var(--red);
  font-size: 1.13em;
}
.module-hero .lead {
  font-size: 17px;
  margin-top: 25px;
  max-width: 600px;
}
.module-hero .button {
  margin-top: 28px;
}
.module-audience {
  font-size: 12px;
  color: var(--muted);
  margin-top: 20px;
  max-width: 490px;
}
.module-workflow {
  background: var(--red);
  color: white;
  padding: 35px;
  border-radius: 4px;
}
.module-workflow .eyebrow {
  color: #f0dce1;
  margin-bottom: 22px;
}
.module-workflow h2 {
  font-size: 35px;
}
.module-workflow ol {
  padding: 0;
  margin: 25px 0 0;
  list-style: none;
}
.module-workflow li {
  display: flex;
  gap: 20px;
  border-top: 1px solid #ffffff40;
  padding: 19px 0;
}
.module-workflow li > span {
  font-size: 12px;
  color: #f0dce1;
  padding-top: 4px;
}
.module-workflow li:last-child {
  padding-bottom: 0;
}
.module-workflow h3 {
  font-size: 17px;
  font-weight: 500;
}
.module-workflow li p {
  font-size: 14px;
  line-height: 1.7;
  color: #f0dce1;
  margin-top: 5px;
}
.module-details {
  display: grid;
  grid-template-columns: 1fr 2.2fr;
  gap: 90px;
  padding-block: 20px 100px;
}
.module-contents {
  align-self: start;
  position: sticky;
  top: 130px;
  border-top: 1px solid var(--ink);
  padding-top: 25px;
}
.module-contents > .eyebrow {
  font-size: 12px;
  margin-bottom: 20px;
  color: var(--red);
}
.module-contents > a {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  text-decoration: none;
  font-size: 14px;
  color: var(--muted);
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
}
.module-contents > a:hover {
  color: var(--red);
}
.module-articles article {
  padding: 40px 0;
  border-top: 1px solid var(--line);
  scroll-margin-top: 120px;
}
.module-articles article:first-child {
  padding-top: 28px;
}
.module-articles .eyebrow {
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 23px;
}
.module-articles h2 {
  font-size: 37px;
  max-width: 660px;
}
.module-articles article > p:not(.eyebrow) {
  font-size: 17px;
  color: var(--muted);
  line-height: 1.85;
  margin-top: 23px;
  max-width: 720px;
}
.module-articles ul {
  padding: 0;
  list-style: none;
  margin: 28px 0 0;
}
.module-articles li {
  font-size: 15px;
  padding-block: 12px;
  border-bottom: 1px solid var(--line);
}
.module-articles li::before {
  content: "↗";
  color: var(--red);
  margin-right: 16px;
}
.handoff-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 70px;
}
.handoff-grid .eyebrow {
  color: #e5b6bf;
  margin-bottom: 25px;
}
.handoff-grid .lead {
  color: #d7d3d4;
  font-size: 17px;
  margin: 0;
}
.related-modules {
  display: flex;
  gap: 13px;
  flex-wrap: wrap;
  margin-top: 25px;
}
.related-modules a {
  display: flex;
  align-items: center;
  gap: 20px;
  border: 1px solid #736f70;
  border-radius: 3px;
  padding: 9px 14px;
  font-size: 14px;
  color: white;
}
.related-modules a:hover {
  background: #414041;
}
.department-content .text-link {
  margin-top: 13px;
}
@media (max-width: 1000px) {
  .module-hero {
    gap: 35px;
  }
  .module-workflow {
    padding: 28px;
  }
  .module-details {
    gap: 45px;
  }
  .module-hero h1 {
    font-size: 54px;
  }
  .module-articles h2 {
    font-size: 33px;
  }
}
@media (max-width: 720px) {
  .module-hero {
    grid-template-columns: 1fr;
    gap: 35px;
    padding-block: 30px 55px;
  }
  .module-breadcrumb {
    margin-bottom: 28px;
  }
  .module-hero h1 {
    font-size: 49px;
  }
  .module-hero .lead {
    font-size: 16px;
  }
  .module-workflow {
    padding: 27px;
  }
  .module-details {
    display: block;
    padding-bottom: 50px;
  }
  .module-contents {
    position: static;
    margin-bottom: 35px;
  }
  .module-contents > a {
    font-size: 14px;
  }
  .module-articles article {
    padding-block: 30px;
  }
  .module-articles article > p:not(.eyebrow) {
    font-size: 16px;
  }
  .module-articles h2 {
    font-size: 31px;
  }
  .handoff-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}
.role-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
}
.role-grid article {
  border-top: 1px solid var(--line);
  padding-top: 24px;
}
.role-grid h3 {
  font-size: 24px;
  letter-spacing: -0.035em;
  font-weight: 500;
  line-height: 1.25;
  margin-top: 15px;
}
.role-grid p {
  font-size: 15px;
  line-height: 1.8;
  color: var(--muted);
  margin-top: 15px;
}
.role-grid .text-link {
  margin-top: 17px;
}
.billing-section,
.company-depth {
  background: #f6f5f4;
  border-block: 1px solid var(--line);
}
.billing-detail-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}
.billing-detail-grid h3 {
  font-size: 27px;
  line-height: 1.25;
  letter-spacing: -0.03em;
  font-weight: 500;
}
.billing-detail-grid p {
  font-size: 16px;
  line-height: 1.8;
  color: var(--muted);
  margin-top: 20px;
}
.billing-detail-grid .text-link {
  margin-top: 20px;
}
.account-flow {
  background: white;
  padding: 28px;
  border: 1px solid var(--line);
}
.account-flow .eyebrow {
  color: var(--red);
  margin: 0;
}
.account-flow ol {
  list-style: none;
  padding: 0;
  margin: 18px 0 0;
}
.account-flow li {
  border-top: 1px solid var(--line);
  padding: 16px 0;
}
.account-flow li:last-child {
  padding-bottom: 0;
}
.account-flow strong {
  display: block;
  font-size: 15px;
  font-weight: 500;
}
.account-flow li > span {
  display: block;
  font-size: 14px;
  color: var(--muted);
  margin-top: 4px;
}
.billing-secondary {
  padding-top: 50px;
  margin-top: 50px;
  border-top: 1px solid var(--line);
}
.rollout-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.rollout-steps li {
  border-top: 1px solid var(--red);
  padding-top: 21px;
}
.rollout-steps li > span {
  font: 44px var(--serif);
  color: var(--red);
}
.rollout-steps h3 {
  font-size: 21px;
  line-height: 1.3;
  letter-spacing: -0.03em;
  font-weight: 500;
  margin-top: 18px;
}
.rollout-steps p {
  font-size: 15px;
  line-height: 1.8;
  color: var(--muted);
  margin-top: 14px;
}
.rollout-note {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-top: 43px;
  background: var(--pink);
  padding: 25px 30px;
}
.rollout-note p {
  font-size: 15px;
  line-height: 1.8;
  max-width: 720px;
}
.rollout-note .text-link {
  flex-shrink: 0;
}
.depth-articles {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 42px 70px;
}
.depth-articles article {
  display: flex;
  gap: 25px;
  padding-top: 25px;
  border-top: 1px solid var(--line);
}
.depth-articles .feature-number {
  color: var(--red);
  padding-top: 4px;
}
.depth-articles h3 {
  font-size: 25px;
  line-height: 1.3;
  letter-spacing: -0.025em;
  font-weight: 500;
}
.depth-articles p {
  font-size: 16px;
  line-height: 1.85;
  color: var(--muted);
  margin-top: 18px;
}
.department-directory {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 60px;
}
.department-directory a {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}
.department-directory a > span:first-child {
  font-size: 12px;
  color: var(--red);
  min-width: 88px;
}
.department-directory strong {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.025em;
}
.department-directory a > span:last-child {
  margin-left: auto;
}
.security-review > .eyebrow {
  color: var(--red);
  margin-bottom: 25px;
}
.security-review ul {
  list-style: none;
  padding: 0;
  margin-top: 32px;
  max-width: 860px;
}
.security-review li {
  padding: 16px 0;
  border-top: 1px solid var(--line);
  font-size: 17px;
  color: var(--muted);
}
.footer-departments {
  display: flex;
  gap: 14px 24px;
  flex-wrap: wrap;
  border-top: 1px solid var(--line);
  padding-block: 24px;
  font-size: 13px;
}
.footer-departments > span {
  width: 100%;
  font-size: 12px;
  font-weight: 600;
}
.footer-departments > a {
  color: var(--muted);
}
@media (max-width: 1000px) {
  .role-grid {
    grid-template-columns: 1fr 1fr;
    gap: 35px;
  }
  .billing-detail-grid {
    gap: 40px;
  }
  .rollout-steps {
    grid-template-columns: 1fr 1fr;
    gap: 35px;
  }
  .rollout-note {
    display: block;
  }
  .rollout-note .text-link {
    margin-top: 15px;
  }
  .depth-articles {
    gap: 35px;
  }
  .department-directory {
    gap: 0 30px;
  }
  .department-directory strong {
    font-size: 19px;
  }
  .department-directory a {
    gap: 12px;
  }
}
@media (max-width: 720px) {
  .role-grid,
  .billing-detail-grid,
  .depth-articles,
  .department-directory {
    grid-template-columns: 1fr;
  }
  .role-grid h3 {
    font-size: 23px;
  }
  .billing-detail-grid {
    gap: 30px;
  }
  .billing-secondary {
    padding-top: 35px;
    margin-top: 35px;
  }
  .rollout-steps {
    gap: 25px;
  }
  .rollout-steps h3 {
    font-size: 19px;
  }
  .rollout-steps p {
    font-size: 14px;
  }
  .rollout-note {
    padding: 23px;
  }
  .depth-articles h3 {
    font-size: 23px;
  }
  .depth-articles article {
    gap: 17px;
  }
  .department-directory strong {
    font-size: 23px;
  }
  .security-review li {
    font-size: 16px;
  }
}

/* Product experiences: each department has its own working surface. */
[hidden] {
  display: none !important;
}
:root {
  --lab-ink: #193c38;
  --stock-ink: #303c24;
  --theatre-ink: #173c48;
}
.experience {
  border: 1px solid #dedbd4;
  background: #f3f1eb;
  overflow: hidden;
}
.experience-section {
  padding-bottom: 64px;
}
.experience-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 17px 24px;
  border-bottom: 1px solid #d9d6cf;
  font-size: 10px;
  font-weight: 650;
  letter-spacing: 0.11em;
}
.experience-bar > span:first-child {
  display: flex;
  align-items: center;
  gap: 8px;
}
.experience-bar i {
  width: 6px;
  height: 6px;
  background: currentColor;
  border-radius: 50%;
}
.desk-label {
  display: block;
  font-size: 10px;
  font-weight: 650;
  letter-spacing: 0.12em;
  line-height: 1.6;
}
.experience h2 {
  font-size: clamp(34px, 3.5vw, 54px);
  line-height: 1.04;
  letter-spacing: -0.045em;
  margin: 22px 0;
}
.experience h3 {
  font-size: 28px;
  line-height: 1.16;
  letter-spacing: -0.035em;
}
.experience p {
  font-size: 14px;
  line-height: 1.65;
}
.experience button {
  font: inherit;
  cursor: pointer;
}
.experience button:focus-visible,
.department-picks input:focus-visible + span,
.security-controls button:focus-visible,
.readiness-checks input:focus-visible + span {
  outline: 3px solid #bd4b41;
  outline-offset: 4px;
}
.demo-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin: 24px 0;
}
.demo-tabs button {
  border: 1px solid #d1d2c9;
  background: transparent;
  color: inherit;
  padding: 10px 13px;
  font-size: 12px;
  border-radius: 3px;
}
.demo-tabs button[aria-pressed="true"] {
  background: #263f38;
  border-color: #263f38;
  color: white;
}
.demo-tabs button:hover {
  border-color: currentColor;
}
.demo-badge {
  display: inline-block;
  width: fit-content;
  background: #e3ece0;
  color: #36513d;
  font-size: 10px;
  padding: 5px 8px;
  border-radius: 3px;
  line-height: 1.5;
  font-weight: 600;
}
.demo-hint,
.experience .demo-hint {
  font-size: 11px;
  line-height: 1.6;
  color: #65645c;
}
.specimen-link {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.7;
  padding: 16px 0;
  border-top: 1px solid currentColor;
  text-decoration: none;
}
.specimen-link span {
  display: block;
  font-size: 10px;
  font-weight: 400;
  opacity: 0.7;
}
.department-opening {
  padding-top: 36px;
  padding-bottom: 48px;
}
.department-opening-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  align-items: end;
  gap: 80px;
  margin-top: 40px;
}
.department-opening h1 {
  font-size: clamp(42px, 4.7vw, 72px);
  line-height: 1.02;
  letter-spacing: -0.055em;
  margin: 16px 0 0;
}
.department-opening .lead {
  font-size: 17px;
  line-height: 1.65;
  margin: 0 0 20px;
}
.department-opening .module-audience {
  font-size: 11px;
  margin: 20px 0 0;
}
.workflow-ribbon {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  padding-bottom: 70px;
}
.workflow-ribbon > div {
  border-top: 1px solid #b7b5ac;
  padding-top: 18px;
}
.workflow-ribbon > div > span {
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 34px;
  color: #a32236;
}
.workflow-ribbon h3 {
  font-size: 18px;
  margin: 16px 0 10px;
}
.workflow-ribbon p {
  font-size: 13px;
  line-height: 1.65;
  color: #66635d;
}
.department-edition .module-details {
  padding-top: 30px;
}
.edition-laboratory h1 em,
.edition-inpatient h1 em {
  color: var(--lab-ink);
}
.edition-pharmacy h1 em {
  color: var(--stock-ink);
}
.edition-operation-theatre h1 em,
.edition-radiology h1 em {
  color: var(--theatre-ink);
}
.edition-pharmacy .module-articles,
.edition-operation-theatre .module-articles {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
.edition-pharmacy .module-articles article,
.edition-operation-theatre .module-articles article {
  padding: 28px 0;
  margin: 0;
  border-top: 1px solid #c9c5bd;
}
.edition-pharmacy .module-articles h2,
.edition-operation-theatre .module-articles h2 {
  font-size: 31px;
}
.hero-manifesto {
  background: #ece6dc;
  padding: 30px;
  transform: rotate(1deg);
  margin: 15px 0;
}
.hero-manifesto > p {
  font-size: 11px;
  margin: 22px 0 0;
}
.manifesto-stack {
  display: flex;
  flex-direction: column;
  margin-top: 24px;
}
.manifesto-stack a {
  position: relative;
  padding: 24px 27px;
  background: #fffdf8;
  border: 1px solid #d6d0c7;
  text-decoration: none;
  transform: rotate(-2deg);
  transition: transform 0.2s;
}
.manifesto-stack a:nth-child(2) {
  background: #213f38;
  color: #fbf6e7;
  transform: rotate(1deg);
}
.manifesto-stack a:nth-child(3) {
  background: #eac55a;
  transform: rotate(-1deg);
}
.manifesto-stack a:hover {
  transform: rotate(0deg) translateX(4px);
}
.manifesto-stack a > span {
  display: block;
  font-size: 9px;
  letter-spacing: 0.12em;
  margin-bottom: 14px;
}
.manifesto-stack strong {
  display: block;
  font-size: 28px;
  line-height: 1.08;
  font-weight: 500;
  letter-spacing: -0.04em;
}
.manifesto-stack b {
  position: absolute;
  right: 22px;
  top: 21px;
  font-size: 24px;
  font-weight: 400;
}
.lab-desk {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  padding: 42px;
  gap: 50px;
  align-items: start;
}
.desk-sidebar {
  padding-top: 14px;
  color: #193c38;
}
.desk-sidebar > p {
  max-width: 290px;
}
.report-paper,
.radiology-paper {
  background: #fffefb;
  padding: 34px;
  box-shadow: 0 14px 30px #233f3810;
  border: 1px solid #e4e2da;
  color: #283831;
}
.paper-masthead {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 22px;
  border-bottom: 3px solid #1d493c;
}
.paper-masthead b {
  font-size: 34px;
  letter-spacing: -0.09em;
}
.paper-masthead > span {
  font-size: 9px;
  line-height: 1.5;
  text-align: right;
  letter-spacing: 0.12em;
}
.paper-patient {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 14px;
  margin: 24px 0;
}
.paper-patient > div {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.paper-patient small {
  font-size: 8px;
  letter-spacing: 0.08em;
}
.paper-patient strong {
  font-size: 16px;
}
.paper-patient > div > span {
  font-size: 10px;
  color: #706f67;
}
.report-paper h3 {
  font-size: 16px;
  padding: 18px 0 10px;
}
.result-row {
  display: grid;
  grid-template-columns: 1.7fr 0.6fr 0.7fr;
  gap: 8px;
  padding: 14px 0;
  border-bottom: 1px solid #e5e5dc;
  font-size: 12px;
}
.result-header {
  font-size: 8px;
  letter-spacing: 0.06em;
  color: #6c7469;
}
.result-row b {
  font-variant-numeric: tabular-nums;
}
.result-row strong {
  font-weight: 500;
}
.experience .paper-note {
  font-size: 10px;
  line-height: 1.6;
  color: #6b7168;
  margin: 18px 0;
}
.report-audit {
  border-left: 2px solid #37594b;
  padding: 4px 0 4px 15px;
  margin: 25px 0;
  min-height: 88px;
}
.report-audit strong {
  font-size: 13px;
}
.report-audit p {
  font-size: 11px;
  margin: 7px 0 0;
}
.report-actions {
  margin: 0;
}
.report-actions button {
  padding: 9px;
  font-size: 10px;
}
.qc-bench {
  background: #1c3e38;
  color: #eef0da;
  padding: 32px;
  min-height: 610px;
}
.qc-bench h3 {
  font-size: 36px;
}
.qc-bench .paper-note {
  color: #c4d1c2;
}
.qc-bench .demo-tabs button {
  border-color: #6b8378;
}
.qc-bench .demo-tabs button[aria-pressed="true"] {
  background: #b9dfb2;
  color: #16382e;
  border-color: #b9dfb2;
}
.qc-chart {
  width: 100%;
  height: auto;
  display: block;
  margin: 25px 0;
}
.qc-reading > span {
  font-size: 9px;
  letter-spacing: 0.1em;
}
.qc-reading .demo-tabs {
  margin: 12px 0;
}
.ward-heading {
  display: flex;
  justify-content: space-between;
  padding: 35px 40px 0;
  align-items: center;
}
.ward-census {
  display: flex;
  gap: 16px;
  align-items: center;
}
.ward-census strong {
  font-size: 80px;
  font-weight: 400;
  font-family: "Instrument Serif", Georgia, serif;
  line-height: 1;
}
.ward-census span {
  font-size: 9px;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
.ward-board {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 38px;
  padding: 0 40px 40px;
}
.bed-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.bed {
  border: 1px solid #b7c6b7;
  padding: 18px 10px;
  text-align: left;
  color: #274d3b;
  background: #e4ecdd;
  min-height: 130px;
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.bed[aria-pressed="true"] {
  outline: 2px solid #254c3b;
  outline-offset: 2px;
}
.bed-available {
  background: #fffdf7;
  border-style: dashed;
}
.bed-reserved {
  background: #f1e4b4;
  border-color: #c7b579;
}
.bed strong {
  font-size: 15px;
}
.bed > span:last-child {
  font-size: 10px;
}
.bed-drawing {
  display: block;
  width: 30px;
  height: 23px;
  border-left: 2px solid;
  border-right: 2px solid;
  border-bottom: 2px solid;
  font-size: 22px;
  line-height: 18px;
  padding-left: 2px;
  margin-bottom: 5px;
}
.ward-detail {
  background: #254437;
  color: #f2f2e3;
  padding: 30px;
  align-self: stretch;
  margin-top: 24px;
}
.ward-detail h3 {
  margin: 23px 0;
}
.admission-timeline {
  display: grid;
  gap: 0;
  margin: 28px 0;
}
.admission-timeline span {
  padding: 10px 0 10px 17px;
  border-left: 1px solid #7b9380;
  font-size: 11px;
  position: relative;
}
.admission-timeline span::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #cbdbb7;
  position: absolute;
  left: -3px;
  top: 15px;
}
.ward-detail .specimen-link {
  color: #f4f3dd;
}
.stock-desk {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
}
.stock-intro {
  padding: 44px;
  background: #e9bf4f;
  color: #303823;
}
.stock-intro h2 {
  font-size: clamp(36px, 4vw, 56px);
}
.stock-intro > p {
  max-width: 350px;
}
.stock-intro label {
  font-size: 13px;
  display: block;
  margin-top: 35px;
}
.stock-intro output {
  font-size: 26px;
  margin-left: 16px;
  font-weight: 600;
}
.stock-intro input {
  width: 100%;
  accent-color: #32462e;
  margin: 20px 0;
  cursor: pointer;
}
.stock-total {
  border-top: 1px solid #9f893f;
  padding-top: 18px;
  display: flex;
  gap: 20px;
  align-items: center;
}
.stock-total strong {
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 76px;
  font-weight: 400;
  line-height: 1;
}
.stock-total span {
  font-size: 13px;
  max-width: 120px;
}
.stock-intro .demo-hint {
  color: #4e502e;
  margin-top: 25px;
}
.batch-shelf {
  padding: 34px;
}
.batch-heading {
  display: flex;
  justify-content: space-between;
  font-size: 9px;
  letter-spacing: 0.06em;
  padding: 0 0 14px;
}
.batch-card {
  background: #fffef9;
  border: 1px solid #d6d5c9;
  padding: 24px;
  display: grid;
  grid-template-columns: 1fr 40px;
  margin: 0 0 12px;
  position: relative;
}
.batch-card > div:first-child {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.batch-number {
  font-size: 9px;
  opacity: 0.65;
}
.batch-card strong {
  font-size: 16px;
}
.batch-card div > span:not(.batch-number):not(.demo-badge) {
  font-size: 11px;
}
.batch-card > b {
  font-size: 31px;
  font-weight: 500;
  align-self: center;
  text-align: right;
  font-variant-numeric: tabular-nums;
}
.batch-card.quarantined {
  background: repeating-linear-gradient(
    135deg,
    #e8e6de,
    #e8e6de 8px,
    #e2e0d8 8px,
    #e2e0d8 9px
  );
}
.batch-card.quarantined .demo-badge {
  color: #6b5143;
  background: #e7d4c5;
}
.allocation-track {
  grid-column: 1/-1;
  height: 4px;
  background: #eceee2;
  margin-top: 18px;
}
.allocation-track span {
  display: block;
  height: 100%;
  background: #3f6042;
  transition: width 0.15s;
}
.experience .allocation-note {
  font-size: 12px;
  min-height: 40px;
}
.opd-desk {
  display: grid;
  grid-template-columns: 0.85fr 1.4fr;
}
.opd-queue {
  background: #efdcd0;
  padding: 35px 28px;
}
.opd-queue h2 {
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 50px;
  font-weight: 400;
}
.queue-ticket {
  width: 100%;
  border: 1px solid transparent;
  background: transparent;
  display: grid;
  grid-template-columns: 32px 1fr 15px;
  align-items: center;
  gap: 10px;
  padding: 21px 14px;
  border-top: 1px solid #c6afa1;
  text-align: left;
  color: #43342d;
}
.queue-ticket[aria-pressed="true"] {
  background: #fffaf0;
  border-color: #c6afa1;
}
.queue-ticket > b {
  font-size: 27px;
  font-family: "Instrument Serif", Georgia, serif;
  font-weight: 400;
}
.queue-ticket > span {
  font-size: 12px;
}
.queue-ticket small {
  display: block;
  font-size: 10px;
  margin-top: 5px;
  opacity: 0.7;
}
.queue-footer {
  border-top: 1px solid #c6afa1;
  margin-top: 30px;
  padding-top: 20px;
  font-size: 11px;
  line-height: 1.7;
}
.consult-workspace {
  padding: 38px;
  background: #fffdf8;
}
.consult-heading {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}
.consult-heading h3 {
  margin: 15px 0;
}
.consult-workspace .demo-tabs {
  border-bottom: 1px solid #dcd8ca;
  padding-bottom: 18px;
}
.consult-note {
  min-height: 330px;
  padding-top: 18px;
}
.consult-note small {
  font-size: 9px;
  letter-spacing: 0.12em;
}
.consult-note h4 {
  font-size: 28px;
  letter-spacing: -0.03em;
  margin: 16px 0;
  font-weight: 500;
}
.note-fields {
  margin-top: 28px;
}
.note-fields > span {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 11px;
  border-bottom: 1px solid #e1ded2;
  padding: 14px 0;
}
.note-fields b {
  font-weight: 400;
  color: #6b7061;
}
.handoff-stamps {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 28px 0;
}
.handoff-stamps span {
  padding: 12px;
  border: 1px solid #b9c6b4;
  font-size: 11px;
}
.handoff-stamps b {
  font-weight: 400;
}
.theatre-desk {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #eaf0ec;
}
.theatre-schedule {
  background: #193e49;
  color: #e8f0e9;
  padding: 40px;
}
.theatre-schedule h2 {
  margin-bottom: 35px;
}
.schedule-slot {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 24px 10px;
  border-top: 1px solid #54737a;
}
.schedule-slot.active {
  background: #2b535a;
  border-left: 3px solid #cae0ab;
}
.schedule-slot time {
  font-size: 20px;
  font-variant-numeric: tabular-nums;
}
.schedule-slot > span {
  font-size: 14px;
}
.schedule-slot small {
  font-size: 10px;
  opacity: 0.8;
  line-height: 2;
}
.theatre-schedule > p {
  font-size: 12px;
  margin-top: 28px;
  color: #c4d3ce;
}
.readiness-board {
  padding: 40px;
}
.readiness-heading {
  display: flex;
  align-items: start;
  gap: 30px;
  justify-content: space-between;
}
.readiness-heading strong {
  font-size: 26px;
  white-space: nowrap;
  font-weight: 400;
}
.readiness-board h3 {
  margin: 25px 0 12px;
  font-size: 36px;
}
.readiness-checks {
  margin: 28px 0;
}
.readiness-checks label {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  padding: 18px 0;
  border-top: 1px solid #bdcfc5;
  font-size: 12px;
}
.readiness-checks input {
  accent-color: #245449;
  width: 17px;
  height: 17px;
}
.readiness-checks b {
  margin-left: auto;
  color: #376b4e;
  visibility: hidden;
}
.readiness-checks input:checked ~ b {
  visibility: visible;
}
.readiness-result {
  background: #d9e6d7;
  padding: 18px;
  font-size: 13px;
  line-height: 1.6;
}
.readiness-board .demo-hint {
  margin-top: 20px;
}
.experience-radiology {
  background: #16252c;
  color: #e8ebe2;
  border-color: #273940;
}
.experience-radiology .experience-bar {
  border-color: #405056;
}
.radiology-desk {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 45px;
  padding: 42px;
}
.reading-room h2 {
  font-size: 64px;
}
.reading-room > p {
  color: #c1cbc6;
  max-width: 340px;
}
.version-switch {
  margin: 30px 0;
}
.version-switch button {
  width: 100%;
  display: grid;
  grid-template-columns: 28px 1fr;
  text-align: left;
  align-items: center;
  border: 0;
  border-top: 1px solid #596b70;
  background: transparent;
  color: inherit;
  padding: 18px 12px;
  font-size: 14px;
}
.version-switch button span {
  grid-row: 1/3;
  font-size: 10px;
  opacity: 0.7;
}
.version-switch button small {
  grid-column: 2;
  font-size: 10px;
  margin-top: 5px;
}
.version-switch button[aria-pressed="true"] {
  background: #35494d;
  border-left: 2px solid #d5e8bb;
}
.reading-room .specimen-link {
  color: #e8ebe2;
}
.report-section {
  padding: 16px 0;
  border-top: 1px solid #e2e4db;
}
.report-section small {
  font-size: 8px;
  letter-spacing: 0.1em;
  color: #5e7165;
}
.report-section p {
  font-size: 12px;
  margin: 9px 0 0;
}
.version-note {
  border-top: 2px solid #314d40;
  padding-top: 15px;
  font-size: 11px;
  line-height: 1.7;
}
.experience-emergency {
  background: #f5ece6;
}
.emergency-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 40px;
  padding: 38px 40px 0;
}
.emergency-heading > p {
  max-width: 300px;
}
.triage-filters {
  margin: 16px 40px 24px;
}
.emergency-board {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 25px;
  padding: 0 40px 40px;
}
.triage-row {
  width: 100%;
  display: grid;
  grid-template-columns: 63px 1fr 16px;
  gap: 12px;
  align-items: center;
  border: 1px solid #d4c6bc;
  padding: 26px 18px;
  background: #fffdf7;
  text-align: left;
  margin-bottom: 10px;
  color: #3c3630;
}
.triage-row strong {
  font-size: 14px;
}
.triage-row > span:nth-child(3) {
  grid-column: 2;
  font-size: 11px;
}
.triage-row > b {
  grid-column: 3;
  grid-row: 1/3;
  font-weight: 400;
}
.triage-row[aria-pressed="true"] {
  outline: 2px solid #514439;
  outline-offset: -2px;
}
.triage-marker {
  grid-row: 1/3;
  padding: 9px 7px;
  font-size: 10px;
  text-align: center;
}
.marker-red {
  color: #912b35;
  background: #f4dce0;
}
.marker-yellow {
  color: #705714;
  background: #f4e5ac;
}
.marker-green {
  color: #30543a;
  background: #dfebd4;
}
.disposition-card {
  padding: 30px;
  background: #e6d4c4;
}
.disposition-card h3 {
  margin: 20px 0;
}
.disposition-card .handoff-stamps span {
  border-color: #aa9684;
}
.experience-journey {
  background: #eee9df;
}
.journey-heading {
  padding: 38px 42px 12px;
}
.journey-heading h2 {
  font-size: 55px;
}
.journey-line {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin: 22px 42px 0;
  border-top: 1px solid #b3b6a8;
  border-bottom: 1px solid #b3b6a8;
}
.journey-line button {
  background: transparent;
  color: #3e4639;
  border: 0;
  border-right: 1px solid #b3b6a8;
  padding: 20px 15px;
  text-align: left;
  font-size: 13px;
}
.journey-line button:last-child {
  border-right: 0;
}
.journey-line button > span {
  display: block;
  font-size: 10px;
  margin-bottom: 10px;
}
.journey-line button[aria-pressed="true"] {
  background: #304438;
  color: #eff1dd;
}
.journey-detail {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 90px;
  padding: 42px;
}
.journey-detail h3 {
  font-size: 38px;
  max-width: 440px;
  margin: 20px 0;
}
.journey-detail p {
  max-width: 490px;
}
.journey-detail .text-link {
  margin-top: 15px;
}
.journey-receipt {
  background: #fffdf7;
  border: 1px solid #d1cabc;
  padding: 26px;
  transform: rotate(-1deg);
  box-shadow: 0 10px 15px #383b2910;
}
.journey-receipt > span {
  font-size: 9px;
  letter-spacing: 0.09em;
}
.journey-receipt > b {
  display: block;
  font-family: "Instrument Serif", Georgia, serif;
  font-weight: 400;
  font-size: 38px;
  margin: 14px 0;
}
.journey-receipt > div {
  border-top: 1px dashed #bbbba8;
  padding: 16px 0;
  font-size: 14px;
}
.journey-receipt small {
  font-size: 8px;
  letter-spacing: 0.1em;
  display: block;
  margin-bottom: 8px;
}
.journey-receipt strong {
  font-size: 12px;
  font-weight: 500;
}
.journey-receipt > p {
  font-size: 10px;
  border-top: 1px dashed #bbbba8;
  padding-top: 14px;
}
.report-library {
  background: #eae5db;
  padding: 85px 0 65px;
  margin: 20px 0 60px;
}
.report-library .section-heading > p {
  max-width: 320px;
  font-size: 14px;
  line-height: 1.7;
}
.report-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
  margin-top: 45px;
}
.report-preview {
  display: block;
  background: #d8d4c8;
  height: 350px;
  overflow: hidden;
  padding: 30px 30px 0;
  position: relative;
}
.report-preview img {
  width: 100%;
  height: auto;
  box-shadow: 0 3px 20px #23332d20;
  transform: rotate(-3deg);
  transition: transform 0.2s;
}
.report-gallery-item:nth-child(2) .report-preview {
  background: #ced8c7;
}
.report-gallery-item:nth-child(2) img {
  transform: rotate(3deg);
}
.report-gallery-item:nth-child(3) .report-preview {
  background: #c6d1d1;
}
.report-preview:hover img {
  transform: rotate(0deg) translateY(-8px);
}
.report-preview > span {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #263d32;
  color: #f5f3e4;
  padding: 14px 20px;
  font-size: 10px;
  letter-spacing: 0.08em;
}
.report-gallery-item > .eyebrow {
  margin-top: 26px;
  font-size: 9px;
}
.report-gallery-item h3 {
  font-size: 23px;
  font-weight: 500;
  letter-spacing: -0.03em;
  margin: 12px 0;
}
.report-gallery-item > p:not(.eyebrow) {
  font-size: 13px;
  line-height: 1.7;
}
.report-gallery-item .text-link {
  font-size: 12px;
}
.library-note {
  border-top: 1px solid #c8c4b8;
  margin-top: 38px;
  padding-top: 20px;
  font-size: 11px;
  line-height: 1.7;
  color: #606052;
}
.hospital-configurator {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 80px;
  background: #f0e8d7;
  padding: 50px;
  margin-bottom: 70px;
}
.hospital-configurator h2 {
  font-size: 58px;
}
.hospital-configurator p {
  font-size: 14px;
  line-height: 1.7;
}
.config-count {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 38px;
}
.config-count b {
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 85px;
  font-weight: 400;
  line-height: 1;
}
.config-count span {
  font-size: 10px;
  line-height: 1.6;
  letter-spacing: 0.06em;
}
.department-picks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
  margin-bottom: 24px;
}
.department-picks label {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 20px 14px;
  border: 1px solid #c5bbaa;
  background: #fcf9f1;
  cursor: pointer;
  font-size: 12px;
}
.department-picks input {
  width: 16px;
  height: 16px;
  accent-color: #314b36;
  flex-shrink: 0;
}
.department-picks b {
  margin-left: auto;
  font-weight: 400;
}
.department-picks label:has(input:checked) {
  border-color: #5f785b;
  background: #e4ead6;
}
.hospital-configurator .demo-hint {
  font-size: 10px;
}
.security-explorer {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  background: #18382f;
  color: #e9edde;
  margin-bottom: 70px;
}
.security-controls {
  padding: 42px;
  border-right: 1px solid #546b58;
}
.security-controls h2 {
  font-size: 49px;
}
.security-controls button {
  display: flex;
  gap: 15px;
  align-items: center;
  width: 100%;
  border: 0;
  border-top: 1px solid #506958;
  padding: 20px 10px;
  background: transparent;
  color: inherit;
  font: inherit;
  font-size: 13px;
  text-align: left;
  cursor: pointer;
}
.security-controls button span {
  font-size: 9px;
  opacity: 0.7;
}
.security-controls button b {
  margin-left: auto;
  font-weight: 400;
}
.security-controls button[aria-pressed="true"] {
  background: #365344;
}
.control-detail {
  padding: 50px;
}
.control-detail h3 {
  font-size: 38px;
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -0.04em;
  margin: 28px 0;
}
.control-detail p {
  font-size: 14px;
  line-height: 1.7;
}
.control-chain {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 32px 0;
}
.control-chain li {
  font-size: 11px;
  padding: 16px 10px;
  border: 1px solid #779080;
  line-height: 1.6;
}
.control-test {
  background: #28493a;
  padding: 22px;
  color: #dde6c8;
}
.about-blueprint {
  background: #243c32;
  color: #e8e5d2;
  padding: 60px 0;
  margin-bottom: 60px;
}
.blueprint-heading {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 80px;
  align-items: center;
  margin: 25px 0 45px;
}
.blueprint-heading h2 {
  font-size: 58px;
}
.blueprint-heading p {
  font-size: 16px;
  line-height: 1.7;
}
.blueprint-map {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  border: 1px solid #738370;
  background: radial-gradient(#788b6840 1px, transparent 1px);
  background-size: 16px 16px;
}
.blueprint-core {
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.blueprint-core > span {
  font-size: 10px;
  letter-spacing: 0.1em;
}
.blueprint-core strong {
  font-size: 75px;
  letter-spacing: -0.06em;
  line-height: 1;
  font-weight: 400;
  margin: 30px 0;
}
.blueprint-core > p {
  font-size: 12px;
}
.blueprint-branches {
  border-left: 1px solid #738370;
}
.blueprint-branches a {
  display: grid;
  grid-template-columns: 100px 1fr 20px;
  gap: 20px;
  align-items: center;
  text-decoration: none;
  padding: 24px;
  border-bottom: 1px solid #738370;
}
.blueprint-branches a:last-child {
  border-bottom: 0;
}
.blueprint-branches a:hover {
  background: #415b46;
}
.blueprint-branches span {
  font-size: 10px;
}
.blueprint-branches strong {
  font-size: 16px;
  font-weight: 500;
}
.blueprint-branches b {
  font-weight: 400;
}
@media (min-width: 1001px) and (max-width: 1250px) {
  .brand-descriptor {
    display: none;
  }
  .site-navigation {
    gap: 19px;
  }
}
@media (max-width: 1000px) {
  .department-opening-grid {
    gap: 35px;
  }
  .lab-desk,
  .radiology-desk {
    padding: 26px;
    gap: 25px;
    grid-template-columns: 0.8fr 1.2fr;
  }
  .lab-desk .report-paper,
  .radiology-paper {
    padding: 23px;
  }
  .bed-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .ward-board {
    grid-template-columns: 1.1fr 1fr;
    gap: 22px;
  }
  .stock-intro,
  .batch-shelf,
  .theatre-schedule,
  .readiness-board {
    padding: 28px;
  }
  .opd-desk {
    grid-template-columns: 0.8fr 1.2fr;
  }
  .opd-queue {
    padding: 28px 18px;
  }
  .consult-workspace {
    padding: 27px;
  }
  .journey-detail {
    gap: 40px;
  }
  .report-gallery {
    gap: 22px;
  }
  .report-preview {
    height: 270px;
    padding: 22px 20px 0;
  }
  .hospital-configurator {
    gap: 40px;
    padding: 35px;
  }
  .control-detail,
  .security-controls {
    padding: 30px;
  }
  .blueprint-heading {
    gap: 35px;
  }
}
@media (max-width: 720px) {
  .department-opening {
    padding-top: 25px;
    padding-bottom: 30px;
  }
  .department-opening-grid {
    grid-template-columns: 1fr;
    gap: 25px;
    margin-top: 30px;
  }
  .department-opening h1 {
    font-size: 47px;
  }
  .department-opening .lead {
    font-size: 15px;
  }
  .experience-section {
    padding-bottom: 40px;
  }
  .experience-bar {
    align-items: start;
    padding: 14px 17px;
    font-size: 8px;
  }
  .experience-bar > span:last-child {
    text-align: right;
    max-width: 125px;
    line-height: 1.5;
  }
  .experience h2 {
    font-size: 39px;
  }
  .lab-desk,
  .ward-board,
  .stock-desk,
  .opd-desk,
  .theatre-desk,
  .radiology-desk,
  .emergency-board,
  .journey-detail {
    grid-template-columns: 1fr;
  }
  .lab-desk,
  .radiology-desk {
    padding: 24px 17px;
    gap: 28px;
  }
  .desk-sidebar {
    padding-top: 0;
  }
  .desk-sidebar > p,
  .reading-room > p {
    max-width: none;
  }
  .desk-sidebar .specimen-link {
    padding: 12px 0;
  }
  .lab-desk .report-paper,
  .radiology-paper {
    padding: 20px;
  }
  .report-paper h3 {
    font-size: 15px;
  }
  .paper-patient {
    flex-wrap: wrap;
  }
  .result-row {
    font-size: 11px;
  }
  .result-header {
    font-size: 8px;
  }
  .qc-bench {
    padding: 22px;
    min-height: auto;
  }
  .qc-bench h3 {
    font-size: 34px;
  }
  .ward-heading {
    padding: 25px 20px 0;
    gap: 15px;
    align-items: start;
  }
  .ward-census {
    flex-direction: column;
    gap: 6px;
    padding-top: 20px;
    align-items: start;
  }
  .ward-census strong {
    font-size: 55px;
  }
  .ward-census span {
    font-size: 8px;
  }
  .ward-board {
    padding: 0 20px 20px;
    gap: 12px;
  }
  .bed-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 7px;
  }
  .bed {
    padding: 14px 7px;
    min-height: 113px;
  }
  .bed strong {
    font-size: 12px;
  }
  .bed > span:last-child {
    font-size: 8px;
  }
  .ward-detail {
    margin-top: 0;
    padding: 25px;
  }
  .workflow-ribbon {
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    padding-bottom: 45px;
  }
  .workflow-ribbon h3 {
    font-size: 16px;
  }
  .workflow-ribbon p {
    font-size: 12px;
  }
  .edition-pharmacy .module-articles,
  .edition-operation-theatre .module-articles {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .stock-intro,
  .batch-shelf,
  .theatre-schedule,
  .readiness-board {
    padding: 26px;
  }
  .batch-card {
    padding: 20px;
  }
  .opd-queue {
    padding: 26px 20px;
  }
  .opd-queue h2 {
    margin: 12px 0;
  }
  .opd-queue > p {
    margin-bottom: 16px;
  }
  .queue-ticket {
    padding: 15px 10px;
  }
  .queue-footer {
    margin-top: 20px;
  }
  .consult-workspace {
    padding: 28px 20px;
  }
  .consult-heading {
    align-items: start;
  }
  .consult-heading h3 {
    font-size: 24px;
  }
  .consult-note {
    min-height: 340px;
  }
  .consult-note h4 {
    font-size: 27px;
  }
  .consult-workspace .demo-tabs button {
    font-size: 10px;
    padding: 9px;
  }
  .note-fields > span {
    flex-direction: column;
    gap: 6px;
  }
  .reading-room h2 {
    font-size: 55px;
  }
  .version-switch {
    display: flex;
    gap: 10px;
    margin: 20px 0;
  }
  .version-switch button {
    padding: 14px 10px;
  }
  .emergency-heading {
    padding: 28px 20px 0;
    display: block;
  }
  .triage-filters {
    margin: 20px;
  }
  .emergency-board {
    padding: 0 20px 20px;
    gap: 14px;
  }
  .triage-row {
    padding: 22px 14px;
    grid-template-columns: 54px 1fr 12px;
    gap: 10px;
  }
  .triage-row strong {
    font-size: 12px;
  }
  .disposition-card {
    padding: 24px;
  }
  .journey-heading {
    padding: 26px 22px 0;
  }
  .journey-heading h2 {
    font-size: 42px;
  }
  .journey-line {
    display: flex;
    flex-wrap: wrap;
    margin: 22px 22px 0;
    border: 0;
    gap: 5px;
  }
  .journey-line button {
    flex: 1 1 28%;
    border: 1px solid #b3b6a8;
    font-size: 10px;
    padding: 12px 9px;
  }
  .journey-line button:last-child {
    border-right: 1px solid #b3b6a8;
  }
  .journey-line button > span {
    font-size: 8px;
    margin-bottom: 5px;
  }
  .journey-detail {
    padding: 27px 22px;
    gap: 30px;
  }
  .journey-detail h3 {
    font-size: 31px;
  }
  .journey-receipt {
    padding: 24px;
  }
  .hero-manifesto {
    padding: 25px;
    margin: 0;
  }
  .manifesto-stack strong {
    font-size: 27px;
  }
  .report-library {
    padding: 55px 0 40px;
    margin: 0 0 35px;
  }
  .report-gallery {
    grid-template-columns: 1fr;
    gap: 40px;
    margin-top: 30px;
  }
  .report-preview {
    height: 350px;
    padding: 30px 45px 0;
  }
  .report-gallery-item h3 {
    font-size: 25px;
  }
  .report-gallery-item > .eyebrow {
    margin-top: 22px;
  }
  .hospital-configurator {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 30px 22px;
    margin-bottom: 40px;
  }
  .hospital-configurator h2 {
    font-size: 47px;
  }
  .config-count {
    margin-top: 20px;
  }
  .config-count b {
    font-size: 60px;
  }
  .department-picks {
    gap: 8px;
  }
  .department-picks label {
    padding: 18px 10px;
    font-size: 11px;
  }
  .department-picks b {
    display: none;
  }
  .security-explorer {
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }
  .security-controls {
    border-right: 0;
    border-bottom: 1px solid #546b58;
    padding: 28px;
  }
  .security-controls h2 {
    font-size: 42px;
  }
  .control-detail {
    padding: 30px 25px;
  }
  .control-detail h3 {
    font-size: 33px;
  }
  .control-chain {
    gap: 7px;
  }
  .control-chain li {
    font-size: 10px;
    padding: 13px 8px;
  }
  .about-blueprint {
    padding: 40px 0;
  }
  .blueprint-heading,
  .blueprint-map {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .blueprint-heading h2 {
    font-size: 46px;
  }
  .blueprint-heading p {
    font-size: 14px;
  }
  .blueprint-core {
    padding: 30px;
  }
  .blueprint-core strong {
    font-size: 60px;
  }
  .blueprint-branches {
    border-left: 0;
    border-top: 1px solid #738370;
  }
  .blueprint-branches a {
    grid-template-columns: 65px 1fr 15px;
    gap: 14px;
    padding: 20px;
  }
  .blueprint-branches strong {
    font-size: 14px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .manifesto-stack a,
  .report-preview img,
  .allocation-track span {
    transition: none;
  }
}
.department-opening h1 em {
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -0.045em;
}
.platform-overview {
  background: #ecebdd;
  padding: 25px 30px;
}
.platform-overview > p {
  margin-bottom: 15px;
}
.platform-overview a {
  display: grid;
  grid-template-columns: 65px 1fr 20px;
  align-items: center;
  gap: 17px;
  padding: 19px 0;
  border-top: 1px solid #c4c6b4;
  text-decoration: none;
}
.platform-overview a > span {
  font-size: 9px;
  letter-spacing: 0.08em;
}
.platform-overview strong {
  font-size: 17px;
  font-weight: 500;
}
.platform-overview b {
  font-weight: 400;
}
.platform-overview a:hover strong {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.hero-platform h1 {
  font-size: clamp(50px, 5.3vw, 82px);
}
@media (max-width: 720px) {
  .platform-overview {
    padding: 22px;
  }
  .platform-overview a {
    grid-template-columns: 55px 1fr 16px;
    gap: 12px;
  }
  .platform-overview strong {
    font-size: 15px;
  }
  .hero-platform h1 {
    font-size: 48px;
  }
}
