@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:opsz,wght@6..96,600;6..96,700&family=Manrope:wght@400;500;600;700;800&display=swap');

:root {
  --black: #070604;
  --black-soft: #100d08;
  --gold: #f1b84b;
  --gold-bright: #ffd875;
  --gold-pale: #fff0bd;
  --cream: #fff8e6;
  --muted: #aaa08e;
  --line: rgba(255, 216, 117, .18);
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { background: var(--black); color: var(--cream); font-family: 'Manrope', Arial, sans-serif; margin: 0; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }

.scroll-progress { background: rgba(255, 255, 255, .08); height: 2px; left: 0; position: fixed; right: 0; top: 0; z-index: 20; }
.scroll-progress span { background: linear-gradient(90deg, #9d6717, var(--gold-bright)); display: block; height: 100%; transform: scaleX(0); transform-origin: left; width: 100%; }

.site-header { align-items: center; backdrop-filter: blur(14px); background: linear-gradient(180deg, rgba(7, 6, 4, .86), rgba(7, 6, 4, 0)); display: grid; grid-template-columns: 1fr auto 1fr; left: 0; padding: 20px max(28px, calc((100vw - var(--max)) / 2)); position: absolute; right: 0; top: 0; z-index: 10; }
.brand { align-items: center; display: inline-flex; gap: 12px; justify-self: start; }
.brand img { border: 1px solid rgba(255, 216, 117, .35); border-radius: 16px; height: 50px; width: 50px; }
.brand > span { display: flex; flex-direction: column; }
.brand strong { font-family: 'Bodoni Moda', Georgia, serif; font-size: 22px; line-height: 1; }
.brand small { color: var(--muted); font-size: 9px; letter-spacing: .14em; margin-top: 5px; text-transform: uppercase; }
.nav-links { display: flex; gap: 36px; }
.nav-links a { color: #d8cfbe; font-size: 12px; font-weight: 700; letter-spacing: .1em; position: relative; text-transform: uppercase; }
.nav-links a::after { background: var(--gold); bottom: -8px; content: ''; height: 1px; left: 0; position: absolute; transform: scaleX(0); transform-origin: right; transition: transform .25s ease; width: 100%; }
.nav-links a:hover::after { transform: scaleX(1); transform-origin: left; }
.header-download { align-items: center; border: 1px solid rgba(255, 216, 117, .4); border-radius: 999px; display: inline-flex; font-size: 12px; font-weight: 700; gap: 16px; justify-self: end; padding: 11px 13px 11px 18px; }
.header-download span { align-items: center; background: var(--gold); border-radius: 50%; color: var(--black); display: flex; font-size: 15px; height: 26px; justify-content: center; width: 26px; }

.hero { background: radial-gradient(circle at 76% 20%, rgba(203, 133, 25, .2), transparent 34%), linear-gradient(135deg, #050403 0%, #0d0904 58%, #171006 100%); min-height: 100vh; overflow: hidden; padding: 145px 28px 90px; position: relative; }
.hero::before { background-image: linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px); background-size: 80px 80px; content: ''; inset: 0; mask-image: linear-gradient(to bottom, black, transparent 85%); pointer-events: none; position: absolute; }
.hero-grid { align-items: center; display: grid; gap: clamp(55px, 8vw, 120px); grid-template-columns: minmax(0, 1.12fr) minmax(330px, .88fr); margin: 0 auto; max-width: var(--max); position: relative; z-index: 2; }
.hero-copy { max-width: 720px; }
.kicker { align-items: center; color: var(--gold-bright); display: flex; font-size: 11px; font-weight: 800; gap: 10px; letter-spacing: .2em; margin: 0 0 22px; text-transform: uppercase; }
.kicker span { background: var(--gold); height: 1px; width: 34px; }
h1, h2 { font-family: 'Bodoni Moda', Georgia, serif; font-weight: 600; letter-spacing: -.045em; margin-top: 0; }
h1 { font-size: clamp(55px, 6.5vw, 100px); line-height: .87; margin-bottom: 34px; }
h1 em, h2 em { color: var(--gold-bright); font-style: italic; }
.store-description { color: #c9c0b0; font-size: 13px; line-height: 1.7; max-width: 680px; }
.store-description p { margin: 0 0 13px; }
.description-label { color: var(--gold-pale); font-size: 12px; font-weight: 800; letter-spacing: .13em; margin-top: 20px !important; text-transform: uppercase; }
.store-description ul { display: grid; gap: 7px; list-style: none; margin: 0 0 18px; padding: 0; }
.store-description li { padding-left: 19px; position: relative; }
.store-description li::before { background: var(--gold); border-radius: 50%; content: ''; height: 5px; left: 1px; position: absolute; top: .7em; width: 5px; }
.closing-line { color: var(--cream); font-weight: 700; }
.google-play-button { align-items: center; background: #000; border: 1px solid rgba(255, 216, 117, .45); border-radius: 12px; box-shadow: 0 15px 35px rgba(0, 0, 0, .35); color: #fff; display: inline-flex; gap: 11px; margin-top: 12px; min-width: 194px; padding: 9px 19px 9px 14px; transition: border-color .25s ease, transform .25s ease; }
.google-play-button:hover { border-color: var(--gold-bright); transform: translateY(-3px); }
.google-play-button svg { flex: 0 0 auto; height: 36px; width: 32px; }
.google-play-button > span { display: flex; flex-direction: column; text-align: left; }
.google-play-button small { font-size: 9px; letter-spacing: .08em; line-height: 1; }
.google-play-button strong { font-size: 22px; font-weight: 500; letter-spacing: -.04em; line-height: 1.12; }

.hero-visual { justify-self: end; max-width: 465px; position: relative; width: 100%; }
.image-shell { background: #1d1408; border: 1px solid rgba(255, 216, 117, .35); overflow: hidden; position: relative; }
.image-shell-main { border-radius: 200px 200px 30px 30px; box-shadow: 0 35px 100px rgba(0, 0, 0, .65), 0 0 80px rgba(234, 166, 42, .08); height: min(780px, 72vw); transform: rotate(2.5deg); }
.image-shell-main img { height: 100%; object-fit: cover; object-position: center top; width: 100%; }
.live-tag { align-items: center; backdrop-filter: blur(14px); background: rgba(13, 9, 4, .78); border: 1px solid rgba(255, 216, 117, .32); border-radius: 999px; bottom: 14%; display: flex; font-size: 11px; font-weight: 800; gap: 9px; left: -10%; letter-spacing: .13em; padding: 12px 18px; position: absolute; text-transform: uppercase; }
.live-tag i { background: #ffb229; border-radius: 50%; box-shadow: 0 0 0 6px rgba(255, 178, 41, .12); height: 7px; width: 7px; }
.hero-stamp { align-items: center; background: var(--gold); border-radius: 50%; color: var(--black); display: flex; flex-direction: column; height: 112px; justify-content: center; position: absolute; right: -9%; top: 16%; transform: rotate(9deg); width: 112px; }
.hero-stamp::after { border: 1px solid rgba(7, 6, 4, .35); border-radius: inherit; content: ''; inset: 7px; position: absolute; }
.hero-stamp span { font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.hero-stamp strong { font-family: 'Bodoni Moda', Georgia, serif; font-size: 27px; }
.hero-orbit { border: 1px solid rgba(255, 216, 117, .08); border-radius: 50%; position: absolute; }
.orbit-one { height: 720px; right: -180px; top: -150px; width: 720px; }
.orbit-two { height: 490px; right: -65px; top: -35px; width: 490px; }
.hero-index { align-items: center; bottom: 34px; color: #756a58; display: flex; font-size: 10px; gap: 12px; left: max(28px, calc((100vw - var(--max)) / 2)); letter-spacing: .12em; position: absolute; }
.hero-index b { background: rgba(255, 255, 255, .15); height: 1px; position: relative; width: 100px; }
.hero-index b::after { background: var(--gold); content: ''; height: 1px; left: 0; position: absolute; top: 0; width: 34%; }

.section-label { align-items: center; color: #766b59; display: flex; font-size: 11px; font-weight: 800; gap: 14px; letter-spacing: .16em; text-transform: uppercase; }
.section-label span { color: var(--gold); }
.community { background: var(--cream); color: var(--black); overflow: hidden; padding: 100px max(28px, calc((100vw - var(--max)) / 2)) 125px; position: relative; }
.community > .section-label { border-bottom: 1px solid rgba(7, 6, 4, .14); padding-bottom: 24px; }
.community-layout { align-items: center; display: grid; gap: clamp(60px, 10vw, 155px); grid-template-columns: minmax(320px, .85fr) minmax(350px, 1.15fr); margin-top: 70px; }
.community-copy { max-width: 470px; }
.community .kicker { color: #9c6819; }
h2 { font-size: clamp(50px, 6vw, 90px); line-height: .93; margin-bottom: 28px; }
.community h2 em { color: #a66a12; }
.community-copy > p:not(.kicker) { color: #746a59; font-size: 16px; line-height: 1.8; }
.feature-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 34px; }
.feature-chips span { border: 1px solid rgba(7, 6, 4, .18); border-radius: 999px; font-size: 11px; font-weight: 800; letter-spacing: .06em; padding: 10px 15px; text-transform: uppercase; }
.community-image { margin: 0; max-height: 830px; overflow: hidden; position: relative; transform: rotate(-2deg); }
.community-image::after { border: 1px solid rgba(255, 255, 255, .45); content: ''; inset: 16px; pointer-events: none; position: absolute; }
.community-image img { display: block; height: 830px; object-fit: cover; object-position: center top; width: 100%; }
.community-image figcaption { background: var(--black); bottom: 32px; color: var(--cream); display: flex; flex-direction: column; left: 32px; padding: 16px 22px; position: absolute; }
.community-image figcaption span { color: var(--gold); font-size: 9px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.community-image figcaption strong { font-family: 'Bodoni Moda', Georgia, serif; font-size: 25px; }

.profile { background: #0b0906; min-height: 100vh; overflow: hidden; padding: 130px max(28px, calc((100vw - var(--max)) / 2)); position: relative; }
.profile-word { color: transparent; font-family: 'Bodoni Moda', Georgia, serif; font-size: clamp(130px, 22vw, 360px); font-weight: 700; left: 50%; line-height: .7; opacity: .12; position: absolute; top: 12%; transform: translateX(-50%); -webkit-text-stroke: 1px var(--gold-bright); white-space: nowrap; }
.profile-layout { align-items: center; display: grid; gap: clamp(55px, 8vw, 120px); grid-template-columns: minmax(330px, .9fr) minmax(350px, 1.1fr); margin: 0 auto; max-width: var(--max); position: relative; z-index: 2; }
.profile-image { background: linear-gradient(145deg, #2b1a07, #0b0906); border: 1px solid rgba(255, 216, 117, .25); border-radius: 28px; box-shadow: 0 40px 100px #000; height: 900px; overflow: hidden; transform: translateY(55px); }
.profile-image img { height: 100%; object-fit: cover; object-position: center top; width: 100%; }
.profile-copy { padding-top: 110px; }
.profile-copy .section-label { border-bottom: 1px solid var(--line); margin-bottom: 58px; padding-bottom: 24px; }
.profile-copy h2 { font-size: clamp(48px, 5.4vw, 80px); }
.profile-copy > p { color: var(--muted); font-size: 16px; line-height: 1.8; max-width: 550px; }
.profile-metrics { border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 45px; }
.profile-metrics div { display: flex; flex-direction: column; padding: 22px 12px 22px 0; }
.profile-metrics div + div { border-left: 1px solid var(--line); padding-left: 18px; }
.profile-metrics strong { color: var(--gold-bright); font-family: 'Bodoni Moda', Georgia, serif; font-size: 24px; }
.profile-metrics span { color: #7f7564; font-size: 9px; font-weight: 800; letter-spacing: .1em; margin-top: 5px; text-transform: uppercase; }

.download-section { align-items: center; background: linear-gradient(135deg, #efb22f, #ffd977 55%, #e29b1c); color: var(--black); display: flex; min-height: 78vh; overflow: hidden; padding: 110px 28px; position: relative; text-align: center; }
.download-lines { border: 1px solid rgba(7, 6, 4, .12); border-radius: 50%; height: 720px; left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 720px; }
.download-lines::before, .download-lines::after { border: 1px solid rgba(7, 6, 4, .1); border-radius: 50%; content: ''; left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); }
.download-lines::before { height: 520px; width: 520px; }
.download-lines::after { height: 320px; width: 320px; }
.download-inner { align-items: center; display: flex; flex-direction: column; margin: 0 auto; max-width: 850px; position: relative; z-index: 2; }
.download-inner > img { border: 1px solid rgba(7, 6, 4, .18); border-radius: 24px; box-shadow: 0 20px 45px rgba(94, 54, 2, .25); height: 84px; margin-bottom: 31px; width: 84px; }
.download-section .kicker { color: #684009; }
.download-section .kicker span { background: #684009; }
.download-section h2 { font-size: clamp(58px, 7vw, 105px); margin-bottom: 25px; }
.download-section h2 em { color: #6d4006; }
.download-inner > p:not(.kicker) { color: rgba(7, 6, 4, .68); font-size: 16px; }
.light-button { border-color: #000; margin-top: 24px; }

.site-footer { align-items: center; background: #050403; border-top: 1px solid var(--line); color: #7d7363; display: grid; font-size: 11px; grid-template-columns: 1fr auto 1fr; padding: 26px max(28px, calc((100vw - var(--max)) / 2)); }
.footer-brand { align-items: center; display: flex; gap: 10px; }
.footer-brand img { border-radius: 9px; height: 30px; width: 30px; }
.footer-brand span { color: #b7ad9c; }
.footer-legal { display: flex; gap: 28px; }
.footer-legal a { color: #a99f8e; transition: color .2s ease; }
.footer-legal a:hover { color: var(--gold-bright); }
.site-footer > p { justify-self: end; margin: 0; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .85s ease, transform .85s ease; }
.reveal-delay { transition-delay: .14s; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; }
  .nav-links { display: none; }
  .hero-grid, .community-layout, .profile-layout { grid-template-columns: 1fr; }
  .hero-copy { max-width: 760px; }
  .hero-visual { justify-self: center; margin-top: 30px; max-width: 440px; }
  .image-shell-main { height: min(830px, 150vw); }
  .community-copy { max-width: 680px; }
  .community-image { margin: 0 auto; max-width: 610px; }
  .profile-image { height: 850px; margin: 0 auto; max-width: 570px; order: 2; transform: none; width: 100%; }
  .profile-copy { order: 1; padding-top: 0; }
  .profile-copy .section-label { margin-bottom: 42px; }
  .site-footer { gap: 22px; grid-template-columns: 1fr; justify-items: center; text-align: center; }
  .site-footer > p { justify-self: center; }
}

@media (max-width: 620px) {
  .site-header { padding: 17px 18px; }
  .brand small { display: none; }
  .brand img { height: 44px; width: 44px; }
  .header-download { font-size: 0; gap: 0; padding: 8px; }
  .header-download span { font-size: 15px; }
  .hero { padding: 120px 22px 82px; }
  h1 { font-size: clamp(49px, 14.5vw, 72px); }
  .store-description { font-size: 12px; }
  .hero-visual { width: 88%; }
  .hero-stamp { height: 88px; right: -7%; width: 88px; }
  .live-tag { left: -6%; }
  .community, .profile { padding-left: 22px; padding-right: 22px; }
  .community { padding-bottom: 90px; padding-top: 78px; }
  .community-layout { margin-top: 52px; }
  .community-image img { height: 680px; }
  .profile { padding-bottom: 90px; padding-top: 95px; }
  .profile-image { height: 690px; }
  .profile-metrics { grid-template-columns: 1fr; }
  .profile-metrics div + div { border-left: 0; border-top: 1px solid var(--line); padding-left: 0; }
  .download-section { min-height: 85vh; }
  .download-lines { height: 500px; width: 500px; }
  .footer-legal { flex-direction: column; gap: 12px; }
}

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