*{box-sizing:border-box;margin:0;padding:0}:root{--primary-red:#d62828;--accent-orange:#ff6a00;--white:#fff;--dark:#1f1f1f;--text-gray:#555;--light-gray:#f3f3f3;--border-gray:#ddd;--background:#fff;--shadow-soft:0 6px 18px #0000000d;--shadow-medium:0 8px 24px #0000000f;--radius-sm:6px;--radius-md:8px;--radius-lg:12px;--max-width:1200px}html{scroll-behavior:smooth}body{background-color:var(--background);color:var(--dark);font-family:Arial,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none;transition:color .25s}img{max-width:100%;display:block}button,input,select,textarea{font:inherit}button{cursor:pointer;border:none}input,select,textarea{border:1px solid var(--border-gray);background-color:var(--white);color:var(--dark)}input:focus,select:focus,textarea:focus{border-color:var(--accent-orange);outline:none;box-shadow:0 0 0 3px #ff6a001f}.page-section{max-width:var(--max-width);margin:0 auto;padding:5rem 2rem}.section-label{color:var(--accent-orange);text-transform:uppercase;letter-spacing:1px;margin-bottom:.5rem;font-weight:700}.section-heading h2{color:var(--dark);font-size:2.2rem;line-height:1.2}.page-section p,.intro-text,.services-intro-text,.gallery-intro-text{color:var(--text-gray);max-width:850px;font-size:1.05rem}.section-button-wrap{margin-top:2rem}.navbar{background-color:var(--white);border-bottom:3px solid var(--primary-red);z-index:1000;position:sticky;top:0}.navbar-container{max-width:var(--max-width);justify-content:space-between;align-items:center;margin:0 auto;padding:1rem 2rem;display:flex}.logo{color:var(--primary-red);font-size:1.5rem;font-weight:800}.nav-links{color:var(--dark);gap:1.5rem;font-weight:600;display:flex}.nav-links a:hover{color:var(--accent-orange)}.footer{background-color:var(--white);color:var(--ff6a00);border-top:4px solid var(--accent-orange);padding:2rem}.footer-container{max-width:var(--max-width);text-align:center;margin:0 auto}.footer h1{color:var(--accent-orange);margin-bottom:.5rem}.primary-btn,.secondary-btn{border-radius:var(--radius-sm);padding:.9rem 1.5rem;font-weight:700;transition:all .25s;display:inline-block}.primary-btn{background-color:var(--primary-red);color:var(--white)}.primary-btn:hover{background-color:#b71c1c}.secondary-btn{border:2px solid var(--accent-orange);color:var(--accent-orange);background-color:#0000}.secondary-btn:hover{background-color:var(--accent-orange);color:var(--white)}.hero-secondary{border-color:var(--white);color:var(--white)}.hero-secondary:hover{background-color:var(--white);color:var(--dark)}.light-label{color:#ffe0b2}.light-btn{background-color:var(--white);color:var(--primary-red)}.light-btn:hover{background-color:#f4f4f4}.hero-overlay{width:100%}.hero-content{max-width:var(--max-width);color:var(--white);margin:0 auto;padding:6rem 2rem}.hero-subtitle{color:#ffd180;text-transform:uppercase;letter-spacing:1px;margin-bottom:1rem;font-weight:700}.hero h1{margin-bottom:1rem;font-size:4rem;line-height:1.1}.hero-text{color:#f5f5f5;max-width:700px;margin-bottom:2rem;font-size:1.1rem}.hero-buttons{flex-wrap:wrap;gap:1rem;display:flex}.card-grid,.services-grid,.gallery-preview-grid,.gallery-highlights-grid,.values-grid,.choose-us-grid{gap:1.5rem;display:grid}.card-grid,.gallery-preview-grid,.services-grid,.gallery-highlights-grid,.values-grid,.choose-us-grid{grid-template-columns:repeat(3,1fr)}.service-card,.service-detail-card,.value-card,.gallery-highlight-card,.process-step{background-color:var(--white);box-shadow:var(--shadow-soft)}.service-card{border:1px solid var(--border-gray);border-top:5px solid var(--primary-red);padding:2rem}.service-card h3,.process-step h3,.choose-us-item h3,.gallery-highlight-card h3{color:var(--dark);margin-bottom:.8rem}.service-card p,.service-detail-card p,.value-card p,.process-step p,.choose-us-item p,.gallery-highlight-card p,.about-text p,.contact-info p{color:var(--text-gray)}.services-preview{background-color:var(--light-gray)}.gallery-box{border:1px solid var(--border-gray);color:#666;background:linear-gradient(135deg,#efefef,#dcdcdc);justify-content:center;align-items:center;min-height:260px;font-weight:700;display:flex}.home-cta,.about-cta{background:linear-gradient(135deg, var(--primary-red), var(--accent-orange));color:var(--white);padding:5rem 2rem}.home-cta-content,.about-cta-content,.services-cta-content,.gallery-cta-content{text-align:center;max-width:850px;margin:0 auto}.home-cta-content h2,.about-cta-content h2,.services-cta-content h2,.gallery-cta-content h2{margin-bottom:1rem;font-size:2.2rem}.home-cta-content p,.about-cta-content p{color:var(--white);margin:0 auto 2rem}.inner-page-hero,.contact-hero{background-position:50%;background-size:cover;align-items:center;min-height:45vh;display:flex}.inner-page-overlay,.contact-hero-overlay{width:100%}.inner-page-content,.contact-hero-content{max-width:var(--max-width);color:var(--white);margin:0 auto;padding:5rem 2rem}.inner-page-content h1,.contact-hero-content h1{margin-bottom:1rem;font-size:3rem;line-height:1.15}.inner-page-content p,.contact-hero-content p{color:#f1f1f1;max-width:750px;font-size:1.05rem}.contact-hero{background-image:linear-gradient(#0a0a0a99,#0a0a0a99),url(/images/contact-hero.jpg);background-position:50% 25%;background-size:cover}.service-detail-card{border:1px solid var(--border-gray);border-left:5px solid var(--accent-orange);padding:2rem}.service-detail-card h3,.value-card h3{color:var(--primary-red);margin-bottom:.75rem}.auto-body-process-section,.about-values-section,.gallery-highlights-section{background-color:var(--light-gray)}.process-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.process-step{border-top:5px solid var(--primary-red);padding:2rem}.process-step span,.choose-us-item span{color:var(--accent-orange);margin-bottom:1rem;font-size:2rem;font-weight:800;display:inline-block}.services-cta,.gallery-cta{background-color:var(--dark);color:var(--white);padding:5rem 2rem}.services-cta-content p,.gallery-cta-content p{color:#e8e8e8;margin:0 auto 2rem}.about-grid{grid-template-columns:1.2fr 1fr;align-items:center;gap:2rem;display:grid}.about-image-box{border:1px solid var(--border-gray);color:#666;background:linear-gradient(135deg,#efefef,#d8d8d8);justify-content:center;align-items:center;min-height:380px;font-weight:700;display:flex}.value-card{border-top:5px solid var(--accent-orange);padding:2rem}.choose-us-item{border:1px solid var(--border-gray);background-color:var(--white);padding:2rem}.main-gallery-grid{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.gallery-card{border:1px solid var(--border-gray);color:#666;background:linear-gradient(135deg,#efefef,#d9d9d9);justify-content:center;align-items:center;min-height:260px;font-weight:700;display:flex;box-shadow:0 6px 18px #0000000a}.gallery-highlight-card{border-top:5px solid var(--primary-red);padding:2rem}.contact-section{padding:5rem 0}.contact-container{grid-template-columns:1fr 1.2fr;align-items:start;gap:3rem;width:min(1100px,90%);margin:0 auto;display:grid}.contact-details{gap:.75rem;margin-top:1.5rem;display:grid}.contact-form{background:var(--white);border:1px solid var(--border-gray);border-radius:var(--radius-lg);box-shadow:var(--shadow-medium);flex-direction:column;gap:1.25rem;padding:2rem;display:flex}.form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-group label{color:var(--dark);font-weight:600}.form-group input,.form-group select,.form-group textarea{border-radius:var(--radius-md);width:100%;padding:.9rem 1rem;font-size:1rem}.form-group textarea{resize:vertical;min-height:150px}.file-help-text{color:var(--text-gray);font-size:.9rem}.file-preview-list{background:var(--light-gray);border-radius:var(--radius-md);margin-top:.5rem;padding:.75rem 1rem}.image-preview-grid{grid-template-columns:repeat(auto-fit,minmax(80px,1fr));gap:.5rem;margin-top:.75rem;display:grid}.image-preview{object-fit:cover;border-radius:var(--radius-sm);border:1px solid var(--border-gray);width:100%;height:80px}@media (width<=1000px){.services-grid,.values-grid,.choose-us-grid,.gallery-highlights-grid,.about-grid,.contact-container{grid-template-columns:1fr}.process-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=900px){.card-grid,.gallery-preview-grid,.main-gallery-grid{grid-template-columns:1fr}.hero h1{font-size:3rem}}@media (width<=768px){.navbar-container{flex-direction:column;gap:1rem}.nav-links{flex-wrap:wrap;justify-content:center}.section-heading h2{font-size:1.8rem}.hero{min-height:70vh}.hero-content,.inner-page-content,.contact-hero-content{padding:5rem 1.5rem}.hero h1{font-size:2.5rem}.inner-page-content h1,.contact-hero-content h1{font-size:2.3rem}.services-grid,.process-grid,.form-row{grid-template-columns:1fr}.gallery-card.large{min-height:260px}.contact-form{padding:1.5rem}}.service-card,.service-detail-card{transition:transform .25s,box-shadow .25s}.service-card:hover,.service-detail-card:hover{transform:translateY(-5px);box-shadow:0 12px 28px #00000014}.primary-btn:hover{transform:translateY(-2px)}.main-gallery-grid img{object-fit:cover;width:100%;height:100%;display:block}.gallery-box img{object-fit:cover;width:100%;height:100%}body{letter-spacing:.1px}.page-section{padding:6rem 2rem}.section-heading{margin-bottom:2.5rem}.section-label{font-size:.82rem}.section-heading h2{max-width:760px;font-size:clamp(2rem,4vw,3rem);line-height:1.1}.intro-text,.services-intro-text,.gallery-intro-text{font-size:1.08rem;line-height:1.8}.navbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#fffffff5;box-shadow:0 2px 12px #0000000a}.nav-links a{position:relative}.nav-links a:after{content:"";background:var(--accent-orange);width:0;height:2px;transition:width .25s;position:absolute;bottom:-6px;left:0}.nav-links a:hover:after{width:100%}.hero{background-image:linear-gradient(#0a0a0a94,#0a0a0a94),url(/images/hero-auto-body.jpg);background-position:50%;background-size:cover;min-height:88vh}.hero-content{max-width:760px;padding:8rem 2rem}.hero-subtitle{letter-spacing:2px;margin-bottom:1rem;font-size:.85rem}.hero h1{max-width:800px;font-size:clamp(3rem,6vw,5.5rem);font-weight:800;line-height:.98}.hero-accent{color:#ffd7c2}.hero-text{color:#ffffffeb;max-width:680px;margin-top:1.5rem;margin-bottom:2rem;font-size:1.12rem;line-height:1.8}.hero-buttons{gap:1rem}.primary-btn,.secondary-btn{border-radius:999px;padding:1rem 1.6rem;box-shadow:0 8px 20px #00000014}.primary-btn:hover,.secondary-btn:hover,.light-btn:hover{transform:translateY(-2px)}.premium-section{position:relative}.premium-card,.service-detail-card,.value-card,.gallery-highlight-card,.process-step,.choose-us-item,.contact-form{border-radius:18px;overflow:hidden}.service-card,.service-detail-card,.value-card,.gallery-highlight-card,.process-step,.choose-us-item{transition:transform .25s,box-shadow .25s}.service-card:hover,.service-detail-card:hover,.value-card:hover,.gallery-highlight-card:hover,.process-step:hover,.choose-us-item:hover{transform:translateY(-6px);box-shadow:0 18px 34px #00000017}.service-card{padding:2.1rem}.premium-gallery-grid{gap:1.25rem}.premium-gallery-box,.gallery-card{border-radius:18px;min-height:300px;overflow:hidden;box-shadow:0 10px 24px #0000000f}.gallery-box img,.main-gallery-grid img{object-fit:cover;width:100%;height:100%;transition:transform .45s}.premium-gallery-box:hover img,.gallery-card:hover img{transform:scale(1.04)}.gallery-card{background:#e9e9e9;padding:0}.main-gallery-grid{gap:1.25rem}.gallery-card.large{min-height:380px}.inner-page-hero,.contact-hero{min-height:50vh}.inner-page-content,.contact-hero-content{padding:6rem 2rem}.inner-page-content h1,.contact-hero-content h1{font-size:clamp(2.5rem,5vw,4rem)}.services-hero{background-image:linear-gradient(#0a0a0a94,#0a0a0a94),url(/images/services-hero.jpg)}.about-hero{background-image:linear-gradient(#0a0a0a94,#0a0a0a94),url(/images/about-hero.jpg)}.gallery-hero{background-image:linear-gradient(#0a0a0a94,#0a0a0a94),url(/images/gallery-hero.jpg)}.contact-hero{background-image:linear-gradient(#0a0a0a94,#0a0a0a94),url(/images/contact-hero.jpg)}.about-image-box{border-radius:18px;min-height:420px;overflow:hidden;box-shadow:0 12px 26px #0000000f}.premium-cta,.about-cta,.services-cta,.gallery-cta{position:relative;overflow:hidden}.home-cta-content,.about-cta-content,.services-cta-content,.gallery-cta-content{max-width:760px}.home-cta-content h2,.about-cta-content h2,.services-cta-content h2,.gallery-cta-content h2{font-size:clamp(2rem,4vw,3rem);line-height:1.1}.contact-form{border-radius:20px;padding:2.25rem}.form-group input,.form-group select,.form-group textarea{min-height:52px}.form-group textarea{min-height:160px}.image-preview{border-radius:10px;height:90px}.footer{padding:3rem 2rem}.footer-container p{opacity:.92}@media (width<=768px){.page-section{padding:4.5rem 1.25rem}.hero{min-height:78vh}.hero-content,.inner-page-content,.contact-hero-content{padding:5rem 1.25rem}.premium-gallery-box,.gallery-card,.gallery-card.large{min-height:260px}}.logo-text{color:var(--primary-red);font-size:1.2rem;font-weight:800}.logo-img{transition:transform .25s}.logo-wrap:hover .logo-img{transform:scale(1.05)}.logo-wrap{align-items:center;gap:.7rem;display:flex}.logo-img{object-fit:contain;width:auto;height:44px}.logo-text-wrap{flex-direction:column;line-height:1;display:flex}.logo-main{color:var(--primary-red);font-size:1.15rem;font-weight:800}.logo-sub{color:var(--text-gray);letter-spacing:.5px;margin-top:2px;font-size:.7rem}.logo-main{font-size:1.05rem}.logo-img{height:40px}.about-image-box img{object-fit:cover;border-radius:18px;width:100%;height:100%;transition:transform .4s}.about-image-box:hover img{transform:scale(1.03)}.reviews-section{background:#f8f8f8}.reviews-content{max-width:1100px;margin:0 auto}.reviews-embed{border-radius:16px;margin-top:2rem;overflow:hidden;box-shadow:0 12px 28px #0000001a}.section-heading.center{text-align:center}.pawn-subtext{color:var(--text-gray);margin-top:.5rem;font-size:.9rem}.video-wrapper{border-radius:16px;width:100%;margin-top:2rem;padding-bottom:56.25%;position:relative;overflow:hidden;box-shadow:0 12px 28px #0000001a}.video-wrapper iframe{width:100%;height:100%;position:absolute;top:0;left:0}.pawn-stars-section{background:linear-gradient(#f8f8f8,#fff)}.pawn-stars-content{text-align:center;max-width:1050px;margin:0 auto}.pawn-stars-heading{max-width:720px;margin:0 auto 2.25rem}.pawn-stars-heading h2{color:var(--dark);margin-bottom:.85rem;font-size:clamp(2rem,4vw,3rem);line-height:1.1}.pawn-subtext{color:var(--text-gray);margin:0 auto;font-size:1rem}.video-wrapper{background:#000;border-radius:18px;width:100%;padding-bottom:56.25%;position:relative;overflow:hidden;box-shadow:0 18px 38px #00000024}.video-wrapper iframe{width:100%;height:100%;position:absolute;inset:0}.hidden{display:none}.gallery-card img{object-fit:cover;object-position:center;width:100%;height:100%}.gallery-card{height:280px;overflow:hidden}.gallery-card img{object-fit:cover;width:100%;height:100%}.corvette-card img{object-position:75% center}.truck-card img{object-fit:contain;background-color:#f4f4f4;padding:.35rem}.footer{color:#080606;text-align:center;background:#eee7e7;padding:2rem 1rem}.footer-container h3{margin-bottom:.5rem}.footer-container p{margin:.25rem 0}.site-footer{color:#aaa;margin-top:1rem;font-size:.85rem}.site-credit{opacity:.7;font-size:.75rem}.site-credit a{color:#9e0b0b;text-decoration:none}.site-credit a:hover{text-decoration:underline}.map-card{border-radius:18px;margin-top:2rem;overflow:hidden;box-shadow:0 12px 28px #0000001a}.about-carousel img{object-fit:cover;width:100%;height:100%;display:block}.carousel-arrow{color:#fff;cursor:pointer;z-index:2;background:#0000008c;border:none;border-radius:50%;place-items:center;width:42px;height:42px;font-size:2rem;line-height:1;transition:all .25s;display:grid;position:absolute;top:50%;transform:translateY(-50%)}.carousel-arrow:hover{background:var(--primary-red)}.carousel-dots{z-index:2;gap:.45rem;display:flex;position:absolute;bottom:1rem;left:50%;transform:translate(-50%)}.carousel-dot{cursor:pointer;background:#ffffff8c;border:none;border-radius:50%;width:9px;height:9px;padding:0}@media (width<=768px){.about-carousel{height:320px}.carousel-arrow{width:36px;height:36px;font-size:1.7rem}}.owner-message{border-left:4px solid var(--primary-red);background:#f8f8f8;border-radius:14px;margin-top:2rem;padding:1.5rem}.owner-greeting{font-weight:700}.owner-signoff{margin-top:1rem}.signature-img{max-width:180px;margin:.25rem 0}.owner-name{font-weight:700}.about-carousel{border-radius:18px;height:420px;position:relative;overflow:hidden}.about-carousel img{object-fit:cover;width:100%;height:100%}.carousel-arrow{color:#fff;cursor:pointer;background:#00000080;border:none;border-radius:50%;width:42px;height:42px;font-size:2rem;position:absolute;top:50%;transform:translateY(-50%)}.carousel-arrow-left{left:10px}.carousel-arrow-right{right:10px}.carousel-dots{gap:6px;display:flex;position:absolute;bottom:10px;left:50%;transform:translate(-50%)}.carousel-dot{background:#fff9;border:none;border-radius:50%;width:8px;height:8px}.carousel-dot.active{background:#fff;border-radius:999px;width:18px}.map-card{cursor:pointer;border-radius:18px;margin:2rem 0;transition:transform .25s;display:block;overflow:hidden;box-shadow:0 12px 28px #0000001a}.map-card:hover{transform:translateY(-4px)}.map-card iframe{pointer-events:none;border:0;width:100%;height:350px}
