:root {
  --navy: #10294d;
  --navy-deep: #0e1825;
  --ivory: #f7f4ee;
  --sage: #87957a;
  --sage-light: #a7b39c;
  --sage-deep: #66735c;
  --gold: #c6a76a;
  --charcoal: #2b2620;
  --body: #4a433c;
  --page: min(100% - 7.5rem, 92rem);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: Montserrat, Arial, sans-serif;
  --display: Cinzel, Georgia, serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { max-width: 100%; overflow-x: clip; scroll-behavior: smooth; scroll-padding-top: 2rem; }
body { max-width: 100%; margin: 0; overflow-x: clip; background: var(--ivory); color: var(--charcoal); font-family: var(--sans); line-height: 1.7; }
body.menu-open { overflow: hidden; overscroll-behavior: none; }
a { color: inherit; }
h1, h2, h3, p, blockquote { overflow-wrap: break-word; }
h1, h2, h3, blockquote { font-family: var(--serif); font-weight: 500; }
.page-width { width: var(--page); margin-inline: auto; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; padding: .75rem 1rem; background: var(--ivory); }
.skip-link:focus { top: 1rem; }

.survey-banner { min-height: 2.45rem; display: grid; place-items: center; padding: .55rem 1.5rem; background: var(--sage); color: #fff; text-align: center; }
.survey-banner a { font-size: .7rem; line-height: 1.35; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.survey-banner strong { margin-left: .2rem; color: #fff; font-weight: 500; }
.survey-banner a:hover strong, .survey-banner a:focus-visible strong { text-decoration: underline; text-underline-offset: .22rem; }

.site-header { min-height: 7rem; display: flex; align-items: center; justify-content: space-between; background: var(--ivory); }
.brand { display: inline-flex; align-items: center; gap: 1.25rem; text-decoration: none; }
.brand-mark { width: 3.55rem; height: 3.55rem; display: grid; place-items: center; border: 1px solid var(--sage); color: var(--sage-deep); font-family: var(--serif); font-size: 1.6rem; }
.brand-name { color: var(--navy); font-family: var(--display); font-size: 1.35rem; font-weight: 500; letter-spacing: .22em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: clamp(1.4rem, 2.8vw, 3rem); }
.site-nav a { color: var(--navy); font-size: .72rem; font-weight: 600; letter-spacing: .12em; text-decoration: none; text-transform: uppercase; }
.site-nav a:not(.nav-cta):hover, .site-nav a:not(.nav-cta):focus-visible, .site-nav a[aria-current="page"] { color: var(--sage-deep); }
.site-nav .nav-cta { padding: 1rem 1.55rem; background: var(--navy); color: var(--ivory); }
.menu-button { display: none; border: 1px solid rgb(16 41 77 / 25%); background: transparent; width: 2.75rem; height: 2.75rem; color: var(--navy); }
.menu-button span { display: block; width: 1.15rem; height: 1px; margin: .34rem auto; background: currentColor; transition: transform .25s ease; }

.nurse-hero { position: relative; isolation: isolate; min-height: min(50rem, calc(100vh - 9.45rem)); overflow: hidden; border-top: 1px solid rgb(16 41 77 / 8%); border-bottom: 1px solid rgb(16 41 77 / 10%); background: var(--ivory); }
.hero-art { position: absolute; z-index: -1; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center bottom; }
.hero-content { min-height: inherit; display: flex; align-items: center; }
.hero-copy { width: min(44%, 40rem); padding: 5.5rem 0 7rem; }
.eyebrow { display: flex; align-items: center; gap: .75rem; margin: 0 0 1.35rem; color: var(--sage-deep); font-size: .74rem; font-weight: 600; letter-spacing: .16em; line-height: 1.2; text-transform: uppercase; }
.eyebrow::before { content: ""; flex: 0 0 2rem; height: 1px; background: var(--gold); }
.eyebrow.light { color: var(--sage-light); }
.eyebrow.centered { justify-content: center; }
.eyebrow.centered::after { content: ""; flex: 0 0 2rem; height: 1px; background: var(--gold); }
.hero-copy h1 { max-width: 39rem; margin: 0; color: var(--navy); font-size: clamp(4.2rem, 5.55vw, 5.75rem); line-height: .91; letter-spacing: -.03em; text-wrap: balance; }
.hero-intro { max-width: 34rem; margin: 1.8rem 0 0; color: var(--navy); font-family: var(--serif); font-size: 1.34rem; line-height: 1.35; }
.hero-actions { display: flex; align-items: center; gap: 2rem; margin-top: 2.1rem; }
.button { min-height: 3.55rem; display: inline-flex; align-items: center; justify-content: center; padding: 0 1.75rem; border: 1px solid transparent; font-size: .7rem; font-weight: 600; letter-spacing: .13em; text-decoration: none; text-transform: uppercase; transition: transform .2s ease, background .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-dark { background: var(--navy); color: var(--ivory); }
.text-link { display: inline-flex; align-items: center; gap: .65rem; padding-bottom: .3rem; border-bottom: 1px solid var(--gold); color: var(--navy); font-size: .68rem; font-weight: 600; letter-spacing: .12em; line-height: 1.4; text-decoration: none; text-transform: uppercase; }

.carry-section { display: grid; grid-template-columns: .92fr 1.08fr; gap: 7rem; padding-block: 8rem; }
.carry-heading h2 { max-width: 38rem; margin: 0; color: var(--navy); font-size: clamp(3.1rem, 4vw, 4rem); line-height: .98; text-wrap: balance; }
.carry-list { border-top: 1px solid rgb(43 38 32 / 18%); }
.carry-list p { display: grid; grid-template-columns: 3rem 1fr; gap: 1.2rem; margin: 0; padding: 1.75rem 0; border-bottom: 1px solid rgb(43 38 32 / 18%); color: var(--body); font-family: var(--serif); font-size: 1.65rem; line-height: 1.25; }
.carry-list span { color: var(--gold); font-size: .95rem; font-style: italic; }

.experience-section { padding: 7rem 0 6.5rem; background: var(--navy-deep); color: var(--ivory); }
.section-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: end; }
.section-heading .eyebrow { grid-column: 1 / -1; margin-bottom: -.6rem; }
.section-heading h2 { margin: 0; font-size: clamp(3.6rem, 5vw, 4.8rem); line-height: .95; }
.section-heading > p:last-child { max-width: 35rem; margin: 0; color: #d9ded6; font-size: .94rem; }
.experience-path { display: grid; grid-template-columns: repeat(4, 1fr); margin: 4.5rem 0 0; padding: 0; border-top: 1px solid rgb(247 244 238 / 17%); border-bottom: 1px solid rgb(247 244 238 / 17%); list-style: none; }
.experience-path li { min-height: 19rem; padding: 3rem 2rem 2.5rem; border-right: 1px solid rgb(247 244 238 / 17%); text-align: center; }
.experience-path li:last-child { border-right: 0; }
.path-number { color: var(--gold); font-family: var(--serif); font-style: italic; }
.numbered-heading { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 1rem; }
.experience-path h3 { margin: 0; font-size: 2rem; line-height: 1.05; }
.experience-path p { max-width: 15rem; margin: 1.6rem auto 0; color: #d9ded6; font-size: .86rem; line-height: 1.7; }

.outcome-section { display: grid; grid-template-columns: 1fr 1.15fr; gap: 7rem; padding-block: 8rem; }
.outcome-statement blockquote { max-width: 36rem; margin: 0; color: var(--navy); font-size: clamp(2.7rem, 3.5vw, 3.45rem); font-style: italic; line-height: 1.08; }
.outcome-cards { display: grid; grid-template-columns: repeat(3, 1fr); align-self: center; border-top: 1px solid rgb(43 38 32 / 18%); }
.outcome-cards article { min-height: 17rem; padding: 3rem 1.5rem 2.5rem; border-right: 1px solid rgb(43 38 32 / 18%); border-bottom: 1px solid rgb(43 38 32 / 18%); text-align: center; }
.outcome-cards article:last-child { border-right: 0; }
.outcome-cards article span { color: var(--gold); font-family: var(--serif); font-size: .85rem; font-style: italic; }
.outcome-cards h3 { margin: 0; color: var(--sage-deep); font-size: 1.7rem; }
.outcome-cards p { max-width: 13rem; margin: 1.6rem auto 0; color: var(--body); font-size: .84rem; line-height: 1.7; }

.privacy-section { padding: 6.5rem 0; background: var(--sage-deep); color: var(--ivory); }
.privacy-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 7rem; align-items: start; }
.privacy-inner h2 { max-width: 34rem; margin: 0; font-size: clamp(3.2rem, 4vw, 4rem); line-height: .98; }
.privacy-copy { border-top: 1px solid rgb(247 244 238 / 20%); }
.privacy-copy article { padding: 1.55rem 0 1.7rem; border-bottom: 1px solid rgb(247 244 238 / 20%); }
.privacy-copy h3 { margin: 0 0 .55rem; color: var(--ivory); font-size: 1.45rem; line-height: 1.15; }
.privacy-copy p { margin: 0; color: #f1f3ee; font-size: .88rem; line-height: 1.75; }
.transparency-link { display: inline-flex; align-items: center; gap: .55rem; margin-top: 1rem; padding-bottom: .18rem; border-bottom: 1px solid var(--gold); color: var(--ivory); font-size: .66rem; font-weight: 600; letter-spacing: .12em; line-height: 1.4; text-decoration: none; text-transform: uppercase; }
.light-link { border-color: var(--gold); color: var(--ivory); }

.closing-cta { padding: 7rem 1.5rem 7.5rem; text-align: center; }
.closing-cta h2 { max-width: 54rem; margin: 0 auto; color: var(--navy); font-size: clamp(3.4rem, 4.7vw, 4.5rem); line-height: .98; text-wrap: balance; }
.closing-cta > p:not(.eyebrow) { margin: 1.8rem auto 0; color: var(--body); }
.closing-cta .button { margin-top: 2.4rem; }

.site-footer { padding: 5rem 0 2.5rem; background: var(--navy-deep); color: var(--ivory); }
.footer-main { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 3.7rem; padding-bottom: 4.5rem; }
.footer-mark { color: var(--gold); font-family: var(--display); font-size: 1.45rem; }
.footer-brand .brand-name { color: var(--ivory); font-size: 1rem; }
.footer-brand > p { margin: 2.7rem 0 0; color: #d9ded6; font-family: var(--serif); font-size: 1.3rem; font-style: italic; line-height: 1.35; }
.footer-column { display: flex; flex-direction: column; gap: 1.2rem; }
.footer-column h2 { margin: .2rem 0 .4rem; color: var(--sage-light); font-family: var(--sans); font-size: .72rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.footer-column a { color: #d9ded6; font-size: .82rem; text-decoration: none; }
.footer-column a:hover, .footer-column a:focus-visible { color: var(--sage-light); }
.footer-bottom { display: flex; justify-content: space-between; gap: 2rem; padding-top: 2.3rem; border-top: 1px solid rgb(247 244 238 / 16%); color: var(--sage); font-size: .7rem; }
.footer-bottom p { margin: 0; }

.transparency-hero { padding: 7.5rem 0 7rem; border-top: 1px solid rgb(16 41 77 / 8%); background: linear-gradient(135deg, var(--ivory), #ecefe8); }
.transparency-hero-inner { max-width: 72rem; }
.transparency-hero h1 { max-width: 61rem; margin: 0; color: var(--navy); font-size: clamp(4.2rem, 6vw, 6rem); line-height: .93; letter-spacing: -.03em; text-wrap: balance; }
.transparency-hero p:last-child { max-width: 48rem; margin: 2.2rem 0 0; color: var(--body); font-family: var(--serif); font-size: 1.4rem; line-height: 1.45; }
.transparency-body { padding-block: 3.5rem 7rem; }
.transparency-body article { display: grid; grid-template-columns: 5rem 1fr; gap: 2rem; max-width: 64rem; margin-left: auto; padding: 2.7rem 0; border-bottom: 1px solid rgb(43 38 32 / 18%); }
.principle-number { margin: .3rem 0 0; color: var(--gold); font-family: var(--serif); font-style: italic; }
.transparency-body h2 { margin: 0 0 .8rem; color: var(--navy); font-size: 2rem; line-height: 1.05; }
.transparency-body article div p { max-width: 46rem; margin: 0; color: var(--body); font-size: .92rem; line-height: 1.8; }
.transparency-closing { padding: 6rem 0 6.5rem; background: var(--sage-deep); color: var(--ivory); }
.transparency-closing blockquote { max-width: 56rem; margin: 0 0 2.5rem; font-size: clamp(3rem, 4.5vw, 4.3rem); font-style: italic; line-height: 1; }

.reveal-ready [data-reveal] { opacity: 0; transform: translateY(1rem); transition: opacity .55s ease, transform .55s ease; }
.reveal-ready [data-reveal].is-visible { opacity: 1; transform: none; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; }

@media (max-width: 68rem) {
  :root { --page: min(100% - 3.5rem, 56rem); }
  .site-header { min-height: 5.5rem; }
  .brand-name { font-size: 1rem; }
  .menu-button { position: relative; display: block; z-index: 12; flex: 0 0 auto; }
  .menu-button[aria-expanded="true"] { color: var(--ivory); border-color: rgb(247 244 238 / 36%); }
  .menu-button[aria-expanded="true"] span:first-child { transform: translateY(.2rem) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:last-child { transform: translateY(-.15rem) rotate(-45deg); }
  .site-nav { position: fixed; z-index: 10; inset: 0; width: 100%; height: 100dvh; min-height: 100%; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; gap: .3rem; padding: max(7rem, calc(env(safe-area-inset-top) + 6rem)) 2.75rem max(2rem, env(safe-area-inset-bottom)); overflow-y: auto; overscroll-behavior: contain; background: rgb(8 14 22 / 98%); visibility: hidden; opacity: 0; pointer-events: none; transition: opacity .22s ease, visibility .22s ease; }
  .site-nav.is-open { visibility: visible; opacity: 1; pointer-events: auto; }
  .site-nav a { width: 100%; padding: .5rem 0; color: var(--ivory); font-family: var(--serif); font-size: clamp(1.4rem, 4.5vw, 1.8rem); line-height: 1.1; font-weight: 500; letter-spacing: 0; text-transform: none; }
  .site-nav .nav-cta { width: auto; margin-top: .7rem; padding: .9rem 1.35rem; background: var(--sage); color: var(--navy-deep); font-family: var(--sans); font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; }
  .nurse-hero { min-height: 42rem; }
  .hero-copy { width: 54%; }
  .hero-copy h1 { font-size: clamp(3.8rem, 7vw, 4.8rem); }
  .carry-section, .outcome-section { gap: 3.5rem; }
  .experience-path { grid-template-columns: repeat(2, 1fr); }
  .experience-path li:nth-child(2) { border-right: 0; }
  .experience-path li:nth-child(-n+2) { border-bottom: 1px solid rgb(247 244 238 / 17%); }
  .outcome-cards { grid-template-columns: 1fr; }
  .outcome-cards article { min-height: 0; border-right: 0; }
  .footer-main { grid-template-columns: 1.3fr repeat(3, 1fr); gap: 2rem; }
}

@media (max-width: 44rem) {
  :root { --page: calc(100% - 2.5rem); }
  html { scroll-padding-top: 1rem; }
  .survey-banner { min-height: 3.25rem; padding: .6rem 1rem; }
  .survey-banner a { max-width: 21rem; font-size: .66rem; letter-spacing: .06em; }
  .survey-banner a > span:first-of-type { display: none; }
  .survey-banner strong { display: block; margin: .12rem 0 0; }
  .site-header { min-height: 5.1rem; }
  .brand { gap: .8rem; }
  .brand-mark { width: 2.65rem; height: 2.65rem; font-size: 1.15rem; }
  .brand-name { font-size: .82rem; letter-spacing: .11em; }
  .site-nav { padding-inline: 1.25rem; }

  .nurse-hero { min-height: 43.5rem; overflow: hidden; }
  .nurse-hero::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(180deg, rgb(247 244 238 / 76%) 0%, rgb(247 244 238 / 68%) 42%, rgb(247 244 238 / 52%) 100%); }
  .hero-content { min-height: inherit; align-items: center; }
  .hero-copy { width: 100%; padding: 3.8rem 0 4.2rem; }
  .hero-copy h1 { max-width: 22rem; font-size: clamp(3.1rem, 14vw, 3.85rem); line-height: .92; }
  .hero-intro { max-width: 30rem; margin-top: 1.5rem; font-size: 1.16rem; }
  .hero-actions { flex-direction: column; align-items: stretch; gap: 1.1rem; margin-top: 1.8rem; }
  .hero-actions .text-link { align-self: center; }
  .hero-art { position: absolute; z-index: -2; top: -13rem; right: 0; bottom: auto; left: 0; width: 100%; height: calc(100% + 13rem); min-height: 0; object-fit: cover; object-position: 66% bottom; opacity: .82; }

  .carry-section { grid-template-columns: 1fr; gap: 3rem; padding-block: 5rem; }
  .carry-heading h2 { font-size: 2.8rem; }
  .carry-list p { grid-template-columns: 2.2rem 1fr; font-size: 1.45rem; }
  .experience-section { padding: 5rem 0 4.5rem; }
  .section-heading { grid-template-columns: 1fr; gap: 1.8rem; }
  .section-heading .eyebrow { grid-column: auto; margin-bottom: 0; }
  .section-heading h2 { font-size: 3.1rem; }
  .experience-path { grid-template-columns: 1fr; margin-top: 3.5rem; }
  .experience-path li { min-height: 0; padding: 2rem 0 2.2rem; border-right: 0; border-bottom: 1px solid rgb(247 244 238 / 17%); }
  .experience-path li, .outcome-cards article { text-align: left; }
  .numbered-heading { display: grid; grid-template-columns: 2rem minmax(0, 1fr); align-items: center; justify-content: stretch; gap: .8rem; width: 100%; }
  .numbered-heading > span { justify-self: start; }
  .experience-path h3 { margin: 0; }
  .experience-path p { max-width: none; margin: 1rem 0 0 2.8rem; font-size: .92rem; }
  .outcome-section { grid-template-columns: 1fr; gap: 4rem; padding-block: 5rem; }
  .outcome-statement blockquote { font-size: 2.45rem; }
  .outcome-cards article { padding: 2rem 0 2.2rem; }
  .outcome-cards p { max-width: none; margin: 1rem 0 0 2.8rem; font-size: .92rem; }
  .privacy-section { padding: 4.8rem 0; }
  .privacy-inner { grid-template-columns: 1fr; gap: 1.5rem; }
  .privacy-inner h2 { font-size: 2.9rem; }
  .privacy-copy { padding-top: 0; }
  .privacy-copy h3 { font-size: 1.55rem; }
  .privacy-copy p { font-size: .92rem; }
  .closing-cta { padding: 5rem 1.25rem; }
  .closing-cta h2 { font-size: 3rem; }
  .closing-cta .button { width: 100%; }
  .site-footer { padding: 3.5rem 0 2.5rem; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 3.5rem 2rem; padding-bottom: 3.5rem; }
  .footer-brand { grid-column: 1 / -1; padding-bottom: 2.7rem; border-bottom: 1px solid rgb(247 244 238 / 16%); }
  .footer-brand > p { margin-top: 2rem; }
  .footer-column:last-child { grid-column: 1 / -1; }
  .footer-column h2 { font-size: .78rem; }
  .footer-column a { font-size: .9rem; }
  .footer-bottom { flex-direction: column-reverse; gap: 2.1rem; line-height: 1.8; }
  .transparency-hero { padding: 4.8rem 0 4.5rem; }
  .transparency-hero h1 { font-size: 3.25rem; }
  .transparency-hero p:last-child { font-size: 1.2rem; }
  .transparency-body { padding-block: 2rem 4.5rem; }
  .transparency-body article { grid-template-columns: 2rem 1fr; gap: 1rem; padding: 2.2rem 0; }
  .transparency-body h2 { font-size: 1.75rem; }
  .transparency-body article div p { font-size: .92rem; }
  .transparency-closing { padding: 4.5rem 0 5rem; }
  .transparency-closing blockquote { font-size: 2.7rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal-ready [data-reveal] { opacity: 1; transform: none; transition: none; }
}
