/* CheckOff / warm graphite. Plain CSS, no framework, no external font requests. */
:root{--ink:#151719;--dark:#101518;--dark-2:#171c1f;--paper:#faf9f7;--white:#fff;--sand:#d7ae82;--sand-light:#ead4bc;--sand-dark:#79532e;--muted:#686b6d;--line:#e4e1dc;--max:1320px;--radius:5px;--font:Arial,"Helvetica Neue",Helvetica,sans-serif;--shadow:0 20px 55px #10151818}
*,*::before,*::after{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}body{margin:0;color:var(--ink);font:16px/1.55 var(--font);background:var(--paper);-webkit-font-smoothing:antialiased}body.modal-open{overflow:hidden}button,input,textarea,select{font:inherit}button,a,input,textarea,select{-webkit-tap-highlight-color:transparent}button{cursor:pointer}a{color:inherit;text-decoration:none}img{display:block;max-width:100%;height:auto}button{border:0}a,button{touch-action:manipulation}h1,h2,h3,p{margin:0}h1,h2,h3{line-height:1.13;letter-spacing:-.045em}h1{font-size:clamp(40px,4.3vw,68px);font-weight:750}h2{font-size:clamp(30px,3vw,43px);font-weight:750}h3{font-size:22px;font-weight:700}p{color:var(--muted)}[hidden]{display:none!important}::selection{background:var(--sand);color:var(--ink)}:focus-visible{outline:3px solid var(--sand-dark);outline-offset:5px}.dark :focus-visible,.site-header :focus-visible{outline-color:var(--sand)}.container{width:min(var(--max),calc(100% - 96px));margin-inline:auto}.section{padding:68px 0}.icon{width:24px;height:24px;flex-shrink:0;vertical-align:middle}.btn{min-height:52px;padding:14px 25px;display:inline-flex;align-items:center;justify-content:center;gap:20px;line-height:1.25;font-size:14px;font-weight:700;border:1px solid transparent;border-radius:var(--radius);transition:background .2s,color .2s,transform .2s,border-color .2s;text-align:center;cursor:pointer}.btn .icon{width:19px;height:19px}.btn:hover{transform:translateY(-2px)}.btn-sand,.btn-lime{background:var(--sand);color:#1d1914}.btn-sand:hover,.btn-lime:hover{background:var(--sand-light)}.btn-outline{border-color:#ffffff65;color:white;background:#10151830}.btn-outline:hover{border-color:var(--sand);background:#ffffff10}.btn-dark{background:var(--dark);color:#fff}.btn-dark:hover{background:#2a3034}.btn-light{border-color:var(--line);background:#fff;color:var(--ink)}.btn-back{border-color:var(--line);color:var(--ink);background:#fff}.text-link{font-size:14px;font-weight:700;display:inline-flex;align-items:center;gap:14px;white-space:nowrap}.text-link .icon{width:18px;height:18px;transition:transform .2s}.text-link:hover .icon{transform:translateX(4px)}.eyebrow{font-size:11px;font-weight:700;letter-spacing:.18em;line-height:1.4;text-transform:uppercase;color:var(--sand-dark);display:block}.dark{background:var(--dark);color:#fff}.dark p{color:#b9bec1}.dark .eyebrow{color:var(--sand)}.skip{position:fixed;left:20px;top:-80px;z-index:100;background:var(--sand);padding:12px}.skip:focus{top:12px}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:32px}.section-head h2{margin-top:9px}.section-head p{margin-top:12px;font-size:15px}.section-head .text-link{margin-bottom:5px}
/* Header / persistent navigation. */
.site-header{position:absolute;top:0;left:0;right:0;z-index:30;color:white;background:linear-gradient(#101518b5,#10151845);border-bottom:1px solid #ffffff16}.site-header.is-fixed{position:fixed;background:#11171bf5;backdrop-filter:blur(14px);box-shadow:0 5px 24px #0002}.header-inner{min-height:108px;display:flex;align-items:center;gap:30px}.brand{display:inline-flex;flex-direction:column;flex-shrink:0;line-height:1.1}.brand-name{font-size:38px;font-weight:750;letter-spacing:-2px}.brand-name span{color:var(--sand)}.brand-tag{font-size:10px;color:#c1c5c7;letter-spacing:.015em;line-height:1.35;margin-top:5px;max-width:196px}.desktop-nav{display:flex;align-items:center;gap:23px;margin-left:auto;white-space:nowrap}.desktop-nav a{font-size:13px;font-weight:600;position:relative;padding:14px 0}.desktop-nav a::after{content:"";position:absolute;height:1px;left:0;right:0;bottom:7px;background:var(--sand);transform:scaleX(0);transform-origin:left;transition:transform .2s}.desktop-nav a:hover::after,.desktop-nav a[aria-current=page]::after{transform:scaleX(1)}.header-contact{padding-left:26px;border-left:1px solid #ffffff20;display:grid;grid-template-columns:20px auto;column-gap:10px;align-items:center;flex-shrink:0}.header-contact>.icon{color:var(--sand);width:17px;height:17px;grid-row:1/3;align-self:start;margin-top:3px}.header-contact a{font-size:14px;line-height:1.6;font-weight:700;white-space:nowrap}.header-contact .secondary-phone{font-size:12px;font-weight:400;color:#c5c8c9}.header-contact small{grid-column:1/3;font-size:11px;color:#c5c8c9;margin-top:5px;white-space:nowrap}.header-cta{min-height:47px;padding:12px 22px;font-size:13px}.menu-toggle{display:none;background:transparent;color:inherit;padding:10px;border:1px solid #ffffff35;border-radius:3px}.mobile-menu{background:#151b1e;padding:12px 28px 28px;border-top:1px solid #ffffff20;box-shadow:0 25px 40px #0003}.mobile-menu nav{display:flex;flex-direction:column}.mobile-menu nav a{font-size:19px;padding:14px 0;border-bottom:1px solid #ffffff12}.mobile-menu .btn{width:100%;margin-top:22px}.mobile-menu .mobile-contact{display:flex;justify-content:space-between;gap:15px;flex-wrap:wrap;margin-top:20px;font-size:13px}
/* Hero — real DOM content over separate photographic assets. */
.hero{position:relative;min-height:755px;padding-top:108px;overflow:hidden;isolation:isolate;background:#101517}.hero-visual{position:absolute;inset:0 0 0 36%;z-index:-3}.hero-visual img{width:100%;height:100%;object-fit:cover;object-position:56% center;filter:brightness(.84) saturate(.67)}.hero::before{content:"";position:absolute;inset:0;z-index:-2;background:linear-gradient(90deg,#0e1418 0%,#0e1418f7 28%,#0e1418a3 49%,#0e14180a 75%),linear-gradient(0deg,#0d1218f0 0%,transparent 45%,#0d121848 100%)}.hero-content{padding-top:75px;padding-bottom:64px;position:relative}.hero-kicker{display:flex;align-items:center;gap:14px;font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:#e2c6a6;font-weight:700;margin-bottom:22px}.hero-kicker::before{content:"";height:1px;width:30px;background:var(--sand)}.hero h1{max-width:760px;color:#fff;font-size:clamp(45px,4.65vw,70px);line-height:1.055;letter-spacing:-.05em}.hero-description{max-width:530px;margin-top:25px;font-size:17px;line-height:1.7;color:#ccd0d1}.hero-actions{display:flex;gap:16px;margin-top:30px}.hero-actions .btn{min-height:56px}.hero-note{font-size:12px;color:#b1b9bd;margin-top:15px}.hero-footer{border-top:1px solid #ffffff1c;display:grid;grid-template-columns:repeat(4,1fr);padding:28px 0 29px;gap:28px}.hero-proof{display:flex;gap:16px;align-items:center}.hero-proof>.icon{width:33px;height:33px;color:#eee8df}.hero-proof strong{font-size:13px;display:block;font-weight:600}.hero-proof small{color:#adb4b8;display:block;font-size:11px;margin-top:4px}.hero-address{position:absolute;right:0;bottom:83px;color:#e2d0bd;border-left:2px solid var(--sand);padding-left:18px;font-size:13px;line-height:1.6;letter-spacing:.025em}.hero-address b{font-weight:500;display:block;font-size:19px;color:#fff}.hero-rating{display:inline-flex;align-items:center;gap:8px;font-size:11px;color:#ced0d0;margin-top:18px}.hero-rating .star{color:var(--sand);font-size:16px}.hero-rating b{color:#fff}
/* Services. */
.services-section{background:#fff}.service-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:15px}.service-card{border:1px solid #e8e6e2;border-radius:5px;overflow:hidden;background:#fdfcfb;display:flex;flex-direction:column;position:relative;transition:transform .25s,box-shadow .25s,border-color .25s;min-width:0}.service-card:hover{transform:translateY(-6px);box-shadow:var(--shadow);border-color:var(--sand)}.service-img{aspect-ratio:1.08;overflow:hidden;background:#171c20}.service-img img{width:100%;height:100%;object-fit:cover;transition:transform .6s;filter:saturate(.75)}.service-card:hover .service-img img{transform:scale(1.05)}.service-info{padding:18px 14px 16px;display:flex;flex-direction:column;flex:1}.service-card h3{font-size:16px;letter-spacing:-.025em;line-height:1.25;min-height:40px}.service-card p{font-size:12px;line-height:1.6;margin:10px 0 18px;flex:1}.service-bottom{display:flex;align-items:center;justify-content:space-between;gap:5px;font-size:12px;font-weight:700;padding-top:8px;border-top:1px solid #eae7e2}.service-bottom .icon{width:18px;height:18px}.service-note{display:flex;align-items:center;gap:10px;justify-content:space-between;margin-top:24px;font-size:12px;color:var(--muted)}.service-note a{font-weight:700;color:var(--sand-dark)}.catalog-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.catalog-grid .service-img{aspect-ratio:1.65}.catalog-grid .service-info{padding:24px}.catalog-grid h3{font-size:23px;min-height:0}.catalog-grid p{font-size:15px}.catalog-grid .service-bottom{font-size:14px}
/* Trust strip. */
.trust-strip{position:relative;padding:60px 0;isolation:isolate;overflow:hidden}.trust-strip::before{content:"";position:absolute;z-index:-2;inset:0 auto 0 0;width:25%;background:url('images/car-detail.webp') left center/auto 100% no-repeat;opacity:.65}.trust-strip::after{content:"";position:absolute;z-index:-1;inset:0;background:linear-gradient(90deg,#11171920,#111719ed 27%,#111719 85%)}.trust-inner{display:grid;grid-template-columns:1.45fr repeat(4,1fr);gap:34px;align-items:center}.trust-intro{padding-left:38px}.trust-intro h2{font-size:34px;margin-top:12px}.trust-item{min-height:140px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;border-left:1px solid #ffffff13;padding-left:26px}.trust-item>.icon{color:var(--sand);width:34px;height:34px;margin-bottom:19px}.trust-item strong{font-size:14px;font-weight:600;line-height:1.4;display:block}.trust-item small{display:block;font-size:12px;color:#aeb5b9;margin-top:7px;line-height:1.5}
/* Booking strip and callback. */
.booking-section{padding:52px 0;background:#f3f0ec}.booking-head{display:flex;justify-content:space-between;align-items:center;gap:30px;margin-bottom:25px}.booking-head h2{font-size:36px}.booking-head p{font-size:14px;margin-top:10px}.booking-phone{text-align:right;flex-shrink:0}.booking-phone small{display:block;font-size:12px;color:var(--muted);margin-bottom:6px}.booking-phone a{display:block;font-size:16px;font-weight:700;line-height:1.5}.quick-form{display:grid;grid-template-columns:1.2fr 1.15fr .9fr 1.08fr auto;gap:12px;align-items:end}.field label{display:block;font-size:12px;color:var(--muted);margin-bottom:7px}.field input,.field select,input:not([type=checkbox]):not([type=hidden]),textarea,select{width:100%;min-width:0;min-height:49px;background:#fff;border:1px solid #dbd9d5;color:var(--ink);padding:12px 13px;border-radius:4px;font-size:14px;outline-offset:2px}.field select,select{padding-right:26px}input::placeholder,textarea::placeholder{color:#7c7e80;opacity:1}input:focus,textarea:focus,select:focus{border-color:var(--sand-dark)}textarea{resize:vertical;min-height:88px}.quick-form>.btn{height:49px;min-height:49px;padding-inline:22px}.quick-foot{font-size:11px;margin-top:14px;color:var(--muted);display:flex;align-items:center;gap:8px}.quick-foot .icon{height:15px;width:15px;color:var(--sand-dark)}.quick-foot a{text-decoration:underline;text-underline-offset:2px}
/* About. */
.about-section{background:white;padding:64px 0 66px}.about-grid{display:grid;grid-template-columns:1.05fr 1fr .83fr;gap:18px}.about-copy{padding:8px 28px 10px 0;display:flex;flex-direction:column;align-items:flex-start}.about-copy h2{margin:12px 0 20px}.about-copy p{font-size:15px;margin-bottom:17px;line-height:1.7}.about-copy .btn{margin-top:auto;min-height:47px;padding:12px 20px}.about-image{position:relative;min-height:350px;overflow:hidden;border-radius:4px;background:#151a1d}.about-image img{width:100%;height:100%;object-fit:cover;object-position:45% center;filter:saturate(.65)}.about-image::after{content:"";position:absolute;inset:50% 0 0;background:linear-gradient(transparent,#0008);pointer-events:none}.about-features{background:var(--dark);color:white;border-radius:4px;padding:35px 28px;display:flex;flex-direction:column;gap:28px;justify-content:center}.about-feature{display:flex;align-items:center;gap:19px}.about-feature>.icon{width:30px;height:30px;color:#ded8d0}.about-feature span{font-size:14px;line-height:1.5}.about-feature small{display:block;color:#9da5aa;font-size:11px;margin-top:4px}
/* Contacts / map loaded only on request. */
.contacts-section{background:var(--paper);padding:0 0 64px}.contacts-grid{display:grid;grid-template-columns:.97fr 1.22fr .78fr;gap:28px}.contact-info{padding:18px 0}.contact-info h2{font-size:34px;margin-bottom:28px}.contact-row{display:flex;gap:17px;align-items:flex-start;margin-top:23px}.contact-row>.icon{width:23px;height:23px;margin-top:2px}.contact-row strong{font-size:14px;font-weight:600;display:block}.contact-row p{font-size:12px;line-height:1.6;margin-top:4px;max-width:255px}.contact-phones a{font-size:16px;font-weight:700;display:block;line-height:1.65}.hours{font-size:13px;display:grid;grid-template-columns:auto auto;gap:5px 22px;max-width:250px}.hours dt,.hours dd{margin:0}.hours dt{color:var(--muted)}.hours dd{font-weight:600}.contact-info>.btn{margin:26px 0 0 40px;min-height:43px;font-size:12px;padding:11px 20px}.map-panel{position:relative;min-height:375px;border:1px solid #ded9d1;border-radius:4px;overflow:hidden;background:#eeeae2;display:flex;align-items:center;justify-content:center;padding:24px}.map-pattern{position:absolute;inset:0;background:url('map.svg') center/cover;opacity:.92;pointer-events:none}.map-panel::after{content:"";inset:0;position:absolute;background:linear-gradient(0deg,#f3f0ebbb,transparent 50%);pointer-events:none}.map-label{position:absolute;top:16px;left:18px;font-size:9px;letter-spacing:.12em;text-transform:uppercase;color:#80786e;z-index:1}.map-pin-card{position:relative;z-index:1;text-align:center;transform:translateY(-12px)}.map-pin{display:flex;align-items:center;justify-content:center;background:var(--dark);color:var(--sand);width:49px;height:49px;border-radius:50%;box-shadow:0 0 0 9px #ffffff8c,0 8px 20px #0002;margin:0 auto 16px}.map-pin .icon{width:24px;height:24px}.map-pin-card b{font-size:26px;letter-spacing:-1px}.map-pin-card p{font-size:12px;background:#fff9;padding:3px 8px;border-radius:3px;color:#4c4e4e}.map-actions{position:absolute;bottom:22px;left:22px;right:22px;display:flex;gap:8px;z-index:2}.map-actions .btn{flex:1;min-height:42px;padding:10px 12px;font-size:11px;gap:7px;background:#fff;box-shadow:0 4px 18px #0001;white-space:nowrap}.map-actions .btn .icon{width:16px;height:16px}.map-panel iframe{position:absolute;inset:0;width:100%;height:100%;border:0;z-index:3}.map-external{position:absolute;right:12px;top:12px;z-index:4;background:#fff;box-shadow:0 2px 12px #0002;padding:9px 12px;border-radius:4px;font-size:11px}.callback{padding:26px 24px;background:#f0ede8;border:1px solid #e6e0d8;border-radius:4px}.callback h3{font-size:24px;margin-bottom:13px}.callback>p{font-size:13px;line-height:1.6;margin-bottom:22px}.callback .field{margin-bottom:13px}.callback .btn{width:100%;min-height:46px;font-size:13px;margin-top:3px}.callback .quick-foot{font-size:10px;line-height:1.6;align-items:flex-start}.callback .quick-foot>.icon{margin-top:3px}.contact-standalone .contacts-section{padding-top:15px}
/* Footer. */
.site-footer{padding:58px 0 23px;background:#0f1518;color:#fff;position:relative;overflow:hidden}.footer-main{display:grid;grid-template-columns:1.25fr .65fr 1.05fr .95fr;gap:50px;margin-bottom:37px}.footer-brand p{font-size:12px;color:#a4adb2;max-width:220px;margin-top:22px;line-height:1.8}.footer-nav{display:flex;flex-direction:column;gap:11px;font-size:12px;color:#cbd0d3}.footer-nav a:hover{color:var(--sand)}.footer-contacts{border-left:1px solid #ffffff14;padding-left:34px;font-size:12px;color:#c7cdd1}.footer-contact{display:flex;gap:11px;margin-bottom:19px}.footer-contact>.icon{height:17px;width:17px;color:var(--sand);margin-top:3px}.footer-contact a{display:block;font-size:13px}.footer-contacts p{font-size:12px;color:#a3acb2}.footer-claim{border-left:1px solid #ffffff14;padding-left:33px}.footer-claim strong{font-size:17px;line-height:1.5;font-weight:600;display:block}.footer-claim p{font-size:12px;margin-top:19px;color:#a3acb2}.footer-bottom{border-top:1px solid #ffffff12;padding-top:21px;display:flex;gap:25px;justify-content:space-between;align-items:center;color:#818d93;font-size:10px}.footer-bottom a:hover{color:#ddd}.footer-legal{display:flex;gap:21px}.footer-bottom .made{color:#a5acb0}.mobile-bar{display:none}.preview-note{position:fixed;bottom:15px;left:15px;padding:8px 12px;background:#192125ed;color:white;border:1px solid #ffffff30;box-shadow:0 2px 10px #0002;z-index:45;border-radius:5px;font-size:10px;line-height:1.5;max-width:235px;backdrop-filter:blur(10px)}
/* Internal pages. */
.inner-header{position:relative;background:#11171b}.inner-header.is-fixed{position:fixed}.breadcrumbs{display:flex;gap:10px;align-items:center;font-size:12px;line-height:1.5;margin-bottom:30px;flex-wrap:wrap;color:#7d8286}.breadcrumbs a:hover{text-decoration:underline}.breadcrumbs .icon{height:12px;width:12px}.page-top{padding:49px 0 50px;background:#f1eee9}.page-top h1{font-size:clamp(36px,4vw,60px);max-width:980px;margin:14px 0 22px}.page-top p{max-width:710px;font-size:17px;line-height:1.7}.page-top .btn{margin-top:25px}.inner-service{display:grid;grid-template-columns:1.3fr .85fr;gap:55px;align-items:center}.inner-service-img{height:335px;overflow:hidden;border-radius:5px;background:#13191d}.inner-service-img img{width:100%;height:100%;object-fit:cover;filter:saturate(.7)}.inner-service .breadcrumbs{margin-bottom:27px}.inner-service h1{font-size:clamp(38px,4vw,60px);margin-bottom:24px}.inner-service .eyebrow{margin-bottom:17px}.inner-service .hero-actions{margin-top:25px}.inner-service p{font-size:16px}.detail-layout{display:grid;grid-template-columns:1.6fr .8fr;gap:65px;align-items:start}.detail-layout h2{font-size:33px;margin-bottom:25px}.detail-list{display:grid;gap:24px}.detail-item{display:flex;gap:19px;padding-bottom:22px;border-bottom:1px solid var(--line)}.detail-number{font-size:13px;font-weight:700;color:var(--sand-dark);padding-top:5px;flex-shrink:0}.detail-item h3{font-size:20px;letter-spacing:-.03em;margin-bottom:10px}.detail-item p{font-size:15px}.symptoms-box{padding:30px;background:#f0ede8;border:1px solid #e3ddd5;border-radius:5px}.symptoms-box h3{margin-bottom:22px}.symptoms-list{list-style:none;padding:0;margin:0}.symptoms-list li{display:flex;align-items:flex-start;gap:13px;font-size:14px;margin-bottom:17px}.symptoms-list .icon{width:17px;height:17px;color:var(--sand-dark);margin-top:3px}.symptoms-box .btn{width:100%;margin-top:12px}.faq{background:white}.faq-layout{display:grid;grid-template-columns:.8fr 1.5fr;gap:70px}.faq-layout>div>p{font-size:15px;line-height:1.7;margin-top:20px}.faq-layout .btn{margin-top:25px}.faq-list details{border-bottom:1px solid var(--line)}.faq-list summary{cursor:pointer;list-style:none;padding:24px 36px 24px 0;font-size:17px;font-weight:600;position:relative;line-height:1.5}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary::after{content:"+";font-size:23px;color:var(--sand-dark);position:absolute;right:5px;top:20px;font-weight:400}.faq-list details[open] summary::after{content:"−"}.faq-list details>p{padding:0 25px 25px 0;font-size:15px;line-height:1.8}.price-list{margin-top:35px;display:grid;border-top:1px solid var(--line)}.price-row{padding:24px 0;display:grid;grid-template-columns:1.7fr 1fr auto;align-items:center;gap:30px;border-bottom:1px solid var(--line)}.price-row h3{font-size:20px}.price-row p{font-size:13px;margin-top:7px}.price-clarify{font-size:13px;color:var(--muted)}.price-note{padding:25px 28px;border-left:3px solid var(--sand);background:#f1eee8;margin-top:35px;font-size:14px;line-height:1.8}.price-note a{text-decoration:underline}.about-story{max-width:780px}.about-story p{font-size:17px;line-height:1.8;margin-top:20px}.about-numbers{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-top:40px}.fact{padding:28px;background:#f0ede8;border-radius:5px}.fact strong{font-size:34px;letter-spacing:-.04em}.fact span{display:block;font-size:12px;color:var(--muted);margin-top:10px}.legal{max-width:900px;padding-top:15px;padding-bottom:20px;overflow-wrap:anywhere}.legal h1{font-size:clamp(32px,4vw,52px);margin-bottom:25px}.legal h2{font-size:23px;margin:32px 0 13px;letter-spacing:-.025em}.legal p{font-size:15px;line-height:1.8}.legal a{text-decoration:underline}.error-page{text-align:center;padding:95px 0 110px}.error-page .error-number{font-size:100px;color:var(--sand);font-weight:700;letter-spacing:-.07em}.error-page h1{font-size:35px;margin:10px 0 25px}.error-page p{max-width:490px;margin:auto}.error-page .btn{margin-top:30px}
/* Booking dialog. */
.booking-dialog{padding:0;border:0;border-radius:9px;max-width:min(850px,calc(100vw - 40px));width:850px;max-height:calc(100dvh - 48px);overflow:auto;background:#fff;box-shadow:0 35px 120px #0008;color:var(--ink)}.booking-dialog::backdrop{background:#080f15ba;backdrop-filter:blur(5px)}.booking-shell{display:grid;grid-template-columns:250px 1fr;min-height:610px}.booking-aside{padding:38px 30px;background:var(--dark);color:white;display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden}.booking-aside::after{content:"";position:absolute;left:-80px;bottom:50px;width:220px;height:220px;border:1px solid #d7ae821a;border-radius:50%;box-shadow:0 0 0 30px #d7ae8205,0 0 0 60px #d7ae8205;pointer-events:none}.booking-aside .brand-name{font-size:32px}.booking-aside p{font-size:13px;color:#a9b2b8;line-height:1.8;margin-top:20px}.booking-aside h3{font-size:25px;margin-top:35px;line-height:1.25}.booking-aside .aside-contact{margin-top:70px}.aside-contact small{font-size:11px;color:#9eaab1}.aside-contact a{display:block;font-size:15px;margin-top:8px;font-weight:700}.aside-contact p{font-size:11px;margin-top:14px}.booking-body{padding:35px 35px 28px;position:relative}.dialog-close{position:absolute;top:13px;right:13px;width:34px;height:34px;display:flex;align-items:center;justify-content:center;background:#f1efeb;color:var(--ink);border-radius:50%;z-index:2}.dialog-close:hover{background:var(--sand-light)}.dialog-close .icon{height:19px;width:19px}.steps{display:flex;gap:7px;margin:3px 36px 30px 0}.steps span{display:block;height:3px;flex:1;background:#e9e5df}.steps .current{background:var(--sand-dark)}.form-step h2{font-size:30px;line-height:1.18;margin:12px 0 17px;outline:0}.form-step .form-intro{font-size:13px;margin-bottom:22px;line-height:1.6}.form-step>label{display:block;margin:18px 0 7px;font-size:13px;font-weight:600}.form-step .optional{font-size:10px;color:var(--muted);font-weight:400;margin-left:5px}.form-step input,.form-step select,.form-step textarea{font-size:14px}.field-hint{font-size:11px;margin-top:12px;line-height:1.6}.date-chips{display:grid;grid-template-columns:repeat(5,1fr);gap:7px}.date-chips button{padding:10px 5px;border:1px solid var(--line);border-radius:4px;background:#fff;display:flex;flex-direction:column;align-items:center;gap:2px}.date-chips button span{font-size:10px;color:var(--muted)}.date-chips button strong{font-size:20px;line-height:1.5}.date-chips button.selected{border-color:var(--sand-dark);background:#f0e2d2}.text-btn{background:none;border:0;padding:9px 0 0;color:var(--sand-dark);font-size:11px;text-decoration:underline;text-underline-offset:3px}.booking-summary{padding:16px;background:#f3f0eb;border-radius:4px;margin-bottom:21px;border-left:2px solid var(--sand)}.booking-summary strong{display:block;font-size:14px;font-weight:600}.booking-summary span{display:block;font-size:11px;color:var(--muted);margin-top:5px}.form-step>.consent-label{display:flex;gap:10px;font-size:11px;font-weight:400;line-height:1.6;margin-top:19px}.consent-label input{width:16px;height:16px;flex-shrink:0;margin:2px 0 0;accent-color:var(--sand-dark)}.consent-label a{text-decoration:underline;text-underline-offset:2px}.form-actions{display:flex;justify-content:flex-end;gap:9px;margin-top:24px}.form-actions .btn{min-height:47px;font-size:13px;padding:13px 19px}.form-actions [data-prev]{margin-right:auto}.submit-notice{font-size:10px;text-align:center;line-height:1.6;margin-top:14px}.form-error{background:#fff0ed;color:#893a26;border:1px solid #efc7bc;border-radius:4px;padding:13px;margin-top:20px;font-size:12px;line-height:1.6}.booking-success{text-align:center;padding-top:45px}.booking-success h2{font-size:36px;margin:13px 0 20px;outline:none}.booking-success p{font-size:14px;line-height:1.8}.success-icon{display:flex;align-items:center;justify-content:center;margin:0 auto 28px;width:65px;height:65px;border:1px solid var(--sand);border-radius:50%;background:#f1e7dc;color:var(--sand-dark)}.success-icon .icon{width:29px;height:29px}.success-ref{padding:15px;background:#f4f1ec;font:700 15px/1.5 var(--font);margin:25px 0;border-radius:4px}.booking-success .btn{min-width:160px}.honey{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;left:-9999px!important}button:disabled{opacity:.6;cursor:wait;transform:none}.required{color:var(--sand-dark)}.preview-hint{font-size:10px;padding:9px 12px;color:#745631;background:#fbf3e8;border:1px solid #e6d6bf;margin-bottom:18px;border-radius:4px}
/* Responsive layout. */
@media(min-width:1600px){.hero{min-height:800px}.hero-content{padding-top:93px;padding-bottom:77px}.hero-visual{left:34%}.hero h1{font-size:74px}.hero-description{font-size:18px}.hero-footer{padding-top:34px;padding-bottom:34px}}
@media(max-width:1250px){.container{width:calc(100% - 64px)}.header-inner{gap:22px}.desktop-nav{gap:18px}.desktop-nav a{font-size:12px}.header-contact{padding-left:19px}.header-contact a{font-size:12px}.header-cta{padding-inline:18px}.brand-name{font-size:34px}.brand-tag{max-width:175px;font-size:9px}.hero h1{font-size:61px;max-width:650px}.hero-address{right:0}.service-grid{gap:11px}.service-info{padding:15px 11px}.service-card h3{font-size:14px}.service-card p{font-size:11px}.service-bottom{font-size:10px}.trust-inner{gap:18px}.trust-intro{padding-left:20px}.trust-intro h2{font-size:29px}.trust-item{padding-left:18px}.trust-item strong{font-size:13px}.trust-item small{font-size:11px}.about-copy{padding-right:14px}.about-copy p{font-size:14px}.about-features{padding:27px 22px;gap:25px}.about-feature span{font-size:12px}.contacts-grid{gap:21px}.callback{padding:24px 20px}.callback h3{font-size:22px}.contact-phones a{font-size:14px}.map-actions{left:14px;right:14px;gap:5px}.map-actions .btn{font-size:10px;padding:10px 8px}.footer-main{gap:30px}.quick-form{gap:9px}.quick-form>.btn{padding-inline:19px}}
@media(max-width:1050px){.header-contact{display:none}.header-inner{min-height:94px}.hero{padding-top:94px;min-height:707px}.hero h1{font-size:55px;max-width:600px}.hero-content{padding-top:68px}.hero-description{font-size:16px;max-width:480px}.hero-visual{left:32%}.hero-footer{gap:17px;padding:24px 0}.hero-proof{gap:10px}.hero-proof>.icon{width:26px;height:26px}.hero-proof strong{font-size:11px}.hero-proof small{font-size:10px}.hero-address{bottom:57px;font-size:11px}.hero-address b{font-size:16px}.section{padding:50px 0}.service-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:19px}.service-img{aspect-ratio:1.55}.service-info{padding:20px}.service-card h3{font-size:19px;min-height:24px}.service-card p{font-size:13px;margin-bottom:19px}.service-bottom{font-size:12px}.trust-inner{grid-template-columns:1.2fr repeat(4,1fr);gap:15px}.trust-intro{padding-left:0}.trust-item{padding-left:13px;min-height:145px}.trust-intro h2{font-size:27px}.trust-item strong{font-size:12px}.trust-item small{font-size:10px}.quick-form{grid-template-columns:1fr 1fr 1fr}.quick-form .field:nth-child(4){grid-column:1/3}.quick-form .btn{width:100%}.about-grid{grid-template-columns:1fr 1fr}.about-copy{padding-right:16px}.about-image{min-height:345px}.about-features{grid-column:1/-1;display:grid;grid-template-columns:repeat(4,1fr);gap:14px;padding:25px}.about-feature{gap:12px}.about-feature>.icon{width:26px;height:26px}.about-feature span{font-size:11px}.about-feature small{font-size:10px}.contacts-grid{grid-template-columns:1fr 1.3fr}.callback{grid-column:1/-1;padding:27px;display:grid;grid-template-columns:1fr 1.5fr;column-gap:30px;align-items:start}.callback h3{grid-column:1}.callback>p{grid-column:1;max-width:230px}.callback form{grid-column:2;grid-row:1/3;display:grid;grid-template-columns:1fr 1fr;gap:0 12px}.callback form .btn{grid-column:1/3}.callback .quick-foot{grid-column:1/3}.footer-main{grid-template-columns:1fr .55fr 1fr;gap:35px}.footer-claim{display:none}.footer-bottom{font-size:9px}.inner-service{gap:35px}.inner-service h1{font-size:44px}.inner-service-img{height:320px}.detail-layout{gap:40px}.price-row{gap:20px}.faq-layout{gap:40px}}
@media(max-width:760px){html{scroll-padding-top:86px}.container{width:calc(100% - 40px)}.section{padding:42px 0}h2{font-size:31px}.header-inner{min-height:83px;gap:14px}.brand-name{font-size:32px}.brand-tag{font-size:8px;max-width:172px;margin-top:4px}.desktop-nav{display:none}.menu-toggle{display:flex;align-items:center;justify-content:center;margin-left:0;width:42px;height:42px}.header-cta{margin-left:auto;min-height:42px;font-size:11px;padding:10px 15px}.hero{padding-top:83px;min-height:0}.hero-content{padding:57px 0 44px}.hero h1{font-size:clamp(40px,7.8vw,59px);max-width:590px;line-height:1.08;letter-spacing:-.05em}.hero-kicker{font-size:9px;letter-spacing:.13em;gap:10px;margin-bottom:20px}.hero-kicker::before{width:20px}.hero-visual{left:10%;top:30px;bottom:150px}.hero-visual img{object-position:58% center;filter:brightness(.66) saturate(.65)}.hero::before{background:linear-gradient(90deg,#0e1418f5,#0e1418b8 48%,#0e141855),linear-gradient(0deg,#0e1418 10%,transparent 70%)}.hero-description{font-size:15px;line-height:1.7;margin-top:24px;max-width:430px}.hero-actions{gap:10px;margin-top:26px}.hero-actions .btn{min-height:52px;padding-inline:20px;font-size:12px;gap:12px}.hero-note{font-size:10px;max-width:285px;line-height:1.6;margin-top:15px}.hero-rating{font-size:10px;margin-top:17px}.hero-footer{grid-template-columns:1fr 1fr;padding:25px 0 29px;gap:26px 18px}.hero-proof{gap:13px}.hero-proof>.icon{width:26px;height:26px}.hero-proof strong{font-size:12px;line-height:1.4}.hero-proof small{font-size:10px;line-height:1.5;margin-top:2px}.hero-address{display:none}.section-head{margin-bottom:25px;gap:20px;align-items:flex-start}.section-head h2{font-size:30px;margin-top:8px}.section-head .text-link{font-size:11px;gap:7px;padding-top:27px}.section-head .text-link .icon{height:15px;width:15px}.section-head p{font-size:13px}.eyebrow{font-size:9px}.service-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}.service-img{aspect-ratio:1.16}.service-info{padding:16px 14px}.service-card h3{font-size:16px;min-height:40px;line-height:1.25}.service-card p{font-size:12px;line-height:1.6;margin:10px 0 16px}.service-bottom{font-size:11px;gap:3px}.service-bottom .icon{height:16px;width:16px}.service-note{font-size:10px;gap:20px;align-items:flex-start;line-height:1.7}.service-note a{white-space:nowrap}.trust-strip{padding:39px 0}.trust-inner{grid-template-columns:1fr 1fr;gap:25px 17px}.trust-intro{grid-column:1/-1;border-bottom:1px solid #ffffff1f;padding-bottom:22px;display:flex;align-items:center;justify-content:space-between;gap:15px}.trust-intro h2{margin:0;font-size:29px}.trust-intro .eyebrow{font-size:9px;max-width:110px}.trust-item{min-height:115px;padding-left:16px}.trust-item>.icon{width:29px;height:29px;margin-bottom:15px}.trust-item strong{font-size:13px}.trust-item small{font-size:11px}.trust-strip::before{width:50%;opacity:.35}.booking-section{padding:38px 0}.booking-head{align-items:flex-start;margin-bottom:23px}.booking-head h2{font-size:30px}.booking-head p{font-size:12px;margin-top:11px}.booking-phone{display:none}.quick-form{grid-template-columns:1fr 1fr;gap:14px 10px}.quick-form .field:nth-child(4){grid-column:auto}.quick-form>.btn{grid-column:1/-1;height:50px}.field label{font-size:10px}.quick-form input,.quick-form select{font-size:12px;min-height:46px;padding:11px 10px}.quick-foot{font-size:10px;line-height:1.7}.about-section{padding:43px 0}.about-grid{grid-template-columns:1fr;gap:20px}.about-copy{padding:0}.about-copy h2{margin:10px 0 20px;font-size:31px}.about-copy p{font-size:14px;max-width:530px}.about-copy .btn{margin-top:4px;font-size:12px}.about-image{min-height:0;height:300px}.about-image img{object-position:50% 60%;width:100%;height:100%}.about-features{grid-template-columns:1fr 1fr;gap:25px 18px;padding:26px 22px}.about-feature{gap:13px}.about-feature span{font-size:12px}.about-feature small{font-size:10px}.contacts-section{padding-bottom:42px}.contacts-grid{grid-template-columns:1fr;gap:24px}.contact-info{padding:3px 0 0}.contact-info h2{font-size:31px;margin-bottom:22px}.contact-row{margin-top:22px;gap:17px}.contact-row strong{font-size:14px}.contact-row p{font-size:12px;max-width:300px}.contact-phones a{font-size:16px}.hours{font-size:13px}.contact-info>.btn{font-size:12px;margin-top:25px;min-height:45px}.map-panel{min-height:330px}.map-actions .btn{font-size:12px;min-height:45px}.callback{display:block;padding:27px}.callback h3{font-size:25px}.callback>p{max-width:none;font-size:13px}.callback form{display:block}.callback .field{margin-bottom:13px}.callback .field label{font-size:11px}.callback .btn{min-height:49px}.footer-main{grid-template-columns:1fr 1fr;gap:31px 24px;margin-bottom:30px}.site-footer{padding:43px 0 97px}.footer-brand p{font-size:11px;margin-top:15px}.footer-brand .brand-tag{max-width:150px}.footer-nav{font-size:12px;gap:14px;padding-top:7px;align-items:flex-end}.footer-contacts{grid-column:1/-1;padding:23px 0 0;border-left:0;border-top:1px solid #ffffff18;display:grid;grid-template-columns:1fr 1fr;gap:19px}.footer-contact{margin-bottom:0;font-size:12px}.footer-contact a{font-size:12px}.footer-contacts p{font-size:11px}.footer-bottom{flex-wrap:wrap;justify-content:flex-start;gap:16px;font-size:9px;padding-top:22px}.footer-legal{flex-wrap:wrap;gap:12px}.footer-bottom .made{width:100%}.mobile-bar{display:grid;grid-template-columns:1fr 1.3fr;position:fixed;bottom:0;left:0;right:0;z-index:35;padding:10px 16px calc(10px + env(safe-area-inset-bottom));gap:10px;background:#101619f5;backdrop-filter:blur(15px);border-top:1px solid #ffffff20;box-shadow:0 -8px 30px #0002}.mobile-bar .btn{min-height:43px;font-size:12px;padding:10px 12px;gap:10px}.mobile-bar .btn .icon{height:16px;width:16px}.preview-note{bottom:80px;left:10px;max-width:172px;font-size:8px;padding:6px 9px;pointer-events:none}.page-top{padding:29px 0 36px}.breadcrumbs{font-size:10px;margin-bottom:22px;gap:7px}.page-top h1{font-size:38px;margin-bottom:19px}.page-top p{font-size:15px}.inner-service{grid-template-columns:1fr;gap:29px}.inner-service h1{font-size:40px}.inner-service p{font-size:15px}.inner-service-img{height:255px}.detail-layout{grid-template-columns:1fr;gap:30px}.detail-layout h2{font-size:28px}.detail-item{gap:14px}.detail-item h3{font-size:18px}.detail-item p{font-size:14px}.symptoms-box{padding:25px}.faq-layout{grid-template-columns:1fr;gap:25px}.faq-layout h2{font-size:30px}.faq-layout>div>p{font-size:14px}.faq-layout .btn{margin-top:19px;min-height:46px;font-size:12px}.faq-list summary{font-size:15px;padding:21px 30px 21px 0}.faq-list details>p{font-size:13px;line-height:1.8}.catalog-grid .service-img{aspect-ratio:1.2}.catalog-grid .service-info{padding:16px 14px}.catalog-grid h3{font-size:17px;min-height:40px}.catalog-grid p{font-size:12px}.catalog-grid .service-bottom{font-size:11px}.price-list{margin-top:22px}.price-row{grid-template-columns:1fr auto;gap:17px;padding:22px 0}.price-row h3{font-size:18px}.price-row p{font-size:12px}.price-clarify{grid-row:2;font-size:12px}.price-row .btn{grid-column:2;grid-row:1/3;min-height:43px;font-size:11px;padding:10px 13px}.price-row .btn .icon{display:none}.price-note{font-size:12px;padding:21px;line-height:1.8}.about-story p{font-size:15px}.about-numbers{gap:12px;margin-top:27px;grid-template-columns:1fr}.fact{padding:22px}.fact strong{font-size:29px}.legal h1{font-size:34px}.legal h2{font-size:22px}.legal p{font-size:14px}.booking-dialog{width:570px;max-width:calc(100vw - 24px);max-height:calc(100dvh - 28px);border-radius:8px}.booking-shell{grid-template-columns:1fr;min-height:0}.booking-aside{display:none}.booking-body{padding:30px 26px 24px}.steps{margin-top:10px}.form-step h2{font-size:29px}.form-step .eyebrow{font-size:9px}.booking-success{padding-top:28px;padding-bottom:20px}.inner-header.is-fixed+.page-top{margin-top:83px}.contact-standalone .contacts-section{padding-top:0}}
@media(max-width:390px){.container{width:calc(100% - 32px)}.header-inner{gap:10px}.header-cta{font-size:10px;padding:10px 12px}.menu-toggle{width:37px;height:40px}.brand-name{font-size:29px}.brand-tag{font-size:7px;max-width:153px}.hero h1{font-size:38px}.hero-kicker{font-size:8px}.hero-description{font-size:14px}.hero-actions .btn{font-size:11px;padding:13px 14px;gap:7px}.hero-actions .btn>.icon{width:16px;height:16px}.hero-proof{gap:9px}.hero-proof strong{font-size:11px}.hero-proof small{font-size:9px}.service-card h3{font-size:14px;min-height:36px}.service-info{padding:13px 11px}.service-card p{font-size:11px}.service-bottom{font-size:10px}.section-head h2{font-size:27px}.section-head .text-link{font-size:10px;gap:5px}.section-head .text-link .icon{width:13px}.about-feature span{font-size:11px}.booking-body{padding:28px 20px 21px}.form-step h2{font-size:26px}.date-chips{gap:5px}.date-chips button{padding:8px 4px}.form-actions .btn{font-size:12px;padding:12px 15px}.callback{padding:24px 21px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}.btn:hover,.service-card:hover{transform:none}}
@media print{.site-header,.site-footer,.mobile-bar,.booking-dialog,.preview-note{display:none!important}.hero{padding-top:0;min-height:0;background:#fff;color:#000}.hero-visual,.hero::before{display:none}.hero h1{color:#000}.hero p{color:#444}a[href]::after{content:""}.container{width:100%}.section{padding:25px 0}}

/* HQ photography update: native-resolution photos, preserving approved layout. */
.hero-visual img{object-position:50% 56%;filter:brightness(.84) saturate(.67)}
.service-img img{image-rendering:auto}
.trust-strip::before{background-position:center;background-size:cover}
