:root {
  --blue: #00a2e5;
  --blue-deep: #007fb7;
  --navy: #003366;
  --ink: #18212a;
  --slate: #586675;
  --mist: #edf3f6;
  --line: #d8e2e8;
  --white: #ffffff;
  --shell: 1180px;
  --radius: 14px;
  --shadow: 0 24px 70px rgba(0, 51, 102, 0.13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.08; letter-spacing: -0.035em; }
h1 { font-size: clamp(3rem, 5.15vw, 5.1rem); max-width: 720px; margin-bottom: 28px; }
h2 { font-size: clamp(2.3rem, 4.4vw, 4.4rem); margin-bottom: 24px; }
h3 { font-size: 1.35rem; }

.shell { width: min(calc(100% - 48px), var(--shell)); margin-inline: auto; }
.section { padding: 112px 0; }
.section-dark { color: var(--white); background: var(--ink); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 2000; padding: 10px 16px; color: var(--white); background: var(--navy); }
.skip-link:focus { top: 12px; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  background: rgba(255,255,255,.94);
  border-bottom: 1px solid rgba(0,51,102,.08);
  backdrop-filter: blur(14px);
  transition: box-shadow .2s ease;
}
.site-header.is-scrolled { box-shadow: 0 10px 35px rgba(0,51,102,.1); }
.header-inner { height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.brand { display: flex; align-items: center; gap: 14px; text-decoration: none; color: var(--navy); font-weight: 800; }
.brand img { width: 60px; height: 60px; object-fit: contain; }
.brand-division { padding-left: 14px; border-left: 1px solid var(--line); letter-spacing: -.02em; }
.brand-division b { color: var(--blue-deep); }
.site-nav { display: flex; align-items: center; gap: 13px; }
.site-nav a { display: inline-flex; align-items: center; justify-content: center; min-height: 40px; text-decoration: none; font-size: .82rem; font-weight: 700; line-height: 1; color: #334657; white-space: nowrap; }
.site-nav a:hover { color: var(--blue-deep); }
.site-nav .medical-page-button, .site-nav .site-button { display: inline-flex; align-items: center; justify-content: center; min-height: 40px; padding: 8px 13px; line-height: 1; }
.site-nav .medical-page-button { gap: 7px; color: var(--navy); background: #e5f6fd; border: 2px solid #b9e7f8; border-radius: 999px; }
.site-nav .medical-page-button span { display: inline-grid; place-items: center; width: 14px; height: 14px; color: var(--blue-deep); font-size: 1.1rem; line-height: 1; }
.site-nav .site-button { color: var(--white); background: var(--blue-deep); border: 2px solid var(--blue-deep); border-radius: 999px; }
.site-nav .site-button:hover { color: var(--white); background: var(--navy); border-color: var(--navy); }
.menu-button { display: none; padding: 10px; border: 0; background: transparent; }
.menu-button span:not(.sr-only) { display: block; width: 25px; height: 2px; margin: 5px; background: var(--navy); }

.hero { position: relative; display: flex; min-height: min(860px, 100svh); padding: 142px 0 54px; overflow: hidden; color: var(--white); background-image: linear-gradient(90deg, rgba(1,25,49,.97) 0%, rgba(2,39,72,.92) 39%, rgba(1,43,79,.62) 67%, rgba(0,24,46,.2) 100%), linear-gradient(180deg, rgba(0,24,46,.05) 45%, rgba(0,24,46,.8) 100%), url("images/medical-fitness/hero-medical-fitness-enhanced.jpg"); background-position: center; background-size: cover; }
.hero::before { content: ""; position: absolute; inset: 82px auto 0 0; width: 7px; background: var(--blue); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 690px) 1fr; align-items: center; gap: clamp(50px, 7vw, 110px); min-height: 660px; }
.hero-copy { align-self: center; padding: 22px 0; }
.hero h1 { max-width: 700px; margin-bottom: 24px; color: var(--white); font-size: clamp(3.6rem, 5.1vw, 5.2rem); line-height: .97; text-shadow: 0 3px 28px rgba(0,18,35,.25); }
.hero h1 span { display: block; margin-top: .08em; font-size: .82em; white-space: nowrap; }
.location-line { display: flex; align-items: center; gap: 14px; margin-bottom: 30px; color: var(--white); font-size: .9rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.location-line span { padding: 7px 11px; color: var(--white); background: var(--blue-deep); border: 1px solid rgba(255,255,255,.3); border-radius: 999px; }
.hero-subheading { max-width: 640px; margin: 0 0 10px; color: #69cff7; font-size: clamp(1.05rem, 1.5vw, 1.28rem); font-weight: 900; line-height: 1.3; letter-spacing: .025em; text-transform: uppercase; }
.hero-lead { max-width: 640px; margin-bottom: 12px; color: #e0ebf2; font-size: clamp(1rem, 1.25vw, 1.12rem); font-weight: 650; line-height: 1.55; letter-spacing: .018em; text-transform: uppercase; }
.hero-overview { max-width: 650px; margin-bottom: 28px; color: #d0dee8; font-size: .96rem; line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; margin-bottom: 40px; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 52px; padding: 13px 24px; border: 0; border-radius: 999px; text-decoration: none; font-weight: 800; line-height: 1.2; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .site-nav a:focus-visible, .text-link:focus-visible, input:focus-visible, textarea:focus-visible, .menu-button:focus-visible { outline: 3px solid #69cff7; outline-offset: 3px; }
.button-primary { color: var(--white); background: var(--blue-deep); box-shadow: 0 12px 30px rgba(0,127,183,.26); }
.button-primary:hover { background: var(--navy); }
.button-light { color: var(--navy); background: var(--white); }
.text-link { color: var(--navy); font-weight: 800; text-underline-offset: 5px; }
.text-link span { color: var(--blue-deep); }
.hero .text-link { color: var(--white); }
.hero .text-link span { color: #69cff7; }
.hero-details { display: grid; grid-template-columns: .75fr 1.25fr; gap: 24px; margin: 0; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.3); }
.hero-details div { min-width: 0; }
.hero-details dt { margin-bottom: 6px; color: #69cff7; font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.hero-details dd { margin: 0; color: #e0ebf2; font-size: .94rem; line-height: 1.45; }
.hero-signature { align-self: end; justify-self: end; max-width: 440px; margin: 0 0 58px; padding: 24px 26px 22px; color: var(--white); background: rgba(0,28,54,.72); border-top: 4px solid var(--blue); box-shadow: 0 18px 55px rgba(0,18,35,.25); backdrop-filter: blur(12px); }
.hero-statement { display: flex; align-items: baseline; gap: 10px; color: var(--white); font-size: clamp(1.65rem, 2.6vw, 2.45rem); font-weight: 900; line-height: 1; letter-spacing: -.04em; }
.hero-statement b { color: var(--blue-deep); }
.image-caption { margin: 14px 0 0; color: #e0ebf2; font-size: .88rem; font-weight: 800; line-height: 1.5; }
.image-caption span { font-weight: 500; }

.section-intro { max-width: 860px; margin-bottom: 60px; }
.section-intro > p:last-child, .wide-intro > p:last-child { color: var(--slate); font-size: 1.18rem; }
.wide-intro { max-width: 950px; }
.section-kicker { margin-bottom: 16px; color: var(--blue-deep); font-size: .82rem; font-weight: 900; letter-spacing: .115em; text-transform: uppercase; }
.section-dark .section-kicker { color: #69cff7; }
.large-copy { color: var(--navy); font-size: 1.28rem; font-weight: 700; line-height: 1.5; }
.section-dark .large-copy { color: var(--white); }

.bridge-diagram { display: grid; grid-template-columns: 1fr auto 1fr; align-items: stretch; position: relative; margin: 50px 0 78px; border: 1px solid var(--line); }
.bridge-diagram > div { padding: 34px; min-height: 150px; }
.bridge-diagram > div:nth-child(3) { text-align: right; }
.bridge-diagram > div span { color: var(--navy); font-size: 1.6rem; font-weight: 850; letter-spacing: -.03em; }
.bridge-diagram > div p { margin: 8px 0 0; color: var(--slate); }
.bridge-diagram > b { display: grid; place-items: center; width: 70px; color: var(--blue-deep); background: var(--mist); font-size: 2rem; }
.bridge-diagram > strong { position: absolute; left: 50%; bottom: -28px; transform: translateX(-50%); min-width: 220px; padding: 13px 25px; color: var(--white); background: var(--navy); text-align: center; border-radius: 999px; }
.understand-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 70px; align-items: start; }
.understand-grid h3 { color: var(--navy); font-size: 2rem; }
.understand-grid p { color: var(--slate); }
.signal-list { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 0; list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.signal-list li { position: relative; padding: 16px 20px 16px 28px; border-bottom: 1px solid var(--line); color: #314656; font-weight: 700; }
.signal-list li::before { content: ""; position: absolute; left: 4px; top: 25px; width: 8px; height: 8px; border-radius: 50%; background: var(--blue); }
.principle-line { margin: 64px 0 0; padding: 28px 0 0 30%; border-top: 3px solid var(--navy); color: var(--slate); font-size: 1.25rem; }
.principle-line strong { display: block; color: var(--navy); font-size: 1.45rem; }

.technology { background: #15212d; }
.technology-layout { display: grid; grid-template-columns: .88fr 1.12fr; gap: 90px; align-items: start; }
.technology-copy { position: sticky; top: 130px; }
.technology-copy > p:not(.section-kicker) { color: #bdc9d3; }
.technology-copy .large-copy { color: var(--white); }
.technology-copy .button { margin-top: 22px; }
.technology-reasons { border-top: 1px solid rgba(255,255,255,.2); }
.technology-reasons article { display: grid; grid-template-columns: 48px 180px 1fr; gap: 18px; padding: 27px 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.technology-reasons span { color: #69cff7; font-weight: 800; }
.technology-reasons h3 { margin: 0; color: var(--white); font-size: 1.12rem; letter-spacing: -.01em; }
.technology-reasons p { margin: 0; color: #bdc9d3; font-size: .98rem; line-height: 1.55; }

.split-feature { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(50px, 8vw, 110px); align-items: center; }
.split-feature-reverse .feature-image { order: 2; }
.feature-image { position: relative; }
.feature-image > img { width: 100%; min-height: 560px; max-height: 680px; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.feature-tag { position: absolute; left: -22px; bottom: 28px; padding: 11px 18px; color: var(--white); background: var(--navy); font-weight: 800; border-radius: 999px; }
.feature-copy > p:not(.section-kicker, .large-copy, .small-note) { color: var(--slate); }
.feature-copy blockquote { margin: 34px 0; padding: 20px 0 20px 26px; color: var(--navy); border-left: 6px solid var(--blue); font-size: 1.8rem; font-weight: 900; line-height: 1.2; letter-spacing: -.03em; }
.small-note { color: #7d8995; font-size: .82rem; line-height: 1.55; font-style: italic; }
.genetics { background: var(--mist); }
.genetics-art { display: grid; place-items: center; min-height: 680px; background: #17212c; border-radius: var(--radius); overflow: hidden; }
.genetics-art > img { width: auto; height: 610px; min-height: 0; border-radius: 0; box-shadow: none; object-fit: contain; }
.ph360-lockup { display: flex; align-items: center; gap: 22px; margin: 30px 0 22px; padding: 20px; background: var(--white); border-left: 5px solid var(--blue); }
.ph360-lockup img { width: 150px; height: auto; }
.ph360-lockup p { margin: 0; color: var(--slate); font-size: .9rem; }

.brand-strip { padding: 34px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.brand-strip-inner { display: flex; align-items: center; justify-content: space-between; gap: 45px; }
.brand-strip-inner > p { max-width: 250px; margin: 0; color: var(--slate); font-size: .78rem; font-weight: 800; line-height: 1.45; text-transform: uppercase; letter-spacing: .08em; }
.partner-marks { display: flex; align-items: center; justify-content: flex-end; gap: clamp(36px, 6vw, 78px); flex: 1; }
.partner-marks img { width: 135px; height: auto; mix-blend-mode: multiply; }
.partner-wordmark { color: var(--navy); font-weight: 900; line-height: 1; }
.partner-pnoe { font-size: 2rem; letter-spacing: .04em; }
.partner-dhs { display: flex; align-items: center; gap: 11px; font-size: 2rem; }
.partner-dhs small { max-width: 96px; color: var(--slate); font-size: .56rem; line-height: 1.2; text-transform: uppercase; letter-spacing: .05em; }

.service-matrix { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-matrix article { min-height: 210px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service-matrix h3 { margin-bottom: 16px; color: var(--navy); font-size: 1.2rem; letter-spacing: -.02em; }
.service-matrix p { margin: 0; color: var(--slate); font-size: .95rem; }
.service-matrix article:nth-child(1), .service-matrix article:nth-child(5), .service-matrix article:nth-child(9) { background: var(--mist); }

.programmes { background: var(--mist); }
.programme-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 100px; align-items: start; }
.programme-layout > div:first-child { position: sticky; top: 130px; }
.programme-copy > p:not(.large-copy) { max-width: 720px; color: var(--slate); }
.programme-factors { display: grid; grid-template-columns: repeat(3, 1fr); margin: 38px 0; border-top: 1px solid #b9cbd5; border-left: 1px solid #b9cbd5; }
.programme-factors div { padding: 24px; border-right: 1px solid #b9cbd5; border-bottom: 1px solid #b9cbd5; }
.programme-factors dt { margin-bottom: 10px; color: var(--navy); font-weight: 900; }
.programme-factors dd { margin: 0; color: var(--slate); font-size: .9rem; }

.action { background: #f7fafc; }
.action-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 36px; }
.action-grid article { display: grid; grid-template-columns: 44% 56%; min-height: 300px; background: var(--white); box-shadow: 0 10px 35px rgba(0,51,102,.08); border-radius: var(--radius); overflow: hidden; }
.action-grid img { width: 100%; height: 100%; object-fit: cover; }
.action-grid img.ph360-card-image { padding: 16px; object-fit: contain; object-position: center; background: var(--white); }
.action-grid div { padding: 32px; align-self: center; }
.action-grid h3 { color: var(--navy); }
.action-grid p { margin: 0; color: var(--slate); font-size: .95rem; }

.capability-layout { display: grid; grid-template-columns: .92fr 1.08fr; gap: 90px; align-items: start; }
.capability-heading { position: sticky; top: 130px; }
.capability-heading blockquote { margin: 38px 0 18px; color: var(--slate); font-size: 1.18rem; font-style: normal; line-height: 1.65; }
.answer-line { color: var(--blue-deep); font-size: 1.28rem; font-weight: 850; }
.answer-line strong { display: block; margin-top: 12px; color: var(--navy); font-size: 1.05em; line-height: 1.35; text-transform: uppercase; }
.capability-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.capability-list li { position: relative; padding: 18px 20px 18px 48px; border-bottom: 1px solid var(--line); color: #334657; font-weight: 700; }
.capability-list li::before { content: "✓"; position: absolute; left: 10px; top: 17px; color: var(--blue-deep); font-weight: 900; }

.legacy { color: var(--white); background: var(--navy); }
.legacy-layout { display: grid; grid-template-columns: 270px 1fr; gap: 75px; align-items: center; }
.legacy-number { padding-right: 50px; border-right: 1px solid rgba(255,255,255,.25); }
.legacy-number strong { display: block; color: #69cff7; font-size: 6rem; line-height: .9; letter-spacing: -.07em; }
.legacy-number span { display: block; margin-top: 18px; font-size: .8rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.legacy h2 { max-width: 800px; }
.legacy p:last-child { max-width: 850px; margin-bottom: 0; color: #d5e0e7; font-size: 1.08rem; }

.founding { background: #15212d; }
.founding-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; align-items: start; }
.founding-copy { position: sticky; top: 130px; }
.founding-copy > p:not(.section-kicker, .no-obligation) { color: #c4d0d8; font-size: 1.12rem; }
.benefit-list { list-style: none; margin: 34px 0; padding: 0; }
.benefit-list li { position: relative; padding: 14px 0 14px 34px; border-bottom: 1px solid rgba(255,255,255,.16); }
.benefit-list li::before { content: "✓"; position: absolute; left: 0; color: #69cff7; font-weight: 900; }
.no-obligation { color: #95a6b2; font-size: .88rem; }
.form-card { padding: clamp(28px, 5vw, 54px); color: var(--ink); background: var(--white); border-radius: var(--radius); }
.form-card > h3 { margin-bottom: 10px; color: var(--navy); font-size: 2rem; }
.form-card > p { margin-bottom: 32px; color: var(--slate); }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.form-card label, .form-card legend { color: #304454; font-size: .9rem; font-weight: 750; }
.form-card input[type="text"], .form-card input[type="tel"], .form-card input[type="email"], .form-card textarea { width: 100%; margin-top: 8px; padding: 12px 14px; color: var(--ink); background: #fbfdfe; border: 1px solid #bac9d2; border-radius: 8px; }
.form-card textarea { resize: vertical; }
.form-card fieldset { margin: 32px 0; padding: 0; border: 0; }
.form-card legend { margin-bottom: 16px; font-size: 1rem; }
.checkbox-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 11px 18px; }
.checkbox-grid label { display: flex; align-items: flex-start; gap: 9px; font-weight: 500; line-height: 1.4; }
.checkbox-grid input { width: 18px; height: 18px; margin: 2px 0 0; accent-color: var(--blue-deep); }
.checkbox-wide { grid-column: 1 / -1; }
.optional { color: #7a8792; font-weight: 500; }
.submit-button { width: 100%; margin-top: 24px; }
.submit-button:disabled { opacity: .62; cursor: wait; transform: none; }
.form-status { min-height: 1.5em; margin: 16px 0 0; color: var(--navy); font-weight: 700; }
.form-status.is-error { color: #a83232; }
.privacy-note { margin: 14px 0 0; color: #7a8792; font-size: .75rem; line-height: 1.5; }
.privacy-consent { display: flex; align-items: flex-start; gap: 10px; margin-top: 18px; font-weight: 500 !important; line-height: 1.45; }
.privacy-consent input { flex: 0 0 auto; width: 18px; height: 18px; margin: 3px 0 0; accent-color: var(--blue-deep); }
.privacy-consent a { color: var(--blue-deep); text-underline-offset: 3px; }

.steps { display: grid; grid-template-columns: repeat(4, 1fr); list-style: none; margin: 70px 0 55px; padding: 0; border-top: 3px solid var(--navy); }
.steps li { min-height: 250px; padding: 28px 30px; border-right: 1px solid var(--line); }
.steps li:first-child { border-left: 1px solid var(--line); }
.steps span { display: block; margin-bottom: 48px; color: var(--blue-deep); font-size: 1.6rem; font-weight: 900; }
.steps h3 { color: var(--navy); }
.steps p { margin: 0; color: var(--slate); font-size: .95rem; }
.closing-principle { margin: 0; color: var(--navy); font-size: 1.45rem; font-weight: 900; }

.site-footer { padding: 75px 0 28px; color: var(--white); background: #101922; border-top: 5px solid var(--blue); }
.footer-main { display: grid; grid-template-columns: 1.2fr .9fr .9fr; gap: 70px; align-items: start; }
.wordmark { margin-bottom: 8px; font-size: 2rem; font-weight: 900; letter-spacing: -.04em; }
.wordmark b { color: #69cff7; }
.wordmark span { color: #91a2ae; font-size: .9rem; }
.footer-brand > p:last-child, .site-footer address { color: #aebdc8; font-style: normal; }
.site-footer h2 { margin-bottom: 16px; font-size: 1.25rem; letter-spacing: -.01em; }
.footer-callout { color: #69cff7; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 65px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.14); color: #8799a6; font-size: .82rem; }
.footer-bottom p { margin: 0; }

.privacy-back { padding: 10px 16px; color: var(--navy); font-size: .9rem; font-weight: 800; text-decoration: none; border: 1px solid var(--line); border-radius: 999px; }
.privacy-main { padding: 160px 0 100px; background: #f5f9fb; }
.privacy-article { max-width: 920px; }
.privacy-heading { padding-bottom: 48px; border-bottom: 3px solid var(--navy); }
.privacy-heading h1 { max-width: 820px; margin-bottom: 24px; font-size: clamp(3rem, 6vw, 5.4rem); }
.privacy-heading > p:not(.section-kicker, .privacy-updated) { max-width: 760px; color: var(--slate); font-size: 1.18rem; }
.privacy-updated { margin-bottom: 0; color: #7b8995; font-size: .84rem; }
.privacy-content { padding-top: 24px; }
.privacy-content section { padding: 38px 0; border-bottom: 1px solid var(--line); }
.privacy-content h2 { margin-bottom: 18px; color: var(--navy); font-size: 1.65rem; letter-spacing: -.02em; }
.privacy-content p, .privacy-content li, .privacy-content address { color: var(--slate); }
.privacy-content address { font-style: normal; }
.privacy-content a { color: var(--blue-deep); text-underline-offset: 3px; }
.privacy-legal-note { margin-top: 45px; padding: 24px; color: #425767; background: #e4f3f9; border-left: 5px solid var(--blue-deep); }
.privacy-footer { padding-top: 20px; }
.privacy-footer .footer-bottom { margin-top: 0; }

@media (min-width: 981px) and (max-height: 900px) {
  .hero { min-height: 100svh; padding: 108px 0 24px; }
  .hero-grid { min-height: 0; }
  .hero-copy { padding: 8px 0; }
  .location-line { margin-bottom: 14px; }
  .hero h1 { max-width: 650px; margin-bottom: 14px; font-size: clamp(3.25rem, 4.4vw, 4.35rem); }
  .hero-subheading { margin-bottom: 6px; font-size: 1rem; }
  .hero-lead { margin-bottom: 8px; font-size: .9rem; line-height: 1.45; }
  .hero-overview { margin-bottom: 16px; font-size: .86rem; line-height: 1.45; }
  .hero-actions { margin-bottom: 18px; }
  .hero .button { min-height: 46px; padding-block: 10px; }
  .hero-details { padding-top: 14px; }
  .hero-details dd { font-size: .86rem; }
  .hero-signature { max-width: 380px; margin-bottom: 24px; padding: 18px 22px 17px; }
  .hero-statement { font-size: 2rem; }
  .image-caption { margin-top: 10px; font-size: .8rem; }
}

@media (max-width: 1280px) {
  .menu-button { display: block; }
  .site-nav { position: fixed; top: 82px; left: 24px; right: 24px; display: none; align-items: stretch; gap: 0; padding: 12px; background: var(--white); border: 1px solid var(--line); border-radius: 12px; box-shadow: var(--shadow); }
  .site-nav.is-open { display: grid; }
  .site-nav a { padding: 13px 12px; }
  .site-nav .medical-page-button { border-radius: 8px; }
  .site-nav .site-button { margin-top: 6px; text-align: center; }
}

@media (max-width: 980px) {
  .section { padding: 88px 0; }
  .hero-grid, .technology-layout, .split-feature, .capability-layout, .founding-layout, .programme-layout { grid-template-columns: 1fr; }
  .hero { background-image: linear-gradient(90deg, rgba(1,25,49,.97) 0%, rgba(2,39,72,.91) 54%, rgba(0,32,62,.56) 100%), linear-gradient(180deg, rgba(0,24,46,.08) 45%, rgba(0,24,46,.88) 100%), url("images/medical-fitness/hero-medical-fitness-enhanced.jpg"); background-position: 56% center; }
  .hero-grid { align-content: center; gap: 36px; }
  .hero-signature { justify-self: start; max-width: 420px; margin: 0; }
  .technology-copy, .capability-heading, .founding-copy, .programme-layout > div:first-child { position: static; }
  .split-feature-reverse .feature-image { order: 0; }
  .service-matrix { grid-template-columns: repeat(2, 1fr); }
  .service-matrix article:nth-child(odd) { background: var(--mist); }
  .service-matrix article:nth-child(even) { background: var(--white); }
  .action-grid { grid-template-columns: 1fr; }
  .legacy-layout { grid-template-columns: 220px 1fr; gap: 50px; }
  .steps { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  body { font-size: 16px; }
  .shell { width: min(calc(100% - 32px), var(--shell)); }
  .header-inner { height: 72px; }
  .brand img { width: 40px; height: 40px; }
  .brand-division { font-size: .88rem; }
  .menu-button { display: block; }
  .site-nav { position: fixed; top: 72px; left: 16px; right: 16px; display: none; align-items: stretch; gap: 0; padding: 12px; background: var(--white); border: 1px solid var(--line); border-radius: 12px; box-shadow: var(--shadow); }
  .site-nav.is-open { display: grid; }
  .site-nav a { padding: 13px 12px; }
  .site-nav .medical-page-button { border-radius: 8px; }
  .site-nav .site-button { margin-top: 6px; text-align: center; }
  .hero { min-height: auto; padding: 112px 0 48px; background-image: linear-gradient(90deg, rgba(1,25,49,.96) 0%, rgba(2,39,72,.9) 72%, rgba(0,32,62,.7) 100%), linear-gradient(180deg, rgba(0,24,46,.25) 35%, rgba(0,24,46,.93) 100%), url("images/medical-fitness/hero-medical-fitness-enhanced.jpg"); background-position: 72% center; }
  .hero::before { inset: 72px auto 0 0; width: 5px; }
  .hero-grid { min-height: 0; }
  .hero-copy { padding: 18px 0 0; }
  h1 { font-size: clamp(2.7rem, 12vw, 4rem); }
  .hero h1 span { white-space: normal; }
  h2 { font-size: clamp(2.15rem, 10vw, 3.4rem); }
  .location-line { align-items: flex-start; flex-direction: column; gap: 9px; }
  .hero-details, .understand-grid { grid-template-columns: 1fr; }
  .hero-signature { padding: 20px 22px 18px; }
  .bridge-diagram { grid-template-columns: 1fr; }
  .bridge-diagram > b { width: 100%; height: 52px; }
  .bridge-diagram > div:nth-child(3) { text-align: left; }
  .signal-list { grid-template-columns: 1fr; }
  .principle-line { padding-left: 0; }
  .technology-reasons article { grid-template-columns: 42px 1fr; }
  .technology-reasons p { grid-column: 2; }
  .feature-image > img { min-height: 420px; }
  .genetics-art { min-height: 540px; }
  .genetics-art > img { height: 500px; }
  .service-matrix { grid-template-columns: 1fr; }
  .service-matrix article, .service-matrix article:nth-child(even), .service-matrix article:nth-child(odd) { min-height: 0; background: var(--white); }
  .service-matrix article:nth-child(3n+1) { background: var(--mist); }
  .brand-strip-inner { align-items: flex-start; flex-direction: column; }
  .brand-strip-inner > p { max-width: none; }
  .partner-marks { justify-content: space-between; width: 100%; gap: 20px; }
  .partner-pnoe, .partner-dhs { font-size: 1.45rem; }
  .partner-marks img { width: 105px; }
  .programme-factors { grid-template-columns: 1fr; }
  .action-grid article { grid-template-columns: 1fr; }
  .action-grid img { height: 300px; }
  .legacy-layout { grid-template-columns: 1fr; }
  .legacy-number { padding: 0 0 35px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.25); }
  .form-grid, .checkbox-grid { grid-template-columns: 1fr; }
  .checkbox-wide { grid-column: auto; }
  .steps { grid-template-columns: 1fr; }
  .steps li { min-height: 0; border-left: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .steps span { margin-bottom: 18px; }
  .footer-main { grid-template-columns: 1fr; gap: 40px; }
  .footer-bottom { flex-direction: column; }
  .privacy-main { padding-top: 125px; }
}

@media (max-width: 480px) {
  .section { padding: 72px 0; }
  .brand-division { display: none; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .text-link { text-align: center; }
  .hero-details { gap: 18px; }
  .hero-statement { justify-content: flex-start; }
  .image-caption { font-size: .85rem; }
  .image-caption span { display: block; }
  .ph360-lockup { align-items: flex-start; flex-direction: column; }
  .form-card { padding: 25px 20px; }
}

@media (prefers-reduced-motion: no-preference) {
  .hero-copy > * { opacity: 0; animation: hero-in .65s ease forwards; }
  .hero-copy > *:nth-child(2) { animation-delay: .08s; }
  .hero-copy > *:nth-child(3) { animation-delay: .16s; }
  .hero-copy > *:nth-child(4) { animation-delay: .24s; }
  .hero-copy > *:nth-child(5) { animation-delay: .32s; }
  .hero-signature { opacity: 0; animation: signature-in .7s .28s ease forwards; }
  @keyframes hero-in { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
  @keyframes signature-in { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }
}

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