
:root {
  --navy: #0b1f4d;
  --navy-2: #14336f;
  --teal: #19b7bd;
  --teal-2: #0b9099;
  --teal-dark: #087e88;
  --aqua: #e9fbfb;
  --ink: #112241;
  --muted: #61708a;
  --soft: #f4f8fb;
  --soft-2: #eef6fb;
  --cream: #fff9f2;
  --line: rgba(11,31,77,.13);
  --card: rgba(255,255,255,.92);
  --shadow: 0 24px 70px rgba(11,31,77,.10);
  --radius: 28px;
  --radius-sm: 18px;
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: #fff;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img, svg { max-width: 100%; }
.wrap { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; }
.skip-link { position:absolute; left:-999px; top:auto; width:1px; height:1px; overflow:hidden; }
.skip-link:focus { left:16px; top:16px; width:auto; height:auto; padding:10px 14px; border-radius:10px; background:#fff; z-index:9999; box-shadow:var(--shadow); }
.preview-ribbon {
  position: fixed; left: 18px; bottom: 18px; z-index: 200;
  background: var(--navy); color: #fff; font-size: 12px; font-weight: 800;
  padding: 9px 13px; border-radius: 999px; box-shadow: 0 16px 38px rgba(11,31,77,.24);
  letter-spacing:.02em;
}
.topline { background: var(--navy); color: rgba(255,255,255,.86); font-size: 13px; }
.topline .wrap { display: flex; justify-content: space-between; gap: 18px; padding: 8px 0; flex-wrap: wrap; }
.topline a { text-decoration: none; color: #fff; font-weight: 750; }
header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.9); backdrop-filter: blur(18px); border-bottom: 1px solid var(--line); }
nav.wrap { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.brand { display: inline-flex; align-items: center; text-decoration: none; gap: 12px; min-width: max-content; }
.brand img { width: 210px; height: auto; display:block; }
.navlinks { display: flex; align-items: center; gap: 21px; color: var(--muted); font-size: 14px; }
.navlinks a { text-decoration: none; transition: color .18s ease; white-space: nowrap; }
.navlinks a:hover, .navlinks a.active { color: var(--navy); }
.navlinks a.active { font-weight: 800; }
.cta { display: inline-flex; align-items: center; justify-content: center; gap: 8px; text-decoration: none; border-radius: 999px; padding: 12px 20px; font-weight: 800; font-size: 14px; border: 1px solid transparent; transition: transform .18s ease, background .18s ease, border .18s ease; white-space: nowrap; }
.cta:hover { transform: translateY(-1px); }
.cta.primary { color: #fff; background: var(--teal-2); box-shadow: 0 13px 30px rgba(11,144,153,.25); }
.cta.primary:hover { background: var(--teal-dark); }
.cta.secondary { color: var(--navy); background: #fff; border-color: var(--line); }
.cta.ghost { color: #fff; border-color: rgba(255,255,255,.26); background: rgba(255,255,255,.06); }
.cta.light { color: var(--navy); background: #fff; border-color: rgba(255,255,255,.6); }
.menu-toggle { display:none; width:42px; height:42px; border:1px solid var(--line); border-radius:14px; background:#fff; color:var(--navy); font-size:22px; }
.hero { position: relative; overflow: hidden; background: radial-gradient(circle at 88% 12%, rgba(25,183,189,.22), transparent 32%), linear-gradient(135deg, #f4fbfc 0%, #ffffff 42%, #edf5ff 100%); }
.hero:before { content: ""; position: absolute; inset: auto -140px -220px auto; width: 530px; height: 530px; border-radius: 50%; border: 78px solid rgba(25,183,189,.08); }
.hero .wrap { position: relative; display: grid; grid-template-columns: 1.04fr .96fr; gap: 46px; min-height: 660px; align-items: center; padding: 62px 0 64px; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; width: fit-content; margin: 0 0 18px; padding: 8px 13px; border-radius: 999px; background: #fff; border: 1px solid var(--line); color: var(--teal-2); font-size: 13px; font-weight: 850; letter-spacing: .02em; box-shadow: 0 14px 34px rgba(11,31,77,.07); }
h1 { margin: 0 0 22px; font-size: clamp(42px, 7vw, 76px); line-height: .94; letter-spacing: -.065em; color: var(--navy); max-width: 760px; }
h1 span, .accent { color: var(--teal-2); }
.lead { max-width: 630px; margin: 0 0 30px; font-size: clamp(18px, 2vw, 21px); color: var(--muted); }
.hero-actions { display: flex; gap: 13px; flex-wrap: wrap; margin-bottom: 34px; }
.quickfacts { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 12px; max-width: 690px; }
.qf { background: rgba(255,255,255,.76); border: 1px solid var(--line); border-radius: 18px; padding: 16px; backdrop-filter: blur(12px); }
.qf strong { display: block; font-size: 24px; line-height: 1; color: var(--navy); letter-spacing: -.02em; }
.qf span { display: block; margin-top: 6px; color: var(--muted); font-size: 13px; }
.visual { position: relative; min-height: 548px; display: grid; place-items: center; }
.scan-card { width: min(100%, 520px); border-radius: 34px; background: var(--navy); color: #fff; box-shadow: var(--shadow); padding: 24px; position: relative; overflow: hidden; isolation: isolate; }
.scan-card:before { content: ""; position: absolute; inset: -80px -70px auto auto; width: 260px; height: 260px; border-radius: 50%; background: rgba(25,183,189,.27); filter: blur(2px); z-index:-1; }
.card-top { display:flex; align-items:center; justify-content:space-between; margin-bottom:22px; gap:12px; }
.pill { display:inline-flex; align-items:center; gap:7px; width:fit-content; padding:8px 12px; border-radius:999px; background:rgba(255,255,255,.12); color:rgba(255,255,255,.9); font-size:12px; font-weight:800; }
.status-dot { width:9px; height:9px; border-radius:50%; background:var(--teal); box-shadow:0 0 0 6px rgba(25,183,189,.12); }
.bone-viz { height: 220px; border-radius: 26px; background: linear-gradient(135deg, rgba(255,255,255,.1), rgba(255,255,255,.04)); display: grid; place-items: center; border: 1px solid rgba(255,255,255,.12); margin-bottom: 20px; position:relative; overflow:hidden; }
.bone-viz svg { width:250px; opacity:.95; }
.scan-card h2 { margin: 0 0 8px; font-size: 30px; line-height:1.05; letter-spacing:-.035em; color:#fff; }
.scan-card p { margin:0; color:rgba(255,255,255,.72); }
.card-stats { display:grid; grid-template-columns: repeat(2,1fr); gap:10px; margin-top:20px; }
.mini-stat { border:1px solid rgba(255,255,255,.12); background:rgba(255,255,255,.07); border-radius:18px; padding:14px; }
.mini-stat strong { display:block; font-size:20px; }
.mini-stat span { color:rgba(255,255,255,.65); font-size:12px; }
.mini-stat.contact-stat strong { font-size:13px; text-transform:uppercase; letter-spacing:.08em; color:rgba(255,255,255,.68); margin-bottom:4px; }
.mini-stat.contact-stat span { display:block; color:#fff; font-size:14px; line-height:1.35; }
.mini-stat.contact-stat a { color:#fff; text-decoration:none; }
.mini-stat.contact-stat a:hover { text-decoration:underline; }

main section, .section { padding: 86px 0; }
.section.alt { background: var(--soft); }
.section.teal { background: linear-gradient(135deg, var(--aqua), #fff); }
.section.dark { background: var(--navy); color: #fff; }
.section-head { display:flex; justify-content:space-between; align-items:end; gap:30px; margin-bottom:34px; }
.section-head .copy { max-width:680px; }
.kicker { margin:0 0 9px; color:var(--teal-2); font-weight:850; text-transform:uppercase; letter-spacing:.13em; font-size:12px; }
.section.dark .kicker { color: var(--teal); }
h2 { margin:0 0 12px; color:var(--navy); font-size: clamp(31px, 4vw, 52px); line-height:1.02; letter-spacing:-.055em; }
.section.dark h2 { color:#fff; }
.section-intro { margin:0; color:var(--muted); font-size:18px; max-width:690px; }
.section.dark .section-intro { color:rgba(255,255,255,.68); }
.grid-3 { display:grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap:18px; }
.grid-2 { display:grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap:20px; }
.card { background:#fff; border:1px solid var(--line); border-radius: var(--radius-sm); padding:24px; box-shadow:0 14px 34px rgba(11,31,77,.04); }
.card.feature { background:var(--navy); color:#fff; border-color:transparent; }
.card.feature p, .card.feature li { color:rgba(255,255,255,.68); }
.card h3 { margin:0 0 9px; color:var(--navy); font-size:21px; line-height:1.13; letter-spacing:-.02em; }
.card.feature h3 { color:#fff; }
.card p { margin:0 0 14px; color:var(--muted); }
.card ul, .tick-list { list-style:none; padding:0; margin:16px 0 0; }
.card li, .tick-list li { position:relative; padding-left:24px; margin:9px 0; color:var(--muted); }
.card li:before, .tick-list li:before { content:""; position:absolute; left:0; top:.66em; width:8px; height:8px; background:var(--teal); border-radius:50%; }
.icon { width:46px; height:46px; border-radius:16px; background:var(--aqua); display:grid; place-items:center; color:var(--teal-2); font-weight:900; margin-bottom:17px; }
.icon.dark { background: rgba(255,255,255,.1); color:var(--teal); }
.dexa-band { display:grid; grid-template-columns: .88fr 1.12fr; gap:38px; align-items:center; background:var(--navy); color:#fff; border-radius:36px; padding:36px; overflow:hidden; position:relative; box-shadow:var(--shadow); }
.dexa-band:after { content:""; position:absolute; right:-90px; bottom:-120px; width:360px; height:360px; border-radius:50%; border:70px solid rgba(25,183,189,.13); }
.dexa-panel { background:rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.16); border-radius:28px; padding:25px; position:relative; z-index:1; }
.dexa-panel h3 { color:#fff; font-size:31px; margin:0 0 10px; letter-spacing:-.04em; }
.dexa-panel p { color:rgba(255,255,255,.72); }
.dexa-copy { position:relative; z-index:1; }
.dexa-copy h2 { color:#fff; }
.dexa-copy .section-intro { color:rgba(255,255,255,.72); }
.clinic { padding:0; overflow:hidden; }
.clinic-header { padding:26px; color:#fff; background:var(--navy); }
.clinic:nth-child(2) .clinic-header { background:var(--navy-2); }
.clinic-header h3 { color:#fff; margin:0 0 4px; font-size:28px; }
.clinic-header p { margin:0; color:rgba(255,255,255,.68); }
.clinic-body { padding:26px; }
.location-card { display:flex; flex-direction:column; }
.location-card .clinic-body { flex:0 0 auto; }
.map-embed { position:relative; border-top:1px solid var(--line); background:var(--soft-2); min-height:310px; }
.map-embed iframe { display:block; width:100%; height:310px; border:0; filter:saturate(.92) contrast(.98); }
.map-link { position:absolute; left:16px; bottom:16px; display:inline-flex; align-items:center; justify-content:center; padding:9px 13px; border-radius:999px; background:#fff; color:var(--navy); text-decoration:none; font-size:13px; font-weight:850; border:1px solid var(--line); box-shadow:0 12px 28px rgba(11,31,77,.13); }
.map-link:hover { color:var(--teal-2); }
.detail-row { display:flex; gap:11px; align-items:flex-start; margin:12px 0; color:var(--muted); }
.detail-row b { color:var(--navy); }
.tag-row { display:flex; gap:8px; flex-wrap:wrap; margin-top:18px; }
.tag { padding:6px 11px; border-radius:999px; background:var(--aqua); color:var(--teal-2); font-size:12px; font-weight:800; }
.tag.gold { background:#fff3df; color:#a66500; }
.process { counter-reset: step; }
.step { position:relative; padding-top:20px; }
.step:before { counter-increment: step; content: counter(step, decimal-leading-zero); display:block; color:var(--teal-2); font-weight:900; font-size:34px; line-height:1; margin-bottom:12px; letter-spacing:-.04em; }
.split { display:grid; grid-template-columns: .82fr 1.18fr; gap:42px; align-items:start; }
.panel { background:#fff; border:1px solid var(--line); border-radius:28px; padding:28px; box-shadow:0 14px 34px rgba(11,31,77,.04); }
.form-grid { display:grid; grid-template-columns: 1fr 1fr; gap:14px; }
.form-group { margin-bottom:15px; }
label { display:block; font-weight:800; color:var(--navy); font-size:13px; margin-bottom:6px; }
input, select, textarea { width:100%; border:1px solid rgba(11,31,77,.22); border-radius:14px; padding:12px 13px; font:inherit; color:var(--ink); background:#fff; outline:none; transition:border-color .18s, box-shadow .18s; }
input:focus, select:focus, textarea:focus { border-color:var(--teal-2); box-shadow:0 0 0 4px rgba(25,183,189,.13); }
textarea { min-height:116px; resize:vertical; }
.form-note { font-size:13px; color:var(--muted); margin:10px 0 16px; }
.feedback-scale { display:grid; grid-template-columns: 1.4fr repeat(5, 58px); gap:0; border:1px solid var(--line); border-radius:18px; overflow:hidden; background:#fff; }
.feedback-scale div { padding:12px; border-right:1px solid var(--line); border-bottom:1px solid var(--line); min-height:46px; display:flex; align-items:center; justify-content:center; }
.feedback-scale div:nth-child(6n+1) { justify-content:flex-start; color:var(--navy); font-weight:750; }
.feedback-scale div:nth-last-child(-n+6) { border-bottom:0; }
.feedback-scale div:nth-child(6n) { border-right:0; }
.choice-row { display:flex; flex-wrap:wrap; gap:12px; margin:14px 0 22px; }
.choice-row label { display:inline-flex; align-items:center; gap:8px; padding:10px 13px; background:#fff; border:1px solid var(--line); border-radius:999px; margin:0; cursor:pointer; }
.choice-row input { width:auto; }
.cta-band { background:var(--navy); color:#fff; padding:44px 0; }
.cta-band .wrap { display:flex; align-items:center; justify-content:space-between; gap:24px; flex-wrap:wrap; }
.cta-band h2 { color:#fff; margin:0 0 6px; font-size:34px; }
.cta-band p { margin:0; color:rgba(255,255,255,.68); max-width:660px; }
footer { background:var(--soft); border-top:1px solid var(--line); padding:48px 0 0; }
.footer-grid { display:grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap:26px; padding-bottom:38px; }
footer img { width:185px; height:auto; }
footer p { color:var(--muted); margin:12px 0 0; }
footer h3 { color:var(--teal-2); font-size:12px; text-transform:uppercase; letter-spacing:.13em; margin:0 0 12px; }
footer a { display:block; text-decoration:none; color:var(--muted); margin:7px 0; }
footer a:hover { color:var(--navy); }
.footer-bottom { border-top:1px solid var(--line); padding:14px 0; color:var(--muted); font-size:12px; display:flex; justify-content:space-between; gap:12px; flex-wrap:wrap; }
.page-hero { background: linear-gradient(135deg,#f4fbfc,#fff 45%,#edf5ff); padding:78px 0; overflow:hidden; position:relative; }
.page-hero:after { content:""; position:absolute; right:-130px; bottom:-220px; width:460px; height:460px; border-radius:50%; border:70px solid rgba(25,183,189,.08); }
.page-hero .wrap { position:relative; z-index:1; }
.page-hero h1 { max-width:900px; font-size:clamp(42px,6vw,68px); }
.page-hero .lead { max-width:780px; }
.breadcrumb { margin-bottom:18px; color:var(--muted); font-size:13px; }
.breadcrumb a { text-decoration:none; font-weight:800; color:var(--teal-2); }
.price-note { background:var(--cream); border:1px solid #f3dbba; border-radius:20px; padding:20px; color:#775322; }
.map-card { min-height:260px; border-radius:22px; background:linear-gradient(135deg, var(--soft-2), #fff); border:1px solid var(--line); display:grid; place-items:center; color:var(--muted); text-align:center; padding:30px; }
.notice { background:var(--aqua); border:1px solid rgba(25,183,189,.35); color:var(--navy); border-radius:20px; padding:18px; }
@media (max-width: 1020px) {
  .navlinks { position:absolute; display:none; left:0; right:0; top:76px; background:#fff; border-bottom:1px solid var(--line); padding:18px 20px 24px; flex-direction:column; align-items:flex-start; box-shadow:0 22px 48px rgba(11,31,77,.1); }
  .navlinks.open { display:flex; }
  .menu-toggle { display:block; }
  nav.wrap { min-height:76px; }
  .hero .wrap, .dexa-band, .split { grid-template-columns:1fr; }
  .visual { min-height:420px; }
  .grid-3 { grid-template-columns:1fr 1fr; }
  .footer-grid { grid-template-columns:1fr 1fr; }
}
@media (max-width: 680px) {
  .wrap { width:min(100% - 28px, var(--max)); }
  .preview-ribbon { display:none; }
  .topline .wrap { display:block; }
  .topline span { display:block; margin:3px 0; }
  .brand img { width:155px; }
  .hero .wrap { min-height:auto; padding:46px 0; }
  h1 { letter-spacing:-.05em; }
  .quickfacts, .grid-3, .grid-2, .form-grid, .footer-grid { grid-template-columns:1fr; }
  main section, .section { padding:58px 0; }
  .section-head { display:block; }
  .dexa-band { border-radius:26px; padding:24px; }
  .scan-card { border-radius:26px; }
  .feedback-scale { grid-template-columns:1fr repeat(5, 38px); font-size:13px; }
  .feedback-scale div { padding:9px 6px; }
  .cta-band .wrap { display:block; }
  .cta-band .cta { margin-top:18px; }
  .footer-bottom { display:block; }
}
@media print {
  header,.topline,.preview-ribbon,.cta-band,footer { display:none !important; }
  .page-hero, main section, .section { padding:20px 0; }
  body { color:#000; }
  a::after { content:" (" attr(href) ")"; font-size:90%; }
}


/* DEXA referral forms */
.button-row { display:flex; flex-wrap:wrap; gap:10px; align-items:center; margin-top:16px; }
.referral-form h3 { margin-bottom:18px; }
.form-section { border:1px solid var(--line); border-radius:20px; padding:18px; margin:0 0 18px; background:#fff; }
.form-section legend { padding:0 8px; font-weight:900; color:var(--navy); }
.checkbox-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:10px 16px; margin-top:12px; }
.checkbox-grid label { color:var(--muted); font-size:14px; display:flex; align-items:center; gap:8px; }
.print-sheet { background:#fff; color:#0b1f4d; border:1px solid var(--line); border-radius:22px; padding:30px; box-shadow:var(--shadow); }
.print-header { display:flex; align-items:center; gap:22px; border-bottom:2px solid var(--teal-2); padding-bottom:18px; margin-bottom:20px; }
.print-header img { width:210px; height:auto; }
.print-header h1 { font-size:32px; line-height:1.05; letter-spacing:-.03em; margin:0 0 5px; }
.print-header p { margin:0; color:var(--muted); }
.print-grid.two { display:grid; grid-template-columns:1fr 1fr; gap:28px; }
.print-sheet h2 { font-size:18px; letter-spacing:0; margin:22px 0 10px; }
.line-field { border-bottom:1px solid #9eabc0; min-height:34px; margin:10px 0; position:relative; }
.line-field span { color:#61708a; font-size:12px; }
.print-checks { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:10px 18px; }
.print-checks label { display:flex; gap:9px; align-items:center; color:#112241; }
.box { width:15px; height:15px; border:1.5px solid #0b1f4d; display:inline-block; flex:0 0 auto; }
.textarea-lines { min-height:145px; border:1px solid #9eabc0; border-radius:12px; padding:10px; color:#61708a; font-size:12px; background:repeating-linear-gradient(#fff, #fff 29px, rgba(11,31,77,.16) 30px); }
.textarea-lines.small { min-height:95px; }
.print-footer-note { border-top:1px solid var(--line); margin-top:22px; padding-top:12px; color:#61708a; font-size:13px; }
@media (max-width: 680px) {
  .checkbox-grid, .print-grid.two, .print-checks { grid-template-columns:1fr; }
  .print-header { display:block; }
  .print-header img { margin-bottom:14px; width:180px; }
}
@media print {
  @page { margin: 12mm; }
  .print-hide, .topline, header, footer, .cta-band { display:none !important; }
  .print-section { padding:0 !important; }
  .wrap { width:100% !important; max-width:none !important; }
  .print-sheet { border:0; box-shadow:none; border-radius:0; padding:0; }
  .print-header img { width:165px; }
  .print-header h1 { font-size:24px; }
  .print-sheet h2 { font-size:15px; margin:14px 0 8px; }
  .line-field { min-height:25px; margin:6px 0; }
  .textarea-lines { min-height:105px; }
  .textarea-lines.small { min-height:65px; }
  a::after { content:"" !important; }
}

/* Referral and upload refinements */
input[type="checkbox"], input[type="radio"] { width:auto; min-width:16px; accent-color: var(--teal-2); box-shadow:none; }
input[type="file"] { padding:10px; background:var(--soft); }
.choice-row.compact { margin:0; }
.single-check { display:inline-flex; align-items:center; gap:8px; margin:0 0 16px; color:var(--muted); }
.referral-form .notice[hidden] { display:none !important; }
.print-sheet small { font-size:12px; color:var(--muted); font-weight:700; }
.button-row .cta { margin-top:4px; }
@media (max-width: 1020px) { .grid-2.process { grid-template-columns:1fr; } }


.su-hp { position:absolute !important; left:-10000px !important; width:1px !important; height:1px !important; overflow:hidden !important; }
.notice.error { border-color: rgba(190, 18, 60, .28); background: #fff1f2; color: #881337; }

/* Staff page headshots */
.staff-section { background: #fff; }
.staff-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:22px; }
.staff-card { background:#fff; border:1px solid var(--line); border-radius:24px; overflow:hidden; box-shadow:0 18px 46px rgba(11,31,77,.06); display:flex; flex-direction:column; }
.staff-photo-wrap { position:relative; aspect-ratio: 4 / 5; background:linear-gradient(135deg,var(--soft),#fff); overflow:hidden; }
.staff-photo { width:100%; height:100%; object-fit:cover; object-position:center 18%; display:block; }
.staff-copy { padding:22px; }
.staff-copy h2 { font-size:25px; margin:0 0 12px; letter-spacing:-.03em; }
.staff-role { color:var(--teal-2); font-weight:900; text-transform:uppercase; letter-spacing:.11em; font-size:12px; margin:0 0 8px; }
.staff-copy p:last-child { margin-bottom:0; color:var(--muted); }
@media (max-width: 1020px) {
  .staff-grid { grid-template-columns:1fr 1fr; }
}
@media (max-width: 680px) {
  .staff-grid { grid-template-columns:1fr; }
  .staff-photo-wrap { aspect-ratio: 4 / 5; }
}
