@charset "UTF-8";
:root{--blue:#0073b8;--blue-dark:#035787;--ink:#123447;--text:#506571;--muted:#70818a;--cream:#faf9f5;--pale:#edf6fa;--gold:#d8ab5f;--line:#e3e9e9;--white:#fff;--radius:22px;--shadow:0 14px 45px #1234470d;--font:"Segoe UI",system-ui,-apple-system,BlinkMacSystemFont,sans-serif}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:115px}body{margin:0;font-family:var(--font);color:var(--ink);background:white;line-height:1.65;font-size:16px;-webkit-font-smoothing:antialiased}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button,a{touch-action:manipulation}button{cursor:pointer}a{color:inherit;text-decoration:none}img{display:block;max-width:100%;height:auto}button{color:inherit}svg{width:22px;height:22px;flex-shrink:0;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}h1,h2,h3,p{margin:0}h1,h2,h3{line-height:1.2}h1,h2{letter-spacing:-1.4px}h1{font-size:clamp(38px,4.2vw,62px);font-weight:600}h2{font-size:clamp(30px,3vw,43px);font-weight:600}h3{font-size:22px;font-weight:600}p{color:var(--text)}:focus-visible{outline:3px solid var(--gold);outline-offset:5px}::selection{background:#c5e7f8}.container{width:min(1240px,calc(100% - 96px));margin-inline:auto}.section{padding-block:90px}.eyebrow{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:2.4px;color:var(--blue);display:flex;align-items:center;gap:11px;margin-bottom:22px}.eyebrow:before{content:"";width:27px;height:2px;background:var(--gold)}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:35px;margin-bottom:38px}.section-heading .eyebrow{margin-bottom:12px}.section-heading>p{max-width:370px;font-size:15px}.section-heading h2{max-width:650px}.link-arrow{display:inline-flex;align-items:center;gap:12px;color:var(--blue);font-size:14px;font-weight:600}.link-arrow svg{width:19px}.btn{border:1px solid transparent;border-radius:8px;min-height:49px;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:12px 21px;font-weight:600;font-size:14px;line-height:1.4;transition:background .2s,transform .2s;white-space:normal}.btn:hover{transform:translateY(-2px)}.btn-primary{background:var(--blue);color:white}.btn-primary:hover{background:var(--blue-dark)}.btn-outline{border-color:#cedbdf;background:transparent;color:var(--ink)}.btn-outline:hover{background:white}.btn-gold{background:#edc988;color:var(--ink)}.btn-white{background:white;color:var(--blue)}.btn:disabled{opacity:.65;cursor:wait;transform:none}.button-row{display:flex;gap:12px;flex-wrap:wrap}.skip-link{position:fixed;left:20px;top:-80px;background:var(--ink);color:white;padding:12px;z-index:999}.skip-link:focus{top:10px}.topbar{background:var(--pale);font-size:11px;color:#537384}.topbar .container{display:flex;justify-content:space-between;align-items:center;min-height:34px;gap:20px}.topbar span,.topbar a{display:inline-flex;align-items:center;gap:7px}.topbar svg{width:13px;height:13px}.topbar .right{display:flex;gap:23px}.site-header{background:#fff;position:sticky;top:0;z-index:40;border-bottom:1px solid #eaf0f1}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:28px;min-height:91px}.brand{display:flex;align-items:center;gap:12px;flex-shrink:0}.brand img{width:57px;height:48px;object-fit:contain}.brand-name{font-size:21px;letter-spacing:2px;font-weight:650;color:var(--blue);line-height:1.1}.brand-sub{font-size:9px;letter-spacing:1px;margin-top:7px;color:var(--muted)}.nav-links{display:flex;align-items:center;gap:26px}.nav-links>a{font-size:13px;position:relative;padding:34px 0;white-space:nowrap;color:#4b606c;font-weight:550}.nav-links>a.active{color:var(--blue)}.nav-links>a.active:after{content:"";position:absolute;bottom:24px;width:16px;height:2px;left:calc(50% - 8px);background:var(--gold)}.header-book{font-size:12px;min-height:42px;padding:10px 16px}.mobile-toggle{display:none;background:none;border:0;padding:10px}.hero{background:var(--cream);position:relative;overflow:hidden}.hero-grid{display:grid;grid-template-columns:.94fr 1.06fr;align-items:center;gap:66px;padding-top:54px;padding-bottom:55px}.hero h1{font-size:clamp(45px,5.2vw,74px);line-height:1.08;letter-spacing:-2.7px;margin-bottom:24px}.hero h1 em{font-family:Georgia,"Times New Roman",serif;font-weight:400;color:var(--blue)}.hero-copy .lead{font-size:16px;max-width:445px;line-height:1.9;margin-bottom:27px}.hero-copy .eyebrow{font-size:10px;letter-spacing:2.1px}.hero-person{margin-top:29px;display:flex;align-items:center;gap:12px;font-size:12px}.hero-person-icon{width:38px;height:38px;border:1px solid #c8d7dd;border-radius:50%;display:grid;place-items:center;color:var(--blue)}.hero-person strong{display:block;font-size:13px;margin-bottom:2px}.hero-person span{color:var(--muted);font-size:11px}.hero-visual{position:relative;min-width:0}.hero-visual:before{content:"";position:absolute;width:140px;height:140px;right:-26px;top:-26px;border:1px solid #ddbd7f;border-radius:50%;z-index:0}.hero-photo{width:100%;height:535px;object-fit:cover;border-radius:95px 22px 22px 22px;position:relative;object-position:center}.hero-caption{position:absolute;bottom:24px;left:-28px;background:#fff;padding:17px 22px;border-radius:12px;display:flex;align-items:center;gap:13px;box-shadow:0 6px 30px #12344716;max-width:340px}.hero-caption .seal{background:#eff7fa;color:var(--blue);width:42px;height:42px;border-radius:50%;display:grid;place-items:center}.hero-caption strong{display:block;font-size:13px;font-weight:650}.hero-caption span{display:block;color:var(--muted);font-size:11px;margin-top:3px}.hero-index{display:flex;justify-content:space-between;align-items:center;margin-top:16px;font-size:10px;color:var(--muted);letter-spacing:1px}.hero-index .dots{display:flex;gap:6px}.hero-index .dot{width:5px;height:5px;border-radius:50%;background:#b7c7cd}.hero-index .dot:first-child{background:var(--blue);width:20px;border-radius:8px}.promise-strip{border-bottom:1px solid var(--line);background:white}.promise-grid{display:grid;grid-template-columns:repeat(3,1fr);padding-block:25px}.promise-item{display:flex;align-items:center;gap:17px;padding-inline:36px;border-right:1px solid var(--line)}.promise-item:first-child{padding-left:0}.promise-item:last-child{border:0}.promise-item>svg{width:31px;height:31px;color:var(--blue)}.promise-item strong{display:block;font-size:13px;font-weight:600}.promise-item p{font-size:11px;margin-top:2px;color:var(--muted)}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.service-card{border:1px solid var(--line);border-radius:16px;overflow:hidden;transition:transform .25s,box-shadow .25s;background:white;display:flex;flex-direction:column}.service-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.service-card .image-wrap{overflow:hidden;height:221px;position:relative}.service-card .image-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.service-card:hover .image-wrap img{transform:scale(1.035)}.service-num{position:absolute;left:17px;top:17px;border-radius:50%;width:31px;height:31px;background:#fffefa;display:grid;place-items:center;font-size:10px;color:var(--blue)}.service-body{padding:24px 25px 25px;flex:1;display:flex;flex-direction:column}.service-body h3{font-size:21px;margin-bottom:12px;letter-spacing:-.5px}.service-body p{font-size:13px;line-height:1.9;margin-bottom:19px}.service-body .link-arrow{margin-top:auto;font-size:12px}.doctor-section{background:var(--pale);position:relative}.doctor-grid{display:grid;grid-template-columns:.88fr 1.12fr;gap:85px;align-items:center}.doctor-image{position:relative}.doctor-image>img{width:100%;height:475px;object-fit:cover;object-position:15% center;border-radius:18px 85px 18px 18px}.doctor-badge{position:absolute;bottom:25px;right:-25px;background:var(--blue);color:white;border:5px solid var(--pale);width:104px;height:104px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-direction:column}.doctor-badge strong{font-size:23px;letter-spacing:-1px}.doctor-badge span{font-size:9px;letter-spacing:1.3px;text-transform:uppercase}.doctor-copy h2{margin-bottom:20px}.doctor-copy>p{font-size:15px;line-height:1.9;max-width:510px}.doctor-name{margin-top:23px;border-top:1px solid #d4e4ec;padding-top:20px;margin-bottom:23px}.doctor-name strong{display:block;font-size:21px;font-weight:600}.doctor-name p{font-size:12px;margin-top:6px}.quote-note{margin-top:20px;font-family:Georgia,"Times New Roman",serif;font-size:21px;color:var(--blue);font-style:italic}.clinic-gallery{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:17px}.gallery-button{padding:0;border:0;background:var(--pale);border-radius:16px;overflow:hidden;position:relative;text-align:left;height:292px}.gallery-button img{height:100%;width:100%;object-fit:cover;transition:transform .4s}.gallery-button:hover img{transform:scale(1.04)}.gallery-button span{position:absolute;bottom:0;left:0;right:0;color:white;padding:45px 18px 17px;background:linear-gradient(transparent,#123447b3);font-size:13px}.gallery-button .gallery-expand{position:absolute;top:14px;right:14px;width:29px;height:29px;background:#fff;border-radius:50%;display:grid;place-items:center;color:var(--ink)}.gallery-expand svg{width:14px;height:14px}.optical-band{background:var(--cream);border:1px solid #ebe8df;padding:30px 34px;border-radius:16px;display:flex;align-items:center;justify-content:space-between;gap:28px;margin-top:29px}.optical-band p{font-size:13px;margin-top:7px}.optical-band h3{font-size:23px}.optical-band>svg{height:46px;width:46px;color:var(--blue)}.optical-band>div{flex:1}.warm-section{background:var(--cream)}.myopia-grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:75px}.myopia-grid>img{height:430px;width:100%;object-fit:cover;border-radius:22px}.myopia-grid h2{margin-bottom:22px}.myopia-grid p{font-size:15px;line-height:1.85;margin-bottom:21px}.check-list{list-style:none;padding:0;display:grid;gap:11px;margin:20px 0 28px}.check-list li{display:flex;gap:10px;font-size:13px;align-items:flex-start;color:var(--text)}.check-list svg{color:var(--blue);width:18px;height:18px;margin-top:2px}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.blog-card{min-width:0}.blog-card img{height:221px;width:100%;object-fit:cover;border-radius:15px;margin-bottom:20px}.post-tag{color:var(--blue);font-size:10px;font-weight:700;letter-spacing:1px;text-transform:uppercase;display:inline-block}.blog-card h3{font-size:20px;line-height:1.45;margin-top:10px;margin-bottom:12px;letter-spacing:-.3px}.blog-card p{font-size:13px;line-height:1.8;margin-bottom:14px}.booking-section{padding:0 0 88px}.booking-panel{background:#0877b5;border-radius:22px;color:white;padding:49px 57px;display:flex;align-items:center;justify-content:space-between;gap:40px;position:relative;overflow:hidden}.booking-panel:after{content:"";width:310px;height:310px;position:absolute;right:160px;top:-100px;border:1px solid #ffffff20;border-radius:50%;pointer-events:none}.booking-panel h2{font-size:36px;margin-bottom:11px}.booking-panel p{color:#dceef9;font-size:14px;max-width:600px}.booking-panel .eyebrow{color:#d9edfa;margin-bottom:13px}.booking-actions{flex-shrink:0;display:flex;align-items:center;gap:12px;flex-direction:column;position:relative;z-index:1}.booking-actions>a{font-size:12px;color:white;display:flex;align-items:center;gap:8px}.booking-actions>a svg{width:15px}.site-footer{background:#f5f8f9;padding:57px 0 22px}.footer-grid{display:grid;grid-template-columns:1.2fr 1.2fr .8fr 1.05fr;gap:39px}.footer-brand{max-width:165px;margin-bottom:18px}.footer-grid h3{font-size:13px;font-weight:650;margin-bottom:20px}.footer-grid p,.footer-grid a{font-size:12px;line-height:1.85}.footer-grid ul{list-style:none;padding:0;margin:0;display:grid;gap:9px}.footer-grid a:hover{color:var(--blue)}.footer-grid .footer-about{font-size:11px;max-width:205px}.footer-contact{display:flex;gap:9px;margin-bottom:10px}.footer-contact svg{width:16px;height:16px;color:var(--blue);margin-top:3px}.footer-note{font-size:10px!important;color:var(--muted);margin-top:9px}.footer-bottom{display:flex;align-items:center;justify-content:space-between;border-top:1px solid #dfe7ea;padding-top:22px;margin-top:36px;color:var(--muted);font-size:10px;gap:20px}.footer-bottom a{font-size:10px}.floating-contact{position:fixed;right:22px;bottom:24px;display:flex;flex-direction:column;gap:10px;z-index:30}.floating-contact a{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:white;color:var(--blue);box-shadow:0 3px 17px #12344725;border:1px solid #e8f1f4}.floating-contact a:first-child{background:var(--blue);color:white;border-color:var(--blue)}.page-intro{padding:50px 0 54px;background:var(--cream)}.breadcrumb{display:flex;gap:9px;font-size:11px;color:var(--muted);margin-bottom:31px;flex-wrap:wrap}.breadcrumb a{color:var(--blue)}.page-intro h1{margin-bottom:17px}.page-intro p{max-width:650px;font-size:16px;line-height:1.9}.intro-row{display:flex;align-items:center;justify-content:space-between;gap:30px}.intro-row .mini-logo{width:150px;opacity:.11}.about-statement{display:grid;grid-template-columns:1fr 1fr;gap:65px;align-items:center}.about-statement img{width:100%;height:365px;object-fit:cover;border-radius:var(--radius)}.about-statement p{margin-top:18px;font-size:15px;line-height:1.9}.about-values{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-top:45px}.about-value{border-top:1px solid var(--line);padding-top:25px}.about-value>svg{color:var(--blue);margin-bottom:15px;width:28px;height:28px}.about-value h3{font-size:19px;margin-bottom:12px}.about-value p{font-size:13px;line-height:1.9}.info-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px}.info-card{padding:33px;border:1px solid var(--line);border-radius:var(--radius)}.info-card h3{margin-bottom:17px}.info-card p{font-size:14px;margin-bottom:12px}.catalog-layout{display:grid;grid-template-columns:230px 1fr;gap:43px}.category-sidebar{border:1px solid var(--line);border-radius:14px;padding:22px;align-self:start}.category-sidebar h3{font-size:14px;margin-bottom:18px}.category-list{display:grid;gap:4px}.category-list button{display:flex;align-items:center;justify-content:space-between;background:none;border:0;text-align:left;padding:11px 12px;margin:0 -8px;border-radius:6px;font-size:13px;color:var(--text)}.category-list button.active{background:var(--pale);color:var(--blue);font-weight:600}.category-list button:hover{background:var(--cream)}.category-list button span{font-size:10px;color:var(--muted)}.catalog-toolbar{display:flex;align-items:center;gap:15px;margin-bottom:25px;justify-content:space-between}.search-field{display:flex;align-items:center;gap:11px;border:1px solid #d9e3e6;border-radius:8px;padding:11px 15px;flex:1;max-width:450px;background:white}.search-field svg{width:18px;color:var(--muted)}.search-field input{padding:0;border:0;min-width:0;width:100%;background:transparent;font-size:13px;outline:none}.search-field:focus-within{outline:2px solid var(--blue);outline-offset:2px}.catalog-toolbar p{font-size:12px}.catalog-empty{background:var(--cream);border-radius:16px;overflow:hidden;border:1px solid #ebe8df}.catalog-empty img{width:100%;height:280px;object-fit:cover}.empty-copy{padding:33px;text-align:center}.empty-copy svg{color:var(--blue);width:35px;height:35px;margin:auto auto 15px}.empty-copy h3{font-size:22px;margin-bottom:12px}.empty-copy p{font-size:14px;max-width:530px;margin:0 auto 22px}.empty-copy .button-row{justify-content:center}.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:23px}.product-card{border:1px solid var(--line);border-radius:12px;overflow:hidden;background:white}.product-card img{height:210px;width:100%;object-fit:contain;background:#fafbfb;padding:16px}.product-card .product-info{padding:19px}.product-card h3{font-size:17px;margin:7px 0 12px}.product-card p{font-size:13px;color:var(--blue)}.product-detail{display:grid;grid-template-columns:1fr 1fr;gap:65px;align-items:start}.product-detail img{width:100%;max-height:520px;object-fit:contain;background:var(--cream);border-radius:20px;padding:35px}.product-detail h1{font-size:39px;margin:10px 0 23px}.product-description{white-space:pre-line;margin:25px 0;line-height:1.9}.price{font-size:25px;color:var(--blue)}.back-link{margin-bottom:26px}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:35px}.step{border-top:1px solid #c8dfe8;padding-top:24px}.step span{color:var(--blue);font-size:13px}.step h3{font-size:21px;margin:18px 0 13px}.step p{font-size:14px;line-height:1.9}.faq-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:75px}.faq-layout>div>p{margin-top:19px;font-size:14px}.faq-list details{border-bottom:1px solid var(--line);padding:21px 0}.faq-list summary{font-size:15px;font-weight:600;cursor:pointer;list-style:none;display:flex;justify-content:space-between;gap:20px}.faq-list summary:after{content:"+";font-size:21px;font-weight:400;color:var(--blue)}.faq-list details[open] summary:after{content:"−"}.faq-list details p{font-size:14px;line-height:1.9;margin-top:15px}.filter-chips{display:flex;gap:9px;flex-wrap:wrap;margin-bottom:36px}.filter-chips button{padding:9px 17px;border:1px solid var(--line);border-radius:30px;background:white;color:var(--text);font-size:12px}.filter-chips button.active{background:var(--blue);color:white;border-color:var(--blue)}.article-container{max-width:800px;margin:auto;padding-top:50px;padding-bottom:80px}.article-container h1{font-size:43px;line-height:1.3;margin:12px 0 22px}.article-meta{font-size:12px;color:var(--muted);margin-bottom:25px}.article-cover{width:100%;max-height:460px;object-fit:cover;border-radius:16px;margin:26px 0 33px}.article-body{font-size:16px;line-height:1.95;white-space:pre-line;color:var(--text)}.article-excerpt{font-size:18px;color:var(--ink);margin-bottom:25px;line-height:1.8}.not-found{text-align:center;padding:100px 0}.not-found h1{margin-bottom:20px}.not-found p{margin-bottom:28px}.legal-copy{max-width:800px;margin:auto}.legal-copy h2{font-size:25px;margin:30px 0 14px}.legal-copy p{margin-bottom:14px}.initial-loading{min-height:80vh;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:25px}.initial-loading p{font-size:14px}.toast{position:fixed;left:50%;bottom:28px;transform:translate(-50%,25px);background:var(--ink);color:white;padding:13px 23px;border-radius:10px;font-size:14px;opacity:0;pointer-events:none;z-index:150;max-width:calc(100% - 30px);transition:.25s}.toast.visible{opacity:1;transform:translate(-50%,0)}dialog{border:0;padding:0;max-width:calc(100% - 32px);border-radius:20px;box-shadow:0 20px 80px #12344740;color:var(--ink);background:white}dialog::backdrop{background:#102d42a1;backdrop-filter:blur(4px)}.booking-dialog{width:680px;max-height:90dvh;overflow-y:auto}.dialog-header{padding:30px 35px 22px;background:var(--cream);position:relative}.dialog-header h2{font-size:30px;margin:6px 38px 10px 0;letter-spacing:-.6px}.dialog-header p{font-size:13px}.dialog-header .eyebrow{font-size:9px;margin-bottom:10px}.dialog-close{position:absolute;right:17px;top:17px;display:grid;place-items:center;background:white;border:1px solid var(--line);border-radius:50%;width:34px;height:34px}.dialog-close svg{width:17px}.booking-form{padding:25px 35px 32px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.field{display:grid;gap:7px}.field label{font-size:12px;font-weight:600}.field input,.field select,.field textarea{min-width:0;width:100%;padding:11px 13px;border:1px solid #cbd8df;border-radius:7px;color:var(--ink);background:#fff;font-size:14px;min-height:45px}.field textarea{resize:vertical;min-height:80px}.field.full{grid-column:1/-1}.field small{font-size:11px;color:var(--muted)}.consent{display:flex;align-items:flex-start;gap:9px;font-size:11px;color:var(--text);margin:19px 0}.consent input{margin-top:3px;width:16px;height:16px;flex-shrink:0;accent-color:var(--blue)}.consent a{color:var(--blue);text-decoration:underline}.booking-form>.btn{width:100%}.form-error{font-size:13px;color:#a33434;background:#fff1ef;border-radius:6px;margin-bottom:14px;padding:10px 13px}.form-error:empty{display:none}.honeypot{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}.booking-success{padding:45px 35px;text-align:center}.booking-success>svg{width:52px;height:52px;color:var(--blue);margin:auto auto 23px}.booking-success h2{font-size:29px;margin-bottom:18px}.booking-success p{font-size:14px;line-height:1.9;margin-bottom:22px}.lightbox{background:transparent;max-width:min(1200px,94vw);overflow:visible}.lightbox img{max-height:80dvh;max-width:94vw;width:auto;object-fit:contain;border-radius:10px}.lightbox .dialog-close{right:10px;top:10px}.lightbox p{text-align:center;color:white;padding-top:12px;font-size:13px}.empty-message{padding:50px 25px;text-align:center;background:var(--cream);border-radius:15px;grid-column:1/-1}.empty-message p{margin-top:13px}
@media(min-width:1500px){.hero-grid{padding-top:65px;padding-bottom:65px}.hero-photo{height:575px}}
@media(max-width:1150px){.container{width:calc(100% - 60px)}.header-inner{gap:17px}.nav-links{gap:17px}.nav-links>a{font-size:12px}.brand-name{font-size:18px}.brand-sub{font-size:8px}.brand img{width:48px}.hero-grid{gap:40px}.hero-photo{height:490px}.hero h1{font-size:59px}.hero-copy .eyebrow{font-size:9px;letter-spacing:1.5px}.hero-caption{left:-15px;bottom:30px;max-width:300px}.doctor-grid{gap:55px}.myopia-grid{gap:45px}.footer-grid{gap:23px}.products-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:940px){.header-inner{min-height:80px}.mobile-toggle{display:block}.nav-links{display:none;position:absolute;top:80px;left:0;right:0;padding:12px 30px 22px;background:#fff;border-bottom:1px solid var(--line);box-shadow:0 15px 20px #1234470b}.nav-links.open{display:flex;flex-direction:column;align-items:stretch;gap:0}.nav-links>a{padding:12px 0;font-size:15px}.nav-links>a.active:after{bottom:8px;left:0}.header-book{margin-left:auto}.topbar .right span{display:none}.hero-grid{gap:32px}.hero h1{font-size:52px}.hero-photo{height:470px}.hero-person span{font-size:10px}.hero-copy .lead{font-size:14px}.hero-copy .button-row .btn{padding:12px 15px;font-size:12px}.hero-caption{padding:12px 16px;left:-10px;right:15px}.hero-caption strong{font-size:11px}.hero-caption span{font-size:10px}.promise-item{padding-inline:20px;gap:12px}.promise-item strong{font-size:12px}.promise-item p{font-size:10px}.service-grid{gap:16px}.service-body{padding:20px}.service-body h3{font-size:18px}.service-card .image-wrap{height:180px}.doctor-grid{gap:42px;grid-template-columns:.85fr 1.15fr}.doctor-image>img{height:460px}.doctor-copy h2{font-size:34px}.doctor-copy>p{font-size:14px}.clinic-gallery{grid-template-columns:1.3fr 1fr}.clinic-gallery .gallery-button:last-child{display:none}.footer-grid{grid-template-columns:1fr 1fr;gap:35px}.booking-panel{padding:37px}.booking-panel h2{font-size:29px}.blog-card img{height:175px}.blog-card h3{font-size:18px}.catalog-layout{grid-template-columns:200px 1fr;gap:25px}.about-statement{gap:35px}}
@media(max-width:700px){.container{width:calc(100% - 38px)}.section{padding-block:57px}.topbar .container{justify-content:center;min-height:29px}.topbar .right{display:none}.topbar{font-size:9px}.topbar svg{width:11px}.header-inner{min-height:74px;gap:10px}.brand{gap:7px}.brand img{width:38px;height:38px}.brand-name{font-size:15px;letter-spacing:1.4px}.brand-sub{font-size:7px;letter-spacing:.6px;margin-top:5px}.header-book{min-height:37px;font-size:11px;padding:9px 10px;border-radius:6px}.header-book svg{display:none}.mobile-toggle{padding:6px}.nav-links{top:74px;padding-inline:20px}.hero-grid{grid-template-columns:1fr;gap:32px;padding-block:36px 26px}.hero h1{font-size:54px;letter-spacing:-2px;margin-bottom:19px}.hero-copy .eyebrow{font-size:9px;margin-bottom:21px;letter-spacing:1.6px}.hero-copy .lead{font-size:14px;line-height:1.85;max-width:430px;margin-bottom:22px}.hero-copy .button-row .btn{min-height:46px;padding:12px 17px;font-size:13px}.hero-person{margin-top:24px}.hero-person span{font-size:11px}.hero-visual{margin-left:8px;margin-right:8px}.hero-photo{height:390px;border-radius:65px 16px 16px 16px}.hero-visual:before{width:100px;height:100px;right:-13px;top:-15px}.hero-caption{left:-8px;right:auto;bottom:34px;max-width:92%;padding:12px 16px}.hero-caption strong{font-size:12px}.hero-caption span{font-size:10px}.hero-caption .seal{width:36px;height:36px}.hero-index{font-size:9px;margin-top:14px}.promise-grid{grid-template-columns:1fr;padding-block:9px;gap:0}.promise-item{padding:13px 0!important;border-right:0;border-bottom:1px solid #edf1f2;gap:15px}.promise-item>svg{width:26px;height:26px}.promise-item strong{font-size:12px}.promise-item p{font-size:11px}.promise-item:last-child{border-bottom:0}.section-heading{display:block;margin-bottom:28px}.section-heading>p{margin-top:17px;font-size:14px}.section-heading>.link-arrow{margin-top:18px}.section-heading h2{font-size:31px;letter-spacing:-1px}.eyebrow{font-size:10px;letter-spacing:1.7px;margin-bottom:15px}.service-grid{grid-template-columns:1fr;gap:23px}.service-card .image-wrap{height:225px}.service-body{padding:24px}.service-body h3{font-size:22px}.service-body p{font-size:14px}.service-body .link-arrow{font-size:13px}.doctor-grid{grid-template-columns:1fr;gap:34px}.doctor-image{margin-right:15px}.doctor-image>img{height:375px;object-position:30% center}.doctor-badge{right:-15px;bottom:18px;width:91px;height:91px}.doctor-copy h2{font-size:32px;margin-bottom:17px}.doctor-copy>p{font-size:14px}.doctor-name strong{font-size:20px}.clinic-gallery{grid-template-columns:1fr 1fr;gap:12px}.gallery-button{height:205px;border-radius:12px}.clinic-gallery .gallery-button:first-child{grid-column:1/-1;height:235px}.clinic-gallery .gallery-button:last-child{display:block}.gallery-button span{font-size:11px;padding:30px 13px 13px}.optical-band{padding:25px;flex-wrap:wrap;gap:15px;margin-top:23px}.optical-band>svg{width:30px;height:30px}.optical-band h3{font-size:20px}.optical-band p{font-size:12px}.optical-band .link-arrow{margin-left:45px;font-size:12px}.myopia-grid{grid-template-columns:1fr;gap:30px}.myopia-grid>img{height:290px;order:2}.myopia-grid h2{font-size:32px}.myopia-grid p{font-size:14px}.blog-grid{grid-template-columns:1fr;gap:32px}.blog-card img{height:225px;margin-bottom:17px}.blog-card h3{font-size:22px;margin-top:9px}.blog-card p{font-size:14px}.booking-section{padding-bottom:50px}.booking-panel{padding:32px 25px;flex-direction:column;align-items:flex-start;border-radius:16px;gap:24px}.booking-panel h2{font-size:29px}.booking-panel p{font-size:13px}.booking-actions{align-items:flex-start;gap:16px}.booking-panel:after{right:-100px;top:100px}.footer-grid{grid-template-columns:1fr;gap:30px}.footer-brand{max-width:140px}.footer-grid .footer-about{max-width:280px}.footer-grid h3{margin-bottom:13px}.footer-grid p,.footer-grid a{font-size:13px}.site-footer{padding:40px 0 22px}.footer-bottom{flex-direction:column;align-items:flex-start;gap:10px;margin-top:28px}.floating-contact{right:13px;bottom:15px;gap:8px}.floating-contact a{width:41px;height:41px}.page-intro{padding:30px 0 36px}.page-intro h1{font-size:37px;letter-spacing:-1.4px}.page-intro p{font-size:14px}.breadcrumb{font-size:10px;margin-bottom:25px}.intro-row .mini-logo{display:none}.about-statement{grid-template-columns:1fr;gap:28px}.about-statement img{height:250px}.about-statement p{font-size:14px}.about-values{grid-template-columns:1fr;gap:25px;margin-top:30px}.info-grid{grid-template-columns:1fr;gap:18px}.info-card{padding:25px}.catalog-layout{grid-template-columns:1fr;gap:25px}.category-sidebar{padding:0;border:0}.category-sidebar h3{font-size:13px;margin-bottom:13px}.category-list{display:flex;flex-wrap:wrap;gap:7px}.category-list button{padding:8px 13px;border:1px solid var(--line);margin:0;font-size:11px;border-radius:30px;gap:8px}.category-list button.active{border-color:#acd3e7}.category-list button span{font-size:9px}.catalog-toolbar{flex-wrap:wrap;gap:12px;margin-bottom:20px}.search-field{max-width:none;flex-basis:100%}.catalog-empty img{height:200px}.empty-copy{padding:26px 20px}.empty-copy h3{font-size:23px}.empty-copy p{font-size:13px}.empty-copy .btn{font-size:12px}.products-grid{gap:14px}.product-card img{height:155px;padding:8px}.product-card .product-info{padding:14px}.product-card h3{font-size:15px}.product-detail{grid-template-columns:1fr;gap:30px}.product-detail h1{font-size:33px}.steps-grid{grid-template-columns:1fr;gap:25px}.step h3{margin:12px 0}.faq-layout{grid-template-columns:1fr;gap:20px}.faq-list summary{font-size:14px}.article-container{padding-block:35px 50px}.article-container h1{font-size:32px}.article-excerpt{font-size:16px}.article-body{font-size:15px}.article-cover{max-height:280px}.booking-dialog{max-width:calc(100% - 20px);border-radius:15px;max-height:94dvh}.dialog-header{padding:26px 23px 20px}.dialog-header h2{font-size:26px}.booking-form{padding:23px}.form-grid{gap:14px}.field label{font-size:11px}.field input,.field select,.field textarea{font-size:16px;padding:10px;min-height:45px}.consent{font-size:11px}.booking-success{padding:35px 25px}}
@media(max-width:700px){.hero h1{font-size:clamp(40px,12vw,48px)}.hero-copy .button-row{gap:8px}.hero-copy .button-row .btn{font-size:12px;padding:12px}.hero-copy .button-row .btn-outline{padding-inline:3px;border-color:transparent;background:transparent;font-size:11px}.hero-copy .button-row .btn-outline svg{width:16px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}
