:root {
  --ink: #280c0a;
  --ink-soft: #3a1511;
  --ink-light: #5b2a22;
  --gold: #e4a03f;
  --gold-light: #f4c97d;
  --cream: #f8f1e7;
  --paper: #fffaf2;
  --muted: #806f67;
  --line: rgba(40, 12, 10, 0.13);
  --radius: 26px;
  --shadow: 0 30px 80px rgba(40, 12, 10, 0.18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
svg { display: block; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; left: 20px; top: -80px; z-index: 100; padding: 12px 16px; background: var(--gold); border-radius: 8px; font-weight: 800; }
.skip-link:focus { top: 20px; }

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 10;
  color: var(--cream);
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.nav-wrap { height: 82px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 20px; font-weight: 850; letter-spacing: -0.035em; }
.brand-mark { position: relative; width: 28px; height: 28px; display: inline-block; transform: rotate(-4deg); }
.brand-mark > span { position: absolute; display: block; background: currentColor; border-radius: 9px 9px 5px 5px; }
.brand-mark > span:nth-child(1) { width: 9px; height: 19px; left: 2px; top: 6px; transform: rotate(-10deg); }
.brand-mark > span:nth-child(2) { width: 9px; height: 24px; left: 10px; top: 2px; }
.brand-mark > span:nth-child(3) { width: 9px; height: 18px; left: 18px; top: 7px; transform: rotate(10deg); }
.main-nav { display: flex; align-items: center; gap: 34px; margin-left: 80px; }
.main-nav a { color: rgba(255,255,255,.68); font-size: 14px; font-weight: 650; transition: color .2s ease; }
.main-nav a:hover { color: var(--gold-light); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; border-radius: 999px; font-weight: 800; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-small { padding: 10px 18px; font-size: 13px; }
.button-outline { border: 1px solid rgba(255,255,255,.25); }
.button-outline:hover { background: var(--gold); color: var(--ink); border-color: var(--gold); }

.hero {
  position: relative;
  min-height: 1080px;
  padding: 164px 0 0;
  color: var(--cream);
  background:
    radial-gradient(circle at 50% 41%, rgba(228,160,63,.11), transparent 28%),
    linear-gradient(145deg, #1c0706 0%, var(--ink) 50%, #35110d 100%);
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  width: 760px;
  height: 760px;
  top: -430px;
  right: -280px;
  border: 1px solid rgba(228,160,63,.16);
  border-radius: 50%;
  box-shadow: 0 0 0 110px rgba(228,160,63,.025), 0 0 0 220px rgba(228,160,63,.018);
}
.hero-copy { position: relative; z-index: 2; text-align: center; }
.eyebrow, .section-label { margin: 0 0 25px; color: var(--gold); font-size: 11px; line-height: 1; font-weight: 850; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; justify-content: center; gap: 9px; }
.eyebrow span { width: 26px; height: 1px; background: var(--gold); }
.hero h1 { max-width: 1060px; margin: 0 auto; font-size: clamp(64px, 7.8vw, 108px); line-height: .91; font-weight: 900; letter-spacing: -.072em; }
.hero h1 em { color: var(--gold); font-style: normal; font-weight: 900; }
.hero-lede { max-width: 610px; margin: 34px auto 0; color: rgba(255,255,255,.68); font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 18px; margin-top: 32px; }
.button-primary { min-height: 54px; padding: 0 25px; background: var(--gold); color: var(--ink); font-size: 14px; box-shadow: 0 12px 28px rgba(228,160,63,.14); }
.button-primary:hover { background: var(--gold-light); }
.button-primary svg { width: 17px; fill: currentColor; }
.button-web { min-height: 54px; padding: 0 20px; color: rgba(255,255,255,.62); background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.17); cursor: not-allowed; }
.button-web:hover { transform: none; }
.button-web svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.button-web small { padding: 4px 7px; color: var(--gold-light); background: rgba(228,160,63,.12); border-radius: 999px; font-size: 8px; letter-spacing: .04em; text-transform: uppercase; }
.text-link { display: inline-flex; gap: 9px; align-items: center; color: rgba(255,255,255,.8); font-size: 14px; font-weight: 750; }
.text-link span { color: var(--gold); font-size: 20px; transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }
.release-note { margin: 18px 0 0; color: rgba(255,255,255,.46); font-size: 11px; letter-spacing: .05em; }
.release-note strong { color: var(--cream); }
.release-note span { margin: 0 5px; color: var(--gold); }

.product-stage { position: relative; z-index: 2; margin-top: 70px; perspective: 1200px; }
.app-window { position: relative; z-index: 2; overflow: hidden; height: 565px; color: #eee8df; background: #170f0e; border: 1px solid rgba(255,255,255,.16); border-radius: 15px; box-shadow: 0 50px 90px rgba(0,0,0,.5); transform: rotateX(1.5deg); transform-origin: center bottom; }
.window-bar { height: 45px; padding: 0 15px 0 18px; display: flex; align-items: center; background: #251413; border-bottom: 1px solid rgba(255,255,255,.08); font-size: 10px; }
.window-brand { display: flex; gap: 8px; align-items: center; }
.mini-mark { width: 14px; height: 14px; border: 3px solid var(--gold); border-top-width: 6px; border-radius: 5px; }
.app-layout { display: grid; grid-template-columns: 165px 1fr; height: calc(100% - 45px); }
.app-sidebar { position: relative; padding: 24px 16px; background: #250907; border-right: 1px solid rgba(255,255,255,.13); }
.app-sidebar p { margin: 0 0 5px; padding: 11px 12px; color: #f2ece9; border: 1px solid transparent; border-radius: 6px; font-size: 11px; }
.app-sidebar p.active { background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.22); }
.app-sidebar p:last-child { margin-top: 10px; }
.app-main { min-width: 0; display: flex; flex-direction: column; }
.app-top-panel { min-height: 56px; padding: 6px 9px; display: flex; align-items: flex-end; justify-content: space-between; gap: 12px; color: #b3a7a3; background: #280c0a; border-bottom: 1px solid rgba(255,255,255,.12); }
.panel-left, .panel-right { display: flex; align-items: flex-end; gap: 6px; }
.app-top-panel label, .panel-right > div { display: grid; gap: 4px; font-size: 7px; }
.app-top-panel button, .mock-select { min-height: 25px; padding: 0 8px; display: inline-flex; align-items: center; color: #c7bbb6; background: #4a100c; border: 1px solid rgba(255,255,255,.12); border-radius: 4px; font: inherit; }
.app-top-panel button { background: rgba(255,255,255,.08); }
.app-top-panel .panel-right button + button { margin-left: 3px; }
.mock-input { width: 142px; height: 25px; display: block; background: #210b09; border: 1px solid rgba(255,255,255,.1); border-radius: 3px; }
.mock-select { min-width: 84px; justify-content: space-between; gap: 12px; }
.mock-select b { font-size: 8px; font-weight: 500; }
.label-blank { padding-top: 11px; }
.panel-right small { font-size: 7px; font-weight: 500; }
.app-workspace { min-height: 0; flex: 1; display: grid; grid-template-columns: 1fr 215px; }
.app-content { min-width: 0; padding: 18px 22px 22px; background: #160e0d; }
.content-heading { margin-bottom: 14px; }
.content-heading small, .app-details small { color: var(--gold); font-size: 6px; font-weight: 800; letter-spacing: .15em; }
.content-heading h2 { margin: 5px 0 0; font-size: 18px; letter-spacing: -.04em; }
.video-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 13px; }
.video-grid article { min-width: 0; }
.poster { position: relative; height: auto; aspect-ratio: 16 / 10; overflow: hidden; border-radius: 6px; background: #3e241d; box-shadow: inset 0 0 0 1px rgba(255,255,255,.06); }
.poster::before, .poster::after { content: ""; position: absolute; }
.poster::before { z-index: 1; inset: 0; background: linear-gradient(to bottom, transparent 42%, rgba(5,2,2,.92) 100%); }
.poster strong { position: absolute; z-index: 4; left: 10px; right: 8px; bottom: 9px; color: #f5f1ee; font-size: 9px; line-height: 1.16; font-weight: 850; text-shadow: 0 1px 3px rgba(0,0,0,.8); }
.poster i { position: absolute; z-index: 2; display: block; }
.poster-one { background: linear-gradient(155deg, #d69449 0%, #6e3c24 38%, #242128 100%); }
.poster-one::after { width: 120%; height: 62%; left: -10%; bottom: -20%; background: #1c171a; clip-path: polygon(0 80%, 28% 28%, 44% 57%, 68% 0, 100% 72%, 100% 100%, 0 100%); }
.poster-one i { width: 5px; height: 17px; left: 49%; bottom: 16px; background: #e9c69b; border-radius: 50% 50% 2px 2px; }
.poster-two { background: linear-gradient(135deg, #27353c, #98a39b); }
.poster-two::after { width: 70px; height: 70px; right: -15px; top: 18px; border: 12px solid rgba(255,255,255,.18); transform: rotate(25deg); }
.poster-two i { width: 60px; height: 60px; left: 20px; bottom: -30px; border: 1px solid rgba(255,255,255,.42); transform: rotate(45deg); }
.poster-three { background: linear-gradient(160deg, #17121f 20%, #59405f 65%, #cf765e); }
.poster-three::after { width: 56px; height: 56px; left: 50%; top: 21px; transform: translateX(-50%); border-radius: 50%; background: #e7a45e; box-shadow: 0 0 32px rgba(228,160,63,.45); }
.poster-three i { width: 120%; height: 48%; left: -10%; bottom: -12%; background: #1b1020; clip-path: polygon(0 45%, 20% 15%, 39% 45%, 60% 0, 80% 48%, 100% 24%, 100% 100%, 0 100%); }
.poster-four { background: linear-gradient(145deg, #3a7180, #d3aa5a 70%, #49321b); }
.poster-four::after { width: 180px; height: 30px; left: -10px; bottom: 19px; background: rgba(235,216,154,.45); transform: rotate(-7deg); border-radius: 50%; }
.poster-four i { width: 14px; height: 45px; right: 29px; bottom: 23px; border-left: 2px solid #302215; border-radius: 50%; transform: rotate(11deg); }
.poster-five { background: radial-gradient(circle at 70% 25%, #d99968, transparent 14%), linear-gradient(145deg, #14243c, #62405d); }
.poster-five::after { width: 100px; height: 100px; left: -25px; bottom: -45px; border: 12px solid rgba(93,209,204,.25); border-radius: 50%; }
.poster-five i { width: 1px; height: 90px; left: 62%; top: 0; background: rgba(255,255,255,.3); transform: rotate(34deg); }
.poster-six { background: linear-gradient(145deg, #c46342, #f0bb70 45%, #41525b); }
.poster-six::after { width: 110%; height: 45px; left: -5%; bottom: -15px; background: #1c2627; clip-path: polygon(0 55%, 15% 10%, 28% 50%, 44% 0, 58% 48%, 75% 18%, 100% 55%, 100% 100%, 0 100%); }
.poster-six i { width: 34px; height: 34px; left: 15px; top: 15px; border: 5px solid rgba(255,246,204,.4); border-radius: 50%; }
.app-details { padding: 25px 18px; background: #1d1110; border-left: 1px solid rgba(255,255,255,.07); }
.detail-art { height: 155px; margin-bottom: 18px; border-radius: 7px; }
.app-details h3 { margin: 5px 0 8px; font-size: 16px; }
.stars { margin: 0 0 20px; color: var(--gold); font-size: 9px; letter-spacing: 3px; }
.stars span { color: #4b3b37; }
.app-details dl { margin: 0; }
.app-details dl div { display: flex; justify-content: space-between; padding: 9px 0; border-bottom: 1px solid rgba(255,255,255,.06); font-size: 7px; }
.app-details dt { color: #70625e; }
.app-details dd { margin: 0; color: #baada7; }
.app-details button { width: 100%; margin-top: 22px; padding: 10px; color: var(--ink); background: var(--gold); border: 0; border-radius: 5px; font-size: 8px; font-weight: 800; }
.stage-glow { position: absolute; z-index: 1; width: 80%; height: 140px; left: 10%; bottom: -55px; background: rgba(228,160,63,.18); filter: blur(70px); }

.feature-intro { padding: 150px 0 130px; background: var(--paper); }
.split-heading { display: grid; grid-template-columns: 1fr .68fr; align-items: end; gap: 80px; }
.section-label { margin-bottom: 18px; }
.split-heading h2, .privacy-copy h2, .roadmap-heading h2, .download-card h2 { margin: 0; font-size: clamp(46px, 5.2vw, 72px); line-height: .98; font-weight: 850; letter-spacing: -.06em; }
.split-heading > p { max-width: 470px; margin: 0 0 8px; color: var(--muted); font-size: 16px; line-height: 1.75; }
.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 75px; }
.feature-card { position: relative; min-height: 390px; padding: 38px; overflow: hidden; background: #f2e9dd; border: 1px solid rgba(40,12,10,.06); border-radius: var(--radius); }
.feature-card-wide { background: #efe4d5; }
.card-number { position: absolute; top: 28px; right: 32px; color: rgba(40,12,10,.28); font-size: 12px; font-weight: 800; }
.card-icon { width: 82px; height: 82px; margin-bottom: 70px; display: flex; align-items: center; justify-content: center; color: var(--gold); background: var(--ink); border-radius: 22px; box-shadow: 0 16px 30px rgba(40,12,10,.12); }
.feature-card h3 { margin: 0 0 14px; font-size: 29px; font-weight: 820; letter-spacing: -.045em; }
.feature-card > p { max-width: 490px; margin: 0; color: #77665e; font-size: 14px; line-height: 1.7; }
.tag-list { display: flex; flex-wrap: wrap; gap: 7px; margin: 23px 0 0; padding: 0; list-style: none; }
.tag-list li { padding: 7px 10px; color: #6f5a50; background: rgba(255,255,255,.5); border: 1px solid rgba(40,12,10,.08); border-radius: 999px; font-size: 9px; font-weight: 750; }
.icon-browse { gap: 5px; }
.icon-browse i { width: 15px; height: 31px; display: block; border: 2px solid var(--gold); border-radius: 3px; }
.icon-browse i:nth-child(2) { height: 42px; }
.icon-tag { font-size: 38px; font-weight: 900; }
.mini-filters { display: grid; grid-template-columns: repeat(2, 1fr); gap: 6px; margin-top: 22px; }
.mini-filters span { padding: 9px 11px; background: rgba(255,255,255,.45); border-bottom: 1px solid rgba(40,12,10,.08); color: #68564e; font-size: 9px; }
.icon-chart { align-items: flex-end; gap: 5px; padding-bottom: 21px; }
.icon-chart i { width: 7px; display: block; background: var(--gold); border-radius: 4px 4px 1px 1px; }
.icon-chart i:nth-child(1) { height: 16px; }.icon-chart i:nth-child(2) { height: 28px; }.icon-chart i:nth-child(3) { height: 21px; }.icon-chart i:nth-child(4) { height: 39px; }
.stat-line { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 10px; margin-top: 23px; padding-top: 18px; border-top: 1px solid var(--line); }
.stat-line strong { font-size: 27px; font-weight: 900; }.stat-line span { color: #7a6960; font-size: 9px; }.stat-line em { color: #39734f; font-size: 8px; }
.icon-cast { position: relative; align-items: flex-end; justify-content: flex-start; padding: 19px; }
.icon-cast i:first-child { position: absolute; inset: 18px 17px 24px; border: 2px solid currentColor; border-radius: 4px; }
.icon-cast i:nth-child(2), .icon-cast i:nth-child(3) { display: block; border: 2px solid currentColor; border-top-color: transparent; border-right-color: transparent; border-radius: 0 0 0 100%; }
.icon-cast i:nth-child(2) { width: 14px; height: 14px; }
.icon-cast i:nth-child(3) { width: 25px; height: 25px; margin-left: -14px; }
.feature-card-gold { color: var(--cream); background: var(--ink); }
.feature-card-gold .card-number { color: rgba(255,255,255,.25); }
.feature-card-gold .card-icon { color: var(--ink); background: var(--gold); }
.feature-card-gold > p { color: rgba(255,255,255,.58); }
.feature-card-gold .tag-list li { color: #dbc09f; background: rgba(255,255,255,.05); border-color: rgba(255,255,255,.1); }
.icon-archive i { position: relative; width: 40px; height: 29px; display: block; border: 2px solid currentColor; border-radius: 3px; }
.icon-archive i::before { content: ""; position: absolute; width: 48px; height: 7px; left: -6px; top: -8px; border: 2px solid currentColor; border-radius: 3px; }
.icon-archive i::after { content: ""; position: absolute; width: 14px; height: 2px; left: 11px; top: 8px; background: currentColor; }

.privacy-section { padding: 150px 0; color: var(--cream); background: var(--ink); overflow: hidden; }
.privacy-layout { display: grid; grid-template-columns: .9fr 1fr; align-items: center; gap: 100px; }
.privacy-orbit { position: relative; width: min(450px, 100%); aspect-ratio: 1; display: grid; place-items: center; }
.orbit { position: absolute; border: 1px solid rgba(228,160,63,.2); border-radius: 50%; }
.orbit-one { inset: 7%; }.orbit-two { inset: 22%; border-style: dashed; animation: orbit-spin 30s linear infinite; }
.privacy-lock { position: relative; z-index: 2; width: 145px; height: 145px; display: grid; place-items: center; background: var(--gold); border-radius: 42px; box-shadow: 0 0 0 18px rgba(228,160,63,.06), 0 25px 50px rgba(0,0,0,.3); transform: rotate(3deg); }
.privacy-lock svg { width: 65px; fill: none; stroke: var(--ink); stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.orbit-dot { position: absolute; width: 12px; height: 12px; background: var(--gold); border: 4px solid var(--ink); border-radius: 50%; box-shadow: 0 0 0 1px var(--gold); }
.dot-one { top: 14%; right: 24%; }.dot-two { bottom: 11%; left: 27%; }
@keyframes orbit-spin { to { transform: rotate(360deg); } }
.section-label-light { color: var(--gold); }
.privacy-copy h2 { font-size: clamp(48px, 5vw, 72px); }
.privacy-copy > p:not(.section-label) { max-width: 590px; margin: 27px 0 0; color: rgba(255,255,255,.58); font-size: 15px; line-height: 1.75; }
.privacy-points { display: grid; gap: 0; margin-top: 38px; }
.privacy-points > div { display: flex; gap: 14px; padding: 17px 0; border-top: 1px solid rgba(255,255,255,.1); }
.privacy-points > div > span { flex: 0 0 auto; width: 23px; height: 23px; display: grid; place-items: center; color: var(--ink); background: var(--gold); border-radius: 50%; font-size: 10px; font-weight: 900; }
.privacy-points p { margin: 0; }.privacy-points strong { display: block; margin-bottom: 5px; font-size: 13px; }.privacy-points small { display: block; color: rgba(255,255,255,.45); font-size: 11px; }

.roadmap-section { padding: 140px 0; background: #efe5d8; }
.roadmap-heading { display: grid; grid-template-columns: 1fr 1.6fr; gap: 20px 60px; align-items: end; }
.roadmap-heading .section-label { grid-column: 1 / -1; margin: 0; }
.roadmap-heading > p:last-child { max-width: 430px; margin: 0 0 6px; color: var(--muted); font-size: 14px; line-height: 1.65; }
.roadmap-list { margin-top: 64px; border-top: 1px solid var(--line); }
.roadmap-list article { display: grid; grid-template-columns: 80px .7fr 1.3fr; align-items: center; gap: 25px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.roadmap-list span { color: var(--gold); font-size: 13px; font-weight: 900; }
.roadmap-list h3 { margin: 0; font-size: 24px; font-weight: 820; letter-spacing: -.035em; }.roadmap-list p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }

.contact-section { padding: 34px 34px 0; background: #efe5d8; }
.contact-card { width: 100%; max-width: none; min-height: 390px; padding: 70px max(6vw, 40px); display: grid; grid-template-columns: 1fr .7fr; align-items: center; gap: 80px; background: var(--gold); border-radius: 28px; }
.contact-card .section-label { color: var(--ink); opacity: .64; }
.contact-card h2 { margin: 0; font-size: clamp(46px, 5.2vw, 72px); line-height: .98; font-weight: 850; letter-spacing: -.06em; }
.contact-copy > p { max-width: 480px; margin: 0 0 25px; color: rgba(40,12,10,.68); font-size: 15px; line-height: 1.7; }
.button-contact { min-height: 54px; padding: 0 23px; color: var(--cream); background: var(--ink); font-size: 14px; }
.button-contact:hover { background: var(--ink-soft); }
.contact-email { display: block; width: fit-content; margin: 16px 0 0 17px; color: rgba(40,12,10,.62); font-size: 11px; font-weight: 750; border-bottom: 1px solid rgba(40,12,10,.25); }

.download-section { padding: 34px; background: #efe5d8; }
.download-card { width: 100%; max-width: none; min-height: 475px; padding: 84px max(6vw, 40px); display: grid; grid-template-columns: 1fr .65fr; align-items: center; gap: 80px; color: var(--cream); background: linear-gradient(140deg, var(--ink) 10%, #431710); border-radius: 28px; }
.download-card h2 { font-size: clamp(58px, 6vw, 88px); }
.download-action > p { max-width: 400px; margin: 0 0 24px; color: rgba(255,255,255,.58); line-height: 1.65; }
.button-light { min-height: 58px; }.download-action small { display: block; margin: 14px 0 0 18px; color: rgba(255,255,255,.38); font-size: 10px; }

.site-footer { padding: 70px 0 25px; color: #b7aaa4; background: #180807; }
.footer-top { display: grid; grid-template-columns: .7fr 1fr auto; align-items: center; gap: 50px; padding-bottom: 55px; }
.brand-footer { color: var(--cream); }.footer-top > p { margin: 0; font-size: 12px; }.footer-links { display: flex; gap: 28px; font-size: 11px; }.footer-links a:hover { color: var(--gold); }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.08); color: #71635e; font-size: 9px; letter-spacing: .04em; text-transform: uppercase; }

@media (max-width: 980px) {
  .main-nav { margin-left: 0; }
  .hero { min-height: 1000px; }
  .app-layout { grid-template-columns: 140px 1fr; }
  .app-workspace { grid-template-columns: 1fr; }
  .app-details { display: none; }
  .panel-right { display: none; }
  .privacy-layout { gap: 50px; }
  .download-card { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 32px, 1180px); }
  .site-header { position: absolute; }
  .nav-wrap { height: 70px; }
  .main-nav { display: none; }
  .button-small { padding: 9px 14px; }
  .hero { min-height: 850px; padding-top: 130px; }
  .hero h1 { font-size: clamp(56px, 17vw, 78px); }
  .hero-lede { font-size: 15px; }
  .hero-actions { flex-direction: column; gap: 16px; }
  .product-stage { width: calc(100% - 16px); margin-top: 52px; }
  .app-window { height: 365px; border-radius: 10px; }
  .window-bar { height: 35px; }
  .app-layout { grid-template-columns: 1fr; height: calc(100% - 35px); }
  .app-sidebar { display: none; }
  .app-content { padding: 14px 16px 16px; }
  .app-top-panel { min-height: 46px; }
  .panel-left label:nth-of-type(n+3) { display: none; }
  .mock-input { width: 105px; }
  .video-grid { gap: 12px 8px; }
  .poster { height: 76px; }
  .video-grid article:nth-child(n+4) { display: none; }
  .feature-intro, .privacy-section, .roadmap-section { padding: 95px 0; }
  .split-heading { grid-template-columns: 1fr; gap: 24px; }
  .feature-grid { grid-template-columns: 1fr; margin-top: 50px; }
  .feature-card { min-height: 355px; padding: 30px; }
  .card-icon { margin-bottom: 58px; }
  .privacy-layout { grid-template-columns: 1fr; gap: 60px; }
  .privacy-orbit { max-width: 340px; margin-inline: auto; }
  .roadmap-heading { grid-template-columns: 1fr; }
  .roadmap-heading .section-label { grid-column: auto; }
  .roadmap-list article { grid-template-columns: 45px 1fr; align-items: start; }
  .roadmap-list p { grid-column: 2; }
  .contact-section { padding: 16px 16px 0; }
  .contact-card { min-height: 520px; padding: 56px 28px; grid-template-columns: 1fr; align-content: center; gap: 45px; }
  .download-section { padding: 16px; }
  .download-card { min-height: 560px; padding: 58px 28px; grid-template-columns: 1fr; align-content: center; gap: 55px; }
  .footer-top { grid-template-columns: 1fr; gap: 24px; }
  .footer-links { flex-wrap: wrap; }
}

@media (max-width: 420px) {
  .brand { font-size: 18px; }.brand-mark { width: 25px; transform: scale(.88) rotate(-4deg); }
  .button-small { font-size: 0; }.button-small span { font-size: 14px; }
  .hero { padding-top: 120px; }
  .eyebrow { font-size: 9px; }
  .hero h1 { font-size: 55px; }
  .product-stage { width: calc(100% - 8px); }
  .app-window { height: 330px; }
  .toolbar-actions { display: none; }
  .video-grid { grid-template-columns: repeat(2, 1fr); }
  .video-grid article:nth-child(3) { display: none; }
  .poster { height: 115px; }
  .feature-card h3 { font-size: 27px; }
  .stat-line { grid-template-columns: auto 1fr; }.stat-line em { display: none; }
  .download-card h2 { font-size: 52px; }
  .footer-bottom { gap: 20px; }
}

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