:root {
  --bg: #09090d;
  --bg-soft: #13131a;
  --bg-deep: #050507;
  --surface: #ffffff;
  --surface-soft: #f3f1ee;
  --line: rgba(255, 255, 255, 0.1);
  --ink: #141414;
  --text: #f7f3ef;
  --muted: rgba(247, 243, 239, 0.74);
  --muted-dark: rgba(20, 20, 20, 0.68);
  --accent: #ff6a57;
  --accent-strong: #ff4e3a;
  --gold: #ffc96e;
  --shadow-dark: 0 30px 80px rgba(0, 0, 0, 0.38);
  --shadow-soft: 0 25px 60px rgba(23, 21, 18, 0.12);
  --radius-lg: 34px;
  --radius-md: 24px;
  --radius-sm: 18px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

.container {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 40;
  background: rgba(9, 9, 13, 0.78);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.header-inner {
  display: flex;
  align-items: center;
  gap: 24px;
  min-height: 82px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
  letter-spacing: -0.4px;
}

.brand img {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.28);
}

.main-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 28px;
}

.main-nav a,
.header-cta {
  font-size: 13px;
  font-weight: 700;
}

.main-nav a {
  color: rgba(247, 243, 239, 0.74);
}

.main-nav a:hover,
.header-cta:hover {
  color: #fff;
}

.header-cta,
.store-button {
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.header-cta {
  padding: 12px 18px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.menu-toggle {
  display: none;
  margin-left: auto;
  width: 42px;
  height: 42px;
  padding: 0;
  background: none;
  border: 0;
}

.menu-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  margin: 6px auto;
  background: #fff;
  border-radius: 99px;
  transition: transform 180ms ease, opacity 180ms ease;
}

.hero {
  position: relative;
  padding: 138px 0 84px;
  overflow: hidden;
  background:
    radial-gradient(circle at 15% 18%, rgba(255, 106, 87, 0.14), transparent 28%),
    radial-gradient(circle at 80% 30%, rgba(255, 201, 110, 0.1), transparent 26%),
    linear-gradient(180deg, #070709 0%, #09090d 52%, #111118 100%);
}

.hero-noise,
.hero-grid {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-noise {
  opacity: 0.18;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 90px 90px;
}

.hero-grid {
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.04) 58%, transparent 58%, transparent 100%);
}

.hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(22px);
}

.hero-glow-a {
  width: 420px;
  height: 420px;
  top: -140px;
  right: -140px;
  background: rgba(255, 106, 87, 0.18);
}

.hero-glow-b {
  width: 320px;
  height: 320px;
  left: -100px;
  bottom: 80px;
  background: rgba(255, 201, 110, 0.12);
}

.hero-inner,
.split-layout,
.perks-layout {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 40px;
  align-items: center;
}

.hero-inner {
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: rgba(247, 243, 239, 0.82);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.eyebrow.dark {
  color: rgba(20, 20, 20, 0.7);
}

.eyebrow-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 5px rgba(255, 106, 87, 0.15);
}

h1,
h2,
h3,
strong {
  letter-spacing: -0.03em;
}

.hero h1,
.section-head h2,
.section-copy h2,
.intro-copy h2,
.download-copy h2 {
  margin: 0;
  font-family: "Arial Black", Impact, sans-serif;
  line-height: 0.95;
}

.hero h1 {
  font-size: clamp(52px, 7vw, 90px);
  text-transform: uppercase;
}

.hero-lead,
.section-head p,
.section-copy p,
.download-copy p,
.intro-copy h2,
.map-copy p,
.intro-points p,
.feature-stack p,
.bullet-list li,
.footer-inner p {
  line-height: 1.7;
}

.hero-lead {
  max-width: 560px;
  margin: 24px 0 30px;
  color: var(--muted);
  font-size: 17px;
}

.store-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.store-button {
  min-width: 188px;
  min-height: 60px;
  padding: 12px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
  box-shadow: var(--shadow-dark);
}

.store-button.primary {
  color: #120f10;
  background: linear-gradient(135deg, var(--gold), var(--accent));
}

.store-button span {
  display: flex;
  flex-direction: column;
}

.store-button small {
  font-size: 10px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.store-button:hover,
.header-cta:hover {
  transform: translateY(-2px);
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 30px;
}

.hero-stats div,
.intro-points article,
.feature-stack article,
.mode-pill,
.download-note {
  border-radius: 20px;
}

.hero-stats div {
  padding: 18px 16px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.hero-stats strong {
  display: block;
  margin-bottom: 6px;
  font-size: 24px;
}

.hero-stats span {
  color: rgba(247, 243, 239, 0.66);
  font-size: 12px;
}

.hero-visual {
  position: relative;
  min-height: 720px;
}

.hero-art {
  position: absolute;
  inset: 42px 94px 82px 42px;
  overflow: hidden;
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: var(--shadow-dark);
}

.hero-art img,
.shot-card img,
.map-card img,
.phone-frame img,
.perks-visual img,
.gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.shot-card,
.signal-card,
.map-card,
.phone-frame,
.gallery-card,
.download-shell,
.intro-points article {
  box-shadow: var(--shadow-soft);
}

.shot-card {
  position: absolute;
  overflow: hidden;
  border: 8px solid rgba(255, 255, 255, 0.9);
  border-radius: 26px;
  background: #fff;
}

.shot-card-a {
  width: 220px;
  right: 8px;
  top: 10px;
  transform: rotate(7deg);
}

.shot-card-b {
  width: 236px;
  left: 0;
  bottom: 24px;
  transform: rotate(-8deg);
}

.signal-card {
  position: absolute;
  right: 30px;
  bottom: 10px;
  max-width: 260px;
  padding: 20px 22px;
  background: rgba(10, 10, 14, 0.84);
  border: 1px solid rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(12px);
}

.signal-card strong,
.map-copy h3,
.feature-stack strong {
  display: block;
  font-size: 22px;
  line-height: 1.08;
}

.signal-card span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.section {
  position: relative;
  background: var(--surface);
  color: var(--ink);
}

.section,
.download-section {
  padding: 98px 0;
}

.intro-band {
  background:
    radial-gradient(circle at 10% 10%, rgba(255, 106, 87, 0.08), transparent 20%),
    linear-gradient(180deg, #fcfaf8 0%, #f4f1ed 100%);
}

.intro-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 32px;
  align-items: start;
}

.intro-copy h2 {
  max-width: 700px;
  color: var(--ink);
  font-size: clamp(34px, 4vw, 58px);
}

.intro-points {
  display: grid;
  gap: 14px;
}

.intro-points article {
  padding: 22px 24px;
  background: rgba(255, 255, 255, 0.9);
}

.intro-points strong {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--accent-strong);
  font-size: 13px;
}

.section-head,
.section-copy,
.download-copy {
  max-width: 640px;
}

.section-head {
  margin-bottom: 34px;
}

.section-head h2,
.section-copy h2,
.download-copy h2 {
  color: var(--ink);
  font-size: clamp(40px, 4.8vw, 68px);
}

.section-head p,
.section-copy p,
.download-copy p,
.map-copy p {
  color: var(--muted-dark);
  font-size: 16px;
}

.map-grid,
.gallery-grid {
  display: grid;
  gap: 22px;
}

.map-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.map-card,
.gallery-card,
.download-shell {
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: #fff;
}

.map-card img {
  aspect-ratio: 1.05 / 1;
}

.map-copy {
  padding: 24px 24px 28px;
}

.map-tag {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 106, 87, 0.1);
  color: var(--accent-strong);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.map-copy h3 {
  margin: 0 0 12px;
  color: var(--ink);
}

.split-layout {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.feature-stack {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.feature-stack article {
  padding: 22px 22px 18px;
  background: var(--surface-soft);
}

.feature-stack strong {
  margin-bottom: 8px;
  color: var(--ink);
  font-size: 20px;
}

.feature-stack p {
  margin: 0;
  color: var(--muted-dark);
}

.mode-stage {
  position: relative;
  min-height: 640px;
}

.phone-frame {
  position: absolute;
  overflow: hidden;
  border-radius: 30px;
  background: #111;
}

.phone-frame.large {
  inset: 20px 90px 90px 0;
}

.phone-frame.small {
  width: 230px;
  right: 0;
  bottom: 18px;
}

.mode-pill {
  position: absolute;
  padding: 14px 18px;
  background: rgba(20, 20, 20, 0.9);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

.pill-a {
  left: 28px;
  bottom: 24px;
}

.pill-b {
  top: 24px;
  right: 36px;
}

.perks-section {
  background:
    radial-gradient(circle at 84% 20%, rgba(255, 106, 87, 0.08), transparent 22%),
    linear-gradient(180deg, #fff 0%, #f7f3ee 100%);
}

.perks-layout {
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.95fr);
}

.perks-visual {
  overflow: hidden;
  border-radius: 32px;
  background: #efeae4;
  box-shadow: var(--shadow-soft);
}

.bullet-list {
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.bullet-list li {
  position: relative;
  padding-left: 22px;
  color: var(--muted-dark);
  font-size: 16px;
}

.bullet-list li + li {
  margin-top: 14px;
}

.bullet-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
}

.gallery-section {
  background: #16161d;
  color: var(--text);
}

.gallery-section .section-head h2,
.gallery-section .eyebrow.dark {
  color: var(--text);
}

.gallery-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gallery-card {
  background: rgba(255, 255, 255, 0.06);
}

.gallery-card img {
  aspect-ratio: 1 / 1;
}

.download-section {
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 201, 110, 0.14), transparent 20%),
    linear-gradient(180deg, #0c0c10 0%, #09090d 100%);
  color: var(--text);
}

.download-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 28px;
  padding: 38px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03)),
    rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.download-copy h2,
.download-copy p {
  color: var(--text);
}

.download-copy p {
  color: var(--muted);
}

.download-art {
  position: relative;
  display: grid;
  place-items: center;
  gap: 16px;
  align-content: center;
}

.download-art img {
  width: 154px;
  border-radius: 34px;
  box-shadow: var(--shadow-dark);
}

.download-note {
  padding: 18px 20px;
  text-align: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.download-note strong {
  display: block;
  font-size: 30px;
}

.download-note span {
  color: var(--muted);
  font-size: 13px;
}

.site-footer {
  padding: 26px 0 34px;
  background: #09090d;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.footer-inner p {
  margin: 0;
  max-width: 620px;
  color: rgba(247, 243, 239, 0.56);
  font-size: 13px;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 560ms ease, transform 560ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1040px) {
  .hero-inner,
  .split-layout,
  .perks-layout,
  .intro-grid,
  .download-shell,
  .map-grid,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .hero-visual,
  .mode-stage {
    min-height: 620px;
  }

  .hero-art {
    inset: 40px 48px 110px 48px;
  }

  .hero-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .phone-frame.large {
    inset: 20px 60px 120px 0;
  }

  .phone-frame.small {
    width: 220px;
  }
}

@media (max-width: 760px) {
  .container {
    width: min(100% - 32px, 560px);
  }

  .menu-toggle {
    display: block;
  }

  .main-nav {
    position: absolute;
    top: calc(100% + 1px);
    left: 16px;
    right: 16px;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding: 20px;
    border-radius: 22px;
    background: rgba(12, 12, 16, 0.98);
    border: 1px solid rgba(255, 255, 255, 0.08);
  }

  body.menu-open .main-nav {
    display: flex;
  }

  .header-cta {
    display: none;
  }

  .hero {
    padding-top: 122px;
  }

  .hero h1 {
    font-size: clamp(42px, 13vw, 70px);
  }

  .hero-lead {
    font-size: 15px;
  }

  .hero-visual {
    min-height: 540px;
  }

  .hero-art {
    inset: 34px 24px 110px 24px;
  }

  .shot-card-a {
    width: 156px;
    right: 0;
  }

  .shot-card-b {
    width: 170px;
    left: 0;
  }

  .signal-card {
    right: 14px;
    left: 14px;
    max-width: none;
  }

  .section,
  .download-section {
    padding: 74px 0;
  }

  .section-head h2,
  .section-copy h2,
  .download-copy h2,
  .intro-copy h2 {
    font-size: clamp(34px, 11vw, 50px);
  }

  .phone-frame.large {
    inset: 20px 28px 130px 0;
  }

  .phone-frame.small {
    width: 184px;
    bottom: 0;
  }

  .mode-pill {
    font-size: 12px;
  }

  .gallery-card img {
    aspect-ratio: 1.05 / 1;
  }

  .download-shell {
    padding: 26px;
  }

  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}
