@font-face {
  font-family: "Mirano";
  src: url("/assets/mirano-bold-italic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

:root {
  color-scheme: dark;
  --ink: #0a0a0a;
  --paper: #dcddd5;
  --lime: #d2ff03;
  --muted: #a5a59f;
  --line: #30312c;
}

* { box-sizing: border-box; }
html { background: var(--ink); }
body { margin: 0; color: var(--paper); background: var(--ink); font-family: Helvetica, Arial, sans-serif; -webkit-font-smoothing: antialiased; }
body::before { content: ""; display: block; height: 4px; background: var(--lime); }
::selection { background: var(--lime); color: var(--ink); }
img { display: block; max-width: 100%; }
svg { flex: 0 0 auto; }
p { margin: 0; }
main { overflow: clip; }
.shell { width: min(100% - 112px, 1328px); margin-inline: auto; }
.site-header { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 104px; border-bottom: 1px solid var(--line); }
.logo { width: 302px; height: auto; }
.hero { display: grid; grid-template-columns: 1.18fr 1fr; gap: 16px; align-items: center; padding-block: 64px 54px; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { display: flex; align-items: center; gap: 11px; color: var(--paper); font-size: .875rem; letter-spacing: .08em; font-weight: 600; margin-bottom: 28px; }
.eyebrow-line { height: 2px; width: 25px; background: var(--lime); }
h1 { margin: 0 0 25px; font-family: Mirano, "Arial Black", Arial, sans-serif; font-style: italic; font-size: clamp(2.5rem, 5.3vw, 5.25rem); font-weight: 700; line-height: 1.1; letter-spacing: -.045em; }
h1 span { color: var(--lime); }
.intro { max-width: 420px; font-size: 1.125rem; line-height: 1.65; color: #b4b5af; }
.download-area { margin-top: 34px; }
.download-label { font-size: .875rem; letter-spacing: .07em; font-weight: 600; margin-bottom: 15px; color: var(--lime); }
.store-links { display: flex; flex-wrap: wrap; gap: 12px; }
.store-button { display: flex; align-items: center; gap: 12px; min-height: 76px; padding: 14px 17px; flex: 0 1 237px; border: 1px solid #62635c; border-radius: 8px; color: #fafbf6; background: #11120f; text-decoration: none; transition: color .18s ease, border-color .18s ease, background .18s ease, transform .18s ease; }
.store-icon { width: 30px; height: 34px; }
.play-icon { width: 27px; margin-inline: 1.5px; }
.store-text { display: flex; flex-direction: column; gap: 4px; }
.store-caption { font-size: .875rem; line-height: 1.15; }
.store-name { font-size: 1.375rem; line-height: 1.05; font-weight: 500; letter-spacing: -.025em; white-space: nowrap; }
.download-icon { width: 19px; height: 19px; margin-left: auto; opacity: .65; }
.store-button:focus-visible { outline: 3px solid var(--lime); outline-offset: 5px; }
.store-button:active { transform: translateY(1px); }
.redirect-status { max-width: 480px; margin-top: 16px; font-size: .875rem; line-height: 1.6; color: var(--lime); }
.app-visual { position: relative; align-self: stretch; min-height: 545px; isolation: isolate; }
.orbit { position: absolute; left: 50%; top: 48%; width: 108%; height: 44%; border: 1px solid #d2ff0350; border-radius: 50%; transform: translate(-50%, -50%) rotate(-41deg); z-index: -1; }
.orbit-two { width: 125%; height: 58%; border-color: #d2ff0317; }
.edition { position: absolute; top: 14px; right: 4px; font: italic 700 clamp(4.5rem, 8.4vw, 9rem)/1 Mirano, sans-serif; color: transparent; -webkit-text-stroke: 1px #d2ff0340; transform: rotate(-7deg); z-index: -1; user-select: none; }
.phone-wrap { position: absolute; top: 40px; left: 50%; width: min(88%, 416px); transform: translateX(-50%) rotate(-7deg); transform-origin: center; }
.phone { width: 100%; height: auto; mask-image: linear-gradient(to bottom, #000 70%, transparent 100%); -webkit-mask-image: linear-gradient(to bottom, #000 70%, transparent 100%); filter: drop-shadow(0 20px 30px #0008); }
.visual-label { position: absolute; bottom: 6px; right: 7px; text-align: right; font-size: .75rem; font-weight: 600; line-height: 1.8; letter-spacing: .1em; color: var(--lime); }
.visual-label span { color: #797b72; }

@media (hover: hover) {
  .store-button:hover { background: var(--lime); border-color: var(--lime); color: var(--ink); transform: translateY(-3px); }
}

@media (min-width: 1600px) {
  .hero { min-height: 710px; }
  .phone-wrap { top: 42px; width: 440px; }
}

@media (max-width: 1100px) {
  .shell { width: calc(100% - 72px); }
  .hero { grid-template-columns: 1.25fr 1fr; gap: 8px; }
  h1 { font-size: clamp(2.5rem, 5.3vw, 3.65rem); }
  .store-button { flex-basis: 207px; padding-inline: 13px; gap: 10px; }
  .download-icon { display: none; }
  .app-visual { min-height: 525px; }
  .phone-wrap { top: 72px; width: 94%; }
  .orbit-two { width: 112%; }
}

@media (max-width: 800px) {
  .shell { width: calc(100% - 48px); }
  .site-header { min-height: 86px; }
  .logo { width: 250px; }
  .hero { grid-template-columns: 1fr; padding-top: 48px; padding-bottom: 0; gap: 38px; }
  .hero-copy { max-width: 600px; }
  h1 { font-size: clamp(3rem, 8.5vw, 4.5rem); }
  .intro { max-width: 440px; }
  .store-button { flex-basis: 237px; padding-inline: 17px; gap: 12px; }
  .download-icon { display: block; }
  .app-visual { min-height: 555px; width: min(100%, 540px); justify-self: center; }
  .phone-wrap { top: 15px; width: min(83%, 390px); }
  .edition { right: 0; top: -5px; font-size: 6.5rem; }
  .visual-label { bottom: 20px; }
  .orbit { width: 94%; }
  .orbit-two { width: 102%; }
}

@media (max-width: 520px) {
  .shell { width: calc(100% - 40px); }
  .site-header { min-height: 76px; gap: 12px; }
  .logo { width: min(68%, 245px); }
  .hero { padding-top: 39px; gap: 37px; }
  .eyebrow { font-size: .75rem; letter-spacing: .055em; gap: 9px; margin-bottom: 24px; }
  h1 { font-size: clamp(2rem, 10.5vw, 3.25rem); line-height: 1.17; margin-bottom: 22px; letter-spacing: -.04em; }
  .intro { max-width: 350px; font-size: 1rem; line-height: 1.65; }
  .download-area { margin-top: 27px; }
  .store-links { flex-direction: column; gap: 10px; }
  .store-button { flex-basis: auto; width: 100%; min-height: 72px; padding: 13px 20px; }
  .download-label { font-size: .875rem; margin-bottom: 13px; }
  .store-caption { font-size: .875rem; }
  .store-name { font-size: 1.375rem; }
  .store-text { gap: 3px; }
  .app-visual { min-height: 450px; }
  .phone-wrap { width: min(87%, 328px); }
  .edition { font-size: 5.5rem; top: 0; right: 1px; }
  .orbit { width: 90%; height: 43%; }
  .orbit-two { width: 103%; height: 53%; }
  .visual-label { font-size: .75rem; bottom: 20px; right: 0; }
}

@media (max-width: 360px) {
  .shell { width: calc(100% - 32px); }
  .app-visual { min-height: 380px; }
  .eyebrow { letter-spacing: .02em; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { transition: none !important; }
}
