/* Arte original fornecida para o evento */
.hero {
  background: #030303 url('assets/trap-in-sanca.jpg') center center / cover no-repeat;
}

.hero > * {
  display: none;
}

.hero::before {
  display: none;
}

.buy {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 9px 16px;
  text-decoration: none;
  line-height: 1;
  cursor: pointer;
}

.buy:hover { background: #2d63d5; }

.venue-logo {
  padding: 0;
  overflow: hidden;
  border: 0;
  box-shadow: none;
  background: white;
}

.venue-logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brand img {
  display: block;
  width: 174px;
  height: auto;
}

.footer-brand img {
  display: block;
  width: 130px;
  height: auto;
  margin-bottom: 14px;
}

@media (max-width: 800px) {
  body { overflow-x: hidden; }

  .topbar {
    position: relative;
    min-height: 68px;
    height: auto;
    padding: 12px 18px;
  }

  .brand img { width: 138px; }

  .menu-toggle {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 8px;
  }

  .topbar nav {
    position: absolute;
    z-index: 20;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 8px 18px 16px;
    background: #fff;
    border-bottom: 1px solid #e7e7e7;
    box-shadow: 0 9px 14px rgba(17, 22, 35, .08);
  }

  .topbar.menu-open nav { display: flex; }
  .topbar nav a { padding: 13px 5px; font-size: 17px; }

  main { margin-top: 12px; padding: 0 12px; }
  .event-grid { gap: 14px; }
  .hero { height: auto; min-height: 0; aspect-ratio: 1.95 / 1; }

  .ticket-card {
    max-width: none;
    height: auto;
    min-height: 382px;
    padding: 18px;
  }

  .ticket-card h1 { font-size: 19px; }
  .heart { right: calc(50% - 68px); top: 160px; }
  .buy { min-height: 45px; font-size: 17px; }

  .description { margin-top: 19px; }
  .section-heading h2 { font-size: 18px; margin: 17px 0 21px; }
  .description-copy { font-size: 16px; line-height: 1.35; }
  .description-copy p { margin-bottom: 21px; }
  .description-copy ul { padding-left: 26px; }

  .app-strip { margin-top: 25px; }
  footer { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
  .footer-brand { grid-column: 1 / -1; }
}

/* Rodapé */
.app-strip {
  height: 84px;
  margin-top: 36px;
  padding: 0 max(2.5vw, 32px);
  background: #f6f7f8;
  gap: 18px;
}

.phone-art {
  position: relative;
  width: 286px;
  height: 84px;
  overflow: hidden;
  background: radial-gradient(ellipse at 52% 45%, rgba(189,154,119,.9) 0 23%, transparent 24%), linear-gradient(120deg, transparent 20%, #dac09f 21% 22%, transparent 23%), linear-gradient(110deg, transparent 64%, #d8b682 65% 66%, transparent 67%);
}

.phone-art::before,.phone-art::after { content:""; position:absolute; border:1px solid #ffc46c; border-radius:60%; inset:-34px 18px; }
.phone-art::after { inset:-27px 47px; }
.phone-art span { position:absolute; right:56px; bottom:17px; font-size:11px; font-weight:bold; color:white; transform:rotate(-25deg); }
.phone-art tag { color:#ff9000; }
.qr { width:64px; height:64px; display:grid; place-items:center; overflow:hidden; color:#fff; background:repeating-linear-gradient(90deg,#000 0 5px,#fff 5px 8px),repeating-linear-gradient(#000 0 4px,#fff 4px 7px); border:5px solid white; font-size:0; }
.app-copy b { font-size:17px; font-weight:500; }.app-copy span { font-size:14px; color:#5375e9; }
.donate { margin-left:auto; min-width:137px; text-align:center; padding:6px 8px; font-size:13px; }.donate i { color:#3d5e91; font-style:normal; font-size:21px; float:left; }
.aws { min-width:150px; font-size:23px; }.aws i { color:#f4a228; font-style:normal; }.aws small { font-size:15px; }
footer { padding:22px max(2.5vw, 32px) 17px; gap:clamp(60px,18vw,260px); min-height:192px; }
footer h3 { margin:0 0 15px; font-size:24px; } footer p { margin:10px 0; }.footer-brand img { width:128px; margin-bottom:16px; }
.copyright { min-height:50px; display:flex; align-items:center; gap:25px; padding:10px max(2.5vw, 20px); background:#202226; color:white; font-size:14px; }.copyright span { color:#f6a319; font-size:28px; }

@media (max-width:800px) {
  .app-strip { height:auto; padding:12px 18px; }.phone-art { display:none; }.qr { width:54px; height:54px; flex:0 0 auto; }.app-copy b { font-size:15px; }.app-copy span { font-size:12px; }.donate,.aws { display:none; }
  footer { display:grid; grid-template-columns:1fr 1fr; gap:22px; }.copyright { font-size:11px; line-height:1.3; gap:12px; }.copyright span { font-size:21px; }
}
}
