:root{--white:#fff;--soft:#F4FAFD;--blue:#0E6BA8;--navy:#0B1F33;--gold:#D4AF37;--muted:#6B7C8F;--line:#DFEAF1;--shadow:0 24px 70px rgba(11,31,51,.12);--radius:8px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,sans-serif;color:var(--navy);background:#fff;line-height:1.6;overflow-x:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.container{width:min(1180px,calc(100% - 40px));margin-inline:auto}.skip-link{position:absolute;left:-999px;top:8px;background:var(--navy);color:#fff;padding:10px 14px;z-index:50}.skip-link:focus{left:8px}.site-header{position:sticky;top:0;z-index:40;background:rgba(255,255,255,.88);backdrop-filter:blur(18px);border-bottom:1px solid rgba(223,234,241,.8)}.nav-shell{height:78px;display:flex;align-items:center;gap:24px}.brand{display:flex;align-items:center;gap:12px;font-weight:800}.brand-mark{display:grid;place-items:center;width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,var(--blue),#5EB7D7);color:#fff;box-shadow:0 10px 30px rgba(14,107,168,.28)}.brand small{display:block;color:var(--muted);font-weight:600;font-size:12px}.main-nav{display:flex;align-items:center;gap:18px;margin-left:auto}.main-nav a{font-size:14px;font-weight:700;color:var(--muted);padding:10px 0;border-bottom:2px solid transparent}.main-nav a.is-active,.main-nav a:hover{color:var(--navy);border-color:var(--gold)}.nav-actions{display:flex;align-items:center;gap:12px}.language-switcher{display:flex;background:var(--soft);padding:4px;border-radius:999px;border:1px solid var(--line)}.lang-btn{border:0;background:transparent;color:var(--muted);font-weight:800;font-size:12px;padding:7px 9px;border-radius:999px;cursor:pointer}.lang-btn.is-active{background:#fff;color:var(--blue);box-shadow:0 4px 14px rgba(11,31,51,.08)}.nav-toggle{display:none;border:0;background:transparent;padding:8px}.nav-toggle span{display:block;width:24px;height:2px;background:var(--navy);margin:5px 0}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 20px;border-radius:999px;font-weight:800;border:1px solid transparent;cursor:pointer;transition:transform .25s ease,box-shadow .25s ease,background .25s ease;position:relative;overflow:hidden}.btn:hover{transform:translateY(-2px)}.btn-primary{background:var(--blue);color:#fff;box-shadow:0 14px 34px rgba(14,107,168,.24)}.btn-ghost{background:#fff;color:var(--navy);border-color:var(--line)}.btn-outline{border-color:var(--line);background:#fff;color:var(--blue)}.btn-light{background:#fff;color:var(--blue)}.btn-small{min-height:40px;padding-inline:16px}.shine::after{content:"";position:absolute;inset:-60% auto -60% -80%;width:55%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.42),transparent);transform:skewX(-20deg);animation:shine 4.8s ease-in-out infinite}@keyframes shine{0%,55%{left:-80%}80%,100%{left:130%}}.hero{padding:80px 0 70px;background:radial-gradient(circle at 88% 12%,rgba(212,175,55,.16),transparent 26%),linear-gradient(180deg,#fff 0%,var(--soft) 100%)}.hero-grid{display:grid;grid-template-columns:1fr .9fr;gap:58px;align-items:center}.eyebrow{display:inline-flex;color:var(--blue);font-size:12px;text-transform:uppercase;letter-spacing:0;font-weight:900;margin-bottom:14px}.hero h1,.page-hero h1,.section-heading h2,.image-panel h2,.pricing-card h2,.cta-band h2{font-family:"Playfair Display",serif;line-height:1.04;margin:0}.hero h1{font-size:clamp(44px,6vw,78px);max-width:760px}.hero p,.page-hero p,.lead{font-size:18px;color:var(--muted);max-width:680px}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin:32px 0}.hero-metrics{display:flex;gap:28px}.hero-metrics strong{display:block;font-size:28px;color:var(--blue)}.hero-metrics small{color:var(--muted);font-weight:700}.hero-media{position:relative}.hero-media>img{height:620px;width:100%;object-fit:cover;border-radius:8px;box-shadow:var(--shadow)}.trust-card{position:absolute;background:rgba(255,255,255,.92);backdrop-filter:blur(14px);border:1px solid rgba(255,255,255,.75);border-radius:8px;padding:16px 18px;box-shadow:0 18px 48px rgba(11,31,51,.16);animation:float 5s ease-in-out infinite}.trust-card strong{display:block;font-size:22px}.trust-card span{color:var(--muted);font-weight:700}.trust-one{left:-28px;bottom:80px}.trust-two{right:-18px;top:70px;animation-delay:1.2s}@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}.section{padding:96px 0}.soft{background:var(--soft)}.split{display:grid;grid-template-columns:.78fr 1fr;gap:56px;align-items:start}.section-heading h2{font-size:clamp(32px,4vw,54px)}.center{text-align:center}.center p,.center h2{margin-inline:auto}.feature-grid,.card-grid{display:grid;gap:22px}.feature-grid{grid-template-columns:repeat(3,1fr)}.card-grid.three{grid-template-columns:repeat(3,1fr)}.feature-card,.service-card,.review-card,.pricing-card,.team-card,.contact-panel,.appointment-form{background:#fff;border:1px solid var(--line);border-radius:8px;box-shadow:0 16px 44px rgba(11,31,51,.07)}.feature-card{padding:26px}.feature-card span{color:var(--gold);font-weight:900}.feature-card h3{margin:14px 0 8px}.feature-card p,.service-card p,.pricing-card p{color:var(--muted)}.service-card{overflow:hidden;transition:transform .25s ease,box-shadow .25s ease}.service-card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}.service-card img{height:230px;width:100%;object-fit:cover}.service-card div{padding:24px}.service-card a{color:var(--blue);font-weight:900}.before-after{position:relative;overflow:hidden;border-radius:8px;box-shadow:var(--shadow);min-height:420px}.before-after img{width:100%;height:100%;object-fit:cover}.after-layer{position:absolute;inset:0;width:52%;overflow:hidden;border-right:3px solid #fff}.after-layer img{width:calc(100vw);max-width:none;height:100%;object-fit:cover}.before-after input{position:absolute;left:20px;right:20px;bottom:20px;width:calc(100% - 40px);accent-color:var(--blue)}.preview-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.image-panel{position:relative;min-height:500px;overflow:hidden;border-radius:8px;color:#fff}.image-panel img{height:100%;width:100%;object-fit:cover;position:absolute;inset:0}.image-panel::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(11,31,51,.05),rgba(11,31,51,.72))}.image-panel div{position:absolute;z-index:2;left:34px;right:34px;bottom:34px}.review-card{padding:28px;font-size:19px}.review-card cite{display:block;margin-top:18px;color:var(--muted);font-size:14px}.pricing-faq{display:grid;grid-template-columns:.78fr 1fr;gap:28px}.pricing-card{padding:34px}.faq-list{display:grid;gap:12px}.faq-item{width:100%;text-align:left;background:#fff;border:1px solid var(--line);border-radius:8px;padding:20px;cursor:pointer}.faq-item span{font-weight:900}.faq-item p{display:none;color:var(--muted);margin:12px 0 0}.faq-item.is-open p{display:block}.cta-band{padding:76px 0;background:linear-gradient(135deg,var(--blue),#5EB7D7);color:#fff}.cta-band .container{display:flex;align-items:center;justify-content:space-between;gap:24px}.page-hero{padding:84px 0;background:linear-gradient(180deg,#fff,var(--soft))}.page-hero h1{font-size:clamp(42px,6vw,72px)}.treatment-list{display:grid;gap:26px}.treatment-card{display:grid;grid-template-columns:360px 1fr;gap:30px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:8px;overflow:hidden;box-shadow:0 16px 44px rgba(11,31,51,.06)}.treatment-card img{height:100%;min-height:300px;width:100%;object-fit:cover}.treatment-card div{padding:28px}.treatment-card ul{display:flex;gap:10px;flex-wrap:wrap;padding:0;margin:18px 0;list-style:none}.treatment-card li{background:var(--soft);padding:8px 12px;border-radius:999px;color:var(--blue);font-weight:800;font-size:13px}.team-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.team-card{overflow:hidden}.team-card img{height:330px;width:100%;object-fit:cover}.team-card div{padding:22px}.team-card h2{font-size:22px;margin:0}.team-card span,.team-card small{display:block;color:var(--muted);margin-top:8px}.tech-story .container{display:grid;gap:34px}.tech-row{display:grid;grid-template-columns:1fr 1fr;gap:38px;align-items:center}.tech-row.is-reverse img{order:2}.tech-row img{height:420px;width:100%;object-fit:cover;border-radius:8px;box-shadow:var(--shadow)}.tech-row h2{font-family:"Playfair Display",serif;font-size:42px;margin:0}.tech-row p{color:var(--muted);font-size:18px}.filter-bar{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:24px}.filter-bar button{border:1px solid var(--line);background:#fff;border-radius:999px;padding:10px 16px;font-weight:900;color:var(--muted);cursor:pointer}.filter-bar button.is-active{background:var(--blue);color:#fff}.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.gallery-item{margin:0;position:relative;overflow:hidden;border-radius:8px;background:var(--soft)}.gallery-item img{height:260px;width:100%;object-fit:cover;transition:transform .3s ease}.gallery-item:hover img{transform:scale(1.04)}.gallery-item figcaption{position:absolute;left:12px;right:12px;bottom:12px;background:rgba(255,255,255,.9);padding:9px 12px;border-radius:8px;font-weight:800;font-size:13px}.gallery-item.is-hidden{display:none}.contact-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:28px}.appointment-form{padding:28px;display:grid;grid-template-columns:1fr 1fr;gap:18px}.appointment-form label{display:grid;gap:7px;color:var(--muted);font-weight:800}.appointment-form textarea,.appointment-form label:has(textarea),.appointment-form button,.form-status{grid-column:1/-1}.appointment-form input,.appointment-form select,.appointment-form textarea{width:100%;border:1px solid var(--line);border-radius:8px;padding:14px 13px;font:inherit;color:var(--navy);background:#fff}.form-status{padding:14px;border-radius:8px;background:#e8f7ee;color:#1b7f42;font-weight:800}.contact-panel{padding:28px;display:grid;gap:14px;align-content:start}.hours{display:grid;gap:8px;margin-top:12px}.hours span{color:var(--muted)}.map-placeholder{min-height:220px;background:linear-gradient(135deg,var(--soft),#fff);border:1px dashed var(--blue);border-radius:8px;display:grid;place-items:center;text-align:center;color:var(--muted);font-weight:900}.legal-content h2{margin-top:34px}.narrow{max-width:820px}.site-footer{background:#071827;color:#dce8ef;padding:64px 0 28px}.footer-grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:34px}.site-footer a{display:block;margin:9px 0;color:#dce8ef}.site-footer p{color:#a9bac7}.footer-bottom{margin-top:40px;padding-top:20px;border-top:1px solid rgba(255,255,255,.12);display:flex;justify-content:space-between}.floating-whatsapp{position:fixed;right:22px;bottom:92px;z-index:35;width:54px;height:54px;border-radius:50%;background:#25D366;color:#fff;display:grid;place-items:center;font-weight:900;box-shadow:0 18px 40px rgba(0,0,0,.22)}.mobile-cta{display:none}.cookie-consent{position:fixed;left:20px;right:20px;bottom:20px;z-index:60;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);border-radius:8px;padding:18px;display:flex;align-items:center;justify-content:space-between;gap:18px}.cookie-consent p{margin:4px 0 0;color:var(--muted)}.cookie-actions{display:flex;gap:10px;flex-wrap:wrap}.cookie-consent.is-hidden{display:none}.reveal{opacity:0;transform:translateY(22px);transition:opacity .65s ease,transform .65s ease}.reveal.is-visible{opacity:1;transform:none}@media (max-width:980px){.nav-toggle{display:block;margin-left:auto}.main-nav,.nav-actions{display:none}.site-header.is-open .main-nav,.site-header.is-open .nav-actions{display:flex}.site-header.is-open .nav-shell{height:auto;align-items:flex-start;padding:18px 0;flex-wrap:wrap}.site-header.is-open .main-nav{order:3;flex-direction:column;width:100%;align-items:flex-start}.site-header.is-open .nav-actions{order:4;width:100%;justify-content:space-between}.hero-grid,.split,.pricing-faq,.contact-grid,.tech-row{grid-template-columns:1fr}.hero-media>img{height:480px}.trust-one{left:12px}.trust-two{right:12px}.feature-grid,.card-grid.three,.team-grid{grid-template-columns:repeat(2,1fr)}.gallery-grid{grid-template-columns:repeat(2,1fr)}.treatment-card{grid-template-columns:1fr}.tech-row.is-reverse img{order:0}.footer-grid{grid-template-columns:1fr 1fr}.cta-band .container{align-items:flex-start;flex-direction:column}}@media (max-width:640px){.container{width:min(100% - 28px,1180px)}.hero{padding-top:52px}.hero h1{font-size:42px}.hero-media>img{height:390px}.hero-metrics{flex-direction:column;gap:12px}.feature-grid,.card-grid.three,.team-grid,.preview-grid,.gallery-grid,.appointment-form,.footer-grid{grid-template-columns:1fr}.section{padding:68px 0}.treatment-card img,.team-card img{height:270px}.tech-row img{height:300px}.image-panel{min-height:380px}.contact-panel{padding:22px}.cookie-consent{bottom:82px;display:block}.cookie-actions{margin-top:14px}.floating-whatsapp{bottom:146px}.mobile-cta{position:fixed;left:0;right:0;bottom:0;z-index:45;display:grid;grid-template-columns:1fr 1fr;background:#fff;border-top:1px solid var(--line);box-shadow:0 -12px 30px rgba(11,31,51,.1)}.mobile-cta a{padding:15px;text-align:center;font-weight:900}.mobile-cta a:first-child{background:var(--navy);color:#fff}.mobile-cta a:last-child{background:var(--blue);color:#fff}.footer-bottom{display:grid;gap:10px}.before-after{min-height:320px}}

/* Premium photography upgrade */
.hero-premium{background:radial-gradient(circle at 78% 12%,rgba(14,107,168,.13),transparent 30%),linear-gradient(180deg,#fff 0%,#f6fbfe 100%);padding-top:96px}.hero-photo>img{height:680px;border-radius:8px;filter:saturate(1.04) contrast(1.02)}.hero-photo::before{content:"";position:absolute;inset:22px -18px -18px 22px;border-radius:8px;background:linear-gradient(135deg,rgba(14,107,168,.18),rgba(212,175,55,.2));z-index:-1}.hero-proof-row{display:flex;gap:10px;flex-wrap:wrap;margin-top:24px}.hero-proof-row span{background:#fff;border:1px solid var(--line);border-radius:999px;padding:9px 13px;color:var(--muted);font-size:13px;font-weight:800}.hero-proof-row strong{color:var(--blue)}.trust-card{background:rgba(255,255,255,.78);border:1px solid rgba(255,255,255,.72);box-shadow:0 20px 60px rgba(11,31,51,.18);will-change:transform}.trust-three{left:34px;top:34px;animation-delay:.7s}.trust-four{right:28px;bottom:42px;animation-delay:1.6s}.card-grid.four,.service-catalog{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.service-catalog{grid-template-columns:repeat(2,1fr)}.premium-card{transform-style:preserve-3d;will-change:transform}.premium-card img,.gallery-item img,.image-panel img,.tech-row img,.booking-photo img{transition:transform .55s ease,filter .55s ease}.premium-card:hover img,.gallery-item:hover img,.image-panel:hover img,.booking-photo:hover img{transform:scale(1.045)}.service-card ul,.trust-list{list-style:none;padding:0;margin:16px 0;display:flex;flex-wrap:wrap;gap:8px}.service-card li,.trust-list li{background:var(--soft);border:1px solid var(--line);border-radius:999px;padding:7px 10px;color:var(--blue);font-weight:800;font-size:12px}.pill{display:inline-flex;align-items:center;width:max-content;border-radius:999px;background:rgba(212,175,55,.14);color:#8b6d12;font-weight:900;font-size:12px;padding:7px 10px;margin-bottom:10px}.service-card h2{font-size:24px;margin:0}.blur-reveal{filter:blur(10px)}.blur-reveal.is-visible{filter:blur(0)}.before-after{cursor:ew-resize}.before-after::before{content:"Before";position:absolute;left:18px;top:18px;z-index:3;background:rgba(255,255,255,.86);border-radius:999px;padding:7px 11px;font-size:12px;font-weight:900}.before-after::after{content:"After";position:absolute;right:18px;top:18px;z-index:3;background:rgba(255,255,255,.86);border-radius:999px;padding:7px 11px;font-size:12px;font-weight:900}.google-card span{display:inline-flex;color:#fbbc04;letter-spacing:1px;margin-bottom:14px}.google-card p{font-size:18px;margin:0 0 18px}.appointment-split{display:grid;grid-template-columns:1fr .9fr;gap:34px;align-items:center;background:linear-gradient(135deg,#fff,#f4fafd);border:1px solid var(--line);border-radius:8px;padding:22px;box-shadow:var(--shadow)}.appointment-split>img{height:480px;width:100%;object-fit:cover;border-radius:8px}.appointment-split h2{font-family:"Playfair Display",serif;font-size:42px;line-height:1.08;margin:0}.booking-layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:28px;align-items:stretch}.booking-photo{position:relative;overflow:hidden;border-radius:8px;min-height:720px;box-shadow:var(--shadow)}.booking-photo img{height:100%;width:100%;object-fit:cover}.booking-photo::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 45%,rgba(11,31,51,.72))}.booking-photo div{position:absolute;left:26px;right:26px;bottom:26px;z-index:2;color:#fff}.booking-photo span{display:block;text-transform:uppercase;font-size:12px;font-weight:900}.booking-photo strong{font-family:"Playfair Display",serif;font-size:34px;line-height:1.05}.form-heading{grid-column:1/-1}.form-heading h2{font-family:"Playfair Display",serif;font-size:38px;line-height:1;margin:0}.form-heading p{margin:10px 0 0;color:var(--muted)}.form-trust{grid-column:1/-1;margin-top:0}.contact-info-grid{display:grid;grid-template-columns:1fr 1fr 1.2fr;gap:22px}.footer-premium{display:grid;grid-template-columns:1.5fr .8fr 1fr 1fr 1.2fr;gap:28px}.footer-badges{display:flex;gap:8px;flex-wrap:wrap;margin-top:18px}.footer-badges span{border:1px solid rgba(255,255,255,.18);border-radius:999px;padding:7px 10px;font-size:12px;color:#dce8ef}.footer-map{min-height:180px;border:1px dashed rgba(255,255,255,.28);border-radius:8px;display:grid;place-items:center;text-align:center;color:#dce8ef;background:linear-gradient(135deg,rgba(255,255,255,.08),rgba(255,255,255,.02))}.footer-map small{display:block;color:#a9bac7}.team-grid.upgraded{grid-template-columns:repeat(3,1fr)}.team-card .btn{margin-top:18px}.apple-tech .tech-row{min-height:520px;border-bottom:1px solid var(--line);padding-bottom:34px}.apple-tech .tech-row img{height:500px}.reveal{transition:opacity .75s ease,transform .75s ease,filter .75s ease}.faq-item p{overflow:hidden;max-height:0;display:block;transition:max-height .3s ease,margin .3s ease}.faq-item.is-open p{max-height:180px}
@media (prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}.reveal{opacity:1!important;transform:none!important;filter:none!important}}
@media (max-width:1100px){.card-grid.four,.service-catalog,.footer-premium{grid-template-columns:repeat(2,1fr)}.contact-info-grid{grid-template-columns:1fr}.hero-photo>img{height:560px}}
@media (max-width:980px){.appointment-split,.booking-layout{grid-template-columns:1fr}.booking-photo{min-height:430px}.footer-premium{grid-template-columns:1fr 1fr}.trust-three,.trust-four{display:none}}
@media (max-width:640px){.hero-premium{padding-top:44px}.hero-photo>img{height:410px}.trust-card{padding:12px 14px}.trust-one{left:10px;bottom:22px}.trust-two{right:10px;top:18px}.card-grid.four,.service-catalog,.team-grid.upgraded,.footer-premium{grid-template-columns:1fr}.appointment-split{padding:14px}.appointment-split>img{height:310px}.appointment-split h2,.booking-photo strong{font-size:30px}.booking-photo{min-height:360px}.cookie-consent{left:12px;right:12px;padding:14px}.cookie-consent p{font-size:13px}}


/* Accessibility skip link without horizontal overflow */
.skip-link{left:8px;transform:translateY(-140%);transition:transform .2s ease}
.skip-link:focus{transform:translateY(0)}


@media (max-width:640px){.hero-photo::before{display:none}.hero-photo{overflow:visible}}


/* Swiss private clinic redesign */
:root{--white:#FFFFFF;--soft:#F5F2EE;--beige:#F5F2EE;--warm:#EAE6E2;--blue:#0D1B33;--navy:#0D1B33;--gold:#C9A24A;--muted:#6B7280;--line:#EAE6E2;--shadow:0 22px 65px rgba(13,27,51,.13)}
body{background:#fff;color:var(--navy)}
.site-header.clinic-header{position:sticky;background:rgba(255,255,255,.92);border-bottom:1px solid rgba(234,230,226,.82);box-shadow:none}
body[data-page="home"] .site-header.clinic-header{position:fixed;left:0;right:0;background:linear-gradient(180deg,rgba(13,27,51,.55),rgba(13,27,51,0));border-bottom:0;color:#fff}
body[data-page="home"] .clinic-header .brand small,body[data-page="home"] .clinic-header .main-nav a{color:rgba(255,255,255,.78)}
body[data-page="home"] .clinic-header .main-nav a:hover{color:#fff;border-color:var(--gold)}
.nav-shell{height:82px}.brand-mark{background:transparent;border:1px solid currentColor;color:inherit;box-shadow:none}.clinic-brand strong{letter-spacing:.02em}.clinic-brand small{text-transform:uppercase;letter-spacing:.12em;font-size:10px}.clinic-nav{gap:34px}.clinic-nav a{font-size:13px;text-transform:uppercase;letter-spacing:.11em;font-weight:700}.clinic-actions{gap:14px}.social-links{display:flex;align-items:center;gap:10px}.social-links a,.footer-social a{width:32px;height:32px;display:grid;place-items:center;border-radius:999px;border:1px solid currentColor;color:inherit;opacity:.86;transition:opacity .25s ease,transform .25s ease,color .25s ease}.social-links a:hover,.footer-social a:hover{opacity:1;color:var(--gold);transform:translateY(-2px)}.social-links svg,.footer-social svg{width:16px;height:16px}
.clinic-hero{position:relative;min-height:100svh;color:#fff;display:flex;align-items:flex-end;overflow:hidden;background:#0d1b33}.clinic-hero-bg{position:absolute;inset:0;background-image:url("assets/images/hero-dental-clinic.jpg");background-size:cover;background-position:center 42%;transform:scale(1.02);filter:saturate(.92) contrast(1.02)}.clinic-hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(13,27,51,.78),rgba(13,27,51,.38) 48%,rgba(13,27,51,.58)),linear-gradient(180deg,rgba(13,27,51,.42),rgba(13,27,51,.18) 40%,rgba(13,27,51,.75))}.clinic-hero-inner{position:relative;z-index:2;padding:150px 0 56px;display:grid;gap:54px}.clinic-kicker{display:inline-flex;color:var(--gold);font-size:12px;text-transform:uppercase;letter-spacing:.18em;font-weight:800;margin-bottom:18px}.clinic-hero h1{font-family:"Playfair Display",serif;font-size:clamp(50px,7vw,92px);line-height:.98;margin:0;letter-spacing:0;max-width:860px}.clinic-hero p{font-size:clamp(18px,2vw,23px);color:rgba(255,255,255,.86);max-width:720px;margin:24px 0 0}.clinic-hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:30px}.clinic-hero .btn-light{background:rgba(255,255,255,.13);border-color:rgba(255,255,255,.42);color:#fff;backdrop-filter:blur(10px)}.hero-service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:26px 44px;padding-top:20px;border-top:1px solid rgba(255,255,255,.22)}.hero-service-icon{display:grid;justify-items:center;gap:12px;color:#fff;text-align:center;min-height:112px;align-content:center;transition:transform .25s ease,color .25s ease}.hero-service-icon svg{width:54px;height:54px;transition:transform .25s ease,stroke .25s ease}.hero-service-icon span{font-size:15px;font-weight:500;letter-spacing:.01em}.hero-service-icon:hover{color:var(--gold);transform:translateY(-4px)}.hero-service-icon:hover svg{transform:translateY(-2px)}
.hero-premium,.hero-grid,.trust-card,.hero-proof-row{display:none!important}.section{padding:76px 0}.soft{background:var(--beige)}.section-heading h2,.appointment-split h2,.image-panel h2{color:var(--navy)}.eyebrow{color:var(--gold);letter-spacing:.14em}.feature-card,.service-card,.review-card,.pricing-card,.team-card,.contact-panel,.appointment-form,.appointment-split{border-color:var(--warm);box-shadow:0 14px 45px rgba(13,27,51,.08);background:#fff}.btn-primary{background:var(--navy);box-shadow:0 14px 32px rgba(13,27,51,.22)}.btn-outline{color:var(--navy);border-color:var(--warm)}.service-card a{color:var(--navy)}.service-card li,.trust-list li{background:var(--beige);border-color:var(--warm);color:var(--navy)}.pill{background:rgba(201,162,74,.16);color:#8c6b1f}.cta-band{background:var(--navy)}.page-hero{background:linear-gradient(180deg,#fff,var(--beige));padding:78px 0}.site-footer{background:#0D1B33;color:#fff}.footer-map{border-color:rgba(201,162,74,.38)}.footer-social{display:flex;gap:10px;margin-top:18px}.footer-social a{color:#fff}.floating-whatsapp{display:none!important}
.side-contact-bar{position:fixed;right:18px;top:50%;transform:translateY(-50%);z-index:44;display:grid;gap:8px}.side-contact-bar a{width:94px;min-height:76px;padding:10px 8px;border-radius:8px;background:rgba(245,242,238,.95);border:1px solid rgba(201,162,74,.38);box-shadow:0 16px 42px rgba(13,27,51,.18);display:grid;place-items:center;text-align:center;color:var(--navy);font-size:11px;font-weight:800;transition:transform .25s ease,background .25s ease,color .25s ease}.side-contact-bar svg{width:24px;height:24px}.side-contact-bar a:hover{background:var(--navy);color:#fff;transform:translateX(-4px)}.side-contact-bar a:hover svg{color:var(--gold)}
.mobile-contact-bar{display:none}.cookie-consent{left:auto;right:18px;bottom:18px;width:min(430px,calc(100% - 36px));padding:14px 16px;border-color:var(--warm);box-shadow:0 16px 44px rgba(13,27,51,.16);align-items:flex-start}.cookie-consent strong{font-size:14px}.cookie-consent p{font-size:12px}.cookie-actions .btn{min-height:38px;padding:0 14px;font-size:12px}
@media (max-width:1180px){.side-contact-bar{display:none}.hero-service-grid{grid-template-columns:repeat(3,1fr)}}
@media (max-width:980px){body[data-page="home"] .site-header.clinic-header{position:absolute}.site-header.is-open{background:rgba(13,27,51,.96)!important;color:#fff}.site-header.is-open .main-nav a,.site-header.is-open .brand small{color:rgba(255,255,255,.8)}.social-links{display:none}.clinic-hero-inner{padding-top:128px}.hero-service-grid{grid-template-columns:repeat(3,1fr);gap:20px}.mobile-contact-bar{position:fixed;left:0;right:0;bottom:0;z-index:45;display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border-top:1px solid var(--warm);box-shadow:0 -12px 30px rgba(13,27,51,.12)}.mobile-contact-bar a{display:grid;place-items:center;gap:3px;padding:8px 4px;color:var(--navy);font-size:11px;font-weight:800}.mobile-contact-bar svg{width:21px;height:21px;color:var(--gold)}.mobile-cta a:first-child,.mobile-cta a:last-child{background:#fff;color:var(--navy)}.cookie-consent{bottom:74px}}
@media (max-width:640px){.container{width:min(100% - 28px,1180px)}.clinic-hero{min-height:auto}.clinic-hero-bg{background-position:center top}.clinic-hero-inner{padding:112px 0 30px;gap:34px}.clinic-hero h1{font-size:43px}.clinic-hero p{font-size:17px}.clinic-hero-actions .btn{width:100%}.hero-service-grid{grid-template-columns:repeat(2,1fr);gap:16px 12px}.hero-service-icon{min-height:92px}.hero-service-icon svg{width:42px;height:42px}.hero-service-icon span{font-size:13px}.section{padding:56px 0}.cookie-consent{display:block;right:10px;left:10px;width:auto;padding:12px}.cookie-actions{gap:8px}.cookie-actions .btn{min-height:34px}}


/* Warm Swiss clinic polish */
body[data-page="home"] .site-header.clinic-header{
  background:linear-gradient(180deg,rgba(13,27,51,.38),rgba(13,27,51,0));
}
body[data-page="home"] .clinic-header .main-nav a.is-active{
  color:#fff;
  border-color:var(--gold);
}
.clinic-nav a.is-active{
  color:var(--navy);
  border-color:var(--gold);
}
.clinic-hero{
  background:#F7F3ED;
  min-height:96svh;
}
.clinic-hero-bg{
  filter:saturate(.98) contrast(1.02) brightness(1.06);
  background-position:center 48%;
}
.clinic-hero-overlay{
  background:
    linear-gradient(90deg,rgba(13,27,51,.58),rgba(13,27,51,.24) 48%,rgba(247,243,237,.18)),
    linear-gradient(180deg,rgba(13,27,51,.24),rgba(13,27,51,.08) 42%,rgba(13,27,51,.48));
}
.clinic-hero-inner{
  padding-top:140px;
  gap:42px;
}
.clinic-hero h1{
  text-shadow:0 16px 45px rgba(13,27,51,.24);
}
.clinic-hero p{
  color:rgba(255,255,255,.9);
}
.hero-service-grid{
  border-top-color:rgba(255,255,255,.28);
  gap:22px 38px;
}
.hero-service-icon{
  min-height:100px;
}
.hero-service-icon svg{
  width:50px;
  height:50px;
}
.side-contact-bar{
  right:14px;
  gap:7px;
}
.side-contact-bar a{
  width:78px;
  min-height:62px;
  padding:8px 6px;
  background:rgba(255,255,255,.94);
  font-size:10px;
  box-shadow:0 12px 32px rgba(13,27,51,.13);
}
.side-contact-bar svg{
  width:20px;
  height:20px;
}
.mobile-contact-bar a{
  padding:6px 4px;
  font-size:10px;
}
.mobile-contact-bar svg{
  width:18px;
  height:18px;
}
@media (max-width:980px){
  body[data-page="home"] .site-header.clinic-header{
    background:transparent;
  }
  .nav-toggle{
    display:grid;
    place-items:center;
    width:44px;
    height:44px;
    border-radius:999px;
    border:1px solid rgba(13,27,51,.16);
    background:rgba(255,255,255,.92);
    box-shadow:0 10px 26px rgba(13,27,51,.12);
  }
  body[data-page="home"] .nav-toggle{
    border-color:rgba(255,255,255,.46);
    background:rgba(255,255,255,.88);
  }
  .nav-toggle span,
  body[data-page="home"] .nav-toggle span{
    width:22px;
    background:var(--navy);
  }
  .site-header.is-open,
  body[data-page="home"] .site-header.is-open{
    position:fixed;
    inset:0 0 auto 0;
    background:rgba(247,243,237,.98)!important;
    color:var(--navy);
    border-bottom:1px solid var(--warm);
    box-shadow:0 18px 52px rgba(13,27,51,.12);
  }
  .site-header.is-open .nav-shell{
    padding:14px 0 20px;
    gap:14px;
  }
  .site-header.is-open .brand small,
  body[data-page="home"] .site-header.is-open .brand small{
    color:var(--muted);
  }
  .site-header.is-open .main-nav{
    gap:0;
    padding-top:12px;
    border-top:1px solid var(--warm);
  }
  .site-header.is-open .main-nav a,
  body[data-page="home"] .site-header.is-open .main-nav a{
    color:var(--navy);
    width:100%;
    padding:14px 0;
    border-bottom:1px solid rgba(234,230,226,.8);
    font-size:14px;
  }
  .site-header.is-open .main-nav a.is-active{
    color:var(--navy);
    border-left:3px solid var(--gold);
    padding-left:12px;
  }
  .site-header.is-open .nav-actions{
    background:#fff;
    border:1px solid var(--warm);
    border-radius:8px;
    padding:12px;
  }
  .site-header.is-open .btn-primary{
    background:var(--navy);
    color:#fff;
  }
  .clinic-hero{
    min-height:auto;
  }
  .clinic-hero-overlay{
    background:
      linear-gradient(180deg,rgba(13,27,51,.38),rgba(13,27,51,.18) 38%,rgba(13,27,51,.52)),
      linear-gradient(90deg,rgba(13,27,51,.48),rgba(247,243,237,.12));
  }
  .clinic-hero-inner{
    padding-top:112px;
    gap:30px;
  }
  .hero-service-grid{
    grid-template-columns:repeat(3,1fr);
    gap:14px 10px;
    padding-top:16px;
  }
  .hero-service-icon{
    min-height:82px;
    gap:8px;
  }
  .hero-service-icon svg{
    width:38px;
    height:38px;
  }
}
@media (max-width:640px){
  .clinic-hero-bg{
    background-position:center top;
    filter:saturate(.96) contrast(1.01) brightness(1.08);
  }
  .clinic-hero-overlay{
    background:
      linear-gradient(180deg,rgba(13,27,51,.30),rgba(13,27,51,.12) 32%,rgba(13,27,51,.48)),
      linear-gradient(90deg,rgba(13,27,51,.42),rgba(247,243,237,.10));
  }
  .clinic-hero-inner{
    padding:104px 0 22px;
    gap:24px;
  }
  .clinic-kicker{
    font-size:10px;
    margin-bottom:12px;
  }
  .clinic-hero h1{
    font-size:38px;
    line-height:1.02;
  }
  .clinic-hero p{
    font-size:16px;
    margin-top:16px;
  }
  .clinic-hero-actions{
    gap:10px;
    margin-top:20px;
  }
  .clinic-hero-actions .btn{
    min-height:42px;
  }
  .hero-service-grid{
    grid-template-columns:repeat(2,1fr);
    gap:10px 8px;
  }
  .hero-service-icon{
    min-height:72px;
  }
  .hero-service-icon svg{
    width:32px;
    height:32px;
  }
  .hero-service-icon span{
    font-size:12px;
  }
  .mobile-contact-bar a{
    padding:5px 2px;
  }
  .cookie-consent{
    bottom:62px;
  }
}


/* Hero-only premium split redesign */
body[data-page="home"] .site-header.clinic-header{
  background:rgba(255,255,255,.9);
  color:var(--navy);
  border-bottom:1px solid rgba(234,230,226,.84);
  backdrop-filter:blur(18px);
}
body[data-page="home"] .clinic-header .brand small,
body[data-page="home"] .clinic-header .main-nav a{
  color:var(--muted);
}
body[data-page="home"] .clinic-header .main-nav a.is-active,
body[data-page="home"] .clinic-header .main-nav a:hover{
  color:var(--navy);
  border-color:var(--gold);
}
body[data-page="home"] .brand-mark{
  color:var(--navy);
}
body[data-page="home"] .nav-toggle{
  background:#fff;
  border-color:rgba(13,27,51,.14);
}
body[data-page="home"] .nav-toggle span{
  background:var(--navy);
}
.clinic-hero-split{
  min-height:auto;
  color:var(--navy);
  background:linear-gradient(135deg,#fff 0%,#F7F3ED 100%);
  display:block;
  padding:138px 0 34px;
  overflow:visible;
}
.clinic-hero-split .clinic-hero-layout{
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(420px,1.1fr);
  gap:54px;
  align-items:center;
}
.clinic-hero-split .clinic-hero-copy{
  max-width:650px;
}
.clinic-hero-split .clinic-kicker{
  color:var(--gold);
  letter-spacing:.18em;
  font-size:12px;
  margin-bottom:18px;
}
.clinic-hero-split h1{
  color:var(--navy);
  text-shadow:none;
  font-size:clamp(48px,5.7vw,80px);
  line-height:1.01;
  margin:0;
}
.clinic-hero-split p{
  color:var(--muted);
  font-size:20px;
  line-height:1.65;
  max-width:590px;
  margin:24px 0 0;
}
.clinic-hero-split .clinic-hero-actions{
  margin-top:32px;
}
.clinic-hero-split .btn-primary{
  background:var(--navy);
  color:#fff;
}
.clinic-hero-split .btn-ghost{
  background:#fff;
  color:var(--navy);
  border-color:var(--warm);
}
.hero-trust-row{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:24px;
}
.hero-trust-row span{
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:9px 12px;
  border:1px solid var(--warm);
  border-radius:999px;
  background:rgba(255,255,255,.72);
  color:var(--muted);
  font-size:13px;
  font-weight:700;
}
.hero-trust-row strong{
  color:var(--navy);
}
.hero-image-frame{
  position:relative;
  border-radius:18px;
  padding:12px;
  background:#fff;
  border:1px solid rgba(234,230,226,.95);
  box-shadow:0 28px 80px rgba(13,27,51,.14);
  overflow:visible;
}
.hero-image-frame img{
  width:100%;
  height:min(620px,58vw);
  min-height:500px;
  object-fit:cover;
  object-position:center;
  border-radius:12px;
  animation:heroImageBreathe 8s ease-in-out infinite alternate;
}
.hero-float-card{
  position:absolute;
  z-index:2;
  background:rgba(255,255,255,.94);
  color:var(--navy);
  border:1px solid rgba(234,230,226,.92);
  border-left:3px solid var(--gold);
  border-radius:8px;
  padding:13px 16px;
  font-size:13px;
  font-weight:800;
  box-shadow:0 18px 46px rgba(13,27,51,.14);
  animation:heroCardFloat 5.8s ease-in-out infinite;
}
.hero-float-one{
  left:-18px;
  bottom:44px;
}
.hero-float-two{
  right:-16px;
  top:42px;
  animation-delay:1.1s;
}
.hero-service-strip{
  background:#fff;
  border-top:1px solid var(--warm);
  border-bottom:1px solid var(--warm);
  padding:20px 0;
}
.hero-strip-grid{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:10px;
}
.hero-strip-item{
  display:grid;
  justify-items:center;
  gap:8px;
  padding:12px 8px;
  border-radius:8px;
  color:var(--navy);
  transition:background .25s ease,color .25s ease,transform .25s ease;
}
.hero-strip-item svg{
  width:32px;
  height:32px;
  color:var(--gold);
}
.hero-strip-item span{
  font-size:13px;
  font-weight:700;
}
.hero-strip-item:hover{
  background:#F7F3ED;
  color:var(--navy);
  transform:translateY(-2px);
}
.clinic-hero-split .clinic-hero-bg,
.clinic-hero-split .clinic-hero-overlay,
.clinic-hero-split .hero-service-grid{
  display:none;
}
@keyframes heroImageBreathe{
  from{transform:scale(1)}
  to{transform:scale(1.018)}
}
@keyframes heroCardFloat{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-6px)}
}
@media (max-width:980px){
  .clinic-hero-split{
    padding:104px 0 26px;
  }
  .clinic-hero-split .clinic-hero-layout{
    grid-template-columns:1fr;
    gap:28px;
  }
  .clinic-hero-split h1{
    font-size:42px;
  }
  .clinic-hero-split p{
    font-size:17px;
  }
  .hero-image-frame img{
    height:390px;
    min-height:0;
  }
  .hero-strip-grid{
    grid-template-columns:repeat(3,1fr);
  }
  body[data-page="home"] .site-header.clinic-header{
    background:rgba(255,255,255,.94);
  }
}
@media (max-width:640px){
  .clinic-hero-split{
    padding:92px 0 18px;
  }
  .clinic-hero-split .clinic-hero-layout{
    gap:22px;
  }
  .clinic-hero-split .clinic-kicker{
    font-size:10px;
    margin-bottom:12px;
  }
  .clinic-hero-split h1{
    font-size:36px;
    line-height:1.04;
  }
  .clinic-hero-split p{
    font-size:16px;
    line-height:1.55;
    margin-top:16px;
  }
  .clinic-hero-split .clinic-hero-actions{
    margin-top:20px;
    display:grid;
    gap:10px;
  }
  .clinic-hero-split .clinic-hero-actions .btn{
    width:100%;
    min-height:42px;
  }
  .hero-trust-row{
    gap:7px;
    margin-top:16px;
  }
  .hero-trust-row span{
    font-size:12px;
    padding:7px 10px;
  }
  .hero-image-frame{
    padding:8px;
    border-radius:14px;
  }
  .hero-image-frame img{
    height:280px;
    border-radius:10px;
  }
  .hero-float-card{
    padding:9px 10px;
    font-size:11px;
  }
  .hero-float-one{
    left:14px;
    bottom:18px;
  }
  .hero-float-two{
    right:14px;
    top:18px;
  }
  .hero-service-strip{
    padding:12px 0 74px;
  }
  .hero-strip-grid{
    grid-template-columns:repeat(2,1fr);
    gap:6px;
  }
  .hero-strip-item{
    padding:9px 4px;
  }
  .hero-strip-item svg{
    width:26px;
    height:26px;
  }
  .hero-strip-item span{
    font-size:12px;
  }
}
@media (prefers-reduced-motion:reduce){
  .hero-image-frame img,
  .hero-float-card{
    animation:none!important;
  }
}

/* Final reference hero polish */
:root{
  --soft:#F8FAFC;
  --beige:#F7F3ED;
  --warm:#EAE6E2;
  --navy:#0D1B33;
  --gold:#C9A24A;
  --muted:#64748B;
  --blue:#0E6BA8;
}
body[data-page="home"] .site-header.clinic-header{
  position:fixed;
  inset:0 0 auto;
  color:var(--navy);
  background:rgba(255,255,255,.82);
  border-bottom:1px solid rgba(234,230,226,.62);
  box-shadow:0 10px 34px rgba(13,27,51,.04);
}
body[data-page="home"] .brand-mark{
  color:var(--navy);
  border-color:rgba(13,27,51,.72);
}
body[data-page="home"] .brand small,
body[data-page="home"] .main-nav a{
  color:var(--muted);
}
body[data-page="home"] .main-nav a.is-active,
body[data-page="home"] .main-nav a:hover{
  color:var(--navy);
  border-color:var(--gold);
}
body[data-page="home"] .nav-toggle{
  background:#fff;
  border:1px solid rgba(13,27,51,.1);
  border-radius:999px;
  box-shadow:0 8px 24px rgba(13,27,51,.08);
}
body[data-page="home"] .nav-toggle span{background:var(--navy)}
.reference-hero{
  min-height:auto;
  display:block;
  overflow:hidden;
  color:var(--navy);
  background:
    radial-gradient(circle at 74% 20%,rgba(59,179,243,.16),transparent 30%),
    linear-gradient(90deg,#fff 0%,#fff 48%,#F8FAFC 100%);
  padding:150px 0 42px;
}
.reference-hero .clinic-hero-layout{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,.92fr) minmax(520px,1.08fr);
  gap:44px;
  align-items:center;
}
.reference-hero .clinic-hero-copy{
  max-width:640px;
  z-index:2;
}
.reference-hero .clinic-kicker{
  margin-bottom:18px;
  color:var(--gold);
  font-size:12px;
  letter-spacing:.17em;
  font-weight:900;
}
.reference-hero h1{
  margin:0;
  color:var(--navy);
  font-family:"Playfair Display",serif;
  font-size:clamp(56px,5.7vw,86px);
  line-height:1.02;
  letter-spacing:0;
  text-shadow:none;
}
.reference-hero p{
  max-width:560px;
  margin:26px 0 0;
  color:var(--muted);
  font-size:20px;
  line-height:1.65;
}
.reference-hero .clinic-hero-actions{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  margin-top:32px;
}
.reference-hero .btn{
  min-height:52px;
  padding-inline:26px;
}
.reference-hero .btn-primary{
  background:var(--navy);
  color:#fff;
  box-shadow:0 16px 34px rgba(13,27,51,.2);
}
.reference-hero .btn-ghost{
  background:rgba(255,255,255,.86);
  color:var(--navy);
  border-color:rgba(201,162,74,.38);
  box-shadow:none;
}
.reference-hero .hero-trust-row{
  display:flex;
  flex-wrap:wrap;
  gap:24px;
  margin-top:34px;
}
.reference-hero .hero-trust-row>span{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  color:var(--muted);
  font-size:14px;
  font-weight:700;
}
.reference-hero .hero-trust-row strong{color:var(--navy)}
.reference-hero .google-rating b{
  display:grid;
  place-items:center;
  width:30px;
  height:30px;
  border-radius:999px;
  color:#4285F4;
  background:#fff;
  box-shadow:0 8px 24px rgba(13,27,51,.08);
  font-weight:900;
}
.reference-hero .google-rating span{
  display:grid;
  gap:1px;
}
.reference-hero .google-rating em{
  color:#F4B400;
  font-style:normal;
  font-size:12px;
  letter-spacing:1px;
}
.hero-visual{
  position:relative;
  min-height:640px;
  display:grid;
  align-items:end;
}
.hero-doctor-blob{
  position:absolute;
  z-index:0;
  right:0;
  bottom:28px;
  width:min(680px,92%);
  height:78%;
  border-radius:42% 58% 0 0 / 34% 36% 0 0;
  background:linear-gradient(145deg,rgba(59,179,243,.22),rgba(59,179,243,.05) 58%,rgba(201,162,74,.08));
}
.reference-image{
  position:relative;
  z-index:1;
  margin:0;
  padding:0;
  border:0;
  border-radius:22px 22px 0 0;
  background:transparent;
  box-shadow:none;
  overflow:hidden;
}
.reference-image img{
  width:100%;
  height:650px;
  min-height:0;
  object-fit:cover;
  object-position:center 28%;
  border-radius:22px 22px 0 0;
  filter:saturate(1.03) contrast(1.02) brightness(1.08);
  animation:heroImageBreathe 8s ease-in-out infinite alternate;
}
.reference-hero .hero-float-card{
  position:absolute;
  z-index:3;
  display:grid;
  gap:5px;
  max-width:210px;
  padding:18px 20px;
  color:var(--navy);
  background:rgba(255,255,255,.94);
  border:1px solid rgba(13,27,51,.06);
  border-left:0;
  border-radius:8px;
  box-shadow:0 22px 50px rgba(13,27,51,.12);
  font-size:14px;
  font-weight:700;
  animation:heroCardFloat 6s ease-in-out infinite;
}
.reference-hero .hero-float-card::before{
  content:"";
  width:34px;
  height:3px;
  border-radius:999px;
  background:var(--gold);
}
.reference-hero .hero-float-card strong{
  color:var(--navy);
  font-size:16px;
  line-height:1.35;
}
.hero-award-card{left:5%;top:14%}
.hero-patient-card{right:1%;bottom:17%;animation-delay:1.2s}
.hero-emergency-card{left:8%;bottom:34%;animation-delay:.6s}
.reference-service-strip{
  position:relative;
  z-index:2;
  background:#fff;
  border-top:1px solid rgba(13,27,51,.06);
  border-bottom:1px solid rgba(13,27,51,.06);
  box-shadow:0 14px 42px rgba(13,27,51,.04);
  padding:22px 0;
}
.reference-service-strip .hero-strip-grid{
  display:grid;
  grid-template-columns:repeat(8,1fr);
  gap:0;
}
.reference-service-strip .hero-strip-item{
  min-width:0;
  display:grid;
  justify-items:center;
  gap:9px;
  padding:10px 12px;
  color:var(--navy);
  border-radius:0;
  border-right:1px solid rgba(13,27,51,.08);
  transition:transform .25s ease,color .25s ease,background .25s ease;
}
.reference-service-strip .hero-strip-item:last-child{border-right:0}
.reference-service-strip .hero-strip-item svg{
  width:35px;
  height:35px;
  color:var(--navy);
  transition:transform .25s ease,color .25s ease;
}
.reference-service-strip .hero-strip-item span{
  font-size:13px;
  font-weight:800;
  line-height:1.2;
  text-align:center;
}
.reference-service-strip .hero-strip-item:hover{
  background:#F7F3ED;
  color:var(--gold);
  transform:translateY(-2px);
}
.reference-service-strip .hero-strip-item:hover svg{
  color:var(--gold);
  transform:translateY(-2px);
}
.side-contact-bar{
  right:0;
  gap:0;
  background:#fff;
  border:1px solid rgba(13,27,51,.08);
  box-shadow:0 18px 48px rgba(13,27,51,.12);
}
.side-contact-bar a{
  width:88px;
  min-height:78px;
  border:0;
  border-bottom:1px solid rgba(13,27,51,.08);
  border-radius:0;
  background:#fff;
  color:var(--navy);
  box-shadow:none;
}
.side-contact-bar a:first-child{border-left:3px solid var(--gold)}
.side-contact-bar a:last-child{border-bottom:0}
.side-contact-bar svg{color:var(--gold)}
.side-contact-bar a:hover{
  background:#F7F3ED;
  color:var(--navy);
  transform:translateX(-3px);
}
.mobile-contact-bar a{
  min-height:56px;
  padding:7px 3px;
  color:var(--navy);
  background:#fff;
}
.mobile-contact-bar svg{color:var(--gold)}
@media (max-width:1180px){
  .side-contact-bar{display:none}
  .reference-hero .clinic-hero-layout{
    grid-template-columns:minmax(0,.9fr) minmax(430px,1fr);
    gap:28px;
  }
  .reference-service-strip .hero-strip-grid{grid-template-columns:repeat(4,1fr)}
  .reference-service-strip .hero-strip-item:nth-child(4n){border-right:0}
}
@media (max-width:980px){
  body[data-page="home"] .site-header.clinic-header{position:fixed}
  .site-header.is-open,
  body[data-page="home"] .site-header.is-open{
    color:var(--navy);
    background:rgba(255,255,255,.98)!important;
    border-bottom:1px solid rgba(13,27,51,.08);
  }
  .site-header.is-open .brand small,
  body[data-page="home"] .site-header.is-open .brand small,
  .site-header.is-open .main-nav a,
  body[data-page="home"] .site-header.is-open .main-nav a{
    color:var(--navy);
  }
  .reference-hero{
    padding:118px 0 28px;
    background:linear-gradient(180deg,#fff 0%,#F8FAFC 100%);
  }
  .reference-hero .clinic-hero-layout{
    grid-template-columns:1fr;
    gap:26px;
  }
  .reference-hero .clinic-hero-copy{max-width:720px}
  .hero-visual{
    min-height:450px;
    max-width:720px;
    width:100%;
    margin-inline:auto;
  }
  .reference-image img{height:450px}
  .hero-award-card{left:4%;top:10%}
  .hero-emergency-card{left:5%;bottom:20%}
  .hero-patient-card{right:4%;bottom:12%}
}
@media (max-width:640px){
  .reference-hero{padding:104px 0 20px}
  .reference-hero .clinic-kicker{
    margin-bottom:11px;
    font-size:10px;
    letter-spacing:.14em;
  }
  .reference-hero h1{
    font-size:39px;
    line-height:1.06;
  }
  .reference-hero p{
    margin-top:16px;
    font-size:16px;
    line-height:1.55;
  }
  .reference-hero .clinic-hero-actions{
    display:grid;
    gap:10px;
    margin-top:22px;
  }
  .reference-hero .clinic-hero-actions .btn{
    width:100%;
    min-height:47px;
  }
  .reference-hero .hero-trust-row{
    display:grid;
    gap:10px;
    margin-top:20px;
  }
  .reference-hero .hero-trust-row>span{
    font-size:13px;
  }
  .hero-visual{min-height:350px}
  .hero-doctor-blob{
    right:-14px;
    bottom:8px;
    width:92%;
    height:78%;
  }
  .reference-image img{
    height:350px;
    object-position:center 25%;
    border-radius:18px 18px 0 0;
  }
  .reference-hero .hero-float-card{
    padding:10px 12px;
    max-width:158px;
    font-size:11px;
    box-shadow:0 14px 32px rgba(13,27,51,.1);
  }
  .reference-hero .hero-float-card strong{font-size:12px}
  .hero-award-card{top:8%;left:0}
  .hero-emergency-card{left:0;bottom:17%}
  .hero-patient-card{right:0;bottom:8%}
  .reference-service-strip{
    padding:14px 0 72px;
  }
  .reference-service-strip .hero-strip-grid{
    grid-template-columns:repeat(2,1fr);
    gap:0;
  }
  .reference-service-strip .hero-strip-item{
    border-right:0;
    border-bottom:1px solid rgba(13,27,51,.07);
    padding:10px 8px;
  }
  .reference-service-strip .hero-strip-item:nth-last-child(-n+2){border-bottom:0}
  .reference-service-strip .hero-strip-item svg{
    width:28px;
    height:28px;
  }
  .reference-service-strip .hero-strip-item span{font-size:12px}
  .mobile-contact-bar{
    border-top:1px solid rgba(13,27,51,.08);
    box-shadow:0 -8px 24px rgba(13,27,51,.1);
  }
}
@media (prefers-reduced-motion:reduce){
  .reference-image img,
  .reference-hero .hero-float-card{
    animation:none!important;
  }
}

/* Hero proportion tune */
.reference-hero .clinic-hero-layout{
  grid-template-columns:minmax(0,.82fr) minmax(560px,1.18fr);
  gap:54px;
}
.reference-hero .clinic-hero-copy{max-width:600px}
.reference-hero h1{font-size:clamp(50px,4.65vw,72px)}
.reference-hero p{max-width:520px}
.reference-image img{height:625px}
.hero-visual{min-height:620px}
.cookie-consent{
  width:min(350px,calc(100% - 36px));
  padding:12px 14px;
  gap:12px;
}
.cookie-consent p{font-size:11px;line-height:1.45}
.cookie-actions .btn{min-height:34px;padding:0 12px}
@media (max-width:1180px){
  .reference-hero .clinic-hero-layout{
    grid-template-columns:1fr;
  }
}
@media (max-width:640px){
  .reference-hero h1{font-size:37px}
  .reference-image img{height:330px}
  .hero-visual{min-height:330px}
  .cookie-consent{
    left:10px;
    right:10px;
    width:auto;
  }
}

/* Mobile hero compression */
@media (max-width:640px){
  .reference-hero{padding:92px 0 16px}
  .reference-hero h1{font-size:34px;line-height:1.04}
  .reference-hero p{font-size:15px}
  .reference-hero .clinic-hero-actions{margin-top:18px}
  .reference-hero .hero-trust-row{
    display:flex;
    flex-wrap:nowrap;
    gap:12px;
    overflow-x:auto;
    padding:0 2px 6px;
    margin-top:16px;
    scrollbar-width:none;
  }
  .reference-hero .hero-trust-row::-webkit-scrollbar{display:none}
  .reference-hero .hero-trust-row>span{
    flex:0 0 auto;
    white-space:nowrap;
  }
  .reference-hero .google-rating span{white-space:normal}
  .hero-visual{min-height:305px}
  .reference-image img{height:305px}
  .reference-hero .hero-float-card{
    padding:8px 10px;
    max-width:136px;
  }
  .hero-award-card{top:6%;left:2%}
  .hero-emergency-card{bottom:15%;left:2%}
  .hero-patient-card{right:2%;bottom:7%}
  .cookie-consent{
    bottom:58px;
    display:flex;
    align-items:center;
    padding:8px 10px;
    border-radius:8px;
  }
  .cookie-consent p{display:none}
  .cookie-consent strong{font-size:12px}
  .cookie-actions{margin-top:0;gap:6px}
  .cookie-actions .btn{
    min-height:32px;
    padding:0 10px;
    font-size:11px;
  }
}

/* Mobile width clamp */
@media (max-width:640px){
  .reference-hero .clinic-hero-layout,
  .reference-hero .clinic-hero-copy,
  .reference-hero .hero-visual,
  .reference-image,
  .reference-image img{
    width:100%;
    max-width:100%;
    min-width:0;
  }
  .reference-hero h1,
  .reference-hero p{
    max-width:100%;
    overflow-wrap:normal;
  }
  .reference-hero h1{font-size:30px}
  .reference-hero p{font-size:14px}
  .reference-hero .hero-trust-row{
    max-width:100%;
  }
  .hero-float-card{max-width:126px}
}

/* Mobile inset restore */
@media (max-width:640px){
  .reference-hero .clinic-hero-layout{
    width:min(100% - 28px,1180px);
    margin-inline:auto;
  }
  .reference-hero .clinic-hero-copy,
  .reference-hero .hero-visual,
  .reference-image,
  .reference-image img{
    width:100%;
    max-width:100%;
  }
}

/* Final hero polish pass */
.reference-hero{
  padding:144px 0 34px;
}
.reference-hero .clinic-hero-layout{
  grid-template-columns:minmax(0,.74fr) minmax(620px,1.26fr);
  gap:84px;
  align-items:center;
}
.reference-hero .clinic-hero-copy{
  max-width:560px;
}
.reference-hero h1{
  max-width:560px;
  font-size:clamp(48px,4.25vw,66px);
  line-height:1.04;
}
.reference-hero p{
  max-width:500px;
  margin-top:22px;
  font-size:19px;
}
.reference-hero .clinic-hero-actions{
  margin-top:28px;
}
.reference-hero .hero-trust-row{
  display:flex;
  align-items:center;
  flex-wrap:nowrap;
  gap:16px;
  max-width:560px;
  margin-top:28px;
}
.reference-hero .hero-trust-row>span{
  min-width:0;
  padding:0;
  border:0;
  background:transparent;
  color:var(--navy);
}
.reference-hero .google-mark{
  flex:0 0 30px;
  display:grid;
  place-items:center;
  width:30px;
  height:30px;
  border-radius:999px;
  color:#4285F4;
  background:#fff;
  box-shadow:0 8px 24px rgba(13,27,51,.08);
  font-weight:900;
}
.reference-hero .rating-copy,
.reference-hero .trust-metric{
  display:grid;
  gap:2px;
  font-size:13px;
  line-height:1.2;
}
.reference-hero .rating-copy strong,
.reference-hero .trust-metric strong{
  color:var(--navy);
  font-size:13px;
  white-space:nowrap;
}
.reference-hero .rating-copy em{
  color:#F4B400;
  font-style:normal;
  font-size:12px;
  letter-spacing:1px;
}
.reference-hero .trust-metric small{
  color:var(--muted);
  font-size:12px;
  font-weight:700;
  white-space:nowrap;
}
.hero-visual{
  min-height:670px;
  margin-right:26px;
}
.hero-doctor-blob{
  right:-42px;
  bottom:10px;
  width:min(760px,106%);
  height:84%;
  border-radius:44% 56% 4% 0 / 36% 38% 3% 0;
  background:
    radial-gradient(circle at 70% 18%,rgba(59,179,243,.22),transparent 32%),
    linear-gradient(145deg,rgba(59,179,243,.18),rgba(59,179,243,.05) 58%,rgba(201,162,74,.07));
}
.reference-image{
  border-radius:26px 26px 0 0;
  box-shadow:none;
}
.reference-image img{
  height:670px;
  border-radius:26px 26px 0 0;
  object-position:center 24%;
}
.reference-hero .hero-float-card{
  max-width:178px;
  padding:13px 15px;
  gap:4px;
  border:0;
  border-radius:8px;
  background:rgba(255,255,255,.92);
  box-shadow:0 16px 38px rgba(13,27,51,.11);
  font-size:12px;
}
.reference-hero .hero-float-card::before{
  width:28px;
  height:2px;
}
.reference-hero .hero-float-card strong{
  font-size:14px;
}
.hero-award-card{left:6%;top:13%}
.hero-emergency-card{left:9%;bottom:34%}
.hero-patient-card{right:0;bottom:18%}
.reference-service-strip{
  padding:19px 0;
  border-top:1px solid rgba(13,27,51,.045);
  border-bottom:1px solid rgba(13,27,51,.045);
  box-shadow:0 12px 36px rgba(13,27,51,.032);
}
.reference-service-strip .hero-strip-grid{
  gap:8px;
}
.reference-service-strip .hero-strip-item{
  border-right:0;
  border-radius:8px;
  padding:10px 8px;
}
.reference-service-strip .hero-strip-item svg{
  width:33px;
  height:33px;
}
.side-contact-bar{
  right:8px;
  border:1px solid rgba(13,27,51,.065);
  box-shadow:0 16px 42px rgba(13,27,51,.105);
}
.side-contact-bar a{
  width:76px;
  min-height:68px;
  padding:8px 6px;
  font-size:10px;
  line-height:1.25;
}
.side-contact-bar svg{
  width:20px;
  height:20px;
}
@media (max-width:1280px){
  .reference-hero .clinic-hero-layout{
    grid-template-columns:minmax(0,.8fr) minmax(540px,1.2fr);
    gap:64px;
  }
  .reference-hero h1{
    font-size:clamp(45px,4vw,60px);
  }
  .hero-visual{margin-right:0}
}
@media (max-width:1180px){
  .reference-hero .clinic-hero-layout{
    grid-template-columns:1fr;
    gap:34px;
  }
  .reference-hero .clinic-hero-copy{
    max-width:720px;
  }
  .reference-hero h1,
  .reference-hero p,
  .reference-hero .hero-trust-row{
    max-width:720px;
  }
  .hero-visual{
    max-width:760px;
    width:100%;
    margin-inline:auto;
  }
}
@media (max-width:640px){
  .reference-hero{
    padding:92px 0 14px;
  }
  .reference-hero .clinic-hero-layout{
    width:min(100% - 28px,1180px);
    gap:20px;
  }
  .reference-hero .clinic-kicker{
    font-size:10px;
    letter-spacing:.12em;
    margin-bottom:10px;
  }
  .reference-hero h1{
    max-width:100%;
    font-size:31px;
    line-height:1.06;
  }
  .reference-hero p{
    max-width:100%;
    margin-top:14px;
    font-size:14px;
    line-height:1.5;
  }
  .reference-hero .clinic-hero-actions{
    display:grid;
    gap:10px;
    margin-top:18px;
  }
  .reference-hero .clinic-hero-actions .btn{
    width:100%;
    min-height:47px;
  }
  .reference-hero .hero-trust-row{
    max-width:100%;
    gap:12px;
    margin-top:16px;
    overflow-x:auto;
    padding-bottom:6px;
    scrollbar-width:none;
  }
  .reference-hero .hero-trust-row::-webkit-scrollbar{display:none}
  .reference-hero .google-mark{flex-basis:28px;width:28px;height:28px}
  .reference-hero .rating-copy,
  .reference-hero .trust-metric{
    flex:0 0 auto;
    font-size:12px;
  }
  .reference-hero .rating-copy strong,
  .reference-hero .trust-metric strong{font-size:12px}
  .reference-hero .trust-metric small{font-size:11px}
  .hero-visual{
    min-height:330px;
    max-width:100%;
  }
  .hero-doctor-blob{
    right:-18px;
    bottom:4px;
    width:98%;
    height:82%;
  }
  .reference-image img{
    height:330px;
    object-position:center 22%;
    border-radius:18px 18px 0 0;
  }
  .reference-hero .hero-float-card{
    max-width:126px;
    padding:8px 9px;
    font-size:11px;
  }
  .reference-hero .hero-float-card strong{font-size:12px}
  .hero-award-card{left:2%;top:6%}
  .hero-emergency-card{left:2%;bottom:15%}
  .hero-patient-card{right:2%;bottom:7%}
  .reference-service-strip{
    padding:12px 0 70px;
  }
  .reference-service-strip .hero-strip-grid{
    grid-template-columns:repeat(2,1fr);
    gap:6px;
  }
  .reference-service-strip .hero-strip-item{
    border:0;
    background:rgba(247,243,237,.52);
  }
  .mobile-contact-bar a{
    min-height:54px;
  }
}
/* Homepage editorial art direction */
.reference-hero::before{
  content:"";
  position:absolute;
  left:4vw;
  top:126px;
  width:140px;
  height:1px;
  background:linear-gradient(90deg,var(--gold),transparent);
  opacity:.75;
}
.reference-hero::after{
  content:"";
  position:absolute;
  inset:100px 0 auto auto;
  width:42vw;
  height:360px;
  opacity:.045;
  pointer-events:none;
  background-image:
    radial-gradient(circle,var(--navy) 1px,transparent 1px),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='120' viewBox='0 0 180 120'%3E%3Cpath d='M42 22c9 0 15 7 23 7s14-7 23-7c17 0 30 14 30 35 0 25-11 70-26 84-9 8-16-1-18-27-2-13-4-20-9-20s-7 7-9 20c-2 26-9 35-18 27-15-14-26-59-26-84 0-21 13-35 30-35z' fill='none' stroke='%230D1B33' stroke-width='2'/%3E%3Cpath d='M122 40c18 8 31 21 40 39' fill='none' stroke='%230D1B33' stroke-width='2'/%3E%3C/svg%3E");
  background-size:16px 16px, 220px 150px;
  background-position:0 0, right top;
  background-repeat:repeat, no-repeat;
}
.reference-hero .hero-float-card{animation:premiumFloat 7s ease-in-out infinite}
@keyframes premiumFloat{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-3px)}
}
.home-editorial{
  background:#fff;
  color:var(--navy);
}
.editorial-section{
  position:relative;
  padding:132px 0;
  overflow:hidden;
}
.soft-editorial{
  background:#F7F3ED;
}
.editorial-eyebrow{
  display:inline-flex;
  margin-bottom:16px;
  color:var(--gold);
  font-size:12px;
  font-weight:900;
  letter-spacing:.15em;
  text-transform:uppercase;
}
.home-editorial h2,
.home-editorial h3{
  font-family:"Playfair Display",serif;
  line-height:1.05;
  letter-spacing:0;
  margin:0;
}
.home-editorial h2{
  font-size:clamp(38px,4.7vw,66px);
}
.home-editorial p{
  color:var(--muted);
}
.gold-rule{
  width:96px;
  height:2px;
  margin-top:24px;
  background:var(--gold);
}
.trust-editorial-grid{
  display:grid;
  grid-template-columns:.82fr .8fr;
  grid-template-areas:
    "heading copy"
    "photo small";
  gap:46px 70px;
  align-items:start;
}
.trust-heading{grid-area:heading}
.trust-copy{grid-area:copy;padding-top:28px}
.trust-copy>p{
  margin:0 0 28px;
  font-size:18px;
  line-height:1.75;
}
.editorial-points{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  gap:18px;
}
.editorial-points li{
  display:grid;
  grid-template-columns:42px 1fr;
  gap:4px 18px;
  padding-top:18px;
  border-top:1px solid rgba(13,27,51,.08);
}
.editorial-points span{
  grid-row:1/3;
  color:var(--gold);
  font-weight:900;
}
.editorial-points strong{font-size:17px}
.editorial-points small{
  color:var(--muted);
  font-size:14px;
  line-height:1.55;
}
.trust-photo,
.trust-photo-small{
  margin:0;
  border-radius:8px;
  overflow:hidden;
  box-shadow:0 24px 70px rgba(13,27,51,.1);
}
.trust-photo{grid-area:photo;margin-top:10px}
.trust-photo img{width:100%;height:520px;object-fit:cover}
.trust-photo-small{
  grid-area:small;
  width:78%;
  margin-top:-74px;
  margin-left:auto;
}
.trust-photo-small img{width:100%;height:320px;object-fit:cover}
.editorial-heading-row{
  display:grid;
  grid-template-columns:1fr minmax(280px,440px);
  gap:42px;
  align-items:end;
  margin-bottom:42px;
}
.editorial-heading-row p{
  margin:0;
  font-size:18px;
  line-height:1.7;
}
.treatment-bento{
  display:grid;
  grid-template-columns:1.2fr .8fr .8fr;
  grid-auto-rows:230px;
  gap:18px;
}
.bento-card{
  position:relative;
  overflow:hidden;
  border-radius:8px;
  background:#0D1B33;
  color:#fff;
  min-height:0;
  box-shadow:0 18px 48px rgba(13,27,51,.09);
}
.bento-card::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(13,27,51,.04),rgba(13,27,51,.76));
}
.bento-card img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .55s ease,filter .55s ease;
}
.bento-card:hover img{transform:scale(1.045)}
.bento-card div{
  position:absolute;
  z-index:2;
  left:24px;
  right:24px;
  bottom:24px;
}
.bento-card span{
  display:inline-flex;
  margin-bottom:9px;
  color:#F1D89A;
  font-size:11px;
  font-weight:900;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.bento-card h3{font-size:24px}
.bento-card p{
  max-width:440px;
  color:rgba(255,255,255,.82);
  margin:10px 0 0;
}
.bento-feature{
  grid-row:span 2;
}
.bento-feature h3{font-size:38px}
.bento-medium{grid-column:span 1}
.bento-small h3{font-size:20px}
.process-layout{
  display:grid;
  grid-template-columns:.72fr 1.28fr;
  gap:70px;
}
.process-intro{position:sticky;top:116px;align-self:start}
.process-timeline{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:0;
  counter-reset:process;
}
.process-timeline li{
  position:relative;
  padding:34px 24px 0;
  min-height:250px;
}
.process-timeline li::before{
  content:"";
  position:absolute;
  top:14px;
  left:0;
  right:0;
  height:1px;
  background:rgba(201,162,74,.55);
}
.process-timeline li::after{
  content:"";
  position:absolute;
  top:8px;
  left:24px;
  width:13px;
  height:13px;
  border-radius:999px;
  background:#fff;
  border:2px solid var(--gold);
}
.process-timeline span{
  color:var(--gold);
  font-weight:900;
  font-size:13px;
}
.process-timeline h3{
  margin-top:16px;
  font-size:25px;
}
.process-timeline p{
  margin:12px 0 0;
  font-size:15px;
  line-height:1.65;
}
.technology-cinema{
  position:relative;
  min-height:720px;
  display:grid;
  align-items:center;
  overflow:hidden;
  color:#fff;
}
.technology-cinema>img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
}
.technology-cinema::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(13,27,51,.74),rgba(13,27,51,.28) 56%,rgba(13,27,51,.18));
}
.technology-panel{
  position:relative;
  z-index:2;
  max-width:620px;
  margin-left:max(40px,calc((100vw - 1180px)/2));
  padding:0;
}
.technology-panel h2{
  color:#fff;
  font-family:"Playfair Display",serif;
  font-size:clamp(42px,5vw,70px);
  line-height:1.02;
  margin:0;
}
.technology-panel ul{
  list-style:none;
  padding:0;
  margin:34px 0 0;
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.technology-panel li{
  border:1px solid rgba(255,255,255,.28);
  border-radius:999px;
  padding:10px 14px;
  color:#fff;
  background:rgba(255,255,255,.08);
  backdrop-filter:blur(10px);
  font-weight:800;
}
.smile-preview-layout{
  display:grid;
  grid-template-columns:.65fr 1.35fr;
  gap:52px;
  align-items:center;
}
.smile-copy p{
  font-size:15px;
  margin-top:18px;
}
.cinematic-slider{
  min-height:620px;
  border-radius:8px;
  box-shadow:0 28px 78px rgba(13,27,51,.13);
}
.cinematic-slider .slider-label{
  position:absolute;
  z-index:4;
  top:18px;
  border-radius:999px;
  padding:8px 12px;
  background:rgba(255,255,255,.88);
  color:var(--navy);
  font-size:12px;
  font-weight:900;
}
.cinematic-slider .slider-label.before{left:18px}
.cinematic-slider .slider-label.after{right:18px}
.reviews-layout{
  display:grid;
  grid-template-columns:.75fr 1.1fr .75fr;
  gap:24px;
  align-items:stretch;
}
.reviews-heading{
  align-self:center;
}
.review-feature,
.review-mini{
  margin:0;
  background:#fff;
  border-radius:8px;
  border:0;
  box-shadow:0 18px 48px rgba(13,27,51,.08);
}
.review-feature{
  padding:42px;
}
.review-feature p{
  color:var(--navy);
  font-family:"Playfair Display",serif;
  font-size:31px;
  line-height:1.25;
  margin:18px 0;
}
.review-mini{
  padding:26px;
}
.review-mini p{
  color:var(--navy);
  font-size:16px;
  margin:14px 0;
}
.review-stack{
  display:grid;
  gap:18px;
}
.stars,
.closing-stars{
  color:#F4B400;
  letter-spacing:1px;
}
.review-feature cite,
.review-mini cite{
  color:var(--muted);
  font-size:13px;
  font-style:normal;
  font-weight:800;
}
.closing-cta{
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  gap:52px;
  align-items:center;
  background:#F7F3ED;
  border-radius:8px;
  padding:24px;
}
.closing-photo{
  margin:0;
  border-radius:8px;
  overflow:hidden;
}
.closing-photo img{
  width:100%;
  height:560px;
  object-fit:cover;
}
.closing-copy{
  padding:38px 44px;
}
.closing-copy h2{
  font-size:clamp(42px,5vw,72px);
}
.closing-copy p{
  font-size:18px;
  line-height:1.7;
}
.closing-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin:30px 0 18px;
}
.closing-contact{
  margin:0 0 12px;
  font-weight:800;
  color:var(--navy)!important;
}
.closing-stars strong{
  color:var(--navy);
  margin-right:8px;
}
.closing-stars span{
  color:var(--muted);
  margin-left:8px;
  letter-spacing:0;
  font-weight:800;
}
@media (max-width:1180px){
  .editorial-section{padding:108px 0}
  .trust-editorial-grid,
  .editorial-heading-row,
  .process-layout,
  .smile-preview-layout,
  .closing-cta{
    grid-template-columns:1fr;
  }
  .trust-editorial-grid{
    grid-template-areas:"heading" "copy" "photo" "small";
  }
  .trust-photo-small{
    width:86%;
    margin-top:-46px;
  }
  .treatment-bento{
    grid-template-columns:1fr 1fr;
  }
  .bento-feature{grid-column:span 2}
  .process-intro{position:static}
  .process-timeline{grid-template-columns:repeat(2,1fr)}
  .reviews-layout{grid-template-columns:1fr}
}
@media (max-width:640px){
  .reference-hero::before{top:88px;left:14px;width:90px}
  .reference-hero::after{display:none}
  .editorial-section{padding:76px 0}
  .home-editorial h2{font-size:34px}
  .trust-copy{padding-top:0}
  .trust-copy>p{font-size:16px}
  .editorial-points li{
    grid-template-columns:34px 1fr;
  }
  .trust-photo img{height:320px}
  .trust-photo-small{
    width:92%;
    margin-top:-30px;
  }
  .trust-photo-small img{height:220px}
  .editorial-heading-row{gap:16px;margin-bottom:24px}
  .treatment-bento{
    grid-template-columns:1fr;
    grid-auto-rows:220px;
    gap:12px;
  }
  .bento-feature,
  .bento-medium,
  .bento-small{grid-column:auto;grid-row:auto}
  .bento-feature h3{font-size:28px}
  .bento-card div{left:18px;right:18px;bottom:18px}
  .process-timeline{grid-template-columns:1fr}
  .process-timeline li{
    min-height:auto;
    padding:30px 0 20px 34px;
  }
  .process-timeline li::before{
    left:6px;
    right:auto;
    top:0;
    bottom:0;
    width:1px;
    height:auto;
  }
  .process-timeline li::after{left:0;top:32px}
  .technology-cinema{min-height:560px}
  .technology-panel{margin:0 auto;width:min(100% - 28px,1180px)}
  .technology-panel h2{font-size:36px}
  .smile-preview-layout{gap:24px}
  .cinematic-slider{min-height:380px}
  .review-feature{padding:28px}
  .review-feature p{font-size:24px}
  .closing-cta{padding:14px;gap:8px}
  .closing-photo img{height:320px}
  .closing-copy{padding:24px 10px 10px}
  .closing-copy h2{font-size:36px}
  .closing-actions{display:grid}
  .closing-actions .btn{width:100%}
}
/* Final homepage polish requested 2026-06-27 */
body[data-page="home"] .site-header.clinic-header .nav-shell{
  min-height:72px;
}
section[id],
.editorial-section,
.technology-cinema,
.reference-service-strip,
.clinic-hero{
  scroll-margin-top:104px;
}
.reference-hero .hero-trust-row{
  display:grid;
  grid-template-columns:minmax(230px,1.25fr) minmax(160px,.88fr) minmax(145px,.75fr);
  align-items:stretch;
  gap:12px;
  width:min(100%,640px);
  max-width:640px;
  margin-top:26px;
  overflow:visible;
}
.reference-hero .hero-trust-row>span{
  min-width:0;
  padding:12px 14px;
  border:1px solid rgba(13,27,51,.08);
  border-radius:10px;
  background:rgba(255,255,255,.78);
  box-shadow:0 12px 32px rgba(13,27,51,.07);
  backdrop-filter:blur(10px);
  color:var(--navy);
}
.reference-hero .rating-card{
  display:flex;
  align-items:center;
  gap:11px;
}
.reference-hero .google-mark{
  flex:0 0 34px;
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#fff;
  border:1px solid rgba(13,27,51,.08);
  color:#4285f4;
  font-weight:900;
  font-size:18px;
  box-shadow:0 8px 20px rgba(13,27,51,.08);
}
.reference-hero .rating-copy,
.reference-hero .trust-metric{
  display:grid;
  gap:3px;
  align-content:center;
}
.reference-hero .rating-copy strong,
.reference-hero .trust-metric strong{
  font-size:13px;
  line-height:1.2;
  color:var(--navy);
  white-space:normal;
}
.reference-hero .rating-copy em{
  color:var(--gold);
  font-size:13px;
  letter-spacing:.08em;
  line-height:1;
}
.reference-hero .trust-metric small{
  color:var(--muted);
  font-size:11px;
  line-height:1.2;
}
.side-contact-bar{
  right:10px;
  border-radius:9px;
  box-shadow:0 14px 36px rgba(13,27,51,.10);
}
.side-contact-bar a{
  width:68px;
  min-height:60px;
  padding:7px 5px;
  gap:5px;
  font-size:10px;
  line-height:1.2;
}
.side-contact-bar svg{
  width:18px;
  height:18px;
}
.cinematic-slider{
  height:min(50vw,620px);
  min-height:430px;
  max-height:620px;
  aspect-ratio:16/10;
}
.cinematic-slider>img,
.cinematic-slider .after-layer,
.cinematic-slider .after-layer img{
  height:100%;
  object-fit:cover;
  object-position:center;
}
.cinematic-slider .after-layer img{
  min-width:100%;
}
.bento-card img{
  filter:saturate(.98) contrast(1.02);
}
@media (max-width:1320px){
  .side-contact-bar{display:none!important}
}
@media (max-width:980px){
  body[data-page="home"] .site-header.clinic-header .nav-shell{
    min-height:68px;
  }
  section[id],
  .editorial-section,
  .technology-cinema,
  .reference-service-strip,
  .clinic-hero{
    scroll-margin-top:86px;
  }
  .reference-hero .hero-trust-row{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:9px;
    width:100%;
    max-width:100%;
    margin-top:18px;
    overflow:visible;
  }
  .reference-hero .rating-card{
    grid-column:1/-1;
  }
  .reference-hero .hero-trust-row>span{
    padding:11px 12px;
    border-radius:9px;
  }
  .reference-hero .rating-copy strong,
  .reference-hero .trust-metric strong{
    font-size:12px;
  }
  .reference-hero .trust-metric small{
    font-size:10px;
  }
  .mobile-contact-bar a{
    padding:6px 3px calc(6px + env(safe-area-inset-bottom));
    font-size:10px;
  }
  .mobile-contact-bar svg{
    width:18px;
    height:18px;
  }
  .cinematic-slider{
    height:360px;
    min-height:320px;
    max-height:420px;
    aspect-ratio:auto;
  }
}
@media (max-width:430px){
  .reference-hero .hero-trust-row{
    gap:8px;
  }
  .reference-hero .hero-trust-row>span{
    padding:10px;
  }
  .reference-hero .google-mark{
    flex-basis:30px;
    width:30px;
    height:30px;
    font-size:16px;
  }
  .reference-hero .rating-copy em{
    font-size:12px;
  }
  .cinematic-slider{
    height:320px;
    min-height:300px;
  }
}
/* Hero overlap containment fix 2026-06-27 */
@media (min-width:1181px){
  .reference-hero .clinic-hero-layout{
    grid-template-columns:minmax(0,500px) minmax(0,1fr);
    gap:72px;
    align-items:center;
  }
  .reference-hero .clinic-hero-copy{
    width:100%;
    max-width:500px;
    min-width:0;
    overflow:visible;
  }
  .reference-hero h1{
    max-width:500px;
    font-size:clamp(48px,4vw,64px);
    line-height:1.08;
    overflow-wrap:normal;
  }
  .reference-hero p{
    max-width:470px;
  }
  .reference-hero .hero-trust-row{
    width:100%;
    max-width:500px;
    grid-template-columns:minmax(0,1.25fr) minmax(0,.96fr) minmax(0,.82fr);
    gap:10px;
    margin-top:24px;
  }
  .reference-hero .hero-trust-row>span{
    min-height:66px;
    padding:11px 12px;
    border-color:rgba(13,27,51,.045);
    background:rgba(255,255,255,.86);
    box-shadow:0 14px 34px rgba(13,27,51,.075);
  }
  .reference-hero .rating-copy strong,
  .reference-hero .trust-metric strong{
    font-size:12px;
  }
  .reference-hero .trust-metric small{
    font-size:10px;
  }
  .reference-hero .google-mark{
    flex-basis:30px;
    width:30px;
    height:30px;
  }
  .hero-visual{
    position:relative;
    width:100%;
    max-width:620px;
    min-width:0;
    min-height:620px;
    margin-left:auto;
    margin-right:0;
    overflow:hidden;
    border-radius:28px 28px 10px 10px;
  }
  .reference-image{
    width:100%;
    margin:0;
    overflow:hidden;
    border-radius:28px 28px 10px 10px;
  }
  .reference-image img{
    width:100%;
    height:620px;
    object-fit:cover;
    object-position:center 28%;
    border-radius:28px 28px 10px 10px;
  }
  .hero-doctor-blob{
    right:0;
    bottom:0;
    width:100%;
    height:86%;
  }
  .reference-hero .hero-float-card{
    max-width:160px;
    padding:11px 13px;
    border:0;
    background:rgba(255,255,255,.9);
    box-shadow:0 14px 32px rgba(13,27,51,.11);
    backdrop-filter:blur(8px);
    pointer-events:none;
  }
  .reference-hero .hero-float-card strong{
    font-size:13px;
    line-height:1.25;
  }
  .reference-hero .hero-float-card span{
    font-size:11px;
  }
  .hero-award-card{
    left:7%;
    top:14%;
  }
  .hero-emergency-card{
    left:8%;
    bottom:28%;
  }
  .hero-patient-card{
    right:7%;
    bottom:19%;
  }
}
@media (max-width:1180px){
  .reference-hero .clinic-hero-layout{
    grid-template-columns:1fr;
  }
  .reference-hero .clinic-hero-copy{
    width:100%;
    max-width:720px;
  }
  .reference-hero .hero-trust-row{
    max-width:640px;
  }
  .hero-visual{
    overflow:hidden;
  }
  .reference-hero .hero-float-card{
    border:0;
    background:rgba(255,255,255,.9);
    box-shadow:0 12px 28px rgba(13,27,51,.1);
  }
}
@media (max-width:640px){
  .reference-hero .clinic-hero-layout{
    display:grid;
    grid-template-columns:1fr;
  }
  .reference-hero .clinic-hero-copy{
    order:1;
  }
  .reference-hero h1,
  .reference-hero p,
  .reference-hero .clinic-hero-actions,
  .reference-hero .hero-trust-row{
    max-width:100%;
  }
  .reference-hero .hero-trust-row{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    overflow:visible;
  }
  .hero-visual{
    order:2;
    width:100%;
    min-width:0;
    overflow:hidden;
    border-radius:18px 18px 8px 8px;
  }
  .reference-image{
    overflow:hidden;
    border-radius:18px 18px 8px 8px;
  }
  .reference-hero .hero-float-card{
    max-width:122px;
    border:0;
    box-shadow:0 10px 24px rgba(13,27,51,.1);
  }
  .hero-award-card{left:4%;top:7%}
  .hero-emergency-card{left:4%;bottom:18%}
  .hero-patient-card{right:4%;bottom:8%}
}
/* Hero premium trust bar only 2026-06-27 */
.reference-hero .hero-trust-row{
  display:grid;
  grid-template-columns:minmax(0,1.42fr) minmax(0,1fr) minmax(0,.82fr);
  align-items:center;
  gap:0;
  width:100%;
  max-width:500px;
  margin-top:24px;
  padding:11px 12px;
  overflow:visible;
  border:1px solid rgba(13,27,51,.07);
  border-radius:14px;
  background:#fff;
  box-shadow:0 16px 38px rgba(13,27,51,.08);
}
.reference-hero .hero-trust-row span{
  border:0;
  background:transparent;
  box-shadow:none;
}
.reference-hero .hero-trust-row>span{
  position:relative;
  min-width:0;
  min-height:0;
  padding:4px 14px;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
  backdrop-filter:none;
}
.reference-hero .hero-trust-row>span:first-child{
  padding-left:2px;
}
.reference-hero .hero-trust-row>span:last-child{
  padding-right:2px;
}
.reference-hero .hero-trust-row>span+span::before{
  content:"";
  position:absolute;
  left:0;
  top:6px;
  bottom:6px;
  width:1px;
  background:rgba(13,27,51,.09);
}
.reference-hero .rating-card{
  display:flex;
  align-items:center;
  gap:10px;
}
.reference-hero .google-mark{
  flex:0 0 30px;
  width:30px;
  height:30px;
  display:grid;
  place-items:center;
  border-radius:999px;
  border:1px solid rgba(13,27,51,.07);
  background:#fff;
  color:#4285f4;
  font-size:17px;
  font-weight:900;
  box-shadow:0 7px 18px rgba(13,27,51,.07);
}
.reference-hero .rating-copy,
.reference-hero .trust-metric{
  display:grid;
  align-content:center;
  gap:2px;
  min-width:0;
}
.reference-hero .rating-copy strong,
.reference-hero .trust-metric strong{
  color:var(--navy);
  font-size:12px;
  line-height:1.18;
  font-weight:900;
  white-space:normal;
}
.reference-hero .rating-copy em{
  color:var(--gold);
  font-size:12px;
  line-height:1;
  letter-spacing:.08em;
  font-style:normal;
  white-space:nowrap;
}
.reference-hero .trust-metric small{
  color:var(--muted);
  font-size:10.5px;
  line-height:1.2;
  font-weight:700;
}
@media (max-width:1180px){
  .reference-hero .hero-trust-row{
    max-width:620px;
  }
}
@media (max-width:640px){
  .reference-hero .hero-trust-row{
    grid-template-columns:1fr;
    gap:0;
    width:100%;
    max-width:100%;
    margin-top:16px;
    padding:9px 13px;
    border-radius:12px;
  }
  .reference-hero .hero-trust-row>span{
    padding:10px 0;
  }
  .reference-hero .hero-trust-row>span+span{
    border-top:1px solid rgba(13,27,51,.08);
  }
  .reference-hero .hero-trust-row>span+span::before{
    display:none;
  }
  .reference-hero .rating-card{
    grid-column:auto;
  }
  .reference-hero .rating-copy strong,
  .reference-hero .trust-metric strong{
    font-size:12.5px;
  }
  .reference-hero .trust-metric small{
    font-size:11px;
  }
}
/* Hero trust bar grid fix 2026-06-27 */
.reference-hero .trust-bar{
  display:grid;
  grid-template-columns:1fr 1fr 1fr;
  gap:0;
  width:100%;
  max-width:560px;
  margin-top:24px;
  padding:0;
  overflow:visible;
  border:1px solid rgba(13,27,51,.07);
  border-radius:14px;
  background:#fff;
  box-shadow:0 16px 38px rgba(13,27,51,.08);
}
.reference-hero .trust-bar .trust-item{
  min-width:0;
  padding:18px 22px;
  display:flex;
  align-items:center;
  gap:12px;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
  position:relative;
}
.reference-hero .trust-bar .trust-item:nth-child(2),
.reference-hero .trust-bar .trust-item:nth-child(3){
  border-left:1px solid rgba(13,27,51,.09);
}
.reference-hero .trust-bar .google-mark{
  flex:0 0 32px;
  width:32px;
  height:32px;
  display:grid;
  place-items:center;
  border-radius:999px;
  border:1px solid rgba(13,27,51,.07);
  background:#fff;
  color:#4285f4;
  font-size:17px;
  font-weight:900;
  box-shadow:0 7px 18px rgba(13,27,51,.07);
}
.reference-hero .trust-bar .trust-copy{
  min-width:0;
  display:grid;
  gap:4px;
  align-content:center;
}
.reference-hero .trust-bar strong{
  color:var(--navy);
  font-size:13px;
  line-height:1.18;
  font-weight:900;
  white-space:normal;
  overflow-wrap:normal;
}
.reference-hero .trust-bar em{
  color:var(--gold);
  font-size:12px;
  line-height:1;
  letter-spacing:.08em;
  font-style:normal;
}
.reference-hero .trust-bar small{
  color:var(--muted);
  font-size:11px;
  line-height:1.25;
  font-weight:700;
  white-space:normal;
}
@media (max-width:600px){
  .reference-hero .trust-bar{
    grid-template-columns:1fr;
    max-width:100%;
    margin-top:16px;
  }
  .reference-hero .trust-bar .trust-item{
    width:100%;
    padding:15px 18px;
  }
  .reference-hero .trust-bar .trust-item:nth-child(2),
  .reference-hero .trust-bar .trust-item:nth-child(3){
    border-left:0;
    border-top:1px solid rgba(13,27,51,.09);
  }
}
/* About trust section polish 2026-06-27 */
.home-trust-story{
  scroll-margin-top:112px;
  padding:108px 0;
  background:linear-gradient(180deg,#fff 0%,#F7F3ED 100%);
}
.home-trust-story .trust-editorial-grid{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(360px,.84fr);
  grid-template-areas:
    "heading points"
    "intro points"
    "photo small";
  gap:22px 64px;
  align-items:start;
}
.home-trust-story .trust-heading{
  grid-area:heading;
}
.home-trust-story .trust-heading h2{
  max-width:640px;
  font-size:clamp(34px,4vw,54px);
  line-height:1.08;
}
.home-trust-story .gold-rule{
  width:84px;
  height:2px;
  margin-top:20px;
  background:var(--gold);
}
.home-trust-story .trust-intro{
  grid-area:intro;
  max-width:620px;
  margin:0;
  color:var(--muted);
  font-size:17px;
  line-height:1.75;
}
.home-trust-story .trust-points{
  grid-area:points;
  margin:8px 0 0;
  padding:0;
  align-self:start;
}
.home-trust-story .trust-points li{
  grid-template-columns:42px 1fr;
  gap:4px 18px;
  padding:22px 0;
  border-top:1px solid rgba(13,27,51,.08);
  background:transparent;
}
.home-trust-story .trust-points li:first-child{
  border-top:0;
  padding-top:0;
}
.home-trust-story .trust-points span{
  color:var(--gold);
}
.home-trust-story .trust-points strong{
  color:var(--navy);
  font-size:18px;
}
.home-trust-story .trust-points small{
  color:var(--muted);
  font-size:14px;
  line-height:1.6;
}
.home-trust-story .trust-photo,
.home-trust-story .trust-photo-small{
  margin:0;
  width:100%;
  border-radius:8px;
  overflow:hidden;
  border:0;
  box-shadow:0 18px 54px rgba(13,27,51,.08);
  background:#fff;
}
.home-trust-story .trust-photo{
  grid-area:photo;
  margin-top:16px;
}
.home-trust-story .trust-photo img{
  width:100%;
  height:430px;
  object-fit:cover;
  object-position:center;
}
.home-trust-story .trust-photo-small{
  grid-area:small;
  align-self:end;
  margin-top:16px;
}
.home-trust-story .trust-photo-small img{
  width:100%;
  height:300px;
  object-fit:cover;
  object-position:center;
}
@media (max-width:1180px){
  .home-trust-story{
    padding:92px 0;
  }
  .home-trust-story .trust-editorial-grid{
    grid-template-columns:1fr;
    grid-template-areas:
      "heading"
      "intro"
      "points"
      "photo"
      "small";
    gap:22px;
  }
  .home-trust-story .trust-heading h2,
  .home-trust-story .trust-intro{
    max-width:760px;
  }
  .home-trust-story .trust-points{
    max-width:760px;
    margin-top:2px;
  }
  .home-trust-story .trust-photo{
    margin-top:8px;
  }
  .home-trust-story .trust-photo-small{
    max-width:760px;
    margin-top:0;
  }
}
@media (max-width:640px){
  .home-trust-story{
    scroll-margin-top:88px;
    padding:70px 0;
  }
  .home-trust-story .trust-heading h2{
    font-size:32px;
  }
  .home-trust-story .trust-intro{
    font-size:16px;
    line-height:1.65;
  }
  .home-trust-story .trust-points li{
    grid-template-columns:34px 1fr;
    padding:18px 0;
  }
  .home-trust-story .trust-photo img{
    height:300px;
  }
  .home-trust-story .trust-photo-small img{
    height:220px;
  }
}
/* Ablauf section compact polish 2026-06-27 */
.process-section{
  padding:78px 0 64px;
  scroll-margin-top:104px;
  background:#F7F3ED;
  overflow:hidden;
}
.process-section .process-layout{
  display:grid;
  grid-template-columns:minmax(250px,.55fr) minmax(0,1.45fr);
  grid-template-areas:
    "intro timeline"
    "intro image";
  gap:30px 56px;
  align-items:start;
}
.process-section .process-intro{
  grid-area:intro;
  position:static;
  top:auto;
  align-self:start;
}
.process-section .process-intro .editorial-eyebrow{
  margin-bottom:12px;
}
.process-section .process-intro h2{
  max-width:390px;
  font-size:clamp(34px,3.6vw,52px);
  line-height:1.05;
}
.process-section .process-timeline{
  grid-area:timeline;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:0;
  margin:6px 0 0;
  padding:0;
}
.process-section .process-timeline li{
  min-height:0;
  padding:26px 18px 0;
}
.process-section .process-timeline li::before{
  top:10px;
  left:18px;
  right:0;
  height:1px;
  background:rgba(201,162,74,.48);
}
.process-section .process-timeline li:last-child::before{
  right:18px;
}
.process-section .process-timeline li::after{
  top:3px;
  left:18px;
  width:12px;
  height:12px;
  background:#F7F3ED;
  border-color:var(--gold);
}
.process-section .process-timeline span{
  font-size:12px;
}
.process-section .process-timeline h3{
  margin-top:14px;
  font-size:22px;
  line-height:1.08;
}
.process-section .process-timeline p{
  margin-top:10px;
  font-size:14px;
  line-height:1.55;
}
.process-section .process-image{
  grid-area:image;
  margin:22px 0 0;
  border-radius:8px;
  overflow:hidden;
  box-shadow:0 18px 50px rgba(13,27,51,.09);
}
.process-section .process-image img{
  width:100%;
  height:250px;
  object-fit:cover;
  object-position:center 44%;
}
@media (max-width:1180px){
  .process-section{
    padding:70px 0 58px;
  }
  .process-section .process-layout{
    grid-template-columns:1fr;
    grid-template-areas:
      "intro"
      "timeline"
      "image";
    gap:24px;
  }
  .process-section .process-intro h2{
    max-width:720px;
  }
  .process-section .process-timeline{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:18px 0;
  }
  .process-section .process-image{
    margin-top:0;
  }
}
@media (max-width:640px){
  .process-section{
    padding:58px 0 48px;
    scroll-margin-top:88px;
  }
  .process-section .process-intro h2{
    font-size:32px;
    line-height:1.08;
  }
  .process-section .process-timeline{
    grid-template-columns:1fr;
    gap:0;
  }
  .process-section .process-timeline li{
    padding:18px 0 18px 34px;
  }
  .process-section .process-timeline li::before{
    left:6px;
    right:auto;
    top:0;
    bottom:0;
    width:1px;
    height:auto;
  }
  .process-section .process-timeline li::after{
    left:0;
    top:22px;
  }
  .process-section .process-timeline h3{
    margin-top:8px;
    font-size:22px;
  }
  .process-section .process-timeline p{
    max-width:300px;
  }
  .process-section .process-image img{
    height:230px;
  }
}
/* Treatment bento section polish 2026-06-27 */
.treatment-bento-section{
  scroll-margin-top:112px;
  padding-top:108px;
  padding-bottom:104px;
  overflow:visible;
  background:#fff;
}
.treatment-bento-section .editorial-heading-row{
  align-items:start;
  margin-bottom:34px;
  gap:32px;
}
.treatment-bento-section .editorial-heading-row h2{
  max-width:760px;
  font-size:clamp(34px,4.2vw,58px);
  line-height:1.06;
}
.treatment-bento-section .editorial-heading-row p{
  max-width:420px;
  padding-top:10px;
  font-size:16px;
  line-height:1.65;
}
.treatment-bento-section .treatment-bento{
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr) minmax(0,.92fr);
  grid-auto-rows:220px;
  gap:18px;
  align-items:stretch;
  overflow:visible;
}
.treatment-bento-section .bento-card{
  min-height:0;
  border-radius:8px;
}
.treatment-bento-section .bento-feature{
  grid-row:span 2;
}
.treatment-bento-section .bento-medium,
.treatment-bento-section .bento-small{
  grid-column:auto;
  grid-row:auto;
}
.treatment-bento-section .bento-card img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}
.treatment-bento-section .bento-card div{
  left:22px;
  right:22px;
  bottom:22px;
}
.treatment-bento-section .bento-feature h3{
  font-size:34px;
}
.treatment-bento-section .bento-card h3{
  line-height:1.1;
}
.treatment-bento-section .bento-card p{
  line-height:1.5;
}
@media (max-width:1180px){
  .treatment-bento-section{
    scroll-margin-top:92px;
    padding-top:88px;
    padding-bottom:88px;
  }
  .treatment-bento-section .editorial-heading-row{
    grid-template-columns:1fr;
    gap:14px;
    margin-bottom:28px;
  }
  .treatment-bento-section .editorial-heading-row p{
    max-width:680px;
    padding-top:0;
  }
  .treatment-bento-section .treatment-bento{
    grid-template-columns:repeat(2,minmax(0,1fr));
    grid-auto-rows:230px;
    gap:16px;
  }
  .treatment-bento-section .bento-feature{
    grid-column:span 2;
    grid-row:auto;
    min-height:300px;
  }
}
@media (max-width:640px){
  .treatment-bento-section{
    scroll-margin-top:88px;
    padding-top:70px;
    padding-bottom:70px;
  }
  .treatment-bento-section .editorial-heading-row h2{
    font-size:32px;
  }
  .treatment-bento-section .treatment-bento{
    grid-template-columns:1fr;
    grid-auto-rows:auto;
    gap:14px;
  }
  .treatment-bento-section .bento-feature,
  .treatment-bento-section .bento-medium,
  .treatment-bento-section .bento-small{
    grid-column:auto;
    grid-row:auto;
    min-height:260px;
  }
  .treatment-bento-section .bento-card{
    min-height:240px;
  }
  .treatment-bento-section .bento-feature h3{
    font-size:28px;
  }
  .treatment-bento-section .bento-card div{
    left:18px;
    right:18px;
    bottom:18px;
  }
}
/* Treatment bento reveal containment 2026-06-27 */
.treatment-bento-section .bento-card.reveal{
  opacity:1;
  transform:none;
}

/* Production polish pass 2026-06-27 */
:root{
  --soft:#F7F3ED;
  --warm:#EAE6E2;
  --navy:#0D1B33;
  --blue:#0D1B33;
  --gold:#C9A24A;
  --muted:#6B7280;
  --line:rgba(13,27,51,.10);
  --shadow:0 24px 70px rgba(13,27,51,.10);
}
html{scroll-padding-top:96px}
body{background:#fff;color:var(--navy)}
section[id],.section,.page-hero,.editorial-section,.technology-cinema{scroll-margin-top:104px}
.page-hero{padding:78px 0 62px;background:linear-gradient(180deg,#fff 0%,#F7F3ED 100%)}
.page-hero h1{max-width:840px;font-size:clamp(40px,5.2vw,68px)}
.page-hero p{max-width:760px}
.section{padding:86px 0}
.clinic-header{box-shadow:0 10px 36px rgba(13,27,51,.06)}
.brand-mark{background:#fff;color:var(--navy);border:1px solid rgba(13,27,51,.55);box-shadow:none}
.btn-primary{background:var(--navy);box-shadow:0 16px 36px rgba(13,27,51,.18)}
.btn-outline,.btn-ghost{border-color:rgba(13,27,51,.14)}
.btn-outline:hover,.btn-ghost:hover{border-color:rgba(201,162,74,.55);box-shadow:0 12px 30px rgba(13,27,51,.08)}
.service-catalog{gap:24px}
.service-card{border-color:rgba(13,27,51,.08);box-shadow:0 16px 44px rgba(13,27,51,.06)}
.service-card img{height:250px}
.team-card{border-color:rgba(13,27,51,.08)}
.team-card img{height:360px;object-position:center top}
.contact-panel,.appointment-form{border-color:rgba(13,27,51,.08);box-shadow:0 18px 50px rgba(13,27,51,.06)}
.filter-bar button.is-active{background:var(--navy)}
.map-placeholder{border-color:rgba(201,162,74,.45);background:#fff}
.premium-footer{
  padding:0;
  background:#071426;
  color:#F7F3ED;
}
.footer-main{
  display:grid;
  grid-template-columns:1.35fr .75fr .95fr 1.05fr;
  gap:44px;
  padding:72px 0 42px;
}
.footer-brand-block p{
  max-width:360px;
  margin:22px 0 0;
  color:rgba(247,243,237,.72);
  line-height:1.75;
}
.premium-footer .brand-mark{
  background:transparent;
  color:#fff;
  border-color:rgba(247,243,237,.65);
}
.premium-footer .brand small{color:rgba(247,243,237,.62)}
.footer-column h3{
  margin:0 0 18px;
  color:#fff;
  font-size:12px;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.premium-footer a{
  color:rgba(247,243,237,.76);
  transition:color .2s ease,transform .2s ease;
}
.premium-footer a:hover{
  color:#fff;
  transform:translateX(2px);
}
.footer-column a{
  display:block;
  margin:10px 0;
}
.footer-column p{
  margin:0 0 14px;
  color:rgba(247,243,237,.70);
}
.footer-bottom-row{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:18px;
  padding:22px 0;
  border-top:1px solid rgba(247,243,237,.14);
  color:rgba(247,243,237,.62);
  font-size:13px;
}
.footer-bottom-row nav{
  display:flex;
  gap:20px;
}
.footer-credit-wrap{
  border-top:1px solid rgba(247,243,237,.10);
  padding:18px 20px 24px;
  display:grid;
  place-items:center;
}
.developer-credit{
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:rgba(247,243,237,.58);
  font-size:11px;
  letter-spacing:.04em;
  text-transform:uppercase;
  opacity:.82;
}
.developer-credit img{
  width:26px;
  height:26px;
  object-fit:contain;
  filter:grayscale(1) brightness(2.4) contrast(.8);
  opacity:.78;
}
.developer-credit strong{
  color:rgba(247,243,237,.86);
  font-size:12px;
  letter-spacing:.08em;
}
.developer-credit:hover{
  opacity:1;
  transform:translateY(-1px);
}
.developer-credit:hover img{opacity:1}
.side-contact-bar a{
  width:64px;
  min-height:58px;
  font-size:9.5px;
}
.mobile-contact-bar{
  grid-template-columns:repeat(4,1fr);
}
.mobile-contact-bar a{
  background:#fff!important;
  color:var(--navy)!important;
  border-right:1px solid rgba(13,27,51,.08);
  padding:10px 4px calc(10px + env(safe-area-inset-bottom));
  font-size:11px;
}
.mobile-contact-bar a:first-child{
  color:var(--gold)!important;
}
.cookie-consent{
  max-width:760px;
  left:50%;
  right:auto;
  transform:translateX(-50%);
  border-color:rgba(13,27,51,.08);
}
@media (max-width:1180px){
  .footer-main{grid-template-columns:1fr 1fr;gap:34px}
  .side-contact-bar{display:none!important}
}
@media (max-width:980px){
  .nav-shell{min-height:70px;height:auto}
  .site-header.is-open .main-nav,
  .site-header.is-open .nav-actions{
    background:#fff;
  }
  .site-header.is-open .main-nav{
    padding-top:14px;
    border-top:1px solid rgba(13,27,51,.08);
  }
  .section{padding:72px 0}
  .page-hero{padding:60px 0 48px}
}
@media (max-width:640px){
  html{scroll-padding-top:82px}
  section[id],.section,.page-hero,.editorial-section,.technology-cinema{scroll-margin-top:86px}
  .footer-main{grid-template-columns:1fr;padding:54px 0 30px;gap:28px}
  .footer-bottom-row{display:grid;gap:12px}
  .footer-bottom-row nav{flex-wrap:wrap}
  .developer-credit{gap:8px;font-size:10px}
  .developer-credit img{width:22px;height:22px}
  .cookie-consent{left:12px;right:12px;bottom:72px;transform:none;max-width:none}
  .service-card img,.team-card img{height:280px}
}
/* Hide legacy pseudo slider labels; translated HTML labels are used instead. */
.before-after::before,
.before-after::after{
  content:none!important;
}
/* Treatments page premium polish 2026-06-27 */
body[data-page="services"] .page-hero{
  scroll-margin-top:104px;
}
.treatments-hero{
  position:relative;
  overflow:hidden;
  padding:62px 0 54px;
  background:
    radial-gradient(circle at 82% 26%,rgba(201,162,74,.16),transparent 22%),
    linear-gradient(135deg,#fff 0%,#F7F3ED 100%);
}
.treatments-hero::after{
  content:"";
  position:absolute;
  right:5vw;
  top:32px;
  width:210px;
  height:210px;
  border:1px solid rgba(13,27,51,.055);
  border-radius:46% 54% 48% 52%;
  transform:rotate(-12deg);
}
.treatments-hero-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0,1fr) 300px;
  gap:48px;
  align-items:end;
}
.treatments-hero h1{
  max-width:780px;
}
.treatments-hero p{
  max-width:720px;
  margin-bottom:0;
}
.treatments-hero-note{
  padding:22px;
  border-radius:10px;
  background:rgba(255,255,255,.72);
  border:1px solid rgba(13,27,51,.08);
  box-shadow:0 18px 46px rgba(13,27,51,.07);
}
.treatments-hero-note span{
  display:block;
  color:var(--gold);
  font-size:11px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.12em;
}
.treatments-hero-note strong{
  display:block;
  margin-top:10px;
  color:var(--navy);
  line-height:1.35;
}
.treatments-section{
  padding-top:70px;
  scroll-margin-top:104px;
}
.treatments-toolbar{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:24px;
  align-items:end;
  margin-bottom:30px;
}
.treatments-toolbar h2{
  max-width:660px;
  margin:0;
  font-family:"Playfair Display",serif;
  font-size:clamp(32px,3.8vw,52px);
  line-height:1.06;
}
.treatment-filter{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  justify-content:flex-end;
}
.treatment-filter button{
  min-height:40px;
  padding:0 15px;
  border-radius:999px;
  border:1px solid rgba(13,27,51,.11);
  background:#fff;
  color:var(--muted);
  font:inherit;
  font-size:13px;
  font-weight:850;
  cursor:pointer;
  transition:background .2s ease,color .2s ease,border-color .2s ease,transform .2s ease;
}
.treatment-filter button:hover{
  transform:translateY(-1px);
  border-color:rgba(201,162,74,.55);
}
.treatment-filter button.is-active{
  background:var(--navy);
  border-color:var(--navy);
  color:#fff;
}
.treatment-catalog-premium{
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}
.treatment-catalog-premium .service-card{
  display:grid;
  grid-template-rows:190px 1fr;
  min-height:0;
  border:1px solid rgba(13,27,51,.075);
  border-radius:10px;
  box-shadow:0 16px 44px rgba(13,27,51,.055);
  background:#fff;
}
.treatment-catalog-premium .service-card.is-hidden{
  display:none;
}
.treatment-catalog-premium .service-card figure{
  margin:0;
  overflow:hidden;
  background:#F7F3ED;
}
.treatment-catalog-premium .service-card img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}
.treatment-catalog-premium .service-card div{
  padding:22px;
}
.treatment-catalog-premium .service-card h2{
  font-size:23px;
  letter-spacing:0;
}
.treatment-catalog-premium .service-card p{
  margin:10px 0 0;
  line-height:1.6;
}
.treatment-catalog-premium .service-card ul{
  margin:16px 0 18px;
}
.treatment-catalog-premium .service-card li{
  background:#F7F3ED;
  border-color:rgba(13,27,51,.075);
  color:var(--navy);
}
.treatment-catalog-premium .service-card:hover{
  transform:translateY(-5px);
  box-shadow:0 24px 60px rgba(13,27,51,.10);
}
.treatment-catalog-premium .is-feature,
.treatment-catalog-premium .is-wide{
  grid-column:span 2;
  grid-template-columns:minmax(0,.95fr) minmax(0,1fr);
  grid-template-rows:auto;
}
.treatment-catalog-premium .is-feature figure,
.treatment-catalog-premium .is-wide figure{
  min-height:100%;
}
.treatment-catalog-premium .is-feature img,
.treatment-catalog-premium .is-wide img{
  height:100%;
}
.treatment-catalog-premium .is-emergency{
  background:linear-gradient(180deg,#fff,#F7F3ED);
  border-color:rgba(201,162,74,.24);
}
.treatments-cta-section{
  padding-top:20px;
}
.treatments-cta{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:26px;
  align-items:center;
  padding:36px;
  border-radius:12px;
  background:linear-gradient(135deg,#0D1B33,#142642);
  color:#fff;
  box-shadow:0 24px 70px rgba(13,27,51,.16);
}
.treatments-cta .eyebrow{
  color:var(--gold);
}
.treatments-cta h2{
  max-width:680px;
  margin:0;
  font-family:"Playfair Display",serif;
  font-size:clamp(30px,3.5vw,48px);
  line-height:1.08;
}
.treatments-cta p{
  max-width:620px;
  color:rgba(255,255,255,.74);
  margin:14px 0 0;
}
.treatments-cta-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  justify-content:flex-end;
}
.treatments-cta .btn-ghost{
  background:transparent;
  color:#fff;
  border-color:rgba(255,255,255,.28);
}
@media (max-width:1180px){
  .treatment-catalog-premium{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media (max-width:980px){
  .treatments-hero-grid,
  .treatments-toolbar,
  .treatments-cta{
    grid-template-columns:1fr;
  }
  .treatments-hero-note{
    max-width:420px;
  }
  .treatment-filter{
    justify-content:flex-start;
  }
  .treatments-cta-actions{
    justify-content:flex-start;
  }
}
@media (max-width:640px){
  .treatments-hero{
    padding:48px 0 42px;
  }
  .treatments-hero::after{
    width:150px;
    height:150px;
    right:-30px;
    top:18px;
  }
  .treatments-section{
    padding-top:56px;
  }
  .treatment-filter{
    flex-wrap:nowrap;
    justify-content:flex-start;
    overflow-x:auto;
    padding:2px 0 8px;
    margin-inline:-14px;
    padding-inline:14px;
    scrollbar-width:none;
  }
  .treatment-filter::-webkit-scrollbar{display:none}
  .treatment-filter button{
    flex:0 0 auto;
  }
  .treatment-catalog-premium{
    grid-template-columns:1fr;
    gap:15px;
  }
  .treatment-catalog-premium .is-feature,
  .treatment-catalog-premium .is-wide{
    grid-column:auto;
    grid-template-columns:1fr;
  }
  .treatment-catalog-premium .service-card{
    grid-template-rows:185px 1fr;
  }
  .treatment-catalog-premium .service-card div{
    padding:20px;
  }
  .treatments-cta{
    padding:28px 22px;
  }
  .treatments-cta-actions .btn{
    width:100%;
  }
}
/* Treatments page rebuild 2026-06-28 */
body[data-page="services"] .site-header{
  box-shadow:0 10px 30px rgba(13,27,51,.06);
}
.treatments-premium-hero{
  position:relative;
  overflow:hidden;
  padding:62px 0 34px;
  background:
    linear-gradient(115deg,rgba(247,243,237,.96) 0%,rgba(255,255,255,.88) 46%,rgba(13,27,51,.10) 100%),
    #F7F3ED;
  scroll-margin-top:104px;
}
.treatments-premium-hero::before{
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(circle at 70% 24%,rgba(14,107,168,.18),transparent 25%);
  pointer-events:none;
}
.treatments-hero-blob{
  position:absolute;
  right:6vw;
  top:54px;
  width:410px;
  height:410px;
  border-radius:42% 58% 48% 52%;
  background:rgba(14,107,168,.13);
  filter:blur(.2px);
}
.treatments-line-art{
  position:absolute;
  right:3vw;
  bottom:8px;
  width:min(260px,32vw);
  color:rgba(13,27,51,.055);
}
.treatments-hero-shell{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0,.92fr) minmax(420px,.78fr);
  gap:58px;
  align-items:center;
}
.treatments-hero-copy{
  max-width:720px;
}
.treatments-hero-copy h1{
  margin:0;
  font-family:"Playfair Display",serif;
  font-size:clamp(44px,6vw,76px);
  line-height:1.02;
  color:var(--navy);
  max-width:760px;
}
.treatments-hero-copy p{
  max-width:610px;
  margin:22px 0 0;
  color:var(--muted);
  font-size:18px;
  line-height:1.75;
}
.treatments-hero-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:30px;
}
.treatments-hero-photo{
  position:relative;
  margin:0;
  min-height:500px;
  border-radius:28px 28px 8px 8px;
  overflow:hidden;
  box-shadow:0 28px 80px rgba(13,27,51,.14);
}
.treatments-hero-photo::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(13,27,51,0) 45%,rgba(13,27,51,.28) 100%);
}
.treatments-hero-photo img{
  width:100%;
  height:100%;
  min-height:500px;
  object-fit:cover;
  object-position:center;
}
.treatments-float-card{
  position:absolute;
  left:24px;
  bottom:24px;
  z-index:2;
  max-width:260px;
  padding:18px 20px;
  border-radius:10px;
  background:rgba(255,255,255,.9);
  box-shadow:0 18px 44px rgba(13,27,51,.13);
  backdrop-filter:blur(10px);
}
.treatments-float-card span{
  display:block;
  color:var(--gold);
  font-size:11px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.treatments-float-card strong{
  display:block;
  margin-top:8px;
  color:var(--navy);
  line-height:1.35;
}
.treatment-filter-band{
  position:relative;
  z-index:3;
  margin-top:-28px;
}
.treatment-filter-shell{
  display:grid;
  gap:16px;
  padding:20px 22px;
  border-radius:12px;
  background:#fff;
  border:1px solid rgba(13,27,51,.08);
  box-shadow:0 18px 50px rgba(13,27,51,.08);
}
.gold-line{
  width:72px;
  height:2px;
  background:var(--gold);
}
.treatment-filter{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
}
.treatment-filter button{
  min-height:40px;
  padding:0 15px;
  border-radius:999px;
  border:1px solid rgba(13,27,51,.11);
  background:#fff;
  color:var(--muted);
  font:inherit;
  font-size:13px;
  font-weight:850;
  cursor:pointer;
  transition:background .2s ease,color .2s ease,border-color .2s ease,transform .2s ease;
}
.treatment-filter button:hover{
  transform:translateY(-1px);
  border-color:rgba(201,162,74,.55);
}
.treatment-filter button.is-active{
  background:var(--navy);
  border-color:var(--navy);
  color:#fff;
}
.treatments-bento-section{
  position:relative;
  padding-top:76px;
  background:
    radial-gradient(circle at 8% 18%,rgba(201,162,74,.08),transparent 24%),
    linear-gradient(180deg,#fff 0%,#F7F3ED 100%);
  scroll-margin-top:104px;
}
.treatments-intro-row{
  display:grid;
  grid-template-columns:260px minmax(0,640px);
  gap:36px;
  align-items:start;
  margin-bottom:28px;
}
.treatments-intro-row p{
  margin:0;
  color:var(--muted);
  line-height:1.75;
}
.treatment-bento-grid{
  display:grid;
  grid-template-columns:1.1fr .9fr .9fr;
  grid-auto-rows:230px;
  gap:18px;
}
.treatment-bento-card{
  position:relative;
  overflow:hidden;
  border-radius:10px;
  background:#0D1B33;
  box-shadow:0 18px 52px rgba(13,27,51,.11);
  min-height:0;
  transition:transform .25s ease,box-shadow .25s ease;
}
.treatment-bento-card.is-hidden{
  display:none;
}
.treatment-bento-card:hover{
  transform:translateY(-4px);
  box-shadow:0 26px 70px rgba(13,27,51,.15);
}
.treatment-bento-card img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  opacity:.9;
  transition:transform .45s ease,opacity .45s ease;
}
.treatment-bento-card:hover img{
  transform:scale(1.045);
  opacity:1;
}
.treatment-bento-card::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(13,27,51,.02) 0%,rgba(13,27,51,.72) 100%);
}
.treatment-bento-content{
  position:absolute;
  z-index:2;
  left:22px;
  right:22px;
  bottom:22px;
  color:#fff;
}
.treatment-bento-content h2{
  margin:10px 0 0;
  font-family:"Playfair Display",serif;
  font-size:clamp(24px,2.4vw,34px);
  line-height:1.05;
}
.treatment-bento-content p{
  max-width:460px;
  margin:9px 0 0;
  color:rgba(255,255,255,.78);
  line-height:1.5;
}
.treatment-bento-content ul{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  padding:0;
  margin:14px 0 0;
  list-style:none;
}
.treatment-bento-content li{
  padding:6px 9px;
  border-radius:999px;
  background:rgba(255,255,255,.14);
  border:1px solid rgba(255,255,255,.18);
  color:#fff;
  font-size:11px;
  font-weight:800;
}
.treatment-bento-content .pill{
  background:rgba(255,255,255,.92);
  color:var(--navy);
  margin-bottom:0;
}
.bento-feature{
  grid-row:span 2;
}
.bento-wide{
  grid-column:span 2;
}
.bento-emergency{
  border:1px solid rgba(201,162,74,.35);
}
.bento-emergency::after{
  background:linear-gradient(180deg,rgba(13,27,51,.05),rgba(13,27,51,.78));
}
.treatments-cta-section{
  padding-top:18px;
  background:#F7F3ED;
}
.treatments-cta{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:26px;
  align-items:center;
  padding:36px;
  border-radius:12px;
  background:linear-gradient(135deg,#0D1B33,#142642);
  color:#fff;
  box-shadow:0 24px 70px rgba(13,27,51,.16);
}
.treatments-cta .eyebrow{
  color:var(--gold);
}
.treatments-cta h2{
  max-width:680px;
  margin:0;
  font-family:"Playfair Display",serif;
  font-size:clamp(30px,3.5vw,48px);
  line-height:1.08;
}
.treatments-cta p{
  max-width:620px;
  color:rgba(255,255,255,.74);
  margin:14px 0 0;
}
.treatments-cta-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  justify-content:flex-end;
}
.treatments-cta .btn-ghost{
  background:transparent;
  color:#fff;
  border-color:rgba(255,255,255,.28);
}
@media (max-width:1180px){
  .treatments-hero-shell{
    grid-template-columns:1fr;
    gap:34px;
  }
  .treatments-hero-photo{
    min-height:380px;
  }
  .treatments-hero-photo img{
    min-height:380px;
  }
  .treatment-bento-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    grid-auto-rows:240px;
  }
}
@media (max-width:980px){
  .treatments-intro-row,
  .treatments-cta{
    grid-template-columns:1fr;
  }
  .treatments-cta-actions{
    justify-content:flex-start;
  }
}
@media (max-width:640px){
  .treatments-premium-hero{
    padding:46px 0 28px;
  }
  .treatments-hero-copy h1{
    font-size:42px;
  }
  .treatments-hero-copy p{
    font-size:16px;
  }
  .treatments-hero-actions .btn{
    width:100%;
  }
  .treatments-hero-photo,
  .treatments-hero-photo img{
    min-height:300px;
  }
  .treatments-float-card{
    left:14px;
    right:14px;
    bottom:14px;
    max-width:none;
    padding:14px 16px;
  }
  .treatment-filter-band{
    margin-top:-16px;
  }
  .treatment-filter-shell{
    padding:16px;
    border-radius:10px;
  }
  .treatment-filter{
    flex-wrap:nowrap;
    overflow-x:auto;
    padding-bottom:4px;
    scrollbar-width:none;
  }
  .treatment-filter::-webkit-scrollbar{display:none}
  .treatment-filter button{
    flex:0 0 auto;
  }
  .treatments-bento-section{
    padding-top:54px;
  }
  .treatments-intro-row{
    gap:10px;
    margin-bottom:22px;
  }
  .treatment-bento-grid{
    grid-template-columns:1fr;
    grid-auto-rows:auto;
    gap:14px;
  }
  .treatment-bento-card,
  .bento-feature,
  .bento-wide,
  .bento-emergency{
    grid-column:auto;
    grid-row:auto;
    min-height:270px;
  }
  .treatment-bento-content{
    left:18px;
    right:18px;
    bottom:18px;
  }
  .treatment-bento-content h2{
    font-size:28px;
  }
  .treatments-cta{
    padding:28px 22px;
  }
  .treatments-cta-actions .btn{
    width:100%;
  }
}
/* Shared header and footer premium polish 2026-06-29 */
body{
  padding-bottom:0;
}
.clinic-header{
  background:rgba(255,255,255,.92);
  border-bottom:1px solid rgba(13,27,51,.08);
}
.nav-toggle{
  width:44px;
  height:44px;
  border-radius:999px;
  border:1px solid rgba(13,27,51,.12);
  background:#fff;
  box-shadow:0 10px 26px rgba(13,27,51,.08);
}
.nav-toggle span{
  width:20px;
  height:2px;
  margin:4px auto;
  border-radius:999px;
  background:var(--navy);
  transition:transform .25s ease,opacity .2s ease;
}
.site-header.is-open .nav-toggle span:nth-child(1){transform:translateY(6px) rotate(45deg)}
.site-header.is-open .nav-toggle span:nth-child(2){opacity:0}
.site-header.is-open .nav-toggle span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}
.premium-footer{
  background:linear-gradient(135deg,#071426 0%,#0D1B33 100%);
  color:#F7F3ED;
  padding:0;
}
.footer-main{
  display:grid;
  grid-template-columns:minmax(260px,1.35fr) minmax(160px,.82fr) minmax(190px,.9fr) minmax(180px,.82fr);
  gap:44px;
  padding:72px 0 40px;
}
.footer-brand-block p{
  max-width:390px;
  color:rgba(247,243,237,.72);
  line-height:1.75;
  margin:22px 0 0;
}
.premium-footer .brand-mark{
  background:transparent;
  color:#fff;
  border-color:rgba(247,243,237,.65);
  box-shadow:none;
}
.premium-footer .brand small{color:rgba(247,243,237,.62)}
.footer-column h3{
  margin:0 0 18px;
  color:#fff;
  font-size:12px;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.footer-column a,
.footer-column p{
  color:rgba(247,243,237,.72);
}
.footer-column a{
  display:block;
  margin:10px 0;
  transition:color .2s ease,transform .2s ease;
}
.footer-column a:hover{
  color:#fff;
  transform:translateX(2px);
}
.footer-column p{
  margin:0 0 14px;
  line-height:1.7;
}
.footer-legal-inline{
  display:flex;
  flex-wrap:wrap;
  gap:10px 16px;
  margin-top:18px;
}
.footer-legal-inline a{
  margin:0;
}
.footer-bottom-row{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:24px;
  padding:22px 0 26px;
  border-top:1px solid rgba(247,243,237,.14);
  color:rgba(247,243,237,.62);
  font-size:13px;
}
.developer-credit{
  display:inline-flex!important;
  align-items:center;
  gap:11px;
  margin:0;
  color:rgba(247,243,237,.68)!important;
  font-size:12px;
  letter-spacing:.02em;
  text-transform:none;
  opacity:.92;
  transition:opacity .2s ease,transform .2s ease,color .2s ease;
}
.developer-credit img{
  width:42px;
  height:42px;
  object-fit:contain;
  border-radius:999px;
  filter:grayscale(1) brightness(2.15) contrast(.85);
  opacity:.9;
}
.developer-credit strong{
  color:#fff;
  font-size:13px;
  letter-spacing:.03em;
}
.developer-credit:hover{
  color:#fff!important;
  opacity:1;
  transform:translateY(-1px);
}
@media (max-width:1180px){
  .footer-main{
    grid-template-columns:1fr 1fr;
    gap:34px;
  }
}
@media (max-width:980px){
  body[data-page="home"] .site-header.clinic-header,
  .site-header.clinic-header{
    position:sticky!important;
    top:0;
    color:var(--navy)!important;
    background:rgba(255,255,255,.96)!important;
    border-bottom:1px solid rgba(13,27,51,.08)!important;
    box-shadow:0 14px 34px rgba(13,27,51,.08);
  }
  body[data-page="home"] .clinic-header .brand small,
  .clinic-header .brand small{
    color:var(--muted)!important;
  }
  body[data-page="home"] .nav-toggle,
  .nav-toggle{
    display:grid;
    place-content:center;
    margin-left:auto;
    color:var(--navy)!important;
  }
  body[data-page="home"] .nav-toggle span,
  .nav-toggle span{
    background:var(--navy)!important;
  }
  .nav-shell{
    min-height:72px;
    height:auto;
    flex-wrap:wrap;
    align-items:center;
  }
  .main-nav,
  .nav-actions{
    display:flex!important;
    width:100%;
    max-height:0;
    opacity:0;
    overflow:hidden;
    pointer-events:none;
    transform:translateY(-8px);
    transition:max-height .32s ease,opacity .22s ease,transform .28s ease,padding .28s ease;
  }
  .main-nav{
    order:3;
    flex-direction:column;
    align-items:stretch;
    gap:0;
    margin-left:0;
    padding:0;
    border-top:1px solid transparent;
  }
  .nav-actions{
    order:4;
    display:grid!important;
    grid-template-columns:1fr;
    gap:16px;
    padding:0;
  }
  .site-header.is-open .nav-shell{
    padding:0 0 18px;
  }
  .site-header.is-open .main-nav,
  .site-header.is-open .nav-actions{
    max-height:520px;
    opacity:1;
    overflow:visible;
    pointer-events:auto;
    transform:none;
  }
  .site-header.is-open .main-nav{
    padding:16px 0 8px;
    border-top-color:rgba(13,27,51,.08);
  }
  .site-header.is-open .main-nav a,
  body[data-page="home"] .site-header.is-open .main-nav a{
    position:relative;
    display:flex;
    align-items:center;
    min-height:48px;
    padding:0 4px 0 18px;
    border:0;
    color:var(--navy)!important;
    font-size:14px;
    letter-spacing:.08em;
  }
  .site-header.is-open .main-nav a::before{
    content:"";
    position:absolute;
    left:0;
    top:50%;
    width:5px;
    height:5px;
    border-radius:999px;
    background:rgba(201,162,74,.35);
    transform:translateY(-50%);
  }
  .site-header.is-open .main-nav a.is-active::before{
    width:7px;
    height:28px;
    border-radius:999px;
    background:var(--gold);
  }
  .site-header.is-open .nav-actions{
    padding-top:8px;
  }
  .site-header.is-open .language-switcher{
    width:max-content;
    background:#F7F3ED;
    border-color:rgba(13,27,51,.08);
  }
  .site-header.is-open .social-links{
    display:flex!important;
    gap:10px;
  }
  .site-header.is-open .social-links a{
    color:var(--navy);
    border-color:rgba(13,27,51,.18);
    background:#fff;
  }
  .site-header.is-open .btn-primary{
    width:100%;
    min-height:48px;
    background:var(--navy);
    color:#fff;
  }
}
@media (max-width:640px){
  body{
    padding-bottom:68px;
  }
  .premium-footer{
    padding-bottom:84px;
  }
  .footer-main{
    grid-template-columns:1fr;
    padding:54px 0 28px;
    gap:30px;
  }
  .footer-column h3{
    margin-bottom:12px;
  }
  .footer-bottom-row{
    display:grid;
    gap:18px;
    justify-items:start;
    padding:22px 0 30px;
  }
  .developer-credit{
    display:flex!important;
    flex-wrap:wrap;
    gap:10px;
    font-size:12px;
    line-height:1.3;
  }
  .developer-credit img{
    width:46px;
    height:46px;
  }
  .developer-credit strong{
    font-size:14px;
  }
  .mobile-contact-bar{
    min-height:58px;
  }
  .mobile-contact-bar a{
    padding:9px 4px calc(9px + env(safe-area-inset-bottom));
  }
}
/* Mobile header alignment and footer credit refinement 2026-06-29 */
@media (max-width:980px){
  .site-header.clinic-header .nav-shell{
    min-height:76px!important;
    padding-top:8px!important;
    padding-bottom:8px!important;
    align-items:center!important;
  }
  .site-header.clinic-header.is-open .nav-shell{
    padding-top:8px!important;
    padding-bottom:20px!important;
  }
  .clinic-brand{
    align-self:center!important;
    min-height:52px;
  }
  .clinic-brand .brand-mark{
    flex:0 0 42px;
  }
  .nav-toggle{
    align-self:center!important;
    display:flex!important;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    margin-top:0!important;
    margin-bottom:0!important;
    transform:none!important;
  }
  .site-header.is-open .main-nav{
    margin-top:8px;
  }
}
.premium-footer{
  overflow:hidden;
}
.premium-footer .developer-credit{
  padding:10px 12px;
  border-radius:999px;
  background:rgba(255,255,255,.055);
  border:1px solid rgba(255,255,255,.10);
}
.premium-footer .developer-credit img{
  filter:none!important;
  opacity:1!important;
  width:54px!important;
  height:34px!important;
  object-fit:contain;
  border-radius:0!important;
}
.premium-footer .developer-credit strong{
  white-space:nowrap;
}
@media (max-width:640px){
  .premium-footer{
    padding-bottom:92px!important;
  }
  .footer-main{
    padding-top:48px!important;
    gap:34px!important;
  }
  .footer-bottom-row{
    gap:20px!important;
  }
  .premium-footer .developer-credit{
    width:100%;
    justify-content:flex-start;
    gap:12px;
    padding:12px 14px;
    border-radius:12px;
    background:rgba(255,255,255,.07);
  }
  .premium-footer .developer-credit span{
    font-size:11px;
    color:rgba(247,243,237,.72);
  }
  .premium-footer .developer-credit img{
    width:62px!important;
    height:40px!important;
  }
  .premium-footer .developer-credit strong{
    font-size:14px;
  }
}
/* Mobile menu open-state guard 2026-06-29 */
@media (max-width:980px){
  .site-header.clinic-header.is-open .main-nav,
  body[data-page="home"] .site-header.clinic-header.is-open .main-nav{
    display:flex!important;
    max-height:420px!important;
    opacity:1!important;
    overflow:visible!important;
    pointer-events:auto!important;
    transform:none!important;
  }
  .site-header.clinic-header.is-open .nav-actions,
  body[data-page="home"] .site-header.clinic-header.is-open .nav-actions{
    display:grid!important;
    max-height:280px!important;
    opacity:1!important;
    overflow:visible!important;
    pointer-events:auto!important;
    transform:none!important;
  }
}
@media (max-width: 768px) {
  .site-header,
  .header,
  .main-header {
    min-height: 76px !important;
    height: 76px !important;
    padding: 0 !important;
  }

  .header-inner,
  .nav-inner,
  .site-header .container {
    height: 76px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .brand,
  .logo-wrap,
  .navbar-brand {
    display: flex !important;
    align-items: center !important;
    gap: 10px;
  }

  .hamburger,
  .menu-toggle,
  .nav-toggle {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
  }

  .hero,
  .hero-section,
  .home-hero {
    padding-top: 28px !important;
    margin-top: 0 !important;
  }
}
@media (max-width: 768px) {
  .clinic-hero,
  .clinic-hero-split,
  .reference-hero {
    padding-top: 12px !important;
    min-height: auto !important;
  }

  .clinic-hero-layout {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }
}
.brand-logo-img {
  width: 52px;
  height: 52px;
  object-fit: contain;
  flex: 0 0 auto;
}

.footer-logo-img {
  width: 58px;
  height: 58px;
}

@media (max-width: 700px) {
  .brand-logo-img {
    width: 46px;
    height: 46px;
  }
}
/* Final QA: keep technology rows inside the mobile container. */
.tech-story .container,
.tech-row,
.tech-row > * {
  min-width: 0;
}

.tech-row {
  width: 100%;
  max-width: 100%;
}

.tech-row img {
  min-width: 0;
}

@media (max-width: 980px) {
  .tech-row {
    grid-template-columns: minmax(0, 1fr);
    gap: 22px;
  }

  .tech-row.is-reverse img {
    order: 0;
  }
}

.tech-row h2,
.tech-row p {
  overflow-wrap: anywhere;
}

/* Contact hero alignment 2026-06-30 */
body[data-page="contact"] .page-hero{
  padding:56px 0 46px;
  background:linear-gradient(180deg,#fff 0%,#F7F3ED 100%);
}
body[data-page="contact"] .page-hero .container{
  width:min(1180px,calc(100% - 40px));
  margin-inline:auto;
}
body[data-page="contact"] .page-hero .eyebrow{
  margin-bottom:12px;
}
body[data-page="contact"] .page-hero h1{
  max-width:820px;
  font-size:clamp(40px,5vw,66px);
}
body[data-page="contact"] .page-hero p{
  max-width:720px;
  margin-top:18px;
}
@media (max-width:980px){
  body[data-page="contact"] .page-hero{
    padding:44px 0 38px;
  }
}
@media (max-width:640px){
  body[data-page="contact"] .page-hero{
    padding:34px 0 32px;
  }
  body[data-page="contact"] .page-hero .container{
    width:min(100% - 28px,1180px);
  }
  body[data-page="contact"] .page-hero h1{
    font-size:clamp(34px,10vw,42px);
  }
  body[data-page="contact"] .page-hero p{
    margin-top:14px;
    font-size:16px;
  }
}
/* About premium hero 2026-07-02 */
body[data-page="dentists"] .about-premium-hero{
  position:relative;
  overflow:hidden;
  padding:118px 0 72px;
  background:
    radial-gradient(circle at 76% 24%,rgba(14,107,168,.13),transparent 28%),
    radial-gradient(circle at 16% 82%,rgba(201,162,74,.14),transparent 24%),
    linear-gradient(180deg,#fff 0%,#F7F3ED 100%);
}
body[data-page="dentists"] .about-premium-hero::before{
  content:"";
  position:absolute;
  inset:0;
  opacity:.34;
  background-image:radial-gradient(rgba(13,27,51,.16) 1px,transparent 1px);
  background-size:18px 18px;
  mask-image:linear-gradient(90deg,transparent 0%,#000 48%,#000 100%);
  pointer-events:none;
}
body[data-page="dentists"] .about-premium-hero::after{
  content:"";
  position:absolute;
  left:max(20px,calc((100vw - 1180px)/2));
  bottom:42px;
  width:92px;
  height:2px;
  background:var(--gold);
  opacity:.9;
}
body[data-page="dentists"] .about-hero-lineart{
  position:absolute;
  right:7%;
  top:108px;
  width:178px;
  color:rgba(13,27,51,.08);
  pointer-events:none;
}
body[data-page="dentists"] .about-hero-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0,.82fr) minmax(520px,1fr);
  gap:64px;
  align-items:center;
}
body[data-page="dentists"] .about-hero-copy{
  min-width:0;
}
body[data-page="dentists"] .about-premium-hero h1{
  margin:0;
  max-width:620px;
  font-family:"Playfair Display",serif;
  font-size:clamp(46px,5.2vw,78px);
  line-height:.98;
  color:var(--navy);
}
body[data-page="dentists"] .about-premium-hero p{
  max-width:590px;
  margin:24px 0 0;
  font-size:18px;
  line-height:1.72;
  color:var(--muted);
}
body[data-page="dentists"] .about-hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin:32px 0 24px;
}
body[data-page="dentists"] .about-swiss-badge{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:10px 14px;
  border-radius:999px;
  background:rgba(255,255,255,.74);
  border:1px solid rgba(13,27,51,.08);
  box-shadow:0 14px 32px rgba(13,27,51,.07);
}
body[data-page="dentists"] .about-swiss-badge span{
  display:grid;
  place-items:center;
  width:30px;
  height:22px;
  border-radius:5px;
  background:#e53935;
  color:#fff;
  font-size:11px;
  font-weight:900;
  letter-spacing:0;
}
body[data-page="dentists"] .about-swiss-badge strong{
  font-size:13px;
  color:var(--navy);
}
body[data-page="dentists"] .about-hero-visual{
  position:relative;
  min-width:0;
}
body[data-page="dentists"] .about-hero-visual::before{
  content:"";
  position:absolute;
  inset:10% -5% 5% 18%;
  border-radius:44% 56% 48% 52%;
  background:linear-gradient(135deg,rgba(14,107,168,.14),rgba(201,162,74,.18));
  filter:blur(.2px);
}
body[data-page="dentists"] .about-image-bento{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:1.25fr .72fr;
  grid-template-rows:280px 210px;
  gap:16px;
}
body[data-page="dentists"] .about-image-bento figure{
  margin:0;
  overflow:hidden;
  border-radius:22px;
  background:#fff;
  box-shadow:0 28px 70px rgba(13,27,51,.14);
}
body[data-page="dentists"] .about-image-bento img{
  width:100%;
  height:100%;
  object-fit:cover;
  transform:scale(1.01);
}
body[data-page="dentists"] .about-image-main{
  grid-row:1 / span 2;
}
body[data-page="dentists"] .about-image-main img{
  object-position:center;
}
body[data-page="dentists"] .about-image-side img{
  object-position:center;
}
body[data-page="dentists"] .about-image-small img{
  object-position:center;
}
body[data-page="dentists"] .about-float-card{
  position:absolute;
  z-index:2;
  display:grid;
  gap:2px;
  min-width:128px;
  padding:14px 16px;
  border-radius:16px;
  background:rgba(255,255,255,.9);
  border:1px solid rgba(255,255,255,.72);
  box-shadow:0 18px 42px rgba(13,27,51,.12);
  backdrop-filter:blur(14px);
}
body[data-page="dentists"] .about-float-card strong{
  color:var(--navy);
  font-size:24px;
  line-height:1;
}
body[data-page="dentists"] .about-float-card span{
  color:var(--muted);
  font-size:12px;
  font-weight:800;
}
body[data-page="dentists"] .about-card-experience{
  left:-24px;
  top:34px;
}
body[data-page="dentists"] .about-card-patients{
  right:26px;
  bottom:34px;
}
body[data-page="dentists"] .about-card-language{
  left:44%;
  bottom:-18px;
}
@media (max-width:1180px){
  body[data-page="dentists"] .about-hero-grid{
    grid-template-columns:minmax(0,.9fr) minmax(430px,1fr);
    gap:36px;
  }
  body[data-page="dentists"] .about-image-bento{
    grid-template-rows:240px 190px;
  }
}
@media (max-width:980px){
  body[data-page="dentists"] .about-premium-hero{
    padding:76px 0 58px;
  }
  body[data-page="dentists"] .about-hero-grid{
    grid-template-columns:1fr;
    gap:34px;
  }
  body[data-page="dentists"] .about-premium-hero h1,
  body[data-page="dentists"] .about-premium-hero p{
    max-width:760px;
  }
  body[data-page="dentists"] .about-image-bento{
    grid-template-rows:300px 210px;
  }
}
@media (max-width:640px){
  body[data-page="dentists"] .about-premium-hero{
    padding:44px 0 40px;
  }
  body[data-page="dentists"] .about-premium-hero::after{
    bottom:24px;
    width:62px;
  }
  body[data-page="dentists"] .about-hero-lineart{
    right:-28px;
    top:92px;
    width:132px;
  }
  body[data-page="dentists"] .about-premium-hero h1{
    font-size:clamp(39px,11vw,48px);
  }
  body[data-page="dentists"] .about-premium-hero p{
    margin-top:18px;
    font-size:16px;
    line-height:1.62;
  }
  body[data-page="dentists"] .about-hero-actions{
    display:grid;
    gap:10px;
    margin:24px 0 18px;
  }
  body[data-page="dentists"] .about-hero-actions .btn{
    width:100%;
  }
  body[data-page="dentists"] .about-swiss-badge{
    width:100%;
    justify-content:center;
  }
  body[data-page="dentists"] .about-image-bento{
    grid-template-columns:1fr 1fr;
    grid-template-rows:270px 150px;
    gap:10px;
  }
  body[data-page="dentists"] .about-image-main{
    grid-column:1 / -1;
    grid-row:auto;
  }
  body[data-page="dentists"] .about-image-bento figure{
    border-radius:16px;
  }
  body[data-page="dentists"] .about-float-card{
    min-width:104px;
    padding:11px 12px;
    border-radius:13px;
  }
  body[data-page="dentists"] .about-float-card strong{
    font-size:18px;
  }
  body[data-page="dentists"] .about-float-card span{
    font-size:10.5px;
  }
  body[data-page="dentists"] .about-card-experience{
    left:10px;
    top:auto;
    bottom:132px;
  }
  body[data-page="dentists"] .about-card-patients{
    right:10px;
    bottom:132px;
  }
  body[data-page="dentists"] .about-card-language{
    left:50%;
    bottom:-12px;
    transform:translateX(-50%);
  }
}
/* Contact premium page 2026-07-02 */
body[data-page="contact"] .contact-premium-hero{
  position:relative;
  overflow:hidden;
  padding:112px 0 70px;
  background:
    radial-gradient(circle at 78% 22%,rgba(14,107,168,.13),transparent 28%),
    radial-gradient(circle at 14% 84%,rgba(201,162,74,.14),transparent 24%),
    linear-gradient(180deg,#fff 0%,#F7F3ED 100%);
}
body[data-page="contact"] .contact-premium-hero::before{
  content:"";
  position:absolute;
  inset:0;
  opacity:.28;
  background-image:radial-gradient(rgba(13,27,51,.16) 1px,transparent 1px);
  background-size:18px 18px;
  mask-image:linear-gradient(90deg,transparent 0%,#000 42%,#000 100%);
  pointer-events:none;
}
body[data-page="contact"] .contact-premium-hero::after{
  content:"";
  position:absolute;
  left:max(20px,calc((100vw - 1180px)/2));
  bottom:42px;
  width:92px;
  height:2px;
  background:var(--gold);
}
body[data-page="contact"] .contact-hero-lineart{
  position:absolute;
  right:6%;
  top:112px;
  width:170px;
  color:rgba(13,27,51,.08);
  pointer-events:none;
}
body[data-page="contact"] .contact-hero-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0,.88fr) minmax(460px,1fr);
  gap:58px;
  align-items:center;
}
body[data-page="contact"] .contact-premium-hero h1{
  margin:0;
  max-width:650px;
  font-family:"Playfair Display",serif;
  font-size:clamp(46px,5.4vw,78px);
  line-height:.99;
  color:var(--navy);
}
body[data-page="contact"] .contact-premium-hero p{
  max-width:610px;
  margin:24px 0 0;
  font-size:18px;
  line-height:1.72;
  color:var(--muted);
}
body[data-page="contact"] .contact-hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin:32px 0 26px;
}
body[data-page="contact"] .contact-trust-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
  max-width:620px;
}
body[data-page="contact"] .contact-trust-grid span{
  display:grid;
  gap:2px;
  padding:14px 16px;
  border-radius:14px;
  background:rgba(255,255,255,.72);
  border:1px solid rgba(13,27,51,.08);
  box-shadow:0 14px 34px rgba(13,27,51,.06);
}
body[data-page="contact"] .contact-trust-grid strong{
  color:var(--navy);
  font-size:13px;
  line-height:1.25;
}
body[data-page="contact"] .contact-trust-grid small{
  color:var(--muted);
  font-size:11px;
  font-weight:800;
}
body[data-page="contact"] .contact-hero-card{
  position:relative;
  min-width:0;
  padding:14px;
  border-radius:26px;
  background:rgba(255,255,255,.72);
  border:1px solid rgba(255,255,255,.84);
  box-shadow:0 30px 80px rgba(13,27,51,.14);
}
body[data-page="contact"] .contact-hero-card::before{
  content:"";
  position:absolute;
  inset:14% -6% 8% 20%;
  border-radius:45% 55% 48% 52%;
  background:linear-gradient(135deg,rgba(14,107,168,.13),rgba(201,162,74,.18));
  z-index:-1;
}
body[data-page="contact"] .contact-hero-card figure{
  margin:0;
  height:390px;
  overflow:hidden;
  border-radius:20px;
  background:#fff;
}
body[data-page="contact"] .contact-hero-card img{
  width:100%;
  height:100%;
  object-fit:cover;
}
body[data-page="contact"] .contact-card-panel{
  display:grid;
  gap:8px;
  margin-top:14px;
  padding:20px;
  border-radius:18px;
  background:#fff;
  border:1px solid rgba(13,27,51,.07);
}
body[data-page="contact"] .contact-card-kicker{
  color:var(--gold);
  font-size:11px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.14em;
}
body[data-page="contact"] .contact-card-panel h2{
  margin:0;
  font-family:"Playfair Display",serif;
  font-size:30px;
  line-height:1.05;
}
body[data-page="contact"] .contact-card-panel a{
  color:var(--muted);
  font-weight:800;
}
body[data-page="contact"] .contact-floating-note{
  position:absolute;
  right:26px;
  top:32px;
  display:flex;
  align-items:center;
  gap:10px;
  padding:11px 14px;
  border-radius:999px;
  background:rgba(255,255,255,.88);
  box-shadow:0 18px 42px rgba(13,27,51,.12);
}
body[data-page="contact"] .contact-floating-note strong{
  display:grid;
  place-items:center;
  width:30px;
  height:22px;
  border-radius:5px;
  background:#e53935;
  color:#fff;
  font-size:11px;
}
body[data-page="contact"] .contact-floating-note span{
  color:var(--navy);
  font-size:12px;
  font-weight:900;
}
body[data-page="contact"] .contact-booking-section{
  position:relative;
  padding:82px 0;
  background:#fff;
}
body[data-page="contact"] .contact-booking-section::before{
  content:"";
  position:absolute;
  inset:0 0 auto;
  height:180px;
  background:linear-gradient(180deg,#F7F3ED,rgba(247,243,237,0));
  pointer-events:none;
}
body[data-page="contact"] .contact-booking-layout{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(330px,.62fr);
  gap:26px;
  align-items:start;
}
body[data-page="contact"] .contact-appointment-form{
  padding:34px;
  border-radius:22px;
  border:1px solid rgba(13,27,51,.08);
  background:
    linear-gradient(#fff,#fff) padding-box,
    linear-gradient(135deg,rgba(201,162,74,.28),rgba(13,27,51,.08)) border-box;
  box-shadow:0 26px 70px rgba(13,27,51,.09);
}
body[data-page="contact"] .contact-appointment-form .form-heading h2{
  font-size:42px;
}
body[data-page="contact"] .contact-appointment-form input,
body[data-page="contact"] .contact-appointment-form select,
body[data-page="contact"] .contact-appointment-form textarea{
  border-color:rgba(13,27,51,.1);
  background:#FAFAF9;
}
body[data-page="contact"] .contact-side-panel{
  position:sticky;
  top:106px;
  display:grid;
  gap:20px;
  padding:30px;
  border-radius:22px;
  background:#0D1B33;
  color:#fff;
  box-shadow:0 26px 70px rgba(13,27,51,.18);
}
body[data-page="contact"] .contact-side-panel .eyebrow{
  margin-bottom:0;
}
body[data-page="contact"] .contact-side-panel h2{
  margin:0;
  font-family:"Playfair Display",serif;
  font-size:34px;
  line-height:1.08;
}
body[data-page="contact"] .contact-detail-list{
  display:grid;
  gap:12px;
}
body[data-page="contact"] .contact-detail-list a,
body[data-page="contact"] .contact-detail-list div{
  display:grid;
  gap:3px;
  padding:14px 0;
  border-top:1px solid rgba(255,255,255,.13);
}
body[data-page="contact"] .contact-detail-list span{
  color:rgba(247,243,237,.62);
  font-size:11px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.12em;
}
body[data-page="contact"] .contact-detail-list strong{
  color:#fff;
  font-size:14px;
  line-height:1.45;
}
body[data-page="contact"] .contact-panel-actions{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
}
body[data-page="contact"] .contact-panel-actions .btn-outline{
  background:transparent;
  color:#fff;
  border-color:rgba(255,255,255,.26);
}
body[data-page="contact"] .contact-location-section{
  padding:0 0 86px;
  background:#fff;
}
body[data-page="contact"] .contact-location-card{
  display:grid;
  grid-template-columns:minmax(0,.85fr) minmax(360px,1fr);
  gap:24px;
  align-items:stretch;
  padding:22px;
  border-radius:24px;
  background:#F7F3ED;
  border:1px solid rgba(13,27,51,.08);
}
body[data-page="contact"] .contact-location-copy{
  display:grid;
  align-content:center;
  padding:26px;
}
body[data-page="contact"] .contact-location-copy h2{
  margin:0;
  font-family:"Playfair Display",serif;
  font-size:42px;
  line-height:1.04;
}
body[data-page="contact"] .contact-location-copy p{
  max-width:560px;
  margin:18px 0 0;
  color:var(--muted);
}
body[data-page="contact"] .contact-map-block{
  min-height:300px;
  display:grid;
  place-items:center;
  text-align:center;
  border-radius:18px;
  color:var(--navy);
  background:
    linear-gradient(135deg,rgba(255,255,255,.86),rgba(255,255,255,.58)),
    repeating-linear-gradient(45deg,rgba(13,27,51,.06) 0 1px,transparent 1px 18px),
    radial-gradient(circle at 70% 30%,rgba(201,162,74,.22),transparent 28%);
  border:1px solid rgba(201,162,74,.32);
}
body[data-page="contact"] .contact-map-block span{
  color:var(--gold);
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.12em;
  font-size:12px;
}
body[data-page="contact"] .contact-map-block strong{
  font-family:"Playfair Display",serif;
  font-size:48px;
  line-height:1;
}
body[data-page="contact"] .contact-map-block small{
  color:var(--muted);
  font-weight:800;
}
@media (max-width:980px){
  body[data-page="contact"] .contact-premium-hero{
    padding:72px 0 52px;
  }
  body[data-page="contact"] .contact-hero-grid,
  body[data-page="contact"] .contact-booking-layout,
  body[data-page="contact"] .contact-location-card{
    grid-template-columns:1fr;
  }
  body[data-page="contact"] .contact-side-panel{
    position:relative;
    top:auto;
  }
}
@media (max-width:640px){
  body[data-page="contact"] .contact-premium-hero{
    padding:42px 0 38px;
  }
  body[data-page="contact"] .contact-hero-lineart{
    right:-34px;
    top:96px;
    width:128px;
  }
  body[data-page="contact"] .contact-premium-hero h1{
    font-size:clamp(39px,11vw,48px);
  }
  body[data-page="contact"] .contact-premium-hero p{
    font-size:16px;
    line-height:1.62;
    margin-top:18px;
  }
  body[data-page="contact"] .contact-hero-actions,
  body[data-page="contact"] .contact-panel-actions{
    display:grid;
    gap:10px;
  }
  body[data-page="contact"] .contact-hero-actions .btn,
  body[data-page="contact"] .contact-panel-actions .btn{
    width:100%;
  }
  body[data-page="contact"] .contact-trust-grid{
    grid-template-columns:1fr;
  }
  body[data-page="contact"] .contact-hero-card{
    padding:10px;
    border-radius:20px;
  }
  body[data-page="contact"] .contact-hero-card figure{
    height:250px;
    border-radius:16px;
  }
  body[data-page="contact"] .contact-floating-note{
    left:20px;
    right:auto;
    top:22px;
  }
  body[data-page="contact"] .contact-card-panel{
    padding:16px;
  }
  body[data-page="contact"] .contact-card-panel h2,
  body[data-page="contact"] .contact-side-panel h2{
    font-size:28px;
  }
  body[data-page="contact"] .contact-booking-section{
    padding:56px 0;
  }
  body[data-page="contact"] .contact-appointment-form,
  body[data-page="contact"] .contact-side-panel{
    padding:22px;
    border-radius:18px;
  }
  body[data-page="contact"] .contact-appointment-form .form-heading h2{
    font-size:32px;
  }
  body[data-page="contact"] .contact-location-section{
    padding-bottom:76px;
  }
  body[data-page="contact"] .contact-location-card{
    padding:14px;
    gap:14px;
  }
  body[data-page="contact"] .contact-location-copy{
    padding:12px 6px 6px;
  }
  body[data-page="contact"] .contact-location-copy h2{
    font-size:32px;
  }
  body[data-page="contact"] .contact-map-block{
    min-height:220px;
  }
}
/* Contact mobile compact polish 2026-07-02 */
@media (max-width:640px){
  body[data-page="contact"] .contact-hero-grid{
    gap:24px;
  }
  body[data-page="contact"] .contact-hero-actions{
    margin:22px 0 18px;
  }
  body[data-page="contact"] .contact-trust-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:8px;
  }
  body[data-page="contact"] .contact-trust-grid span{
    padding:11px 12px;
    min-width:0;
  }
  body[data-page="contact"] .contact-trust-grid strong{
    font-size:12px;
  }
  body[data-page="contact"] .contact-trust-grid small{
    font-size:10px;
  }
  body[data-page="contact"] .contact-hero-card figure{
    height:210px;
  }
  body[data-page="contact"] .contact-card-panel{
    margin-top:10px;
    gap:5px;
  }
  body[data-page="contact"] .contact-card-panel h2{
    font-size:24px;
  }
  body[data-page="contact"] .contact-card-panel a{
    font-size:13px;
  }
  body[data-page="contact"] .contact-floating-note{
    padding:8px 10px;
    gap:7px;
  }
  body[data-page="contact"] .contact-floating-note span{
    font-size:11px;
  }
}
@media (max-width:380px){
  body[data-page="contact"] .contact-trust-grid{
    grid-template-columns:1fr;
  }
}
/* Homepage luxury reviews 2026-07-02 */
body[data-page="home"] .home-reviews-luxury{
  position:relative;
  overflow:hidden;
  padding:106px 0 92px;
  background:
    radial-gradient(circle at 82% 20%,rgba(201,162,74,.13),transparent 28%),
    radial-gradient(circle at 18% 70%,rgba(13,27,51,.05),transparent 24%),
    linear-gradient(180deg,#fff 0%,#F7F3ED 100%);
}
body[data-page="home"] .home-reviews-luxury::before{
  content:"";
  position:absolute;
  inset:0;
  opacity:.24;
  background-image:radial-gradient(rgba(201,162,74,.42) 1px,transparent 1px);
  background-size:20px 20px;
  mask-image:linear-gradient(90deg,#000 0%,transparent 38%,transparent 100%);
  pointer-events:none;
}
body[data-page="home"] .home-reviews-luxury::after{
  content:"";
  position:absolute;
  right:4%;
  top:80px;
  width:360px;
  height:360px;
  border:1px solid rgba(201,162,74,.35);
  border-radius:50%;
  transform:rotate(-24deg);
  pointer-events:none;
}
body[data-page="home"] .reviews-ornament{
  position:absolute;
  left:32%;
  top:58px;
  width:120px;
  height:90px;
  color:rgba(13,27,51,.045);
}
body[data-page="home"] .reviews-ornament::before{
  content:"“";
  position:absolute;
  inset:0;
  font-family:"Playfair Display",serif;
  font-size:160px;
  line-height:.7;
  color:currentColor;
}
body[data-page="home"] .reviews-luxury-layout{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0,.95fr) minmax(360px,1.02fr) minmax(280px,.78fr);
  gap:24px;
  align-items:center;
}
body[data-page="home"] .reviews-luxury-heading{
  align-self:center;
}
body[data-page="home"] .reviews-luxury-heading h2{
  max-width:470px;
  margin:0;
  font-family:"Playfair Display",serif;
  font-size:clamp(48px,5.2vw,74px);
  line-height:1.02;
  color:var(--navy);
}
body[data-page="home"] .reviews-luxury-heading p{
  max-width:380px;
  margin:24px 0 0;
  color:var(--muted);
  font-size:18px;
  line-height:1.65;
}
body[data-page="home"] .review-gold-rule{
  display:flex;
  align-items:center;
  gap:16px;
  width:230px;
  margin:34px 0 28px;
}
body[data-page="home"] .review-gold-rule::before,
body[data-page="home"] .review-gold-rule::after{
  content:"";
  height:1px;
  flex:1;
  background:rgba(201,162,74,.45);
}
body[data-page="home"] .review-gold-rule span{
  width:22px;
  height:22px;
  border:1px solid var(--gold);
  border-radius:50%;
}
body[data-page="home"] .review-proof-row{
  display:grid;
  grid-template-columns:1.08fr repeat(3,.92fr);
  align-items:center;
  max-width:560px;
  border-radius:999px;
  background:rgba(255,255,255,.42);
}
body[data-page="home"] .review-proof-row>span{
  min-width:0;
  min-height:112px;
  display:grid;
  place-items:center;
  align-content:center;
  gap:4px;
  padding:14px;
  text-align:center;
  border-left:1px solid rgba(13,27,51,.08);
}
body[data-page="home"] .review-proof-row>span:first-child{
  border-left:1px solid rgba(201,162,74,.38);
  border-radius:999px;
  background:#fff;
  box-shadow:0 18px 42px rgba(13,27,51,.07);
}
body[data-page="home"] .review-proof-row strong{
  color:var(--navy);
  font-size:20px;
  line-height:1.1;
}
body[data-page="home"] .review-proof-row small{
  color:var(--muted);
  font-size:11px;
  font-weight:800;
  line-height:1.25;
}
body[data-page="home"] .review-proof-row em{
  color:#F4B400;
  font-size:11px;
  font-style:normal;
  letter-spacing:.08em;
}
body[data-page="home"] .review-feature-card,
body[data-page="home"] .review-side-card{
  position:relative;
  margin:0;
  border:1px solid rgba(13,27,51,.06);
  background:rgba(255,255,255,.88);
  box-shadow:0 26px 70px rgba(13,27,51,.09);
  backdrop-filter:blur(12px);
}
body[data-page="home"] .review-feature-card{
  min-height:520px;
  padding:52px 48px 42px;
  border-radius:18px;
}
body[data-page="home"] .review-side-card{
  padding:30px 30px 26px;
  border-radius:16px;
}
body[data-page="home"] .review-quote-mark{
  position:absolute;
  right:30px;
  top:18px;
  color:rgba(201,162,74,.14);
  font-family:"Playfair Display",serif;
  font-size:82px;
  line-height:1;
}
body[data-page="home"] .review-feature-card p{
  max-width:420px;
  margin:28px 0 28px;
  font-family:"Playfair Display",serif;
  color:var(--navy);
  font-size:clamp(30px,3vw,42px);
  line-height:1.18;
}
body[data-page="home"] .review-side-card p{
  margin:22px 0 24px;
  color:var(--navy);
  font-size:18px;
  line-height:1.55;
}
body[data-page="home"] .review-feature-card p::after,
body[data-page="home"] .review-side-card p::after{
  content:"";
  display:block;
  width:150px;
  height:1px;
  margin-top:28px;
  background:rgba(201,162,74,.5);
}
body[data-page="home"] .review-side-stack{
  display:grid;
  gap:18px;
}
body[data-page="home"] .review-author{
  display:flex;
  align-items:center;
  gap:14px;
}
body[data-page="home"] .review-author img{
  width:54px;
  height:54px;
  border-radius:50%;
  object-fit:cover;
  background:#F7F3ED;
}
body[data-page="home"] .review-author strong{
  display:block;
  color:var(--navy);
  font-size:15px;
}
body[data-page="home"] .review-author small{
  color:var(--muted);
  font-size:12px;
  font-weight:800;
}
body[data-page="home"] .review-priority-band{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:auto minmax(240px,.9fr) 1.5fr;
  gap:28px;
  align-items:center;
  margin-top:52px;
  padding:28px 34px;
  border-radius:18px;
  background:rgba(255,255,255,.62);
  border:1px solid rgba(13,27,51,.06);
  box-shadow:0 22px 60px rgba(13,27,51,.06);
}
body[data-page="home"] .review-priority-icon{
  display:grid;
  place-items:center;
  width:92px;
  height:92px;
  border-radius:50%;
  border:2px solid var(--gold);
  color:var(--gold);
}
body[data-page="home"] .review-priority-icon svg{
  width:46px;
  height:46px;
}
body[data-page="home"] .review-priority-copy h3{
  margin:0;
  font-family:"Playfair Display",serif;
  color:var(--navy);
  font-size:25px;
}
body[data-page="home"] .review-priority-copy p{
  margin:8px 0 0;
  color:var(--muted);
}
body[data-page="home"] .review-priority-band ul{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
  padding:0;
  margin:0;
  list-style:none;
}
body[data-page="home"] .review-priority-band li{
  display:flex;
  align-items:center;
  gap:10px;
  color:var(--navy);
  font-size:13px;
  font-weight:900;
  line-height:1.3;
}
body[data-page="home"] .review-priority-band li::before{
  content:"";
  flex:0 0 42px;
  width:42px;
  height:42px;
  border-radius:50%;
  background:#fff;
  box-shadow:0 10px 26px rgba(13,27,51,.07);
}
@media (max-width:1180px){
  body[data-page="home"] .reviews-luxury-layout{
    grid-template-columns:1fr 1fr;
  }
  body[data-page="home"] .reviews-luxury-heading{
    grid-column:1 / -1;
  }
  body[data-page="home"] .review-priority-band{
    grid-template-columns:1fr;
  }
}
@media (max-width:760px){
  body[data-page="home"] .home-reviews-luxury{
    padding:76px 0 70px;
  }
  body[data-page="home"] .reviews-luxury-layout{
    grid-template-columns:1fr;
    gap:18px;
  }
  body[data-page="home"] .reviews-luxury-heading h2{
    font-size:42px;
  }
  body[data-page="home"] .reviews-luxury-heading p{
    font-size:16px;
    margin-top:18px;
  }
  body[data-page="home"] .review-proof-row{
    grid-template-columns:repeat(2,minmax(0,1fr));
    border-radius:18px;
    background:transparent;
    gap:8px;
  }
  body[data-page="home"] .review-proof-row>span,
  body[data-page="home"] .review-proof-row>span:first-child{
    min-height:88px;
    border:1px solid rgba(13,27,51,.08);
    border-radius:14px;
    background:#fff;
  }
  body[data-page="home"] .review-feature-card{
    min-height:auto;
    padding:34px 28px 30px;
  }
  body[data-page="home"] .review-feature-card p{
    font-size:28px;
  }
  body[data-page="home"] .review-side-card{
    padding:26px 24px;
  }
  body[data-page="home"] .review-side-card p{
    font-size:16px;
  }
  body[data-page="home"] .review-priority-band{
    margin-top:30px;
    padding:24px;
  }
  body[data-page="home"] .review-priority-icon{
    width:76px;
    height:76px;
  }
  body[data-page="home"] .review-priority-band ul{
    grid-template-columns:1fr;
  }
}
/* Homepage review spacing/icon fix 2026-07-02 */
body[data-page="home"] .reviews-luxury-layout{
  grid-template-columns:minmax(0,.92fr) minmax(390px,1.05fr) minmax(300px,.82fr);
  gap:42px;
}
body[data-page="home"] .reviews-luxury-heading{
  min-width:0;
  max-width:430px;
}
body[data-page="home"] .reviews-luxury-heading h2{
  max-width:430px;
  font-size:clamp(46px,4.35vw,66px);
  overflow-wrap:normal;
  word-break:normal;
}
body[data-page="home"] .review-proof-row{
  max-width:520px;
}
body[data-page="home"] .review-feature-card{
  z-index:1;
}
body[data-page="home"] .review-priority-band{
  grid-template-columns:auto minmax(260px,.88fr) minmax(520px,1.45fr);
}
body[data-page="home"] .review-priority-band li{
  gap:12px;
}
body[data-page="home"] .review-priority-band li::before{
  display:none;
}
body[data-page="home"] .review-priority-band li svg{
  flex:0 0 46px;
  width:46px;
  height:46px;
  padding:12px;
  border-radius:50%;
  color:var(--gold);
  background:#fff;
  box-shadow:0 10px 26px rgba(13,27,51,.07);
}
body[data-page="home"] .review-priority-band li span{
  min-width:0;
}
@media (max-width:1180px){
  body[data-page="home"] .reviews-luxury-layout{
    grid-template-columns:1fr 1fr;
    gap:24px;
  }
  body[data-page="home"] .reviews-luxury-heading{
    max-width:100%;
  }
  body[data-page="home"] .reviews-luxury-heading h2{
    max-width:720px;
  }
  body[data-page="home"] .review-priority-band{
    grid-template-columns:1fr;
  }
}
@media (max-width:760px){
  body[data-page="home"] .reviews-luxury-layout{
    grid-template-columns:1fr;
  }
  body[data-page="home"] .reviews-luxury-heading h2{
    font-size:clamp(38px,10vw,46px);
  }
  body[data-page="home"] .review-priority-band li svg{
    flex-basis:42px;
    width:42px;
    height:42px;
    padding:11px;
  }
}
/* Mobile hero trust and bottom contact polish */
.reference-hero .trust-bar .google-logo {
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 8px 22px rgba(13, 27, 51, 0.08);
}

.reference-hero .trust-bar .google-logo svg {
  width: 20px;
  height: 20px;
  display: block;
}

.reference-hero .trust-bar .trust-copy strong {
  letter-spacing: 0;
}

.mobile-contact-bar a svg {
  width: 22px;
  height: 22px;
  color: var(--gold);
  margin-bottom: 2px;
}

.mobile-contact-bar a span {
  font-size: 10.5px;
  line-height: 1.1;
}

.mobile-contact-bar a {
  gap: 4px !important;
  min-height: 60px;
}

@media (max-width: 600px) {
  .reference-hero .trust-bar {
    border-radius: 14px;
    padding: 0;
    overflow: hidden;
    box-shadow: 0 16px 38px rgba(13, 27, 51, 0.08);
  }

  .reference-hero .trust-bar .trust-item {
    min-height: 74px;
    padding: 14px 22px;
    gap: 14px;
  }

  .reference-hero .trust-bar .trust-item:not(.trust-google) {
    padding-left: 26px;
  }

  .reference-hero .trust-bar .trust-copy strong {
    font-size: 14px;
    line-height: 1.1;
  }

  .reference-hero .trust-bar .trust-copy small {
    font-size: 11.5px;
  }

  .reference-hero .trust-bar em {
    font-size: 12px;
    color: #f4b400;
  }
}

@media (max-width: 640px) {
  .mobile-contact-bar a {
    padding: 7px 4px calc(7px + env(safe-area-inset-bottom)) !important;
  }

  .mobile-contact-bar a svg {
    width: 21px;
    height: 21px;
  }
}
/* Production UI polish pass 2026-07-02 */
:root {
  --surface-radius: 18px;
  --image-radius: 18px;
  --card-shadow: 0 18px 48px rgba(13, 27, 51, 0.075);
  --card-shadow-hover: 0 26px 66px rgba(13, 27, 51, 0.12);
  --motion-standard: 260ms cubic-bezier(.2, .8, .2, 1);
  --section-space: clamp(76px, 7vw, 112px);
  --section-space-tight: clamp(58px, 5.2vw, 86px);
}

body[data-page="home"] .editorial-section {
  padding-top: var(--section-space);
  padding-bottom: var(--section-space);
}

body[data-page="home"] .treatment-bento-section,
body[data-page="home"] .smile-preview-section {
  padding-top: var(--section-space-tight);
}

.feature-card,
.service-card,
.review-card,
.pricing-card,
.team-card,
.contact-panel,
.appointment-form,
.bento-card,
.review-feature-card,
.review-side-card,
.review-priority-band,
.closing-cta,
.trust-photo,
.trust-photo-small,
.process-image,
.technology-panel,
.cinematic-slider {
  border-radius: var(--surface-radius);
}

.service-card,
.bento-card,
.review-feature-card,
.review-side-card,
.review-priority-band,
.closing-cta,
.contact-panel,
.appointment-form,
.team-card,
.feature-card {
  box-shadow: var(--card-shadow);
  transition: transform var(--motion-standard), box-shadow var(--motion-standard), border-color var(--motion-standard), background var(--motion-standard);
}

.service-card:hover,
.bento-card:hover,
.review-feature-card:hover,
.review-side-card:hover,
.team-card:hover,
.feature-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--card-shadow-hover);
}

body[data-page="home"] img:not(.brand-logo img) {
  border-radius: inherit;
}

body[data-page="home"] figure {
  overflow: hidden;
}

body[data-page="home"] .clinic-hero {
  position: relative;
}

body[data-page="home"] .reference-hero {
  background:
    radial-gradient(circle at 78% 20%, rgba(14, 107, 168, .12), transparent 25%),
    radial-gradient(circle at 92% 72%, rgba(201, 162, 74, .08), transparent 28%),
    linear-gradient(180deg, #fff 0%, #F7F3ED 100%);
}

body[data-page="home"] .reference-hero::before {
  opacity: .34;
}

body[data-page="home"] .reference-hero::after {
  opacity: .13;
}

body[data-page="home"] .clinic-hero-layout {
  grid-template-columns: minmax(0, .9fr) minmax(520px, 1.15fr);
  gap: clamp(52px, 5vw, 82px);
  align-items: center;
}

body[data-page="home"] .hero-visual {
  min-width: 0;
  transform-origin: center;
}

body[data-page="home"] .hero-image-frame {
  min-height: clamp(540px, 44vw, 690px);
  border-radius: 22px;
  box-shadow: 0 28px 76px rgba(13, 27, 51, .13);
}

body[data-page="home"] .hero-image-frame img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  object-position: 52% center;
}

body[data-page="home"] .hero-float-card {
  border: 1px solid rgba(13, 27, 51, .065);
  box-shadow: 0 16px 40px rgba(13, 27, 51, .105);
  animation: heroCardFloat 9s ease-in-out infinite;
}

body[data-page="home"] .hero-award-card {
  top: 13%;
  left: 6%;
}

body[data-page="home"] .hero-emergency-card {
  left: 10%;
  bottom: 26%;
}

body[data-page="home"] .hero-patient-card {
  right: 6%;
  bottom: 17%;
}

@keyframes heroCardFloat {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(0, -7px, 0); }
}

body[data-page="home"] .clinic-hero-actions {
  gap: 12px;
}

.btn,
.filter-bar button,
.mobile-contact-bar a {
  transition: transform var(--motion-standard), box-shadow var(--motion-standard), background var(--motion-standard), color var(--motion-standard), border-color var(--motion-standard);
}

.btn:hover {
  transform: translateY(-2px);
}

.btn:active,
.mobile-contact-bar a:active,
.hero-strip-item:active {
  transform: translateY(1px) scale(.99);
}

body[data-page="home"] .editorial-heading-row h2,
body[data-page="home"] .process-intro h2,
body[data-page="home"] .smile-copy h2,
body[data-page="home"] .closing-copy h2 {
  line-height: 1.05;
  text-wrap: balance;
}

body[data-page="home"] .editorial-heading-row p,
body[data-page="home"] .trust-intro,
body[data-page="home"] .smile-copy p,
body[data-page="home"] .closing-copy p {
  max-width: 62ch;
}

body[data-page="home"] .treatment-bento {
  gap: 18px;
  align-items: stretch;
}

body[data-page="home"] .bento-card {
  min-height: 100%;
}

body[data-page="home"] .bento-card img {
  object-fit: cover;
  width: 100%;
}

body[data-page="home"] .bento-medium img {
  height: 220px;
}

body[data-page="home"] .bento-small img {
  height: 180px;
}

body[data-page="home"] .process-section {
  padding-top: clamp(66px, 6vw, 94px);
  padding-bottom: clamp(70px, 6.6vw, 104px);
}

body[data-page="home"] .process-layout {
  row-gap: 30px;
}

body[data-page="home"] .process-timeline {
  align-items: start;
}

body[data-page="home"] .process-timeline li {
  min-width: 0;
}

body[data-page="home"] .process-timeline span {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid rgba(201, 162, 74, .48);
  color: var(--gold);
  line-height: 1;
}

body[data-page="home"] .process-image img {
  width: 100%;
  height: clamp(260px, 26vw, 420px);
  object-fit: cover;
}

body[data-page="home"] .technology-cinema {
  min-height: clamp(520px, 54vw, 720px);
}

body[data-page="home"] .technology-cinema > img {
  object-position: center;
}

body[data-page="home"] .technology-panel {
  max-width: 620px;
  padding: clamp(26px, 4vw, 44px);
}

body[data-page="home"] .technology-panel ul {
  gap: 10px;
}

body[data-page="home"] .technology-panel li {
  white-space: nowrap;
}

body[data-page="home"] .review-feature-card,
body[data-page="home"] .review-side-card {
  min-height: 100%;
}

body[data-page="home"] .review-side-stack {
  height: 100%;
}

body[data-page="home"] .review-side-card {
  display: grid;
  align-content: space-between;
}

body[data-page="home"] .review-quote-mark {
  top: 14px;
  right: 26px;
  pointer-events: none;
}

body[data-page="home"] .review-proof-row {
  overflow: hidden;
}

.mobile-contact-bar {
  background: rgba(255, 255, 255, .88) !important;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.mobile-contact-bar a {
  display: grid;
  place-items: center;
  align-content: center;
}

.mobile-contact-bar a:first-child {
  background: rgba(255, 255, 255, .92) !important;
}

.mobile-contact-bar a:hover,
.mobile-contact-bar a:focus-visible {
  background: rgba(247, 243, 237, .95) !important;
}

.mobile-contact-bar a:first-child span,
.mobile-contact-bar a:first-child svg {
  color: var(--gold) !important;
}

.reveal:nth-child(2) { transition-delay: .04s; }
.reveal:nth-child(3) { transition-delay: .08s; }
.reveal:nth-child(4) { transition-delay: .12s; }
.reveal:nth-child(5) { transition-delay: .16s; }

@media (max-width: 1280px) {
  body[data-page="home"] .clinic-hero-layout {
    grid-template-columns: minmax(0, .92fr) minmax(460px, 1.08fr);
    gap: 46px;
  }
}

@media (max-width: 1024px) {
  body[data-page="home"] .clinic-hero-layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  body[data-page="home"] .hero-image-frame {
    min-height: clamp(430px, 56vw, 560px);
  }

  body[data-page="home"] .hero-float-card {
    animation: none;
  }
}

@media (max-width: 768px) {
  body[data-page="home"] .editorial-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  body[data-page="home"] .reference-hero {
    padding-bottom: 34px;
  }

  body[data-page="home"] .clinic-hero-layout {
    gap: 24px;
  }

  body[data-page="home"] .clinic-hero-actions {
    margin-top: 18px;
    margin-bottom: 14px;
    gap: 10px;
  }

  body[data-page="home"] .hero-image-frame {
    min-height: 390px;
    border-radius: 18px;
  }

  body[data-page="home"] .hero-float-card {
    padding: 11px 13px;
    border-radius: 12px;
  }

  body[data-page="home"] .hero-award-card {
    top: 7%;
    left: 4%;
  }

  body[data-page="home"] .hero-emergency-card {
    left: 4%;
    bottom: 8%;
  }

  body[data-page="home"] .hero-patient-card {
    right: 4%;
    bottom: 18%;
  }

  body[data-page="home"] .hero-service-strip {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  body[data-page="home"] .hero-strip-grid {
    gap: 10px;
  }

  body[data-page="home"] .bento-card {
    min-height: auto;
  }

  body[data-page="home"] .bento-card img,
  body[data-page="home"] .bento-medium img,
  body[data-page="home"] .bento-small img {
    height: 210px;
  }

  body[data-page="home"] .process-layout {
    gap: 24px;
  }

  body[data-page="home"] .process-timeline {
    gap: 14px;
  }

  body[data-page="home"] .process-timeline li {
    padding: 0 0 18px 48px;
    position: relative;
  }

  body[data-page="home"] .process-timeline li::before {
    content: "";
    position: absolute;
    left: 16px;
    top: 34px;
    bottom: -8px;
    width: 1px;
    background: rgba(201, 162, 74, .32);
  }

  body[data-page="home"] .process-timeline li:last-child::before {
    display: none;
  }

  body[data-page="home"] .process-timeline span {
    position: absolute;
    left: 0;
    top: 0;
  }

  body[data-page="home"] .process-image {
    margin-top: 4px;
  }

  body[data-page="home"] .process-image img {
    height: 250px;
  }

  body[data-page="home"] .technology-cinema {
    min-height: 560px;
    padding: 42px 0;
  }

  body[data-page="home"] .technology-panel {
    width: min(100% - 28px, 620px);
  }

  body[data-page="home"] .technology-panel ul {
    flex-wrap: wrap;
  }

  body[data-page="home"] .review-proof-row {
    gap: 10px;
  }

  body[data-page="home"] .review-feature-card,
  body[data-page="home"] .review-side-card {
    min-height: auto;
  }

  body[data-page="home"] .review-priority-band {
    gap: 18px;
  }
}

@media (max-width: 480px) {
  body[data-page="home"] .editorial-section {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  body[data-page="home"] .reference-hero {
    padding-top: 24px;
  }

  body[data-page="home"] .clinic-hero-copy p {
    margin-top: 14px;
  }

  body[data-page="home"] .clinic-hero-actions .btn {
    min-height: 44px;
  }

  body[data-page="home"] .reference-hero .trust-bar {
    margin-top: 14px;
  }

  body[data-page="home"] .hero-image-frame {
    min-height: 360px;
  }

  body[data-page="home"] .hero-float-card {
    max-width: 150px;
    font-size: 12px;
  }

  body[data-page="home"] .hero-service-strip {
    margin-top: 0;
  }

  body[data-page="home"] .hero-strip-grid {
    grid-auto-columns: minmax(104px, 1fr);
  }

  body[data-page="home"] .process-intro h2,
  body[data-page="home"] .editorial-heading-row h2,
  body[data-page="home"] .smile-copy h2,
  body[data-page="home"] .closing-copy h2 {
    font-size: clamp(32px, 9.6vw, 40px);
  }

  body[data-page="home"] .technology-panel li {
    white-space: normal;
  }

  body[data-page="home"] .review-priority-band {
    padding: 20px;
  }

  body[data-page="home"] .review-priority-band ul {
    gap: 12px;
  }
}

@media (max-width: 360px) {
  body[data-page="home"] .hero-image-frame {
    min-height: 330px;
  }

  body[data-page="home"] .hero-float-card {
    transform: scale(.92);
    transform-origin: center;
  }

  body[data-page="home"] .hero-patient-card {
    display: none;
  }

  body[data-page="home"] .review-proof-row {
    grid-template-columns: 1fr;
  }

  body[data-page="home"] .review-proof-row > span {
    min-height: 76px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body[data-page="home"] .hero-float-card {
    animation: none !important;
  }
}
/* Production polish adjustment: stable hero image heights */
body[data-page="home"] .hero-image-frame {
  height: clamp(560px, 42vw, 680px);
  min-height: 0;
}

body[data-page="home"] .hero-image-frame img {
  height: 100%;
  min-height: 0;
}

@media (max-width: 1024px) {
  body[data-page="home"] .hero-image-frame {
    height: clamp(460px, 52vw, 540px);
    min-height: 0;
  }
}

@media (min-width: 768px) and (max-width: 980px) {
  .mobile-contact-bar {
    display: none !important;
  }
}

@media (max-width: 768px) {
  body[data-page="home"] .hero-image-frame {
    height: clamp(360px, 66vw, 500px);
    min-height: 0;
  }
}

@media (max-width: 480px) {
  body[data-page="home"] .hero-image-frame {
    height: clamp(318px, 88vw, 370px);
    min-height: 0;
  }
}

@media (max-width: 360px) {
  body[data-page="home"] .hero-image-frame {
    height: 310px;
    min-height: 0;
  }
}
/* Production polish adjustment: before/after slider containment */
body[data-page="home"] .smile-preview-layout {
  grid-template-columns: minmax(260px, .7fr) minmax(0, 1.3fr);
  overflow: hidden;
}

body[data-page="home"] .cinematic-slider {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 0;
  height: min(52vw, 620px);
  max-height: 620px;
  aspect-ratio: 16 / 9;
}

body[data-page="home"] .cinematic-slider > img,
body[data-page="home"] .cinematic-slider .after-layer img {
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 980px) {
  body[data-page="home"] .smile-preview-layout {
    grid-template-columns: 1fr;
  }

  body[data-page="home"] .cinematic-slider {
    height: auto;
    max-height: none;
    aspect-ratio: 4 / 3;
  }
}
/* Production polish adjustment: decorative hero blob containment */
body[data-page="home"] .hero-visual {
  overflow: hidden;
  border-radius: 24px;
}

body[data-page="home"] .hero-doctor-blob {
  max-width: calc(100% - 12px);
}
/* Production polish adjustment: tablet decorative blob bounds */
@media (max-width: 1024px) {
  body[data-page="home"] .hero-doctor-blob {
    left: 50% !important;
    right: auto !important;
    width: min(88%, 640px) !important;
    transform: translateX(-50%);
  }
}
/* Treatments page final card/mobile polish 2026-07-02 */
body[data-page="services"] .treatments-premium-hero {
  padding-top: clamp(44px, 5vw, 66px);
  padding-bottom: clamp(28px, 4vw, 42px);
}

body[data-page="services"] .treatments-hero-blob {
  width: min(360px, 34vw);
  height: min(360px, 34vw);
  opacity: .72;
}

body[data-page="services"] .treatments-line-art {
  opacity: .95;
}

body[data-page="services"] .treatments-hero-photo {
  min-height: clamp(390px, 34vw, 500px);
  border-radius: 22px;
}

body[data-page="services"] .treatments-hero-photo img {
  min-height: clamp(390px, 34vw, 500px);
  object-position: center 48%;
}

body[data-page="services"] .treatments-hero-photo::after {
  background: linear-gradient(180deg, rgba(13,27,51,0) 50%, rgba(13,27,51,.18) 100%);
}

body[data-page="services"] .treatments-float-card {
  border-radius: 14px;
  border: 1px solid rgba(13,27,51,.07);
  box-shadow: 0 18px 42px rgba(13,27,51,.11);
}

body[data-page="services"] .treatment-filter-band {
  margin-top: -24px;
}

body[data-page="services"] .treatment-filter-shell {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255,255,255,.86);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 16px 44px rgba(13,27,51,.075);
}

body[data-page="services"] .gold-line {
  flex: 0 0 42px;
  width: 42px;
}

body[data-page="services"] .treatment-filter {
  gap: 7px;
  min-width: 0;
}

body[data-page="services"] .treatment-filter button {
  min-height: 36px;
  padding: 0 14px;
  border-color: rgba(13,27,51,.08);
  background: rgba(247,243,237,.58);
  color: rgba(13,27,51,.72);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.7);
}

body[data-page="services"] .treatment-filter button:hover {
  background: #fff;
  box-shadow: 0 8px 20px rgba(13,27,51,.06);
}

body[data-page="services"] .treatment-filter button.is-active {
  background: #0D1B33;
  border-color: #0D1B33;
  color: #fff;
  box-shadow: 0 10px 26px rgba(13,27,51,.18);
}

body[data-page="services"] .treatments-bento-section {
  padding-top: clamp(62px, 6vw, 82px);
  padding-bottom: clamp(64px, 6vw, 88px);
}

body[data-page="services"] .treatments-intro-row {
  margin-bottom: 24px;
}

body[data-page="services"] .treatment-bento-grid {
  grid-template-columns: 1.08fr .96fr .96fr;
  grid-auto-rows: 245px;
  gap: 20px;
}

body[data-page="services"] .treatment-bento-card {
  border-radius: 18px;
  box-shadow: 0 18px 48px rgba(13,27,51,.095);
}

body[data-page="services"] .treatment-bento-card:hover {
  box-shadow: 0 26px 64px rgba(13,27,51,.13);
}

body[data-page="services"] .treatment-bento-card img {
  opacity: .96;
  object-position: center 44%;
}

body[data-page="services"] .treatment-bento-card::after {
  background:
    linear-gradient(180deg, rgba(13,27,51,0) 18%, rgba(13,27,51,.18) 48%, rgba(13,27,51,.66) 100%),
    linear-gradient(90deg, rgba(13,27,51,.22), rgba(13,27,51,0) 58%);
}

body[data-page="services"] .bento-emergency::after {
  background: linear-gradient(180deg, rgba(13,27,51,.02) 14%, rgba(13,27,51,.64) 100%);
}

body[data-page="services"] .treatment-bento-content {
  display: grid;
  gap: 9px;
  left: 24px;
  right: 24px;
  bottom: 22px;
  text-shadow: 0 1px 18px rgba(0,0,0,.28);
}

body[data-page="services"] .treatment-bento-content h2,
body[data-page="services"] .treatment-bento-content p,
body[data-page="services"] .treatment-bento-content ul {
  margin: 0;
}

body[data-page="services"] .treatment-bento-content h2 {
  font-size: clamp(24px, 2.2vw, 32px);
}

body[data-page="services"] .treatment-bento-content p {
  max-width: 440px;
  color: rgba(255,255,255,.84);
}

body[data-page="services"] .treatment-bento-content ul {
  gap: 7px;
}

body[data-page="services"] .treatment-bento-content li {
  background: rgba(255,255,255,.16);
  border-color: rgba(255,255,255,.22);
}

body[data-page="services"] .treatment-bento-content .pill {
  width: max-content;
  max-width: 100%;
  color: #0D1B33;
  text-shadow: none;
}

body[data-page="services"] .treatments-cta-section {
  padding-top: 10px;
  padding-bottom: 72px;
}

body[data-page="services"] .treatments-cta {
  border-radius: 20px;
  padding: clamp(30px, 4vw, 44px);
  gap: 28px;
}

body[data-page="services"] .treatments-cta-actions {
  align-items: center;
}

@media (max-width: 1180px) {
  body[data-page="services"] .treatment-bento-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 250px;
  }
}

@media (max-width: 760px) {
  body[data-page="services"] .treatments-premium-hero {
    padding-top: 30px;
    padding-bottom: 22px;
  }

  body[data-page="services"] .treatments-hero-shell {
    gap: 22px;
  }

  body[data-page="services"] .treatments-hero-copy h1 {
    font-size: clamp(38px, 10.5vw, 44px);
    line-height: 1.03;
  }

  body[data-page="services"] .treatments-hero-copy p {
    margin-top: 16px;
    line-height: 1.58;
  }

  body[data-page="services"] .treatments-hero-actions {
    margin-top: 22px;
    gap: 10px;
  }

  body[data-page="services"] .treatments-hero-blob {
    width: 220px;
    height: 220px;
    right: -58px;
    top: 150px;
    opacity: .42;
  }

  body[data-page="services"] .treatments-line-art {
    width: 150px;
    right: -20px;
    bottom: 210px;
    opacity: .55;
  }

  body[data-page="services"] .treatments-hero-photo,
  body[data-page="services"] .treatments-hero-photo img {
    min-height: 245px;
    height: 245px;
  }

  body[data-page="services"] .treatments-hero-photo {
    border-radius: 18px;
  }

  body[data-page="services"] .treatments-float-card {
    left: 12px;
    right: 12px;
    bottom: 12px;
    padding: 12px 14px;
  }

  body[data-page="services"] .treatments-float-card strong {
    margin-top: 5px;
    font-size: 13px;
  }

  body[data-page="services"] .treatment-filter-band {
    margin-top: -10px;
  }

  body[data-page="services"] .treatment-filter-shell {
    display: block;
    width: min(100% - 28px, 1180px);
    padding: 10px;
    border-radius: 16px;
  }

  body[data-page="services"] .gold-line {
    display: none;
  }

  body[data-page="services"] .treatment-filter {
    flex-wrap: nowrap;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: x proximity;
    padding: 0 2px 1px;
    scrollbar-width: none;
  }

  body[data-page="services"] .treatment-filter::-webkit-scrollbar {
    display: none;
  }

  body[data-page="services"] .treatment-filter button {
    flex: 0 0 auto;
    scroll-snap-align: start;
    min-height: 34px;
    padding: 0 13px;
    font-size: 12px;
  }

  body[data-page="services"] .treatments-bento-section {
    padding-top: 42px;
    padding-bottom: 52px;
  }

  body[data-page="services"] .treatments-intro-row {
    gap: 8px;
    margin-bottom: 18px;
  }

  body[data-page="services"] .treatments-intro-row p {
    line-height: 1.58;
  }

  body[data-page="services"] .treatment-bento-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    gap: 16px;
  }

  body[data-page="services"] .treatment-bento-card,
  body[data-page="services"] .bento-feature,
  body[data-page="services"] .bento-wide,
  body[data-page="services"] .bento-emergency {
    grid-column: auto;
    grid-row: auto;
    min-height: 238px;
    height: 238px;
    border-radius: 16px;
  }

  body[data-page="services"] .treatment-bento-card img {
    height: 100%;
    object-position: center 42%;
  }

  body[data-page="services"] .treatment-bento-card::after {
    background:
      linear-gradient(180deg, rgba(13,27,51,0) 8%, rgba(13,27,51,.12) 38%, rgba(13,27,51,.72) 100%),
      linear-gradient(90deg, rgba(13,27,51,.18), rgba(13,27,51,0) 62%);
  }

  body[data-page="services"] .treatment-bento-content {
    left: 16px;
    right: 16px;
    bottom: 15px;
    gap: 7px;
  }

  body[data-page="services"] .treatment-bento-content h2 {
    font-size: 25px;
  }

  body[data-page="services"] .treatment-bento-content p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.38;
    font-size: 14px;
  }

  body[data-page="services"] .treatment-bento-content ul {
    gap: 6px;
  }

  body[data-page="services"] .treatment-bento-content li {
    padding: 5px 8px;
    font-size: 10.5px;
  }

  body[data-page="services"] .treatment-bento-content .pill {
    padding: 6px 9px;
    font-size: 10.5px;
  }

  body[data-page="services"] .treatments-cta-section {
    padding-top: 0;
    padding-bottom: calc(96px + env(safe-area-inset-bottom));
  }

  body[data-page="services"] .treatments-cta {
    padding: 26px 20px;
    border-radius: 18px;
    gap: 22px;
  }

  body[data-page="services"] .treatments-cta h2 {
    font-size: clamp(30px, 9vw, 38px);
  }

  body[data-page="services"] .treatments-cta-actions {
    gap: 10px;
  }

  body[data-page="services"] .treatments-cta-actions .btn {
    width: 100%;
  }
}

@media (max-width: 360px) {
  body[data-page="services"] .treatment-bento-card,
  body[data-page="services"] .bento-feature,
  body[data-page="services"] .bento-wide,
  body[data-page="services"] .bento-emergency {
    height: 228px;
    min-height: 228px;
  }

  body[data-page="services"] .treatment-bento-content h2 {
    font-size: 23px;
  }

  body[data-page="services"] .treatment-bento-content p {
    -webkit-line-clamp: 1;
  }
}
/* Treatments page decorative mobile bounds 2026-07-02 */
@media (max-width: 760px) {
  body[data-page="services"] .treatments-hero-blob {
    width: 188px;
    height: 188px;
    right: -18px;
  }

  body[data-page="services"] .treatments-line-art {
    width: 126px;
    right: 0;
    overflow: visible;
  }
}
/* Treatments page decorative final containment 2026-07-02 */
@media (max-width: 760px) {
  body[data-page="services"] .treatments-hero-blob {
    right: 12px;
    width: 170px;
    height: 170px;
  }

  body[data-page="services"] .treatments-line-art {
    right: 12px;
    width: 112px;
    overflow: hidden;
  }
}
/* About page luxury story polish 2026-07-02 */
body[data-page="dentists"] {
  background: #fff;
}

body[data-page="dentists"] .about-premium-hero {
  padding-top: clamp(58px, 6vw, 86px);
  padding-bottom: clamp(64px, 7vw, 104px);
  background:
    radial-gradient(circle at 76% 18%, rgba(14,107,168,.12), transparent 25%),
    radial-gradient(circle at 10% 75%, rgba(201,162,74,.10), transparent 30%),
    linear-gradient(180deg, #fff 0%, #F7F3ED 100%);
}

body[data-page="dentists"] .about-premium-hero::before {
  opacity: .7;
}

body[data-page="dentists"] .about-premium-hero::after {
  opacity: .16;
}

body[data-page="dentists"] .about-hero-grid {
  grid-template-columns: minmax(0, .92fr) minmax(520px, 1.08fr);
  gap: clamp(48px, 5vw, 78px);
}

body[data-page="dentists"] .about-premium-hero h1 {
  max-width: 680px;
  font-size: clamp(48px, 5.6vw, 76px);
}

body[data-page="dentists"] .about-premium-hero p {
  max-width: 590px;
}

body[data-page="dentists"] .about-hero-visual {
  isolation: isolate;
}

body[data-page="dentists"] .about-hero-visual::before {
  inset: 8% -4% 5% 12%;
  background: linear-gradient(145deg, rgba(14,107,168,.16), rgba(201,162,74,.10));
  filter: blur(.2px);
  z-index: -1;
}

body[data-page="dentists"] .about-image-bento {
  gap: 14px;
}

body[data-page="dentists"] .about-image-bento figure {
  border-radius: 22px;
  box-shadow: 0 24px 70px rgba(13,27,51,.12);
}

body[data-page="dentists"] .about-image-bento img {
  filter: saturate(1.02) contrast(1.02) brightness(1.04);
}

body[data-page="dentists"] .about-image-main img {
  height: 560px;
  object-position: center 38%;
}

body[data-page="dentists"] .about-image-side img,
body[data-page="dentists"] .about-image-small img {
  object-position: center;
}

body[data-page="dentists"] .about-float-card {
  min-width: 126px;
  padding: 15px 17px;
  border-radius: 16px;
  border: 1px solid rgba(13,27,51,.07);
  background: rgba(255,255,255,.9);
  box-shadow: 0 18px 42px rgba(13,27,51,.12);
  backdrop-filter: blur(14px);
  animation: aboutFloat 9s ease-in-out infinite;
}

body[data-page="dentists"] .about-card-patients {
  animation-delay: 1.2s;
}

body[data-page="dentists"] .about-card-language {
  animation-delay: 2s;
}

@keyframes aboutFloat {
  0%, 100% { transform: translate3d(0,0,0); }
  50% { transform: translate3d(0,-7px,0); }
}

body[data-page="dentists"] .about-story-section,
body[data-page="dentists"] .about-philosophy-section,
body[data-page="dentists"] .about-rhythm-section {
  position: relative;
  padding: clamp(72px, 7vw, 112px) 0;
}

body[data-page="dentists"] .about-story-section {
  background: linear-gradient(180deg, #F7F3ED 0%, #fff 100%);
}

body[data-page="dentists"] .about-story-section::before,
body[data-page="dentists"] .about-rhythm-section::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: min(1180px, calc(100% - 40px));
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, rgba(201,162,74,.42), transparent);
}

body[data-page="dentists"] .about-story-grid,
body[data-page="dentists"] .about-rhythm-grid {
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(420px, 1fr);
  gap: clamp(36px, 5vw, 68px);
  align-items: center;
}

body[data-page="dentists"] .about-rhythm-grid {
  grid-template-columns: minmax(420px, 1fr) minmax(0, .86fr);
}

body[data-page="dentists"] .about-rhythm-copy {
  order: 2;
}

body[data-page="dentists"] .about-story-copy h2,
body[data-page="dentists"] .about-philosophy-copy h2,
body[data-page="dentists"] .about-rhythm-copy h2,
body[data-page="dentists"] .about-section-heading h2,
body[data-page="dentists"] .about-final-cta h2 {
  margin: 0;
  font-family: "Playfair Display", serif;
  color: var(--navy);
  font-size: clamp(34px, 4.2vw, 56px);
  line-height: 1.06;
  text-wrap: balance;
}

body[data-page="dentists"] .about-story-copy p,
body[data-page="dentists"] .about-philosophy-copy p,
body[data-page="dentists"] .about-rhythm-copy p,
body[data-page="dentists"] .about-final-cta p {
  max-width: 62ch;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
}

body[data-page="dentists"] .about-story-image,
body[data-page="dentists"] .about-philosophy-image,
body[data-page="dentists"] .about-rhythm-image {
  margin: 0;
  overflow: hidden;
  border-radius: 22px;
  box-shadow: 0 24px 70px rgba(13,27,51,.11);
}

body[data-page="dentists"] .about-story-image img,
body[data-page="dentists"] .about-philosophy-image img,
body[data-page="dentists"] .about-rhythm-image img {
  width: 100%;
  height: clamp(360px, 34vw, 520px);
  object-fit: cover;
}

body[data-page="dentists"] .about-stats-section {
  padding: 0 0 clamp(70px, 7vw, 108px);
  background: #fff;
}

body[data-page="dentists"] .about-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 14px;
}

body[data-page="dentists"] .about-stat-card {
  min-height: 154px;
  padding: 22px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(13,27,51,.07);
  box-shadow: 0 18px 48px rgba(13,27,51,.07);
}

body[data-page="dentists"] .about-stat-card span {
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
}

body[data-page="dentists"] .about-stat-card strong {
  display: block;
  margin-top: 16px;
  color: var(--navy);
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1;
}

body[data-page="dentists"] .about-stat-card small {
  display: block;
  margin-top: 10px;
  color: var(--muted);
  font-weight: 800;
  line-height: 1.35;
}

body[data-page="dentists"] .about-team-section {
  padding-top: clamp(72px, 7vw, 108px);
  padding-bottom: clamp(74px, 7vw, 112px);
  background:
    radial-gradient(circle at 90% 10%, rgba(201,162,74,.08), transparent 26%),
    linear-gradient(180deg, #F7F3ED 0%, #fff 100%);
}

body[data-page="dentists"] .about-section-heading {
  max-width: 720px;
  margin-bottom: 28px;
}

body[data-page="dentists"] .about-doctor-grid {
  gap: 22px;
  align-items: stretch;
}

body[data-page="dentists"] .about-doctor-card {
  display: grid;
  grid-template-rows: auto 1fr;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(13,27,51,.07);
  box-shadow: 0 18px 48px rgba(13,27,51,.08);
  background: rgba(255,255,255,.92);
}

body[data-page="dentists"] .about-doctor-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 28px 70px rgba(13,27,51,.13);
}

body[data-page="dentists"] .about-doctor-card figure {
  margin: 0;
  overflow: hidden;
  background: #F7F3ED;
}

body[data-page="dentists"] .about-doctor-card img {
  width: 100%;
  height: 370px;
  object-fit: cover;
  object-position: center top;
  transition: transform .55s ease, filter .55s ease;
}

body[data-page="dentists"] .about-doctor-card:hover img {
  transform: scale(1.035);
  filter: saturate(1.04) contrast(1.02);
}

body[data-page="dentists"] .about-doctor-body {
  display: grid;
  gap: 10px;
  padding: 24px;
}

body[data-page="dentists"] .doctor-specialty {
  width: max-content;
  max-width: 100%;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(201,162,74,.14);
  color: #8c6b1f;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

body[data-page="dentists"] .about-doctor-body h2 {
  margin: 0;
  color: var(--navy);
  font-size: 24px;
}

body[data-page="dentists"] .about-doctor-body p {
  margin: 0;
  color: var(--navy);
  font-weight: 800;
}

body[data-page="dentists"] .doctor-meta {
  display: grid;
  gap: 4px;
  min-height: 48px;
}

body[data-page="dentists"] .doctor-meta span,
body[data-page="dentists"] .doctor-meta small {
  color: var(--muted);
  font-weight: 750;
}

body[data-page="dentists"] .doctor-availability {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 2px;
  color: var(--navy);
  font-size: 13px;
  font-weight: 900;
}

body[data-page="dentists"] .doctor-availability i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #2f9e6d;
  box-shadow: 0 0 0 5px rgba(47,158,109,.12);
}

body[data-page="dentists"] .about-doctor-card .btn {
  margin-top: 8px;
  width: 100%;
}

body[data-page="dentists"] .about-philosophy-section {
  background: #fff;
}

body[data-page="dentists"] .about-philosophy-grid {
  display: grid;
  grid-template-columns: minmax(420px, 1fr) minmax(0, .95fr);
  gap: clamp(38px, 5vw, 72px);
  align-items: center;
}

body[data-page="dentists"] .about-philosophy-copy {
  padding: clamp(24px, 4vw, 48px);
  border-left: 1px solid rgba(201,162,74,.45);
}

body[data-page="dentists"] .about-philosophy-copy ul {
  display: grid;
  gap: 14px;
  padding: 0;
  margin: 28px 0 0;
  list-style: none;
}

body[data-page="dentists"] .about-philosophy-copy li {
  display: grid;
  grid-template-columns: 42px 1fr;
  column-gap: 14px;
  padding: 16px;
  border-radius: 16px;
  background: #F7F3ED;
}

body[data-page="dentists"] .about-philosophy-copy li span {
  grid-row: span 2;
  color: var(--gold);
  font-weight: 900;
}

body[data-page="dentists"] .about-philosophy-copy li strong {
  color: var(--navy);
}

body[data-page="dentists"] .about-philosophy-copy li small {
  color: var(--muted);
  line-height: 1.45;
}

body[data-page="dentists"] .about-rhythm-section {
  background: linear-gradient(180deg, #fff 0%, #F7F3ED 100%);
}

body[data-page="dentists"] .about-final-cta-section {
  padding: clamp(34px, 5vw, 70px) 0 clamp(84px, 8vw, 126px);
  background: #F7F3ED;
}

body[data-page="dentists"] .about-final-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 30px;
  align-items: center;
  padding: clamp(30px, 4vw, 48px);
  border-radius: 22px;
  color: #fff;
  background:
    radial-gradient(circle at 86% 18%, rgba(201,162,74,.18), transparent 25%),
    linear-gradient(135deg, #0D1B33, #142642);
  box-shadow: 0 26px 74px rgba(13,27,51,.18);
}

body[data-page="dentists"] .about-final-cta .editorial-eyebrow,
body[data-page="dentists"] .about-final-cta h2 {
  color: #fff;
}

body[data-page="dentists"] .about-final-cta p {
  color: rgba(255,255,255,.76);
}

body[data-page="dentists"] .about-final-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

body[data-page="dentists"] .about-final-cta .btn-ghost {
  color: #fff;
  background: transparent;
  border-color: rgba(255,255,255,.28);
}

@media (max-width: 1180px) {
  body[data-page="dentists"] .about-hero-grid,
  body[data-page="dentists"] .about-story-grid,
  body[data-page="dentists"] .about-rhythm-grid,
  body[data-page="dentists"] .about-philosophy-grid {
    grid-template-columns: 1fr;
  }

  body[data-page="dentists"] .about-rhythm-copy {
    order: 0;
  }

  body[data-page="dentists"] .about-stat-grid {
    grid-template-columns: repeat(2, minmax(0,1fr));
  }
}

@media (max-width: 760px) {
  body[data-page="dentists"] .about-premium-hero {
    padding-top: 34px;
    padding-bottom: 56px;
  }

  body[data-page="dentists"] .about-hero-grid {
    gap: 28px;
  }

  body[data-page="dentists"] .about-premium-hero h1 {
    font-size: clamp(39px, 10.5vw, 48px);
  }

  body[data-page="dentists"] .about-premium-hero p {
    font-size: 16px;
    line-height: 1.58;
  }

  body[data-page="dentists"] .about-hero-actions {
    gap: 10px;
    margin-top: 22px;
  }

  body[data-page="dentists"] .about-hero-actions .btn {
    width: 100%;
  }

  body[data-page="dentists"] .about-image-bento {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  body[data-page="dentists"] .about-image-main {
    grid-column: 1 / -1;
  }

  body[data-page="dentists"] .about-image-main img {
    height: 300px;
  }

  body[data-page="dentists"] .about-image-side img,
  body[data-page="dentists"] .about-image-small img {
    height: 132px;
  }

  body[data-page="dentists"] .about-float-card {
    position: static;
    display: inline-grid;
    min-width: 0;
    margin-top: 10px;
    animation: none;
  }

  body[data-page="dentists"] .about-hero-visual {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    overflow: visible;
  }

  body[data-page="dentists"] .about-image-bento {
    grid-column: 1 / -1;
  }

  body[data-page="dentists"] .about-float-card strong {
    font-size: 20px;
  }

  body[data-page="dentists"] .about-float-card span {
    font-size: 10px;
  }

  body[data-page="dentists"] .about-story-section,
  body[data-page="dentists"] .about-philosophy-section,
  body[data-page="dentists"] .about-rhythm-section,
  body[data-page="dentists"] .about-team-section {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  body[data-page="dentists"] .about-stat-grid,
  body[data-page="dentists"] .about-doctor-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  body[data-page="dentists"] .about-stat-card {
    min-height: 126px;
  }

  body[data-page="dentists"] .about-section-heading {
    margin-bottom: 20px;
  }

  body[data-page="dentists"] .about-doctor-card img {
    height: 310px;
  }

  body[data-page="dentists"] .about-doctor-body {
    padding: 20px;
  }

  body[data-page="dentists"] .about-story-image img,
  body[data-page="dentists"] .about-philosophy-image img,
  body[data-page="dentists"] .about-rhythm-image img {
    height: 270px;
  }

  body[data-page="dentists"] .about-philosophy-copy {
    padding: 0;
    border-left: 0;
  }

  body[data-page="dentists"] .about-philosophy-copy li {
    grid-template-columns: 34px 1fr;
    padding: 14px;
  }

  body[data-page="dentists"] .about-final-cta {
    grid-template-columns: 1fr;
    padding: 26px 20px;
    border-radius: 18px;
  }

  body[data-page="dentists"] .about-final-actions {
    justify-content: stretch;
  }

  body[data-page="dentists"] .about-final-actions .btn {
    width: 100%;
  }
}

@media (max-width: 380px) {
  body[data-page="dentists"] .about-hero-visual {
    grid-template-columns: 1fr;
  }

  body[data-page="dentists"] .about-float-card {
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  body[data-page="dentists"] .about-float-card {
    animation: none !important;
  }
}
/* About page responsive containment adjustment 2026-07-02 */
@media (max-width: 980px) and (min-width: 761px) {
  body[data-page="dentists"] .about-hero-visual {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    overflow: visible;
  }

  body[data-page="dentists"] .about-image-bento {
    grid-column: 1 / -1;
  }

  body[data-page="dentists"] .about-float-card {
    position: static;
    min-width: 0;
    animation: none;
  }

  body[data-page="dentists"] .about-doctor-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body[data-page="dentists"] .about-doctor-card img {
    height: 330px;
  }

  body[data-page="dentists"] .about-doctor-card:last-child {
    max-width: calc(50% - 11px);
  }
}

@media (max-width: 760px) {
  body[data-page="dentists"] .about-hero-lineart {
    right: 10px;
    width: 104px;
    overflow: hidden;
  }
}
/* About page tablet doctor card alignment fix 2026-07-02 */
@media (max-width: 980px) and (min-width: 761px) {
  body[data-page="dentists"] .about-doctor-card:last-child {
    grid-column: 1 / -1;
    width: calc((100% - 22px) / 2);
    max-width: none;
    justify-self: center;
  }
}

/* Booking page premium UI polish 2026-07-02 */
body[data-page="booking"] .booking-premium-hero {
  position: relative;
  overflow: hidden;
  padding: 62px 0 38px;
  background:
    radial-gradient(circle at 76% 18%, rgba(14, 107, 168, .14), transparent 26%),
    radial-gradient(circle at 12% 82%, rgba(201, 162, 74, .16), transparent 24%),
    linear-gradient(180deg, #fff 0%, #F7F3ED 100%);
}

body[data-page="booking"] .booking-premium-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .38;
  background-image: radial-gradient(rgba(201, 162, 74, .26) 1px, transparent 1px);
  background-size: 18px 18px;
  mask-image: linear-gradient(90deg, #000, transparent 74%);
  pointer-events: none;
}

body[data-page="booking"] .booking-hero-tooth {
  position: absolute;
  right: clamp(18px, 4vw, 86px);
  top: 84px;
  width: clamp(120px, 14vw, 210px);
  color: rgba(13, 27, 51, .075);
  pointer-events: none;
}

body[data-page="booking"] .booking-hero-grid,
body[data-page="booking"] .booking-flow-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(460px, 1.08fr);
  gap: clamp(36px, 6vw, 86px);
  align-items: center;
}

body[data-page="booking"] .booking-hero-copy h1 {
  font-family: "Playfair Display", serif;
  font-size: clamp(46px, 6vw, 84px);
  line-height: .98;
  letter-spacing: 0;
  margin: 0;
  max-width: 700px;
  color: var(--navy);
}

body[data-page="booking"] .booking-hero-copy p {
  max-width: 600px;
  margin: 22px 0 0;
  font-size: clamp(17px, 1.5vw, 21px);
  color: #647184;
}

body[data-page="booking"] .booking-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

body[data-page="booking"] .booking-hero-visual {
  position: relative;
  isolation: isolate;
  min-height: 560px;
}

body[data-page="booking"] .booking-hero-visual::before {
  content: "";
  position: absolute;
  inset: 42px -22px -18px 72px;
  z-index: -1;
  border-radius: 38px;
  background: linear-gradient(135deg, rgba(14, 107, 168, .18), rgba(201, 162, 74, .12));
  filter: blur(.2px);
}

body[data-page="booking"] .booking-hero-visual figure {
  height: 560px;
  margin: 0;
  overflow: hidden;
  border-radius: 28px;
  box-shadow: 0 28px 80px rgba(13, 27, 51, .14);
}

body[data-page="booking"] .booking-hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 36%;
}

body[data-page="booking"] .booking-hero-card {
  position: absolute;
  width: min(190px, 36%);
  padding: 16px 18px;
  border-radius: 16px;
  background: rgba(255, 255, 255, .92);
  border: 1px solid rgba(255, 255, 255, .78);
  box-shadow: 0 18px 46px rgba(13, 27, 51, .14);
  backdrop-filter: blur(14px);
  animation: bookingFloat 7.5s ease-in-out infinite;
}

body[data-page="booking"] .booking-hero-card::before {
  content: "";
  display: block;
  width: 34px;
  height: 2px;
  margin-bottom: 10px;
  background: var(--gold);
}

body[data-page="booking"] .booking-hero-card strong {
  display: block;
  color: var(--navy);
  font-size: 19px;
  line-height: 1.1;
}

body[data-page="booking"] .booking-hero-card span {
  display: block;
  margin-top: 4px;
  color: #647184;
  font-size: 13px;
  font-weight: 800;
}

body[data-page="booking"] .booking-card-duration {
  left: -18px;
  top: 42px;
}

body[data-page="booking"] .booking-card-week {
  right: 18px;
  bottom: 82px;
  animation-delay: 1.1s;
}

body[data-page="booking"] .booking-card-lang {
  left: 34px;
  bottom: 30px;
  animation-delay: 2.2s;
}

@keyframes bookingFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

body[data-page="booking"] .booking-trust-row {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.35fr repeat(3, 1fr);
  gap: 0;
  max-width: 1060px;
  margin-top: 30px;
  background: rgba(255, 255, 255, .9);
  border: 1px solid rgba(13, 27, 51, .08);
  border-radius: 24px;
  box-shadow: 0 18px 58px rgba(13, 27, 51, .08);
  overflow: hidden;
}

body[data-page="booking"] .booking-trust-item {
  min-width: 0;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  gap: 12px;
  border-left: 1px solid rgba(13, 27, 51, .08);
}

body[data-page="booking"] .booking-trust-item:first-child {
  border-left: 0;
}

body[data-page="booking"] .booking-trust-item strong {
  display: block;
  color: var(--navy);
  font-size: 17px;
  line-height: 1.15;
}

body[data-page="booking"] .booking-trust-item small {
  display: block;
  margin-top: 4px;
  color: #6B7280;
  font-weight: 800;
  line-height: 1.2;
}

body[data-page="booking"] .booking-google-item small {
  color: #F5A400;
  letter-spacing: 1px;
}

body[data-page="booking"] .booking-google-mark {
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(13, 27, 51, .08);
  color: #4285F4;
  font-weight: 900;
  font-size: 19px;
}

body[data-page="booking"] .booking-flow-section {
  position: relative;
  padding: 76px 0 92px;
  background: #fff;
}

body[data-page="booking"] .booking-flow-heading {
  margin-bottom: 22px;
}

body[data-page="booking"] .booking-flow-heading h2,
body[data-page="booking"] .booking-side-panel h2,
body[data-page="booking"] .booking-unavailable-card h2 {
  margin: 0;
  font-family: "Playfair Display", serif;
  color: var(--navy);
  line-height: 1.06;
}

body[data-page="booking"] .booking-flow-heading h2 {
  max-width: 680px;
  font-size: clamp(34px, 4.5vw, 56px);
}

body[data-page="booking"] .booking-step-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 28px;
}

body[data-page="booking"] .booking-step-row div {
  min-width: 0;
  padding: 16px 18px;
  border-radius: 18px;
  background: #F7F3ED;
  border: 1px solid rgba(201, 162, 74, .24);
}

body[data-page="booking"] .booking-step-row b {
  display: block;
  color: var(--gold);
  font-size: 12px;
  letter-spacing: .12em;
  margin-bottom: 6px;
}

body[data-page="booking"] .booking-step-row span {
  display: block;
  color: var(--navy);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.25;
}

body[data-page="booking"] .booking-flow-layout {
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, .52fr);
  align-items: start;
  gap: 26px;
}

body[data-page="booking"] .booking-form-column {
  min-width: 0;
}

body[data-page="booking"] .booking-guided-form,
body[data-page="booking"] .booking-side-panel,
body[data-page="booking"] .booking-unavailable-card {
  border-radius: 24px;
  border: 1px solid rgba(13, 27, 51, .08);
  background: #fff;
  box-shadow: 0 22px 70px rgba(13, 27, 51, .08);
}

body[data-page="booking"] .booking-guided-form {
  padding: clamp(22px, 3vw, 34px);
  gap: 18px;
}

body[data-page="booking"] .booking-guided-form label {
  color: #5E6878;
  font-size: 13px;
  letter-spacing: .02em;
}

body[data-page="booking"] .booking-guided-form label > span {
  color: var(--navy);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .09em;
}

body[data-page="booking"] .booking-guided-form input,
body[data-page="booking"] .booking-guided-form select,
body[data-page="booking"] .booking-guided-form textarea {
  min-height: 52px;
  border-radius: 14px;
  border-color: rgba(13, 27, 51, .12);
  background: #FBFAF8;
  transition: border-color .22s ease, box-shadow .22s ease, background .22s ease;
}

body[data-page="booking"] .booking-guided-form textarea {
  min-height: 126px;
  resize: vertical;
}

body[data-page="booking"] .booking-guided-form input:focus,
body[data-page="booking"] .booking-guided-form select:focus,
body[data-page="booking"] .booking-guided-form textarea:focus {
  outline: none;
  background: #fff;
  border-color: rgba(201, 162, 74, .72);
  box-shadow: 0 0 0 4px rgba(201, 162, 74, .14);
}

body[data-page="booking"] .booking-guided-form .btn {
  min-height: 54px;
  border-radius: 999px;
}

body[data-page="booking"] .booking-side-panel,
body[data-page="booking"] .booking-unavailable-card {
  padding: 28px;
}

body[data-page="booking"] .booking-side-panel {
  position: sticky;
  top: 112px;
  display: grid;
  gap: 24px;
  overflow: hidden;
}

body[data-page="booking"] .booking-side-panel::after {
  content: "";
  position: absolute;
  right: -58px;
  top: -62px;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: rgba(201, 162, 74, .12);
  pointer-events: none;
}

body[data-page="booking"] .booking-side-panel h2 {
  font-size: 34px;
}

body[data-page="booking"] .booking-side-panel ol {
  display: grid;
  gap: 14px;
  margin: 18px 0 0;
  padding-left: 22px;
  color: #5E6878;
  font-weight: 700;
}

body[data-page="booking"] .booking-side-panel li::marker {
  color: var(--gold);
  font-weight: 900;
}

body[data-page="booking"] .booking-info-list {
  display: grid;
  gap: 12px;
}

body[data-page="booking"] .booking-info-list div {
  padding: 15px 16px;
  border-radius: 16px;
  background: #F7F3ED;
  border: 1px solid rgba(201, 162, 74, .18);
}

body[data-page="booking"] .booking-info-list strong,
body[data-page="booking"] .booking-info-list span,
body[data-page="booking"] .booking-info-list a {
  display: block;
}

body[data-page="booking"] .booking-info-list strong {
  color: var(--navy);
  font-size: 13px;
}

body[data-page="booking"] .booking-info-list span,
body[data-page="booking"] .booking-info-list a {
  margin-top: 4px;
  color: #647184;
  font-size: 14px;
  font-weight: 800;
}

body[data-page="booking"] .booking-alert {
  margin-bottom: 16px;
  background: #FFF7E8;
  color: #8C5F00;
}

body[data-page="booking"] .booking-unavailable-card p {
  color: #647184;
}

@media (max-width: 1080px) {
  body[data-page="booking"] .booking-hero-grid,
  body[data-page="booking"] .booking-flow-layout {
    grid-template-columns: 1fr;
  }

  body[data-page="booking"] .booking-side-panel {
    position: relative;
    top: auto;
  }

  body[data-page="booking"] .booking-hero-visual {
    min-height: auto;
  }
}

@media (max-width: 760px) {
  body[data-page="booking"] .booking-premium-hero {
    padding: 34px 0 26px;
  }

  body[data-page="booking"] .booking-hero-copy h1 {
    font-size: clamp(36px, 11vw, 48px);
  }

  body[data-page="booking"] .booking-hero-copy p {
    font-size: 16px;
    margin-top: 16px;
  }

  body[data-page="booking"] .booking-hero-actions {
    display: grid;
    gap: 10px;
    margin-top: 22px;
  }

  body[data-page="booking"] .booking-hero-actions .btn,
  body[data-page="booking"] .booking-guided-form .btn {
    width: 100%;
  }

  body[data-page="booking"] .booking-hero-visual figure {
    height: 335px;
    border-radius: 22px;
  }

  body[data-page="booking"] .booking-hero-visual::before {
    inset: 38px 12px -12px 42px;
    border-radius: 26px;
  }

  body[data-page="booking"] .booking-hero-card {
    position: relative;
    inset: auto !important;
    width: auto;
    margin-top: -34px;
    animation: none;
  }

  body[data-page="booking"] .booking-card-duration {
    margin-left: 14px;
    margin-right: 38%;
  }

  body[data-page="booking"] .booking-card-week,
  body[data-page="booking"] .booking-card-lang {
    display: inline-block;
    width: calc(50% - 7px);
    margin: 10px 0 0;
    vertical-align: top;
  }

  body[data-page="booking"] .booking-card-week {
    margin-right: 10px;
  }

  body[data-page="booking"] .booking-trust-row {
    grid-template-columns: 1fr 1fr;
    margin-top: 20px;
    border-radius: 20px;
  }

  body[data-page="booking"] .booking-trust-item {
    padding: 16px;
    border-left: 0;
    border-top: 1px solid rgba(13, 27, 51, .08);
  }

  body[data-page="booking"] .booking-trust-item:nth-child(-n+2) {
    border-top: 0;
  }

  body[data-page="booking"] .booking-trust-item:nth-child(even) {
    border-left: 1px solid rgba(13, 27, 51, .08);
  }

  body[data-page="booking"] .booking-flow-section {
    padding: 52px 0 calc(96px + env(safe-area-inset-bottom));
  }

  body[data-page="booking"] .booking-step-row {
    grid-template-columns: 1fr 1fr;
  }

  body[data-page="booking"] .booking-guided-form {
    grid-template-columns: 1fr;
    border-radius: 20px;
  }

  body[data-page="booking"] .booking-guided-form textarea,
  body[data-page="booking"] .booking-guided-form label:has(textarea),
  body[data-page="booking"] .booking-guided-form button,
  body[data-page="booking"] .booking-guided-form .form-status {
    grid-column: 1;
  }

  body[data-page="booking"] .booking-side-panel {
    padding: 22px;
    border-radius: 20px;
  }
}

@media (max-width: 420px) {
  body[data-page="booking"] .booking-trust-row,
  body[data-page="booking"] .booking-step-row {
    grid-template-columns: 1fr;
  }

  body[data-page="booking"] .booking-trust-item,
  body[data-page="booking"] .booking-trust-item:nth-child(even) {
    border-left: 0;
  }

  body[data-page="booking"] .booking-trust-item:nth-child(2) {
    border-top: 1px solid rgba(13, 27, 51, .08);
  }

  body[data-page="booking"] .booking-card-duration,
  body[data-page="booking"] .booking-card-week,
  body[data-page="booking"] .booking-card-lang {
    display: block;
    width: auto;
    margin: 10px 12px 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  body[data-page="booking"] .booking-hero-card {
    animation: none !important;
  }
}

/* Booking mobile composition tightening 2026-07-02 */
@media (max-width: 420px) {
  body[data-page="booking"] .booking-hero-visual figure {
    height: 300px;
  }

  body[data-page="booking"] .booking-card-duration {
    display: block;
    width: auto;
    margin: 10px 12px 0;
  }

  body[data-page="booking"] .booking-card-week,
  body[data-page="booking"] .booking-card-lang {
    display: inline-block;
    width: calc(50% - 20px);
    margin: 10px 0 0 12px;
    vertical-align: top;
  }

  body[data-page="booking"] .booking-card-lang {
    margin-left: 8px;
    margin-right: 12px;
  }

  body[data-page="booking"] .booking-trust-row {
    grid-template-columns: 1fr 1fr;
  }

  body[data-page="booking"] .booking-trust-item:nth-child(2) {
    border-top: 0;
    border-left: 1px solid rgba(13, 27, 51, .08);
  }

  body[data-page="booking"] .booking-trust-item:nth-child(3),
  body[data-page="booking"] .booking-trust-item:nth-child(4) {
    border-top: 1px solid rgba(13, 27, 51, .08);
  }

  body[data-page="booking"] .booking-trust-item:nth-child(4) {
    border-left: 1px solid rgba(13, 27, 51, .08);
  }
}

@media (max-width: 350px) {
  body[data-page="booking"] .booking-trust-row {
    grid-template-columns: 1fr;
  }

  body[data-page="booking"] .booking-trust-item,
  body[data-page="booking"] .booking-trust-item:nth-child(2),
  body[data-page="booking"] .booking-trust-item:nth-child(4) {
    border-left: 0;
  }

  body[data-page="booking"] .booking-trust-item:nth-child(2) {
    border-top: 1px solid rgba(13, 27, 51, .08);
  }
}

/* Final small UI polish 2026-07-03 */
.reference-hero .trust-bar .google-logo,
.reference-hero .trust-bar .google-mark {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1 !important;
  text-align: center;
}

.reference-hero .trust-bar .google-logo svg,
.reference-hero .trust-bar .google-mark svg {
  display: block;
  flex: 0 0 auto;
  transform: translateY(.25px);
}

.premium-footer .developer-credit {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: rgba(255,255,255,.78);
  font-size: 13px;
  font-weight: 650;
  letter-spacing: 0;
  transition: color .22s ease, opacity .22s ease, transform .22s ease;
}

.premium-footer .developer-credit:hover {
  color: #fff;
  opacity: 1;
  transform: translateY(-1px);
}

.premium-footer .developer-credit img {
  width: 42px;
  height: auto;
  object-fit: contain;
  filter: none;
  opacity: .95;
}

.premium-footer .developer-credit strong {
  color: #fff;
  font-size: 14px;
  font-weight: 760;
  letter-spacing: 0;
}

body[data-page] {
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='260' viewBox='0 0 220 260'%3E%3Cpath d='M82 22c18 0 27 12 42 12s24-12 42-12c32 0 55 27 55 67 0 50-21 133-50 158-17 15-30-2-34-53-3-27-8-42-13-42s-10 15-13 42c-4 51-17 68-34 53C48 222 27 139 27 89c0-40 23-67 55-67z' fill='none' stroke='%23C9A24A' stroke-width='2.2' stroke-linecap='round' opacity='.18'/%3E%3C/svg%3E"),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='210' viewBox='0 0 180 210'%3E%3Cpath d='M68 18c15 0 22 10 34 10s19-10 34-10c27 0 46 23 46 56 0 41-17 109-42 130-14 12-24-2-28-44-2-22-6-34-10-34s-8 12-10 34c-4 42-14 56-28 44C39 183 22 115 22 74c0-33 19-56 46-56z' fill='none' stroke='%230D1B33' stroke-width='2' stroke-linecap='round' opacity='.09'/%3E%3C/svg%3E");
  background-repeat: no-repeat, no-repeat;
  background-position: right max(24px, 5vw) top 44vh, left max(18px, 4vw) top 118vh;
  background-size: clamp(120px, 14vw, 230px) auto, clamp(92px, 11vw, 180px) auto;
}

body[data-page="home"] .editorial-section,
body[data-page="treatments"] main,
body[data-page="about"] main,
body[data-page="contact"] main,
body[data-page="booking"] main {
  position: relative;
  isolation: isolate;
}

body[data-page="home"] .editorial-section::before,
body[data-page="treatments"] main::before,
body[data-page="about"] main::before,
body[data-page="contact"] main::before,
body[data-page="booking"] main::before {
  content: "";
  position: absolute;
  inset: 10% auto auto min(6vw, 72px);
  width: clamp(90px, 10vw, 165px);
  aspect-ratio: 1 / 1.16;
  pointer-events: none;
  z-index: -1;
  opacity: .34;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='190' viewBox='0 0 160 190'%3E%3Cpath d='M60 16c13 0 20 9 31 9s18-9 31-9c24 0 41 20 41 50 0 37-15 98-37 117-13 11-22-2-25-40-2-20-6-31-10-31s-8 11-10 31c-3 38-12 51-25 40-22-19-37-80-37-117 0-30 17-50 41-50z' fill='none' stroke='%23C9A24A' stroke-width='2' opacity='.18'/%3E%3C/svg%3E") center/contain no-repeat;
}

@media (max-width: 700px) {
  body[data-page] {
    background-position: right -28px top 58vh, left -36px top 145vh;
    background-size: 128px auto, 112px auto;
  }

  body[data-page="home"] .editorial-section::before,
  body[data-page="treatments"] main::before,
  body[data-page="about"] main::before,
  body[data-page="contact"] main::before,
  body[data-page="booking"] main::before {
    opacity: .18;
    width: 96px;
    inset: 8% -28px auto auto;
  }

  .premium-footer .footer-bottom-row {
    align-items: flex-start;
    gap: 18px;
  }

  .premium-footer .developer-credit {
    justify-content: flex-start;
    flex-wrap: wrap;
    row-gap: 6px;
  }

  .premium-footer .developer-credit img {
    width: 46px;
  }
}
/* Final small UI polish overflow guard 2026-07-03 */
body[data-page] {
  overflow-x: hidden;
}

body[data-page] main {
  overflow-x: clip;
}

body[data-page="home"] .editorial-section::before,
body[data-page="treatments"] main::before,
body[data-page="about"] main::before,
body[data-page="contact"] main::before,
body[data-page="booking"] main::before {
  max-width: min(42vw, 360px);
  right: 0;
}

body[data-page="contact"] .contact-hero-lineart {
  right: clamp(16px, 4vw, 56px);
  max-width: calc(100vw - 32px);
}

@media (max-width: 640px) {
  body[data-page="home"] .editorial-section::before,
  body[data-page="treatments"] main::before,
  body[data-page="about"] main::before,
  body[data-page="contact"] main::before,
  body[data-page="booking"] main::before {
    width: min(38vw, 150px);
    max-width: 150px;
    right: 8px;
    transform: none;
  }

  body[data-page="contact"] .contact-hero-lineart {
    right: 16px;
    width: min(112px, calc(100vw - 32px));
  }
}
/* Premium repeated tooth identity pattern 2026-07-03 */
body[data-page] {
  --tooth-gold-0: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='260' viewBox='0 0 220 260'%3E%3Cg transform='rotate(-12 110 130)'%3E%3Cpath d='M82 22c18 0 27 12 42 12s24-12 42-12c32 0 55 27 55 67 0 50-21 133-50 158-17 15-30-2-34-53-3-27-8-42-13-42s-10 15-13 42c-4 51-17 68-34 53C48 222 27 139 27 89c0-40 23-67 55-67z' fill='none' stroke='%23C9A24A' stroke-width='2.1' stroke-linecap='round' opacity='.42'/%3E%3C/g%3E%3C/svg%3E");
  --tooth-gold-1: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='260' viewBox='0 0 220 260'%3E%3Cg transform='rotate(16 110 130)'%3E%3Cpath d='M82 22c18 0 27 12 42 12s24-12 42-12c32 0 55 27 55 67 0 50-21 133-50 158-17 15-30-2-34-53-3-27-8-42-13-42s-10 15-13 42c-4 51-17 68-34 53C48 222 27 139 27 89c0-40 23-67 55-67z' fill='none' stroke='%23C9A24A' stroke-width='2' stroke-linecap='round' opacity='.36'/%3E%3C/g%3E%3C/svg%3E");
  --tooth-navy-0: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='190' height='224' viewBox='0 0 190 224'%3E%3Cg transform='rotate(9 95 112)'%3E%3Cpath d='M72 19c15 0 23 10 36 10s21-10 36-10c28 0 48 24 48 59 0 43-18 116-44 138-15 13-26-2-30-47-2-24-7-37-10-37s-8 13-10 37c-4 45-15 60-30 47-26-22-44-95-44-138 0-35 20-59 48-59z' fill='none' stroke='%230D1B33' stroke-width='1.9' stroke-linecap='round' opacity='.24'/%3E%3C/g%3E%3C/svg%3E");
  --tooth-navy-1: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='170' height='200' viewBox='0 0 170 200'%3E%3Cg transform='rotate(-18 85 100)'%3E%3Cpath d='M64 17c14 0 20 9 32 9s18-9 32-9c25 0 43 21 43 53 0 39-16 103-39 123-13 11-24-2-27-40-2-21-6-33-9-33s-7 12-9 33c-3 38-14 51-27 40-23-20-39-84-39-123 0-32 18-53 43-53z' fill='none' stroke='%230D1B33' stroke-width='1.8' stroke-linecap='round' opacity='.22'/%3E%3C/g%3E%3C/svg%3E");
  --tooth-soft-0: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='166' viewBox='0 0 140 166'%3E%3Cg transform='rotate(20 70 83)'%3E%3Cpath d='M53 14c11 0 17 7 26 7s15-7 26-7c21 0 36 18 36 44 0 32-14 86-33 102-11 9-19-2-22-33-2-17-5-27-7-27s-6 10-7 27c-3 31-11 42-22 33-19-16-33-70-33-102 0-26 15-44 36-44z' fill='none' stroke='%23C9A24A' stroke-width='1.7' stroke-linecap='round' opacity='.28'/%3E%3C/g%3E%3C/svg%3E");
}

body[data-page="home"] {
  background-image: var(--tooth-gold-0), var(--tooth-navy-0), var(--tooth-soft-0), var(--tooth-gold-1), var(--tooth-navy-1), var(--tooth-soft-0);
  background-repeat: no-repeat;
  background-size: 220px auto, 150px auto, 76px auto, 184px auto, 118px auto, 54px auto;
  background-position: right -58px top 22vh, left 5vw top 74vh, right 18vw top 122vh, left -48px top 178vh, right 7vw bottom 36vh, left 18vw bottom 14vh;
}

body[data-page="treatments"] {
  background-image: var(--tooth-gold-1), var(--tooth-navy-0), var(--tooth-soft-0), var(--tooth-navy-1);
  background-repeat: no-repeat;
  background-size: 190px auto, 132px auto, 70px auto, 156px auto;
  background-position: right -44px top 26vh, left 8vw top 105vh, right 18vw top 168vh, left -38px bottom 24vh;
}

body[data-page="about"] {
  background-image: var(--tooth-navy-0), var(--tooth-gold-0), var(--tooth-soft-0), var(--tooth-navy-1);
  background-repeat: no-repeat;
  background-size: 172px auto, 210px auto, 64px auto, 126px auto;
  background-position: left -42px top 34vh, right -62px top 92vh, right 24vw top 158vh, left 10vw bottom 20vh;
}

body[data-page="booking"] {
  background-image: var(--tooth-gold-0), var(--tooth-navy-1), var(--tooth-soft-0), var(--tooth-navy-0);
  background-repeat: no-repeat;
  background-size: 205px auto, 120px auto, 66px auto, 148px auto;
  background-position: right -54px top 30vh, left 6vw top 94vh, right 20vw top 140vh, left -34px bottom 18vh;
}

body[data-page="contact"] {
  background-image: var(--tooth-navy-0), var(--tooth-gold-1), var(--tooth-soft-0), var(--tooth-navy-1);
  background-repeat: no-repeat;
  background-size: 158px auto, 220px auto, 64px auto, 132px auto;
  background-position: left -36px top 42vh, right -58px top 78vh, left 28vw top 135vh, right 9vw bottom 18vh;
}

@media (max-width: 1024px) {
  body[data-page="home"] {
    background-size: 170px auto, 116px auto, 58px auto, 142px auto, 92px auto, 44px auto;
    background-position: right -52px top 26vh, left -30px top 92vh, right 12vw top 144vh, left -42px top 210vh, right -24px bottom 42vh, left 14vw bottom 18vh;
  }

  body[data-page="treatments"],
  body[data-page="about"],
  body[data-page="booking"],
  body[data-page="contact"] {
    background-size: 150px auto, 110px auto, 54px auto, 124px auto;
  }
}

@media (max-width: 700px) {
  body[data-page="home"] {
    background-image: var(--tooth-gold-0), var(--tooth-navy-0), var(--tooth-soft-0);
    background-size: 118px auto, 86px auto, 44px auto;
    background-position: right -48px top 46vh, left -30px top 124vh, right 18vw bottom 26vh;
  }

  body[data-page="treatments"] {
    background-image: var(--tooth-gold-1), var(--tooth-navy-0), var(--tooth-soft-0);
    background-size: 116px auto, 78px auto, 42px auto;
    background-position: right -46px top 42vh, left -28px top 126vh, right 22vw bottom 24vh;
  }

  body[data-page="about"] {
    background-image: var(--tooth-navy-0), var(--tooth-gold-0), var(--tooth-soft-0);
    background-size: 112px auto, 122px auto, 40px auto;
    background-position: left -36px top 52vh, right -50px top 130vh, left 24vw bottom 22vh;
  }

  body[data-page="booking"] {
    background-image: var(--tooth-gold-0), var(--tooth-navy-1), var(--tooth-soft-0);
    background-size: 116px auto, 82px auto, 42px auto;
    background-position: right -46px top 48vh, left -30px top 116vh, right 20vw bottom 26vh;
  }

  body[data-page="contact"] {
    background-image: var(--tooth-navy-0), var(--tooth-gold-1), var(--tooth-soft-0);
    background-size: 104px auto, 118px auto, 40px auto;
    background-position: left -36px top 58vh, right -48px top 118vh, left 26vw bottom 24vh;
  }

  body[data-page] {
    background-blend-mode: normal;
  }
}
/* Tooth pattern aliases for actual public page ids 2026-07-03 */
body[data-page="services"] {
  background-image: var(--tooth-gold-1), var(--tooth-navy-0), var(--tooth-soft-0), var(--tooth-navy-1);
  background-repeat: no-repeat;
  background-size: 190px auto, 132px auto, 70px auto, 156px auto;
  background-position: right -44px top 26vh, left 8vw top 105vh, right 18vw top 168vh, left -38px bottom 24vh;
}

body[data-page="dentists"] {
  background-image: var(--tooth-navy-0), var(--tooth-gold-0), var(--tooth-soft-0), var(--tooth-navy-1);
  background-repeat: no-repeat;
  background-size: 172px auto, 210px auto, 64px auto, 126px auto;
  background-position: left -42px top 34vh, right -62px top 92vh, right 24vw top 158vh, left 10vw bottom 20vh;
}

@media (max-width: 1024px) {
  body[data-page="services"],
  body[data-page="dentists"] {
    background-size: 150px auto, 110px auto, 54px auto, 124px auto;
  }
}

@media (max-width: 700px) {
  body[data-page="services"] {
    background-image: var(--tooth-gold-1), var(--tooth-navy-0), var(--tooth-soft-0);
    background-size: 116px auto, 78px auto, 42px auto;
    background-position: right -46px top 42vh, left -28px top 126vh, right 22vw bottom 24vh;
  }

  body[data-page="dentists"] {
    background-image: var(--tooth-navy-0), var(--tooth-gold-0), var(--tooth-soft-0);
    background-size: 112px auto, 122px auto, 40px auto;
    background-position: left -36px top 52vh, right -50px top 130vh, left 24vw bottom 22vh;
  }
}
/* Contact map and trust/stat alignment polish 2026-07-03 */
body[data-page="contact"] .contact-map-block {
  min-height: 420px;
  display: block;
  overflow: hidden;
  padding: 0;
  border: 1px solid rgba(13,27,51,.08);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 26px 70px rgba(13,27,51,.12);
}

body[data-page="contact"] .contact-map-iframe {
  display: block;
  width: 100%;
  height: 420px;
  border: 0;
  border-radius: inherit;
}

.reference-hero .trust-bar {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
}

.reference-hero .trust-bar .trust-item {
  min-height: 86px;
  align-items: center;
  justify-content: flex-start;
}

.reference-hero .trust-bar .trust-item:nth-child(2),
.reference-hero .trust-bar .trust-item:nth-child(3) {
  border-left-color: rgba(13,27,51,.08);
}

.reference-hero .trust-bar .google-mark,
.reference-hero .trust-bar .google-logo {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  padding: 0;
  line-height: 1 !important;
}

.reference-hero .trust-bar .google-logo svg {
  display: block;
  width: 17px;
  height: 17px;
  transform: translateY(.2px);
}

.reference-hero .trust-bar .trust-copy {
  display: flex;
  min-height: 44px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 4px;
  line-height: 1.15;
}

.reference-hero .trust-bar .trust-google .trust-copy {
  gap: 5px;
}

.reference-hero .trust-bar em {
  display: flex;
  align-items: center;
  line-height: 1;
  min-height: 12px;
}

body[data-page="home"] .review-proof-row {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
}

body[data-page="home"] .review-proof-row > span {
  min-height: 112px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 16px 12px;
  border-left: 1px solid rgba(13,27,51,.08);
  line-height: 1.12;
}

body[data-page="home"] .review-proof-row > span:first-child {
  border-left: 1px solid rgba(201,162,74,.38);
}

body[data-page="home"] .review-proof-row strong,
body[data-page="home"] .review-proof-row small,
body[data-page="home"] .review-proof-row em {
  display: block;
  text-align: center;
}

body[data-page="home"] .review-proof-row em {
  line-height: 1;
  min-height: 12px;
  margin-top: 1px;
}

@media (max-width: 640px) {
  body[data-page="contact"] .contact-map-block {
    min-height: 300px;
    border-radius: 18px;
  }

  body[data-page="contact"] .contact-map-iframe {
    height: 300px;
  }

  .reference-hero .trust-bar .trust-item {
    min-height: 72px;
    padding: 15px 18px;
  }

  .reference-hero .trust-bar .trust-item:nth-child(2),
  .reference-hero .trust-bar .trust-item:nth-child(3) {
    border-left: 0;
    border-top: 1px solid rgba(13,27,51,.08);
  }

  body[data-page="home"] .review-proof-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-radius: 22px;
  }

  body[data-page="home"] .review-proof-row > span,
  body[data-page="home"] .review-proof-row > span:first-child {
    min-height: 86px;
    border-radius: 0;
    border-left: 1px solid rgba(13,27,51,.08);
    box-shadow: none;
  }

  body[data-page="home"] .review-proof-row > span:nth-child(odd) {
    border-left: 0;
  }

  body[data-page="home"] .review-proof-row > span:nth-child(n+3) {
    border-top: 1px solid rgba(13,27,51,.08);
  }

  body[data-page="home"] .review-proof-row > span:first-child {
    background: #fff;
  }
}