:root{--ink:#111315;--paper:#f5f6f7;--white:#fff;--red:#db2b28;--muted:#64696e;--line:#d8dadd}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif;font-size:16px;line-height:1.55}
a{color:inherit;text-decoration:none}
.site-header{height:82px;padding:0 clamp(22px,5vw,72px);display:flex;align-items:center;justify-content:space-between;background:rgba(17,19,21,.97);color:#fff;position:sticky;top:0;z-index:20}
.brand{display:flex;align-items:center;gap:12px;letter-spacing:.04em}.brand-mark{display:grid;place-items:center;width:43px;height:43px;border:2px solid var(--red);font-weight:900;font-size:17px;transform:skew(-7deg)}.brand strong,.brand small{display:block;line-height:1}.brand strong{font-size:20px}.brand small{font-size:11px;letter-spacing:.22em;margin-top:5px;color:#c6c9cc}
nav{display:flex;align-items:center;gap:32px;font-size:14px;font-weight:700}nav a:hover{color:#fff}.nav-call{background:var(--red);padding:11px 18px}
.hero{min-height:690px;position:relative;display:flex;align-items:flex-end;color:#fff}.hero-image{position:absolute;inset:0;background:url('assets/porsche-hero.webp') center 58%/cover no-repeat}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,7,8,.9) 0%,rgba(5,7,8,.58) 42%,rgba(5,7,8,.08) 80%),linear-gradient(0deg,rgba(5,7,8,.62),transparent 45%)}
.hero-content{position:relative;z-index:1;max-width:760px;padding:90px clamp(24px,7vw,104px)}.eyebrow{text-transform:uppercase;letter-spacing:.22em;font-size:12px;font-weight:800;color:var(--red);margin:0 0 18px}.hero h1{font-size:clamp(56px,8vw,108px);line-height:.88;letter-spacing:-.06em;margin:0 0 30px;max-width:900px}.hero-content>p:not(.eyebrow){font-size:20px;max-width:600px;color:#e3e5e7}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin:34px 0 18px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 24px;text-transform:uppercase;letter-spacing:.08em;font-size:13px;font-weight:800}.button-primary{background:var(--red);color:#fff}.button-secondary{border:1px solid rgba(255,255,255,.7);color:#fff}.hours{font-size:13px;color:#c7c9cb}
.section{padding:110px clamp(24px,7vw,104px)}.section-heading{max-width:760px;margin-bottom:56px}.section-heading h2,.about h2,.contact h2{font-size:clamp(38px,5vw,68px);line-height:1;letter-spacing:-.045em;margin:0 0 22px}.section-heading>p:last-child{color:var(--muted);max-width:620px}
.service-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line)}.service-grid article{padding:34px 34px 20px 0;border-right:1px solid var(--line);min-height:430px}.service-grid article+article{padding-left:34px}.service-grid article:last-child{border-right:0}.service-photo{display:block;width:100%;height:210px;object-fit:cover}.service-grid h3{font-size:26px;margin:24px 0 12px}.service-grid p{color:var(--muted);margin:0}
.trusted{padding-top:30px;background:#eceeef}.trusted .section-heading{margin-bottom:40px}.trusted-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}.trusted-card{position:relative;background:var(--white);padding:38px;border-top:4px solid var(--red);box-shadow:0 14px 36px rgba(17,19,21,.07)}.trusted-type{display:block;margin-bottom:22px;color:var(--muted);font-size:12px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.trusted-card h3{font-size:30px;line-height:1.05;margin:0 0 14px}.trusted-card p{max-width:520px;margin:0 0 26px;color:var(--muted)}.trusted-card a{display:inline-flex;align-items:center;gap:8px;color:var(--red);font-size:13px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.trusted-card a:hover{text-decoration:underline}
.work{background:var(--ink);color:#fff}.inverse>p:last-child{color:#aeb3b7}.project-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.project{background:#1d2023}.compare{height:340px;display:grid;grid-template-columns:1fr 1fr;position:relative;overflow:hidden}.compare img{width:100%;height:100%;object-fit:cover;object-position:center}.tag{position:absolute;top:14px;padding:6px 9px;background:rgba(0,0,0,.72);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.12em}.before-tag{left:14px}.after-tag{right:14px;background:var(--red)}.project-copy{padding:20px 22px}.project-copy h3{font-size:21px;margin:0 0 3px}.project-copy p{margin:0;color:#9da2a6;font-size:14px}
.process-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:52px}.process-strip img{width:100%;height:220px;object-fit:cover}
.compare img.damage-right{object-position:82% center}
.about{display:grid;grid-template-columns:1fr 1fr;gap:10vw;align-items:start}.about-copy{font-size:19px;color:#4d5257}.about-copy p{margin:0 0 22px}
.contact{text-align:center;padding:110px 24px;background:var(--red);color:#fff}.contact .eyebrow{color:#fff}.contact h2{font-size:clamp(46px,7vw,86px)}.contact>p:not(.eyebrow){margin:0 0 8px}.contact>p:not(.eyebrow):last-of-type{margin-bottom:28px}.button-light{background:#fff;color:var(--ink);font-size:16px}
footer{background:#090a0b;color:#9ca0a4;padding:42px clamp(24px,7vw,104px);display:flex;align-items:center;justify-content:space-between;gap:30px;font-size:13px}.footer-brand{color:#fff}
@media(max-width:850px){nav a:not(.nav-call){display:none}.site-header{height:72px}.hero{min-height:650px}.hero-content{padding-bottom:60px}.service-grid,.trusted-grid,.project-grid{grid-template-columns:1fr}.service-grid article,.service-grid article+article{padding:26px 0 34px;border-right:0;border-bottom:1px solid var(--line);min-height:auto}.service-photo{height:auto;aspect-ratio:3/2}.service-grid h3{margin-top:20px}.trusted{padding-top:12px}.trusted-card{padding:30px}.compare{height:360px}.process-strip{grid-template-columns:1fr 1fr}.about{grid-template-columns:1fr;gap:25px}footer{flex-direction:column;text-align:center}}
@media(max-width:520px){.brand strong{font-size:17px}.nav-call{padding:10px 13px}.hero{min-height:610px}.hero h1{font-size:54px}.hero-content>p:not(.eyebrow){font-size:17px}.section{padding:78px 20px}.compare{height:270px}.process-strip img{height:150px}}
