:root {
  --ink: #f8f1e8;
  --muted: #b8aaa0;
  --dim: #786a62;
  --black: #080605;
  --panel: #120c09;
  --panel-2: #1b110d;
  --hot: #ff4b19;
  --gold: #ffaf20;
  --line: rgba(255, 174, 95, 0.19);
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: clip; background: var(--black); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
body::before { content: ""; position: fixed; inset: 0; z-index: -1; pointer-events: none; opacity: .13; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 56px 56px; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
img, video { max-width: 100%; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 50; padding: 12px 16px; background: var(--ink); color: var(--black); font-weight: 800; }
.skip-link:focus { top: 16px; }

.site-header { position: relative; z-index: 5; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 32px; width: min(calc(100% - 40px), var(--max)); min-height: 88px; margin: 0 auto; border-bottom: 1px solid var(--line); }
.studio-mark { display: inline-flex; align-items: flex-start; width: max-content; line-height: .8; font-family: Georgia, "Times New Roman", serif; font-weight: 900; }
.studio-mark__ten { font-size: 31px; }
.studio-mark__ft { color: #82d4e6; font-size: 13px; margin: -1px 5px 0 1px; }
.studio-mark__games { align-self: flex-end; margin-bottom: 1px; font: 800 10px/1 Arial, sans-serif; letter-spacing: .14em; }
.site-header nav { display: flex; justify-content: center; gap: 28px; color: var(--muted); font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.site-header nav a:hover, .site-header nav a:focus-visible, footer a:hover { color: var(--gold); }
.header-download { display: inline-flex; gap: 12px; align-items: center; min-height: 43px; padding: 0 16px; border: 1px solid var(--line); border-radius: 4px; font-size: 13px; font-weight: 900; text-transform: uppercase; letter-spacing: .05em; }
.header-download span { color: var(--gold); font-size: 11px; }

.hero { position: relative; display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(360px, .7fr); align-items: center; column-gap: clamp(42px, 6vw, 94px); row-gap: 34px; width: min(calc(100% - 40px), var(--max)); min-height: 680px; margin: 0 auto; padding: 72px 0 84px; }
.hero::after { content: "PRESS / CREATOR KIT"; position: absolute; right: -40px; bottom: 18px; color: rgba(255,255,255,.028); font-size: clamp(70px, 11vw, 160px); font-weight: 1000; letter-spacing: -.06em; white-space: nowrap; pointer-events: none; }
.hero__art { position: relative; z-index: 1; }
.hero__art::before { content: ""; position: absolute; inset: -15%; z-index: -1; background: radial-gradient(circle, rgba(255,57,0,.35), transparent 62%); filter: blur(25px); }
.hero__art img { display: block; width: 100%; height: auto; border: 1px solid rgba(255,173,52,.22); border-radius: 9px; box-shadow: 0 40px 100px rgba(0,0,0,.7); transform: rotate(-1deg); }
.hero__content { position: relative; z-index: 2; }
.kicker { margin: 0 0 14px; color: var(--gold); font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .18em; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 24px; font-size: clamp(46px, 5.5vw, 78px); line-height: .91; letter-spacing: -.055em; }
h1 em { color: var(--hot); font-style: normal; }
.hero__summary { max-width: 580px; margin-bottom: 0; color: var(--muted); font-size: 18px; line-height: 1.62; }
.hero__traction { position: relative; grid-column: 1 / -1; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; width: 100%; overflow: hidden; border: 1px solid rgba(255,175,32,.42); background: var(--line); box-shadow: 0 18px 55px rgba(0,0,0,.28); }
.hero__metric { min-width: 0; padding: 22px 26px 50px; background: linear-gradient(145deg, rgba(255,76,25,.16), var(--panel)); transition: background 150ms ease; }
.hero__metric:hover, .hero__metric:focus-visible { background: linear-gradient(145deg, rgba(255,76,25,.26), var(--panel-2)); }
.hero__traction span, .hero__traction strong { display: block; }
.hero__traction span { color: var(--gold); font: 900 clamp(34px, 4vw, 54px)/1 Georgia, serif; letter-spacing: -.04em; }
.hero__traction strong { margin-top: 8px; font-size: 11px; line-height: 1.4; letter-spacing: .09em; text-transform: uppercase; }
.hero__traction > p { position: absolute; right: 14px; bottom: 12px; margin: 0; color: var(--dim); font-size: 10px; font-weight: 900; letter-spacing: .11em; text-align: right; text-transform: uppercase; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 32px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 54px; padding: 0 20px; border: 1px solid var(--line); border-radius: 4px; font-size: 13px; font-weight: 900; text-transform: uppercase; letter-spacing: .06em; transition: transform 150ms ease, background 150ms ease, border-color 150ms ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button span { font-size: 10px; opacity: .75; }
.button--hot { border-color: var(--hot); background: var(--hot); color: #160500; }
.button--hot:hover, .button--hot:focus-visible { background: #ff673c; }
.button--dark { background: rgba(255,255,255,.035); }
.button--dark:hover, .button--dark:focus-visible { border-color: var(--gold); }
.hero__note { margin: 14px 0 0; color: var(--dim); font-size: 12px; line-height: 1.5; }

.quick-strip { display: grid; grid-template-columns: repeat(4, 1fr); width: 100%; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #0d0907; }
.quick-strip div { padding: 22px max(20px, calc((100vw - var(--max)) / 8)); border-right: 1px solid var(--line); }
.quick-strip div:last-child { border-right: 0; }
.quick-strip span, .quick-strip strong { display: block; }
.quick-strip span { margin-bottom: 7px; color: var(--dim); font-size: 10px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.quick-strip strong { font-size: 14px; }

.section { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; padding: 110px 0; border-bottom: 1px solid var(--line); scroll-margin-top: 24px; }
.section-heading { display: grid; grid-template-columns: 72px 1fr auto; align-items: end; gap: 22px; margin-bottom: 44px; }
.section-number { margin: 0; color: var(--hot); font: 900 15px/1 Georgia, serif; }
.section-heading h2, .coverage h2, .final-download h2 { margin: 0; font-size: clamp(40px, 6vw, 74px); line-height: .92; letter-spacing: -.05em; }
.section-heading .kicker { margin-bottom: 10px; }
.section-aside { max-width: 260px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.5; text-align: right; }

.facts__layout { display: grid; grid-template-columns: 1fr .85fr; gap: 18px; padding-left: 94px; }
.facts-list { grid-row: span 2; margin: 0; border-top: 1px solid var(--line); }
.facts-list div { display: grid; grid-template-columns: 38% 1fr; gap: 20px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.facts-list dt { color: var(--dim); font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.facts-list dd { margin: 0; font-size: 14px; font-weight: 700; line-height: 1.45; }
.copy-card { align-self: start; padding: 24px; border: 1px solid var(--line); border-radius: 5px; background: linear-gradient(145deg, rgba(255,76,25,.08), rgba(255,255,255,.02)); }
.copy-card__top { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 30px; color: var(--gold); font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .13em; }
.copy-card button { min-height: 36px; padding: 0 12px; border: 1px solid var(--line); border-radius: 3px; background: transparent; color: var(--ink); cursor: pointer; font: inherit; letter-spacing: .05em; }
.copy-card button:hover, .copy-card button:focus-visible { border-color: var(--gold); color: var(--gold); }
.copy-card p { margin-bottom: 0; color: var(--muted); font-size: 15px; line-height: 1.75; }

.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-left: 94px; background: var(--line); }
.feature-grid article { min-height: 240px; padding: 26px; background: var(--panel); }
.feature-grid article > span { color: var(--hot); font: 900 12px Georgia, serif; }
.feature-grid h3 { margin: 64px 0 10px; font-size: 22px; letter-spacing: -.03em; }
.feature-grid p { margin-bottom: 0; color: var(--muted); font-size: 14px; line-height: 1.6; }

.media-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: start; gap: 18px; padding-left: 94px; }
.video-card { overflow: hidden; border: 1px solid var(--line); border-radius: 5px; background: var(--panel); }
.video-card--lead { grid-column: 1 / -1; }
.video-card video { display: block; width: 100%; aspect-ratio: 16/9; background: #000; object-fit: cover; }
.video-card__footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 16px 18px; }
.video-card__footer span, .video-card__footer small { display: block; }
.video-card__footer span { font-size: 14px; font-weight: 900; }
.video-card__footer small { margin-top: 3px; color: var(--dim); font-size: 10px; text-transform: uppercase; }
.video-card__footer a { color: var(--gold); font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .07em; }
.video-card__footer a:hover, .video-card__footer a:focus-visible { color: var(--ink); }

.download-strip { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin: 22px 0 0 94px; padding: 22px 24px; border: 1px solid var(--line); border-radius: 5px; background: linear-gradient(110deg, rgba(255,75,25,.1), rgba(255,255,255,.025)); }
.download-strip strong, .download-strip span { display: block; }
.download-strip strong { font-size: 15px; }
.download-strip span { margin-top: 5px; color: var(--muted); font-size: 12px; line-height: 1.5; }
.download-strip .button { flex: 0 0 auto; min-height: 45px; }

.reel-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; padding-left: 94px; }
.reel-card { display: grid; grid-template-columns: minmax(0, 1fr) 108px; align-items: end; overflow: hidden; border: 1px solid var(--line); border-radius: 5px; background: var(--panel); }
.reel-card video { display: block; width: 100%; aspect-ratio: 9/16; background: #000; object-fit: cover; }
.reel-card > div { padding: 16px 14px; }
.reel-card span, .reel-card small, .reel-card a { display: block; }
.reel-card span { font-size: 13px; font-weight: 900; line-height: 1.3; }
.reel-card small { margin-top: 7px; color: var(--dim); font-size: 9px; line-height: 1.4; text-transform: uppercase; }
.reel-card a { margin-top: 18px; color: var(--gold); font-size: 10px; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.reel-card a:hover, .reel-card a:focus-visible { color: var(--ink); }

.screenshot-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; padding-left: 94px; }
.screenshot-grid a { position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: 5px; background: var(--panel); }
.screenshot-grid img { display: block; width: 100%; height: auto; aspect-ratio: 16/9; object-fit: cover; transition: transform 220ms ease, filter 220ms ease; }
.screenshot-grid a:hover img, .screenshot-grid a:focus-visible img { transform: scale(1.025); filter: brightness(.72); }
.screenshot-grid span { position: absolute; inset: auto 0 0; display: flex; justify-content: space-between; gap: 12px; padding: 38px 16px 14px; background: linear-gradient(transparent, rgba(0,0,0,.88)); font-size: 13px; font-weight: 900; }
.screenshot-grid b { color: var(--gold); font-size: 10px; text-transform: uppercase; letter-spacing: .05em; }
.screenshot-more { margin: 20px 0 0 94px; }
.screenshot-more summary { width: fit-content; cursor: pointer; padding: 11px 16px; border: 1px solid var(--line); border-radius: 999px; color: var(--gold); background: var(--panel); font-size: 12px; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }
.screenshot-more summary:hover, .screenshot-more summary:focus-visible { border-color: var(--gold); color: var(--ink); }
.screenshot-more[open] summary { margin-bottom: 16px; }
.screenshot-more .screenshot-grid { padding-left: 0; }

.asset-grid { display: grid; grid-template-columns: 1.2fr 1.2fr .8fr .8fr; gap: 14px; padding-left: 94px; }
.asset-card { display: flex; flex-direction: column; min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 5px; background: var(--panel); }
.asset-card img { display: block; width: 100%; height: 210px; padding: 8px; object-fit: cover; background: radial-gradient(circle, #30130b, #090605); transition: transform 180ms ease; }
.asset-card--logo img { object-fit: contain; }
.asset-card--vertical img { object-position: top; }
.asset-card:hover img, .asset-card:focus-visible img { transform: scale(1.025); }
.asset-card span { display: block; padding: 14px; }
.asset-card strong, .asset-card small { display: block; }
.asset-card strong { font-size: 13px; }
.asset-card small { margin-top: 5px; color: var(--dim); font-size: 10px; text-transform: uppercase; }

.section-download { align-self: center; padding: 11px 16px; border: 1px solid var(--line); border-radius: 999px; color: var(--gold); font-size: 11px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.section-download:hover, .section-download:focus-visible { border-color: var(--gold); color: var(--ink); }
.press-notes__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; margin-left: 94px; background: var(--line); }
.press-notes__grid article { min-height: 260px; padding: 28px; background: var(--panel); }
.press-notes__grid h3 { margin: 44px 0 12px; font-size: 26px; letter-spacing: -.035em; }
.press-notes__grid article > p:last-child { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.location-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin: 42px 0 0; padding: 0; list-style: none; }
.location-list li { padding: 12px 14px; border: 1px solid var(--line); border-radius: 4px; background: rgba(255,255,255,.025); font-size: 12px; font-weight: 900; }
.location-list li::before { content: "•"; margin-right: 8px; color: var(--hot); }
.faq-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin: 18px 0 0 94px; }
.faq-grid div { padding: 20px; border: 1px solid var(--line); border-radius: 5px; background: rgba(255,255,255,.018); }
.faq-grid strong, .faq-grid span { display: block; }
.faq-grid strong { color: var(--gold); font-size: 11px; letter-spacing: .06em; text-transform: uppercase; }
.faq-grid span { margin-top: 9px; color: var(--muted); font-size: 13px; line-height: 1.55; }

.coverage { display: grid; grid-template-columns: 1fr .8fr; gap: clamp(50px, 9vw, 130px); width: min(calc(100% - 40px), var(--max)); margin: 0 auto; padding: 110px 94px; border-bottom: 1px solid var(--line); background: radial-gradient(circle at 10% 40%, rgba(255,72,20,.13), transparent 44%); }
.coverage > div > p:not(.kicker) { max-width: 570px; margin: 24px 0 0; color: var(--muted); font-size: 17px; line-height: 1.7; }
.coverage__notes { padding-top: 22px; }
.coverage__notes h3 { margin: 0 0 8px; color: var(--gold); font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.coverage__notes p { margin: 0 0 30px; color: var(--muted); font-size: 14px; line-height: 1.7; }
.coverage__notes a { color: var(--ink); text-decoration: underline; text-underline-offset: 3px; }
.contact-links { display: grid; gap: 8px; margin: 0 0 30px; padding: 0; list-style: none; }
.contact-links a { display: grid; grid-template-columns: 88px 1fr; gap: 12px; align-items: center; min-height: 46px; padding: 10px 12px; border: 1px solid var(--line); border-radius: 4px; background: rgba(255,255,255,.025); text-decoration: none; }
.contact-links a:hover, .contact-links a:focus-visible { border-color: var(--gold); background: rgba(255,175,32,.07); }
.contact-links strong { color: var(--gold); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.contact-links span { overflow-wrap: anywhere; color: var(--ink); font-size: 13px; font-weight: 800; }
.creator-steps { margin: 0 0 14px; padding-left: 20px; color: var(--muted); font-size: 14px; line-height: 1.7; }
.creator-steps li { padding-left: 4px; }
.creator-steps strong { color: var(--ink); }
.creator-steps code { padding: 3px 7px; border: 1px solid var(--line); border-radius: 3px; background: #080605; color: var(--gold); font: 800 13px Consolas, "Courier New", monospace; white-space: nowrap; }
.coverage__notes .creator-safety { padding: 12px 14px; border-left: 3px solid var(--hot); background: rgba(255, 75, 25, .08); color: var(--ink); }

.final-download { position: relative; display: grid; grid-template-columns: 180px 1fr auto; align-items: center; gap: 40px; width: min(calc(100% - 40px), var(--max)); margin: 80px auto; padding: 44px; overflow: hidden; border: 1px solid var(--line); border-radius: 7px; background: linear-gradient(125deg, #291006, #100806 65%); }
.final-download::after { content: ""; position: absolute; inset: -80% -10% -80% 60%; background: radial-gradient(circle, rgba(255,82,20,.35), transparent 55%); pointer-events: none; }
.final-download img { position: relative; z-index: 1; width: 180px; }
.final-download h2 { max-width: 600px; font-size: clamp(32px, 4vw, 54px); }
.final-download .button { position: relative; z-index: 1; }

footer { display: flex; align-items: center; justify-content: space-between; gap: 30px; width: min(calc(100% - 40px), var(--max)); margin: 0 auto; padding: 34px 0 48px; color: var(--dim); font-size: 12px; }
footer p { margin: 0; }
footer > div { display: flex; gap: 22px; }
.toast { position: fixed; right: 20px; bottom: 20px; z-index: 20; padding: 12px 16px; border: 1px solid var(--line); border-radius: 4px; background: var(--ink); color: var(--black); font-size: 12px; font-weight: 900; opacity: 0; transform: translateY(12px); pointer-events: none; transition: opacity 160ms ease, transform 160ms ease; }
.toast.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  .site-header { grid-template-columns: auto 1fr; }
  .site-header nav { display: none; }
  .header-download { justify-self: end; }
  .hero { grid-template-columns: 1fr; min-height: auto; padding-top: 54px; }
  .hero__art { max-width: 760px; }
  .hero__content { max-width: 720px; }
  .facts__layout, .media-grid { grid-template-columns: 1fr; }
  .facts-list { grid-row: auto; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .reel-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .asset-grid { grid-template-columns: repeat(2, 1fr); }
  .coverage { padding-inline: 30px; }
  .faq-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .final-download { grid-template-columns: 140px 1fr; }
  .final-download .button { grid-column: 2; justify-self: start; }
}

@media (max-width: 700px) {
  .site-header { min-height: 72px; gap: 12px; }
  .header-download { padding-inline: 12px; }
  .header-download span { display: none; }
  .hero { width: min(calc(100% - 28px), var(--max)); padding: 34px 0 58px; gap: 36px; }
  .hero::after { display: none; }
  .hero__art::before { display: none; }
  .hero__art img { transform: none; }
  h1 { font-size: 48px; }
  .quick-strip { grid-template-columns: repeat(2, 1fr); }
  .quick-strip div:nth-child(2) { border-right: 0; }
  .quick-strip div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .section { width: min(calc(100% - 28px), var(--max)); padding: 76px 0; }
  .section-heading { grid-template-columns: 44px 1fr; gap: 10px; margin-bottom: 30px; }
  .section-aside { grid-column: 2; text-align: left; }
  .facts__layout, .feature-grid, .media-grid, .reel-grid, .screenshot-grid, .asset-grid { padding-left: 0; }
  .hero__traction { grid-template-columns: repeat(2, 1fr); }
  .screenshot-more { margin-left: 0; }
  .facts-list div { grid-template-columns: 1fr; gap: 6px; }
  .feature-grid, .reel-grid, .screenshot-grid, .asset-grid, .press-notes__grid, .faq-grid { grid-template-columns: 1fr; }
  .reel-card { grid-template-columns: minmax(0, 1fr) 120px; }
  .download-strip { align-items: stretch; flex-direction: column; margin-left: 0; }
  .download-strip .button { width: 100%; }
  .press-notes__grid, .faq-grid { margin-left: 0; }
  .section-download { grid-column: 2; justify-self: start; }
  .feature-grid article { min-height: 190px; }
  .feature-grid h3 { margin-top: 38px; }
  .asset-card img { height: auto; max-height: 360px; }
  .coverage { grid-template-columns: 1fr; width: min(calc(100% - 28px), var(--max)); padding: 76px 0; }
  .final-download { grid-template-columns: 1fr; width: min(calc(100% - 28px), var(--max)); padding: 28px; }
  .final-download img { width: 130px; }
  .final-download .button { grid-column: auto; width: 100%; }
  footer { align-items: flex-start; flex-direction: column; width: min(calc(100% - 28px), var(--max)); }
}

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