/* VISUAL EYES — warm, editorial ophthalmology.
   Logo-derived coffee and olive tones; no UI framework. */
:root {
  --white: #fff;
  --paper: #f7f5ef;
  --sand: #eee9df;
  --coffee: #84754e;
  --coffee-dark: #70613e;
  --ink: #302d26;
  --muted: #69665e;
  --line: #dcd6c9;
  --dark: #35382e;
  --serif: 'Fraunces', Georgia, serif;
  --sans: 'Inter', Arial, sans-serif;
  --gutter: clamp(24px, 5.5vw, 112px);
  --section-space: clamp(76px, 8vw, 145px);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; font-family: var(--sans); color: var(--ink); background: var(--white); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }
a, button, summary { -webkit-tap-highlight-color: transparent; touch-action: manipulation; }
img { max-width: 100%; display: block; }
h1,h2,h3,p { margin: 0; }
h1,h2,h3 { font-family: var(--serif); font-weight: 400; }
h2 { font-size: clamp(40px, 4.3vw, 72px); line-height: 1.13; letter-spacing: -.045em; }
em { font-weight: 400; color: var(--coffee-dark); }
p { font-size: 17px; line-height: 1.85; color: var(--muted); }
::selection { background: #ded4b9; color: var(--ink); }
:focus-visible { outline: 2px solid var(--coffee); outline-offset: 6px; }
.section { padding: var(--section-space) var(--gutter); }
.eyebrow { font-family: var(--sans); font-size: 12px; line-height: 1.7; font-weight: 500; letter-spacing: .14em; color: var(--coffee-dark); }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 30px; min-height: 58px; padding: 17px 25px; font-size: 14px; font-weight: 500; background: var(--coffee-dark); color: white; border: 1px solid var(--coffee-dark); transition: background .25s, transform .25s, box-shadow .25s; position: relative; overflow: hidden; }
.button:before { content: ''; position: absolute; inset: 0; background: linear-gradient(110deg, transparent 20%, #ffffff14, transparent 75%); transform: translateX(-100%); transition: transform .6s; pointer-events: none; }
.button:hover { background: #5d5033; box-shadow: 0 7px 22px #70613e18; }
.button:hover:before { transform: translateX(100%); }
.button span,.underlined-link span { font-family: var(--sans); font-size: 22px; line-height: 1; transition: transform .25s; }
.button:hover span,.underlined-link:hover span { transform: translate(3px,-3px); }
.button-small { min-height: 46px; padding: 11px 20px; font-size: 13px; gap: 28px; }
.underlined-link { display: inline-flex; align-items: center; justify-content: space-between; gap: 24px; font-size: 14px; padding: 12px 0; border-bottom: 1px solid var(--line); transition: border-color .25s; }
.underlined-link:hover { border-color: var(--coffee); }
.actions { display: flex; align-items: center; flex-wrap: wrap; gap: 30px; }
.skip-link { position: fixed; top: -100px; left: 20px; background: white; padding: 15px 22px; z-index: 100; }
.skip-link:focus { top: 12px; }
/* Navigation */
.site-header { height: 100px; padding: 24px var(--gutter); display: flex; align-items: center; justify-content: space-between; gap: 32px; position: fixed; top: 0; left: 0; right: 0; z-index: 50; background: #f7f5eff5; transition: height .3s, box-shadow .3s, background .3s; }
.site-header.scrolled { height: 82px; background: #fffffff2; backdrop-filter: blur(14px); box-shadow: 0 1px 0 var(--line); }
.brand { flex-shrink: 0; }
.brand img { width: 190px; height: auto; }
.main-nav { display: flex; align-items: center; gap: clamp(20px,2.5vw,42px); }
.main-nav>a { font-size: 14px; padding: 10px 0; position: relative; }
.main-nav>a:after { content: ''; position: absolute; left: 0; right: 0; bottom: 3px; height: 1px; background: var(--coffee); transform: scaleX(0); transform-origin: left; transition: transform .3s; }
.main-nav>a:hover:after,.main-nav>a[aria-current]:after { transform: scaleX(1); }
.menu-toggle { display: none; }
/* Asymmetric portrait with a floating optical contour. */
.hero { background: var(--paper); padding: 145px var(--gutter) 0; min-height: min(900px,100svh); display: grid; grid-template-columns: 1.1fr 1fr; column-gap: 6%; position: relative; overflow: clip; }
.hero-copy { align-self: center; padding: 16px 0 36px; position: relative; z-index: 2; }
.hero-eyebrow { display: flex; align-items: center; gap: 12px; font-size: 11px; letter-spacing: .1em; }
.little-line { width: 27px; height: 1px; flex-shrink: 0; background: var(--coffee); }
.hero h1 { font-size: clamp(57px,5.85vw,98px); line-height: 1.065; letter-spacing: -.054em; margin-top: 29px; }
.hero h1 em { letter-spacing: -.06em; }
.hero-description { margin-top: 27px; max-width: 495px; font-size: 17px; line-height: 1.85; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 27px; margin-top: 30px; }
.hero-actions .underlined-link { font-size: 13px; gap: 15px; }
.hero-location { display: flex; gap: 13px; align-items: flex-start; margin-top: 38px; }
.location-dot { width: 7px; height: 7px; border: 1px solid var(--coffee); border-radius: 50%; margin-top: 6px; box-shadow: 0 0 0 4px #84754e0c; }
.hero-location p { font-size: 12px; line-height: 1.8; color: var(--ink); }
.hero-location p span { color: var(--muted); }
.hero-visual { position: relative; align-self: stretch; min-height: 610px; padding: 0 22px 28px 0; }
.portrait-wrap { position: relative; height: 100%; width: 100%; overflow: hidden; border-top-left-radius: 170px; background: var(--sand); }
.hero-portrait { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; object-position: center 30%; transition: transform 1.3s; }
.hero-visual:hover .hero-portrait { transform: scale(1.025); }
.portrait-shade { position: absolute; inset: 45% 0 0; background: linear-gradient(transparent,#201e198f); }
.portrait-signature { position: absolute; left: 32px; bottom: 33px; color: white; z-index: 2; }
.portrait-signature>span { font-size: 10px; letter-spacing: .15em; }
.portrait-signature p { font-family: var(--serif); font-size: 32px; line-height: 1.13; color: white; margin: 12px 0; letter-spacing: -.025em; }
.hero-orbit { position: absolute; width: 64%; aspect-ratio: 1; bottom: -10px; right: -15%; pointer-events: none; transform: translate(var(--orbit-x,0px),var(--orbit-y,0px)); transition: transform .8s ease-out; }
.hero-orbit span { position: absolute; inset: 0; border: 1px solid #b9a98095; border-radius: 50%; }
.hero-orbit span+span { inset: 12%; border-color: #e1d5b7a0; }
.portrait-side { position: absolute; right: 0; top: 12%; writing-mode: vertical-rl; font-size: 9px; letter-spacing: .18em; color: var(--coffee-dark); }
.hero-foot { grid-column: 1/-1; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); min-height: 80px; margin-top: 15px; position: relative; z-index: 3; }
.hero-foot>span { font-family: var(--serif); font-size: 19px; }
.hero-foot>a { font-size: 12px; display: flex; align-items: center; gap: 38px; }
.hero-foot>a span { font-size: 25px; }
/* A continuous narrative, never a wall of cards. */
.approach { display: grid; grid-template-columns: 1fr 1fr; gap: 12%; }
.approach h2 { margin: 24px 0; }
.approach-intro>p:not(.eyebrow) { max-width: 440px; }
.eye-drawing { width: 245px; margin-top: 46px; }
.eye-drawing svg { width: 100%; stroke: var(--coffee); stroke-width: .7; }
.eye-drawing circle:last-of-type { fill: var(--coffee); }
.approach-list>div { display: flex; align-items: flex-start; gap: 24px; padding: 26px 0; border-bottom: 1px solid var(--line); }
.approach-list>div:first-child { padding-top: 0; }
.list-mark { color: var(--coffee); font-size: 22px; line-height: 1.5; }
.approach-list h3 { font-size: 25px; line-height: 1.25; letter-spacing: -.025em; }
.approach-list p { margin-top: 9px; font-size: 16px; line-height: 1.7; }
/* Diagnosis and specialty disclosures. */
.services { background: var(--paper); display: grid; grid-template-columns: 1fr 1.05fr; gap: 12%; }
.services-intro { position: sticky; top: 125px; align-self: start; }
.services-intro h2 { margin: 25px 0; }
.services-intro p:not(.eyebrow) { max-width: 440px; }






.lens-caption { font-size: 10px; letter-spacing: .15em; color: var(--coffee-dark); }
.service { border-top: 1px solid var(--line); }
.service:last-child { border-bottom: 1px solid var(--line); }
.service summary { list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 24px; cursor: pointer; padding: 29px 0; }
.service summary::-webkit-details-marker { display: none; }
.service h3 { font-size: clamp(27px,2.35vw,38px); line-height: 1.18; letter-spacing: -.035em; transition: color .25s; }
.service summary:hover h3,.service[open] h3 { color: var(--coffee-dark); }
.disclosure-icon { width: 33px; height: 33px; border: 1px solid var(--line); border-radius: 50%; position: relative; flex-shrink: 0; transition: transform .4s, background .3s; }
.disclosure-icon:before,.disclosure-icon:after { content: ''; position: absolute; background: var(--coffee-dark); top: 15px; left: 10px; width: 11px; height: 1px; }
.disclosure-icon:after { transform: rotate(90deg); transition: transform .3s; }
.service[open] .disclosure-icon:after { transform: rotate(0); }
.service[open] .disclosure-icon { background: #eae4d7; }
.service-body { overflow: hidden; }
.service-body>div { padding: 0 36px 29px 0; }
.service-body p { font-size: 17px; line-height: 1.8; }
.service-link { display: inline-flex; align-items: center; gap: 25px; font-size: 13px; font-weight: 500; color: var(--coffee-dark); margin-top: 22px; padding-bottom: 5px; border-bottom: 1px solid var(--line); }
.service-link span { font-size: 20px; }
/* Quiet full-width optical interlude. */
.family { position: relative; overflow: hidden; background: var(--dark); color: var(--paper); display: grid; grid-template-columns: 1.5fr .7fr; align-items: center; gap: 10%; }
.family-copy,.family-age { position: relative; z-index: 2; }
.family .eyebrow { color: #d3c3a0; }
.family h2 { margin: 26px 0; font-size: clamp(42px,4.7vw,78px); }
.family em { color: #d2c19b; }
.family-copy>p:not(.eyebrow) { color: #e0e0d8; max-width: 580px; }
.family-copy strong { color: #fff; font-weight: 500; }
.family .actions { margin-top: 33px; }
.button-light { background: var(--paper); border-color: var(--paper); color: var(--dark); }
.button-light:hover { background: #e5dcc9; }
.light-link { border-color: #747767; }
.family-age { text-align: center; }
.family-age>span { font-size: 11px; letter-spacing: .18em; color: #e1d6be; }
.family-age>strong { display: block; font-family: var(--serif); font-weight: 400; font-size: clamp(115px,14vw,210px); line-height: .95; margin: 22px 0 28px; letter-spacing: -.09em; }
.family-age>strong>span { font-size: 30px; font-style: italic; letter-spacing: -.04em; margin-left: 8px; }
.family-rings { position: absolute; right: -110px; top: 50%; transform: translateY(-50%); width: 650px; aspect-ratio: 1; pointer-events: none; }
.family-rings i { position: absolute; inset: 0; border: 1px solid #b3a58126; border-radius: 50%; }
.family-rings i:nth-child(2) { inset: 10%; }
.family-rings i:nth-child(3) { inset: 20%; }
/* Portrait and medical background. */
.doctor { display: grid; grid-template-columns: .95fr 1.1fr; gap: 11%; align-items: start; }
.doctor-photo { padding-top: 8px; position: sticky; top: 108px; }
.doctor-photo-frame { aspect-ratio: 4/5; overflow: hidden; background: var(--sand); }
.doctor-photo-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center 22%; transition: transform 1s; }
.doctor-photo-frame:hover img { transform: scale(1.025); }
.doctor-photo-note { display: flex; justify-content: space-between; gap: 20px; align-items: flex-start; padding: 23px 0; border-bottom: 1px solid var(--line); }
.doctor-photo-note>span { font-size: 10px; letter-spacing: .14em; color: var(--coffee-dark); padding-top: 4px; }
.doctor-photo-note p { font-family: var(--serif); font-size: 23px; color: var(--ink); line-height: 1.25; }
.doctor h2 { margin: 23px 0 28px; }
.doctor-copy>div>p:not(.eyebrow) { margin-top: 18px; }
.doctor-copy .accreditation { display: flex; align-items: flex-start; gap: 14px; padding: 22px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--coffee-dark); margin-top: 30px; font-size: 16px; line-height: 1.7; }
.accreditation span { font-size: 24px; }
.memberships { margin-top: 31px; }
.memberships h3 { font-family: var(--sans); font-size: 14px; font-weight: 500; line-height: 1.7; }
.memberships ul { list-style: none; padding: 0; margin: 18px 0 0; }
.memberships li { font-size: 14px; line-height: 1.8; color: var(--muted); padding: 11px 0; border-bottom: 1px solid #dcd6c970; }
.memberships li span { font-size: 11px; color: var(--coffee-dark); white-space: nowrap; margin-left: 6px; }
/* Two real locations, no invented addresses or stock photography. */
.locations { background: var(--paper); }
.section-heading { display: flex; justify-content: space-between; gap: 70px; align-items: flex-end; margin-bottom: 57px; }
.section-heading h2 { margin-top: 23px; }
.section-heading>p { max-width: 365px; padding-bottom: 5px; }
.locations-list { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.location { padding: 37px 11% 42px 0; }
.location+.location { padding-left: 11%; padding-right: 0; border-left: 1px solid var(--line); }
.location-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.location-heading .eyebrow { font-size: 10px; letter-spacing: .1em; }
.location-heading>span:last-child { font-size: 25px; color: var(--coffee); }
.location h3 { font-size: clamp(30px,3vw,47px); letter-spacing: -.04em; line-height: 1.2; margin: 29px 0 20px; }
.location p { font-size: 17px; }
.location .underlined-link { margin-top: 25px; }
.coverage { display: flex; gap: 26px; align-items: center; justify-content: center; margin-top: 35px; font-size: 11px; letter-spacing: .1em; color: var(--coffee-dark); }
.coverage i { width: 4px; height: 4px; border-radius: 50%; background: var(--coffee); }
/* Contact and publication details. */
.contact { display: grid; grid-template-columns: 1.05fr 1fr; gap: 12%; }
.contact h2 { margin: 23px 0 28px; }
.contact h3 { font-family: var(--sans); font-size: 18px; font-weight: 500; line-height: 1.6; margin-bottom: 14px; max-width: 440px; }
.contact-intro>p:not(.eyebrow) { max-width: 450px; }
.contact .actions { margin-top: 28px; }
.contact-details { padding-top: 8px; }
.contact-row { display: block; padding: 26px 0; border-bottom: 1px solid var(--line); }
.contact-row:first-child { padding-top: 0; }
.contact-label { font-size: 11px; letter-spacing: .13em; color: var(--coffee-dark); display: block; margin-bottom: 13px; }
.contact-value { font-family: var(--serif); font-size: clamp(28px,2.7vw,43px); letter-spacing: -.035em; display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.contact-value>span { font-family: var(--sans); font-size: 24px; color: var(--coffee); transition: transform .3s; }
.contact-row:hover .contact-value>span { transform: translate(3px,-3px); }
.contact-note { font-size: 13px; color: var(--muted); display: block; margin-top: 10px; }
.contact-email { font-size: clamp(22px,2.1vw,33px); overflow-wrap: anywhere; }
.contact-address p { font-size: 16px; }
.site-footer { padding: 55px var(--gutter) 100px; background: var(--paper); border-top: 1px solid var(--line); }
.footer-top { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding-bottom: 42px; }
.footer-top>p { font-family: var(--serif); font-size: 32px; color: var(--ink); line-height: 1.25; letter-spacing: -.03em; }
.back-top { font-size: 13px; display: inline-flex; align-items: center; gap: 24px; }
.back-top span { font-size: 23px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 27px; border-top: 1px solid var(--line); }
.footer-bottom p { font-size: 12px; }
.footer-bottom p span { margin: 0 9px; }
.whatsapp-float { position: fixed; right: 25px; bottom: 24px; z-index: 40; display: flex; align-items: center; gap: 12px; padding: 14px 18px; border: 1px solid var(--line); box-shadow: 0 5px 20px #302d260b; background: white; color: var(--ink); font-size: 13px; transition: border-color .25s, box-shadow .25s; }
.whatsapp-float svg { width: 25px; height: 25px; flex-shrink: 0; color: var(--coffee-dark); }
.whatsapp-float:hover { border-color: var(--coffee); box-shadow: 0 7px 24px #302d2615; }
.float-arrow { font-size: 21px; padding-left: 4px; }
.whatsapp-float.nudge { animation: nudge 1s ease 1; }
/* Motion is progressive enhancement: content stays readable without JS. */
.motion-ready .reveal { opacity: 0; transform: translateY(23px); transition: opacity .85s ease, transform .85s ease; }
.motion-ready .reveal.visible { opacity: 1; transform: none; }
.hero-copy { animation: enter .9s ease both; }
.hero-visual { animation: enter 1.2s .1s ease both; }
@keyframes enter { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }

@keyframes nudge { 50% { transform: translateY(-5px); } }
@media(min-width:1700px) {
  .hero { padding-top: 160px; column-gap: 9%; }
  .hero-visual { min-height: 710px; }
  .hero-description { font-size: 19px; max-width: 560px; }
  .hero-copy { padding-bottom: 55px; }
  .hero-eyebrow { font-size: 13px; }
}
@media(max-width:1100px) {
  :root { --gutter: 36px; }
  .site-header { gap: 22px; }
  .brand img { width: 160px; }
  .main-nav { gap: 22px; }
  .main-nav>a { font-size: 13px; }
  .hero { column-gap: 4%; padding-top: 128px; }
  .hero h1 { font-size: clamp(55px,6.2vw,72px); }
  .hero-eyebrow { font-size: 10px; }
  .little-line { display: none; }
  .hero-visual { min-height: 620px; }
  .hero-description { font-size: 16px; }
  .hero-actions { gap: 18px; }
  .hero-location { margin-top: 27px; }
  .portrait-wrap { border-top-left-radius: 120px; }
  .approach,.services,.doctor,.contact { gap: 7%; }
  .approach-list h3 { font-size: 24px; }
  .family { gap: 5%; grid-template-columns: 1.6fr .65fr; }
  .doctor-photo-note { flex-direction: column; gap: 12px; }
  .contact .actions { gap: 18px; }
  .contact .button { padding: 15px 18px; gap: 20px; }
}
@media(max-width:820px) {
  .main-nav { gap: 16px; }
  .main-nav>a { font-size: 12px; }
  .header-booking { padding: 10px 13px; gap: 14px; }
  .brand img { width: 145px; }
  .site-header { gap: 16px; }
  .hero { grid-template-columns: 1.1fr 1fr; gap: 20px; }
  .hero h1 { font-size: 53px; }
  .hero-eyebrow { font-size: 9px; }
  .hero-description { font-size: 16px; }
  .hero-visual { min-height: 650px; }
  .hero-portrait { object-position: 45% center; }
  .portrait-signature { left: 22px; }
  .portrait-signature p { font-size: 27px; }
  .portrait-signature>span { font-size: 8px; }
  .section-heading { gap: 30px; }
  .section-heading>p { max-width: 270px; }
  .family { grid-template-columns: 1.7fr .65fr; }
  .family-age>strong>span { display: block; margin-top: 10px; }
}
@media(max-width:700px) {
  :root { --gutter: 24px; --section-space: 74px; }
  html { scroll-padding-top: 96px; }
  .site-header,.site-header.scrolled { height: 78px; padding: 16px var(--gutter); gap: 14px; }
  .brand img { width: 137px; }
  .header-booking { margin-left: auto; min-height: 40px; font-size: 11px; padding: 9px 12px; gap: 12px; }
  .header-booking span { font-size: 19px; }
  .menu-toggle { display: flex; flex-direction: column; justify-content: center; gap: 6px; border: 0; background: none; width: 30px; height: 44px; padding: 3px; flex-shrink: 0; }
  .menu-toggle span { width: 24px; height: 1px; background: var(--ink); transition: transform .25s; }
  .menu-toggle[aria-expanded=true] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded=true] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .main-nav { display: none; position: absolute; top: 78px; left: 0; right: 0; padding: 25px var(--gutter) 33px; border-bottom: 1px solid var(--line); background: var(--paper); }
  .main-nav.is-open { display: flex; flex-direction: column; align-items: stretch; gap: 10px; }
  .main-nav>a { font-family: var(--serif); font-size: 27px; padding: 13px 0; }
  .hero { padding-top: 111px; grid-template-columns: 1fr; gap: 0; }
  .hero-copy { padding: 0 0 34px; }
  .hero-eyebrow { font-size: 10px; letter-spacing: .065em; max-width: 350px; }
  .hero h1 { font-size: clamp(51px,12.5vw,79px); margin-top: 22px; line-height: 1.08; }
  .hero h1 br:nth-child(2) { display: none; }
  .hero h1 em { display: block; }
  .hero-description { font-size: 17px; line-height: 1.8; margin-top: 24px; max-width: 500px; }
  .hero-actions { margin-top: 25px; gap: 20px; }
  .hero-actions .button { padding: 15px 20px; min-height: 54px; }
  .hero-actions .underlined-link { font-size: 12px; gap: 12px; }
  .hero-location { margin-top: 26px; }
  .hero-location p { font-size: 13px; }
  .hero-visual { min-height: 0; height: 480px; padding-right: 18px; padding-bottom: 22px; margin-top: 8px; }
  .portrait-wrap { border-top-left-radius: 110px; }
  .hero-portrait { object-position: center 20%; }
  .portrait-side { font-size: 8px; }
  .portrait-signature { left: 25px; bottom: 25px; }
  .portrait-signature p { font-size: 31px; }
  .portrait-signature>span { font-size: 9px; }
  .hero-orbit { width: 65%; bottom: 0; right: -14%; }
  .hero-foot { flex-direction: column; align-items: flex-start; gap: 16px; padding: 23px 0; margin-top: 8px; }
  .hero-foot>span { font-size: 19px; }
  .hero-foot>a { font-size: 12px; }
  h2 { font-size: clamp(39px,9vw,57px); }
  .eyebrow { font-size: 11px; letter-spacing: .11em; }
  .approach,.services,.doctor,.contact { grid-template-columns: 1fr; gap: 38px; }
  .approach-intro>p:not(.eyebrow) { max-width: none; }
  .eye-drawing { display: none; }
  .approach-list>div { gap: 19px; padding: 23px 0; }
  .approach-list>div:first-child { padding-top: 24px; border-top: 1px solid var(--line); }
  .approach-list h3 { font-size: 26px; }
  .approach-list p { font-size: 17px; }
  .services-intro { position: static; }
  .services-intro p:not(.eyebrow) { max-width: none; }
  
  
  
  
  .lens-caption { font-size: 9px; }
  .service h3 { font-size: 29px; }
  .service summary { padding: 25px 0; gap: 18px; }
  .service-body>div { padding-right: 10px; }
  .service-body p { font-size: 17px; }
  .family { grid-template-columns: 1fr; gap: 44px; }
  .family h2 { font-size: clamp(40px,9.3vw,60px); }
  .family-age { text-align: left; padding-top: 28px; border-top: 1px solid #ffffff30; }
  .family-age>strong { display: inline-block; font-size: 95px; margin: 0 15px; vertical-align: middle; }
  .family-age>strong>span { display: inline; font-size: 24px; }
  .family-age>span { font-size: 9px; }
  .family-age>span:last-child { display: block; margin-top: 18px; }
  .family-rings { width: 560px; right: -280px; top: 70%; }
  .family .actions { gap: 22px; }
  .button { font-size: 14px; gap: 24px; padding: 16px 21px; max-width: 100%; }
  .doctor-photo { position: static; padding-top: 0; }
  .doctor-photo-frame { aspect-ratio: 1; }
  .doctor-photo-frame img { object-position: center 20%; }
  .doctor-photo-note { flex-direction: row; gap: 15px; }
  .doctor-photo-note p { font-size: 21px; }
  .doctor-photo-note>span { font-size: 9px; }
  .doctor-copy p { font-size: 17px; }
  .memberships li { font-size: 15px; }
  .section-heading { display: block; margin-bottom: 33px; }
  .section-heading>p { max-width: none; margin-top: 25px; }
  .locations-list { grid-template-columns: 1fr; }
  .location,.location+.location { padding: 29px 0 34px; border-left: 0; }
  .location+.location { border-top: 1px solid var(--line); }
  .location h3 { font-size: 36px; margin-top: 21px; }
  .location-heading .eyebrow { font-size: 10px; }
  .coverage { flex-wrap: wrap; justify-content: flex-start; gap: 13px; font-size: 9px; letter-spacing: .06em; line-height: 1.8; }
  .coverage i { width: 3px; height: 3px; }
  .contact-details { padding-top: 10px; }
  .contact-value { font-size: 36px; }
  .contact-email { font-size: 27px; }
  .contact .actions { gap: 24px; }
  .site-footer { padding: 43px var(--gutter) 112px; }
  .footer-top { flex-wrap: wrap; gap: 30px; padding-bottom: 30px; }
  .footer-top .brand img { width: 162px; }
  .footer-top>p { font-size: 27px; }
  .back-top { width: 100%; justify-content: space-between; }
  .footer-bottom { flex-direction: column; gap: 12px; }
  .footer-bottom p { font-size: 12px; line-height: 1.9; }
  .footer-bottom p span { margin: 0 4px; }
  .whatsapp-float { width: 64px; height: 64px; border-radius: 50%; justify-content: center; right: 18px; bottom: calc(18px + env(safe-area-inset-bottom,0px)); padding: 10px; }
  .whatsapp-float svg { width: 42px; height: 42px; }
  .whatsapp-float>span { display: none; }
}
@media(max-width:380px) {
  .site-header { gap: 10px; }
  .site-header .brand img { width: 118px; }
  .header-booking { font-size: 10px; padding: 9px 10px; gap: 9px; }
  .hero-eyebrow { font-size: 9px; }
  .hero h1 { font-size: 49px; }
  .hero-actions { gap: 14px; }
  .hero-actions .underlined-link { font-size: 11px; }
  .contact-email { font-size: 24px; }
}
@media(prefers-reduced-motion:reduce) {
  html { scroll-behavior: auto; }
  *,*:before,*:after { animation: none!important; transition: none!important; }
  .motion-ready .reveal { opacity: 1; transform: none; }
  .hero-orbit { transform: none!important; }
}
/* Compact header action keeps its own size on narrow screens. */
@media(max-width:700px){
 .site-header .header-booking{font-size:11px;padding:9px 12px;min-height:40px;gap:12px;white-space:nowrap;flex-shrink:0}
}
@media(max-width:380px){.site-header .header-booking{font-size:10px;padding:9px 10px;gap:9px}}
@media(min-width:701px) and (max-width:1100px){.hero-description{font-size:17px}}

/* Recognizable optical frame, drawn as a lightweight native vector. */
.eyewear-scene{margin:24px 0 18px;max-width:520px}
.eyewear-scene svg{display:block;width:100%;height:auto;overflow:visible}
.eyewear-frame{transform-origin:260px 140px;transition:transform .65s ease}
.eyewear-scene:hover .eyewear-frame{transform:translateY(-3px)}
@media(max-width:700px){.eyewear-scene{margin:18px 0 16px;max-width:420px}}
@media(prefers-reduced-motion:reduce){.eyewear-scene:hover .eyewear-frame{transform:none}}
