/* A dedicated, full-height input view; the existing LP remains underneath. */
:root{--sans:-apple-system,BlinkMacSystemFont,"Hiragino Sans","Hiragino Kaku Gothic ProN",Meiryo,sans-serif;--serif:var(--sans)}
.hero-copy>h1{margin-top:0}
.site-header{box-shadow:0 3px 8px -3px #183f452b,0 10px 22px -15px #183f4533}
.site-header .brand{display:flex;flex-direction:column;align-items:center;gap:3px}
.site-header .brand img{width:176px;height:auto}
.brand-tagline{color:#45656a;font:500 11px/1.5 var(--sans);letter-spacing:.04em;white-space:nowrap}
.header-license{position:relative;top:6px;flex:0 0 auto;margin:0;text-align:right;color:#567073;font:400 11px/1.6 var(--sans);letter-spacing:.025em;white-space:nowrap}
.header-license>span,.header-license>strong{display:block}
.header-license>strong{font-size:13px;font-weight:600;letter-spacing:.045em;color:#365c63}
.site-footer{padding:22px 20px 18px}
.site-footer>div{margin:13px 0 9px}
#clinic-proof{padding-bottom:26px}
#clinic-proof .proof-row+.proof-row{margin-top:12px}
#clinic-proof .proof-logos{flex:0 0 auto}
#proof-track-2{animation-direction:reverse;animation-duration:32s}
@media(max-width:760px){
  #clinic-proof{padding-bottom:22px}
  #clinic-proof .proof-row+.proof-row{margin-top:10px}
  #proof-track-2{animation-duration:27s}
}
@media(prefers-reduced-motion:reduce){
  #clinic-proof .proof-track{animation:none;transform:none;will-change:auto}
  #clinic-proof .proof-viewport{overflow-x:auto}
}
.hero h1{font-weight:700;line-height:1.55}
.hero-description{max-width:none;line-height:1.95}
.hero-description-line{display:block}
.hero h1 .hero-audience{margin-bottom:12px;color:#285b63;font-size:clamp(24px,2.5vw,30px);font-weight:600;line-height:1.5;letter-spacing:0}
.hero h1 .hero-profession{color:#086b78;font-size:clamp(38px,4.4vw,52px);font-weight:800;letter-spacing:0;background:linear-gradient(transparent 76%,#eadbb0 76%,#eadbb0 94%,transparent 94%);background-size:100% 100%;background-repeat:no-repeat;box-decoration-break:clone;-webkit-box-decoration-break:clone}
@keyframes hero-profession-marker{from{background-size:0% 100%}to{background-size:100% 100%}}
@media(prefers-reduced-motion:no-preference){.hero h1 .hero-profession{animation:hero-profession-marker .95s cubic-bezier(.22,.61,.36,1) .35s both}}
.hero h1 .hero-message{color:#125b67;font-size:clamp(34px,3.5vw,46px);font-weight:700;line-height:1.55}
.hero h1 .hero-before{color:inherit;white-space:nowrap}
.hero-message em{display:table;margin:1px 0 0;font-style:normal;background:none}
/* The smiling consultation photograph remains the main visual. */
.hero-visual .ort-scene{position:absolute;left:-18px;bottom:130px;width:48%;max-width:244px;border:5px solid #fff;border-radius:5px;background:#fff;overflow:hidden;box-shadow:0 8px 22px -9px #29443c55}
.hero-visual .ort-scene img{display:block;width:100%;height:auto;aspect-ratio:1.5;object-fit:cover}
.support-heading h2,.form-intro h2,.consultation-entry h3{font-weight:600;line-height:1.65;text-wrap:balance}
.consultation-entry{align-self:center;padding:38px 32px;background:#fff;border:1px solid #cedbd5;border-top:3px solid var(--gold);border-radius:16px;box-shadow:7px 8px 0 #e6ece2,0 20px 45px -30px #31554f70}
.consultation-entry h3{font-family:var(--serif);font-size:27px;line-height:1.8;margin:12px 0 18px}
.consultation-entry>p:not(.eyebrow){font-size:14px;line-height:2;color:var(--muted)}
.consultation-entry .primary-button{margin-top:26px;justify-content:space-between;font-size:16px;min-height:60px}
.consultation-entry .entry-note{text-align:center;margin-top:17px;font-size:12px!important}
html.form-screen-open,html.form-screen-open body{overflow:hidden}
.form-screen{position:fixed;inset:0;width:100%;max-width:none;height:100%;height:100dvh;max-height:none;margin:0;padding:0;border:0;border-radius:0;background:#f7f8f4;color:var(--ink);overflow-x:hidden;overflow-y:auto;overscroll-behavior-y:contain;scroll-padding-top:80px}
.form-screen[open]{display:flex;flex-direction:column}
.form-screen::backdrop{background:#f7f8f4}
.form-screen-header{position:sticky;top:0;z-index:5;display:flex;flex:0 0 auto;justify-content:space-between;align-items:center;gap:16px;min-height:70px;padding:calc(10px + env(safe-area-inset-top)) 24px 10px;border-bottom:1px solid #dce5dc;background:#fff}
.form-screen-header img{width:143px;height:auto}
.form-phone{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:0 0 auto;min-height:48px;padding:5px 11px;border:1px solid #dce5dc;border-radius:9px;background:white;box-shadow:0 2px 5px #204b4210;color:var(--deep);text-decoration:none}
.form-phone-number{display:flex;align-items:center;gap:6px;white-space:nowrap;line-height:1.3}
.form-phone-number>span{font-size:18px;color:var(--teal)}
.form-phone-number strong{font:700 20px/1.3 Arial,sans-serif;letter-spacing:.01em}
.form-phone-hours{font-size:11px;line-height:1.6;color:var(--muted);white-space:nowrap}
.form-screen-content{width:100%;max-width:610px;flex:1 0 auto;margin:0 auto;padding:28px 22px 32px}
.form-screen-footer{flex:0 0 auto;width:100%;padding:19px 16px calc(17px + env(safe-area-inset-bottom));background:#f0f2ef;border-top:1px solid #e1e6df;text-align:center;color:var(--muted)}
.form-screen-footer>div{display:flex;justify-content:center;flex-wrap:wrap;gap:8px 20px}
.form-screen-footer a{display:inline-flex;align-items:center;min-height:32px;font-size:12px;text-decoration:underline;text-underline-offset:3px}
.form-screen-footer small{display:block;margin-top:7px;font:11px/1.6 Arial,sans-serif}
.form-screen .form-shell{margin:0}
.form-screen .form-top{padding:15px 25px;gap:12px;background:#fff;color:#244f58;border-bottom:1px solid #e0e7e3}
.form-screen .form-top-kicker{display:none}
.form-screen .form-top h2{font-size:17px;font-weight:600;line-height:1.6;letter-spacing:.025em;margin:0;color:#244f58}
.form-screen .form-top-note{margin:2px 0 0;color:#647871;font-size:12px;line-height:1.5;font-weight:400;letter-spacing:.015em}
.form-screen .free-label{width:35px;height:35px;font-size:12px}
.form-screen form{padding:18px 25px 25px}
.form-screen .form-preview{font-size:11px;margin-bottom:12px;line-height:1.8}
.form-screen .wizard-progress{margin:12px 0 20px}
.form-screen .wizard-progress>div{font-size:13px}
.form-screen .wizard-progress ol{font-size:12px}
.form-screen .form-step{min-height:0}
.form-screen .form-step>h3{font-size:23px}
.form-screen .form-step[data-step-kind="identity"]>h3{margin-bottom:22px}
.form-screen .step-help{font-size:14px;margin:9px 0 21px;line-height:1.8}
.form-screen .auto-note{font-size:12px;margin:-10px 0 17px}
.form-screen .qualification-field legend,.form-screen .area-field legend{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}
.form-screen .qualification-choices label>span,.form-screen .area-choices label>span{font-size:15px;min-height:53px}
.form-screen .field>label,.form-screen .field>legend{font-size:14px}
.form-screen .field-hint,.form-screen .contact-reason,.form-screen .field-error{font-size:12px}
.form-screen .form-step .interest-field legend{font-size:14px}
.form-screen .timing-choices label>span{font-size:14px;min-height:90px}
.form-screen .interest-feedback,.form-screen .wizard-assurance{font-size:12px}
.form-screen .choice-grid label>span,.form-screen .extra-fields summary{font-size:14px}
.form-screen .after-submit-note,.form-screen .after-submit-note strong,.form-screen .consent-field label{font-size:12px}
.form-screen .wizard-nav #previous-step{font-size:14px}
.form-screen .submit-note{font-size:12px}
.form-screen .wizard-assurance{margin-top:18px}
#complete-back{background:transparent;margin:0 auto;padding:12px;min-height:44px;color:var(--teal);font-size:14px;text-decoration:underline;text-underline-offset:4px}
.flow-help-button{display:flex;align-items:center;justify-content:center;flex:0 0 auto;gap:7px;min-height:44px;padding:4px 0;border:0;border-radius:0;background:transparent;color:#42656b;font-size:12px;font-weight:500;white-space:nowrap;text-decoration:underline;text-decoration-color:#b6cbc4;text-underline-offset:5px}
.flow-help-button>span{color:#678c8a;font:400 17px/1 Arial,sans-serif;text-decoration:none}
.form-screen.showing-flow{overflow:hidden}
.consultation-flow-dialog{position:fixed;inset:0;margin:auto;width:min(480px,calc(100% - 32px));max-width:none;max-height:calc(100% - 32px);max-height:calc(100dvh - 32px);padding:30px 27px 23px;border:0;border-top:4px solid var(--gold);border-radius:18px;background:#fff;color:var(--ink);overflow:auto;overscroll-behavior:contain;box-shadow:0 24px 80px #183e4560}
.consultation-flow-dialog::backdrop{background:#15353580;backdrop-filter:blur(2px)}
.flow-close{position:absolute;top:8px;right:8px;display:grid;place-items:center;width:44px;height:44px;border:0;border-radius:50%;background:#f0f5f2;color:var(--teal);font-size:26px;line-height:1}
.consultation-flow-dialog h2{font-size:22px;line-height:1.7;padding-right:26px;outline:0}
#consultation-flow-intro{font-size:14px;line-height:1.85;color:var(--muted);margin:10px 0 21px}
.consultation-flow-steps{list-style:none;margin:0;padding:0;border:1px solid #dce5dc;border-radius:12px;overflow:hidden;background:#f7f9f6}
.consultation-flow-steps li{display:flex;align-items:flex-start;gap:11px;padding:15px 16px;position:relative}
.consultation-flow-steps li+li{border-top:1px solid #dce5dc}
.consultation-flow-steps li>span{display:grid;place-items:center;flex:0 0 25px;height:25px;margin-top:1px;border-radius:50%;background:var(--teal);color:#fff;font:700 13px Arial,sans-serif}
.consultation-flow-steps h3{font-size:14px;line-height:1.8;color:var(--deep)}
.consultation-flow-steps p{font-size:13px;line-height:1.8;margin-top:4px;color:var(--muted)}
@media(hover:hover){.flow-help-button:hover,.flow-close:hover{background:#edf5f1}}
@media(max-width:380px){.consultation-flow-dialog{padding:27px 18px 19px}.consultation-flow-steps li{padding:13px 12px;gap:9px}.consultation-flow-dialog h2{font-size:21px}}
@media(max-width:760px){
  .consultation-entry{margin-top:30px;padding:29px 22px}
  .consultation-entry h3{font-size:25px}
  .consultation-entry .primary-button{font-size:15px;gap:10px}
  .form-screen-header{padding-right:14px;padding-left:12px;gap:8px}
  .form-screen-header img{width:125px}
  .form-phone{padding:5px 8px}
  .form-phone-number strong{font-size:19px}
  .form-phone-hours{font-size:10px}
  .form-screen-content{padding:17px 17px 28px}
  .form-screen .form-top{padding:14px 18px}
  .form-screen .form-top h2{font-size:16px}
  .form-screen form{padding:15px 18px 23px}
  .form-screen .form-step>h3{font-size:22px}
  .form-screen .wizard-progress ol{font-size:11px}
  .form-screen .qualification-choices label>span{font-size:14px;padding-inline:13px;min-height:51px}
  .form-screen .timing-choices label>span{font-size:13px}
}
@media(max-width:359px){
  .form-screen-header{gap:8px}
  .form-screen-header img{width:108px}
  .form-phone-number strong{font-size:18px}
  .form-screen-content{padding-inline:12px 16px}
  .form-screen form{padding-inline:14px}
  .form-screen .form-top h2{font-size:15px}
}

/* Keep the question and its actions within the phone viewport. Only unusually
   short screens, enlarged text, or expanded optional fields scroll internally. */
.form-screen #consultation-form>.wizard-nav{margin-top:18px}
.form-screen #consultation-form[data-current-kind="identity"]>.wizard-nav{margin-top:24px}
@media(max-width:760px){
  .form-screen{overflow:hidden}
  .form-screen-header{min-height:60px;padding-top:calc(6px + env(safe-area-inset-top));padding-bottom:6px}
  .form-screen-content{display:flex;flex-direction:column;flex:1 1 0;min-height:0;padding:8px 12px 12px}
  .form-screen .form-shell{display:flex;flex-direction:column;flex:1 1 auto;min-height:0;width:100%}
  .form-screen .form-top{flex:0 0 auto;padding:8px 16px;border-bottom-width:1px}
  .form-screen #consultation-form{display:flex;flex-direction:column;flex:1 1 auto;min-height:0;padding:10px 16px 12px}
  .form-screen .wizard-progress{display:grid;grid-template-columns:1fr auto;align-items:center;gap:12px;flex:0 0 auto;margin:0 0 14px}
  .form-screen .wizard-progress>div{grid-column:2;grid-row:1;margin:0;line-height:1}
  .form-screen .wizard-progress strong{font-size:20px}
  .form-screen .wizard-progress progress{grid-column:1;grid-row:1;height:4px}
  .form-screen .wizard-progress ol,.form-screen #step-label{display:none}
  .form-screen .form-step{flex:0 1 auto;min-height:0;overflow:auto;overscroll-behavior:contain;scrollbar-width:thin;padding:0 2px 4px}
  .form-screen .form-step>h3{font-size:22px;line-height:1.45}
  .form-screen .form-step[data-step-kind="identity"]>h3{margin-bottom:16px}
  .form-screen .step-help{font-size:13px;line-height:1.65;margin:7px 0 12px}
  .form-screen .form-step[data-step="0"]>.step-help{display:none}
  .form-screen .auto-note{font-size:12px;margin:8px 0 12px}
  .form-screen .form-step .interest-field legend,.form-screen .interest-feedback{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap;margin:0;padding:0}
  .form-screen .form-step .timing-choices{margin-top:0;gap:8px}
  .form-screen .timing-choices .choice-icon{display:none}
  .form-screen .timing-choices label>span{justify-content:center;min-height:64px;padding:8px 16px 8px 10px;gap:0;font-size:14px;line-height:1.55}
  .form-screen .timing-choices i{top:5px;right:5px}
  .form-screen .qualification-choices{gap:8px}
  .form-screen .qualification-choices label>span,.form-screen .area-choices label>span{min-height:49px;padding-block:9px;font-size:14px}
  .form-screen .field{margin-bottom:14px}
  .form-screen .field input:not([type=checkbox]):not([type=radio]),.form-screen .field select{min-height:48px;padding-block:11px;font-size:16px}
  .form-screen .form-step[data-step-kind="contact"]>.step-help{margin-bottom:12px}
  .form-screen .extra-fields{margin-block:10px}
  .form-screen .extra-fields summary{min-height:44px;padding-block:10px}
  .form-screen .consent-field{margin:12px 0 0}
  .form-screen #consultation-form>.wizard-nav{display:grid;grid-template-columns:86px minmax(0,1fr);gap:12px;flex:0 0 auto;align-items:center;margin:14px 0 0;padding-top:0}
  .form-screen #consultation-form[data-current-kind="identity"]>.wizard-nav{margin-top:18px}
  .form-screen .wizard-nav #previous-step{grid-column:1;grid-row:1;order:0;min-height:48px;font-size:13px;white-space:nowrap;padding:0}
  .form-screen .wizard-nav #next-step,.form-screen .wizard-nav #submit-button{grid-column:2;grid-row:1;order:1;min-height:48px;padding:10px 8px;font-size:15px;gap:12px}
  .form-screen .wizard-nav #submit-button{font-size:13px;gap:3px;white-space:nowrap}
  .form-screen .wizard-nav .button-arrow{width:25px;height:25px}
  .form-screen .error-summary{flex:0 0 auto;max-height:100px;overflow:auto;margin-bottom:10px;padding:10px;font-size:12px}
  .form-screen .selected-job{flex:0 0 auto;margin-bottom:12px;padding:8px 10px}
  .form-screen .success-panel{flex:1 1 auto;min-height:0;overflow:auto;padding:26px 18px}
  .form-screen-footer{padding:8px 12px calc(8px + env(safe-area-inset-bottom))}
  .form-screen-footer a{min-height:24px;font-size:11px}
  .form-screen-footer small{font-size:10px;line-height:1.5;margin-top:3px}
}
@media(max-width:760px) and (max-height:660px){
  .form-screen .form-top h2{font-size:16px}
  .form-screen .wizard-progress{margin-bottom:10px}
  .form-screen .form-step>h3{font-size:21px}
  .form-screen .form-step .timing-choices{gap:6px}
  .form-screen .timing-choices label>span{min-height:56px;padding-block:5px;line-height:1.5}
  .form-screen .qualification-choices{gap:6px}
  .form-screen .qualification-choices label>span,.form-screen .area-choices label>span{min-height:46px;padding-block:7px}
}

/* Use spare height for easier tapping, with scrolling retained on short screens. */
@media(max-width:760px){
  .hero h1{font-size:30px;line-height:1.55;text-align:center}
  .hero h1 .hero-audience{font-size:22px;margin-bottom:9px}
  .hero h1 .hero-message{font-size:clamp(28px,7.7vw,34px);line-height:1.6}
  .hero-description{font-size:14px;line-height:1.9}
  .support-heading{text-align:center}
  .support-heading h2,.form-intro h2{font-size:24px;line-height:1.65}
  .form-intro>h2,.form-intro>.eyebrow,.form-intro>p:not(.eyebrow){text-align:center}
  .form-intro>p:not(.eyebrow){font-size:14px;line-height:1.9}
  .consultation-entry>h3{font-size:23px;line-height:1.65;text-align:center}
  .consultation-entry>.eyebrow{text-align:center}
  .consultation-entry>p:not(.eyebrow){font-size:14px;line-height:1.9}
  .form-screen .form-step[data-step-kind="qualification"]{display:flex;flex-direction:column}
  .form-screen #qualification{display:flex;flex-direction:column;flex:1 1 auto;min-height:0;padding-bottom:4px}
  .form-screen #qualification .qualification-choices{flex:1 1 auto;max-height:392px;grid-template-rows:repeat(5,minmax(54px,1fr))}
  .form-screen #qualification .qualification-choices label>span{height:100%;min-height:54px}
  .form-screen .area-choices label>span{min-height:64px}
  .form-screen #employment .qualification-choices label>span{min-height:68px}
}
@media(max-width:359px){.hero h1{font-size:27px}.form-screen .form-top h2{font-size:15px}}
@media(max-width:760px) and (max-height:660px){
  .form-screen #qualification .qualification-choices{grid-template-rows:repeat(5,minmax(50px,1fr))}
  .form-screen #qualification .qualification-choices label>span{min-height:50px}
  .form-screen .area-choices label>span{min-height:56px}
  .form-screen #employment .qualification-choices label>span{min-height:60px}
}

/* The same first question can also be answered after reading the page. */
#consultation-bottom{max-width:640px;margin:0 auto;padding:0 22px 48px;scroll-margin-top:90px}
#consultation-bottom .consultation-entry{margin:0;padding:24px;border:1px solid #b8d1ce;border-radius:14px;background:white;box-shadow:0 5px 0 #dce8e0,0 16px 28px -24px #174d5570;text-align:left}
#consultation-bottom .entry-kicker{display:flex;align-items:center;gap:8px;font-size:13px;line-height:1.5;font-weight:600;color:var(--teal)}
#consultation-bottom .entry-kicker>span:first-child{padding:3px 8px;background:var(--deep);border-radius:4px;color:white}
#consultation-bottom .consultation-entry h2{font:600 20px/1.6 var(--sans);margin:12px 0 16px;text-wrap:balance}
@media(max-width:760px){
  #consultation-bottom{padding-inline:18px;padding-bottom:40px}
  #consultation-bottom .consultation-entry{padding:18px}
  #consultation-bottom .consultation-entry h2{font-size:18px;margin:10px 0 14px}
}

/* Start with the first question on the landing page. */
.form-screen #full-name,.form-screen #birth-year,.form-screen #phone{min-height:60px;padding:16px 15px;font-size:16px;line-height:1.5}
#consultation{display:block;width:100%;max-width:none;padding:0;margin:24px 0 0;scroll-margin-top:90px}
#consultation .consultation-entry{margin:0;padding:22px;border:1px solid #b8d1ce;border-radius:14px;background:white;box-shadow:0 5px 0 #dce8e0,0 16px 28px -24px #174d5570;text-align:left}
#consultation .entry-kicker{display:flex;align-items:center;gap:8px;font-size:13px;line-height:1.5;font-weight:600;color:var(--teal)}
#consultation .entry-kicker>span{padding:3px 8px;background:var(--deep);border-radius:4px;color:white}
#consultation .consultation-entry h2{font:600 20px/1.6 var(--sans);margin:12px 0 16px;text-wrap:balance}
.entry-choices{display:grid;grid-template-columns:minmax(0,1fr);gap:12px}
.entry-choices button{display:grid;grid-template-columns:20px minmax(0,1fr) 20px;align-items:center;gap:12px;min-height:68px;padding:14px 18px;border:1px solid #b7cfca;border-radius:8px;background:#f4f8f5;box-shadow:0 3px 0 #dce7df;color:var(--deep);font-size:16px;font-weight:600;line-height:1.55;text-align:center;transition:background .15s,transform .15s}
.entry-choices button:last-child{grid-column:1/-1}
.entry-choices button>span:first-child{grid-column:2;min-width:0}
.entry-choices button>span:last-child{grid-column:3;justify-self:end;font:22px/1 Arial,sans-serif;color:var(--teal)}
.entry-choices button[aria-pressed="true"]{background:#dfeee8;border-color:var(--teal)}
.entry-choices button:active{transform:translateY(2px);box-shadow:0 1px 0 #c2d5c8}
.job-card .job-photo{display:block;width:100%;height:auto;aspect-ratio:16/10;object-fit:cover;border-radius:5px;margin-bottom:18px;flex:0 0 auto;background:#edf2ef}
.job-card .clinic-name{font-size:14px;line-height:1.6;color:var(--deep)}
#consultation .entry-kicker>.entry-purpose{padding:0;background:none;border-radius:0;color:var(--teal)}
.hero-links{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;column-gap:22px;margin-top:12px}
.hero-browse{display:inline-flex;align-items:center;gap:7px;min-height:44px;font-size:13px;color:var(--teal);text-underline-offset:4px}
.hero-browse:hover{text-decoration:underline}
#support{scroll-margin-top:84px}
.support-points h3{font-family:var(--sans)}
.staff-details{grid-column:1/-1;border-top:1px solid #d4dfd7;margin-top:24px;padding-top:8px}
.staff-details>summary{display:flex;align-items:center;gap:16px;min-height:76px;padding:12px 0;list-style:none;cursor:pointer;font-size:15px;font-weight:600;color:var(--deep)}
.staff-details>summary::-webkit-details-marker{display:none}
.staff-details>summary:after{content:'+';margin-left:auto;font-size:23px;line-height:1;font-weight:400;color:var(--teal)}
.staff-details[open]>summary:after{content:'−'}
.staff-details .staff-photos{display:flex;flex:0 0 auto}
.staff-details .staff-photos img{width:46px;height:46px;object-fit:cover;object-position:center;border:2px solid #f6f7f2;border-radius:50%;margin-right:-6px}
.staff-profiles{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;padding-top:12px}
.staff-profiles article{min-width:0}
.staff-profiles article>img{display:block;width:100%;height:auto;aspect-ratio:5/3;object-fit:cover;border-radius:7px;margin-bottom:14px}
.staff-profiles .staff-role{font-size:12px;color:var(--teal);line-height:1.6}
.staff-profiles h3{font:600 18px/1.5 var(--sans);margin:4px 0 8px}
.staff-profiles p:not(.staff-role){font-size:14px;line-height:1.85;color:var(--muted)}
.job-grid{align-items:start}
.job-details summary{font-size:14px;min-height:48px;display:flex;align-items:center}
.job-details>div p{font-size:14px;line-height:1.8}
.jobs-introduction{margin-top:26px;padding:22px 18px;border:1px solid #d3ded6;border-radius:10px;background:#f7f9f5;text-align:center}
.jobs-introduction p{font-size:15px;line-height:1.8;color:var(--deep);margin:0 0 14px;text-wrap:balance}
.jobs-introduction a{display:inline-flex;align-items:center;justify-content:center;gap:18px;min-height:52px;padding:12px 24px;border-radius:7px;background:var(--teal);color:white;font-size:15px;font-weight:600;line-height:1.6}
.jobs-introduction a:hover{background:var(--deep)}
@media(hover:hover){.entry-choices button:hover{background:#e4f0eb;border-color:var(--teal)}}
@media(max-width:760px){
  #consultation{margin-top:20px}
  #consultation .consultation-entry{padding:16px}
  #consultation .entry-kicker{font-size:13px;line-height:1.5}
  #consultation .consultation-entry h2{font-size:18px;margin:10px 0 14px}
  .entry-choices{gap:12px}
  .entry-choices button{min-height:64px;padding:12px 16px}
  .job-card .job-photo{margin-bottom:16px}
  .support-points h3{font-size:16px;line-height:1.65}
  .support-points p{font-size:14px;line-height:1.9}
  .staff-details>summary{gap:14px;font-size:14px}
  .staff-details .staff-photos img{width:38px;height:38px}
  .staff-profiles{grid-template-columns:1fr;gap:22px}
  .staff-profiles article{display:grid;grid-template-columns:96px minmax(0,1fr);gap:14px}
  .staff-profiles article>img{aspect-ratio:1;margin:0;object-position:center}
  .staff-profiles h3{font-size:17px}
  .staff-profiles p:not(.staff-role){font-size:14px;line-height:1.8}
  .job-details summary{font-size:13px}
  .jobs-introduction{padding:20px 14px}
  .jobs-introduction p{font-size:14px}
  .jobs-introduction a{width:100%;padding-inline:12px;font-size:14px;gap:10px}
}

/* Job examples support the agency story without dominating the page. */
#jobs{padding-top:40px;padding-bottom:32px}
#jobs .section-heading h2{font:600 1.5rem/1.6 var(--sans);margin-top:6px}
#jobs .section-heading .eyebrow{font-size:.8125rem}
#jobs .section-lead{font-size:.875rem;margin-top:8px;line-height:1.8}
#jobs .job-grid{gap:16px;margin-top:22px}
#jobs .job-card{display:grid;grid-template-columns:66px minmax(0,1fr);grid-template-rows:auto auto auto auto;align-content:start;column-gap:13px;row-gap:5px;min-width:0;padding:16px 16px 0;border:1px solid #d5e0dc;border-radius:10px;box-shadow:none;background:#fff}
#jobs .job-card>.job-photo{grid-column:1;grid-row:1/3;width:66px;height:66px;aspect-ratio:1;margin:0;border-radius:6px;object-fit:cover}
#jobs .job-location{grid-column:2;grid-row:1;display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-start;gap:4px 8px;font-size:.75rem;line-height:1.55}
#jobs .job-location .employment{padding:1px 5px;font-size:.75rem}
#jobs .job-card>.clinic-name{grid-column:2;grid-row:2;margin:0;font:600 1rem/1.55 var(--sans);color:var(--deep);overflow-wrap:anywhere;align-self:start}
#jobs .job-facts{grid-column:1/-1;grid-row:3;display:grid;gap:5px;margin:12px 0 0;padding:0 0 13px;border-radius:0;background:none}
#jobs .job-facts>div{display:flex;align-items:baseline;gap:10px;min-width:0}
#jobs .job-facts dt{width:28px;flex:0 0 28px;font-size:.75rem;line-height:1.6}
#jobs .job-facts dd{font-size:.875rem;line-height:1.6}
#jobs .job-facts dd strong,#jobs .job-facts dd .precise-pay{font:600 1.125rem/1.5 var(--sans)}
#jobs .job-facts dd>span{font-size:.75rem}
#jobs .job-details{grid-column:1/-1;grid-row:4;margin:0;min-width:0}
#jobs .job-details>summary{min-height:44px;padding:11px 22px 11px 0;font-size:.875rem;line-height:1.6;color:var(--teal)}
#jobs .job-details>summary:after{top:12px;font-size:16px}
#jobs .job-details>div{padding:0 0 15px}
#jobs .job-details .job-highlight{font-weight:600;color:var(--deep);font-size:.9375rem;margin-top:3px}
#jobs .job-details .job-access{font-size:.875rem;line-height:1.8;margin-top:14px}
#jobs .job-details .tags{margin:12px 0}
#jobs .job-details .tags li{font-size:.75rem}
#jobs .job-details .job-consult{width:100%;font-size:.875rem;line-height:1.6;min-height:44px;margin:16px 0 0}
#jobs .job-note{font-size:.75rem;margin-top:14px;line-height:1.8}
#jobs .rail-hint{font-size:.75rem;margin-top:0}
@media(max-width:760px){
  #jobs{padding:32px 20px 24px}
  #jobs .section-heading h2{font-size:1.25rem}
  #jobs .job-grid{margin:18px -20px 0;padding:0 20px 13px;gap:12px;scroll-padding-inline:20px}
  #jobs .job-card{flex:0 0 84%;max-width:350px;grid-template-columns:60px minmax(0,1fr);column-gap:11px;padding:14px 14px 0}
  #jobs .job-card>.job-photo{width:60px;height:60px}
  #jobs .job-card>.clinic-name{font-size:.9375rem}
  #jobs .job-location{font-size:.75rem;gap:3px 6px}
  #jobs .job-facts{margin-top:10px;padding-bottom:10px;gap:3px}
}

/* A clear final entry point after the page's story and questions. */
#consultation-bottom{max-width:none;margin:12px 0 0;padding:64px 24px 52px;background:#e8f0f1;border-top:1px solid #d9e5e6}
#consultation-bottom .consultation-entry{position:relative;max-width:580px;margin:auto;padding:44px 32px 30px;border:1px solid #c8dadd;border-radius:15px;box-shadow:0 8px 0 #d6e3e5,0 24px 42px -30px #143e5060}
#consultation-bottom .entry-kicker{position:absolute;left:50%;top:-23px;transform:translateX(-50%);justify-content:center;gap:9px;max-width:calc(100% - 24px);margin:0;padding:11px 20px;border-radius:6px;background:#126b76;box-shadow:0 6px 14px -8px #17465470;color:white;white-space:nowrap;font-size:16px;line-height:1.6;letter-spacing:.01em}
#consultation-bottom .entry-kicker:after{content:'';position:absolute;left:50%;bottom:-9px;transform:translateX(-50%);border-top:10px solid #126b76;border-inline:11px solid transparent}
#consultation-bottom .entry-kicker>span:first-child{padding:1px 6px;min-width:0;background:white;color:#125965;border-radius:3px;font-weight:700}
#consultation-bottom .entry-purpose{color:#fff}
#consultation-bottom .consultation-entry h2{text-align:center;font-size:22px;line-height:1.6;margin:6px 0 23px}
#consultation-bottom .entry-choices{gap:15px}
#consultation-bottom .entry-choices button{min-height:72px;padding:16px 20px;border:1px solid #144d59;border-radius:8px;background:#194f5b;box-shadow:0 4px 0 #0b3943;color:white;font-size:17px;font-weight:600;line-height:1.6}
#consultation-bottom .entry-choices button>span:last-child{color:#d4e8d1;font-size:25px}
#consultation-bottom .entry-choices button[aria-pressed="true"]{background:#0e717c;border-color:#094b55}
#consultation-bottom .entry-choices button:active{transform:translateY(3px);box-shadow:0 1px 0 #0b3943}
@media(hover:hover){#consultation-bottom .entry-choices button:hover{background:#0f6876}}
@media(max-width:760px){
  #consultation-bottom{padding:52px 20px 40px}
  #consultation-bottom .consultation-entry{padding:37px 19px 24px;border-radius:12px}
  #consultation-bottom .entry-kicker{top:-22px;padding:10px 13px;font-size:15px;gap:8px}
  #consultation-bottom .consultation-entry h2{font-size:20px;margin:5px 0 22px}
  #consultation-bottom .entry-choices button{min-height:70px;padding:15px 16px;font-size:16px}
}

@media(max-width:760px){
  body{padding-bottom:0}
  #mobile-cta{padding:12px 17px calc(12px + env(safe-area-inset-bottom))}
  #mobile-cta>a{min-height:60px;padding-block:8px}
  #mobile-cta>a:first-child{font-size:14px}
  #mobile-cta>a:last-child{font-size:16px}
  #mobile-cta small{font-size:11px;line-height:1.5}
}

/* A raised surface with a quiet invitation, and a clear press response. */
#consultation .entry-choices button,#consultation-bottom .entry-choices button{--choice-edge:#bed0c4;--choice-shadow:#214d4424;position:relative;isolation:isolate;overflow:hidden;background-image:linear-gradient(180deg,#ffffff18,transparent 55%,#0000000a);box-shadow:0 5px 0 var(--choice-edge),0 10px 18px -7px var(--choice-shadow),inset 0 1px 0 #ffffff52;transition:background-color .18s,transform .14s,box-shadow .14s}
#consultation-bottom .entry-choices button{--choice-edge:#0b3943;--choice-shadow:#163b5052}
#consultation .entry-choices button{--choice-edge:#074751;--choice-shadow:#16475052;background:linear-gradient(145deg,#147c89,#0e6472);border-color:#0c6470;color:#fff;font-weight:700}
#consultation .entry-choices button>span:last-child{color:#fff}
#consultation .entry-choices button[aria-pressed="true"]{background:linear-gradient(145deg,#0f6876,#0b5160);border-color:#084d57}
@media(hover:hover){#consultation .entry-choices button:hover{background:linear-gradient(145deg,#16818e,#106c7a);border-color:#0a5d67}}
.entry-choices button::after{content:'';position:absolute;inset:-35% auto -35% 0;width:24%;background:linear-gradient(90deg,transparent,#ffffff2e,transparent);transform:translateX(-180%) skewX(-20deg);pointer-events:none;z-index:0}
.entry-choices button>span{position:relative;z-index:1}
@keyframes entry-invite{0%,40%,100%{transform:translateY(0);box-shadow:0 5px 0 var(--choice-edge),0 10px 18px -7px var(--choice-shadow),inset 0 1px 0 #ffffff52}12%,26%{transform:translateY(-3px);box-shadow:0 8px 0 var(--choice-edge),0 16px 23px -8px var(--choice-shadow),inset 0 1px 0 #ffffff70}}
@keyframes entry-glint{0%,5%{transform:translateX(-180%) skewX(-20deg)}30%,100%{transform:translateX(600%) skewX(-20deg)}}
@media(prefers-reduced-motion:no-preference){
  .entry-choices button{animation:entry-invite 6s ease-in-out infinite}
  .entry-choices button::after{animation:entry-glint 6s ease-in-out infinite}
  .entry-choices button:nth-child(2),.entry-choices button:nth-child(2)::after{animation-delay:.9s}
}
@media(hover:hover){
  #consultation .entry-choices button:hover,#consultation-bottom .entry-choices button:hover{animation:none;transform:translateY(-3px);box-shadow:0 8px 0 var(--choice-edge),0 16px 23px -8px var(--choice-shadow),inset 0 1px 0 #ffffff70}
}
#consultation .entry-choices button:active,#consultation-bottom .entry-choices button:active{animation:none;transform:translateY(3px);box-shadow:0 2px 0 var(--choice-edge),0 4px 9px -6px var(--choice-shadow),inset 0 2px 4px #00000010}
.entry-choices button:active::after{animation:none;opacity:0}
@media(prefers-reduced-motion:reduce){.entry-choices button{animation:none;transition:none}.entry-choices button::after{display:none}}

/* Keep the three-line message together beside the photographs. */
@media(max-width:760px){
  .site-header .header-inner{padding-block:9px}
  .site-header .brand img{width:166px}
  .brand-tagline{font-size:10px}
  .header-license{font-size:9px;letter-spacing:0}
  .header-license>strong{font-size:11px}
  .hero:before{top:0;right:0;width:49%;height:290px;border-radius:0 0 0 72px;background:linear-gradient(135deg,#e1ede7,#edf2ec)}
  .hero-inner{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(0,1fr);gap:0;padding:16px 18px 18px;align-items:start}
  .hero-copy{display:contents}
  .hero-copy>h1{grid-column:1;grid-row:1;display:block;align-self:center;position:relative;z-index:2;margin:0;text-align:center}
  .hero h1 .hero-audience{font-size:clamp(12px,3.4vw,15px);line-height:1.45;margin:0 0 12px;color:#285b63;white-space:nowrap}
  .hero h1 .hero-profession{font-size:clamp(25px,8vw,33px)}
  .hero h1 .hero-message{font-size:clamp(22px,6.1vw,26px);line-height:1.6;letter-spacing:0}
  .hero-message em{display:table;margin:2px auto 0;font-size:1.22em;line-height:1.5}
  .hero-visual{grid-column:2;grid-row:1;align-self:center;justify-self:end;z-index:1;width:calc(100% + 40px);height:clamp(240px,64vw,270px);margin:0 -18px 0 0;padding:0}
  .hero-visual .photo-frame{width:100%;height:calc(100% - 52px);border-radius:0;box-shadow:none;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent,#000 22%);mask-image:linear-gradient(90deg,transparent,#000 22%)}
  .hero-visual .photo-frame img{width:100%;height:100%;aspect-ratio:auto;object-fit:cover;object-position:70% 42%}
  .hero-visual .ort-scene{left:-14px;bottom:0;width:clamp(154px,43vw,190px);max-width:none;border:4px solid #fff;border-radius:4px;box-shadow:0 8px 18px -8px #153f4859}
  .hero-visual .photo-note,.hero-visual .visual-caption{display:none}
  .hero-copy>.hero-description{grid-column:1/-1;grid-row:2;margin:16px 0 0;font-size:14px;line-height:1.8;text-align:center}
  .hero-copy>#consultation{grid-column:1/-1;grid-row:3;margin-top:18px}
  .hero-copy>#consultation .consultation-entry{padding:18px}
  .hero-copy>.hero-links{grid-column:1/-1;grid-row:4;justify-self:center;column-gap:18px;margin-top:10px}
  .hero-links .hero-browse{font-size:12px;gap:5px}
}
@media(max-width:359px){
  .site-header .brand img{width:148px}
  .brand-tagline{font-size:9px;letter-spacing:.025em}
  .hero h1 .hero-message{font-size:22px}
  .hero h1 .hero-profession{font-size:clamp(24px,7.8vw,27px)}
  .hero-message em{font-size:1.1em}
  .hero-visual .ort-scene{left:-8px}
}


/* Readable choices with the next action directly beneath the answer. */
.form-screen .timing-choices .choice-icon{display:none}
.form-screen .form-step .timing-choices{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
.form-screen .timing-choices label:last-child{grid-column:1/-1}
.form-screen .timing-choices label>span{position:relative;min-height:56px;padding:12px 30px 12px 8px;font-size:16px;font-weight:600;line-height:1.5;color:#244c55;background:#fff;border-color:#b8cccc;box-shadow:0 2px 0 #e0e8e4;justify-content:center;text-align:center}
.form-screen .timing-choices i{position:absolute;width:18px;height:18px;top:50%;right:8px;transform:translateY(-50%);border:1px solid #9cb8b7;border-radius:50%;background:#fff}
.form-screen .timing-choices input:checked+span{color:#0c5360;background:#e6f2f3;border-color:#1b7481;box-shadow:inset 0 0 0 1px #1b7481}
.form-screen .timing-choices input:checked+span i{background:#176b79;border-color:#176b79}
.form-screen .timing-choices input:checked+span i:after{content:"";position:absolute;left:4px;top:4px;width:8px;height:8px;border:0;border-radius:50%;background:#fff;transform:none}
@media(max-width:760px){
  .form-screen .form-step .timing-choices{gap:8px}
  .form-screen .step-help{font-size:14px;line-height:1.6;color:#526a70;margin:8px 0 14px}
  .form-screen .field>label,.form-screen .field>legend{font-size:15px}
  .form-screen .qualification-choices label>span,.form-screen .area-choices label>span{font-size:16px}
}

/* Make the forward action the focal point, with a quiet way back below. */
.form-screen #consultation-form>.wizard-nav{display:grid;grid-template-columns:minmax(0,1fr);gap:6px;flex:0 0 auto;align-items:center;justify-items:center;width:100%;margin-top:18px;padding-top:0}
.form-screen .wizard-nav #next-step,.form-screen .wizard-nav #submit-button{grid-column:1;grid-row:1;order:0;width:100%;max-width:420px;min-height:64px;padding:16px 20px;font-size:18px;gap:14px;justify-content:center}
.form-screen .wizard-nav #previous-step{grid-column:1;grid-row:2;order:1;width:auto;min-height:44px;padding:10px 18px;border:0;background:transparent;box-shadow:none;color:#617378;font-size:13px;font-weight:400;line-height:1.5;text-decoration:underline;text-decoration-color:#b8c6c8;text-underline-offset:4px;white-space:nowrap}
.form-screen .wizard-nav .button-arrow{border:0;border-radius:0;width:auto;height:auto;font-size:22px}
.form-screen .wizard-nav #previous-step:hover{color:#28545e;text-decoration-color:currentColor}

/* Center the popup message and its single primary action. */
.exit-copy{text-align:center;padding-bottom:26px}
.exit-copy .primary-button{display:flex;width:100%;margin-inline:auto;justify-content:center;text-align:center}
