/* Mirrors projects/fajr/_reference/brand.md. That file remains authoritative. */
:root {
  --base: #050817;
  --night: #0a1230;
  --dusk: #26305c;
  --gold: #f5b614;
  --amber: #f2a05c;
  --ember: #e06a2b;
  --rose: #c96a5e;
  --ice: #d6f6ff;
  --white: #f8f8fb;
  --subtext: #a9adc1;
  --line: rgba(214, 246, 255, 0.14);
  --header-h: 82px;
  color-scheme: dark;
}

* { box-sizing: border-box; }
html {
  max-width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
body {
  margin: 0;
  min-width: 0;
  max-width: 100%;
  overflow-x: hidden;
  background: var(--base);
  color: var(--white);
  font-family: "Montserrat", sans-serif;
  line-height: 1.6;
}
img, svg { max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; font: inherit; }
:focus-visible { outline: 3px solid var(--ice); outline-offset: 4px; }

@supports (overflow: clip) {
  html, body { overflow-x: clip; }
}

.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; padding: 12px 18px; background: var(--gold); color: var(--base); font-weight: 700; border-radius: 10px; }
.skip-link:focus { top: 16px; }
.scroll-progress { position: fixed; z-index: 110; top: 0; left: 0; right: 0; height: 4px; background: rgba(255,255,255,.035); pointer-events: none; }
.scroll-progress span { width: 100%; height: 100%; display: block; transform: scaleX(var(--scroll-progress, 0)); transform-origin: left center; background: linear-gradient(90deg, var(--gold), var(--amber) 58%, var(--ember)); box-shadow: 0 0 9px rgba(245,182,20,.72), 0 0 20px rgba(224,106,43,.28); will-change: transform; }
.sky { position: fixed; inset: 0; z-index: -2; pointer-events: none; overflow: hidden; background: linear-gradient(180deg, var(--base) 0%, var(--night) 63%, color-mix(in srgb, var(--dusk) calc(var(--dawn, 0) * 30%), var(--night)) 100%); }
.sky::after { content: ""; position: absolute; inset: 0; opacity: .13; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.28'/%3E%3C/svg%3E"); mix-blend-mode: soft-light; }
.horizon-glow { position: absolute; left: -20%; right: -20%; bottom: -22vh; height: 70vh; opacity: calc(.2 + var(--dawn, 0) * .55); background: radial-gradient(ellipse at center, rgba(242,160,92,.72), rgba(201,106,94,.28) 28%, transparent 70%); filter: blur(24px); }
.starfield { position: absolute; inset: 0; opacity: calc(.78 - var(--dawn, 0) * .48); transition: opacity .8s ease; }
.star { position: absolute; width: var(--star-size, 2px); height: var(--star-size, 2px); border-radius: 50%; background: rgba(214,246,255,var(--star-alpha, .58)); box-shadow: 0 0 calc(var(--star-size, 2px) * 4) rgba(214,246,255,.2); }
.star.warm { background: rgba(245,182,20,var(--star-alpha, .7)); box-shadow: 0 0 calc(var(--star-size, 2px) * 5) rgba(245,182,20,.24); }
.star.twinkle { animation: star-twinkle var(--twinkle-speed, 6s) ease-in-out infinite; animation-delay: var(--twinkle-delay, 0s); }
.meteor-layer { position: absolute; inset: 0; z-index: 2; overflow: hidden; pointer-events: none; }
.shooting-star { position: absolute; width: var(--meteor-length, 210px); height: var(--meteor-weight, 2px); opacity: 0; transform-origin: right center; border-radius: 999px; background: linear-gradient(90deg, transparent 0%, rgba(214,246,255,.12) 16%, rgba(214,246,255,.62) 72%, #fff 100%); filter: drop-shadow(0 0 7px rgba(214,246,255,.78)) drop-shadow(0 0 18px rgba(111,201,255,.28)); animation: meteor-flight var(--shoot-duration, 1050ms) cubic-bezier(.18,.68,.18,1) forwards; }
.shooting-star::before { content: ""; position: absolute; right: -8px; top: 50%; width: 28px; height: 12px; border-radius: 50%; background: radial-gradient(circle, rgba(255,255,255,.92), rgba(214,246,255,.3) 34%, transparent 72%); transform: translateY(-50%); filter: blur(2px); }
.shooting-star::after { content: ""; position: absolute; right: -3px; top: 50%; width: 7px; height: 7px; border-radius: 50%; background: #fff; transform: translateY(-50%); box-shadow: 0 0 8px 2px rgba(214,246,255,.95), 0 0 24px 7px rgba(111,201,255,.32); }
.shooting-star.warm { background: linear-gradient(90deg, transparent, rgba(245,182,20,.15) 18%, rgba(242,160,92,.72) 74%, #fff5d6); filter: drop-shadow(0 0 7px rgba(245,182,20,.82)) drop-shadow(0 0 20px rgba(224,106,43,.3)); }
.shooting-star.warm::after { background: #fff5d6; box-shadow: 0 0 8px 2px rgba(245,182,20,.95), 0 0 25px 8px rgba(224,106,43,.36); }

.site-header { width: min(1320px, calc(100% - 48px)); height: var(--header-h); margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 36px; position: relative; z-index: 10; border-bottom: 1px solid var(--line); }
.wordmark { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; font-family: "Sora", sans-serif; font-weight: 800; letter-spacing: .22em; font-size: 14px; }
.wordmark img { border-radius: 9px; }
nav { display: flex; gap: 32px; margin-left: auto; }
nav a { color: var(--subtext); text-decoration: none; font-size: 13px; font-weight: 600; transition: color .2s ease; }
nav a:hover { color: var(--white); }
.header-cta { min-height: 50px; padding: 5px 15px 5px 6px; position: relative; overflow: hidden; isolation: isolate; display: inline-flex; align-items: center; gap: 10px; color: var(--base); background: linear-gradient(135deg, #ffd14d, var(--gold) 58%, #e99620); border: 1px solid rgba(255,230,145,.6); border-radius: 99px; text-decoration: none; box-shadow: 0 8px 30px rgba(245,182,20,.16), inset 0 1px rgba(255,255,255,.5); font-family: "Sora", sans-serif; font-size: 13px; font-weight: 800; transition: transform .25s ease, box-shadow .25s ease; }
.header-cta::before { content: ""; position: absolute; z-index: -1; top: -70%; bottom: -70%; left: -50%; width: 34%; background: linear-gradient(90deg, transparent, rgba(255,255,255,.72), transparent); transform: rotate(18deg); animation: cta-shine 5.5s ease-in-out infinite; }
.header-cta:hover { transform: translateY(-3px) scale(1.015); box-shadow: 0 15px 42px rgba(245,182,20,.28), 0 0 0 5px rgba(245,182,20,.07); }
.cta-app-icon { width: 36px; height: 36px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; background: rgba(5,8,23,.94); box-shadow: inset 0 0 0 1px rgba(255,255,255,.1), 0 4px 12px rgba(5,8,23,.2); }
.cta-app-icon img { display: block; border-radius: 8px; }
.header-cta > svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; transition: transform .25s ease; }
.header-cta:hover > svg { transform: translateY(2px); }

.hero { min-height: calc(100svh - var(--header-h)); width: min(1320px, calc(100% - 48px)); margin: 0 auto; display: grid; grid-template-columns: minmax(0, .9fr) minmax(480px, 1.1fr); align-items: center; gap: 24px; padding: 56px 0 92px; position: relative; }
.hero-copy { max-width: 650px; position: relative; z-index: 2; }
.eyebrow { margin: 0 0 20px; color: var(--ice); font-family: "JetBrains Mono", monospace; font-size: 11px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.hero-copy .eyebrow { display: flex; align-items: center; gap: 10px; }
.hero-copy .eyebrow span { width: 18px; height: 2px; background: var(--gold); box-shadow: 0 0 12px var(--gold); }
h1, h2, h3 { font-family: "Sora", sans-serif; margin: 0; line-height: 1.06; text-wrap: balance; }
h1 { max-width: 720px; font-size: clamp(3.2rem, 6.3vw, 6.9rem); font-weight: 700; letter-spacing: -.055em; }
h2 { font-size: clamp(2.35rem, 4.7vw, 5.1rem); letter-spacing: -.045em; }
h3 { font-size: 1.35rem; letter-spacing: -.025em; }
.hero-lede { max-width: 610px; margin: 28px 0 30px; color: #c5c8d6; font-size: clamp(1rem, 1.25vw, 1.14rem); line-height: 1.75; }
.store-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.store-badge-link { display: inline-flex; min-height: 58px; border-radius: 10px; text-decoration: none; transition: transform .2s ease, filter .2s ease; }
.store-badge-link:hover { transform: translateY(-3px); filter: drop-shadow(0 12px 20px rgba(0,0,0,.28)); }
.store-badge-link img { display: block; width: auto; height: 58px; object-fit: contain; }
.availability { display: flex; align-items: center; gap: 9px; margin: 19px 0 0; color: var(--subtext); font-size: 12px; }
.availability span { width: 6px; height: 6px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 12px var(--gold); }

.hero-visual { min-height: 680px; display: grid; place-items: center; position: relative; }
.hero-orbit { position: absolute; width: min(44vw, 640px); aspect-ratio: 1; border: 1px solid rgba(245,182,20,.22); border-radius: 50%; box-shadow: 0 0 80px rgba(224,106,43,.06), inset 0 0 70px rgba(245,182,20,.04); }
.hero-orbit::before, .hero-orbit::after { content: ""; position: absolute; border-radius: 50%; border: 1px solid rgba(214,246,255,.08); }
.hero-orbit::before { inset: 8%; }
.hero-orbit::after { inset: -9%; }
.hero-orbit i { position: absolute; top: -5px; left: 50%; width: 11px; height: 11px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 9px 3px var(--ember), 0 0 28px 7px rgba(245,182,20,.48); transform: translateX(-50%); animation: ember-breathe 3.6s ease-in-out infinite; }
.phone-wrap { position: relative; z-index: 2; transform: rotate(4deg); }
.phone { width: 314px; height: 642px; padding: 9px; border-radius: 52px; background: linear-gradient(145deg, #5e6270, #11141c 22%, #02030a 70%, #6e6d72); box-shadow: 0 48px 100px rgba(0,0,0,.54), 0 0 90px rgba(245,182,20,.08); }
.phone::before { content: ""; width: 88px; height: 23px; position: absolute; top: 16px; left: 50%; z-index: 3; transform: translateX(-50%); background: #02030a; border-radius: 99px; }
.phone-screen { height: 100%; border-radius: 44px; overflow: hidden; position: relative; background: linear-gradient(180deg, #050817 0%, #0a1230 58%, #26305c 78%, #c96a5e 93%, #f2a05c 100%); }
.phone-screen > img { width: 100%; height: 100%; display: block; object-fit: cover; }
.phone-status { height: 45px; padding: 13px 24px 0; display: flex; justify-content: space-between; font-family: "JetBrains Mono", monospace; font-size: 10px; color: rgba(255,255,255,.8); }
.phone-brand { text-align: center; margin-top: 8px; font-family: "Sora", sans-serif; font-weight: 700; letter-spacing: .24em; font-size: 10px; }
.phone-sky-stars { position: absolute; inset: 50px 0 100px; background-image: radial-gradient(circle, rgba(255,255,255,.54) 0 .8px, transparent 1px); background-size: 41px 47px; opacity: .5; }
.streak-ring { width: 218px; height: 218px; position: relative; margin: 46px auto 0; border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 7px solid transparent; background: linear-gradient(var(--night),var(--night)) padding-box, conic-gradient(var(--gold), var(--amber), var(--ember), var(--gold)) border-box; box-shadow: 0 0 24px rgba(245,182,20,.36), inset 0 0 45px rgba(245,182,20,.08); }
.streak-ring .ember { position: absolute; top: -11px; width: 18px; height: 18px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 11px 4px var(--ember), 0 0 28px 7px rgba(245,182,20,.5); }
.streak-ring strong { color: #ffd989; font-family: "JetBrains Mono", monospace; font-size: 76px; font-weight: 400; line-height: 1; }
.streak-ring small { color: #f4cc7c; font-size: 13px; margin-top: 5px; }
.fajr-time { display: flex; align-items: center; flex-direction: column; margin-top: 34px; position: relative; z-index: 2; }
.fajr-time span { color: var(--subtext); font-family: "JetBrains Mono", monospace; font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }
.fajr-time strong { color: #ffd989; font-family: "JetBrains Mono", monospace; font-size: 30px; font-weight: 400; }
.fajr-time small { color: rgba(255,255,255,.62); font-size: 9px; }
.phone-ground { position: absolute; bottom: 62px; left: -10%; width: 120%; height: 76px; background: #03040d; clip-path: polygon(0 78%, 8% 54%, 16% 70%, 26% 43%, 37% 68%, 49% 48%, 61% 73%, 73% 40%, 84% 67%, 93% 52%, 100% 70%, 100% 100%, 0 100%); }
.phone-nav { position: absolute; bottom: 0; left: 0; right: 0; height: 69px; display: flex; align-items: center; justify-content: space-around; background: rgba(3,4,13,.94); border-top: 1px solid rgba(245,182,20,.14); color: rgba(255,255,255,.48); font-size: 21px; }
.phone-nav .today { width: 46px; height: 46px; margin-top: -25px; display: grid; place-items: center; background: var(--gold); color: var(--base); border-radius: 50%; box-shadow: 0 0 25px rgba(245,182,20,.42); font-size: 28px; }
.phone-shadow { position: absolute; width: 280px; height: 48px; left: 30px; bottom: -26px; background: rgba(0,0,0,.56); filter: blur(22px); border-radius: 50%; }
.orbit-label { position: absolute; z-index: 3; min-width: 170px; padding: 13px 15px; display: flex; flex-direction: column; background: rgba(5,8,23,.82); border: 1px solid var(--line); backdrop-filter: blur(14px); border-radius: 14px; box-shadow: 0 18px 45px rgba(0,0,0,.22); }
.orbit-label b { color: var(--gold); font-family: "JetBrains Mono", monospace; font-size: 14px; }
.orbit-label span { color: var(--subtext); font-size: 10px; }
.orbit-label-one { right: 1%; top: 19%; }
.orbit-label-two { left: 2%; bottom: 19%; }
.hero-foot { position: absolute; bottom: 25px; left: 0; right: 0; display: flex; justify-content: center; align-items: center; gap: 16px; color: rgba(255,255,255,.4); font-family: "JetBrains Mono", monospace; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.hero-foot i { width: 3px; height: 3px; border-radius: 50%; background: var(--gold); }

.section-shell, .constellation-section, .founder, .download { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.promise { padding: 160px 0 130px; }
.section-intro { max-width: 800px; }
.section-intro > p:not(.eyebrow) { max-width: 580px; color: var(--subtext); font-size: 1.05rem; margin-top: 24px; }
.morning-sequence { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 82px; position: relative; }
.morning-sequence::before { content: ""; position: absolute; z-index: 0; top: 62px; left: 9%; right: 9%; height: 1px; background: linear-gradient(90deg, transparent, rgba(245,182,20,.5) 16%, rgba(214,246,255,.17) 50%, rgba(245,182,20,.5) 84%, transparent); }
.morning-sequence::after { content: ""; position: absolute; z-index: 3; top: 57px; left: 10%; width: 11px; height: 11px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 10px 3px var(--ember), 0 0 24px 7px rgba(245,182,20,.28); animation: sequence-travel 7s ease-in-out infinite; }
.morning-sequence article, .morning-sequence article:not(:first-child) { min-height: 390px; padding: 25px 28px 30px; position: relative; z-index: 1; overflow: hidden; border: 1px solid var(--line); border-radius: 27px; background: linear-gradient(155deg, rgba(16,24,55,.86), rgba(5,8,23,.62)); box-shadow: 0 24px 65px rgba(0,0,0,.13), inset 0 1px rgba(255,255,255,.025); transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease; }
.morning-sequence article::after { content: attr(data-step); position: absolute; right: -5px; bottom: -36px; color: rgba(214,246,255,.025); font-family: "Sora", sans-serif; font-size: 9rem; font-weight: 800; line-height: 1; pointer-events: none; }
.morning-sequence article:hover { transform: translateY(-8px); border-color: rgba(245,182,20,.34); box-shadow: 0 30px 80px rgba(0,0,0,.22), 0 0 35px rgba(245,182,20,.05); }
.sequence-top { display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 2; }
.sequence-icon { width: 76px; height: 76px; display: grid; place-items: center; border: 1px solid rgba(245,182,20,.3); border-radius: 24px; color: var(--gold); background: radial-gradient(circle at 50% 44%, rgba(245,182,20,.14), rgba(38,48,92,.28) 56%, rgba(5,8,23,.72)); box-shadow: 0 0 0 8px rgba(245,182,20,.025), inset 0 0 24px rgba(214,246,255,.035); }
.sequence-icon svg { width: 39px; height: 39px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; filter: drop-shadow(0 0 6px rgba(245,182,20,.38)); }
.sequence-number { color: rgba(214,246,255,.42); font-family: "JetBrains Mono", monospace; font-size: 11px; letter-spacing: .12em; }
.sequence-time { width: fit-content; margin-top: 54px; padding: 7px 10px; color: var(--gold); background: rgba(245,182,20,.07); border: 1px solid rgba(245,182,20,.16); border-radius: 99px; font-family: "JetBrains Mono", monospace; font-size: 9px; font-weight: 600; letter-spacing: .14em; }
.morning-sequence h3 { margin-top: 21px; }
.morning-sequence p { position: relative; z-index: 2; color: var(--subtext); font-size: .9rem; margin: 15px 0 0; }

.product-tour { padding: 120px 0 150px; display: grid; grid-template-columns: minmax(330px, .84fr) minmax(0, 1.16fr); gap: clamp(70px, 10vw, 150px); align-items: start; }
.tour-stage { position: sticky; top: 62px; min-height: 730px; display: flex; flex-direction: column; align-items: center; }
.tour-stage > .eyebrow { width: 100%; margin-bottom: 25px; }
.tour-swipe-hint { display: none; }
.tour-controls { display: flex; align-items: center; gap: 8px; }
.tour-position { margin-right: 3px; color: var(--subtext); font-family: "JetBrains Mono", monospace; font-size: 10px; letter-spacing: .08em; }
.tour-position b { color: var(--gold); font-weight: 600; }
.tour-controls button { width: 44px; height: 44px; padding: 0; flex: 0 0 44px; display: grid; place-items: center; cursor: pointer; border: 1px solid rgba(245,182,20,.24); border-radius: 50%; background: rgba(245,182,20,.055); transition: opacity .2s ease, border-color .2s ease, background .2s ease, transform .2s ease; }
.tour-controls button:active { transform: scale(.94); }
.tour-controls button:disabled { opacity: .28; cursor: default; }
.tour-controls button svg { width: 18px; height: 18px; fill: none; stroke: var(--gold); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.tour-device { width: 326px; padding: 9px; border-radius: 52px; background: linear-gradient(145deg, #6b6f7b, #171a22 20%, #02030a 72%, #6e6d72); box-shadow: 0 45px 100px rgba(0,0,0,.48), 0 0 80px rgba(245,182,20,.07); }
.tour-screen-stack { aspect-ratio: 1080 / 2400; position: relative; overflow: hidden; border-radius: 43px; background: #020615; }
.tour-screen-stack::after { content: ""; position: absolute; inset: 0; z-index: 3; pointer-events: none; border-radius: inherit; box-shadow: inset 0 0 0 1px rgba(255,255,255,.08); }
.tour-screen-stack img { width: 100%; height: 100%; position: absolute; inset: 0; display: block; object-fit: cover; opacity: 0; transform: scale(1.015); transition: opacity .45s ease, transform .65s cubic-bezier(.22,1,.36,1); }
.tour-screen-stack img.active { z-index: 2; opacity: 1; transform: scale(1); }
.tour-caption { display: flex; align-items: center; gap: 9px; margin: 18px 0 0; color: var(--subtext); font-size: 10px; }
.tour-caption span { width: 6px; height: 6px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 10px var(--gold); }
.tour-steps { border-top: 1px solid var(--line); }
.tour-step { min-height: 460px; padding: 74px 0 60px; display: flex; flex-direction: column; justify-content: center; border-bottom: 1px solid var(--line); opacity: .38; transition: opacity .35s ease; }
.tour-step.active { opacity: 1; }
.tour-number { color: var(--gold); font-family: "JetBrains Mono", monospace; font-size: 10px; font-weight: 600; letter-spacing: .14em; }
.tour-step h2 { max-width: 650px; margin-top: 23px; font-size: clamp(2.2rem, 4vw, 4.5rem); }
.tour-step p { max-width: 560px; margin: 24px 0 0; color: var(--subtext); }
.tour-step > img { display: none; }

.constellation-section { min-height: 760px; padding: 120px 0; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 100px; }
.constellation-copy p:not(.eyebrow) { color: var(--subtext); max-width: 540px; margin: 28px 0 30px; }
.constellation-copy ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 15px; }
.constellation-copy li { color: #d4d6df; font-size: .88rem; display: flex; gap: 13px; align-items: center; }
.constellation-copy li span { width: 6px; height: 6px; flex: 0 0 auto; border-radius: 50%; background: var(--gold); box-shadow: 0 0 10px var(--gold); }
.constellation { min-height: 520px; padding: 36px; border: 1px solid var(--line); border-radius: 34px; background: radial-gradient(circle at 50% 42%, rgba(38,48,92,.32), transparent 58%), rgba(5,8,23,.5); box-shadow: inset 0 0 90px rgba(214,246,255,.025), 0 28px 100px rgba(0,0,0,.2); }
.month-label { display: flex; justify-content: space-between; align-items: center; }
.month-label span { color: var(--subtext); font-family: "JetBrains Mono", monospace; font-size: 9px; letter-spacing: .12em; }
.month-label strong { color: var(--gold); font-family: "JetBrains Mono", monospace; font-size: 13px; }
.ember-grid { height: 340px; margin: 36px 0 22px; display: grid; grid-template-columns: repeat(6, 1fr); place-items: center; background-image: radial-gradient(circle, rgba(245,182,20,.95) 0 3px, rgba(224,106,43,.35) 4px, transparent 11px), radial-gradient(circle, rgba(214,246,255,.15) 0 1px, transparent 2px); background-size: 16.66% 20%, 10% 14%; background-position: 0 0, 12px 9px; mask-image: radial-gradient(ellipse, black 30%, rgba(0,0,0,.55) 70%, transparent 100%); }
.constellation-legend { display: flex; justify-content: center; gap: 26px; color: var(--subtext); font-size: 10px; }
.constellation-legend span { display: flex; align-items: center; gap: 7px; }
.constellation-legend i { width: 7px; height: 7px; border-radius: 50%; }
.constellation-legend .prayed { background: var(--gold); box-shadow: 0 0 8px var(--gold); }
.constellation-legend .missed { background: var(--dusk); }
.constellation-legend .paused { background: #6c7182; }

.community { padding: 170px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 110px; align-items: center; }
.community-copy p:not(.eyebrow) { color: var(--subtext); max-width: 510px; margin: 28px 0 0; }
.community-copy .community-note { color: var(--ice); padding-left: 16px; border-left: 1px solid var(--gold); font-size: .84rem; }
.community-visual { max-width: 480px; margin: 0 auto; border: 1px solid var(--line); border-radius: 30px; background: rgba(5,8,23,.72); box-shadow: 0 30px 100px rgba(0,0,0,.3); overflow: hidden; transform: rotate(-2deg); }
.feed-header { min-height: 76px; padding: 22px 26px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); font-family: "Sora", sans-serif; }
.feed-header span { color: var(--subtext); font-family: "JetBrains Mono", monospace; font-size: 9px; text-transform: uppercase; }
.feed-row { display: grid; grid-template-columns: 46px 1fr; gap: 13px; padding: 22px 25px; border-bottom: 1px solid var(--line); }
.avatar { width: 42px; height: 42px; border-radius: 50%; border: 1px solid rgba(255,255,255,.2); }
.avatar-one { background: radial-gradient(circle at 50% 35%, #f2a05c 0 18%, #7a4042 19% 37%, #182247 38%); }
.avatar-two { background: radial-gradient(circle at 50% 36%, #c18b63 0 18%, #24202d 19% 38%, #26305c 39%); }
.feed-row strong { font-size: 12px; }
.feed-row div > span { float: right; color: var(--subtext); font-size: 9px; }
.feed-row p { margin: 4px 0 10px; color: #d8dae3; font-size: 12px; }
.feed-row small { color: var(--subtext); font-size: 10px; }
.feed-photo { height: 160px; margin: 10px 0; border-radius: 15px; background: linear-gradient(180deg, #0a1230, #26305c 55%, #c96a5e 86%, #f2a05c); position: relative; overflow: hidden; }
.feed-photo::after { content: ""; position: absolute; bottom: 0; left: 0; right: 0; height: 46%; background: #03040d; clip-path: polygon(0 78%, 12% 45%, 28% 70%, 43% 34%, 59% 66%, 74% 47%, 87% 73%, 100% 51%, 100% 100%, 0 100%); }
.feed-wordmark { padding: 14px; text-align: center; color: rgba(255,255,255,.28); font-family: "Sora", sans-serif; font-size: 9px; font-weight: 700; letter-spacing: .28em; }

.founder { margin-top: 40px; margin-bottom: 120px; padding: 78px 80px; display: grid; grid-template-columns: 168px 1fr; gap: 58px; align-items: center; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: linear-gradient(90deg, rgba(38,48,92,.18), transparent); }
.founder img { width: 168px; height: 168px; object-fit: cover; border-radius: 50%; border: 1px solid rgba(245,182,20,.34); filter: grayscale(.82) sepia(.18) saturate(.65) contrast(1.06) brightness(.98); box-shadow: 0 0 0 12px rgba(245,182,20,.04), 0 0 34px rgba(245,182,20,.08); }
.founder h2 { font-size: clamp(2rem, 3.7vw, 3.9rem); max-width: 830px; }
.founder div > p:not(.eyebrow) { color: var(--subtext); max-width: 700px; }
.founder a { display: inline-block; margin-top: 5px; color: var(--gold); font-weight: 700; text-underline-offset: 5px; }

.faq { padding: 120px 0 170px; display: grid; grid-template-columns: .75fr 1.25fr; gap: 110px; }
.faq .section-intro h2 { font-size: clamp(2.2rem, 4vw, 4rem); }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); transition: background .25s ease; }
details[open] { background: linear-gradient(90deg, rgba(245,182,20,.045), transparent 65%); }
summary { list-style: none; min-height: 92px; padding: 0 15px 0 0; display: flex; justify-content: space-between; align-items: center; gap: 20px; cursor: pointer; font-family: "Sora", sans-serif; font-size: 1rem; font-weight: 600; }
summary::-webkit-details-marker { display: none; }
.faq-question { min-width: 0; display: flex; align-items: center; gap: 13px; }
.faq-index { flex: 0 0 auto; color: var(--gold); font-family: "JetBrains Mono", monospace; font-size: 10px; font-weight: 600; letter-spacing: .08em; }
.faq-question i { width: 21px; height: 1px; flex: 0 0 auto; background: rgba(245,182,20,.5); }
.faq-question > span:last-child { color: var(--white); font-family: "Sora", sans-serif; font-size: 1rem; font-weight: 600; }
.faq-toggle { width: 34px; height: 34px; flex: 0 0 auto; display: grid; place-items: center; color: var(--gold); border: 1px solid rgba(245,182,20,.2); border-radius: 50%; font-family: "JetBrains Mono", monospace; font-size: 19px; font-weight: 400; transition: transform .25s ease, background .25s ease; }
details[open] .faq-toggle { transform: rotate(45deg); background: rgba(245,182,20,.1); }
details p { max-width: 650px; margin: -4px 54px 29px 66px; color: var(--subtext); font-size: .9rem; transform-origin: top; }
details p a { color: var(--gold); text-underline-offset: 4px; }

.download { min-height: 720px; margin-bottom: 90px; display: grid; place-items: center; position: relative; overflow: hidden; text-align: center; border: 1px solid var(--line); border-radius: 42px; background: radial-gradient(circle at 50% 50%, rgba(38,48,92,.42), rgba(5,8,23,.66) 58%); }
.download-ring { position: absolute; width: 640px; aspect-ratio: 1; border: 2px solid rgba(245,182,20,.38); border-radius: 50%; box-shadow: 0 0 100px rgba(224,106,43,.14), inset 0 0 100px rgba(245,182,20,.06); }
.download-ring::before, .download-ring::after { content: ""; position: absolute; border-radius: 50%; border: 1px solid rgba(214,246,255,.07); }
.download-ring::before { inset: 10%; }
.download-ring::after { inset: -12%; }
.download-ring i { position: absolute; top: -7px; left: 50%; width: 14px; height: 14px; transform: translateX(-50%); border-radius: 50%; background: var(--gold); box-shadow: 0 0 12px 4px var(--ember), 0 0 32px 10px rgba(245,182,20,.44); }
.download-content { max-width: 700px; padding: 70px 24px; position: relative; z-index: 2; }
.download-content > img { border-radius: 18px; margin-bottom: 26px; box-shadow: 0 0 38px rgba(245,182,20,.16); }
.download-content h2 { font-size: clamp(2.6rem, 5vw, 5rem); }
.download-content > p:not(.eyebrow) { color: var(--subtext); }
.centered { justify-content: center; margin-top: 27px; }

footer { width: min(1320px, calc(100% - 48px)); min-height: 150px; margin: 0 auto; padding: 40px 0 80px; display: grid; grid-template-columns: auto 1fr auto auto; gap: 36px; align-items: center; border-top: 1px solid var(--line); color: var(--subtext); font-size: 11px; }
footer .wordmark { color: var(--white); font-size: 11px; }
footer p { margin: 0; }
footer div { display: flex; gap: 24px; }
footer div a { text-decoration: none; }
footer div a:hover { color: var(--white); }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s cubic-bezier(.22,1,.36,1), transform .8s cubic-bezier(.22,1,.36,1); }
.reveal.visible { opacity: 1; transform: none; }
@keyframes ember-breathe { 0%,100% { transform: translateX(-50%) scale(.82); opacity: .8; } 50% { transform: translateX(-50%) scale(1.18); opacity: 1; } }
@keyframes star-twinkle { 0%,100% { opacity: .45; transform: scale(.78); } 50% { opacity: 1; transform: scale(1.25); } }
@keyframes meteor-flight { 0% { opacity: 0; transform: translate3d(0,0,0) rotate(var(--meteor-angle)) scaleX(.3); } 8% { opacity: .98; } 68% { opacity: .94; } 100% { opacity: 0; transform: translate3d(var(--travel-x),var(--travel-y),0) rotate(var(--meteor-angle)) scaleX(1); } }
@keyframes cta-shine { 0%, 62% { left: -55%; opacity: 0; } 72% { opacity: .9; } 88%, 100% { left: 125%; opacity: 0; } }
@keyframes sequence-travel { 0%, 12% { left: 10%; opacity: .35; } 46% { opacity: 1; } 88%, 100% { left: 88%; opacity: .35; } }

@media (max-width: 1050px) {
  .hero { grid-template-columns: 1fr 1fr; }
  .hero-visual { margin: 0 -44px; }
  .phone-wrap { transform: rotate(4deg) scale(.88); }
  .orbit-label { display: none; }
  .constellation-section, .community { gap: 58px; }
  .faq { gap: 56px; }
  .product-tour { gap: 60px; }
  .tour-device { width: 292px; }
}

@media (max-width: 820px) {
  :root { --header-h: 70px; }
  .site-header { width: min(100% - 32px, 720px); }
  nav { display: none; }
  .header-cta { margin-left: auto; }
  .hero { width: min(100% - 32px, 720px); grid-template-columns: 1fr; padding: 70px 0 126px; }
  .hero-copy { text-align: center; margin: 0 auto; }
  .hero-copy .eyebrow { justify-content: center; }
  .hero-lede { margin-left: auto; margin-right: auto; }
  .store-actions { justify-content: center; }
  .availability { justify-content: center; }
  .hero-visual { min-height: 650px; margin: 28px 0 0; overflow: hidden; }
  .phone-wrap { transform: rotate(4deg) scale(.92); }
  .hero-orbit { width: min(86vw, 610px); }
  .hero-foot { flex-wrap: wrap; padding: 0 12px; }
  .section-shell, .constellation-section, .founder, .download { width: min(100% - 32px, 720px); }
  .promise { padding: 110px 0 96px; }
  .morning-sequence { grid-template-columns: 1fr; margin-top: 58px; }
  .morning-sequence::before, .morning-sequence::after { display: none; }
  .morning-sequence article, .morning-sequence article:not(:first-child) { min-height: 330px; padding: 24px 26px 29px; }
  .sequence-time { margin-top: 38px; }
  .product-tour { display: block; padding: 108px 0 116px; }
  .tour-stage { position: static; min-height: 0; display: block; }
  .tour-stage > .eyebrow { margin-bottom: 8px; }
  .tour-swipe-hint { margin: 0 0 24px; display: flex; align-items: center; justify-content: space-between; gap: 18px; color: var(--subtext); font-size: .82rem; }
  .tour-swipe-hint > span:first-child { color: var(--ice); }
  .tour-device, .tour-caption { display: none; }
  .tour-steps { width: 100%; max-width: 100%; padding: 0 28px 18px 0; position: relative; display: flex; gap: 16px; overflow-x: auto; overflow-y: hidden; overscroll-behavior-inline: contain; scroll-padding-inline: 0 28px; scroll-snap-type: inline mandatory; scrollbar-width: thin; scrollbar-color: rgba(245,182,20,.55) transparent; border-top: 0; -webkit-overflow-scrolling: touch; }
  .tour-step { min-height: 0; padding: 16px; flex: 0 0 min(calc(100% - 34px), 340px); display: flex; flex-direction: column; justify-content: initial; align-items: stretch; opacity: 1; scroll-snap-align: start; scroll-snap-stop: always; border: 1px solid var(--line); border-radius: 26px; background: linear-gradient(155deg, rgba(16,24,55,.78), rgba(5,8,23,.72)); }
  .tour-step > img { width: auto; height: clamp(300px, calc(100svh - 360px), 500px); max-width: 100%; order: -1; align-self: center; display: block; object-fit: contain; border: 1px solid rgba(255,255,255,.08); border-radius: 19px; background: #020615; box-shadow: 0 22px 46px rgba(0,0,0,.24); }
  .tour-number { margin-top: 20px; }
  .tour-step h2 { margin: 9px 0 0; font-size: clamp(1.45rem, 5vw, 2rem); }
  .tour-step p { margin: 12px 0 3px; font-size: .84rem; line-height: 1.6; }
  .constellation-section { grid-template-columns: 1fr; padding: 100px 0; }
  .community { grid-template-columns: 1fr; padding: 110px 0; }
  .community-copy { order: -1; }
  .founder { margin-top: 28px; margin-bottom: 112px; padding: 64px 28px; grid-template-columns: 120px 1fr; gap: 36px; }
  .founder img { width: 120px; height: 120px; }
  .faq { grid-template-columns: 1fr; padding: 108px 0 142px; }
  .download { min-height: 620px; }
  .download-ring { width: 520px; }
  footer { grid-template-columns: 1fr auto; padding-bottom: 70px; }
  footer p { display: none; }
  footer div { grid-column: 1 / -1; grid-row: 2; }
}

@media (max-width: 560px) {
  .site-header, .hero, .section-shell, .constellation-section, .founder, .download { width: min(100% - 40px, 720px); }
  .site-header { gap: 12px; }
  .site-header .wordmark { gap: 8px; font-size: 11px; letter-spacing: .16em; }
  .header-cta { min-height: 42px; margin-left: auto; padding: 0 12px; gap: 7px; font-size: 11px; }
  .header-cta .cta-app-icon { display: none; }
  .header-cta > svg { width: 15px; height: 15px; }
  h1 { font-size: clamp(3rem, 14vw, 4.8rem); }
  .hero { padding: 58px 0 132px; }
  .hero-lede { font-size: .96rem; }
  .store-badge-link { min-height: 48px; }
  .store-badge-link img { height: 48px; }
  .tour-swipe-hint { align-items: flex-end; }
  .tour-swipe-hint > span:first-child { max-width: clamp(96px, 30vw, 130px); line-height: 1.45; }
  .tour-step { flex-basis: min(calc(100% - 30px), 310px); padding: 13px; border-radius: 22px; }
  .tour-step > img { border-radius: 16px; }
  .tour-step h2 { font-size: 1.35rem; }
  .tour-step p { font-size: .8rem; }
  .hero-visual { min-height: 540px; margin: 38px 0 8px; }
  .phone-wrap { transform: scale(.82); }
  .hero-orbit { width: min(84vw, 430px); }
  .hero-foot { bottom: 14px; gap: 9px; font-size: 7px; }
  .section-intro h2, .constellation-copy h2, .community-copy h2 { font-size: 2.6rem; }
  .constellation { min-height: 430px; padding: 24px 18px; }
  .ember-grid { height: 280px; }
  .constellation-legend { gap: 13px; font-size: 8px; }
  .community-visual { transform: none; }
  .founder { grid-template-columns: 1fr; padding: 68px 24px; text-align: center; }
  .founder img { margin: 0 auto; }
  .founder h2 { font-size: 2.4rem; }
  .faq-list { padding: 0 14px; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: rgba(5,8,23,.36); }
  .faq-list details:last-child { border-bottom: 0; }
  summary { min-height: 88px; padding: 0 2px; gap: 12px; }
  .faq-question { gap: 10px; }
  .faq-index { width: 32px; height: 32px; display: grid; place-items: center; border: 1px solid rgba(245,182,20,.2); border-radius: 50%; background: rgba(245,182,20,.06); letter-spacing: .04em; }
  .faq-question i { display: none; }
  .faq-question > span:last-child { font-size: .9rem; line-height: 1.4; }
  .faq-toggle { width: 32px; height: 32px; }
  details p { margin: -2px 42px 25px 42px; font-size: .84rem; line-height: 1.65; }
  .download { min-height: 650px; margin-bottom: 64px; border-radius: 28px; }
  .download-ring { width: 440px; }
  .download .store-actions { flex-direction: column; align-items: center; }
  footer { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 25px; }
  footer div { width: 100%; order: 3; flex-wrap: wrap; row-gap: 12px; }
  footer small { margin-left: auto; }
}

@media (max-width: 354px) {
  .phone-wrap { transform: translateX(calc((100vw - 354px) / 2)) scale(.82); }
}

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