@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500;600;700;800&family=Manrope:wght@400;500;600;700;800&display=swap');
:root{--bg:#111110;--ink:#151413;--muted:#aaa49b;--accent:#d5b263;--paper:#f1ede4;--border:#ffffff1c;--body:'Manrope',Arial,sans-serif;--display:'Barlow Condensed','Arial Narrow',Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:95px}body{margin:0;background:var(--bg);color:var(--paper);font-family:var(--body);font-size:16px;line-height:1.65}a{color:inherit;text-decoration:none}button{font:inherit}a,button,summary{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid #dfbd73;outline-offset:6px}::selection{background:var(--accent);color:var(--ink)}.skip{position:fixed;left:20px;top:-100px;background:var(--accent);color:var(--ink);padding:12px;z-index:100}.skip:focus{top:10px}.header{height:98px;display:flex;align-items:center;justify-content:space-between;padding:0 6%;border-bottom:1px solid #ffffff18;background:var(--bg);position:relative;z-index:10}.brand{display:flex;align-items:center;gap:14px}.brand-mark{font-family:var(--display);font-size:49px;font-weight:800;letter-spacing:-3px;line-height:1}.brand-mark>span{color:var(--accent);font-size:41px}.brand-text{font-size:14px;font-weight:800;letter-spacing:1.7px;line-height:1.2}.brand-text>span{display:block;font-size:12px;letter-spacing:3.1px;color:var(--muted);margin-top:6px}.header nav{display:flex;gap:35px;font-size:14px;font-weight:600}.header nav a:hover{color:var(--accent)}.header-phone{font-size:16px;font-weight:700;display:flex;gap:25px;align-items:center}.header-phone>span{color:var(--accent);font-size:25px}.menu{display:none}.hero{position:relative;min-height:800px;height:calc(100svh - 98px);max-height:1000px;overflow:hidden}.hero-image{position:absolute;width:100%;height:100%;object-fit:cover;object-position:center 57%}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(9,12,10,.95) 0%,rgba(9,12,10,.82) 29%,rgba(9,12,10,.17) 63%,rgba(9,12,10,.08)),linear-gradient(0deg,rgba(9,12,10,.88),transparent 35%)}.hero-content{position:relative;padding:52px 6% 110px;max-width:960px}.eyebrow{font-size:12px;font-weight:700;letter-spacing:2.6px;line-height:1.6;margin:0 0 27px;display:flex;align-items:center;gap:13px}.line{width:24px;height:1px;background:var(--accent)}h1,h2,h3,p{margin-top:0}h1{font-family:var(--display);font-size:clamp(70px,7.3vw,108px);font-weight:600;line-height:.98;letter-spacing:-1.8px;margin-bottom:30px}em{font-style:normal;color:var(--accent)}.hero-description{font-size:16px;color:#d6d0c4;line-height:1.85;margin-bottom:30px}.hero-actions{display:flex;gap:28px;align-items:center}.button{display:inline-flex;justify-content:space-between;align-items:center;gap:35px;background:var(--accent);color:var(--ink);padding:16px 23px;font-size:14px;font-weight:800;min-height:56px;transition:background .2s,transform .2s}.button>span{font-size:23px;line-height:1}.button:hover{background:#e8cb8b;transform:translateY(-2px)}.text-link{display:inline-flex;gap:26px;align-items:center;font-size:14px;font-weight:700;border-bottom:1px solid #ffffff50;padding:9px 0}.text-link:hover{color:var(--accent)}.text-link>span{font-size:22px}.hero-reviews{display:flex;align-items:center;gap:14px;margin-top:37px;font-size:12px;color:#d6d0c4}.stars{color:var(--accent);font-size:17px;letter-spacing:2px}.hero-bottom{position:absolute;left:6%;right:6%;bottom:22px;display:flex;justify-content:space-between;border-top:1px solid #ffffff33;padding-top:20px;font-size:12px;letter-spacing:1.4px;font-weight:600;color:#d6d0c4}.accent{color:var(--accent);margin-left:18px}.ticker{display:flex;justify-content:space-around;gap:36px;align-items:center;background:var(--accent);color:var(--ink);padding:18px 30px;overflow:hidden;white-space:nowrap;font-family:var(--display);font-size:26px;font-weight:600;letter-spacing:1px}.ticker span:nth-child(even){font-size:24px}.light-section{background:var(--paper);color:var(--ink);padding:100px 6%}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:45px;margin-bottom:52px}.dark{color:#c8a45d}.section-heading h2{font-family:var(--display);font-size:clamp(52px,5vw,76px);line-height:1.02;font-weight:600;letter-spacing:-.6px;margin-bottom:0}.section-heading>p{max-width:360px;color:#b0aaa0;font-size:15px;line-height:1.9;margin-bottom:5px}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);border-left:1px solid var(--border);border-top:1px solid var(--border)}.service{border-right:1px solid var(--border);border-bottom:1px solid var(--border);transition:background .2s}.service:hover,.service[open]{background:#22201b}.service summary{list-style:none;cursor:pointer;padding:27px 30px 35px;position:relative;display:flex;flex-direction:column}.service summary::-webkit-details-marker{display:none}.service-number{color:#c8a45d;font-size:12px;letter-spacing:1px;margin-bottom:28px}.service-name{font-family:var(--display);font-size:39px;font-weight:600;line-height:1.06;margin-bottom:24px}.service-short{font-size:14px;color:#b3ada3;padding-right:22px}.plus{position:absolute;bottom:29px;right:25px;font-size:26px;font-weight:400;line-height:1;transition:transform .2s}.service[open] .plus{transform:rotate(45deg)}.service-detail{font-size:14px;padding:0 30px 30px;color:#c5beb1;line-height:1.85}.service-foot{display:flex;align-items:center;justify-content:space-between;gap:25px;margin-top:35px}.service-foot p{font-size:14px;color:#b3ada3;margin-bottom:0;line-height:1.85}.service-foot strong{color:var(--ink);font-weight:600}.dark-button{background:var(--ink);color:var(--paper)}.dark-button:hover{background:#c8a45d}.social-band{padding:72px 6%;position:relative;overflow:hidden;background:#141312}.social-band>div{display:flex;align-items:center;justify-content:space-between;gap:30px;position:relative;z-index:1}.social-band h2{font-family:var(--display);font-size:clamp(50px,5vw,72px);line-height:1.02;font-weight:500;margin:0}.outline{border:1px solid #c8a45d;background:transparent;color:var(--paper)}.outline:hover{background:var(--accent);color:var(--ink)}.social-description{font-size:14px;color:#b3ada3;max-width:370px;margin:25px 0 0;position:relative;z-index:1}.social-decoration{position:absolute;right:22%;bottom:-57px;font-family:var(--display);font-size:310px;line-height:1;color:#ffffff03;font-weight:800;letter-spacing:-12px;pointer-events:none}.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.review{padding:31px 28px 25px;border:1px solid var(--border);display:flex;flex-direction:column}.review-rating{display:flex;justify-content:space-between;align-items:center;font-size:12px;color:#ada69b}.review-rating>span:first-child{color:#d5b263;font-size:17px;letter-spacing:3px}.review blockquote{font-size:15px;font-weight:500;line-height:1.85;margin:25px 0 32px;flex:1}.review-author{display:flex;align-items:center;gap:12px;border-top:1px solid var(--border);padding-top:22px}.avatar{display:flex;align-items:center;justify-content:center;width:39px;height:39px;border-radius:50%;background:#2a251b;font-size:12px;color:#d5b263;font-weight:700;flex-shrink:0}.review-author strong{display:block;font-size:13px}.review-author div>span{display:block;font-size:12px;color:#a8a095}.google{font-size:21px;color:#c5baaa;font-weight:800;margin-left:auto}.contact{padding:95px 6%;display:grid;grid-template-columns:1.2fr 1fr;gap:10%}.contact h2{font-family:var(--display);font-size:clamp(55px,5.4vw,82px);font-weight:500;line-height:1.03;margin-bottom:27px}.contact-intro>p:not(.eyebrow){font-size:15px;color:#b9b1a3;line-height:1.9}.big-phone{font-family:var(--display);font-size:clamp(35px,4vw,57px);font-weight:500;display:inline-flex;gap:50px;align-items:center;margin-top:17px;line-height:1.4}.big-phone>span{color:var(--accent)}.big-phone:hover{color:var(--accent)}.contact-info{border-left:1px solid #ffffff24;padding-left:45px;display:flex;flex-direction:column;justify-content:center;gap:32px}.contact-label{font-size:12px;letter-spacing:2px;color:#c8a45d;display:block;margin-bottom:15px}.contact-info h3{font-size:20px;font-weight:600;margin-bottom:8px}.contact-info p{font-size:15px;line-height:1.9;color:#bfb8aa;margin-bottom:12px}.contact-info strong{font-weight:500;margin-left:15px;color:var(--paper)}.appointment{font-size:12px;color:#a69d8d}footer{padding:27px 6%;border-top:1px solid #ffffff1a;display:flex;align-items:center;justify-content:space-between;gap:22px;flex-wrap:wrap;font-size:12px;color:#b2a898}.footer-brand{font-family:var(--display);font-size:20px;letter-spacing:.5px;color:var(--paper)}.footer-brand span{color:#ad9b79}footer small{width:100%;font-size:12px;color:#a69d8d}.mobile-call{display:none}
@media(min-width:1700px){.header,.light-section,.contact,.social-band,footer{padding-left:max(6%,calc((100vw - 1500px)/2));padding-right:max(6%,calc((100vw - 1500px)/2))}.hero-content{margin-left:max(0px,calc((100vw - 1700px)/2))}}
@media(max-width:1000px){.header{padding:0 5%;height:85px}.hero{height:auto;min-height:780px}.hero-content{padding:52px 5% 120px}.hero-image{object-position:60% center}.hero-shade{background:linear-gradient(90deg,#111110ee,#111110b0 44%,#11111022),linear-gradient(0deg,#111110ee,transparent 45%)}.hero h1{font-size:87px}.light-section{padding:75px 5%}.service summary{padding:25px 22px 32px}.service-name{font-size:34px}.service-short{font-size:13px}.service-detail{padding:0 22px 25px}.review{padding:25px 20px}.review-author{gap:8px}.review-author strong{font-size:12px}.contact{padding:75px 5%;gap:6%}.contact-info{padding-left:28px}.big-phone{gap:20px}.social-band{padding:60px 5%}.section-heading>p{max-width:310px}}
@media(max-width:700px){html{scroll-padding-top:20px}.header{height:80px;gap:15px}.brand-mark{font-size:40px}.brand-mark>span{font-size:33px}.brand-text{font-size:12px;letter-spacing:1.3px}.brand-text>span{font-size:12px;letter-spacing:2.2px}.brand{gap:8px}.header-phone{font-size:13px;gap:8px;margin-left:auto}.header-phone>span{font-size:19px}.menu{display:flex;flex-direction:column;justify-content:center;gap:6px;width:38px;height:44px;border:0;background:transparent;padding:8px;color:white}.menu span{height:1px;width:23px;background:currentColor}.header nav{display:none;position:absolute;top:80px;left:0;right:0;background:var(--bg);padding:24px 6%;border-bottom:1px solid #ffffff30}.header nav.is-open{display:flex;flex-direction:column;gap:22px}.hero{min-height:740px}.hero-image{object-position:69% 40%;opacity:.8}.hero-shade{background:linear-gradient(90deg,#111110ec,#11111090 65%,#11111055),linear-gradient(0deg,#111110,transparent 65%)}.hero-content{padding-top:48px;padding-bottom:110px}.eyebrow{font-size:12px;letter-spacing:1.8px;margin-bottom:22px}.hero h1{font-size:clamp(64px,13.5vw,92px);letter-spacing:-.6px;line-height:1.03;margin-bottom:27px}.hero-description{font-size:14px;max-width:330px}.hero-description br{display:none}.hero-actions{gap:22px;flex-wrap:wrap}.button{font-size:13px;padding:15px 20px;gap:25px}.hero-reviews{align-items:flex-start;flex-direction:column;gap:5px;margin-top:30px}.hero-bottom{left:5%;right:5%;flex-direction:column;gap:10px;font-size:12px;letter-spacing:1.2px}.hero-bottom>span:first-child{display:none}.ticker{justify-content:flex-start;font-size:22px;gap:22px;padding:14px 20px}.ticker>span:nth-child(n+5){display:none}.light-section{padding:60px 5%}.section-heading{display:block;margin-bottom:32px}.section-heading h2{font-size:55px}.section-heading>p{font-size:14px;max-width:100%;margin:25px 0 0}.service-grid{grid-template-columns:repeat(2,1fr)}.service summary{padding:22px 18px 28px}.service-number{margin-bottom:23px}.service-name{font-size:31px;line-height:1.08;min-height:67px;margin-bottom:19px}.service-short{font-size:12px;line-height:1.6;min-height:39px;padding-right:12px}.plus{right:13px;bottom:20px;font-size:22px}.service-detail{font-size:13px;padding:0 18px 25px}.service-foot{flex-direction:column;align-items:flex-start;gap:22px}.service-foot p{font-size:13px}.social-band{padding:55px 5%}.social-band>div{flex-direction:column;align-items:flex-start;gap:29px}.social-band h2{font-size:58px}.social-description{font-size:13px}.social-decoration{right:-20px;font-size:235px;bottom:-37px}.review-grid{grid-template-columns:1fr;gap:16px}.review{padding:27px}.review blockquote{font-size:15px;margin-top:20px;margin-bottom:26px}.review-author strong{font-size:14px}.contact{padding:60px 5%;display:block}.contact h2{font-size:59px}.contact-intro>p:not(.eyebrow){font-size:14px}.big-phone{font-size:49px;gap:30px;margin-top:6px}.contact-info{border-left:0;border-top:1px solid #ffffff25;padding:35px 0 0;margin-top:35px;gap:30px}.contact-info p{font-size:14px}.contact-label{font-size:12px}.appointment{font-size:13px}footer{padding:27px 5% 108px;gap:16px}footer>span{width:100%;order:2}footer>a:last-of-type{margin-left:auto}footer small{order:3}.mobile-call{display:flex;position:fixed;z-index:15;bottom:0;left:0;right:0;background:var(--accent);color:var(--ink);padding:15px 5% calc(15px + env(safe-area-inset-bottom));justify-content:space-between;gap:12px;font-size:12px;box-shadow:0 -7px 25px #0003;align-items:center}.mobile-call strong{font-size:14px}.text-link{font-size:14px}}
@media(max-width:370px){.header-phone{display:none}.hero{min-height:730px}.hero-actions{gap:15px}.hero h1{font-size:61px}.service-name{font-size:28px}.big-phone{font-size:44px}.mobile-call{font-size:12px}.mobile-call strong{font-size:13px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important}}

@media(max-width:760px){.brand small{font-size:10px;letter-spacing:.6px}.brand>span{font-size:19px}.services{grid-template-columns:1fr}.services p{min-height:0}.service-tag{font-size:12px}.hero{min-height:780px}.contact-card p{font-size:14px}.hours{font-size:14px}}

/* Detailing Garage KB: black surfaces and gold brand accents. */
.brand-logo{width:82px;height:82px;object-fit:contain;flex-shrink:0}.brand-text{font-size:14px;line-height:1.3;letter-spacing:1.2px;color:#ebd6a8}.brand-text .brand-person{font-size:15px;font-weight:500;letter-spacing:.5px;color:#ded3bc;margin-top:3px}.brand-text>span:last-child{font-size:10px;letter-spacing:2.8px;margin-top:5px;color:#ad9b79}.light-section{background:#191817;color:var(--paper)}.services{background:#171615}.reviews{background:#1b1916}.service-grid{background:#191817}.service:hover,.service[open]{background:#24211b}.service-foot strong{color:var(--paper)}.dark-button{background:var(--accent);color:#151413}.dark-button:hover{background:#e8cb8b}.ticker{background:#151311;color:#d5b263;border-top:1px solid #d5b26342;border-bottom:1px solid #d5b26342}.hero-image{width:63%;right:0;object-position:56% center}.hero-shade{background:linear-gradient(90deg,#111110 0%,#111110 26%,#111110dd 39%,#11111035 64%,#11111008),linear-gradient(0deg,#111110ee,transparent 40%)}.hero-content{max-width:870px}.work-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;margin-top:38px}.work{margin:0;min-width:0}.work>a{display:block;position:relative;overflow:hidden;background:#201e1a;border:1px solid #d5b2632b}.work img{width:100%;height:auto;display:block;transition:transform .3s}.work>a:hover img{transform:scale(1.025)}.work-zoom{position:absolute;right:10px;bottom:10px;width:33px;height:33px;background:#111110da;color:#d5b263;font-size:23px;text-align:center;line-height:33px}.work figcaption{display:flex;justify-content:space-between;gap:9px;align-items:center;margin-top:13px}.work figcaption strong{font-size:14px;font-weight:500;color:#dfd8c9}.work figcaption>span{font-size:10px;letter-spacing:1px;color:#c8a45d;white-space:nowrap}.contact-person{color:#d5b263!important;font-size:16px!important}.footer-brand{display:flex;align-items:center;gap:17px}.footer-brand img{width:88px;height:88px;object-fit:contain}.footer-brand>span{color:#ead6ac}.footer-person{display:block;font-family:var(--body);font-size:14px;letter-spacing:.3px;color:#d5b263!important;margin-top:3px}
@media(max-width:1000px){.brand-logo{width:69px;height:69px}.brand-text{font-size:12px}.brand-text .brand-person{font-size:14px}.hero-image{width:74%}.work-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.work figcaption strong{font-size:14px}}
@media(max-width:700px){.brand{gap:7px}.brand-logo{width:60px;height:60px}.brand-text{font-size:10px;letter-spacing:.5px;white-space:nowrap}.brand-text .brand-person{font-size:12px}.brand-text>span:last-child{font-size:9px;letter-spacing:1.5px}.header-phone{font-size:12px;gap:4px}.header{gap:9px}.hero-image{width:100%;object-position:63% center}.hero-shade{background:linear-gradient(90deg,#111110f2,#111110b0 65%,#11111065),linear-gradient(0deg,#111110,transparent 65%)}.work-grid{display:grid!important;gap:19px 12px;margin-top:30px}.work figcaption{display:block}.work figcaption strong{font-size:13px;display:block}.work figcaption>span{display:block;margin-top:4px;font-size:10px}.footer-brand img{width:75px;height:75px}.footer-brand{font-size:20px;gap:10px}.footer-person{font-size:13px}.social-band>div.work-grid{align-items:stretch}}
@media(max-width:410px){.header-phone{display:none}.menu{margin-left:auto}}

/* Rounded offer and testimonial cards, with a fixed navigation bar. */
body{padding-top:84px}.header{position:fixed;top:0;left:0;right:0;height:84px;z-index:50;background:#0e0d0beF;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);box-shadow:0 4px 22px #0002;border-bottom:1px solid #d5b26320}.header .brand-logo{width:66px;height:66px;border-radius:50%;object-fit:cover}.header .brand-text{font-size:13px;letter-spacing:1.2px;color:#ece7dc;font-weight:800}.header .brand-text>.brand-gold{display:inline;font-size:inherit;letter-spacing:inherit;color:#d5b263;margin:0}.header .brand-person{font-size:12px;letter-spacing:.2px;margin-top:3px;color:#aca18c}.header .brand-text>span:last-child{display:none}.header-phone{background:#dfb84f;color:#12100b;padding:10px 17px;border-radius:99px;gap:10px;font-size:14px;font-weight:800;line-height:1.3;min-height:42px}.header-phone>svg{width:17px;height:17px}.header-phone .phone-number{font-size:14px;color:#12100b}.header-phone:hover{background:#edca71}.header nav{gap:30px;color:#b9b0a0}html{scroll-padding-top:108px}.tile-section{padding:85px 6%;background:#0f0e0c;color:#f1ede4}.tile-heading{margin-bottom:38px}.tile-heading>.eyebrow{color:#ddb851;font-size:12px;letter-spacing:2.5px;margin-bottom:15px}.tile-heading h2{font-family:var(--body);font-size:clamp(27px,2.6vw,39px);font-weight:800;line-height:1.25;letter-spacing:-1px;margin-bottom:15px}.tile-heading h2>span{color:#d5b263}.tile-heading>p:not(.eyebrow){max-width:690px;font-size:16px;line-height:1.85;color:#b6a996;margin:0}.offer-tiles{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}.offer-tile{padding:27px 25px 30px;background:#171511;border:1px solid #cbb78119;border-radius:19px;transition:border-color .2s,transform .2s}.offer-tile:hover{border-color:#d5b26365;transform:translateY(-3px)}.tile-icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:14px;background:#252017;color:#dfb84f;margin-bottom:19px}.tile-icon svg{width:23px;height:23px}.offer-tile h3{font-family:var(--body);font-size:17px;line-height:1.5;font-weight:800;margin:0 0 9px;letter-spacing:-.3px}.offer-tile p{font-size:15px;line-height:1.85;color:#b4a58c;margin:0}.tile-section .service-foot{margin-top:35px}.review-heading-row{display:flex;justify-content:space-between;align-items:center;gap:35px;margin-bottom:38px}.review-heading-row .tile-heading{margin:0}.review-heading-row .tile-heading>p:not(.eyebrow){max-width:670px}.rating-badge{border:1px solid #d5b26365;border-radius:19px;padding:15px 19px;display:flex;align-items:center;gap:13px;white-space:nowrap;flex-shrink:0;font-size:13px}.rating-badge .stars{font-size:17px;letter-spacing:1px}.rating-badge:hover{background:#d5b26312}.testimonial-tiles{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.testimonial-tile{padding:27px 27px 24px;border:1px solid #cbb78123;border-radius:19px;background:#100f0c;display:flex;flex-direction:column}.testimonial-tile>.stars{font-size:18px;letter-spacing:2px;line-height:1.3}.testimonial-tile blockquote{margin:20px 0 24px;font-size:15px;line-height:1.85;color:#bbab91;flex:1}.testimonial-author strong{font-size:14px;font-weight:700;display:block}.testimonial-author>span{font-size:12px;color:#a69270;display:block;margin-top:3px}.social-links{display:flex;gap:15px;flex-wrap:wrap;margin-top:30px}.social-link{display:inline-flex;align-items:center;gap:13px;padding:12px 18px;border:1px solid #d5b26338;border-radius:99px;font-size:14px;font-weight:600;min-height:47px}.social-link:hover{color:#dfbd73;border-color:#d5b263}.social-link>span:last-child{color:#d5b263}.social-letter{font-weight:800;font-size:19px;color:#d5b263}.footer-socials{display:flex;gap:22px;font-size:13px}.footer-socials a:hover{color:#d5b263}
@media(min-width:1700px){.tile-section{padding-left:max(6%,calc((100vw - 1500px)/2));padding-right:max(6%,calc((100vw - 1500px)/2))}}
@media(max-width:1100px){.offer-tiles{grid-template-columns:repeat(2,minmax(0,1fr))}.review-heading-row{align-items:flex-start;flex-direction:column;gap:23px}.testimonial-tiles{gap:18px}.testimonial-tile{padding:24px 22px}}
@media(max-width:700px){body{padding-top:74px}.header{height:74px;padding:0 4%}.header .brand-logo{width:54px;height:54px}.header .brand-text{font-size:10px;letter-spacing:.5px}.header .brand-person{font-size:11px}.header-phone{padding:10px 12px;gap:6px;min-height:38px;display:flex}.header-phone .phone-number{font-size:12px}.header-phone>svg{width:14px;height:14px}.header .menu{width:33px;padding:5px}.header nav{top:74px;padding:24px 6%;background:#11100e;color:#ece7dc}.header nav.is-open{box-shadow:0 15px 25px #0007}.tile-section{padding:60px 5%}.tile-heading{margin-bottom:28px}.tile-heading h2{font-size:29px;letter-spacing:-.6px}.tile-heading>p:not(.eyebrow){font-size:15px}.offer-tiles{gap:14px}.offer-tile{padding:23px 19px;border-radius:17px}.offer-tile h3{font-size:16px}.offer-tile p{font-size:14px}.tile-icon{width:40px;height:40px;margin-bottom:16px}.testimonial-tiles{grid-template-columns:1fr;gap:16px}.testimonial-tile{padding:26px;border-radius:17px}.testimonial-tile blockquote{font-size:15px}.review-heading-row{margin-bottom:28px}.rating-badge{font-size:12px;padding:13px 17px;border-radius:16px}.social-links{flex-direction:column;align-items:flex-start}.social-link{font-size:14px}.footer-socials{width:100%;flex-wrap:wrap}.hero{min-height:740px}html{scroll-padding-top:96px}}
@media(max-width:410px){.header-phone{display:flex;width:38px;height:38px;justify-content:center;padding:0}.header-phone .phone-number{display:none}.header-phone>svg{width:17px;height:17px}.header .menu{margin-left:2px}.offer-tile{padding:20px 15px}.offer-tile p{font-size:14px}.offer-tile h3{font-size:15px}}
@media(max-width:340px){.offer-tiles{grid-template-columns:1fr}.offer-tile p{font-size:15px}}

/* Hero matched to the requested headline and brand presentation. */
.hero{height:auto;min-height:820px;max-height:none;background:#0f0e0c}.hero-image{width:74%;height:100%;right:0;object-position:55% 48%;opacity:1}.hero-shade{background:linear-gradient(90deg,#0f0e0c 0%,#0f0e0cf5 20%,#0f0e0cc2 40%,#0f0e0c55 67%,#0f0e0c28),linear-gradient(0deg,#0f0e0c 0%,#0f0e0c40 25%,transparent 70%)}.hero-content{max-width:900px;padding:48px 6% 105px}.hero-logo{width:96px;height:96px;object-fit:contain;display:block;border:1px solid #d5b26358;border-radius:18px;margin-bottom:23px;background:#171614;box-shadow:0 10px 40px #0003}.hero-content>.eyebrow{color:#dfb84f;font-size:11px;letter-spacing:2.4px;margin-bottom:25px}.hero h1{font-family:var(--body);font-size:clamp(45px,4.4vw,68px);font-weight:800;line-height:1.15;letter-spacing:-2px;max-width:750px;margin:0 0 25px}.hero h1 em{color:#d5b263}.hero-description{font-size:16px;color:#c2b29b;line-height:1.85;max-width:625px;margin-bottom:29px}.hero-actions{gap:15px;align-items:center;flex-wrap:wrap}.hero-actions .button{border-radius:99px;min-height:49px;padding:13px 21px;gap:10px;font-size:13px;font-weight:800;line-height:1.4}.hero-call{background:#dfb84f}.hero-call svg{width:18px;height:18px;flex-shrink:0}.hero-facebook{border:1px solid #d5b2638a;background:#0f0e0c70;color:#dfb84f}.hero-facebook:hover{background:#dfb84f;color:#15100b}.hero-actions .facebook-letter{font-family:Arial,sans-serif;font-size:20px;line-height:1;font-weight:700}.hero-reviews{margin-top:24px;font-size:12px;gap:11px;flex-wrap:wrap}.hero-reviews .stars{font-size:15px;letter-spacing:1px}.hero-bottom{font-size:10px;letter-spacing:1.3px;bottom:20px;border-color:#d5b26330}
@media(min-width:1700px){.hero-content{max-width:1040px}}
@media(max-width:1000px){.hero{min-height:800px}.hero-content{padding:45px 5% 105px;max-width:820px}.hero h1{font-size:58px;max-width:650px}.hero-image{width:86%;object-position:53% center}.hero-shade{background:linear-gradient(90deg,#0f0e0cf8,#0f0e0cde 28%,#0f0e0c80 65%,#0f0e0c50),linear-gradient(0deg,#0f0e0c,transparent 55%)}.hero-description{max-width:560px}}
@media(max-width:700px){.hero{min-height:720px}.hero-content{padding:37px 5% 100px;max-width:100%}.hero-logo{width:82px;height:82px;border-radius:15px;margin-bottom:21px}.hero-content>.eyebrow{font-size:10px;letter-spacing:1.5px;line-height:1.8;margin-bottom:20px}.hero h1{font-size:clamp(36px,7.6vw,49px);line-height:1.18;letter-spacing:-1.2px;margin-bottom:24px}.hero-image{width:100%;object-position:64% center}.hero-shade{background:linear-gradient(90deg,#0f0e0ceB,#0f0e0cbf 60%,#0f0e0c85),linear-gradient(0deg,#0f0e0c 0%,#0f0e0c20 70%)}.hero-description{font-size:15px;line-height:1.85;max-width:100%;margin-bottom:25px}.hero-actions{gap:12px}.hero-actions .button{font-size:12px;padding:13px 18px;min-height:47px}.hero-reviews{flex-direction:row;align-items:center;font-size:11px;gap:8px;margin-top:24px}.hero-bottom{left:5%;right:5%;padding-top:17px}.hero-bottom>span:first-child{display:none}}
@media(max-width:410px){.hero h1{font-size:clamp(31px,8.7vw,36px);letter-spacing:-1px}.hero-actions{align-items:flex-start;flex-direction:column}.hero-content{padding-bottom:103px}.hero{min-height:760px}.hero-reviews{align-items:flex-start;flex-direction:column;gap:3px}}
