:root {
  --navy: #11123d;
  --navy-2: #242653;
  --ink: #20243b;
  --muted: #6c7280;
  --cyan: #3b91aa;
  --cyan-bright: #b9e4ec;
  --coral: #6f9eaa;
  --lime: #d9e4e7;
  --paper: #f7f8f4;
  --white: #fff;
  --soft: #eef3f2;
  --line: #dbe2df;
  --shadow: 0 24px 70px rgba(7, 26, 45, .12);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 78px; }
body { margin: 0; overflow-x: clip; color: var(--ink); background: var(--paper); font-family: 'DM Sans', Arial, sans-serif; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
[data-lucide] { width: 1.1em; height: 1.1em; flex: 0 0 auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip-link { position: fixed; top: -60px; left: 16px; z-index: 1000; padding: 11px 16px; border-radius: 10px; color: white; background: var(--navy); transition: top .2s; }
.skip-link:focus { top: 14px; }
.section-shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }

.site-header { position: sticky; top: 0; z-index: 100; display: grid; grid-template-columns: 285px 1fr auto; align-items: center; gap: 28px; min-height: 76px; padding: 0 max(24px, calc((100vw - 1180px) / 2)); color: var(--navy); background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(17,18,61,.1); backdrop-filter: blur(18px); transition: min-height .25s, box-shadow .25s; }
.site-header::after { content: ''; position: absolute; right: 0; bottom: -1px; left: 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(59,145,170,.7), transparent); opacity: .5; }
.site-header.scrolled { min-height: 68px; box-shadow: 0 14px 34px rgba(17,18,61,.1); }
.brand { display: inline-flex; align-items: center; gap: 12px; width: max-content; }
.brand-logo { width: 46px; height: 46px; object-fit: contain; }
.brand-type { display: grid; gap: 1px; }
.brand-type strong { color: var(--navy); font: 800 14px/1.1 'Manrope', sans-serif; letter-spacing: .015em; }
.brand-type small { color: #747887; font: 700 7px/1.2 'Manrope', sans-serif; letter-spacing: .14em; }
.main-nav { justify-self: center; display: flex; align-items: center; gap: clamp(18px, 2.2vw, 31px); color: #606575; font-size: 12px; font-weight: 700; }
.main-nav a { position: relative; padding: 28px 0; transition: color .2s; }
.main-nav a::after { content: ''; position: absolute; right: 50%; bottom: 19px; left: 50%; height: 1px; background: var(--cyan); transition: left .2s, right .2s; }
.main-nav a:hover, .main-nav a:focus-visible { color: var(--navy); }
.main-nav a:hover::after, .main-nav a:focus-visible::after { right: 0; left: 0; }
.header-contact { display: inline-flex; align-items: center; gap: 10px; padding: 11px 15px; border: 1px solid var(--navy); border-radius: 999px; color: white; background: var(--navy); font-size: 11px; font-weight: 700; transition: color .2s, border-color .2s, background .2s; }
.header-contact:hover { color: var(--navy); border-color: var(--cyan-bright); background: var(--cyan-bright); }
.menu-button { display: none; border: 0; color: var(--navy); background: none; cursor: pointer; }

.hero-section { position: relative; isolation: isolate; min-height: 760px; display: grid; grid-template-columns: minmax(0, .96fr) minmax(500px, 1.04fr); gap: clamp(48px, 7vw, 96px); align-items: center; overflow: hidden; padding: 82px max(24px, calc((100vw - 1180px) / 2)) 96px; background: #f7f8f4; }
.hero-gridline { position: absolute; inset: 0; z-index: -2; opacity: .55; background-image: linear-gradient(rgba(7,26,45,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(7,26,45,.045) 1px, transparent 1px); background-size: 60px 60px; mask-image: linear-gradient(to right, black, transparent 85%); }
.hero-section::before { content: ''; position: absolute; z-index: -1; width: 620px; height: 620px; right: -260px; top: -260px; border-radius: 50%; background: radial-gradient(circle, rgba(21,169,197,.16), transparent 68%); }
.hero-section::after { content: 'ENTEXP / 2026'; position: absolute; z-index: -1; left: max(24px, calc((100vw - 1180px) / 2)); bottom: 28px; color: rgba(7,26,45,.26); font: 700 9px 'Manrope', sans-serif; letter-spacing: .28em; }
.hero-copy { position: relative; z-index: 2; }
.hero-kicker { display: inline-flex; align-items: center; gap: 10px; margin: 0 0 25px; padding: 8px 11px; border: 1px solid var(--line); border-radius: 999px; color: #46535e; background: rgba(255,255,255,.66); font: 700 9px/1 'Manrope', sans-serif; letter-spacing: .13em; text-transform: uppercase; }
.live-dot { position: relative; width: 7px; height: 7px; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 4px rgba(255,111,89,.14); }
.live-dot::after { content: ''; position: absolute; inset: -5px; border: 1px solid rgba(255,111,89,.4); border-radius: 50%; animation: pulse 2.2s ease-out infinite; }
.hero-copy h1 { max-width: 680px; margin: 0; color: var(--navy); font: 700 clamp(56px, 5.8vw, 82px)/.95 'Manrope', sans-serif; letter-spacing: -.068em; text-wrap: balance; }
.hero-description { max-width: 620px; margin: 28px 0 0; color: var(--muted); font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 32px; }
.button { min-height: 49px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 0 18px; border: 1px solid transparent; border-radius: 999px; font-size: 12px; font-weight: 700; transition: transform .2s, color .2s, background .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button.primary { color: white; background: var(--navy); box-shadow: 0 14px 32px rgba(7,26,45,.16); }
.button.primary:hover { background: var(--cyan); }
.button.secondary { border-color: #cfd8d5; background: rgba(255,255,255,.72); }
.hero-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: 42px; padding-top: 24px; border-top: 1px solid var(--line); }
.hero-stats div { min-width: 0; display: grid; grid-template-columns: 20px auto; column-gap: 8px; align-items: center; padding-right: 16px; }
.hero-stats div + div { padding-left: 16px; border-left: 1px solid var(--line); }
.hero-stats [data-lucide] { grid-row: span 2; width: 17px; height: 17px; color: var(--cyan); }
.hero-stats strong { color: var(--navy); font: 700 25px/1 'Manrope', sans-serif; }
.hero-stats span { margin-top: 3px; color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .06em; }

.hero-studio { position: relative; min-height: 580px; transform-style: preserve-3d; }
.studio-card { position: absolute; overflow: hidden; border: 1px solid rgba(255,255,255,.5); border-radius: 22px; background: var(--navy); box-shadow: 0 34px 80px rgba(7,26,45,.17); transition: transform .38s cubic-bezier(.2,.8,.2,1), box-shadow .3s; }
.studio-card:hover { box-shadow: 0 38px 90px rgba(7,26,45,.25); }
.studio-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.8,.2,1); }
.studio-card:hover img { transform: scale(1.045); }
.studio-index { position: absolute; top: 16px; left: 16px; z-index: 2; padding: 7px 9px; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; color: rgba(255,255,255,.84); background: rgba(7,26,45,.62); font: 700 8px 'Manrope', sans-serif; letter-spacing: .12em; backdrop-filter: blur(8px); }
.studio-events { inset: 0 80px 105px 0; transform: translate3d(var(--event-x, 0), var(--event-y, 0), 0) rotate(-1.5deg); }
.studio-events::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 32%, rgba(7,26,45,.96)); }
.event-stage { position: absolute; inset: 0; overflow: hidden; background: radial-gradient(circle at 50% 64%, rgba(98,220,232,.23), transparent 25%), linear-gradient(145deg, #123956, #071a2d 67%); }
.event-stage::before { content: ''; position: absolute; inset: 46% 10% 0; border: 1px solid rgba(98,220,232,.26); border-bottom: 0; clip-path: polygon(0 100%, 18% 30%, 35% 100%, 52% 15%, 70% 100%, 86% 36%, 100% 100%); background: linear-gradient(180deg, rgba(98,220,232,.24), transparent); }
.event-stage::after { content: ''; position: absolute; right: 0; bottom: 0; left: 0; height: 38%; opacity: .45; background-image: radial-gradient(circle, rgba(255,255,255,.68) 0 2px, transparent 2.5px); background-size: 27px 23px; mask-image: linear-gradient(transparent, black); }
.event-stage > span { position: absolute; top: -25%; width: 2px; height: 85%; background: linear-gradient(to bottom, rgba(98,220,232,.8), transparent); transform-origin: top; filter: drop-shadow(0 0 8px rgba(98,220,232,.6)); }
.event-stage > span:nth-child(1) { left: 24%; transform: rotate(-22deg); }
.event-stage > span:nth-child(2) { left: 50%; transform: rotate(8deg); }
.event-stage > span:nth-child(3) { right: 20%; transform: rotate(27deg); }
.event-stage > [data-lucide] { position: absolute; top: 50%; left: 50%; width: 86px; height: 86px; color: rgba(98,220,232,.13); transform: translate(-50%,-50%); stroke-width: .7; }
.event-stage b { position: absolute; top: 48%; left: 50%; color: rgba(255,255,255,.68); font: 700 9px 'Manrope', sans-serif; letter-spacing: .28em; transform: translate(-50%,-50%); }
.studio-events > div { position: absolute; z-index: 2; right: 28px; bottom: 28px; left: 28px; display: grid; gap: 7px; color: white; }
.studio-events small { color: var(--cyan-bright); font: 700 9px 'Manrope', sans-serif; letter-spacing: .13em; text-transform: uppercase; }
.studio-events strong { max-width: 420px; font: 700 26px/1.14 'Manrope', sans-serif; letter-spacing: -.035em; }
.studio-cortex { right: 0; top: 42px; width: 225px; height: 235px; transform: translate3d(var(--cortex-x, 0), var(--cortex-y, 0), 30px) rotate(3deg); background: #102a49; }
.studio-cortex::after, .studio-games::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 35%, rgba(7,26,45,.96)); }
.studio-cortex strong, .studio-games strong { position: absolute; z-index: 2; left: 18px; bottom: 17px; color: white; font: 700 17px 'Manrope', sans-serif; }
.studio-cortex > [data-lucide], .studio-games > [data-lucide] { position: absolute; right: 17px; bottom: 18px; z-index: 2; color: white; }
.studio-games { right: 38px; bottom: 22px; width: 280px; height: 205px; transform: translate3d(var(--games-x, 0), var(--games-y, 0), 45px) rotate(-2deg); }
.studio-status { position: absolute; left: 12px; bottom: 48px; z-index: 4; min-width: 208px; display: grid; grid-template-columns: 10px 1fr; column-gap: 9px; padding: 13px 15px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.9); box-shadow: 0 18px 46px rgba(7,26,45,.13); backdrop-filter: blur(12px); }
.studio-status > span { grid-row: span 2; width: 8px; height: 8px; margin-top: 3px; border-radius: 50%; background: #1cbf73; box-shadow: 0 0 0 4px rgba(28,191,115,.14); }
.studio-status strong { font: 700 10px 'Manrope', sans-serif; }
.studio-status small { margin-top: 2px; color: var(--muted); font-size: 8px; letter-spacing: .11em; text-transform: uppercase; }

.capabilities-strip { overflow: hidden; color: white; background: var(--navy); border-top: 1px solid rgba(255,255,255,.08); }
.capabilities-track { width: max-content; display: flex; align-items: center; gap: 30px; min-height: 62px; padding-inline: 30px; animation: ticker 28s linear infinite; }
.capabilities-track > span { display: inline-flex; align-items: center; gap: 9px; color: rgba(255,255,255,.72); font: 700 10px 'Manrope', sans-serif; letter-spacing: .11em; text-transform: uppercase; white-space: nowrap; }
.capabilities-track > span:first-child { color: var(--cyan-bright); font-size: 12px; letter-spacing: .22em; }
.capabilities-track > i { width: 4px; height: 4px; border-radius: 50%; background: var(--coral); }

.operations-section { padding-block: 48px 96px; }
.ecosystem-intro, .poles-section, .about-section, .events-section { padding-block: 104px; }
.operations-intro { display: grid; grid-template-columns: .65fr 1.15fr .8fr; gap: 45px; align-items: start; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 19px; color: var(--cyan); font: 700 10px/1.4 'Manrope', sans-serif; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow span { flex: 0 0 24px; height: 1px; background: currentColor; }
.operations-intro h2, .section-heading h2, .about-copy h2, .partners-heading h2 { margin: 0; color: var(--navy); font: 700 clamp(44px, 5.1vw, 68px)/.98 'Manrope', sans-serif; letter-spacing: -.057em; text-wrap: balance; }
.operations-intro h2 em, .section-heading h2 em { color: var(--cyan); font-style: normal; }
.operations-intro > p:last-child, .section-heading > p:last-child { margin: 5px 0 0; color: var(--muted); font-size: 16px; line-height: 1.65; }
.operations-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 58px; }
.operation-card { position: relative; min-height: 330px; display: flex; flex-direction: column; align-items: flex-start; padding: 24px; overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.74); transition: transform .25s, box-shadow .25s, background .25s; }
.operation-card:hover { transform: translateY(-6px); background: white; box-shadow: var(--shadow); }
.operation-card > span { align-self: flex-end; color: #9aa4aa; font: 700 9px 'Manrope', sans-serif; }
.operation-card > [data-lucide] { width: 29px; height: 29px; margin: 28px 0 44px; color: var(--cyan); stroke-width: 1.3; }
.operation-card small { color: var(--muted); font: 700 9px 'Manrope', sans-serif; letter-spacing: .11em; text-transform: uppercase; }
.operation-card h3 { margin: 7px 0 10px; color: var(--navy); font: 700 24px/1.08 'Manrope', sans-serif; letter-spacing: -.035em; }
.operation-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.operation-feature { color: white; border-color: var(--navy); background: var(--navy); }
.operation-feature:hover { background: var(--navy-2); }
.operation-feature > span, .operation-feature small, .operation-feature p { color: rgba(255,255,255,.6); }
.operation-feature h3 { color: white; }
.operation-feature > [data-lucide] { color: var(--cyan-bright); }

.ecosystem-intro { border-top: 1px solid var(--line); }
.section-heading { max-width: 800px; }
.section-heading > p:last-child { max-width: 660px; margin-top: 25px; }
.ecosystem-paths { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 54px; }
.path-card { position: relative; min-height: 350px; display: flex; flex-direction: column; padding: 27px; overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: white; transition: transform .25s, box-shadow .25s; }
.path-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.path-icon { display: grid; place-items: center; width: 50px; height: 50px; border-radius: 15px; color: var(--navy); background: var(--soft); }
.path-icon [data-lucide] { width: 23px; height: 23px; stroke-width: 1.4; }
.path-number { position: absolute; top: 30px; right: 27px; color: #a2a9ad; font: 700 10px 'Manrope', sans-serif; }
.path-card small { margin-top: 55px; color: var(--cyan); font: 700 9px 'Manrope', sans-serif; letter-spacing: .11em; text-transform: uppercase; }
.path-card h3 { margin: 8px 0 12px; color: var(--navy); font: 700 28px/1.08 'Manrope', sans-serif; letter-spacing: -.04em; }
.path-card p { margin: 0 0 22px; color: var(--muted); font-size: 14px; line-height: 1.55; }
.path-card strong { display: flex; align-items: center; gap: 8px; margin-top: auto; font-size: 12px; }
.path-card strong [data-lucide] { transition: transform .2s; }
.path-card:hover strong [data-lucide] { transform: translateX(4px); }

.games-section { padding-block: 112px; background: #eaf0ee; }
.section-heading.split { max-width: none; display: grid; grid-template-columns: 1.15fr .85fr; gap: 8vw; align-items: end; }
.section-heading.split > div > p { margin-top: 0; }
.text-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 21px; padding-bottom: 4px; border-bottom: 1px solid var(--navy); font-size: 12px; font-weight: 700; }
.games-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; margin-top: 52px; }
.game-card { position: relative; grid-column: span 2; overflow: hidden; display: flex; flex-direction: column; min-height: 480px; border: 1px solid rgba(7,26,45,.1); border-radius: 22px; background: white; transition: transform .25s, box-shadow .25s; }
.game-card:nth-child(-n+2) { grid-column: span 3; }
.game-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.game-image { position: relative; height: 245px; overflow: hidden; background: var(--navy); }
.game-card:nth-child(-n+2) .game-image { height: 300px; }
.game-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s; }
.game-card:hover .game-image img { transform: scale(1.04); }
.game-image span { position: absolute; top: 16px; left: 16px; display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; color: var(--navy); background: rgba(255,255,255,.9); font: 700 9px 'Manrope', sans-serif; backdrop-filter: blur(8px); }
.game-content { flex: 1; display: flex; flex-direction: column; padding: 23px; }
.game-content small, .pole-copy small, .event-card small { color: var(--cyan); font: 700 9px 'Manrope', sans-serif; letter-spacing: .1em; text-transform: uppercase; }
.game-content h3 { margin: 7px 0 10px; color: var(--navy); font: 700 29px/1.04 'Manrope', sans-serif; letter-spacing: -.045em; }
.game-content p { margin: 0 0 24px; color: var(--muted); font-size: 14px; line-height: 1.55; }
.game-content strong { display: flex; justify-content: space-between; margin-top: auto; font-size: 12px; }

.poles-section .section-heading { margin-bottom: 52px; }
.poles-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.pole-card { position: relative; min-height: 480px; display: flex; flex-direction: column; padding: 21px; overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: white; transition: transform .25s, box-shadow .25s; }
.pole-card::before { content: ''; position: absolute; inset: 0 auto 0 0; width: 3px; background: var(--pole-color); }
.pole-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.pole-top { display: flex; justify-content: space-between; color: #98a1a6; font: 700 9px 'Manrope', sans-serif; }
.external { display: grid; place-items: center; width: 34px; height: 34px; margin-top: -5px; border: 1px solid var(--line); border-radius: 50%; }
.pole-logo { align-self: stretch; display: grid; place-items: center; width: 100%; height: 132px; margin: 16px 0 22px; padding: 15px; border-radius: 18px; background: var(--soft); }
.pole-logo img { width: 100%; max-height: 112px; object-fit: contain; }
.pole-copy h3 { margin: 7px 0 11px; color: var(--navy); font: 700 27px/1 'Manrope', sans-serif; letter-spacing: -.05em; }
.pole-copy p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.55; }
.tag-list { display: flex; flex-wrap: wrap; gap: 6px; margin-top: auto; padding-top: 20px; }
.tag-list span { padding: 6px 9px; border-radius: 999px; color: #657079; background: var(--soft); font-size: 10px; }

.cortex-section { position: relative; overflow: hidden; padding-block: 118px; color: white; background: var(--navy); }
.cortex-section::before { content: ''; position: absolute; inset: 0; opacity: .16; background-image: linear-gradient(rgba(98,220,232,.18) 1px, transparent 1px), linear-gradient(90deg, rgba(98,220,232,.18) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to left, black, transparent 70%); }
.cortex-layout { position: relative; display: grid; grid-template-columns: .82fr 1.18fr; gap: 7vw; align-items: center; }
.cortex-section .eyebrow { color: var(--cyan-bright); }
.cortex-copy h2 { margin: 0; font: 700 clamp(48px, 5.3vw, 70px)/.98 'Manrope', sans-serif; letter-spacing: -.058em; }
.cortex-copy > p { margin: 24px 0 0; color: rgba(255,255,255,.66); font-size: 17px; line-height: 1.65; }
.cortex-copy ul { display: grid; grid-template-columns: repeat(2, 1fr); gap: 11px 17px; margin: 28px 0 0; padding: 0; list-style: none; }
.cortex-copy li { display: flex; gap: 8px; color: rgba(255,255,255,.75); font-size: 13px; line-height: 1.45; }
.cortex-copy li [data-lucide] { color: var(--cyan-bright); margin-top: 2px; }
.cortex-section .button.primary { color: var(--navy); background: white; }
.cortex-section .button.secondary { color: white; border-color: rgba(255,255,255,.2); background: rgba(255,255,255,.05); }
.cortex-preview { position: relative; margin: 0 -150px 0 0; padding: 9px; border: 1px solid rgba(255,255,255,.15); border-radius: 22px 0 0 22px; background: rgba(255,255,255,.07); box-shadow: 0 50px 120px rgba(0,0,0,.32); }
.preview-bar { display: flex; align-items: center; gap: 6px; height: 35px; padding: 0 9px; }
.preview-bar > span { width: 7px; height: 7px; border-radius: 50%; background: rgba(255,255,255,.42); }
.preview-bar small { margin-left: 8px; color: rgba(255,255,255,.45); font-size: 9px; }
.cortex-preview img { width: 100%; min-height: 490px; object-fit: cover; object-position: left top; border-radius: 14px 0 0 14px; }
.cortex-preview figcaption { position: absolute; left: 25px; bottom: 25px; padding: 7px 10px; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; color: rgba(255,255,255,.75); background: rgba(7,26,45,.8); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; backdrop-filter: blur(8px); }

.about-section { display: grid; grid-template-columns: .72fr 1.28fr; gap: 8vw; align-items: center; }
.about-image { position: relative; padding: 12px; border: 1px solid var(--line); border-radius: 28px; background: white; }
.about-visual { position: relative; isolation: isolate; aspect-ratio: .88; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; padding: 28px; border-radius: 18px; color: white; background: var(--navy); }
.about-visual::before { content: ''; position: absolute; z-index: -2; width: 340px; height: 340px; top: -90px; right: -130px; border: 1px solid rgba(98,220,232,.28); border-radius: 50%; box-shadow: 0 0 0 42px rgba(98,220,232,.04), 0 0 0 84px rgba(98,220,232,.035); }
.about-visual::after { content: ''; position: absolute; z-index: -1; inset: 0; opacity: .16; background-image: linear-gradient(rgba(98,220,232,.25) 1px, transparent 1px), linear-gradient(90deg, rgba(98,220,232,.25) 1px, transparent 1px); background-size: 40px 40px; mask-image: linear-gradient(to bottom, black, transparent 74%); }
.about-code { position: absolute; top: 25px; left: 25px; color: var(--cyan-bright); font: 700 8px 'Manrope', sans-serif; letter-spacing: .18em; }
.about-visual > strong { font: 800 clamp(100px, 13vw, 160px)/.72 'Manrope', sans-serif; letter-spacing: -.12em; }
.about-visual > small { margin: 21px 0 26px; color: rgba(255,255,255,.64); font: 600 13px 'Manrope', sans-serif; letter-spacing: .08em; }
.about-visual > div { display: flex; flex-wrap: wrap; gap: 6px; }
.about-visual > div span { padding: 7px 9px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; color: rgba(255,255,255,.75); font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }
.about-lead { margin: 25px 0 0; color: var(--muted); font-size: 17px; line-height: 1.65; }
.mission-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 11px; margin-top: 29px; }
.mission-grid article { padding: 19px; border: 1px solid var(--line); border-radius: 16px; background: white; }
.mission-grid article small, .values small { color: var(--cyan); font: 700 9px 'Manrope', sans-serif; text-transform: uppercase; letter-spacing: .11em; }
.mission-grid p { margin: 9px 0 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.values { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 24px; }
.values small { flex: 0 0 100%; margin-bottom: 3px; }
.values span { padding: 7px 10px; border-radius: 999px; color: #59656e; background: var(--soft); font-size: 10px; }
.since { margin: 26px 0 0; padding-top: 22px; border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; }
.since strong { color: var(--navy); }

.partners-section { padding-block: 96px; background: white; }
.partners-heading { display: grid; grid-template-columns: .72fr 1.28fr; gap: 8vw; align-items: start; }
.partners-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 45px; }
.partner-card { min-height: 160px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 16px; padding: 18px; border: 1px solid var(--line); border-radius: 18px; background: var(--paper); text-align: center; transition: transform .2s, box-shadow .2s; }
a.partner-card:hover { transform: translateY(-4px); box-shadow: 0 16px 36px rgba(7,26,45,.08); }
.partner-card img { width: 100%; height: 72px; object-fit: contain; mix-blend-mode: multiply; }
.partner-card span { color: var(--muted); font-size: 10px; font-weight: 700; }
.events-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 45px; }
.event-card { overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: white; }
.event-card > img { width: 100%; height: 210px; object-fit: cover; }
.event-card > div { padding: 22px; }
.event-card h3 { margin: 7px 0 11px; color: var(--navy); font: 700 25px/1.1 'Manrope', sans-serif; }
.event-card p { color: var(--muted); line-height: 1.55; }

.contact-section { position: relative; overflow: hidden; padding-block: 88px; color: white; background: var(--cyan); }
.contact-section::after { content: 'VAMOS CRIAR'; position: absolute; right: -15px; bottom: -24px; color: rgba(255,255,255,.1); font: 800 clamp(70px, 12vw, 170px)/1 'Manrope', sans-serif; letter-spacing: -.08em; white-space: nowrap; }
.contact-layout { position: relative; z-index: 1; display: grid; grid-template-columns: 1.1fr .9fr; gap: 8vw; align-items: center; }
.contact-section .eyebrow { color: white; }
.contact-section h2 { margin: 0; font: 700 clamp(47px, 5.7vw, 74px)/.98 'Manrope', sans-serif; letter-spacing: -.06em; }
.contact-section h2 + p { max-width: 620px; margin: 22px 0 0; color: rgba(255,255,255,.78); font-size: 16px; line-height: 1.6; }
.contact-actions { display: grid; gap: 10px; }
.contact-main, .contact-mail { display: flex; align-items: center; justify-content: space-between; border-radius: 18px; }
.contact-main { min-height: 112px; padding: 22px; background: var(--navy); font: 700 21px 'Manrope', sans-serif; transition: transform .22s, box-shadow .22s; }
.contact-main:hover { transform: translateY(-4px); box-shadow: 0 22px 50px rgba(7,26,45,.22); }
.contact-main > span, .contact-mail > span { display: flex; align-items: center; gap: 11px; }
.contact-main strong { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; }
.contact-mail { padding: 17px 19px; border: 1px solid rgba(255,255,255,.35); font-size: 13px; font-weight: 700; }

.site-footer { color: rgba(255,255,255,.6); background: var(--navy); }
.footer-rise { position: relative; z-index: 25; height: 0; display: flex; justify-content: center; }
.footer-top { display: grid; grid-template-columns: 1.5fr repeat(3, .7fr); gap: 48px; padding-block: 82px 66px; }
.footer-top > div img { width: 160px; height: 70px; object-fit: contain; object-position: left; filter: brightness(0) invert(1); }
.footer-top > div p { max-width: 330px; margin: 18px 0 0; font-size: 13px; line-height: 1.55; }
.footer-top nav { display: flex; flex-direction: column; gap: 10px; font-size: 12px; }
.footer-top nav strong { margin-bottom: 6px; color: white; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.footer-top nav a:hover { color: var(--cyan-bright); }
.footer-top nav a { display: inline-flex; align-items: center; gap: 6px; }
.footer-bottom { display: flex; gap: 24px; align-items: center; padding-block: 22px; border-top: 1px solid rgba(255,255,255,.1); font-size: 10px; }
.footer-bottom a { display: inline-flex; align-items: center; gap: 7px; margin-left: auto; color: white; }

.interactive-card::after { content: ''; position: absolute; inset: 0; z-index: 0; border-radius: inherit; opacity: 0; background: radial-gradient(320px circle at var(--spot-x, 50%) var(--spot-y, 50%), rgba(21,169,197,.11), transparent 58%); pointer-events: none; transition: opacity .25s; }
.interactive-card:hover::after { opacity: 1; }
.interactive-card > * { position: relative; z-index: 1; }

.back-to-top { position: absolute; z-index: 180; top: 0; left: 50%; min-width: 154px; height: 48px; display: flex; align-items: center; justify-content: center; gap: 10px; padding: 0 18px; border: 1px solid rgba(17,18,61,.15); border-radius: 999px; color: var(--navy); background: white; box-shadow: 0 14px 34px rgba(17,18,61,.2); opacity: 0; visibility: hidden; transform: translate(-50%, -35%); cursor: pointer; transition: opacity .22s, visibility .22s, transform .22s, color .22s, background .22s; }
.back-to-top span { font-size: 11px; font-weight: 700; }
.back-to-top [data-lucide] { width: 15px; height: 15px; }
.back-to-top.visible { opacity: 1; visibility: visible; transform: translate(-50%, -50%); }
.back-to-top:hover { color: white; background: var(--navy); }

.legal-panel { position: fixed; inset: 0; z-index: 500; overflow-y: auto; padding: 78px 24px; visibility: hidden; opacity: 0; background: rgba(7,26,45,.76); backdrop-filter: blur(12px); transition: opacity .2s, visibility .2s; }
.legal-panel:target { visibility: visible; opacity: 1; }
.legal-panel > div { width: min(760px, 100%); margin: auto; padding: 42px; border-radius: 24px; background: white; box-shadow: var(--shadow); }
.legal-panel h2 { color: var(--navy); font: 700 clamp(38px, 5vw, 54px)/1 'Manrope', sans-serif; letter-spacing: -.05em; }
.legal-panel h3 { margin-top: 26px; color: var(--navy); }
.legal-panel p { color: var(--muted); line-height: 1.65; }
.legal-panel a { color: var(--cyan); text-decoration: underline; }
.legal-close { position: fixed; top: 22px; right: 26px; display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; color: var(--navy)!important; background: white; font-size: 24px; text-decoration: none!important; }

.cookie-banner { position: fixed; z-index: 200; left: 18px; bottom: 18px; width: min(360px, calc(100% - 36px)); display: grid; gap: 12px; padding: 16px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.95); box-shadow: 0 20px 60px rgba(7,26,45,.16); backdrop-filter: blur(14px); }
.cookie-banner[hidden] { display: none; }
.cookie-banner p { display: grid; gap: 3px; margin: 0; color: var(--navy); font-size: 12px; }
.cookie-banner p span { color: var(--muted); font-size: 10px; }
.cookie-banner > div { display: flex; gap: 7px; align-items: center; }
.cookie-banner a, .cookie-banner button { padding: 8px 10px; border: 0; border-radius: 999px; color: var(--navy); background: var(--soft); font-size: 9px; font-weight: 700; cursor: pointer; }
.cookie-banner .accept { color: white; background: var(--navy); }

.reveal { opacity: 1; transform: none; }
.reveal.visible { animation: reveal-up .72s cubic-bezier(.2,.8,.2,1) both; }
@keyframes reveal-up { from { opacity: .01; transform: translateY(24px); } to { opacity: 1; transform: none; } }
@keyframes pulse { 0% { opacity: .7; transform: scale(.7); } 80%, 100% { opacity: 0; transform: scale(1.5); } }
@keyframes ticker { to { transform: translateX(-20%); } }

@media (max-width: 1080px) {
  .site-header { grid-template-columns: 260px 1fr auto; gap: 20px; }
  .main-nav { gap: 16px; }
  .hero-section { grid-template-columns: 1fr 1fr; }
  .studio-events { right: 45px; }
  .cortex-preview { margin-right: -70px; }
  .operations-grid { grid-template-columns: repeat(2, 1fr); }
  .poles-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 860px) {
  .section-shell { width: min(100% - 40px, 680px); }
  .site-header { min-height: 70px; grid-template-columns: 1fr auto; padding-inline: 20px; }
  .site-header.scrolled { min-height: 64px; }
  .header-contact { display: none; }
  .menu-button { z-index: 3; display: grid; gap: 4px; width: 42px; height: 42px; place-content: center; border-radius: 50%; background: var(--soft); }
  .menu-button > span:not(.sr-only) { width: 18px; height: 1px; background: var(--navy); transition: transform .2s, opacity .2s; }
  .menu-button[aria-expanded="true"] > span:nth-child(1) { transform: translateY(5px) rotate(45deg); }
  .menu-button[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .menu-button[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-5px) rotate(-45deg); }
  .main-nav { position: fixed; inset: 0; z-index: 2; display: flex; flex-direction: column; justify-content: center; gap: 18px; visibility: hidden; opacity: 0; color: white; background: rgba(7,26,45,.985); font: 700 27px 'Manrope', sans-serif; transition: opacity .2s, visibility .2s; }
  .main-nav a { padding: 7px; }
  .main-nav a::after { display: none; }
  .main-nav.open { visibility: visible; opacity: 1; }
  .hero-section { grid-template-columns: 1fr; min-height: auto; padding: 70px 20px 82px; }
  .hero-copy, .hero-studio { width: min(100%, 680px); margin-inline: auto; }
  .hero-studio { min-height: 570px; }
  .operations-intro { grid-template-columns: 1fr; gap: 20px; }
  .operations-intro > p:last-child { max-width: 570px; }
  .section-heading.split, .cortex-layout, .about-section, .contact-layout, .partners-heading { grid-template-columns: 1fr; }
  .ecosystem-paths { grid-template-columns: 1fr; }
  .path-card { min-height: 270px; }
  .path-card small { margin-top: 35px; }
  .games-grid { grid-template-columns: repeat(2, 1fr); }
  .game-card, .game-card:nth-child(-n+2) { grid-column: auto; }
  .game-card:last-child { grid-column: 1 / -1; }
  .pole-card { grid-template-columns: 160px 1fr; }
  .pole-logo { width: 160px; }
  .cortex-preview { margin: 25px -20px 0 30px; }
  .cortex-preview img { min-height: 370px; }
  .about-section { width: min(100% - 40px, 680px); }
  .about-image { max-width: 440px; }
  .partners-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-top { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-top nav:last-child { display: none; }
}

@media (max-width: 560px) {
  html { scroll-padding-top: 70px; }
  .section-shell { width: calc(100% - 32px); }
  .brand-logo { width: 42px; height: 42px; }
  .brand-type strong { max-width: 185px; font-size: 12px; }
  .brand-type small { font-size: 6px; }
  .hero-section { padding-top: 54px; }
  .hero-copy h1 { font-size: clamp(48px, 13.2vw, 62px); }
  .hero-description { font-size: 16px; }
  .hero-actions .button { width: 100%; }
  .hero-stats { gap: 0; }
  .hero-stats div { grid-template-columns: 17px auto; column-gap: 5px; padding-right: 7px; }
  .hero-stats div + div { padding-left: 8px; }
  .hero-stats strong { font-size: 20px; }
  .hero-stats span { font-size: 7px; }
  .hero-studio { min-height: 470px; }
  .studio-events { inset: 0 25px 98px 0; }
  .studio-events > div { right: 18px; bottom: 18px; left: 18px; }
  .studio-events strong { font-size: 20px; }
  .studio-cortex { top: 34px; width: 155px; height: 180px; }
  .studio-games { right: 5px; bottom: 18px; width: 205px; height: 155px; }
  .studio-cortex strong, .studio-games strong { font-size: 13px; }
  .studio-status { left: 5px; bottom: 35px; min-width: 165px; }
  .operations-section { padding-block: 44px 72px; }
  .ecosystem-intro, .games-section, .poles-section, .cortex-section, .about-section, .partners-section, .events-section { padding-block: 76px; }
  .operations-intro h2, .section-heading h2, .about-copy h2, .partners-heading h2 { font-size: 42px; }
  .operations-grid, .games-grid, .poles-grid, .mission-grid, .events-grid { grid-template-columns: 1fr; }
  .operation-card { min-height: 280px; }
  .operation-card > [data-lucide] { margin: 22px 0 34px; }
  .game-card, .game-card:nth-child(-n+2), .game-card:last-child { grid-column: auto; min-height: 445px; }
  .game-image, .game-card:nth-child(-n+2) .game-image { height: 245px; }
  .pole-card { min-height: 420px; display: flex; flex-direction: column; }
  .pole-logo { width: 100%; height: 140px; margin: 16px 0 22px; }
  .tag-list { margin-top: auto; }
  .cortex-copy h2 { font-size: 43px; }
  .cortex-copy ul { grid-template-columns: 1fr; }
  .cortex-preview { margin-inline: 0 -16px; padding: 6px; border-radius: 18px 0 0 18px; }
  .cortex-preview img { min-height: 260px; }
  .about-image { margin-right: 12px; }
  .partners-grid { gap: 8px; }
  .partner-card { min-height: 140px; padding: 12px; }
  .partner-card img { height: 62px; }
  .contact-section { padding-block: 70px; }
  .contact-section h2 { font-size: 45px; }
  .contact-main { min-height: 100px; font-size: 18px; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 38px 20px; }
  .footer-top > div { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; align-items: flex-start; gap: 7px; }
  .footer-bottom a { margin-left: 0; }
  .back-to-top { min-width: 146px; height: 46px; }
  .legal-panel { padding: 68px 12px 22px; }
  .legal-panel > div { padding: 27px 21px; }
  .cookie-banner { left: 10px; bottom: 10px; width: min(330px, calc(100% - 20px)); }
}

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