:root {
  --ink: #17191d;
  --muted: #646870;
  --line: #e5e2dc;
  --paper: #f8f7f3;
  --white: #fff;
  --violet: #5d5ce2;
  --violet-soft: #eeedff;
  --warm: #d88355;
  --warm-soft: #f4dfd0;
  --green: #269b73;
  --shadow: 0 24px 80px rgba(41, 36, 29, 0.12);
  --radius: 28px;
}

* { 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", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
img { display: block; max-width: 100%; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; padding: 10px 16px; background: var(--ink); color: white; border-radius: 10px; }
.skip-link:focus { top: 16px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(248, 247, 243, 0.82);
  border-bottom: 1px solid rgba(229, 226, 220, 0.7);
  backdrop-filter: blur(18px);
}
.nav-shell { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 750; letter-spacing: -0.02em; }
.brand img { width: 32px; height: 32px; filter: drop-shadow(0 6px 12px rgba(153, 67, 38, .16)); }
.nav-links { display: flex; align-items: center; gap: 28px; font-size: 14px; font-weight: 600; }
.nav-links a:not(.nav-cta) { color: var(--muted); }
.nav-links a[aria-current="page"], .nav-links a:hover { color: var(--ink); }
.nav-links a.nav-cta, .nav-links a.nav-cta:hover { color: white; }
.nav-cta, .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  gap: 9px;
  padding: 0 19px;
  border-radius: 13px;
  border: 1px solid transparent;
  background: var(--ink);
  color: white;
  font-weight: 700;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover, .nav-cta:hover { transform: translateY(-2px); box-shadow: 0 10px 28px rgba(23,25,29,.18); }
.button.secondary { background: transparent; border-color: var(--line); color: var(--ink); }
.button.secondary:hover { background: white; }
.menu-button { display: none; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 12px; background: var(--white); }

.hero { padding: 96px 0 68px; overflow: hidden; }
.hero-copy { max-width: 820px; margin: 0 auto 60px; text-align: center; }
.eyebrow { margin: 0 0 18px; color: var(--violet); font-size: 13px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 24px; font-size: clamp(48px, 7vw, 88px); line-height: 1.03; letter-spacing: -.065em; font-weight: 820; }
.hero h1 span { color: var(--violet); }
.hero-lede { max-width: 650px; margin: 0 auto 32px; color: var(--muted); font-size: clamp(18px, 2vw, 22px); }
.hero-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; }
.microcopy { margin: 14px 0 0; color: #858990; font-size: 12px; }

.product-stage { position: relative; width: min(1100px, calc(100% - 20px)); margin: 0 auto; }
.product-stage::before { content: ""; position: absolute; inset: 8% -8% -10%; background: radial-gradient(circle at 25% 40%, rgba(93,92,226,.22), transparent 38%), radial-gradient(circle at 75% 35%, rgba(216,131,85,.2), transparent 42%); filter: blur(35px); }
.browser-window { position: relative; overflow: hidden; border: 1px solid rgba(48,44,39,.14); border-radius: 24px; background: #f7f4ee; box-shadow: var(--shadow); aspect-ratio: 1.62; }
.window-bar { height: 8%; min-height: 40px; display: flex; align-items: center; gap: 7px; padding: 0 18px; border-bottom: 1px solid rgba(30,30,30,.08); background: rgba(255,255,255,.62); }
.traffic { width: 10px; height: 10px; border-radius: 50%; background: #ff5d5b; box-shadow: 17px 0 #ffc340, 34px 0 #2cc55d; }
.window-title { margin-left: 42px; color: #77736c; font-size: 11px; }
.overview-app { height: 92%; display: grid; grid-template-columns: 24% 1fr; background: linear-gradient(125deg, #f1ece7 0%, #e3e0f4 56%, #c7c5e7 100%); }
.overview-sidebar { padding: 4% 6%; border-right: 1px solid rgba(30,30,30,.08); background: rgba(255,255,255,.54); }
.sidebar-label { font-size: clamp(7px, .85vw, 13px); font-weight: 750; }
.sidebar-count { margin-left: 6px; color: #8c8984; font-weight: 500; }
.sidebar-item { height: 8%; min-height: 18px; margin-top: 7%; border-radius: 7px; background: rgba(255,255,255,.55); }
.sidebar-item.active { background: white; box-shadow: 0 3px 12px rgba(23,25,29,.06); }
.notes-tree { margin-top: 18%; display: grid; gap: 8px; }
.tree-line { width: 78%; height: 6px; border-radius: 4px; background: rgba(48,43,53,.14); }
.tree-line:nth-child(2) { width: 64%; margin-left: 12%; }
.tree-line:nth-child(3) { width: 72%; margin-left: 20%; }
.tree-line:nth-child(4) { width: 55%; margin-left: 12%; }
.overview-main { padding: 3.5%; overflow: hidden; }
.search-field { height: 9%; min-height: 30px; display: flex; align-items: center; padding: 0 3%; border-radius: 12px; color: rgba(41,40,43,.48); background: rgba(255,255,255,.72); font-size: clamp(7px, .8vw, 12px); }
.stage-heading { margin: 3% 0 2%; font-size: clamp(8px, 1vw, 15px); font-weight: 800; }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 3%; }
.tab-card { overflow: hidden; border: 1px solid rgba(28,24,37,.08); border-radius: 12px; background: rgba(255,255,255,.88); box-shadow: 0 8px 24px rgba(52,44,70,.08); }
.tab-title { height: 22%; min-height: 22px; display: flex; align-items: center; gap: 6px; padding: 0 8%; font-size: clamp(6px, .65vw, 10px); font-weight: 680; }
.tab-dot { width: 6px; height: 6px; flex: none; border-radius: 2px; background: var(--violet); }
.tab-preview { aspect-ratio: 1.8; padding: 8%; background: #f7f8fa; }
.preview-line { width: 92%; height: 6%; margin-bottom: 7%; border-radius: 4px; background: #dde1e8; }
.preview-line.short { width: 52%; }
.preview-chart { height: 42%; margin-top: 9%; border-radius: 5px; background: linear-gradient(135deg, rgba(93,92,226,.2), rgba(216,131,85,.38)); clip-path: polygon(0 70%, 17% 52%, 31% 75%, 48% 31%, 63% 55%, 79% 12%, 100% 35%, 100% 100%, 0 100%); }
.tab-card.note .tab-dot { background: var(--warm); }
.tab-card.note .tab-preview { background: #fffdf7; }
.tab-card:nth-child(2) .preview-chart { background: linear-gradient(135deg, rgba(38,155,115,.18), rgba(93,92,226,.25)); }
.shortcut-chip { position: absolute; right: 5%; top: 12%; padding: 10px 14px; border: 1px solid rgba(255,255,255,.6); border-radius: 12px; background: rgba(24,24,27,.82); color: white; box-shadow: 0 10px 28px rgba(20,20,20,.22); font-size: 12px; font-weight: 750; animation: shortcutPulse 4s ease-in-out infinite; }
@keyframes shortcutPulse { 0%, 68%, 100% { transform: translateY(0); opacity: .75; } 76%, 90% { transform: translateY(-4px); opacity: 1; } }

.proof-strip { padding: 24px 0 90px; }
.proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid var(--line); }
.proof-item { padding: 28px 36px; }
.proof-item + .proof-item { border-left: 1px solid var(--line); }
.proof-item strong { display: block; font-size: 16px; }
.proof-item span { color: var(--muted); font-size: 13px; }

.section { padding: 110px 0; }
.section.alt { background: var(--white); }
.section-heading { max-width: 700px; margin-bottom: 54px; }
.section-heading.center { margin-inline: auto; text-align: center; }
h2 { margin-bottom: 18px; font-size: clamp(36px, 5vw, 62px); line-height: 1.08; letter-spacing: -.045em; }
.section-heading p { color: var(--muted); font-size: 18px; }
.feature-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; }
.feature-card { min-height: 300px; padding: 32px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.feature-card.large { grid-column: span 7; }
.feature-card.small { grid-column: span 5; }
.feature-card h3 { margin-bottom: 10px; font-size: 24px; letter-spacing: -.025em; }
.feature-card > p { max-width: 470px; color: var(--muted); }
.feature-number { display: inline-grid; place-items: center; width: 34px; height: 34px; margin-bottom: 42px; border-radius: 11px; background: var(--violet-soft); color: var(--violet); font-size: 12px; font-weight: 800; }
.feature-visual { margin-top: 28px; }
.mini-tabs { display: flex; gap: 8px; }
.mini-tab { flex: 1; min-height: 82px; padding: 12px; border-radius: 12px; background: #f2f1ed; }
.mini-tab.active { background: var(--violet-soft); outline: 1px solid rgba(93,92,226,.25); transform: translateY(-8px); }
.mini-tab i { display: block; width: 70%; height: 6px; margin-bottom: 8px; border-radius: 4px; background: rgba(35,35,39,.14); }
.workspace-pills { display: flex; flex-wrap: wrap; gap: 9px; }
.workspace-pills span { padding: 10px 14px; border: 1px solid var(--line); border-radius: 999px; background: #faf9f6; font-size: 12px; font-weight: 650; }
.workspace-pills span:first-child { border-color: rgba(93,92,226,.25); background: var(--violet-soft); color: var(--violet); }
.note-sheet { padding: 18px; border-radius: 14px; background: #fffaf2; box-shadow: inset 0 0 0 1px #eee1cf; }
.note-sheet strong { font-size: 13px; }
.note-sheet p { margin: 8px 0 0; color: #817365; font-size: 12px; }
.search-results { display: grid; gap: 8px; }
.result { display: flex; align-items: center; justify-content: space-between; padding: 11px 13px; border-radius: 11px; background: #f3f2ef; font-size: 12px; }
.result:first-child { background: var(--violet-soft); color: #4543a8; }
.key { padding: 2px 6px; border: 1px solid rgba(23,25,29,.12); border-bottom-width: 2px; border-radius: 5px; background: white; color: #666; font-size: 10px; }

.theme-section { background: #1e1f25; color: white; }
.theme-section .section-heading p { color: #afb1ba; }
.theme-stage { position: relative; min-height: 580px; padding: 52px; overflow: hidden; border-radius: 34px; background: linear-gradient(135deg, #8b80cf, #242339); transition: background .4s ease; }
.theme-stage[data-active-theme="warm"] { background: linear-gradient(135deg, #f0b885, #8b5138); }
.theme-stage[data-active-theme="calm"] { background: linear-gradient(135deg, #8ac8c4, #315b67); }
.theme-stage::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 70% 22%, rgba(255,255,255,.42), transparent 22%); }
.theme-demo { position: relative; width: min(820px, 92%); margin: 30px auto 0; padding: 28px; border: 1px solid rgba(255,255,255,.34); border-radius: 24px; background: rgba(255,255,255,.18); backdrop-filter: blur(18px); }
.theme-demo-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.theme-demo-card { height: 126px; border-radius: 14px; background: rgba(255,255,255,.86); }
.theme-picker { position: relative; display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; margin-top: 32px; }
.theme-picker button { padding: 10px 15px; border: 1px solid rgba(255,255,255,.3); border-radius: 999px; background: rgba(20,20,24,.25); color: white; cursor: pointer; }
.theme-picker button[aria-pressed="true"] { background: white; color: var(--ink); }

.manifesto { padding: 128px 0; text-align: center; }
.manifesto blockquote { max-width: 960px; margin: 0 auto 28px; font-size: clamp(34px, 5vw, 68px); line-height: 1.15; letter-spacing: -.045em; font-weight: 760; }
.manifesto p { color: var(--muted); }
.final-cta { padding: 110px 0; background: var(--violet); color: white; text-align: center; }
.final-cta p { max-width: 610px; margin: 0 auto 30px; color: rgba(255,255,255,.75); font-size: 18px; }
.final-cta .button { background: white; color: var(--ink); }

.page-hero { padding: 100px 0 64px; text-align: center; }
.page-hero h1 { max-width: 900px; margin-inline: auto; font-size: clamp(44px, 6vw, 76px); }
.page-hero p { max-width: 640px; margin-inline: auto; color: var(--muted); font-size: 19px; }
.download-panel { max-width: 920px; margin: 0 auto 120px; padding: 18px; border: 1px solid var(--line); border-radius: 32px; background: white; box-shadow: var(--shadow); }
.download-card { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 20px; padding: 28px; border-radius: 20px; }
.download-card + .download-card { border-top: 1px solid var(--line); }
.download-title { display: flex; align-items: center; gap: 18px; }
.download-title img { width: 52px; height: 52px; filter: drop-shadow(0 8px 16px rgba(153, 67, 38, .16)); }
.download-title strong, .download-title span { display: block; }
.download-title span, .download-version { color: var(--muted); font-size: 13px; }
.download-button[aria-disabled="true"] { opacity: .48; cursor: not-allowed; }
.download-note { margin: 0 18px 18px; padding: 18px 20px; border-radius: 16px; background: var(--warm-soft); color: #6f422c; font-size: 14px; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.step { padding: 28px; border: 1px solid var(--line); border-radius: 22px; background: white; }
.step b { display: block; margin-bottom: 34px; color: var(--violet); font-size: 13px; }
.step h3 { font-size: 20px; }
.step p { margin: 0; color: var(--muted); font-size: 14px; }

.story-layout { display: grid; grid-template-columns: 1.05fr .95fr; gap: 64px; align-items: start; padding-bottom: 110px; }
.story-copy { font-size: 18px; }
.story-copy p { color: #4e5158; }
.story-quote { padding: 30px; border-left: 3px solid var(--violet); background: white; font-size: 24px; font-weight: 680; }
.support-card { position: sticky; top: 104px; padding: 32px; border-radius: 28px; background: var(--ink); color: white; }
.support-card p { color: #b8bac0; }
.support-placeholder { display: grid; place-items: center; min-height: 220px; margin: 26px 0; border: 1px dashed rgba(255,255,255,.28); border-radius: 20px; color: #9b9da4; text-align: center; font-size: 13px; }
.support-card small { color: #8e9097; }
.timeline { display: grid; gap: 18px; margin-top: 40px; }
.timeline-item { display: grid; grid-template-columns: 92px 1fr; gap: 20px; padding-top: 18px; border-top: 1px solid var(--line); }
.timeline-item time { color: var(--violet); font-weight: 750; }
.privacy { max-width: 780px; margin: 0 auto; padding-bottom: 120px; }
.privacy h2 { margin-top: 52px; font-size: 28px; }
.privacy p, .privacy li { color: #50535a; }

.site-footer { padding: 48px 0; border-top: 1px solid var(--line); }
.footer-grid { display: flex; justify-content: space-between; gap: 30px; align-items: flex-start; }
.footer-copy { max-width: 420px; color: var(--muted); font-size: 13px; }
.footer-links { display: flex; gap: 24px; color: var(--muted); font-size: 13px; }

[data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
[data-reveal][data-visible] { opacity: 1; transform: none; }
:focus-visible { outline: 3px solid rgba(93,92,226,.45); outline-offset: 3px; }

@media (max-width: 760px) {
  .container { width: min(100% - 28px, 1180px); }
  .site-header { backdrop-filter: blur(14px); }
  .menu-button { display: grid; place-items: center; }
  .nav-links { display: none; position: absolute; left: 14px; right: 14px; top: 64px; padding: 16px; flex-direction: column; align-items: stretch; gap: 4px; border: 1px solid var(--line); border-radius: 18px; background: white; box-shadow: var(--shadow); }
  .nav-links[data-open] { display: flex; }
  .nav-links a { padding: 11px; }
  .hero { padding-top: 66px; }
  h1 { font-size: 48px; }
  .hero-copy { margin-bottom: 42px; }
  .product-stage { width: calc(100% - 8px); }
  .browser-window { aspect-ratio: 1.18; }
  .overview-app { grid-template-columns: 28% 1fr; }
  .card-grid { grid-template-columns: repeat(2, 1fr); gap: 3%; }
  .tab-card:nth-child(n+5) { display: none; }
  .shortcut-chip { display: none; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-item { padding: 20px 4px; }
  .proof-item + .proof-item { border-left: 0; border-top: 1px solid var(--line); }
  .section { padding: 78px 0; }
  .feature-card.large, .feature-card.small { grid-column: 1 / -1; min-height: 270px; }
  .theme-stage { min-height: 430px; padding: 24px 14px; }
  .theme-demo { width: 100%; padding: 14px; }
  .theme-demo-grid { gap: 8px; }
  .theme-demo-card { height: 92px; }
  .steps { grid-template-columns: 1fr; }
  .download-card { grid-template-columns: 1fr; }
  .download-button { width: 100%; }
  .story-layout { grid-template-columns: 1fr; gap: 28px; }
  .support-card { position: static; }
  .footer-grid { flex-direction: column; }
  .footer-links { flex-wrap: wrap; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition-duration: .01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
}

/* Home — editorial product direction */
.home-page {
  --home-ink: #11130f;
  --home-paper: #f1f0e8;
  --home-lime: #d9ff57;
  --home-blue: #6c73ff;
  background: var(--home-paper);
  color: var(--home-ink);
}
.home-page .container { width: min(1320px, calc(100% - 72px)); }
.home-header { position: absolute; width: 100%; background: transparent; border: 0; color: white; backdrop-filter: none; }
.home-header .nav-shell { min-height: 88px; border-bottom: 1px solid rgba(255,255,255,.16); }
.home-header .brand { font-size: 17px; }
.home-header .brand img { width: 34px; height: 34px; border-radius: 10px; }
.home-header .nav-links a:not(.nav-cta) { color: rgba(255,255,255,.66); }
.home-header .nav-links a:not(.nav-cta):hover { color: white; }
.home-header .nav-cta { min-height: 42px; padding-inline: 18px; background: var(--home-lime); color: var(--home-ink); border-radius: 999px; }

.home-hero { min-height: 100vh; padding: 150px 0 0; overflow: hidden; background: var(--home-ink); color: white; }
.home-hero-grid { display: grid; grid-template-columns: minmax(390px, .82fr) minmax(560px, 1.18fr); gap: clamp(48px, 7vw, 112px); align-items: center; min-height: 650px; }
.home-kicker { display: flex; align-items: center; gap: 10px; margin: 0 0 24px; color: inherit; font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.home-kicker span { width: 8px; height: 8px; border-radius: 50%; background: var(--home-lime); box-shadow: 0 0 0 5px rgba(217,255,87,.12); }
.home-hero h1 { margin: 0; font-size: clamp(62px, 6.3vw, 102px); line-height: .91; letter-spacing: -.075em; font-weight: 760; }
.home-hero h1 em, .home-manifesto em { color: var(--home-lime); font-style: normal; }
.home-lede { max-width: 560px; margin: 36px 0 30px; color: rgba(255,255,255,.62); font-size: 18px; line-height: 1.8; }
.home-actions { justify-content: flex-start; align-items: center; }
.home-primary { min-height: 54px; padding: 0 24px; border-radius: 999px; background: var(--home-lime); color: var(--home-ink); }
.home-primary:hover { box-shadow: 0 12px 36px rgba(217,255,87,.18); }
.home-text-link { display: inline-flex; gap: 10px; padding: 14px 10px; color: rgba(255,255,255,.76); font-size: 14px; font-weight: 700; border-bottom: 1px solid rgba(255,255,255,.32); }
.home-trust { display: flex; gap: 20px; margin-top: 28px; color: rgba(255,255,255,.38); font-size: 11px; }
.home-trust span { display: flex; align-items: center; gap: 7px; }
.home-trust span::before { content: ""; width: 3px; height: 3px; border-radius: 50%; background: var(--home-lime); }

.home-product { position: relative; min-width: 0; padding: 60px 0 74px; }
.product-aura { position: absolute; inset: 4% -22% 2% 12%; border-radius: 50%; background: radial-gradient(circle at 45% 45%, rgba(108,115,255,.52), rgba(108,115,255,.08) 45%, transparent 68%); filter: blur(18px); }
.product-frame { position: relative; overflow: hidden; width: 116%; border: 1px solid rgba(255,255,255,.24); border-radius: 26px; background: #f8f7f1; box-shadow: 0 46px 110px rgba(0,0,0,.5); transform: rotate(-1.6deg); transform-origin: left center; }
.product-screenshot { width: 100%; aspect-ratio: 1.5; object-fit: cover; }
.floating-command, .floating-count { position: absolute; z-index: 2; border: 1px solid rgba(255,255,255,.26); backdrop-filter: blur(20px); box-shadow: 0 18px 50px rgba(0,0,0,.25); }
.floating-command { left: -42px; bottom: 38px; display: flex; align-items: center; gap: 7px; padding: 12px 15px; border-radius: 15px; background: rgba(25,27,23,.82); }
.floating-command kbd { display: grid; place-items: center; min-width: 27px; height: 27px; padding: 0 6px; border: 1px solid rgba(255,255,255,.18); border-radius: 7px; background: rgba(255,255,255,.08); font: 700 11px/1 inherit; }
.floating-command span { margin-left: 6px; color: rgba(255,255,255,.68); font-size: 11px; }
.floating-count { right: -24px; top: 18px; display: flex; align-items: center; gap: 12px; padding: 13px 17px; border-radius: 17px; background: rgba(255,255,255,.9); color: var(--home-ink); transform: rotate(2deg); }
.floating-count strong { font-size: 28px; line-height: 1; }
.floating-count span { color: #686b63; font-size: 10px; line-height: 1.35; }
.home-proof { display: grid; grid-template-columns: 1.25fr repeat(3, 1fr); align-items: stretch; margin-top: 28px; border-top: 1px solid rgba(255,255,255,.16); }
.home-proof > * { margin: 0; padding: 26px 24px; border-right: 1px solid rgba(255,255,255,.12); }
.home-proof > p { padding-left: 0; color: rgba(255,255,255,.34); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.home-proof div { display: flex; align-items: center; gap: 13px; }
.home-proof span { color: var(--home-lime); font: 700 10px/1 ui-monospace, monospace; }
.home-proof strong { font-size: 12px; }

.home-section { padding: 140px 0; }
.home-problem { background: var(--home-lime); }
.problem-grid { display: grid; grid-template-columns: .5fr 1.5fr .6fr; gap: 60px; align-items: end; }
.section-mark, .card-index { font: 700 10px/1.4 ui-monospace, monospace; letter-spacing: .11em; }
.problem-copy h2, .home-section-head h2, .theme-copy h2, .home-final h2 { margin: 0; font-size: clamp(48px, 5.4vw, 78px); line-height: 1.03; letter-spacing: -.055em; }
.problem-copy p { max-width: 720px; margin: 34px 0 0; font-size: 18px; }
.problem-stat { border-left: 1px solid rgba(17,19,15,.24); padding-left: 30px; }
.problem-stat strong { display: block; font-size: 92px; line-height: .8; letter-spacing: -.08em; }
.problem-stat strong span { font-size: 36px; }
.problem-stat p { margin: 22px 0 0; font-size: 12px; font-weight: 700; }

.home-features { background: #f1f0e8; }
.home-section-head { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 72px; }
.home-section-head .home-kicker { align-self: flex-start; }
.home-section-head .home-kicker span, .theme-copy .home-kicker span, .home-final .home-kicker span { background: var(--home-blue); box-shadow: 0 0 0 5px rgba(108,115,255,.12); }
.home-bento { display: grid; grid-template-columns: 1.12fr .88fr; gap: 18px; }
.home-card { position: relative; min-height: 520px; padding: 42px; overflow: hidden; border: 1px solid rgba(17,19,15,.12); border-radius: 32px; background: #faf9f4; }
.home-card h3 { max-width: 650px; margin: 28px 0 15px; font-size: clamp(30px, 3.2vw, 48px); line-height: 1.08; letter-spacing: -.045em; }
.home-card > p { max-width: 520px; color: #65685f; }
.card-overview { min-height: 700px; background: var(--home-ink); color: white; }
.card-overview > p { color: rgba(255,255,255,.56); }
.card-search { min-height: 700px; background: var(--home-blue); color: white; }
.card-search > p { color: rgba(255,255,255,.66); }
.card-workspace { min-height: 620px; background: #e6e2da; }
.card-notes { min-height: 620px; background: #ff6d4a; color: var(--home-ink); }
.card-notes > p { color: rgba(17,19,15,.68); }
.real-shot { position: absolute; left: 34px; right: 34px; bottom: -8px; margin: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.35); border-radius: 20px 20px 0 0; background: #fff; box-shadow: 0 28px 70px rgba(17,19,15,.22); }
.real-shot img { width: 100%; aspect-ratio: 1.5; object-fit: cover; }
.real-shot-overview { transform: rotate(-1deg); }
.real-shot-search { bottom: 36px; transform: rotate(1deg); }
.real-shot-workspace, .real-shot-notes { left: 42px; right: 42px; }
.real-shot-workspace { transform: rotate(1.2deg); }
.real-shot-notes { transform: rotate(-1.2deg); }

.home-themes { background: #dad8d0; }
.theme-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 80px; align-items: center; }
.theme-copy > p:not(.home-kicker) { max-width: 460px; margin: 30px 0; color: #62655d; font-size: 17px; }
.home-themes .theme-picker { justify-content: flex-start; margin-top: 32px; }
.home-themes .theme-picker button { border-color: rgba(17,19,15,.18); background: transparent; color: var(--home-ink); }
.home-themes .theme-picker button[aria-pressed="true"] { background: var(--home-ink); color: white; }
.theme-gallery { position: relative; overflow: hidden; aspect-ratio: 1.5; border: 1px solid rgba(17,19,15,.14); border-radius: 30px; background: #c9c7bf; box-shadow: 0 34px 80px rgba(39,39,49,.2); }
.theme-gallery img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transform: scale(1.015); transition: opacity .35s ease, transform .55s ease; }
.theme-gallery[data-active-theme="warm"] [data-theme-preview="warm"],
.theme-gallery[data-active-theme="puppy"] [data-theme-preview="puppy"],
.theme-gallery[data-active-theme="ocean"] [data-theme-preview="ocean"],
.theme-gallery[data-active-theme="dawn"] [data-theme-preview="dawn"] { opacity: 1; transform: scale(1); }

.home-manifesto { padding: 150px 0; background: var(--home-ink); color: white; }
.manifesto-grid { display: grid; grid-template-columns: .42fr 1.58fr; column-gap: 80px; }
.manifesto-label { margin: 12px 0 0; color: rgba(255,255,255,.38); font: 700 10px/1.4 ui-monospace, monospace; letter-spacing: .12em; }
.home-manifesto blockquote { margin: 0; font-size: clamp(52px, 6.8vw, 98px); line-height: 1.01; letter-spacing: -.065em; font-weight: 720; }
.manifesto-note { grid-column: 2; display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-top: 70px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.16); }
.manifesto-note p { max-width: 380px; margin: 0; color: rgba(255,255,255,.5); }
.manifesto-note a { color: var(--home-lime); font-weight: 700; }

.home-final { padding: 120px 0; background: var(--home-lime); }
.final-grid { display: grid; grid-template-columns: 1.45fr .55fr; gap: 80px; align-items: end; }
.final-action p { margin: 0 0 28px; }
.home-final .home-primary { background: var(--home-ink); color: white; }
.home-footer { background: var(--home-ink); color: white; border-color: rgba(255,255,255,.12); }
.home-footer .footer-copy, .home-footer .footer-links { color: rgba(255,255,255,.46); }

@media (max-width: 1050px) {
  .home-hero-grid { grid-template-columns: 1fr; padding-top: 36px; }
  .home-hero-copy { max-width: 760px; }
  .home-product { width: 88%; margin-left: auto; }
  .problem-grid { grid-template-columns: .35fr 1.45fr; }
  .problem-stat { grid-column: 2; }
  .theme-layout { grid-template-columns: 1fr; }
  .theme-copy { max-width: 760px; }
}

@media (max-width: 760px) {
  .home-page .container { width: min(100% - 32px, 1320px); }
  .home-header .nav-shell { min-height: 72px; }
  .home-header .menu-button { border-color: rgba(255,255,255,.2); background: rgba(255,255,255,.08); color: white; }
  .home-header .nav-links { background: #1b1d18; border-color: rgba(255,255,255,.12); }
  .home-header .nav-links a:not(.nav-cta) { color: rgba(255,255,255,.72); }
  .home-hero { padding-top: 116px; }
  .home-hero-grid { min-height: 0; gap: 26px; }
  .home-hero h1 { font-size: clamp(50px, 15vw, 64px); }
  .home-lede { margin-top: 26px; font-size: 16px; }
  .home-actions { flex-direction: column; align-items: flex-start; }
  .home-trust { flex-wrap: wrap; }
  .home-product { width: 96%; margin-left: 4%; padding-top: 30px; }
  .product-frame { width: 128%; border-radius: 18px; }
  .product-screenshot { aspect-ratio: 1.5; }
  .floating-command { left: -14px; bottom: 48px; }
  .floating-command span { display: none; }
  .floating-count { display: none; }
  .home-proof { grid-template-columns: 1fr; margin-top: 0; padding-bottom: 18px; }
  .home-proof > * { padding: 16px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.1); }
  .home-section { padding: 86px 0; }
  .problem-grid, .home-bento, .manifesto-grid, .final-grid { grid-template-columns: 1fr; }
  .problem-grid { gap: 36px; }
  .problem-copy h2, .home-section-head h2, .theme-copy h2, .home-final h2 { font-size: 46px; }
  .problem-stat { grid-column: auto; }
  .home-section-head { display: block; margin-bottom: 44px; }
  .home-card { min-height: 570px; padding: 28px; border-radius: 24px; }
  .card-overview, .card-search { min-height: 590px; }
  .real-shot { left: 20px; right: 20px; bottom: 20px; border-radius: 15px; }
  .real-shot-search { bottom: 24px; }
  .real-shot-workspace, .real-shot-notes { left: 20px; right: 20px; }
  .theme-layout { gap: 44px; }
  .theme-gallery { width: calc(100% + 12px); margin-left: -6px; border-radius: 20px; }
  .home-manifesto { padding: 96px 0; }
  .home-manifesto blockquote { font-size: 50px; }
  .manifesto-note { grid-column: auto; flex-direction: column; align-items: flex-start; margin-top: 46px; }
  .final-grid { gap: 42px; }
}
