:root{--red:#d71920;--red-dark:#a90f15;--ink:#141414;--muted:#686868;--paper:#fff;--soft:#f5f5f3;--line:#deded9;--max:1180px;--radius:18px;--shadow:0 18px 50px rgba(0,0,0,.12)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--paper);font-family:Arial,Helvetica,sans-serif;line-height:1.55}img,video{display:block;max-width:100%}a{color:inherit}.skip-link{position:absolute;left:-9999px}.skip-link:focus{left:1rem;top:1rem;z-index:100;background:#fff;padding:.8rem}.topline{padding:.45rem 1rem;background:var(--ink);color:#fff;text-align:center;font-size:.78rem;letter-spacing:.04em}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);border-bottom:1px solid rgba(0,0,0,.08)}.nav-wrap{max-width:var(--max);min-height:82px;margin:auto;padding:.6rem 1.2rem;display:flex;align-items:center;gap:2rem}.brand{display:flex;align-items:center;gap:.6rem;text-decoration:none;font-weight:900;line-height:1.05;text-transform:uppercase}.brand img{width:64px;height:64px;object-fit:contain}.brand span{font-size:.86rem}nav{margin-left:auto;display:flex;gap:1.2rem}nav a{text-decoration:none;font-size:.88rem;font-weight:700}nav a:hover{color:var(--red)}.menu-toggle{display:none}.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:.75rem 1.2rem;border:2px solid var(--red);border-radius:999px;background:var(--red);color:#fff;text-decoration:none;font-weight:800;cursor:pointer}.button:hover{background:var(--red-dark);border-color:var(--red-dark)}.button-light{background:#fff;color:var(--ink);border-color:#fff}.button-outline{background:transparent;color:var(--red)}.button.small{min-height:42px;padding:.55rem 1rem}.hero{position:relative;min-height:680px;display:grid;align-items:center;overflow:hidden;background:#222;color:#fff}.hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 58%}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.88) 0%,rgba(0,0,0,.62) 48%,rgba(0,0,0,.08) 100%)}.hero-copy{position:relative;z-index:2;width:min(700px,90%);margin-left:max(calc((100% - var(--max))/2),5vw);padding:6rem 1rem}.eyebrow{margin:0 0 .7rem;color:var(--red);font-weight:900;text-transform:uppercase;letter-spacing:.13em;font-size:.76rem}.hero .eyebrow{color:#fff}.hero h1{font-size:clamp(3.2rem,7vw,6.9rem);letter-spacing:-.06em;line-height:.86;margin:.3rem 0 1.4rem;text-transform:uppercase}.hero h1 span{color:var(--red)}.hero-copy>p:not(.eyebrow,.fine){max-width:620px;font-size:1.16rem}.button-row{display:flex;gap:.8rem;flex-wrap:wrap;margin-top:1.5rem}.fine{font-size:.76rem;color:#ddd}.hero-stats{position:absolute;z-index:3;right:max(calc((100% - var(--max))/2),3vw);bottom:2rem;display:flex;background:#fff;color:#111;border-radius:var(--radius);box-shadow:var(--shadow)}.hero-stats div{padding:1rem 1.2rem;border-right:1px solid var(--line)}.hero-stats div:last-child{border:0}.hero-stats strong,.hero-stats span{display:block}.hero-stats strong{color:var(--red);font-size:1rem}.hero-stats span{font-size:.72rem}.quick-actions{max-width:var(--max);margin:-1rem auto 0;position:relative;z-index:5;display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden}.quick-actions a{padding:1.25rem;text-decoration:none;border-right:1px solid var(--line)}.quick-actions a:last-child{border:0}.quick-actions b,.quick-actions span{display:block}.quick-actions b{color:var(--red)}.quick-actions span{font-size:.8rem;color:var(--muted)}.section{padding:7rem max(1.2rem,calc((100% - var(--max))/2))}.section-heading{max-width:690px;margin-bottom:2.5rem}.section-heading h2,.feature-copy h2,.form-intro h2{font-size:clamp(2.3rem,5vw,4.5rem);line-height:.98;letter-spacing:-.045em;margin:.3rem 0 1rem}.section-heading>p:last-child,.feature-copy>p,.form-intro>p{color:var(--muted);font-size:1.05rem}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.service-card{padding:1.5rem;border:1px solid var(--line);border-radius:var(--radius);background:#fff;transition:.2s}.service-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.service-card>span{color:var(--red);font-weight:900}.service-card h3{font-size:1.25rem}.service-card p{color:var(--muted);font-size:.92rem}.service-card a,.category-grid a,.text-link{color:var(--red);font-weight:800;text-decoration:none}.feature-split{display:grid;grid-template-columns:1.05fr .95fr;min-height:680px;background:var(--soft)}.feature-image img{width:100%;height:100%;object-fit:cover}.feature-copy{display:flex;flex-direction:column;justify-content:center;padding:5rem max(2rem,8vw)}.feature-copy ul{padding-left:1.2rem}.feature-copy li{margin:.6rem 0}.dark{background:var(--ink);color:#fff}.dark .section-heading>p:last-child{color:#bbb}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.category-grid article{min-height:230px;padding:1.4rem;display:flex;flex-direction:column;background:#222;border:1px solid #333;border-radius:var(--radius)}.category-grid h3{font-size:1.35rem}.category-grid p{color:#bbb}.category-grid a{margin-top:auto}.gallery{background:var(--soft)}.gallery-grid{display:grid;grid-template-columns:repeat(12,1fr);grid-auto-rows:260px;gap:.8rem}.gallery-grid img{width:100%;height:100%;object-fit:cover;border-radius:14px}.gallery-grid img:nth-child(1),.gallery-grid img:nth-child(4){grid-column:span 5}.gallery-grid img:nth-child(2),.gallery-grid img:nth-child(3),.gallery-grid img:nth-child(5),.gallery-grid img:nth-child(6){grid-column:span 3}.video-card{margin-top:2rem;display:grid;grid-template-columns:2fr 1fr;align-items:center;background:#fff;border-radius:var(--radius);overflow:hidden}.video-card video{width:100%;max-height:560px;background:#000}.video-card div{padding:2rem}.locations{background:#fff}.location-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.location-grid article{padding:1.6rem;border:1px solid var(--line);border-radius:var(--radius)}.location-number{font-size:3rem;font-weight:900;color:#eee}.location-grid h3{font-size:1.25rem}.location-grid address{font-style:normal;color:var(--muted)}.location-grid .phone{display:inline-block;margin:.7rem 0;color:var(--red);font-size:1.4rem;font-weight:900;text-decoration:none}.location-grid ul{padding:0;list-style:none;color:var(--muted);font-size:.9rem}.notice{max-width:var(--max);margin:1rem auto;padding:1rem 1.2rem;border-radius:10px}.success{background:#e9f8ed;color:#165b28}.error{background:#fff0f0;color:#8d1111}.forms-section{padding:7rem max(1.2rem,calc((100% - var(--max))/2));display:grid;grid-template-columns:.75fr 1.25fr;gap:4rem;background:var(--soft)}.forms-section.alternate{background:#fff}.privacy-note{margin-top:2rem;padding:1rem;border-left:4px solid var(--red);background:#fff;font-size:.85rem}.request-form{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.request-form label{display:flex;flex-direction:column;gap:.35rem;font-size:.82rem;font-weight:800}.request-form input,.request-form select,.request-form textarea{width:100%;padding:.9rem;border:1px solid #bbb;border-radius:9px;background:#fff;color:#111;font:inherit}.request-form input:focus,.request-form select:focus,.request-form textarea:focus{outline:3px solid rgba(215,25,32,.22);border-color:var(--red)}.request-form .wide{grid-column:1/-1}.hp{position:absolute!important;left:-9999px!important}footer{padding:5rem max(1.2rem,calc((100% - var(--max))/2)) 2rem;display:grid;grid-template-columns:2fr 1fr 1fr;gap:2rem;background:#0c0c0c;color:#fff}.footer-brand{display:flex;gap:1rem;align-items:center}.footer-brand img{background:#fff;border-radius:50%}footer h2,footer h3{margin-top:0}footer a{display:block;margin:.45rem 0;color:#ddd;text-decoration:none}footer p{color:#aaa}.copyright{grid-column:1/-1;border-top:1px solid #333;padding-top:1.5rem;font-size:.78rem}.mobile-bar{display:none}
@media(max-width:900px){nav,.header-call{display:none}.menu-toggle{display:block;margin-left:auto;border:1px solid var(--line);background:#fff;border-radius:8px;padding:.6rem}.nav-wrap.open nav{position:absolute;display:flex;flex-direction:column;top:100%;left:0;right:0;padding:1.3rem;background:#fff;border-top:1px solid var(--line)}.hero{min-height:720px}.hero-shade{background:linear-gradient(0deg,rgba(0,0,0,.9),rgba(0,0,0,.28))}.hero-copy{align-self:end;margin:0;padding:4rem 1.2rem 8rem}.hero h1{font-size:clamp(3.2rem,14vw,5.7rem)}.hero-stats{left:1rem;right:1rem;bottom:1rem}.quick-actions{margin:0;border-radius:0;grid-template-columns:1fr 1fr}.service-grid,.location-grid{grid-template-columns:1fr 1fr}.category-grid{grid-template-columns:1fr 1fr}.feature-split{grid-template-columns:1fr}.feature-image{max-height:520px}.forms-section{grid-template-columns:1fr;gap:2rem}.gallery-grid{grid-auto-rows:210px}.gallery-grid img{grid-column:span 6!important}.video-card{grid-template-columns:1fr}footer{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}}
@media(max-width:600px){body{padding-bottom:58px}.topline{display:none}.nav-wrap{min-height:70px}.brand img{width:50px;height:50px}.hero{min-height:690px}.hero-copy{padding-bottom:10rem}.hero h1{font-size:3.6rem}.hero-stats{overflow:auto}.hero-stats div{min-width:140px}.quick-actions{grid-template-columns:1fr 1fr}.service-grid,.location-grid,.category-grid{grid-template-columns:1fr}.section{padding-top:5rem;padding-bottom:5rem}.gallery-grid{display:grid;grid-template-columns:1fr 1fr;grid-auto-rows:180px}.gallery-grid img{grid-column:auto!important}.request-form{grid-template-columns:1fr}.request-form .wide{grid-column:auto}.forms-section{padding-top:5rem;padding-bottom:5rem}footer{grid-template-columns:1fr}.footer-brand{grid-column:auto}.copyright{grid-column:auto}.mobile-bar{position:fixed;display:grid;grid-template-columns:repeat(3,1fr);z-index:60;left:0;right:0;bottom:0;background:var(--red);box-shadow:0 -4px 18px rgba(0,0,0,.2)}.mobile-bar a{padding:1rem .4rem;color:#fff;text-align:center;text-decoration:none;font-size:.78rem;font-weight:900;border-right:1px solid rgba(255,255,255,.25)}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.service-card{transition:none}}
