.gallery-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.gallery-item{position:relative;min-height:0;padding:0;overflow:hidden;aspect-ratio:4 / 3;background:var(--steel);border:1px solid rgba(255,255,255,.12);border-radius:6px;cursor:pointer}.gallery-item:nth-child(1),.gallery-item:nth-child(8),.gallery-item:nth-child(13){grid-column:span 2;grid-row:span 2}.gallery-image{display:block;width:100%;height:100%;object-fit:cover;transform:scale(1.01);transition:transform .26s ease,filter .26s ease}.gallery-item:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 45%,rgba(0,0,0,.38));opacity:0;transition:opacity .26s ease}.gallery-item:hover .gallery-image,.gallery-item:focus-visible .gallery-image{filter:saturate(1.05) contrast(1.04);transform:scale(1.08)}.gallery-item:hover:after,.gallery-item:focus-visible:after{opacity:1}.gallery-item:focus-visible{outline:3px solid var(--brand-red);outline-offset:3px}.lightbox-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1200;display:grid;place-items:center;padding:clamp(1rem,3vw,2rem);background:#050607e0;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.lightbox-modal{width:min(1100px,100%);max-height:92vh;outline:none}.lightbox-content{position:relative;display:grid;place-items:center}.modal-image{display:block;width:auto;max-width:100%;max-height:92vh;object-fit:contain;border-radius:6px;box-shadow:0 28px 80px #00000080}.lightbox-button{position:absolute;display:grid;place-items:center;width:46px;height:46px;padding:0;color:var(--white);background:#0f1113d1;border:1px solid rgba(255,255,255,.24);border-radius:4px;cursor:pointer;transition:background-color .18s ease,transform .18s ease}.lightbox-button:hover,.lightbox-button:focus-visible{background:var(--brand-red);transform:translateY(-1px);outline:none}.close-button{top:1rem;right:1rem}.prev-button{left:1rem}.next-button{right:1rem}@media (max-width: 980px){.gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 560px){.gallery-grid{grid-template-columns:1fr}.gallery-item:nth-child(1),.gallery-item:nth-child(8),.gallery-item:nth-child(13){grid-column:auto;grid-row:auto}.prev-button,.next-button{top:auto;bottom:1rem}}:root{--brand-red: #c50b0c;--brand-red-dark: #930708;--ink: #171717;--steel: #262a2d;--graphite: #0f1113;--mist: #f6f3ef;--white: #ffffff;--muted: #6b6863;--line: rgba(23, 23, 23, .14);--header-height: 86px;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--ink);background:var(--mist);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:var(--header-height)}body{margin:0;min-width:320px;background:linear-gradient(90deg,rgba(197,11,12,.045) 0 1px,transparent 1px 100%),linear-gradient(0deg,rgba(23,23,23,.045) 0 1px,transparent 1px 100%),var(--mist);background-size:84px 84px}button,a{font:inherit}a{color:inherit}img{max-width:100%}.app-shell{min-height:100vh;overflow:hidden}.site-header{position:fixed;inset:0 0 auto;z-index:1000;display:flex;align-items:center;justify-content:space-between;height:var(--header-height);padding:0 clamp(1rem,4vw,4rem);color:var(--white);background:#0f1113e6;border-bottom:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.brand{display:inline-flex;align-items:center;gap:.85rem;min-width:0;color:var(--white);font-weight:800;text-decoration:none;text-transform:uppercase}.brand-logo{width:58px;height:58px;object-fit:contain;border-radius:50%;background:var(--white)}.brand span{max-width:20ch;font-size:.95rem;line-height:1.05}.site-nav{display:flex;align-items:center}.site-nav ul{display:flex;align-items:center;gap:.35rem;margin:0;padding:0;list-style:none}.site-nav a{display:inline-flex;align-items:center;min-height:42px;padding:0 .9rem;color:#ffffffd1;font-size:.9rem;font-weight:700;text-decoration:none;border-radius:4px;transition:background-color .18s ease,color .18s ease}.site-nav a:hover,.site-nav a:focus-visible{color:var(--white);background:#c50b0cb8;outline:none}.menu-toggle{display:none;width:44px;height:44px;padding:0;place-items:center;background:transparent;border:1px solid rgba(255,255,255,.24);border-radius:4px;cursor:pointer}.menu-toggle span{display:block;width:22px;height:2px;margin:4px auto;background:var(--white)}main{background:transparent}section{opacity:1;transform:none;transition:opacity .7s ease,transform .7s ease}section.visible{opacity:1;transform:translateY(0)}.hero-section{position:relative;display:grid;grid-template-columns:minmax(0,1fr) minmax(240px,360px);gap:clamp(2rem,5vw,5rem);align-items:end;min-height:94vh;padding:calc(var(--header-height) + 4rem) clamp(1rem,6vw,6rem) 5rem;color:var(--white);background:linear-gradient(90deg,#0c0d0ff0,#0c0d0fb3 44%,#0c0d0f5c),url(/assets/hero-background-C71caBEr.jpg) center / cover no-repeat}.hero-section:after{content:"";position:absolute;inset:auto 0 0;height:9px;background:linear-gradient(90deg,var(--brand-red),var(--brand-red-dark),var(--steel))}.hero-content{position:relative;z-index:1;max-width:850px}.eyebrow{margin:0 0 1rem;color:var(--brand-red);font-size:.78rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.hero-content .eyebrow,.contact-section .eyebrow{color:#ff4d4d}h1,h2,h3,p{margin-top:0}h1{max-width:10ch;margin-bottom:1.2rem;font-size:clamp(3.25rem,9vw,8.3rem);line-height:.88;text-transform:uppercase}h2{max-width:820px;margin-bottom:0;font-size:clamp(2rem,5vw,4.8rem);line-height:.98}h3{margin-bottom:1rem;font-size:1.15rem}.hero-copy{max-width:640px;margin-bottom:2rem;color:#ffffffd1;font-size:clamp(1.05rem,2vw,1.32rem)}.hero-actions,.contact-actions{display:flex;flex-wrap:wrap;gap:.8rem}.button{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 1.2rem;color:var(--white);font-weight:850;text-decoration:none;border-radius:4px;border:1px solid transparent;transition:transform .18s ease,background-color .18s ease,border-color .18s ease}.button:hover,.button:focus-visible{transform:translateY(-2px);outline:none}.button-primary{background:var(--brand-red);box-shadow:0 16px 36px #c50b0c47}.button-primary:hover,.button-primary:focus-visible{background:#e10f10}.button-secondary{background:#ffffff14;border-color:#ffffff59}.button-secondary:hover,.button-secondary:focus-visible{background:#ffffff29}.hero-panel{position:relative;z-index:1;display:grid;gap:.7rem;align-self:end;padding:1rem;border-left:4px solid var(--brand-red);background:#0f1113c7;box-shadow:0 28px 80px #00000059}.hero-panel span{display:block;padding:.85rem 1rem;color:#ffffffdb;font-weight:800;background:#ffffff0f}.content-section{padding:clamp(4rem,8vw,7rem) clamp(1rem,6vw,6rem)}.section-heading{display:grid;gap:.75rem;margin-bottom:clamp(2rem,5vw,3.5rem)}.services-section{background:var(--mist)}.services-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;background:var(--line);border:1px solid var(--line)}.service-card{min-height:260px;padding:clamp(1.25rem,3vw,2rem);background:#ffffffb3}.service-card:before{content:"";display:block;width:54px;height:5px;margin-bottom:1.4rem;background:var(--brand-red)}.service-card p,.contact-copy p{color:var(--muted);font-size:1rem}.gallery-section{color:var(--white);background:linear-gradient(135deg,rgba(197,11,12,.18),transparent 36%),var(--graphite)}.gallery-section .section-heading{max-width:980px}.process-section{background:var(--white)}.process-list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;margin:0;padding:0;list-style:none;background:var(--line);border:1px solid var(--line)}.process-list li{min-height:210px;padding:clamp(1.25rem,3vw,2rem);background:var(--white)}.process-list span{display:block;margin-bottom:2rem;color:var(--brand-red);font-size:.82rem;font-weight:900}.process-list p{margin-bottom:0;font-size:clamp(1.2rem,2vw,1.65rem);font-weight:850;line-height:1.1}.contact-section{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:clamp(1.5rem,5vw,4rem);align-items:center;color:var(--white);background:linear-gradient(90deg,#0f1113f0,#0f1113b8),var(--steel)}.contact-copy{max-width:840px}.contact-section h2{max-width:720px;font-size:clamp(2.2rem,5vw,5rem)}.contact-copy p{margin-top:1.2rem;color:#ffffffbd}.footer{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:2rem clamp(1rem,6vw,6rem);color:#ffffffb8;background:#08090a}.footer strong{color:var(--white)}.footer p{margin-bottom:0}@media (max-width: 980px){.hero-section,.contact-section{grid-template-columns:1fr}.hero-panel{max-width:520px}.services-grid,.process-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 760px){:root{--header-height: 74px}.site-header{padding:0 1rem}.brand-logo{width:48px;height:48px}.brand span{max-width:14ch;font-size:.78rem}.menu-toggle{display:block}.site-nav ul{position:absolute;top:calc(100% + 1px);right:1rem;display:none;width:min(280px,calc(100vw - 2rem));padding:.75rem;background:#0f1113fa;border:1px solid rgba(255,255,255,.1);box-shadow:0 22px 60px #0000004d}.site-nav ul.nav-active{display:grid}.site-nav a{width:100%}.hero-section{min-height:92vh;padding-top:calc(var(--header-height) + 3rem);padding-bottom:3.5rem}.content-section{padding-block:4rem}.services-grid,.process-list{grid-template-columns:1fr}.service-card,.process-list li{min-height:auto}.footer{display:grid}}
