/* Homepage art direction. Scoped so existing inner pages/admin stay unchanged. */
body.home-redesign {
  --yh-ink: #153e60;
  --yh-blue: #126eb5;
  --yh-deep: #074978;
  --yh-sky: #bde9ff;
  --yh-muted: #607991;
  --yh-line: #d9e7f2;
  --hospital-teal: #126eb5;
  --hospital-teal-dark: #0d558e;
  --hospital-mint: #eaf5ff;
  --hospital-navy: #153e60;
  background: #fff;
  color: var(--yh-ink);
  font-family: "Noto Sans Thai", "Leelawadee UI", Tahoma, sans-serif;
  font-size: 16px;
  line-height: 1.75;
}
.home-redesign::before { display: none; }
.home-redesign .container { width: calc(100% - 80px); max-width: 1280px; padding-left: 0; padding-right: 0; }
.home-redesign h1,.home-redesign h2,.home-redesign h3 { color: var(--yh-ink); font-family: inherit; }
.home-redesign a { color: var(--yh-blue); }
.home-redesign a:focus-visible,.home-redesign button:focus-visible,.home-redesign summary:focus-visible { outline: 3px solid #154e80; outline-offset: 5px; }
.home-redesign .yh-skip { position: fixed; z-index: 2000; left: 18px; top: -100px; padding: 12px 24px; background: var(--yh-sky); color: var(--yh-ink); border-radius: 8px; }
.home-redesign .yh-skip:focus { top: 10px; }
.yh-utility { background: var(--yh-deep); color: #c7d3de; font-size: .875rem; }
.yh-utility .container { display: flex; justify-content: space-between; gap: 16px; padding-top: 7px; padding-bottom: 7px; }
.home-redesign .yh-utility a { color: #fff; }
.yh-utility i { margin-right: 7px; }
.home-redesign #header { height: 94px; border: 0; box-shadow: none; background: rgba(255,255,255,.97); backdrop-filter: blur(16px); }
.home-redesign #header .logo { min-width: 270px; }
.home-redesign #header .brand-mark { width: 62px; height: 66px; flex-basis: 62px; border: 0; border-radius: 0; box-shadow: none; background: none; }
.home-redesign #header .logo .brand-mark img { width: 51px; max-height: 61px; }
.home-redesign #header .brand-copy small { font-size: .875rem; color: #485764; }
.home-redesign #header .brand-copy strong { font-size: 1.8rem; line-height: 1.5; color: var(--yh-blue); }
.home-redesign .nav-menu a { color: var(--yh-ink); font-size: .9375rem; font-weight: 500; }
.home-redesign .nav-menu .get-started a { color: #fff; background: var(--yh-blue); border-radius: 999px; padding: 12px 23px; box-shadow: none; }
.home-redesign .nav-menu > ul > .active > a::before { height: 2px; background: var(--yh-blue); }
.home-redesign .nav-menu .drop-down:focus-within > ul { visibility: visible; opacity: 1; top: 100%; }
.home-redesign #hero { display: none; }
.home-redesign .yh-hero { position: relative; padding: 0; margin: 0 20px; overflow: hidden; border-radius: 24px; background: var(--yh-deep); color: white; }
.yh-hero-inner { display: grid; grid-template-columns: 1.04fr 1fr; max-width: 1320px; min-height: 585px; margin: auto; }
.yh-hero-copy { position: relative; z-index: 1; padding: 57px 30px 68px 40px; }
.yh-eyebrow { display: flex; align-items: center; gap: 10px; font-size: .875rem; font-weight: 600; letter-spacing: .11em; line-height: 1.5; }
.yh-eyebrow-light { color: #c3d0dc; }
.yh-status-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--yh-sky); flex-shrink: 0; }
.home-redesign .yh-hero h1 { margin: 27px 0 23px; color: white; font-size: clamp(3.4rem,5.1vw,4.65rem); font-weight: 500; letter-spacing: -.045em; line-height: 1.23; }
.yh-hero h1 span { color: var(--yh-sky); }
.yh-hero-name { margin: 0 0 7px; font-size: 1.2rem; font-weight: 500; }
.yh-hero-description { margin: 0; font-size: 1rem; color: #c6d1da; line-height: 1.85; }
.yh-hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 25px; margin-top: 27px; }
.home-redesign .yh-button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 24px; padding: 13px 23px; border-radius: 999px; font-size: 1rem; font-weight: 600; transition: transform .2s,background .2s; }
.home-redesign .yh-button-sky { background: var(--yh-sky); color: var(--yh-deep); }
.yh-button i,.yh-dock-arrow,.yh-photo-link i { transform: rotate(45deg); font-size: 1.5rem; }
.home-redesign .yh-button:hover { transform: translateY(-3px); background: #add9ff; }
.home-redesign .yh-hero-news { display: inline-flex; align-items: center; gap: 12px; color: #fff; font-size: .9375rem; }
.yh-hero-news i { transform: rotate(-90deg); font-size: 1.25rem; }
.yh-hero-location { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin-top: 32px; font-size: .875rem; color: #b8c5d1; }
.yh-hero-location > span { margin: 0 5px; color: #576c7f; }
.home-redesign .yh-hero-location a { color: #c9def1; }
.yh-hero-visual { position: relative; min-width: 0; margin: 25px 25px 25px 0; overflow: hidden; border-radius: 130px 18px 18px 18px; background: #163149; }
.yh-hero-visual::after { content: ""; position: absolute; inset: 42% 0 0; background: linear-gradient(transparent,rgba(3,34,66,.87)); pointer-events: none; }
.yh-hospital-photo { position: absolute; width: 100%; height: 100%; object-fit: cover; object-position: 54% center; }
.yh-photo-label { position: absolute; top: 24px; right: 22px; display: flex; gap: 7px; align-items: center; padding: 8px 13px; border-radius: 99px; font-size: .75rem; letter-spacing: .08em; background: rgba(255,255,255,.91); color: #253a4c; }
.yh-photo-caption { position: absolute; z-index: 1; bottom: 35px; left: 30px; right: 100px; }
.yh-photo-caption span,.yh-photo-caption strong { display: block; }
.yh-photo-caption span { font-size: .875rem; color: #c8def1; }
.yh-photo-caption strong { font-size: clamp(1.2rem,1.8vw,1.6rem); font-weight: 500; margin-top: 5px; color: #fff; }
.home-redesign .yh-photo-link { position: absolute; z-index: 1; right: 26px; bottom: 36px; display: grid; width: 52px; height: 52px; place-items: center; border: 1px solid #c4d0da; border-radius: 50%; color: #fff; }
.home-redesign .yh-service-dock { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); margin-top: -17px; margin-bottom: 24px; padding: 12px; border: 1px solid var(--yh-line); border-radius: 18px; background: #fff; box-shadow: 0 16px 35px rgba(18,69,112,.07); }
.yh-service-dock > a { display: flex; align-items: center; gap: 13px; min-width: 0; padding: 20px 15px; border-right: 1px solid var(--yh-line); border-radius: 9px; transition: background .2s; }
.yh-service-dock > a:last-child { border-right: 0; }
.yh-service-dock > a:hover { background: #ecf3fa; }
.yh-dock-icon { display: grid; place-items: center; flex: 0 0 46px; height: 46px; background: #e7f1f9; color: var(--yh-blue); border-radius: 50%; font-size: 1.45rem; }
.yh-service-dock small,.yh-service-dock strong { display: block; }
.yh-service-dock small { font-size: .8125rem; font-weight: 400; color: var(--yh-muted); }
.yh-service-dock strong { font-size: 1rem; font-weight: 600; line-height: 1.6; }
.yh-dock-arrow { margin-left: auto; font-size: 1.2rem; }
.home-redesign section[id],.home-redesign main[id],.home-redesign nav[id] { scroll-margin-top: 110px; }
.home-redesign .jobs-online-cta { display: flex; margin: 20px 0 0; padding: 19px; border: 1px solid #c6d6e4; border-radius: 12px; background: #e6f0f9; color: var(--yh-blue); box-shadow: none; }
.home-redesign .jobs-online-cta strong { color: var(--yh-blue); }
.home-redesign .jobs-online-cta small { color: var(--yh-muted); font-size: .8125rem; }
.yh-tribute { overflow: hidden; border-radius: 18px; background: #111; }
.yh-tribute button { position: relative; display: block; width: 100%; border: 0; padding: 0; background: none; cursor: pointer; }
.yh-tribute img { display: block; width: 100%; height: auto; }
.yh-tribute button > span { position: absolute; top: 12px; right: 12px; padding: 5px 10px; border-radius: 99px; background: rgba(0,0,0,.58); color: white; font-size: .75rem; }
.yh-ita-card { margin-top: 0; padding: 24px; border: 1px solid #cdd9e4; border-radius: 18px; background: #e2eef8; }
.yh-ita-card .yh-eyebrow { font-size: .75rem; color: #5b6a77; letter-spacing: .06em; }
.yh-ita-title { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin: 12px 0 7px; }
.yh-ita-title > strong { font-size: 4.8rem; font-family: Arial,sans-serif; font-weight: 500; line-height: 1; letter-spacing: -.05em; }
.yh-ita-title > strong > span { color: #507ea7; }
.yh-ita-title > i { font-size: 3.4rem; color: #6489aa; }
.home-redesign .yh-ita-card h2 { font-size: 1.12rem; margin: 15px 0 5px; font-weight: 600; }
.yh-ita-card p { color: #5b6976; font-size: .875rem; margin-bottom: 14px; }
.yh-ita-card > a { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding-top: 13px; border-top: 1px solid #c7d5e1; font-weight: 600; font-size: .9375rem; }
.yh-ita-years { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 15px; }
.yh-ita-years a { font-size: .8125rem; text-decoration: underline; text-underline-offset: 4px; }
.home-redesign .onepage-showcase { background: #ebf3fa !important; padding: 67px 0 72px; color: var(--yh-ink); }
.home-redesign .onepage-showcase::before { display: none; }
.home-redesign .onepage-heading { margin-bottom: 32px; }
.home-redesign .onepage-heading h2 { color: var(--yh-ink); font-size: 2.4rem; font-weight: 500; }
.home-redesign .onepage-heading p { color: var(--yh-muted); font-size: 1rem; }
.home-redesign .onepage-heading .onepage-count { border: 1px solid #c5dcf0; background: #fff; color: #596977; font-size: .875rem; font-weight: 500; }
.home-redesign .onepage-grid { grid-template-columns: repeat(4,minmax(0,1fr)); gap: 22px; }
.home-redesign .onepage-card { display: flex; flex-direction: column; min-height: 0; border: 1px solid #d0e3f3; border-radius: 14px; background: #fff; box-shadow: none; backdrop-filter: none; }
.home-redesign .onepage-card:hover { border-color: #7790a6; transform: translateY(-5px); }
.home-redesign .onepage-image-button { display: block; min-height: 0; width: 100%; aspect-ratio: 4/5; padding: 12px; background: #dae9f6; }
.home-redesign .onepage-image-button img { display: block; width: 100%; height: 100%; object-fit: contain; }
.home-redesign .onepage-card:hover .onepage-image-button img { transform: scale(1.025); }
.home-redesign .onepage-zoom { width: 31px; height: 31px; right: 18px; bottom: 18px; border-radius: 50%; background: var(--yh-blue); font-size: 1rem; }
.home-redesign .onepage-card-copy { display: block; padding: 20px; }
.home-redesign .onepage-card-copy > span { color: #747b82; font-size: .75rem; font-weight: 400; }
.home-redesign .onepage-card-copy strong { color: var(--yh-ink); font-size: 1rem; font-weight: 500; margin: 7px 0 0; }
.home-redesign .onepage-card-copy a { color: var(--yh-blue); font-size: .875rem; }
.home-redesign .yh-online { padding: 78px 0; background: #fff; }
.yh-section-heading { display: flex; align-items: flex-end; justify-content: space-between; flex-wrap: wrap; gap: 24px; margin-bottom: 34px; }
.yh-section-heading .yh-eyebrow { color: #617281; margin-bottom: 13px; font-size: .8125rem; }
.home-redesign .yh-section-heading h2 { margin: 0; font-size: clamp(1.8rem,3vw,2.6rem); line-height: 1.4; font-weight: 500; }
.yh-section-heading h2 > span { color: #778693; }
.yh-section-heading > p { margin: 0 0 3px; color: var(--yh-muted); }
.yh-system-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); border: 1px solid var(--yh-line); border-radius: 18px; overflow: hidden; }
.yh-system { position: relative; display: flex; flex-direction: column; align-items: flex-start; min-width: 0; padding: 27px; border-right: 1px solid var(--yh-line); border-bottom: 1px solid var(--yh-line); transition: background .2s; }
.yh-system:nth-child(4n) { border-right: 0; }
.yh-system:nth-last-child(-n+4) { border-bottom: 0; }
.yh-system:hover { background: #ebf3fa; }
.yh-program-logo { display: grid; place-items: center; width: 176px; max-width: calc(100% - 24px); height: 104px; padding: 12px; margin-bottom: 21px; border: 1px solid #d1e4f4; border-radius: 16px; background: #fff; box-shadow: 0 5px 14px rgba(18,69,112,.04); }
.yh-program-logo img { display: block; width: 100%; height: 100%; min-height: 0; object-fit: contain; }
.yh-program-logo-square img { max-width: 78px; }
.yh-system:hover .yh-program-logo { border-color: #afc1d0; }
.yh-system strong { font-size: 1.12rem; font-weight: 500; }
.yh-system small { font-size: .8125rem; color: var(--yh-muted); margin-top: 5px; }
.yh-system-arrow { position: absolute; right: 22px; top: 27px; transform: rotate(45deg); color: #7c8a96; font-size: 1.35rem; }
.home-redesign .yh-system-all { background: var(--yh-blue); color: white; }
.yh-system-all > span { font-size: 1.5rem; line-height: 1.4; margin: 4px 0 9px; }
.yh-system-all > .yh-program-directory { display: grid; place-items: center; width: 64px; height: 64px; margin: 0 0 21px; border: 1px solid rgba(189,233,255,.25); border-radius: 16px; background: rgba(189,233,255,.1); color: var(--yh-sky); font-size: 2rem; }
.yh-system-all > i { margin-left: auto; font-size: 1.75rem; }
.yh-system-all > small { color: #c8def1; }
.home-redesign .yh-sla-link { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; margin-top: 22px; font-size: .875rem; color: #586571; }
.home-redesign .yh-health { padding: 70px 0; background: #f8faf6; border-top: 1px solid #e0ecf7; }
.yh-health-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 26px; }
.yh-health-card { display: grid; grid-template-columns: .88fr 1fr; gap: 23px; align-items: center; padding: 19px; border: 1px solid #d1e4f4; border-radius: 16px; background: #fff; }
.yh-health-image { position: relative; aspect-ratio: 1; padding: 8px; overflow: hidden; border: 0; border-radius: 10px; background: #e5eff8; cursor: pointer; }
.yh-health-image img { width: 100%; height: 100%; object-fit: contain; }
.yh-health-image > span { position: absolute; bottom: 12px; right: 12px; display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; background: #fff; color: var(--yh-blue); }
.yh-topic { color: #5d7182; font-size: .75rem; }
.home-redesign .yh-health-card h3 { font-size: 1.2rem; line-height: 1.6; font-weight: 500; margin: 9px 0; }
.yh-health-card p { color: var(--yh-muted); font-size: .875rem; line-height: 1.7; margin: 0 0 12px; }
.home-redesign .yh-text-link { display: inline-flex; align-items: center; gap: 15px; padding: 0; border: 0; background: none; color: var(--yh-blue); font-size: .9375rem; font-weight: 500; cursor: pointer; }
.yh-text-link > i { font-size: 1.4rem; }
.yh-media-details { border: 1px solid var(--yh-line); border-radius: 12px; margin-top: 22px; background: #fff; }
.yh-media-details > summary { display: flex; align-items: center; justify-content: space-between; gap: 15px; list-style: none; padding: 19px 23px; font-size: 1rem; font-weight: 500; cursor: pointer; }
.yh-media-details > summary::-webkit-details-marker { display: none; }
.yh-media-details > summary > span { display: flex; align-items: center; gap: 10px; }
.yh-media-details > summary > span > i { font-size: 1.4rem; }
.yh-media-details > summary .yh-details-count { font-size: .8125rem; font-weight: 400; color: #66737f; flex-shrink: 0; }
.yh-media-details[open] > summary { border-bottom: 1px solid var(--yh-line); }
.yh-media-details[open] > summary .bx-chevron-down { transform: rotate(180deg); }
.yh-video-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; padding: 22px; }
.yh-video-grid iframe,.yh-video-grid video { width: 100%; aspect-ratio: 16/9; border: 0; border-radius: 9px; background: #152a3c; }
.yh-local-videos { grid-template-columns: repeat(2,minmax(0,1fr)); }
.yh-local-videos figure { margin: 0; }
.yh-local-videos figcaption { font-size: .875rem; margin-top: 7px; }
.home-redesign .yh-archive { padding: 0 0 65px; background: #f8faf6; }
.yh-archive .yh-media-details { margin-top: 0; margin-bottom: 14px; }
.yh-archive-body { padding: 25px; }
.yh-archive-note { color: var(--yh-muted); font-size: .875rem; }
.yh-archive-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 20px; }
.yh-archive-grid a { display: block; border: 1px solid var(--yh-line); border-radius: 10px; overflow: hidden; }
.yh-archive-grid img { display: block; width: 100%; height: 170px; padding: 8px; background: #eaf3fa; object-fit: contain; }
.yh-archive-grid span { display: block; padding: 12px; font-size: .875rem; }
.yh-archive-advice { margin-top: 22px; }
.yh-archive-advice summary { padding: 12px 0; cursor: pointer; }
.yh-archive-advice ol { padding: 10px 0 10px 26px; list-style: decimal; }
.yh-archive-advice li { margin: 8px 0; }
.yh-archive-links { display: grid; gap: 10px; margin-top: 10px; }
.home-redesign .yh-contact-band { padding: 48px 0; background: #d5e6f5; }
.yh-contact-band .container { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 25px; }
.yh-contact-band .yh-eyebrow { color: #566b7d; font-size: .8125rem; }
.home-redesign .yh-contact-band h2 { margin: 13px 0 10px; font-size: 2rem; font-weight: 500; }
.yh-contact-band h2 span { color: #576d80; }
.yh-contact-band p { color: #536574; font-size: .875rem; margin: 0; }
.yh-contact-actions { display: flex; flex-direction: column; gap: 9px; align-items: flex-end; }
.home-redesign .yh-contact-number { display: inline-flex; align-items: center; gap: 13px; color: var(--yh-blue); font-size: 2rem; font-weight: 600; letter-spacing: -.03em; }
.yh-contact-number i { font-size: 1.6rem; }
.home-redesign #footer { background: #10273b; margin: 0; }
.home-redesign #footer .footer-main { background: transparent; border: 0; padding: 50px 0 33px; }
.home-redesign #footer h3 { color: #d8e7f5; font-weight: 500; font-size: 1rem; }
.home-redesign #footer .footer-brand strong { color: #fff; font-size: 1.1rem; }
.home-redesign #footer .footer-brand small,.home-redesign #footer p { color: #b2bec9; }
.home-redesign #footer .footer-logo { background: none; border: 0; }
.home-redesign #footer a { color: #d3e5f4; }
.home-redesign #footer .footer-phone { background: none; border-color: #334453; border-radius: 9px; }
.home-redesign #footer .footer-contact-column i,.home-redesign #footer .footer-phone i { color: #94b1cb; }
.home-redesign #footer .footer-bottom { padding: 22px 0; border-color: #334554; color: #acb8c3; font-size: .8125rem; }
.home-redesign #footer .credits { color: #acb8c3; font-size: .8125rem; }
.yh-image-modal .modal-content { position: relative; border: 0; border-radius: 15px; overflow: hidden; }
.yh-image-modal .modal-content > img { display: block; width: 100%; height: auto; }
.yh-onepage-modal .modal-body { position: relative; padding: 0; }
.yh-onepage-modal .modal-body > img { display: block; width: 100%; height: auto; }
.yh-onepage-modal .modal-content { overflow: hidden; border: 0; border-radius: 14px; }
.yh-modal-close { position: absolute; top: 12px; right: 12px; z-index: 2; display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid white; border-radius: 50%; background: var(--yh-deep); color: white; font-size: 1.7rem; cursor: pointer; }
.home-redesign .yh-hero-copy { animation: yh-enter .7s ease-out both; }
@keyframes yh-enter { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
@media(min-width:1500px) { .yh-hero-inner { max-width: 1360px; } .yh-hero-copy { padding-left: 40px; } }
@media(max-width:1199px) {
  .home-redesign .container { width: calc(100% - 48px); }
  .home-redesign #header .logo { min-width: 230px; }
  .home-redesign .nav-menu a { padding-left: 8px; padding-right: 8px; font-size: .875rem; }
  .yh-hero-copy { padding-left: 30px; padding-right: 18px; }
  .yh-hero-actions { gap: 18px; }
  .yh-service-dock > a { gap: 10px; padding: 17px 10px; }
  .yh-dock-icon { flex-basis: 37px; height: 37px; }
  .yh-dock-arrow { display: none; }
  .yh-system { padding: 24px; }
  .yh-health-card { grid-template-columns: 1fr; }
  .yh-health-image { aspect-ratio: 16/10; }
}
@media(max-width:991px) {
  .home-redesign #header { height: 82px; }
  .home-redesign .mobile-nav-toggle { top: 20px; right: 22px; border-radius: 50%; background: var(--yh-sky); z-index: 999; }
  .home-redesign .mobile-nav { top: 78px; }
  .yh-utility { display: none; }
  .yh-hero-inner { min-height: 520px; grid-template-columns: 1.1fr 1fr; }
  .yh-hero-copy { padding: 40px 20px 49px 27px; }
  .home-redesign .yh-hero h1 { font-size: 3.4rem; }
  .yh-hero-visual { margin: 18px 18px 18px 0; border-top-left-radius: 85px; }
  .yh-hero-location { margin-top: 23px; }
  .yh-hero-location > span,.yh-hero-location > a { display: none; }
  .yh-photo-caption { left: 20px; right: 20px; }
  .home-redesign .yh-photo-link { display: none; }
  .home-redesign .yh-service-dock { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .yh-service-dock > a:nth-child(2) { border-right: 0; }
  .yh-service-dock > a:nth-child(-n+2) { border-bottom: 1px solid var(--yh-line); }
  .yh-dock-arrow { display: block; }
  .yh-ita-card { margin-top: 0; }
  .yh-tribute { width: 230px; }
  .home-redesign .onepage-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .yh-system-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .yh-system:nth-child(2n) { border-right: 0; }
  .yh-system:nth-last-child(-n+4) { border-bottom: 1px solid var(--yh-line); }
  .yh-system:nth-last-child(-n+2) { border-bottom: 0; }
  .yh-archive-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .yh-video-grid { grid-template-columns: 1fr; }
}
@media(max-width:680px) {
  .home-redesign .container { width: calc(100% - 36px); }
  .home-redesign #header .brand-copy small { font-size: .8125rem; }
  .home-redesign #header .brand-copy strong { font-size: 1.45rem; }
  .home-redesign #header .brand-mark { width: 45px; flex-basis: 45px; }
  .home-redesign #header .logo .brand-mark img { width: 43px; max-height: 53px; }
  .home-redesign .yh-hero { margin: 0 12px; border-radius: 20px; }
  .yh-hero-inner { display: flex; flex-direction: column; }
  .yh-hero-copy { padding: 32px 23px 28px; }
  .yh-eyebrow { font-size: .75rem; letter-spacing: .08em; }
  .home-redesign .yh-hero h1 { margin-top: 24px; margin-bottom: 20px; font-size: clamp(2.8rem,10vw,4rem); }
  .yh-hero-name { font-size: 1rem; }
  .yh-hero-description { font-size: .9375rem; }
  .yh-hero-actions { gap: 16px; }
  .home-redesign .yh-button { padding: 12px 20px; font-size: .9375rem; }
  .yh-hero-location { display: none; }
  .yh-hero-visual { margin: 0 14px 30px; height: 270px; border-radius: 65px 14px 14px 14px; }
  .yh-hospital-photo { object-position: center 46%; }
  .yh-photo-caption { bottom: 21px; }
  .yh-photo-label { top: 16px; right: 14px; }
  .home-redesign .yh-service-dock { padding: 5px; margin-top: -14px; border-radius: 14px; }
  .yh-service-dock > a { padding: 16px 9px; gap: 8px; }
  .yh-service-dock small { font-size: .75rem; }
  .yh-service-dock strong { font-size: .875rem; }
  .yh-dock-icon { flex-basis: 32px; height: 32px; font-size: 1.2rem; }
  .yh-dock-arrow { display: none; }
  .yh-tribute { width: min(100%,300px); margin: 0 auto; }
  .yh-ita-card { padding: 24px; }
  .home-redesign .onepage-showcase { padding: 43px 0 48px; }
  .home-redesign .onepage-heading { align-items: flex-start; flex-wrap: wrap; gap: 13px; margin-bottom: 24px; }
  .home-redesign .onepage-heading h2 { font-size: 1.9rem; }
  .home-redesign .onepage-heading p { font-size: .9375rem; }
  .home-redesign .onepage-grid { display: grid; grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: 80%; gap: 15px; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 16px; }
  .home-redesign .onepage-card { scroll-snap-align: start; }
  .home-redesign .onepage-grid > .modal { position: fixed; }
  .home-redesign .onepage-grid > .modal.show { display: block; }
  .home-redesign .yh-online { padding: 47px 0; }
  .yh-section-heading { gap: 20px; margin-bottom: 26px; }
  .yh-section-heading > p { font-size: .9375rem; }
  .yh-system { padding: 21px 16px; }
  .yh-program-logo { width: 100%; max-width: calc(100% - 13px); height: 82px; padding: 8px; border-radius: 12px; margin-bottom: 17px; }
  .yh-program-logo-square img { max-width: 64px; }
  .yh-system-all > .yh-program-directory { width: 54px; height: 54px; font-size: 1.7rem; margin-bottom: 17px; }
  .yh-system strong { font-size: 1rem; }
  .yh-system small { font-size: .8125rem; }
  .yh-system-arrow { right: 14px; top: 21px; }
  .yh-system-all > span { font-size: 1.3rem; }
  .home-redesign .yh-health { padding: 45px 0; }
  .yh-health-grid { grid-template-columns: 1fr; gap: 20px; }
  .yh-health-card { gap: 19px; padding: 16px; }
  .yh-health-image { aspect-ratio: 16/10; }
  .yh-media-details > summary { padding: 17px 15px; font-size: .9375rem; gap: 10px; }
  .yh-media-details > summary .yh-details-count { font-size: 0; }
  .yh-video-grid,.yh-archive-body { padding: 16px; }
  .yh-archive-grid { gap: 12px; }
  .yh-archive-grid img { height: 140px; }
  .home-redesign .yh-archive { padding-bottom: 39px; }
  .home-redesign .yh-contact-band { padding: 35px 0; }
  .home-redesign .yh-contact-band h2 { font-size: 1.55rem; }
  .yh-contact-actions { align-items: flex-start; }
  .home-redesign .yh-contact-number { font-size: 1.8rem; }
  .home-redesign #footer .footer-main { padding: 35px 0 15px; }
  .home-redesign #footer .footer-brand strong { font-size: 1rem; }
}

/* Blue editorial bulletin: a lead story and four reading cards, followed by the archive. */
.yh-news-region { padding-top: 55px; padding-bottom: 66px; }
.yh-news-main { min-width: 0; }
.home-redesign #features.news-hub { padding: 0; background: transparent !important; overflow: visible; }
.home-redesign #features.news-hub::before { display: none; }
.home-redesign #features.news-hub > .container { width: 100%; max-width: none; padding: 0; }
.home-redesign .news-hub-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 28px; }
.home-redesign .news-hub-heading .section-eyebrow,.home-redesign .onepage-heading .section-eyebrow { display: block; padding: 0; border: 0; border-radius: 0; background: none; color: #277ebc; font-size: .8rem; letter-spacing: .15em; margin: 0 0 12px; font-weight: 600; }
.home-redesign .news-hub-heading h2 { font-size: clamp(2rem,3.3vw,2.75rem); font-weight: 600; line-height: 1.4; color: var(--yh-ink); margin: 0; }
.home-redesign .news-hub-heading h2 span { color: #278bce; margin-left: 9px; }
.home-redesign .news-hub-heading p { font-size: 1rem; color: var(--yh-muted); margin: 10px 0 0; }
.yh-bulletin-total { display: flex; align-items: center; gap: 9px; flex-shrink: 0; color: var(--yh-muted); font-size: .875rem; padding-bottom: 4px; }
.yh-bulletin-total > i { color: #267ab4; font-size: 1.4rem; }
.yh-bulletin-total strong { font-size: 1.25rem; color: var(--yh-ink); font-weight: 600; }
.yh-bulletin-actions { display: flex; flex-direction: column; align-items: flex-end; gap: 11px; flex-shrink: 0; }
.home-redesign .yh-apply-button { display: inline-flex; align-items: center; gap: 13px; min-height: 76px; padding: 15px 20px; border: 1px solid #0c61a4; border-radius: 15px; background: linear-gradient(120deg,#1379c4,#09528f); color: #fff; box-shadow: 0 8px 20px rgba(18,110,181,.2); text-decoration: none; transition: transform .2s,box-shadow .2s; }
.home-redesign .yh-apply-button:hover { color: #fff; background: #09528f; box-shadow: 0 10px 24px rgba(18,110,181,.28); transform: translateY(-2px); }
.home-redesign .yh-apply-button:focus-visible { outline: 3px solid #126eb5; outline-offset: 5px; }
.yh-apply-icon { display: grid; place-items: center; width: 43px; height: 43px; flex: 0 0 43px; border-radius: 12px; background: #ffffff24; font-size: 1.65rem; }
.yh-apply-copy { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.yh-apply-copy strong { color: #fff; font-size: 1.125rem; font-weight: 600; line-height: 1.55; }
.yh-apply-copy small { color: #d7efff; font-size: .8125rem; line-height: 1.6; }
.yh-apply-arrow { margin-left: auto; font-size: 1.2rem; flex-shrink: 0; }
.home-redesign .news-hub-shell { display: block; min-height: 0; border: 0; border-radius: 0; box-shadow: none; overflow: visible; background: none; }
.home-redesign #features.news-hub .news-hub-tabs { display: flex; flex-direction: row; flex-wrap: wrap; gap: 9px; padding: 0; margin: 0 0 25px; background: transparent; border: 0; border-radius: 0; }
.home-redesign #features.news-hub .news-hub-tabs .nav-item { flex: 0 0 auto; width: auto; margin: 0; }
.home-redesign #features.news-hub .news-hub-tabs .nav-link { display: flex; align-items: center; justify-content: center; gap: 9px; min-height: 46px; padding: 10px 17px; border: 1px solid #d8e5f0; border-radius: 99px; background: #fff; box-shadow: none; color: #496981 !important; font-size: .9375rem; font-weight: 500; transition: background .2s,border-color .2s; }
.home-redesign #features.news-hub .news-hub-tabs .nav-link:hover { background: #edf7ff; color: #126eb5 !important; border-color: #84bce4; }
.home-redesign #features.news-hub .news-hub-tabs .nav-link.active { background: #126eb5; color: #fff !important; border-color: #126eb5; }
.home-redesign #features.news-hub .news-hub-tabs .nav-link::before,.home-redesign #features.news-hub .news-hub-tabs .nav-link::after { display: none; }
.home-redesign #features.news-hub .news-hub-tabs .nav-link > i { font-size: 1.15rem; }
.home-redesign #features.news-hub .news-hub-tabs small { display: inline-grid; place-items: center; min-width: 25px; height: 24px; padding: 0 6px; margin: 0; color: inherit; background: #eaf3fb; font-size: .75rem; border-radius: 99px; }
.home-redesign #features.news-hub .news-hub-tabs .active small { background: #ffffff2b; color: #fff; }
.home-redesign #features .news-hub-content { max-height: none; overflow: visible; border: 0; background: none; }
.home-redesign #features .news-hub-content .tab-pane { padding: 0; }
.yh-bulletin-layout { display: grid; grid-template-columns: minmax(0,.95fr) minmax(0,1.35fr); gap: 22px; align-items: stretch; }
.yh-featured-story { position: relative; display: flex; flex-direction: column; min-width: 0; padding: 30px; border: 1px solid #185d92; border-radius: 22px; background: linear-gradient(145deg,#126db0,#083d70); color: #fff; }
.yh-featured-top { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 10px; }
.yh-story-category { display: inline-flex; align-items: center; gap: 7px; font-size: .75rem; font-weight: 500; color: #246fa6; line-height: 1.5; }
.yh-story-category i { font-size: 1.1rem; }
.yh-featured-story .yh-story-category { color: #fff; background: #ffffff1a; padding: 7px 10px; border: 1px solid #ffffff29; border-radius: 7px; }
.yh-latest-label { color: #bce6ff; font-size: .75rem; }
.yh-featured-mark { display: flex; align-items: center; gap: 14px; margin: 37px 0 24px; color: #bce5ff; }
.yh-featured-mark > i { display: grid; place-items: center; width: 68px; height: 68px; border: 1px solid #ffffff36; border-radius: 18px; font-size: 2.3rem; }
.yh-featured-mark > span { font: 600 .68rem/1.8 Arial,sans-serif; letter-spacing: .18em; }
.home-redesign .yh-featured-story h3 { margin: 0 0 29px; color: #fff; font-size: clamp(1.35rem,1.75vw,1.8rem); line-height: 1.65; font-weight: 500; overflow-wrap: anywhere; }
.home-redesign .yh-featured-story h3 a { color: #fff; }
.yh-featured-story h3 a:hover { text-decoration: underline; text-underline-offset: 5px; text-decoration-thickness: 1px; }
.yh-featured-footer { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 15px; border-top: 1px solid #ffffff30; padding-top: 21px; margin-top: auto; }
.yh-story-date { display: inline-flex; align-items: center; gap: 7px; font-size: .75rem; color: #627c91; line-height: 1.6; }
.yh-featured-story .yh-story-date { color: #cce7ff; }
.home-redesign .yh-story-read { display: inline-flex; align-items: center; gap: 12px; color: #fff; font-size: .875rem; font-weight: 500; }
.yh-story-read > i { display: grid; place-items: center; width: 33px; height: 33px; border-radius: 50%; background: #c4ebff; color: #0b548c; font-size: 1.3rem; transform: rotate(45deg); }
.yh-story-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; min-width: 0; }
.yh-story-card { display: flex; flex-direction: column; min-width: 0; padding: 23px; border: 1px solid #d9e7f2; border-radius: 18px; background: #f8fcff; transition: background .2s,border-color .2s,transform .2s; }
.yh-story-card:hover,.yh-story-card:focus-within { background: #fff; border-color: #7ab8e0; transform: translateY(-3px); }
.yh-story-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 8px; margin-bottom: 16px; }
.yh-story-top > i { color: #7095b2; flex-shrink: 0; }
.home-redesign .yh-story-card h3 { margin: 0 0 20px; font-size: .98rem; line-height: 1.75; font-weight: 500; overflow-wrap: anywhere; }
.home-redesign .yh-story-card h3 a { color: #204566; }
.home-redesign .yh-story-card h3 a:hover { color: #126eb5; text-decoration: underline; text-underline-offset: 4px; }
.yh-story-card > .yh-story-date { margin-top: auto; padding-top: 12px; border-top: 1px solid #e1edf6; }
.yh-bulletin-single { grid-template-columns: 1fr; }
.yh-bulletin-single .yh-featured-story { padding: 30px 36px; }
.yh-bulletin-single .yh-featured-mark { display: none; }
.yh-bulletin-single .yh-featured-story h3 { margin-top: 28px; }
.yh-more-announcements { margin-top: 22px; }
.yh-more-announcements > summary { display: flex; align-items: center; justify-content: center; gap: 28px; padding: 17px 22px; border: 1px solid #d9e7f2; border-radius: 12px; color: #246b9f; background: #f4f9fe; font-size: .9375rem; cursor: pointer; list-style: none; }
.yh-more-announcements > summary::-webkit-details-marker { display: none; }
.yh-more-announcements > summary small { color: #67849a; margin-left: 8px; font-size: .8rem; }
.yh-more-announcements > summary > i { font-size: 1.4rem; }
.yh-more-announcements[open] > summary { margin-bottom: 18px; }
.yh-more-announcements[open] > summary > i { transform: rotate(45deg); }
.yh-story-archive { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.home-redesign .yh-bulletin .public-empty-state { border: 1px dashed #c5daed; border-radius: 18px; background: #f7fbff; min-height: 250px; gap: 10px; }
.home-redesign .yh-bulletin .public-empty-state > a { margin-top: 15px; }
.yh-news-aside { display: grid; grid-template-columns: minmax(0,1.1fr) minmax(0,1fr); gap: 24px; padding-top: 35px; margin-top: 35px; border-top: 1px solid var(--yh-line); }
.yh-tribute-panel { display: flex; align-items: center; gap: 26px; padding: 22px; border: 1px solid #d9e7f2; border-radius: 18px; background: #fafcfe; }
.yh-tribute-panel .yh-tribute { flex: 0 0 158px; width: 158px; border-radius: 9px; margin: 0; }
.yh-tribute-panel .yh-tribute button > span { font-size: 0; width: 27px; height: 27px; display: grid; place-items: center; padding: 0; top: 8px; right: 8px; }
.yh-tribute-panel .yh-tribute button > span i { font-size: 1rem; }
.yh-tribute-caption { min-width: 0; }
.yh-tribute-caption .yh-eyebrow { font-size: .68rem; color: #70869a; letter-spacing: 0; }
.home-redesign .yh-tribute-caption h2 { font-size: 1.5rem; line-height: 1.6; font-weight: 500; margin: 12px 0 8px; }
.yh-tribute-caption p { font-size: .8rem; color: #667f93; margin-bottom: 15px; }
.yh-tribute-caption .yh-text-link { font-size: .8rem; gap: 9px; }
.yh-news-aside .yh-ita-card { margin: 0; padding: 23px 30px; background: #edf7ff; border-color: #d0e5f6; }
.yh-news-aside .yh-ita-title { float: right; margin: 15px 0 0 20px; }
.yh-news-aside .yh-ita-title > strong { font-size: 4.4rem; }
.yh-news-aside .yh-ita-title > i { display: none; }
.yh-news-aside .yh-ita-card > a { clear: both; }
.home-redesign .nav-menu a:hover,.home-redesign .mobile-nav a:hover { color: #126eb5; }
.home-redesign .mobile-nav .get-started a { background: #126eb5; color: #fff; }
@media(max-width:1199px) {
  .yh-featured-story { padding: 25px; }
  .yh-story-card { padding: 20px; }
  .yh-tribute-panel { gap: 18px; }
  .yh-tribute-panel .yh-tribute { flex-basis: 130px; width: 130px; }
  .home-redesign .yh-tribute-caption h2 { font-size: 1.25rem; }
}
@media(max-width:991px) {
  .yh-bulletin-layout { grid-template-columns: minmax(0,1fr) minmax(0,1.1fr); gap: 18px; }
  .home-redesign .news-hub-heading { flex-wrap: wrap; }
  .yh-story-grid { grid-template-columns: 1fr; gap: 12px; }
  .yh-story-card { padding: 19px; }
  .yh-story-top { margin-bottom: 9px; }
  .home-redesign .yh-story-card h3 { margin-bottom: 12px; }
  .yh-story-grid .yh-story-card > .yh-story-date { border: 0; padding-top: 0; }
  .yh-news-aside { grid-template-columns: 1fr; }
  .yh-tribute-panel { padding: 20px 30px; gap: 30px; }
  .yh-story-archive { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .yh-bulletin-single { grid-template-columns: 1fr; }
}
@media(max-width:680px) {
  .yh-news-region { padding-top: 31px; padding-bottom: 42px; }
  .home-redesign .news-hub-heading { align-items: flex-start; flex-direction: column; gap: 13px; margin-bottom: 21px; }
  .home-redesign .news-hub-heading h2 { font-size: 1.95rem; }
  .home-redesign .news-hub-heading p { font-size: .9rem; }
  .yh-bulletin-total { font-size: .8rem; }
  .yh-bulletin-actions { width: 100%; align-items: stretch; }
  .home-redesign .yh-apply-button { width: 100%; padding: 15px 17px; }
  .home-redesign #features.news-hub .news-hub-tabs { flex-wrap: nowrap; overflow-x: auto; padding: 3px 3px 12px; margin: 0 -3px 15px; scroll-padding: 5px; }
  .home-redesign #features.news-hub .news-hub-tabs .nav-item { flex: 0 0 auto; }
  .home-redesign #features.news-hub .news-hub-tabs .nav-link { padding: 10px 14px; font-size: .85rem; min-height: 46px; white-space: nowrap; }
  .yh-bulletin-layout,.yh-story-grid,.yh-story-archive { grid-template-columns: 1fr; }
  .yh-featured-story,.yh-bulletin-single .yh-featured-story { padding: 23px; border-radius: 18px; }
  .yh-featured-mark { margin: 25px 0 19px; }
  .yh-featured-mark > i { width: 54px; height: 54px; border-radius: 14px; font-size: 1.8rem; }
  .home-redesign .yh-featured-story h3 { font-size: 1.35rem; margin-bottom: 23px; }
  .home-redesign .yh-story-card h3 { font-size: .975rem; }
  .yh-featured-footer { padding-top: 17px; gap: 12px; }
  .yh-more-announcements > summary { justify-content: space-between; padding: 15px; font-size: .85rem; gap: 10px; }
  .yh-more-announcements > summary small { display: block; margin: 4px 0 0; }
  .yh-news-aside { margin-top: 25px; padding-top: 25px; gap: 17px; }
  .yh-tribute-panel { padding: 17px; gap: 17px; }
  .yh-tribute-panel .yh-tribute { flex-basis: 100px; width: 100px; }
  .home-redesign .yh-tribute-caption h2 { font-size: 1.1rem; }
  .yh-tribute-caption .yh-eyebrow { font-size: .6rem; }
  .yh-tribute-caption p { font-size: .75rem; }
  .yh-news-aside .yh-ita-card { padding: 23px; }
  .yh-news-aside .yh-ita-title > strong { font-size: 3.5rem; }
}

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