:root {
  --event-ink: #06143d;
  --event-deep: #020b37;
  --event-white: #fff;
  --event-cyan: #07c8f4;
  --event-blue: #071a73;
  --event-orange: #ff6500;
  --event-magenta: #ec007a;
  --event-yellow: #ffd422;
  --event-paper: #f2f5fa;
  --event-line: rgba(255,255,255,.16);
  --event-max: 1320px;
  --event-radius: 32px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; color: var(--event-ink); background: var(--event-paper); font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; text-rendering: optimizeLegibility; overflow-x: hidden; }
body.sepc-page { color: #fff; background: #020947; }
a { color: inherit; text-decoration: none; }
img, video { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
.event-wrap { width: min(calc(100% - 48px), var(--event-max)); margin-inline: auto; }
.event-visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; margin: -1px !important; padding: 0 !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; white-space: nowrap !important; border: 0 !important; }
.event-skip { position: fixed; left: 16px; top: -90px; z-index: 400; padding: 12px 18px; border-radius: 999px; background: #fff; color: #06143d; box-shadow: 0 16px 40px rgba(0,0,0,.2); }
.event-skip:focus { top: 16px; }

/* Navigation */
.event-nav { position: fixed; inset: 0 0 auto; z-index: 100; color: #fff; border-bottom: 1px solid transparent; transition: background .35s ease, border-color .35s ease, box-shadow .35s ease; }
.event-nav::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(2,8,37,.78), rgba(2,8,37,0)); transition: opacity .35s ease; }
.event-nav.is-scrolled { border-color: rgba(255,255,255,.12); background: rgba(2,9,43,.86); box-shadow: 0 16px 40px rgba(0,0,0,.18); backdrop-filter: blur(18px) saturate(140%); }
.event-nav.is-scrolled::before { opacity: 0; }
.event-nav-inner { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.event-brand { display: inline-flex; align-items: center; gap: 14px; min-width: 0; }
.event-brand img { width: 174px; }
.event-brand span { padding-left: 14px; border-left: 1px solid rgba(255,255,255,.3); color: rgba(255,255,255,.78); font-size: .69rem; font-weight: 850; letter-spacing: .13em; line-height: 1.4; text-transform: uppercase; }
.event-nav-tools, .event-links, .event-languages { display: flex; align-items: center; }
.event-nav-tools { gap: 12px; }
.event-links { gap: 4px; }
.event-links a, .event-nav-link-button { padding: 10px 13px; border: 0; border-radius: 999px; color: inherit; background: transparent; font-size: .82rem; font-weight: 780; cursor: pointer; transition: background .2s ease, transform .2s ease; }
.event-links a:hover, .event-links a:focus-visible, .event-nav-link-button:hover, .event-nav-link-button:focus-visible { background: rgba(255,255,255,.13); transform: translateY(-1px); outline: none; }
.event-links .event-nav-cta { margin-left: 3px; color: #04103e; background: #fff; box-shadow: 0 10px 25px rgba(0,0,0,.14); }
.event-languages { gap: 2px; padding: 3px; border: 1px solid rgba(255,255,255,.23); border-radius: 999px; background: rgba(4,13,51,.3); backdrop-filter: blur(10px); }
.event-languages a { display: grid; min-width: 31px; height: 28px; place-items: center; padding: 0 6px; border-radius: 999px; color: rgba(255,255,255,.65); font-size: .64rem; font-weight: 900; letter-spacing: .04em; }
.event-languages a:hover, .event-languages a:focus-visible, .event-languages a[aria-current="page"] { color: #06143d; background: #fff; outline: none; }

/* Hero */
.event-hero { position: relative; min-height: min(920px, 100svh); overflow: hidden; isolation: isolate; background: #031050; }
.event-hero-poster, .event-hero-shade, .event-hero-gridlines { position: absolute; inset: 0; width: 100%; height: 100%; }
.event-hero-poster { object-fit: cover; }
.event-hero-poster { z-index: -6; }
.event-hero .event-video-playlist { z-index: -5; filter: saturate(.95) contrast(1.05); }
.event-hero-shade { z-index: -3; background: radial-gradient(circle at 78% 44%, rgba(0,155,255,.16), transparent 32%), linear-gradient(90deg, rgba(2,8,59,.98) 0%, rgba(3,12,70,.87) 47%, rgba(1,8,37,.54) 100%); }
.encontro-page .event-hero-shade { background: radial-gradient(circle at 78% 42%, rgba(255,113,0,.22), transparent 31%), linear-gradient(90deg, rgba(3,14,52,.97) 0%, rgba(5,23,68,.86) 50%, rgba(5,15,42,.5) 100%); }
.event-hero-gridlines { z-index: -2; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.16) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.16) 1px, transparent 1px); background-size: 76px 76px; mask-image: linear-gradient(90deg, transparent 0, #000 32%, #000 100%); }
.event-hero::before { content: ""; position: absolute; z-index: -1; width: 58vw; height: 58vw; right: -24vw; bottom: -34vw; border-radius: 50%; border: clamp(45px, 6vw, 96px) solid rgba(5,199,241,.52); box-shadow: 0 0 100px rgba(4,198,244,.14); animation: event-orbit 22s linear infinite; }
.encontro-page .event-hero::before { border-color: rgba(255,101,0,.65); box-shadow: 0 0 120px rgba(255,101,0,.18); }
.event-hero-inner { min-height: min(920px, 100svh); padding-block: 148px 82px; }
.event-hero-grid { display: grid; grid-template-columns: minmax(0,1.04fr) minmax(370px,.96fr); gap: clamp(42px,6vw,96px); align-items: center; }
.event-hero-copy { position: relative; z-index: 3; }
.event-kicker { margin: 0 0 18px; color: var(--event-cyan); font-size: .74rem; font-weight: 900; letter-spacing: .2em; text-transform: uppercase; }
.encontro-page .event-kicker { color: #ff8a3b; }
.event-hero h1 { margin: 0; max-width: 9ch; color: #fff; font-size: clamp(4.2rem, 7.2vw, 7.8rem); line-height: .84; letter-spacing: -.075em; text-transform: uppercase; text-wrap: balance; }
.event-hero-subtitle { max-width: 25ch; margin: 22px 0 0; color: #fff; font-size: clamp(1.35rem,2.25vw,2.15rem); font-weight: 760; line-height: 1.12; letter-spacing: -.035em; }
.event-hero-subtitle::after { content: ""; display: block; width: 72px; height: 5px; margin-top: 19px; border-radius: 99px; background: linear-gradient(90deg, var(--event-orange), var(--event-magenta), var(--event-cyan), var(--event-yellow)); }
.event-hero-lead { max-width: 58ch; margin: 24px 0 0; color: rgba(255,255,255,.76); font-size: clamp(1rem,1.45vw,1.18rem); line-height: 1.65; }
.sepc-hero-logo { width: min(610px,100%); filter: drop-shadow(0 24px 48px rgba(0,0,0,.26)); }
.event-meta { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 28px; }
.event-meta span { padding: 9px 13px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; color: #fff; font-size: .78rem; font-weight: 800; backdrop-filter: blur(12px); background: rgba(255,255,255,.065); }
.event-hero-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 30px; }
.event-button { position: relative; overflow: hidden; display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 0 23px; border: 1px solid transparent; border-radius: 999px; color: #031044; background: var(--event-cyan); font-weight: 900; box-shadow: 0 18px 38px rgba(2,199,240,.22); transition: transform .25s ease, box-shadow .25s ease; }
.event-button::after { content: ""; position: absolute; inset: -40% auto -40% -35%; width: 28%; transform: rotate(16deg); background: rgba(255,255,255,.5); filter: blur(8px); transition: left .5s ease; }
.event-button:hover::after { left: 115%; }
.event-button:hover, .event-button:focus-visible { transform: translateY(-3px); box-shadow: 0 24px 46px rgba(2,199,240,.28); outline: none; }
.encontro-page .event-button { color: #fff; background: var(--event-orange); box-shadow: 0 18px 38px rgba(255,101,0,.25); }
.event-button-secondary { color: #fff !important; border-color: rgba(255,255,255,.3); background: rgba(255,255,255,.075) !important; box-shadow: none !important; backdrop-filter: blur(12px); }
.event-button-sponsor { color: #06143d; background: linear-gradient(135deg,#ffd32d,#f0aa00); box-shadow: 0 18px 38px rgba(245,184,0,.22); cursor: pointer; }
.event-scroll { position: absolute; z-index: 4; right: max(24px,calc((100vw - var(--event-max))/2)); bottom: 34px; color: rgba(255,255,255,.66); font-size: .68rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; writing-mode: vertical-rl; }

.event-hero-visual { position: relative; min-height: 590px; display: grid; place-items: center; transform: translate(var(--parallax-x,0),var(--parallax-y,0)); transition: transform .28s ease-out; }
.event-hero-visual::before { content: ""; position: absolute; inset: 5%; border-radius: 50%; background: radial-gradient(circle, rgba(255,255,255,.92) 0, rgba(207,230,255,.55) 36%, rgba(255,255,255,0) 71%); filter: blur(10px); opacity: .88; }
.encontro-page .event-hero-visual::before { background: radial-gradient(circle,rgba(36,105,185,.4) 0,rgba(255,105,0,.13) 43%,rgba(255,255,255,0) 71%); }
.event-hero-logo { position: relative; z-index: 3; width: min(650px,108%); filter: drop-shadow(0 32px 55px rgba(0,0,0,.36)); animation: event-float 6s ease-in-out infinite; }
.event-logo-plate { position: relative; z-index: 3; width: min(680px,100%); padding: clamp(8px,1.4vw,18px); border: 0; background: radial-gradient(ellipse at 50% 50%,rgba(239,247,255,.42),rgba(178,208,240,.14) 52%,transparent 75%); filter: drop-shadow(0 34px 48px rgba(0,0,0,.28)); transform: rotate(.35deg); animation: event-float 6s ease-in-out infinite; }
.event-logo-plate::before { content: ""; position: absolute; inset: 9% 5%; z-index: -1; border-radius: 50%; background: radial-gradient(ellipse,rgba(235,244,255,.5),rgba(118,174,255,.13) 54%,transparent 76%); filter: blur(38px); }
.event-logo-plate::after { content: ""; position: absolute; right: 16%; bottom: 5%; width: 110px; height: 7px; border-radius: 99px; background: linear-gradient(90deg,var(--event-cyan),var(--event-magenta),var(--event-yellow),#111); box-shadow: 0 9px 24px rgba(0,0,0,.2); }
.event-logo-plate .event-hero-logo { width: 100%; filter: saturate(1.3) contrast(1.12) brightness(1.3) drop-shadow(0 1px 1px rgba(255,255,255,.42)); animation: none; }
.event-orbit { position: absolute; z-index: 2; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; }
.event-orbit-one { width: 86%; aspect-ratio: 1; animation: event-orbit 25s linear infinite; }
.event-orbit-two { width: 64%; aspect-ratio: 1; border-style: dashed; animation: event-orbit 17s linear infinite reverse; }
.event-cmyk-dots { position: absolute; z-index: 4; right: 2%; bottom: 14%; display: flex; gap: 9px; transform: rotate(-18deg); }
.event-cmyk-dots i { width: 16px; aspect-ratio: 1; background: var(--event-cyan); box-shadow: 0 0 20px currentColor; animation: event-pulse 2s ease-in-out infinite; }
.event-cmyk-dots i:nth-child(2) { background: var(--event-magenta); animation-delay: .2s; }
.event-cmyk-dots i:nth-child(3) { background: var(--event-yellow); animation-delay: .4s; }
.event-cmyk-dots i:nth-child(4) { background: #111; animation-delay: .6s; }
.event-hero-photo-stack { position: relative; min-height: 560px; transform: translate(var(--parallax-x,0),var(--parallax-y,0)); transition: transform .28s ease-out; }
.event-hero-photo-stack figure { position: absolute; overflow: hidden; margin: 0; border: 1px solid rgba(255,255,255,.26); border-radius: 28px; box-shadow: 0 35px 80px rgba(0,0,0,.36); }
.event-hero-photo-stack figure:first-child { inset: 5% 10% 28% 2%; transform: rotate(-5deg); }
.event-hero-photo-stack figure:nth-child(2) { inset: 37% 0 4% 28%; transform: rotate(5deg); }
.event-hero-photo-stack img { width: 100%; height: 100%; object-fit: cover; }
.event-hero-photo-stack span { position: absolute; z-index: 4; right: 0; top: 19%; padding: 12px 16px; border-radius: 99px; color: #031044; background: var(--event-cyan); font-size: .72rem; font-weight: 950; letter-spacing: .15em; box-shadow: 0 14px 34px rgba(5,199,241,.3); }
/* Intro and sections */
.event-intro { position: relative; padding: 106px 0 118px; overflow: hidden; }
.sepc-page .event-intro { background: linear-gradient(155deg,#06145e,#02083c); }
.encontro-page .event-intro { background: #f7f8fb; }
.event-intro::after { content: ""; position: absolute; width: 380px; height: 380px; right: -220px; top: 40px; border: 70px solid rgba(5,199,241,.12); border-radius: 50%; }
.encontro-page .event-intro::after { border-color: rgba(255,101,0,.11); }
.event-intro-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0,.78fr) minmax(0,1.22fr); gap: clamp(40px,7vw,112px); align-items: start; }
.event-section-tag, .event-eyebrow { margin: 0; color: var(--event-cyan); font-size: .71rem; font-weight: 950; letter-spacing: .18em; text-transform: uppercase; }
.encontro-page .event-section-tag, .encontro-page .event-eyebrow { color: #e95f00; }
.event-intro h2, .event-heading-row h2 { margin: 14px 0 0; font-size: clamp(2.8rem,5.8vw,6rem); line-height: .9; letter-spacing: -.064em; text-wrap: balance; }
.event-intro-copy p { margin: 0; font-size: clamp(1.08rem,1.7vw,1.34rem); line-height: 1.68; }
.event-intro-copy p + p { margin-top: 20px; }
.sepc-page .event-intro-copy { color: rgba(255,255,255,.72); }
.event-section { position: relative; padding: 108px 0; overflow: hidden; }
.event-section-white { color: var(--event-ink); background: #fff; }
.event-section-paper { color: var(--event-ink); background: #eef2f7; }
.event-section-deep { color: #fff; background: radial-gradient(circle at 80% 0,rgba(10,76,191,.22),transparent 33%),#020a37; }
.event-section-blue { color: #fff; background: radial-gradient(circle at 12% 20%,rgba(6,201,245,.17),transparent 26%),linear-gradient(145deg,#061873,#030b42); }
.event-section-gallery { color: var(--event-ink); background: linear-gradient(160deg,#fff,#edf2f9); }
.event-section-video { isolation: isolate; background: #030b42; }
.event-section-video > .event-wrap { position: relative; z-index: 1; }
.event-section-video-shade { position: absolute; inset: 0; z-index: -2; background: radial-gradient(circle at 12% 20%,rgba(6,201,245,.24),transparent 30%),linear-gradient(135deg,rgba(4,18,92,.95),rgba(2,9,48,.84)); }
.event-heading-row { display: grid; grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); gap: clamp(34px,6vw,94px); align-items: end; margin-bottom: 54px; }
.event-heading-row > p { margin: 0; max-width: 60ch; opacity: .7; font-size: 1.04rem; line-height: 1.7; }

/* Real-photo editorial compositions */
.event-photo-mosaic { display: grid; grid-template-columns: 1.05fr .95fr 1.15fr; grid-template-rows: 280px 250px; gap: 16px; }
.event-photo-card { position: relative; overflow: hidden; margin: 0; min-height: 260px; border-radius: 27px; background: #071946; box-shadow: 0 22px 55px rgba(6,20,61,.13); }
.event-photo-card-tall { grid-row: 1/3; }
.event-photo-card-wide { grid-column: 2/4; }
.event-photo-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .75s cubic-bezier(.2,.7,.2,1),filter .5s ease; }
.event-photo-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,transparent 55%,rgba(2,9,43,.82)); }
.event-photo-card:hover img { transform: scale(1.055); filter: saturate(1.12); }
.event-photo-card figcaption, .event-photo-caption { position: absolute; z-index: 2; inset: auto 22px 20px; display: flex; align-items: center; gap: 11px; color: #fff; font-weight: 850; letter-spacing: -.015em; }
.event-photo-card figcaption span { color: var(--event-orange); font-size: .7rem; letter-spacing: .13em; }
.event-photo-action { width: 100%; padding: 0; border: 0; color: inherit; font: inherit; text-align: left; cursor: pointer; }
.event-photo-action:focus-visible { outline: 4px solid var(--event-cyan); outline-offset: 5px; }
.event-photo-caption { right: 22px; justify-content: space-between; }
.event-photo-caption strong { min-width: 0; }
.event-photo-caption small { flex: 0 0 auto; color: #ff8a3b; font-size: .66rem; font-weight: 950; letter-spacing: .1em; text-transform: uppercase; }
.event-photo-ribbon { display: grid; grid-template-columns: .8fr 1.35fr .85fr; gap: 14px; margin-top: 70px; }
.event-photo-ribbon .event-photo-card { height: 330px; min-height: 0; }
.event-photo-ribbon .event-photo-card:nth-child(1) { transform: translateY(28px) rotate(-1.5deg); }
.event-photo-ribbon .event-photo-card:nth-child(3) { transform: translateY(-22px) rotate(1.5deg); }
.event-archive-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.event-archive-grid .event-photo-card { min-height: 420px; }

/* Cinematic editorial band */
.event-video-playlist { position: absolute; inset: 0; z-index: -3; overflow: hidden; background: #020a37; }
.event-video-playlist video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transform: scale(1.045); transition: opacity 1.35s ease,transform 10s linear; will-change: opacity,transform; }
.event-video-playlist video.is-active { opacity: 1; transform: scale(1); }
.event-motion-band { position: relative; min-height: 650px; display: grid; align-items: end; overflow: hidden; isolation: isolate; color: #fff; background: #020a37; }
.event-motion-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.event-motion-shade { z-index: -2; background: linear-gradient(90deg,rgba(2,9,43,.95),rgba(4,20,63,.58) 58%,rgba(2,9,43,.28)),linear-gradient(0deg,rgba(2,9,43,.8),transparent 54%); }
.sepc-motion-band .event-motion-shade { background: linear-gradient(90deg,rgba(2,9,43,.97),rgba(3,17,69,.6) 58%,rgba(2,9,43,.24)),linear-gradient(0deg,rgba(2,9,43,.86),transparent 56%); }
.event-motion-copy { padding-block: 92px; }
.event-motion-copy h2 { max-width: 12ch; margin: 14px 0 22px; font-size: clamp(3.2rem,6.5vw,7rem); line-height: .87; letter-spacing: -.07em; text-wrap: balance; }
.event-motion-copy > p:not(.event-eyebrow) { max-width: 60ch; margin: 0; color: rgba(255,255,255,.72); font-size: 1.08rem; line-height: 1.7; }
.event-motion-band .event-stats { margin-top: 48px; }

/* Stats and topics */
.event-stats { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); border-top: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); }
.event-stat { position: relative; padding: 30px clamp(18px,2.5vw,36px); border-right: 1px solid rgba(255,255,255,.18); }
.event-stat::before { content: ""; position: absolute; left: 0; top: -1px; width: 0; height: 3px; background: var(--event-cyan); transition: width .45s ease; }
.event-stat:hover::before { width: 100%; }
.event-stat:first-child { padding-left: 0; }
.event-stat:last-child { border-right: 0; }
.event-stat strong { display: block; color: #fff; font-size: clamp(2.3rem,4.4vw,4.5rem); line-height: 1; letter-spacing: -.06em; }
.event-stat span { display: block; margin-top: 9px; color: rgba(255,255,255,.62); font-size: .74rem; line-height: 1.45; letter-spacing: .09em; text-transform: uppercase; }
.event-card-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 14px; }
.event-card { min-height: 330px; display: flex; flex-direction: column; justify-content: space-between; padding: 27px; border: 1px solid rgba(255,255,255,.15); border-radius: 27px; background: rgba(255,255,255,.065); backdrop-filter: blur(7px); transition: transform .35s ease,border-color .35s ease,background .35s ease; }
.event-card:hover { transform: translateY(-9px) rotate(.5deg); border-color: rgba(5,199,241,.6); background: rgba(255,255,255,.1); }
.event-card-light { color: var(--event-ink); border-color: rgba(6,20,61,.09); background: #fff; box-shadow: 0 18px 46px rgba(6,20,61,.08); }
.encontro-page .event-card:hover { border-color: rgba(255,101,0,.5); }
.event-card-number { color: var(--event-cyan); font-size: .72rem; font-weight: 950; letter-spacing: .15em; }
.encontro-page .event-card-number { color: #e75f00; }
.event-card h3 { margin: 34px 0 12px; font-size: clamp(1.25rem,1.9vw,1.7rem); line-height: 1.08; letter-spacing: -.038em; }
.event-card p { margin: 0; opacity: .65; line-height: 1.62; }

/* Programme */
.event-programme-top { padding-top: 96px; }
.event-programme-photo-strip { position: relative; display: grid; grid-template-columns: 1.25fr .75fr; gap: 12px; height: 320px; margin-bottom: 20px; }
.event-programme-photo-strip figure { overflow: hidden; margin: 0; border-radius: 27px; }
.event-programme-photo-strip img { width: 100%; height: 100%; object-fit: cover; }
.event-programme-photo-strip span { position: absolute; right: 24px; top: 24px; padding: 9px 13px; border-radius: 99px; color: #031044; background: var(--event-cyan); font-size: .68rem; font-weight: 950; letter-spacing: .1em; text-transform: uppercase; box-shadow: 0 16px 35px rgba(2,199,240,.3); }
.event-programme-shell { padding: clamp(23px,4vw,50px); border: 1px solid rgba(255,255,255,.14); border-radius: 34px; background: rgba(255,255,255,.05); box-shadow: 0 32px 100px rgba(0,0,0,.24); }
.event-programme-note { display: inline-flex; margin-bottom: 28px; padding: 8px 12px; border-radius: 999px; color: #031044; background: var(--event-cyan); font-size: .68rem; font-weight: 950; letter-spacing: .1em; text-transform: uppercase; }
.encontro-page .event-programme-note { color: #fff; background: var(--event-orange); }
.event-programme-alert { position: relative; display: grid; grid-template-columns: minmax(0,.88fr) minmax(420px,1.12fr); gap: clamp(30px,5vw,76px); align-items: center; overflow: hidden; margin-top: clamp(38px,6vw,76px); padding: clamp(30px,5vw,64px); border-radius: 34px 10px 34px 10px; color: #fff; background: linear-gradient(125deg,#06134a 0%,#0a2765 58%,#0d4d91 100%); box-shadow: 0 28px 70px rgba(4,17,60,.2); }
.event-programme-alert::before { content: ""; position: absolute; width: 280px; height: 280px; right: -120px; top: -145px; border: 38px solid rgba(255,103,0,.9); border-radius: 50%; box-shadow: 0 0 90px rgba(255,103,0,.25); }
.event-programme-alert::after { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .13; background-image: linear-gradient(rgba(255,255,255,.4) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.4) 1px,transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(90deg,transparent,#000); }
.event-programme-alert-copy,.event-programme-interest { position: relative; z-index: 1; }
.event-programme-alert h3 { max-width: 13ch; margin: 8px 0 16px; font-size: clamp(2rem,3.4vw,3.65rem); line-height: .98; letter-spacing: -.055em; }
.event-programme-alert-copy > p:last-child { max-width: 54ch; margin: 0; color: rgba(255,255,255,.72); line-height: 1.65; }
.event-programme-interest { padding: clamp(20px,3vw,30px); border: 1px solid rgba(255,255,255,.18); border-radius: 24px; background: rgba(2,9,42,.42); box-shadow: inset 0 1px rgba(255,255,255,.12); backdrop-filter: blur(16px); }
.event-programme-interest-fields { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 10px; align-items: end; }
.event-programme-interest-fields label { display: grid; gap: 8px; color: rgba(255,255,255,.7); font-size: .7rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.event-programme-interest-fields input { min-width: 0; height: 54px; padding: 0 17px; border: 1px solid rgba(255,255,255,.24); border-radius: 14px; outline: 0; color: #07133d; background: rgba(255,255,255,.98); font: inherit; }
.event-programme-interest-fields input:focus { border-color: var(--event-orange); box-shadow: 0 0 0 4px rgba(255,103,0,.2); }
.event-programme-interest-fields button { height: 54px; padding: 0 18px; border: 0; border-radius: 14px; color: #fff; background: var(--event-orange); font: inherit; font-size: .76rem; font-weight: 950; cursor: pointer; transition: transform .2s ease,box-shadow .2s ease; }
.event-programme-interest-fields button:hover { transform: translateY(-2px); box-shadow: 0 12px 26px rgba(255,103,0,.28); }
.event-programme-interest > small { display: block; margin-top: 12px; color: rgba(255,255,255,.55); line-height: 1.45; }
.event-programme-interest-success,.event-programme-interest-error { margin: 0 0 14px; padding: 11px 13px; border-radius: 12px; font-size: .82rem; font-weight: 800; }
.event-programme-interest-success { color: #b9f6df; background: rgba(28,143,99,.25); }
.event-programme-interest-error { color: #ffd5d8; background: rgba(174,42,56,.28); }
.event-programme-days { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: clamp(28px,4vw,60px); }
.event-day + .event-day { padding-left: clamp(28px,4vw,60px); border-left: 1px solid rgba(255,255,255,.15); }
.event-day-header { padding-bottom: 22px; border-bottom: 1px solid rgba(255,255,255,.16); }
.event-day-header strong { display: block; color: #fff; font-size: clamp(1.8rem,3vw,3.1rem); line-height: 1; letter-spacing: -.045em; }
.event-day-header span { display: block; margin-top: 8px; color: var(--event-cyan); font-weight: 850; }
.event-timeline { display: grid; margin-top: 8px; }
.event-slot { position: relative; display: grid; grid-template-columns: 96px minmax(0,1fr); gap: 18px; padding: 21px 0; border-bottom: 1px solid rgba(255,255,255,.11); }
.event-slot::before { content: ""; position: absolute; left: 0; bottom: -1px; width: 0; height: 1px; background: var(--event-cyan); transition: width .35s ease; }
.event-slot:hover::before { width: 100%; }
.event-slot time { color: var(--event-cyan); font-size: .77rem; font-weight: 950; }
.event-slot h3 { margin: 0; color: #fff; font-size: 1rem; line-height: 1.34; }
.event-slot p { margin: 7px 0 0; color: rgba(255,255,255,.58); font-size: .86rem; line-height: 1.55; }
.event-slot-details { display: grid; gap: 7px; margin-top: 14px; padding-top: 13px; border-top: 1px solid rgba(255,255,255,.1); }
.event-slot-detail { display: grid; grid-template-columns: 82px minmax(0,1fr); gap: 10px; align-items: start; }
.event-slot-detail time { font-size: .68rem; }
.event-slot-detail span { min-width: 0; }
.event-slot-detail strong { display: block; color: rgba(255,255,255,.84); font-size: .77rem; line-height: 1.35; }
.event-slot-detail small { display: block; margin-top: 2px; color: rgba(255,255,255,.49); font-size: .7rem; line-height: 1.4; }

/* Venue */
.event-venue { position: relative; min-height: 760px; display: flex; align-items: center; overflow: hidden; isolation: isolate; color: #fff; background: #071946; }
.event-venue > .event-venue-poster { position: absolute; inset: 0; z-index: -4; width: 100%; height: 100%; object-fit: cover; }
.event-venue::before { content: ""; position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg,rgba(3,13,51,.97) 0%,rgba(3,13,51,.85) 45%,rgba(3,13,51,.46) 100%); }
.event-venue-layout { display: grid; grid-template-columns: minmax(330px,.78fr) minmax(0,1.22fr); gap: clamp(32px,6vw,80px); align-items: center; padding-block: 78px; }
.event-venue-card { padding: clamp(28px,4vw,48px); border: 1px solid rgba(255,255,255,.18); border-radius: 30px; background: rgba(5,18,58,.78); backdrop-filter: blur(18px); box-shadow: 0 28px 80px rgba(0,0,0,.24); }
.event-venue-card h2 { margin: 10px 0 18px; font-size: clamp(2.7rem,5vw,5rem); line-height: .9; letter-spacing: -.06em; }
.event-venue-card p { margin: 0; color: rgba(255,255,255,.72); line-height: 1.65; }
.event-venue-card > small { display: block; margin-top: 12px; color: rgba(255,255,255,.46); font-size: .68rem; }
.event-venue-facts { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.event-venue-facts span { padding: 8px 11px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; font-size: .76rem; font-weight: 850; }
.event-text-link { display: inline-flex; margin-top: 26px; padding-bottom: 4px; border-bottom: 2px solid var(--event-orange); font-weight: 850; }
.event-venue-gallery { position: relative; min-height: 560px; transform: translate(var(--parallax-x,0),var(--parallax-y,0)); transition: transform .28s ease-out; }
.event-venue-gallery figure { position: absolute; overflow: hidden; margin: 0; border: 1px solid rgba(255,255,255,.25); border-radius: 25px; box-shadow: 0 30px 70px rgba(0,0,0,.34); }
.event-venue-gallery figure:first-child { inset: 1% 57% 16% 0; transform: rotate(-5deg); }
.event-venue-gallery figure:nth-child(2) { inset: 7% 0 43% 38%; transform: rotate(4deg); }
.event-venue-gallery figure:nth-child(3) { inset: 49% 7% 0 30%; transform: rotate(-2deg); }
.event-venue-gallery img { width: 100%; height: 100%; object-fit: cover; }

/* Registration */
.event-registration-layout { display: grid; grid-template-columns: minmax(280px,.63fr) minmax(0,1.37fr); gap: clamp(42px,7vw,98px); align-items: start; }
.event-registration-intro { position: sticky; top: 122px; }
.event-registration-intro h2 { margin: 14px 0 24px; font-size: clamp(3rem,6vw,6.2rem); line-height: .88; letter-spacing: -.068em; text-wrap: balance; }
.event-price-poster { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin-top: 38px; overflow: hidden; border: 1px solid rgba(255,255,255,.18); border-radius: 25px; background: rgba(255,255,255,.14); box-shadow: 0 24px 60px rgba(0,0,0,.18); }
.event-price-poster > div { padding: 23px; background: rgba(255,255,255,.06); }
.event-price-poster span { display: block; color: #fff; font-size: clamp(2.8rem,4vw,4.6rem); font-weight: 950; line-height: 1; letter-spacing: -.07em; }
.event-price-poster small { display: block; margin-top: 7px; color: rgba(255,255,255,.64); font-size: .73rem; font-weight: 800; line-height: 1.4; }
.event-price-poster em { grid-column: 1/-1; padding: 10px 18px; color: #031044; background: var(--event-cyan); font-size: .67rem; font-style: normal; font-weight: 950; letter-spacing: .11em; text-align: center; text-transform: uppercase; }
.encontro-page .event-price-poster em { color: #fff; background: var(--event-orange); }
.event-form { position: relative; overflow: hidden; padding: clamp(24px,4vw,48px); border-radius: 34px; color: var(--event-ink); background: #fff; box-shadow: 0 32px 95px rgba(0,0,0,.25); }
.event-form fieldset { min-width: 0; margin: 0; padding: 0; border: 0; }
.event-form fieldset + fieldset { margin-top: 40px; padding-top: 34px; border-top: 1px solid rgba(6,20,61,.1); }
.event-form legend { width: 100%; margin-bottom: 20px; color: #071946; font-size: 1.28rem; font-weight: 950; letter-spacing: -.03em; }
.event-required-note { margin: -8px 0 18px; color: #707a90; font-size: .76rem; }
.event-form-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 17px; }
.event-field { display: grid; gap: 8px; }
.event-field-wide { grid-column: 1/-1; }
.event-field-label { color: #24314c; font-size: .76rem; font-weight: 870; }
.event-field-label small { color: #7a8498; font-weight: 600; }
.event-field input, .event-field select, .event-field textarea { width: 100%; min-height: 51px; padding: 12px 14px; border: 1px solid #d7deea; border-radius: 13px; color: #071946; background: #f7f9fc; outline: 0; transition: border-color .2s ease,box-shadow .2s ease,background .2s ease; }
.event-field textarea { min-height: 108px; resize: vertical; }
.event-field input:focus, .event-field select:focus, .event-field textarea:focus { border-color: #1688b3; box-shadow: 0 0 0 4px rgba(5,197,241,.13); background: #fff; }
.encontro-page .event-field input:focus, .encontro-page .event-field select:focus, .encontro-page .event-field textarea:focus { border-color: #ef680c; box-shadow: 0 0 0 4px rgba(255,101,0,.12); }
.event-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.event-price-fieldset { position: relative; padding: 22px !important; border: 1px solid #dce3ed !important; border-radius: 22px; background: linear-gradient(145deg,#f7fbff,#f1f5fa); }
.event-price-options { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; }
.event-price-option { position: relative; cursor: pointer; }
.event-price-option input { position: absolute; right: 16px; top: 16px; z-index: 2; width: 18px; height: 18px; accent-color: #0688b7; }
.event-price-option > span { min-height: 84px; display: grid; align-content: center; padding: 19px; border: 1px solid #d8e0ea; border-radius: 17px; background: #fff; transition: transform .2s ease,border-color .2s ease,box-shadow .2s ease; }
.event-price-option:hover > span, .event-price-option:has(input:checked) > span { transform: translateY(-2px); border-color: #138ab4; box-shadow: 0 13px 30px rgba(5,83,125,.12); }
.encontro-page .event-price-option:has(input:checked) > span { border-color: #ee6810; }
.event-price-option small { padding-right: 28px; color: #46536c; font-weight: 850; }
.event-price-option strong { padding-right: 28px; color: #071946; font-size: 1.08rem; line-height: 1.2; letter-spacing: -.02em; }
.event-price-option em { margin-top: 3px; color: #7a8497; font-size: .7rem; font-style: normal; }
.event-provisional-badge { display: inline-flex; margin-top: 12px; padding: 6px 9px; border-radius: 99px; color: #526078; background: #e5eaf1; font-size: .63rem; font-weight: 950; letter-spacing: .08em; text-transform: uppercase; }
.event-people-list { display: grid; gap: 13px; }
.event-person-card { padding: 19px; border: 1px solid #dfe5ed; border-radius: 19px; background: #f8fafc; }
.event-person-card header { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 16px; }
.event-person-card header strong { color: #071946; font-size: .84rem; }
.event-person-card header button { padding: 5px 9px; border: 0; border-radius: 99px; color: #7a4650; background: #f5e8eb; font-size: .67rem; font-weight: 850; cursor: pointer; }
.event-person-card-compact .event-field { max-width: 100%; }
.event-add-person { display: inline-flex; align-items: center; gap: 8px; margin-top: 13px; padding: 9px 13px; border: 1px solid #cdd7e5; border-radius: 99px; color: #0a5476; background: #fff; font-size: .75rem; font-weight: 900; cursor: pointer; }
.event-add-person:hover { border-color: #1688b3; background: #f0fbff; }
.event-add-person span { font-size: 1.05rem; line-height: 1; }
.event-payment-options { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; }
.event-payment-option { position: relative; min-height: 145px; display: block; padding: 18px; border: 1px solid #d7dfeb; border-radius: 17px; background: #f8fafe; }
.event-payment-option.is-active { border-color: #1b81a8; background: #edfaff; box-shadow: inset 0 0 0 1px rgba(27,129,168,.1); }
.event-payment-option.is-disabled { color: #9aa2b1; border-color: #e1e5eb; background: #f1f3f6; cursor: not-allowed; filter: grayscale(1); }
.event-payment-option input { position: absolute; top: 17px; right: 17px; accent-color: #0b83ad; }
.event-payment-option strong { display: block; padding-right: 28px; font-size: .92rem; }
.event-payment-option p { margin: 10px 0 0; opacity: .67; font-size: .76rem; line-height: 1.45; }
.event-coming-soon { display: inline-flex; margin-top: 14px; padding: 5px 8px; border-radius: 99px; color: #727b8c; background: #e1e4e9; font-size: .62rem; font-weight: 950; letter-spacing: .08em; text-transform: uppercase; }
.event-registration-gloss { position: absolute; inset: 0; z-index: 40; display: grid; place-items: center; overflow: hidden; border-radius: inherit; background: linear-gradient(120deg,rgba(247,250,255,.78),rgba(224,234,248,.68) 44%,rgba(255,255,255,.8)); box-shadow: inset 0 1px 0 rgba(255,255,255,.96); backdrop-filter: blur(7px) saturate(.7); cursor: not-allowed; }
.event-registration-gloss::before { content: ""; position: absolute; top: -65%; left: -18%; width: 18%; height: 230%; transform: rotate(18deg); background: linear-gradient(90deg,transparent,rgba(255,255,255,.95),transparent); filter: blur(10px); opacity: .72; animation: event-registration-shine 6.4s ease-in-out infinite; }
.event-registration-gloss::after { content: ""; position: absolute; inset: 14px; border: 1px solid rgba(255,255,255,.72); border-radius: 23px; box-shadow: inset 0 0 0 1px rgba(4,29,83,.06); }
.event-registration-gloss span { position: relative; z-index: 1; max-width: calc(100% - 48px); padding: 17px 30px; border: 1px solid rgba(3,31,91,.2); border-radius: 999px; color: #071946; background: rgba(255,255,255,.84); box-shadow: 0 16px 38px rgba(7,29,74,.16); font-size: clamp(.86rem,1.5vw,1.2rem); font-weight: 950; letter-spacing: .1em; text-align: center; text-transform: uppercase; }
.event-price-summary { display: flex; align-items: end; justify-content: space-between; gap: 18px; margin-top: 32px; padding: 19px 22px; border-radius: 20px; color: #fff; background: linear-gradient(135deg,#071946,#0b2d72); }
.event-price-summary span > small { display: block; color: rgba(255,255,255,.6); font-size: .66rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.event-price-summary strong { display: block; margin-top: 2px; font-size: 2.3rem; line-height: 1; letter-spacing: -.06em; }
.event-price-summary > em { color: rgba(255,255,255,.68); font-size: .78rem; font-style: normal; }
.event-consent { display: grid; grid-template-columns: 20px 1fr; gap: 10px; align-items: start; margin-top: 24px; color: #435069; font-size: .82rem; line-height: 1.5; }
.event-consent input { width: 18px; height: 18px; margin: 1px 0 0; accent-color: #0c80a8; }
.event-submit { width: 100%; min-height: 56px; margin-top: 22px; border: 0; border-radius: 99px; color: #031044; background: var(--event-cyan); font-weight: 950; cursor: pointer; box-shadow: 0 15px 30px rgba(5,197,241,.2); transition: transform .2s ease,box-shadow .2s ease; }
.encontro-page .event-submit { color: #fff; background: var(--event-orange); box-shadow: 0 15px 30px rgba(255,101,0,.2); }
.event-submit:hover, .event-submit:focus-visible { transform: translateY(-2px); box-shadow: 0 19px 35px rgba(5,197,241,.28); outline: none; }
.event-submit:disabled { opacity: .62; cursor: wait; }
.event-form-alert { margin-bottom: 24px; padding: 18px 20px; border-radius: 16px; line-height: 1.55; }
.event-form-alert strong { display: block; margin-bottom: 4px; }
.event-form-alert-success { color: #075a3d; border: 1px solid #b8e6d2; background: #e9f8f1; }
.event-form-alert-error { color: #8a2430; border: 1px solid #f2cbd0; background: #fff1f2; }
.event-form-alert ul { margin: 8px 0 0; padding-left: 19px; }

/* Associations and footer */
.event-associations { position: relative; padding: 92px 0 104px; color: var(--event-ink); background: #fff; overflow: hidden; }
.event-associations::before { content: ""; position: absolute; inset: auto 0 0; height: 8px; background: linear-gradient(90deg,var(--event-cyan),var(--event-magenta),var(--event-yellow),#111,var(--event-cyan)); }
.event-associations .event-heading-row { margin-bottom: 36px; }
.event-association-grid { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 10px; }
.event-association { min-height: 160px; display: grid; place-items: center; padding: 21px; border: 1px solid #e1e7ef; border-radius: 21px; background: #fff; box-shadow: 0 12px 32px rgba(6,20,61,.055); transition: transform .25s ease,box-shadow .25s ease; }
.event-association:hover { transform: translateY(-6px); box-shadow: 0 22px 45px rgba(6,20,61,.1); }
.event-association img { width: 100%; max-height: 74px; object-fit: contain; }
.event-association:first-child img { width: min(92%,320px); max-height: 96px; }
.event-footer { padding: 35px 0; color: rgba(255,255,255,.65); background: #02072c; }
.event-footer-inner { display: flex; justify-content: space-between; align-items: center; gap: 18px; font-size: .8rem; }
.event-footer-links { display: flex; flex-wrap: wrap; gap: 16px; color: #fff; font-weight: 800; }

/* Accessible event galleries */
.event-lightbox { width: min(1180px,calc(100vw - 28px)); max-width: none; max-height: calc(100dvh - 28px); padding: 0; border: 0; border-radius: 30px; color: #fff; background: transparent; box-shadow: 0 45px 120px rgba(0,0,0,.5); }
.event-lightbox::backdrop { background: rgba(1,5,24,.82); backdrop-filter: blur(12px); }
.event-lightbox-panel { overflow: hidden; border: 1px solid rgba(255,255,255,.17); border-radius: 30px; background: #020a37; }
.event-lightbox-panel > header { display: flex; align-items: start; justify-content: space-between; gap: 24px; padding: 24px 26px 20px; }
.event-lightbox-panel > header h2 { margin: 6px 0 0; font-size: clamp(1.65rem,3vw,2.8rem); line-height: .96; letter-spacing: -.05em; }
.event-lightbox-panel > header > button { width: 44px; height: 44px; flex: 0 0 auto; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; color: #fff; background: rgba(255,255,255,.08); font-size: 1.55rem; cursor: pointer; }
.event-lightbox-stage { position: relative; height: min(66vh,720px); min-height: 420px; background: #01051c; }
.event-lightbox-slide { position: absolute; inset: 0; display: none; margin: 0; }
.event-lightbox-slide.is-active { display: block; }
.event-lightbox-slide img { width: 100%; height: 100%; object-fit: contain; }
.event-lightbox-slide figcaption { position: absolute; left: 20px; bottom: 18px; padding: 8px 12px; border-radius: 999px; color: #fff; background: rgba(2,8,42,.74); font-size: .72rem; font-weight: 900; backdrop-filter: blur(10px); }
.event-lightbox-arrow { position: absolute; z-index: 3; top: 50%; width: 52px; height: 52px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; color: #fff; background: rgba(2,8,42,.72); font-size: 2.2rem; line-height: 1; cursor: pointer; transform: translateY(-50%); backdrop-filter: blur(10px); }
.event-lightbox-previous { left: 18px; }
.event-lightbox-next { right: 18px; }
.event-lightbox-panel > footer { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 16px 24px 20px; color: rgba(255,255,255,.62); font-size: .78rem; font-weight: 850; }
.event-lightbox-panel > footer button { padding: 9px 14px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; color: #fff; background: transparent; font: inherit; cursor: pointer; }
.event-lightbox-open { overflow: hidden; }

/* SEPC sponsorship package dialog */
.event-sponsor-dialog { height: calc(100dvh - 28px); }
.event-sponsor-panel { height: 100%; display: flex; flex-direction: column; color: #fff; background: radial-gradient(circle at 92% 0,rgba(10,182,244,.22),transparent 28%),linear-gradient(155deg,#04145e,#02072f 62%); }
.event-sponsor-panel > header { position: relative; flex: 0 0 auto; padding: clamp(24px,4vw,50px); border-bottom: 1px solid rgba(255,255,255,.12); overflow: hidden; transition: padding .32s ease,background .32s ease; }
.event-sponsor-panel > header::after { content: ""; position: absolute; right: 8%; bottom: -100px; width: 240px; height: 240px; border: 40px solid rgba(7,200,244,.13); border-radius: 50%; pointer-events: none; }
.event-sponsor-panel > header > div { position: relative; z-index: 1; max-width: 840px; }
.event-sponsor-panel > header h2 { max-width: 17ch; font-size: clamp(2.2rem,4.7vw,5.2rem); transition: font-size .32s ease,max-width .32s ease; }
.event-sponsor-panel > header p:last-child { max-width: 68ch; margin: 18px 0 0; color: rgba(255,255,255,.7); font-size: 1rem; line-height: 1.65; transition: max-height .28s ease,margin-top .28s ease,opacity .2s ease; }
.event-sponsor-panel > header > button { position: relative; z-index: 2; }
.event-sponsor-panel.is-condensed > header { padding: 15px clamp(24px,4vw,50px) 16px; background: linear-gradient(180deg,rgba(4,20,94,.98),rgba(4,20,94,.9)); }
.event-sponsor-panel.is-condensed > header h2 { max-width: none; font-size: clamp(1.55rem,3vw,2.8rem); }
.event-sponsor-panel.is-condensed > header p:last-child { max-height: 0; margin-top: 0; opacity: 0; overflow: hidden; }
.event-sponsor-panel.is-condensed > header::after { transform: scale(.65); opacity: .4; }
.event-sponsor-content { flex: 1 1 auto; overflow-y: auto; overscroll-behavior: contain; padding: clamp(26px,4vw,52px); scrollbar-color: rgba(7,200,244,.6) transparent; }
.event-sponsor-content section + section { margin-top: clamp(40px,6vw,72px); }
.event-sponsor-content h3 { margin: 0 0 24px; font-size: clamp(1.7rem,3vw,3rem); line-height: 1; letter-spacing: -.045em; }
.event-sponsor-why ul { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; margin: 0; padding: 0; list-style: none; }
.event-sponsor-why li { position: relative; min-height: 92px; display: flex; align-items: center; padding: 18px 20px 18px 52px; border: 1px solid rgba(255,255,255,.13); border-radius: 18px; color: rgba(255,255,255,.78); background: rgba(255,255,255,.055); line-height: 1.5; }
.event-sponsor-why li::before { content: ""; position: absolute; left: 21px; width: 9px; height: 9px; border-top: 3px solid var(--event-cyan); border-right: 3px solid var(--event-cyan); transform: rotate(45deg); }
.event-sponsor-why li:last-child { grid-column: 1/-1; }
.event-sponsor-packages { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; }
.event-sponsor-package { --package-color:#aeb9c8; position: relative; min-height: 360px; display: flex; flex-direction: column; padding: 28px; overflow: hidden; border: 1px solid color-mix(in srgb,var(--package-color) 58%,transparent); border-radius: 25px; background: linear-gradient(160deg,color-mix(in srgb,var(--package-color) 18%,#071042),rgba(255,255,255,.045)); box-shadow: 0 24px 60px rgba(0,0,0,.18); }
.event-sponsor-package::after { content: ""; position: absolute; right: -62px; top: -62px; width: 160px; height: 160px; border: 30px solid color-mix(in srgb,var(--package-color) 28%,transparent); border-radius: 50%; }
.event-sponsor-package.is-platinum { --package-color:#39bfee; }
.event-sponsor-package.is-gold { --package-color:#e9ad00; }
.event-sponsor-package.is-silver { --package-color:#aab4c0; }
.event-sponsor-gem { position: relative; z-index: 1; width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 26px; border: 1px solid color-mix(in srgb,var(--package-color) 65%,#fff); border-radius: 50%; color: var(--package-color); background: rgba(255,255,255,.07); font-size: 1.15rem; }
.event-sponsor-package > p { margin: 0; color: var(--package-color); font-size: .78rem; font-weight: 950; letter-spacing: .16em; }
.event-sponsor-package > strong { display: block; margin-top: 4px; font-size: clamp(2.5rem,4vw,4.2rem); line-height: 1; letter-spacing: -.07em; }
.event-sponsor-package ul { display: grid; gap: 8px; margin: 24px 0 0; padding: 0; color: rgba(255,255,255,.76); font-size: .82rem; line-height: 1.4; list-style: none; }
.event-sponsor-package li { padding-left: 17px; position: relative; }
.event-sponsor-package li::before { content: "+"; position: absolute; left: 0; color: var(--package-color); font-weight: 950; }
.event-sponsor-package small { margin-top: auto; padding-top: 22px; color: rgba(255,255,255,.6); font-size: .76rem; font-style: italic; line-height: 1.45; }
.event-sponsor-comparison { padding-top: 2px; }
.event-sponsor-table-scroll { overflow: auto; border: 1px solid rgba(255,255,255,.14); border-radius: 22px; background: rgba(255,255,255,.96); box-shadow: 0 26px 70px rgba(0,0,0,.22); }
.event-sponsor-table-scroll:focus-visible { outline: 3px solid var(--event-cyan); outline-offset: 4px; }
.event-sponsor-table-scroll table { width: 100%; min-width: 940px; border-collapse: collapse; color: #14213f; font-size: .79rem; line-height: 1.4; }
.event-sponsor-table-scroll th, .event-sponsor-table-scroll td { padding: 17px 16px; border-right: 1px solid #dde4ee; border-bottom: 1px solid #dde4ee; text-align: center; vertical-align: middle; }
.event-sponsor-table-scroll tr:last-child > * { border-bottom: 0; }
.event-sponsor-table-scroll tr > *:last-child { border-right: 0; }
.event-sponsor-table-scroll thead th { color: #fff; background: #092075; font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.event-sponsor-table-scroll thead th:nth-child(3) { color: #14213f; background: #e6b20a; }
.event-sponsor-table-scroll thead th:nth-child(4) { background: #758294; }
.event-sponsor-table-scroll tbody th { width: 25%; color: #071946; background: #f3f6fa; text-align: left; font-weight: 900; }
.event-sponsor-table-scroll tbody td:nth-child(2) { background: #edf8ff; }
.event-sponsor-table-scroll tbody td:nth-child(3) { background: #fff9e8; }
.event-sponsor-table-scroll tbody td:nth-child(4) { background: #f2f4f7; }
.event-sponsor-contact { display: flex; align-items: end; justify-content: space-between; gap: 32px; padding: clamp(25px,4vw,46px); border: 1px solid rgba(7,200,244,.35); border-radius: 26px; background: linear-gradient(135deg,rgba(7,200,244,.12),rgba(255,255,255,.055)); }
.event-sponsor-contact h3 { max-width: 20ch; margin: 9px 0 12px; }
.event-sponsor-contact p:last-child { max-width: 65ch; margin: 0; color: rgba(255,255,255,.68); line-height: 1.55; }
.event-sponsor-contact .event-button { flex: 0 0 auto; }
.event-sponsor-panel > footer { flex: 0 0 auto; }

/* Motion */
.event-reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease var(--reveal-delay,0ms),transform .7s cubic-bezier(.2,.7,.2,1) var(--reveal-delay,0ms); }
.event-reveal.is-visible { opacity: 1; transform: none; }
@keyframes event-orbit { to { transform: rotate(360deg); } }
@keyframes event-float { 0%,100% { transform: translateY(0) rotate(-.4deg); } 50% { transform: translateY(-14px) rotate(.5deg); } }
@keyframes event-pulse { 0%,100% { transform: scale(.8); opacity: .65; } 50% { transform: scale(1.15); opacity: 1; } }
@keyframes event-payment-shine { 0%,22% { left: -18%; opacity: 0; } 34% { opacity: .72; } 58%,100% { left: 112%; opacity: 0; } }
@keyframes event-registration-shine { 0%,22% { left: -18%; opacity: 0; } 34% { opacity: .72; } 58%,100% { left: 112%; opacity: 0; } }

@media (max-width: 1080px) {
  .event-brand span { display: none; }
  .event-brand img { width: 164px; }
  .event-hero-grid { grid-template-columns: minmax(0,1fr) minmax(320px,.72fr); }
  .event-hero h1 { font-size: clamp(3.8rem,7.7vw,6.5rem); }
  .event-card-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .event-photo-mosaic { grid-template-columns: 1fr 1fr; grid-template-rows: 330px 250px 300px; }
  .event-photo-card-tall { grid-row: 1/3; }
  .event-photo-card-wide { grid-column: 1/3; }
}

@media (max-width: 860px) {
  .event-wrap { width: min(calc(100% - 34px),var(--event-max)); }
  .event-nav-inner { min-height: 74px; }
  .event-brand img { width: 146px; }
  .event-links a:not(.event-nav-cta), .event-nav-link-button { display: none; }
  .event-nav-tools { gap: 7px; }
  .event-languages { position: fixed; left: 50%; bottom: 14px; z-index: 200; max-width: calc(100vw - 24px); transform: translateX(-50%); background: rgba(4,13,51,.94); box-shadow: 0 15px 42px rgba(0,0,0,.28); }
  .event-hero, .event-hero-inner { min-height: auto; }
  .event-hero-inner { padding-block: 118px 84px; }
  .event-hero-grid { grid-template-columns: 1fr; gap: 42px; }
  .event-hero-copy { width: 100%; }
  .event-hero h1 { max-width: 10ch; font-size: clamp(3.4rem,13vw,6.2rem); }
  .event-hero-visual { min-height: 480px; }
  .event-hero-photo-stack { min-height: 520px; }
  .event-scroll { display: none; }
  .event-intro, .event-section { padding-block: 78px; }
  .event-intro-grid, .event-heading-row, .event-registration-layout, .event-venue-layout, .event-programme-alert { grid-template-columns: 1fr; }
  .event-heading-row { gap: 24px; margin-bottom: 39px; }
  .event-registration-intro { position: static; }
  .event-price-poster { max-width: 520px; }
  .event-programme-days { grid-template-columns: 1fr; }
  .event-day + .event-day { margin-top: 34px; padding: 34px 0 0; border-top: 1px solid rgba(255,255,255,.15); border-left: 0; }
  .event-photo-ribbon { grid-template-columns: 1fr 1fr; }
  .event-photo-ribbon .event-photo-card { transform: none !important; }
  .event-photo-ribbon .event-photo-card-wide { grid-column: 1/-1; }
  .event-archive-grid .event-photo-card { min-height: 340px; }
  .event-venue-gallery { min-height: 530px; }
  .event-association-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .event-association:first-child { grid-column: 1/-1; }
  .event-sponsor-packages { grid-template-columns: 1fr; }
  .event-sponsor-package { min-height: 310px; }
}

@media (max-width: 560px) {
  .event-wrap { width: min(calc(100% - 26px),var(--event-max)); }
  .event-brand img { width: 128px; }
  .event-nav-cta { padding-inline: 11px !important; }
  .event-hero-inner { padding-block: 112px 64px; }
  .event-hero h1 { font-size: clamp(3.15rem,16vw,5rem); }
  .encontro-page .event-hero h1 { font-size: clamp(2.4rem,10.8vw,3rem); }
  .event-hero-subtitle { font-size: 1.3rem; }
  .event-hero-visual { min-height: 390px; }
  .event-hero-photo-stack { min-height: 430px; }
  .event-logo-plate { width: min(620px,110%); margin-left: -5%; }
  .event-hero-actions { display: grid; }
  .event-button { width: 100%; }
  .event-meta span { font-size: .72rem; }
  .event-programme-photo-strip { grid-template-columns: 1fr; height: 360px; }
  .event-programme-photo-strip figure:nth-child(2) { display: none; }
  .event-photo-mosaic { display: grid; grid-template-columns: 1fr; grid-template-rows: none; }
  .event-photo-card, .event-photo-card-tall, .event-photo-card-wide { grid-column: auto; grid-row: auto; min-height: 280px; }
  .event-photo-ribbon { grid-template-columns: 1fr; }
  .event-photo-ribbon .event-photo-card { height: 280px; }
  .event-archive-grid { grid-template-columns: 1fr; }
  .event-archive-grid .event-photo-card { min-height: 300px; }
  .event-motion-band { min-height: 560px; }
  .event-motion-copy { padding-block: 72px; }
  .event-stats { grid-template-columns: 1fr 1fr; }
  .event-stat { border-bottom: 1px solid rgba(255,255,255,.18); }
  .event-stat:nth-child(2) { border-right: 0; }
  .event-stat:nth-child(n+3) { border-bottom: 0; }
  .event-stat:first-child { padding-left: 18px; }
  .event-card-grid, .event-form-grid, .event-price-options, .event-payment-options { grid-template-columns: 1fr; }
  .event-programme-alert { padding: 27px 18px; border-radius: 24px 8px 24px 8px; }
  .event-programme-interest { padding: 17px; }
  .event-programme-interest-fields { grid-template-columns: 1fr; }
  .event-programme-interest-fields button { width: 100%; }
  .event-card { min-height: 250px; }
  .event-slot { grid-template-columns: 76px minmax(0,1fr); gap: 12px; }
  .event-form { padding: 22px 16px; border-radius: 25px; }
  .event-price-fieldset { padding: 16px !important; }
  .event-venue { min-height: 1040px; }
  .event-venue-layout { padding-block: 62px; }
  .event-venue-gallery { min-height: 430px; }
  .event-venue-gallery figure:first-child { inset: 0 54% 8% 0; }
  .event-venue-gallery figure:nth-child(2) { inset: 3% 0 48% 40%; }
  .event-venue-gallery figure:nth-child(3) { inset: 48% 2% 0 24%; }
  .event-association-grid { grid-template-columns: 1fr; }
  .event-association:first-child { grid-column: auto; }
  .event-footer-inner { align-items: flex-start; flex-direction: column; }
  .event-photo-caption { inset: auto 16px 16px; align-items: end; gap: 8px; }
  .event-photo-caption small { max-width: 13ch; text-align: right; }
  .event-lightbox { width: calc(100vw - 16px); max-height: calc(100dvh - 16px); border-radius: 22px; }
  .event-lightbox-panel { border-radius: 22px; }
  .event-lightbox-panel > header { padding: 19px 18px 16px; }
  .event-lightbox-stage { height: 58vh; min-height: 340px; }
  .event-lightbox-arrow { width: 44px; height: 44px; }
  .event-lightbox-previous { left: 10px; }
  .event-lightbox-next { right: 10px; }
  .event-sponsor-dialog { height: calc(100dvh - 16px); }
  .event-sponsor-panel > header { padding: 24px 18px; }
  .event-sponsor-panel > header h2 { padding-right: 38px; font-size: clamp(2rem,10vw,3rem); }
  .event-sponsor-panel.is-condensed > header { padding: 14px 18px 15px; }
  .event-sponsor-panel.is-condensed > header h2 { padding-right: 38px; font-size: clamp(1.4rem,7.5vw,2.2rem); }
  .event-sponsor-content { padding: 26px 16px; }
  .event-sponsor-why ul { grid-template-columns: 1fr; }
  .event-sponsor-why li:last-child { grid-column: auto; }
  .event-sponsor-package { min-height: 325px; padding: 24px; }
  .event-sponsor-contact { align-items: stretch; flex-direction: column; }
  .event-sponsor-contact .event-button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .event-video-playlist { display: none; }
  .event-hero::before, .event-hero-logo, .event-logo-plate, .event-cmyk-dots i { animation: none; }
  .event-registration-gloss::before { animation: none; }
  .event-button, .event-card, .event-photo-card img, .event-reveal, .event-sponsor-panel > header, .event-sponsor-panel > header h2, .event-sponsor-panel > header p:last-child { transition: none; }
  .event-reveal { opacity: 1; transform: none; }
}
