:root {
  color-scheme: dark;
  --ink: #f7f5ed;
  --muted: #afbab8;
  --line: rgba(222, 232, 226, 0.16);
  --canvas: #101416;
  --canvas-soft: #182124;
  --gold: #e5bd6f;
  --gold-deep: #a47030;
  --teal: #8ad0c2;
  font-family: Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--canvas); color: var(--ink); }
button, a { font: inherit; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }

.page-shell { overflow: hidden; }
.site-header, .hero, .signal-row, .discover, .experience, .closing, footer { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }

.site-header {
  min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 26px;
  border-bottom: 1px solid var(--line);
}
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 17px; font-weight: 800; letter-spacing: 0; }
.brand img { width: 38px; height: 38px; border-radius: 10px; object-fit: cover; }
nav { display: flex; align-items: center; gap: 30px; margin-left: auto; }
nav a { color: var(--muted); font-size: 14px; transition: color 180ms ease; }
nav a:hover, nav a:focus-visible { color: var(--ink); }
.header-download { border: 1px solid rgba(229, 189, 111, 0.72); background: transparent; color: var(--ink); border-radius: 5px; padding: 10px 16px; font-size: 13px; font-weight: 700; }
.header-download:hover, .header-download:focus-visible { background: rgba(229, 189, 111, 0.12); }

.hero { min-height: 645px; display: grid; grid-template-columns: 0.92fr 1.08fr; align-items: center; gap: 36px; position: relative; }
.hero::before { content: ""; position: absolute; inset: 10% -16% auto auto; width: 50%; aspect-ratio: 1; background: radial-gradient(circle, rgba(95, 168, 156, 0.16), transparent 65%); pointer-events: none; }
.hero-copy { position: relative; z-index: 1; padding-block: 94px; }
.eyebrow { margin: 0 0 17px; color: var(--teal); font-size: 11px; font-weight: 800; letter-spacing: 1.6px; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 660px; margin-bottom: 22px; font-size: clamp(43px, 5.7vw, 74px); line-height: 0.99; letter-spacing: 0; }
.hero-summary { max-width: 490px; color: var(--muted); font-size: 18px; line-height: 1.6; }
.hero-actions { display: flex; align-items: center; gap: 20px; margin-top: 36px; }
.download-button { min-height: 58px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 0; border-radius: 6px; padding: 11px 18px; background: var(--gold); color: #17130b; font-weight: 800; box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2); transition: transform 180ms ease, background 180ms ease; }
.download-button:hover, .download-button:focus-visible { background: #f0cc7e; transform: translateY(-2px); }
.download-button small { padding-left: 10px; border-left: 1px solid rgba(23, 19, 11, 0.26); font-size: 11px; font-weight: 700; }
.download-note { max-width: 180px; margin: 0; color: #8f9a98; font-size: 12px; line-height: 1.45; }
.hero-art { min-height: 530px; position: relative; display: flex; align-items: center; justify-content: end; }
.art-frame { width: min(610px, 100%); overflow: hidden; border: 1px solid rgba(218, 232, 226, 0.19); border-radius: 8px; background: #131a1d; box-shadow: 0 35px 90px rgba(0, 0, 0, 0.42); }
.art-frame img { display: block; width: 100%; min-height: 490px; object-fit: cover; object-position: center; }

.signal-row { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.signal-row div { min-height: 118px; display: flex; align-items: center; gap: 16px; padding: 24px 18px; border-left: 1px solid var(--line); }
.signal-row div:first-child { border-left: 0; }
.signal-row strong, .feature-list strong { color: var(--gold); font-size: 13px; }
.signal-row span { max-width: 145px; font-size: 14px; line-height: 1.35; }

.discover { padding-block: 132px 116px; }
.section-heading { width: min(640px, 100%); }
h2 { margin-bottom: 18px; font-size: clamp(32px, 4vw, 51px); line-height: 1.07; letter-spacing: 0; }
.section-heading > p:last-child { max-width: 580px; color: var(--muted); font-size: 17px; line-height: 1.6; }
.marquee { width: 100%; margin-top: 48px; overflow: hidden; }
.marquee-track { display: flex; width: max-content; animation: move 28s linear infinite; }
.marquee.paused .marquee-track { animation-play-state: paused; }
.genre-card { width: 260px; height: 328px; display: flex; flex-direction: column; justify-content: end; padding: 22px; border-left: 1px solid rgba(246, 244, 235, 0.16); background-color: #263133; background-image: linear-gradient(180deg, transparent 36%, rgba(9, 13, 14, 0.92) 100%), url("assets/pgxm-hero-phone.png"); background-size: cover; color: var(--ink); }
.genre-card span { font-size: 25px; font-weight: 800; }
.genre-card small { margin-top: 5px; color: rgba(247, 245, 237, 0.72); font-size: 12px; }
.genre-card.drama { background-position: 58% 37%; filter: saturate(0.78) hue-rotate(-10deg); }
.genre-card.live { background-position: 86% 22%; filter: saturate(1.25) hue-rotate(5deg); }
.genre-card.docs { background-position: 22% 31%; filter: saturate(0.6) hue-rotate(22deg); }
@keyframes move { to { transform: translateX(-50%); } }

.experience { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); gap: clamp(40px, 8vw, 110px); align-items: center; padding-block: 100px 135px; border-top: 1px solid var(--line); }
.experience-visual { min-height: 470px; overflow: hidden; border-radius: 8px; border: 1px solid rgba(218, 232, 226, 0.18); background: #192124; }
.experience-visual img { width: 100%; height: 100%; min-height: 470px; display: block; object-fit: cover; object-position: 65% center; filter: saturate(0.84); }
.experience-copy { max-width: 600px; }
.feature-list { margin-top: 34px; border-top: 1px solid var(--line); }
.feature-list article { display: grid; grid-template-columns: 42px 1fr; gap: 15px; padding: 23px 0; border-bottom: 1px solid var(--line); }
.feature-list h3 { margin-bottom: 8px; font-size: 17px; line-height: 1.2; }
.feature-list p { margin-bottom: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }

.closing { padding-block: 98px; border-top: 1px solid var(--line); text-align: center; }
.closing h2 { max-width: 720px; margin: 0 auto 31px; }
footer { min-height: 100px; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid var(--line); color: #84918e; font-size: 13px; }
footer .brand { color: var(--ink); }
footer .brand img { width: 30px; height: 30px; border-radius: 8px; }
footer p { margin: 0; }
.mobile-download { display: none; }

@media (max-width: 760px) {
  .site-header, .hero, .signal-row, .discover, .experience, .closing, footer { width: min(100% - 32px, 620px); }
  .site-header { min-height: 70px; }
  .brand { font-size: 16px; }
  .brand img { width: 34px; height: 34px; border-radius: 9px; }
  nav, .header-download { display: none; }
  .hero { min-height: auto; grid-template-columns: 1fr; gap: 0; padding-block: 30px 54px; }
  .hero-copy { order: 2; padding-block: 31px 0; }
  .hero-art { order: 1; min-height: auto; }
  .art-frame { width: 100%; }
  .art-frame img { min-height: 0; aspect-ratio: 1.22; object-position: 62% center; }
  h1 { font-size: clamp(39px, 11vw, 55px); }
  .hero-summary { font-size: 16px; }
  .hero-actions { margin-top: 27px; }
  .hero-actions .download-button { width: 100%; }
  .download-note { display: none; }
  .signal-row { grid-template-columns: 1fr; }
  .signal-row div { min-height: 68px; padding: 15px 0; border-left: 0; border-top: 1px solid var(--line); }
  .signal-row div:first-child { border-top: 0; }
  .signal-row span { max-width: none; }
  .discover { padding-block: 76px; }
  .section-heading > p:last-child { font-size: 15px; }
  .marquee { margin-top: 30px; margin-inline: -16px; width: calc(100% + 32px); }
  .genre-card { width: 216px; height: 274px; padding: 18px; }
  .genre-card span { font-size: 22px; }
  .experience { grid-template-columns: 1fr; gap: 38px; padding-block: 76px; }
  .experience-visual, .experience-visual img { min-height: 350px; }
  .experience-copy h2 { max-width: 500px; }
  .closing { padding-block: 75px 96px; }
  .closing .download-button { width: 100%; max-width: 360px; }
  footer { min-height: 85px; margin-bottom: 74px; }
  footer p { display: none; }
  .mobile-download { display: block; position: fixed; z-index: 10; right: 0; bottom: 0; left: 0; padding: 10px 16px; background: rgba(16, 20, 22, 0.93); border-top: 1px solid var(--line); backdrop-filter: blur(14px); }
  .mobile-download .download-button { width: 100%; min-height: 52px; }
}

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