.btn{font-family:var(--font-display);letter-spacing:.06em;text-transform:uppercase;border-radius:var(--radius);cursor:pointer;transition:background var(--transition), color var(--transition), border-color var(--transition), transform var(--transition);border:2px solid #0000;justify-content:center;align-items:center;gap:.5rem;padding:.875rem 1.75rem;font-size:.875rem;font-weight:400;display:inline-flex}.btn:hover:not(:disabled){transform:translateY(-2px)}.btn:disabled{opacity:.6;cursor:not-allowed}.btn--primary{background:var(--red);color:var(--white);border-color:var(--red)}.btn--primary:hover:not(:disabled){background:var(--red-dark);border-color:var(--red-dark)}.btn--secondary{background:var(--black);color:var(--white);border-color:var(--black)}.btn--secondary:hover:not(:disabled){background:var(--steel);border-color:var(--steel)}.btn--outline{color:inherit;background:0 0;border-color:currentColor}.btn--outline:hover:not(:disabled){background:#ffffff14}.header{z-index:100;height:var(--header-height);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:background var(--transition), box-shadow var(--transition), backdrop-filter var(--transition);background:#0c0c0cbf;position:fixed;top:0;left:0;right:0}.header--overlay{-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:none;background:linear-gradient(#0c0c0cb8 0%,#0c0c0c47 55%,#0000 100%)}.header--overlay .header__logo img{height:3.25rem}.header--overlay .header__link{opacity:1;text-shadow:0 1px 12px #0c0c0cd9}.header--scrolled{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0c0c0ceb;box-shadow:0 1px #ffffff0f}.header--menu-open{background:var(--black);-webkit-backdrop-filter:none;backdrop-filter:none}.header__inner{z-index:2;justify-content:space-between;align-items:center;gap:2rem;height:100%;display:flex;position:relative}.header__logo img{object-fit:contain;width:auto;height:2.75rem;transition:height var(--transition);filter:drop-shadow(0 2px 8px #0c0c0c73)}.header__nav{margin-left:auto}.header__links{gap:2rem;display:flex}.header__link{font-family:var(--font-display);letter-spacing:.08em;text-transform:uppercase;color:var(--text-on-dark);opacity:.75;transition:opacity var(--transition), color var(--transition);font-size:.8125rem;font-weight:400}.header__link:hover,.header__link--active{opacity:1;color:var(--white)}.header__link--active{color:var(--red)}.header__actions{align-items:center;gap:1rem;display:flex}.header__cta{padding:.625rem 1.25rem;font-size:.75rem}.header__menu-btn{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;gap:5px;width:2.5rem;height:2.5rem;padding:0;display:none}.header__menu-btn span{background:var(--white);width:1.5rem;height:2px;transition:transform var(--transition), opacity var(--transition);display:block}.header__menu-btn--open span:first-child{transform:translateY(7px)rotate(45deg)}.header__menu-btn--open span:nth-child(2){opacity:0}.header__menu-btn--open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.header__mobile{display:none}@media (width<=768px){.header--overlay .header__logo img{height:2.75rem}.header__nav,.header__cta{display:none}.header__menu-btn{display:flex}.header__mobile{z-index:1;background-color:var(--black);isolation:isolate;padding:calc(var(--header-height) + 2rem) 2rem 2rem;clip-path:inset(0 0 0 100%);transition:clip-path var(--transition);display:block;position:fixed;inset:0;overflow-y:auto}.header__mobile--open{clip-path:inset(0)}.header__mobile nav{flex-direction:column;gap:2rem;display:flex}.header__mobile ul{flex-direction:column;gap:1.5rem;display:flex}.header__mobile-link{font-family:var(--font-display);color:var(--text-on-dark);text-transform:uppercase;font-size:1.5rem;font-weight:400}.header__mobile-link--active{color:var(--red)}}.footer{color:var(--text-on-white);background:#fff;margin-top:auto}.footer__inner{grid-template-columns:auto 1fr 1.25fr;align-items:start;gap:3rem;padding-block:4rem;display:grid}.footer__logo-col{align-items:flex-start;display:flex}.footer__logo{width:500px;max-width:100%;height:auto}.footer__tagline{font-family:var(--font-display);letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted-on-dark);font-size:.8125rem;font-weight:400}.footer__address{color:var(--text-muted-on-dark);margin-top:.75rem;font-size:.9375rem;font-style:normal;line-height:1.6}.footer__area{color:var(--text-muted-on-dark);margin-top:.5rem;font-size:.9375rem}.footer__nav ul{flex-direction:column;gap:.75rem;display:flex}.footer__nav a{color:var(--text-muted-on-dark);transition:color var(--transition);font-size:.9375rem}.footer__nav a:hover{color:var(--white)}.footer__label{font-family:var(--font-display);letter-spacing:.12em;text-transform:uppercase;color:var(--red);margin-bottom:.75rem;font-size:.75rem;font-weight:400}.footer__cta{font-family:var(--font-display);color:var(--black);transition:color var(--transition);margin-bottom:1rem;font-size:1.125rem;font-weight:400;display:inline-block}.footer__cta:hover{color:var(--red)}.footer__note{color:var(--text-muted-on-dark);max-width:22rem;font-size:.875rem;line-height:1.6}.footer__details{border-top:1px solid #0c0c0c14;max-width:22rem;margin-top:1.5rem;padding-top:1.5rem}.footer__bottom{border-top:1px solid #ffffff14;padding-block:1.5rem}.footer__bottom p{color:var(--text-muted-on-dark);font-size:.8125rem}@media (width<=768px){.footer__inner{grid-template-columns:1fr;gap:2rem}.footer__logo{width:220px}}.layout__main{padding-top:var(--header-height);flex:1}.layout__main>.hero-video:first-child{margin-top:calc(-1 * var(--header-height))}.contact-form{flex-direction:column;gap:1.5rem;display:flex}.contact-form__grid{grid-template-columns:repeat(2,1fr);gap:1.25rem;display:grid}.contact-form__field{flex-direction:column;gap:.375rem;display:flex}.contact-form__field--full{grid-column:1/-1}.contact-form__field label{color:var(--text);font-size:.8125rem;font-weight:500}.contact-form__field input,.contact-form__field select,.contact-form__field textarea{border:1px solid var(--sand-dark);border-radius:var(--radius);background:var(--white);color:var(--text);transition:border-color var(--transition);padding:.75rem 1rem}.contact-form__field input:focus,.contact-form__field select:focus,.contact-form__field textarea:focus{border-color:var(--red);outline:none}.contact-form__field input[aria-invalid=true],.contact-form__field select[aria-invalid=true],.contact-form__field textarea[aria-invalid=true]{border-color:var(--red)}.contact-form__field-error{color:var(--red);font-size:.8125rem;line-height:1.4}.contact-form__field textarea{resize:vertical;min-height:8rem}.contact-form__honeypot{opacity:0;height:0;position:absolute;left:-9999px;overflow:hidden}.contact-form__error{color:var(--red);font-size:.9375rem}.contact-form__success{background:var(--white);border:1px solid var(--sand-dark);border-left:4px solid var(--red);border-radius:var(--radius);flex-direction:column;gap:1rem;padding:2rem;display:flex}.contact-form__success h3{color:var(--black);font-size:1.5rem}.contact-form__success p{color:var(--text-muted);line-height:1.7}@media (width<=640px){.contact-form__grid{grid-template-columns:1fr}}.contact-hero{background:var(--steel);color:var(--text-on-dark);padding-block:clamp(4rem,10vw,7rem)}.contact-hero__inner{max-width:42rem}.contact-hero__eyebrow{font-family:var(--font-display);letter-spacing:.14em;text-transform:uppercase;color:var(--amber);margin-bottom:1rem;font-size:.75rem;font-weight:400}.contact-hero__title{margin-bottom:1.25rem;font-size:clamp(2.25rem,5vw,3.5rem)}.contact-hero__description{color:var(--text-muted-on-dark);font-size:1.125rem;line-height:1.7}.contact-page__grid{grid-template-columns:1.2fr 1fr;align-items:start;gap:4rem;display:grid}.contact-page__form-wrap{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow);padding:2rem}.contact-page__sidebar{flex-direction:column;gap:1.5rem;display:flex}.contact-page__image{border-radius:var(--radius-lg);box-shadow:var(--shadow);overflow:hidden}.contact-page__image img{aspect-ratio:16/10;object-fit:cover;width:100%}.contact-page__info h3{letter-spacing:.1em;text-transform:uppercase;color:var(--red);margin-bottom:.5rem;font-size:.8125rem;font-weight:400}.contact-page__info p{color:var(--text-muted);font-size:1rem;line-height:1.6}.contact-page__address{color:var(--text-muted);font-size:1rem;font-style:normal;line-height:1.6}.contact-page__steps{counter-reset:step;flex-direction:column;gap:.625rem;margin:0;padding:0;list-style:none;display:flex}.contact-page__steps li{color:var(--text-muted);counter-increment:step;padding-left:2rem;font-size:.9375rem;line-height:1.5;position:relative}.contact-page__steps li:before{content:counter(step);width:1.375rem;height:1.375rem;font-family:var(--font-display);color:var(--white);background:var(--red);border-radius:50%;justify-content:center;align-items:center;font-size:.6875rem;font-weight:400;display:flex;position:absolute;top:0;left:0}.contact-page__note{background:var(--white);border-left:3px solid var(--red);border-radius:var(--radius);padding:1.25rem}.contact-page__note p{color:var(--text-muted);font-size:.875rem;line-height:1.6}@media (width<=768px){.contact-page__grid{grid-template-columns:1fr;gap:2rem}}.brand-marquee{background:var(--black);border-block:1px solid #ffffff14;padding-block:1.5rem;position:relative;overflow:hidden}.brand-marquee:before,.brand-marquee:after{content:"";z-index:1;pointer-events:none;width:8%;position:absolute;inset-block:0}.brand-marquee:before{background:linear-gradient(to right, var(--black), transparent);inset-inline-start:0}.brand-marquee:after{background:linear-gradient(to left, var(--black), transparent);inset-inline-end:0}.brand-marquee__track{will-change:transform;backface-visibility:hidden;align-items:center;gap:3.5rem;width:max-content;display:flex}@media (width<=768px){.brand-marquee__track{animation:20s linear infinite marquee}}@media (width>=769px){.brand-marquee__track{animation:40s linear infinite marquee}}@media (width>=1024px){.brand-marquee__track{animation:60s linear infinite marquee}}.brand-marquee__item{flex-shrink:0;justify-content:center;align-items:center;min-width:16rem;height:6.5rem;display:flex}.brand-marquee__logo{aspect-ratio:375/154.5;object-fit:contain;opacity:.7;width:auto;max-width:25rem;height:6.5rem;transition:opacity var(--transition)}.brand-marquee__item:hover .brand-marquee__logo{opacity:1}@keyframes marquee{0%{transform:translate(0,0)}to{transform:translate(-50%)}}@media (prefers-reduced-motion:reduce){.brand-marquee__track{flex-wrap:wrap;justify-content:center;gap:1.5rem 2.5rem;width:100%;animation:none}}@media (width<=768px){.brand-marquee__logo{max-width:25rem;height:6.5rem}.brand-marquee__track{gap:2.5rem}}.cta-band{padding-block:clamp(3rem,6vw,5rem)}.cta-band__inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;display:flex}.cta-band__title{color:var(--white);margin-bottom:.75rem;font-size:clamp(1.75rem,3vw,2.5rem)}.cta-band__description{color:var(--text-muted-on-dark);max-width:36rem;font-size:1.0625rem;line-height:1.7}@media (width<=640px){.cta-band__inner{flex-direction:column;align-items:flex-start}}.gallery-carousel{position:relative}.gallery-carousel__header{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.25rem;display:flex}.gallery-carousel__hint{letter-spacing:.04em;text-transform:uppercase;color:var(--text-muted);font-size:.8125rem}.gallery-carousel__controls{gap:.5rem;display:flex}.gallery-carousel__btn{width:2.5rem;height:2.5rem;font-family:var(--font-display);color:var(--white);background:var(--black);border:1px solid var(--black);border-radius:var(--radius);cursor:pointer;transition:background var(--transition), border-color var(--transition), color var(--transition);justify-content:center;align-items:center;font-size:1rem;display:flex}.gallery-carousel__btn:hover{background:var(--red);border-color:var(--red)}.gallery-carousel__track{scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:1rem;margin-inline:0;padding-block:.25rem .5rem;padding-inline:0;display:flex;overflow-x:auto}.gallery-carousel__track::-webkit-scrollbar{display:none}.gallery-carousel__slide{scroll-snap-align:start;aspect-ratio:4/3;border-radius:var(--radius);background:var(--steel);box-shadow:var(--shadow);flex:0 0 clamp(16rem,85%,22rem);overflow:hidden}.gallery-carousel__slide img{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.4,0,.2,1)}.gallery-carousel__slide:hover img{transform:scale(1.04)}@media (width<=768px){.gallery-carousel__header{flex-direction:column;align-items:flex-start}.gallery-carousel__slide{flex-basis:min(85%,20rem)}}@media (prefers-reduced-motion:reduce){.gallery-carousel__track{scroll-behavior:auto}}.section-heading{max-width:42rem;margin-bottom:3rem}.section-heading--center{text-align:center;margin-inline:auto}.section-heading__eyebrow{font-family:var(--font-display);letter-spacing:.14em;text-transform:uppercase;color:var(--red);margin-bottom:.75rem;font-size:.75rem;font-weight:400;display:block}.section-heading--light .section-heading__eyebrow{color:var(--amber)}.section-heading__title{margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem)}.section-heading__description{color:var(--text-muted);font-size:1.0625rem;line-height:1.7}.section-heading--light .section-heading__description{color:var(--text-muted-on-dark)}.section-heading--center .section-heading__description{margin-inline:auto}.hero-video{align-items:flex-end;min-height:100svh;display:flex;position:relative;overflow:hidden}.hero-video__media{position:absolute;inset:0}.hero-video__video{object-fit:cover;object-position:center 30%;width:100%;height:100%}.hero-video__scrim{background:linear-gradient(#0c0c0c59 0%,#0000 18%),linear-gradient(#0000 0%,#0c0c0c1f 28%,#0c0c0c8c 62%,#0c0c0cf5 100%);position:absolute;inset:0}.hero-video__content{z-index:1;width:100%;padding-block:clamp(3rem,8vw,6rem);padding-top:calc(var(--header-height) + clamp(1.5rem, 4vw, 3rem));max-width:52rem;position:relative}.hero-video__eyebrow{font-family:var(--font-display);letter-spacing:.16em;text-transform:uppercase;color:var(--amber);margin-bottom:1rem;font-size:.75rem;font-weight:400}.hero-video__title{color:var(--white);text-shadow:0 2px 24px #0c0c0c73;margin-bottom:1.25rem;font-size:clamp(2.75rem,7vw,5rem);line-height:1.02}.hero-video__subtitle{color:#f3efead9;text-shadow:0 1px 16px #0c0c0c80;max-width:40rem;margin-bottom:2rem;font-size:clamp(1rem,2vw,1.1875rem);line-height:1.7}.hero-video__actions{flex-wrap:wrap;gap:1rem;display:flex}.hero-video__actions .btn--outline{color:var(--white);border-color:#fff6}.hero-video__scroll{z-index:1;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.hero-video__scroll span{background:linear-gradient(to bottom, transparent, var(--red));width:1px;height:3rem;animation:2s ease-in-out infinite scroll-line;display:block}@keyframes scroll-line{0%,to{opacity:.3;transform-origin:top;transform:scaleY(.6)}50%{opacity:1;transform-origin:top;transform:scaleY(1)}}@media (width<=768px){.hero-video__video{object-position:center 25%}.hero-video__content{padding-top:calc(var(--header-height) + 1.5rem)}.hero-video__scroll{display:none}}@media (width>=1024px){.hero-video__video{object-position:center 22%}}.hook-cards{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.hook-cards__card{background:var(--white);border:1px solid var(--sand-dark);border-left:4px solid var(--red);border-radius:var(--radius);box-shadow:var(--shadow);transition:transform var(--transition), box-shadow var(--transition);flex-direction:column;gap:1rem;padding:2rem;display:flex}.hook-cards__card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.hook-cards__accent{font-family:var(--font-display);letter-spacing:.14em;text-transform:uppercase;color:var(--red);font-size:.6875rem;font-weight:400}.hook-cards__question{font-family:var(--font-display);color:var(--black);flex:1;font-size:clamp(1.125rem,2vw,1.375rem);font-weight:400;line-height:1.3}.hook-cards__link{color:var(--red);transition:color var(--transition);font-size:.875rem;font-weight:500}.hook-cards__link:hover{color:var(--red-dark)}@media (width<=768px){.hook-cards{grid-template-columns:1fr}}.process-steps{counter-reset:process;gap:0;display:grid}.process-steps__item{border-bottom:1px solid #ffffff14;grid-template-columns:4rem 1fr;align-items:start;gap:1.5rem;padding-block:2rem;display:grid}.process-steps__item:first-child{border-top:1px solid #ffffff14}.process-steps__number{font-family:var(--font-display);color:var(--red);font-size:2rem;font-weight:400;line-height:1}.process-steps__title{color:var(--text-on-dark);margin-bottom:.5rem;font-size:1.25rem}.process-steps__description{color:var(--text-muted-on-dark);line-height:1.7}@media (width<=480px){.process-steps__item{grid-template-columns:1fr;gap:.75rem}}.home-about__grid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.home-about__body{color:var(--text-muted);max-width:32rem;font-size:1.0625rem;line-height:1.75}.home-about__image{border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);isolation:isolate;position:relative;overflow:hidden}.home-about__image:before{content:"";border:3px solid var(--red);border-radius:var(--radius-lg);z-index:-1;pointer-events:none;position:absolute;inset:0;transform:translate(.75rem,.75rem)}.home-about__image img{aspect-ratio:4/3;object-fit:cover;width:100%}@media (width<=768px){.home-about__grid{grid-template-columns:1fr;gap:2rem}.home-about__image{order:-1}}.services-hero{background:var(--steel);color:var(--text-on-dark);padding-block:clamp(4rem,10vw,7rem)}.services-hero__inner{max-width:42rem}.services-hero__eyebrow{font-family:var(--font-display);letter-spacing:.14em;text-transform:uppercase;color:var(--amber);margin-bottom:1rem;font-size:.75rem;font-weight:400}.services-hero__title{margin-bottom:1.25rem;font-size:clamp(2.25rem,5vw,3.5rem)}.services-hero__description{color:var(--text-muted-on-dark);font-size:1.125rem;line-height:1.7}.services-list{grid-template-columns:repeat(2,1fr);gap:.75rem 2rem;max-width:48rem;display:grid}.services-list li{color:var(--text-muted);padding-left:1.25rem;font-size:1rem;line-height:1.6;position:relative}.services-list li:before{content:"";background:var(--red);border-radius:50%;width:6px;height:6px;position:absolute;top:.6em;left:0}.services-list--compact{grid-template-columns:1fr;margin-top:1rem}.services-vehicles{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.services-vehicles__card{border-radius:var(--radius);background:#ffffff0a;border:1px solid #ffffff14;overflow:hidden}.services-vehicles__card img{aspect-ratio:16/10;object-fit:cover;width:100%}.services-vehicles__content{padding:1.5rem}.services-vehicles__content h3{color:var(--white);margin-bottom:.5rem;font-size:1.25rem}.services-vehicles__content p{color:var(--text-muted-on-dark);font-size:.9375rem;line-height:1.6}.services-consult__grid{grid-template-columns:1fr 1fr;align-items:start;gap:4rem;display:grid}.services-consult__workshop{border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);overflow:hidden}.services-consult__workshop img{aspect-ratio:16/10;object-fit:cover;width:100%}.services-consult__workshop-text{background:var(--white);padding:1.5rem}.services-consult__workshop-text h3{margin-bottom:.5rem;font-size:1.125rem}.services-consult__workshop-text p{color:var(--text-muted);font-size:.9375rem;line-height:1.6}.services-disclaimer{border:1px solid #ffffff1a;border-left:4px solid var(--amber);border-radius:var(--radius);max-width:40rem;padding:3rem}.services-disclaimer__label{font-family:var(--font-display);letter-spacing:.14em;text-transform:uppercase;color:var(--amber);margin-bottom:.75rem;font-size:.6875rem;font-weight:400;display:block}.services-disclaimer h2{color:var(--white);margin-bottom:1rem;font-size:clamp(1.5rem,3vw,2rem)}.services-disclaimer p{color:var(--text-muted-on-dark);margin-bottom:1.5rem;font-size:1rem;line-height:1.75}@media (width<=768px){.services-list,.services-vehicles{grid-template-columns:1fr}.services-consult__grid{grid-template-columns:1fr;gap:2rem}}
