:root{--bg:#050606;--panel:#0b0d0e;--panel2:#101213;--line:#34302a;--gold:#d5a54d;--gold2:#f0c369;--text:#f3f2ef;--muted:#a5a5a3;--shell:1180px;--radius:7px;color-scheme:dark;font-family:Inter,"Segoe UI",Arial,sans-serif;font-synthesis:none}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:90px}body{margin:0;background:var(--bg);color:var(--text);font-size:14px;line-height:1.5;overflow-x:hidden;background-image:radial-gradient(circle at 70% 4%,#1b1c1b 0,transparent 21%),linear-gradient(#050606,#070808)}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit}.svg-sprite{position:absolute;width:0;height:0;overflow:hidden}.site-header{position:absolute;z-index:30;top:0;left:0;width:100%;height:82px;border-bottom:1px solid rgba(255,255,255,.04);animation:headerDrop .72s cubic-bezier(.19,1,.22,1) both}.header-inner{width:min(100% - 36px,1280px);height:100%;margin:auto;display:flex;align-items:center;gap:26px}.brand{display:flex;align-items:center;gap:12px;flex:none}.brand-mark{position:relative;width:40px;height:48px;display:flex;align-items:center;justify-content:center;color:var(--gold);font-family:Georgia,serif;font-size:17px;letter-spacing:-4px;padding-right:4px}.brand-mark:before,.brand-mark:after{content:"";position:absolute;inset:2px 4px;clip-path:polygon(50% 0,100% 22%,100% 78%,50% 100%,0 78%,0 22%)}.brand-mark:before{background:linear-gradient(145deg,var(--gold2),#91651f)}.brand-mark:after{inset:4px 6px;background:#080a0b}.brand-mark b{position:relative;z-index:1;font-weight:500}.brand-copy{display:flex;flex-direction:column;white-space:nowrap}.brand-copy strong{font-size:16px;letter-spacing:.04em}.brand-copy small{font-size:8px;color:#9c9c99}.main-nav{margin-left:auto;display:flex;align-items:center;gap:25px;color:#d1d1cf;font-size:12px}.main-nav a{position:relative;padding:9px 0}.main-nav a:after{content:"";position:absolute;left:0;bottom:3px;width:0;height:1px;background:var(--gold);transition:.25s}.main-nav a:hover:after{width:100%}.header-contact{display:flex;flex-direction:column;white-space:nowrap}.header-contact a{font-size:12px;font-weight:600}.header-contact small{font-size:8px;color:#999}.button{min-height:44px;padding:0 27px;border:1px solid var(--gold);border-radius:3px;background:linear-gradient(110deg,#bc8531,#e3b85f,#c08a37);color:#0b0b0b;font-weight:700;font-size:12px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:filter .2s,transform .2s}.button:hover{filter:brightness(1.12);transform:translateY(-1px)}.button-small{min-height:42px;padding:0 25px}.button-outline{background:rgba(5,6,6,.28);color:var(--gold2);border-color:#8c6327}.menu-toggle{display:none;background:none;border:0;width:40px;padding:6px}.menu-toggle span{display:block;height:1px;margin:6px 0;background:#fff}@keyframes headerDrop{from{opacity:0;transform:translateY(-18px)}to{opacity:1;transform:translateY(0)}}@keyframes heroReveal{from{opacity:0;transform:translate3d(0,26px,0);filter:blur(7px)}to{opacity:1;transform:translate3d(0,0,0);filter:blur(0)}}@keyframes heroZoom{from{opacity:.62;transform:scale(1.045)}to{opacity:1;transform:scale(1)}}
.hero{position:relative;height:510px;overflow:hidden}.hero:after{content:"";position:absolute;inset:auto 0 0;height:100px;background:linear-gradient(transparent,var(--bg))}.hero-image{position:absolute;inset:0;background-image:linear-gradient(90deg,#050606 0%,rgba(5,6,6,.96) 18%,rgba(5,6,6,.42) 44%,rgba(5,6,6,.04) 78%),url('/assets/hero-bmw.png');background-size:cover;background-position:center 52%;animation:heroZoom 1.35s cubic-bezier(.19,1,.22,1) both;transform-origin:70% 50%}.container{width:min(100% - 60px,var(--shell));margin:auto}.hero-content{position:relative;z-index:2;padding-top:132px}.hero-content>*{animation:heroReveal .82s cubic-bezier(.19,1,.22,1) both}.hero-content .hero-text{animation-delay:.12s}.hero-content .hero-actions{animation-delay:.24s}.eyebrow{display:none;color:var(--gold);text-transform:uppercase;letter-spacing:.2em;font-size:10px}.hero h1{font-size:42px;line-height:1.02;text-transform:uppercase;letter-spacing:.018em;margin:0 0 24px;max-width:570px;font-weight:650}.hero h1 span{color:var(--gold2)}.hero-text{color:#bbb;font-size:13px;line-height:1.65;margin:0 0 28px}.hero-actions{display:flex;gap:14px}.page-shell{position:relative;z-index:3;width:min(100% - 42px,var(--shell));margin:-28px auto 22px}.panel{border:1px solid var(--line);border-radius:var(--radius);background:linear-gradient(135deg,rgba(15,17,18,.97),rgba(6,7,8,.98));margin-bottom:7px;overflow:hidden}.section-title{display:flex;align-items:center;justify-content:center;gap:14px;text-transform:uppercase;font-size:17px;font-weight:500;letter-spacing:.015em;margin:0 0 14px}.section-title:before,.section-title:after{content:"";width:75px;height:1px;background:linear-gradient(90deg,transparent,#745326)}.section-title:after{transform:scaleX(-1)}.section-title.left{justify-content:flex-start}.section-title.left:before{display:none}
.packages{padding:14px 16px 12px}.package-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.package-card{position:relative;border:1px solid #282828;border-radius:6px;background:linear-gradient(145deg,#151718,#0a0b0c);min-height:240px;padding:17px 15px 15px;display:grid;grid-template-columns:29px 1fr;grid-template-rows:auto auto 1fr auto;column-gap:9px;transition:border-color .2s,transform .2s}.package-card:hover{border-color:#8c672e;transform:translateY(-2px)}.card-icon{width:27px;height:27px;stroke:var(--gold);fill:none;stroke-width:1.35;grid-row:1}.package-card h3{font-size:15px;margin:2px 0 0;font-weight:550}.price{grid-column:1/-1;color:#bdbdbb;margin:15px 0 9px;font-size:14px}.price strong{font-size:17px;color:#f5f4f1;font-weight:500;margin-left:4px}.package-card ul{grid-column:1/-1;margin:0 0 14px;padding:0;list-style:none;color:#aaa;font-size:11px;line-height:1.75}.package-card li:before{content:"•";color:#ddd;margin-right:7px}.select-button{grid-column:1/-1;border:1px solid #785523;border-radius:3px;color:var(--gold2);font-size:11px;text-align:center;padding:9px;align-self:end;transition:.2s}.select-button:hover{color:#0a0a0a;background:var(--gold)}.popular{display:none;position:absolute;right:8px;top:8px;font-size:8px;color:var(--gold)}
.showcase{padding:10px 16px 16px}.showcase-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.work-card{position:relative;height:246px;border:1px solid #4a4a49;border-radius:6px;overflow:hidden;background:#080909}.work-card img{width:100%;height:100%;object-fit:cover}.compare-slider{position:absolute;inset:0;--position:50%;overflow:hidden;cursor:ew-resize;touch-action:pan-y}.compare-slider:focus-visible{outline:2px solid rgba(240,195,105,.85);outline-offset:-4px}.compare-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;user-select:none;-webkit-user-drag:none}.compare-after{z-index:1}.compare-before{position:absolute;z-index:2;inset:0;clip-path:inset(0 calc(100% - var(--position)) 0 0)}.compare-chip{position:absolute;z-index:4;top:8px;padding:4px 8px;border:1px solid rgba(213,165,77,.48);border-radius:999px;background:rgba(5,6,6,.58);backdrop-filter:blur(8px);color:#e9d19a;font-size:8px;letter-spacing:.08em;text-transform:uppercase}.compare-chip-before{left:8px}.compare-chip-after{right:8px}.compare-divider{position:absolute;z-index:6;top:0;bottom:0;left:var(--position);width:1px;transform:translateX(-50%);background:linear-gradient(180deg,transparent 0,#f0c369 14%,#fff3cc 50%,#f0c369 86%,transparent 100%);box-shadow:0 0 18px rgba(213,165,77,.55);pointer-events:none}.compare-handle{position:absolute;left:50%;top:50%;width:34px;height:34px;transform:translate(-50%,-50%);border:1px solid rgba(240,195,105,.95);border-radius:50%;background:rgba(5,6,6,.78);box-shadow:0 0 0 4px rgba(5,6,6,.42),0 0 24px rgba(213,165,77,.5);display:flex;align-items:center;justify-content:center;gap:1px;color:#f3d58d;font-size:16px;line-height:1;transition:background .2s,box-shadow .2s}.compare-slider:focus-visible .compare-handle,.compare-slider.is-dragging .compare-handle,.compare-slider:hover .compare-handle{background:#0c0c0b;box-shadow:0 0 0 4px rgba(5,6,6,.55),0 0 28px rgba(240,195,105,.65)}.work-caption{position:absolute;z-index:5;inset:auto 0 0;padding:55px 8px 8px;background:linear-gradient(transparent,rgba(3,4,4,.96));pointer-events:none}.work-caption h3{font-size:12px;line-height:1.35;margin:0 0 4px}.work-caption span{display:flex;justify-content:space-between;color:#c7c7c4;text-transform:uppercase;font-size:8px}.work-caption b{font-weight:400}.benefits{padding:18px 30px;display:grid;grid-template-columns:repeat(4,1fr)}.benefits article{display:flex;align-items:center;gap:14px;padding:0 24px;border-right:1px solid #252525}.benefits article:first-child{padding-left:0}.benefits article:last-child{border:0;padding-right:0}.benefits svg{width:44px;height:44px;stroke:var(--gold);fill:none;stroke-width:1.1;flex:none}.benefits h3{margin:0 0 4px;color:var(--gold2);font-size:11px;font-weight:500}.benefits p{margin:0;color:#999;font-size:9px;line-height:1.5}
.booking{position:relative;padding:14px 0 0}.booking>.section-title{margin-left:22px;margin-bottom:14px;position:relative;z-index:2}.booking-layout{display:grid;grid-template-columns:49% 51%;min-height:330px}.booking-widget{margin:0 16px 16px 16px;border:1px solid #242627;border-radius:6px;background:#0e1011;display:grid;grid-template-columns:56% 44%;padding:16px}.calendar-block{padding-right:18px;border-right:1px solid #272727}.booking h3{font-size:11px;margin:0 0 14px}.month{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px;font-size:10px}.month button{background:none;border:0;font-size:17px;cursor:pointer}.weekdays,.days{display:grid;grid-template-columns:repeat(7,1fr);text-align:center;font-size:10px;gap:2px}.weekdays{color:#c9c9c7;margin-bottom:4px}.days button{height:24px;border:0;background:none;border-radius:2px;font-size:10px;cursor:pointer;color:#dadad8}.days button:hover,.days button.selected{background:#3f311c;color:var(--gold2)}.days button.muted{color:#5e5e5e}.time-block{padding-left:18px;display:flex;flex-direction:column}.time-block h3{margin-top:40px}.time-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.time-grid button{height:31px;border:1px solid #303030;background:#111314;border-radius:2px;font-size:10px;cursor:pointer}.time-grid button:hover,.time-grid button.selected{border-color:#b27d2d;color:var(--gold2);background:#2b2215}.book-submit{margin-top:auto;width:100%;min-height:38px}.booking-note{height:0;margin:0;font-size:9px;color:var(--gold2);text-align:center}.booking-note.visible{height:auto;margin:7px 0 -9px}.booking-photo{overflow:hidden;min-height:330px;align-self:stretch}.booking-photo img{width:100%;height:100%;object-fit:cover;object-position:center}.materials{padding:12px 34px 23px}.materials .section-title{font-size:16px}.brands{display:flex;align-items:center;justify-content:space-around;gap:30px;padding:3px 35px 0}.brands strong{font-size:26px;line-height:.85;color:#e6e6e5;letter-spacing:-.05em}.brands sup{font-size:10px}.brands small{display:block;font-size:8px;letter-spacing:0}.brands .koch{font-size:17px;letter-spacing:-.04em}.brands .carpro{font-size:29px;font-weight:400;letter-spacing:-.08em}.brands .sonax{font-size:22px;font-style:italic}.brands .sonax small{text-align:center;font-size:6px;margin-top:4px}.brands .rupes{font-size:25px;font-style:italic}
.certificate{display:grid;grid-template-columns:43% 57%;align-items:center;padding:13px 30px 13px 94px;min-height:220px}.certificate-copy .section-title{font-size:16px;margin-left:-25px}.certificate-copy p{font-size:12px;color:#aaa;line-height:1.55;margin:15px 0 18px}.certificate-copy .button{min-height:42px}.certificate img{width:100%;max-height:188px;object-fit:cover;border-radius:10px}.footer{position:relative;display:grid;grid-template-columns:1.1fr 1.15fr .85fr 1.3fr;column-gap:42px;padding:22px 36px 51px}.footer .brand-copy strong{font-size:17px}.socials{display:flex;gap:12px;margin-top:24px}.socials a{width:31px;height:31px;border:1px solid #777;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:9px;transition:.2s}.socials a:hover{border-color:var(--gold);color:var(--gold)}.footer h3{text-transform:uppercase;font-size:12px;font-weight:550;margin:3px 0 14px}.footer-col a,.footer-col p{display:flex;align-items:center;gap:10px;color:#c0c0bd;font-size:11px;margin:0 0 13px}.footer-col svg{width:16px;height:16px;stroke:var(--gold);fill:none;stroke-width:1.5;flex:none}.schedule p{display:block;line-height:1.7}.schedule strong{font-weight:500}.footer-map img{width:100%;height:97px;object-fit:cover;border-radius:5px;border:1px solid #313131}.footer-bottom{position:absolute;left:36px;right:36px;bottom:13px;display:flex;justify-content:space-between;color:#696967;font-size:8px}
.reveal-item{--reveal-x:0px;--reveal-y:34px;--reveal-delay:0ms;opacity:0;filter:blur(7px);transform:translate3d(var(--reveal-x),var(--reveal-y),0) scale(.985);transition:opacity .82s cubic-bezier(.19,1,.22,1),transform .82s cubic-bezier(.19,1,.22,1),filter .82s cubic-bezier(.19,1,.22,1),border-color .2s;transition-delay:var(--reveal-delay);will-change:opacity,transform,filter}.reveal-left{--reveal-x:-46px;--reveal-y:0px}.reveal-right{--reveal-x:46px;--reveal-y:0px}.reveal-scale{--reveal-y:16px;transform:translate3d(var(--reveal-x),var(--reveal-y),0) scale(.94)}.reveal-item.is-visible{opacity:1;filter:blur(0);transform:translate3d(0,0,0) scale(1)}.reveal-item.is-visible.package-card:hover{transform:translate3d(0,-2px,0) scale(1)}.brands strong.reveal-item.is-visible:hover{transform:translate3d(0,-2px,0) scale(1.02)}
@media(max-width:1050px){.header-inner{gap:18px}.main-nav{gap:13px}.main-nav a:nth-child(4),.main-nav a:nth-child(6){display:none}.header-contact{display:none}.package-grid,.showcase-grid{gap:9px}.benefits{padding:18px}.benefits article{padding:0 14px}.footer{column-gap:22px}.hero h1{font-size:38px}}
@media(max-width:800px){html{scroll-padding-top:70px}.site-header{height:70px;position:fixed;background:rgba(5,6,6,.93);backdrop-filter:blur(14px)}.header-inner{width:calc(100% - 28px)}.brand-mark{width:34px;height:41px}.brand-copy strong{font-size:14px}.header-inner>.button{display:none}.menu-toggle{display:block;margin-left:auto;z-index:2}.main-nav{position:fixed;inset:70px 0 auto;background:#080a0b;border-bottom:1px solid var(--line);display:flex;flex-direction:column;gap:0;align-items:stretch;padding:10px 25px 20px;transform:translateY(-140%);opacity:0;transition:.3s}.main-nav.open{transform:none;opacity:1}.main-nav a,.main-nav a:nth-child(4),.main-nav a:nth-child(6){display:block;border-bottom:1px solid #1e2020;padding:11px 0}.hero{height:600px}.hero-image{background-image:linear-gradient(0deg,#050606 0%,rgba(5,6,6,.82) 40%,rgba(5,6,6,.02) 71%),url('/assets/hero-bmw.png');background-position:62% center}.container{width:calc(100% - 36px)}.hero-content{padding-top:330px}.hero h1{font-size:35px}.hero-text br{display:none}.page-shell{width:calc(100% - 20px);margin:-13px auto 16px}.package-grid,.showcase-grid{grid-template-columns:repeat(2,1fr)}.package-card{min-height:235px}.work-card{height:280px}.benefits{grid-template-columns:repeat(2,1fr);gap:20px 0}.benefits article:nth-child(2){border:0}.booking-layout{grid-template-columns:1fr}.booking-photo{grid-row:1;height:300px}.booking-widget{grid-row:2;min-height:330px}.materials{padding-inline:14px}.brands{flex-wrap:wrap;padding:6px 10px;gap:25px}.certificate{padding:22px;grid-template-columns:1fr 1.3fr}.footer{grid-template-columns:repeat(2,1fr);row-gap:30px}.footer-bottom{left:30px;right:30px}}
@media(max-width:520px){body{font-size:13px}.hero{height:620px}.hero-content{padding-top:338px}.hero h1{font-size:31px}.hero-text{font-size:12px}.hero-actions{gap:8px}.hero-actions .button{padding:0 15px;font-size:10px}.section-title{font-size:15px}.section-title:before,.section-title:after{width:38px}.packages,.showcase{padding-inline:10px}.package-grid{grid-template-columns:1fr;gap:8px}.package-card{min-height:220px}.showcase-grid{grid-template-columns:1fr 1fr;gap:8px}.work-card{height:240px}.work-caption h3{font-size:10px}.benefits{grid-template-columns:1fr;padding:15px 18px;gap:15px}.benefits article,.benefits article:first-child,.benefits article:last-child{padding:0 0 14px;border:0;border-bottom:1px solid #242525}.benefits article:last-child{border:0;padding-bottom:0}.booking>.section-title{margin-left:14px}.booking-photo{height:240px}.booking-widget{margin:0 8px 8px;padding:12px;grid-template-columns:1fr}.calendar-block{border:0;border-bottom:1px solid #272727;padding:0 0 14px}.time-block{padding:15px 0 0}.time-block h3{margin-top:0}.book-submit{margin-top:15px}.materials .section-title{font-size:13px}.brands strong{font-size:21px}.certificate{display:flex;flex-direction:column;padding:18px}.certificate-copy{width:100%}.certificate-copy .section-title{margin-left:0}.certificate img{margin-top:18px;max-height:none}.footer{grid-template-columns:1fr;padding:22px 24px 65px}.footer-map img{height:140px}.footer-bottom{left:24px;right:24px;gap:10px;flex-direction:column}.footer-col{border-top:1px solid #242525;padding-top:18px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}.reveal-item{opacity:1!important;filter:none!important;transform:none!important}}
