:root {
  --paper: #f5f4ef;
  --ink: #121212;
  --muted: #686862;
  --line: rgba(18, 18, 18, 0.16);
  --orange: #ff6422;
  --yellow: #ffd42a;
  --green: #b9dc5e;
  --blue: #b7d9e8;
  --cyan: #bce9e5;
  --white: #ffffff;
  --header-height: 72px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "PingFang SC", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
img { display: block; max-width: 100%; }
.skip-link { position: fixed; left: 12px; top: -60px; z-index: 100; padding: 10px 14px; background: var(--white); }
.skip-link:focus { top: 12px; }
.visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }

.site-header {
  position: fixed;
  z-index: 50;
  inset: 0 0 auto;
  height: var(--header-height);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 36px;
  color: var(--white);
  border-bottom: 1px solid rgba(255,255,255,.2);
  transition: background .3s ease, color .3s ease, border-color .3s ease;
}
.site-header.scrolled { background: rgba(245,244,239,.94); color: var(--ink); border-color: var(--line); backdrop-filter: blur(18px); }
.brand { display: inline-flex; justify-self: start; align-items: center; gap: 10px; font-size: 21px; font-weight: 750; }
.brand img { border-radius: 8px; }
.desktop-nav { display: flex; gap: 34px; font-size: 14px; font-weight: 600; }
.desktop-nav a, .nav-download { transition: opacity .2s ease; }
.desktop-nav a:hover, .nav-download:hover { opacity: .58; }
.nav-download { justify-self: end; padding: 10px 16px; border: 1px solid currentColor; border-radius: 4px; font-size: 13px; font-weight: 700; }
.menu-button, .mobile-menu { display: none; }

.hero {
  position: relative;
  height: min(900px, 94svh);
  min-height: 680px;
  overflow: hidden;
  color: var(--white);
  background: #343434;
}
.hero-image { position: absolute; inset: 0; background-image: url("https://images.unsplash.com/photo-1524504388940-b1c1722653e1?auto=format&fit=crop&w=2200&q=88"); background-size: cover; background-position: center 38%; transform: scale(1.02); animation: hero-settle 1.4s cubic-bezier(.2,.7,.2,1) both; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.75) 0%, rgba(0,0,0,.43) 42%, rgba(0,0,0,.05) 72%), linear-gradient(0deg, rgba(0,0,0,.35), transparent 45%); }
.hero-content { position: absolute; z-index: 2; left: max(7vw, 52px); top: 50%; width: min(600px, 44vw); transform: translateY(-42%); }
.eyebrow { margin: 0 0 28px; font-size: 13px; font-weight: 750; text-transform: uppercase; }
.light { color: rgba(255,255,255,.74); }
.hero h1 { margin: 0; font-size: clamp(84px, 11vw, 172px); line-height: .77; font-weight: 850; }
.hero-tagline { margin: 32px 0 0; font-size: clamp(24px, 2.8vw, 42px); line-height: 1.18; font-weight: 700; }
.hero-copy { max-width: 530px; margin: 18px 0 0; color: rgba(255,255,255,.78); font-size: 17px; line-height: 1.8; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 34px; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 11px; padding: 10px 21px; border: 0; border-radius: 5px; font-weight: 720; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--yellow); color: var(--ink); }
.button-primary small { display: block; margin-bottom: -1px; font-size: 9px; font-weight: 650; }
.apple-mark { width: 23px; height: 27px; display: grid; place-items: center; font-size: 24px; line-height: 1; transform: translateY(-1px); }
.text-link { font-weight: 700; font-size: 14px; }
.text-link span { display: inline-block; margin-left: 6px; transition: transform .2s ease; }
.text-link:hover span { transform: translateY(4px); }
.light-link { color: var(--white); }
.scene-ticker { position: absolute; z-index: 2; left: 0; right: 0; bottom: 0; min-height: 72px; display: flex; align-items: center; overflow: hidden; padding: 16px 0; border-top: 1px solid rgba(255,255,255,.3); font-size: 13px; font-weight: 720; }
.ticker-track { display: flex; flex: 0 0 max-content; align-items: center; gap: clamp(16px, 3vw, 46px); padding-left: 8vw; animation: ticker-run 28s linear infinite; }
.scene-ticker i { width: 4px; height: 4px; flex: 0 0 auto; border-radius: 50%; background: var(--yellow); }
.hero-guide { position: absolute; z-index: 2; inset: 0; pointer-events: none; }
.guide-line { position: absolute; height: 2px; background: var(--yellow); transform-origin: left center; opacity: .9; }
.line-head { width: 76px; left: 75%; top: 30%; transform: rotate(-22deg); }
.line-body { width: 142px; left: 70%; top: 54%; transform: rotate(67deg); }
.guide-dot { position: absolute; width: 12px; height: 12px; border: 2px solid var(--yellow); border-radius: 50%; box-shadow: 0 0 0 5px rgba(255,212,42,.16); }
.dot-head { left: 74.5%; top: 29.5%; }
.dot-hand { left: 69.4%; top: 53.2%; }
.guide-label { position: absolute; left: calc(70% - 110px); top: calc(54% - 40px); padding: 8px 10px; color: var(--ink); background: var(--yellow); border-radius: 3px; font-size: 12px; font-weight: 750; }
.hero-grid { position: absolute; z-index: 1; inset: 0; pointer-events: none; opacity: .28; background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px); background-size: 88px 88px; mask-image: linear-gradient(to bottom, transparent, black 22%, black 78%, transparent); }
.hero-hud { position: absolute; z-index: 3; inset: 94px 38px 102px; pointer-events: none; color: rgba(255,255,255,.68); font-size: 10px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.hud-topline { display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.3); padding-top: 12px; }
.hud-topline i { display: inline-block; width: 6px; height: 6px; margin: 0 4px; border-radius: 50%; background: var(--yellow); box-shadow: 0 0 0 4px rgba(255,212,42,.16); animation: hud-pulse 1.5s ease-in-out infinite; }
.hud-crosshair { position: absolute; top: 44%; left: 63%; width: 76px; height: 76px; border: 1px solid rgba(255,255,255,.46); border-radius: 50%; transform: translate(-50%, -50%); }
.hud-crosshair::before, .hud-crosshair::after { content: ""; position: absolute; background: rgba(255,255,255,.5); }
.hud-crosshair::before { left: 50%; top: -17px; width: 1px; height: calc(100% + 34px); }.hud-crosshair::after { top: 50%; left: -17px; height: 1px; width: calc(100% + 34px); }
.hud-crosshair b { position: absolute; inset: 31px; border: 2px solid var(--yellow); border-radius: 50%; animation: hud-pulse 1.8s ease-in-out infinite; }.hud-crosshair i { position: absolute; left: 50%; top: 50%; width: 5px; height: 5px; transform: translate(-50%, -50%); border-radius: 50%; background: var(--yellow); }
.hud-corner { position: absolute; width: 24px; height: 24px; border-color: rgba(255,255,255,.65); border-style: solid; }.corner-tl { left: 0; top: 13%; border-width: 1px 0 0 1px; }.corner-tr { right: 0; top: 13%; border-width: 1px 1px 0 0; }.corner-bl { left: 0; bottom: 3%; border-width: 0 0 1px 1px; }.corner-br { right: 0; bottom: 3%; border-width: 0 1px 1px 0; }
.hud-side { position: absolute; right: -10px; top: 41%; display: grid; gap: 10px; justify-items: center; color: rgba(255,255,255,.5); }.hud-side em { width: 1px; height: 48px; background: rgba(255,255,255,.42); }

.section { width: min(1280px, calc(100% - 80px)); margin: 0 auto; }
.intro { padding-top: 128px; padding-bottom: 96px; }
.section-kicker { padding-top: 16px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; font-weight: 750; text-transform: uppercase; }
.section-kicker.light { border-color: rgba(255,255,255,.25); color: rgba(255,255,255,.56); }
.intro-heading, .workflow-heading { display: grid; grid-template-columns: 2fr 1fr; gap: 9vw; align-items: end; margin-top: 64px; }
.intro h2, .workflow h2, .camera-copy h2, .organize-copy h2, .final-cta h2 { margin: 0; font-size: clamp(44px, 6.2vw, 88px); line-height: 1.04; font-weight: 800; }
.intro-heading p, .workflow-heading p { margin: 0 0 8px; color: var(--muted); font-size: 18px; line-height: 1.8; }

.scenes { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; padding-bottom: 140px; }
.scene-card { position: relative; min-height: 580px; overflow: hidden; background: #ddd; color: var(--white); border-radius: 6px; isolation: isolate; }
.scene-card::after { content: ""; position: absolute; z-index: -1; inset: 35% 0 0; background: linear-gradient(0deg, rgba(0,0,0,.76), transparent); }
.scene-card:nth-of-type(1), .scene-card:nth-of-type(4) { grid-column: span 7; }
.scene-card:nth-of-type(2), .scene-card:nth-of-type(3) { grid-column: span 5; }
.scene-photo { position: absolute; z-index: -2; inset: 0; background-size: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.scene-card:hover .scene-photo { transform: scale(1.035); }
.scene-travel .scene-photo { background-image: url("https://images.unsplash.com/photo-1496747611176-843222e1e57c?auto=format&fit=crop&w=1300&q=86"); background-position: center 35%; }
.scene-street .scene-photo { background-image: url("https://images.unsplash.com/photo-1529139574466-a303027c1d8b?auto=format&fit=crop&w=1100&q=86"); background-position: center; }
.scene-together .scene-photo { background-image: url("https://images.unsplash.com/photo-1529156069898-49953e39b3ac?auto=format&fit=crop&w=1100&q=86"); background-position: center; }
.scene-daily .scene-photo { background-image: url("https://images.unsplash.com/photo-1517841905240-472988babdf9?auto=format&fit=crop&w=1300&q=86"); background-position: center 25%; }
.scene-number { position: absolute; top: 22px; right: 24px; font-size: 12px; font-weight: 750; }
.scene-copy { position: absolute; left: 28px; right: 28px; bottom: 30px; }
.scene-copy p { margin: 0 0 10px; color: var(--yellow); font-size: 12px; font-weight: 750; }
.scene-copy h3 { margin: 0 0 12px; font-size: clamp(34px, 4vw, 58px); line-height: 1; }
.scene-copy span { display: block; max-width: 480px; color: rgba(255,255,255,.74); font-size: 15px; line-height: 1.7; }
.scene-chip { position: absolute; top: 22px; left: 24px; padding: 7px 9px; border: 1px solid rgba(255,255,255,.42); border-radius: 3px; color: rgba(255,255,255,.82); font-size: 9px; font-weight: 750; letter-spacing: .1em; }
.scene-card::before { content: ""; position: absolute; z-index: 1; inset: 0; border: 1px solid rgba(255,255,255,.22); border-radius: 6px; pointer-events: none; }
.scene-card:hover .scene-chip { color: var(--ink); border-color: var(--yellow); background: var(--yellow); }

.camera-section { overflow: hidden; background: #10110f; color: var(--white); }
.camera-inner { min-height: 900px; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 8vw; padding-top: 110px; padding-bottom: 110px; }
.camera-copy h2 { margin-top: 48px; }
.camera-copy > p { max-width: 520px; margin: 28px 0 0; color: rgba(255,255,255,.6); font-size: 17px; line-height: 1.8; }
.scenario-tabs { display: flex; gap: 8px; margin-top: 34px; }
.scenario-tab { min-width: 76px; height: 42px; padding: 0 16px; border: 1px solid rgba(255,255,255,.28); border-radius: 4px; background: transparent; color: rgba(255,255,255,.65); cursor: pointer; font-size: 13px; font-weight: 700; }
.scenario-tab.active { background: var(--yellow); border-color: var(--yellow); color: var(--ink); }
.camera-facts { display: grid; grid-template-columns: repeat(3, 1fr); margin: 48px 0 0; border-top: 1px solid rgba(255,255,255,.2); }
.camera-facts div { padding: 20px 14px 0 0; }
.camera-facts dt { font-size: 22px; font-weight: 780; }
.camera-facts dd { margin: 7px 0 0; color: rgba(255,255,255,.46); font-size: 12px; }
.phone-stage { position: relative; height: 700px; display: grid; place-items: center; }
.phone-stage::before { content: ""; position: absolute; width: 72%; height: 72%; background: var(--green); border-radius: 50%; opacity: .9; }
.phone { position: relative; z-index: 2; width: 326px; aspect-ratio: 9 / 19.2; padding: 10px; border: 1px solid rgba(255,255,255,.35); border-radius: 40px; background: #050505; box-shadow: 0 34px 80px rgba(0,0,0,.38); transition: transform .45s cubic-bezier(.2,.7,.2,1); transform: rotate(3deg); }
.phone:hover { transform: rotate(0deg) translateY(-5px); }
.phone::before { content: ""; position: absolute; z-index: 4; left: 50%; top: 17px; width: 92px; height: 24px; transform: translateX(-50%); background: #050505; border-radius: 16px; }
.phone-screen { position: relative; height: 100%; overflow: hidden; border-radius: 32px; background: #333; }
.phone-screen > img { width: 100%; height: 100%; object-fit: cover; transition: opacity .18s ease, transform .5s ease; }
.phone:hover .phone-screen > img { transform: scale(1.04); }
.phone-screen > img.changing { opacity: .35; }
.phone-scanline { position: absolute; z-index: 2; left: 0; right: 0; top: 22%; height: 2px; background: var(--yellow); box-shadow: 0 0 16px 2px rgba(255,212,42,.72); opacity: .88; animation: scanline 3.4s ease-in-out infinite; pointer-events: none; }
.phone-topbar { position: absolute; z-index: 3; top: 0; left: 0; right: 0; height: 76px; display: flex; justify-content: space-between; align-items: flex-end; padding: 0 18px 12px; color: var(--white); background: rgba(0,0,0,.54); font-size: 11px; font-weight: 700; }
.camera-icon { font-size: 16px; }
.pose-outline { position: absolute; z-index: 2; left: 50%; top: 47%; width: 120px; height: 330px; transform: translate(-50%, -50%); opacity: .85; }
.joint { position: absolute; width: 10px; height: 10px; margin: -5px; border: 2px solid var(--yellow); background: rgba(0,0,0,.25); border-radius: 50%; }
.joint-1 { left: 50%; top: 6%; }.joint-2 { left: 44%; top: 28%; }.joint-3 { left: 76%; top: 46%; }.joint-4 { left: 39%; top: 61%; }.joint-5 { left: 55%; top: 95%; }
.bone { position: absolute; height: 2px; background: var(--yellow); transform-origin: left center; }
.bone-1 { left: 49%; top: 7%; width: 74px; transform: rotate(95deg); }.bone-2 { left: 44%; top: 28%; width: 78px; transform: rotate(53deg); }.bone-3 { left: 44%; top: 29%; width: 110px; transform: rotate(93deg); }.bone-4 { left: 39%; top: 61%; width: 115px; transform: rotate(80deg); }
.camera-note { position: absolute; z-index: 3; top: 26%; left: 14px; display: flex; align-items: center; gap: 6px; padding: 7px 9px; background: rgba(0,0,0,.62); border-radius: 4px; font-size: 10px; }
.camera-note span { width: 5px; height: 5px; border-radius: 50%; background: var(--yellow); }
.phone-controls { position: absolute; z-index: 3; left: 0; right: 0; bottom: 0; height: 118px; display: flex; justify-content: space-around; align-items: center; background: rgba(0,0,0,.78); color: rgba(255,255,255,.7); font-size: 10px; font-weight: 750; }
.phone-controls button { width: 58px; height: 58px; padding: 4px; border: 2px solid var(--white); border-radius: 50%; background: transparent; cursor: pointer; }
.phone-controls button i { display: block; width: 100%; height: 100%; border-radius: 50%; background: var(--white); transition: transform .15s ease, background .15s ease; }
.phone-controls button:active i { transform: scale(.84); background: var(--yellow); }
.phone-meter { position: absolute; z-index: 3; left: 50%; bottom: 86px; display: flex; align-items: center; gap: 6px; transform: translateX(-50%); color: rgba(255,255,255,.66); font-size: 8px; }.phone-meter i { width: 16px; height: 1px; background: rgba(255,255,255,.44); }.phone-meter b { color: var(--yellow); font-size: 10px; }
.floating-control { position: absolute; z-index: 3; min-width: 110px; padding: 14px 16px; background: var(--white); color: var(--ink); border-radius: 5px; box-shadow: 0 16px 30px rgba(0,0,0,.18); }
.floating-control span { display: block; color: var(--muted); font-size: 9px; }
.floating-control b { display: block; margin-top: 3px; font-size: 14px; }
.control-iso { left: 3%; top: 19%; }.control-filter { right: 1%; bottom: 18%; }
.control-iso, .control-filter { animation: float-card 4.8s ease-in-out infinite; }.control-filter { animation-delay: -2s; }

.workflow { padding-top: 130px; padding-bottom: 140px; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin: 90px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.steps li { min-height: 270px; padding: 24px 34px 30px 0; border-right: 1px solid var(--line); }
.steps li + li { padding-left: 34px; }
.steps li:last-child { border-right: 0; }
.steps span { color: var(--orange); font-size: 12px; font-weight: 750; }
.steps h3 { margin: 60px 0 12px; font-size: 30px; }
.steps p { max-width: 310px; margin: 0; color: var(--muted); line-height: 1.75; }

.organize-section { min-height: 820px; display: grid; grid-template-columns: 1.05fr .95fr; background: var(--blue); overflow: hidden; }
.organize-visual { position: relative; display: grid; place-items: center; min-height: 680px; padding: 80px; }
.photo-stack { position: relative; width: min(390px, 72%); aspect-ratio: 3 / 4; }
.stack-photo { position: absolute; inset: 0; margin: 0; overflow: hidden; border: 10px solid var(--white); background: #ddd; box-shadow: 0 22px 48px rgba(40,65,75,.2); }
.stack-photo img { width: 100%; height: 100%; object-fit: cover; }
.stack-back { transform: rotate(-10deg) translate(-12%, 2%); }.stack-middle { transform: rotate(8deg) translate(12%, 3%); }.stack-front { transform: rotate(-1deg); }
.stack-badge { position: absolute; right: -22%; bottom: 10%; display: flex; align-items: center; gap: 10px; padding: 12px 14px; border-radius: 5px; background: var(--yellow); color: var(--ink); box-shadow: 0 12px 30px rgba(40,65,75,.2); }
.stack-badge b { font-size: 22px; }.stack-badge span { font-size: 11px; font-weight: 700; }
.organize-copy { display: flex; flex-direction: column; justify-content: center; padding: 100px max(8vw, 64px) 100px 50px; background: var(--white); }
.organize-copy h2 { margin-top: 52px; font-size: clamp(44px, 5.4vw, 76px); }
.organize-copy > p { max-width: 500px; margin: 28px 0 0; color: var(--muted); font-size: 17px; line-height: 1.85; }
.privacy-note { display: flex; gap: 13px; align-items: flex-start; margin-top: 34px; padding-top: 24px; border-top: 1px solid var(--line); }
.privacy-note > span { width: 26px; height: 26px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; background: var(--green); font-weight: 800; }
.privacy-note p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }.privacy-note b { color: var(--ink); }

.final-cta { position: relative; min-height: 720px; display: grid; place-items: center; overflow: hidden; padding: 100px 32px; background: var(--yellow); text-align: center; }
.cta-silhouette { position: absolute; width: min(560px, 66vw); opacity: .11; mix-blend-mode: multiply; transform: rotate(-6deg); }
.cta-silhouette img { width: 100%; }
.cta-copy { position: relative; z-index: 2; }
.cta-copy > p { margin: 0 0 28px; font-size: 13px; font-weight: 750; }
.final-cta h2 { font-size: clamp(48px, 6.8vw, 96px); }
.button-dark { margin-top: 42px; background: var(--ink); color: var(--white); }

.site-footer { min-height: 150px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 28px; padding: 36px; background: var(--ink); color: var(--white); }
.footer-brand { justify-self: start; }.site-footer > p { margin: 0; color: rgba(255,255,255,.46); font-size: 13px; }.site-footer > div { justify-self: end; display: flex; gap: 24px; color: rgba(255,255,255,.55); font-size: 12px; }.site-footer a:hover { color: var(--yellow); }

.reveal { opacity: 1; transform: none; transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.2,1); }
.reveal.visible { opacity: 1; transform: translateY(0); }
@keyframes hero-settle { from { transform: scale(1.08); opacity: .65; } to { transform: scale(1.02); opacity: 1; } }
@keyframes ticker-run { from { transform: translateX(0); } to { transform: translateX(-35%); } }
@keyframes hud-pulse { 0%, 100% { opacity: .55; transform: scale(.92); } 50% { opacity: 1; transform: scale(1); } }
@keyframes scanline { 0% { top: 17%; opacity: 0; } 12% { opacity: .9; } 50% { top: 78%; opacity: .86; } 88% { opacity: .9; } 100% { top: 17%; opacity: 0; } }
@keyframes float-card { 0%, 100% { transform: translateY(0) rotate(-1deg); } 50% { transform: translateY(-9px) rotate(1deg); } }

@media (max-width: 900px) {
  :root { --header-height: 64px; }
  .site-header { grid-template-columns: 1fr auto; padding: 0 20px; }
  .desktop-nav, .nav-download { display: none; }
  .menu-button { justify-self: end; width: 42px; height: 42px; display: grid; align-content: center; gap: 6px; padding: 10px; border: 0; background: transparent; cursor: pointer; }
  .menu-button span { height: 2px; background: currentColor; transition: transform .2s ease; }
  .menu-button[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }.menu-button[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .mobile-menu { position: fixed; z-index: -1; inset: 0; display: flex; flex-direction: column; justify-content: center; gap: 26px; padding: 80px 28px 40px; background: var(--paper); color: var(--ink); opacity: 0; visibility: hidden; transform: translateY(-12px); transition: opacity .22s ease, transform .22s ease, visibility .22s; }
  .mobile-menu.open { opacity: 1; visibility: visible; transform: translateY(0); }
  .mobile-menu a { font-size: 30px; font-weight: 760; }
  .section { width: min(100% - 40px, 720px); }
  .hero { min-height: 660px; height: 88svh; }
  .hero-image { background-position: 61% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(0,0,0,.7), rgba(0,0,0,.08)), linear-gradient(0deg, rgba(0,0,0,.55), transparent 60%); }
  .hero-grid { background-size: 58px 58px; opacity: .18; }
  .hero-hud { inset: 86px 20px 94px; }.hud-crosshair { left: 78%; top: 32%; width: 58px; height: 58px; }.hud-side { display: none; }
  .hero-content { left: 24px; right: 24px; top: auto; bottom: 106px; width: auto; transform: none; }
  .hero h1 { font-size: clamp(76px, 24vw, 118px); }
  .hero-copy { max-width: 520px; font-size: 15px; }
  .hero-guide { display: none; }
  .intro { padding-top: 88px; padding-bottom: 64px; }
  .intro-heading, .workflow-heading { grid-template-columns: 1fr; gap: 28px; margin-top: 42px; }
  .scenes { grid-template-columns: 1fr 1fr; padding-bottom: 90px; }
  .scene-card:nth-of-type(n) { grid-column: span 1; min-height: 520px; }
  .camera-inner { min-height: auto; grid-template-columns: 1fr; padding-top: 90px; }
  .phone-stage { height: 720px; }
  .workflow { padding-top: 90px; padding-bottom: 100px; }
  .organize-section { grid-template-columns: 1fr; }
  .organize-copy { padding: 90px max(8vw, 40px); }
  .site-footer { grid-template-columns: 1fr auto; }.site-footer > p { display: none; }
}

@media (max-width: 600px) {
  .brand { font-size: 19px; }.brand img { width: 30px; height: 30px; }
  .hero { min-height: 690px; height: 90svh; }
  .hero-image { background-position: 61% center; }
  .hero-content { bottom: 96px; }
  .eyebrow { margin-bottom: 18px; font-size: 11px; }
  .hero-tagline { margin-top: 24px; font-size: 25px; }
  .hero-copy { display: none; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; margin-top: 26px; }
  .button-primary { min-height: 50px; }
  .scene-ticker { justify-content: flex-start; gap: 16px; overflow: hidden; white-space: nowrap; font-size: 11px; }
  .ticker-track { padding-left: 24px; gap: 18px; animation-duration: 23s; }
  .intro h2, .workflow h2, .camera-copy h2, .organize-copy h2, .final-cta h2 { font-size: 42px; }
  .intro-heading p, .workflow-heading p { font-size: 16px; }
  .scenes { grid-template-columns: 1fr; gap: 12px; }
  .scene-card:nth-of-type(n) { grid-column: 1; min-height: 490px; }
  .scene-copy { left: 22px; right: 22px; bottom: 24px; }
  .scene-copy h3 { font-size: 40px; }
  .camera-inner { width: 100%; gap: 20px; padding: 80px 20px 60px; }
  .camera-copy > p { font-size: 15px; }
  .scenario-tabs { overflow-x: auto; }
  .camera-facts { gap: 8px; }.camera-facts dt { font-size: 18px; }
  .phone-stage { height: 650px; }
  .phone-stage::before { width: 120%; height: 72%; }
  .phone { width: min(310px, 82vw); }
  .phone-meter { bottom: 82px; }
  .floating-control { min-width: 90px; padding: 11px 12px; }.control-iso { left: -1%; top: 16%; }.control-filter { right: -1%; bottom: 15%; }
  .steps { grid-template-columns: 1fr; margin-top: 60px; }
  .steps li, .steps li + li { min-height: auto; padding: 24px 0 36px; border-right: 0; border-bottom: 1px solid var(--line); }
  .steps li:last-child { border-bottom: 0; }.steps h3 { margin-top: 24px; }
  .organize-visual { min-height: 560px; padding: 70px 30px; }
  .photo-stack { width: 70%; }.stack-badge { right: -32%; }
  .organize-copy { padding: 76px 24px 84px; }.organize-copy h2 { margin-top: 40px; }
  .final-cta { min-height: 600px; padding-inline: 20px; }.final-cta h2 br { display: none; }
  .site-footer { grid-template-columns: 1fr; padding: 36px 22px; }.site-footer > div { justify-self: start; }
}

@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; }
}
