:root {
  --ink: #150d1e;
  --paper: #f7f1f7;
  --paper-2: #eee4f0;
  --purple: #5e1977;
  --purple-deep: #261032;
  --pink: #ff43a4;
  --pink-soft: #ff93c8;
  --white: #fff;
  --muted: #73657a;
  --line: rgba(60, 23, 74, .14);
  --shadow: 0 24px 70px rgba(27, 9, 37, .18);
  --radius: 22px;
  --container: min(1180px, calc(100% - 40px));
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
.container { width: var(--container); margin-inline: auto; }
.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; top: 10px; left: 10px; z-index: 999; padding: 10px 14px; background: var(--white); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  color: var(--white);
  transition: background .25s ease, box-shadow .25s ease;
}
.site-header.scrolled { background: rgba(29, 11, 39, .94); box-shadow: 0 8px 30px rgba(0,0,0,.2); backdrop-filter: blur(12px); }
.nav-wrap { height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand img { width: 158px; height: 54px; object-fit: contain; object-position: left center; }
.primary-nav { display: flex; align-items: center; gap: 26px; }
.primary-nav a { font-size: .88rem; letter-spacing: .06em; text-transform: uppercase; text-decoration: none; opacity: .84; }
.primary-nav a:hover, .primary-nav a:focus { opacity: 1; color: var(--pink-soft); }
.menu-toggle { display: none; background: none; border: 0; padding: 10px; color: white; }
.menu-toggle span:not(.sr-only) { display: block; width: 26px; height: 2px; background: currentColor; margin: 5px 0; }
.hero { min-height: 760px; color: white; position: relative; overflow: hidden; display: grid; align-items: center; padding: 128px 0 84px; background: var(--purple-deep); }
.hero-bg { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(27,8,36,.96) 0%, rgba(38,8,47,.78) 46%, rgba(72,14,87,.28) 100%), url('../images/background.png') center/cover no-repeat; transform: scale(1.02); }
.hero-bg::after { content: ""; position: absolute; inset: auto 0 0; height: 180px; background: linear-gradient(transparent, var(--purple-deep)); }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(360px, .78fr); gap: 76px; align-items: center; }
.hero-copy { max-width: 680px; }
.eyebrow { margin: 0 0 14px; color: var(--pink); font-weight: 800; text-transform: uppercase; letter-spacing: .18em; font-size: .76rem; }
.hero-logo { display: none; width: 340px; margin-bottom: 18px; }
h1, h2, h3 { font-family: "Arial Black", Impact, ui-sans-serif, system-ui, sans-serif; text-transform: uppercase; letter-spacing: -.035em; line-height: .98; margin-top: 0; }
h1 { font-size: clamp(3.2rem, 6.6vw, 6.6rem); margin-bottom: 28px; }
h1 span { color: var(--pink); }
h2 { font-size: clamp(2.35rem, 4.7vw, 4.9rem); margin-bottom: 22px; }
h3 { font-size: 1.45rem; }
.hero-summary { max-width: 620px; margin: 0 0 32px; color: rgba(255,255,255,.82); font-size: 1.14rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 22px; border-radius: 999px; text-decoration: none; font-size: .82rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover, .button:focus { transform: translateY(-2px); }
.button.primary { color: white; background: var(--pink); box-shadow: 0 12px 30px rgba(255,67,164,.26); }
.button.primary:hover { background: #ff5eae; }
.button.secondary { border: 1px solid rgba(255,255,255,.34); color: white; background: rgba(255,255,255,.07); }
.section .button.secondary { border-color: var(--line); color: var(--purple-deep); background: rgba(255,255,255,.45); }
.button.small { min-height: 42px; padding: 0 17px; font-size: .72rem; }
.button.full { width: 100%; margin-top: 10px; }
.hero-meta { list-style: none; padding: 0; margin: 42px 0 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; border-top: 1px solid rgba(255,255,255,.16); padding-top: 22px; }
.hero-meta li { display: flex; flex-direction: column; }
.hero-meta strong { font-size: .7rem; text-transform: uppercase; letter-spacing: .12em; color: var(--pink-soft); }
.hero-meta span { font-size: .95rem; color: rgba(255,255,255,.82); }
.hero-card { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.18); padding: 12px; border-radius: 26px; box-shadow: 0 35px 90px rgba(0,0,0,.35); transform: rotate(1.2deg); }
.hero-card img { border-radius: 16px; width: 100%; aspect-ratio: 1.745/1; object-fit: cover; }
.hero-card-caption { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 12px 6px 2px; color: rgba(255,255,255,.7); font-size: .78rem; }
.icon-button { border: 0; color: white; background: transparent; font-size: 1.25rem; cursor: pointer; }
.section { padding: 112px 0; }
.two-column { display: grid; grid-template-columns: .78fr 1.22fr; gap: 90px; }
.section-heading { max-width: 720px; }
.section-heading.inline { max-width: none; display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 40px; }
.section-heading.inline h2 { margin-bottom: 0; }
.large-copy { font-size: 1.24rem; color: #3e3145; }
.large-copy p:first-child { margin-top: 0; }
.quote-box { margin-top: 38px; padding: 28px 30px; border-left: 5px solid var(--pink); background: white; box-shadow: 0 14px 45px rgba(47,17,59,.08); }
.quote-box p { margin: 0 0 14px; color: var(--purple-deep); font-weight: 700; }
.copy-button { border: 0; padding: 0; background: none; color: var(--purple); font-weight: 800; cursor: pointer; }
.video-section { background: var(--purple-deep); color: white; }
.video-section h2 { margin-bottom: 0; }
.text-link { color: var(--pink); text-decoration: none; font-weight: 800; }
.video-frame { position: relative; aspect-ratio: 16/9; border-radius: var(--radius); overflow: hidden; box-shadow: 0 32px 80px rgba(0,0,0,.4); border: 1px solid rgba(255,255,255,.15); }
.video-frame iframe { width: 100%; height: 100%; border: 0; }
.video-poster { display: block; position: relative; text-decoration: none; background: #09040c; }
.video-poster img { width: 100%; height: 100%; object-fit: cover; opacity: .78; transition: opacity .25s ease, transform .35s ease; }
.video-poster:hover img { opacity: .9; transform: scale(1.01); }
.play-button { position: absolute; inset: 50% auto auto 50%; transform: translate(-50%, -50%); width: 82px; height: 82px; display: grid; place-items: center; padding-left: 6px; border-radius: 50%; color: white; background: var(--pink); box-shadow: 0 18px 45px rgba(255,67,164,.38); font-size: 1.7rem; }
.video-caption { position: absolute; left: 24px; bottom: 20px; color: white; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; font-size: .76rem; }
.features-section { background: linear-gradient(180deg, var(--paper) 0, #fff 100%); }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 48px; }
.feature-card { min-height: 310px; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.8); position: relative; overflow: hidden; }
.feature-card::before { content: ""; position: absolute; width: 160px; height: 160px; right: -55px; bottom: -70px; border-radius: 50%; background: rgba(255,67,164,.08); }
.feature-number { display: block; margin-bottom: 58px; color: var(--pink); font-weight: 900; letter-spacing: .12em; }
.feature-card p { color: var(--muted); }
.facts-section { background: var(--paper-2); }
.facts-layout { display: grid; grid-template-columns: .64fr 1.36fr; gap: 80px; }
.muted { color: var(--muted); }
.facts-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 0; margin: 0; border-top: 1px solid var(--line); }
.facts-grid div { padding: 20px 0; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 140px 1fr; gap: 18px; }
.facts-grid dt { color: var(--purple); font-weight: 800; font-size: .76rem; text-transform: uppercase; letter-spacing: .1em; }
.facts-grid dd { margin: 0; font-weight: 650; }
.angles-section { background: white; }
.angle-list { list-style: none; padding: 0; margin: 0; border-top: 1px solid var(--line); }
.angle-list li { display: grid; grid-template-columns: 52px 1fr; gap: 24px; padding: 22px 0; border-bottom: 1px solid var(--line); font-size: 1.12rem; font-weight: 700; }
.angle-list span { color: var(--pink); font-size: .75rem; letter-spacing: .12em; }
.media-section { background: var(--ink); color: white; }
.media-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.media-card { margin: 0; border: 1px solid rgba(255,255,255,.13); border-radius: 18px; overflow: hidden; background: rgba(255,255,255,.05); }
.media-card.media-wide { grid-column: 1 / -1; }
.media-card button { display: block; width: 100%; border: 0; padding: 0; background: none; cursor: zoom-in; }
.media-card img { width: 100%; aspect-ratio: 16/9; object-fit: cover; transition: transform .35s ease; }
.media-card:hover img { transform: scale(1.02); }
.media-card.logo-card img { object-fit: contain; padding: 60px; background: #53166d; }
.media-card figcaption { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 15px 18px; color: rgba(255,255,255,.8); }
.media-card figcaption a { color: var(--pink-soft); text-decoration: none; font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.media-note { margin-top: 28px; padding: 22px 24px; display: flex; align-items: center; justify-content: space-between; gap: 30px; border: 1px solid rgba(255,255,255,.13); border-radius: 16px; background: rgba(255,255,255,.04); }
.media-note p { margin: 0; color: rgba(255,255,255,.72); }
.developer-section { background: var(--paper); }
.developer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.developer-art { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.developer-art img { width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.developer-copy p { font-size: 1.08rem; color: #514456; }
.social-links { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 30px; }
.social-links a { color: var(--purple); font-weight: 800; text-decoration: none; }
.downloads-section { background: white; }
.download-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 40px; }
.download-card { min-height: 150px; padding: 26px; display: flex; align-items: flex-start; gap: 18px; border: 1px solid var(--line); border-radius: 18px; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.download-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.download-icon { width: 44px; height: 44px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; color: white; background: var(--pink); font-weight: 900; font-size: .72rem; }
.download-card strong, .download-card small { display: block; }
.download-card small { margin-top: 8px; color: var(--muted); line-height: 1.45; }
.contact-section { position: relative; overflow: hidden; color: white; background: var(--purple-deep); }
.contact-bg { position: absolute; inset: 0; opacity: .21; background: url('../images/hero.jpg') center/cover no-repeat; filter: saturate(.7); }
.contact-bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(34,10,43,.98), rgba(54,15,69,.8)); }
.contact-layout { position: relative; display: grid; grid-template-columns: 1fr 420px; gap: 90px; align-items: center; }
.contact-layout > div:first-child p:not(.eyebrow) { max-width: 680px; color: rgba(255,255,255,.74); font-size: 1.1rem; }
.contact-card { padding: 30px; border: 1px solid rgba(255,255,255,.17); border-radius: var(--radius); background: rgba(255,255,255,.08); backdrop-filter: blur(12px); }
.contact-label { margin: 0 0 8px; color: var(--pink-soft); font-size: .75rem; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.contact-note { margin: 18px 0 0; font-size: .78rem; color: rgba(255,255,255,.58); }
.site-footer { padding: 30px 0; color: rgba(255,255,255,.62); background: #120919; font-size: .82rem; }
.footer-grid { display: grid; grid-template-columns: 150px 1fr auto; align-items: center; gap: 30px; }
.footer-grid img { width: 140px; height: 52px; object-fit: contain; }
.footer-grid p { margin: 0; }
.footer-grid a { color: white; text-decoration: none; }
.lightbox { position: fixed; inset: 0; z-index: 300; display: grid; place-items: center; padding: 42px; background: rgba(10,4,14,.94); }
.lightbox[hidden] { display: none; }
.lightbox img { max-width: min(1400px, 95vw); max-height: 88vh; object-fit: contain; box-shadow: 0 30px 90px rgba(0,0,0,.55); }
.lightbox-close { position: fixed; top: 20px; right: 25px; border: 0; background: transparent; color: white; font-size: 2.5rem; cursor: pointer; }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }
.delay-1 { transition-delay: .1s; }
.delay-2 { transition-delay: .2s; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; } .reveal { opacity: 1; transform: none; } }
@media (max-width: 980px) {
  .hero-grid, .two-column, .facts-layout, .developer-grid, .contact-layout { grid-template-columns: 1fr; gap: 48px; }
  .hero-card { max-width: 720px; }
  .feature-grid, .download-grid { grid-template-columns: 1fr; }
  .contact-layout { max-width: 760px; }
  .contact-card { width: 100%; max-width: 520px; }
}
@media (max-width: 760px) {
  :root { --container: min(100% - 28px, 1180px); }
  .site-header { background: rgba(29,11,39,.94); }
  .nav-wrap { height: 68px; }
  .brand img { width: 130px; }
  .menu-toggle { display: block; }
  .primary-nav { position: fixed; inset: 68px 0 auto 0; display: none; flex-direction: column; align-items: flex-start; gap: 0; padding: 12px 14px 22px; background: rgba(29,11,39,.98); }
  .primary-nav.open { display: flex; }
  .primary-nav a { width: 100%; padding: 14px 10px; border-bottom: 1px solid rgba(255,255,255,.1); }
  .hero { min-height: auto; padding-top: 108px; }
  .hero-grid { gap: 38px; }
  h1 { font-size: clamp(3rem, 15vw, 4.8rem); }
  h2 { font-size: clamp(2.25rem, 12vw, 3.8rem); }
  .hero-meta { grid-template-columns: 1fr; gap: 12px; }
  .section { padding: 78px 0; }
  .section-heading.inline { align-items: flex-start; flex-direction: column; }
  .facts-grid { grid-template-columns: 1fr; }
  .facts-grid div { grid-template-columns: 110px 1fr; }
  .media-grid { grid-template-columns: 1fr; }
  .media-card.media-wide { grid-column: auto; }
  .media-note { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; }
}
@media print {
  .site-header, .hero-actions, .video-section, .media-section, .downloads-section, .contact-section, .site-footer, .copy-button { display: none !important; }
  .hero { min-height: auto; padding: 30px 0; color: #000; background: #fff; }
  .hero-bg, .hero-card { display: none; }
  .hero-grid { display: block; }
  .hero-summary, .hero-meta span { color: #333; }
  .section { padding: 34px 0; break-inside: avoid; }
  .reveal { opacity: 1; transform: none; }
}
