/* ==========================================================================
   G7 MOTORS — HOME  ·  Identidade definitiva "Tabaco & Cognac"
   ========================================================================== */

@font-face{font-family:"Gibeal";src:url("fonts/gibeal.otf") format("opentype");font-weight:400;font-display:swap}
@font-face{font-family:"LeFilm";src:url("fonts/lefilm.ttf") format("truetype");font-weight:400;font-display:swap}
@font-face{font-family:"MontserratG7";src:url("fonts/montserrat.ttf") format("truetype");font-weight:300 700;font-display:swap}

.g7h{
  --tabaco:#201811; --tabaco2:#2A2018; --tabaco3:#17110b;
  --cognac:#8A5A34; --cognac-l:#a56d3f; --camel:#B89A79;
  --areia:#EFE8DD; --areia2:#e5dccc;
  --ink:#2A2018; --ink-mut:#6f6152;
  --cream:#EFE8DD; --cream-mut:#b6a892;
  --line-d:rgba(184,154,121,.24); --line-l:rgba(42,32,24,.14);
  --serif:"Gibeal",Georgia,serif;
  --film:"LeFilm","Segoe UI",sans-serif;
  --sans:"MontserratG7","Segoe UI",Arial,sans-serif;
  font-family:var(--sans); color:var(--cream); line-height:1.6; font-weight:300;
}
.g7h *{box-sizing:border-box;margin:0;padding:0}
.g7h img{display:block;max-width:100%}
.g7h a{color:inherit;text-decoration:none}
.g7h-wrap{max-width:1180px;margin:0 auto;padding:0 24px}
.g7h section{position:relative}

/* Tipografia utilitária */
.g7h h1,.g7h h2,.g7h h3{font-family:var(--serif);font-weight:400;line-height:1.08}
.g7h .kicker{font-family:var(--film);font-size:12px;letter-spacing:.28em;text-transform:uppercase;
  display:inline-flex;align-items:center;gap:12px;color:var(--cognac-l);font-weight:400;margin-bottom:16px}
.g7h .kicker::before{content:"";width:34px;height:1px;background:var(--cognac)}
.g7h .h2{font-size:clamp(28px,3.8vw,44px)}
.g7h .lead{font-size:15px;max-width:620px;margin-top:14px}

/* Superfícies claras / escuras */
.g7h .dark{background:radial-gradient(120% 90% at 82% 6%,#33261a,#241b12 44%,#1a130c);color:var(--cream)}
.g7h .light{background:var(--areia);color:var(--ink)}
.g7h .light .kicker{color:var(--cognac)}
.g7h .light .lead{color:var(--ink-mut)}
.g7h .dark .lead{color:var(--cream-mut)}

/* textura de malha (pontos cognac) */
.g7h .mesh::before{content:"";position:absolute;inset:0;pointer-events:none;
  background-image:radial-gradient(currentColor 1.2px,transparent 1.3px);background-size:16px 16px;opacity:.05;color:var(--camel)}

/* Botões */
.g7h .btn{display:inline-flex;align-items:center;gap:9px;font-family:var(--film);letter-spacing:.12em;
  text-transform:uppercase;font-size:12.5px;padding:14px 28px;border-radius:2px;cursor:pointer;
  border:1px solid transparent;transition:.22s;white-space:nowrap}
.g7h .btn-cognac{background:var(--cognac);color:var(--areia)}
.g7h .btn-cognac:hover{background:var(--cognac-l);transform:translateY(-2px);box-shadow:0 12px 26px rgba(138,90,52,.32)}
.g7h .btn-ghost{border-color:var(--camel);color:var(--areia)}
.g7h .btn-ghost:hover{background:rgba(184,154,121,.12)}
.g7h .light .btn-ghost{border-color:var(--cognac);color:var(--cognac)}
.g7h .light .btn-ghost:hover{background:rgba(138,90,52,.08)}

/* ===== ANNOUNCE ===== */
.g7h-announce{background:var(--tabaco3);border-bottom:1px solid var(--line-d);text-align:center;
  font-family:var(--film);font-size:11px;letter-spacing:.26em;text-transform:uppercase;color:var(--camel);padding:9px}

/* ===== HEADER ===== */
.g7h-header{position:sticky;top:0;z-index:60;background:rgba(26,19,12,.86);backdrop-filter:blur(12px);
  border-bottom:1px solid var(--line-d)}
.g7h-nav{display:flex;align-items:center;justify-content:space-between;height:76px;gap:20px}
.g7h-logo img{height:40px;width:auto}
.g7h-menu{display:flex;gap:30px;list-style:none;font-family:var(--film);font-size:12.5px;letter-spacing:.14em;text-transform:uppercase}
.g7h-menu a{color:var(--cream);opacity:.82;padding:6px 0;position:relative;transition:.2s}
.g7h-menu a:hover,.g7h-menu a.active{opacity:1;color:var(--camel)}
.g7h-menu a.active::after{content:"";position:absolute;left:0;right:0;bottom:-3px;height:1px;background:var(--cognac)}
.g7h-navright{display:flex;align-items:center;gap:14px}
.g7h-burger{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:6px}
.g7h-burger span{width:24px;height:2px;background:var(--camel)}

/* ===== HERO ===== */
.g7h-hero{min-height:82vh;display:flex;align-items:center;overflow:hidden;text-align:center;
  background-size:cover;background-position:center;background-repeat:no-repeat;position:relative}
.g7h-hero::after{content:"";position:absolute;inset:0;z-index:1;
  background:
    radial-gradient(95% 70% at 50% 44%, rgba(20,14,9,.62), rgba(20,14,9,0) 68%),
    linear-gradient(180deg, rgba(23,17,11,.74), rgba(23,17,11,.58) 42%, rgba(23,17,11,.96))}
.g7h-hero .g7h-wrap{position:relative;z-index:2;padding:90px 24px;width:100%}
.g7h-hero .kicker{color:#e7c9a2;text-shadow:0 2px 16px rgba(0,0,0,.65)}
.g7h-hero .kicker::before{background:var(--camel)}
.g7h-hero h1{font-size:clamp(46px,8vw,92px);color:var(--areia);text-shadow:0 4px 30px rgba(0,0,0,.7)}
.g7h-hero h1 em{color:var(--camel);font-style:normal}
.g7h-hero .sub{color:#f0e7d8;font-size:clamp(15px,1.9vw,19px);max-width:620px;margin:22px auto 0;font-weight:300;text-shadow:0 2px 16px rgba(0,0,0,.6)}
.g7h-hero .tag{font-family:var(--film);letter-spacing:.24em;text-transform:uppercase;color:#e7c9a2;font-size:12px;margin-top:20px;text-shadow:0 2px 16px rgba(0,0,0,.65)}
.g7h-hero-cta{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;margin-top:34px}
.g7h-dots{display:flex;gap:9px;justify-content:center;margin-top:46px}
.g7h-dots span{width:8px;height:8px;border-radius:50%;background:rgba(239,232,221,.3);cursor:pointer;transition:.25s}
.g7h-dots span.on{background:var(--cognac);width:26px;border-radius:5px}

/* ===== SECTION HEADS ===== */
.g7h-sec{padding:84px 0}
.g7h-sec--tight{padding:60px 0}
.g7h-center{text-align:center}
.g7h-center .kicker{justify-content:center}
.g7h-center .lead{margin-left:auto;margin-right:auto}
.g7h-rowhead{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;flex-wrap:wrap;margin-bottom:34px}

/* ===== CATEGORIAS ===== */
.g7h-cats{display:grid;grid-template-columns:repeat(5,1fr);gap:16px;margin-top:38px}
.g7h-cat{border:1px solid var(--line-l);border-radius:6px;padding:28px 12px;text-align:center;cursor:pointer;
  transition:.25s;background:#fff}
.g7h-cat:hover{transform:translateY(-6px);border-color:var(--cognac);box-shadow:0 18px 34px rgba(42,32,24,.12)}
.g7h-cat svg{color:var(--cognac)}
.g7h-cat .cn{margin-top:14px;font-family:var(--film);letter-spacing:.1em;text-transform:uppercase;font-size:12.5px;color:var(--ink)}

/* ===== CARDS DE VEÍCULO (destaques) ===== */
.g7h-cars{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;margin-top:34px}
.g7h-card{background:#221a12;border:1px solid var(--line-d);border-radius:8px;overflow:hidden;transition:.25s;display:flex;flex-direction:column}
.g7h-card:hover{transform:translateY(-6px);border-color:var(--cognac);box-shadow:0 20px 44px rgba(0,0,0,.5)}
.g7h-card-media{position:relative;aspect-ratio:16/11;overflow:hidden;background:#17110b;display:block}
.g7h-card-media img{width:100%;height:100%;object-fit:cover;transition:.45s}
.g7h-card:hover .g7h-card-media img{transform:scale(1.06)}
.g7h-card-noimg{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:var(--cream-mut);font-size:13px}
.g7h-ribbon{position:absolute;top:12px;left:12px;background:var(--cognac);color:var(--areia);font-family:var(--film);
  letter-spacing:.12em;text-transform:uppercase;font-size:10px;padding:5px 11px;border-radius:2px}
.g7h-status{position:absolute;top:12px;right:12px;background:rgba(23,17,11,.78);color:var(--camel);font-size:10px;
  font-family:var(--film);letter-spacing:.1em;text-transform:uppercase;padding:5px 10px;border-radius:2px;border:1px solid var(--line-d)}
.g7h-card-body{padding:18px;display:flex;flex-direction:column;flex:1}
.g7h-card-title{font-family:var(--serif);font-size:18px;color:var(--areia);line-height:1.2}
.g7h-card-meta{color:var(--cream-mut);font-size:12.5px;margin-top:5px}
.g7h-card-badges{display:flex;gap:8px;flex-wrap:wrap;margin-top:10px}
.g7h-card-badges span{font-size:11px;color:var(--camel);border:1px solid var(--line-d);border-radius:2px;padding:3px 9px;font-family:var(--film);letter-spacing:.06em}
.g7h-card-price{font-family:var(--serif);color:var(--camel);font-size:23px;margin-top:14px}
.g7h-card .btn{margin-top:14px}
.g7h-cars-empty{border:1px dashed var(--line-d);border-radius:8px;padding:40px;text-align:center;color:var(--cream-mut);margin-top:20px}

/* ===== FAIXA DE CONDIÇÕES ===== */
.g7h-band{background:linear-gradient(120deg,rgba(138,90,52,.9),rgba(184,154,121,.25));border-radius:8px;
  padding:38px 34px;display:flex;align-items:center;justify-content:space-between;gap:22px;flex-wrap:wrap;position:relative;overflow:hidden}
.g7h-band h3{font-size:clamp(23px,3vw,33px);color:#fff;text-align:center;max-width:100%;overflow-wrap:break-word}
.g7h-band h3 em{color:#fff;font-style:normal}

/* ===== POR QUE A G7 ===== */
.g7h-feats{display:flex;gap:36px;flex-wrap:wrap;margin-top:6px}
.g7h-feat{display:flex;align-items:center;gap:11px;font-size:14px;color:var(--cream)}
.g7h-feat svg{color:var(--camel);flex-shrink:0}
.g7h-whyimgs{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:38px}
.g7h-whyimgs figure{border-radius:8px;overflow:hidden;aspect-ratio:16/11;border:1px solid var(--line-d)}
.g7h-whyimgs img{width:100%;height:100%;object-fit:cover;transition:.45s}
.g7h-whyimgs figure:hover img{transform:scale(1.05)}

/* ===== SOBRE ===== */
.g7h-about{display:grid;grid-template-columns:1.05fr .95fr;gap:56px;align-items:center}
.g7h-about-txt p{font-size:15.5px;color:var(--ink-mut);margin-top:16px}
.g7h-quote{font-family:var(--serif);font-size:clamp(20px,2.4vw,27px);color:var(--cognac);line-height:1.35;
  margin-top:28px;padding-left:22px;border-left:3px solid var(--cognac)}
.g7h-about-media{border-radius:10px;overflow:hidden;aspect-ratio:4/5;border:1px solid var(--line-l);position:relative}
.g7h-about-media img{width:100%;height:100%;object-fit:cover}
.g7h-about-seal{position:absolute;right:18px;bottom:18px;background:var(--areia);color:var(--cognac);
  font-family:var(--serif);font-size:34px;width:76px;height:76px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 12px 26px rgba(0,0,0,.25)}

/* ===== DEPOIMENTOS + GALERIA ===== */
.g7h-two{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}
.g7h-tst{display:grid;gap:16px;margin-top:22px}
.g7h-q{border:1px solid var(--line-d);border-radius:8px;padding:22px;background:rgba(184,154,121,.05)}
.g7h-q .st{color:var(--cognac-l);letter-spacing:3px;font-size:13px}
.g7h-q p{color:#e2d8c8;font-size:14px;margin:12px 0;font-style:italic}
.g7h-q .nm{font-family:var(--film);letter-spacing:.08em;font-size:12.5px;color:var(--areia)}
.g7h-q .ct{color:var(--cream-mut);font-size:12px}
.g7h-gal{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:22px}
.g7h-gal figure{border-radius:8px;overflow:hidden;aspect-ratio:4/3;border:1px solid var(--line-d)}
.g7h-gal img{width:100%;height:100%;object-fit:cover;transition:.45s}
.g7h-gal figure:hover img{transform:scale(1.06)}

/* ===== NEWSLETTER ===== */
.g7h-news{border:1px solid var(--line-l);border-radius:12px;padding:44px;text-align:center;background:#fff}
.g7h-news h3{font-size:28px;color:var(--ink)}
.g7h-news p{color:var(--ink-mut);font-size:14px;max-width:480px;margin:10px auto 22px}
.g7h-news form{display:flex;gap:10px;max-width:470px;margin:0 auto;border:1px solid var(--line-l);border-radius:3px;padding:6px 6px 6px 18px;background:var(--areia)}
.g7h-news input{flex:1;background:none;border:0;outline:0;color:var(--ink);font-family:var(--sans);font-size:14px}

/* ===== FORMULÁRIO DE CONTATO ===== */
.g7h-form-wrap{max-width:740px;margin:30px auto 0}
.g7h-form{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.g7h-form .full{grid-column:1 / -1}
.g7h-hp{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}
.g7h-field label{display:block;font-family:var(--film);letter-spacing:.1em;text-transform:uppercase;font-size:11px;color:var(--camel);margin-bottom:7px}
.g7h-field input,.g7h-field select,.g7h-field textarea{width:100%;background:rgba(184,154,121,.07);border:1px solid var(--line-d);border-radius:3px;
  padding:13px 14px;color:var(--cream);font-family:var(--sans);font-size:14px;transition:.2s}
.g7h-field input::placeholder,.g7h-field textarea::placeholder{color:#8f7f6d}
.g7h-field input:focus,.g7h-field select:focus,.g7h-field textarea:focus{outline:none;border-color:var(--cognac);background:rgba(184,154,121,.12)}
.g7h-field select{appearance:none;-webkit-appearance:none;cursor:pointer;
  background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none' stroke='%23B89A79' stroke-width='1.6'%3E%3Cpath d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
  background-repeat:no-repeat;background-position:right 14px center;padding-right:38px}
.g7h-field select option{color:#2A2018;background:#EFE8DD}
.g7h-field textarea{min-height:120px;resize:vertical}
.g7h-form-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:4px}
.g7h-alert{border-radius:4px;padding:13px 16px;margin-bottom:20px;font-size:14px;border:1px solid}
.g7h-alert--ok{background:rgba(43,110,58,.14);border-color:rgba(120,200,140,.4);color:#cfe8d4}
.g7h-alert--err{background:rgba(150,40,40,.14);border-color:rgba(210,120,120,.4);color:#f0d2d2}

/* ===== FOOTER ===== */
.g7h-footer{background:var(--tabaco3);border-top:1px solid var(--line-d);padding:60px 0 0}
.g7h-foot{display:grid;grid-template-columns:1.7fr 1fr 1fr 1.1fr;gap:36px}
.g7h-foot img{height:38px;margin-bottom:16px}
.g7h-foot p{color:var(--cream-mut);font-size:13px;max-width:280px}
.g7h-foot h4{font-family:var(--film);letter-spacing:.14em;text-transform:uppercase;font-size:12px;color:var(--areia);margin-bottom:16px}
.g7h-foot ul{list-style:none}
.g7h-foot li{margin-bottom:10px}
.g7h-foot a,.g7h-foot li{color:var(--cream-mut);font-size:13px}
.g7h-foot a:hover{color:var(--camel)}
.g7h-socials{display:flex;gap:10px;margin-top:8px}
.g7h-socials a{width:38px;height:38px;border-radius:50%;border:1px solid var(--line-d);display:flex;align-items:center;justify-content:center;color:var(--camel)}
.g7h-socials a:hover{border-color:var(--cognac);background:rgba(138,90,52,.15)}
.g7h-footbottom{margin-top:46px;border-top:1px solid var(--line-d);text-align:center;padding:20px;color:#8f7f6d;font-size:12px;font-family:var(--film);letter-spacing:.08em}

/* ===== WHATSAPP FLOAT ===== */
.g7h-wa{position:fixed;right:22px;bottom:22px;z-index:80;width:56px;height:56px;border-radius:50%;
  background:#128c33;display:flex;align-items:center;justify-content:center;box-shadow:0 12px 28px rgba(0,0,0,.4);transition:.2s}
.g7h-wa:hover{transform:scale(1.08)}

/* ===== RESPONSIVO ===== */
@media(max-width:960px){
  .g7h-cats{grid-template-columns:repeat(3,1fr)}
  .g7h-cars{grid-template-columns:repeat(2,1fr)}
  .g7h-whyimgs{grid-template-columns:1fr}
  .g7h-about{grid-template-columns:1fr;gap:34px}
  .g7h-two{grid-template-columns:1fr;gap:52px}
  .g7h-foot{grid-template-columns:1fr 1fr}
}
@media(max-width:640px){
  .g7h-wrap{padding:0 18px}
  .g7h-announce{font-size:9.5px;letter-spacing:.12em;padding:8px 14px}
  .g7h-nav{height:64px}
  .g7h-logo img{height:34px}
  .g7h-menu{display:none;position:absolute;top:64px;left:0;right:0;flex-direction:column;background:var(--tabaco3);
    border-bottom:1px solid var(--line-d);padding:18px 22px;gap:16px}
  .g7h-menu.open{display:flex}
  .g7h-burger{display:flex}
  .g7h-navright .btn{display:none}

  .g7h-hero{min-height:74vh}
  .g7h-hero h1{font-size:34px;line-height:1.08;overflow-wrap:break-word}
  .g7h-hero .sub{font-size:14.5px;margin-top:16px}
  .g7h .kicker{font-size:10.5px;letter-spacing:.16em}
  .g7h-hero .kicker{display:block;text-align:center;white-space:normal}
  .g7h-hero .kicker::before{display:block;margin:0 auto 8px}
  .g7h-hero .tag{font-size:10.5px;letter-spacing:.14em}
  .g7h-hero-cta{gap:12px;margin-top:26px}
  .g7h-hero-cta .btn{width:100%;justify-content:center}

  .g7h .btn{padding:13px 22px;font-size:11.5px}
  .g7h .h2{font-size:26px}
  .g7h .lead{font-size:14px}
  .g7h-sec{padding:52px 0}
  .g7h-sec--tight{padding:38px 0}
  .g7h-rowhead{margin-bottom:22px}
  .g7h-rowhead .btn{align-self:flex-start}

  .g7h-band{padding:26px 22px;text-align:center;justify-content:center;gap:16px}
  .g7h-band h3{font-size:22px;flex:0 0 100%}
  .g7h-band .btn{white-space:normal;width:100%;justify-content:center;text-align:center}
  .g7h-feats{gap:14px 22px}
  .g7h-feat{font-size:13.5px}
  .g7h-about{gap:26px}
  .g7h-about-media{aspect-ratio:4/3}
  .g7h-about-txt p{font-size:14.5px}
  .g7h-quote{font-size:19px}
  .g7h-two{gap:44px}

  .g7h-news{padding:30px 20px}
  .g7h-news h3{font-size:23px}
  .g7h-news form{flex-direction:column;border:0;background:none;padding:0;gap:10px}
  .g7h-news input{border:1px solid var(--line-l);border-radius:3px;padding:13px 16px;background:var(--areia)}
  .g7h-news form .btn{justify-content:center}

  .g7h-cats{grid-template-columns:repeat(2,1fr)}
  .g7h-cars{grid-template-columns:1fr}
  .g7h-tst{grid-template-columns:1fr}
  .g7h-form{grid-template-columns:1fr}
  .g7h-form-actions .btn{width:100%;justify-content:center}
  .g7h-foot{grid-template-columns:1fr;gap:26px}
  .g7h-foot p{max-width:none}
  .g7h-wa{right:16px;bottom:16px;width:50px;height:50px}
}
@media(max-width:400px){
  .g7h-hero h1{font-size:29px}
  .g7h .h2{font-size:23px}
  .g7h-gal{gap:10px}
  .g7h-band h3{font-size:20px}
}
