:root {
  --navy: #043159;
  --navy-deep: #022642;
  --green: #3bb590;
  --green-pale: #dff5ee;
  --white: #ffffff;
  --ink: #0b2438;
  --muted: #61727f;
  --line: #dce7e5;
  --serif: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
  --sans: "Avenir Next", Avenir, "Century Gothic", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: var(--sans); overflow-x: hidden; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, textarea { font: inherit; }
button { color: inherit; }
::selection { background: var(--green); color: white; }
:focus-visible { outline: 3px solid rgba(59,181,144,.55); outline-offset: 4px; }

.page-noise { position: fixed; inset: 0; z-index: 20; opacity: .025; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E"); }
.section-shell { width: min(1180px, calc(100% - 64px)); margin: 0 auto; }
.site-header { height: 104px; width: min(1320px, calc(100% - 56px)); margin: auto; display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 30; }
.brand { width: 310px; }
.brand img { width: 100%; height: auto; }
nav { display: flex; gap: 34px; align-items: center; font-size: 13px; font-weight: 600; }
nav > a:not(.nav-cta) { position: relative; }
nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -6px; height: 1px; background: var(--green); transition: right .3s; }
nav > a:hover::after { right: 0; }
.nav-cta { color: white; background: var(--navy); padding: 15px 20px; border-radius: 2px; transition: transform .25s, background .25s; }
.nav-cta:hover { transform: translateY(-2px); background: var(--green); }
.nav-cta span, .button span { margin-left: 14px; }
.menu-toggle { display: none; background: none; border: 0; width: 46px; height: 46px; padding: 13px; }
.menu-toggle span { display: block; width: 100%; height: 2px; background: var(--navy); margin: 6px 0; transition: .3s; }

.hero { min-height: 720px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 55px; padding-top: 52px; padding-bottom: 90px; }
.eyebrow { margin: 0 0 25px; font-size: 11px; text-transform: uppercase; letter-spacing: .22em; font-weight: 700; display: flex; align-items: center; gap: 12px; }
.eyebrow > span { display: inline-block; width: 30px; height: 1px; background: var(--green); }
h1, h2 { font-family: var(--serif); font-weight: 400; letter-spacing: -.045em; margin: 0; line-height: .96; }
h1 { font-size: clamp(62px, 6.4vw, 98px); max-width: 700px; }
h1 em, h2 em { color: var(--green); font-weight: 400; }
.hero-lead { color: var(--muted); font-size: 18px; line-height: 1.75; max-width: 590px; margin: 31px 0 33px; }
.hero-actions { display: flex; gap: 28px; align-items: center; }
.button { display: inline-flex; justify-content: center; align-items: center; border: 0; cursor: pointer; padding: 18px 25px; font-weight: 700; font-size: 13px; transition: transform .25s, box-shadow .25s, background .25s; }
.button:hover { transform: translateY(-3px); }
.button-primary { background: var(--green); color: white; box-shadow: 0 16px 30px rgba(59,181,144,.18); }
.button-primary:hover { background: var(--navy); box-shadow: 0 18px 36px rgba(4,49,89,.22); }
.text-link { font-size: 13px; font-weight: 700; border-bottom: 1px solid var(--line); padding: 10px 0; }
.text-link span { color: var(--green); margin-left: 10px; }
.hero-license { display: flex; align-items: center; flex-wrap: wrap; gap: 5px; color: var(--muted); font-size: 10px; letter-spacing: .045em; margin: 28px 0 0; }
.hero-license > span { width: 19px; height: 19px; border-radius: 50%; display: inline-grid; place-items: center; background: var(--green-pale); color: var(--green); font-size: 10px; margin-right: 4px; }
.hero-license strong { color: var(--navy); font-weight: 700; }
.hero-contact { display: flex; gap: 30px; margin-top: 19px; }
.hero-contact a { display: flex; flex-direction: column; gap: 3px; }
.hero-contact span { color: var(--green); font-size: 8px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.hero-contact strong { color: var(--navy); font-family: var(--serif); font-size: 14px; font-weight: 500; }
.trust-row { display: flex; gap: 42px; border-top: 1px solid var(--line); padding-top: 22px; margin-top: 24px; }
.trust-row div { display: flex; flex-direction: column; gap: 3px; }
.trust-row strong { font-family: var(--serif); font-size: 18px; font-weight: 500; }
.trust-row span { font-size: 10px; text-transform: uppercase; letter-spacing: .1em; color: var(--muted); }

.hero-visual { position: relative; min-height: 600px; display: grid; place-items: center; }
.visual-card { width: min(430px, 82%); height: 570px; background: linear-gradient(160deg, #073c67 0%, var(--navy-deep) 100%); position: relative; overflow: hidden; box-shadow: 0 32px 80px rgba(4,49,89,.23); }
.visual-card::before { content: ""; position: absolute; width: 300px; height: 300px; border-radius: 50%; background: rgba(59,181,144,.16); filter: blur(3px); right: -130px; bottom: -80px; }
.visual-card::after { content: ""; position: absolute; inset: 14px; border: 1px solid rgba(255,255,255,.12); pointer-events: none; }
.doctor-photo-card { background: white; }
.doctor-photo-card::before,
.doctor-photo-card::after { display: none; }
.hero-doctor-photo { width: 100%; height: 100%; object-fit: contain; object-position: center center; transform: none; }
.visual-label { position: absolute; top: 38px; left: 40px; color: rgba(255,255,255,.58); text-transform: uppercase; letter-spacing: .2em; font-size: 9px; }
.visual-card svg { position: absolute; width: 87%; height: 83%; top: 62px; left: 8%; }
.anatomy-ghost { fill: none; stroke: rgba(255,255,255,.08); stroke-width: 42; stroke-linecap: round; }
.anatomy-line { fill: none; stroke: url(#colonGradient); stroke-width: 11; stroke-linecap: round; stroke-linejoin: round; stroke-dasharray: 1200; animation: draw 2.4s .35s ease-out both; }
@keyframes draw { from { stroke-dashoffset: 1200; } to { stroke-dashoffset: 0; } }
.visual-caption { position: absolute; bottom: 33px; left: 37px; color: white; font-size: 11px; display: flex; gap: 10px; align-items: center; }
.pulse { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 6px rgba(59,181,144,.14); animation: pulse 2s infinite; }
@keyframes pulse { 50% { box-shadow: 0 0 0 12px rgba(59,181,144,0); } }
.orbit { position: absolute; border: 1px solid rgba(59,181,144,.22); border-radius: 50%; }
.orbit-one { width: 565px; height: 565px; }
.orbit-two { width: 460px; height: 460px; border-color: rgba(4,49,89,.12); }
.floating-note { position: absolute; background: white; box-shadow: 0 15px 45px rgba(4,49,89,.15); padding: 18px 23px; font-family: var(--serif); font-size: 16px; z-index: 2; animation: float 4s ease-in-out infinite; }
.floating-note span { color: var(--green); font-family: var(--sans); font-size: 9px; display: block; margin-bottom: 6px; letter-spacing: .14em; }
.note-one { top: 125px; left: -4px; }
.note-two { right: -12px; bottom: 104px; animation-delay: -2s; }
@keyframes float { 50% { transform: translateY(-9px); } }

.intro-strip { background: var(--green); color: white; overflow: hidden; padding: 18px 0; transform: rotate(-1deg); width: 102%; margin-left: -1%; }
.marquee-track { display: flex; width: max-content; align-items: center; gap: 30px; animation: marquee 28s linear infinite; }
.marquee-track span { font-family: var(--serif); font-size: 27px; }
.marquee-track i { font-style: normal; font-size: 10px; }
@keyframes marquee { to { transform: translateX(-50%); } }

.services { padding-top: 155px; padding-bottom: 160px; }
.section-heading { display: grid; grid-template-columns: 1fr 1fr; column-gap: 50px; align-items: end; margin-bottom: 65px; }
.section-heading .eyebrow { grid-column: 1 / -1; }
.section-heading h2 { font-size: clamp(48px, 5.2vw, 78px); max-width: 700px; }
.section-heading > p:last-child { color: var(--muted); line-height: 1.7; max-width: 410px; justify-self: end; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { min-height: 360px; padding: 30px 32px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); position: relative; transition: background .35s, transform .35s, color .35s; overflow: hidden; }
.service-card::after { content: ""; position: absolute; width: 160px; height: 160px; border: 1px solid rgba(59,181,144,.18); border-radius: 50%; right: -90px; top: -90px; transition: transform .5s; }
.service-card:hover { background: var(--navy); color: white; transform: translateY(-5px); z-index: 2; }
.service-card:hover::after { transform: scale(2); }
.service-index { font-size: 9px; letter-spacing: .18em; color: var(--green); }
.service-icon { font-family: var(--serif); color: var(--green); font-size: 54px; height: 92px; display: flex; align-items: center; }
.colon-icon span { width: 38px; height: 48px; border: 5px solid currentColor; border-radius: 12px 12px 18px 18px; border-top-color: transparent; position: relative; }
.colon-icon span::after { content: ""; position: absolute; height: 24px; border-left: 5px solid currentColor; left: 12px; bottom: -19px; }
.service-card h3 { font-family: var(--serif); font-size: 28px; font-weight: 500; margin: 0 0 13px; }
.service-card p { color: var(--muted); line-height: 1.65; font-size: 14px; margin: 0; }
.service-card:hover p { color: rgba(255,255,255,.68); }
.service-card a { position: absolute; bottom: 28px; font-size: 11px; font-weight: 700; border-bottom: 1px solid currentColor; padding-bottom: 4px; }
.service-card a span { color: var(--green); margin-left: 9px; }

.doctor { background: var(--navy); color: white; min-height: 780px; display: grid; grid-template-columns: 1fr 1fr; }
.doctor-portrait { min-height: 780px; position: relative; display: grid; place-items: center; overflow: hidden; background: #053661; }
.doctor-portrait::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 50% 40%, rgba(59,181,144,.34), transparent 47%), linear-gradient(130deg, rgba(255,255,255,.04), transparent); }
.portrait-shape { width: min(520px, 80%); height: 650px; border-radius: 50% 50% 3px 3px; border: 1px solid rgba(255,255,255,.15); position: relative; overflow: hidden; background: #f7f7f5; display: grid; place-items: center; }
.doctor-section-photo { width: 100%; height: 100%; object-fit: contain; object-position: center center; }
.portrait-shape svg { width: 100%; height: 100%; color: rgba(255,255,255,.35); position: absolute; bottom: -10px; }
.monogram { position: absolute; left: 50%; top: 43%; transform: translate(-50%,-50%); font-family: var(--serif); color: rgba(255,255,255,.9); font-size: 120px; letter-spacing: -.1em; z-index: 2; }
.portrait-badge { position: absolute; right: 9%; bottom: 12%; width: 130px; height: 130px; border-radius: 50%; background: var(--green); display: flex; flex-direction: column; align-items: center; justify-content: center; transform: rotate(-8deg); }
.portrait-badge strong { font-family: var(--serif); font-size: 19px; }
.portrait-badge span { font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.doctor-copy { padding: 115px max(48px, 9vw); display: flex; flex-direction: column; justify-content: center; }
.eyebrow.light { color: rgba(255,255,255,.65); }
.doctor-copy h2 { font-size: clamp(48px, 5vw, 74px); }
.doctor-role { color: var(--green); text-transform: uppercase; letter-spacing: .16em; font-size: 11px; margin: 24px 0; }
.doctor-description { color: rgba(255,255,255,.67); line-height: 1.75; max-width: 610px; font-size: 16px; }
.doctor-credentials { max-width: 650px; margin-top: 28px; border-top: 1px solid rgba(255,255,255,.14); }
.doctor-credentials > div { display: grid; grid-template-columns: 145px 1fr; gap: 24px; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.doctor-credentials span { color: var(--green); font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; padding-top: 4px; }
.doctor-credentials p { color: rgba(255,255,255,.72); font-size: 13px; line-height: 1.65; margin: 0; }
.doctor-credentials p strong { color: white; font-weight: 600; letter-spacing: .06em; }
.doctor-credentials p strong:not(:last-child)::after { content: " · "; color: var(--green); margin: 0 7px; }
.doctor-values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin: 34px 0 40px; border-top: 1px solid rgba(255,255,255,.14); padding-top: 25px; }
.doctor-values div { display: flex; flex-direction: column; gap: 11px; }
.doctor-values span { color: var(--green); font-size: 9px; }
.doctor-values strong { font-family: var(--serif); font-size: 16px; font-weight: 400; line-height: 1.3; }
.button-light { background: white; color: var(--navy); align-self: flex-start; }
.button-light:hover { background: var(--green); color: white; }

.reasons { padding-top: 150px; padding-bottom: 150px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 85px; }
.reasons .section-heading { display: block; margin: 0; }
.reasons .section-heading h2 { font-size: clamp(52px, 5vw, 78px); }
.symptom-list { border-top: 1px solid var(--line); }
.symptom-list > div { display: grid; grid-template-columns: 40px 1fr 30px; align-items: center; border-bottom: 1px solid var(--line); min-height: 79px; transition: padding .25s, color .25s; }
.symptom-list > div:hover { padding-left: 12px; color: var(--green); }
.symptom-list span { font-size: 9px; color: var(--green); }
.symptom-list p { font-family: var(--serif); font-size: 23px; margin: 0; }
.symptom-list i { font-style: normal; color: var(--green); }

.process { background: var(--navy-deep); color: white; padding: 130px 0; position: relative; overflow: hidden; }
.process::after { content: ""; position: absolute; width: 600px; height: 600px; border: 1px solid rgba(59,181,144,.18); border-radius: 50%; top: -350px; right: -100px; box-shadow: 0 0 0 110px rgba(59,181,144,.025), 0 0 0 220px rgba(59,181,144,.02); }
.process .section-heading { display: block; }
.process .section-heading h2 { font-size: clamp(52px, 5vw, 76px); }
.process-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(255,255,255,.13); position: relative; z-index: 2; }
.process-steps article { background: var(--navy-deep); padding: 44px; min-height: 260px; }
.process-steps span { width: 42px; height: 42px; border: 1px solid var(--green); color: var(--green); border-radius: 50%; display: grid; place-items: center; font-family: var(--serif); }
.process-steps h3 { font-family: var(--serif); font-size: 30px; font-weight: 400; margin: 42px 0 12px; }
.process-steps p { color: rgba(255,255,255,.58); line-height: 1.65; font-size: 14px; margin: 0; }

.faq { padding-top: 150px; padding-bottom: 150px; display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; }
.faq .section-heading { display: block; margin: 0; }
.faq .section-heading h2 { font-size: clamp(50px, 5vw, 74px); }
.accordion { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { list-style: none; cursor: pointer; font-family: var(--serif); font-size: 21px; padding: 27px 3px; display: flex; justify-content: space-between; gap: 20px; }
summary::-webkit-details-marker { display: none; }
summary span { color: var(--green); font-family: var(--sans); font-weight: 300; transition: transform .3s; }
details[open] summary span { transform: rotate(45deg); }
details p { color: var(--muted); line-height: 1.7; font-size: 14px; padding: 0 45px 28px 3px; margin: 0; }

.contact { min-height: 740px; background: var(--navy); color: white; padding: 120px max(7vw, 40px); display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; position: relative; overflow: hidden; }
.contact-glow { position: absolute; width: 640px; height: 640px; border-radius: 50%; background: var(--green); filter: blur(180px); opacity: .14; left: -220px; bottom: -300px; }
.contact-copy { position: relative; z-index: 1; }
.contact-copy h2 { font-size: clamp(52px, 5.2vw, 80px); }
.contact-copy > p:not(.eyebrow) { color: rgba(255,255,255,.65); margin-top: 28px; }
.contact-details { display: grid; grid-template-columns: 1.35fr .65fr; gap: 38px; margin-top: 50px; border-top: 1px solid rgba(255,255,255,.14); padding-top: 22px; }
.contact-details div { display: flex; flex-direction: column; gap: 6px; }
.contact-details span { font-size: 9px; letter-spacing: .16em; text-transform: uppercase; color: var(--green); }
.contact-details strong { font-family: var(--serif); font-weight: 400; }
.contact-details a:not(strong a) { color: rgba(255,255,255,.6); font-size: 10px; line-height: 1.55; }
.contact-form { background: white; color: var(--ink); padding: 45px 50px; position: relative; z-index: 1; box-shadow: 0 30px 75px rgba(0,0,0,.18); }
.form-heading { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 30px; }
.form-heading span { font-family: var(--serif); font-size: 28px; }
.form-heading small { color: var(--muted); }
.contact-form label { display: block; font-size: 10px; text-transform: uppercase; letter-spacing: .11em; font-weight: 700; margin-top: 19px; }
.contact-form input, .contact-form textarea { width: 100%; border: 0; border-bottom: 1px solid var(--line); padding: 13px 0; outline: 0; resize: vertical; color: var(--ink); background: transparent; text-transform: none; letter-spacing: 0; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--green); }
.contact-form .button { width: 100%; margin-top: 27px; }
.form-status { color: var(--green); min-height: 20px; font-size: 12px; text-align: center; }
.privacy { color: #89969f; display: block; font-size: 9px; line-height: 1.5; text-align: center; }

footer { padding: 55px max(4vw, 30px) 30px; display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 60px; font-size: 11px; color: var(--muted); }
.footer-brand { width: 220px; }
.footer-specialty p { margin: 0; }
.footer-specialty p + p { color: var(--navy); font-size: 9px; letter-spacing: .04em; margin-top: 7px; }
footer > a:last-of-type { color: var(--navy); font-weight: 700; }
footer small { grid-column: 1 / -1; border-top: 1px solid var(--line); padding-top: 22px; }
.floating-cta { position: fixed; z-index: 25; right: 22px; bottom: 22px; height: 54px; background: var(--green); color: white; display: flex; align-items: center; box-shadow: 0 14px 32px rgba(4,49,89,.22); }
.floating-cta span { width: 54px; height: 54px; display: grid; place-items: center; font-size: 22px; border-right: 1px solid rgba(255,255,255,.25); }
.floating-cta b { padding: 0 20px; font-size: 11px; text-transform: uppercase; letter-spacing: .09em; }

.reveal { opacity: 0; transform: translateY(25px); transition: opacity .8s ease, transform .8s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .12s; }
.delay-2 { transition-delay: .24s; }

@media (max-width: 1000px) {
  .site-header { height: 88px; }
  .brand { width: 250px; }
  .menu-toggle { display: block; z-index: 2; }
  .menu-open .menu-toggle span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-open .menu-toggle span:last-child { transform: translateY(-4px) rotate(-45deg); }
  nav { display: none; position: fixed; inset: 0; background: white; flex-direction: column; align-items: flex-start; justify-content: center; padding: 12vw; font-family: var(--serif); font-size: 36px; }
  .menu-open nav { display: flex; }
  .nav-cta { font-family: var(--sans); font-size: 13px; }
  .hero { grid-template-columns: 1fr; padding-top: 70px; }
  .hero-copy { max-width: 760px; }
  .hero-visual { min-height: 650px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .doctor { grid-template-columns: 1fr; }
  .doctor-portrait { min-height: 680px; }
  .doctor-copy { padding: 100px 10vw; }
  .reasons, .faq, .contact { grid-template-columns: 1fr; }
  .reasons, .faq { gap: 55px; }
  .process-steps { grid-template-columns: 1fr; }
  .process-steps article { min-height: auto; }
}

@media (max-width: 680px) {
  .section-shell { width: calc(100% - 38px); }
  .site-header { width: calc(100% - 30px); }
  .brand { width: 220px; }
  .hero { padding-top: 40px; padding-bottom: 60px; gap: 35px; }
  h1 { font-size: clamp(52px, 15.5vw, 72px); }
  .hero-lead { font-size: 16px; line-height: 1.65; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 14px; }
  .hero-license { line-height: 1.7; }
  .hero-contact { flex-direction: column; gap: 12px; }
  .trust-row { gap: 15px; justify-content: space-between; }
  .trust-row > div { min-width: 0; }
  .trust-row strong { font-size: 15px; }
  .trust-row span { font-size: 8px; }
  .hero-visual { min-height: 505px; }
  .visual-card { height: 480px; width: 88%; }
  .orbit-one { width: 430px; height: 430px; }
  .orbit-two { width: 350px; height: 350px; }
  .floating-note { font-size: 13px; padding: 13px 15px; }
  .note-one { left: -7px; top: 70px; }
  .note-two { right: -5px; bottom: 60px; }
  .services { padding-top: 110px; padding-bottom: 110px; }
  .section-heading { display: block; }
  .section-heading h2 { font-size: 48px; }
  .section-heading > p:last-child { margin-top: 25px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 330px; }
  .doctor-portrait { min-height: 540px; }
  .portrait-shape { height: 490px; width: 88%; }
  .monogram { font-size: 90px; }
  .portrait-badge { width: 105px; height: 105px; right: 3%; }
  .doctor-copy { padding: 80px 26px; }
  .doctor-copy h2 { font-size: 49px; }
  .doctor-credentials > div { grid-template-columns: 1fr; gap: 8px; }
  .doctor-values { grid-template-columns: 1fr; }
  .doctor-values div { display: grid; grid-template-columns: 30px 1fr; }
  .reasons, .faq { padding-top: 100px; padding-bottom: 100px; }
  .symptom-list p { font-size: 19px; }
  .process { padding: 100px 0; }
  .process-steps article { padding: 34px 28px; }
  .contact { padding: 90px 20px; gap: 50px; }
  .contact-copy h2 { font-size: 50px; }
  .contact-details { grid-template-columns: 1fr; gap: 28px; }
  .contact-form { padding: 35px 25px; }
  .form-heading { display: block; }
  .form-heading small { display: block; margin-top: 6px; }
  footer { grid-template-columns: 1fr; gap: 22px; padding-bottom: 100px; }
  footer small { grid-column: 1; }
  .floating-cta b { display: none; }
}

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