@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/assets/fonts/dm-sans-normal-400.woff) format('woff');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/assets/fonts/dm-sans-normal-500.woff) format('woff');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/assets/fonts/dm-sans-normal-600.woff) format('woff');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/assets/fonts/dm-sans-normal-700.woff) format('woff');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/assets/fonts/manrope-normal-500.woff) format('woff');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/assets/fonts/manrope-normal-600.woff) format('woff');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/assets/fonts/manrope-normal-700.woff) format('woff');
}
@font-face {
  font-family: 'Newsreader';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(/assets/fonts/newsreader-italic-400.woff) format('woff');
}
@font-face {
  font-family: 'Newsreader';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(/assets/fonts/newsreader-italic-500.woff) format('woff');
}
@font-face {
  font-family: 'Newsreader';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/assets/fonts/newsreader-normal-400.woff) format('woff');
}
@font-face {
  font-family: 'Newsreader';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/assets/fonts/newsreader-normal-500.woff) format('woff');
}

:root {
  --ink:#10233e; --ink-2:#2b415b; --muted:#66758a; --paper:#fbfaf7; --white:#fff;
  --line:#d9dfe5; --line-dark:#bdc9d4; --blue:#175ea8; --blue-bright:#347fc8;
  --blue-soft:#eaf2fa; --lavender:#eeeaf8; --sage:#e8f1ed; --apricot:#f7ede5;
  --footer:#0d2037; --accent:var(--blue); --content:min(1240px,calc(100% - 56px));
  --reading:790px; --sans:"DM Sans",ui-sans-serif,system-ui,sans-serif;
  --display:"Newsreader",Georgia,serif; --label:"Manrope",ui-sans-serif,sans-serif;
  --shadow:0 22px 70px rgba(16,35,62,.09);
}
*{box-sizing:border-box} html{scroll-behavior:smooth;color-scheme:light;background:var(--paper)}
body{margin:0;min-width:320px;min-height:100vh;color:var(--ink);background:var(--paper);font-family:var(--sans);line-height:1.62}
img{max-width:100%} a{color:inherit} button,input,select,textarea{font:inherit} h1,h2,h3{margin-top:0;text-wrap:balance}
.skip{position:fixed;top:-100px;left:18px;z-index:1000;padding:11px 15px;color:#fff;background:var(--ink);border-radius:99px}.skip:focus{top:14px}
:focus-visible{outline:3px solid #ef984a;outline-offset:4px}

.utility-bar{color:#dce8f2;background:var(--ink)}.utility-inner{width:var(--content);min-height:34px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:20px;font-family:var(--label);font-size:.68rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.utility-inner p{margin:0}.utility-inner a{color:#fff;text-underline-offset:3px}
.site-header{position:sticky;top:0;z-index:100;border-bottom:1px solid rgba(189,201,212,.8);background:rgba(251,250,247,.94);backdrop-filter:blur(18px)}
.header-inner{width:var(--content);min-height:82px;margin:auto;display:flex;align-items:center;gap:24px}
.brand{min-width:245px;text-decoration:none}.brand strong{display:block;font-family:var(--display);font-size:1.18rem;font-weight:500;letter-spacing:-.015em}.brand small{display:block;margin-top:1px;color:var(--blue);font-family:var(--label);font-size:.59rem;font-weight:700;letter-spacing:.17em;text-transform:uppercase}
.nav-toggle{display:none;margin-left:auto;padding:10px 15px;border:1px solid var(--line-dark);border-radius:99px;color:var(--ink);background:#fff;font-weight:700}
.site-nav{margin-left:auto;display:flex;align-items:center;gap:1px}.site-nav a{min-height:43px;display:inline-flex;align-items:center;padding:0 9px;border-bottom:2px solid transparent;color:var(--ink-2);font-family:var(--label);font-size:.72rem;font-weight:700;text-decoration:none;white-space:nowrap}.site-nav a:hover,.site-nav a:focus-visible,.site-nav a[aria-current="page"]{color:var(--blue);border-color:var(--blue)}.site-nav .aldhs-link{color:#536276}.site-nav .my-allied{margin-left:8px;padding:0 17px;border:1px solid var(--ink);border-radius:99px;color:#fff;background:var(--ink)}.site-nav .my-allied:hover{color:#fff;background:var(--blue);border-color:var(--blue)}
main{min-height:68vh}.eyebrow,.zone-label{margin:0 0 16px;color:var(--accent);font-family:var(--label);font-size:.68rem;font-weight:700;letter-spacing:.17em;text-transform:uppercase}
.text-link{display:inline-flex;align-items:center;gap:12px;color:var(--accent);font-weight:700;text-decoration:none}.text-link span{font-size:1.25em;transition:transform .2s}.text-link:hover span{transform:translateX(4px)}
.button{min-height:48px;display:inline-flex;align-items:center;justify-content:center;padding:0 19px;border:1px solid var(--ink);border-radius:99px;font-family:var(--label);font-weight:700;text-decoration:none}.button.primary{color:#fff;background:var(--blue);border-color:var(--blue)}.button.light{background:#fff;border-color:var(--line-dark)}.action-row{display:flex;flex-wrap:wrap;gap:11px;margin-top:30px}

/* Home */
.hero{overflow:hidden;border-bottom:1px solid var(--line);background:var(--paper)}
.hero-inner{width:var(--content);min-height:690px;margin:auto;display:grid;grid-template-columns:minmax(0,1.45fr) minmax(300px,.55fr);gap:clamp(52px,8vw,120px);align-items:center;padding:90px 0}
.hero-copy{max-width:825px}.hero h1{margin:0;font-family:var(--display);font-size:clamp(3.7rem,6.8vw,7.1rem);font-weight:400;line-height:.91;letter-spacing:-.052em}.hero h1 em{color:var(--blue);font-weight:400}.lead{max-width:720px;margin:26px 0 0;color:var(--ink-2);font-size:clamp(1.02rem,1.45vw,1.2rem);line-height:1.68}.mission-statement{padding-left:24px;border-left:2px solid var(--blue)}
.hero-aside{position:relative;padding:36px 0 36px 35px;border-left:1px solid var(--line-dark)}.hero-aside .editorial-number{margin:0 0 90px;color:#b1beca;font-family:var(--display);font-size:4rem;line-height:1}.hero-aside h2{font-family:var(--display);font-size:clamp(2rem,3vw,3rem);font-weight:400;line-height:1.05}.hero-aside>p:not(.editorial-number){color:var(--muted)}.hero-aside .text-link{margin-top:18px}
.orientation{background:var(--white);border-bottom:1px solid var(--line)}.orientation-inner{width:var(--content);margin:auto;display:grid;grid-template-columns:.9fr 1.1fr;gap:clamp(55px,9vw,140px);padding:110px 0}.orientation h2{font-family:var(--display);font-size:clamp(2.7rem,4.4vw,4.7rem);font-weight:400;line-height:.99;letter-spacing:-.03em}.orientation-copy{padding-top:35px}.orientation-copy p{max-width:710px;color:var(--muted)}.orientation-copy .large-copy{color:var(--ink);font-family:var(--display);font-size:1.65rem;line-height:1.35}
.decision-index{padding:85px max(28px,calc((100vw - 1240px)/2));background:var(--lavender)}.section-kicker{display:flex;justify-content:space-between;padding-bottom:18px;border-bottom:1px solid #cfc7e1;color:#685e80;font-family:var(--label);font-size:.66rem;font-weight:700;letter-spacing:.14em}.decision-layout{display:grid;grid-template-columns:.78fr 1.22fr;gap:clamp(60px,9vw,140px);padding-top:55px}.decision-title h2{font-family:var(--display);font-size:clamp(2.7rem,4vw,4.4rem);font-weight:400;line-height:1}.decision-title p{max-width:360px;color:#6c647d}.decision-list{border-top:1px solid #cfc7e1}.decision-list a{display:grid;grid-template-columns:42px 1fr auto;gap:22px;align-items:center;padding:25px 0;border-bottom:1px solid #cfc7e1;text-decoration:none}.decision-list>a>span{color:#817693;font-family:var(--display);font-size:1.25rem}.decision-list strong{display:block;font-family:var(--display);font-size:1.55rem;font-weight:500}.decision-list small{display:block;margin-top:3px;color:#6c647d;font-size:.84rem}.decision-list b{color:#635979;font-size:.76rem}.decision-list a:hover strong{color:var(--blue)}
.principles{padding:110px max(28px,calc((100vw - 1240px)/2));background:var(--ink);color:#fff}.principles-head{max-width:850px}.principles-head .zone-label{color:#9ec9f2}.principles-head h2{font-family:var(--display);font-size:clamp(2.8rem,5vw,5.3rem);font-weight:400;line-height:.96}.principle-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;margin-top:70px;background:#43546a;border:1px solid #43546a}.principle-grid article{min-height:280px;padding:34px;background:var(--ink)}.principle-grid span{color:#9ec9f2;font-family:var(--label);font-size:.68rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.principle-grid h3{margin:55px 0 14px;font-family:var(--display);font-size:1.75rem;font-weight:400;line-height:1.13}.principle-grid p{margin:0;color:#bfcbd8;font-size:.9rem}
.profession-preview{padding:105px max(28px,calc((100vw - 1240px)/2));background:var(--white)}.preview-head{display:flex;align-items:end;justify-content:space-between;gap:30px}.preview-head h2{font-family:var(--display);font-size:clamp(2.8rem,4.5vw,4.8rem);font-weight:400;line-height:1}.field-strip{display:grid;grid-template-columns:repeat(5,1fr);margin-top:55px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.field-strip a{min-height:190px;padding:28px 23px;border-right:1px solid var(--line);text-decoration:none}.field-strip a:last-child{border:0}.field-dot{width:14px;height:14px;display:block;margin-bottom:48px;border-radius:50%;background:var(--blue)}.field-dot.laboratory{background:#6d64a9}.field-dot.therapeutic{background:#3c8b71}.field-dot.acute{background:#d77045}.field-dot.operations{background:#b28c2f}.field-strip strong,.field-strip small{display:block}.field-strip strong{font-family:var(--display);font-size:1.35rem;line-height:1.08}.field-strip small{margin-top:9px;color:var(--muted)}
.institution-transition{display:flex;align-items:end;justify-content:space-between;gap:50px;padding:80px max(28px,calc((100vw - 1240px)/2));background:var(--blue-soft);border-top:1px solid #d5e3f0}.institution-transition>div{max-width:800px}.institution-transition h2{font-family:var(--display);font-size:clamp(2.4rem,4vw,4rem);font-weight:400;line-height:1}.institution-transition p{color:var(--ink-2)}

/* Interior */
.page-hero{padding:86px 0 76px;border-bottom:1px solid var(--line);background:linear-gradient(120deg,var(--paper) 0 69%,var(--blue-soft) 69%)}.page-hero .glass-panel{width:var(--content);margin:auto}.breadcrumb{margin:0 0 42px;color:var(--muted);font-size:.72rem;font-weight:600}.breadcrumb a{text-underline-offset:3px}.page-hero h1{max-width:950px;margin:0;font-family:var(--display);font-size:clamp(3.2rem,6vw,6.5rem);font-weight:400;line-height:.94;letter-spacing:-.045em}.page-hero .lead{max-width:800px}
.content-shell{width:var(--content);margin:auto;display:grid;grid-template-columns:196px minmax(0,1fr);gap:clamp(28px,3vw,44px);padding:75px 0 110px}.side-nav{position:sticky;top:calc(var(--header-height,82px) + 24px);align-self:start;max-height:calc(100dvh - var(--header-height,82px) - 48px);overflow-y:auto;padding-right:12px;border-right:1px solid var(--line)}.side-nav b{display:block;padding-bottom:13px;border-bottom:1px solid var(--ink);font-family:var(--label);font-size:.72rem;letter-spacing:.08em;text-transform:uppercase}.side-nav a{display:block;padding:10px 0;border-bottom:1px solid var(--line);color:var(--muted);font-size:.875rem;font-weight:600;text-decoration:underline;text-underline-offset:4px;text-decoration-color:var(--line-dark)}.side-nav a:hover,.side-nav a[aria-current="location"]{color:var(--blue);text-decoration-color:currentColor;text-decoration-thickness:2px}.side-nav a[aria-current="location"]{font-weight:700}
.article{min-width:0;max-width:920px}.article>h2{margin:72px 0 18px;font-family:var(--display);font-size:clamp(2.3rem,4vw,4rem);font-weight:400;line-height:1.02;letter-spacing:-.025em}.article>h2:first-child,.article>.status-pill+h2{margin-top:0}.article h3{font-family:var(--display);font-size:1.45rem;font-weight:500}.article p,.article li{color:var(--ink-2)}.article a{color:var(--blue);font-weight:700;text-underline-offset:3px}
.article-grid,.discipline-grid,.truth-grid,.warning-grid,.roadmap-grid,.profession-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.article-card,.discipline-grid section,.truth-grid section,.warning-grid section{padding:25px;border:1px solid var(--line);background:#fff}.article-card p,.discipline-grid p,.truth-grid p,.warning-grid p{margin-bottom:0;font-size:.9rem}
.fact-line,.evidence-key,.reality-panel,.featured-area{margin:28px 0;padding:28px 30px;border-left:4px solid var(--accent);background:var(--blue-soft)}.fact-line strong{color:var(--ink)}
.personal-note{margin:28px 0;padding:30px;border:1px solid #d5cee7;background:var(--lavender)}
.decision-line{margin:28px 0;padding:22px 25px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);font-family:var(--display);font-size:1.3rem}
.status-pill{display:inline-flex;padding:7px 11px;border-radius:99px;color:var(--blue);background:var(--blue-soft);font-family:var(--label);font-size:.65rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}
.profession-group{margin:18px 0;border:1px solid var(--line);background:#fff}.profession-group summary{display:grid;grid-template-columns:46px 1fr auto;align-items:center;gap:14px;padding:21px 23px;cursor:pointer;font-family:var(--display);font-size:1.45rem;font-weight:500}.profession-group summary span{color:var(--accent);font-family:var(--display)}.profession-group summary small{color:var(--muted);font-family:var(--sans);font-size:.72rem}.profession-list{padding:0 18px 18px}.profession{position:relative;padding:25px;border:1px solid var(--line);background:var(--paper)}.article .profession h3{margin-bottom:12px;font-size:1.6rem;line-height:1.18}.profession h3 small{display:block;margin-top:4px;color:var(--muted);font-family:var(--sans);font-size:1rem;font-weight:500;line-height:1.4}.profession p{font-size:.88rem}.profession dl{display:grid;grid-template-columns:105px 1fr;gap:8px 14px;margin:19px 0 0;padding-top:16px;border-top:1px solid var(--line);font-size:.76rem}.profession dt{font-weight:700}.profession dd{margin:0;color:var(--muted)}.profession .profession-name{display:flex;align-items:baseline;justify-content:space-between;gap:12px;color:var(--ink);font-weight:500;text-decoration:none}.profession-name:hover,.profession-name:focus-visible{color:var(--accent);text-decoration:underline}.profession-arrow{flex:none;color:var(--accent);font-family:var(--sans);font-size:1.2rem}
.source-directory{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.source-directory a,.roadmap-card{display:block;padding:22px;border:1px solid var(--line);background:#fff;text-decoration:none}.source-directory strong,.source-directory span,.roadmap-card strong,.roadmap-card span{display:block}.source-directory span,.roadmap-card span{margin-top:5px;color:var(--muted);font-size:.8rem}
.patient-journey{display:grid;grid-template-columns:repeat(5,1fr);gap:1px;background:var(--line);border:1px solid var(--line)}.patient-journey section{padding:19px;background:#fff}.patient-journey b{font-size:.78rem}.patient-journey p{font-size:.75rem}
.data-table-wrap{overflow:auto;border:1px solid var(--line);background:#fff}.data-table{width:100%;border-collapse:collapse}.data-table th,.data-table td{padding:15px;border-bottom:1px solid var(--line);text-align:left;vertical-align:top}.data-table th{background:var(--blue-soft);font-size:.72rem;text-transform:uppercase;letter-spacing:.08em}.source-note{margin-top:35px;padding-top:18px;border-top:1px solid var(--line);font-size:.8rem}.route-steps{padding:0;list-style:none;counter-reset:route}.route-steps li{counter-increment:route;display:grid;grid-template-columns:42px 1fr;gap:15px;padding:17px 0;border-bottom:1px solid var(--line)}.route-steps li:before{content:"0" counter(route);color:var(--accent);font-family:var(--display);font-size:1.4rem}
.two-stage{display:grid;grid-template-columns:1fr auto 1fr;gap:18px;align-items:stretch;margin:30px 0}.stage{padding:28px;border:1px solid var(--line);background:#fff}.stage-number{width:38px;height:38px;display:grid;place-items:center;margin-bottom:28px;border-radius:50%;color:#fff;background:var(--accent);font-family:var(--display);font-size:1.2rem}.choice-divider{align-self:center;max-width:110px;color:var(--muted);font-size:.7rem;font-weight:700;letter-spacing:.08em;text-align:center;text-transform:uppercase}

/* Generated profession profiles */
.profession-profile{--accent:#175ea8}.profession-profile.category-laboratory{--accent:#645aa3}.profession-profile.category-therapeutic{--accent:#28795f}.profession-profile.category-acute{--accent:#bd5832}.profession-profile.category-specialized{--accent:#a47816}.profession-profile.category-neuro{--accent:#526ca8}
.profession-profile .page-hero{background:linear-gradient(120deg,var(--paper) 0 72%,color-mix(in srgb,var(--accent) 12%,white) 72%)}.profession-mark{width:78px;height:78px;display:grid;place-items:center;margin-bottom:48px;border:1px solid color-mix(in srgb,var(--accent) 35%,white);border-radius:50%;color:var(--accent);font-family:var(--display);font-size:1.45rem}.identity-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:14px}.identity-card{padding:30px;border:1px solid var(--line);background:#fff}.identity-card.primary{color:#fff;background:var(--accent);border-color:var(--accent)}.identity-card.primary p{color:rgba(255,255,255,.78)}.profile-facts{display:grid;grid-template-columns:repeat(3,1fr);margin:28px 0;border:1px solid var(--line)}.profile-facts div{padding:21px;border-right:1px solid var(--line)}.profile-facts div:last-child{border:0}.profile-facts small,.profile-facts strong{display:block}.profile-facts small{color:var(--muted);font-size:.66rem;text-transform:uppercase;letter-spacing:.1em}.profile-facts strong{margin-top:8px;font-family:var(--display);font-size:1.2rem}

/* Footer */
.site-footer{padding:65px max(28px,calc((100vw - 1240px)/2)) 24px;color:#d4e0ea;background:var(--footer)}.footer-grid{display:grid;grid-template-columns:1.8fr repeat(3,1fr);gap:45px}.footer-identity{display:flex;gap:22px;align-items:flex-start}.footer-seal{width:92px;height:92px;object-fit:contain;filter:none;opacity:.96}.footer-brand{margin:4px 0 7px!important;color:#fff!important;font-family:var(--display);font-size:1.3rem}.site-footer h2,.site-footer h3{margin:0 0 15px;color:#fff;font-family:var(--label);font-size:.72rem;letter-spacing:.09em;text-transform:uppercase}.site-footer p{margin:0;color:#aebdca;font-size:.78rem}.site-footer a{display:block;margin:8px 0;color:#c5d3de;font-size:.78rem;text-decoration:none}.site-footer a:hover{color:#fff}.footer-bottom{display:flex;justify-content:space-between;margin-top:48px;padding-top:18px;border-top:1px solid #34485c;color:#8fa2b2;font-size:.68rem}

@media(max-width:1050px){:root{--content:min(100% - 36px,920px)}.nav-toggle{display:block}.site-nav{position:absolute;top:100%;left:18px;right:18px;display:none;flex-direction:column;align-items:stretch;padding:10px;border:1px solid var(--line);border-radius:14px;background:#fff;box-shadow:var(--shadow)}.site-nav.open{display:flex}.site-nav a{padding:10px 14px}.site-nav .my-allied{margin:7px 0 0}.hero-inner{grid-template-columns:1fr;min-height:auto;padding:80px 0}.hero-aside{display:grid;grid-template-columns:80px 1fr;gap:12px 30px;padding-left:30px}.hero-aside .editorial-number{grid-row:1/4;margin:0}.decision-layout,.orientation-inner{grid-template-columns:1fr}.orientation-copy{padding-top:0}.decision-list a{grid-template-columns:38px 1fr}.decision-list b{grid-column:2}.field-strip{grid-template-columns:repeat(2,1fr)}.field-strip a{border-bottom:1px solid var(--line)}.content-shell{grid-template-columns:1fr}.side-nav{position:sticky;top:var(--header-height,82px);z-index:50;display:flex;flex-direction:row;flex-wrap:nowrap;gap:8px;max-width:100%;max-height:none;overflow-x:auto;overflow-y:hidden;padding:10px 0;background:var(--paper);border-right:0;border-bottom:1px solid var(--line)}.side-nav b{display:none}.side-nav a{flex:none;padding:8px 12px;border:1px solid var(--line);border-radius:99px;white-space:nowrap}.footer-grid{grid-template-columns:1.4fr 1fr 1fr}.footer-grid>section:last-of-type{grid-column:2}.patient-journey{grid-template-columns:repeat(3,1fr)}}
@media(max-width:700px){:root{--content:calc(100% - 28px)}.utility-inner p{display:none}.utility-inner{justify-content:flex-end}.header-inner{min-height:72px}.brand{min-width:0}.brand strong{font-size:1rem}.hero h1,.page-hero h1{font-size:clamp(3rem,15vw,4.8rem)}.hero-inner{padding:64px 0}.hero-aside{display:block;padding:28px 0 0;border-left:0;border-top:1px solid var(--line)}.hero-aside .editorial-number{margin:0 0 35px;font-size:3rem}.orientation-inner,.profession-preview,.principles{padding-top:72px;padding-bottom:72px}.decision-index{padding-top:60px;padding-bottom:70px}.section-kicker span:last-child{display:none}.decision-list a{grid-template-columns:32px 1fr;gap:12px}.principle-grid,.article-grid,.discipline-grid,.truth-grid,.warning-grid,.roadmap-grid,.profession-list,.identity-grid,.source-directory,.two-stage{grid-template-columns:1fr}.choice-divider{max-width:none;text-align:left}.preview-head,.institution-transition{display:block}.preview-head .button,.institution-transition .text-link{margin-top:20px}.field-strip{grid-template-columns:1fr}.field-strip a{min-height:150px;border-right:0}.field-dot{margin-bottom:25px}.page-hero{padding:55px 0}.breadcrumb{margin-bottom:28px}.content-shell{padding:45px 0 80px;gap:35px}.article>h2{margin-top:55px}.profession-group summary{grid-template-columns:34px 1fr}.profession-group summary small{grid-column:2}.profession dl{grid-template-columns:1fr}.profile-facts{grid-template-columns:1fr}.profile-facts div{border-right:0;border-bottom:1px solid var(--line)}.patient-journey{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.footer-grid>section:last-of-type{grid-column:auto}.footer-bottom{display:block}.footer-bottom span{display:block;margin-top:5px}}

/* Reading position and featured-area clarity */
.article [id]{scroll-margin-top:var(--topic-offset,120px)}
.article .button.primary{color:#fff}
.featured-area .button.primary{background:#164f89;border-color:#164f89;color:#fff}
.featured-area .button.primary:hover{background:#123e6b;border-color:#123e6b}
.featured-area .zone-label{font-size:.875rem;letter-spacing:.08em;line-height:1.5}
.cost-note{font-size:.875rem}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}

/* ALDHS blue editorial system: clear introductions, connected topics, medical imagery. */
:root{--paper:#f5f9fe;--ink:#102b51;--ink-2:#294769;--muted:#546d89;--blue:#145bd4;--blue-bright:#317cee;--blue-soft:#e7f0ff;--lavender:#e4edff;--line:#cedcee;--line-dark:#a9bfda;--accent:var(--blue)}
body{background:linear-gradient(180deg,#f8fbff,#f2f7ff 65%,#fff)}
.site-header{background:rgba(248,251,255,.96);border-color:#c5d8ee}
.site-nav a{font-size:.78rem}.brand strong{font-size:1.26rem}.brand small{font-size:.65rem;letter-spacing:.12em}
.page-hero{padding:56px 0 52px;background:radial-gradient(ellipse at 88% 10%,#c8dfff 0,transparent 54%),linear-gradient(120deg,#f0f6ff,#e5efff);border-bottom:1px solid #b7cff0;box-shadow:inset 0 5px 0 #276ddd}
.page-hero .eyebrow{font-size:.875rem;letter-spacing:.11em;color:#184f9d;margin-bottom:17px}
.page-hero h1{max-width:980px;font-size:clamp(2.6rem,4.5vw,4.5rem);line-height:1.03;letter-spacing:-.035em;text-wrap:balance}
.page-hero h1 em{font-style:normal;color:#145bd4}
.page-hero .lead{max-width:870px;font-size:1.1rem;line-height:1.75;margin-top:23px}
.breadcrumb{font-size:.875rem;margin-bottom:27px}
.illustrated-hero .glass-panel,.profile-hero .glass-panel{display:grid;grid-template-columns:1.15fr .85fr;gap:42px;align-items:center}
.hero-art{margin:0;overflow:hidden;border-radius:16px;border:1px solid #a8c7ec;background:#e5f1ff;box-shadow:0 20px 50px #164f8920}
.hero-art img{display:block;width:100%;height:auto;aspect-ratio:3/2;object-fit:cover}
.hero-art figcaption{padding:15px 20px;color:#163d70;font-size:.9rem;line-height:1.5;border-top:1px solid #bbd3f0;background:#eff6ff}
.content-shell{grid-template-columns:210px minmax(0,1fr);gap:36px;padding-top:48px}
.article{max-width:none}.article .topic-section{padding:0 0 46px;margin:0 0 46px;border-bottom:1px solid var(--line);scroll-margin-top:var(--topic-offset,120px)}
.article .topic-section:last-child{border-bottom:0;margin-bottom:0;padding-bottom:0}
.article .topic-section>h2{margin:0 0 22px;font-family:var(--display);font-size:clamp(2rem,3vw,2.8rem);font-weight:500;line-height:1.12;letter-spacing:-.025em;text-wrap:balance}
.article .topic-section>h3{font-family:var(--label);font-size:1.12rem;line-height:1.45;font-weight:700;margin:28px 0 10px;color:#183e74}
.article .topic-section>p{max-width:850px;margin:14px 0;font-size:1rem;line-height:1.8}
.side-nav{border-right:1px solid #b9cfe9;padding-right:15px}.side-nav b{font-size:.8rem;letter-spacing:.09em;color:#184a88}.side-nav a{padding:11px 0;font-size:.9rem;line-height:1.5;color:#536a85}.side-nav a[aria-current="location"]{color:#1257c4;border-bottom-color:#7da5de}
.article-card,.discipline-grid section,.truth-grid section,.warning-grid section,.roadmap-card{border:1px solid #c9daf0;border-radius:10px;background:linear-gradient(135deg,#fff,#f4f8ff);box-shadow:0 4px 12px #174b8905}
.article-card p,.discipline-grid p,.truth-grid p,.warning-grid p{font-size:1rem;line-height:1.7}.article-grid,.discipline-grid,.truth-grid,.warning-grid,.roadmap-grid{gap:18px}
.article-card h3,.discipline-grid h3,.truth-grid h3{font-size:1.5rem;line-height:1.2}
.profession-group{margin:18px 0;border-radius:12px;border:1px solid #bfd3ed;overflow:hidden;box-shadow:0 7px 20px #123e6b06}
.profession-group summary{grid-template-columns:76px minmax(0,1fr) 28px;padding:13px 18px;gap:17px;background:linear-gradient(110deg,#f0f6ff,#fff);font-size:1.45rem;line-height:1.2;list-style:none}
.profession-group summary::-webkit-details-marker{display:none}
.profession-group summary .summary-title{color:var(--ink);font-family:var(--display)}
.profession-group summary small{margin-top:7px;display:block;font-size:.875rem;line-height:1.4;letter-spacing:.01em}
.profession-group summary .expand-symbol{font-family:var(--sans);font-size:1.6rem;color:#145bd4;text-align:center}
.profession-group[open] summary .expand-symbol{transform:rotate(45deg)}
.profession-list{padding:16px;gap:14px;background:#eef5ff;border-top:1px solid #d3e1f3}
.profession{padding:24px;background:#fff;border-color:#cddcf0;border-radius:8px}.profession p{font-size:1rem;line-height:1.7}.profession dl{font-size:.9rem;line-height:1.65;grid-template-columns:100px minmax(0,1fr);gap:10px}.profession h3 small{color:#486786}
.profession .profession-name{color:#124a96}.profession .profession-name:hover{text-decoration:underline}
.field-art{display:block;flex:none;width:76px;height:76px;border-radius:10px;background-image:url('/assets/allied-health-fields.webp');background-size:300% 200%;background-repeat:no-repeat;background-color:#d9effc;border:1px solid #bedcf3}
.field-0{background-position:0 0}.field-1{background-position:50% 0}.field-2{background-position:100% 0}.field-3{background-position:0 100%}.field-4{background-position:50% 100%}.field-5{background-position:100% 100%}
.clinical-stories{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:28px}.clinical-stories article{padding:22px;background:#ecf4ff;border-top:3px solid #2a6ed6;border-radius:8px}.clinical-stories .field-art{width:100px;height:100px;margin-bottom:20px}.clinical-stories h3{font-size:1.4rem;line-height:1.2;margin-bottom:14px}.clinical-stories p{font-size:1rem;line-height:1.7}.clinical-stories a{font-size:.9rem}
.practice-note,.requirement-note,.decision-question{margin:26px 0;padding:28px;border-radius:10px;border-left:4px solid #286cd2;background:#e7f1ff}.practice-note h3,.requirement-note h3{margin:0 0 12px;font-size:1.5rem;line-height:1.25}.practice-note p,.requirement-note p{font-size:1rem;line-height:1.75}.practice-note p:last-child,.requirement-note p:last-child{margin-bottom:0}.practice-note .zone-label,.decision-question .zone-label{font-size:.8rem;line-height:1.5;letter-spacing:.1em;margin-bottom:15px}
.personal-note,.reality-panel{background:#e6efff;border:1px solid #b8cff0;border-left:4px solid #3478dc;border-radius:10px}.personal-note h2,.reality-panel h2{font-size:2rem;line-height:1.12}.personal-note p,.reality-panel p{font-size:1rem;line-height:1.8}
.featured-area{padding:32px;border:1px solid #95b9e8;border-left:5px solid #276bd1;border-radius:12px;background:linear-gradient(125deg,#dcecff,#f0f6ff)}.featured-area h2{font-family:var(--display);font-size:2.6rem;line-height:1.1;margin:0 0 18px}.featured-area p{font-size:1rem;line-height:1.75}.featured-area .zone-label{font-size:.875rem}
.profile-hero .glass-panel{grid-template-columns:minmax(0,1fr) 275px}.profile-hero .profile-art{text-align:center}.profile-art .field-art{width:240px;height:240px;border-radius:24px;margin:0 auto;border:1px solid #bad6f3;box-shadow:0 16px 35px #1c5cac15}.profile-art p{font-family:var(--label);font-size:.875rem;line-height:1.5;font-weight:700;color:#3263a2;margin:16px 0 0}.profession-profile .page-hero{background:radial-gradient(ellipse at 90% 30%,#c4dfff,transparent 58%),linear-gradient(120deg,#f6faff,#e5efff)}
.profession-profile.category-imaging{--accent:#145bd4}.profession-profile.category-laboratory{--accent:#435ac0}.profession-profile.category-therapeutic{--accent:#167299}.profession-profile.category-acute{--accent:#24589a}.profession-profile.category-specialized{--accent:#3967ae}.profession-profile.category-neuro{--accent:#394cab}
.alternate-title{font-size:1.15rem;color:#335f9b;margin:14px 0 0}.profile-facts{grid-template-columns:1fr;margin:25px 0;border:1px solid #bfd3ed;border-radius:10px;overflow:hidden;background:#fff}.profile-facts div{display:grid;grid-template-columns:145px minmax(0,1fr);gap:20px;padding:18px 22px;border-right:0;border-bottom:1px solid #d9e5f5}.profile-facts div:last-child{border-bottom:0}.profile-facts small{font-family:var(--label);font-size:.8rem;letter-spacing:.04em;line-height:1.5;color:#426489}.profile-facts strong{margin:0;font-family:var(--sans);font-size:1rem;line-height:1.6;font-weight:500}
.decision-question>p:not(.zone-label){font-family:var(--display);font-size:1.65rem;line-height:1.35;color:#143f78}
.data-table th,.data-table td{font-size:.95rem;line-height:1.65;padding:18px}.data-table th{font-size:.85rem}.source-note{font-size:.875rem;line-height:1.7}.route-steps li{line-height:1.75}.roadmap-card small{font-size:.875rem;color:#3567a8}.roadmap-card strong{font-family:var(--display);font-size:1.6rem;line-height:1.2;margin-top:10px}.roadmap-card span{font-size:1rem;line-height:1.7;margin-top:12px}
.patient-journey{grid-template-columns:1fr;border-radius:10px;overflow:hidden}.patient-journey section{display:grid;grid-template-columns:145px minmax(0,1fr);align-items:baseline;gap:20px;padding:18px 22px}.patient-journey b,.patient-journey p{font-size:1rem;margin:0;line-height:1.7}
.source-directory span{font-size:.9rem}.source-directory a{border-radius:8px}.two-stage{grid-template-columns:minmax(0,1fr) auto minmax(0,1fr)}.choice-divider{font-size:.875rem;letter-spacing:.02em}.stage{border-radius:10px;background:#f7faff}.stage-number{background:#1d61c8}
.hero{background:radial-gradient(ellipse at 96% 15%,#dcecff,transparent 58%),#f8fbff}.hero-aside .editorial-number{color:#84abd9}.orientation{background:#fff}.orientation-inner{gap:60px;padding:85px 0}.orientation h2{font-size:clamp(2.5rem,3.6vw,3.8rem)}.orientation-art{margin:28px 0 0;border:1px solid #c1d5ee;border-radius:12px;overflow:hidden}.orientation-art img{width:100%;display:block;height:auto}.orientation-copy .large-copy{color:#183f75}.orientation-copy p{color:#496381;font-size:1.05rem;line-height:1.8}
.decision-index{background:linear-gradient(135deg,#deebff,#edf5ff)}.section-kicker{color:#3e6392;border-color:#b6cdeb;font-size:.8rem}.decision-title p,.decision-list small{color:#496587}.decision-list,.decision-list a{border-color:#bfd3ee}.decision-list>a>span,.decision-list b{color:#2366c4}.decision-list small{font-size:.95rem}.decision-list b{font-size:.875rem}
.principles{background:linear-gradient(125deg,#10346b,#082649)}.principle-grid{background:#5075a3;border-color:#5075a3}.principle-grid article{background:#10346b}.principle-grid span{font-size:.8rem}.principle-grid p{font-size:1rem;line-height:1.7}.field-strip .field-art{width:86px;height:86px;margin-bottom:25px}.field-strip small{font-size:.9rem;line-height:1.6}.field-strip a{padding:25px 20px}.institution-transition{background:linear-gradient(110deg,#dcecff,#edf5ff)}
@media(min-width:1051px) and (max-width:1240px){.site-nav a{font-size:.72rem;padding:0 6px}.brand{min-width:228px}.header-inner{gap:14px}.site-nav .my-allied{padding:0 12px}}
@media(max-width:1050px){.content-shell{grid-template-columns:minmax(0,1fr);gap:28px}.side-nav{border-right:0;padding:10px 0}.side-nav a{padding:8px 12px}.illustrated-hero .glass-panel{grid-template-columns:1fr .8fr;gap:26px}.profile-hero .glass-panel{grid-template-columns:minmax(0,1fr) 210px}.profile-art .field-art{width:190px;height:190px}.clinical-stories{grid-template-columns:1fr}.clinical-stories article{display:grid;grid-template-columns:110px minmax(0,1fr);gap:0 22px}.clinical-stories .field-art{grid-row:1/4;margin:0}.clinical-stories h3{margin:0}.clinical-stories p{margin:10px 0}.orientation-inner{gap:30px}}
@media(max-width:700px){.page-hero{padding:34px 0 36px}.page-hero h1{font-size:clamp(2.4rem,9vw,3.2rem)}.page-hero .lead{font-size:1rem;line-height:1.75}.illustrated-hero .glass-panel,.profile-hero .glass-panel{grid-template-columns:1fr;gap:25px}.hero-art{max-width:100%}.profile-art{display:none}.content-shell{padding-top:28px}.article .topic-section{padding-bottom:32px;margin-bottom:32px}.article .topic-section>h2{font-size:2rem}.profession-group summary{grid-template-columns:58px minmax(0,1fr) 22px;padding:12px;gap:12px;font-size:1.25rem}.profession-group summary small{grid-column:auto;font-size:.8rem}.profession-group summary .field-art{width:58px;height:58px}.profession-list{padding:10px;gap:10px}.profession{padding:20px}.profession dl{grid-template-columns:1fr;gap:4px}.profession dd{margin-bottom:10px}.article .profession h3{font-size:1.5rem}.clinical-stories article{display:block}.clinical-stories .field-art{margin-bottom:18px}.profile-facts div,.patient-journey section{grid-template-columns:1fr;gap:7px}.two-stage{grid-template-columns:1fr}.choice-divider{max-width:none;text-align:left}.practice-note,.requirement-note,.decision-question,.featured-area{padding:22px}.decision-question>p:not(.zone-label){font-size:1.4rem}.data-table th,.data-table td{padding:13px;font-size:.9rem}.orientation-inner{padding:60px 0}.section-kicker{font-size:.75rem}.article-grid,.truth-grid,.warning-grid{gap:14px}}

/* Alphabetical directory and independently edited field guides */
.alphabetical-professions{display:grid;grid-template-columns:minmax(0,1fr);gap:18px;margin-top:30px}
.directory-entry{padding:28px 30px;border-radius:12px;border:1px solid #bad0ec;background:linear-gradient(110deg,#fff,#f5f9ff);box-shadow:0 5px 18px #153d7107;scroll-margin-top:var(--topic-offset,120px)}
.article .directory-entry h3{font-size:1.75rem;margin:0 0 14px;line-height:1.2}
.directory-entry .profession-name{align-items:center;gap:22px}.directory-entry .profession-arrow{font-size:1.65rem}
.directory-entry h3 small{font-size:1rem;line-height:1.5;margin-top:7px}
.directory-entry p{margin:10px 0;font-size:1rem;line-height:1.7}
.directory-entry .directory-field{margin:18px 0 0;padding-top:14px;border-top:1px solid #d8e4f3;font-size:.875rem;color:#4a688a}
.profession-specializations{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:22px 0 0;padding:0;list-style:none}
.profession-specializations a{display:block;height:100%;padding:14px;border:1px solid #adc8eb;border-radius:8px;background:#e9f2ff;font-size:.95rem;line-height:1.5;text-decoration:none}
.profession-specializations a:hover{background:#dceaff;text-decoration:underline}
.domain-branches{display:grid;gap:14px;margin-top:28px}
.article .domain-branch{display:grid;grid-template-columns:90px minmax(0,1fr) 24px;align-items:center;gap:22px;padding:22px;border:1px solid #bad0ec;border-radius:12px;background:#fff;text-decoration:none}
.domain-branch .field-art{width:90px;height:90px}.domain-branch strong{display:block;font-family:var(--display);font-size:1.5rem;line-height:1.2;font-weight:500;color:#164c98}
.domain-branch>span>span{display:block;margin-top:9px;color:#48617e;font-size:1rem;line-height:1.6;font-weight:400}.domain-branch>b{font-size:1.5rem}.domain-branch:hover{border-color:#4c89df;background:#f0f6ff}
.article .page-next{display:flex;align-items:center;justify-content:space-between;gap:25px;margin-top:28px;padding:25px 30px;border:1px solid #174fa0;border-radius:12px;background:linear-gradient(115deg,#143e7c,#1d60bc);color:#fff;text-decoration:none}
.page-next small{display:block;font-family:var(--label);font-size:.8rem;letter-spacing:.08em;text-transform:uppercase;color:#c9e0ff}.page-next strong{display:block;margin-top:6px;font-family:var(--display);font-size:1.8rem;font-weight:500;line-height:1.2}.page-next .next-arrow{font-size:2.2rem}.page-next:hover{box-shadow:0 8px 22px #12428126}
.domain-profession>.zone-label{font-size:.8rem}.article .domain-profession>.alternate-title{margin-top:-10px;color:#3e648e}.domain-profession .profile-facts{margin-top:16px}.legacy-anchor{display:block;scroll-margin-top:var(--topic-offset,120px)}
@media(max-width:700px){.directory-entry{padding:23px 20px}.article .directory-entry h3{font-size:1.5rem}.profession-specializations{grid-template-columns:1fr}.article .domain-branch{grid-template-columns:64px minmax(0,1fr) 18px;padding:18px;gap:14px}.domain-branch .field-art{width:64px;height:64px}.domain-branch strong{font-size:1.3rem}.domain-branch>span>span{font-size:.95rem}.article .page-next{padding:22px}.page-next strong{font-size:1.6rem}}

/* Photographic editorial layer: calm reading surfaces over large clinical scenes. */
.photo-scene{position:relative;isolation:isolate;overflow:hidden;background:#102f52!important;border-bottom:1px solid #9dbbdc;padding:64px 0 70px;min-height:610px;display:flex;align-items:center}
.hero-photograph{position:absolute;inset:0;z-index:-2;width:100%;height:100%;object-fit:cover;object-position:center}
.photo-scene::before{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(9,32,60,.48),rgba(9,32,60,.08) 80%)}
.photo-scene .glass-panel{display:block;width:var(--content);position:relative;margin:auto}
.photo-scene .hero-introduction{width:54%;padding:32px 36px;border:1px solid #d0e0f0;border-radius:14px;background:rgba(247,251,255,.96);box-shadow:0 16px 50px #10233e20}
.photo-scene h1{font-size:clamp(2.5rem,3.7vw,3.75rem);line-height:1.06;letter-spacing:-.035em}
.photo-scene .lead{font-size:1.05rem;line-height:1.75;margin-top:22px}
.photo-scene .breadcrumb{font-size:.8rem;margin-bottom:20px}.photo-scene .eyebrow{font-size:.8rem;margin-bottom:17px;line-height:1.6}
.scene-caption{position:absolute;bottom:15px;right:max(28px,calc((100vw - 1240px)/2));max-width:43%;margin:0;padding:7px 12px;border-radius:5px;background:rgba(8,28,49,.82);color:#f0f7ff;font-size:.75rem;line-height:1.5}.scene-caption span{color:#c6d9ed}
.mission-hero.photo-scene{display:block;padding:0;min-height:0}.mission-hero.photo-scene::before{background:linear-gradient(90deg,rgba(6,26,51,.96),rgba(10,37,65,.88) 55%,rgba(11,37,64,.35))}
.mission-hero .hero-inner{position:relative;min-height:760px;gap:65px;padding:85px 0 90px;grid-template-columns:minmax(0,1.5fr) minmax(280px,.65fr)}
.mission-hero.photo-scene h1{font-size:clamp(3.5rem,6.1vw,6.4rem);line-height:.98;color:#fff}.mission-hero h1 em{color:#a4ceff}.mission-hero .eyebrow{color:#aecff7}.mission-hero .mission-statement{color:#e1ecf9;border-left-color:#8dbdf4;font-size:1.05rem;line-height:1.8}
.mission-hero .hero-aside{display:block;padding:30px;border:1px solid #b6d3f450;border-radius:12px;background:rgba(8,31,57,.78);backdrop-filter:blur(10px);color:#fff}.mission-hero .hero-aside .editorial-number{font-size:2.5rem;margin-bottom:45px;color:#abcffa}.mission-hero .hero-aside h2{font-size:2.5rem;line-height:1.06}.mission-hero .hero-aside>p:not(.editorial-number){color:#d5e5f7}.mission-hero .text-link{color:#b5d7ff}
.editorial-panorama{position:relative;margin:34px 0 12px;border-radius:14px;overflow:hidden;border:1px solid #b5cbe3;background:#10345c}.editorial-panorama img{display:block;width:100%;height:390px;object-fit:cover;object-position:60% 45%}.editorial-panorama figcaption{padding:19px 24px;background:#123763;color:#eef6ff;font-size:1rem;line-height:1.65}.editorial-panorama figcaption span{color:#bbd5f2;font-size:.85rem}
.title-context{margin:25px 0 30px;padding:28px 30px;border:1px solid #9dbde6;border-left:4px solid #2468c9;border-radius:10px;background:#e7f1ff}.article .title-context h3{font-family:var(--display);font-size:1.8rem;line-height:1.2;margin:0 0 18px}.title-context p{font-size:1rem;line-height:1.8}.title-context .zone-label{font-size:.8rem;color:#2057a1}.title-context p:last-child{margin-bottom:0}
.photo-principles{background:linear-gradient(100deg,rgba(7,30,59,.95),rgba(9,36,69,.86)),url('/assets/home-evidence-review.webp') center/cover}.photo-principles .principle-grid article{background:rgba(11,43,79,.9)}
.footer-identity .imagery-note{font-size:.72rem;line-height:1.6;color:#9fb4cd;margin-top:15px}
@media(min-width:701px) and (max-width:1050px){.photo-scene .hero-introduction{width:66%;padding:28px}.photo-scene{min-height:560px}.mission-hero .hero-inner{gap:28px;grid-template-columns:minmax(0,1fr) 280px}.mission-hero .hero-aside{padding:24px}.mission-hero .hero-aside h2{font-size:2rem}}
@media(max-width:700px){.photo-scene{display:flex;flex-direction:column;align-items:stretch;padding:0;min-height:0;background:#f5f9ff!important}.photo-scene::before{display:none}.photo-scene .glass-panel{width:100%;margin:0;order:0}.photo-scene .hero-introduction{width:100%;padding:32px 24px;border:0;border-radius:0;box-shadow:none;background:#f4f9ff}.photo-scene h1{font-size:clamp(2.3rem,8vw,3rem)}.photo-scene .hero-photograph{position:relative;inset:auto;z-index:0;order:1;height:270px;width:100%;object-position:65% center}.photo-scene .scene-caption{position:relative;inset:auto;order:2;max-width:none;border-radius:0;padding:10px 24px;background:#153b66;font-size:.72rem}.mission-hero.photo-scene{display:flex;background:#102f52!important}.mission-hero .hero-inner{order:0;width:var(--content);grid-template-columns:1fr;min-height:0;padding:50px 0 35px;gap:30px}.mission-hero.photo-scene h1{font-size:clamp(3.3rem,12vw,4.5rem)}.mission-hero .hero-aside{padding:24px}.mission-hero .hero-aside .editorial-number{display:none}.mission-hero .hero-aside h2{font-size:2rem}.mission-hero .mission-statement{font-size:1rem}.editorial-panorama img{height:280px}.editorial-panorama figcaption{padding:18px;font-size:.95rem}.title-context{padding:22px}.article .title-context h3{font-size:1.6rem}.photo-principles{background:#0c2c51}}
@media(min-width:701px){.scene-patient .hero-photograph{left:18%;width:82%;object-position:center 20%}}
@media(min-width:701px){.photo-scene .hero-photograph{object-position:center 15%}}

/* Each editorial photograph belongs to one placement across the public site. */
.field-strip{gap:16px;border:0;grid-template-columns:repeat(5,minmax(0,1fr))}.field-strip a{padding:0 0 22px;border:1px solid #c4d6eb;border-radius:12px;overflow:hidden;background:#f6faff}.field-strip a:last-child{border:1px solid #c4d6eb}.field-strip strong,.field-strip small{margin-left:18px;margin-right:18px}.field-photograph{display:block;width:100%;height:155px;object-fit:cover;margin-bottom:21px}.field-strip strong{font-size:1.3rem;line-height:1.2}
.article .domain-branch{grid-template-columns:180px minmax(0,1fr) 24px;padding:18px;gap:24px}.branch-photograph{display:block;width:180px;height:130px;object-fit:cover;border-radius:8px;border:1px solid #c2d4e7}
.clinical-stories article{overflow:hidden;padding:0 0 22px;background:#eef5ff}.practice-photograph{display:block;width:100%;height:180px;object-fit:cover;margin-bottom:22px}.clinical-stories h3,.clinical-stories p,.clinical-stories a{margin-left:22px;margin-right:22px}.clinical-stories a{display:inline-block}.clinical-stories p{font-size:.95rem}
@media(min-width:701px) and (max-width:1050px){.field-strip{grid-template-columns:repeat(3,minmax(0,1fr))}.clinical-stories article{display:block}.practice-photograph{height:300px}.clinical-stories h3,.clinical-stories p{margin-left:22px;margin-right:22px}.clinical-stories h3{margin-top:18px}.clinical-stories p{margin-top:14px;margin-bottom:14px}}
@media(max-width:700px){.field-strip{grid-template-columns:1fr;gap:20px}.field-photograph{height:230px}.field-strip a{min-height:0}.article .domain-branch{grid-template-columns:minmax(0,1fr) 24px;gap:18px;padding:18px}.branch-photograph{grid-column:1/-1;width:100%;height:200px}.practice-photograph{height:220px}.clinical-stories article{display:block}.clinical-stories h3,.clinical-stories p{margin-left:22px;margin-right:22px}}
@media(min-width:1051px){.scene-unique .hero-introduction{width:45%;padding:30px}.scene-unique h1{font-size:clamp(2.4rem,3.4vw,3.4rem)}}

/* Give newcomers the meaning of a photograph without covering the scene. */
.scene-explanation{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:22px max(28px,calc((100vw - 1240px)/2));background:#e8f1fc;border-bottom:1px solid #c0d4ee;color:#193d65}.scene-explanation p{max-width:1000px;margin:0;font-size:1rem;line-height:1.7}.scene-explanation strong{display:block;margin-bottom:4px;color:#174f96;font-size:.86rem;letter-spacing:.04em}.scene-explanation>span{flex-shrink:0;font-size:.8rem;color:#456283}.orientation-art figcaption{padding:18px 0;font-size:1rem;line-height:1.7;color:#355371}.field-strip small{font-size:.96rem;line-height:1.65;margin-top:12px}.article .domain-branch .photo-meaning{display:block;margin-top:12px;padding-top:12px;border-top:1px solid #ccdcf0;font-size:.96rem;line-height:1.65;color:#245286}.clinical-stories .plain-work-example{padding-top:26px}.clinical-stories .example-kicker{font-size:.85rem;line-height:1.5;font-weight:700;color:#245a9c}.clinical-stories p{font-size:1rem;line-height:1.7}.selection-introduction{background:linear-gradient(125deg,#e2eeff,#f7fbff);border-bottom:1px solid #b9d0eb}.selection-introduction .hero-introduction{max-width:900px}
@media(max-width:700px){.scene-explanation{display:block;padding:20px 24px}.scene-explanation>span{display:block;margin-top:10px}.scene-explanation p,.field-strip small,.article .domain-branch .photo-meaning{font-size:1rem}.orientation-art figcaption{padding:16px 0}}

/* Allied identity: original emblem and lettering, with a division label. */
.header-inner{display:grid;grid-template-columns:minmax(0,1fr) auto;min-height:104px;gap:24px}.allied-brand{order:2;min-width:0;display:flex;align-items:center;gap:10px;justify-self:end}.allied-brand .brand-emblem{width:70px;height:62px;object-fit:contain}.brand-name-art{position:relative;display:block;width:190px;height:38px;overflow:hidden}.brand-name-art .brand-wordmark{position:absolute;width:360px;max-width:none;height:120px;left:-168px;top:-16px}.brand-division{display:block;margin-top:4px;color:#344f70;font-family:var(--label);font-size:.75rem;letter-spacing:.16em;text-transform:uppercase}.header-inner .site-nav{order:1;margin-left:0}.site-nav a{padding:0 10px}.header-inner .nav-toggle{order:1;justify-self:start;margin:0}.brand-emblem,.brand-wordmark{mix-blend-mode:normal}
/* A bright entry, preserving the building sign and the approved mission. */
.mission-hero.photo-scene{background:#f5faff!important;min-height:760px;color:#173450}.mission-hero.photo-scene::before{display:none}.mission-hero .hero-inner{display:block;min-height:760px;padding:72px 0;position:relative;z-index:1}.mission-hero .hero-copy{max-width:520px;padding:34px 36px;background:rgba(255,255,255,.95);border:1px solid #d5e4f1;border-radius:14px;box-shadow:0 12px 40px rgba(48,83,112,.08)}.mission-hero.photo-scene h1{font-size:clamp(3.3rem,4.6vw,4.8rem);line-height:1.02;color:#173450}.mission-hero.photo-scene h1 em{color:#2a65a0}.mission-hero.photo-scene .eyebrow{color:#3d678e}.mission-hero.photo-scene .mission-statement{font-size:1rem;line-height:1.75;color:#35536e;border-color:#8db5dd;margin-top:25px;padding-left:18px}.mission-hero .hero-photograph{object-position:center 22%}.home-start{display:flex;align-items:center;gap:34px;padding:32px max(28px,calc((100vw - 1240px)/2));background:#eef6ff;border-bottom:1px solid #ccdfef}.home-start>div{min-width:270px}.home-start .zone-label{margin-bottom:7px}.home-start h2{font:500 1.7rem/1.2 var(--display);margin:0}.home-start>p{max-width:430px;color:#42617b}.home-start .button{margin-left:auto;flex-shrink:0}.photo-principles{position:relative;background:linear-gradient(100deg,rgba(243,248,255,.97),rgba(241,247,255,.92)),url('/assets/home-evidence-review.webp') center/cover;color:#193b5a}.photo-principles .zone-label,.photo-principles .principle-grid span{color:#3d6690}.photo-principles .principle-grid{background:#c7d9ec;border-color:#c7d9ec}.photo-principles .principle-grid article{background:rgba(250,253,255,.94)}.photo-principles .principle-grid p{color:#4b637b}
/* Discreet image references; all descriptive information lives in the index. */
.image-reference{display:block;font:400 .65rem/1.5 var(--sans);letter-spacing:.025em;color:#32516d;opacity:.52;text-align:right;text-decoration:none;padding:5px 10px;margin:0}.image-reference:hover,.image-reference:focus-visible{opacity:1;text-decoration:underline}.photo-scene>.image-reference{position:absolute;z-index:3;right:20px;bottom:12px;max-width:80%;background:rgba(255,255,255,.76);border-radius:3px}.field-strip .image-reference{font-size:.59rem;margin:0 8px 12px;padding:0}.field-strip .field-photograph{margin-bottom:7px}.domain-branch>.image-reference{grid-column:1;grid-row:2;padding:0;text-align:left;max-width:180px}.domain-branch:has(>.image-reference)>span:not(.image-reference){grid-column:2;grid-row:1/3}.domain-branch:has(>.image-reference)>b{grid-column:3;grid-row:1/3}.practice-photograph{margin-bottom:0}.clinical-stories .image-reference{margin:0 12px 14px;display:block}.editorial-panorama .image-reference,.orientation-art .image-reference{padding:7px 12px}.photo-principles>.image-reference{position:absolute;bottom:12px;right:28px}.catalog-layout{width:var(--content);max-width:1080px;margin:0 auto;padding:55px 0 90px}.catalog-introduction{padding:30px;background:#eff6ff;border:1px solid #cadced;margin-bottom:38px}.catalog-layout h2{font:500 1.9rem/1.2 var(--display)}.catalog-entry{padding:32px 0;border-top:1px solid #c8d9e9;scroll-margin-top:130px}.catalog-code{font-size:.8rem;color:#315f8d;letter-spacing:.04em}.catalog-entry dl{display:grid;grid-template-columns:110px minmax(0,1fr);gap:8px 20px;font-size:.9rem}.catalog-entry dt{font-weight:700}.catalog-entry dd{margin:0;overflow-wrap:anywhere}.catalog-entry .catalog-note{font-size:.85rem;color:#587086}.catalog-entry details{margin-top:18px}.catalog-entry details p{font-size:.9rem;white-space:pre-wrap}.catalog-entry summary{cursor:pointer;font-weight:600}.catalog-introduction li{margin-bottom:18px}.catalog-introduction li p{margin:6px 0}.catalog-entry:target{background:#f2f7ff;outline:12px solid #f2f7ff}
@media(max-width:1050px){.header-inner{min-height:92px}.header-inner .site-nav{order:3;grid-column:1/-1;width:100%;margin:0}.header-inner .nav-toggle{display:block}.allied-brand{grid-column:2;grid-row:1}.mission-hero .hero-copy{max-width:480px}.home-start{flex-wrap:wrap}.home-start .button{margin-left:0}.brand-name-art{width:160px;height:32px}.brand-name-art .brand-wordmark{width:304px;height:101px;left:-142px;top:-14px}.allied-brand .brand-emblem{width:58px;height:54px}.brand-division{font-size:.67rem}}
@media(max-width:700px){.header-inner{gap:12px;min-height:82px}.allied-brand{gap:5px}.brand-name-art{width:142px;height:29px}.brand-name-art .brand-wordmark{width:273px;height:91px;left:-128px;top:-13px}.allied-brand .brand-emblem{width:49px;height:46px}.brand-division{font-size:.58rem;letter-spacing:.09em}.mission-hero.photo-scene{min-height:0;background:#f7fbff!important}.mission-hero .hero-inner{min-height:0;padding:28px 0 22px}.mission-hero .hero-copy{max-width:none;padding:26px 22px;box-shadow:none}.mission-hero.photo-scene h1{font-size:clamp(2.9rem,11.5vw,4.2rem)}.mission-hero .hero-photograph{height:350px;object-position:70% top}.photo-scene>.image-reference{position:relative;right:auto;bottom:auto;order:3;max-width:none;align-self:stretch;background:#f5f9fd;border-radius:0;padding:6px 15px}.home-start{display:block;padding:26px 24px}.home-start>div{min-width:0}.home-start>p{margin:16px 0}.home-start .button{margin-top:6px}.domain-branch>.image-reference{grid-column:1/-1;grid-row:2;max-width:none;text-align:right}.domain-branch:has(>.image-reference)>span:not(.image-reference){grid-column:1;grid-row:3}.domain-branch:has(>.image-reference)>b{grid-column:2;grid-row:3}.catalog-introduction{padding:22px}.catalog-entry dl{grid-template-columns:1fr;gap:4px}.catalog-entry dd{margin-bottom:12px}}


/* Preserve the original artwork's emblem-to-lettering balance as one lockup. */
.site-header{background:#fff;border-bottom:1px solid #e0e7ed;backdrop-filter:none}.header-inner{grid-template-columns:auto minmax(0,1fr);min-height:168px;gap:24px}.header-inner .allied-brand{order:1;grid-column:1;grid-row:1;justify-self:start;font-size:1px;gap:8em}.allied-brand .brand-emblem{width:190em;height:auto;flex:none}.allied-brand .brand-name-art{font-size:inherit;width:218em;height:47em}.allied-brand .brand-wordmark{width:410em;height:auto;left:-190em;top:-18em}.allied-brand .brand-division{font-size:13em;letter-spacing:.16em;margin-top:5px;color:#35526a}.allied-brand>span{flex:none}.header-inner .site-nav{order:2;grid-column:2;grid-row:1;justify-self:end;margin-left:0}.header-inner .nav-toggle{order:2;grid-column:2;grid-row:1;justify-self:end}.utility-bar{background:#edf3f7;color:#436078}.utility-inner a{color:#294e71}.utility-inner{font-size:.63rem;min-height:30px}
/* A composed introduction: readable mission, one image, two clear entrances. */
.welcome-cover{background:#f7f9fb;border-bottom:1px solid #dde6ee}.welcome-layout{width:var(--content);margin:auto;display:grid;grid-template-columns:minmax(0,.94fr) minmax(0,1.06fr);gap:64px;align-items:center;padding:52px 0 62px}.welcome-copy{padding:4px 0}.welcome-copy .eyebrow{font-size:.73rem;letter-spacing:.16em;color:#426885;margin:0 0 24px}.welcome-copy h1{font-family:var(--display);font-size:clamp(3rem,4.45vw,4.2rem);font-weight:400;line-height:1.055;letter-spacing:-.035em;margin:0 0 26px;color:#193d58;text-wrap:pretty}.welcome-copy h1 em{font-weight:400;color:#3d7b9b}.welcome-mission{margin:0;max-width:520px;font-size:1rem;line-height:1.8;color:#4f6375}.welcome-actions{display:flex;align-items:center;flex-wrap:wrap;gap:18px 24px;margin-top:30px}.welcome-actions .button{background:#214f70;border-color:#214f70;border-radius:6px;font-size:.83rem;gap:20px;min-height:48px;padding:0 20px}.welcome-actions .button:hover{background:#153c5b}.welcome-student{color:#294e6b;font-size:.84rem;font-weight:600;text-decoration:none;text-underline-offset:5px}.welcome-student:hover{text-decoration:underline}.welcome-student span{margin-left:7px}.welcome-art{position:relative;margin:0;min-width:0;align-self:stretch;display:flex;flex-direction:column;background:#e4eef5;border-radius:10px;overflow:hidden}.welcome-art>img{display:block;width:100%;height:100%;min-height:540px;object-fit:cover;object-position:72% center;flex:1}.welcome-art>.image-reference{flex:none;background:#edf3f7;padding:6px 12px;font-size:.58rem;color:#47677c}.home-page .orientation{background:#fff}.home-page .orientation-inner{padding:70px 0;gap:64px}.home-page .orientation-art{border-radius:8px;border-color:#d7e3ec}.home-page .decision-index{background:#f0f5f9}.home-page .institution-transition{background:#edf3f7}.home-page .photo-principles{background:linear-gradient(100deg,rgba(244,248,251,.97),rgba(241,246,249,.94)),url('/assets/home-evidence-review.webp') center/cover}
@media(min-width:1051px) and (max-width:1200px){.header-inner .allied-brand{font-size:.85px}.header-inner{gap:18px;min-height:146px}.site-nav a{padding:0 6px;font-size:.7rem}.welcome-layout{gap:38px}.welcome-copy h1{font-size:3.5rem}}
@media(max-width:1050px){.header-inner{min-height:144px}.header-inner .allied-brand{font-size:.85px}.header-inner .site-nav{grid-column:1/-1;grid-row:2;justify-self:stretch;left:18px;right:18px;width:auto}.welcome-layout{gap:30px;padding:38px 0 44px}.welcome-copy h1{font-size:3rem}.welcome-mission{font-size:.94rem;line-height:1.75}.welcome-art>img{min-height:530px}.welcome-actions{gap:16px}.home-page .orientation-inner{gap:32px}}
@media(max-width:700px){.header-inner{min-height:116px;gap:10px}.header-inner .allied-brand{font-size:.62px}.header-inner .nav-toggle{padding:9px 11px}.utility-inner{font-size:.57rem}.welcome-layout{grid-template-columns:1fr;gap:30px;padding:30px 0 36px}.welcome-copy .eyebrow{margin-bottom:18px}.welcome-copy h1{font-size:clamp(2.8rem,10vw,3.8rem);margin-bottom:22px}.welcome-mission{font-size:1rem;line-height:1.75}.welcome-art{max-height:none}.welcome-art>img{height:340px;min-height:0;object-position:center 35%;flex:none}.welcome-actions{margin-top:24px;gap:18px}.home-page .orientation-inner{padding:44px 0}}
@media(max-width:380px){.header-inner .allied-brand{font-size:.49px}.header-inner{min-height:98px}}

/* White and blue surfaces carry the public site's shared palette. */
:root{--paper:#f8fbff;--white:#fff;--ink:#173a5b;--ink-2:#35556f;--muted:#58738b;--line:#d5e5f2;--line-dark:#b6d0e6;--blue:#246da9;--blue-bright:#4a91ca;--blue-soft:#eaf5ff;--lavender:#eef5fc;--sage:#edf7fc;--apricot:#f1f7fd}
body{background:#f8fbff}.utility-bar{background:#eaf4fc;color:#3e6586}.utility-inner a{color:#24567c}.site-header{background:#fff;border-color:#d5e5f2}.page-hero:not(.photo-scene){background:linear-gradient(120deg,#fff,#e8f4ff)}.article-card,.discipline-grid section,.truth-grid section,.warning-grid section,.roadmap-card{background:linear-gradient(135deg,#fff,#f2f8ff);border-color:#d2e4f3}.practice-note,.requirement-note,.decision-question{background:#eaf5ff;border-left-color:#4a8dbf}.personal-note,.reality-panel{background:#edf6ff;border-color:#c5ddf0;border-left-color:#4a8dbf}.featured-area{background:linear-gradient(125deg,#e5f2ff,#f5faff);border-color:#b7d4ec}.home-page .orientation{background:#fff}.home-page .decision-index{background:linear-gradient(120deg,#eef7ff,#e4f2fd)}.home-page .institution-transition{background:#edf7ff}.home-page .profession-preview{background:#fff}.home-page .photo-principles{background:linear-gradient(100deg,rgba(237,247,255,.97),rgba(234,245,255,.93)),url('/assets/home-evidence-review.webp') center/cover}.site-footer{background:linear-gradient(120deg,#173a5b,#214d70)}
/* The entrance photograph spans the viewport; only the scenery is softened. */
.welcome-cover{position:relative;isolation:isolate;overflow:hidden;background:#e2effb;border-color:#c9dff1}.welcome-layout{position:static;display:block;min-height:720px;padding:76px 0 82px}.welcome-copy{position:relative;z-index:2;max-width:590px;padding:0}.welcome-copy h1{font-size:clamp(3.2rem,4.8vw,4.7rem);line-height:1.04;color:#173e60}.welcome-copy h1 em{color:#337cad}.welcome-copy .eyebrow{color:#32668e}.welcome-mission{max-width:545px;color:#365972;line-height:1.8}.welcome-actions .button{background:#246da9;border-color:#246da9}.welcome-actions .button:hover{background:#195684}.welcome-student{color:#204e72}.welcome-art{position:absolute;inset:0;z-index:0;display:block;margin:0;border-radius:0;background:#c7e0f5;overflow:hidden;pointer-events:none}.welcome-art>img{position:absolute;inset:0;width:100%;height:100%;min-height:0;object-fit:cover;object-position:center 38%;filter:blur(1.3px) saturate(.88);transform:scale(1.008)}.welcome-art:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(250,253,255,.97) 0%,rgba(239,248,255,.94) 29%,rgba(229,243,255,.77) 45%,rgba(154,197,232,.24) 72%,rgba(117,179,225,.22) 100%);pointer-events:none}.welcome-art>.image-reference{position:absolute;z-index:1;right:16px;bottom:10px;max-width:80%;background:rgba(239,248,255,.75);border-radius:3px;padding:5px 9px;pointer-events:auto;color:#385e7d}
@media(min-width:701px) and (max-width:1050px){.welcome-layout{min-height:680px;padding:56px 0 64px}.welcome-copy{max-width:530px}.welcome-copy h1{font-size:3.8rem}.welcome-art:after{background:linear-gradient(90deg,rgba(250,253,255,.97),rgba(232,246,255,.91) 50%,rgba(151,194,230,.35))}}
@media(max-width:700px){.welcome-layout{min-height:0;padding:38px 0 62px}.welcome-copy{max-width:none}.welcome-copy h1{font-size:clamp(2.8rem,10vw,3.8rem)}.welcome-mission{font-size:1rem}.welcome-art{max-height:none}.welcome-art>img{height:100%;object-position:67% center;filter:blur(1px) saturate(.88)}.welcome-art:after{background:linear-gradient(110deg,rgba(250,253,255,.95),rgba(233,245,255,.86) 65%,rgba(210,233,252,.77))}.welcome-art>.image-reference{right:8px;bottom:8px;font-size:.53rem}}

/* One complete master locks the emblem and text proportions together. */
.header-inner .allied-brand.master-brand{position:relative;display:block;width:420px;max-width:100%;min-width:0;padding:0;line-height:0;gap:0;font-size:16px}.master-brand .brand-master{position:static;display:block;width:100%;height:auto;max-width:100%;left:auto;top:auto;object-fit:contain;filter:none;-webkit-filter:none;image-rendering:auto}.master-brand .brand-domain{position:absolute;left:47%;right:1%;top:73%;display:block;color:#335e80;font:600 .73rem/1.2 var(--label);letter-spacing:.055em;text-transform:uppercase;line-height:1.3}.header-inner:has(.master-brand){min-height:168px}
.home-next{width:var(--content);margin:0 auto;padding:24px 0 60px}.home-next .page-next{margin:0}.team-message{font-size:1.12rem!important;line-height:1.75!important}.advanced-field-link{padding:24px;border:1px solid #c4dced;background:#f0f7ff;border-radius:8px}.selection-introduction.photo-scene .hero-introduction{width:49%;background:rgba(245,250,255,.94)}
/* Every discreet reference is positioned over its own photograph. */
.photo-frame{display:block;position:relative;overflow:hidden;width:100%;line-height:0}.photo-frame>img{display:block;margin-bottom:0}.photo-frame>.image-reference,.welcome-art>.image-reference,.photo-principles>.image-reference{position:absolute!important;z-index:3;left:auto!important;right:6px!important;bottom:5px!important;top:auto!important;font-size:.48rem!important;line-height:1.4;padding:2px 4px!important;margin:0!important;max-width:95%;width:auto;opacity:.22;background:transparent!important;color:#264d6b;text-shadow:0 0 3px #fff;pointer-events:auto}.image-reference:hover,.image-reference:focus-visible{opacity:1!important;background:#fff!important}.hero-frame{position:absolute;inset:0;width:100%;height:100%;pointer-events:none;overflow:visible}.hero-frame>.hero-photograph{width:100%;height:100%}.frame-field-photograph{margin-bottom:18px}.article .domain-branch>.frame-branch-photograph{width:180px;grid-column:1;grid-row:auto}.frame-branch-photograph .branch-photograph{width:100%;height:130px}.clinical-stories .photo-frame{margin-bottom:22px}.orientation-art .photo-frame>img{width:100%;height:auto}.question-photo .photo-frame{height:100%}.question-photo .photo-frame>img{width:100%;height:100%;object-fit:cover}
/* A slow, controllable question window; only one slide is exposed at a time. */
.question-carousel{padding:66px max(28px,calc((100vw - 1240px)/2));background:linear-gradient(125deg,#eaf5ff,#f8fcff)}.question-heading h2{font:500 clamp(2.1rem,3.2vw,3.1rem)/1.15 var(--display);margin:0 0 30px;color:#214763}.question-slides{display:grid;position:relative;border:1px solid #c9dfef;border-radius:12px;overflow:hidden;background:#fff}.question-slide{grid-area:1/1;display:grid;grid-template-columns:1fr 1fr;min-height:390px;opacity:0;visibility:hidden;pointer-events:none;transition:opacity 1.2s ease,visibility 0s linear 1.2s}.question-slide.is-active{opacity:1;visibility:visible;pointer-events:auto;transition-delay:0s}.question-copy{align-self:center;padding:42px}.question-copy h3{font:500 clamp(2rem,3vw,2.8rem)/1.15 var(--display);color:#204c6c;margin:0 0 22px}.question-copy>p:not(.zone-label){color:#4f697e;font-size:1.06rem;line-height:1.75;margin:0 0 24px}.question-photo{margin:0;min-width:0;min-height:390px}.question-controls{display:flex;align-items:center;gap:16px;margin-top:20px;color:#365e7a;font-size:.86rem}.question-controls button{min-height:44px;min-width:44px;border:1px solid #b8d2e6;border-radius:7px;background:#fff;color:#285978;padding:8px 14px;cursor:pointer}.question-controls [data-question-pause]{margin-left:auto}.question-controls button:hover{background:#e5f1fb}.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}
@media(min-width:1051px) and (max-width:1200px){.header-inner .allied-brand.master-brand{width:360px}.master-brand .brand-domain{font-size:.65rem}}
@media(max-width:1050px){.header-inner .allied-brand.master-brand{width:360px}.header-inner:has(.master-brand){min-height:142px}.master-brand .brand-domain{font-size:.65rem}.question-copy{padding:28px}.question-slide,.question-photo{min-height:400px}}
@media(max-width:700px){.header-inner .allied-brand.master-brand{width:265px}.header-inner:has(.master-brand){min-height:112px}.master-brand .brand-domain{font-size:.5rem}.hero-frame{position:relative;inset:auto;order:1;height:270px;flex:none;overflow:hidden}.photo-scene .hero-frame>.hero-photograph{position:absolute;inset:0;z-index:0;height:100%;width:100%}.selection-introduction.photo-scene .hero-introduction{width:100%}.article .domain-branch>.frame-branch-photograph{width:100%;grid-column:1/-1}.frame-branch-photograph .branch-photograph{height:200px}.question-carousel{padding:40px 18px}.question-slide{grid-template-columns:1fr;grid-template-rows:auto 230px;min-height:0}.question-copy{padding:28px 24px;min-height:350px}.question-photo{min-height:0;height:230px}.question-copy h3{font-size:2rem}.question-controls{gap:9px}.question-controls button{padding:8px 11px}.question-controls [data-question-pause]{font-size:.75rem}.home-next{padding-bottom:40px}}
@media(max-width:380px){.header-inner .allied-brand.master-brand{width:210px}.header-inner:has(.master-brand){min-height:96px}.master-brand .brand-domain{font-size:.41rem}.question-copy{min-height:400px}}
@media(prefers-reduced-motion:reduce){.question-slide{transition:none}}
/* Keep the program destination visible without shrinking the Allied master. */
@media(min-width:1051px){.site-nav{column-gap:8px}.site-nav>a{padding-left:8px;padding-right:8px}.header-inner .allied-brand.master-brand{flex-shrink:0}.header-inner{gap:20px}}
@media(min-width:1051px) and (max-width:1280px){.header-inner{flex-wrap:wrap;justify-content:center;padding-bottom:12px}.header-inner .site-nav{width:100%;justify-content:center}.header-inner .allied-brand.master-brand{margin-right:auto}.header-inner:has(.master-brand){min-height:160px}}
.program-course-list{border-top:1px solid #c7deee}.program-course-list h3{margin-top:28px}.program-course-list li{padding:8px 0}.program-shell .side-nav a{line-height:1.4;padding-top:7px;padding-bottom:7px}


/* Scale the complete supplied Allied artwork together, including its page label. */
.header-inner .allied-brand.master-brand{width:320px}
.header-inner:has(.master-brand){min-height:132px}
.master-brand .brand-domain{font-size:.56rem}
.program-introduction.photo-scene{background:#edf6ff!important;min-height:650px;padding:48px 0}
.program-introduction.photo-scene::before{background:linear-gradient(90deg,rgba(224,240,254,.24),transparent 65%)}
.program-introduction.photo-scene .hero-introduction{width:43%;padding:30px;background:rgba(249,252,255,.97)}
.program-introduction.photo-scene .program-education{font-size:.72rem;letter-spacing:.1em;line-height:1.65;margin-bottom:14px;color:#346080}
.program-introduction.photo-scene h1{font-size:clamp(2.5rem,3.5vw,3.5rem);line-height:1.06;margin-bottom:20px}
.program-credential{display:block;color:#256a9f;font-size:.85em;margin-top:9px}
.program-subtitle{font:500 clamp(1.08rem,1.3vw,1.23rem)/1.55 var(--label);color:#214d70;margin:0;padding-top:20px;border-top:1px solid #c7ddec;text-wrap:pretty}
.program-introduction.photo-scene .lead{font-size:.97rem;line-height:1.7;margin-top:20px}
.program-introduction.photo-scene .hero-photograph{object-position:center 30%}
@media(min-width:1051px) and (max-width:1280px){.header-inner:has(.master-brand){min-height:142px}}
@media(max-width:1050px){.header-inner .allied-brand.master-brand{width:290px}.header-inner:has(.master-brand){min-height:116px}.master-brand .brand-domain{font-size:.52rem}.program-introduction.photo-scene{display:flex;flex-direction:column;padding:0;min-height:0}.program-introduction.photo-scene::before{display:none}.program-introduction.photo-scene .glass-panel{width:100%;order:0}.program-introduction.photo-scene .hero-introduction{width:100%;padding:34px max(24px,calc((100vw - 800px)/2));border:0;border-radius:0;box-shadow:none}.program-introduction.photo-scene .hero-frame{position:relative;inset:auto;order:1;width:100%;height:420px;overflow:hidden;z-index:0}.program-introduction.photo-scene .hero-frame>.hero-photograph{position:absolute;inset:0;width:100%;height:100%;object-position:75% 30%}.program-credential{display:inline;font-size:.85em;white-space:nowrap}.program-subtitle{max-width:780px}}
@media(max-width:700px){.header-inner .allied-brand.master-brand{width:225px}.header-inner:has(.master-brand){min-height:96px}.master-brand .brand-domain{font-size:.42rem}.program-introduction.photo-scene .hero-introduction{padding:30px 24px}.program-introduction.photo-scene h1{font-size:2.65rem}.program-credential{display:block}.program-introduction.photo-scene .hero-frame{height:300px}.program-introduction.photo-scene .hero-frame>.hero-photograph{object-position:80% 30%}.program-subtitle{font-size:1.07rem}}
@media(max-width:380px){.header-inner .allied-brand.master-brand{width:195px}.header-inner:has(.master-brand){min-height:88px}.master-brand .brand-domain{font-size:.37rem}}


/* ALDHS umbrella domains + policy pages */
.master-brand .brand-domain::before{content:"Domain · ";font-weight:500;opacity:.72}
.footer-domain-note{margin:0 0 10px!important;color:#c5d9ea!important;font-size:.72rem!important;letter-spacing:.04em;text-transform:uppercase}
.footer-domain-note strong{color:#fff;font-weight:700;text-transform:none;letter-spacing:0;font-size:.85rem}
.footer-bottom a{display:inline;margin:0;color:#b7c9d8}
.footer-bottom a:hover{color:#fff}
.coming-soon-panel{margin:18px 0 28px;padding:28px 30px;border:1px dashed #9bb9d6;border-radius:10px;background:#f3f8ff}
.coming-soon-panel h3{margin:14px 0 10px;font-family:var(--display);font-size:1.55rem;font-weight:500}
.coming-soon-panel p:last-child{margin-bottom:0}
.cost-summary{margin:8px 0 24px;padding:26px 28px;border-left:4px solid var(--blue);background:var(--blue-soft)}
.cost-summary .cost-total{margin:10px 0 8px;font-family:var(--display);font-size:clamp(1.8rem,3vw,2.4rem);line-height:1.15;color:var(--ink)}
.cost-summary p{margin:0;max-width:720px}
@media(max-width:700px){.master-brand .brand-domain::before{content:"· ";} .coming-soon-panel,.cost-summary{padding:22px}}


/* Brand mark clarity */
.brand-emblem,.brand-wordmark,.brand-master,.footer-seal{filter:none!important;-webkit-filter:none!important;box-shadow:none!important;mix-blend-mode:normal}


/* Hero hooks and origin narrative */
.hero-hook{position:relative;margin:0 0 16px!important;padding:0 0 14px 0;font-family:var(--display);font-size:clamp(1.12rem,1.65vw,1.42rem);font-weight:500;font-style:italic;line-height:1.42;color:#12406e;max-width:32em}
.hero-hook::after{content:"";position:absolute;left:0;bottom:0;width:64px;height:2px;background:var(--blue)}
.welcome-copy .hero-hook{margin-bottom:18px!important;color:#1d4d78}
.origin-note{margin:20px 0 24px;padding:26px 30px;border-left:4px solid var(--blue);background:linear-gradient(120deg,var(--blue-soft),transparent 85%)}
.origin-note p{margin:0 0 12px;font-family:var(--display);font-size:1.14rem;line-height:1.68;color:#1b3a58}
.origin-note p:last-child{margin-bottom:0}
@media(max-width:700px){.hero-hook{font-size:1.06rem;max-width:none}.origin-note{padding:22px}}
