:root {
  --bg: #0b0b0d; --ink: #f2f1ee; --muted: #9a9aa5; --line: rgba(255,255,255,0.09);
  --coral: #ff5a3d; --coral2: #ff9a6c; --maxw: 1240px;
  --display: 'Inter Tight', -apple-system, 'Helvetica Neue', sans-serif;
  --serif: 'Instrument Serif', Georgia, serif;
  --body: 'Inter', -apple-system, 'Helvetica Neue', sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--ink); font: 16px/1.6 var(--body); -webkit-font-smoothing: antialiased; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
p { margin: 0; }
h1, h2, h3 { margin: 0; }
em { font-family: var(--serif); font-style: italic; font-weight: 400; letter-spacing: 0; color: var(--coral2); }
.grain { position: fixed; inset: 0; width: 100%; height: 100%; z-index: 50; pointer-events: none; opacity: 0.35; mix-blend-mode: soft-light; }
.eyebrow { font: 600 12px/1 var(--body); letter-spacing: 0.16em; text-transform: uppercase; color: var(--coral2); margin-bottom: 18px; }
.fine { font-size: 13px; color: var(--muted); }
.lede { font-size: clamp(17px, 1.35vw, 20px); color: #cfcfd6; max-width: 56ch; }
.display { font: 900 clamp(56px, 9.4vw, 148px)/0.92 var(--display); letter-spacing: -0.045em; }
.display .line { display: block; }
.display-2 { font: 800 clamp(34px, 4.4vw, 62px)/1.02 var(--display); letter-spacing: -0.035em; }
.display em, .display-2 em { font-size: 1.04em; }

.wordmark { font: 800 22px/1 var(--display); letter-spacing: -0.045em; display: inline-flex; align-items: baseline; color: #fff; }
.dot { display: inline-block; width: 0.22em; height: 0.22em; border-radius: 50%; margin-left: 0.06em; background: linear-gradient(135deg, var(--coral2), var(--coral)); box-shadow: 0 0 0.5em rgba(255,90,61,0.6); }

.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 40; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 32px; transition: background .3s, backdrop-filter .3s, padding .3s; }
.nav.solid { background: rgba(11,11,13,0.72); backdrop-filter: blur(16px); border-bottom: 1px solid var(--line); padding: 12px 32px; }
.nav nav { display: flex; gap: 28px; font-size: 14px; color: #d3d3da; }
.nav nav a { position: relative; }
.nav nav a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: -6px; height: 1px; background: var(--coral2); transition: right .25s; }
.nav nav a:hover::after { right: 0; }

.btn { display: inline-flex; align-items: center; gap: 10px; padding: 11px 18px; border-radius: 999px; font: 600 14px/1 var(--body); border: 1px solid var(--line); color: #fff; background: rgba(255,255,255,0.04); transition: transform .15s ease, background .15s ease, box-shadow .15s ease; white-space: nowrap; }
.btn:hover { transform: translateY(-1px); background: rgba(255,255,255,0.08); }
.btn.primary { background: linear-gradient(135deg, var(--coral2), var(--coral)); border-color: transparent; color: #1a0d08; box-shadow: 0 12px 40px rgba(255,90,61,0.28); }
.btn.primary:hover { box-shadow: 0 16px 50px rgba(255,90,61,0.4); }
.btn.ghost { background: transparent; }
.btn.big { padding: 16px 26px; font-size: 16px; }
.arrow { display: inline-block; transition: transform .2s; }
.btn:hover .arrow { transform: translateY(2px); }
.textlink { display: inline-block; margin-top: 26px; font-weight: 600; color: var(--coral2); border-bottom: 1px solid rgba(255,154,108,0.4); padding-bottom: 2px; }

/* hero */
.hero { position: relative; min-height: 100svh; padding: 150px 32px 40px; overflow: hidden; isolation: isolate; display: flex; align-items: center; }
.hero-photo { position: absolute; inset: -12% 0; width: 100%; height: 124%; object-fit: cover; object-position: 60% 40%; z-index: -2; filter: saturate(0.8) contrast(1.05); will-change: transform; }
.hero-shade { position: absolute; inset: 0; z-index: -1; background:
  linear-gradient(90deg, rgba(11,11,13,0.92) 0%, rgba(11,11,13,0.7) 45%, rgba(11,11,13,0.35) 100%),
  linear-gradient(180deg, rgba(11,11,13,0.2) 0%, rgba(11,11,13,0.1) 50%, var(--bg) 100%),
  radial-gradient(ellipse 60% 50% at 80% 20%, rgba(255,90,61,0.28), transparent 70%); }
.hero-grid { max-width: var(--maxw); width: 100%; margin: 0 auto; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); gap: 48px; align-items: end; position: relative; z-index: 1; }
.hero-inner { max-width: 620px; padding-bottom: 60px; }
.hero .lede { margin: 30px 0 36px; }
.cta { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 20px; }
.hero-app { margin: 0; align-self: end; transform: perspective(1400px) rotateY(-9deg) rotateX(3deg) translateY(30px); transform-style: preserve-3d; transition: transform .6s cubic-bezier(.2,.7,.2,1); }

.wave { position: absolute; left: 0; right: 0; bottom: 0; width: 100%; height: 140px; z-index: 0; opacity: 0.5; pointer-events: none; }

/* stagger in */
.stagger { opacity: 0; transform: translateY(24px); animation: rise .9s cubic-bezier(.2,.7,.2,1) forwards; animation-delay: calc(var(--i) * 110ms + 150ms); }
@keyframes rise { to { opacity: 1; transform: none; } }

/* marquee */
.marquee { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); overflow: hidden; padding: 16px 0; background: rgba(255,255,255,0.015); }
.track { display: flex; gap: 34px; width: max-content; animation: slide 38s linear infinite; font: 600 14px/1 var(--body); letter-spacing: 0.02em; color: #cfcfd6; white-space: nowrap; }
.track span:nth-child(even) { color: var(--coral); }
@keyframes slide { to { transform: translateX(-50%); } }

main { max-width: var(--maxw); margin: 0 auto; padding: 0 32px; }
.reveal { opacity: 0; transform: translateY(30px); transition: opacity .9s cubic-bezier(.2,.7,.2,1), transform .9s cubic-bezier(.2,.7,.2,1); }
.reveal.in { opacity: 1; transform: none; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; padding: 140px 0 40px; }
.split.rev { grid-template-columns: 1.15fr 0.85fr; padding: 120px 0; }
.copy p { color: #cfcfd6; font-size: 17px; margin-top: 18px; max-width: 52ch; }
.copy h2 { margin-bottom: 6px; }

/* takes timeline */
.takes { position: relative; padding-left: 28px; }
.takes::before { content: ''; position: absolute; left: 7px; top: 8px; bottom: 8px; width: 1px; background: linear-gradient(180deg, var(--coral), transparent); }
.take { position: relative; padding: 14px 18px; margin-bottom: 12px; border: 1px solid var(--line); border-radius: 12px; background: rgba(255,255,255,0.025); opacity: 0.55; transform: translateX(0); transition: all .6s cubic-bezier(.2,.7,.2,1); }
.take::before { content: ''; position: absolute; left: -25px; top: 20px; width: 9px; height: 9px; border-radius: 50%; background: #3a3a44; border: 2px solid var(--bg); transition: background .4s, box-shadow .4s; }
.take.active { opacity: 1; transform: translateX(6px); border-color: rgba(255,154,108,0.45); background: rgba(255,90,61,0.06); }
.take.active::before { background: var(--coral); box-shadow: 0 0 0 4px rgba(255,90,61,0.25); }
.take .when { font-size: 12px; color: var(--muted); display: block; }
.take strong { font: 600 14px/1.4 var(--body); }
.take ul { margin: 6px 0 0; padding-left: 14px; font-size: 13.5px; color: #dcdce2; }
.take li { margin: 2px 0; }

.shot-band { padding: 20px 0 120px; }


.photo-band { position: relative; margin: 0 calc(50% - 50vw); height: 78vh; overflow: hidden; display: grid; place-items: center; isolation: isolate; }
.photo-band img { position: absolute; inset: -10% 0; width: 100%; height: 120%; object-fit: cover; z-index: -1; filter: saturate(0.7) brightness(0.55); will-change: transform; }
.photo-band blockquote { margin: 0; max-width: 900px; padding: 0 32px; text-align: center; }
.photo-band p { font: 400 clamp(30px, 4.6vw, 66px)/1.08 var(--serif); letter-spacing: -0.01em; }
.photo-band footer { margin-top: 22px; font: 600 12px/1 var(--body); letter-spacing: 0.16em; text-transform: uppercase; color: var(--coral2); }

.chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 26px; }
.chips span { font: 600 12px/1 var(--body); padding: 8px 12px; border-radius: 999px; border: 1px solid var(--line); background: rgba(255,255,255,0.03); color: #d3d3da; animation: chipin .6s both cubic-bezier(.2,.7,.2,1); }
.chips span:nth-child(n) { animation-delay: calc(var(--n, 0) * 60ms); }
.chips span.on { background: linear-gradient(135deg, var(--coral2), var(--coral)); color: #1a0d08; border-color: transparent; }
@keyframes chipin { from { opacity: 0; transform: translateY(6px) scale(.96); } }
.split.rev .fine { margin-top: 22px; }

.together { position: relative; margin: 60px calc(50% - 50vw) 0; padding: 140px 32px; overflow: hidden; isolation: isolate; }
.together img { position: absolute; inset: -10% 0; width: 100%; height: 120%; object-fit: cover; z-index: -2; filter: saturate(0.6) brightness(0.35); will-change: transform; }
.together::before { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, var(--bg), rgba(11,11,13,0.2) 30%, rgba(11,11,13,0.2) 70%, var(--bg)); }
.together-inner { max-width: var(--maxw); margin: 0 auto; }
.cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; margin-top: 56px; }
.cols h3 { font: 700 20px/1.2 var(--display); letter-spacing: -0.02em; margin-bottom: 10px; }
.cols p { color: #cfcfd6; }

.trust { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; padding: 140px 0; border-bottom: 1px solid var(--line); }
.trust .num { font: 400 48px/1 var(--serif); color: var(--coral2); display: block; margin-bottom: 18px; }
.trust h3 { font: 700 22px/1.2 var(--display); letter-spacing: -0.02em; margin-bottom: 10px; }
.trust p { color: #cfcfd6; }

.pricing { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; padding: 140px 0; }
.price-copy p { color: #cfcfd6; font-size: 17px; margin-top: 18px; max-width: 46ch; }
.price-card { padding: 44px; border-radius: 24px; border: 1px solid rgba(255,154,108,0.35); background: radial-gradient(ellipse at top left, rgba(255,90,61,0.16), rgba(20,20,24,0.9) 60%); box-shadow: 0 50px 120px rgba(0,0,0,0.55); }
.price { display: flex; align-items: baseline; gap: 10px; margin-bottom: 24px; }
.amount { font: 900 76px/1 var(--display); letter-spacing: -0.05em; }
.per { color: var(--muted); }
.ticks { list-style: none; padding: 0; margin: 0 0 28px; display: flex; flex-direction: column; gap: 10px; }
.ticks li { padding-left: 26px; position: relative; color: #dcdce2; }
.ticks li::before { content: ''; position: absolute; left: 0; top: 8px; width: 12px; height: 12px; border-radius: 50%; background: linear-gradient(135deg, var(--coral2), var(--coral)); }

.download { text-align: center; padding: 120px 0; border-top: 1px solid var(--line); }
.download .lede { margin: 18px auto 30px; }
.download .fine { margin-top: 14px; }
.waitlist { margin: 48px auto 0; max-width: 540px; text-align: left; }
.waitlist label { display: block; font-size: 14px; color: #cfcfd6; margin-bottom: 10px; }
.waitlist .row { display: flex; gap: 8px; }
.waitlist input { flex: 1; padding: 13px 16px; border-radius: 999px; border: 1px solid var(--line); background: rgba(255,255,255,0.04); color: #fff; font: inherit; }
.waitlist input:focus { outline: none; border-color: var(--coral); }

.faq { max-width: 780px; margin: 0 auto; padding: 100px 0 140px; }
.faq h2 { margin-bottom: 26px; }
details { border-top: 1px solid var(--line); padding: 18px 0; }
details:last-of-type { border-bottom: 1px solid var(--line); }
summary { cursor: pointer; font: 600 18px/1.3 var(--display); letter-spacing: -0.01em; list-style: none; display: flex; justify-content: space-between; }
summary::after { content: '+'; color: var(--coral2); font-weight: 400; }
details[open] summary::after { content: '–'; }
details p { margin-top: 10px; color: #cfcfd6; }

footer { padding: 40px 32px 30px; border-top: 1px solid var(--line); overflow: hidden; }
.giant { font: 900 clamp(90px, 19vw, 300px)/0.85 var(--display); letter-spacing: -0.06em; color: #15151a; display: flex; align-items: baseline; user-select: none; transform: translateY(0.08em); }
.giant .dot { width: 0.18em; height: 0.18em; }
.foot-row { display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; align-items: center; margin-top: 30px; color: var(--muted); font-size: 13px; }

@media (max-width: 960px) {
  .nav nav { display: none; }
  .hero { padding-top: 110px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-inner { padding-bottom: 10px; }
  .hero-app { transform: none; margin-bottom: 30px; }
  .split, .split.rev, .pricing { grid-template-columns: 1fr; gap: 40px; padding: 90px 0 20px; }
  .split.rev .shot { order: 2; }
  .cols, .trust { grid-template-columns: 1fr; gap: 28px; }
  .trust { padding: 90px 0; }
  .photo-band { height: 60vh; }
  .waitlist .row { flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
  .stagger, .reveal { opacity: 1 !important; transform: none !important; animation: none !important; transition: none !important; }
  .track { animation: none; }
  .wave { display: none; }
}

/* ---- live app panels (HTML, responsive) ---- */
.appwin { margin: 0; background: #16161a; border: 1px solid rgba(255,255,255,0.1); border-radius: 14px; box-shadow: 0 60px 140px rgba(0,0,0,0.75), 0 0 0 1px rgba(0,0,0,0.6); overflow: hidden; font: 12px/1.4 var(--body); color: #e8e8ea; container-type: inline-size; }
.appwin.wide { width: min(100%, 1180px); margin: 0 auto; transform: perspective(1600px) rotateX(4deg); transition: transform .6s cubic-bezier(.2,.7,.2,1); }
.appbar { display: flex; align-items: center; justify-content: space-between; padding: 10px 14px; background: #1c1c20; border-bottom: 1px solid rgba(255,255,255,0.07); }
.appbar .wm { font: 800 13px/1 var(--display); letter-spacing: -0.04em; color: #fff; display: inline-flex; align-items: baseline; }
.appbar .wm .dot { width: 0.24em; height: 0.24em; }
.appbar .ws { font-size: 11px; color: #9a9aa5; }
.appbody { display: grid; grid-template-columns: 150px 1fr; }
.appnav { background: #1c1c20; border-right: 1px solid rgba(255,255,255,0.07); padding: 8px; display: flex; flex-direction: column; gap: 2px; font-size: 11.5px; }
.appnav div { padding: 5px 8px; border-radius: 5px; color: #d3d3da; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.appnav .on { background: #33333b; color: #fff; }
.appnav .sect { font-size: 9.5px; text-transform: uppercase; letter-spacing: 0.08em; color: #8d8d97; margin-top: 10px; }
.appnav .proj { display: flex; align-items: center; gap: 6px; }
.appnav .lock { margin-left: auto; font-size: 9px; }
.appmain { padding: 12px 14px; min-width: 0; }
.appmain.solo { padding: 12px 14px 14px; }
.apphead { display: flex; justify-content: space-between; align-items: center; margin-bottom: 8px; }
.apphead strong { font: 600 14px/1 var(--display); letter-spacing: -0.02em; }
.pill-btn { display: inline-block; padding: 4px 9px; border-radius: 6px; border: 1px solid rgba(255,255,255,0.1); background: #232328; font-size: 11px; color: #e8e8ea; white-space: nowrap; }
.pill-btn.primary { background: linear-gradient(135deg, var(--coral2), var(--coral)); color: #1a0d08; border-color: transparent; font-weight: 600; }
.appwin table { width: 100%; border-collapse: collapse; }
.appwin th { text-align: left; font-size: 9.5px; text-transform: uppercase; letter-spacing: 0.08em; color: #8d8d97; padding: 6px 6px; border-bottom: 1px solid rgba(255,255,255,0.07); font-weight: 600; }
.appwin td { padding: 8px 6px; border-bottom: 1px solid rgba(255,255,255,0.06); white-space: nowrap; vertical-align: middle; }
.appwin td:first-child { font-weight: 600; }
.ok { color: #55c57a; } .warn { color: #f2b134; } .busy { color: #5aa9ff; } .mute, .mute * { color: #8d8d97 !important; font-weight: 400; }
.appwin .who { font-size: 10px; background: #232328; border: 1px solid rgba(255,255,255,0.1); border-radius: 999px; padding: 1px 6px; color: #e8e8ea; margin-left: 4px; }
.appwin .tag { font-size: 9.5px; background: #232328; border: 1px solid rgba(255,255,255,0.1); border-radius: 999px; padding: 1px 6px; color: #9a9aa5; margin-left: 4px; font-weight: 400; }
.d { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: #8d8d97; flex: none; }
.d.ok { background: #55c57a; } .d.warn { background: #f2b134; } .d.busy { background: #5aa9ff; animation: pulse 1s infinite alternate; } .d.off { background: #3c3c44; }
@keyframes pulse { from { opacity: .4; } to { opacity: 1; } }
.appstatus { display: flex; align-items: center; gap: 8px; margin-top: 10px; padding-top: 8px; border-top: 1px solid rgba(255,255,255,0.07); font-size: 10.5px; color: #8d8d97; }
.appstatus .bar { flex: 1; max-width: 120px; height: 4px; background: #2c2c33; border-radius: 2px; overflow: hidden; }
.appstatus .bar span { display: block; height: 100%; background: var(--coral); }
.appwin .tabs { display: flex; gap: 4px; margin-bottom: 8px; border-bottom: 1px solid rgba(255,255,255,0.07); padding-bottom: 6px; }
.appwin .tabs span { padding: 4px 8px; border-radius: 5px; color: #8d8d97; font-size: 11px; }
.appwin .tabs .on { background: #232328; color: #fff; }
.versions td { white-space: normal; }
.versions .when { font-size: 11px; white-space: nowrap; }
.versions ul { margin: 0; padding-left: 14px; font-size: 11.5px; }
.versions .acts { text-align: right; white-space: nowrap; }
.versions .acts .pill-btn { margin-left: 4px; }
.chipsrow { display: flex; flex-wrap: wrap; gap: 5px; margin-bottom: 8px; }
.chipsrow span { padding: 3px 8px; border-radius: 999px; border: 1px solid rgba(255,255,255,0.1); background: #1c1c20; font-size: 10.5px; color: #d3d3da; }
.chipsrow .on { background: linear-gradient(135deg, var(--coral2), var(--coral)); color: #1a0d08; border-color: transparent; font-weight: 600; }
.samples { list-style: none; margin: 0; padding: 0; }
.samples li { display: grid; grid-template-columns: 7px minmax(0, 1fr) 70px auto; gap: 8px; align-items: center; padding: 6px 4px; border-bottom: 1px solid rgba(255,255,255,0.06); }
.samples li.sel { background: #232328; border-radius: 6px; }
.samples .nm { display: flex; flex-direction: column; min-width: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 11.5px; }
.samples .nm small { color: #8d8d97; font-size: 10px; overflow: hidden; text-overflow: ellipsis; }
.samples .meta { display: flex; flex-direction: column; align-items: flex-end; font-size: 10px; color: #9a9aa5; white-space: nowrap; }
.samples .meta b { font-weight: 500; font-size: 9.5px; text-transform: capitalize; background: #232328; border: 1px solid rgba(255,255,255,0.1); border-radius: 3px; padding: 0 4px; color: #9a9aa5; }
.spark { height: 20px; border-radius: 2px; background: repeating-linear-gradient(90deg, #6a6a75 0 2px, transparent 2px 4px); mask: linear-gradient(90deg, transparent, #000 15%, #000 85%, transparent); opacity: .8; }
.spark.s1 { mask-image: radial-gradient(ellipse 60% 80% at 20% 50%, #000 40%, transparent 70%); }
.spark.s2 { mask-image: radial-gradient(ellipse 80% 100% at 15% 50%, #000 30%, transparent 75%); background: repeating-linear-gradient(90deg, var(--coral2) 0 2px, transparent 2px 4px); }
.spark.s3 { mask-image: repeating-radial-gradient(ellipse 12% 100% at 50% 50%, #000 0 30%, transparent 60%); }
.spark.s4 { mask-image: radial-gradient(ellipse 90% 90% at 50% 50%, #000 40%, transparent 80%); }
.spark.s5 { mask-image: radial-gradient(ellipse 50% 100% at 25% 50%, #000 30%, transparent 60%); }
@container (max-width: 520px) { .appbody { grid-template-columns: 1fr; } .appnav { display: none; } .appwin th:last-child, .appwin td:last-child { display: none; } .versions .acts { display: none; } .samples li { grid-template-columns: 7px minmax(0,1fr) auto; } .spark { display: none; } }
