:root{
  --ar-red:#E10600;
  --ar-white:#FFFFFF;
  --ar-charcoal:#1A1A1A;
  --ar-black:#000000;
  --ar-panel:#101010;
  --ar-panel-2:#151515;
  --ar-border:#2a2a2a;
  --ar-muted:#b7b7b7;
  --ar-muted-2:#8f8f8f;
  --ar-shell:1240px;
  --ar-font-display:Orbitron,"Arial Narrow",Arial,sans-serif;
  --ar-font-body:Montserrat,Arial,sans-serif;
  --ar-header-h:92px;
  --ar-radius:3px;
  --ar-shadow:0 18px 60px rgba(0,0,0,.34)
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:calc(var(--ar-header-h) + 18px);background:var(--ar-black)}
body{margin:0;background:var(--ar-black);color:var(--ar-white);font-family:var(--ar-font-body);font-size:16px;line-height:1.62;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;overflow-x:hidden}
body.nav-open{overflow:hidden}
img{display:block;max-width:100%;height:auto}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
button{color:inherit}
::selection{background:var(--ar-red);color:var(--ar-white)}
:focus-visible{outline:3px solid var(--ar-white);outline-offset:3px;box-shadow:0 0 0 6px var(--ar-red)}
.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.screen-reader-text:focus{clip:auto!important;width:auto;height:auto;margin:0;top:8px;left:8px;z-index:99999;padding:12px 16px;background:var(--ar-white);color:var(--ar-black);font-weight:700}
.arac-shell{width:min(calc(100% - 32px),var(--ar-shell));margin-inline:auto}
.site-main{overflow:hidden}
.section{padding:72px 0;border-top:1px solid #202020}
.eyebrow{display:flex;align-items:center;gap:10px;margin:0 0 14px;color:var(--ar-white);font-family:var(--ar-font-body);font-size:.78rem;font-weight:700;letter-spacing:.17em;text-transform:uppercase}
.eyebrow>span{display:inline-block;width:34px;height:3px;background:var(--ar-red);flex:0 0 auto}
h1,h2,h3{margin-top:0;color:var(--ar-white);font-family:var(--ar-font-display);font-weight:800;line-height:1.06;letter-spacing:.01em;text-transform:uppercase}
h2{font-size:clamp(1.75rem,5vw,2.7rem);margin-bottom:22px}
h3{font-size:1.05rem;margin-bottom:10px}
p{margin-top:0}
.lead-copy{font-size:1.02rem;color:#e2e2e2;max-width:680px}
.section-note{max-width:560px;color:var(--ar-muted);font-size:.88rem;line-height:1.65;margin:0}
.red-large-text{color:var(--ar-red)}
.arac-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:48px;padding:12px 20px;border:1px solid transparent;border-radius:var(--ar-radius);font-size:.8rem;font-weight:800;letter-spacing:.045em;text-transform:uppercase;transition:background-color .2s ease,border-color .2s ease,color .2s ease,transform .2s ease}
.arac-btn:hover{transform:translateY(-1px)}
.arac-btn-primary{background:var(--ar-red);color:var(--ar-white);border-color:var(--ar-red)}
.arac-btn-primary:hover{background:#bd0500;border-color:#bd0500}
.arac-btn-secondary{background:rgba(0,0,0,.42);color:var(--ar-white);border-color:#8b8b8b}
.arac-btn-secondary:hover{border-color:var(--ar-red);background:#171717}
.btn-icon,.link-icon{width:18px;height:18px;flex:0 0 auto}
.text-link{display:inline-flex;align-items:center;gap:8px;margin-top:auto;color:var(--ar-white);font-size:.76rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}
.text-link .link-icon{color:var(--ar-red)}
.text-link:hover{text-decoration:underline;text-decoration-color:var(--ar-red);text-underline-offset:5px}
.arac-admin-hint{font-size:.76rem;line-height:1.45;background:#fff6cf;color:#2b2410;border:1px solid #e7cb5a;border-radius:3px;padding:8px 10px;box-shadow:0 5px 20px rgba(0,0,0,.25)}
.static-hint{margin-top:18px}
.admin-section-hint{padding-top:20px;padding-bottom:20px}.admin-section-hint p{margin:0;background:#fff6cf;color:#2b2410;padding:10px 12px;border-radius:3px}

/* Header */
.site-header{position:sticky;top:0;z-index:1000;height:var(--ar-header-h);background:rgba(0,0,0,.96);border-bottom:1px solid #232323;backdrop-filter:saturate(130%) blur(10px);transition:box-shadow .2s ease,border-color .2s ease}
.site-header.is-scrolled{box-shadow:0 12px 30px rgba(0,0,0,.38);border-color:#333}
.header-inner{height:100%;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:14px}
.brand-link{display:inline-flex;align-items:center;min-width:0}
.header-inner>.brand-link{position:relative;width:190px;height:100%;overflow:hidden}
.site-logo{display:block;max-width:100%;height:auto;object-fit:contain}
.site-logo.arac-default-logo{position:absolute;left:50%;top:50%;width:214px;max-width:none;height:214px;transform:translate(-50%,-50%)}
.site-logo:not(.arac-default-logo){max-width:190px;max-height:78px;width:auto;height:auto}
.nav-toggle{width:48px;height:48px;display:grid;place-items:center;background:transparent;border:1px solid #393939;border-radius:3px;cursor:pointer}
.nav-toggle-icon{width:25px;height:25px}
.primary-nav{position:fixed;inset:var(--ar-header-h) 0 0 auto;width:min(88vw,380px);background:#080808;border-left:1px solid #2b2b2b;padding:30px 24px;transform:translateX(102%);visibility:hidden;transition:transform .25s ease,visibility .25s;box-shadow:-18px 0 50px rgba(0,0,0,.45);overflow-y:auto}
.primary-nav.is-open{transform:translateX(0);visibility:visible}
.primary-nav .menu,.footer-menu{list-style:none;margin:0;padding:0}
.primary-nav .menu{display:flex;flex-direction:column;gap:3px}
.primary-nav .menu a{display:flex;align-items:center;min-height:48px;padding:10px 4px;border-bottom:1px solid #242424;color:#f2f2f2;font-size:.84rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}
.primary-nav .menu a:hover,.primary-nav .menu a:focus-visible{color:var(--ar-white);border-bottom-color:var(--ar-red)}
.mobile-nav-actions{display:grid;gap:13px;margin-top:24px}.mobile-nav-actions .arac-btn{width:100%}.mobile-phone{display:flex;align-items:center;justify-content:center;gap:8px;min-height:48px;border:1px solid #333;font-weight:700}.header-action-icon{width:18px;height:18px;color:var(--ar-red)}
.header-actions{display:none}

/* Hero */
.hero-section{position:relative;min-height:720px;display:flex;align-items:flex-end;padding:76px 0 64px;background:#050505;border-bottom:1px solid #252525}
.hero-media,.hero-overlay{position:absolute;inset:0}
.hero-media{overflow:hidden}.hero-image{width:100%;height:100%;object-fit:cover;object-position:64% center}
.hero-overlay{background:linear-gradient(90deg,rgba(0,0,0,.98) 0%,rgba(0,0,0,.88) 38%,rgba(0,0,0,.43) 72%,rgba(0,0,0,.18) 100%)}
.hero-overlay:after{content:"";position:absolute;inset:auto 0 0;height:42%;background:linear-gradient(180deg,transparent,#000)}
.hero-content{position:relative;z-index:2}
.hero-copy-wrap{max-width:720px}
.hero-heading{font-size:clamp(2.45rem,11vw,4.7rem);line-height:.94;letter-spacing:-.035em;margin:0 0 20px}
.hero-heading span{display:block}
.hero-support{margin:0 0 10px;font-family:var(--ar-font-display);font-weight:700;letter-spacing:.15em;font-size:.85rem;text-transform:uppercase;color:#e8e8e8}
.hero-body{max-width:590px;margin-bottom:24px;color:#e6e6e6;font-size:1rem}
.hero-actions{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:30px}
.hero-values{display:flex;flex-wrap:wrap;gap:8px 0;color:#cfcfcf;font-size:.66rem;font-weight:700;letter-spacing:.13em;text-transform:uppercase}
.hero-values span{display:inline-flex;align-items:center}.hero-values span:not(:last-child):after{content:"";width:2px;height:2px;background:#777;margin:0 10px}
.hero-admin-hint{position:absolute;z-index:3;right:16px;bottom:16px;max-width:340px}

/* Trust */
.trust-strip{background:#0a0a0a;border-bottom:1px solid #242424}
.trust-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}
.trust-item{min-height:165px;padding:28px 12px 24px;text-align:center;border-right:1px solid #242424;border-bottom:1px solid #242424}
.trust-item:nth-child(2n){border-right:0}.trust-item:last-child{grid-column:1/-1;border-bottom:0}
.trust-icon{width:34px;height:34px;margin:0 auto 13px;color:var(--ar-white)}
.trust-item h2{font-family:var(--ar-font-body);font-size:.78rem;letter-spacing:.03em;margin-bottom:6px}
.trust-item p{margin:0;color:var(--ar-muted);font-size:.75rem;line-height:1.45}

/* About */
.about-section{background:#080808}
.about-grid{display:grid;gap:34px}
.about-copy{align-self:center}.about-copy h2{max-width:650px}
.about-points{display:grid;grid-template-columns:1fr;gap:11px;margin-top:26px}
.about-points>div{display:flex;align-items:center;gap:12px;min-height:48px;color:#efefef;font-size:.76rem;font-weight:700;letter-spacing:.05em}
.about-point-icon{width:27px;height:27px;flex:0 0 27px}
.about-media{position:relative;min-height:300px;border:1px solid #2c2c2c;background:#111;overflow:hidden}
.about-media img{width:100%;height:100%;min-height:300px;object-fit:cover}
.inline-hint{position:absolute;right:12px;bottom:12px;max-width:320px}

/* Services */
.services-section{background:#0e0e0e}
.section-heading-row{display:grid;gap:14px;margin-bottom:30px}
.section-heading-row h2{margin-bottom:0}
.service-grid{display:grid;gap:14px}
.service-card{display:flex;flex-direction:column;min-height:290px;background:#111;border:1px solid #2b2b2b;overflow:hidden;transition:border-color .2s ease,transform .2s ease}
.service-card:hover{transform:translateY(-2px);border-color:#4a4a4a}
.service-card-media{aspect-ratio:16/10;background:#0a0a0a;overflow:hidden;border-bottom:1px solid #2b2b2b}
.service-card-media img{width:100%;height:100%;object-fit:cover;filter:saturate(.7) contrast(1.08)}
.service-card-body{display:flex;flex-direction:column;flex:1;padding:22px}
.service-icon{width:31px;height:31px;margin-bottom:16px}
.service-card h3{font-size:1.02rem;margin-bottom:8px}
.service-card p,.service-text{color:#c9c9c9;font-size:.84rem;line-height:1.55}.service-text p:last-child{margin-bottom:0}
.service-card .text-link{margin-top:auto;padding-top:18px}
.starter-card{background:linear-gradient(135deg,#101010,#151515)}

/* Process */
.process-section{background:#080808}
.process-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;background:#2a2a2a;border:1px solid #2a2a2a}
.process-step{position:relative;min-height:175px;background:#101010;padding:24px 18px;overflow:hidden}
.process-number{display:block;color:#dedede;font-family:var(--ar-font-display);font-size:1.65rem;font-weight:800;letter-spacing:.08em;margin-bottom:18px}
.process-number:after{content:"";display:block;width:28px;height:3px;background:var(--ar-red);margin-top:8px}
.process-step h3{font-family:var(--ar-font-body);font-size:.82rem;line-height:1.3;margin-bottom:8px}.process-step p{color:var(--ar-muted);font-size:.8rem}
.process-disclaimer{color:var(--ar-muted-2);font-size:.78rem;margin:16px 0 0}

/* Assurance */
.assurance-section{background:#151515}
.assurance-grid{display:grid;gap:22px;align-items:center}
.assurance-icon-wrap{width:72px;height:72px;display:grid;place-items:center;border:1px solid #3a3a3a;background:#0b0b0b}.assurance-icon{width:42px;height:42px}
.assurance-grid h2{margin-bottom:12px}.assurance-grid .lead-copy{margin-bottom:0}

/* Gallery */
.gallery-section{background:#050505}
.project-stack{display:grid;gap:22px}
.project-pair{position:relative;display:grid;background:#101010;border:1px solid #303030;overflow:hidden}
.project-image-wrap{position:relative;min-width:0;background:#080808;overflow:hidden}
.project-image-wrap img{width:100%;aspect-ratio:16/10;object-fit:cover;filter:saturate(.74) contrast(1.08)}
.project-label{position:absolute;z-index:2;left:14px;bottom:14px;background:rgba(0,0,0,.76);border:1px solid #777;padding:6px 10px;font-size:.68rem;font-weight:800;letter-spacing:.08em}
.project-divider{display:none;background:var(--ar-red)}
.image-button{display:block;width:100%;padding:0;border:0;background:transparent;cursor:zoom-in;text-align:inherit}.image-button:focus-visible{outline-offset:-5px}
.placeholder-message{padding:16px 18px;border-top:1px solid #2c2c2c;color:#ddd;display:flex;flex-direction:column;gap:3px}.placeholder-message strong{font-size:.83rem}.placeholder-message span{color:#999;font-size:.76rem}

/* Testimonials */
.testimonials-section{background:#0e0e0e}
.testimonial-layout{display:grid;gap:24px}.testimonial-grid{display:grid;gap:14px}.testimonial-card{margin:0;background:#121212;border:1px solid #2d2d2d;padding:22px}.rating{color:var(--ar-red);font-size:1.22rem;letter-spacing:.12em;margin-bottom:14px}.testimonial-copy{color:#e1e1e1;font-size:.9rem}.testimonial-copy p:last-child{margin-bottom:0}.testimonial-card footer{display:flex;justify-content:space-between;gap:10px;margin-top:18px;padding-top:14px;border-top:1px solid #2a2a2a;color:#aaa;font-size:.75rem}.testimonial-card cite{font-style:normal;color:#fff;font-weight:700}

/* CTA */
.quote-cta-section{background:#0b0b0b;border-top:1px solid #242424;border-bottom:1px solid #242424;padding:52px 0}
.quote-cta-inner{display:grid;gap:24px;align-items:center}.quote-cta-inner h2{margin-bottom:12px}.quote-cta-inner p:not(.eyebrow){margin:0;color:#cfcfcf;max-width:700px}.cta-actions{display:flex;flex-wrap:wrap;gap:10px}

/* Contact */
.contact-section{background:#111}
.contact-top{display:grid;gap:20px}.contact-intro{padding:6px 0}.contact-intro>p:not(.eyebrow){color:#ccc}.contact-details{list-style:none;padding:0;margin:26px 0 0;display:grid;gap:13px}.contact-details li{display:flex;align-items:flex-start;gap:11px;color:#ededed;font-size:.88rem}.contact-details a{text-decoration:underline;text-decoration-color:#555;text-underline-offset:4px}.contact-icon{width:20px;height:20px;flex:0 0 20px;color:var(--ar-red);margin-top:2px}
.quote-form-card,.map-card{background:#0b0b0b;border:1px solid #303030;box-shadow:var(--ar-shadow)}
.quote-form-card{padding:22px}.quote-form-card h3{margin-bottom:18px}.form-status{padding:12px 14px;margin:0 0 18px;border-radius:2px;font-size:.83rem}.form-status.success{background:#16331e;border:1px solid #2e7040;color:#fff}.form-status.error{background:#391413;border:1px solid #8c2b27;color:#fff}
.form-grid{display:grid;gap:12px}.field{display:grid;gap:6px}.field label{font-size:.75rem;font-weight:700;color:#e8e8e8}.field input,.field select,.field textarea{width:100%;min-height:46px;border:1px solid #414141;border-radius:2px;background:#151515;color:#fff;padding:10px 12px}.field textarea{min-height:112px;resize:vertical}.field input[type=file]{padding:8px;height:auto}.field small{color:#999;font-size:.69rem}.field input:focus,.field select:focus,.field textarea:focus{border-color:#fff;outline:2px solid var(--ar-red);outline-offset:1px}.consent-field{grid-template-columns:auto 1fr;align-items:start;gap:10px}.consent-field input{width:20px;height:20px;min-height:0;margin-top:1px;accent-color:var(--ar-red)}.honeypot{position:absolute!important;left:-9999px!important;width:1px;height:1px;overflow:hidden}.form-submit{width:100%;margin-top:16px}
.map-card{position:relative;min-height:320px;overflow:hidden}.map-card>img,.map-card iframe{width:100%;height:100%;min-height:320px;object-fit:cover;border:0;filter:saturate(.35) contrast(1.08)}.map-overlay{position:absolute;inset:auto 15px 15px;display:flex;flex-direction:column;gap:2px;padding:13px 14px;background:rgba(0,0,0,.86);border-left:3px solid var(--ar-red)}.map-overlay strong{font-family:var(--ar-font-display);font-size:.9rem}.map-overlay span{font-size:.8rem}.map-overlay small{color:#aaa;font-size:.7rem}.map-link{position:absolute;right:14px;top:14px;display:flex;align-items:center;gap:8px;background:#000;border:1px solid #666;padding:9px 11px;font-size:.7rem;font-weight:800;letter-spacing:.04em}

/* Footer */
.site-footer{background:#050505;border-top:1px solid #292929}.footer-main{display:grid;gap:34px;padding-top:50px;padding-bottom:42px}.footer-brand-link{position:relative;display:block;width:240px;max-width:100%;height:112px;overflow:hidden;margin-bottom:10px}.footer-logo.arac-default-logo{position:absolute;left:50%;top:50%;width:260px;max-width:none;height:260px;transform:translate(-50%,-50%)}.footer-logo:not(.arac-default-logo){max-width:235px;max-height:100px;width:auto;height:auto}.footer-brand p{color:#aaa;max-width:430px;font-size:.83rem}.footer-column h2{font-family:var(--ar-font-body);font-size:.78rem;letter-spacing:.08em;margin-bottom:13px}.footer-menu,.footer-contact-list{list-style:none;padding:0;margin:0;display:grid;gap:8px}.footer-menu a,.footer-contact-list,.social-links a{color:#aaa;font-size:.78rem}.footer-menu a:hover,.footer-contact-list a:hover,.social-links a:hover{color:#fff}.footer-placeholder{color:#777}.social-links{display:flex;flex-wrap:wrap;gap:10px}.social-links a{display:inline-flex;align-items:center;min-height:44px;padding:8px 10px;border:1px solid #333}.footer-bottom{border-top:1px solid #202020}.footer-bottom-inner{display:flex;flex-direction:column;gap:10px;padding-top:17px;padding-bottom:17px;color:#777;font-size:.68rem}.footer-bottom-inner p{margin:0}.legal-links{display:flex;flex-wrap:wrap;gap:12px}.legal-links a:hover{color:#fff}

/* Lightbox */
.arac-lightbox[hidden]{display:none}.arac-lightbox{position:fixed;z-index:9999;inset:0;display:grid;place-items:center;padding:20px}.lightbox-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.94)}.lightbox-dialog{position:relative;z-index:1;width:min(1100px,100%);max-height:92vh;display:grid;grid-template-columns:44px minmax(0,1fr) 44px;grid-template-rows:minmax(0,1fr) auto;align-items:center}.lightbox-dialog img{grid-column:2;max-width:100%;max-height:80vh;margin:auto;object-fit:contain}.lightbox-caption{grid-column:2;margin:12px 0 0;text-align:center;color:#ddd;font-size:.82rem}.lightbox-close{position:absolute;right:0;top:-50px;width:44px;height:44px;background:#111;border:1px solid #666;display:grid;place-items:center;cursor:pointer}.lightbox-icon{width:22px;height:22px}.lightbox-nav{width:44px;height:64px;background:#111;border:1px solid #555;cursor:pointer;font-size:2rem}.lightbox-prev{grid-column:1;grid-row:1}.lightbox-next{grid-column:3;grid-row:1}

/* Core pages */
.content-area{min-height:70vh;padding:70px 0}.entry-header,.entry-content,.not-found{width:min(calc(100% - 32px),860px);margin-inline:auto}.entry-title{font-size:clamp(2rem,6vw,3.4rem)}.entry-content{color:#dedede}.entry-content a{text-decoration:underline;text-decoration-color:var(--ar-red);text-underline-offset:4px}.entry-content img{height:auto}.not-found{text-align:center;padding:80px 0}.not-found p{color:#bbb}

@media (min-width:560px){
  .arac-shell{width:min(calc(100% - 44px),var(--ar-shell))}
  .service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.field-full{grid-column:1/-1}
  .about-points{grid-template-columns:repeat(2,minmax(0,1fr))}
  .footer-bottom-inner{flex-direction:row;align-items:center;justify-content:space-between}
}

@media (min-width:768px){
  :root{--ar-header-h:100px}
  .section{padding:86px 0}
  .header-inner>.brand-link{width:230px}
  .site-logo.arac-default-logo{width:232px;height:232px}
  .site-logo:not(.arac-default-logo){max-width:225px;max-height:84px}
  .header-inner{gap:20px}
  .hero-section{min-height:760px;padding-bottom:72px}.hero-copy-wrap{max-width:750px}.hero-heading{font-size:clamp(3.5rem,8vw,5.4rem)}.hero-body{font-size:1.06rem}
  .trust-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.trust-item,.trust-item:nth-child(2n){border-right:1px solid #242424;border-bottom:0}.trust-item:last-child{grid-column:auto;border-right:0}.trust-item{min-height:170px}
  .section-heading-row{grid-template-columns:minmax(0,1.45fr) minmax(260px,.55fr);align-items:end;gap:34px;margin-bottom:34px}
  .process-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.process-step{min-height:180px}
  .assurance-grid{grid-template-columns:auto minmax(0,1fr) auto;gap:28px}.assurance-grid .arac-btn{justify-self:end}
  .project-pair{grid-template-columns:minmax(0,1fr) 4px minmax(0,1fr)}.project-divider{display:block}.placeholder-message{grid-column:1/-1}
  .testimonial-layout{grid-template-columns:minmax(220px,.38fr) minmax(0,1fr);align-items:start}.testimonial-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.testimonial-card:last-child:nth-child(odd){grid-column:1/-1}
  .quote-cta-inner{grid-template-columns:minmax(0,1fr) auto}.cta-actions{justify-content:flex-end}
  .footer-main{grid-template-columns:minmax(260px,1.4fr) repeat(3,minmax(130px,.6fr))}
}

@media (min-width:1024px){
  :root{--ar-header-h:112px}
  .site-header{height:var(--ar-header-h)}
  .header-inner{grid-template-columns:250px minmax(0,1fr) auto;gap:24px}
  .header-inner>.brand-link{width:250px}
  .site-logo.arac-default-logo{width:260px;height:260px}
  .site-logo:not(.arac-default-logo){max-width:245px;max-height:92px}
  .nav-toggle,.mobile-nav-actions{display:none}
  .primary-nav{position:static;inset:auto;width:auto;background:transparent;border:0;padding:0;transform:none;visibility:visible;box-shadow:none;overflow:visible}
  .primary-nav .menu{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:20px}
  .primary-nav .menu a{position:relative;min-height:44px;padding:4px 0;border:0;font-size:.72rem;white-space:nowrap}
  .primary-nav .menu a:after{content:"";position:absolute;left:0;right:100%;bottom:4px;height:2px;background:var(--ar-red);transition:right .2s ease}.primary-nav .menu a:hover:after,.primary-nav .menu .current-menu-item>a:after{right:0}
  .header-actions{display:flex;align-items:center;gap:14px}.header-phone{display:none;align-items:center;gap:7px;font-size:.72rem;font-weight:700;white-space:nowrap}.header-quote{min-height:46px;padding:10px 15px;font-size:.7rem}
  .hero-section{align-items:center;min-height:calc(100vh - var(--ar-header-h));max-height:900px;padding:60px 0}.hero-image{object-position:center center}.hero-overlay{background:linear-gradient(90deg,rgba(0,0,0,.97) 0%,rgba(0,0,0,.86) 33%,rgba(0,0,0,.34) 68%,rgba(0,0,0,.12) 100%)}.hero-heading{font-size:clamp(4.15rem,6.1vw,5.6rem)}
  .about-grid{grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);gap:52px}.about-media{min-height:520px}.about-media img{min-height:520px}
  .service-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
  .process-grid{grid-template-columns:repeat(6,minmax(0,1fr))}.process-step{min-height:220px;padding:24px 16px}
  .testimonial-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.testimonial-card:last-child:nth-child(odd){grid-column:auto}
  .contact-top{grid-template-columns:minmax(235px,.72fr) minmax(420px,1.2fr) minmax(285px,.8fr);align-items:stretch}.quote-form-card{padding:26px}.map-card{min-height:100%}.map-card>img,.map-card iframe{min-height:100%}
}

@media (min-width:1180px){
  .header-inner{grid-template-columns:270px minmax(0,1fr) auto}.header-inner>.brand-link{width:270px}.site-logo.arac-default-logo{width:260px;height:260px}.primary-nav .menu{gap:28px}.header-phone{display:flex}.header-quote{padding-inline:18px}
}

@media (min-width:1440px){
  :root{--ar-shell:1320px}.hero-heading{font-size:5.8rem}.hero-copy-wrap{max-width:820px}.service-card{min-height:320px}
}

@media (max-width:374px){
  .arac-shell{width:min(calc(100% - 24px),var(--ar-shell))}.header-inner>.brand-link{width:175px}.site-logo.arac-default-logo{width:205px;height:205px}.site-logo:not(.arac-default-logo){max-width:170px;max-height:72px}.hero-section{min-height:700px}.hero-heading{font-size:2.25rem}.arac-btn{padding-inline:15px}.trust-item{padding-inline:8px}.quote-form-card{padding:17px}.process-step{padding:20px 13px}.footer-brand-link{width:215px;height:102px}.footer-logo.arac-default-logo{width:240px;height:240px}
}

@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}*,*::before,*::after{scroll-behavior:auto!important;transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}
}
