:root {
  --ink: #162019;
  --ink-2: #233029;
  --paper: #f3efe6;
  --paper-2: #e8e1d4;
  --white: #fff;
  --text: #222824;
  --muted: #69716b;
  --line: #d8d4ca;
  --red: #8f3026;
  --red-dark: #6f2019;
  --gold: #b39457;
  --serif: "Noto Serif KR", "Iropke Batang", "KoPub Batang", Batang, Georgia, serif;
  --sans: Pretendard, "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", Arial, sans-serif;
  --container: 1240px;
  --shadow: 0 18px 45px rgba(18, 27, 21, .12);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--text); background: var(--white); font-family: var(--sans); font-size: 16px; line-height: 1.72; word-break: keep-all; overflow-wrap: break-word; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3 { text-wrap: balance; }
::selection { color: #fff; background: var(--red); }

.nhs-sr-only, .screen-reader-text { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
.nhs-skip-link { position: fixed; left: 16px; top: -100px; z-index: 99999; padding: 10px 16px; color: #fff; background: var(--red); }
.nhs-skip-link:focus { top: 12px; }
.nhs-container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.nhs-main { min-height: 60vh; }
.nhs-main > [id] { scroll-margin-top: 86px; }
.nhs-section { padding: clamp(74px, 8vw, 124px) 0; }
.nhs-section--paper { background: var(--paper); }
.nhs-section-heading { margin-bottom: 44px; }
.nhs-section-heading--row { display: flex; align-items: end; justify-content: space-between; gap: 42px; }
.nhs-section-heading--row > p { max-width: 570px; margin-bottom: 4px; color: var(--muted); }
.nhs-section-heading h2, .nhs-heritage h2, .nhs-little-warriors h2, .nhs-contact-home h2 { margin-bottom: 0; font-family: var(--serif); font-size: clamp(34px, 4.1vw, 62px); line-height: 1.22; letter-spacing: -.045em; font-weight: 700; }
.nhs-kicker, .nhs-eyebrow { margin-bottom: 13px; color: var(--red); font-size: 12px; line-height: 1.4; letter-spacing: .17em; font-weight: 800; text-transform: uppercase; }
.nhs-copy-lg { font-size: clamp(17px, 1.5vw, 20px); line-height: 1.9; }
.nhs-copy-lg p { margin-bottom: 18px; }
.nhs-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 14px 22px; }
.nhs-button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 12px 24px; color: #fff; background: var(--red); border: 1px solid var(--red); font-weight: 800; line-height: 1.2; cursor: pointer; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.nhs-button:hover, .nhs-button:focus-visible { color: #fff; background: var(--red-dark); border-color: var(--red-dark); transform: translateY(-2px); }
.nhs-button--small { min-height: 42px; padding: 9px 18px; font-size: 14px; }
.nhs-button--dark { background: var(--ink); border-color: var(--ink); }
.nhs-button--dark:hover, .nhs-button--dark:focus-visible { background: #000; border-color: #000; }
.nhs-button--light { color: var(--ink); background: #fff; border-color: #fff; }
.nhs-button--light:hover, .nhs-button--light:focus-visible { color: var(--ink); background: var(--paper); border-color: var(--paper); }
.nhs-button--line-light { color: #fff; background: transparent; border-color: rgba(255,255,255,.55); }
.nhs-button--line-light:hover, .nhs-button--line-light:focus-visible { color: var(--ink); background: #fff; border-color: #fff; }
.nhs-text-link { display: inline-flex; align-items: center; gap: 12px; padding: 6px 0 5px; border-bottom: 1px solid currentColor; font-size: 14px; font-weight: 800; }
.nhs-text-link span { transition: transform .2s ease; }
.nhs-text-link:hover span { transform: translateX(4px); }

/* Header */
.nhs-topbar { color: rgba(255,255,255,.78); background: #0f1712; font-size: 12px; }
.nhs-topbar__inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.nhs-topbar p { margin: 0; letter-spacing: .05em; }
.nhs-topbar__inner > div { display: flex; gap: 10px; }
.nhs-topbar a { color: #fff; font-weight: 700; }
.nhs-header { position: relative; z-index: 100; height: 86px; background: #fff; border-bottom: 1px solid rgba(0,0,0,.08); }
.nhs-header.is-sticky { position: fixed; inset: 0 0 auto; height: 72px; box-shadow: 0 8px 24px rgba(17,28,21,.09); animation: nhsHeaderIn .22s ease; }
body.admin-bar .nhs-header.is-sticky { top: 32px; }
@keyframes nhsHeaderIn { from { transform: translateY(-100%); } }
.nhs-header__inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.nhs-brand { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.nhs-brand__seal { width: 44px; height: 44px; display: grid; place-items: center; color: #fff; background: var(--red); font-family: var(--serif); font-size: 22px; }
.nhs-brand__text { display: grid; line-height: 1.15; }
.nhs-brand__text strong { font-family: var(--serif); font-size: 20px; letter-spacing: -.04em; }
.nhs-brand__text small { margin-top: 5px; color: var(--muted); font-size: 10px; letter-spacing: .1em; }
.custom-logo-link img { max-height: 56px; width: auto; }
.nhs-navigation { display: flex; align-items: center; gap: 28px; }
.nhs-menu { list-style: none; display: flex; align-items: center; gap: clamp(16px, 2vw, 31px); margin: 0; padding: 0; }
.nhs-menu li { position: relative; }
.nhs-menu a { display: block; padding: 28px 0; color: #26302a; font-size: 14px; font-weight: 750; }
.nhs-menu > li > a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 18px; height: 2px; background: var(--red); transition: right .2s ease; }
.nhs-menu > li:hover > a::after, .nhs-menu > .current-menu-item > a::after, .nhs-menu > .current_page_item > a::after, .nhs-menu > li > a.is-active::after { right: 0; }
.nhs-menu > li > a.is-active { color: var(--red); }
.nhs-menu .sub-menu { position: absolute; top: calc(100% - 8px); left: -20px; min-width: 190px; visibility: hidden; opacity: 0; list-style: none; padding: 10px 20px; margin: 0; background: #fff; border-top: 2px solid var(--red); box-shadow: var(--shadow); transform: translateY(8px); transition: .18s ease; }
.nhs-menu li:hover > .sub-menu, .nhs-menu li:focus-within > .sub-menu { visibility: visible; opacity: 1; transform: translateY(0); }
.nhs-menu .sub-menu a { padding: 9px 0; }
.nhs-nav-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; padding: 10px; }
.nhs-nav-toggle i { display: block; height: 2px; margin: 5px 0; background: var(--ink); transition: .2s ease; }

/* Front-page identity */
.nhs-is-front .nhs-topbar { display: none; }
.nhs-is-front .nhs-header { background: #0e1c16; border-bottom-color: rgba(255,255,255,.12); }
.nhs-is-front .nhs-header.is-sticky { box-shadow: 0 8px 28px rgba(4,11,8,.25); }
.nhs-is-front .nhs-brand__seal { color: #d8bd78; background: transparent; border: 1px solid rgba(216,189,120,.72); }
.nhs-is-front .nhs-brand__text strong { color: #fff; }
.nhs-is-front .nhs-brand__text small { color: #c9ad70; }
.nhs-is-front .nhs-menu a { color: rgba(255,255,255,.86); }
.nhs-is-front .nhs-menu > li > a::after { background: #d8bd78; }
.nhs-is-front .nhs-menu > li > a.is-active { color: #e4ca89; }
.nhs-is-front .nhs-nav-toggle i { background: #fff; }

/* Hero */
.nhs-hero { min-height: 680px; display: grid; grid-template-columns: minmax(440px, .86fr) minmax(520px, 1.14fr); color: #fff; background: var(--ink); }
.nhs-hero__copy { display: flex; align-items: center; }
.nhs-hero__copy-inner { width: min(100% - 56px, 610px); margin-left: max(28px, calc((100vw - var(--container)) / 2)); padding: 70px 32px 70px 0; }
.nhs-hero .nhs-eyebrow { color: #d7bc82; }
.nhs-hero h1 { margin-bottom: 24px; font-family: var(--serif); font-size: clamp(48px, 5.6vw, 82px); line-height: 1.13; letter-spacing: -.06em; font-weight: 700; }
.nhs-hero h1 em { color: #e0c486; font-style: normal; }
.nhs-hero__lead { max-width: 620px; margin-bottom: 34px; color: rgba(255,255,255,.76); font-size: clamp(16px, 1.3vw, 19px); line-height: 1.88; }
.nhs-hero .nhs-button { color: #e4ca89; background: transparent; border-color: #bda064; }
.nhs-hero .nhs-button:hover, .nhs-hero .nhs-button:focus-visible { color: #102018; background: #d8bd78; border-color: #d8bd78; }
.nhs-hero .nhs-text-link { color: #fff; }
.nhs-hero__facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; list-style: none; margin: 48px 0 0; padding: 26px 0 0; border-top: 1px solid rgba(255,255,255,.16); }
.nhs-hero__facts li { display: grid; gap: 2px; }
.nhs-hero__facts strong { color: #fff; font-family: var(--serif); font-size: 28px; line-height: 1.1; }
.nhs-hero__facts span { color: rgba(255,255,255,.58); font-size: 12px; }
.nhs-hero__visual { position: relative; min-height: 680px; overflow: hidden; }
.nhs-hero__visual::after { content: ""; position: absolute; inset: 0; background: rgba(22,32,25,.08); pointer-events: none; }
.nhs-hero__visual > img { width: 100%; height: 100%; object-fit: cover; }
.nhs-hero__caption { position: absolute; z-index: 1; right: 30px; bottom: 28px; display: grid; padding: 17px 20px; color: #fff; background: rgba(17,26,20,.88); border-left: 3px solid var(--gold); }
.nhs-hero__caption span { color: #d7bc82; font-size: 11px; letter-spacing: .1em; }
.nhs-hero__caption strong { font-family: var(--serif); font-size: 17px; }

.nhs-quick-strip { color: #fff; background: var(--red); }
.nhs-quick-strip__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.nhs-quick-strip a { position: relative; display: grid; justify-items: center; gap: 4px; padding: 25px 20px 24px; text-align: center; border-right: 1px solid rgba(255,255,255,.2); transition: background .2s ease; }
.nhs-quick-strip a:first-child { border-left: 1px solid rgba(255,255,255,.2); }
.nhs-quick-strip a:hover, .nhs-quick-strip a:focus-visible { background: var(--red-dark); }
.nhs-quick-strip span { color: #dcc381; font-family: var(--serif); font-size: 29px; line-height: 1; }
.nhs-quick-strip strong { font-family: var(--serif); font-size: 18px; letter-spacing: -.02em; }
.nhs-quick-strip small { color: rgba(255,255,255,.66); font-size: 12px; }

.nhs-split { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); gap: clamp(48px, 7vw, 104px); align-items: center; }
.nhs-split--intro { align-items: start; }
.nhs-intro { background: var(--paper); border-bottom: 1px solid var(--line); }
.nhs-intro__top { display: grid; grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr); gap: clamp(48px, 8vw, 128px); align-items: end; }
.nhs-intro__top .nhs-copy-lg { color: #4e5952; }
.nhs-intro__top .nhs-copy-lg p { margin-bottom: 24px; }
.nhs-intro-gallery { display: grid; grid-template-columns: 1.18fr 1fr 1fr; gap: 14px; margin-top: clamp(40px, 5vw, 72px); }
.nhs-intro-gallery figure { position: relative; min-width: 0; aspect-ratio: 4 / 3; margin: 0; overflow: hidden; background: var(--paper-2); }
.nhs-intro-gallery__lead { aspect-ratio: 1.18 / 1 !important; }
.nhs-intro-gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.nhs-intro-gallery figure:hover img { transform: scale(1.035); }
.nhs-intro-gallery figcaption { position: absolute; inset: auto 0 0; display: flex; align-items: center; gap: 12px; padding: 16px 18px; color: #fff; background: rgba(14,28,22,.9); }
.nhs-intro-gallery figcaption span { color: #d8bd78; font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.nhs-intro-gallery figcaption strong { font-family: var(--serif); font-size: 17px; }
.nhs-about-facts { display: grid; grid-template-columns: repeat(3, 1fr); margin: 40px 0 0; border-block: 1px solid var(--line); }
.nhs-about-facts > div { padding: 19px 18px 18px 0; }
.nhs-about-facts > div + div { padding-left: 22px; border-left: 1px solid var(--line); }
.nhs-about-facts dt { color: var(--red); font-size: 11px; font-weight: 800; letter-spacing: .08em; }
.nhs-about-facts dd { margin: 4px 0 0; color: var(--ink); font-size: 14px; font-weight: 800; }
.nhs-section-actions { display: flex; justify-content: center; margin-top: 42px; }

/* Program cards */
.nhs-program-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px 24px; }
.nhs-program-card { background: #fff; border-bottom: 3px solid transparent; transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.nhs-program-card:hover { transform: translateY(-6px); border-color: var(--red); box-shadow: var(--shadow); }
.nhs-program-card__media { display: block; aspect-ratio: 396 / 343; overflow: hidden; background: var(--paper-2); }
.nhs-program-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.nhs-program-card:hover .nhs-program-card__media img { transform: scale(1.035); }
.nhs-program-card__body { padding: 25px 25px 23px; }
.nhs-program-card .nhs-kicker { margin-bottom: 7px; font-size: 10px; }
.nhs-program-card h3, .nhs-post-card h2, .nhs-post-card h3 { margin-bottom: 10px; font-family: var(--serif); font-size: 24px; line-height: 1.35; letter-spacing: -.035em; }
.nhs-program-card__body > p:not(.nhs-kicker) { min-height: 52px; color: var(--muted); font-size: 14px; line-height: 1.72; }
.nhs-program-card__meta { display: flex; flex-wrap: wrap; gap: 7px; }
.nhs-program-card__meta span { padding: 4px 9px; color: #59625c; background: #f1eee7; font-size: 11px; font-weight: 700; }

/* Heritage */
.nhs-heritage { display: grid; grid-template-columns: 1.12fr .88fr; min-height: 720px; color: #fff; background: var(--ink); }
.nhs-heritage__image { min-height: 620px; }
.nhs-heritage__image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.82) contrast(1.02); }
.nhs-heritage__copy { align-self: center; padding: clamp(60px, 7vw, 108px); }
.nhs-heritage .nhs-kicker { color: #d7bc82; }
.nhs-heritage__copy > p:not(.nhs-kicker) { margin: 26px 0 36px; color: rgba(255,255,255,.7); font-size: 17px; }
.nhs-number-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid rgba(255,255,255,.15); }
.nhs-number-list li { display: grid; grid-template-columns: 48px 1fr; gap: 18px; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.15); }
.nhs-number-list li > span { color: #d7bc82; font-size: 12px; font-weight: 800; }
.nhs-number-list strong { display: block; margin-bottom: 3px; font-family: var(--serif); font-size: 18px; }
.nhs-number-list p { margin: 0; color: rgba(255,255,255,.58); font-size: 13px; }

/* Little warriors */
.nhs-little-warriors { background: #fff; }
.nhs-image-frame { position: relative; padding: 0 38px 38px 0; }
.nhs-image-frame::after { content: ""; position: absolute; z-index: -1; right: 0; bottom: 0; width: 78%; height: 78%; background: var(--paper); }
.nhs-image-frame img { width: 100%; min-height: 520px; object-fit: cover; box-shadow: var(--shadow); }
.nhs-image-frame > p { position: absolute; right: 0; bottom: 0; max-width: 270px; margin: 0; padding: 17px 20px; color: #fff; background: var(--red); font-family: var(--serif); font-size: 13px; }
.nhs-little-warriors .nhs-copy-lg { margin: 24px 0 28px; color: var(--muted); }
.nhs-values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-bottom: 32px; background: var(--line); border: 1px solid var(--line); }
.nhs-values > div { display: grid; gap: 9px; padding: 18px 16px; background: #fff; }
.nhs-values span { color: var(--red); font-family: var(--serif); font-size: 19px; }
.nhs-values strong { font-size: 13px; }

/* Performance */
.nhs-performance { display: grid; grid-template-columns: .9fr 1.1fr; min-height: 700px; color: #fff; background: #101713; }
.nhs-performance__copy { align-self: center; max-width: 760px; margin-left: auto; padding: clamp(62px, 7vw, 108px); }
.nhs-performance__copy .nhs-kicker { color: #d7bc82; }
.nhs-performance__copy h2 { margin-bottom: 24px; font-family: var(--serif); font-size: clamp(34px, 4.1vw, 59px); line-height: 1.22; letter-spacing: -.045em; }
.nhs-performance__copy > p:not(.nhs-kicker) { color: rgba(255,255,255,.7); font-size: 17px; }
.nhs-performance__copy .nhs-text-link { color: #fff; }
.nhs-performance__image { min-height: 620px; overflow: hidden; }
.nhs-performance__image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.82) contrast(1.04); }
.nhs-check-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 24px; list-style: none; margin: 30px 0 36px; padding: 0; border-top: 1px solid rgba(255,255,255,.15); }
.nhs-check-list li { position: relative; padding: 13px 0 13px 20px; border-bottom: 1px solid rgba(255,255,255,.15); font-size: 13px; }
.nhs-check-list li::before { content: ""; position: absolute; left: 1px; top: 22px; width: 7px; height: 7px; background: var(--gold); }

/* Partner */
.nhs-partner { padding-block: 74px; color: #fff; background: var(--red); }
.nhs-partner__inner { display: grid; grid-template-columns: 170px 1fr auto; gap: clamp(28px, 5vw, 70px); align-items: center; }
.nhs-partner__badge { display: flex; align-items: center; gap: 14px; }
.nhs-partner__badge > span { width: 58px; height: 58px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; font-family: var(--serif); font-size: 28px; }
.nhs-partner__badge strong { font-size: 11px; line-height: 1.4; letter-spacing: .1em; }
.nhs-partner .nhs-kicker { color: #e7cfa6; }
.nhs-partner h2 { margin-bottom: 13px; font-family: var(--serif); font-size: clamp(26px, 3vw, 42px); line-height: 1.3; letter-spacing: -.04em; }
.nhs-partner p:last-child { max-width: 720px; margin: 0; color: rgba(255,255,255,.72); }
.nhs-partner .nhs-text-link { color: #fff; white-space: nowrap; }

/* Timeline and posts */
.nhs-history-preview { background: var(--paper); }
.nhs-timeline { list-style: none; display: grid; grid-template-columns: repeat(6, 1fr); margin: 0; padding: 0; border-top: 1px solid #aaa397; }
.nhs-timeline li { position: relative; display: grid; align-content: start; gap: 10px; padding: 28px 22px 0 0; }
.nhs-timeline li::before { content: ""; position: absolute; top: -5px; left: 0; width: 9px; height: 9px; background: var(--red); }
.nhs-timeline strong { color: var(--red); font-family: var(--serif); font-size: 25px; }
.nhs-timeline span { color: #535c56; font-size: 13px; line-height: 1.6; }
.nhs-post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px 24px; }
.nhs-post-card__media { display: block; aspect-ratio: 3 / 2; margin-bottom: 19px; overflow: hidden; background: var(--paper); }
.nhs-post-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.nhs-post-card:hover .nhs-post-card__media img { transform: scale(1.035); }
.nhs-post-card__meta { margin-bottom: 8px; color: var(--red); font-size: 11px; font-weight: 800; letter-spacing: .06em; }
.nhs-post-card > div > p:last-child { color: var(--muted); font-size: 14px; }
.nhs-empty-state { grid-column: 1 / -1; padding: 58px; text-align: center; background: var(--paper); border: 1px solid var(--line); }
.nhs-empty-state strong { display: block; margin-bottom: 7px; font-family: var(--serif); font-size: 22px; }
.nhs-empty-state p { margin: 0; color: var(--muted); }

/* Field gallery */
.nhs-field-section { background: #fff; }
.nhs-field-gallery { display: grid; grid-template-columns: 2fr 1fr 1fr; grid-template-rows: repeat(2, 230px); gap: 10px; }
.nhs-field-gallery figure { position: relative; min-width: 0; margin: 0; overflow: hidden; background: var(--paper); }
.nhs-field-gallery__wide { grid-row: 1 / 3; }
.nhs-field-gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.nhs-field-gallery figure:hover img { transform: scale(1.035); }
.nhs-field-gallery figcaption { position: absolute; inset: auto 0 0; padding: 13px 18px; color: #fff; background: rgba(8,13,10,.82); font-family: var(--serif); font-size: 14px; font-weight: 700; }
.nhs-news-home { margin-top: 70px; padding-top: 48px; border-top: 1px solid var(--line); }
.nhs-news-home__heading { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-bottom: 26px; }
.nhs-news-home__heading h3 { margin: 0; font-family: var(--serif); font-size: 30px; }

/* One-page contact */
.nhs-contact-onepage { padding: clamp(74px, 8vw, 118px) 0; color: var(--text); background: var(--paper); }
.nhs-contact-onepage__grid { display: grid; grid-template-columns: minmax(300px, .76fr) minmax(0, 1.24fr); gap: 0; box-shadow: var(--shadow); }
.nhs-contact-panel { padding: clamp(42px, 5vw, 74px); color: #fff; background: var(--ink); }
.nhs-contact-panel .nhs-kicker { color: #d7bc82; }
.nhs-contact-panel h2 { margin-bottom: 22px; font-family: var(--serif); font-size: clamp(34px, 4vw, 55px); line-height: 1.25; letter-spacing: -.045em; }
.nhs-contact-panel > p:not(.nhs-kicker):not(.nhs-contact-panel__note) { color: rgba(255,255,255,.68); font-size: 16px; }
.nhs-contact-panel dl { margin: 34px 0; border-top: 1px solid rgba(255,255,255,.18); }
.nhs-contact-panel dl > div { display: grid; grid-template-columns: 64px 1fr; gap: 14px; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.nhs-contact-panel dt { color: #d7bc82; font-size: 11px; font-weight: 800; }
.nhs-contact-panel dd { margin: 0; font-size: 13px; font-weight: 700; }
.nhs-contact-panel__note { margin: 23px 0 0; color: rgba(255,255,255,.5); font-size: 11px; }
.nhs-contact-form-wrap { padding: clamp(42px, 5vw, 74px); background: #fff; }
.nhs-contact-form-wrap > h3 { margin-bottom: 5px; font-family: var(--serif); font-size: clamp(29px, 3vw, 42px); }
.nhs-contact-form-wrap > p { margin-bottom: 28px; color: var(--muted); font-size: 14px; }

/* Contact */
.nhs-contact-home { display: grid; grid-template-columns: .95fr 1.05fr; min-height: 760px; background: var(--paper); }
.nhs-contact-home__image { min-height: 620px; }
.nhs-contact-home__image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.72); }
.nhs-contact-home__content { align-self: center; max-width: 760px; padding: clamp(54px, 7vw, 100px); }
.nhs-contact-home__content > p:not(.nhs-kicker) { max-width: 650px; margin: 20px 0 28px; color: var(--muted); }
.nhs-inquiry-form { position: relative; }
#inquiry-form { scroll-margin-top: 96px; }
.nhs-inquiry-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 17px 16px; }
.nhs-field { display: grid; gap: 7px; }
.nhs-field--full { grid-column: 1 / -1; }
.nhs-field label, .nhs-field > span:first-child { font-size: 12px; font-weight: 800; }
.nhs-field input, .nhs-field textarea, .nhs-field select { width: 100%; min-height: 48px; padding: 10px 12px; color: var(--text); background: #fff; border: 1px solid #c9c4b9; border-radius: 0; outline: 0; }
.nhs-field textarea { min-height: 126px; resize: vertical; }
.nhs-field input:focus, .nhs-field textarea:focus, .nhs-field select:focus { border-color: var(--red); box-shadow: 0 0 0 2px rgba(143,48,38,.12); }
.nhs-consent { display: flex; align-items: flex-start; gap: 9px; grid-column: 1 / -1; color: #565e58; font-size: 12px; }
.nhs-consent input { flex: 0 0 auto; margin-top: 6px; }
.nhs-honeypot { position: absolute; left: -9999px; }
.nhs-form-note { grid-column: 1 / -1; margin: 0; color: var(--muted); font-size: 11px; }
.nhs-alert { margin-bottom: 20px; padding: 14px 16px; background: #edf4ee; border-left: 3px solid #337342; }
.nhs-alert--error { background: #faeeee; border-color: var(--red); }

/* Inner pages */
.nhs-page-hero { padding: clamp(72px, 9vw, 126px) 0; color: #fff; background: var(--ink); }
.nhs-page-hero h1, .nhs-single__header h1 { margin-bottom: 0; font-family: var(--serif); font-size: clamp(42px, 5.8vw, 76px); line-height: 1.18; letter-spacing: -.055em; }
.nhs-page-hero > .nhs-container > p:last-child { max-width: 720px; margin: 20px 0 0; color: rgba(255,255,255,.7); font-size: 18px; }
.nhs-page-hero .nhs-kicker { color: #d7bc82; }
.nhs-page-hero--image { position: relative; min-height: 500px; display: flex; align-items: end; overflow: hidden; }
.nhs-page-hero--image > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: brightness(.44) saturate(.8); }
.nhs-page-hero--image > .nhs-container { position: relative; z-index: 1; }
.nhs-content-layout { width: min(calc(100% - 48px), 920px); padding-block: clamp(64px, 7vw, 104px); }
.nhs-content-layout--program { width: min(calc(100% - 48px), var(--container)); display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 70px; align-items: start; }
.nhs-entry { font-size: 17px; line-height: 1.9; }
.nhs-entry > * { max-width: 100%; }
.nhs-entry h2 { margin: 2.2em 0 .7em; color: var(--ink); font-family: var(--serif); font-size: clamp(28px, 3vw, 40px); line-height: 1.35; letter-spacing: -.04em; }
.nhs-entry h3 { margin: 1.8em 0 .6em; font-family: var(--serif); font-size: 24px; }
.nhs-entry p { margin-bottom: 1.25em; }
.nhs-entry ul, .nhs-entry ol { padding-left: 1.3em; }
.nhs-entry blockquote { margin: 2em 0; padding: 24px 28px; background: var(--paper); border-left: 3px solid var(--red); font-family: var(--serif); font-size: 20px; }
.nhs-entry table { width: 100%; border-collapse: collapse; font-size: 14px; }
.nhs-entry th, .nhs-entry td { padding: 13px; border: 1px solid var(--line); text-align: left; }
.nhs-entry th { background: var(--paper); }
.nhs-entry .nhs-lead { font-family: var(--serif); font-size: clamp(21px, 2.2vw, 29px); line-height: 1.65; }
.nhs-entry .nhs-info-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin: 32px 0; }
.nhs-entry .nhs-info-card { padding: 23px; background: var(--paper); border-top: 3px solid var(--red); }
.nhs-entry .nhs-info-card h3 { margin-top: 0; }
.nhs-entry .nhs-history-list { list-style: none; padding: 0; border-top: 1px solid var(--line); }
.nhs-entry .nhs-history-list li { display: grid; grid-template-columns: 110px 1fr; gap: 28px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.nhs-entry .nhs-history-list strong { color: var(--red); font-family: var(--serif); font-size: 20px; }
.nhs-notice-box { margin-top: 52px; padding: 28px 30px; background: #fff; border: 1px solid var(--line); border-left: 4px solid var(--red); }
.nhs-notice-box > strong { display: block; margin-bottom: 8px; font-family: var(--serif); font-size: 21px; }
.nhs-notice-box p { color: var(--muted); }

.nhs-program-hero { display: grid; grid-template-columns: 1.08fr .92fr; min-height: 660px; color: #fff; background: var(--ink); }
.nhs-program-hero__image img { width: 100%; height: 100%; object-fit: cover; }
.nhs-program-hero__content { align-self: center; max-width: 720px; padding: clamp(56px, 7vw, 100px); }
.nhs-program-hero__content .nhs-kicker { color: #d7bc82; }
.nhs-program-hero__content h1 { margin-bottom: 20px; font-family: var(--serif); font-size: clamp(42px, 5vw, 70px); line-height: 1.18; letter-spacing: -.05em; }
.nhs-program-hero__content > p:not(.nhs-kicker) { color: rgba(255,255,255,.72); font-size: 18px; }
.nhs-program-hero dl { margin: 30px 0; border-top: 1px solid rgba(255,255,255,.18); }
.nhs-program-hero dl > div { display: grid; grid-template-columns: 100px 1fr; padding: 11px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.nhs-program-hero dt { color: rgba(255,255,255,.52); font-size: 12px; }
.nhs-program-hero dd { margin: 0; font-size: 14px; font-weight: 700; }
.nhs-program-aside { position: sticky; top: 104px; padding: 26px; background: var(--paper); border-top: 4px solid var(--red); }
.nhs-program-aside h2 { margin-bottom: 18px; font-family: var(--serif); font-size: 24px; }
.nhs-program-aside ul { margin: 0 0 20px; padding: 0; list-style: none; }
.nhs-program-aside li { padding: 9px 0 9px 19px; border-bottom: 1px solid var(--line); position: relative; }
.nhs-program-aside li::before { content: ""; position: absolute; left: 0; top: 19px; width: 6px; height: 6px; background: var(--red); }
.nhs-program-aside p { margin: 0; color: var(--muted); font-size: 12px; }

.nhs-single__header { padding: clamp(70px, 8vw, 110px) 0 48px; background: var(--paper); }
.nhs-single__header .nhs-container { width: min(calc(100% - 48px), 980px); }
.nhs-single__header > .nhs-container > p:last-child { max-width: 760px; margin-top: 18px; color: var(--muted); font-size: 18px; }
.nhs-single__image { width: min(calc(100% - 48px), 1120px); margin-top: 48px; }
.nhs-single__image img { width: 100%; max-height: 680px; object-fit: cover; }
.nhs-pagination { padding-bottom: 80px; }
.nhs-pagination .nav-links { display: flex; justify-content: center; gap: 5px; }
.nhs-pagination .page-numbers { min-width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid var(--line); }
.nhs-pagination .current { color: #fff; background: var(--red); border-color: var(--red); }

/* Footer */
.nhs-footer-cta { padding: 58px 0; color: #fff; background: var(--ink-2); border-bottom: 1px solid rgba(255,255,255,.11); }
.nhs-footer-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 42px; }
.nhs-footer-cta .nhs-kicker { color: #d7bc82; }
.nhs-footer-cta h2 { margin: 0; font-family: var(--serif); font-size: clamp(25px, 3vw, 39px); line-height: 1.35; letter-spacing: -.04em; }
.nhs-footer { padding: 74px 0 30px; color: rgba(255,255,255,.68); background: #101713; font-size: 13px; }
.nhs-footer__grid { display: grid; grid-template-columns: 1.15fr .75fr 1fr; gap: 70px; }
.nhs-footer__grid > div:first-child > p { max-width: 430px; }
.nhs-footer__brand { display: flex; align-items: center; gap: 16px; margin-bottom: 24px; color: #fff; }
.nhs-footer__brand > span { width: 50px; height: 50px; display: grid; place-items: center; background: var(--red); font-family: var(--serif); font-size: 24px; }
.nhs-footer__brand strong { font-family: var(--serif); font-size: 18px; line-height: 1.4; }
.nhs-footer h2 { margin-bottom: 18px; color: #fff; font-size: 13px; letter-spacing: .08em; }
.nhs-footer-menu, .nhs-footer-menu .nhs-menu, .nhs-footer__info { list-style: none; margin: 0; padding: 0; }
.nhs-footer-menu li { margin-bottom: 8px; }
.nhs-footer-menu a:hover, .nhs-footer a:hover { color: #fff; }
.nhs-footer__info li { margin-bottom: 9px; }
.nhs-footer__info strong { display: inline-block; min-width: 48px; color: rgba(255,255,255,.9); }
.nhs-footer__bottom { margin-top: 55px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); font-size: 11px; }
.nhs-organization-info, .nhs-footer__legal { display: flex; flex-wrap: wrap; gap: 8px 20px; margin-bottom: 8px; }
.nhs-footer__bottom > p { margin: 17px 0 0; color: rgba(255,255,255,.36); }
.nhs-mobile-actions { display: none; }

@media (max-width: 1120px) {
  .nhs-navigation { gap: 16px; }
  .nhs-menu { gap: 16px; }
  .nhs-menu a { font-size: 13px; }
  .nhs-hero { grid-template-columns: .95fr 1.05fr; }
  .nhs-hero__copy-inner { margin-left: 34px; }
  .nhs-heritage__copy { padding: 64px 46px; }
}

@media (max-width: 960px) {
  body.admin-bar .nhs-header.is-sticky { top: 46px; }
  .nhs-topbar__inner > p { display: none; }
  .nhs-topbar__inner { justify-content: center; }
  .nhs-header { height: 72px; }
  .nhs-nav-toggle { display: block; }
  .nhs-navigation { position: fixed; inset: 110px 0 auto; max-height: calc(100vh - 110px); display: none; overflow-y: auto; padding: 24px; background: #fff; border-top: 1px solid var(--line); box-shadow: var(--shadow); }
  body.admin-bar .nhs-navigation { top: 156px; }
  .nhs-header.is-sticky .nhs-navigation { top: 72px; }
  body.admin-bar .nhs-header.is-sticky .nhs-navigation { top: 118px; }
  .nhs-navigation.is-open { display: block; }
  .nhs-is-front .nhs-navigation { top: 72px; max-height: calc(100vh - 72px); color: #fff; background: #0e1c16; border-top-color: rgba(255,255,255,.14); }
  .nhs-is-front.admin-bar .nhs-navigation { top: 118px; }
  .nhs-is-front .nhs-navigation .nhs-menu a { color: rgba(255,255,255,.9); }
  .nhs-is-front .nhs-menu .sub-menu { background: transparent; }
  .nhs-navigation .nhs-menu { display: block; }
  .nhs-menu a { padding: 12px 0; font-size: 16px; }
  .nhs-menu > li > a::after { display: none; }
  .nhs-menu .sub-menu { position: static; display: block; visibility: visible; opacity: 1; transform: none; min-width: 0; padding: 0 0 5px 18px; border: 0; box-shadow: none; }
  .nhs-navigation > .nhs-button { width: 100%; margin-top: 18px; }
  .nhs-nav-toggle[aria-expanded="true"] i:nth-of-type(1) { transform: translateY(7px) rotate(45deg); }
  .nhs-nav-toggle[aria-expanded="true"] i:nth-of-type(2) { opacity: 0; }
  .nhs-nav-toggle[aria-expanded="true"] i:nth-of-type(3) { transform: translateY(-7px) rotate(-45deg); }
  .nhs-hero { grid-template-columns: 1fr; }
  .nhs-hero__copy { min-height: 620px; }
  .nhs-hero__copy-inner { width: min(calc(100% - 48px), 760px); margin: auto; padding-right: 0; }
  .nhs-hero__visual { min-height: 520px; }
  .nhs-quick-strip__grid { grid-template-columns: repeat(2, 1fr); }
  .nhs-intro__top { grid-template-columns: 1fr; gap: 30px; }
  .nhs-intro__top .nhs-copy-lg { max-width: 720px; }
  .nhs-intro-gallery { grid-template-columns: 1.1fr 1fr; }
  .nhs-intro-gallery__lead { grid-row: span 2; aspect-ratio: auto !important; }
  .nhs-program-grid, .nhs-post-grid { grid-template-columns: repeat(2, 1fr); }
  .nhs-heritage, .nhs-contact-home, .nhs-program-hero, .nhs-performance { grid-template-columns: 1fr; }
  .nhs-heritage__image, .nhs-contact-home__image, .nhs-program-hero__image { min-height: 520px; }
  .nhs-performance__copy { max-width: none; margin: 0; padding: 72px 48px; }
  .nhs-performance__image { min-height: 520px; }
  .nhs-partner__inner { grid-template-columns: 150px 1fr; }
  .nhs-partner .nhs-text-link { grid-column: 2; justify-self: start; }
  .nhs-timeline { grid-template-columns: repeat(3, 1fr); gap: 32px 0; }
  .nhs-content-layout--program { grid-template-columns: 1fr; gap: 44px; }
  .nhs-field-gallery { grid-template-columns: repeat(2, 1fr); grid-template-rows: 360px repeat(2, 220px); }
  .nhs-field-gallery__wide { grid-column: 1 / -1; grid-row: auto; }
  .nhs-contact-onepage__grid { grid-template-columns: 1fr; }
  .nhs-program-aside { position: static; }
  .nhs-footer__grid { grid-template-columns: 1fr 1fr; }
  .nhs-footer__grid > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  body { font-size: 15px; }
  .nhs-container { width: min(calc(100% - 32px), var(--container)); }
  .nhs-section { padding-block: 68px; }
  .nhs-topbar__inner > div span:last-child { display: none; }
  .nhs-brand__seal { width: 39px; height: 39px; }
  .nhs-brand__text strong { font-size: 17px; }
  .nhs-brand__text small { display: none; }
  .nhs-navigation { inset: 110px 0 auto; }
  .nhs-hero__copy { min-height: auto; }
  .nhs-hero__copy-inner { width: calc(100% - 32px); padding-block: 62px; }
  .nhs-hero h1 { font-size: 45px; }
  .nhs-hero__lead { font-size: 15px; }
  .nhs-hero__facts { gap: 10px; }
  .nhs-hero__facts strong { font-size: 22px; }
  .nhs-hero__facts span { font-size: 10px; }
  .nhs-hero__visual { min-height: 380px; }
  .nhs-hero__caption { right: 16px; bottom: 16px; }
  .nhs-quick-strip__grid { width: 100%; }
  .nhs-quick-strip a { padding: 20px 12px; border-bottom: 1px solid rgba(255,255,255,.2); }
  .nhs-quick-strip span { font-size: 25px; }
  .nhs-quick-strip strong { font-size: 16px; }
  .nhs-split, .nhs-section-heading--row { grid-template-columns: 1fr; display: grid; gap: 28px; }
  .nhs-intro-gallery { grid-template-columns: 1fr; gap: 12px; margin-top: 34px; }
  .nhs-intro-gallery figure, .nhs-intro-gallery__lead { min-height: 270px; aspect-ratio: 4 / 3 !important; grid-row: auto; }
  .nhs-about-facts { grid-template-columns: 1fr; }
  .nhs-about-facts > div { padding: 16px 0; border-bottom: 1px solid var(--line); }
  .nhs-about-facts > div + div { padding-left: 0; border-left: 0; }
  .nhs-about-facts > div:last-child { border-bottom: 0; }
  .nhs-program-grid, .nhs-post-grid { grid-template-columns: 1fr; }
  .nhs-program-card__body > p:not(.nhs-kicker) { min-height: 0; }
  .nhs-heritage__image, .nhs-contact-home__image, .nhs-program-hero__image { min-height: 360px; }
  .nhs-heritage__copy, .nhs-contact-home__content, .nhs-program-hero__content { padding: 58px 20px; }
  .nhs-performance__copy { padding: 58px 20px; }
  .nhs-performance__image { min-height: 360px; }
  .nhs-check-list { grid-template-columns: 1fr; }
  .nhs-image-frame { padding: 0 18px 18px 0; }
  .nhs-image-frame img { min-height: 380px; }
  .nhs-values { grid-template-columns: 1fr; }
  .nhs-partner__inner { grid-template-columns: 1fr; }
  .nhs-partner .nhs-text-link { grid-column: auto; }
  .nhs-timeline { grid-template-columns: repeat(2, 1fr); }
  .nhs-contact-home__content { max-width: none; }
  .nhs-field-gallery { grid-template-columns: 1fr; grid-template-rows: repeat(5, 260px); }
  .nhs-field-gallery__wide { grid-column: auto; }
  .nhs-news-home { margin-top: 52px; padding-top: 38px; }
  .nhs-contact-onepage { padding-block: 0; }
  .nhs-contact-onepage .nhs-container { width: 100%; }
  .nhs-contact-panel, .nhs-contact-form-wrap { padding: 54px 20px; }
  .nhs-inquiry-grid { grid-template-columns: 1fr; }
  .nhs-field--full, .nhs-consent, .nhs-form-note { grid-column: auto; }
  .nhs-page-hero { padding-block: 68px; }
  .nhs-page-hero--image { min-height: 400px; }
  .nhs-content-layout, .nhs-content-layout--program { width: min(calc(100% - 32px), 920px); }
  .nhs-entry .nhs-info-grid { grid-template-columns: 1fr; }
  .nhs-entry .nhs-history-list li { grid-template-columns: 80px 1fr; gap: 14px; }
  .nhs-entry table { display: block; overflow-x: auto; }
  .nhs-footer-cta__inner { align-items: stretch; flex-direction: column; }
  .nhs-footer-cta .nhs-actions { display: grid; }
  .nhs-footer__grid { grid-template-columns: 1fr; gap: 42px; }
  .nhs-footer__grid > div:first-child { grid-column: auto; }
  .nhs-footer { padding-bottom: 88px; }
  .nhs-mobile-actions { position: fixed; z-index: 999; inset: auto 0 0; display: grid; grid-template-columns: 1fr 1fr; color: #fff; box-shadow: 0 -7px 22px rgba(0,0,0,.14); }
  .nhs-mobile-actions a { min-height: 56px; display: grid; place-items: center; background: var(--ink); font-weight: 800; }
  .nhs-mobile-actions a:last-child { background: var(--red); }
}

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