:root {
  color-scheme: dark;
  --bg: #05080d;
  --bg-soft: #0a0f16;
  --panel: rgba(255, 255, 255, 0.055);
  --panel-strong: rgba(255, 255, 255, 0.095);
  --line: rgba(255, 255, 255, 0.14);
  --text: #f6f7fb;
  --muted: #a6acb7;
  --muted-2: #747b87;
  --blue: #1d8cff;
  --blue-soft: rgba(29, 140, 255, 0.25);
  --radius: 28px;
  --shadow: 0 36px 120px rgba(0,0,0,.55);
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Poppins", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 18% 12%, rgba(29,140,255,.18), transparent 32rem),
    radial-gradient(circle at 82% 26%, rgba(29,140,255,.07), transparent 30rem),
    linear-gradient(180deg, #020407 0%, var(--bg) 44%, #020407 100%);
  line-height: 1.5;
}

img { max-width: 100%; display: block; }
a { color: inherit; }
code {
  padding: .15rem .35rem;
  border: 1px solid var(--line);
  border-radius: 7px;
  color: #d7e9ff;
  background: rgba(255,255,255,.06);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 18px clamp(18px, 4vw, 56px);
  background: rgba(5, 8, 13, .72);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.brand { position: relative; display: inline-flex; }
.brand img { width: 154px; height: auto; display: block; transition: opacity .25s ease; }
.brand .brand-color { position: absolute; inset: 0; opacity: 0; }
.brand:hover .brand-color, .brand:focus-visible .brand-color { opacity: 1; }
.brand:hover .brand-mono, .brand:focus-visible .brand-mono { opacity: 0; }
@media (prefers-reduced-motion: reduce) { .brand img { transition: none; } }
nav { display: flex; align-items: center; gap: clamp(12px, 2vw, 26px); color: var(--muted); font-weight: 600; font-size: 14px; }
nav a { text-decoration: none; position: relative; padding-bottom: 3px; }
nav a:hover { color: var(--text); }
.site-header nav a.is-active { color: var(--text); }
.site-header nav a.is-active::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -2px;
  height: 2px; border-radius: 2px; background: var(--blue);
}
.nav-toggle {
  display: none; width: 44px; height: 44px;
  align-items: center; justify-content: center;
  background: rgba(255,255,255,.06); border: 1px solid var(--line);
  border-radius: 12px; color: var(--text); cursor: pointer;
}
.nav-toggle svg { width: 22px; height: 22px; }

.section-pad { width: min(var(--max), calc(100% - 36px)); margin: 0 auto; padding: clamp(64px, 8vw, 110px) 0; }
.hero { padding-top: clamp(72px, 9vw, 132px); padding-bottom: clamp(20px, 4vw, 56px); display: grid; grid-template-columns: minmax(0, 1fr); gap: clamp(48px, 6vw, 84px); text-align: center; }
/* min-width:0 stops grid items (and the lux window inside) from blowing the track past the viewport */
.hero > * { min-width: 0; }
.hero-copy { max-width: 1120px; margin: 0 auto; }
.eyebrow {
  margin: 0 0 24px;
  color: #8cc7ff;
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: 12px;
  font-weight: 800;
}
.hero .eyebrow { color: rgba(255, 255, 255, 0.5); }
h1, h2, h3, p { margin-top: 0; }
h1 {
  margin-bottom: 28px;
  font-size: clamp(32px, 7vw, 82px);
  line-height: 1.0;
  letter-spacing: -.02em;
  white-space: nowrap;
}
.logword {
  display: inline-block; overflow: hidden;
  height: 1.2em; line-height: 1.2; vertical-align: -0.24em;
  transition: width .5s cubic-bezier(0.5, 0, 0.2, 1);
  -webkit-mask-image: linear-gradient(to bottom, transparent, #000 12%, #000 88%, transparent);
  mask-image: linear-gradient(to bottom, transparent, #000 12%, #000 88%, transparent);
}
.logword-reel { display: block; will-change: transform; transition: transform .5s cubic-bezier(0.5, 0, 0.2, 1); }
.logword-reel > span { display: block; width: max-content; height: 1.2em; line-height: 1.2; }
.hero h1 .accent {
  background: linear-gradient(95deg, #ff4d4d, #ff9d2f, #ffe14d, #4cd964, #1d8cff, #8a5bff, #ff5bd1, #ff4d4d);
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  animation: rainbow-shimmer 6s linear infinite;
}
@keyframes rainbow-shimmer {
  to { background-position: -200% center; }
}
@media (prefers-reduced-motion: reduce) {
  .hero h1 .accent { animation: none; }
  .logword-reel, .logword { transition: none; }
  .lux-seg-thumb { transition: none; }
  .lut-cta { transform: none; }
  .hero-demo.guiding .lut-cta-bubble { animation: none; }
  .hero-demo.guiding .lux-toolbar-right { animation: none; box-shadow: 0 0 0 2px rgba(58,155,255,.6); }
}
@media (max-width: 560px) { .lux-title { display: none; } }
h2 {
  margin-bottom: 18px;
  font-size: clamp(32px, 5.2vw, 64px);
  line-height: 1.0;
  letter-spacing: -.018em;
}
h3 { margin-bottom: 10px; font-size: 18px; letter-spacing: -.01em; }
.lede { margin: 0 auto 44px; max-width: 720px; color: var(--muted); font-size: clamp(18px, 2vw, 24px); }
.hero-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 14px; margin-bottom: 14px; }
.hero-actions-sub { margin-top: 4px; }
.appstore-badge {
  display: inline-block;
  line-height: 0;
  border-radius: 10px;
  transition: transform .2s ease, filter .2s ease;
}
.appstore-badge img { height: 56px; width: auto; display: block; }
.appstore-badge:hover { transform: translateY(-2px); filter: brightness(1.08); }
.appstore-badge:focus-visible { outline: 2px solid var(--blue); outline-offset: 4px; }
.hero-notify { margin: 16px 0 0; color: var(--muted-2); font-size: 14px; }
.hero-notify a { color: #8cc7ff; text-decoration: none; font-weight: 600; border-bottom: 1px solid rgba(140,199,255,.4); }
.hero-notify a:hover { color: var(--text); border-bottom-color: var(--text); }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  border: 1px solid var(--line);
}
.button.primary { background: linear-gradient(180deg, #fff, #d6e8ff); color: #08111d; box-shadow: 0 18px 60px rgba(29,140,255,.25); }
.button.secondary { background: rgba(255,255,255,.06); color: var(--text); }
.fine-print { color: var(--muted-2); font-size: 13px; }

.screenshot-card {
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: var(--radius);
  background: rgba(255,255,255,.04);
  box-shadow: var(--shadow);
}
.hero-shot { box-shadow: 0 48px 160px rgba(29,140,255,.18), var(--shadow); }

.statement {
  position: relative; isolation: isolate; overflow: hidden;
  text-align: center;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: clamp(96px, 15vw, 200px) clamp(20px, 5vw, 60px);
}
.statement-bg {
  position: absolute; inset: 0; z-index: -2;
  background: url("assets/choose-look-bg.webp") center / cover no-repeat;
  opacity: .14; filter: saturate(.9) blur(2px); transform: scale(1.06);
}
.statement::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background:
    radial-gradient(120% 90% at 50% 50%, transparent 28%, rgba(2,4,7,.72)),
    linear-gradient(180deg, var(--bg), transparent 22%, transparent 78%, var(--bg));
}
.statement-inner { max-width: 880px; margin: 0 auto; }
.statement h2 {
  font-size: clamp(44px, 7vw, 88px);
  line-height: 1.0; letter-spacing: -.025em; margin-bottom: 24px;
  text-wrap: balance;
}
.statement p {
  max-width: 680px; margin: 0 auto; color: var(--muted);
  font-size: clamp(18px, 1.9vw, 23px);
}

.two-col {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}
.two-col.flip { grid-template-columns: 1.18fr .82fr; }
.two-col.flip .feature-copy { order: 2; }
.two-col.flip .screenshot-card { order: 1; }
.feature-copy { max-width: 520px; }
.feature-copy p { color: var(--muted); font-size: 18px; }
.check-list { list-style: none; padding: 0; margin: 24px 0 0; display: grid; gap: 10px; color: #d9dee8; }
.check-list li { position: relative; padding-left: 28px; }
.check-list li::before {
  content: "";
  position: absolute;
  left: 0; top: 8px;
  width: 14px; height: 14px;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 50%, #fff 0 2px, var(--blue) 3px 7px, transparent 8px);
}

.legal-section, .support-section, .contact-section {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.035));
  padding: clamp(24px, 4vw, 42px);
}

.legal-section, .support-section, .contact-section { margin-top: clamp(36px, 5vw, 70px); }
.legal-section > p, .support-section > p, .contact-section > p { color: var(--muted); font-size: 18px; max-width: 900px; }
.legal-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 28px; }
.legal-grid div {
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 20px;
  background: rgba(0,0,0,.16);
}
.legal-grid p { color: var(--muted); margin-bottom: 0; font-size: 15px; }
.legal-icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 38px; height: 38px; border-radius: 11px; margin-bottom: 14px;
  background: rgba(29,140,255,.12); color: #8cc7ff;
}
.legal-icon svg { width: 20px; height: 20px; }

/* FAQ accordion */
.faq { display: grid; gap: 10px; margin-top: 28px; }
.faq details {
  border: 1px solid var(--line); border-radius: 14px;
  background: rgba(0,0,0,.16); overflow: hidden;
}
.faq summary {
  cursor: pointer; list-style: none; padding: 16px 20px;
  font-weight: 600; color: var(--text); font-size: 16px;
  display: flex; justify-content: space-between; align-items: center; gap: 14px;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--blue); font-size: 22px; line-height: 1; }
.faq details[open] summary::after { content: "−"; }
.faq details > p { margin: 0; padding: 0 20px 18px; color: var(--muted); font-size: 16px; max-width: 70ch; }

/* Contact form */
.contact-form { display: grid; gap: 14px; margin-top: 30px; max-width: 620px; }
.contact-form .field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.contact-form label { display: grid; gap: 7px; font-size: 13px; font-weight: 600; color: var(--muted); }
.contact-form input, .contact-form textarea {
  font: inherit; color: var(--text); background: rgba(255,255,255,.05);
  border: 1px solid var(--line); border-radius: 12px; padding: 12px 14px;
}
.contact-form textarea { resize: vertical; min-height: 120px; }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: var(--muted-2); }
.contact-form input:focus, .contact-form textarea:focus { outline: none; border-color: var(--blue); background: rgba(255,255,255,.08); }
.contact-form .button { justify-self: start; cursor: pointer; }
.contact-note { color: var(--muted-2); font-size: 13px; margin: 0; }
.contact-note:empty { display: none; }
.contact-section { margin-bottom: clamp(48px, 7vw, 90px); }

.site-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 36px clamp(18px, 4vw, 56px);
  color: var(--muted);
  border-top: 1px solid var(--line);
}
.site-footer img { width: 116px; opacity: .9; }
.site-footer p { margin: 0; font-size: 14px; }
.site-footer a { color: #dcecff; text-decoration: none; }
.site-footer a:hover { text-decoration: underline; }

@media (max-width: 900px) {
  .nav-toggle { display: inline-flex; }
  #site-nav {
    position: absolute; top: calc(100% + 8px);
    left: clamp(18px, 4vw, 56px); right: clamp(18px, 4vw, 56px);
    flex-direction: column; align-items: stretch; gap: 4px;
    padding: 10px; border: 1px solid var(--line); border-radius: 16px;
    background: rgba(5, 8, 13, .96); backdrop-filter: blur(18px);
    box-shadow: var(--shadow);
    opacity: 0; transform: translateY(-8px); pointer-events: none;
    transition: opacity .2s ease, transform .2s ease;
  }
  #site-nav.open { opacity: 1; transform: none; pointer-events: auto; }
  #site-nav a { padding: 12px 14px; font-size: 16px; border-radius: 10px; }
  #site-nav a:hover { background: rgba(255,255,255,.06); }
  .site-header nav a.is-active::after { display: none; }
  .site-header nav a.is-active { background: rgba(29,140,255,.14); }
  .two-col, .two-col.flip { grid-template-columns: 1fr; }
  .two-col.flip .feature-copy, .two-col.flip .screenshot-card { order: initial; }
  .legal-grid { grid-template-columns: 1fr; }
  .contact-form .field-row { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  /* LUT window: stack the controls under the video and let the toolbar wrap, so the
     fixed 304px side panel can't force the hero wider than the screen (h-overflow). */
  .lux, .lux-body, .lux-stage { min-width: 0; }
  .lux-body { flex-direction: column; }
  /* In a column, flex:1 + aspect-ratio derives width from the grown height and blows
     out; pin the stage to full width so its height follows from the 16:9 ratio instead. */
  .lux-stage { flex: none; width: 100%; }
  /* Canvases carry intrinsic pixel sizes (1280 / 280) that leak into min-content; cap them. */
  #lux-canvas, .lux-hist { max-width: 100%; }
  .lux-panel { width: auto; flex: none; border-left: 0; border-top: 1px solid rgba(255,255,255,.08); }
  .lux-panel input[type="range"] { width: 100%; min-width: 0; }
  .lux-toolbar { flex-wrap: wrap; gap: 8px 10px; padding: 12px 14px; }
  .lux-toolbar-right { padding: 0; gap: 8px; }
}

@media (max-width: 540px) {
  .brand img { width: 130px; }
  h1 { font-size: clamp(34px, 9vw, 46px); white-space: normal; }
  .section-pad { width: min(100% - 24px, var(--max)); }
  .screenshot-card { border-radius: 18px; }
}

/* ---- Accessibility utility ---- */
.sr-only {
  position: absolute; width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden;
  clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

/* ---- Interactive Loglux window (hero prototype) ---- */
.lux-window { padding: 0; }
.lux { display: flex; flex-direction: column; background: #0a0e14; color: var(--text); text-align: left; }
.lux-toolbar {
  display: flex; align-items: center; gap: 12px;
  padding: 14px 24px; background: #0c1119;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.lux-dots { display: inline-flex; gap: 7px; }
.lux-dots i { width: 11px; height: 11px; border-radius: 50%; display: block; }
.lux-dots i:nth-child(1) { background: #ff5f57; }
.lux-dots i:nth-child(2) { background: #febc2e; }
.lux-dots i:nth-child(3) { background: #28c840; }
.lux-title { font-weight: 700; font-size: 13px; color: #cfd6e2; }
.lux-toolbar-right { margin-left: auto; display: flex; align-items: center; gap: 12px; padding: 6px 12px; }
.lux-lutpick select {
  appearance: none; -webkit-appearance: none;
  background: #161c26 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%238aa0bd' stroke-width='2.5' stroke-linecap='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") no-repeat right 10px center;
  color: #dfe6f0; border: 1px solid rgba(255,255,255,.14); border-radius: 8px;
  padding: 6px 30px 6px 11px; font: inherit; font-size: 12px; font-weight: 600; cursor: pointer;
}
.lux-body { display: flex; min-height: 0; }
.lux-stage { position: relative; flex: 1; aspect-ratio: 16 / 9; background: #000; }
#lux-canvas { width: 100%; height: 100%; display: block; }
.lux-badge {
  position: absolute; left: 12px; bottom: 12px;
  font-size: 10px; letter-spacing: .08em; text-transform: uppercase; font-weight: 700;
  padding: 4px 8px; border-radius: 6px; color: #aeb6c2;
  background: rgba(0,0,0,.55); border: 1px solid rgba(255,255,255,.12); backdrop-filter: blur(4px);
}
.lux-panel {
  width: 304px; flex: 0 0 304px; padding: 16px; display: grid; gap: 16px; align-content: start;
  background: #0b1018; border-left: 1px solid rgba(255,255,255,.08);
}
.lux-row { display: flex; align-items: center; justify-content: space-between; }
.lux-label { font-size: 11px; text-transform: uppercase; letter-spacing: .12em; color: var(--muted-2); font-weight: 700; }
.lux-seg {
  position: relative; display: inline-grid; grid-template-columns: 1fr 1fr;
  background: rgba(255,255,255,.06); border: 1px solid var(--line);
  border-radius: 999px; padding: 3px;
}
.lux-seg-opt {
  position: relative; z-index: 1; border: 0; background: transparent;
  color: var(--muted); font: inherit; font-weight: 700; font-size: 12px; letter-spacing: .02em;
  padding: 6px 16px; border-radius: 999px; cursor: pointer; text-align: center;
  transition: color .25s ease;
}
.lux-seg-opt[aria-pressed="true"] { color: #fff; }
.lux-seg-thumb {
  position: absolute; z-index: 0; top: 3px; bottom: 3px; left: 3px;
  width: calc(50% - 3px); border-radius: 999px;
  background: linear-gradient(180deg, #3a9bff, #1d7ce6);
  box-shadow: 0 4px 14px rgba(29,140,255,.45);
  transition: transform .38s cubic-bezier(.5, 0, .2, 1), background .3s ease, box-shadow .3s ease;
}
.lux-seg.off .lux-seg-thumb {
  transform: translateX(0);
  background: rgba(255,255,255,.14);
  box-shadow: none;
}
.lux-seg.on .lux-seg-thumb { transform: translateX(100%); }
.lux-seg.off .lux-seg-opt[aria-pressed="true"] { color: var(--muted); }
.lux-seg-label { font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--muted-2); }
.lux-disclaimer { margin: 14px auto 0; font-size: 13px; color: var(--muted-2); text-align: center; }

/* "Try it out!" guide: callout above the window + glow on the LUT section */
.hero-demo { position: relative; }
.lut-cta {
  position: absolute; top: -62px; right: 6%; z-index: 6;
  pointer-events: none; opacity: 0; transform: translateY(10px) scale(.92);
  transition: opacity .35s ease, transform .35s ease;
}
.hero-demo.guiding .lut-cta { opacity: 1; transform: none; }
.lut-cta-bubble {
  position: relative; display: inline-flex; align-items: center; gap: 8px;
  background: linear-gradient(180deg, #4aa3ff, #1d7ce6); color: #fff;
  font-weight: 600; font-size: 14px; letter-spacing: -.01em;
  padding: 10px 17px; border-radius: 14px; white-space: nowrap;
  box-shadow: 0 10px 22px rgba(29,140,255,.4), inset 0 1px 0 rgba(255,255,255,.32);
}
.lut-cta-bubble::after {
  content: ""; position: absolute; bottom: -4px; right: 24px;
  width: 11px; height: 11px; background: #1d7ce6; border-radius: 0 0 3px 0; transform: rotate(45deg);
}
.lut-cta-spark { width: 16px; height: 16px; flex: none; opacity: .95; }
.hero-demo.guiding .lut-cta-bubble { animation: lut-cta-bob 1.8s ease-in-out infinite; }
@keyframes lut-cta-bob { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-4px); } }
.lux-toolbar-right { border-radius: 14px; }
.hero-demo.guiding .lux-toolbar-right { animation: lut-glow 2.2s ease-in-out infinite; }
@keyframes lut-glow {
  0%, 100% { box-shadow: 0 0 0 2px rgba(58,155,255,.45), 0 0 16px rgba(58,155,255,.3); }
  50%      { box-shadow: 0 0 0 2px rgba(58,155,255,.85), 0 0 26px rgba(58,155,255,.6); }
}
.lux-hist-wrap { display: grid; gap: 8px; }
.lux-hist { width: 100%; height: 60px; background: #0e141d; border: 1px solid rgba(255,255,255,.08); border-radius: 8px; display: block; }
.lux-slider { display: grid; gap: 9px; }
.lux-slider label { display: flex; justify-content: space-between; font-size: 12px; color: #cdd4df; font-weight: 600; }
.lux-slider label b { color: #8cc7ff; font-weight: 700; font-variant-numeric: tabular-nums; }
.lux-slider input[type="range"] {
  -webkit-appearance: none; appearance: none; width: 100%; height: 4px;
  border-radius: 999px; background: rgba(255,255,255,.16); cursor: pointer; outline-offset: 4px;
}
.lux-slider input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none; width: 16px; height: 16px; border-radius: 50%;
  background: #fff; border: none; box-shadow: 0 0 0 4px rgba(29,140,255,.28); cursor: pointer;
}
.lux-slider input[type="range"]::-moz-range-thumb {
  width: 16px; height: 16px; border-radius: 50%; background: #fff; border: none; cursor: pointer;
}
.lux-reset {
  justify-self: start; background: none; border: none; color: var(--muted);
  font-size: 12px; cursor: pointer; padding: 2px 0; text-decoration: underline;
}
.lux-reset:hover { color: var(--text); }
.lux.is-fallback .lux-body, .lux.is-fallback .lux-toolbar { display: none; }

@media (max-width: 760px) {
  .lux-body { flex-direction: column; }
  .lux-panel { width: auto; flex: 1 1 auto; border-left: none; border-top: 1px solid rgba(255,255,255,.08); }
}

/* ---- Feature 01: "drop a folder" animation ---- */
.drop-demo { position: relative; }
.drop-demo .drop-shot { display: block; width: 100%; }

/* drop-target highlight that lights up as the folder arrives */
.drop-zone {
  position: absolute; inset: 10px; border-radius: 16px;
  border: 2px dashed rgba(124,192,255,.85);
  background: radial-gradient(120% 120% at 50% 50%, rgba(29,140,255,.16), rgba(29,140,255,.03));
  box-shadow: 0 0 50px rgba(29,140,255,.28) inset;
  display: grid; place-items: center;
  opacity: 0; pointer-events: none;
  animation: drop-zone 6s cubic-bezier(.16,1,.3,1) infinite;
}
.drop-hint {
  font-size: 13px; font-weight: 700; color: #eaf4ff;
  padding: 8px 14px; border-radius: 999px;
  background: rgba(10,16,24,.7); border: 1px solid rgba(124,192,255,.5);
  backdrop-filter: blur(6px);
}
.drop-folder {
  position: absolute; left: 50%; top: 50%;
  width: 84px; height: 84px;
  filter: drop-shadow(0 18px 30px rgba(0,0,0,.45));
  opacity: 0; pointer-events: none;
  transform: translate(-50%, -50%);
  animation: drop-folder 6s cubic-bezier(.16,1,.3,1) infinite;
}
.drop-folder svg { width: 100%; height: 100%; display: block; }

/* generated clip thumbnails that populate after the drop */
.drop-thumbs {
  position: absolute; left: 0; right: 0; top: 8.5%; bottom: 0;
  background: #0c0c0d; padding: 4% 4.5%;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 3.2%;
  align-content: start; opacity: 0; pointer-events: none;
  animation: drop-thumbsbg 6s cubic-bezier(.16,1,.3,1) infinite;
}
.thumb {
  position: relative; aspect-ratio: 16 / 9; border-radius: 9px; overflow: hidden;
  border: 1px solid rgba(255,255,255,.08); box-shadow: 0 8px 20px rgba(0,0,0,.4);
  opacity: 0; transform: translateY(10px) scale(.94);
  animation: drop-thumbpop 6s cubic-bezier(.16,1,.3,1) infinite;
}
.thumb::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(255,255,255,.12), transparent 42%); }
.thumb i { position: absolute; left: 7px; bottom: 6px; z-index: 1; font-style: normal; font-family: ui-monospace, Menlo, monospace; font-size: 10px; color: #e7eefb; background: rgba(0,0,0,.5); padding: 1px 5px; border-radius: 4px; }
.thumb:nth-child(2) { animation-delay: .04s; }
.thumb:nth-child(3) { animation-delay: .08s; }
.thumb:nth-child(4) { animation-delay: .12s; }
.thumb:nth-child(5) { animation-delay: .16s; }
.thumb:nth-child(6) { animation-delay: .20s; }

@keyframes drop-folder {
  0%   { transform: translate(calc(-50% + 150px), calc(-50% - 110px)) scale(.7) rotate(-9deg); opacity: 0; }
  8%   { opacity: 1; }
  30%  { transform: translate(-50%, -50%) scale(1) rotate(-5deg); opacity: 1; }
  37%  { transform: translate(-50%, -50%) scale(1) rotate(0deg); opacity: 1; }
  42%  { transform: translate(-50%, calc(-50% + 6px)) scale(.82) rotate(0deg); opacity: 1; }
  48%  { transform: translate(-50%, -50%) scale(.4) rotate(0deg); opacity: 0; }
  100% { transform: translate(-50%, -50%) scale(.4); opacity: 0; }
}
@keyframes drop-zone {
  0%, 20% { opacity: 0; }
  30%     { opacity: 1; transform: scale(1); }
  40%     { opacity: 1; transform: scale(1); }
  44%     { opacity: 1; transform: scale(1.012); }
  50%     { opacity: 0; transform: scale(1); }
  100%    { opacity: 0; }
}
@keyframes drop-thumbsbg {
  0%, 44% { opacity: 0; }
  50%     { opacity: 1; }
  86%     { opacity: 1; }
  93%     { opacity: 0; }
  100%    { opacity: 0; }
}
@keyframes drop-thumbpop {
  0%, 47% { opacity: 0; transform: translateY(10px) scale(.94); }
  56%     { opacity: 1; transform: none; }
  86%     { opacity: 1; transform: none; }
  92%     { opacity: 0; transform: translateY(6px) scale(.97); }
  100%    { opacity: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .drop-folder, .drop-zone { animation: none; opacity: 0; }
  .drop-thumbs { animation: none; opacity: 1; }
  .thumb { animation: none; opacity: 1; transform: none; }
}

/* ---- LUT menu replica (Choose-your-look step) ---- */
.lutmenu-card { margin: 0; padding: 0; position: relative; aspect-ratio: 3 / 2; }
.lutmenu-bg {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; filter: brightness(.5) saturate(.9) blur(3px);
}
.lutmenu {
  position: absolute; inset: 0;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  filter: drop-shadow(0 28px 55px rgba(0,0,0,.65));
}
.lutmenu-bar { display: flex; justify-content: center; gap: 10px; }
.lm-pill {
  display: inline-flex; align-items: center; gap: 8px;
  background: #2c2c2e; border: 1px solid rgba(255,255,255,.12);
  color: #ededf0; font-size: 13px; font-weight: 600;
  padding: 8px 13px; border-radius: 999px; white-space: nowrap;
}
.lm-star { color: #f2c14e; font-size: 12px; }
.lm-chev { color: #9a9aa0; margin-left: 2px; }
.lm-on .lm-check {
  display: inline-grid; place-items: center; width: 16px; height: 16px;
  border-radius: 50%; background: #2f7bf6; color: #fff; font-size: 9px; font-weight: 700;
}
.lutmenu-pop {
  width: 286px; margin: 12px auto 0;
  background: #2b2b2e; border: 1px solid rgba(255,255,255,.1);
  border-radius: 11px; box-shadow: 0 24px 60px rgba(0,0,0,.55);
  padding: 6px; display: flex; flex-direction: column;
}
.lm-row {
  display: flex; align-items: center; gap: 8px;
  padding: 7px 12px; border-radius: 6px;
  color: #e9e9ec; font-size: 13px; line-height: 1.2;
}
.lm-active { background: rgba(255,255,255,.07); }
.lm-divider { height: 1px; background: rgba(255,255,255,.1); margin: 6px 10px; }
.lm-section { padding: 6px 12px 4px; color: #8a8a90; font-size: 11px; letter-spacing: .02em; }

/* ---- Scroll reveal (JS-gated; reduced-motion safe) ---- */
.js [data-reveal] > * {
  opacity: 0; transform: translateY(34px) scale(.965);
  transition: opacity .55s ease-out, transform .85s cubic-bezier(.22, 1.12, .32, 1);
}
.js [data-reveal].in > * { opacity: 1; transform: none; }
.js [data-reveal].in > *:nth-child(2) { transition-delay: .10s; }
.js [data-reveal].in > *:nth-child(3) { transition-delay: .20s; }
.js [data-reveal].in > *:nth-child(4) { transition-delay: .30s; }
.js [data-reveal].in > *:nth-child(5) { transition-delay: .40s; }
.js [data-reveal].in > *:nth-child(6) { transition-delay: .50s; }
@media (prefers-reduced-motion: reduce) {
  .js [data-reveal] > * { opacity: 1; transform: none; transition: none; }
}

/* ---- Hero notify form ---- */
.notify-form {
  display: flex; flex-wrap: wrap; justify-content: center;
  gap: 10px; width: min(460px, 100%);
}
.notify-form input[type="email"] {
  flex: 1; min-width: 210px; min-height: 46px;
  padding: 0 20px; border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.06);
  color: var(--text); font: inherit; font-size: 15px;
}
.notify-form input[type="email"]::placeholder { color: var(--muted-2); }
.notify-form input[type="email"]:focus { outline: none; border-color: var(--blue); box-shadow: 0 0 0 3px var(--blue-soft); }
.notify-form .button { cursor: pointer; }
.notify-form .button:disabled { opacity: .6; cursor: default; }
.notify-form.sent { display: none; }
.notify-gotcha { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; pointer-events: none; }

/* ---- Mid-page CTA ---- */
.cta-section {
  text-align: center;
  background: radial-gradient(58% 90% at 50% 50%, rgba(29,140,255,.13), transparent 72%);
  padding: clamp(64px, 10vw, 130px) clamp(24px, 4vw, 42px);
}
.cta-section h2 { margin-bottom: 14px; }
.cta-section > p:not(.notify-note) { max-width: 560px; margin: 0 auto 28px; color: var(--muted); font-size: 18px; }
.cta-section .notify-form { margin: 0 auto; }
.notify-note { margin: 14px 0 0; color: var(--muted-2); font-size: 14px; }

/* ---- About the developer ---- */
.about-section {
  margin-top: clamp(48px, 8vw, 110px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.035));
  padding: clamp(24px, 4vw, 42px);
  grid-template-columns: .72fr 1.28fr;
}
.about-photo { margin: 0; }
.about-photo img {
  display: block; width: 100%; height: auto;
  border-radius: calc(var(--radius) - 8px);
  box-shadow: var(--shadow);
}
.about-section.no-photo { grid-template-columns: 1fr; }
.about-section.no-photo .about-photo { display: none; }
.about-section.no-photo .about-copy { max-width: 680px; margin: 0 auto; }
.feature-copy p.about-sign {
  margin-top: 28px;
  font-size: 22px; font-weight: 700; font-style: italic; letter-spacing: .01em;
  color: var(--text);
}
.about-sign span {
  display: block; margin-top: 2px;
  font-size: 13px; font-weight: 500; font-style: normal;
  color: var(--muted-2);
}
.about-sign span a { color: #8cc7ff; text-decoration: none; border-bottom: 1px solid rgba(140,199,255,.4); }
.about-sign span a:hover { color: var(--text); border-bottom-color: var(--text); }
@media (max-width: 760px) {
  .about-section { grid-template-columns: 1fr; }
  .about-photo { max-width: 380px; margin: 0 auto; }
}
