:root {
  --ink: #090a0d;
  --panel: #111318;
  --metal: #1d2027;
  --ash: #a6abb7;
  --paper: #f5f5f2;
  --red: #df3737;
  --red-deep: #9d1f28;
  --line: rgba(255,255,255,.14);
  --glow: rgba(223,55,55,.34);
  --shadow: 0 26px 70px rgba(0,0,0,.46);
  --display: 'Barlow Condensed', Impact, sans-serif;
  --body: 'Manrope', Arial, sans-serif;
  --container: min(1180px, calc(100% - 40px));
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--paper); background: var(--ink); font-family: var(--body); overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { max-width: 100%; display: block; }
.container { width: var(--container); margin: auto; }
.skip-link { position: fixed; z-index: 99; top: -50px; left: 16px; padding: 12px 16px; background: var(--paper); color: var(--ink); font-weight: 800; transition: top .2s; }
.skip-link:focus { top: 16px; }
.site-header { position: absolute; inset: 0 0 auto; z-index: 10; height: 82px; display: flex; align-items: center; justify-content: space-between; width: var(--container); margin: auto; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 9px; }
.brand-mark { display: grid; place-items: center; width: 37px; height: 37px; background: var(--red); color: #fff; font: 900 33px/1 var(--display); font-style: italic; transform: skew(-9deg); }
.brand-logo { width: 56px; height: 56px; object-fit: contain; border-radius: 8px; }
.brand-text { display: grid; line-height: .8; letter-spacing: -.5px; }
.brand-text b { font: 900 28px var(--display); font-style: italic; }
.brand-text small { font: 700 9px var(--body); letter-spacing: 1.2px; margin-top: 4px; }
.main-nav { display: flex; align-items: center; gap: 28px; font-size: 12px; font-weight: 800; letter-spacing: .6px; }
.main-nav > a:not(.nav-cta) { color: #d7d9de; transition: color .2s; }
.main-nav > a:not(.nav-cta):hover { color: var(--red); }
.nav-cta, .button { display: inline-flex; align-items: center; justify-content: center; min-height: 43px; padding: 0 17px; font-size: 11px; font-weight: 800; letter-spacing: .3px; text-transform: uppercase; transition: transform .2s, background .2s, border .2s; }
.nav-cta { background: var(--red); color: #fff; }
.nav-cta:hover, .button-primary:hover { background: #f24848; transform: translateY(-2px); }
.menu-toggle { display: none; border: 0; background: transparent; width: 42px; padding: 10px; cursor: pointer; }
.menu-toggle span { display: block; width: 23px; height: 2px; margin: 5px 0; background: var(--paper); }
.hero { position: relative; min-height: 800px; isolation: isolate; overflow: hidden; display: grid; align-items: center; background: radial-gradient(circle at 79% 39%, #292f3c 0%, #13151b 22%, var(--ink) 60%); }
.hero:after { content: ''; position: absolute; inset: auto -10% 0; z-index: -1; height: 230px; background: linear-gradient(165deg, transparent 20%, rgba(223,55,55,.12) 20.2%, transparent 21%); pointer-events: none; }
.hero-grid { position: absolute; inset: 0; z-index: -1; opacity: .32; background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px); background-size: 70px 70px; mask-image: linear-gradient(to right, #000 10%, transparent 78%); }
.hero-glow { position: absolute; z-index: -1; width: 620px; height: 620px; right: -170px; top: 87px; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; box-shadow: 0 0 0 45px rgba(223,55,55,.07), 0 0 0 90px rgba(255,255,255,.025); animation: glow-breathe 5s ease-in-out infinite; }
.hero-routes { position: absolute; z-index: -1; right: 0; top: 170px; width: 52vw; height: 480px; overflow: hidden; opacity: .7; pointer-events: none; }
.hero-routes i { position: absolute; display: block; height: 1px; width: 120%; right: -35%; background: linear-gradient(90deg, transparent, var(--red), transparent); transform: rotate(-26deg); animation: route-drift 7s linear infinite; }
.hero-routes i:nth-child(1) { top: 19%; animation-delay: -1s; }
.hero-routes i:nth-child(2) { top: 46%; opacity: .45; animation-delay: -3.4s; }
.hero-routes i:nth-child(3) { top: 74%; opacity: .2; animation-delay: -5.5s; }
@keyframes glow-breathe { 50% { transform: scale(1.07); opacity: .75; } }
@keyframes route-drift { from { translate: -14% 0; } to { translate: 14% 0; } }
.hero-content { padding: 160px 0 120px; width: var(--container); margin: 0 auto; }
.eyebrow { display: flex; gap: 10px; align-items: center; margin: 0 0 15px; color: var(--ash); font-size: 10px; font-weight: 800; letter-spacing: 1.6px; }
.eyebrow span { width: 30px; height: 2px; background: var(--red); }
h1, h2, h3 { margin: 0; font-family: var(--display); text-transform: uppercase; }
h1 { max-width: 620px; font-size: clamp(60px, 7vw, 106px); line-height: .85; letter-spacing: -2px; }
h1 em, h2 em { color: var(--red); font-style: italic; white-space: nowrap; }
.hero-copy { max-width: 450px; margin: 26px 0 28px; color: #c2c6ce; font-size: 15px; line-height: 1.7; }
.hero-actions { display: flex; gap: 11px; flex-wrap: wrap; }
.button-primary { background: var(--red); color: #fff; }
.button-primary span { font-size: 17px; margin-left: 12px; }
.button-outline { border: 1px solid rgba(255,255,255,.4); color: var(--paper); }
.button-outline:hover { border-color: var(--paper); background: rgba(255,255,255,.08); transform: translateY(-2px); }
.hero-contacts { display: flex; align-items: center; gap: 13px; margin-top: 45px; color: #fff; font: 800 16px var(--display); letter-spacing: .5px; }
.hero-contacts span { color: var(--ash); font: 800 9px var(--body); letter-spacing: 1px; }
.hero-contacts i { height: 15px; width: 1px; background: var(--line); }
.hero-visual { position: absolute; right: max(4%, calc((100vw - 1180px) / 2)); top: 192px; width: min(47vw, 590px); perspective: 1300px; }
.hero-image-frame { position: relative; min-height: 425px; overflow: hidden; border: 9px solid #e7e8e7; background: #252a33; box-shadow: 24px 28px 0 var(--red), var(--shadow); transform: rotateY(-9deg) rotateX(3deg); transform-style: preserve-3d; transition: transform .35s ease, box-shadow .35s ease; }
.hero-image-frame:before { content: ''; position: absolute; z-index: 3; inset: 11px; border: 1px solid rgba(255,255,255,.24); pointer-events: none; }
.hero-image-frame:after { content: ''; position: absolute; z-index: 2; inset: 0; background: linear-gradient(130deg, rgba(255,255,255,.14), transparent 28%, transparent 68%, rgba(223,55,55,.25)); pointer-events: none; mix-blend-mode: screen; }
.hero-image-frame img { width: 100%; height: 425px; object-fit: cover; position: relative; z-index: 1; transition: transform .7s cubic-bezier(.2,.8,.2,1), filter .4s ease; }
.hero-image-frame:hover { box-shadow: 28px 31px 0 var(--red), 0 46px 75px rgba(0,0,0,.58); }
.hero-image-frame:hover img { transform: scale(1.045); filter: saturate(1.12) contrast(1.04); }
.frame-readout { position: absolute; z-index: 4; right: 18px; bottom: 17px; display: grid; gap: 2px; min-width: 126px; padding: 9px 11px; color: #fff; background: rgba(9,10,13,.72); border-left: 2px solid var(--red); backdrop-filter: blur(4px); }
.frame-readout span { color: #c7cbd1; font-size: 8px; font-weight: 800; letter-spacing: 1px; }
.frame-readout b { font: 800 17px var(--display); letter-spacing: .7px; }
.image-fallback { position: absolute; inset: 0; z-index: 0; display: flex; flex-direction: column; justify-content: center; padding: 38px; color: #fff; background: repeating-linear-gradient(-45deg, #242b35, #242b35 18px, #1b2028 18px, #1b2028 36px); }
.image-fallback strong { color: var(--red); font: 900 85px/.8 var(--display); font-style: italic; }
.image-fallback small { margin-top: 17px; max-width: 180px; font-size: 12px; line-height: 1.5; }
img:not([src]), img[data-fallback="true"] + .image-fallback { display: flex; }
img[data-fallback="true"] { position: relative; }
img[data-fallback="true"]:not([src=""]) { z-index: 1; }
.scan-line { position: absolute; z-index: 2; inset: 0; pointer-events: none; background: linear-gradient(120deg, transparent 43%, rgba(255,255,255,.32) 50%, transparent 57%); transform: translateX(-100%); animation: scan 5.5s ease-in-out infinite; }
@keyframes scan { 50%, 100% { transform: translateX(100%); } }
.corner-tag { position: absolute; bottom: -50px; left: 30px; color: #c8cbd2; font: 800 10px var(--body); letter-spacing: 1px; }
.scroll-cue { position: absolute; left: max(20px, calc((100vw - 1180px) / 2)); bottom: 35px; display: flex; align-items: center; gap: 11px; color: var(--ash); font-size: 9px; font-weight: 800; letter-spacing: 1.2px; }
.scroll-cue span { display: block; height: 28px; border-left: 1px solid var(--red); }
.section { padding: 124px 0; }
.services { background: var(--paper); color: var(--ink); }
.section-heading { display: grid; grid-template-columns: 1fr 1.05fr; gap: 35px; align-items: end; margin-bottom: 55px; }
.section-heading .eyebrow { align-self: start; color: #636973; }
h2 { font-size: clamp(44px, 5.1vw, 76px); line-height: .87; letter-spacing: -1px; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #c9ccd0; }
.service-card { position: relative; min-height: 276px; padding: 27px 28px; border-right: 1px solid #c9ccd0; overflow: hidden; transition: color .28s; }
.service-card:first-child { border-left: 1px solid #c9ccd0; }
.service-card:before { content: ''; position: absolute; z-index: 0; inset: 100% 0 0; background: var(--red); transition: inset .35s cubic-bezier(.2,.8,.2,1); }
.service-card:hover { color: #fff; }
.service-card:hover:before { inset: 0; }
.service-card > * { position: relative; z-index: 1; }
.service-number { color: #777d87; font-size: 10px; font-weight: 800; }
.service-icon { margin: 38px 0 20px; color: var(--red); font: 800 50px/.5 var(--display); transition: color .2s; }
.service-card:hover .service-icon { color: #fff; }
.service-card h3 { font-size: 31px; letter-spacing: -.3px; }
.service-card p { max-width: 260px; margin: 10px 0 0; font-size: 13px; line-height: 1.7; }
.fleet { background: #101217; }
.fleet-header { display: flex; justify-content: space-between; gap: 60px; align-items: end; margin-bottom: 48px; }
.fleet-header > p { max-width: 290px; color: #abb0bb; font-size: 13px; line-height: 1.65; }
.gallery { display: grid; grid-template-columns: 1.4fr 1fr 1fr; grid-template-rows: 330px 218px; gap: 16px; }
.gallery-item { position: relative; min-height: 0; padding: 0; border: 0; color: #fff; text-align: left; overflow: hidden; background: #212631; cursor: pointer; isolation: isolate; }
.gallery-large { grid-row: span 2; }
.gallery-base { grid-column: span 2; }
.gallery-item:before { content: ''; position: absolute; z-index: 4; inset: 0; border: 1px solid rgba(255,255,255,.22); transition: inset .3s ease, border-color .3s ease; pointer-events: none; }
.gallery-item img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.8,.2,1), filter .4s ease; z-index: 1; }
.gallery-item:hover img { transform: scale(1.09); filter: saturate(1.14); }
.gallery-item:hover:before { inset: 10px; border-color: rgba(255,255,255,.7); }
.gallery-item:after { content: ''; position: absolute; z-index: 2; inset: 32% 0 0; background: linear-gradient(transparent, rgba(0,0,0,.91)); pointer-events: none; }
.gallery-item .image-fallback { z-index: 0; }
.gallery-index { position: absolute; z-index: 3; top: 15px; right: 18px; color: rgba(255,255,255,.82); font: 800 13px var(--body); letter-spacing: 1px; }
.gallery-caption { position: absolute; z-index: 3; left: 18px; right: 18px; bottom: 18px; display: flex; justify-content: space-between; align-items: end; font: 800 21px/.9 var(--display); text-transform: uppercase; }
.gallery-caption b { display: grid; place-items: center; width: 29px; height: 29px; color: #fff; background: var(--red); font: 400 18px var(--body); transition: transform .25s ease; }
.gallery-item:hover .gallery-caption b { transform: translate(3px, -3px); }
.emergency-band { position: relative; overflow: hidden; background: var(--red); color: #fff; }
.emergency-band:before { content: 'PEZÃO'; position: absolute; right: -15px; bottom: -47px; color: rgba(0,0,0,.09); font: 900 220px var(--display); font-style: italic; }
.emergency-wrap { position: relative; z-index: 1; min-height: 240px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.emergency-wrap p { margin: 0 0 4px; font-size: 10px; font-weight: 800; letter-spacing: 1.7px; }
.emergency-wrap h2 em { color: #fff; text-shadow: 3px 3px 0 #8f1720; }
.emergency-actions { display: flex; gap: 11px; flex-wrap: wrap; }
.emergency-actions a { display: grid; gap: 3px; min-width: 196px; padding: 14px 16px; border: 1px solid rgba(255,255,255,.55); font-size: 10px; font-weight: 700; letter-spacing: .5px; transition: background .2s; }
.emergency-actions a:hover { background: #fff; color: var(--red-deep); }
.emergency-actions b { font: 800 22px var(--display); }
.location { background: var(--paper); color: var(--ink); }
.location-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: center; }
.location-info address { margin: 29px 0 25px; font-size: 15px; font-style: normal; line-height: 1.8; }
.text-link, .email-link { display: flex; gap: 10px; align-items: center; width: max-content; font-size: 11px; font-weight: 800; letter-spacing: .5px; text-transform: uppercase; }
.text-link { padding-bottom: 7px; border-bottom: 2px solid var(--red); }
.text-link span { color: var(--red); font-size: 16px; }
.email-link { margin-top: 24px; color: var(--red-deep); text-transform: none; }
.map-wrap { position: relative; height: 410px; border: 8px solid #20242d; box-shadow: 18px 18px 0 var(--red); }
.map-wrap iframe { width: 100%; height: 100%; border: 0; filter: grayscale(1) contrast(1.13); }
.site-footer { padding: 65px 0 18px; background: #090a0d; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 30px; padding-bottom: 55px; }
.footer-grid > div { display: grid; align-content: start; gap: 7px; color: #c0c4cb; font-size: 12px; }
.footer-grid p { margin: 0 0 8px; color: #777e89; font-size: 9px; font-weight: 800; letter-spacing: 1.4px; }
.footer-grid a:hover { color: var(--red); }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 18px; border-top: 1px solid var(--line); color: #747b86; font-size: 10px; }
.footer-bottom a:hover { color: #fff; }
.whatsapp-widget { position: fixed; z-index: 20; right: max(20px, env(safe-area-inset-right)); bottom: max(20px, env(safe-area-inset-bottom)); }
.whatsapp-button { display: grid; place-items: center; position: relative; width: 60px; height: 60px; border: 0; border-radius: 50%; background: #25d366; color: #fff; box-shadow: 0 8px 25px rgba(0,0,0,.35); cursor: pointer; transition: transform .2s; }
.whatsapp-button:hover { transform: scale(1.07); }
.whatsapp-button svg { position: relative; z-index: 1; width: 32px; height: 32px; fill: currentColor; }
.whatsapp-button i { position: absolute; width: 72px; height: 72px; border: 1px solid rgba(37,211,102,.5); border-radius: 50%; animation: pulse 2.4s infinite; }
@keyframes pulse { 70%, 100% { transform: scale(1.28); opacity: 0; } }
.whatsapp-options { position: absolute; right: 0; bottom: 73px; display: grid; gap: 8px; width: 243px; padding: 15px; background: #fff; color: var(--ink); box-shadow: 0 17px 35px rgba(0,0,0,.33); opacity: 0; visibility: hidden; transform: translateY(8px); transition: .2s; }
.whatsapp-widget.is-open .whatsapp-options { opacity: 1; visibility: visible; transform: translateY(0); }
.whatsapp-options p { margin: 0 0 2px; font: 800 19px var(--display); text-transform: uppercase; }
.whatsapp-options a { display: grid; padding: 10px; background: #eef0ee; font: 800 17px var(--display); transition: background .2s; }
.whatsapp-options a:hover { background: #dff7e8; }
.whatsapp-options small { color: #4e5660; font: 700 9px var(--body); letter-spacing: .6px; }
.lightbox { max-width: min(920px, calc(100% - 32px)); padding: 0; border: 0; background: #13151a; box-shadow: 0 20px 70px rgba(0,0,0,.7); }
.lightbox::backdrop { background: rgba(0,0,0,.82); }
.lightbox img { max-height: 80vh; object-fit: contain; }
.lightbox-close { position: absolute; z-index: 2; top: 8px; right: 8px; width: 36px; height: 36px; border: 0; border-radius: 50%; background: var(--red); color: #fff; font-size: 26px; cursor: pointer; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease var(--delay, 0s), transform .65s ease var(--delay, 0s); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.services, .fleet, .location { content-visibility: auto; contain-intrinsic-size: 700px; }
:focus-visible { outline: 3px solid #ffcf3c; outline-offset: 3px; }
@media (max-width: 900px) { .hero { min-height: auto; } .hero-content { padding: 143px 0 79px; } .hero-visual { position: relative; top: auto; right: auto; width: min(620px, calc(100% - 72px)); margin: 0 20px 100px auto; } .hero-image-frame { min-height: 350px; } .hero-image-frame img { height: 350px; } .scroll-cue { display: none; } .hero-routes { width: 80vw; } .section-heading { grid-template-columns: 1fr; } .services-grid { grid-template-columns: 1fr; } .service-card { min-height: 215px; border-left: 1px solid #c9ccd0; border-bottom: 1px solid #c9ccd0; } .service-icon { margin: 25px 0 15px; } .gallery { grid-template-columns: 1fr 1fr; grid-template-rows: 330px 250px; } .gallery-large { grid-row: auto; grid-column: span 2; } .gallery-base { grid-column: auto; } .fleet-header, .location-grid { grid-template-columns: 1fr; display: grid; gap: 25px; } .map-wrap { height: 350px; } .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 680px) { :root { --container: min(100% - 32px, 1180px); } .site-header { height: 70px; } .brand-text b { font-size: 23px; } .brand-text small { font-size: 7px; } .main-nav { position: absolute; left: 0; right: 0; top: 70px; display: none; padding: 17px; background: #13151b; border: 1px solid var(--line); align-items: stretch; gap: 16px; } .main-nav.is-open { display: grid; } .main-nav > a { padding: 6px; } .nav-cta { margin-top: 5px; } .menu-toggle { display: block; } h1 { font-size: clamp(54px, 16vw, 73px); } .hero-copy { font-size: 14px; } .hero-contacts { flex-wrap: wrap; gap: 8px 13px; font-size: 15px; } .hero-contacts span { flex-basis: 100%; } .hero-visual { width: calc(100% - 44px); margin-bottom: 60px; } .hero-image-frame { min-height: 260px; border-width: 6px; box-shadow: 14px 15px 0 var(--red), 0 24px 40px rgba(0,0,0,.4); } .hero-image-frame img { height: 260px; } .frame-readout { right: 10px; bottom: 10px; min-width: 105px; padding: 7px 9px; } .corner-tag { bottom: -39px; left: 15px; font-size: 8px; } .section { padding: 84px 0; } .services-grid { margin: 0 -16px; } .section-heading { margin-bottom: 35px; } .gallery { grid-template-columns: 1fr; grid-template-rows: none; } .gallery-large, .gallery-base { grid-column: auto; } .gallery-item, .gallery-large { min-height: 250px; } .emergency-wrap { min-height: 330px; padding: 50px 0; align-items: start; flex-direction: column; } .emergency-actions { width: 100%; } .emergency-actions a { flex: 1; min-width: auto; } .map-wrap { height: 310px; box-shadow: 11px 11px 0 var(--red); } .footer-grid { grid-template-columns: 1fr; gap: 27px; } .footer-bottom { gap: 14px; flex-direction: column; } .whatsapp-button { width: 55px; height: 55px; } }
@media (prefers-reduced-motion: reduce) { *, *:before, *:after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } .reveal { opacity: 1; transform: none; } .hero-routes { display: none; } }
