:root {
  --ink: #17112f;
  --purple: #30255a;
  --purple-2: #5b4e91;
  --paper: #f7f5ff;
  --pink: #ed174c;
  --yellow: #f6bd23;
  --green: #07933b;
  --white: #fff;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 17px; line-height: 1.55; }
img { display: block; max-width: 100%; }
a { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3, .proof strong, .hero-stamp { font-family: "Arial Narrow", "Roboto Condensed", Impact, sans-serif; text-transform: uppercase; }
h2 { margin-bottom: 24px; font-size: clamp(2.8rem, 6.4vw, 6.8rem); line-height: .88; letter-spacing: -.045em; }

.topbar { position: absolute; z-index: 20; inset: 0 0 auto; max-width: var(--max); margin: auto; padding: 24px 32px; display: flex; align-items: center; justify-content: space-between; color: white; }
.brand { display: flex; align-items: center; gap: 13px; text-decoration: none; font-weight: 800; line-height: 1; }
.brand img { width: 58px; height: 58px; object-fit: contain; border-radius: 50%; background: white; }
.brand span { display: flex; flex-direction: column; gap: 6px; }
.brand small { font-size: .69rem; font-weight: 650; letter-spacing: .11em; text-transform: uppercase; opacity: .68; }
.toplink { font-size: .84rem; font-weight: 800; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.toplink span { color: var(--yellow); margin-left: 6px; }

.hero { min-height: 860px; position: relative; overflow: hidden; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(380px, .78fr); align-items: center; gap: 72px; padding: 160px max(32px, calc((100vw - var(--max)) / 2)) 100px; color: white; background: var(--ink); isolation: isolate; }
.hero::after { content: ""; position: absolute; right: -8vw; bottom: -22vw; width: 56vw; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 7vw rgba(255,255,255,.025), 0 0 0 14vw rgba(255,255,255,.02); z-index: -1; }
.hero-rays { position: absolute; z-index: -2; inset: 0; opacity: .38; background: repeating-conic-gradient(from -8deg at 34% 54%, rgba(103,86,166,.8) 0 9deg, transparent 9deg 18deg); -webkit-mask-image: linear-gradient(90deg, black, rgba(0,0,0,.15) 74%, transparent); mask-image: linear-gradient(90deg, black, rgba(0,0,0,.15) 74%, transparent); }
.hero-copy { max-width: 760px; position: relative; z-index: 2; }
.eyebrow, .kicker { margin-bottom: 22px; font-size: .78rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow { color: #d3cde9; }
.hero h1 { margin: 0 0 34px; font-size: clamp(4rem, 8.2vw, 8.4rem); line-height: .74; letter-spacing: -.055em; transform: rotate(-1deg); }
.hero h1 span { display: table; position: relative; padding: .1em .14em .12em; box-shadow: 11px 12px 0 rgba(0,0,0,.26); text-shadow: 3px 4px 0 rgba(0,0,0,.17); }
.yellow-card { background: var(--yellow); transform: translateX(2vw) rotate(1.2deg); color: white; }
.pink-card { background: var(--pink); }
.hero-lede { max-width: 680px; margin-bottom: 36px; font-size: clamp(1.15rem, 1.8vw, 1.45rem); line-height: 1.5; color: #efedf7; }
.hero-actions { display: flex; align-items: center; gap: 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; padding: 16px 22px; background: var(--yellow); color: var(--ink); border: 2px solid var(--yellow); text-decoration: none; text-transform: uppercase; letter-spacing: .075em; font-size: .78rem; font-weight: 900; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover, .button:focus-visible { transform: translate(-3px,-3px); box-shadow: 6px 6px 0 var(--pink); }
.hero-actions p { margin: 0; line-height: 1.15; }
.hero-actions strong, .hero-actions span { display: block; }
.hero-actions strong { font-size: 1.35rem; }
.hero-actions span { color: #c3bdd9; font-size: .8rem; }
.hero-photo { position: relative; margin: 40px 0 0; transform: rotate(2.5deg); border: 10px solid white; box-shadow: 24px 28px 0 var(--pink); }
.hero-photo img { width: 100%; aspect-ratio: .93; object-fit: cover; }
.hero-photo figcaption { position: absolute; right: -10px; bottom: -10px; left: -10px; padding: 14px 18px; background: white; color: var(--ink); transform: translateY(100%); }
.hero-photo figcaption strong, .hero-photo figcaption span { display: block; }
.hero-photo figcaption strong { text-transform: uppercase; font-size: .88rem; }
.hero-photo figcaption span { font-size: .74rem; color: #605b70; }
.hero-stamp { position: absolute; z-index: 4; right: max(18px, calc((100vw - var(--max)) / 2 - 20px)); top: 135px; width: 132px; aspect-ratio: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 50%; background: var(--green); border: 5px solid white; color: white; font-size: 3.2rem; line-height: .75; transform: rotate(8deg); box-shadow: 0 10px 30px rgba(0,0,0,.3); }
.hero-stamp span { font-size: 1.2rem; margin-right: 45px; margin-bottom: -3px; }
.hero-stamp small { font-size: .84rem; letter-spacing: .08em; margin-top: 9px; }

.proof { max-width: var(--max); margin: -34px auto 0; position: relative; z-index: 5; display: grid; grid-template-columns: repeat(3, .7fr) 1.25fr; background: white; box-shadow: 0 18px 55px rgba(23,17,47,.13); }
.proof > * { min-height: 170px; margin: 0; padding: 32px; border-right: 1px solid #e0ddec; display: flex; flex-direction: column; justify-content: center; }
.proof strong { font-size: 3.3rem; line-height: 1; letter-spacing: -.04em; color: var(--pink); }
.proof span { font-size: .76rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: #6a6478; }
.proof p { border: 0; background: var(--yellow); font-size: 1.18rem; font-weight: 750; line-height: 1.4; }

.experience { min-height: 760px; position: relative; isolation: isolate; display: flex; align-items: flex-end; overflow: hidden; padding: 110px max(32px, calc((100vw - var(--max)) / 2)); color: white; }
.experience > img, .experience-shade { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 42%; }
.experience-shade { z-index: -1; background: linear-gradient(90deg, rgba(23,17,47,.96) 0%, rgba(23,17,47,.82) 44%, rgba(23,17,47,.2) 82%), linear-gradient(0deg, rgba(23,17,47,.88), transparent 60%); }
.experience-copy { width: min(760px, 100%); }
.experience-copy h2 { font-size: clamp(3rem, 6vw, 6.2rem); }
.experience-copy > p:last-child { max-width: 690px; margin: 0; color: #e6e2f1; font-size: 1.15rem; }

.concept { max-width: var(--max); margin: auto; padding: 150px 32px; display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; }
.section-intro { position: sticky; top: 42px; align-self: start; }
.section-intro > p:last-child { max-width: 480px; font-size: 1.17rem; color: #615b70; }
.kicker { color: var(--pink); }
.format-list article { display: grid; grid-template-columns: 72px 1fr; gap: 24px; padding: 0 0 38px; margin-bottom: 38px; border-bottom: 1px solid #d5d1e2; }
.format-list article:last-child { margin-bottom: 0; }
.index { width: 58px; height: 58px; display: grid; place-items: center; background: var(--ink); color: white; font-weight: 900; transform: rotate(-3deg); }
.format-list article:nth-child(2) .index, .format-list article:nth-child(4) .index { background: var(--pink); transform: rotate(3deg); }
.format-list h3 { margin-bottom: 8px; font-size: 1.55rem; letter-spacing: -.015em; }
.format-list p { margin: 0; color: #625d70; }

.media-showcase { overflow: hidden; padding: 120px max(32px, calc((100vw - var(--max)) / 2)); display: grid; grid-template-columns: .78fr 1.22fr; align-items: center; gap: 90px; background: var(--purple); color: white; }
.media-copy > p:not(.kicker) { color: #d6d0e8; }
.media-types { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 28px; }
.media-types span { padding: 7px 12px; border: 1px solid #7f72b2; font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.screen-demo { min-height: 500px; position: relative; padding: 36px 42px; display: flex; flex-direction: column; justify-content: center; background: #eeeafc; color: var(--ink); border: 12px solid #120f1c; box-shadow: 28px 30px 0 var(--pink); transform: perspective(1000px) rotateY(-4deg) rotate(1deg); }
.screen-top { position: absolute; inset: 24px 30px auto; display: flex; justify-content: space-between; font-size: .73rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; color: #6d6680; }
.screen-label { margin-bottom: 12px; color: var(--pink); font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.screen-question { max-width: 720px; font-family: "Arial Narrow", Impact, sans-serif; font-size: clamp(2.5rem, 5vw, 5rem); font-weight: 900; line-height: .94; text-transform: uppercase; }
.wave { height: 72px; display: flex; align-items: center; gap: 8px; }
.wave i { display: block; width: 7px; height: var(--h, 32px); background: var(--pink); animation: wave 1.15s ease-in-out infinite alternate; }
.wave i:nth-child(3n) { --h: 58px; animation-delay: -.4s; }
.wave i:nth-child(4n) { --h: 20px; animation-delay: -.7s; }
.wave i:nth-child(5n) { --h: 44px; animation-delay: -.2s; }
.screen-foot { position: absolute; left: 42px; bottom: 22px; margin: 0; font-size: .75rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: #6d6680; }
@keyframes wave { to { height: 13px; } }

.rounds { padding: 140px 0 0; text-align: center; background: var(--yellow); overflow: hidden; }
.rounds > h2, .rounds > p { max-width: 980px; margin-left: auto; margin-right: auto; padding-left: 32px; padding-right: 32px; }
.rounds .kicker { color: var(--ink); }
.rounds-intro { margin-bottom: 55px; font-size: 1.2rem; }
.ticker { overflow: hidden; padding: 24px 0; background: var(--ink); color: white; transform: rotate(-1.2deg) scale(1.02); }
.ticker > div { width: max-content; display: flex; gap: 0; animation: marquee 25s linear infinite; }
.ticker span { font-family: "Arial Narrow", Impact, sans-serif; font-size: clamp(1.6rem, 3vw, 3rem); font-weight: 900; text-transform: uppercase; }
.ticker span::after { content: "?"; display: inline-grid; width: 1.3em; aspect-ratio: 1; margin: 0 .7em; place-items: center; border-radius: 50%; background: var(--pink); font-size: .55em; transform: rotate(8deg); }
@keyframes marquee { to { transform: translateX(-20%); } }

.stage-experience { padding: 150px max(32px, calc((100vw - var(--max)) / 2)); display: grid; grid-template-columns: .78fr 1.22fr; align-items: center; gap: 90px; background: var(--pink); color: white; overflow: hidden; }
.stage-copy h2 { max-width: 620px; }
.stage-copy > p:not(.kicker) { max-width: 580px; color: #ffe8ef; font-size: 1.15rem; }
.stage-experience .kicker { color: var(--yellow); }
.stage-note { width: max-content; max-width: 100%; margin-top: 36px; padding: 16px 20px; background: var(--yellow); color: var(--ink); transform: rotate(-2deg); box-shadow: 8px 9px 0 var(--ink); }
.stage-note strong, .stage-note span { display: block; }
.stage-note strong { font-family: "Arial Narrow", Impact, sans-serif; font-size: 1.4rem; line-height: 1; text-transform: uppercase; }
.stage-note span { margin-top: 5px; font-size: .78rem; font-weight: 750; }
.stage-photo { position: relative; margin: 0; transform: rotate(1.5deg); border: 10px solid white; box-shadow: 24px 28px 0 var(--ink); }
.stage-photo img { width: 100%; aspect-ratio: 1.25; object-fit: cover; }
.stage-photo figcaption { position: absolute; right: 16px; bottom: 14px; padding: 8px 12px; background: var(--ink); color: white; font-size: .7rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }

.team-section { max-width: var(--max); margin: auto; padding: 160px 32px; display: grid; grid-template-columns: .8fr 1.2fr; align-items: start; gap: 90px; }
.team-photo { position: relative; margin: 0; transform: rotate(-2deg); }
.team-photo::before { content: ""; position: absolute; inset: -16px 16px 16px -16px; z-index: -1; background: var(--pink); }
.team-photo img { width: 100%; min-height: 660px; object-fit: cover; object-position: center; filter: saturate(.9) contrast(1.03); }
.photo-tag { position: absolute; right: -30px; bottom: 35px; padding: 18px 22px; background: var(--yellow); color: var(--ink); font-family: "Arial Narrow", Impact, sans-serif; font-size: 1.45rem; font-weight: 900; line-height: .95; text-transform: uppercase; transform: rotate(4deg); }
.team-lede { max-width: 720px; margin-bottom: 40px; font-size: 1.18rem; color: #615b70; }
.people { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 32px; border-top: 1px solid #d5d1e2; }
.people article { padding: 24px 0; border-bottom: 1px solid #d5d1e2; }
.people h3 { margin-bottom: 7px; font-size: 1.25rem; }
.people h3 span { display: block; margin-top: 5px; color: var(--pink); font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-size: .72rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.people p { margin: 0; font-size: .88rem; color: #6b6577; }

.requirements { padding: 120px max(32px, calc((100vw - var(--max)) / 2)); display: grid; grid-template-columns: .95fr 1.05fr; gap: 100px; background: var(--ink); color: white; }
.requirements ul { list-style: none; padding: 0; margin: 0; }
.requirements li { padding: 22px 0; border-bottom: 1px solid #4e4669; display: flex; align-items: flex-start; gap: 20px; font-weight: 720; }
.requirements li span { color: var(--yellow); font-size: .75rem; font-weight: 900; letter-spacing: .08em; }

.closing { min-height: 760px; position: relative; isolation: isolate; display: grid; place-items: center; overflow: hidden; padding: 100px 32px; text-align: center; color: white; }
.closing-bg, .closing-overlay { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.closing-overlay { z-index: -1; background: linear-gradient(rgba(23,17,47,.9), rgba(23,17,47,.93)), radial-gradient(circle at center, transparent, var(--ink)); }
.closing-content { max-width: 900px; }
.closing-content > img { width: 110px; margin: 0 auto 28px; border-radius: 50%; background: white; }
.closing h2 { color: white; }
.closing-content > p:not(.kicker) { max-width: 620px; margin: 0 auto 35px; font-size: 1.2rem; color: #ddd8eb; }
.button.light { background: white; border-color: white; }

footer { padding: 22px 32px; display: flex; justify-content: space-between; background: var(--yellow); color: var(--ink); font-size: .72rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }

@media (max-width: 980px) {
  .hero { min-height: 0; grid-template-columns: 1fr; gap: 50px; padding-top: 150px; }
  .hero-copy { max-width: 820px; }
  .hero-photo { width: min(72vw, 550px); margin: 0 auto 45px; }
  .hero-stamp { top: auto; right: 9vw; bottom: 18vw; }
  .proof { margin: 0; grid-template-columns: repeat(3, 1fr); }
  .proof p { grid-column: 1 / -1; min-height: 110px; }
  .experience { min-height: 680px; }
  .concept, .stage-experience, .team-section, .requirements { grid-template-columns: 1fr; gap: 60px; }
  .section-intro { position: static; }
  .media-showcase { grid-template-columns: 1fr; }
  .team-photo { width: min(78vw, 620px); }
}

@media (max-width: 620px) {
  body { font-size: 16px; }
  .topbar { padding: 16px 18px; }
  .brand img { width: 46px; height: 46px; }
  .brand small, .toplink { display: none; }
  .hero { padding: 120px 20px 82px; }
  .hero h1 { font-size: clamp(3.2rem, 17vw, 5.5rem); }
  .hero-lede { font-size: 1.05rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .hero-photo { width: calc(100% - 24px); border-width: 7px; box-shadow: 14px 17px 0 var(--pink); }
  .hero-stamp { width: 100px; right: 8px; bottom: 80px; font-size: 2.5rem; }
  .proof { grid-template-columns: 1fr; }
  .proof > * { min-height: 120px; padding: 24px; border-right: 0; border-bottom: 1px solid #e0ddec; }
  .proof p { grid-column: auto; }
  .experience { min-height: 650px; padding: 90px 20px; }
  .experience > img { object-position: 43% center; }
  .experience-shade { background: linear-gradient(0deg, rgba(23,17,47,.97) 0%, rgba(23,17,47,.78) 58%, rgba(23,17,47,.22) 100%); }
  .concept, .team-section, .requirements { padding: 100px 20px; }
  .format-list article { grid-template-columns: 52px 1fr; gap: 15px; }
  .index { width: 46px; height: 46px; }
  .media-showcase { padding: 95px 20px 115px; gap: 55px; }
  .screen-demo { min-height: 420px; padding: 32px 25px; border-width: 7px; box-shadow: 14px 16px 0 var(--pink); transform: rotate(1deg); }
  .screen-top { inset: 18px 20px auto; }
  .screen-question { font-size: 2.35rem; }
  .wave { gap: 5px; overflow: hidden; }
  .screen-foot { left: 25px; }
  .rounds { padding-top: 100px; }
  .stage-experience { padding: 100px 20px 120px; }
  .stage-photo { border-width: 7px; box-shadow: 14px 17px 0 var(--ink); }
  .people { grid-template-columns: 1fr; }
  .team-photo { width: calc(100% - 10px); }
  .team-photo img { min-height: 480px; }
  .photo-tag { right: -8px; }
  .closing { min-height: 680px; }
  footer { align-items: center; flex-direction: column; gap: 6px; text-align: center; }
}

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