:root{--orange:#ff6500;--orange-dark:#de5700;--ink:#111214;--muted:#686a70;--paper:#f5f4f0;--white:#fff;--line:#d9d8d3;--max:1240px;--radius:4px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:"DM Sans",sans-serif;-webkit-font-smoothing:antialiased;overflow-x:hidden}a{color:inherit;text-decoration:none}img{display:block;width:100%}button,input{font:inherit}.container{width:min(calc(100% - 64px),var(--max));margin:auto}.menu-state{position:fixed;opacity:0;pointer-events:none}
.site-header{height:88px;padding:0 max(32px,calc((100vw - var(--max))/2));display:flex;align-items:center;gap:44px;background:#080808;color:#fff;position:absolute;z-index:20;top:0;width:100%;border-bottom:1px solid #ffffff1c}.brand{display:flex;width:188px}.brand-mark{width:100%;height:auto;color:#fff}.main-nav{display:flex;gap:30px;margin-left:auto}.main-nav a{font-size:13px;font-weight:600;letter-spacing:.02em;color:#d3d3d3;transition:.2s}.main-nav a:hover{color:var(--orange)}.header-cta{border-left:1px solid #ffffff24;padding-left:28px;font-size:13px;font-weight:700;display:flex;align-items:center;gap:9px}.status-dot{width:7px;height:7px;border-radius:50%;background:#28ca65;box-shadow:0 0 0 4px #28ca6522}.menu-toggle{display:none}
.hero{min-height:780px;height:94vh;position:relative;color:#fff;background:#090909;display:flex;align-items:center;overflow:hidden}.hero-photo{position:absolute;inset:0;background:url("assets/showroom.jpg") center 48%/cover no-repeat;filter:saturate(.65) contrast(1.1)}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,#080808 2%,#080808df 34%,#08080852 68%,#08080878),linear-gradient(0deg,#080808b8 0%,transparent 45%)}.hero-content{position:relative;padding-top:62px}.eyebrow{font:600 11px "Manrope";letter-spacing:.2em;text-transform:uppercase;color:#d4d4d4;display:flex;align-items:center;gap:12px}.eyebrow span{width:36px;height:2px;background:var(--orange)}h1,h2{font-family:"Manrope",sans-serif;margin:0;letter-spacing:-.055em;line-height:.95}h1{font-size:clamp(58px,7.5vw,108px);font-weight:700;max-width:850px;margin:26px 0 28px}h1 em,h2 em{font-style:normal;color:var(--orange)}.hero-content>p{font-size:17px;line-height:1.7;color:#c8c8c8;max-width:575px;margin:0 0 38px}.hero-actions{display:flex;gap:12px}.btn{min-height:54px;padding:0 24px;display:inline-flex;align-items:center;justify-content:center;gap:24px;font:700 12px "Manrope";text-transform:uppercase;letter-spacing:.1em;border:1px solid transparent;cursor:pointer;transition:.25s}.btn span{font-size:18px}.btn-primary{background:var(--orange);color:#fff}.btn-primary:hover{background:var(--orange-dark);transform:translateY(-2px)}.btn-ghost{border-color:#ffffff5c;color:#fff}.btn-ghost:hover{background:#fff;color:#111}.hero-counter{position:absolute;right:max(32px,calc((100vw - var(--max))/2));bottom:145px;display:flex;align-items:center;gap:13px;font-family:"Manrope"}.hero-counter strong{color:var(--orange);font-size:13px}.hero-counter span{width:62px;height:1px;background:#ffffff65}.hero-counter small{font-size:10px;text-transform:uppercase;letter-spacing:.15em}.trust-strip{position:absolute;bottom:0;right:0;width:57%;min-height:112px;background:#f5f4f0;color:#111;display:grid;grid-template-columns:repeat(3,1fr);align-items:center;padding:0 max(32px,calc((100vw - var(--max))/2)) 0 50px;gap:32px}.trust-strip>div{display:flex;flex-direction:column;border-right:1px solid var(--line)}.trust-strip>div:last-child{border:0}.trust-strip strong{font:700 23px "Manrope"}.trust-strip span{font-size:11px;color:var(--muted);margin-top:4px;text-transform:uppercase;letter-spacing:.07em}
.catalog{padding:120px 0 130px}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:65px}.section-index{display:block;font:700 10px "Manrope";color:var(--orange);letter-spacing:.19em;margin-bottom:22px}.section-heading h2,.about h2,.evaluation h2{font-size:clamp(42px,5vw,70px);font-weight:700}.section-heading>p{max-width:390px;color:var(--muted);line-height:1.65;margin:0 0 4px}.filter-radio{position:absolute;opacity:0;pointer-events:none}.filter-bar{display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:15px 0;margin-bottom:38px;gap:20px}.filter-pills{display:flex;gap:6px}.filter-pills label{padding:11px 16px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;cursor:pointer;color:#777;transition:.2s}.filter-pills label:hover{color:#111}.filter-pills sup{font-size:8px;color:#999;margin-left:3px}.search-box{min-width:275px;display:flex;gap:10px;align-items:center;border-left:1px solid var(--line);padding-left:25px}.search-box input{border:0;outline:0;background:transparent;width:100%;font-size:12px}.search-box span{font-size:24px;transform:rotate(-20deg)}#filter-all:checked~.filter-bar label[for=filter-all],#filter-suv:checked~.filter-bar label[for=filter-suv],#filter-sedan:checked~.filter-bar label[for=filter-sedan],#filter-hatch:checked~.filter-bar label[for=filter-hatch],#filter-pickup:checked~.filter-bar label[for=filter-pickup]{background:#111;color:#fff}#filter-suv:checked~.vehicle-grid .vehicle-card:not([data-category=suv]),#filter-sedan:checked~.vehicle-grid .vehicle-card:not([data-category=sedan]),#filter-hatch:checked~.vehicle-grid .vehicle-card:not([data-category=hatch]),#filter-pickup:checked~.vehicle-grid .vehicle-card:not([data-category=pickup]){display:none}.vehicle-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.vehicle-card{background:#fff;border:1px solid #e9e8e3;transition:.3s}.vehicle-card:hover{transform:translateY(-6px);box-shadow:0 18px 50px #11111112}.vehicle-image{height:265px;position:relative;overflow:hidden;background:#ddd}.vehicle-image img{height:100%;object-fit:cover;transition:.5s}.vehicle-card:hover .vehicle-image img{transform:scale(1.035)}.tag{position:absolute;left:14px;top:14px;background:var(--orange);color:#fff;padding:7px 10px;font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.1em}.tag.dark{background:#111}.favorite{position:absolute;right:14px;top:14px;background:#fffffff0;width:34px;height:34px;border-radius:50%;display:grid;place-items:center;font-size:19px}.vehicle-info{padding:25px}.model-year{font-size:10px;font-weight:700;color:var(--orange);letter-spacing:.12em}.vehicle-info h3{font:700 20px "Manrope";margin:7px 0 16px}.specs{display:flex;gap:0;margin-bottom:25px;color:#777;font-size:11px}.specs span{padding-right:11px;margin-right:11px;border-right:1px solid #ddd}.specs span:last-child{border:0}.price{border-top:1px solid #ecebe7;padding-top:19px;display:flex;align-items:end;justify-content:space-between}.price small{font-size:10px;color:#777}.price strong{font:700 19px "Manrope"}.card-link{display:flex;justify-content:space-between;margin-top:19px;padding-top:15px;border-top:1px solid #ecebe7;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.09em}.card-link span{color:var(--orange);font-size:16px}.catalog-footer{display:flex;align-items:center;justify-content:space-between;margin-top:46px}.btn-outline{border-color:#222}.btn-outline:hover{background:#111;color:#fff}.catalog-footer p{font-size:12px;color:#777}.catalog-footer p a{color:#111;border-bottom:1px solid}
.about{display:grid;grid-template-columns:1.1fr .9fr;min-height:750px;background:#fff}.about-photo{position:relative;overflow:hidden}.about-photo img{height:100%;object-fit:cover;filter:saturate(.65)}.photo-caption{position:absolute;left:0;bottom:0;background:var(--orange);color:white;padding:25px 38px;font:700 17px/1.3 "Manrope"}.about-copy{padding:105px clamp(45px,7vw,115px);align-self:center}.about-copy>p{color:var(--muted);line-height:1.75;max-width:530px;margin:30px 0}.about-copy ul{list-style:none;padding:0;margin:35px 0}.about-copy li{display:flex;gap:20px;padding:20px 0;border-top:1px solid #e4e3df}.about-copy li>span{color:var(--orange);font:700 10px "Manrope";padding-top:3px}.about-copy li div{display:flex;flex-direction:column;gap:5px}.about-copy li strong{font:700 14px "Manrope"}.about-copy li small{color:#777}.text-link{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.12em;border-bottom:1px solid;padding-bottom:8px}.text-link span{color:var(--orange);margin-left:20px}
.services{background:#101113;color:#fff;padding:120px 0}.section-heading.light{margin-bottom:55px}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid #ffffff22}.service-grid article{padding:40px 42px 15px 0;border-right:1px solid #ffffff22;position:relative;min-height:300px}.service-grid article+article{padding-left:42px}.service-grid article:last-child{border-right:0}.service-number{color:#777;font-size:10px}.service-icon{position:absolute;top:37px;right:38px;color:var(--orange);font-size:29px}.service-grid h3{font:700 22px "Manrope";margin:60px 0 14px}.service-grid p{color:#999;line-height:1.7;font-size:14px;max-width:330px}.service-grid a{display:inline-block;margin-top:22px;color:var(--orange);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.1em}
.evaluation{padding:110px 0;background:#e9e7e1}.evaluation-inner{display:grid;grid-template-columns:.85fr 1.15fr;gap:11vw;align-items:center}.evaluation-inner>div>p{color:#666;line-height:1.7;max-width:430px}.evaluation-form{background:#fff;padding:42px;display:flex;flex-direction:column;gap:18px}.evaluation-form>div{display:grid;grid-template-columns:1fr 1fr;gap:15px}.evaluation-form label span{display:block;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;margin-bottom:8px}.evaluation-form input{width:100%;height:50px;border:1px solid #ddd;background:#fafafa;padding:0 15px;outline:none}.evaluation-form input:focus{border-color:var(--orange)}.evaluation-form button{width:100%}.evaluation-form>small{font-size:9px;color:#888;text-align:center}
footer{background:#080808;color:#fff;padding:76px 0 20px}.footer-main{display:grid;grid-template-columns:.7fr 1.3fr;gap:80px;padding-bottom:70px}.footer-brand p{color:#888;max-width:230px;font-size:13px;line-height:1.6}.footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:35px}.footer-links>div{display:flex;flex-direction:column;gap:12px}.footer-links strong{font:700 10px "Manrope";color:var(--orange);text-transform:uppercase;letter-spacing:.13em;margin-bottom:7px}.footer-links a,.footer-links span{font-size:12px;color:#aaa;line-height:1.65}.footer-links a:hover{color:#fff}.footer-bottom{border-top:1px solid #ffffff1a;padding-top:20px;display:flex;justify-content:space-between;font-size:10px;color:#666}.footer-bottom div{display:flex;gap:25px}.whatsapp{position:fixed;right:22px;bottom:22px;z-index:30;width:50px;height:50px;border-radius:50%;background:#25d366;color:#fff;display:grid;place-items:center;font-size:25px;box-shadow:0 7px 25px #0003}
@media(max-width:980px){.container{width:min(calc(100% - 40px),var(--max))}.site-header{padding:0 20px;height:76px}.main-nav,.header-cta{display:none}.menu-toggle{display:flex;margin-left:auto;width:38px;height:38px;flex-direction:column;justify-content:center;gap:7px;cursor:pointer}.menu-toggle span{height:1px;background:white;width:24px}.menu-state:checked~.site-header .main-nav{display:flex;position:absolute;top:76px;left:0;width:100%;padding:35px 20px;background:#080808;flex-direction:column;gap:22px}.hero{height:auto;min-height:760px}.trust-strip{width:100%;padding:0 20px}.hero-counter{display:none}.vehicle-grid{grid-template-columns:repeat(2,1fr)}.about{grid-template-columns:1fr}.about-photo{height:520px}.evaluation-inner{gap:50px}.footer-main{grid-template-columns:1fr;gap:45px}}
@media(max-width:680px){.container{width:auto;margin-left:15px;margin-right:15px}.brand{width:155px}.hero{min-height:700px;padding-bottom:105px}.hero-content{padding-top:30px;min-width:0;transform:translateY(105px)}.hero-content h1{font-size:37px;letter-spacing:-.06em}.hero-content>p{font-size:14px;line-height:1.65;max-width:100%}.hero-actions{flex-direction:column;align-items:stretch;max-width:320px}.trust-strip{min-height:86px;gap:7px}.trust-strip strong{font-size:16px}.trust-strip span{font-size:7px;letter-spacing:.02em}.catalog,.services{padding:80px 0}.section-heading{display:block;margin-bottom:40px}.section-heading>p{margin-top:24px}.filter-bar{align-items:stretch;flex-direction:column}.filter-pills{overflow-x:auto;padding-bottom:4px}.filter-pills label{white-space:nowrap}.search-box{border-left:0;border-top:1px solid var(--line);padding:14px 8px 0;min-width:0}.vehicle-grid{grid-template-columns:1fr}.vehicle-image{height:245px}.catalog-footer{display:block}.catalog-footer p{margin-top:25px}.about-photo{height:360px}.about-copy{padding:75px 25px}.service-grid{grid-template-columns:1fr}.service-grid article,.service-grid article+article{padding:35px 10px;border-right:0;border-bottom:1px solid #ffffff22}.evaluation{padding:75px 0}.evaluation-inner{grid-template-columns:1fr}.evaluation-form{padding:25px 20px}.evaluation-form>div{grid-template-columns:1fr}.footer-main{padding-bottom:50px}.footer-links{grid-template-columns:1fr 1fr}.footer-links>div:last-child{grid-column:1/-1}.footer-bottom{gap:15px;flex-direction:column}.footer-bottom div{flex-wrap:wrap}}

/* A marca oficial possui uma área preta de proteção no próprio JPEG.
   O recorte abaixo preserva a arte original e remove apenas essa margem na exibição. */
.site-header,footer{background:#000}
.brand{display:block;width:225px;height:56px;overflow:hidden;flex:none;background:#000}
.brand-logo{display:block;width:155%;max-width:none;transform:translate(-19%,-30.5%)}
footer .brand{background:none}
footer .brand-mark{visibility:hidden}
@media(max-width:680px){.brand{width:180px;height:45px}.brand-logo{width:155%;transform:translate(-19%,-30.5%)}footer .brand{background-size:155% auto}}

/* Detalhes e galeria do veículo */
button.vehicle-image{width:100%;padding:0;border:0;cursor:pointer;text-align:left}
.photo-count{position:absolute;right:14px;bottom:14px;background:#0b0b0be8;color:#fff;padding:8px 11px;font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.08em}
button.card-link{width:100%;background:none;border-right:0;border-left:0;border-bottom:0;text-align:left;cursor:pointer;color:inherit}
.vehicle-modal[hidden]{display:none}.modal-open{overflow:hidden}.vehicle-modal{position:fixed;inset:0;z-index:100;display:grid;place-items:center;padding:24px}.modal-backdrop{position:absolute;inset:0;background:#000d;backdrop-filter:blur(8px)}.modal-panel{position:relative;z-index:1;background:#f5f4f0;width:min(1380px,100%);height:min(880px,calc(100vh - 48px));display:grid;grid-template-columns:minmax(0,1.25fr) minmax(380px,.75fr);overflow:hidden;box-shadow:0 30px 100px #0009}.modal-close{position:absolute;right:17px;top:17px;z-index:4;width:42px;height:42px;border:1px solid #ddd;background:#fff;color:#111;font-size:27px;line-height:1;cursor:pointer}.modal-gallery{background:#0a0a0a;min-width:0;display:grid;grid-template-rows:minmax(0,1fr) 106px}.gallery-stage{position:relative;min-height:0;display:grid;place-items:center;overflow:hidden}.gallery-stage>img{width:100%;height:100%;object-fit:contain}.gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;border:1px solid #ffffff55;background:#080808b8;color:#fff;font-size:19px;cursor:pointer;transition:.2s}.gallery-arrow:hover{background:var(--orange);border-color:var(--orange)}.gallery-arrow.previous{left:18px}.gallery-arrow.next{right:18px}.gallery-counter{position:absolute;right:20px;bottom:18px;background:#080808c9;color:#fff;padding:9px 12px;font:700 10px "Manrope";letter-spacing:.12em}.gallery-thumbs{display:flex;gap:8px;overflow-x:auto;padding:12px;background:#050505;scrollbar-width:thin}.gallery-thumb{width:67px;min-width:67px;height:80px;padding:0;border:1px solid transparent;background:#111;cursor:pointer;opacity:.55;transition:.2s}.gallery-thumb img{height:100%;object-fit:cover}.gallery-thumb:hover,.gallery-thumb.active{opacity:1;border-color:var(--orange)}.modal-details{padding:58px 48px 40px;overflow-y:auto}.modal-kicker{display:block;color:var(--orange);font:700 10px "Manrope";letter-spacing:.17em;text-transform:uppercase;margin-bottom:19px}.modal-details h2{font-size:clamp(38px,4vw,60px)}.modal-intro{color:#686a70;line-height:1.65;font-size:14px;margin:25px 0}.modal-price{display:flex;align-items:flex-end;justify-content:space-between;border-top:1px solid #d8d7d2;border-bottom:1px solid #d8d7d2;padding:20px 0}.modal-price small{color:#777;font-size:10px;text-transform:uppercase;letter-spacing:.1em}.modal-price strong{font:800 25px "Manrope"}.feature-list{display:grid;grid-template-columns:1fr 1fr;gap:0 20px;margin:22px 0}.feature-list span{position:relative;padding:10px 0 10px 17px;border-bottom:1px solid #dfded9;color:#4e5054;font-size:11px;line-height:1.45}.feature-list span:before{content:"✓";position:absolute;left:0;color:var(--orange);font-weight:800}.modal-whatsapp{width:100%;margin-top:8px}.modal-location{font-size:11px;color:#777;line-height:1.65;margin:22px 0 0}.modal-location strong{color:#111}
@media(max-width:900px){.vehicle-modal{padding:0}.modal-panel{width:100%;height:100vh;grid-template-columns:1fr;grid-template-rows:52vh auto;overflow-y:auto}.modal-gallery{grid-template-rows:minmax(0,1fr) 84px;min-height:52vh}.gallery-thumb{width:50px;min-width:50px;height:60px}.modal-details{padding:42px 24px}.modal-close{position:fixed;right:12px;top:12px}.feature-list{grid-template-columns:1fr}}

/* Estoque real e contato */
.filter-note{font:600 10px "Manrope";color:#777;text-transform:uppercase;letter-spacing:.12em;white-space:nowrap}
.vehicle-grid,.vehicle-card,.vehicle-info,.price{min-width:0}
.vehicle-info h3,.price strong{overflow-wrap:anywhere}.price strong{white-space:nowrap}
.whatsapp{width:auto;height:54px;border-radius:28px;padding:0 19px 0 15px;display:flex;gap:9px;font:700 11px "Manrope";letter-spacing:.04em;box-shadow:0 10px 30px #0004;transition:transform .2s,background .2s}
.whatsapp:hover{background:#1fbd59;transform:translateY(-3px)}
.whatsapp svg{width:25px;height:25px}.whatsapp span{display:block}
@media(max-width:760px){.filter-bar{padding:12px 0}.filter-pills{display:grid;grid-template-columns:repeat(4,1fr);width:100%;gap:5px}.filter-pills label{text-align:center;padding:11px 7px}.filter-note{display:none}.vehicle-grid{grid-template-columns:1fr 1fr;gap:14px}.vehicle-image{height:230px}.vehicle-info{padding:19px}.specs{flex-wrap:wrap;row-gap:6px}.price{align-items:flex-start;gap:6px;flex-direction:column}.catalog-footer{margin-top:32px}}
@media(max-width:560px){.filter-pills{grid-template-columns:1fr 1fr}.vehicle-grid{grid-template-columns:minmax(0,1fr);gap:18px}.vehicle-image{height:285px}.vehicle-info{padding:22px}.price{align-items:flex-end;flex-direction:row}.whatsapp{width:54px;padding:0;justify-content:center}.whatsapp span{display:none}}

/* Imagem real da loja nos banners institucionais */
.hero-photo{background-image:url("assets/showroom.jpg");background-position:center 28%;filter:saturate(.72) contrast(1.08)}
.hero-shade{background:linear-gradient(90deg,#080808 2%,#080808eb 34%,#08080866 68%,#08080878),linear-gradient(0deg,#080808c2 0%,transparent 48%)}
.about-photo img{object-position:center 28%;filter:saturate(.72) contrast(1.04)}
@media(max-width:680px){.hero-photo{background-size:105% auto;background-position:58% 24%}.about-photo img{object-position:center 24%}.about-photo .photo-caption{top:6px;right:0;bottom:auto;left:auto;padding:17px 24px;font-size:15px}}

/* Identidade Auto Sigma: sistema visual exclusivamente preto e branco */
:root{--orange:#fff;--orange-dark:#e8e8e8;--ink:#080808;--muted:#666;--paper:#f3f3f1;--white:#fff;--line:#d4d4d1}
.brand{display:block;position:relative;width:168px;height:70px;background:none;overflow:hidden}
.brand-logo{position:absolute;display:block;width:170%;height:auto;max-width:none;left:-20%;top:-150%;transform:none}
footer .brand{background:none}
.main-nav a:hover{color:#fff;opacity:.7}
.eyebrow span,.about-copy li>span{background:#fff;color:#080808}
.btn-primary{background:#fff;color:#080808;border-color:#fff}
.btn-primary:hover{background:#d9d9d9;border-color:#d9d9d9}
.hero-photo{background-image:url("assets/showroom.jpg")!important;background-position:center 55%;filter:grayscale(1) contrast(1.12)}
.hero-shade{background:linear-gradient(90deg,#050505 2%,#050505e8 35%,#05050566 70%,#05050591),linear-gradient(0deg,#050505d0 0%,transparent 50%)}
.trust-strip strong,.section-index,.text-link,.service-grid article>a,.footer-links a:hover{color:#111}
.catalog .section-index,.evaluation .section-index{color:#555}
.tag{background:#fff;color:#080808;border:1px solid #080808}
.tag.dark{background:#080808;color:#fff}
.vehicle-card:hover{box-shadow:0 20px 50px #00000018}
.services,.site-header,footer{background:#060606}
.service-grid article:hover{background:#111}
.service-icon{border-color:#fff;color:#fff}
.evaluation{background:#e8e8e5}
.about-photo img{filter:grayscale(1) contrast(1.08);object-position:center}
.whatsapp{background:#fff;color:#080808;border:1px solid #080808}
.whatsapp:hover{background:#080808;color:#fff}
@media(max-width:900px){.brand{width:142px;height:62px}}

/* Auto Sigma Signature — linguagem editorial e arquitetura própria */
:root{--sigma-black:#070707;--sigma-soft:#eeeDE8;--sigma-gray:#a7a7a3}
body{background:#f7f7f4}
h1,h2,.vehicle-info h3,.simulation h2{font-family:"Playfair Display",serif;letter-spacing:-.045em}
.site-header{height:104px;background:linear-gradient(#050505ee,#05050500);border:0;padding-top:10px}
.main-nav{gap:34px}.main-nav a{font-size:10px;text-transform:uppercase;letter-spacing:.16em;font-weight:500}
.header-cta{border:1px solid #ffffff66;padding:13px 17px;text-transform:uppercase;letter-spacing:.11em;font-size:9px}.status-dot{background:#fff;box-shadow:none}
.hero{min-height:860px;height:100vh;align-items:flex-end;padding-bottom:150px}
.hero-photo{inset:0 0 0 41%!important;background-position:56% 52%!important;filter:grayscale(1) contrast(1.18)!important}
.hero-shade{background:linear-gradient(90deg,#070707 0 43%,#070707d9 50%,#07070715 80%),linear-gradient(0deg,#070707b0,transparent 55%)}
.hero-content{padding-top:0}.hero-content .eyebrow{margin-bottom:60px}.hero-edition{display:block;color:#878787;font:500 9px "Manrope";letter-spacing:.2em;text-transform:uppercase;margin-bottom:14px}
.hero-content h1{font-size:clamp(64px,7vw,112px);font-weight:500;line-height:.88;max-width:820px;margin:0 0 34px}.hero-content h1 em{font-weight:500;font-style:italic;color:#fff}
.hero-content>p{font-size:14px;max-width:500px;color:#aaa;margin-bottom:32px}.hero-actions .btn{min-height:50px;font-size:9px;letter-spacing:.14em}
.hero-counter{display:none}.trust-strip{width:42%;min-height:108px;background:#fff;padding:0 max(28px,calc((100vw - var(--max))/2)) 0 35px;gap:18px}.trust-strip strong{font:600 15px "Playfair Display"}.trust-strip span{font-size:8px}
.signature-band{height:76px;background:#fff;border-bottom:1px solid #ddd;overflow:hidden;display:flex;align-items:center}.signature-track{width:100%;display:flex;align-items:center;justify-content:space-around;gap:25px;white-space:nowrap;font:600 10px "Manrope";letter-spacing:.16em;text-transform:uppercase}.signature-track i{font:500 22px "Playfair Display";color:#aaa}
.catalog{padding:145px 0}.catalog .section-heading h2{font-weight:500}.catalog .section-heading h2 em{color:#777;font-style:italic}.filter-bar{border-top:0;background:#0a0a0a;padding:10px 13px}.filter-pills label{color:#aaa;font-size:9px}.filter-pills label:hover{color:#fff}#filter-all:checked~.filter-bar label[for=filter-all],#filter-suv:checked~.filter-bar label[for=filter-suv],#filter-sedan:checked~.filter-bar label[for=filter-sedan],#filter-hatch:checked~.filter-bar label[for=filter-hatch],#filter-pickup:checked~.filter-bar label[for=filter-pickup]{background:#fff;color:#070707}.filter-note{color:#aaa}
.vehicle-grid{grid-template-columns:repeat(2,1fr);gap:30px}.vehicle-card{border:0;background:transparent}.vehicle-image{height:390px}.vehicle-info{padding:24px 3px}.vehicle-info h3{font-size:27px;font-weight:500}.model-year{color:#777}.tag{top:0;left:0;border:0;padding:9px 13px}.photo-count{right:0;bottom:0}.card-link{border-color:#d6d6d2}
.simulation{display:grid;grid-template-columns:.8fr 1.2fr;background:#090909;color:#fff}.simulation-aside{padding:110px clamp(35px,7vw,110px);border-right:1px solid #ffffff20}.simulation-aside .section-index{color:#777}.simulation h2{font-size:clamp(48px,5vw,74px);font-weight:500;line-height:.96}.simulation h2 em{font-style:italic;color:#fff}.simulation-aside>p{color:#929292;line-height:1.8;max-width:440px;margin:30px 0 60px}.simulation-note{border-top:1px solid #ffffff2a;padding-top:25px;display:flex;flex-direction:column;gap:8px}.simulation-note strong{text-transform:uppercase;letter-spacing:.15em;font-size:9px}.simulation-note span{color:#777;font-size:12px}
.simulation-form{padding:95px clamp(35px,8vw,130px);display:flex;flex-direction:column;gap:22px}.form-heading{display:flex;justify-content:space-between;border-bottom:1px solid #ffffff2a;padding-bottom:24px;margin-bottom:10px}.form-heading span{font:500 22px "Playfair Display"}.form-heading small{color:#777;text-transform:uppercase;font-size:8px;letter-spacing:.15em}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}.simulation-form label>span{display:block;font-size:8px;letter-spacing:.15em;text-transform:uppercase;color:#aaa;margin-bottom:8px}.simulation-form input,.simulation-form select{width:100%;height:56px;border:1px solid #ffffff2a;background:#111;color:#fff;padding:0 16px;outline:0;font:500 13px "DM Sans"}.simulation-form input:focus,.simulation-form select:focus{border-color:#fff}.simulation-form select{appearance:none;background:#111;color:#fff}.simulation-submit{background:#fff;color:#080808;width:100%;margin-top:8px}.simulation-submit:hover{background:#ddd}.form-legal{color:#666;font-size:8px;line-height:1.5;text-align:center}
.purchase-journey{background:#ebeae5;padding:110px 0}.purchase-journey .section-index{color:#555}.journey-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid #bbb}.journey-grid article{padding:32px 28px 10px 0;border-right:1px solid #ccc;min-height:230px}.journey-grid article+article{padding-left:28px}.journey-grid article:last-child{border:0}.journey-grid b{font:500 10px "Manrope";color:#888}.journey-grid h3{font:500 29px "Playfair Display";margin:55px 0 12px}.journey-grid p{color:#666;font-size:12px;line-height:1.7;max-width:230px}
.about{grid-template-columns:.85fr 1.15fr}.about-photo{margin:70px 0 70px 70px}.about-copy h2{font-weight:500}.photo-caption{background:#fff;color:#080808;padding:20px 25px}.services{background:#f7f7f4;color:#080808}.services .section-index{color:#666}.services h2{font-weight:500}.service-grid{border-color:#bbb}.service-grid article{border-color:#ccc}.service-grid article:hover{background:#eee}.service-grid p{color:#666}.service-grid article>a{color:#080808}.service-icon{border-color:#080808;color:#080808}.evaluation{background:#fff;border-top:1px solid #ddd}.evaluation h2{font-weight:500}.evaluation h2 em{color:#777}.evaluation-form{background:#ededE8}.evaluation-form .btn-primary{background:#090909;color:#fff}
footer{padding-top:90px}.footer-brand .brand{width:210px;height:90px}.whatsapp{border-radius:0;background:#080808;color:#fff;border-color:#fff}
@media(max-width:980px){.site-header{height:82px}.hero-photo{inset:0!important}.hero-shade{background:linear-gradient(90deg,#050505eb,#05050572),linear-gradient(0deg,#050505d5,transparent)}.hero{padding-bottom:130px}.trust-strip{width:100%}.vehicle-grid{grid-template-columns:1fr 1fr}.simulation{grid-template-columns:1fr}.simulation-aside{padding:80px 40px;border-right:0}.simulation-form{padding:70px 40px}.journey-grid{grid-template-columns:1fr 1fr}.journey-grid article:nth-child(2){border-right:0}.about-photo{margin:0}}
@media(max-width:680px){.site-header{background:#050505}.hero{min-height:760px;padding-bottom:115px}.hero-content{width:calc(100% - 30px);transform:none;padding-top:100px}.hero-content .eyebrow{margin-bottom:38px}.hero-content h1{font-size:47px}.hero-content>p{width:100%;max-width:330px;padding-right:8px;font-size:13px;overflow-wrap:anywhere}.hero-edition{font-size:8px}.trust-strip{overflow:hidden}.signature-band{height:64px}.signature-track{justify-content:flex-start;padding-left:20px;overflow:hidden}.vehicle-grid{grid-template-columns:1fr}.vehicle-image{height:285px}.simulation-aside,.simulation-form{padding:65px 20px}.form-row{grid-template-columns:1fr}.form-heading{align-items:flex-start;gap:10px;flex-direction:column}.journey-grid{grid-template-columns:1fr}.journey-grid article,.journey-grid article+article{padding:25px 0;border-right:0;border-bottom:1px solid #ccc;min-height:0}.journey-grid h3{margin:25px 0 8px}.about-photo{height:440px}.services{padding-top:90px}}
@media(max-width:680px){.trust-strip{grid-template-columns:1fr 1fr}.trust-strip>div:nth-child(3){display:none}}

/* Refinamento final: abertura modular, alinhamentos precisos e marca integral */
.site-header{position:relative;height:96px;padding-top:0;background:#070707;border-bottom:1px solid #242424}
.brand{width:150px;height:90px;overflow:hidden}
.brand-logo{width:245px;height:245px;left:-45px;top:-75px;transform:none}
.main-nav{margin-left:auto}.header-cta{margin-left:12px}
.hero{height:calc(100vh - 96px);min-height:700px;max-height:860px;align-items:center;padding:0 0 92px;background:#070707}
.hero:after{content:"";position:absolute;left:50%;top:54px;bottom:92px;width:1px;background:#ffffff18;z-index:2}
.hero-photo{inset:54px 0 92px 50%!important;background-position:center 52%!important}
.hero-shade{background:linear-gradient(90deg,#070707 0 47%,#070707aa 55%,transparent 76%),linear-gradient(0deg,#07070775,transparent 42%)}
.hero-content{padding-top:20px}.hero-content .eyebrow{margin-bottom:42px}.hero-content h1{max-width:660px;font-size:clamp(60px,6.2vw,92px);line-height:.91;margin-bottom:28px}.hero-content>p{max-width:460px;line-height:1.75}.hero-actions{margin-top:28px}
.trust-strip{left:50%;right:0;bottom:0;width:50%;min-height:92px;padding:0 max(28px,calc((100vw - var(--max))/2)) 0 32px;background:#f5f4f0}.trust-strip strong{font-size:14px}.trust-strip span{font-size:7px}
.signature-band{height:68px}.catalog{padding-top:125px}.section-heading{align-items:center}.section-heading h2{line-height:1.02}.section-heading>p{padding-left:28px;border-left:1px solid #bbb}
.catalog .vehicle-grid{gap:42px 28px}.vehicle-card{border-bottom:1px solid #d2d2ce;padding-bottom:7px}.vehicle-image{height:360px}.vehicle-info{padding-top:20px}.simulation-aside,.simulation-form{min-height:680px;display:flex;flex-direction:column;justify-content:center}.purchase-journey{padding:95px 0}
@media(max-width:1080px){.main-nav{gap:19px}.main-nav a{font-size:8px}.header-cta{font-size:8px;padding:12px}.hero-content h1{font-size:70px}}
@media(max-width:980px){.site-header{height:82px}.brand{width:132px;height:78px}.brand-logo{width:220px;height:220px;left:-42px;top:-68px}.hero{height:auto;min-height:760px;max-height:none;padding-bottom:105px}.hero:after{display:none}.hero-photo{inset:0!important}.hero-shade{background:linear-gradient(90deg,#050505ee,#05050565),linear-gradient(0deg,#050505dd,transparent 58%)}.trust-strip{left:0;width:100%}}
@media(max-width:680px){.site-header{height:78px}.brand{width:122px;height:74px}.brand-logo{width:205px;height:205px;left:-39px;top:-63px}.menu-state:checked~.site-header .main-nav{top:78px}.hero{min-height:720px;padding-bottom:100px}.hero-content{padding-top:60px}.hero-content .eyebrow{margin-bottom:30px}.hero-content h1{font-size:44px;line-height:.94;max-width:350px}.hero-content>p{max-width:340px;line-height:1.65}.hero-actions{margin-top:20px}.trust-strip{min-height:82px}.signature-band{height:58px}.section-heading>p{padding-left:0;border-left:0}.catalog{padding-top:90px}.vehicle-info h3{font-size:24px}.simulation-aside,.simulation-form{min-height:0}}

/* AUTO SIGMA / DIGITAL SHOWROOM — direção visual contemporânea */
:root{--sigma-bg:#f2f3f5;--sigma-card:#fff;--sigma-ink:#0a0a0b;--sigma-sub:#666a70;--sigma-radius:22px;--max:1360px}
body{font-family:"Inter",sans-serif;background:var(--sigma-bg);color:var(--sigma-ink)}
h1,h2,.vehicle-info h3,.simulation h2,.journey-grid h3{font-family:"Sora",sans-serif;font-style:normal;letter-spacing:-.055em}
.container{width:min(calc(100% - 80px),var(--max))}
.site-header{position:absolute;z-index:30;top:24px;left:50%;transform:translateX(-50%);width:min(calc(100% - 64px),1360px);height:76px;padding:0 18px 0 26px;border:1px solid #ffffff2e;border-radius:18px;background:#090909b5;backdrop-filter:blur(18px);box-shadow:0 18px 60px #0003}
.brand{width:124px;height:72px}.brand-logo{width:195px;height:195px;left:-36px;top:-61px}
.main-nav{gap:27px}.main-nav a{font:600 9px "Inter";letter-spacing:.14em;color:#d7d7d7}.header-cta{height:42px;margin-left:8px;padding:0 16px;border:0;border-radius:12px;background:#fff;color:#090909;font-size:8px}.header-cta .status-dot{background:#111}
.hero{height:920px;min-height:780px;max-height:none;padding:0;align-items:flex-end;background:#050505}
.hero:after{display:none}.hero-photo{inset:0!important;background-position:center 52%!important;filter:grayscale(1) contrast(1.08)!important;transform:scale(1.01)}
.hero-shade{background:linear-gradient(90deg,#050505eb 0%,#050505a8 38%,#05050518 72%),linear-gradient(0deg,#050505e8 0%,transparent 50%,#05050530 100%)}
.hero-content{padding:0 0 190px}.hero-content .eyebrow{margin:0 0 26px;font:600 10px "Inter";letter-spacing:.16em}.hero-content .eyebrow span{width:8px;height:8px;border-radius:50%;background:#fff}.hero-edition{font:600 9px "Inter";letter-spacing:.16em;color:#a8aaae;margin-bottom:18px}.hero-content h1{font:600 clamp(62px,7.2vw,106px)/.92 "Sora";letter-spacing:-.075em;max-width:820px;margin:0 0 28px;text-transform:none}.hero-content h1 em{font-style:normal;color:#fff}.hero-content>p{max-width:550px;font-size:15px;line-height:1.7;color:#c2c4c8}.hero-actions{margin-top:34px;gap:10px}.hero-actions .btn{height:56px;border-radius:12px;padding:0 22px;font:600 9px "Inter";letter-spacing:.12em}.hero-actions .btn-primary{background:#fff;color:#090909}.hero-actions .btn-ghost{background:#11111199;border-color:#ffffff42;backdrop-filter:blur(12px)}
.trust-strip{left:auto;right:max(40px,calc((100vw - var(--max))/2));bottom:38px;width:auto;min-width:580px;min-height:106px;padding:0 30px;border:1px solid #ffffff2b;border-radius:18px;background:#111111bf;color:#fff;backdrop-filter:blur(18px);box-shadow:0 20px 50px #0005}.trust-strip>div{padding-right:24px;border-color:#ffffff26}.trust-strip strong{font:600 14px "Sora";color:#fff}.trust-strip span{font-size:7px;color:#9da0a5}.signature-band{height:76px;background:#0a0a0b;color:#fff;border:0}.signature-track{font:600 9px "Inter";letter-spacing:.18em}.signature-track i{font-family:"Sora";font-style:normal;color:#62656a}
.catalog{padding:130px 0;background:var(--sigma-bg)}.section-index{font:700 9px "Inter";letter-spacing:.17em;color:#777b82}.section-heading{margin-bottom:54px}.section-heading h2,.about h2,.evaluation h2{font:600 clamp(43px,4.3vw,66px)/1 "Sora";letter-spacing:-.06em}.section-heading h2 em,.about h2 em,.evaluation h2 em{font-style:normal;color:#858991}.section-heading>p{border:0;padding:0;font-size:14px;color:#6f7379}.filter-bar{padding:8px;border:1px solid #dedfe2;border-radius:15px;background:#fff;box-shadow:0 8px 28px #11111108}.filter-pills{gap:3px}.filter-pills label{border-radius:10px;padding:12px 17px;font:700 9px "Inter"}.filter-note{padding-right:12px;color:#777b82}.catalog .vehicle-grid{grid-template-columns:repeat(3,1fr);gap:22px}.vehicle-card{padding:8px 8px 0;border:1px solid #e0e1e4;border-radius:var(--sigma-radius);background:#fff;overflow:hidden;box-shadow:0 10px 35px #15151508}.vehicle-card:hover{transform:translateY(-5px);box-shadow:0 25px 60px #1112}.vehicle-image{height:285px;border-radius:16px}.vehicle-info{padding:20px 15px 16px}.vehicle-info h3{font:600 21px "Sora";letter-spacing:-.04em}.model-year{font:700 9px "Inter"}.tag,.photo-count{border-radius:9px;margin:8px}.tag{padding:8px 10px}.photo-count{margin:8px;background:#0b0b0bc9;backdrop-filter:blur(8px)}.specs{margin-bottom:20px}.price{padding-top:16px}.price strong{font:600 18px "Sora"}.card-link{border-radius:10px;margin:16px 0 0;padding:14px 0 3px}.catalog-footer{margin-top:48px}.btn{border-radius:12px}.btn-outline{background:#0b0b0c;color:#fff;border:0}
.simulation{margin:0 32px 32px;border-radius:30px;overflow:hidden;grid-template-columns:.9fr 1.1fr;background:#0a0a0b}.simulation-aside,.simulation-form{min-height:700px}.simulation-aside{padding:100px clamp(45px,7vw,110px);border:0;background:radial-gradient(circle at 20% 10%,#303237 0,transparent 38%),#0a0a0b}.simulation h2{font:600 clamp(48px,5vw,72px)/1 "Sora"}.simulation h2 em{font-style:normal;color:#8b8f96}.simulation-aside>p{font-size:14px}.simulation-note{border-radius:16px;border:1px solid #ffffff20;background:#ffffff0a;padding:20px}.simulation-form{margin:22px;padding:70px clamp(35px,6vw,90px);border-radius:22px;background:#171719}.form-heading span{font:600 22px "Sora"}.simulation-form input,.simulation-form select{height:58px;border-radius:12px;border-color:#ffffff1c;background:#202024}.simulation-submit{height:58px;border-radius:12px}
.purchase-journey{padding:120px 0;background:#fff}.journey-grid{gap:14px;border:0}.journey-grid article,.journey-grid article+article{min-height:270px;padding:26px;border:1px solid #e0e1e4;border-radius:18px;background:#f7f7f8}.journey-grid article:nth-child(2),.journey-grid article:nth-child(4){background:#111;color:#fff}.journey-grid h3{font:600 25px "Sora";margin-top:75px}.journey-grid p{color:#777b82}.journey-grid b{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#fff;color:#111;box-shadow:0 4px 15px #1111}
.about{margin:32px;min-height:780px;border-radius:30px;overflow:hidden;grid-template-columns:1fr 1fr;background:#fff}.about-photo{margin:0}.about-copy{padding:80px clamp(45px,6vw,100px)}.photo-caption{left:22px;bottom:22px;border-radius:13px;background:#ffffffdc;backdrop-filter:blur(12px)}.about-copy li{border-radius:13px;margin-bottom:8px;padding:16px;background:#f3f4f5;border:0}.about-copy li>span{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:#111;color:#fff;padding:0}.services{margin:0 32px 32px;border-radius:30px;background:#0a0a0b;color:#fff}.services .section-index{color:#7d8086}.services h2 em{color:#84878d}.service-grid{gap:12px;border:0}.service-grid article,.service-grid article+article{padding:34px;border:1px solid #ffffff18;border-radius:18px;background:#131315}.service-grid article:hover{background:#1b1b1e}.service-icon{right:28px}.evaluation{background:#f2f3f5}.evaluation-form{border-radius:22px;background:#fff;box-shadow:0 18px 60px #1111}.evaluation-form input{border-radius:10px}.evaluation-form .btn-primary{border-radius:11px}.whatsapp{border:0;border-radius:14px;background:#fff;color:#080808;box-shadow:0 15px 45px #0004}
footer{background:#09090a;border-radius:30px 30px 0 0}.footer-brand .brand{width:180px;height:100px}.footer-brand .brand-logo{width:260px;height:260px;left:-60px;top:-83px}
#vehicle-grid{grid-template-columns:minmax(0,520px)}
#vehicle-grid .vehicle-image img{object-position:center 72%}
.gallery-stage{background:#111}
.gallery-stage>img{position:absolute;inset:0;width:100%;height:100%;min-width:0;min-height:0;max-width:100%;max-height:100%;object-fit:contain!important;object-position:center center}
@media(max-width:900px){.gallery-stage>img{object-position:center center}}
@media(max-width:1100px){.catalog .vehicle-grid{grid-template-columns:repeat(2,1fr)}.main-nav{gap:16px}.main-nav a{font-size:8px}.header-cta{display:none}.trust-strip{min-width:520px}}
@media(max-width:980px){.container{width:min(calc(100% - 40px),var(--max))}.site-header{top:14px;width:calc(100% - 28px);height:70px}.brand{height:66px}.brand-logo{top:-72px}.hero{min-height:820px;height:100svh}.hero-content{padding-bottom:190px}.trust-strip{left:20px;right:20px;bottom:22px;width:auto;min-width:0}.simulation{grid-template-columns:1fr;margin:0 18px 18px}.simulation-aside,.simulation-form{min-height:0}.about{margin:18px}.services{margin:0 18px 18px}.journey-grid{grid-template-columns:1fr 1fr}}
@media(max-width:680px){.container{width:calc(100% - 30px)}.site-header{height:66px;border-radius:14px;padding-left:16px}.brand{width:100px;height:62px}.brand-logo{width:165px;height:165px;left:-30px;top:-52px}.menu-state:checked~.site-header .main-nav{top:72px;border-radius:14px;background:#0a0a0bf2}.hero{min-height:760px;align-items:flex-start}.hero-photo{inset:0!important;background-size:cover!important;background-position:58% center!important;filter:grayscale(1) contrast(1.04)!important}.hero-shade{background:linear-gradient(180deg,#0505054d 0%,#05050552 35%,#050505e8 100%),linear-gradient(90deg,#0505058f 0%,#05050522 100%)}.hero-content{padding:120px 0 0}.hero-content .eyebrow{font-size:8px;margin-bottom:18px}.hero-edition{font-size:7px}.hero-content h1{font-size:48px;line-height:.95}.hero-content>p{font-size:13px;max-width:340px}.hero-actions{flex-direction:column;max-width:100%}.trust-strip{grid-template-columns:1fr 1fr;min-height:92px;padding:0 18px}.signature-band{height:58px}.catalog{padding:85px 0}.section-heading h2,.about h2,.evaluation h2{font-size:40px}.filter-bar{border-radius:13px}.catalog .vehicle-grid{grid-template-columns:1fr}.vehicle-image{height:275px}.simulation{margin:0 10px 10px;border-radius:22px}.simulation-aside{padding:65px 24px}.simulation-form{margin:8px;padding:38px 18px}.purchase-journey{padding:80px 0}.journey-grid{grid-template-columns:1fr}.journey-grid article,.journey-grid article+article{min-height:230px}.about{margin:10px;border-radius:22px}.about-copy{padding:60px 24px}.services{margin:0 10px 10px;border-radius:22px}.footer-brand .brand{width:160px}}

/* Responsividade final — navegação, seções, formulários, galeria e rodapé */
@media(max-width:680px){
  body{font-size:14px}
  .container{margin-left:auto;margin-right:auto}
  .site-header{right:auto;max-width:none}
  .menu-toggle{width:44px;height:44px;align-items:center}
  .menu-state:checked~.site-header .main-nav{width:100%;padding:24px 18px;gap:0;box-shadow:0 24px 50px #0008}
  .menu-state:checked~.site-header .main-nav a{width:100%;padding:15px 4px;border-bottom:1px solid #ffffff16;font-size:10px}
  .hero{height:780px;min-height:780px}
  .hero-content{padding-top:116px}
  .hero-content h1{max-width:360px;font-size:clamp(42px,12.2vw,50px)}
  .hero-content>p{max-width:350px;margin-bottom:0}
  .hero-actions{width:100%;gap:9px}
  .hero-actions .btn{width:100%;min-height:54px;padding:0 14px}
  .trust-strip{left:15px;right:15px;bottom:18px;padding:0 16px;border-radius:15px}
  .trust-strip>div{padding-right:12px}
  .trust-strip strong{font-size:13px}.trust-strip span{font-size:6px}
  .signature-track{gap:34px;padding-left:18px}
  .section-heading{display:block;margin-bottom:34px}
  .section-heading>p{max-width:100%;margin-top:20px;font-size:13px}
  .filter-bar{padding:7px;margin-bottom:24px}
  .filter-pills{display:grid;grid-template-columns:1fr 1fr;gap:5px;overflow:visible;padding:0}
  .filter-pills label{padding:12px 10px}
  #vehicle-grid{width:100%;grid-template-columns:minmax(0,1fr)}
  .vehicle-card{width:100%;border-radius:18px}
  .vehicle-image{height:clamp(250px,75vw,310px)}
  .vehicle-info{padding:18px 13px 15px}
  .vehicle-info h3{font-size:21px;line-height:1.15}
  .specs{flex-wrap:wrap;row-gap:8px}
  .price{gap:10px}.price strong{font-size:17px;text-align:right}
  .catalog-footer{display:flex;align-items:stretch;gap:18px;flex-direction:column}
  .catalog-footer .btn{width:100%}.catalog-footer p{margin:0;text-align:center}
  .simulation h2{font-size:40px}
  .simulation-aside>p{font-size:13px;margin-bottom:36px}
  .simulation-form{gap:16px}
  .simulation-form input,.simulation-form select{height:54px;font-size:12px}
  .simulation-submit{min-height:58px;padding:8px 12px;text-align:center;line-height:1.35}
  .journey-grid article,.journey-grid article+article{min-height:205px;padding:23px}
  .journey-grid h3{margin-top:48px}
  .about-photo{height:390px}
  .about-copy h2{font-size:38px}
  .about-copy>p{font-size:13px;margin:24px 0}
  .about-copy li{gap:13px;align-items:flex-start}
  .about-copy li small{line-height:1.5}
  .service-grid{grid-template-columns:1fr;gap:10px}
  .service-grid article,.service-grid article+article{min-height:auto;padding:28px 22px;border:1px solid #ffffff18}
  .service-grid h3{margin-top:48px}
  .evaluation{padding:70px 0}
  .evaluation-inner{gap:30px}
  .evaluation-form{padding:24px 18px;border-radius:17px}
  .evaluation-form>div{grid-template-columns:1fr}
  .footer-main{gap:34px;padding-bottom:42px}
  .footer-links{grid-template-columns:1fr;gap:30px}
  .footer-links>div:last-child{grid-column:auto}
  .footer-bottom{align-items:flex-start}
  .vehicle-modal{padding:0}
  .modal-panel{height:100svh;grid-template-rows:44svh minmax(0,1fr);border-radius:0}
  .modal-gallery{min-height:44svh;grid-template-rows:minmax(0,1fr) 72px}
  .gallery-stage>img{object-position:center 70%}
  .gallery-thumbs{padding:8px}.gallery-thumb{width:47px;min-width:47px;height:54px}
  .gallery-arrow{width:42px;height:42px}.gallery-arrow.previous{left:10px}.gallery-arrow.next{right:10px}
  .modal-details{padding:34px 18px 28px}
  .modal-details h2{font-size:34px;line-height:.98}
  .modal-intro{margin:18px 0;font-size:13px}
  .modal-price{gap:15px;align-items:center}.modal-price strong{font-size:19px;text-align:right}
  .feature-list{grid-template-columns:1fr;margin:16px 0}
  .modal-whatsapp{min-height:56px;text-align:center}
  .modal-close{top:9px;right:9px;width:40px;height:40px}
  .whatsapp{right:14px;bottom:14px;width:52px;height:52px;padding:0;justify-content:center}
  .whatsapp span{display:none}
}
@media(max-width:420px){
  .container{width:calc(100% - 24px)}
  .site-header{top:10px;width:calc(100% - 20px)}
  .hero-content{padding-top:108px}
  .hero-content .eyebrow{letter-spacing:.11em}
  .hero-content h1{font-size:44px}
  .hero-content>p{font-size:12px}
  .trust-strip{left:10px;right:10px}
  .catalog{padding:72px 0}
  .section-heading h2,.about h2,.evaluation h2,.simulation h2{font-size:35px}
  .simulation,.about,.services{margin-left:6px;margin-right:6px;border-radius:18px}
  .simulation-aside{padding:52px 18px}.simulation-form{padding:30px 14px}
  .form-heading span{font-size:19px}
  .purchase-journey{padding:66px 0}
  .about-photo{height:330px}.about-copy{padding:48px 18px}
  .services{padding:70px 0}
  .footer-main{padding-top:55px}
  .modal-panel{grid-template-rows:40svh minmax(0,1fr)}
  .modal-gallery{min-height:40svh}
  .modal-details h2{font-size:30px}
}
@media(max-width:360px){
  .hero-content h1{font-size:39px}
  .hero-content .eyebrow{font-size:7px}.hero-edition{letter-spacing:.1em}
  .hero-actions .btn{font-size:8px}
  .vehicle-image{height:240px}
  .vehicle-info h3{font-size:19px}
  .price{align-items:flex-start;flex-direction:column}.price strong{text-align:left}
  .form-row{grid-template-columns:1fr}
  .modal-details h2{font-size:27px}
  .modal-price{align-items:flex-start;flex-direction:column}.modal-price strong{text-align:left}
}

/* Preço promocional e nova composição institucional */
.price-stack,.modal-price-values{display:flex;align-items:flex-end;flex-direction:column;gap:4px}
.price-stack del,.modal-price-values del{color:#a5a7ab;font:500 11px "Inter";text-decoration-thickness:1px}
.modal-price-values strong{display:block}
.modal-kicker{color:#70747a}
.modal-details h2 em{display:block;margin-top:12px;color:#878b91;font:600 .34em/1.1 "Inter";letter-spacing:.08em;text-transform:uppercase}
@media(max-width:980px){
  .about{grid-template-columns:1fr;min-height:0}
  .about-photo{height:480px}
  .about-copy{padding-top:70px;padding-bottom:70px}
}
@media(max-width:680px){
  .about{display:flex;flex-direction:column;margin:8px;border-radius:22px}
  .about-photo{width:100%;height:280px;min-height:280px}
  .about-photo img{width:100%;height:100%;object-fit:cover;object-position:center 53%}
  .photo-caption{left:14px;right:auto;top:auto;bottom:14px;padding:13px 16px;border-radius:11px;font:600 13px/1.3 "Sora"}
  .about-copy{width:100%;padding:48px 18px 26px}
  .about-copy .section-index{margin-bottom:16px}
  .about-copy h2{max-width:330px;font-size:36px;line-height:1.02}
  .about-copy>p{max-width:none;font-size:14px;line-height:1.7}
  .about-copy ul{display:grid;grid-template-columns:1fr;gap:10px;margin:28px 0}
  .about-copy li{width:100%;min-height:92px;margin:0;padding:17px 15px;border:1px solid #e3e4e6;border-radius:15px;background:#f6f6f7}
  .about-copy li>span{width:32px;height:32px;min-width:32px}
  .about-copy li strong{font:600 14px "Sora"}.about-copy li small{font-size:12px}
  .about-copy .text-link{display:inline-flex;margin-bottom:24px}
  .modal-panel{grid-template-rows:46svh minmax(0,1fr)}
  .modal-gallery{min-height:46svh;grid-template-rows:minmax(0,1fr) 76px;background:#090909}
  .gallery-stage{background:#090909}
  .gallery-stage>img{object-position:center 72%}
  .modal-kicker{font-size:8px;color:#74787e}
  .modal-details h2{font-size:30px;line-height:1.02}
  .modal-details h2 em{margin-top:9px;font-size:11px;color:#777b82}
  .modal-price-values{align-items:flex-end}.modal-price-values strong{font-size:20px}
}
@media(max-width:420px){
  .about-photo{height:250px;min-height:250px}
  .about-copy{padding:42px 16px 20px}
  .about-copy h2{font-size:33px}
  .modal-panel{grid-template-rows:43svh minmax(0,1fr)}
  .modal-gallery{min-height:43svh}
  .modal-details{padding-top:30px}
  .modal-details h2{font-size:28px}
}

/* Enquadramento final: marca integral e galeria móvel sem cortes */
.footer-brand .brand{
  width:180px;
  height:104px;
  overflow:hidden;
}
.footer-brand .brand-logo{
  width:260px;
  height:260px;
  left:-60px;
  top:-83px;
}
.gallery-stage>img{
  object-fit:contain!important;
  object-position:center center!important;
}
@media(max-width:680px){
  .footer-brand .brand{width:160px;height:104px}
  .modal-panel{grid-template-rows:60svh minmax(0,1fr)}
  .modal-gallery{min-height:60svh;grid-template-rows:minmax(0,1fr) 76px}
  .gallery-stage>img{object-position:center center!important}
}
@media(max-width:420px){
  .modal-panel{grid-template-rows:58svh minmax(0,1fr)}
  .modal-gallery{min-height:58svh}
}

/* Ajustes de identidade e contato */
.whatsapp,
.whatsapp:hover{
  background:#25d366;
  color:#fff;
  border-color:#25d366;
}
.whatsapp:hover{background:#1faf54}
@media(max-width:980px){
  .site-header>.brand{
    position:absolute;
    left:50%;
    margin:0;
    transform:translateX(-50%);
  }
  .menu-toggle{margin-left:auto}
}

/* Catálogo com duas opções — composição equilibrada e responsiva */
.catalog #vehicle-grid{
  width:100%;
  grid-template-columns:repeat(2,minmax(0,1fr));
}
.catalog #vehicle-grid .vehicle-card{height:100%}
.catalog #vehicle-grid .vehicle-info{display:flex;min-height:275px;flex-direction:column}
.catalog #vehicle-grid .price{margin-top:auto}
@media(max-width:680px){
  .catalog #vehicle-grid{grid-template-columns:minmax(0,1fr)}
  .catalog #vehicle-grid .vehicle-info{min-height:0}
}
