:root {
  --navy: #071a33;
  --navy-2: #102a4c;
  --silver: #b8c1cc;
  --silver-light: #e8edf2;
  --ice: #6db6d8;
  --white: #ffffff;
  --ink: #132036;
  --muted: #5d6979;
  --line: #dbe1e8;
  --serif: "Libre Baskerville", Georgia, serif;
  --sans: "DM Sans", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--white); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.7; }
a { color: inherit; }
img { max-width: 100%; display: block; }
.skip-link { position: fixed; z-index: 100; top: -80px; left: 20px; background: var(--white); color: var(--navy); padding: .75rem 1rem; }
.skip-link:focus { top: 10px; }

.site-header { position: sticky; top: 0; z-index: 20; min-height: 84px; display: flex; align-items: center; gap: 2rem; padding: 0 clamp(1.25rem, 4vw, 4.5rem); border-bottom: 1px solid rgba(184,193,204,.5); background: rgba(255,255,255,.95); backdrop-filter: blur(14px); }
.brand { display: flex; align-items: center; gap: .8rem; text-decoration: none; min-width: max-content; }
.brand-mark { display: grid; place-items: center; width: 46px; aspect-ratio: 1; overflow: hidden; border: 1px solid var(--silver); border-radius: 50%; background: var(--white); }
.brand-mark img { width: 27px; height: 39px; object-fit: contain; }
.brand-text { display: flex; flex-direction: column; line-height: 1.1; }
.brand-text strong { font-family: var(--serif); font-size: 1.02rem; }
.brand-text small { color: var(--muted); font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; margin-top: .25rem; }
.nav { display: flex; justify-content: center; gap: clamp(1rem, 2vw, 2.15rem); margin-left: auto; }
.nav a { text-decoration: none; color: #334157; font-size: .88rem; font-weight: 600; }
.nav a:hover, .nav a:focus-visible { color: var(--ice); }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: .8rem 1.3rem; border: 1px solid var(--navy); background: var(--navy); color: var(--white); text-decoration: none; font-weight: 700; transition: transform .2s ease, background .2s ease; }
.button:hover, .button:focus-visible { background: var(--navy-2); transform: translateY(-2px); }
.button-small { min-height: 42px; padding: .55rem 1rem; font-size: .86rem; white-space: nowrap; }
.button-silver { background: var(--silver-light); color: var(--navy); border-color: var(--silver-light); }
.button-silver:hover, .button-silver:focus-visible { background: var(--white); }
.text-link { color: var(--navy); font-weight: 700; text-underline-offset: .35rem; }
.text-link span { color: var(--ice); }

.hero { min-height: calc(100vh - 84px); display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(340px, .72fr); align-items: center; gap: 4vw; padding: clamp(4rem, 8vw, 8rem) clamp(1.5rem, 7vw, 8rem); overflow: hidden; background: linear-gradient(115deg, #fff 0%, #fff 62%, #eef2f6 62%, #e0e5eb 100%); }
.hero-copy { max-width: 760px; }
.eyebrow { margin: 0 0 1rem; color: #406484; font-size: .76rem; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow.light { color: #9fd2e8; }
h1, h2, h3 { font-family: var(--serif); color: var(--navy); line-height: 1.18; }
h1 { max-width: 780px; margin: 0; font-size: clamp(2.7rem, 5.8vw, 5.8rem); letter-spacing: -.045em; }
.hero-intro { max-width: 690px; margin: 1.8rem 0 2rem; color: #46556a; font-size: clamp(1.05rem, 1.5vw, 1.25rem); }
.hero-actions { display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap; }
.trust-line { display: flex; gap: 1.8rem; margin-top: 3.5rem; color: var(--muted); font-family: var(--serif); font-size: .88rem; text-transform: uppercase; letter-spacing: .14em; }
.trust-line span + span::before { content: "•"; margin-right: 1.8rem; color: var(--silver); }
.hero-visual { position: relative; display: grid; place-items: center; min-height: 560px; }
.hero-visual img { position: relative; z-index: 2; width: min(100%, 430px); filter: drop-shadow(0 24px 35px rgba(7,26,51,.12)); }
.silver-orbit { position: absolute; width: 560px; height: 560px; border: 1px solid rgba(16,42,76,.2); border-radius: 50%; }
.silver-orbit::after { content: ""; position: absolute; inset: 34px; border: 1px solid rgba(16,42,76,.11); border-radius: 50%; }

.intro-band { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 1.25rem clamp(1.5rem, 7vw, 8rem); background: var(--navy); color: var(--white); }
.intro-band p { margin: 0; font-family: var(--serif); font-size: 1rem; }
.intro-band div { display: flex; gap: 2rem; color: var(--silver-light); font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

.about-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; padding: clamp(5rem, 10vw, 10rem) clamp(1.5rem, 7vw, 8rem); background: var(--white); }
.about-heading { position: relative; align-self: start; }
.about-heading::before { content: ""; position: absolute; top: -2rem; left: 0; width: 62px; height: 4px; background: linear-gradient(90deg, var(--navy), var(--ice)); }
.about-heading h2 { max-width: 520px; margin: 0; font-size: clamp(2.25rem, 4.8vw, 4.8rem); letter-spacing: -.04em; }
.about-signature { margin-top: 2rem; color: #54748f; font-family: var(--serif); font-size: .82rem; letter-spacing: .12em; text-transform: uppercase; }
.about-signature span { padding: 0 .65rem; color: var(--silver); }
.about-copy { max-width: 760px; }
.about-copy p { color: var(--muted); }
.about-copy .about-lead { margin-top: 0; color: var(--navy); font-family: var(--serif); font-size: clamp(1.25rem, 2vw, 1.65rem); line-height: 1.55; }
.about-copy blockquote { margin: 2.25rem 0 0; padding: 1.5rem 0 0 1.5rem; border-top: 1px solid var(--line); border-left: 4px solid var(--ice); color: var(--navy); font-family: var(--serif); font-size: 1.15rem; }
.about-copy blockquote strong { display: block; margin-top: .35rem; }

.section { padding: clamp(5rem, 9vw, 9rem) clamp(1.5rem, 7vw, 8rem); }
.section-heading { max-width: 720px; margin-bottom: 3rem; }
.section-heading h2, .insurance-copy h2, .contact-copy h2, .athlete-copy h2 { margin: 0 0 1.15rem; font-size: clamp(2rem, 4vw, 3.75rem); letter-spacing: -.035em; }
.section-heading > p:last-child, .insurance-copy > p:last-child { color: var(--muted); font-size: 1.05rem; }
.service-grid { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { min-height: 300px; padding: 2rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service-number { color: var(--ice); font-size: .75rem; font-weight: 700; letter-spacing: .16em; }
.service-card h3 { margin: 4.8rem 0 .7rem; font-size: 1.45rem; }
.service-card p { margin: 0; color: var(--muted); }

.athlete-section { padding: 0 clamp(1.25rem, 4vw, 4.5rem); }
.athlete-panel { position: relative; display: grid; grid-template-columns: 1fr .8fr; gap: 5vw; min-height: 660px; align-items: center; padding: clamp(3.5rem, 7vw, 7rem); overflow: hidden; background: var(--navy); color: var(--silver-light); }
.athlete-copy { position: relative; z-index: 2; max-width: 660px; }
.athlete-copy h2 { color: var(--white); }
.athlete-copy p { color: #c7d1dc; }
.athlete-copy .button { margin-top: 1.25rem; }
.performance-lines { position: relative; min-height: 430px; display: grid; align-content: center; }
.performance-lines span { position: absolute; inset: 0; border: 1px solid rgba(109,182,216,.24); border-radius: 50%; transform: translateX(17%); }
.performance-lines span:nth-child(2) { inset: 38px; }
.performance-lines span:nth-child(3) { inset: 76px; }
.performance-lines span:nth-child(4) { inset: 114px; }
.performance-lines strong { z-index: 1; font-family: var(--serif); font-size: clamp(2rem, 4vw, 4.4rem); line-height: 1.08; color: var(--white); }
.performance-lines strong:nth-of-type(2) { padding-left: 12%; color: var(--silver); }
.performance-lines strong:nth-of-type(3) { padding-left: 24%; color: var(--ice); }

.split-heading { max-width: none; display: grid; grid-template-columns: 1.15fr .75fr; gap: 7vw; align-items: end; }
.split-heading p:last-child { margin-bottom: 1rem; }
.team-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.25rem; }
.profile-card { grid-column: 1 / -1; display: grid; grid-template-columns: 160px 1fr; gap: 2rem; align-items: start; min-height: 250px; padding: 2rem; border: 1px solid var(--line); background: #fbfcfd; }
.featured-profile { grid-column: 1 / -1; grid-template-columns: 160px 1fr; background: linear-gradient(110deg, #f5f8fb, #fff); }
.profile-photo { width: 160px; aspect-ratio: 4 / 5; object-fit: cover; object-position: center top; border: 1px solid var(--silver); background: var(--silver-light); }
.featured-profile .profile-photo { width: 160px; }
.profile-role { margin: 0; color: #54748f; font-size: .72rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.profile-card h3 { margin: .45rem 0 .75rem; font-size: 1.6rem; }
.profile-card p { color: var(--muted); }
.profile-focus { margin-bottom: 0; }
.clinician-email-button { width: fit-content; margin-top: 1.25rem; }
.profile-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 1.5rem; }
.profile-facts p { margin: 0; padding: 1rem; border-top: 2px solid var(--ice); background: var(--white); font-size: .9rem; }
.profile-facts strong { display: block; margin-bottom: .35rem; color: var(--navy); font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }
.profile-details { margin-top: 1.25rem; border-top: 1px solid var(--line); }
.profile-details summary { padding: 1rem 0; color: var(--navy); cursor: pointer; font-weight: 700; }
.profile-details summary::marker { color: var(--ice); }
.profile-details > div { max-width: 850px; padding: .25rem 0 1rem; }
.profile-details h4 { margin: 1.5rem 0 .35rem; color: var(--navy); font-family: var(--serif); font-size: 1.05rem; }
.profile-details p { margin-top: 0; }

.insurance-section { display: grid; grid-template-columns: .82fr 1fr; gap: 7vw; padding: clamp(5rem, 9vw, 9rem) clamp(1.5rem, 7vw, 8rem); background: #f1f4f7; }
.insurance-list { display: grid; grid-template-columns: 1fr 1fr; align-content: start; margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--silver); }
.insurance-list li { padding: 1.15rem .5rem 1.15rem 0; border-bottom: 1px solid var(--silver); color: var(--navy); font-weight: 600; }
.insurance-list small { display: block; margin-top: .15rem; color: var(--muted); font-size: .76rem; font-weight: 500; }
.insurance-list li:nth-child(even) { padding-left: 1rem; }

.contact-section { display: grid; grid-template-columns: 1fr .7fr; gap: 8vw; padding: clamp(5rem, 9vw, 9rem) clamp(1.5rem, 7vw, 8rem); background: var(--navy-2); color: var(--white); }
.contact-copy h2 { color: var(--white); }
.contact-copy > p { max-width: 610px; color: #c7d1dc; font-size: 1.05rem; }
.contact-details { display: grid; gap: 1.5rem; align-content: center; font-style: normal; }
.contact-details div { border-bottom: 1px solid rgba(184,193,204,.35); }
.contact-details span { color: var(--ice); font-size: .72rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.contact-details p { margin: .35rem 0 1.25rem; font-family: var(--serif); font-size: 1.05rem; }
.contact-details a { text-underline-offset: .3rem; }

footer { display: grid; grid-template-columns: .7fr 1.4fr; gap: 5vw; padding: 3rem clamp(1.5rem, 7vw, 8rem); background: #061326; color: #9facbc; font-size: .79rem; }
.footer-brand { display: flex; flex-direction: column; }
.footer-brand strong { color: var(--white); font-family: var(--serif); font-size: 1rem; }
.footer-brand span { margin-top: .4rem; letter-spacing: .08em; text-transform: uppercase; }
.copyright { grid-column: 1 / -1; margin: 0; padding-top: 1.5rem; border-top: 1px solid rgba(184,193,204,.2); }

@media (max-width: 1080px) {
  .nav { display: none; }
  .site-header { justify-content: space-between; }
  .hero { grid-template-columns: 1fr .55fr; }
  .hero-visual { min-height: 440px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  .site-header { min-height: 72px; padding: .75rem 1rem; }
  .brand-text small { display: none; }
  .site-header .button-small { font-size: .75rem; min-height: 40px; padding: .5rem .7rem; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding: 4.5rem 1.25rem 2.5rem; background: linear-gradient(155deg, #fff 0%, #fff 74%, #e5eaf0 74%); }
  h1 { font-size: clamp(2.6rem, 13vw, 4.1rem); }
  .hero-visual { min-height: 360px; }
  .hero-visual img { width: 280px; }
  .silver-orbit { width: 360px; height: 360px; }
  .trust-line { gap: .8rem; flex-wrap: wrap; margin-top: 2.5rem; font-size: .7rem; }
  .trust-line span + span::before { margin-right: .8rem; }
  .intro-band, .intro-band div { align-items: flex-start; flex-direction: column; gap: .5rem; }
  .intro-band { padding: 1.2rem; }
  .section { padding-left: 1.25rem; padding-right: 1.25rem; }
  .service-grid, .team-grid, .insurance-section, .contact-section, .split-heading, .athlete-panel, .about-section { grid-template-columns: 1fr; }
  .about-section { gap: 2.5rem; padding-left: 1.25rem; padding-right: 1.25rem; }
  .service-card { min-height: auto; }
  .service-card h3 { margin-top: 2.2rem; }
  .athlete-section { padding: 0; }
  .athlete-panel { padding: 4rem 1.25rem; }
  .performance-lines { min-height: 320px; }
  .featured-profile { grid-column: auto; grid-template-columns: 120px 1fr; }
  .featured-profile .profile-photo { width: 120px; }
  .profile-card { grid-template-columns: 120px 1fr; }
  .profile-card .profile-photo { width: 120px; }
  .profile-facts { grid-template-columns: 1fr; }
  .insurance-section { padding-left: 1.25rem; padding-right: 1.25rem; }
  .insurance-list { grid-template-columns: 1fr; }
  .insurance-list li:nth-child(even) { padding-left: 0; }
  footer { grid-template-columns: 1fr; }
  .copyright { grid-column: auto; }
}

@media (max-width: 480px) {
  .brand-mark { width: 40px; }
  .brand-text strong { font-size: .88rem; }
  .site-header .button-small { max-width: 132px; text-align: center; line-height: 1.2; }
  .profile-card, .featured-profile { grid-template-columns: 1fr; }
  .insurance-list { font-size: .94rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
