:root {
  --ink: #08070b;
  --ink-soft: #100e14;
  --panel: #151119;
  --gold: #cba45d;
  --gold-bright: #ebd091;
  --gold-dark: #6d5024;
  --parchment: #e6dcc6;
  --muted: #9e96a5;
  --purple: #8a4ed2;
  --line: rgba(205, 166, 92, .28);
  --max: 1280px;
  --display: "Cinzel", Georgia, serif;
  --serif: "Spectral", Georgia, serif;
  --sans: "Inter", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body {
  margin: 0;
  color: var(--parchment);
  background:
    radial-gradient(circle at 80% 12%, rgba(91, 48, 126, .16), transparent 30rem),
    var(--ink);
  font-family: var(--sans);
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 20;
  pointer-events: none;
  opacity: .13;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.22'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}
a { color: inherit; }
img, video { display: block; max-width: 100%; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 2px solid var(--gold-bright); outline-offset: 4px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; top: 10px; left: 10px; transform: translateY(-150%); background: var(--gold-bright); color: var(--ink); padding: 12px 16px; text-decoration: none; font-weight: 700; }
.skip-link:focus { transform: none; }

.site-header {
  position: fixed;
  z-index: 30;
  top: 0;
  left: 0;
  right: 0;
  min-height: 76px;
  padding: 0 max(28px, calc((100vw - var(--max)) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  border-bottom: 1px solid transparent;
  transition: background-color .35s, border-color .35s, min-height .35s;
}
.site-header.is-scrolled { min-height: 64px; background: rgba(8, 7, 11, .88); border-color: var(--line); backdrop-filter: blur(16px); }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; color: var(--gold-bright); font: 700 19px/1 var(--display); letter-spacing: .09em; text-transform: uppercase; white-space: nowrap; }
.brand-mark { width: 32px; height: 32px; fill: none; stroke: currentColor; stroke-width: 1.2; }
.campaign-nav { display: flex; align-items: center; gap: clamp(22px, 3vw, 46px); }
.campaign-nav a { color: #bcb4c1; font: 500 12px/1 var(--sans); letter-spacing: .12em; text-decoration: none; text-transform: uppercase; transition: color .2s; }
.campaign-nav a:hover { color: var(--gold-bright); }
.campaign-nav .nav-cta { color: var(--gold-bright); border: 1px solid rgba(218, 180, 105, .6); padding: 13px 18px; }
.menu-button { display: none; width: 44px; height: 44px; border: 0; background: none; color: var(--gold-bright); padding: 10px 7px; }
.menu-button > span:not(.sr-only) { display: block; height: 1px; background: currentColor; margin: 6px 0; transition: transform .2s, opacity .2s; }

.hero { position: relative; min-height: 100svh; display: flex; align-items: center; isolation: isolate; overflow: hidden; border-bottom: 1px solid var(--line); }
.hero-reel { position: absolute; z-index: 0; inset: 0; }
.hero-reel video { width: 100%; height: 100%; object-fit: cover; }
.hero-reel-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,7,11,.98) 0%, rgba(8,7,11,.95) 24%, rgba(8,7,11,.42) 48%, rgba(8,7,11,.08) 70%, rgba(8,7,11,.32) 100%), linear-gradient(0deg, rgba(8,7,11,.58), transparent 28%); }
.hero-copy { position: relative; z-index: 2; width: min(var(--max), calc(100% - 56px)); margin: 0 auto; padding-top: 76px; pointer-events: none; }
.hero-copy a, .hero-copy button { pointer-events: auto; }
.hero-teasers { position: absolute; z-index: 1; inset: 0; pointer-events: none; }
.hero-teaser { position: absolute; pointer-events: auto; border: 1px solid transparent; border-radius: 16px; color: var(--gold-bright); text-decoration: none; transition: border-color .25s, background-color .25s, box-shadow .25s; }
.hero-teaser::before { content: ""; position: absolute; inset: 0; border-radius: inherit; background: linear-gradient(0deg, rgba(8,7,11,.82), transparent 34%); opacity: 0; transition: opacity .25s; }
.hero-teaser span { position: absolute; z-index: 1; left: 18px; right: 18px; bottom: 18px; opacity: 0; transform: translateY(8px); font: 600 clamp(10px, .7vw, 12px)/1.25 var(--display); letter-spacing: .08em; text-transform: uppercase; transition: opacity .25s, transform .25s; }
.hero-teaser small { display: block; margin-bottom: 6px; color: #f2e7cb; font: 500 9px/1 var(--sans); letter-spacing: .16em; }
.hero-teaser:hover, .hero-teaser:focus-visible { border-color: rgba(235,208,145,.84); background: rgba(113,65,156,.08); box-shadow: 0 0 34px rgba(118,69,166,.36), inset 0 0 28px rgba(235,208,145,.06); }
.hero-teaser:hover::before, .hero-teaser:focus-visible::before, .hero-teaser:hover span, .hero-teaser:focus-visible span { opacity: 1; }
.hero-teaser:hover span, .hero-teaser:focus-visible span { transform: none; }
.hero-teaser-dog { left: 32.8%; top: 6%; width: 20.8%; height: 86%; }
.hero-teaser-game { left: 56.2%; top: 21.7%; width: 19.3%; height: 65%; }
.hero-teaser-pop { left: 78.1%; top: 21.7%; width: 17.7%; height: 65%; }
.campaign-kicker, .eyebrow { margin: 0 0 22px; color: var(--gold); font: 600 11px/1 var(--sans); letter-spacing: .28em; text-transform: uppercase; }
.campaign-kicker { display: flex; align-items: center; gap: 16px; }
.campaign-kicker::before { content: ""; width: 44px; height: 1px; background: var(--gold); }
.hero h1 { margin: 0; max-width: 720px; font-family: var(--display); text-transform: uppercase; line-height: .88; letter-spacing: -.045em; text-wrap: balance; }
.hero h1 span { display: block; color: #d8cbb3; font-size: clamp(44px, 5.4vw, 82px); font-weight: 500; }
.hero h1 strong { display: block; color: var(--gold-bright); font-size: clamp(76px, 9vw, 148px); font-weight: 700; text-shadow: 0 0 40px rgba(125, 73, 175, .2); }
.hero-deck { margin: 30px 0 34px; color: #d8cdb8; font: 400 clamp(21px, 2vw, 30px)/1.35 var(--serif); }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 14px; }
.button { position: relative; min-height: 54px; padding: 0 26px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid var(--gold-dark); color: var(--gold-bright); background: rgba(9,8,11,.68); font: 600 12px/1 var(--display); letter-spacing: .1em; text-transform: uppercase; text-decoration: none; cursor: pointer; clip-path: polygon(8px 0, calc(100% - 8px) 0, 100% 8px, 100% calc(100% - 8px), calc(100% - 8px) 100%, 8px 100%, 0 calc(100% - 8px), 0 8px); transition: color .2s, background-color .2s, transform .2s, box-shadow .2s; }
.button::before { content: ""; position: absolute; inset: 3px; border: 1px solid rgba(234, 203, 137, .17); clip-path: inherit; }
.button span, .button svg { position: relative; }
.button svg { width: 19px; fill: currentColor; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #16100a; background: linear-gradient(135deg, #a77b37, #eed68d 48%, #ad7b33); border-color: var(--gold-bright); box-shadow: 0 11px 40px rgba(154, 109, 44, .2); }
.button-primary:hover { box-shadow: 0 14px 42px rgba(172, 117, 44, .32); }
.button-secondary:hover { color: #fff0bd; background: rgba(203, 164, 93, .08); }
.hero-note { margin: 24px 0 0; color: #807887; font-size: 12px; letter-spacing: .08em; }
.hero-note span { color: var(--purple); margin-right: 8px; }
.motion-toggle { position: absolute; z-index: 4; right: 28px; bottom: 28px; min-width: 128px; height: 42px; padding: 0 14px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: 1px solid rgba(205,166,92,.32); color: #afa7b3; background: rgba(8,7,11,.66); font: 500 10px/1 var(--sans); letter-spacing: .1em; text-transform: uppercase; cursor: pointer; backdrop-filter: blur(10px); }
.motion-toggle svg { width: 15px; fill: currentColor; }
.motion-toggle .play-icon { display: none; }
.motion-toggle.is-paused .play-icon { display: block; }
.motion-toggle.is-paused .pause-icon { display: none; }
.scroll-cue { position: absolute; z-index: 4; left: 50%; bottom: 28px; display: flex; align-items: center; gap: 12px; color: #817888; font-size: 9px; letter-spacing: .22em; text-decoration: none; text-transform: uppercase; transform: translateX(-50%); }
.scroll-cue i { width: 36px; height: 1px; background: var(--gold); position: relative; }
.scroll-cue i::after { content: ""; width: 5px; height: 5px; border-right: 1px solid var(--gold); border-bottom: 1px solid var(--gold); transform: rotate(45deg); position: absolute; right: 0; top: -2px; }

.section { padding: clamp(90px, 10vw, 150px) max(28px, calc((100vw - var(--max)) / 2)); }
.ads-section { position: relative; background: radial-gradient(circle at 50% 28%, rgba(98,51,139,.11), transparent 36rem), var(--ink); }
.ads-section::before { content: ""; position: absolute; top: 0; left: 50%; width: 1px; height: 64px; background: linear-gradient(var(--gold), transparent); }
.section-heading { max-width: 730px; margin: 0 auto 70px; text-align: center; }
.section-heading h2, .world-copy h2, .beta-panel h2 { margin: 0; color: var(--gold-bright); font: 600 clamp(44px, 5vw, 76px)/1.02 var(--display); letter-spacing: -.035em; text-transform: uppercase; }
.section-heading h2 em { color: #c9bda5; font: italic 400 .78em var(--serif); text-transform: none; letter-spacing: 0; }
.section-heading > p:last-child { max-width: 580px; margin: 24px auto 0; color: var(--muted); font: 400 18px/1.65 var(--serif); }
.ad-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: start; gap: clamp(20px, 3vw, 44px); }
.ad-card { position: relative; min-width: 0; scroll-margin-top: 90px; }
.ad-frame { position: relative; aspect-ratio: 9 / 16; max-height: 67vh; margin: 0 auto; border: 1px solid rgba(214,174,95,.58); background: #030204; overflow: hidden; box-shadow: 0 28px 70px rgba(0,0,0,.55); clip-path: polygon(14px 0, calc(100% - 14px) 0, 100% 14px, 100% calc(100% - 14px), calc(100% - 14px) 100%, 14px 100%, 0 calc(100% - 14px), 0 14px); }
.ad-frame::after { content: ""; position: absolute; pointer-events: none; inset: 6px; border: 1px solid rgba(213,177,107,.2); clip-path: inherit; }
.ad-frame video { width: 100%; height: 100%; object-fit: cover; }
.ad-card-featured { transform: translateY(-28px); }
.ad-card-featured .ad-frame { box-shadow: 0 0 44px rgba(115,54,165,.22), 0 30px 80px rgba(0,0,0,.6); }
.ad-card.is-spotlighted .ad-frame { outline: 2px solid var(--gold-bright); outline-offset: 7px; animation: ad-spotlight 1.2s ease-out 2; }
.ad-card.is-spotlighted .ad-copy p { color: var(--gold-bright); }
.ad-card-play { position: absolute; z-index: 3; inset: 0; display: grid; place-items: center; padding: 0; border: 0; color: var(--gold-bright); background: transparent; cursor: pointer; transition: opacity .2s; }
.ad-card-play > span { width: 78px; height: 78px; display: grid; place-items: center; align-content: center; gap: 3px; border: 1px solid rgba(235,208,145,.74); border-radius: 50%; background: rgba(8,7,11,.76); box-shadow: 0 0 36px rgba(100,52,143,.32); backdrop-filter: blur(8px); transform: translateY(-24px); transition: transform .2s, background-color .2s, box-shadow .2s; }
.ad-card-play svg { width: 30px; height: 30px; fill: currentColor; }
.ad-card-play small { color: #e7d7b5; font: 600 8px/1 var(--sans); letter-spacing: .1em; text-transform: uppercase; }
.ad-card-play:hover > span, .ad-card-play:focus-visible > span { transform: translateY(-27px) scale(1.05); background: rgba(50,28,67,.88); box-shadow: 0 0 48px rgba(138,78,210,.5); }
.ad-card:has(.ad-card-play:hover) .ad-frame, .ad-card:has(.ad-card-play:focus-visible) .ad-frame { border-color: var(--gold-bright); }
.ad-card.is-playing .ad-card-play { opacity: 0; pointer-events: none; }
.episode { position: absolute; pointer-events: none; z-index: 2; top: 12px; left: 12px; width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--gold); color: var(--gold-bright); background: rgba(8,7,11,.82); font: 600 11px/1 var(--display); }
.ad-copy { max-width: 360px; margin: 20px auto 0; }
.ad-copy p { margin: 0 0 8px; color: var(--gold); font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.ad-copy h3 { margin: 0; color: #cfc5b2; font: 400 17px/1.4 var(--serif); }

.world-section { min-height: 850px; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(380px, .85fr); gap: clamp(50px, 7vw, 110px); align-items: center; border-block: 1px solid var(--line); background: #0b090d; }
.world-art { min-height: 650px; align-self: stretch; background: linear-gradient(90deg, transparent 72%, #0b090d), linear-gradient(0deg, #0b090d, transparent 24%, transparent 76%, #0b090d), url("../img/vtt-world.jpg") center/cover; box-shadow: inset 0 0 90px #0b090d; }
.world-copy { max-width: 530px; }
.world-lead { margin: 18px 0 38px; color: #c9bda9; font: italic 400 24px/1.4 var(--serif); }
.proof-list { border-top: 1px solid var(--line); }
.proof-list article { display: grid; grid-template-columns: 44px 1fr; gap: 18px; padding: 23px 0; border-bottom: 1px solid var(--line); }
.proof-list article > span { color: var(--gold); font: 600 11px/1.4 var(--display); }
.proof-list h3 { margin: 0 0 6px; color: #e0d4bb; font: 600 16px/1.2 var(--display); text-transform: uppercase; letter-spacing: .04em; }
.proof-list p { margin: 0; color: var(--muted); font: 400 15px/1.55 var(--serif); }
.text-link { display: inline-flex; gap: 12px; margin-top: 28px; color: var(--gold-bright); font: 600 11px/1 var(--display); letter-spacing: .12em; text-decoration: none; text-transform: uppercase; }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translateX(4px); }

.beta-section { position: relative; min-height: 730px; display: grid; place-items: center; overflow: hidden; background: radial-gradient(circle at center, rgba(101,50,150,.24), transparent 24rem), #08070b; }
.rune-orbit { position: absolute; width: min(760px, 86vw); aspect-ratio: 1; border: 1px solid rgba(203,164,93,.16); border-radius: 50%; animation: orbit 50s linear infinite; }
.rune-orbit::before, .rune-orbit::after { content: ""; position: absolute; border: 1px solid rgba(126,76,180,.18); border-radius: 50%; }
.rune-orbit::before { inset: 9%; }
.rune-orbit::after { inset: 21%; }
.rune-orbit span { position: absolute; color: rgba(208,174,102,.46); font: 24px var(--serif); transform: translate(-50%, -50%); }
.rune-orbit span:nth-child(1) { left: 50%; top: 0; }.rune-orbit span:nth-child(2) { left: 93%; top: 25%; }.rune-orbit span:nth-child(3) { left: 93%; top: 75%; }.rune-orbit span:nth-child(4) { left: 50%; top: 100%; }.rune-orbit span:nth-child(5) { left: 7%; top: 75%; }.rune-orbit span:nth-child(6) { left: 7%; top: 25%; }
.beta-panel { position: relative; z-index: 1; width: min(770px, 100%); padding: clamp(42px, 6vw, 78px); text-align: center; border: 1px solid rgba(214,174,95,.48); background: rgba(11,9,13,.82); box-shadow: 0 35px 100px rgba(0,0,0,.55), inset 0 0 50px rgba(129,71,174,.05); backdrop-filter: blur(12px); clip-path: polygon(20px 0, calc(100% - 20px) 0, 100% 20px, 100% calc(100% - 20px), calc(100% - 20px) 100%, 20px 100%, 0 calc(100% - 20px), 0 20px); }
.beta-panel > p:not(.eyebrow):not(.form-status):not(.privacy-note) { max-width: 530px; margin: 22px auto 30px; color: var(--muted); font: 400 18px/1.6 var(--serif); }
.beta-form label { display: block; margin-bottom: 10px; color: #afa6b5; font-size: 10px; letter-spacing: .15em; text-align: left; text-transform: uppercase; }
.form-row { display: grid; grid-template-columns: 1fr auto; gap: 10px; }
.form-row input { min-width: 0; height: 56px; padding: 0 18px; border: 1px solid rgba(203,164,93,.36); border-radius: 0; color: #eee4d1; background: #08070a; outline: none; }
.form-row input::placeholder { color: #67606b; }
.form-row input:focus { border-color: var(--gold-bright); box-shadow: 0 0 0 3px rgba(203,164,93,.08); }
.form-status { min-height: 22px; margin: 14px 0 0; color: var(--gold-bright); font: 400 14px/1.5 var(--serif); }
.privacy-note { margin: 4px 0 0; color: #665f69; font-size: 10px; letter-spacing: .04em; }

.site-footer { min-height: 180px; padding: 54px max(28px, calc((100vw - var(--max)) / 2)); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 28px; border-top: 1px solid var(--line); color: #766f7a; }
.brand-small { font-size: 14px; }
.site-footer p { margin: 0; font: italic 400 15px var(--serif); text-align: center; }
.site-footer > div { display: flex; justify-content: flex-end; gap: 20px; }
.site-footer > div a { color: #8d8591; font-size: 11px; text-decoration: none; }
.site-footer > div a:hover { color: var(--gold-bright); }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .8s ease, transform .8s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@keyframes orbit { to { transform: rotate(360deg); } }
@keyframes ad-spotlight {
  0%, 100% { box-shadow: 0 0 0 rgba(138,78,210,0), 0 28px 70px rgba(0,0,0,.55); }
  45% { box-shadow: 0 0 52px rgba(138,78,210,.52), 0 32px 82px rgba(0,0,0,.7); }
}

@media (max-width: 960px) {
  .site-header { padding-inline: 22px; }
  .menu-button { display: block; }
  .campaign-nav { position: absolute; top: 100%; left: 0; right: 0; display: none; padding: 24px; flex-direction: column; align-items: stretch; background: rgba(8,7,11,.97); border-bottom: 1px solid var(--line); }
  .campaign-nav.is-open { display: flex; }
  .campaign-nav a { padding: 10px; }
  .menu-button[aria-expanded="true"] > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-button[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .menu-button[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { min-height: auto; padding-bottom: 64px; display: block; }
  .hero-reel { position: relative; height: min(74vw, 640px); margin-top: 70px; }
  .hero-reel-shade { background: linear-gradient(0deg, var(--ink), transparent 44%), linear-gradient(90deg, rgba(8,7,11,.22), transparent, rgba(8,7,11,.24)); }
  .hero-teasers { inset: auto 12px 12px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 7px; }
  .hero-teaser { position: relative; inset: auto; width: auto; height: 44px; display: grid; place-items: center; border-color: rgba(235,208,145,.4); border-radius: 3px; background: rgba(8,7,11,.76); backdrop-filter: blur(8px); }
  .hero-teaser::before { display: none; }
  .hero-teaser span { position: static; opacity: 1; transform: none; padding: 0 5px; font: 600 clamp(8px, 1.8vw, 10px)/1.2 var(--display); letter-spacing: .03em; text-align: center; }
  .hero-teaser small { display: none; }
  .hero-copy { padding-top: 0; margin-top: -30px; position: relative; z-index: 2; text-align: center; }
  .campaign-kicker { justify-content: center; }
  .hero h1 { margin-inline: auto; }
  .hero-actions { justify-content: center; }
  .hero-note { text-align: center; }
  .scroll-cue { display: none; }
  .motion-toggle { top: 82px; right: 12px; bottom: auto; min-width: 42px; }
  .motion-toggle span { display: none; }
  .ad-grid { grid-template-columns: repeat(3, minmax(260px, 1fr)); margin-inline: -28px; padding: 20px 28px 34px; overflow-x: auto; scroll-snap-type: x mandatory; }
  .ad-card { scroll-snap-align: center; }
  .ad-card-featured { transform: none; }
  .ad-frame { max-height: none; }
  .world-section { grid-template-columns: 1fr; padding-top: 0; }
  .world-art { min-height: 62vw; margin-inline: -28px; background: linear-gradient(0deg, #0b090d, transparent 34%), url("../img/vtt-world.jpg") center/cover; }
  .world-copy { max-width: 680px; }
  .site-footer { grid-template-columns: 1fr; justify-items: center; }
  .site-footer > div { justify-content: center; flex-wrap: wrap; }
}

@media (max-width: 620px) {
  .brand { font-size: 15px; }
  .brand-mark { width: 27px; height: 27px; }
  .hero-reel { height: 82vw; }
  .hero-copy { width: calc(100% - 36px); }
  .hero h1 span { font-size: clamp(38px, 12vw, 58px); }
  .hero h1 strong { font-size: clamp(65px, 20vw, 94px); }
  .hero-deck { font-size: 21px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: min(330px, 100%); margin-inline: auto; }
  .motion-toggle { top: 82px; }
  .section { padding-inline: 20px; }
  .ad-grid { margin-inline: -20px; padding-inline: calc((100vw - min(77vw, 330px)) / 2); grid-template-columns: repeat(3, min(77vw, 330px)); gap: 18px; }
  .world-art { margin-inline: -20px; min-height: 88vw; }
  .form-row { grid-template-columns: 1fr; }
  .form-row .button { width: 100%; }
  .beta-panel { padding-inline: 24px; }
  .rune-orbit { width: 160vw; }
  .site-footer { padding-inline: 20px; }
}

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