:root {
  --ink: #07050f;
  --ink-soft: #100b1d;
  --surface: #161024;
  --white: #f8f5ff;
  --muted: #bcb4ca;
  --yellow: #ffd400;
  --magenta: #ff2aac;
  --cyan: #16d7ff;
  --violet: #7d42ff;
  --border: rgba(255, 255, 255, .13);
  --max: 1200px;
  --header-h: 76px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--white);
  background: radial-gradient(circle at 20% 10%, rgba(125, 66, 255, .12), transparent 28rem), radial-gradient(circle at 90% 35%, rgba(255, 42, 172, .09), transparent 32rem), var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
::selection { color: var(--ink); background: var(--yellow); }
.skip-link { position: fixed; top: 1rem; left: 1rem; z-index: 1000; padding: .7rem 1rem; color: var(--ink); background: var(--yellow); transform: translateY(-180%); transition: transform .2s ease; }
.skip-link:focus { transform: translateY(0); }
.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; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; height: var(--header-h); display: flex; align-items: center; justify-content: space-between; padding: 0 clamp(1rem, 4vw, 4rem); border-bottom: 1px solid transparent; transition: background .3s ease, border-color .3s ease, height .3s ease; }
.site-header.is-scrolled { height: 72px; background: rgba(7, 5, 15, .88); border-color: var(--border); backdrop-filter: blur(18px); }
.brand { position: relative; z-index: 2; display: inline-flex; flex: 0 0 auto; align-items: center; text-decoration: none; }
.brand-mark { position: relative; width: clamp(245px, 26vw, 340px); height: 58px; display: block; color: var(--white); }
.brand-mark__name { position: absolute; top: 39%; left: 0; z-index: 1; font-family: Montserrat, Arial, sans-serif; font-size: clamp(1.65rem, 2.5vw, 2.15rem); font-weight: 900; line-height: .9; letter-spacing: -.065em; white-space: nowrap; text-shadow: 0 3px 16px rgba(0,0,0,.8); transform: translateY(-50%); }
.brand-mark__slogan { position: absolute; top: 77%; right: 0; z-index: 2; color: var(--yellow); font-family: Yellowtail, "Segoe Script", cursive; font-size: clamp(1.12rem, 1.75vw, 1.45rem); font-weight: 400; line-height: 1; letter-spacing: .01em; white-space: nowrap; text-shadow: 0 2px 8px rgba(0,0,0,.9); transform: translateY(-50%) rotate(-5deg) skewX(-5deg); transform-origin: center; }
.main-nav { display: flex; align-items: center; gap: clamp(1.25rem, 3vw, 2.5rem); }
.main-nav a { color: rgba(255,255,255,.8); font-size: .82rem; font-weight: 800; letter-spacing: .11em; text-decoration: none; text-transform: uppercase; transition: color .2s ease; }
.main-nav a:hover, .main-nav a:focus-visible { color: var(--yellow); }
.main-nav .nav-contact { padding: .7rem 1.1rem; color: var(--ink); background: var(--yellow); border: 1px solid var(--yellow); box-shadow: 6px 6px 0 var(--magenta); }
.main-nav .nav-contact:hover, .main-nav .nav-contact:focus-visible { color: var(--white); background: var(--magenta); border-color: var(--magenta); box-shadow: 6px 6px 0 var(--cyan); }
.nav-toggle { display: none; }

.hero { position: relative; min-height: 100svh; display: grid; align-items: end; isolation: isolate; overflow: hidden; }
.hero__image { position: absolute; inset: -6% 0 auto; z-index: -4; width: 100%; height: 112%; object-fit: cover; object-position: 52% center; transform: translate3d(0, var(--parallax-y, 0), 0) scale(1.03); will-change: transform; }
.hero__shade { position: absolute; inset: 0; z-index: -3; background: linear-gradient(90deg, rgba(5,3,11,.96) 0%, rgba(5,3,11,.75) 31%, rgba(5,3,11,.14) 62%, rgba(5,3,11,.35) 100%), linear-gradient(0deg, rgba(7,5,15,.95) 0%, transparent 48%, rgba(7,5,15,.4) 100%); }
.hero__noise { position: absolute; inset: 0; z-index: -2; opacity: .2; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.18'/%3E%3C/svg%3E"); }
.hero__content { width: min(92%, var(--max)); margin: 0 auto; padding: calc(var(--header-h) + 5rem) 0 5rem; }
.eyebrow { display: flex; align-items: center; gap: .65rem; margin: 0 0 1.25rem; color: var(--yellow); font-size: .78rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow span { width: 34px; height: 3px; background: linear-gradient(90deg, var(--magenta), var(--yellow)); }
h1, h2, h3 { margin: 0; font-family: Montserrat, Arial, sans-serif; font-weight: 900; line-height: 1.02; letter-spacing: -.025em; text-transform: uppercase; }
h1 { max-width: 650px; font-size: clamp(3.4rem, 6vw, 6.4rem); text-shadow: 0 8px 40px rgba(0,0,0,.65); }
h1 em, h2 em { color: var(--yellow); font-style: normal; text-shadow: 0 8px 24px rgba(0,0,0,.35); }
.hero__copy { max-width: 590px; margin: 1.6rem 0 2rem; color: rgba(255,255,255,.82); font-size: clamp(1rem, 1.4vw, 1.18rem); }
.hero__actions, .contact__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: .75rem; padding: .8rem 1.25rem; border: 1px solid transparent; color: var(--ink); background: var(--white); box-shadow: 7px 7px 0 rgba(255,255,255,.3); font-size: .82rem; font-weight: 900; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease, box-shadow .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-3px); }
.button svg { width: 22px; fill: none; stroke: currentColor; stroke-width: 2; }
.button--primary { color: var(--ink); background: var(--yellow); box-shadow: 7px 7px 0 var(--magenta); }
.button--primary:hover, .button--primary:focus-visible { color: var(--ink); background: var(--magenta); box-shadow: 7px 7px 0 var(--cyan); }
.button--ghost { color: var(--ink); background: var(--cyan); border-color: var(--cyan); box-shadow: 7px 7px 0 rgba(255,255,255,.72); backdrop-filter: blur(8px); }
.button--ghost:hover, .button--ghost:focus-visible { color: var(--ink); border-color: #7cecff; background: #7cecff; box-shadow: 7px 7px 0 var(--white); }
.button--dark { color: var(--ink); background: var(--white); box-shadow: 7px 7px 0 rgba(7,5,15,.45); }
.button--whatsapp { color: var(--ink); background: #25d366; box-shadow: 7px 7px 0 #0f7d47; }
.button--whatsapp:hover, .button--whatsapp:focus-visible { color: var(--ink); background: #128c7e; box-shadow: 7px 7px 0 #25d366; }
.button--youtube { color: var(--ink); background: #ff1738; box-shadow: 7px 7px 0 #8c0b20; }
.button--youtube:hover, .button--youtube:focus-visible { color: var(--ink); background: #c90022; box-shadow: 7px 7px 0 #ff1738; }

.ticker { overflow: hidden; color: var(--ink); background: var(--yellow); border-block: 4px solid var(--ink); transform: rotate(-1deg) scale(1.02); }
.ticker__track { width: max-content; display: flex; align-items: center; gap: 0; animation: ticker 28s linear infinite; will-change: transform; }
.ticker__group { width: max-content; flex: 0 0 auto; display: flex; align-items: center; gap: 1.4rem; padding: .65rem 1.4rem .65rem 0; }
.ticker span { font-family: Impact, sans-serif; font-size: clamp(1.5rem, 2.5vw, 2.4rem); line-height: 1; letter-spacing: .05em; }
.ticker i { color: var(--magenta); font-size: 1.2rem; font-style: normal; }
@keyframes ticker { to { transform: translateX(-50%); } }

.section { width: min(92%, var(--max)); margin: 0 auto; padding: clamp(6rem, 10vw, 9rem) 0; }
.section-heading h2 { font-size: clamp(3.1rem, 5.9vw, 6.2rem); }
.section-heading--center { max-width: 900px; margin: 0 auto 3.5rem; text-align: center; }
.section-heading--center .eyebrow { justify-content: center; }
.story__grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(2.5rem, 6vw, 6rem); align-items: center; margin-top: 3.5rem; }
.story__media { position: relative; margin: 0; }
.story__media::before { content: ""; position: absolute; inset: -14px 14px 14px -14px; z-index: -1; border: 1px solid var(--magenta); }
.story__media::after { content: ""; position: absolute; right: -22px; bottom: -22px; width: 110px; height: 110px; z-index: -1; background: repeating-conic-gradient(var(--white) 0 25%, var(--ink) 0 50%) 0 / 28px 28px; }
.story__image-frame { position: relative; aspect-ratio: 4 / 3; overflow: hidden; }
.story__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(1.08) contrast(1.04); }
.story__media figcaption { position: absolute; left: 1rem; bottom: 1rem; padding: .5rem .75rem; color: var(--ink); background: var(--yellow); box-shadow: 6px 6px 0 var(--white); font-size: .72rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.story__copy { max-width: 520px; }
.story__copy p { color: var(--muted); font-size: 1rem; }
.story__copy .story__lead { color: var(--white); font-size: clamp(1.35rem, 2vw, 1.8rem); font-weight: 700; line-height: 1.35; }
.text-link { display: inline-flex; gap: .6rem; margin-top: 1.25rem; color: var(--yellow); font-weight: 900; text-decoration: none; text-transform: uppercase; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translate(4px, -4px); }

.show { position: relative; width: 100%; max-width: none; padding-inline: max(4%, calc((100vw - var(--max)) / 2)); background: linear-gradient(180deg, rgba(22,16,36,.6), rgba(7,5,15,0)); overflow: hidden; }
.show__backdrop { position: absolute; top: 8rem; left: 50%; color: rgba(255,255,255,.025); font-family: Impact, sans-serif; font-size: 17vw; letter-spacing: .02em; white-space: nowrap; transform: translate3d(-50%, var(--parallax-y, 0), 0); pointer-events: none; will-change: transform; }
.show__cards { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.show-card { min-height: 430px; display: flex; flex-direction: column; padding: 2rem; border: 1px solid var(--border); background: rgba(13,9,22,.82); transition: transform .25s ease, border-color .25s ease; }
.show-card:hover { transform: translateY(-8px); border-color: var(--cyan); }
.show-card--accent { background: linear-gradient(145deg, rgba(16,101,255,.22), rgba(8,18,43,.94) 58%, rgba(22,215,255,.08)); border-color: rgba(22,215,255,.42); }
.show-card--green { background: linear-gradient(145deg, rgba(21,159,96,.22), rgba(7,31,24,.94) 58%, rgba(45,220,137,.08)); border-color: rgba(45,220,137,.42); }
.show-card--green .show-card__tag { color: #48df91; }
.show-card--green:hover { border-color: #48df91; }
.show-card--purple { background: linear-gradient(145deg, rgba(127,66,235,.22), rgba(25,10,48,.94) 58%, rgba(178,91,255,.08)); border-color: rgba(178,91,255,.42); }
.show-card--purple .show-card__tag { color: #c17aff; }
.show-card--purple:hover { border-color: #c17aff; }
.show-card__number { color: rgba(255,255,255,.25); font-family: Impact, sans-serif; font-size: 3rem; line-height: 1; }
.show-card__tag { margin: auto 0 .8rem; color: var(--cyan); font-size: .72rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.show-card h3 { font-size: clamp(2.2rem, 3.2vw, 3.7rem); }
.show-card p:last-child { max-width: 34ch; margin: 1.25rem 0 0; color: var(--muted); }

.live__header { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 3rem; }
.video-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(1rem, 2vw, 1.5rem); }
.video-card { padding: .5rem; border: 1px solid var(--border); background: linear-gradient(145deg, rgba(255,42,172,.14), rgba(22,16,36,.9) 52%, rgba(22,215,255,.1)); box-shadow: 0 24px 70px rgba(0,0,0,.28); }
.video-frame { position: relative; overflow: hidden; aspect-ratio: 16 / 9; background: #000; }
.video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

.next-chapter { position: relative; min-height: 620px; display: grid; place-items: center; padding: 7rem 4%; color: var(--ink); background: var(--yellow); overflow: hidden; }
.next-chapter__pattern { position: absolute; inset: -12px 0 auto; height: 66px; background: repeating-conic-gradient(var(--ink) 0 25%, var(--white) 0 50%) 0 / 34px 34px; transform: translate3d(0, var(--parallax-y, 0), 0); will-change: transform; }
.next-chapter::after { content: ""; position: absolute; width: 460px; height: 460px; right: -130px; bottom: -180px; border: 90px solid var(--magenta); border-radius: 50%; opacity: .85; }
.next-chapter__content { position: relative; z-index: 2; width: min(100%, 900px); text-align: center; }
.next-chapter .eyebrow { justify-content: center; color: var(--ink); }
.next-chapter .eyebrow span { background: var(--ink); }
.next-chapter h2 { font-size: clamp(3rem, 6.5vw, 7rem); }
.next-chapter h2 em { color: var(--white); text-shadow: 0 8px 24px rgba(7,5,15,.28); }
.next-chapter p { max-width: 600px; margin: 1.5rem auto 2rem; font-size: 1.1rem; font-weight: 650; }

.contact { padding-top: clamp(6rem, 11vw, 10rem); padding-bottom: clamp(6rem, 11vw, 10rem); }
.contact__card { position: relative; padding: clamp(2rem, 6vw, 5rem); border: 1px solid rgba(22,215,255,.2); background: linear-gradient(135deg, rgba(17,94,220,.2), rgba(8,14,32,.95) 48%, rgba(22,215,255,.09)); overflow: hidden; }
.contact__card::before { content: ""; position: absolute; top: -80px; right: -80px; width: 260px; height: 260px; border: 50px solid var(--cyan); border-radius: 50%; opacity: .18; }
.contact h2 { max-width: 900px; font-size: clamp(3rem, 6.5vw, 6.6rem); }
.contact__card > p:not(.eyebrow) { max-width: 650px; margin: 1.5rem 0 2rem; color: var(--muted); font-size: 1.08rem; }
.contact__social { font-weight: 900; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.contact__social:hover { color: var(--cyan); }
.contact__brand { position: relative; width: min(100%, 1100px); display: grid; place-items: center; margin: clamp(2.5rem, 5vw, 4.5rem) auto 0; overflow: hidden; }
.contact__brand::after { content: ""; position: absolute; inset: -1px; pointer-events: none; background: radial-gradient(ellipse at center, transparent 58%, rgba(7,5,15,.08) 70%, rgba(7,5,15,.68) 90%, var(--ink) 100%); box-shadow: inset 0 0 42px 10px var(--ink); }
.contact__brand img { width: 100%; height: auto; filter: saturate(.98) contrast(1.03); }
.site-footer { min-height: 150px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 1rem; padding: 2rem 4%; border-top: 1px solid var(--border); color: var(--muted); font-size: .75rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.site-footer > p { margin: 0; }
.site-footer > p:last-child { text-align: right; }
.footer-social { display: flex; align-items: center; justify-content: center; gap: .8rem; }
.footer-social__link { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; color: var(--white); background: rgba(255,255,255,.045); transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease; }
.footer-social__link:hover, .footer-social__link:focus-visible { transform: translateY(-3px); }
.footer-social__link--instagram:hover, .footer-social__link--instagram:focus-visible { color: #ff4db8; border-color: #ff4db8; background: rgba(255,77,184,.12); }
.footer-social__link--whatsapp:hover, .footer-social__link--whatsapp:focus-visible { color: #25d366; border-color: #25d366; background: rgba(37,211,102,.12); }
.footer-social__link--youtube:hover, .footer-social__link--youtube:focus-visible { color: #ff3347; border-color: #ff3347; background: rgba(255,51,71,.12); }
.footer-social__link svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.footer-social__link--whatsapp svg, .footer-social__link--youtube svg { fill: currentColor; stroke: none; }
.footer-social__dot, .footer-social__play { fill: currentColor; stroke: none; }
.footer-social__link--youtube .footer-social__play { fill: var(--ink); }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 900px) {
  :root { --header-h: 72px; }
  .site-header { background: rgba(7,5,15,.82); backdrop-filter: blur(14px); }
  .nav-toggle { position: relative; z-index: 3; width: 46px; height: 46px; display: grid; place-content: center; gap: 5px; padding: 0; border: 1px solid var(--border); color: var(--white); background: rgba(255,255,255,.04); }
  .nav-toggle span:not(.sr-only) { display: block; width: 22px; height: 2px; background: currentColor; transition: transform .2s ease, opacity .2s ease; }
  .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .main-nav { position: fixed; top: var(--header-h); right: 0; bottom: 0; z-index: 1; width: min(86vw, 380px); height: calc(100dvh - var(--header-h)); display: flex; align-items: stretch; flex-direction: column; gap: .55rem; padding: 2rem 1.25rem; text-align: left; background: linear-gradient(180deg, rgba(16,11,29,.99), rgba(7,5,15,.99)); border-left: 1px solid var(--border); box-shadow: -24px 0 70px rgba(0,0,0,.52); overflow-y: auto; opacity: 0; visibility: hidden; transform: translateX(100%); transition: opacity .28s ease, visibility .28s ease, transform .28s ease; }
  .main-nav.is-open { opacity: 1; visibility: visible; transform: translateX(0); }
  .main-nav a { width: 100%; display: block; padding: 1rem .85rem; border-bottom: 1px solid rgba(255,255,255,.11); font-size: 1.05rem; }
  .main-nav .nav-contact { margin-top: .55rem; padding: 1rem; border-bottom-color: var(--yellow); text-align: center; }
  .hero__content { padding-bottom: 5rem; }
  .hero__image { object-position: 62% center; }
  .hero__shade { background: linear-gradient(90deg, rgba(5,3,11,.94), rgba(5,3,11,.35)), linear-gradient(0deg, rgba(7,5,15,.98), transparent 52%); }
  .story__grid { grid-template-columns: 1fr; }
  .story__copy { max-width: 760px; }
  .show__cards { grid-template-columns: 1fr; }
  .show-card { min-height: 330px; }
}

@media (max-width: 620px) {
  .brand-mark { width: 218px; height: 52px; }
  .brand-mark__name { font-size: 1.52rem; }
  .brand-mark__slogan { font-size: 1.05rem; }
  .hero { min-height: 820px; }
  .hero__content { width: 90%; padding-top: 8rem; padding-bottom: clamp(9.5rem, 19vh, 12rem); }
  .hero__image { object-position: 58% center; filter: brightness(.82) saturate(.96); }
  h1 { max-width: 420px; font-size: clamp(2.4rem, 10.8vw, 3.35rem); line-height: 1.06; }
  .hero__copy { max-width: 36ch; font-size: 1.125rem; }
  .hero__actions { align-items: stretch; flex-direction: column; max-width: 310px; }
  .ticker__track { animation-duration: 20s; }
  .section { width: 90%; }
  .section-heading h2 { font-size: clamp(2.15rem, 10.2vw, 3.25rem); line-height: 1.06; letter-spacing: -.035em; }
  .story__copy p { font-size: 1.125rem; }
  .story__copy .story__lead { font-size: clamp(1.475rem, 6vw, 1.925rem); }
  .story__media figcaption { font-size: .845rem; }
  .story__media::after { width: 70px; height: 70px; right: -10px; bottom: -14px; }
  .show-card p:last-child { font-size: 1.125rem; }
  .live__header { align-items: start; flex-direction: column; }
  .video-grid { grid-template-columns: 1fr; }
  .next-chapter { min-height: 560px; padding-inline: 5%; }
  .next-chapter h2, .contact h2 { font-size: clamp(2.05rem, 9.8vw, 3.15rem); line-height: 1.06; letter-spacing: -.035em; }
  .next-chapter p { font-size: 1.225rem; }
  .contact__card > p:not(.eyebrow) { font-size: 1.205rem; }
  .contact__actions { align-items: stretch; flex-direction: column; }
  .site-footer { grid-template-columns: 1fr; justify-items: center; gap: 1.4rem; padding-block: 2.5rem; text-align: center; font-size: .875rem; }
  .site-footer > p:last-child { text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 767px) {
  [data-parallax] { --parallax-y: 0px !important; will-change: auto; }
}
