@layer reset{*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body,h1,h2,h3,p,ul,ol,blockquote{margin:0}img{max-width:100%;display:block}a{color:inherit}button,input,textarea{font:inherit}}@layer base{:root{--navy:#062d63;--navy-deep:#031d43;--blue:#287dc2;--blue-light:#dff2ff;--sky:#eef8ff;--peach:#fff0e8;--coral:#ee4d56;--ink:#12243a;--muted:#627083;--white:#fff;--line:#dce8f2;--shadow:0 20px 60px #062d631c;--container:min(1220px, calc(100% - 40px));--sans:"Avenir Next", "Montserrat", "Segoe UI", Arial, sans-serif}body{background:var(--white);color:var(--ink);font-family:var(--sans);text-rendering:optimizelegibility;font-size:16px;line-height:1.65;overflow-x:hidden}h1,h2,h3{color:var(--navy);letter-spacing:-.045em;font-weight:700;line-height:1.08}h1{font-size:clamp(3.25rem,7vw,6.8rem)}h2{font-size:clamp(2.35rem,4.5vw,4.35rem)}h3{font-size:1.45rem}::selection{background:var(--blue);color:var(--white)}:focus-visible{outline:3px solid var(--coral);outline-offset:4px}.container{width:var(--container);margin-inline:auto}.skip-link{background:var(--navy);color:var(--white);z-index:100;padding:10px 16px;transition:top .18s;position:fixed;top:-80px;left:20px}.skip-link:focus{top:20px}}@layer components{.site-header{z-index:30;padding-top:24px;position:absolute;top:0;left:0;right:0}.header-inner{backdrop-filter:blur(14px);background:#f4faffe0;border:1px solid #ffffffb8;border-radius:28px;align-items:center;gap:24px;min-height:88px;padding:12px 18px;display:flex}.brand{flex:none;align-items:center;margin-right:auto;text-decoration:none;display:flex}.brand img{width:165px;height:auto}.desktop-nav{background:var(--white);border-radius:999px;align-items:center;gap:2px;padding:6px;display:flex}.desktop-nav a{color:var(--ink);border-radius:999px;padding:11px 22px;font-size:.84rem;font-weight:650;text-decoration:none;transition:background .18s,color .18s}.desktop-nav a:hover,.desktop-nav a.active{background:var(--navy);color:var(--white)}.header-contact{flex:none;align-items:center;gap:14px;display:flex}.header-contact>a:first-child{align-items:center;gap:7px;font-size:.84rem;font-weight:700;text-decoration:none;display:flex}.header-contact>a:first-child span{color:var(--blue);font-size:1.2rem}.header-whatsapp,.floating-whatsapp{border:2px solid var(--navy);color:var(--navy);border-radius:50%;justify-content:center;align-items:center;width:45px;height:45px;font-size:1.55rem;font-weight:900;text-decoration:none;display:flex}.social-icon{flex:none;display:block}.mobile-menu{display:none;position:relative}.mobile-menu summary{background:var(--white);cursor:pointer;border-radius:50%;place-content:center;gap:4px;width:45px;height:45px;list-style:none;display:grid}.mobile-menu summary::-webkit-details-marker{display:none}.mobile-menu summary span{background:var(--navy);width:19px;height:2px;display:block}.mobile-menu nav{background:var(--white);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:20px;min-width:min(320px,100vw - 40px);padding:12px;display:grid;position:absolute;top:58px;right:0}.mobile-menu nav a{border-radius:12px;padding:12px 14px;font-weight:700;text-decoration:none}.mobile-menu nav a.active{background:var(--sky);color:var(--blue)}.mobile-menu nav a:last-child{background:var(--navy);color:var(--white);text-align:center;margin-top:6px}.button{background:var(--navy);border:1px solid var(--navy);color:var(--white);cursor:pointer;border-radius:999px;justify-content:center;align-items:center;gap:12px;min-height:52px;padding:13px 25px;font-size:.86rem;font-weight:750;text-decoration:none;transition:background .18s,border-color .18s,transform .18s;display:inline-flex}.button:hover{background:var(--blue);border-color:var(--blue);transform:translateY(-2px)}.button--light{background:var(--white);border-color:var(--white);color:var(--navy)}.button--light:hover{background:var(--sky);border-color:var(--sky)}.text-link{color:var(--navy);text-underline-offset:5px;font-size:.88rem;font-weight:750;text-decoration:none}.text-link:hover{color:var(--blue);text-decoration:underline}.text-link--arrow{align-items:center;gap:9px;margin-top:27px;display:inline-flex}.eyebrow,.hero-tag{color:var(--blue);letter-spacing:.14em;text-transform:uppercase;margin-bottom:18px;font-size:.76rem;font-weight:850}.eyebrow--light{color:#a9d9ff}.home-hero{padding:24px 24px 0}.home-hero__inner{background:radial-gradient(circle at 83% 13%,#bee2ffc7,#0000 29%),radial-gradient(circle at 15% 84%,#ffd8c48a,#0000 30%),linear-gradient(135deg,#f4fbff,#eef4ff);border-radius:34px;min-height:min(850px,100vh - 48px);padding:195px 38px 105px;position:relative;overflow:hidden}.home-hero__copy{z-index:3;max-width:600px;position:relative}.home-hero h1{max-width:720px;font-size:clamp(4rem,7.5vw,7.3rem)}.home-hero h1 span{color:var(--blue);display:block}.home-hero__copy>p:not(.hero-tag){color:var(--muted);max-width:510px;margin-top:28px;font-size:1.12rem}.hero-actions{flex-wrap:wrap;align-items:center;gap:25px;margin-top:36px;display:flex}.home-hero__visual{z-index:2;width:56%;height:89%;position:absolute;bottom:0;right:-10px}.home-hero__visual img{object-fit:contain;object-position:bottom right;height:100%;position:absolute;bottom:0;right:1%}.hero-halo{background:#ffffff7a;border-radius:50%;width:min(47vw,620px);height:min(47vw,620px);position:absolute;top:13%;right:2%}.hero-facts{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:14px;display:grid}.hero-fact{background:var(--sky);border:1px solid var(--line);border-radius:18px;padding:18px 22px;display:grid}.hero-fact strong{color:var(--navy);font-size:.9rem}.hero-fact span{color:var(--muted);margin-top:3px;font-size:.72rem;line-height:1.4}.section{padding-block:clamp(85px,10vw,140px)}.intro-grid,.history-grid,.method-grid,.contact-grid{grid-template-columns:.85fr 1.15fr;align-items:center;gap:clamp(55px,8vw,120px);display:grid}.clinic-visual{min-height:520px;position:relative}.clinic-visual:before{background:var(--sky);content:"";border-radius:50%;width:78%;height:78%;position:absolute;top:-20px;left:-30px}.clinic-visual__circle{border-radius:48% 48% 48% 12%;height:500px;position:relative;overflow:hidden}.clinic-visual__circle img{object-fit:cover;width:100%;height:100%}.clinic-visual__badge{background:var(--navy);color:var(--white);border-radius:16px;padding:16px 22px;font-size:.75rem;font-weight:750;position:absolute;bottom:-20px;right:-20px}.section-copy h2{margin-bottom:28px}.section-copy .lead{color:var(--muted);font-size:1.04rem;line-height:1.8}.feature-row{border-block:1px solid var(--line);grid-template-columns:repeat(3,1fr);margin-top:35px;padding-block:23px;display:grid}.feature-row>div{border-right:1px solid var(--line);padding-inline:18px;display:grid}.feature-row>div:first-child{padding-left:0}.feature-row>div:last-child{border-right:0}.feature-row strong{color:var(--blue);font-size:1.7rem;line-height:1}.feature-row span{color:var(--muted);text-transform:uppercase;margin-top:7px;font-size:.68rem}.services-preview,.blog-preview,.team-section,.process-section{background:var(--sky)}.section-heading{justify-content:space-between;align-items:end;gap:50px;margin-bottom:56px;display:flex}.section-heading>div{max-width:760px}.section-heading>p{color:var(--muted);max-width:420px}.section-heading>.text-link{flex:none;margin-bottom:10px}.section-heading--center{text-align:center;justify-content:center}.service-grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.service-card{color:var(--white);border-radius:24px;min-height:440px;position:relative;overflow:hidden}.service-card>img,.service-card__overlay{width:100%;height:100%;position:absolute;inset:0}.service-card>img{object-fit:cover;transition:transform .35s}.service-card:hover>img{transform:scale(1.04)}.service-card__overlay{background:linear-gradient(#031d430d 35%,#031d43eb)}.service-card__content{z-index:2;padding:25px;position:absolute;bottom:0;left:0;right:0}.service-card__icon{background:#ffffff2e;border:1px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;margin-bottom:16px;display:flex}.service-card h3{color:var(--white);margin-bottom:11px;font-size:1.42rem}.service-card p{color:#ffffffc2;font-size:.82rem}.service-card a{margin-top:17px;font-size:.75rem;font-weight:800;text-decoration:none;display:inline-block}.smile-stories{background:var(--white)}.smile-gallery{grid-template-rows:repeat(2,300px);grid-template-columns:1.45fr .85fr;gap:20px;display:grid}.smile-gallery__item{border-radius:26px;margin:0;position:relative;overflow:hidden}.smile-gallery__item--wide{grid-row:1/3}.smile-gallery__item:after{content:"";pointer-events:none;background:linear-gradient(#0000 52%,#031d43a8);position:absolute;inset:0}.smile-gallery__item img{object-fit:cover;width:100%;height:100%;transition:transform .35s}.smile-gallery__item:hover img{transform:scale(1.025)}.smile-gallery__item figcaption{color:var(--white);z-index:1;font-size:.78rem;font-weight:800;position:absolute;bottom:20px;left:22px}.nova-method{background:var(--navy);color:var(--white);margin:25px;padding-block:0;overflow:hidden}.method-grid{grid-template-columns:1fr .9fr;align-items:stretch;gap:0;width:min(1440px,100%)}.method-copy{padding:clamp(75px,9vw,130px) clamp(35px,7vw,100px)}.method-copy h2{color:var(--white)}.method-copy>p:not(.eyebrow){color:#ffffffad;max-width:600px;margin-top:25px}.method-steps{margin-top:45px;padding:0;list-style:none;display:grid}.method-steps li{border-top:1px solid #ffffff29;grid-template-columns:40px 1fr;gap:22px;padding-block:20px;display:grid}.method-steps li>span{color:#9cd3ff;font-size:.7rem;font-weight:850}.method-steps strong{margin-bottom:4px;display:block}.method-steps p{color:#fff9;font-size:.8rem}.method-image{min-height:740px}.method-image img{object-fit:cover;width:100%;height:100%}.post-grid{grid-template-columns:repeat(3,1fr);gap:26px;display:grid}.post-card{background:var(--white);border:1px solid var(--line);border-radius:22px;transition:box-shadow .18s,transform .18s;overflow:hidden;box-shadow:0 12px 35px #062d630f}.post-card:hover{box-shadow:var(--shadow);transform:translateY(-5px)}.post-card__image{height:230px;display:block;overflow:hidden}.post-card__image img{object-fit:cover;width:100%;height:100%;transition:transform .25s}.post-card:hover .post-card__image img{transform:scale(1.035)}.post-card__body{padding:26px}.post-card__body>span{color:var(--blue);text-transform:uppercase;font-size:.68rem;font-weight:800}.post-card h2,.post-card h3{margin-block:13px;font-size:1.42rem}.post-card h2 a,.post-card h3 a{text-decoration:none}.post-card p{color:var(--muted);-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:.85rem;display:-webkit-box;overflow:hidden}.post-card__link{color:var(--navy);margin-top:20px;font-size:.76rem;font-weight:800;text-decoration:none;display:inline-block}.appointment-cta{padding:25px}.appointment-cta__inner{background:radial-gradient(circle at 85% 20%, #4892d26b, transparent 35%), var(--navy);color:var(--white);border-radius:30px;justify-content:space-between;align-items:center;gap:50px;min-height:320px;padding:clamp(45px,7vw,85px);display:flex;position:relative;overflow:hidden}.appointment-cta__inner:after{content:"";mix-blend-mode:screen;opacity:.16;pointer-events:none;background:url(/images/brand-art.webp) 50%/contain no-repeat;width:430px;height:430px;position:absolute;top:50%;right:7%;transform:translateY(-50%)}.appointment-cta__inner>*{z-index:1;position:relative}.appointment-cta h2{color:var(--white);max-width:760px;font-size:clamp(2.5rem,5vw,4.5rem)}.appointment-cta p:not(.eyebrow){color:#ffffffa3;margin-top:18px}.appointment-cta .button{flex:none}.page-hero{padding:24px 24px 0}.page-hero__inner{background:radial-gradient(circle at 80% 10%,#c6e7ffb8,#0000 34%),linear-gradient(135deg,#f4fbff,#eef4ff);border-radius:34px;grid-template-columns:1.05fr .95fr;align-items:center;gap:60px;min-height:600px;padding:170px 42px 75px;display:grid;overflow:hidden}.page-hero__intro{color:var(--muted);max-width:590px;margin-top:25px;font-size:1.05rem}.page-hero__image{border-radius:26px;align-self:stretch;min-height:360px;overflow:hidden}.page-hero__image img{object-fit:cover;width:100%;height:100%}.purpose-grid{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}.purpose-card{background:var(--sky);border-radius:28px;min-height:500px;padding:clamp(42px,6vw,78px);position:relative;overflow:hidden}.purpose-card>span{color:#287dc221;font-size:8rem;font-weight:800;line-height:1;position:absolute;top:18px;right:30px}.purpose-card h2{max-width:500px;margin-bottom:28px;font-size:clamp(2.2rem,4vw,3.8rem);position:relative}.purpose-card>p:last-child{color:var(--muted);max-width:570px;position:relative}.purpose-card--blue{background:var(--navy);color:var(--white)}.purpose-card--blue>span{color:#ffffff14}.purpose-card--blue h2{color:var(--white)}.purpose-card--blue>p:last-child{color:#ffffffad}.history-section{background:#fbfdff}.history-image{border-radius:28px;height:580px;overflow:hidden}.history-image img{object-fit:cover;width:100%;height:100%}.section-copy blockquote{border-left:4px solid var(--blue);color:var(--navy);margin-top:35px;padding-left:25px;font-size:1.15rem;font-weight:650}.team-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.team-card{background:var(--white);border-radius:24px;overflow:hidden}.team-card__image{background:linear-gradient(145deg,#eaf7ff,#fff0e8);height:390px;overflow:hidden}.team-card__image img{object-fit:cover;object-position:top center;width:100%;height:100%}.team-card__body{padding:25px}.team-card__body>p{color:var(--blue);letter-spacing:.08em;text-transform:uppercase;margin-bottom:8px;font-size:.7rem;font-weight:800}.team-card details{border-top:1px solid var(--line);margin-top:20px;padding-top:16px}.team-card summary{color:var(--navy);cursor:pointer;font-size:.78rem;font-weight:800}.team-card ul{color:var(--muted);gap:8px;margin-top:14px;padding-left:18px;font-size:.76rem;display:grid}.service-details{padding-bottom:40px}.service-detail{grid-template-columns:1fr 1fr;align-items:center;gap:clamp(55px,8vw,115px);min-height:620px;padding-block:70px;scroll-margin-top:35px;display:grid}.service-detail+.service-detail{border-top:1px solid var(--line)}.service-detail--reverse .service-detail__image{order:2}.service-detail__image{border-radius:28px;height:540px;position:relative;overflow:hidden}.service-detail__image img{object-fit:cover;width:100%;height:100%}.service-detail__image>span{background:var(--white);color:var(--blue);border-radius:50%;justify-content:center;align-items:center;width:58px;height:58px;font-size:.8rem;font-weight:850;display:flex;position:absolute;bottom:22px;right:22px}.service-detail__copy .lead{color:var(--muted);margin-top:25px;font-size:1.05rem}.service-detail__copy ul{gap:10px;margin-block:30px;padding:0;list-style:none;display:grid}.service-detail__copy li{color:var(--ink);align-items:center;gap:12px;display:flex}.service-detail__copy li:before{background:var(--blue);content:"";border-radius:50%;width:7px;height:7px}.process-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.process-grid article{background:var(--white);border-radius:22px;min-height:260px;padding:35px}.process-grid span{color:var(--blue);font-size:.72rem;font-weight:850}.process-grid h3{margin-block:55px 13px}.process-grid p{color:var(--muted);font-size:.88rem}.article-hero{padding:24px 24px 0}.article-hero__inner{background:var(--sky);border-radius:34px;grid-template-columns:1.1fr .9fr;align-items:center;gap:60px;min-height:650px;padding:170px 42px 60px;display:grid;overflow:hidden}.article-back{color:var(--blue);margin-bottom:30px;font-size:.78rem;font-weight:800;text-decoration:none;display:inline-block}.article-hero h1{font-size:clamp(2.8rem,5.2vw,5.3rem)}.article-hero__image{border-radius:24px;height:430px;overflow:hidden}.article-hero__image img{object-fit:cover;width:100%;height:100%}.article-layout{grid-template-columns:1fr 330px;align-items:start;gap:80px;padding-block:clamp(75px,9vw,120px);display:grid}.article-content{max-width:820px;font-size:1.02rem;line-height:1.85}.article-content>*+*{margin-top:22px}.article-content h2,.article-content h3,.article-content h4{margin-top:48px}.article-content h2{font-size:2.2rem}.article-content h3{font-size:1.65rem}.article-content ul,.article-content ol{padding-left:25px}.article-content li+li{margin-top:10px}.article-content a{color:var(--blue)}.article-aside{background:var(--navy);color:var(--white);border-radius:22px;padding:30px;position:sticky;top:25px}.article-aside>p{color:#a9d9ff;font-size:.72rem;font-weight:850}.article-aside h2{color:var(--white);margin-block:17px 27px;font-size:2rem}.contact-grid{grid-template-columns:.85fr 1.15fr;align-items:start}.contact-info h2,.contact-form-card h2{margin-bottom:35px;font-size:clamp(2.2rem,4vw,3.7rem)}.contact-list{display:grid}.contact-list article{border-top:1px solid var(--line);grid-template-columns:48px 1fr;gap:18px;padding-block:22px;display:grid}.contact-list article>span{background:var(--sky);color:var(--blue);border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.2rem;display:flex}.contact-list p{color:var(--blue);letter-spacing:.08em;text-transform:uppercase;font-size:.67rem;font-weight:800}.contact-list strong{margin-top:4px;font-size:.9rem;font-weight:650;line-height:1.65;display:block}.contact-form-card{background:var(--sky);border-radius:28px;padding:clamp(35px,5vw,60px)}.contact-form-card form,.contact-form-card label{gap:9px;display:grid}.contact-form-card form{gap:18px}.contact-form-card label{color:var(--navy);font-size:.75rem;font-weight:750}.form-row{grid-template-columns:repeat(2,1fr);gap:15px;display:grid}.contact-form-card input,.contact-form-card textarea{background:var(--white);border:1px solid var(--line);color:var(--ink);resize:vertical;border-radius:13px;min-height:50px;padding:13px 15px}.contact-form-card textarea{min-height:130px}.contact-form-card .button{justify-self:start;margin-top:8px}.form-note{color:var(--muted);font-size:.7rem}.map-section{height:500px;margin:0 25px 25px;overflow:hidden}.map-section iframe{border:0;width:100%;height:100%}.not-found{text-align:center;align-items:center;min-height:75vh;padding-top:130px;display:flex}.not-found p:not(.eyebrow){color:var(--muted);margin-block:24px 30px}.site-footer{background:var(--navy-deep);color:var(--white);margin-top:25px;padding-top:75px}.footer-grid{grid-template-columns:1.5fr 1.25fr 1fr .7fr;gap:55px;padding-bottom:70px;display:grid}.footer-brand img{filter:brightness(0)invert();width:175px;height:auto}.footer-brand>p{color:#fff9;max-width:330px;margin-top:22px;font-size:.84rem}.socials{gap:9px;margin-top:24px;display:flex}.socials a{border:1px solid #ffffff40;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;font-weight:800;text-decoration:none;display:flex}.footer-title{color:#a9d9ff;letter-spacing:.11em;text-transform:uppercase;margin-bottom:20px;font-size:.72rem;font-weight:850}.site-footer address,.footer-nav,.site-footer .footer-grid>div:nth-child(3){gap:10px;display:grid}.site-footer address span,.site-footer a{color:#ffffffad;font-size:.8rem;font-style:normal;text-decoration:none}.site-footer a:hover{color:var(--white)}.footer-phone{font-weight:700;color:var(--white)!important;font-size:1.3rem!important}.footer-bottom{color:#ffffff70;border-top:1px solid #ffffff21;justify-content:space-between;padding-block:24px;font-size:.68rem;display:flex}.floating-whatsapp{color:var(--white);z-index:25;background:#22c55e;border:0;display:none;position:fixed;bottom:20px;right:20px;box-shadow:0 10px 28px #045a2347}}@layer responsive{@media (width<=1100px){.desktop-nav a{padding-inline:15px}.header-contact>a:first-child{display:none}.service-grid{grid-template-columns:repeat(2,1fr)}.home-hero__copy{max-width:520px}.home-hero__visual{width:61%;right:-90px}.team-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=850px){:root{--container:min(100% - 32px, 700px)}.site-header{padding-top:16px}.header-inner{min-height:76px}.brand img{width:145px}.desktop-nav,.header-contact{display:none}.mobile-menu{display:block}.home-hero{padding:16px 16px 0}.home-hero__inner{min-height:auto;padding:145px 24px 0}.home-hero__copy{max-width:600px}.home-hero h1{overflow-wrap:normal;word-break:normal;font-size:clamp(3.3rem,10.5vw,5rem)}.home-hero__visual{width:100%;height:520px;margin-top:28px;position:relative;bottom:auto;right:auto}.home-hero__visual img{object-position:bottom center;left:50%;right:auto;transform:translate(-50%)}.hero-halo{width:480px;height:480px;left:50%;right:auto;transform:translate(-50%)}.hero-facts{margin-top:12px}.intro-grid,.history-grid,.contact-grid,.method-grid,.service-detail,.page-hero__inner,.article-hero__inner,.article-layout{grid-template-columns:1fr}.clinic-visual{max-width:600px}.section-heading{flex-direction:column;align-items:start;gap:25px}.nova-method{margin:16px}.method-image{order:-1;min-height:480px}.post-grid{grid-template-columns:repeat(2,1fr)}.smile-gallery{grid-template-rows:repeat(2,260px)}.appointment-cta{padding:16px}.appointment-cta__inner{flex-direction:column;align-items:start}.appointment-cta__inner:after{opacity:.11;right:-100px}.page-hero{padding:16px 16px 0}.page-hero__inner{min-height:auto;padding:145px 25px 25px}.page-hero__image{min-height:390px}.purpose-grid{grid-template-columns:1fr}.purpose-card{min-height:430px}.service-detail--reverse .service-detail__image{order:0}.service-detail__image{height:480px}.process-grid{grid-template-columns:1fr}.article-hero{padding:16px 16px 0}.article-hero__inner{min-height:auto;padding:145px 25px 25px}.article-aside{position:static}.footer-grid{grid-template-columns:repeat(2,1fr)}.footer-brand{grid-column:1/-1}.floating-whatsapp{display:flex}}@media (width<=560px){body{font-size:15px}h1{font-size:clamp(2.8rem,14vw,4.3rem)}h2{font-size:clamp(2rem,10vw,3rem)}.header-inner{border-radius:22px;padding-inline:14px}.brand img{width:132px}.home-hero__inner{border-radius:26px;min-height:auto;padding:132px 20px 0}.home-hero h1{font-size:clamp(2.75rem,12vw,3.45rem);line-height:1.02}.home-hero__copy>p:not(.hero-tag){font-size:.96rem}.hero-actions{flex-direction:column;align-items:stretch;gap:17px;max-width:none}.text-link{text-align:center}.home-hero__visual{width:100%;height:420px;margin-top:22px}.hero-halo{width:360px;height:360px;top:10%}.hero-facts{grid-template-columns:1fr}.hero-fact{padding:15px 18px}.clinic-visual{min-height:390px}.clinic-visual__circle{height:390px}.clinic-visual__badge{right:0}.feature-row{gap:12px}.feature-row>div{padding-inline:8px}.feature-row strong{font-size:1.35rem}.feature-row span{font-size:.55rem}.service-grid,.post-grid,.team-grid{grid-template-columns:1fr}.smile-gallery{grid-template-rows:none;grid-template-columns:1fr}.smile-gallery__item,.smile-gallery__item--wide{grid-row:auto;height:360px}.smile-gallery__item--wide{height:280px}.service-card{min-height:400px}.method-copy{padding-inline:25px}.method-image{min-height:380px}.page-hero__inner,.article-hero__inner{border-radius:26px}.page-hero__image{min-height:300px}.purpose-card{min-height:auto;padding:38px 27px 55px}.purpose-card>span{font-size:5rem}.history-image,.service-detail__image{height:390px}.team-card__image{height:410px}.service-detail{padding-block:50px}.article-hero__image{height:300px}.article-layout{gap:50px}.form-row{grid-template-columns:1fr}.map-section{height:390px;margin:0 16px 16px}.footer-grid{grid-template-columns:1fr}.footer-brand{grid-column:auto}.footer-bottom{flex-direction:column;gap:6px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important}}}
