:root {
  --black: #0b0b0c;
  --surface: #171719;
  --paper: #f4f0e8;
  --muted: #aaa6a0;
  --line: rgba(255, 255, 255, .14);
  --red: #ff3d49;
  --violet: #7057ff;
  --orange: #ff9f1c;
  --lime: #d8ff58;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--black); }
body {
  margin: 0;
  color: var(--paper);
  background:
    radial-gradient(circle at 80% 5%, rgba(112, 87, 255, .13), transparent 25rem),
    var(--black);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

a { color: inherit; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
.skip-link { position: fixed; top: -100px; left: 1rem; z-index: 200; padding: .8rem 1rem; background: var(--paper); color: var(--black); }
.skip-link:focus { top: 1rem; }

.site-header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 50;
  width: min(calc(100% - 32px), var(--max));
  margin-top: 16px;
  padding: 10px 12px;
  border: 1px solid transparent;
  border-radius: 20px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  transition: background .25s, border-color .25s, backdrop-filter .25s;
}
.site-header.scrolled { background: rgba(11, 11, 12, .76); border-color: var(--line); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 800; font-size: 1.2rem; letter-spacing: -.03em; }
.brand img { border-radius: 11px; }
.site-header nav { display: flex; gap: 28px; }
.site-header nav a { color: #cecbc5; font-size: .88rem; text-decoration: none; }
.site-header nav a:hover { color: white; }
.site-header > .button { justify-self: end; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  min-height: 58px;
  padding: 10px 24px;
  border: 1px solid var(--paper);
  border-radius: 999px;
  color: var(--black);
  background: var(--paper);
  text-decoration: none;
  font-weight: 720;
  line-height: 1.05;
  transition: transform .2s, background .2s, color .2s;
}
.button:hover { transform: translateY(-2px); }
.button span:last-child { display: grid; gap: 2px; }
.button small { font-size: .63rem; font-weight: 500; }
.button-small { min-height: 42px; padding: 8px 18px; font-size: .86rem; }
.button-ghost { color: var(--paper); background: transparent; border-color: var(--line); }
.store-mark { width: 22px; height: 26px; object-fit: contain; }
.store-mark-light { filter: invert(1); }
.play-mark { width: 24px; height: 27px; object-fit: contain; }

.hero {
  min-height: 900px;
  max-width: var(--max);
  margin: auto;
  padding: 170px 28px 100px;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  align-items: center;
  gap: 54px;
  position: relative;
}
.hero-copy { position: relative; z-index: 3; }
.eyebrow { margin: 0 0 20px; color: #c2beb7; text-transform: uppercase; letter-spacing: .14em; font-size: .74rem; font-weight: 700; }
.eyebrow span { display: inline-block; width: 7px; height: 7px; margin-right: 8px; border-radius: 50%; background: var(--red); box-shadow: 0 0 18px var(--red); }
h1, h2 { margin: 0; font-weight: 780; letter-spacing: -.065em; line-height: .91; }
h1 { font-size: clamp(4.7rem, 8.5vw, 8.3rem); }
h1 em, h2 em { color: var(--violet); font-style: normal; font-weight: 470; }
.hero-lead { max-width: 580px; margin: 34px 0 30px; color: #c4c0ba; font-size: clamp(1.05rem, 1.6vw, 1.3rem); line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.microcopy { margin: 16px 0 0; color: #77736e; font-size: .76rem; }
.hero-visual { position: relative; min-height: 650px; display: grid; place-items: center; }
.phone-frame { width: min(330px, 55vw); margin: 0; padding: 7px; border: 1px solid rgba(255,255,255,.28); border-radius: 54px; background: #151517; box-shadow: 0 40px 90px rgba(0,0,0,.5); transform: rotate(2deg); overflow: hidden; }
.phone-frame img { width: 100%; border-radius: 47px; }
.floating-photo { position: absolute; width: 230px; margin: 0; padding: 9px 9px 36px; background: #e9e2d7; box-shadow: 0 20px 65px rgba(0,0,0,.45); }
.floating-photo-media { display: block; position: relative; }
.floating-photo img { width: 100%; height: auto; aspect-ratio: 3 / 4; object-fit: cover; object-position: center 34%; }
.floating-photo figcaption { position: absolute; bottom: 12px; left: 12px; color: #141414; font: 700 .64rem/1 ui-monospace, SFMono-Regular, Menlo, monospace; }
.photo-left { left: 0; top: 90px; transform: rotate(-9deg); }
.photo-right { right: -5px; bottom: 40px; transform: rotate(10deg); }
.style-chip { position: absolute; z-index: 2; top: 12px; right: 12px; padding: 9px 13px; border-radius: 999px; font: 800 .65rem/1 ui-monospace, SFMono-Regular, Menlo, monospace; color: var(--black); }
.photo-left .style-chip { background: var(--orange); }
.photo-right .style-chip { background: var(--lime); }
.hero-orbit { position: absolute; border: 1px solid rgba(255,255,255,.09); border-radius: 50%; pointer-events: none; }
.hero-orbit-one { width: 620px; height: 620px; right: -180px; top: 90px; }
.hero-orbit-two { width: 360px; height: 360px; right: 140px; top: 230px; }

.marquee { overflow: hidden; border-block: 1px solid var(--line); background: var(--lime); color: var(--black); transform: rotate(-1deg) scale(1.02); }
.marquee-track { display: flex; align-items: center; width: max-content; padding: 17px 0; animation: marquee 32s linear infinite; }
.marquee span { font-size: .83rem; font-weight: 850; letter-spacing: .08em; }
.marquee i { margin: 0 22px; font-style: normal; }
@keyframes marquee { to { transform: translateX(-50%); } }

.section { max-width: var(--max); margin: auto; padding: 150px 28px; }
.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; column-gap: 80px; align-items: end; margin-bottom: 78px; }
.section-heading .eyebrow { grid-column: 1 / -1; }
h2 { font-size: clamp(3.3rem, 6vw, 6.4rem); }
.section-heading > p:last-child, .auto-copy > p, .library-copy > p, .pro-copy > p { margin: 0 0 7px; color: #aaa6a0; font-size: 1.05rem; line-height: 1.65; }
.style-gallery { display: grid; grid-template-columns: repeat(12, 1fr); gap: 22px; align-items: end; }
.style-card { grid-column: span 3; margin: 0; position: relative; }
.style-card img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; border-radius: 5px; filter: saturate(.92); }
.style-card figcaption { display: flex; justify-content: space-between; gap: 10px; margin-top: 12px; font-size: .78rem; }
.style-card figcaption span { font-weight: 760; }
.style-card figcaption small { color: #77736e; text-align: right; }
.tilt-up { transform: rotate(2deg) translateY(-30px); }
.tilt-down { transform: rotate(-2deg) translateY(22px); }

.auto-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; }
.auto-copy h2 { margin-bottom: 34px; }
.feature-list { margin: 38px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.feature-list li { padding: 19px 0; display: grid; grid-template-columns: 165px 1fr; gap: 20px; border-bottom: 1px solid var(--line); }
.feature-list strong { font-size: .89rem; }
.feature-list span { color: #8f8b86; font-size: .86rem; line-height: 1.45; }
.timer-card { padding: 30px; border-radius: 28px; border: 1px solid rgba(255,255,255,.19); background: linear-gradient(145deg, #252527, #121214); box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 30px 80px rgba(0,0,0,.28); }
.timer-top { display: flex; justify-content: space-between; padding-bottom: 30px; font: 700 .78rem/1 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .08em; }
.status-dot { color: var(--lime); }
.timer-row { display: grid; grid-template-columns: 110px 1fr; align-items: center; gap: 16px; padding: 18px 0; border-top: 1px solid var(--line); color: #b5b1aa; font-size: .82rem; }
.segments { display: grid; grid-template-columns: repeat(5, 1fr); padding: 4px; border-radius: 999px; background: #0d0d0f; }
.segments-three { grid-template-columns: repeat(3, 1fr); }
.segments i { padding: 10px 6px; border-radius: 999px; color: #77736e; font-style: normal; text-align: center; }
.segments i.active { color: var(--black); background: var(--paper); }
.segments i.infinity { font-size: 1.2rem; line-height: .7; }
.timer-shutter { width: 142px; height: 142px; margin: 35px auto 4px; border: 3px solid var(--paper); border-radius: 50%; display: grid; place-content: center; text-align: center; box-shadow: inset 0 0 0 7px #151517, inset 0 0 0 9px rgba(255,255,255,.2); }
.timer-shutter span { font-size: 2.8rem; font-weight: 300; line-height: 1; }
.timer-shutter small { margin-top: 7px; color: #85817c; font-size: .64rem; }

.library-section { display: grid; grid-template-columns: 1.15fr .85fr; gap: 80px; align-items: center; }
.library-collage { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; padding: 9px; position: relative; border-radius: 22px; background: #222225; transform: rotate(-2deg); }
.library-tile { aspect-ratio: 1; overflow: hidden; border-radius: 10px; }
.library-tile img { width: 100%; height: 100%; object-fit: cover; }
.shoot-label { position: absolute; left: 25px; right: 25px; bottom: 25px; display: flex; justify-content: space-between; padding: 14px 16px; border-radius: 12px; color: white; background: rgba(0,0,0,.64); backdrop-filter: blur(10px); font: 700 .68rem/1 ui-monospace, SFMono-Regular, Menlo, monospace; }
.shoot-label span { color: #bbb; font-weight: 500; }
.library-copy h2 { margin-bottom: 34px; }
.privacy-note { display: grid; grid-template-columns: 42px 1fr; gap: 14px; margin-top: 34px; padding-top: 22px; border-top: 1px solid var(--line); }
.privacy-note > span { color: var(--lime); font-size: 2rem; }
.privacy-note p { margin: 0; color: #8f8b86; font-size: .83rem; line-height: 1.55; }
.privacy-note strong { color: var(--paper); }

.pro-section { max-width: calc(var(--max) - 28px); padding-inline: 70px; display: grid; grid-template-columns: 1fr .55fr; align-items: center; gap: 60px; position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: 38px; background: linear-gradient(135deg, rgba(112,87,255,.16), #151517 44%, rgba(255,61,73,.12)); }
.pro-glow { position: absolute; width: 420px; height: 420px; right: -150px; bottom: -180px; border-radius: 50%; background: var(--violet); filter: blur(130px); opacity: .28; }
.pro-copy { position: relative; z-index: 1; }
.pro-copy h2 { margin-bottom: 30px; }
.pro-list { margin: 34px 0; padding: 0; list-style: none; }
.pro-list li { padding: 14px 0; border-top: 1px solid var(--line); color: #bbb7b1; font-size: .9rem; }
.pro-list li:last-child { border-bottom: 1px solid var(--line); }
.pro-list span { display: inline-block; width: 54px; margin-right: 12px; padding: 5px 8px; border-radius: 999px; color: var(--black); background: var(--lime); font: 800 .62rem/1 ui-monospace, SFMono-Regular, Menlo, monospace; text-align: center; }
.pro-list li:first-child span { background: var(--paper); }
.pro-copy .store-pricing { font-size: .74rem; color: #77736e; }
.pro-phone { position: relative; z-index: 1; width: min(295px, 100%); margin: 0 auto -190px; padding: 7px; border: 1px solid rgba(255,255,255,.24); border-radius: 48px; background: #0e0e0f; overflow: hidden; transform: rotate(2deg); }
.pro-phone img { width: 100%; border-radius: 41px; }

.section-heading.compact { display: block; margin-bottom: 50px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 27px 50px 27px 0; list-style: none; cursor: pointer; position: relative; font-size: 1.22rem; font-weight: 680; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 6px; top: 22px; color: var(--violet); font-size: 1.9rem; font-weight: 300; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 780px; margin: -5px 0 27px; color: #96928c; line-height: 1.65; }

.download-section { min-height: 610px; padding: 90px max(28px, calc((100vw - var(--max)) / 2 + 28px)); display: grid; grid-template-columns: .6fr 1.4fr; gap: 70px; align-items: center; color: var(--black); background: var(--violet); }
.download-section .eyebrow { color: rgba(0,0,0,.64); }
.download-section h2 { margin-bottom: 42px; }
.download-mark { font-size: clamp(8rem, 18vw, 17rem); font-weight: 900; letter-spacing: -.11em; line-height: .58; transform: rotate(-7deg); }
.button-light { color: var(--paper); background: var(--black); border-color: var(--black); }
.button-light-outline { color: var(--black); background: transparent; border-color: rgba(0,0,0,.55); }

footer { max-width: var(--max); margin: auto; padding: 50px 28px; display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center; }
.footer-brand { display: flex; align-items: center; gap: 12px; }
.footer-brand img { border-radius: 11px; }
.footer-brand div { display: grid; gap: 3px; }
.footer-brand strong { font-size: 1rem; }
.footer-brand span, footer > p { color: #77736e; font-size: .72rem; }
.footer-links { display: flex; gap: 24px; }
.footer-links a { color: #bbb7b1; font-size: .78rem; text-decoration: none; }
footer > p { grid-column: 1 / -1; margin: 0; padding-top: 22px; border-top: 1px solid var(--line); }

/* Legal pages */
.legal-body { background: var(--black); }
.legal-header { position: static; transform: none; width: min(calc(100% - 32px), 920px); margin: 16px auto 0; grid-template-columns: 1fr auto; }
.legal-main { max-width: 920px; margin: auto; padding: 110px 28px 120px; }
.legal-main h1 { font-size: clamp(3.6rem, 8vw, 6.6rem); }
.legal-intro { max-width: 700px; margin: 28px 0 60px; color: #aaa6a0; font-size: 1.08rem; line-height: 1.65; }
.legal-meta { margin-bottom: 16px; color: var(--lime); font: 700 .72rem/1 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .08em; }
.legal-section { padding: 34px 0; border-top: 1px solid var(--line); }
.legal-section h2 { margin-bottom: 18px; font-size: 1.45rem; letter-spacing: -.02em; line-height: 1.2; }
.legal-section p, .legal-section li { color: #aaa6a0; line-height: 1.7; }
.legal-section ul { padding-left: 22px; }
.legal-section a { color: var(--paper); }
.legal-callout { margin: 20px 0 0; padding: 18px 20px; border: 1px solid rgba(216,255,88,.25); border-radius: 14px; background: rgba(216,255,88,.06); }
.legal-footer { max-width: 920px; }

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-header nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 140px; }
  .hero-copy { text-align: center; }
  .hero-lead { margin-inline: auto; }
  .hero-actions { justify-content: center; }
  .hero-visual { min-height: 620px; }
  .section-heading { grid-template-columns: 1fr; gap: 28px; }
  .auto-section, .library-section { grid-template-columns: 1fr; }
  .library-copy { order: -1; }
  .pro-section { grid-template-columns: 1fr; padding-inline: 40px; }
  .pro-phone { margin-bottom: -240px; }
}

@media (max-width: 620px) {
  .site-header { width: calc(100% - 20px); margin-top: 10px; }
  .site-header > .button { min-height: 38px; padding-inline: 15px; }
  .hero { min-height: auto; padding: 120px 18px 60px; gap: 12px; }
  h1 { font-size: clamp(4.1rem, 22vw, 6rem); }
  .hero-lead { font-size: 1rem; }
  .button { width: 100%; }
  .hero-visual { min-height: 530px; }
  .phone-frame { width: 240px; border-radius: 42px; }
  .phone-frame img { border-radius: 35px; }
  .floating-photo { width: 158px; padding: 6px 6px 27px; }
  .photo-left { left: -8px; top: 40px; }
  .photo-right { right: -5px; bottom: 28px; }
  .section { padding: 95px 18px; }
  h2 { font-size: clamp(3rem, 15vw, 4.7rem); }
  .section-heading { margin-bottom: 48px; }
  .style-gallery { gap: 12px; }
  .style-card { grid-column: span 6; transform: none; }
  .style-card figcaption { display: grid; gap: 4px; }
  .style-card figcaption small { text-align: left; }
  .auto-section { gap: 48px; }
  .feature-list li { grid-template-columns: 120px 1fr; }
  .timer-card { padding: 20px 14px; }
  .timer-row { grid-template-columns: 86px 1fr; gap: 8px; }
  .segments i { padding: 9px 4px; font-size: .72rem; }
  .library-section { gap: 48px; }
  .pro-section { margin: 0 10px; padding: 80px 22px; border-radius: 28px; }
  .pro-phone { width: 250px; margin-bottom: -210px; }
  .download-section { grid-template-columns: 1fr; gap: 50px; padding: 80px 18px; text-align: center; }
  .download-mark { font-size: 9rem; }
  footer { grid-template-columns: 1fr; }
  .footer-links { flex-wrap: wrap; }
  .legal-header { width: calc(100% - 20px); }
  .legal-main { padding: 80px 18px; }
}

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