:root {
  --night: #0b0810;
  --night-soft: #15101b;
  --paper: #f7f4ee;
  --cream: #fffaf1;
  --pink: #ff3d74;
  --orange: #ff6b3d;
  --lime: #dfff59;
  --ink: #17131b;
  --muted: #766e78;
  --line: rgba(23, 19, 27, .15);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", sans-serif; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { display: block; max-width: 100%; }

.site-header { position: absolute; inset: 0 0 auto; height: 90px; z-index: 20; padding: 0 4.5vw; display: flex; align-items: center; justify-content: space-between; color: white; }
.brand { display: inline-flex; align-items: center; gap: 11px; font: 800 20px/1 "Manrope", sans-serif; letter-spacing: -.05em; }
.brand img { width: 36px; height: 36px; border-radius: 10px; box-shadow: 0 8px 24px rgba(255, 61, 116, .22); }
.company-name { margin-left: 8px; padding-left: 19px; border-left: 1px solid rgba(255,255,255,.3); color: rgba(255,255,255,.72); font: 700 12px/1.2 "Manrope", sans-serif; letter-spacing: .13em; white-space: nowrap; }
.site-header nav { display: flex; gap: 34px; font-size: 13px; color: rgba(255,255,255,.68); }
.site-header nav a, .footer-links a { transition: color .2s; }
.site-header nav a:hover { color: #fff; }
.header-cta { display: inline-flex; gap: 28px; align-items: center; padding: 12px 17px; border: 1px solid rgba(255,255,255,.32); border-radius: 99px; font-size: 13px; transition: background .2s, color .2s; }
.header-cta:hover { background: white; color: var(--night); }
.menu-toggle { display: none; border: 0; background: transparent; padding: 10px; }
.menu-toggle span { width: 24px; height: 1px; background: #fff; display: block; }

.hero { min-height: 820px; height: 100vh; max-height: 1040px; display: grid; grid-template-columns: 54% 46%; position: relative; overflow: hidden; color: white; background: radial-gradient(circle at 80% 35%, #2d1737 0, var(--night) 43%), var(--night); }
.hero::before { content: ""; position: absolute; width: 760px; height: 760px; border-radius: 50%; border: 1px solid rgba(255,255,255,.07); top: -130px; right: -190px; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(80px); opacity: .34; }
.glow-one { width: 330px; height: 330px; right: 5%; top: 22%; background: var(--pink); }
.glow-two { width: 280px; height: 280px; right: 30%; bottom: 4%; background: #7138ff; }
.hero-copy { position: relative; z-index: 3; padding: 174px 2vw 64px 7vw; display: flex; flex-direction: column; justify-content: center; }
.kicker { margin: 0 0 38px; display: flex; align-items: center; gap: 12px; font: 600 11px/1.2 "Manrope"; letter-spacing: .17em; text-transform: uppercase; color: rgba(255,255,255,.58); }
.kicker span { display: inline-block; width: 26px; height: 1px; background: var(--pink); }
.kicker.dark { color: var(--muted); }
h1, h2 { margin: 0; font-family: "Manrope", sans-serif; font-weight: 700; letter-spacing: -.065em; }
h1 { font-size: clamp(65px, 7.3vw, 120px); line-height: .86; }
h1 em, h2 em { font-family: Georgia, serif; font-weight: 400; }
h1 em { color: var(--pink); }
.hero-text { max-width: 510px; margin: 40px 0 0 13%; color: rgba(255,255,255,.68); font-size: 17px; line-height: 1.62; }
.hero-actions { margin: 34px 0 0 13%; display: flex; align-items: center; gap: 27px; }
.play-button { min-width: 184px; border-radius: 12px; background: #fff; color: #111; padding: 11px 17px; display: inline-flex; align-items: center; gap: 12px; box-shadow: 0 14px 35px rgba(0,0,0,.2); transition: transform .2s, box-shadow .2s; }
.play-button:hover, .dark-button:hover { transform: translateY(-3px); box-shadow: 0 18px 42px rgba(0,0,0,.27); }
.play-button > span:last-child { display: flex; flex-direction: column; }
.play-button small { font-size: 8px; letter-spacing: .12em; }
.play-button strong { font: 600 18px/1.15 "Manrope"; letter-spacing: -.04em; }
.play-mark { width: 24px; height: 28px; background: linear-gradient(145deg, #43d47c 0 33%, #45a4ff 34% 55%, #ffd037 56% 73%, #f44767 74%); clip-path: polygon(0 0, 100% 50%, 0 100%); }
.text-link { font-size: 13px; color: rgba(255,255,255,.7); border-bottom: 1px solid rgba(255,255,255,.24); padding: 11px 0; display: inline-flex; gap: 25px; transition: color .2s; }
.text-link:hover { color: white; }
.hero-proof { margin-top: 45px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.13); display: flex; gap: clamp(30px, 4vw, 66px); max-width: 550px; }
.hero-proof div { display: flex; flex-direction: column; }
.hero-proof strong { font: 600 22px "Manrope"; letter-spacing: -.05em; }
.hero-proof strong span { color: #ffd43b; font-size: 15px; }
.hero-proof small { margin-top: 4px; color: rgba(255,255,255,.42); font-size: 10px; }

.hero-stage { position: relative; height: 100%; z-index: 2; }
.phone { position: absolute; z-index: 4; width: min(25vw, 370px); aspect-ratio: .57; left: 42%; top: 50%; transform: rotate(2deg); translate: -50% -45%; border: 9px solid #25202b; border-radius: 42px; overflow: hidden; background: #111; box-shadow: 0 45px 100px rgba(0,0,0,.6); transition: transform .12s ease-out; }
.phone > img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.9); }
.phone-top { position: absolute; z-index: 6; top: 10px; left: 50%; transform: translateX(-50%); width: 31%; height: 19px; background: #15121a; border-radius: 99px; }
.phone-top span { position: absolute; width: 5px; height: 5px; border-radius: 50%; background: #33294a; right: 13px; top: 7px; }
.phone-shade { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 38%, rgba(5,3,8,.12) 52%, rgba(5,3,8,.94) 100%); }
.phone-caption { position: absolute; z-index: 4; left: 24px; right: 24px; bottom: 65px; display: flex; flex-direction: column; }
.phone-caption span { color: var(--lime); font-size: 8px; letter-spacing: .18em; }
.phone-caption strong { margin-top: 9px; font: 700 24px/1 "Manrope"; letter-spacing: -.05em; }
.phone-caption small { margin-top: 8px; color: rgba(255,255,255,.55); }
.phone-nav { position: absolute; z-index: 5; bottom: 20px; left: 0; right: 0; display: flex; justify-content: center; gap: 7px; }
.phone-nav i { width: 5px; height: 5px; background: rgba(255,255,255,.3); border-radius: 50%; }
.phone-nav i.active { width: 18px; border-radius: 9px; background: var(--pink); }
.poster { position: absolute; width: min(21vw, 300px); aspect-ratio: .68; overflow: hidden; border: 6px solid #25202b; border-radius: 24px; box-shadow: 0 30px 70px rgba(0,0,0,.5); }
.poster img { width: 100%; height: 100%; object-fit: cover; transform: scale(2.4); }
.poster-back { right: -6%; top: 16%; transform: rotate(9deg); opacity: .72; }
.poster-front { left: -3%; bottom: 2%; transform: rotate(-9deg); z-index: 5; width: min(16vw, 235px); }
.float-badge { position: absolute; z-index: 7; right: 5%; bottom: 15%; width: 145px; height: 145px; border-radius: 50%; background: var(--lime); color: var(--night); display: flex; flex-direction: column; justify-content: center; padding-left: 31px; transform: rotate(8deg); box-shadow: 0 18px 45px rgba(0,0,0,.25); }
.float-badge span { font-size: 8px; letter-spacing: .16em; margin-bottom: 11px; }
.float-badge strong { font: 700 17px/1.05 "Manrope"; letter-spacing: -.04em; }

.genre-strip { overflow: hidden; background: var(--pink); color: white; padding: 20px 0; }
.genre-track { display: flex; align-items: center; gap: 31px; width: max-content; font: 700 16px "Manrope"; letter-spacing: .06em; animation: ticker 24s linear infinite; }
.genre-track i { color: var(--lime); font-style: normal; }
@keyframes ticker { to { transform: translateX(-50%); } }

.section { padding: 125px 6vw; }
.section-intro { display: grid; grid-template-columns: 1fr 1fr; align-items: end; margin-bottom: 70px; }
.section-intro .kicker { grid-column: 1 / -1; }
h2 { font-size: clamp(54px, 6vw, 93px); line-height: .94; }
h2 em { color: var(--pink); }
.section-intro > p:last-child { max-width: 430px; justify-self: end; color: var(--muted); line-height: 1.7; margin: 0 2vw 8px 40px; }
.showcase { display: grid; grid-template-columns: 72% 28%; min-height: 520px; background: var(--night); color: white; border-radius: 3px; overflow: hidden; }
.showcase-image { position: relative; overflow: hidden; min-height: 520px; }
.showcase-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 58%, rgba(11,8,16,.88)); }
.showcase-image img { width: 100%; height: 100%; object-fit: cover; }
.image-label { position: absolute; z-index: 2; top: 24px; left: 24px; background: var(--pink); padding: 8px 11px; font-size: 9px; letter-spacing: .14em; }
.showcase-copy { padding: 39px 35px 35px 0; display: flex; flex-direction: column; position: relative; z-index: 2; }
.showcase-copy .count { font-size: 9px; letter-spacing: .15em; color: rgba(255,255,255,.4); }
.showcase-copy > p { margin: auto 0 38px; font: 600 clamp(30px, 3vw, 47px)/1.06 "Manrope"; letter-spacing: -.055em; }
.mini-facts { display: flex; flex-direction: column; border-top: 1px solid rgba(255,255,255,.16); }
.mini-facts span { padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.16); font-size: 11px; color: rgba(255,255,255,.58); }

.features { background: var(--night); color: white; display: grid; grid-template-columns: 45% 55%; gap: 7vw; }
.feature-title .kicker { margin-bottom: 30px; }
.feature-title h2 { font-size: clamp(52px, 5.2vw, 82px); }
.feature-list { border-top: 1px solid rgba(255,255,255,.17); }
.feature { display: grid; grid-template-columns: 42px 1fr; gap: 15px; padding: 35px 0; border-bottom: 1px solid rgba(255,255,255,.17); }
.feature > span { color: var(--pink); font-size: 10px; margin-top: 9px; }
.feature h3 { font: 600 29px "Manrope"; letter-spacing: -.045em; margin: 0 0 12px; }
.feature p { color: rgba(255,255,255,.5); max-width: 460px; line-height: 1.65; margin: 0; font-size: 14px; }

.app-view { padding: 0; display: grid; grid-template-columns: 42% 58%; min-height: 710px; background: var(--cream); }
.app-view-copy { padding: 115px 3vw 100px 7vw; display: flex; flex-direction: column; justify-content: center; }
.app-view-copy h2 { font-size: clamp(54px, 5.3vw, 82px); }
.app-view-copy > p:not(.kicker) { color: var(--muted); line-height: 1.7; margin: 35px 0; max-width: 490px; }
.dark-button { align-self: flex-start; display: inline-flex; align-items: center; gap: 45px; background: var(--night); color: white; border-radius: 99px; padding: 16px 21px; font-size: 13px; box-shadow: 0 12px 30px rgba(0,0,0,.16); transition: transform .2s, box-shadow .2s; }
.app-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; overflow: hidden; background: var(--night); }
.app-gallery img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.8); }

.final-cta { min-height: 740px; background: linear-gradient(145deg, #de225b, var(--orange)); color: white; display: grid; place-items: center; text-align: center; position: relative; overflow: hidden; padding: 90px 20px; }
.cta-orbit { position: absolute; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; }
.cta-orbit.one { width: 740px; height: 740px; }
.cta-orbit.two { width: 1100px; height: 380px; transform: rotate(-14deg); }
.cta-content { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; }
.cta-content > img { width: 78px; height: 78px; border-radius: 21px; margin-bottom: 27px; box-shadow: 0 17px 40px rgba(78,0,28,.3); }
.cta-content .kicker { margin-bottom: 27px; color: rgba(255,255,255,.7); }
.cta-content .kicker span { background: var(--lime); }
.cta-content h2 { font-size: clamp(70px, 8vw, 123px); line-height: .85; }
.cta-content h2 em { color: var(--lime); }
.play-button.light { margin-top: 45px; }

footer { background: var(--night); color: white; padding: 70px 6vw 25px; display: grid; grid-template-columns: 1fr auto; align-items: start; }
footer .brand img { width: 38px; height: 38px; }
footer > p { grid-column: 1; color: rgba(255,255,255,.4); font-size: 13px; margin: 25px 0 60px; }
.footer-links { grid-column: 2; grid-row: 1 / span 2; display: flex; gap: 28px; font-size: 12px; color: rgba(255,255,255,.58); padding-top: 12px; }
.footer-links a:hover { color: white; }
.footer-bottom { grid-column: 1 / -1; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.14); display: flex; justify-content: space-between; color: rgba(255,255,255,.3); font-size: 10px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 900px) {
  .site-header { height: 72px; padding: 0 20px; }
  .site-header .company-name { margin-left: 2px; padding-left: 12px; font-size: 9px; }
  .site-header nav, .header-cta { display: none; }
  .menu-toggle { display: flex; flex-direction: column; gap: 6px; z-index: 22; }
  .site-header.menu-open { position: fixed; background: var(--night); height: 100vh; align-items: flex-start; padding-top: 18px; }
  .site-header.menu-open nav { display: flex; flex-direction: column; position: absolute; left: 22px; top: 130px; font: 600 35px "Manrope"; }
  .site-header.menu-open .menu-toggle span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .site-header.menu-open .menu-toggle span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .hero { height: auto; max-height: none; min-height: 980px; display: block; }
  .hero-copy { padding: 130px 22px 0; }
  h1 { font-size: clamp(57px, 17vw, 86px); }
  .hero-text, .hero-actions { margin-left: 0; }
  .hero-actions { align-items: flex-start; flex-wrap: wrap; }
  .hero-proof { gap: 25px; }
  .hero-stage { height: 510px; margin-top: -20px; }
  .phone { width: 235px; left: 53%; top: 53%; border-radius: 31px; border-width: 7px; }
  .poster-back { width: 175px; right: -12%; top: 13%; }
  .poster-front { width: 132px; left: -7%; bottom: 1%; }
  .float-badge { width: 105px; height: 105px; right: 1%; bottom: 9%; padding-left: 20px; }
  .float-badge strong { font-size: 13px; }
  .phone-caption { left: 18px; bottom: 53px; }
  .phone-caption strong { font-size: 19px; }
  .section { padding: 88px 22px; }
  .section-intro { display: block; }
  .section-intro > p:last-child { margin: 32px 0 0; }
  .showcase { grid-template-columns: 1fr; min-height: 0; }
  .showcase-image { min-height: 320px; }
  .showcase-image::after { background: linear-gradient(180deg, transparent 65%, var(--night)); }
  .showcase-copy { padding: 28px 24px; }
  .showcase-copy > p { margin: 55px 0 30px; }
  .features { display: block; }
  .feature-title { margin-bottom: 55px; }
  .feature { padding: 29px 0; }
  .app-view { display: block; }
  .app-view-copy { padding: 90px 22px; }
  .app-gallery { height: 480px; }
  .app-gallery img { transform: scale(2.2); }
  .final-cta { min-height: 630px; }
  footer { display: block; }
  footer > p { margin-bottom: 35px; }
  .footer-links { display: flex; flex-wrap: wrap; margin-bottom: 50px; }
  .footer-bottom { gap: 20px; }
}

@media (max-width: 430px) {
  .hero-proof small { max-width: 75px; }
  .hero-proof strong { font-size: 19px; }
  .text-link { display: none; }
  .app-gallery { height: 360px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .genre-track { animation: none; }
  .reveal { opacity: 1; transform: none; transition: none; }
}

/* Define Joy original studio direction */
.studio-page { --studio-cream: #f3eee4; --studio-coral: #ff5b45; --studio-lime: #d8ff43; --studio-night: #19191c; background: #faf7f0; }
.studio-header { height: 92px; position: absolute; inset: 0 0 auto; z-index: 20; padding: 0 4.5vw; display: flex; align-items: center; justify-content: space-between; color: var(--studio-cream); }
.studio-brand { display: inline-flex; align-items: center; gap: 11px; font: 800 16px/1 "Manrope"; letter-spacing: -.03em; }
.studio-mark { position: relative; width: 25px; height: 25px; }
.studio-mark i { position: absolute; width: 10px; height: 10px; border-radius: 50%; background: var(--studio-coral); }
.studio-mark i:first-child { top: 1px; left: 7px; }
.studio-mark i:nth-child(2) { bottom: 2px; left: 1px; }
.studio-mark i:last-child { right: 1px; bottom: 2px; }
.studio-header nav { display: flex; gap: 38px; color: rgba(255,255,255,.7); font-size: 13px; }
.studio-header nav a:hover { color: white; }
.studio-header-link { display: inline-flex; gap: 28px; padding: 12px 18px; border: 1px solid rgba(255,255,255,.4); border-radius: 99px; font-size: 13px; transition: background .2s, color .2s; }
.studio-header-link:hover { background: white; color: var(--studio-night); }
.studio-menu { display: none; border: 0; background: transparent; padding: 10px; }
.studio-menu span { width: 24px; height: 1px; background: white; display: block; }
.studio-hero { min-height: 820px; height: 100vh; max-height: 1040px; background: var(--studio-night); color: var(--studio-cream); display: grid; grid-template-columns: 52% 48%; position: relative; overflow: hidden; }
.studio-hero::before { content: ""; position: absolute; width: 780px; height: 780px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; left: -360px; top: 40px; }
.studio-hero-copy { padding: 180px 0 80px 8vw; position: relative; z-index: 2; }
.studio-kicker { margin: 0; font: 600 11px/1.2 "Manrope"; letter-spacing: .18em; text-transform: uppercase; color: #77726b; }
.studio-hero-copy .studio-kicker { color: rgba(243,238,228,.58); margin-bottom: 50px; }
.studio-hero h1 { font-size: clamp(68px, 7.7vw, 132px); line-height: .84; }
.studio-hero h1 em { color: var(--studio-coral); }
.studio-hero-copy > p:last-of-type { color: rgba(243,238,228,.67); font-size: 17px; line-height: 1.55; max-width: 430px; margin: 46px 0 0 20%; }
.studio-circle-link { width: 130px; height: 130px; margin-top: 35px; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; text-align: center; font-size: 12px; transition: background .25s, color .25s, transform .25s; }
.studio-circle-link:hover { background: var(--studio-lime); color: var(--studio-night); transform: rotate(-6deg); }
.studio-hero-visual { position: relative; }
.studio-main-poster { position: absolute; width: min(31vw, 465px); aspect-ratio: 2/3; left: 48%; top: 50%; transform: translate(-50%,-47%) rotate(3deg); overflow: hidden; background: #27222b; box-shadow: 0 25px 90px rgba(0,0,0,.55); }
.studio-main-poster > img { width: 100%; height: 100%; object-fit: cover; transform: scale(2.1); filter: saturate(.85) contrast(1.05); }
.studio-main-poster::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 25%, rgba(11,8,16,.08) 50%, rgba(11,8,16,.94)); }
.studio-main-poster > div { position: absolute; z-index: 2; left: 0; right: 0; bottom: 7%; display: flex; flex-direction: column; text-align: center; }
.studio-main-poster small { font-size: 7px; letter-spacing: .24em; }
.studio-main-poster strong { margin-top: 9px; font: 700 clamp(37px, 4vw, 57px)/.78 "Manrope"; letter-spacing: -.08em; }
.studio-main-poster span { margin-top: 14px; font: italic 11px Georgia; }
.studio-note { position: absolute; z-index: 4; width: 190px; left: 2%; top: 30%; padding: 22px; transform: rotate(-6deg); background: var(--studio-lime); color: var(--studio-night); box-shadow: 0 18px 35px rgba(0,0,0,.25); }
.studio-note small { font-size: 8px; letter-spacing: .12em; opacity: .55; }
.studio-note strong { display: block; margin-top: 31px; font: 700 18px/1.12 "Manrope"; letter-spacing: -.04em; }
.studio-ticker { background: var(--studio-lime); overflow: hidden; padding: 22px 0; }
.studio-ticker > div { width: max-content; display: flex; gap: 34px; align-items: center; font: 700 17px "Manrope"; letter-spacing: .05em; animation: ticker 24s linear infinite; }
.studio-ticker i { color: var(--studio-coral); font-style: normal; }
.studio-stories { padding: 135px 6vw; }
.studio-section-heading { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 75px; }
.studio-section-heading h2, .studio-process h2 { font-size: clamp(52px, 6vw, 92px); line-height: .94; }
.studio-section-heading h2 em, .studio-process h2 em { color: var(--studio-coral); }
.studio-section-heading .studio-kicker, .studio-process .studio-kicker { margin-bottom: 25px; }
.studio-section-heading > p { max-width: 390px; margin: 0 3vw 6px 30px; color: #77726b; line-height: 1.6; }
.studio-story-grid { display: grid; grid-template-columns: 1.2fr 1fr .86fr; gap: 2.2vw; align-items: start; }
.studio-story-grid article:nth-child(2) { margin-top: 105px; }
.studio-story-grid article:nth-child(3) { margin-top: 210px; }
.studio-story-art { aspect-ratio: .72; position: relative; overflow: hidden; background: #241a2d; }
.studio-story-art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.04), rgba(0,0,0,.58)); }
.studio-story-art img { width: 100%; height: 100%; object-fit: cover; transform: scale(2.2); }
.studio-story-art > span, .studio-story-art > small { position: absolute; z-index: 2; color: rgba(255,255,255,.78); font-size: 9px; letter-spacing: .14em; }
.studio-story-art > span { top: 18px; left: 18px; }
.studio-story-art > small { left: 18px; bottom: 18px; }
.studio-story-meta { padding: 18px 2px; display: flex; justify-content: space-between; gap: 15px; align-items: baseline; }
.studio-story-meta h3 { margin: 0; font: 600 18px "Manrope"; letter-spacing: -.04em; }
.studio-story-meta span { color: #77726b; font-size: 10px; white-space: nowrap; }
.studio-product-link { margin-top: 45px; margin-left: auto; width: max-content; display: flex; gap: 40px; padding: 15px 0; border-bottom: 1px solid var(--studio-night); font: 600 13px "Manrope"; }
.studio-manifesto { padding: 125px 7vw; background: var(--studio-night); color: var(--studio-cream); display: grid; grid-template-columns: 20% 80%; }
.studio-manifesto-label { display: flex; flex-direction: column; justify-content: space-between; color: rgba(255,255,255,.42); }
.studio-manifesto-label .studio-kicker { color: inherit; }
.studio-manifesto-label > span { font-size: 11px; letter-spacing: .2em; }
.studio-manifesto-copy > p:first-child { margin: 0; font: 500 clamp(47px,5.7vw,85px)/1.08 "Manrope"; letter-spacing: -.065em; max-width: 1050px; }
.studio-manifesto-copy em { font-family: Georgia; color: var(--studio-lime); }
.studio-manifesto-copy > p:last-child { max-width: 620px; margin: 65px 0 0 34%; color: rgba(255,255,255,.5); font-size: 17px; line-height: 1.65; }
.studio-stats { grid-column: 2; margin-top: 90px; padding-top: 35px; border-top: 1px solid rgba(255,255,255,.18); display: grid; grid-template-columns: repeat(3,1fr); }
.studio-stats div { display: flex; flex-direction: column; }
.studio-stats strong { color: var(--studio-coral); font: 500 clamp(37px,4vw,64px) "Manrope"; letter-spacing: -.06em; }
.studio-stats span { margin-top: 6px; font-size: 11px; opacity: .5; }
.studio-process { padding: 135px 6vw; background: var(--studio-cream); display: grid; grid-template-columns: 42% 58%; gap: 7vw; }
.studio-process > div:first-child { position: sticky; top: 70px; align-self: start; }
.studio-process-list { border-top: 1px solid rgba(22,21,22,.16); }
.studio-process-list article { display: grid; grid-template-columns: 50px 1fr; gap: 18px; padding: 36px 0; border-bottom: 1px solid rgba(22,21,22,.16); }
.studio-process-list article > span { padding-top: 7px; color: #77726b; font-size: 10px; }
.studio-process-list h3 { margin: 0 0 14px; font: 600 31px "Manrope"; letter-spacing: -.05em; }
.studio-process-list p { max-width: 490px; margin: 0; color: #77726b; font-size: 14px; line-height: 1.6; }
.studio-contact { min-height: 620px; padding: 100px 25px; background: var(--studio-coral); display: grid; place-items: center; text-align: center; position: relative; overflow: hidden; }
.studio-contact::before { content: ""; position: absolute; width: 760px; height: 760px; border: 1px solid rgba(22,21,22,.18); border-radius: 50%; }
.studio-contact > div { position: relative; z-index: 2; }
.studio-contact .studio-kicker { margin-bottom: 35px; color: var(--studio-night); }
.studio-contact h2 { font-size: clamp(64px,8vw,120px); line-height: .84; }
.studio-contact h2 em { color: var(--studio-cream); }
.studio-contact a { margin-top: 55px; padding: 15px 20px; border-bottom: 1px solid var(--studio-night); display: inline-flex; gap: 38px; font: 600 14px "Manrope"; }
.studio-footer { padding: 70px 6vw 25px; background: var(--studio-night); color: var(--studio-cream); }
.studio-footer > .studio-brand { font-size: 22px; margin-bottom: 70px; }
.studio-footer > div { padding: 30px 0; border-top: 1px solid rgba(255,255,255,.15); border-bottom: 1px solid rgba(255,255,255,.15); display: flex; gap: 34px; font-size: 13px; }
.studio-footer > div a:hover { color: var(--studio-lime); }
.studio-footer > p { padding-top: 24px; margin: 0; display: flex; justify-content: space-between; color: rgba(255,255,255,.38); font-size: 10px; }

@media (max-width: 900px) {
  .studio-header { height: 72px; padding: 0 22px; }
  .studio-header nav, .studio-header-link { display: none; }
  .studio-menu { display: flex; flex-direction: column; gap: 6px; z-index: 22; }
  .studio-header.menu-open { position: fixed; height: 100vh; background: var(--studio-night); align-items: flex-start; padding-top: 26px; }
  .studio-header.menu-open nav { display: flex; position: absolute; top: 130px; left: 22px; flex-direction: column; font: 500 34px "Manrope"; }
  .studio-header.menu-open .studio-menu span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .studio-header.menu-open .studio-menu span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .studio-hero { min-height: 940px; height: auto; display: block; }
  .studio-hero-copy { padding: 130px 22px 0; }
  .studio-hero h1 { font-size: clamp(57px,17vw,90px); }
  .studio-hero-copy > p:last-of-type { margin: 32px 0 0 12%; font-size: 15px; }
  .studio-circle-link { width: 105px; height: 105px; margin-top: 26px; }
  .studio-hero-visual { height: 480px; margin-top: -45px; }
  .studio-main-poster { width: 245px; left: 58%; }
  .studio-note { width: 140px; left: 3%; top: 28%; padding: 16px; }
  .studio-note strong { margin-top: 22px; font-size: 14px; }
  .studio-stories, .studio-process { padding: 90px 22px; }
  .studio-section-heading { display: block; }
  .studio-section-heading > p { margin: 35px 0 0; }
  .studio-story-grid { grid-template-columns: 1fr; gap: 45px; }
  .studio-story-grid article, .studio-story-grid article:nth-child(2), .studio-story-grid article:nth-child(3) { margin: 0; }
  .studio-story-art { aspect-ratio: .88; }
  .studio-product-link { margin-left: 0; }
  .studio-manifesto { padding: 90px 22px; display: block; }
  .studio-manifesto-label { flex-direction: row; margin-bottom: 45px; }
  .studio-manifesto-copy > p:last-child { margin: 40px 0 0 12%; font-size: 15px; }
  .studio-stats { grid-column: auto; gap: 15px; margin-top: 65px; }
  .studio-stats span { font-size: 9px; }
  .studio-process { display: block; }
  .studio-process > div:first-child { position: static; margin-bottom: 55px; }
  .studio-contact { min-height: 540px; }
  .studio-footer > div { flex-wrap: wrap; }
}

/* Privacy policy */
.legal-page { background: var(--paper); }
.legal-header { height: 90px; padding: 0 4.5vw; display: flex; align-items: center; justify-content: space-between; background: var(--night); color: white; }
.legal-nav { display: flex; align-items: center; gap: 28px; color: rgba(255,255,255,.58); font-size: 12px; }
.legal-nav a { padding: 9px 0; border-bottom: 1px solid transparent; }
.legal-nav a:hover, .legal-nav a[aria-current="page"] { color: white; border-bottom-color: var(--pink); }
.legal-back { display: inline-flex; gap: 24px; padding: 11px 0; border-bottom: 1px solid rgba(255,255,255,.3); font-size: 13px; }
.legal-main { max-width: 1440px; margin: 0 auto; padding: 100px 6vw 130px; display: grid; grid-template-columns: 240px minmax(0, 820px); gap: clamp(55px, 8vw, 130px); }
.legal-aside { position: sticky; top: 40px; align-self: start; display: flex; flex-direction: column; gap: 14px; }
.legal-aside p { margin: 0; color: var(--pink); font: 700 10px "Manrope"; letter-spacing: .17em; }
.legal-aside span { color: var(--muted); font-size: 12px; }
.legal-aside a { align-self: flex-start; margin-top: 18px; padding-bottom: 5px; border-bottom: 1px solid var(--ink); font-size: 12px; }
.legal-title { padding-bottom: 75px; border-bottom: 1px solid var(--line); }
.legal-title > p:first-child { margin: 0 0 25px; color: var(--muted); font: 600 10px "Manrope"; letter-spacing: .17em; }
.legal-title h1 { color: var(--ink); font-size: clamp(65px, 8vw, 112px); }
.legal-title h1 em { color: var(--pink); }
.legal-title > p:last-child { max-width: 680px; margin: 42px 0 0; color: var(--muted); font-size: 17px; line-height: 1.75; }
.legal-content section { padding: 52px 0; border-bottom: 1px solid var(--line); }
.legal-content section h2 { margin: 0 0 25px; font-size: 30px; line-height: 1.2; letter-spacing: -.04em; }
.legal-content section h3 { margin: 32px 0 10px; font: 650 17px "Manrope"; letter-spacing: -.025em; }
.legal-content section p, .legal-content section li { color: #5f5862; font-size: 15px; line-height: 1.8; }
.legal-content section p { margin: 0 0 16px; }
.legal-content section p:last-child { margin-bottom: 0; }
.legal-content section ul { margin: 8px 0 22px; padding-left: 20px; }
.legal-content section li { margin-bottom: 9px; padding-left: 7px; }
.legal-content section a { color: var(--pink); border-bottom: 1px solid rgba(255,61,116,.35); }
.legal-content address { color: #5f5862; font-style: normal; font-size: 15px; line-height: 1.8; }
.legal-footer { display: flex; justify-content: space-between; padding: 26px 6vw; background: var(--night); color: rgba(255,255,255,.42); font-size: 11px; }
.legal-footer a { color: white; }

/* Company */
.company-page { background: var(--paper); }
.company-header nav { display: flex; gap: 30px; color: rgba(255,255,255,.62); font-size: 12px; }
.company-header nav a { transition: color .2s; }
.company-header nav a:hover { color: white; }
.company-hero { min-height: 760px; padding: 170px 7vw 100px; background: var(--night); color: white; position: relative; overflow: hidden; display: grid; grid-template-columns: 62% 38%; align-items: center; }
.company-hero::before { content: "DEFINE JOY"; position: absolute; left: 4vw; bottom: -4vw; color: rgba(255,255,255,.025); font: 800 14vw/1 "Manrope"; white-space: nowrap; letter-spacing: -.08em; }
.company-orbit { position: absolute; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; }
.company-orbit.orbit-a { width: 680px; height: 680px; right: -260px; top: 30px; }
.company-orbit.orbit-b { width: 520px; height: 240px; right: -10px; top: 260px; transform: rotate(-17deg); }
.company-hero-copy { position: relative; z-index: 2; }
.company-hero-copy h1 { font-size: clamp(66px, 7.6vw, 122px); }
.company-hero-copy h1 em { color: var(--lime); }
.company-hero-copy > p:last-child { max-width: 560px; margin: 42px 0 0 14%; color: rgba(255,255,255,.6); font-size: 17px; line-height: 1.7; }
.company-brand-card { position: relative; z-index: 2; width: min(28vw, 360px); aspect-ratio: 1; margin-left: auto; border-radius: 50%; background: linear-gradient(145deg, var(--pink), var(--orange)); display: flex; flex-direction: column; align-items: center; justify-content: center; transform: rotate(7deg); box-shadow: 0 32px 85px rgba(0,0,0,.35); }
.company-brand-card span { font: 700 18px "Manrope"; letter-spacing: .3em; margin-left: .3em; }
.company-brand-card strong { font: 800 clamp(67px, 7vw, 104px)/.85 "Manrope"; letter-spacing: -.09em; }
.company-brand-card small { margin-top: 12px; font: 700 11px "Manrope"; letter-spacing: .3em; }
.company-story { display: grid; grid-template-columns: 22% 78%; }
.company-label { display: flex; flex-direction: column; justify-content: space-between; min-height: 230px; }
.company-label p { margin: 0; color: var(--pink); font: 700 10px "Manrope"; letter-spacing: .17em; }
.company-label span { color: var(--muted); font-size: 10px; letter-spacing: .15em; }
.company-statement h2 { font-size: clamp(54px, 5.8vw, 88px); max-width: 950px; }
.company-statement p { max-width: 600px; margin: 50px 0 0 30%; color: var(--muted); font-size: 16px; line-height: 1.75; }
.company-product { min-height: 700px; display: grid; grid-template-columns: 43% 57%; background: var(--pink); color: white; }
.company-product-copy { padding: 105px 4vw 95px 7vw; display: flex; flex-direction: column; justify-content: center; }
.company-product-copy .kicker { color: rgba(255,255,255,.7); margin-bottom: 28px; }
.company-product-copy .kicker span { background: var(--lime); }
.company-product-copy h2 { font-size: clamp(60px, 6vw, 92px); }
.company-product-copy h2 em { color: var(--lime); }
.company-product-copy > p:not(.kicker) { max-width: 480px; color: rgba(255,255,255,.7); line-height: 1.7; margin: 32px 0; }
.company-product-copy .play-button { align-self: flex-start; }
.company-product-visual { min-height: 700px; position: relative; overflow: hidden; }
.company-product-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 40%, rgba(11,8,16,.88)); }
.company-product-visual img { width: 100%; height: 100%; object-fit: cover; }
.company-product-visual > div { position: absolute; z-index: 2; left: 45px; bottom: 45px; display: flex; flex-direction: column; }
.company-product-visual span { color: var(--lime); font: 700 9px "Manrope"; letter-spacing: .18em; margin-bottom: 12px; }
.company-product-visual strong { font: 700 50px/.9 "Manrope"; letter-spacing: -.06em; }
.company-values { display: grid; grid-template-columns: 22% 78%; }
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.value-grid article { min-height: 310px; padding: 28px 28px 28px 0; border-bottom: 1px solid var(--line); }
.value-grid article + article { padding-left: 28px; border-left: 1px solid var(--line); }
.value-grid article > span { color: var(--pink); font-size: 10px; }
.value-grid h3 { margin: 105px 0 15px; font: 650 24px "Manrope"; letter-spacing: -.04em; }
.value-grid p { color: var(--muted); font-size: 14px; line-height: 1.65; margin: 0; }
.company-contact { min-height: 600px; display: grid; place-items: center; text-align: center; padding: 90px 22px; background: var(--night); color: white; position: relative; overflow: hidden; }
.company-contact::before { content: ""; position: absolute; width: 700px; height: 700px; border: 1px solid rgba(255,255,255,.09); border-radius: 50%; }
.company-contact > div { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; }
.company-contact .kicker { margin-bottom: 30px; }
.company-contact h2 { font-size: clamp(67px, 7.8vw, 115px); line-height: .88; }
.company-contact h2 em { color: var(--pink); }
.company-contact a { margin-top: 48px; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.45); display: inline-flex; gap: 42px; font-size: 14px; }
.legal-footer > div { display: flex; gap: 25px; }

@media (max-width: 760px) {
  .legal-header { height: 72px; padding: 0 20px; }
  .legal-header .brand { font-size: 18px; }
  .legal-header .company-name { margin-left: 2px; padding-left: 12px; font-size: 9px; }
  .legal-nav { gap: 14px; font-size: 10px; }
  .legal-back span { display: none; }
  .legal-main { padding: 70px 22px 90px; display: block; }
  .legal-aside { position: static; margin-bottom: 55px; }
  .legal-title { padding-bottom: 55px; }
  .legal-content section { padding: 42px 0; }
  .legal-footer { padding: 24px 22px; gap: 20px; }
  .company-header nav { gap: 15px; font-size: 10px; }
  .company-header nav a:nth-child(2) { display: none; }
  .company-hero { min-height: 900px; padding: 125px 22px 80px; display: block; }
  .company-hero-copy > p:last-child { margin: 32px 0 0; }
  .company-brand-card { width: 230px; margin: 60px auto 0; }
  .company-story, .company-values { display: block; }
  .company-label { min-height: auto; flex-direction: row; margin-bottom: 48px; }
  .company-statement p { margin: 35px 0 0; }
  .company-product { display: block; }
  .company-product-copy { padding: 85px 22px; }
  .company-product-visual { min-height: 500px; }
  .value-grid { display: block; }
  .value-grid article, .value-grid article + article { min-height: auto; padding: 28px 0; border-left: 0; }
  .value-grid h3 { margin: 50px 0 12px; }
  .company-contact { min-height: 540px; }
}

/* Local typography, accessibility and business navigation. */
body{font-family:Arial,Helvetica,sans-serif}.reveal{opacity:1;transform:none}a:focus-visible,button:focus-visible{outline:3px solid #ff6b3d;outline-offset:5px}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}

/* Local typography, accessibility and business navigation. */
body{font-family:Arial,Helvetica,sans-serif}.reveal{opacity:1;transform:none}a:focus-visible,button:focus-visible{outline:3px solid #ff6b3d;outline-offset:5px}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}

html{overflow-x:clip}

/* Full company wordmark, shared with the company and games websites. */
.company-brand{gap:12px;font-family:Arial,Helvetica,sans-serif;font-size:18px;letter-spacing:.045em;white-space:nowrap}.company-brand .brand-mark{display:flex;align-items:center;gap:4px;width:31px;height:29px;flex-shrink:0}.company-brand .brand-mark i{width:7px;height:19px;background:#ff3d74;border-radius:3px;transform:skewY(-16deg)}.company-brand .brand-mark i:nth-child(2){height:29px}.company-brand .brand-mark i:nth-child(3){height:23px}
@media(max-width:1100px){.site-header nav{gap:18px;font-size:12px}.site-header .company-brand{font-size:16px}}
@media(max-width:900px){.site-header .company-brand,.legal-header .company-brand{font-size:15px;gap:9px;letter-spacing:.03em}.company-brand .brand-mark{width:27px;gap:3px}.company-brand .brand-mark i{width:6px}.company-brand .brand-mark i:nth-child(2){height:25px}.company-brand .brand-mark i:nth-child(3){height:21px}.site-header.menu-open nav{font-family:Arial,Helvetica,sans-serif}}
@media(max-width:390px){.legal-header{padding:0 14px}.legal-header .company-brand{font-size:13px}.legal-nav{gap:12px;font-size:11px}}
