:root{
  --ink:#123e46;
  --ink-2:#204f55;
  --orange:#e89a45;
  --cream:#fbf7ed;
  --paper:#fffdf8;
  --gold:#d6b45c;
  --muted:#657478;
  --line:#d9e0dc;
  --white:#ffffff;
  --shadow:0 18px 45px rgba(18,62,70,.12);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:"DM Sans",sans-serif;color:var(--ink);background:var(--paper);line-height:1.6}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.topbar{background:var(--ink);color:white;display:flex;justify-content:center;gap:24px;padding:8px 20px;font-size:14px}.topbar a{font-weight:700;color:#ffd99a}
.site-header{height:92px;padding:0 min(6vw,84px);display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);background:rgba(255,253,248,.96);position:sticky;top:0;z-index:20;backdrop-filter:blur(12px)}
.brand{display:flex;align-items:center;gap:12px}.brand img{width:65px;height:65px;object-fit:contain}.brand span{display:flex;flex-direction:column;line-height:1}.brand strong{font-size:20px;letter-spacing:.06em}.brand small{font-size:11px;margin-top:7px;color:var(--muted);text-transform:uppercase;letter-spacing:.14em}
.nav{display:flex;gap:24px;align-items:center;font-size:14px;font-weight:600}.nav a:not(.button):hover{color:var(--orange)}
.menu-toggle{display:none;background:none;border:1px solid var(--line);padding:8px 12px;border-radius:8px;color:var(--ink);font-weight:700}
.button{display:inline-flex;align-items:center;justify-content:center;background:var(--orange);color:#1e3438;font-weight:800;padding:14px 20px;border-radius:999px;border:1px solid var(--orange);transition:.2s transform,.2s box-shadow}.button:hover{transform:translateY(-1px);box-shadow:0 8px 20px rgba(232,154,69,.25)}.button.small{padding:10px 16px}.button.ghost{background:transparent;border-color:var(--ink);color:var(--ink)}.button.light{background:white;border-color:white;color:var(--ink)}.button.outline-light{background:transparent;border-color:white;color:white}
.hero{min-height:700px;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:45px;padding:72px min(7vw,100px);background:linear-gradient(120deg,#fffaf0 0%,#f8f3e6 58%,#f0e3bf 100%);overflow:hidden}.hero h1,.section h2,.cta h2{font-family:"Playfair Display",serif;line-height:1.06;margin:.15em 0 .4em}.hero h1{font-size:clamp(48px,6vw,88px);max-width:880px}.lead{font-size:20px;max-width:700px;color:#4f6063}.eyebrow{font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--orange);font-size:12px}.hero-actions{display:flex;gap:12px;margin:28px 0}.hero-actions.centered{justify-content:center}.stats-row{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:40px}.stats-row div{border-top:2px solid var(--ink);padding-top:12px}.stats-row strong{display:block;font-size:19px}.stats-row span{display:block;color:var(--muted);font-size:13px}.hero-art{position:relative}.hero-art img{width:100%;max-height:580px;object-fit:contain;filter:drop-shadow(0 20px 35px rgba(18,62,70,.12))}.hero-caption{position:absolute;left:50%;bottom:18px;transform:translateX(-50%);background:var(--ink);color:white;padding:12px 18px;border-radius:999px;white-space:nowrap;font-size:13px;font-weight:700}
.strip{padding:28px min(7vw,100px);display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:white}.strip>div:first-child{display:flex;flex-direction:column}.kicker{color:var(--orange);font-size:11px;font-weight:800;letter-spacing:.14em}.credential-links{display:flex;gap:24px;color:var(--muted);font-size:13px}
.credential-badges{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;padding:28px min(7vw,100px);background:#fff}.credential-badge{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;min-height:210px;border:1px solid var(--line);border-radius:18px;padding:20px;background:#fff;box-shadow:0 6px 18px rgba(18,62,70,.05);text-align:center}.credential-badge img{display:block;width:100%;height:112px;object-fit:contain}.credential-badge span{font-size:12px;line-height:1.35;color:var(--muted);font-weight:700}.seo-authority{padding:70px min(12vw,180px);text-align:center;background:linear-gradient(135deg,#123e46,#1b555d);color:#fff}.seo-authority h2{max-width:950px;margin:8px auto 20px;font-family:"Playfair Display",serif;font-size:clamp(34px,4.5vw,58px);line-height:1.08}.seo-authority>p:last-child{max-width:900px;margin:0 auto;color:#dbe8e8;font-size:18px}.seo-authority .eyebrow{color:#ffd99a}
.section{padding:90px min(7vw,100px)}.section-heading{max-width:780px;margin-bottom:42px}.section-heading.inline{max-width:none;display:flex;justify-content:space-between;gap:40px;align-items:end}.section-heading.inline p:last-child{max-width:430px}.section h2,.cta h2{font-size:clamp(38px,4.5vw,60px)}.cards{display:grid;gap:22px}.cards.three{grid-template-columns:repeat(3,1fr)}.card{background:white;border:1px solid var(--line);padding:30px;border-radius:22px;box-shadow:0 8px 24px rgba(18,62,70,.04)}.card-number{display:inline-block;color:var(--orange);font-weight:800;margin-bottom:16px}.card h3{font-size:24px;line-height:1.2;margin:0 0 12px}.card p{color:var(--muted)}.card a,.text-link{font-weight:800;color:var(--ink)}
.split-section{display:grid;grid-template-columns:1fr 1fr;gap:60px;background:var(--ink);color:white}.split-section p{color:#dbe8e8}.pill-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;align-content:center}.pill-grid span{border:1px solid rgba(255,255,255,.28);padding:18px;border-radius:14px;background:rgba(255,255,255,.05)}
.results{background:#f6f1e6}.featured-result{background:white;border-radius:26px;padding:18px;box-shadow:var(--shadow);max-width:1150px;margin:auto}.featured-result img{width:100%;border-radius:16px}.disclaimer{font-size:12px;color:var(--muted);margin-top:18px}
.result-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;max-width:1150px;margin:auto}.result-gallery figure{margin:0;background:#fff;border-radius:22px;padding:14px;box-shadow:var(--shadow)}.result-gallery img{display:block;width:100%;height:auto;border-radius:14px}.result-gallery figcaption{text-align:center;font-weight:800;color:var(--ink);padding:12px 6px 4px}
.recovery{background:white}.timeline{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.timeline>div{padding:28px;border-right:1px solid var(--line)}.timeline>div:last-child{border-right:none}.timeline b{color:var(--orange);font-size:30px}.timeline h3{margin:10px 0}.timeline p{color:var(--muted)}
.reviews{display:grid;grid-template-columns:.8fr 1.2fr;gap:50px;align-items:center;background:linear-gradient(135deg,#0c2d33,#154b53);color:#fff}.reviews-summary>p{color:#d6e5e5}.reviews-summary h2{margin-top:4px}.stars{font-size:34px;letter-spacing:.12em;color:#f5b544}.review-grid{display:grid;gap:16px}.review-grid blockquote{margin:0;padding:24px;border-radius:18px;background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.16)}.review-grid blockquote p{font-size:20px;font-weight:700;margin:0 0 12px}.review-grid cite{font-size:13px;color:#c9dddd;font-style:normal}
.surgeons{background:var(--cream)}.surgeon-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.surgeon-card{background:white;border-radius:24px;overflow:hidden;display:grid;grid-template-columns:44% 56%;min-height:420px;box-shadow:0 8px 25px rgba(18,62,70,.06)}.surgeon-card img{height:100%;width:100%;object-fit:contain;background:#ecd18f;padding:20px}.surgeon-card div{padding:34px}.surgeon-card h3{font-family:"Playfair Display",serif;font-size:30px;line-height:1.15;margin:8px 0 16px}.surgeon-card p{color:var(--muted)}.role{font-size:11px;font-weight:900;letter-spacing:.14em;color:var(--orange)}
.hero-art.result-art{background:#fff;border-radius:26px;padding:16px;box-shadow:var(--shadow)}
.hero-art.result-art img{display:block;border-radius:16px}
.hero-showcase{display:flex;flex-direction:column;gap:16px}.hero-surgeons{display:grid;grid-template-columns:1fr 1fr;gap:14px}.hero-surgeon{display:flex;align-items:center;gap:12px;min-width:0;background:rgba(255,255,255,.92);border:1px solid rgba(18,62,70,.12);border-radius:20px;padding:10px 14px;box-shadow:0 10px 28px rgba(18,62,70,.09)}.hero-surgeon img{width:88px;height:110px;flex:0 0 88px;object-fit:contain;object-position:center bottom;filter:none}.hero-surgeon span{display:flex;flex-direction:column;line-height:1.2}.hero-surgeon strong{font-size:14px}.hero-surgeon small{margin-top:6px;color:var(--orange);font-size:11px;font-weight:800}.hero-result{position:relative;background:#fff;border-radius:26px;padding:16px;box-shadow:var(--shadow)}.hero-result>img{display:block;width:100%;max-height:420px;object-fit:contain;border-radius:16px;filter:none}
.surgeon-card{min-height:460px}
.surgeon-card img{height:460px;object-position:center;background:linear-gradient(180deg,#fff8e8,#ecd18f);padding:24px}
.facility{background:white}.cost{display:grid;grid-template-columns:1fr 1fr;gap:60px;background:#f8f1df}.cost p{color:var(--muted)}
.faq details{border-top:1px solid var(--line);padding:20px 0}.faq details:last-child{border-bottom:1px solid var(--line)}.faq summary{font-weight:800;font-size:20px;cursor:pointer}.faq details p{max-width:850px;color:var(--muted)}
.locations{background:var(--ink);color:white}.locations .section-heading{max-width:850px}.locations-intro{max-width:720px;color:#dbe8e8;font-size:18px}.location-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.location-card{overflow:hidden;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.16);border-radius:24px;box-shadow:0 18px 42px rgba(3,23,27,.22)}.map-frame{position:relative;aspect-ratio:16/9;background:#dbe8e8}.map-frame iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.location-content{padding:30px}.location-label{margin:0 0 6px;color:#ffd99a;font-size:11px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.location-card h3{margin:0 0 12px;font-family:"Playfair Display",serif;font-size:34px;line-height:1.15}.location-card address{color:#fff;font-size:17px;font-style:normal;font-weight:700;line-height:1.55}.location-card .location-hours{margin:18px 0 22px;color:#dbe8e8}.location-actions{display:flex;flex-wrap:wrap;gap:10px}.map-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:46px;padding:11px 16px;border-radius:999px;font-size:14px;font-weight:800;transition:.2s transform,.2s background,.2s box-shadow}.map-button:hover{transform:translateY(-1px)}.map-button.google-maps{background:var(--orange);color:#18373c;box-shadow:0 8px 20px rgba(232,154,69,.2)}.map-button.apple-maps{border:1px solid rgba(255,255,255,.55);background:rgba(255,255,255,.06);color:#fff}.map-button.apple-maps:hover{background:rgba(255,255,255,.13)}
.partner{display:flex;align-items:center;justify-content:space-between;gap:40px;background:#fff7e7}.partner>div{max-width:720px}
.cta{text-align:center;padding:95px 20px;background:linear-gradient(135deg,#123e46,#1e5a62);color:white}.cta p:not(.eyebrow){font-size:20px;color:#dbe8e8}.cta .eyebrow{color:#ffd99a}.cta .booking-note{font-size:12px;margin:18px auto 0;color:#bcd0d0}
footer{background:#0c2d33;color:white;padding:55px min(7vw,100px) 30px;display:grid;grid-template-columns:1.3fr 1fr 1fr .8fr;gap:30px;align-items:start}.footer-brand{display:flex;align-items:center;gap:12px}.footer-brand img{width:75px;height:75px;object-fit:contain}.footer-links,.footer-contact,.social-links{display:flex;flex-direction:column;gap:8px;font-size:14px}.footer-links a,.footer-contact span,.social-links a{color:#c6d8d8}.footer-contact a{font-weight:700}.legal{grid-column:1/-1;border-top:1px solid rgba(255,255,255,.15);padding-top:18px;margin-top:10px;color:#93aaaa;font-size:12px}
@media(max-width:980px){.site-header{height:auto;min-height:78px;flex-wrap:wrap;padding-top:8px;padding-bottom:8px}.menu-toggle{display:block}.nav{display:none;width:100%;flex-direction:column;align-items:flex-start;padding:18px 0}.nav.open{display:flex}.hero{grid-template-columns:1fr;padding-top:55px}.hero-art{order:-1}.hero-art img{max-height:380px}.hero-caption{white-space:normal;text-align:center;width:85%}.stats-row{grid-template-columns:1fr}.strip,.section-heading.inline,.partner{flex-direction:column;align-items:flex-start}.credential-links{flex-direction:column;gap:5px}.credential-badges{grid-template-columns:repeat(2,1fr)}.cards.three,.timeline,.surgeon-grid,.cost,.location-grid,.reviews{grid-template-columns:1fr}.timeline>div{border-right:none;border-bottom:1px solid var(--line)}.timeline>div:last-child{border-bottom:none}.split-section{grid-template-columns:1fr}.surgeon-card{grid-template-columns:1fr;min-height:0}.surgeon-card img{max-height:350px}.pill-grid{grid-template-columns:1fr}footer{grid-template-columns:1fr 1fr}}
@media(max-width:640px){.topbar{flex-direction:column;gap:2px;text-align:center}.site-header{padding-left:18px;padding-right:18px}.brand span{display:none}.hero,.section{padding-left:20px;padding-right:20px}.hero h1{font-size:44px}.hero-surgeons{grid-template-columns:1fr 1fr;gap:8px}.hero-surgeon{flex-direction:column;text-align:center;padding:8px;gap:5px}.hero-surgeon img{width:72px;height:88px;flex-basis:88px}.hero-surgeon strong{font-size:12px}.hero-surgeon small{font-size:10px;margin-top:3px}.section{padding-top:65px;padding-bottom:65px}.credential-badges{grid-template-columns:1fr;padding-left:20px;padding-right:20px}.cards.three{gap:14px}.result-gallery{grid-template-columns:1fr}.surgeon-card div{padding:24px}.location-grid{gap:18px}.location-content{padding:24px 20px}.location-card h3{font-size:30px}.location-actions{flex-direction:column}.map-button{width:100%}footer{grid-template-columns:1fr;padding-left:20px;padding-right:20px}}
