:root {
  color-scheme: light dark;
  --bg: #f7f5f1;
  --surface: #ffffff;
  --surface-soft: #f1eee8;
  --text: #242321;
  --muted: #716d65;
  --line: #e4dfd6;
  --accent: #ad9062;
  --primary: #ffd49e;
  --primary-border: #efc794;
  --secondary: #fff5e9;
  --secondary-border: #f6ede1;
  --shadow: 0 24px 70px rgba(59, 47, 29, .10);
}

@media (prefers-color-scheme: dark) {
  :root { --bg:#1f211f; --surface:#292b29; --surface-soft:#30332f; --text:#f4f0e8; --muted:#bcb6ab; --line:#45463f; --primary:#ffd49e; --secondary:#fff5e9; --shadow:0 24px 70px rgba(0,0,0,.28); }
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin:0; background:var(--bg); color:var(--text); font-family:-apple-system,BlinkMacSystemFont,"SF Pro Display","SF Pro Text",system-ui,sans-serif; line-height:1.55; }
a { color:inherit; }
.site-header, main, .site-footer { width:min(1120px, calc(100% - 48px)); margin-inline:auto; }
.site-header { display:flex; align-items:center; justify-content:space-between; padding:26px 0 22px; border-bottom:1px solid var(--line); }
.brand { display:block; width:166px; }
.brand-mark img { display:block; width:100%; height:auto; max-height:74px; object-fit:contain; object-position:left center; }
nav { display:flex; align-items:center; gap:28px; font-size:14px; color:var(--muted); }
nav a, .text-link, .footer-links a { text-decoration:none; transition:color .25s ease; }
nav a:hover, .text-link:hover, .footer-links a:hover { color:var(--text); }
.hero { display:grid; grid-template-columns:1.08fr .92fr; gap:76px; align-items:center; padding:94px 0 110px; }
.hero-copy { animation:fade-up .7s cubic-bezier(.22,.8,.32,1) both; }
.hero-card { animation:fade-up .8s .12s cubic-bezier(.22,.8,.32,1) both; }
.eyebrow { margin:0 0 13px; color:var(--accent); font-size:12px; font-weight:750; letter-spacing:.14em; text-transform:uppercase; }
h1,h2,h3,p { margin-top:0; }
h1 { max-width:690px; margin-bottom:22px; font-size:clamp(42px,6vw,72px); line-height:1.02; letter-spacing:-.055em; }
h2 { margin-bottom:16px; font-size:clamp(30px,4vw,46px); line-height:1.08; letter-spacing:-.04em; }
h3 { margin-bottom:9px; font-size:20px; letter-spacing:-.02em; }
.lede { max-width:595px; margin-bottom:30px; color:var(--muted); font-size:19px; }
.hero-actions { display:flex; flex-wrap:wrap; gap:12px; }
.button { display:inline-flex; align-items:center; justify-content:center; min-height:46px; padding:11px 18px; border:1px solid; border-radius:11px; font-size:13px; font-weight:750; letter-spacing:.08em; text-decoration:none; text-transform:uppercase; transition:transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform:translateY(-2px); box-shadow:0 8px 20px rgba(61,44,22,.12); }
.button-primary { background:var(--primary); border-color:var(--primary-border); color:#000; }
.button-secondary { background:var(--secondary); border-color:var(--secondary-border); color:#000; }
.microcopy { margin:14px 0 0; color:var(--muted); font-size:12px; }
.homebrew-install { max-width:620px; margin-top:22px; }.install-heading { display:flex; align-items:center; justify-content:space-between; margin-bottom:7px; color:var(--muted); font-size:12px; font-weight:750; letter-spacing:.08em; text-transform:uppercase; }.copy-command { padding:4px 9px; border:1px solid var(--line); border-radius:6px; background:var(--surface); color:var(--text); cursor:pointer; font:inherit; font-size:10px; letter-spacing:.08em; text-transform:uppercase; transition:color .25s ease, border-color .25s ease, background .25s ease; }.copy-command:hover { border-color:var(--primary-border); background:var(--primary); }.homebrew-install pre { overflow:auto; margin:0; padding:13px 15px; border:1px solid var(--line); border-radius:10px; background:var(--surface); color:var(--text); font:12px/1.55 ui-monospace,SFMono-Regular,Menlo,monospace; }.homebrew-install code { white-space:pre; }
.hero-card { overflow:hidden; border:1px solid var(--line); border-radius:20px; background:var(--surface); box-shadow:var(--shadow); transition:transform .35s ease, box-shadow .35s ease; }
.hero-card:hover { transform:translateY(-5px); box-shadow:0 30px 80px rgba(59,47,29,.14); }
.window-chrome { display:flex; align-items:center; gap:7px; padding:16px 18px; border-bottom:1px solid var(--line); color:var(--muted); font-size:13px; }
.window-chrome span { width:9px; height:9px; border-radius:50%; background:#d8d2c8; }.window-chrome span:first-child { background:#d99b87; }.window-chrome span:nth-child(2) { background:#e3c180; }.window-chrome span:nth-child(3) { background:#a6ba8d; }.window-chrome b { margin-left:10px; font-weight:650; }
.workflow { padding:20px 18px 12px; }.workflow-row { display:grid; grid-template-columns:34px 1fr auto; align-items:center; gap:10px; padding:17px 13px; border-bottom:1px solid var(--line); color:var(--muted); }.workflow-row strong { color:var(--accent); font-size:12px; }.workflow-row em { padding:4px 8px; border-radius:7px; background:var(--surface-soft); font-size:11px; font-style:normal; letter-spacing:.08em; text-transform:uppercase; }.workflow-row.active { margin-inline:-1px; border:1px solid var(--primary-border); border-radius:10px; background:var(--secondary); color:var(--text); }.workflow-row.active em { background:var(--primary); color:#000; }
.progress { height:5px; margin:10px 24px 22px; overflow:hidden; border-radius:10px; background:var(--surface-soft); }.progress span { display:block; width:72%; height:100%; border-radius:inherit; background:linear-gradient(90deg,var(--accent),#d8bd8d,var(--accent)); background-size:200% 100%; animation:progress-shimmer 3.5s ease-in-out infinite; }
.section { padding:80px 0; border-top:1px solid var(--line); }.section-heading { display:flex; align-items:end; justify-content:space-between; gap:40px; margin-bottom:34px; }.section-heading h2 { max-width:620px; margin-bottom:0; text-align:right; }
.process-list { position:relative; display:grid; gap:20px; }
.process-list::before { position:absolute; top:24px; bottom:24px; left:50%; width:1px; background:var(--line); content:""; }
.process-step { position:relative; z-index:1; display:grid; grid-template-columns:48px 1fr; align-items:start; gap:18px; width:60%; min-height:146px; padding:24px 27px; border:1px solid var(--primary-border); border-radius:16px; background:var(--surface); }
.process-step:nth-child(even) { margin-left:auto; }
.process-step:hover { border-color:var(--primary-border); }
.process-number { display:inline-flex; align-items:center; justify-content:center; width:36px; height:30px; border-radius:8px; background:var(--secondary); color:var(--accent); font-size:12px; font-weight:750; }
.process-step h3 { margin:2px 0 9px; }
.process-step p, .split-copy p, .download-panel p { color:var(--muted); }
.screen-section { padding-top:84px; }
.screen-grid { display:grid; gap:24px; }
.screen-card { overflow:hidden; padding:0; border:1px solid var(--line); border-radius:16px; background:var(--surface); transition:transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.screen-card-link { display:flex; align-items:center; gap:28px; padding:18px; color:inherit; text-decoration:none; }
.screen-card:nth-child(even) .screen-card-image { order:2; }
.screen-card:nth-child(even) .screen-caption { order:1; }
.screen-card:hover { transform:translateY(-4px); border-color:var(--primary-border); box-shadow:0 14px 34px rgba(59,47,29,.08); }
.screen-card-link { border-radius:inherit; outline-offset:4px; }
.screen-card-link:focus-visible { outline:2px solid var(--accent); }
.screen-card-image { display:block; flex:0 0 45%; width:100%; max-width:45%; height:auto; border:1px solid var(--line); border-radius:10px; transition:filter .2s ease, transform .2s ease; }
.screen-card-link:hover .screen-card-image { filter:brightness(.94); transform:scale(1.01); }
.screen-caption { min-width:0; flex:1 1 auto; padding:19px 10px; }
.screen-caption h3 { margin-bottom:7px; }
.screen-caption p { margin-bottom:0; color:var(--muted); }
.lightbox { width:min(1000px,calc(100% - 40px)); max-width:none; padding:0 64px; overflow:visible; border:0; outline:none; background:transparent; }
.lightbox:focus,.lightbox:focus-visible { outline:none; }
.lightbox::backdrop { background:rgba(0,0,0,.72); }
.lightbox img { display:block; width:100%; height:auto; max-height:calc(100vh - 70px); object-fit:contain; }
.lightbox-close { display:flex; align-items:center; gap:5px; margin:10px 0 8px auto; padding:0; border:0; background:transparent; color:#fff; font:inherit; font-size:11px; font-weight:750; letter-spacing:.12em; cursor:pointer; transition:color .25s ease; }
.lightbox-close:hover { color:var(--accent); }
.lightbox-close:focus,.lightbox-close:focus-visible { outline:none; box-shadow:none; }
.lightbox-close span:first-child { font-size:18px; font-weight:400; line-height:11px; }
.lightbox-nav { position:absolute; top:50%; display:flex; align-items:center; justify-content:center; width:34px; height:54px; margin:0; padding:0; transform:translateY(-50%); border:1px solid rgba(255,255,255,.28); border-radius:10px; background:rgba(0,0,0,.38); color:#fff; font:inherit; font-size:30px; line-height:1; cursor:pointer; transition:color .25s ease, transform .18s ease, background .18s ease; }
.lightbox-nav:hover { background:rgba(0,0,0,.62); }
.lightbox-nav:hover { color:var(--accent); }
.lightbox-nav:hover { transform:translateY(-50%) scale(1.1); }
.lightbox-prev { left:12px; }
.lightbox-next { right:12px; }
@media (max-width:560px) { .lightbox { padding:0 50px; }.lightbox-nav { width:30px; height:46px; }.lightbox-prev { left:0; }.lightbox-next { right:0; } }
.split-section { display:grid; grid-template-columns:1fr 1fr; gap:80px; padding:88px 0; border-top:1px solid var(--line); animation:fade-up .7s .08s cubic-bezier(.22,.8,.32,1) both; }.split-copy { max-width:500px; padding-top:8px; }.text-link { display:inline-flex; gap:8px; color:var(--text); font-weight:700; }.text-link span { transition:transform .2s ease; }.text-link:hover span { transform:translate(3px,-3px); }
.download-panel { display:flex; align-items:center; justify-content:space-between; gap:30px; margin:0 0 80px; padding:33px 36px; border:1px solid var(--primary-border); border-radius:18px; background:var(--secondary); color:#242321; animation:fade-up .7s .14s cubic-bezier(.22,.8,.32,1) both; }.download-panel h2 { margin-bottom:8px; }.download-panel .eyebrow { color:var(--accent); }.download-panel p { margin-bottom:0; color:#716d65; }.download-panel .homebrew-install pre { background:rgba(255,255,255,.48); border-color:rgba(94,76,52,.2); color:#242321; }.download-panel .install-heading { color:#716d65; }.download-actions { display:flex; flex-wrap:wrap; justify-content:flex-end; gap:10px; flex-shrink:0; }
.site-footer { display:flex; justify-content:space-between; gap:20px; padding:26px 0 38px; border-top:1px solid var(--line); color:var(--muted); font-size:12px; }.footer-links { display:flex; gap:18px; }
.legal-page { max-width:780px; padding:78px 0 90px; }.legal-page h1 { margin-bottom:12px; font-size:clamp(38px,5vw,58px); }.legal-date { margin-bottom:44px; color:var(--muted); font-size:14px; }.legal-page h2 { margin:42px 0 13px; font-size:25px; }.legal-page p, .legal-page li { color:var(--muted); }.legal-page ul { padding-left:22px; }.legal-page li + li { margin-top:8px; }.legal-page a { color:var(--text); font-weight:650; }
.changelog-page h3 { margin:32px 0 11px; font-size:21px; }
.muted-parenthetical { color:var(--muted); font-size:.55em; font-weight:500; letter-spacing:0; }
.js .reveal { opacity:0; transform:translateY(24px); animation:none !important; transition:opacity .7s cubic-bezier(.22,.8,.32,1), transform .7s cubic-bezier(.22,.8,.32,1); }
.js .reveal.is-visible { opacity:1; transform:none; }
.js .feature-card:nth-child(2) { transition-delay:.08s; }.js .feature-card:nth-child(3) { transition-delay:.16s; }
@keyframes fade-up { from { opacity:0; transform:translateY(12px); } to { opacity:1; transform:translateY(0); } }
@keyframes progress-shimmer { 0%,100% { background-position:100% 0; } 50% { background-position:0 0; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation-duration:.01ms !important; animation-iteration-count:1 !important; scroll-behavior:auto !important; transition-duration:.01ms !important; } }
@media (max-width:800px) { .hero { grid-template-columns:1fr; gap:42px; padding:64px 0 76px; }.screen-grid,.split-section { grid-template-columns:1fr; }.screen-card-link { flex-direction:column; align-items:stretch; gap:8px; }.screen-card-image { flex-basis:auto; max-width:100%; }.screen-card:nth-child(even) .screen-card-image,.screen-card:nth-child(even) .screen-caption { order:initial; }.section-heading { display:block; }.section-heading h2 { margin-top:10px; text-align:left; }.process-list::before { left:18px; }.process-step,.process-step:nth-child(even) { width:100%; margin-left:0; }.split-section { gap:18px; }.download-panel { display:block; }.download-actions { justify-content:flex-start; margin-top:20px; } }
@media (max-width:560px) { .site-header, main, .site-footer { width:min(100% - 32px, 1120px); }.site-header { align-items:flex-start; gap:18px; }.brand { width:137px; } nav { flex-wrap:wrap; justify-content:flex-end; gap:10px 14px; font-size:12px; }.hero { padding-top:48px; }.lede { font-size:17px; }.feature-card { min-height:0; }.feature-number { margin-bottom:28px; }.site-footer { display:block; }.footer-links { margin-top:13px; flex-wrap:wrap; } }
