:root {
  --ink: #090a0b;
  --paper: #f5f3ee;
  --white: #fff;
  --red: #ff3b30;
  --green: #a7d847;
  --blue: #6daedb;
  --muted: #a9adb4;
  --panel: #181a1e;
  --line: rgba(255,255,255,.15);
  --display: "Barlow Condensed", sans-serif;
  --body: "Manrope", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); }
button, input { font: inherit; }
a { color: inherit; text-decoration: none; }
.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; }

.site-header {
  position: fixed; inset: 0 0 auto; z-index: 20; height: 72px; padding: 0 clamp(20px, 4vw, 64px);
  display: flex; align-items: center; justify-content: space-between; color: var(--white);
  background: linear-gradient(to bottom, rgba(5,6,7,.8), transparent);
}
.site-header.scrolled { background: rgba(9,10,11,.94); backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); }
.brand { display: flex; align-items: center; gap: 10px; font: 800 24px/1 var(--display); letter-spacing: 0; }
.brand > span:last-child > span { color: var(--red); }
.brand-mark { width: 28px; height: 28px; display: grid; place-items: center; border: 3px solid currentColor; border-radius: 50%; }
.brand-mark span { width: 8px; height: 8px; border-radius: 50%; background: var(--red); }
.site-header nav { display: flex; gap: 34px; font-size: 13px; font-weight: 700; }
.site-header nav a { opacity: .78; transition: opacity .2s; }
.site-header nav a:hover { opacity: 1; }
.header-cta { padding: 10px 18px; border: 1px solid rgba(255,255,255,.55); font-size: 13px; font-weight: 700; }

.hero { min-height: 100svh; position: relative; color: var(--white); overflow: hidden; display: flex; align-items: center; padding: 94px clamp(24px, 7vw, 110px) 70px; background: #111 url("https://images.unsplash.com/photo-1566577739112-5180d4bf9390?auto=format&fit=crop&w=2200&q=88") center 42%/cover no-repeat; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6,7,8,.94) 0%, rgba(6,7,8,.62) 43%, rgba(6,7,8,.16) 72%), linear-gradient(0deg, rgba(6,7,8,.65), transparent 45%); }
.hero-content { position: relative; z-index: 2; width: min(700px, 52vw); }
.eyebrow, .kicker { font: 700 13px/1 var(--body); text-transform: uppercase; letter-spacing: .14em; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.75); }
.eyebrow span { width: 34px; height: 3px; background: var(--red); }
.hero h1 { margin: 12px 0 8px; font: 800 clamp(68px, 8vw, 126px)/.8 var(--display); letter-spacing: 0; }
.hero-lede { max-width: 610px; margin: 22px 0; font-size: clamp(17px, 1.8vw, 25px); line-height: 1.4; color: rgba(255,255,255,.84); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 24px; font-size: 14px; font-weight: 800; }
.button svg { width: 18px; }
.button.primary { background: var(--red); color: var(--white); }
.button.ghost { border: 1px solid rgba(255,255,255,.5); color: var(--white); backdrop-filter: blur(10px); }
.hero-proof { display: flex; gap: 0; margin-top: 34px; border-top: 1px solid rgba(255,255,255,.22); max-width: 620px; }
.hero-proof div { display: flex; flex-direction: column; gap: 5px; padding: 17px 32px 0 0; margin-right: 32px; border-right: 1px solid rgba(255,255,255,.18); }
.hero-proof div:last-child { border: 0; }
.hero-proof strong { font: 800 22px/1 var(--display); }
.hero-proof span { font-size: 11px; color: rgba(255,255,255,.6); }

.capture-demo { position: absolute; z-index: 2; right: clamp(20px, 3vw, 54px); top: 27%; width: min(560px, 44vw); aspect-ratio: 16/9; border: 1px solid rgba(255,255,255,.38); background: rgba(5,6,7,.2); box-shadow: 0 35px 100px rgba(0,0,0,.48); overflow: hidden; }
.capture-demo::before { content: ""; position: absolute; inset: 0; background: url("https://images.unsplash.com/photo-1566577739112-5180d4bf9390?auto=format&fit=crop&w=900&q=82") center 42%/cover; filter: saturate(.9); }
.chrome { position: absolute; z-index: 2; top: 50%; left: 50%; width: 56.25%; height: 177.78%; transform: translate(-50%,-50%) rotate(-90deg); }
.demo-top { position: absolute; z-index: 2; top: 14px; left: 12px; right: 12px; display: flex; align-items: center; gap: 10px; padding: 10px 14px; border-radius: 12px; background: rgba(18,20,23,.9); color: #fff; font-size: 13px; }
.demo-top b { font-weight: 800; }
.demo-top span { margin-left: auto; opacity: .9; }
.demo-top svg { width: 17px; }
.zoom-pills { position: absolute; z-index: 2; left: 50%; bottom: 116px; transform: translateX(-50%); display: flex; gap: 4px; padding: 4px; border-radius: 24px; background: rgba(15,16,19,.86); color: #fff; font-size: 12px; }
.zoom-pills span { padding: 7px 13px; border-radius: 20px; }
.zoom-pills .active { background: #fff; color: var(--ink); }
.capture-label { position: absolute; z-index: 2; left: 50%; bottom: 72px; transform: translateX(-50%); padding: 8px 16px; border-radius: 24px; background: rgba(15,16,19,.86); color: #fff; font: 800 12px var(--body); white-space: nowrap; }
.record-control { position: absolute; z-index: 2; left: 50%; bottom: 16px; transform: translateX(-50%); width: 54px; height: 54px; border: 0; border-radius: 50%; background: var(--red); }
.demo-thumb { position: absolute; z-index: 2; left: 16px; bottom: 18px; width: 46px; height: 46px; border-radius: 7px; border: 1px solid rgba(255,255,255,.85); background: url("https://images.unsplash.com/photo-1579952363873-27f3bade9f55?auto=format&fit=crop&w=180&q=70") center/cover; }
.demo-favorite { position: absolute; z-index: 2; left: 70px; bottom: 24px; width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; color: #ffd54f; background: #15171bcc; font-size: 22px; }
.hero-next { position: absolute; z-index: 3; bottom: 24px; left: 50%; display: grid; place-items: center; width: 40px; height: 40px; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; }

.section { padding: 110px clamp(24px, 7vw, 110px); }
.kicker { color: var(--red); }
.section-heading { display: grid; grid-template-columns: 1.35fr .65fr; align-items: end; gap: 50px; }
.section-heading .kicker { grid-column: 1 / -1; }
.section h2 { margin: 8px 0 0; font: 800 clamp(52px, 7vw, 100px)/.9 var(--display); text-transform: uppercase; }
.section h2 span { color: transparent; -webkit-text-stroke: 1.5px var(--ink); }
.section-heading > p:last-child { font-size: 17px; line-height: 1.7; color: #575b62; }

.workflow { background: var(--paper); }
.workflow-shell { margin-top: 70px; display: grid; grid-template-columns: 180px 1fr; min-height: 570px; border: 1px solid #c9c7c1; background: var(--white); }
.workflow-tabs { display: flex; flex-direction: column; border-right: 1px solid #d7d5cf; }
.workflow-tab { flex: 1; padding: 24px 20px; border: 0; border-bottom: 1px solid #ddd; background: transparent; text-align: left; color: #777; font: 700 19px var(--display); cursor: pointer; }
.workflow-tab b { display: block; margin-bottom: 8px; color: #aaa; font: 600 12px var(--body); }
.workflow-tab.active { color: var(--white); background: var(--ink); }
.workflow-tab.active b { color: var(--red); }
.workflow-stage { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 40px; padding: 48px 6%; overflow: hidden; }
.workflow-copy { max-width: 500px; }
.step-label { color: var(--red); font-size: 11px; font-weight: 800; letter-spacing: .14em; }
.workflow-copy h3, .feature h3 { margin: 8px 0 14px; font: 800 clamp(36px, 4vw, 60px)/.95 var(--display); text-transform: uppercase; }
.workflow-copy > p:not(.step-label), .feature p { color: #666b72; line-height: 1.7; }
.workflow-copy ul { margin: 28px 0 0; padding: 0; list-style: none; }
.workflow-copy li { display: flex; align-items: center; gap: 10px; margin: 13px 0; font-size: 14px; font-weight: 700; }
.workflow-copy li svg { width: 18px; color: var(--red); }
.phone-frame { justify-self: center; width: min(540px, 100%); padding: 8px; border: 3px solid #24262a; border-radius: 24px; background: #111; box-shadow: 30px 30px 0 #e8e5dd; }
.phone-screen { position: relative; aspect-ratio: 16/9; overflow: hidden; border-radius: 16px; background: #202326; color: white; }
.phone-chrome { position: absolute; z-index: 2; top: 50%; left: 50%; width: 56.25%; height: 177.78%; transform: translate(-50%,-50%) rotate(-90deg); }
.phone-status { position: absolute; z-index: 2; top: 12px; left: 10px; right: 10px; display: flex; align-items: center; gap: 8px; padding: 8px 12px; border-radius: 10px; background: rgba(15,16,19,.85); color: #fff; font-size: 12px; }
.phone-status b { font-weight: 800; }
.phone-status span { margin-left: auto; opacity: .9; }
.phone-status svg { width: 15px; }
.screen-field { position: absolute; inset: 0; background: url("https://images.unsplash.com/photo-1566577739112-5180d4bf9390?auto=format&fit=crop&w=900&q=80") center 42%/cover; }
.phone-zoom { position: absolute; z-index: 2; left: 50%; bottom: 104px; transform: translateX(-50%); display: flex; gap: 4px; padding: 4px; border-radius: 22px; background: #17191cdd; color: #fff; font-size: 11px; }
.phone-zoom span { padding: 6px 12px; border-radius: 18px; }
.phone-zoom .selected { background: #fff; color: #111; }
.phone-screen p { position: absolute; z-index: 2; left: 50%; bottom: 66px; transform: translateX(-50%); margin: 0; padding: 7px 14px; border-radius: 22px; background: #17191ccc; color: #fff; font: 800 11px var(--body); white-space: nowrap; }
.phone-record { position: absolute; z-index: 2; left: 50%; bottom: 14px; transform: translateX(-50%); width: 48px; height: 48px; border: 0; border-radius: 50%; background: var(--red); }
.phone-thumb { position: absolute; z-index: 2; left: 14px; bottom: 16px; width: 42px; height: 42px; border-radius: 6px; border: 1px solid rgba(255,255,255,.85); background: url("https://images.unsplash.com/photo-1579952363873-27f3bade9f55?auto=format&fit=crop&w=160&q=70") center/cover; }
.phone-favorite { position: absolute; z-index: 2; left: 64px; bottom: 20px; width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; color: #ffd54f; background: #15171bcc; font-size: 20px; }

.features { color: var(--white); background: var(--ink); }
.feature-intro { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 60px; }
.feature-intro h2 { max-width: 850px; }
.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.feature { min-height: 380px; position: relative; padding: 42px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); overflow: hidden; }
.feature-wide { grid-column: span 2; display: grid; grid-template-columns: .75fr 1.25fr; gap: 50px; align-items: center; }
.feature-icon { width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid rgba(255,59,48,.5); color: var(--red); }
.feature-icon.green { color: var(--green); border-color: rgba(167,216,71,.5); }
.feature-icon.blue { color: var(--blue); border-color: rgba(109,174,219,.5); }
.feature h3 { font-size: clamp(34px, 4vw, 56px); }
.feature p { max-width: 560px; color: #aeb2b9; }
.gallery-preview { padding: 22px; background: #111316; border: 1px solid #34363b; transform: rotate(1.5deg); }
.gallery-toolbar { display: flex; justify-content: space-between; margin-bottom: 14px; color: #bbb; font-size: 12px; }
.clip-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; }
.clip { position: relative; aspect-ratio: 16/9; background: url("https://images.unsplash.com/photo-1566577739112-5180d4bf9390?auto=format&fit=crop&w=500&q=70") center/cover; }
.clip:nth-child(2) { background-image: url("https://images.unsplash.com/photo-1579952363873-27f3bade9f55?auto=format&fit=crop&w=500&q=70"); }
.clip:nth-child(3) { background-image: url("https://images.unsplash.com/photo-1546519638-68e109498ffc?auto=format&fit=crop&w=500&q=70"); }
.clip:nth-child(4) { background-image: url("https://images.unsplash.com/photo-1461896836934-ffe607ba8211?auto=format&fit=crop&w=500&q=70"); }
.clip span { position: absolute; top: 7px; left: 7px; width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: #15171bdd; color: #d6b541; }
.clip small { position: absolute; right: 7px; bottom: 7px; padding: 3px 6px; background: #15171bdd; font-weight: 800; }
.range-line { margin-top: 60px; display: flex; align-items: center; gap: 12px; color: var(--green); }
.range-line i { flex: 1; height: 1px; background: currentColor; }
.range-line b { font: 700 18px var(--display); }
.timeline-mini { display: flex; gap: 5px; margin-top: 65px; }
.timeline-mini span { height: 54px; flex: 1; background: #35383e; border-bottom: 4px solid var(--red); }
.timeline-mini span:nth-child(2) { height: 78px; }.timeline-mini span:nth-child(3) { height: 64px; }.timeline-mini span:nth-child(4) { height: 88px; }
.publish-path { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; margin-top: 16px; color: #aeb2b9; font: 700 11px var(--body); }
.publish-path svg { width: 15px; color: var(--red); }
.folder-list { display: grid; grid-template-columns: 70px 1fr auto; align-items: center; gap: 12px; margin-top: 14px; padding: 16px; background: #202228; border-left: 3px solid var(--blue); }
.folder-list span, .folder-list small { color: #92969d; font-size: 11px; }
.feature-accent { background: var(--red); }
.feature-accent .feature-icon { color: white; border-color: rgba(255,255,255,.6); }
.feature-accent p { color: rgba(255,255,255,.78); }
.feature-accent strong { position: absolute; bottom: 36px; font: 800 14px var(--display); letter-spacing: .12em; }

.story { display: grid; grid-template-columns: 1.08fr .92fr; min-height: 720px; padding: 0; }
.story-image { min-height: 620px; background: url("https://images.unsplash.com/photo-1566577739112-5180d4bf9390?auto=format&fit=crop&w=1400&q=88") center/cover no-repeat; }
.story-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(50px, 8vw, 120px); }
.story blockquote { margin: 20px 0 30px; font: 800 clamp(42px, 5vw, 72px)/.98 var(--display); text-transform: uppercase; }
.story-copy > p:not(.kicker) { color: #5e6268; line-height: 1.75; }
.story-rule { display: flex; align-items: center; gap: 14px; margin-top: 30px; font-size: 11px; letter-spacing: .12em; }
.story-rule span { width: 36px; height: 3px; background: var(--red); }

.access { position: relative; overflow: hidden; color: white; background: #131518; }
.access-content { position: relative; z-index: 2; max-width: 760px; }
.access h2 { margin-bottom: 24px; }
.access-content > p:not(.kicker):not(.form-note) { max-width: 600px; color: #aeb2b9; line-height: 1.7; }
.access-form { display: flex; max-width: 650px; margin-top: 34px; }
.access-form input { flex: 1; min-width: 0; height: 58px; padding: 0 18px; color: white; border: 1px solid #4a4d53; border-right: 0; outline: none; background: transparent; }
.access-form input:focus { border-color: white; }
.access-form button { height: 58px; display: flex; align-items: center; gap: 10px; padding: 0 24px; border: 0; color: white; background: var(--red); font-weight: 800; cursor: pointer; }
.access-form svg { width: 18px; }
.form-note { font-size: 11px; color: #787d85; }
.access-mark { position: absolute; right: -3vw; bottom: -7vw; color: transparent; -webkit-text-stroke: 2px rgba(255,255,255,.06); font: 800 32vw/.7 var(--display); }

footer { min-height: 110px; display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 30px clamp(24px, 7vw, 110px); color: white; background: var(--ink); border-top: 1px solid var(--line); }
footer p { color: #7d8289; font-size: 12px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-height: 720px) and (min-width: 701px) {
  .hero { align-items: flex-start; padding-top: 108px; }
  .hero h1 { font-size: clamp(64px, 9vw, 118px); }
  .hero-lede { max-width: 540px; margin: 14px 0 18px; font-size: 17px; }
  .hero-proof { margin-top: 20px; }
  .hero-proof div { padding-top: 12px; }
  .capture-demo { top: 26%; width: min(500px, 40vw); height: auto; }
}

@media (max-width: 980px) {
  .site-header nav { display: none; }
  .hero-content { width: 50%; }
  .hero h1 { font-size: clamp(62px, 8vw, 82px); }
  .hero-lede { max-width: 430px; }
  .hero-actions { display: grid; width: fit-content; }
  .capture-demo { right: 18px; width: 46vw; opacity: .88; }
  .section-heading, .workflow-stage { grid-template-columns: 1fr; }
  .section-heading > p:last-child { max-width: 680px; }
  .workflow-stage { padding: 50px; }
  .phone-frame { grid-row: 1; }
  .story { grid-template-columns: 1fr; }
  .story-image { min-height: 520px; }
}

@media (max-width: 700px) {
  .site-header { height: 64px; }
  .header-cta { padding: 9px 12px; }
  .hero { min-height: 92svh; padding: 94px 22px 70px; align-items: flex-end; background-position: 58% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(6,7,8,.96) 4%, rgba(6,7,8,.65) 62%, rgba(6,7,8,.2)); }
  .hero-content { width: 100%; }
  .hero h1 { max-width: 100%; font-size: clamp(52px, 16vw, 68px); }
  .hero-lede { margin: 20px 0; font-size: 17px; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-proof { margin-top: 34px; }
  .hero-proof div { padding-right: 12px; margin-right: 12px; }
  .hero-proof strong { font-size: 18px; }
  .hero-proof span { font-size: 9px; }
  .capture-demo { display: none; }
  .section { padding: 76px 20px; }
  .section h2 { font-size: 54px; }
  .workflow-shell { display: block; margin-top: 42px; }
  .workflow-tabs { flex-direction: row; border-right: 0; border-bottom: 1px solid #ddd; }
  .workflow-tab { padding: 16px 10px; text-align: center; font-size: 16px; }
  .workflow-stage { padding: 38px 22px; }
  .phone-frame { width: 100%; max-width: 430px; box-shadow: 16px 16px 0 #e8e5dd; }
  .feature-intro { display: block; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature, .feature-wide { grid-column: auto; display: block; min-height: 330px; padding: 30px 24px; }
  .gallery-preview { margin-top: 34px; }
  .story-image { min-height: 430px; }
  .story-copy { padding: 70px 24px; }
  .access-form { display: grid; }
  .access-form input { border-right: 1px solid #4a4d53; }
  footer { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
}