:root{
  --bg:#061319;
  --ink:#f5dfb6;
  --muted:#d7a76b;
  --gold:#d88a2b;
  --orange:#b84822;
  --red:#8f261f;
  --green:#123321;
  --line:rgba(224,132,39,.55);
  --shadow:rgba(0,0,0,.65);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:radial-gradient(circle at 50% 12%, #143039 0%, #071115 38%, #03080a 100%);
  color:var(--ink);
  font-family:Montserrat,system-ui,-apple-system,Segoe UI,sans-serif;
  overflow-x:hidden;
}
body:before, body:after{
  content:""; position:fixed; inset:0; pointer-events:none; z-index:0;
}
body:before{
  background-image:
    radial-gradient(circle at 8% 20%, rgba(233,128,31,.18) 0 1px, transparent 2px),
    radial-gradient(circle at 88% 24%, rgba(232,167,84,.14) 0 1px, transparent 2px);
  background-size:62px 62px, 91px 91px;
}
body:after{
  background:linear-gradient(90deg, rgba(192,63,28,.10), transparent 16%, transparent 84%, rgba(192,63,28,.12));
}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
.site-header{
  position:absolute; z-index:10; top:0; left:50%; transform:translateX(-50%);
  width:min(1180px,100%); height:92px; padding:22px 26px 0;
  display:flex; align-items:flex-start; gap:22px;
}
.brand{width:220px; flex:0 0 220px; filter:drop-shadow(0 10px 20px #000)}
.nav{flex:1; display:flex; justify-content:center; gap:26px; padding-top:16px; font-family:Bebas Neue,sans-serif; letter-spacing:.7px; font-size:16px; text-transform:uppercase; color:#fff2d6}
.nav a:nth-child(5){color:var(--gold)}
.nav a:hover{color:#ffbd62}
.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:8px;
  min-height:48px; padding:0 24px; border-radius:3px;
  background:linear-gradient(180deg,#a72e1f,#7d1d19); border:1px solid #f0a13d;
  color:#f8e6bc; font-weight:900; text-transform:uppercase; font-size:13px; letter-spacing:.4px;
  box-shadow:0 0 0 1px rgba(91,22,12,.9) inset, 0 10px 26px rgba(0,0,0,.35);
}
.btn:before{content:"◇"; color:#f2b64e}.btn:hover{filter:brightness(1.1)}
.btn-small{margin-top:2px; min-height:46px; white-space:nowrap; padding:0 19px}
.btn-outline{background:rgba(3,10,12,.58); border-color:#d99b46}.btn-outline:before{content:"▣"}
.hero{
  position:relative; z-index:1; min-height:705px; isolation:isolate; overflow:hidden;
  max-width:1536px; margin:0 auto;
  background:
    linear-gradient(90deg, rgba(5,10,13,.75) 0%, rgba(5,10,13,.58) 36%, rgba(5,10,13,.16) 62%, rgba(5,10,13,.35) 100%),
    url('assets/hero-bg.jpg') center top/cover no-repeat;
  border-bottom:1px solid var(--line);
}
.hero-overlay{position:absolute; inset:0; background:radial-gradient(circle at 55% 44%, transparent 0 28%, rgba(4,9,12,.15) 42%, rgba(4,9,12,.62) 100%); z-index:-1}
.hero-content{padding:205px 0 0 max(56px,calc((100vw - 1180px)/2 + 56px)); max-width:720px; position:relative}
.kicker{
  display:inline-block; margin:0 0 4px 86px; padding:6px 16px; transform:rotate(-2deg);
  color:#e9a74b; border:1px solid rgba(217,143,53,.5); background:rgba(11,17,16,.66);
  font-family:Bebas Neue,sans-serif; font-size:46px; line-height:.85; letter-spacing:2px; text-transform:uppercase;
}
h1{margin:0; font-family:Anton,Impact,sans-serif; text-transform:uppercase; font-size:clamp(96px,12vw,178px); line-height:.82; letter-spacing:1px; color:#f4dfb6; text-shadow:0 10px 2px rgba(0,0,0,.35)}
.hero h2{margin:28px 0 10px; font-family:Bebas Neue,sans-serif; color:#e58f22; font-size:47px; line-height:1; letter-spacing:1.2px; text-transform:uppercase}
.lead{margin:0 0 28px; max-width:430px; font-size:18px; line-height:1.5; color:#fff3d5; text-shadow:0 2px 12px #000}.actions{display:flex; gap:18px; flex-wrap:wrap}
.date-card{position:absolute; right:max(54px,calc((100vw - 1180px)/2 + 48px)); bottom:52px; width:190px; padding:16px 14px 18px; border:1px solid rgba(216,137,43,.55); background:linear-gradient(180deg,rgba(105,54,23,.85),rgba(45,22,12,.85)); text-transform:uppercase; text-align:center; box-shadow:0 20px 30px var(--shadow)}
.date-card strong{display:block; font-family:Bebas Neue,sans-serif; color:#d99a52; font-size:30px; line-height:.9}.date-card span{display:block; font-family:Anton,sans-serif; color:#d9a15b; font-size:72px; line-height:1}.date-card small{font-weight:900; color:#f3c887}
.countdown{position:relative; z-index:2; margin:-14px auto 0; width:min(1000px,calc(100% - 48px)); min-height:116px; display:grid; grid-template-columns:1.35fr repeat(4,1fr); align-items:center; gap:10px; padding:16px; border:1px solid #ce7829; border-radius:6px; background:linear-gradient(180deg,rgba(13,19,18,.94),rgba(8,11,12,.94)); box-shadow:0 18px 40px rgba(0,0,0,.55)}
.count-label{font-family:Bebas Neue,sans-serif; color:#f0bf7a; text-align:center; font-size:39px; text-transform:uppercase; letter-spacing:1px}.count-box{height:78px; display:flex; flex-direction:column; align-items:center; justify-content:center; border:1px solid rgba(212,118,39,.45); background:linear-gradient(180deg,rgba(57,41,28,.85),rgba(14,18,18,.88)); border-radius:5px}.count-box strong{font-family:Anton,sans-serif; font-size:50px; line-height:1; color:#ffe5b5}.count-box span{font-family:Bebas Neue,sans-serif; font-size:19px; color:#f1c782; text-transform:uppercase}
.image-strip{position:relative; z-index:1; max-width:1536px; margin:16px auto 0; display:grid; grid-template-columns:repeat(5,1fr); border-top:1px solid var(--line); border-bottom:1px solid var(--line)}
.image-strip article{height:205px; overflow:hidden; border-right:1px solid var(--line); background:#111}.image-strip img{width:100%;height:100%;object-fit:cover; transition:.35s}.image-strip article:hover img{transform:scale(1.06)}
.tabs{max-width:1536px; margin:0 auto; display:grid; grid-template-columns:repeat(6,1fr); border-bottom:1px solid var(--line); background:#612417; position:relative; z-index:1}.tabs a{min-height:76px; display:flex; align-items:center; justify-content:center; gap:10px; border-right:1px solid rgba(246,168,80,.35); font-family:Bebas Neue,sans-serif; font-size:28px; letter-spacing:.8px; color:#f0ba66; text-transform:uppercase}.tabs a:nth-child(1){background:#123624}.tabs a:nth-child(2){background:#73331c}.tabs a:nth-child(3){background:#8a3c1d}.tabs a:nth-child(4){background:#9b421e}.tabs a:nth-child(5){background:#5a2442}.tabs a:nth-child(6){background:#6b2819}
.giants{max-width:1536px; margin:0 auto; display:grid; grid-template-columns:1.55fr repeat(4,1fr); min-height:292px; border-bottom:1px solid var(--line); background:linear-gradient(90deg,#111915,#151513); position:relative; z-index:1}.why-card{padding:50px 58px; background:radial-gradient(circle at 0 0,rgba(211,94,28,.18),transparent 45%)}.why-card h2{margin:0 0 22px; max-width:340px; font-family:Bebas Neue,sans-serif; font-size:43px; line-height:1; text-transform:uppercase; color:#f5d08e}.why-card p{font-size:14px; line-height:1.65; max-width:360px; color:#f7dfb6; margin:0 0 28px}.giant-card{position:relative; min-height:292px; overflow:hidden; border-left:1px solid var(--line); background:#151515}.giant-card img{width:100%;height:100%;object-fit:cover; filter:saturate(1.05) contrast(1.08)}.giant-card:after{content:""; position:absolute; inset:0; background:linear-gradient(180deg,transparent 30%,rgba(0,0,0,.74))}.giant-card h3{position:absolute; z-index:2; left:24px; bottom:22px; margin:0; font-family:Bebas Neue,sans-serif; font-size:39px; line-height:.88; color:#ffd78f; text-transform:uppercase; text-shadow:0 3px 8px #000}
.info-grid{max-width:1536px; margin:0 auto; display:grid; grid-template-columns:repeat(3,1fr); border-bottom:1px solid var(--line); background:rgba(15,19,17,.94); position:relative; z-index:1}.info-grid article{display:flex; gap:22px; align-items:center; padding:28px 58px; border-right:1px solid var(--line)}.icon{font-size:54px; color:#d88b30}.info-grid h3{margin:0 0 4px; font-family:Bebas Neue,sans-serif; font-size:34px; color:#d99037; text-transform:uppercase}.info-grid p{margin:0; font-size:14px; line-height:1.5; color:#f1d7ac}
.footer{max-width:1536px; margin:0 auto; min-height:136px; display:grid; grid-template-columns:1fr 1.25fr 1fr; gap:28px; align-items:center; padding:22px 58px; background:linear-gradient(180deg,#101716,#080d0d); border-bottom:34px solid transparent; border-image:repeating-linear-gradient(90deg,#8d251d 0 64px,#cc6e21 64px 128px,#153d2c 128px 192px,#713019 192px 256px) 34; position:relative; z-index:1}.footer-claim{font-family:Bebas Neue,sans-serif; font-size:28px; line-height:1.05; text-align:center; text-transform:uppercase; color:#e7a34b}.newsletter label,.social strong{display:block; margin-bottom:10px; font-family:Bebas Neue,sans-serif; font-size:27px; color:#e59a3f; text-transform:uppercase; text-align:center}.newsletter div{display:flex; justify-content:center}.newsletter input{height:44px; min-width:260px; background:#171b18; color:#ffe5ba; border:1px solid #a35f2c; padding:0 16px}.newsletter button{height:44px; padding:0 22px; background:#d48126; color:#251107; border:0; font-weight:900; text-transform:uppercase}.social{text-align:center}.social-links{display:flex; justify-content:center; align-items:center; gap:14px; flex-wrap:wrap}.social-links a{width:46px; height:46px; display:inline-flex; align-items:center; justify-content:center; border:1px solid #d88b30; border-radius:50%; color:#d88b30; font-size:24px; text-decoration:none; transition:transform .2s ease,background .2s ease,color .2s ease}.social-links a:hover,.social-links a:focus-visible{background:#d88b30; color:#101716; transform:translateY(-2px)}
@media (max-width:980px){
  .site-header{position:relative; transform:none; left:auto; height:auto; padding:18px; flex-wrap:wrap; background:#071014; border-bottom:1px solid var(--line)}.brand{width:175px; flex-basis:175px}.nav{order:3; flex-basis:100%; overflow:auto; justify-content:flex-start; padding:12px 0 0}.hero{min-height:650px}.hero-content{padding:125px 28px 0}.date-card{right:24px; bottom:35px}.countdown{grid-template-columns:repeat(2,1fr)}.count-label{grid-column:1/-1}.image-strip,.tabs{grid-template-columns:repeat(2,1fr)}.image-strip article{height:180px}.giants{grid-template-columns:1fr 1fr}.why-card{grid-column:1/-1}.info-grid,.footer{grid-template-columns:1fr}.footer{padding:28px}.newsletter div{flex-direction:column; gap:8px}.newsletter input{min-width:0;width:100%}
}
@media (max-width:560px){h1{font-size:86px}.kicker{margin-left:24px;font-size:36px}.hero h2{font-size:34px}.date-card{position:relative; right:auto; bottom:auto; margin:36px 28px 0}.actions{display:grid}.countdown{width:calc(100% - 24px); grid-template-columns:1fr 1fr}.count-box strong{font-size:40px}.tabs a{font-size:23px}.giants{grid-template-columns:1fr}.giant-card{height:260px}.info-grid article{padding:24px}.why-card{padding:36px 28px}.footer{border-bottom-width:22px}}

/* Ajuste da nova logo centralizada */
.site-header{
  height:150px;
  padding:18px 26px 0;
  display:block;
}
.brand{
  position:absolute;
  top:14px;
  left:50%;
  transform:translateX(-50%);
  width:250px;
  height:96px;
  display:flex;
  align-items:center;
  justify-content:center;
  filter:drop-shadow(0 10px 20px #000);
}
.brand img{
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center;
}
.nav{
  position:absolute;
  left:50%;
  bottom:8px;
  transform:translateX(-50%);
  width:max-content;
  max-width:calc(100% - 260px);
  padding-top:0;
}
.btn-small{
  position:absolute;
  right:26px;
  top:28px;
  margin-top:0;
}
@media (max-width:980px){
  .site-header{
    position:relative;
    left:auto;
    transform:none;
    height:auto;
    min-height:180px;
    padding:16px 18px 14px;
    display:block;
  }
  .brand{
    position:relative;
    top:auto;
    left:auto;
    transform:none;
    width:min(280px,72vw);
    height:100px;
    margin:0 auto;
  }
  .btn-small{
    position:relative;
    top:auto;
    right:auto;
    width:max-content;
    margin:8px auto 0;
    display:flex;
  }
  .nav{
    position:relative;
    left:auto;
    bottom:auto;
    transform:none;
    width:100%;
    max-width:100%;
    margin-top:12px;
    padding:10px 0 0;
    justify-content:flex-start;
  }
}


.whatsapp-actions{display:flex;flex-direction:column;align-items:center;gap:10px;text-align:center}.whatsapp-actions strong{display:block;margin-bottom:2px;font-family:Bebas Neue,sans-serif;font-size:27px;color:#e59a3f;text-transform:uppercase}.whatsapp-button{display:block;width:100%;max-width:390px;padding:13px 18px;background:#d48126;color:#251107;border:1px solid #e6a45c;font-weight:900;text-transform:uppercase;text-decoration:none;transition:transform .2s ease,filter .2s ease}.whatsapp-button:hover{transform:translateY(-2px);filter:brightness(1.08)}@media(max-width:720px){.whatsapp-actions{width:100%}.whatsapp-button{max-width:100%;font-size:14px}}


/* Vídeo automático abaixo do contador */
.video-section{
  position:relative;
  z-index:2;
  width:min(1000px,calc(100% - 48px));
  margin:22px auto 18px;
}
.video-wrapper{
  position:relative;
  width:100%;
  aspect-ratio:16/9;
  overflow:hidden;
  border:1px solid #ce7829;
  border-radius:7px;
  background:#000;
  box-shadow:0 18px 40px rgba(0,0,0,.55);
}
.video-wrapper iframe{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  border:0;
}
@media(max-width:560px){
  .video-section{width:calc(100% - 24px);margin-top:16px}
}


/* Datas oficiais do evento */
.event-date-highlight{
  display:inline-flex;
  flex-direction:column;
  align-items:flex-start;
  margin:0 0 24px;
  padding:14px 20px 12px;
  border-left:5px solid #e58f22;
  background:rgba(4,10,12,.78);
  box-shadow:0 12px 28px rgba(0,0,0,.38);
  text-transform:uppercase;
}
.event-date-highlight span{
  font-family:Anton,Impact,sans-serif;
  font-size:clamp(30px,4.2vw,58px);
  line-height:.95;
  letter-spacing:.4px;
  color:#ffe2ad;
}
.event-date-highlight strong{
  margin-top:7px;
  font-family:Bebas Neue,sans-serif;
  font-size:clamp(25px,3vw,42px);
  line-height:1;
  letter-spacing:1.4px;
  color:#e58f22;
}
.date-card{width:250px}
.date-card strong{font-size:25px;line-height:1.05}
.date-card span{font-size:58px}
@media(max-width:560px){
  .event-date-highlight{display:flex;margin-right:28px}
  .date-card{width:auto}
}

/* Ajuste de legibilidade das datas em telas médias */
.event-date-highlight{
  max-width:560px;
}
@media (max-width:980px){
  .event-date-highlight{
    max-width:520px;
    padding:12px 16px 11px;
  }
  .event-date-highlight span{
    font-size:32px;
    line-height:1.02;
  }
  .event-date-highlight strong{
    font-size:27px;
  }
}
@media (max-width:700px){
  .event-date-highlight{
    max-width:calc(100% - 28px);
    margin-right:28px;
  }
  .event-date-highlight span{
    font-size:27px;
  }
  .event-date-highlight strong{
    font-size:24px;
  }
}
@media (max-width:390px){
  .event-date-highlight span{
    font-size:24px;
  }
  .event-date-highlight strong{
    font-size:22px;
  }
}

/* Correção final: datas compactas e separação da contagem regressiva */
.event-date-highlight{
  width:fit-content;
  max-width:100%;
  padding:12px 16px 10px;
  margin-bottom:18px;
}
.event-date-highlight span{
  font-size:clamp(25px,3vw,38px);
  line-height:1;
  white-space:nowrap;
}
.event-date-highlight strong{
  font-size:clamp(22px,2.3vw,31px);
  line-height:1;
  white-space:nowrap;
}
.actions .btn-outline{
  max-width:560px;
  min-height:44px;
  padding:10px 18px;
  line-height:1.25;
  text-align:left;
}
.countdown{
  margin:20px auto 0;
}
@media (max-width:980px){
  .hero{
    min-height:760px;
  }
  .hero-content{
    max-width:680px;
    padding-top:110px;
    padding-bottom:70px;
  }
  .event-date-highlight{
    max-width:calc(100vw - 56px);
    padding:10px 13px 9px;
    margin-bottom:16px;
  }
  .event-date-highlight span{
    font-size:25px;
  }
  .event-date-highlight strong{
    font-size:23px;
  }
  .actions .btn-outline{
    width:min(100%,560px);
    font-size:12px;
  }
  .countdown{
    margin:20px auto 0;
  }
}
@media (max-width:560px){
  .hero{
    min-height:auto;
    padding-bottom:44px;
  }
  .hero-content{
    padding:72px 18px 0;
  }
  .event-date-highlight{
    max-width:100%;
    margin-right:0;
    padding:9px 11px 8px;
  }
  .event-date-highlight span{
    font-size:clamp(17px,5.6vw,23px);
    letter-spacing:0;
  }
  .event-date-highlight strong{
    font-size:clamp(19px,6vw,23px);
  }
  .actions .btn-outline{
    font-size:11px;
    padding:10px 12px;
  }
  .countdown{
    margin:16px auto 0;
  }
}


/* Galeria de imagens deslizante abaixo do vídeo */
.gallery-section{
  position:relative;
  z-index:2;
  width:min(1180px,calc(100% - 48px));
  margin:24px auto 34px;
}
.gallery-heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:14px}
.gallery-kicker{display:block;font-weight:800;font-size:12px;letter-spacing:2px;text-transform:uppercase;color:#e58f22}
.gallery-heading h2{margin:3px 0 0;font-family:'Bebas Neue',sans-serif;font-size:42px;line-height:1;color:#f5d08e;text-transform:uppercase;letter-spacing:1px}
.gallery-controls{display:flex;gap:8px}
.gallery-arrow{width:46px;height:46px;border:1px solid #ce7829;border-radius:50%;background:#111916;color:#f5d08e;font-size:32px;line-height:1;cursor:pointer;transition:.2s ease}
.gallery-arrow:hover,.gallery-arrow:focus-visible{background:#ce7829;color:#17100a;transform:translateY(-2px)}
.gallery-track{display:flex;gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;overscroll-behavior-x:contain;cursor:grab;user-select:none;padding:2px 2px 12px;scrollbar-width:thin;scrollbar-color:#ce7829 #111916}
.gallery-track:active,.gallery-track.is-dragging{cursor:grabbing;scroll-snap-type:none;scroll-behavior:auto}
.gallery-track::-webkit-scrollbar{height:8px}.gallery-track::-webkit-scrollbar-track{background:#111916}.gallery-track::-webkit-scrollbar-thumb{background:#ce7829;border-radius:10px}
.gallery-slide{flex:0 0 clamp(260px,35vw,420px);height:290px;margin:0;overflow:hidden;border:1px solid rgba(216,139,48,.55);border-radius:7px;background:#0b1010;scroll-snap-align:start}
.gallery-slide img{width:100%;height:100%;display:block;object-fit:cover;pointer-events:none;transition:transform .35s ease}
.gallery-slide:hover img{transform:scale(1.025)}
.gallery-help{margin:4px 0 0;text-align:center;font-size:12px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;color:#d9a15b}
@media(max-width:720px){
  .gallery-section{width:calc(100% - 24px);margin:18px auto 26px}
  .gallery-heading{align-items:center}
  .gallery-heading h2{font-size:34px}
  .gallery-arrow{width:40px;height:40px;font-size:27px}
  .gallery-slide{flex-basis:82vw;height:260px}
}

/* Responsividade para monitores gamer, ultrawide e telas desktop com pouca altura */
@media (min-width:981px){
  .site-header{
    width:min(1180px,calc(100% - 40px));
  }
  .hero{
    width:100%;
    max-width:1920px;
    min-height:clamp(620px,72vh,760px);
  }
  .hero-content{
    width:min(620px,48vw);
    max-width:none;
    padding-left:max(36px,calc((100vw - 1180px)/2 + 36px));
  }
  .hero h1{
    font-size:clamp(88px,8.4vw,150px);
  }
  .hero h2{
    font-size:clamp(34px,3vw,46px);
  }
  .kicker{
    font-size:clamp(34px,3vw,45px);
  }
  .lead{
    font-size:clamp(14px,1.15vw,18px);
  }
}

@media (min-width:981px) and (max-height:850px){
  .site-header{
    height:120px;
    padding-top:10px;
  }
  .brand{
    top:8px;
    width:210px;
    height:78px;
  }
  .nav{
    bottom:6px;
    gap:20px;
    font-size:14px;
  }
  .hero{
    min-height:610px;
  }
  .hero-content{
    padding-top:145px;
    width:min(560px,46vw);
  }
  .hero h1{
    font-size:clamp(80px,7.2vw,125px);
  }
  .hero h2{
    margin-top:18px;
    font-size:clamp(31px,2.5vw,40px);
  }
  .kicker{
    margin-left:54px;
    font-size:34px;
  }
  .lead{
    margin-bottom:18px;
    max-width:390px;
    font-size:14px;
    line-height:1.4;
  }
  .event-date-highlight{
    margin-bottom:12px;
    padding:9px 12px 8px;
  }
  .event-date-highlight span{
    font-size:28px;
  }
  .event-date-highlight strong{
    font-size:22px;
  }
  .actions .btn-outline{
    max-width:500px;
    min-height:40px;
    padding:8px 14px;
    font-size:11px;
  }
  .date-card{
    right:max(32px,calc((100vw - 1180px)/2 + 30px));
    bottom:34px;
    width:210px;
  }
  .date-card span{
    font-size:48px;
  }
  .countdown{
    margin:16px auto 0;
  }
}

@media (min-width:1500px){
  .hero-content{
    padding-left:max(54px,calc((100vw - 1380px)/2 + 54px));
  }
  .date-card{
    right:max(54px,calc((100vw - 1380px)/2 + 48px));
  }
}

/* Galeria sem recorte: respeita a proporção original de fotos verticais e horizontais */
.gallery-slide{
  flex:0 0 auto;
  width:auto;
  height:clamp(260px,32vw,420px);
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  background:#080d0d;
}
.gallery-slide img{
  width:auto;
  height:100%;
  max-width:min(88vw,760px);
  object-fit:contain;
  object-position:center;
  background:#080d0d;
}
.gallery-slide:hover img{transform:none}

@media (max-width:700px){
  .gallery-slide{
    flex-basis:auto;
    width:auto;
    height:68vh;
    max-height:560px;
    min-height:300px;
  }
  .gallery-slide img{
    width:auto;
    height:100%;
    max-width:88vw;
    object-fit:contain;
  }
}

/* Correção do menu no mobile: sem corte ou quebra irregular */
@media (max-width: 700px){
  .site-header{
    min-height: 255px;
    padding: 14px 14px 16px;
  }
  .brand{
    width: min(230px, 68vw);
    height: 112px;
    margin: 0 auto 8px;
  }
  .nav{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:0;
    width:100%;
    margin-top:4px;
    padding:0;
    overflow:visible;
    border-top:1px solid rgba(224,132,39,.28);
  }
  .nav a{
    min-width:0;
    min-height:48px;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:8px 5px;
    border-bottom:1px solid rgba(224,132,39,.28);
    font-size:16px;
    line-height:1;
    text-align:center;
    white-space:nowrap;
  }
  .nav a:nth-child(odd){
    border-right:1px solid rgba(224,132,39,.28);
  }
  .hero-content{
    padding-top:58px;
  }
}

@media (max-width: 390px){
  .site-header{min-height:245px}
  .brand{width:min(210px,66vw);height:104px}
  .nav a{font-size:14px;padding-inline:3px}
}


/* Ajuste da capa no mobile: mostrar melhor o Luiz Gonzaga */
@media (max-width: 700px){
  .hero{
    background:
      linear-gradient(90deg, rgba(5,10,13,.82) 0%, rgba(5,10,13,.66) 40%, rgba(5,10,13,.24) 66%, rgba(5,10,13,.42) 100%),
      url('assets/hero-bg.jpg') 68% top / auto 100% no-repeat;
    background-color:#051016;
  }
  .hero-content{
    max-width:100%;
    padding-right:16px;
  }
}

@media (max-width: 560px){
  .hero{
    background:
      linear-gradient(90deg, rgba(5,10,13,.84) 0%, rgba(5,10,13,.68) 42%, rgba(5,10,13,.24) 68%, rgba(5,10,13,.42) 100%),
      url('assets/hero-bg.jpg') 66% top / auto 100% no-repeat;
  }
}

@media (max-width: 390px){
  .hero{
    background:
      linear-gradient(90deg, rgba(5,10,13,.86) 0%, rgba(5,10,13,.70) 44%, rgba(5,10,13,.24) 70%, rgba(5,10,13,.44) 100%),
      url('assets/hero-bg.jpg') 64% top / auto 100% no-repeat;
  }
}


/* Crédito de desenvolvimento — responsivo */
.developer-credit{
  grid-column:1 / -1;
  width:100%;
  margin-top:clamp(20px,3vw,36px);
  padding-top:18px;
  border-top:1px solid rgba(255,255,255,.18);
  text-align:center;
}
.developer-credit a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:.35em;
  color:rgba(255,255,255,.78);
  font-size:clamp(12px,1.15vw,14px);
  line-height:1.5;
  text-decoration:none;
  transition:color .2s ease, opacity .2s ease;
}
.developer-credit a:hover,
.developer-credit a:focus-visible{
  color:#fff;
  text-decoration:underline;
  text-underline-offset:4px;
}
@media (max-width:700px){
  .developer-credit{
    margin-top:24px;
    padding:18px 14px 0;
  }
  .developer-credit a{
    display:block;
    max-width:320px;
    margin:0 auto;
    font-size:12px;
    line-height:1.65;
    overflow-wrap:anywhere;
  }
}

/* Correção final: layout fluido em telas grandes, notebooks e celulares */
html, body{
  width:100%;
  max-width:100%;
}
main{
  width:100%;
  overflow:hidden;
}
.hero,
.image-strip,
.tabs,
.giants,
.info-grid,
.footer{
  width:100%;
  max-width:none;
}
.site-header{
  width:min(1320px,calc(100% - 40px));
  max-width:1320px;
}
.footer{
  grid-template-columns:minmax(220px,1fr) minmax(300px,1.25fr) minmax(220px,1fr);
  padding-left:clamp(28px,4vw,72px);
  padding-right:clamp(28px,4vw,72px);
}
.developer-credit{
  grid-column:1 / -1;
}

@media (min-width:1537px){
  .hero{
    min-height:clamp(700px,72vh,880px);
    background-size:cover;
    background-position:center top;
  }
  .hero-content{
    padding-left:max(64px,calc((100vw - 1320px)/2 + 40px));
  }
  .date-card{
    right:max(64px,calc((100vw - 1320px)/2 + 40px));
  }
  .image-strip article{
    height:clamp(205px,14vw,285px);
  }
  .giants,
  .giant-card{
    min-height:clamp(292px,20vw,390px);
  }
}

@media (max-width:1100px){
  .footer{
    grid-template-columns:1fr;
    gap:26px;
  }
  .developer-credit{
    grid-column:1;
  }
}

@media (max-width:700px){
  .site-header{
    width:100%;
    max-width:none;
  }
  .footer{
    width:100%;
    padding-left:20px;
    padding-right:20px;
  }
}


/* Ajuste ultrawide/monitor gamer: conteúdo ancorado em um contêiner central */
.hero-inner{
  position:relative;
  width:min(1440px,100%);
  min-height:inherit;
  margin:0 auto;
}
.hero-content{
  padding-left:clamp(28px,4vw,72px);
}
.date-card{
  right:clamp(28px,4vw,72px);
}

@media (min-width:1600px){
  .site-header{
    width:min(1440px,calc(100% - 80px));
    max-width:1440px;
  }
  .hero{
    min-height:min(820px,76vh);
    background-position:center top;
  }
  .hero-inner{
    width:min(1440px,calc(100% - 80px));
  }
  .hero-content{
    padding-top:clamp(190px,19vh,230px);
    padding-left:40px;
    max-width:760px;
  }
  .date-card{
    right:40px;
    bottom:clamp(42px,5vh,70px);
  }
  .countdown{
    width:min(1180px,calc(100% - 96px));
  }
  .gallery-heading,
  .gallery-track{
    max-width:1440px;
    margin-left:auto;
    margin-right:auto;
  }
}

/* Proporção 21:9 e similares: evita distorção e excesso de espaçamento */
@media (min-aspect-ratio: 19/9) and (min-width:1600px){
  .hero{
    min-height:720px;
    max-height:820px;
    background-size:cover;
    background-position:center 18%;
  }
  .hero-content{
    padding-top:185px;
  }
  .image-strip article{
    height:230px;
  }
  .giants,
  .giant-card{
    min-height:330px;
  }
}

@media (max-width:980px){
  .hero-inner{
    width:100%;
    min-height:inherit;
  }
  .hero-content{
    padding-left:28px;
  }
  .date-card{
    right:24px;
  }
}

@media (max-width:700px){
  .hero-content{
    padding-left:20px;
    padding-right:20px;
  }
  .date-card{
    right:auto;
  }
}
