@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,600;0,700;0,800;0,900&family=Inter:wght@400;500;600;700&display=swap');

:root{--red:#e51b23;--red-dark:#b80f16;--black:#08090a;--charcoal:#111315;--card:#17191c;--line:#2a2d31;--white:#fff;--muted:#a7abb1;--heading:'Barlow Condensed',Impact,sans-serif;--body:'Inter',Arial,sans-serif;--container:1180px;--header:88px}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--black);color:var(--white);font-family:var(--body);font-size:16px;line-height:1.7;-webkit-font-smoothing:antialiased}
body.menu-open{overflow:hidden}
body.lightbox-open{overflow:hidden}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
button{font:inherit}
.container{width:min(var(--container),calc(100% - 48px));margin-inline:auto}
.section{padding:112px 0}
.skip-link{position:fixed;left:16px;top:-60px;z-index:9999;background:var(--red);padding:10px 18px;color:#fff}.skip-link:focus{top:10px}
.eyebrow{display:flex;align-items:center;gap:10px;margin:0 0 14px;color:#f34a50;font-size:.75rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase}.eyebrow::before{content:'';width:28px;height:2px;background:var(--red)}
h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:var(--heading);line-height:.98;text-transform:uppercase}h2{font-size:clamp(2.8rem,6vw,5rem);letter-spacing:-.02em}p{color:var(--muted)}
.button{display:inline-flex;min-height:52px;align-items:center;justify-content:center;border:1px solid var(--red);background:var(--red);padding:12px 27px;color:#fff;font-size:.79rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;transition:background .25s,transform .25s,border-color .25s}.button:hover,.button:focus-visible{background:var(--red-dark);border-color:var(--red-dark);transform:translateY(-2px)}.button-outline{background:transparent;border-color:#555}.button-outline:hover{background:#fff;border-color:#fff;color:#0a0a0a}.button-small{min-height:44px;padding:9px 20px}.button-row{display:flex;flex-wrap:wrap;gap:12px}.center{text-align:center}
.site-header{position:absolute;z-index:100;top:0;left:0;width:100%;border-bottom:1px solid rgba(255,255,255,.13);background:rgba(7,8,9,.7);backdrop-filter:blur(12px)}.nav-wrap{display:flex;min-height:var(--header);align-items:center;justify-content:space-between}.brand{display:inline-flex;flex-direction:column;line-height:1}.brand-name{color:#fff;font-family:var(--heading);font-size:2rem;font-weight:900;letter-spacing:.08em}.brand-name::first-letter{color:var(--red)}.brand-tagline{margin-top:5px;color:#c1c3c6;font-size:.58rem;font-weight:600;letter-spacing:.095em;text-transform:uppercase}.primary-nav{display:flex;align-items:center;gap:31px}.primary-nav>a:not(.button){position:relative;color:#d9dadd;font-size:.78rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.primary-nav>a:not(.button)::after{position:absolute;bottom:-10px;left:0;width:0;height:2px;background:var(--red);content:'';transition:width .25s}.primary-nav>a:hover::after,.primary-nav>a.active::after{width:100%}.menu-toggle{display:none;width:46px;height:46px;border:1px solid #37393d;background:transparent;padding:11px;cursor:pointer}.menu-toggle span{display:block;height:2px;margin:5px 0;background:#fff;transition:.25s}
.hero{position:relative;display:flex;min-height:820px;align-items:center;overflow:hidden;background:radial-gradient(circle at 78% 42%,rgba(229,27,35,.2),transparent 22%),linear-gradient(90deg,rgba(5,6,7,.98) 8%,rgba(9,10,12,.85) 50%,rgba(12,14,16,.65)),linear-gradient(135deg,#24272b,#0a0b0d 70%)}.hero::before{position:absolute;inset:0;background:linear-gradient(90deg,transparent 63%,rgba(255,255,255,.04) 63.2%,transparent 63.5%),linear-gradient(125deg,transparent 68%,rgba(229,27,35,.16) 68.2%,transparent 68.5%);content:''}.hero-grid{position:absolute;inset:0;opacity:.12;background-image:linear-gradient(rgba(255,255,255,.2) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.2) 1px,transparent 1px);background-size:80px 80px;mask-image:linear-gradient(90deg,transparent,black)}.hero-content{position:relative;z-index:2;padding-top:var(--header)}.hero h1{max-width:900px;margin:0 0 20px;font-size:clamp(4rem,9.5vw,8.3rem);letter-spacing:-.035em}.hero h1 span,.feature-copy h2 span,.cta-layout h2 span{color:var(--red)}.hero h2{max-width:690px;margin-bottom:22px;font-size:clamp(1.6rem,3vw,2.5rem);line-height:1.08;text-transform:none}.hero-copy{max-width:650px;margin-bottom:34px;font-size:1rem}.hero-label{position:absolute;right:-57px;bottom:110px;transform:rotate(-90deg);color:rgba(255,255,255,.35);font-size:.63rem;letter-spacing:.22em;text-transform:uppercase}
.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:50px;margin-bottom:48px}.section-heading h2{margin:0}.section-heading>p{max-width:430px;margin-bottom:8px}.services{background:var(--charcoal)}.service-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.service-card{position:relative;min-height:250px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:#131517;padding:34px 28px;overflow:hidden;transition:background .3s,transform .3s}.service-card::after{position:absolute;left:0;bottom:0;width:0;height:3px;background:var(--red);content:'';transition:width .3s}.service-card:hover{z-index:2;background:#1c1f22;transform:translateY(-5px)}.service-card:hover::after{width:100%}.card-number{color:#555;font-family:var(--heading);font-size:.8rem;font-weight:700}.service-card h3{margin:52px 0 12px;font-size:1.55rem}.service-card p{margin:0;font-size:.88rem;line-height:1.65}
.repair-feature{background:linear-gradient(115deg,#08090a 52%,#151719 52%)}.feature-layout{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:9%}.wheel-visual{display:grid;min-height:500px;place-items:center;background:radial-gradient(circle,rgba(229,27,35,.16),transparent 59%)}.wheel-ring{position:relative;display:grid;width:min(390px,80vw);aspect-ratio:1;place-items:center;border:36px solid #1d2023;border-radius:50%;box-shadow:0 0 0 2px #4a4d51,0 0 0 22px #090a0b,inset 0 0 30px #000}.wheel-ring::before,.wheel-ring::after{position:absolute;width:70%;height:18px;background:#34383c;content:''}.wheel-ring::after{transform:rotate(90deg)}.wheel-ring span{z-index:1;display:grid;width:95px;aspect-ratio:1;place-items:center;border:5px solid #555;border-radius:50%;background:#111;color:var(--red);font-family:var(--heading);font-size:3rem;font-weight:900}.feature-copy h2{margin-bottom:28px}.feature-copy>p:not(.eyebrow){margin-bottom:25px}.check-list{display:grid;grid-template-columns:1fr 1fr;gap:9px 25px;margin:0 0 32px;padding:0;list-style:none}.check-list li{color:#d9dadd;font-size:.86rem}.check-list li::before{margin-right:9px;color:var(--red);content:'✓'}
.panel-section{background:#f2f2f2;color:#101113}.panel-layout{display:grid;grid-template-columns:.8fr 1.2fr;align-items:center;gap:8%}.panel-copy p{color:#63666a}.panel-visual{position:relative;display:flex;min-height:570px;align-items:flex-end;overflow:hidden;background:linear-gradient(145deg,transparent 25%,rgba(229,27,35,.12) 25.2%,transparent 25.5%),linear-gradient(135deg,#b9bcc0,#555b60)}.panel-visual::before{position:absolute;inset:18%;border:1px solid rgba(255,255,255,.3);content:''}.panel-visual span{z-index:1;margin:25px;color:rgba(255,255,255,.65);font-size:.65rem;letter-spacing:.16em;text-transform:uppercase}.text-link{display:inline-block;margin-top:15px;border-bottom:1px solid #aaa;padding-bottom:7px;color:#141518;font-size:.77rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.text-link span{margin-left:8px;color:var(--red);font-size:1.2rem}.text-link:hover{border-color:var(--red)}
.work-section{background:#0c0d0f}.gallery-preview{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:42px}.gallery-item{position:relative;display:flex;min-height:300px;align-items:flex-end;overflow:hidden;background:linear-gradient(145deg,transparent 35%,rgba(229,27,35,.12) 35.5%,transparent 36%),linear-gradient(135deg,#25282c,#111315);padding:23px;transition:transform .3s,filter .3s}.gallery-item:nth-child(even){background:linear-gradient(35deg,transparent 35%,rgba(255,255,255,.06) 35.5%,transparent 36%),linear-gradient(135deg,#111315,#30343a)}.gallery-item::after{position:absolute;inset:0;background:linear-gradient(transparent 50%,rgba(0,0,0,.8));content:''}.gallery-item:hover{transform:scale(.985);filter:brightness(1.16)}.gallery-item span{position:absolute;right:20px;top:15px;color:rgba(255,255,255,.19);font-family:var(--heading);font-size:3rem;font-weight:800}.gallery-item p{z-index:1;margin:0;color:#fff;font-family:var(--heading);font-size:1.3rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}
.cta-section{padding:78px 0;background:var(--red)}.cta-layout{display:flex;align-items:center;justify-content:space-between;gap:40px}.cta-layout .eyebrow{color:#fff}.cta-layout .eyebrow::before{background:#fff}.cta-layout h2{margin-bottom:15px;font-size:clamp(2.8rem,5vw,4.7rem)}.cta-layout h2 span{color:#1b0809}.cta-phone{font-family:var(--heading);font-size:1.7rem;font-weight:700;letter-spacing:.04em}.button-light{border-color:#fff;background:#fff;color:#111}.button-light:hover{background:#111;border-color:#111;color:#fff}.button-dark{border-color:#111;background:#111}.button-dark:hover{background:#fff;border-color:#fff;color:#111}
.site-footer{padding:78px 0 22px;background:#08090a}.footer-grid{display:grid;grid-template-columns:1.6fr 1fr .6fr;gap:70px;padding-bottom:60px}.footer-grid>div:first-child p{max-width:370px;margin-top:23px}.footer-grid h3{margin-bottom:23px;font-size:1rem;letter-spacing:.08em}.footer-grid address,.footer-grid nav{display:flex;flex-direction:column;align-items:flex-start;gap:10px;font-style:normal}.footer-grid address a,.footer-grid nav a{color:var(--muted);font-size:.84rem}.footer-grid a:hover{color:#fff}.footer-bottom{display:flex;justify-content:space-between;border-top:1px solid var(--line);padding-top:22px}.footer-bottom p,.footer-bottom a{margin:0;color:#74787d;font-size:.7rem}
.reveal{opacity:0;transform:translateY(25px);transition:opacity .7s ease,transform .7s ease}.reveal.is-visible{opacity:1;transform:none}.service-card:nth-child(2),.gallery-item:nth-child(2){transition-delay:.07s}.service-card:nth-child(3),.gallery-item:nth-child(3){transition-delay:.14s}.service-card:nth-child(4){transition-delay:.21s}
@media(max-width:1000px){.service-grid{grid-template-columns:repeat(2,1fr)}.primary-nav{gap:19px}.feature-layout{gap:4%}.panel-layout{gap:5%}.gallery-item{min-height:250px}}
@media(max-width:900px){:root{--header:76px}.container{width:min(var(--container),calc(100% - 36px))}.section{padding:82px 0}.menu-toggle{display:block;z-index:2}.menu-toggle[aria-expanded=true] span:nth-child(1){transform:translateY(7px) rotate(45deg)}.menu-toggle[aria-expanded=true] span:nth-child(2){opacity:0}.menu-toggle[aria-expanded=true] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.primary-nav{position:fixed;inset:0;display:flex;visibility:hidden;flex-direction:column;align-items:center;justify-content:center;gap:25px;background:rgba(7,8,9,.98);opacity:0;transition:opacity .25s,visibility .25s}.primary-nav.is-open{visibility:visible;opacity:1}.primary-nav>a:not(.button){font-family:var(--heading);font-size:1.7rem}.hero{min-height:740px}.hero h1{font-size:clamp(4rem,14vw,7rem)}.feature-layout{grid-template-columns:1fr}.wheel-visual{min-height:380px}.panel-layout{grid-template-columns:1fr}.panel-visual{min-height:430px;grid-row:1}.gallery-preview{grid-template-columns:repeat(2,1fr)}.cta-layout{align-items:flex-start;flex-direction:column}.footer-grid{grid-template-columns:1.2fr 1fr}.footer-grid>div:last-child{grid-column:1/-1}}
@media(max-width:600px){.container{width:calc(100% - 30px)}.section{padding:68px 0}.brand-name{font-size:1.7rem}.brand-tagline{font-size:.5rem}.hero{min-height:760px}.hero-content{padding-top:105px}.hero h1{font-size:3.75rem}.hero h2{font-size:1.55rem}.hero-copy{font-size:.92rem}.hero-label{display:none}.button-row .button{flex:1}.section-heading{align-items:flex-start;flex-direction:column;gap:15px}.section-heading>p{margin:0}.service-grid{grid-template-columns:1fr}.service-card{min-height:210px}.service-card h3{margin-top:32px}.wheel-visual{min-height:310px}.wheel-ring{width:255px;border-width:27px}.wheel-ring span{width:70px;font-size:2.3rem}.feature-copy h2{font-size:3.1rem}.check-list{grid-template-columns:1fr}.panel-visual{min-height:320px}.gallery-preview{grid-template-columns:1fr}.gallery-item{min-height:250px}.cta-section{padding:62px 0}.cta-layout h2{font-size:3rem}.cta-layout .button-row{width:100%}.footer-grid{grid-template-columns:1fr;gap:42px}.footer-grid>div:last-child{grid-column:auto}.footer-bottom{align-items:flex-start;flex-direction:column;gap:12px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition-duration:.01ms!important;animation-duration:.01ms!important}.reveal{opacity:1;transform:none}}

/* Real workshop photography */
.hero{background:#090a0b}
@media(min-width:901px){.hero{min-height:760px}}
.hero-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 47%;filter:saturate(.78) contrast(1.06)}
.hero::before{z-index:1;background:linear-gradient(90deg,rgba(5,6,7,.98) 5%,rgba(6,7,8,.91) 38%,rgba(7,8,9,.42) 66%,rgba(7,8,9,.12) 100%),radial-gradient(circle at 75% 42%,rgba(229,27,35,.1),transparent 27%)}
.hero-grid{z-index:1;opacity:.08}
.hero-label{z-index:2}
.gallery-item{display:block;min-height:300px;margin:0;padding:0;background:#17191c;transition:none}
.gallery-item:nth-child(even){background:#17191c}
.gallery-item::after{z-index:1;background:linear-gradient(transparent 50%,rgba(0,0,0,.88));pointer-events:none}
.gallery-item img{display:block;width:100%;height:300px;object-fit:cover;object-position:center;transition:transform .55s ease,filter .4s ease}
.gallery-item:hover{transform:none;filter:none}
.gallery-item:hover img{transform:scale(1.055);filter:brightness(1.08)}
.gallery-item figcaption{position:absolute;z-index:2;right:23px;bottom:21px;left:23px;color:#fff;font-family:var(--heading);font-size:1.3rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}
.gallery-item:nth-child(1) img{object-position:center 46%}.gallery-item:nth-child(2) img{object-position:center 38%}.gallery-item:nth-child(3) img{object-position:center 52%}.gallery-item:nth-child(4) img{object-position:center 48%}.gallery-item:nth-child(5) img{object-position:center 46%}.gallery-item:nth-child(6) img{object-position:center 50%}
@media(max-width:600px){.hero-image{object-position:58% center}.gallery-item{min-height:250px}.gallery-item img{height:250px}}

/* Inner pages */
.page-hero{position:relative;display:flex;min-height:670px;align-items:center;overflow:hidden;background:#090a0b}.page-hero::after{position:absolute;z-index:1;inset:0;background:linear-gradient(90deg,rgba(5,6,7,.98) 5%,rgba(6,7,8,.9) 42%,rgba(7,8,9,.35) 75%,rgba(7,8,9,.12));content:''}.page-hero-image{position:absolute;inset:0}.page-hero-image img{width:100%;height:100%;object-fit:cover;object-position:center}.page-hero-content{position:relative;z-index:2;padding-top:var(--header)}.page-hero-content h1{max-width:930px;margin:0 0 24px;font-size:clamp(4rem,8.5vw,7.4rem);letter-spacing:-.035em}.page-hero-content h1 span{color:var(--red)}.page-hero-content>p:not(.eyebrow){max-width:610px;font-size:1.05rem}.page-hero-content>.button{margin-top:12px}.page-hero-about .page-hero-image img{object-position:center 58%}.page-hero-services .page-hero-image img{object-position:72% 48%}.contact-page-hero .page-hero-image img{object-position:center 58%}.compact-page-hero{min-height:590px}.compact-page-hero .page-hero-image img{object-position:68% 44%}
.two-column{display:grid;grid-template-columns:.8fr 1.2fr;gap:9%}.content-block h2{font-size:clamp(2.8rem,5vw,4.7rem)}.body-copy p{font-size:1rem}.body-copy .button{margin-top:18px}.intro-section{background:var(--charcoal)}.photo-story{padding-top:0;background:var(--charcoal)}.photo-story-grid{display:grid;grid-template-columns:1.35fr .65fr;grid-template-rows:repeat(2,280px);gap:14px}.story-photo{position:relative;margin:0;overflow:hidden}.story-photo-large{grid-row:1/3}.story-photo img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.story-photo:hover img{transform:scale(1.035)}.story-photo::after{position:absolute;inset:0;background:linear-gradient(transparent 60%,rgba(0,0,0,.75));content:''}.story-photo figcaption{position:absolute;z-index:1;bottom:18px;left:20px;color:#fff;font-family:var(--heading);font-size:1rem;letter-spacing:.06em;text-transform:uppercase}.why-section{background:#0b0c0e}.value-grid{display:grid;grid-template-columns:repeat(5,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.value-card{min-height:285px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);padding:30px 24px;transition:background .3s,transform .3s}.value-card:hover{background:#17191c;transform:translateY(-4px)}.value-card>span,.detailed-service>span,.body-service>span{color:var(--red);font-family:var(--heading);font-weight:700}.value-card h3{margin:58px 0 14px;font-size:1.35rem}.value-card p{font-size:.82rem;line-height:1.6}
.service-list-section{background:var(--charcoal)}.detailed-service-grid{display:grid;grid-template-columns:repeat(2,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.detailed-service{min-height:280px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);padding:34px;transition:background .3s}.detailed-service:hover{background:#1a1c1f}.detailed-service h3{margin:37px 0 13px;font-size:1.75rem}.detailed-service p{max-width:520px;margin-bottom:24px}.detailed-service a{color:#fff;font-size:.74rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.detailed-service a:hover{color:var(--red)}.service-photo-band{display:grid;grid-template-columns:repeat(3,1fr);height:390px;background:#111}.service-photo-band figure{position:relative;margin:0;overflow:hidden}.service-photo-band img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.service-photo-band figure:hover img{transform:scale(1.04)}.service-photo-band figure::after{position:absolute;inset:0;background:linear-gradient(transparent 55%,rgba(0,0,0,.82));content:''}.service-photo-band figcaption{position:absolute;z-index:1;bottom:20px;left:24px;color:#fff;font-family:var(--heading);font-weight:700;letter-spacing:.06em;text-transform:uppercase}.service-photo-band figure:nth-child(2) img{object-position:center 43%}.body-service-section{background:#0b0c0e}.body-service-layout{display:grid;grid-template-columns:1fr 1fr;gap:8%}.body-service-photo{min-height:650px;overflow:hidden}.body-service-photo img{width:100%;height:100%;object-fit:cover}.body-service-cards{display:flex;flex-direction:column}.body-service{border-bottom:1px solid var(--line);padding:10px 0 30px;margin-bottom:28px}.body-service h3{margin:12px 0;font-size:1.65rem}.body-service p{margin-bottom:0}.body-service-cards>.button{align-self:flex-start}
.gallery-page-section{background:#0b0c0e}.gallery-filters{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:42px}.filter-button{border:1px solid #3a3d41;background:transparent;padding:12px 21px;color:#b6b9bd;font-size:.72rem;font-weight:700;letter-spacing:.09em;text-transform:uppercase;cursor:pointer;transition:.25s}.filter-button:hover,.filter-button.is-active{border-color:var(--red);background:var(--red);color:#fff}.full-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.full-gallery-item{position:relative;height:330px;margin:0;overflow:hidden;background:#191b1e}.full-gallery-item.is-hidden{display:none}.gallery-open{display:block;width:100%;height:100%;border:0;background:none;padding:0;cursor:zoom-in}.gallery-open img{width:100%;height:100%;object-fit:cover;transition:transform .5s,filter .35s}.gallery-open:hover img,.gallery-open:focus-visible img{transform:scale(1.055);filter:brightness(1.08)}.gallery-open:focus-visible{outline:3px solid var(--red);outline-offset:-3px}.full-gallery-item::after{position:absolute;inset:0;background:linear-gradient(transparent 56%,rgba(0,0,0,.85));content:'';pointer-events:none}.full-gallery-item figcaption{position:absolute;z-index:1;right:20px;bottom:18px;left:20px;color:#fff;font-family:var(--heading);font-size:1.15rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;pointer-events:none}.lightbox{position:fixed;z-index:1000;inset:0;display:flex;visibility:hidden;align-items:center;justify-content:center;background:rgba(0,0,0,.94);padding:70px 100px 40px;opacity:0;transition:opacity .25s,visibility .25s}.lightbox.is-open{visibility:visible;opacity:1}.lightbox figure{display:flex;width:100%;height:100%;align-items:center;flex-direction:column;justify-content:center;margin:0}.lightbox figure img{max-width:100%;max-height:calc(100% - 55px);object-fit:contain}.lightbox figcaption{margin-top:15px;color:#fff;font-family:var(--heading);font-size:1.15rem;letter-spacing:.06em;text-transform:uppercase}.lightbox-close,.lightbox-control{position:absolute;z-index:1;display:grid;border:1px solid rgba(255,255,255,.35);background:rgba(10,10,10,.65);color:#fff;place-items:center;cursor:pointer;transition:.25s}.lightbox-close:hover,.lightbox-control:hover{border-color:var(--red);background:var(--red)}.lightbox-close{top:20px;right:24px;width:48px;height:48px;font-size:2rem}.lightbox-control{top:50%;width:52px;height:64px;transform:translateY(-50%);font-size:2.3rem}.lightbox-prev{left:25px}.lightbox-next{right:25px}
.contact-actions{position:relative;z-index:3;margin-top:-60px}.action-grid{display:grid;grid-template-columns:repeat(3,1fr);box-shadow:0 18px 50px rgba(0,0,0,.3)}.contact-action{display:flex;min-height:170px;align-items:flex-start;flex-direction:column;justify-content:center;border-right:1px solid #303337;background:#17191c;padding:28px 34px;transition:background .3s,transform .3s}.contact-action:last-child{border:0}.contact-action:hover{z-index:1;background:var(--red);transform:translateY(-5px)}.contact-action span{color:var(--red);font-family:var(--heading);font-size:.75rem}.contact-action:hover span,.contact-action:hover small{color:#fff}.contact-action strong{margin:17px 0 4px;font-family:var(--heading);font-size:1.35rem;letter-spacing:.05em;text-transform:uppercase}.contact-action small{color:var(--muted)}.quote-section{background:#0b0c0e}.contact-layout{display:grid;grid-template-columns:.75fr 1.25fr;gap:9%}.contact-details h2,.quote-form-wrap h2,.location-copy h2{font-size:clamp(2.8rem,5vw,4.6rem)}.contact-details h3{margin:37px 0 15px;font-size:1.1rem;line-height:1.2}.contact-details address{color:var(--muted);font-style:normal}.contact-details dl{margin-top:35px}.contact-details dl div{border-top:1px solid var(--line);padding:15px 0}.contact-details dt{color:#6f7378;font-size:.67rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.contact-details dd{margin:3px 0 0}.contact-details dd a:hover{color:var(--red)}.quote-form-wrap{border:1px solid var(--line);background:#131517;padding:45px}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}.form-field{display:flex;flex-direction:column}.form-field-full{grid-column:1/-1}.form-field label{margin-bottom:8px;color:#d6d8da;font-size:.75rem;font-weight:600;letter-spacing:.04em}.form-field label span{color:var(--red)}.form-field input,.form-field select,.form-field textarea{width:100%;border:1px solid #34373b;border-radius:0;outline:0;background:#0e0f11;padding:13px 14px;color:#fff;font-family:var(--body);font-size:.9rem;transition:border-color .2s}.form-field select{appearance:none;background-image:linear-gradient(45deg,transparent 50%,#aaa 50%),linear-gradient(135deg,#aaa 50%,transparent 50%);background-position:calc(100% - 18px) 50%,calc(100% - 13px) 50%;background-size:5px 5px;background-repeat:no-repeat}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{border-color:var(--red)}.form-field textarea{resize:vertical}.quote-form>.button{margin-top:26px}.form-note,.form-status{margin:14px 0 0;font-size:.73rem}.form-status{color:#fff}.location-section{padding:90px 0;background:#f1f1f1;color:#111}.location-layout{display:grid;grid-template-columns:.65fr 1.35fr;align-items:center;gap:7%}.location-copy p:not(.eyebrow){color:#686b70}.map-wrap{height:480px;background:#ccc}.map-wrap iframe{width:100%;height:100%;border:0;filter:grayscale(1) contrast(1.05)}
@media(max-width:1000px){.value-grid{grid-template-columns:repeat(3,1fr)}.full-gallery{grid-template-columns:repeat(2,1fr)}.contact-layout{gap:5%}.quote-form-wrap{padding:34px}.body-service-layout{gap:5%}}
@media(max-width:900px){.page-hero{min-height:600px}.page-hero-content h1{font-size:clamp(3.8rem,12vw,6rem)}.two-column,.body-service-layout,.contact-layout,.location-layout{grid-template-columns:1fr}.two-column,.contact-layout{gap:45px}.photo-story-grid{grid-template-rows:repeat(2,230px)}.service-photo-band{height:330px}.body-service-photo{min-height:460px}.action-grid{grid-template-columns:1fr}.contact-action{min-height:125px;border-right:0;border-bottom:1px solid #303337}.contact-actions{margin-top:0}.location-layout{gap:42px}.full-gallery-item{height:300px}}
@media(max-width:700px){.value-grid,.detailed-service-grid{grid-template-columns:1fr}.value-card{min-height:230px}.value-card h3{margin-top:35px}.service-photo-band{grid-template-columns:1fr;height:auto}.service-photo-band figure{height:280px}.full-gallery{grid-template-columns:1fr}.full-gallery-item{height:330px}.lightbox{padding:65px 15px 25px}.lightbox-control{top:auto;bottom:20px;width:48px;height:48px}.lightbox-prev{left:18px}.lightbox-next{right:18px}.lightbox figcaption{margin-bottom:45px}.form-grid{grid-template-columns:1fr}.form-field-full{grid-column:auto}}
@media(max-width:600px){.page-hero{min-height:580px}.page-hero-content h1{font-size:3.7rem}.page-hero-content>p:not(.eyebrow){font-size:.92rem}.page-hero-about .page-hero-image img,.contact-page-hero .page-hero-image img{object-position:62% center}.page-hero-services .page-hero-image img{object-position:70% center}.compact-page-hero .page-hero-image img{object-position:60% center}.photo-story-grid{display:block}.story-photo{height:270px;margin-bottom:14px}.story-photo-large{height:330px}.section-heading>.button{align-self:flex-start}.body-service-photo{min-height:340px}.gallery-filters{gap:7px}.filter-button{padding:10px 13px}.full-gallery-item{height:290px}.quote-form-wrap{padding:25px 20px}.map-wrap{height:360px}}

/* Homepage panelbeating photograph */
.panel-visual{margin:0;background:none}
.panel-visual::before{content:none}
.panel-visual img{width:100%;height:100%;min-height:570px;object-fit:cover;object-position:center;transition:transform .5s ease}
.panel-visual:hover img{transform:scale(1.025)}
@media(max-width:900px){.panel-visual img{min-height:430px}}
@media(max-width:600px){.panel-visual img{min-height:320px}}

/* Mobile layout refinements */
@media(max-width:767px){
  :root{--header:68px}
  html,body{max-width:100%}
  body{font-size:15px}
  .container{width:calc(100% - 40px);max-width:100%}
  .section{padding:56px 0}
  .site-header{position:absolute;z-index:2000;min-height:var(--header);backdrop-filter:none}
  .nav-wrap{min-height:var(--header)}
  .brand{position:relative;z-index:2002;min-width:0}
  .brand-name{font-size:1.65rem}
  .brand-tagline{font-size:.48rem;letter-spacing:.075em;white-space:nowrap}
  .menu-toggle{position:relative;z-index:2002;width:42px;height:42px;flex:0 0 42px;padding:10px}
  .primary-nav{position:fixed;z-index:2001;inset:0;width:100%;height:100dvh;min-height:100vh;justify-content:center;gap:14px;overflow-y:auto;background:rgba(7,8,9,.99);padding:86px 20px 30px}
  .primary-nav>a:not(.button){font-size:1.25rem;line-height:1.15}
  .primary-nav>a:not(.button)::after{bottom:-5px}
  .primary-nav .button{width:min(100%,220px);min-height:44px;margin-top:6px;padding:9px 18px;font-size:.74rem}
  .hero{min-height:680px;align-items:flex-start}
  .hero-content{padding-top:112px;padding-bottom:48px}
  .hero h1{max-width:100%;margin-bottom:16px;font-size:clamp(2.8rem,13.5vw,3.55rem);line-height:.94;overflow-wrap:normal}
  .hero h2{margin-bottom:17px;font-size:clamp(1.25rem,6.2vw,1.55rem);line-height:1.1}
  .hero-copy{margin-bottom:25px;font-size:.88rem;line-height:1.6}
  .hero .eyebrow{margin-bottom:11px}
  .button-row{width:100%;flex-direction:column;gap:10px}
  .button-row .button{width:100%;min-height:48px;flex:none;padding:10px 18px}
  h2{font-size:clamp(2.35rem,11vw,3rem)}
  p{line-height:1.62}
  .section-heading{margin-bottom:34px}
  .section-heading>p{font-size:.9rem}
  .service-card,.detailed-service{padding:27px 22px}
  .service-card p,.detailed-service p,.body-service p,.value-card p{font-size:.85rem}
  .feature-copy h2,.cta-layout h2{font-size:clamp(2.45rem,11.5vw,3.1rem)}
  .wheel-visual{min-height:280px}
  .panel-visual,.panel-visual img{min-height:300px}
  .gallery-item,.gallery-item img{min-height:240px;height:240px}
  .cta-section{padding:52px 0}
  .cta-layout{gap:27px}
  .cta-phone{font-size:1.45rem}
  .site-footer{padding-top:58px}
  .footer-grid{gap:34px;padding-bottom:44px}
  .page-hero{min-height:520px;align-items:flex-start}
  .page-hero-content{padding-top:112px;padding-bottom:46px}
  .page-hero-content h1{max-width:100%;margin-bottom:18px;font-size:clamp(2.8rem,13vw,3.55rem);line-height:.95}
  .page-hero-content>p:not(.eyebrow){font-size:.88rem;line-height:1.6}
  .compact-page-hero{min-height:500px}
  .two-column,.contact-layout,.location-layout{gap:34px}
  .content-block h2,.contact-details h2,.quote-form-wrap h2,.location-copy h2{font-size:clamp(2.35rem,11vw,3rem)}
  .photo-story-grid{grid-template-rows:repeat(2,210px)}
  .value-card{padding:25px 21px}
  .service-photo-band figure{height:250px}
  .body-service-photo{min-height:310px}
  .body-service{margin-bottom:22px;padding-bottom:24px}
  .full-gallery-item{height:280px}
  .contact-action{min-height:112px;padding:23px 25px}
  .contact-action strong{margin-top:11px;font-size:1.2rem}
  .quote-form-wrap{min-width:0;padding:25px 20px}
  .form-grid{gap:17px}
  .form-field input,.form-field select,.form-field textarea{min-width:0}
  .location-section{padding:58px 0}
  .map-wrap{width:100%;height:330px}
  .lightbox{width:100%;max-width:100vw}
  .footer-grid,.two-column,.feature-layout,.panel-layout,.body-service-layout,.contact-layout,.location-layout,.action-grid{min-width:0}
  .footer-grid>*,.two-column>*,.feature-layout>*,.panel-layout>*,.body-service-layout>*,.contact-layout>*,.location-layout>*{min-width:0}
  .contact-details a,.footer-grid a{overflow-wrap:anywhere}
}
@media(max-width:430px){
  .hero{min-height:650px}
  .hero-content,.page-hero-content{padding-top:102px}
  .page-hero{min-height:500px}
  .compact-page-hero{min-height:480px}
  .eyebrow{font-size:.68rem;letter-spacing:.14em}
  .gallery-filters{gap:6px}
  .filter-button{padding:9px 11px;font-size:.66rem}
}
@media(max-width:360px){
  .container{width:calc(100% - 36px)}
  .brand-name{font-size:1.55rem}
  .brand-tagline{font-size:.44rem;letter-spacing:.055em}
  .menu-toggle{width:40px;height:40px;flex-basis:40px;padding:9px}
  .hero h1,.page-hero-content h1{font-size:clamp(2.65rem,13.5vw,3rem)}
  .hero h2{font-size:1.2rem}
  .hero-copy,.page-hero-content>p:not(.eyebrow){font-size:.84rem}
  .button{font-size:.72rem}
  .full-gallery-item{height:255px}
}
@media(max-width:330px){
  .container{width:calc(100% - 32px)}
  .brand-tagline{font-size:.4rem}
  .primary-nav{padding-inline:16px}
  .hero{min-height:640px}
  .hero h1,.page-hero-content h1{font-size:2.55rem}
  .quote-form-wrap{padding-inline:16px}
}
