/* CRAZY'S STYLE — direção única "STREET TICKET"
   Paleta puxada da logo + site novo: preto #0a0a0a / laranja #ff7a00 / branco.
   Display Anton (street pesada) + Space Grotesk (grotesca limpa).
   Fundo CSS puro, sem foto. Assinatura: marquee topo + rotulo de canais. */

:root {
  --bg: #0a0a0a;
  --bg2: #111111;
  --ink: #ffffff;
  --muted: #b9b3ab;
  --accent: #ff7a00;
  --accent-hot: #ff9432;
  --accent-deep: #c85a00;
  --line: rgba(255, 122, 0, 0.22);
  --card: #141414;
  --radius: 16px;
  --font-display: 'Anton', Impact, sans-serif;
  --font-body: 'Space Grotesk', system-ui, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

body {
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-body);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

/* ---------- fundo ---------- */
.bg-stripes {
  position: fixed; inset: 0; z-index: -4; pointer-events: none;
  background:
    repeating-linear-gradient(-45deg, rgba(255,122,0,.055) 0 2px, transparent 2px 26px);
  mask-image: radial-gradient(ellipse 90% 60% at 50% 0%, #000 30%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse 90% 60% at 50% 0%, #000 30%, transparent 75%);
}
.bg-glow { position: fixed; border-radius: 50%; filter: blur(120px); z-index: -5; pointer-events: none; }
.glow-a { width: 520px; height: 340px; top: -140px; left: 50%; transform: translateX(-50%); background: rgba(255,122,0,.20); }
.glow-b { width: 420px; height: 420px; bottom: -220px; right: -140px; background: rgba(255,122,0,.10); }
.bg-grain {
  position: fixed; inset: 0; z-index: -3; pointer-events: none; opacity: .07;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.7' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* ---------- marquee topo ---------- */
.marquee-top {
  width: 100%;
  background: var(--accent);
  color: #140a00;
  overflow: hidden;
  font-family: var(--font-display);
  font-size: .82rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: .55rem 0;
  border-bottom: 2px solid #000;
  position: sticky; top: 0; z-index: 50;
}
.marquee-track { display: flex; width: max-content; animation: marquee 20s linear infinite; will-change: transform; }
.marquee-track span { white-space: nowrap; display: flex; align-items: center; gap: .6rem; padding-right: 2.2rem; }
.marquee-track i { font-size: .7rem; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ---------- estrutura ---------- */
.wrap { width: 100%; max-width: 560px; padding: 2rem 1.25rem 3rem; display: flex; flex-direction: column; align-items: center; }

/* ---------- hero ---------- */
.hero { display: flex; flex-direction: column; align-items: center; width: 100%; }

.logo-img { width: min(100%, 340px); height: auto; display: block; }

.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}

/* rotulo entre logo e botoes */
.section-label {
  font-family: var(--font-display);
  font-size: .95rem; letter-spacing: 3px; text-transform: uppercase;
  color: var(--ink); text-align: center;
  margin: 1.6rem 0 1.2rem;
  display: flex; align-items: center; gap: .8rem; width: 100%;
}
.section-label::before, .section-label::after {
  content: ''; flex: 1; height: 1px; background: var(--line);
}

/* ---------- botões ticket ---------- */
.links { display: flex; flex-direction: column; gap: .85rem; width: 100%; }

.btn {
  display: flex; align-items: center; gap: .95rem;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: .95rem 1rem;
  text-decoration: none; color: var(--ink);
  position: relative; overflow: hidden;
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease, background .25s ease;
}
.btn::before {
  content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 4px;
  background: var(--accent); opacity: .9;
}
.btn:hover { transform: translateY(-3px); border-color: var(--accent); box-shadow: 0 14px 34px rgba(255,122,0,.18); background: #181818; }

.btn-icon {
  width: 46px; height: 46px; flex: 0 0 46px;
  border-radius: 13px; display: flex; align-items: center; justify-content: center;
  font-size: 1.35rem; color: #160b00;
  background: linear-gradient(135deg, var(--accent-hot), var(--accent) 60%, var(--accent-deep));
  box-shadow: 0 6px 18px rgba(255,122,0,.35);
}
.btn-icon.ghost { background: rgba(255,122,0,.12); color: var(--accent); box-shadow: none; border: 1px solid var(--line); }

.btn-text { flex: 1; min-width: 0; }
.btn-text strong {
  display: flex; align-items: center; gap: .5rem; flex-wrap: wrap;
  font-family: var(--font-display); font-weight: 400; font-size: 1.06rem; letter-spacing: .6px; text-transform: uppercase;
}
.btn-text small { display: block; color: var(--muted); font-size: .8rem; margin-top: .15rem; }

/* instagram como icones abaixo do site */
.insta-row { display: flex; gap: .8rem; width: 100%; }
.insta-link {
  flex: 1; display: flex; align-items: center; justify-content: center; gap: .6rem;
  border: 1px solid var(--line); border-radius: var(--radius);
  background: var(--card); color: var(--ink); text-decoration: none;
  padding: .8rem .6rem; transition: all .25s ease;
}
.insta-link i { font-size: 1.4rem; color: var(--accent); }
.insta-link small { font-size: .78rem; font-weight: 600; color: var(--muted); }
.insta-link:hover { border-color: var(--accent); transform: translateY(-2px); }
.insta-link:hover i { color: var(--accent-hot); }

.btn-go { color: var(--accent); font-size: 1rem; transition: transform .25s ease; }
.btn:hover .btn-go { transform: translateX(4px); color: var(--accent-hot); }

/* destaque quente: WhatsApp JM primeiro */
.btn-hot {
  background: linear-gradient(135deg, var(--accent-hot), var(--accent) 55%, #e06a00);
  border-color: transparent; color: #160b00;
  box-shadow: 0 12px 34px rgba(255,122,0,.4);
  animation: hotPulse 2.6s ease-in-out infinite;
}
.btn-hot::before { display: none; }
.btn-hot .btn-text small { color: rgba(22,11,0,.75); font-weight: 600; }
.btn-hot .btn-icon { background: rgba(0,0,0,.85); color: var(--accent-hot); box-shadow: none; }
.btn-hot .btn-go { color: #160b00; }
@keyframes hotPulse {
  0%, 100% { box-shadow: 0 12px 30px rgba(255,122,0,.35); }
  50% { box-shadow: 0 12px 44px rgba(255,122,0,.6); }
}

/* destaque: site em primeiro lugar, com miniatura incorporada */
.btn-site-feature {
  display: flex; flex-direction: column;
  border-radius: var(--radius); overflow: hidden;
  text-decoration: none; color: #160b00;
  background: linear-gradient(135deg, var(--accent-hot), var(--accent) 55%, #e06a00);
  border: 1px solid rgba(255,122,0,.5);
  box-shadow: 0 12px 34px rgba(255,122,0,.4);
  transition: transform .25s ease, box-shadow .25s ease;
  animation: hotPulse 2.6s ease-in-out infinite;
}
.btn-site-feature:hover { transform: translateY(-3px); box-shadow: 0 16px 44px rgba(255,122,0,.55); }
.btn-site-feature .thumb { display: block; border-bottom: 2px solid rgba(0,0,0,.35); }
.btn-site-feature .thumb img {
  width: 100%; height: 190px; object-fit: cover; object-position: top; display: block;
}
.btn-site-feature .thumb-bar { display: flex; align-items: center; gap: .95rem; padding: .95rem 1rem; }
.btn-site-feature .btn-icon { background: rgba(0,0,0,.85); color: var(--accent-hot); box-shadow: none; }
.btn-site-feature .btn-text small { color: rgba(22,11,0,.78); font-weight: 600; }
.btn-site-feature .btn-go { color: #160b00; }
.btn-site-feature:hover .btn-go { transform: translateX(4px); }

/* ---------- lojas (carrossel) ---------- */
.stores { width: 100%; margin-top: 1.8rem; }
.carousel { width: 100%; }
.stores-track {
  display: flex; gap: .8rem; overflow-x: auto;
  scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  scrollbar-width: none; padding-bottom: .2rem;
}
.stores-track::-webkit-scrollbar { display: none; }
.stores-track .store { flex: 0 0 100%; scroll-snap-align: center; scroll-snap-stop: always; margin-bottom: 0; }
.carousel-nav { display: flex; align-items: center; justify-content: space-between; margin-top: .8rem; }
.car-btn {
  width: 40px; height: 40px; border-radius: 50%; cursor: pointer;
  border: 1px solid var(--line); background: var(--card); color: var(--accent); font-size: .95rem;
  display: flex; align-items: center; justify-content: center; transition: all .25s ease;
}
.car-btn:hover:not(:disabled) { background: var(--accent); color: #160b00; }
.car-btn:disabled { opacity: .3; cursor: default; }
.car-dots { display: flex; gap: .45rem; }
.car-dots button {
  width: 8px; height: 8px; border-radius: 50%; border: 0; cursor: pointer;
  background: rgba(255,122,0,.3); transition: all .25s ease; padding: 0;
}
.car-dots button.on { background: var(--accent); transform: scale(1.25); }
.stores-title {
  font-family: var(--font-display); font-weight: 400; text-transform: uppercase; letter-spacing: 1px;
  font-size: 1.25rem; margin-bottom: .9rem; display: flex; align-items: center; gap: .6rem;
}
.stores-title i { color: var(--accent); }
.store {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1.1rem; margin-bottom: 1rem;
}
.store-head { display: flex; align-items: center; justify-content: space-between; gap: .6rem; margin-bottom: .4rem; }
.store-head strong { font-family: var(--font-display); font-weight: 400; text-transform: uppercase; letter-spacing: .8px; font-size: 1.05rem; }
.store p { color: var(--muted); font-size: .88rem; line-height: 1.55; }
.store-actions { display: flex; gap: .6rem; flex-wrap: wrap; margin: .85rem 0; }
.store-btn {
  display: inline-flex; align-items: center; gap: .5rem;
  font-size: .8rem; font-weight: 700; letter-spacing: .4px; text-decoration: none;
  color: var(--ink); border: 1px solid var(--line); border-radius: 12px; padding: .6rem .9rem;
  background: rgba(255,122,0,.07); transition: all .25s ease;
}
.store-btn:hover { border-color: var(--accent); color: var(--accent-hot); transform: translateY(-2px); }
.store-btn.zap { background: var(--accent); color: #160b00; border-color: transparent; }
.store iframe { width: 100%; height: 190px; border: 0; border-radius: 12px; filter: grayscale(1) invert(.92) contrast(.9); }

/* ---------- footer ---------- */
.footer { display: flex; flex-direction: column; align-items: center; margin-top: 2.2rem; gap: 1rem; }
.social-row { display: flex; gap: 1.1rem; }
.social-row a {
  width: 44px; height: 44px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: var(--accent); border: 1px solid var(--line); font-size: 1.15rem; text-decoration: none;
  transition: all .25s ease;
}
.social-row a:hover { background: var(--accent); color: #160b00; transform: translateY(-3px); }
.footer p { font-size: .75rem; color: var(--muted); letter-spacing: 1px; }

/* ---------- entrada ---------- */
.reveal { opacity: 0; animation: rise .7s cubic-bezier(.2,.8,.2,1) forwards; animation-delay: var(--d, 0s); }
@keyframes rise { from { opacity: 0; transform: translateY(26px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 400px) {
  .wrap { padding: 1.5rem 1rem 2.5rem; }
  .btn { padding: .85rem .85rem; gap: .8rem; }
  .btn-icon { width: 42px; height: 42px; flex-basis: 42px; font-size: 1.2rem; }
}

@media (prefers-reduced-motion: reduce) {
  .marquee-track, .btn-hot { animation: none; }
  .reveal { opacity: 1; animation: none; }
}
