:root{--background:#fbf7f1;--surface:#fffdf9;--surface-strong:#fff;--ink:#1f2522;--muted:#6d6258;--line:#eadfd2;--primary:#b95f3d;--primary-dark:#7f3c27;--sage:#63746b;--gold:#d8ad62;--shadow:0 24px 80px rgba(57,42,30,.12)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:radial-gradient(circle at top left,rgba(216,173,98,.2),transparent 34rem),linear-gradient(180deg,#fbf7f1,#f7efe5 48%,#fbf7f1);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:10;justify-content:space-between;gap:24px;width:min(1120px,calc(100% - 32px));margin:0 auto;padding:18px 0;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.actions,.brand,.metrics,.nav,.site-header,.strip{display:flex;align-items:center}.brand{gap:10px;font-weight:800}.brand-mark{display:inline-grid;place-items:center;width:34px;height:34px;border:1px solid rgba(31,37,34,.12);border-radius:8px;background:var(--surface-strong);box-shadow:0 10px 30px rgba(57,42,30,.08)}.nav{gap:20px;color:var(--muted);font-size:14px;font-weight:650}.nav a{transition:color .18s ease}.nav a:hover{color:var(--primary-dark)}.hero{display:grid;grid-template-columns:minmax(0,.9fr) minmax(420px,1.1fr);grid-gap:52px;gap:52px;align-items:center;width:min(1120px,calc(100% - 32px));min-height:calc(100vh - 86px);margin:0 auto;padding:42px 0 72px}.hero-copy{animation:rise .7s ease both}.eyebrow{margin:0 0 14px;color:var(--primary-dark);font-size:12px;font-weight:800;letter-spacing:0;text-transform:uppercase}h1,h2,h3,p{margin-top:0}h1{max-width:760px;margin-bottom:22px;font-size:clamp(44px,7vw,78px);line-height:.96}h1,h2{letter-spacing:0}h2{margin-bottom:18px;font-size:clamp(32px,4vw,52px);line-height:1.02}h3{margin-bottom:10px;font-size:21px;letter-spacing:0}.cta p,.lead,.why-copy p{color:var(--muted);font-size:18px;line-height:1.75}.lead{max-width:660px;margin-bottom:30px}.actions{flex-wrap:wrap;gap:12px}.actions.center,.button{justify-content:center}.button{display:inline-flex;align-items:center;min-height:48px;border-radius:8px;padding:0 18px;font-size:14px;font-weight:800;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.button:hover{transform:translateY(-2px)}.button.github,.button.primary{background:var(--ink);color:#fffdf9;box-shadow:0 14px 34px rgba(31,37,34,.18)}.button.github{gap:9px}.github-mark{width:18px;height:18px;flex:0 0 auto;fill:currentColor}.button.secondary{border:1px solid var(--line);background:rgba(255,253,249,.72)}.coffee-button{display:inline-flex;align-items:center;justify-content:center;height:48px;overflow:hidden;border-radius:8px;transition:transform .18s ease,filter .18s ease}.coffee-button:hover{transform:translateY(-2px);filter:saturate(1.04)}.coffee-button img{display:block;width:auto;height:48px}.metrics{flex-wrap:wrap;gap:8px;margin-top:28px}.metrics span,.strip span{border:1px solid rgba(31,37,34,.1);border-radius:999px;background:rgba(255,253,249,.74);color:var(--muted);padding:9px 12px;font-size:13px;font-weight:700}.hero-visual{position:relative;animation:floatIn .85s ease .12s both,breathe 5s ease-in-out 1.2s infinite}.hero-visual img{width:100%;height:auto;border:1px solid rgba(31,37,34,.1);border-radius:18px;box-shadow:var(--shadow)}.strip{justify-content:center;flex-wrap:wrap;gap:10px;width:min(920px,calc(100% - 32px));margin:-28px auto 88px}.section{width:min(1120px,calc(100% - 32px));margin:0 auto 92px}.section-heading{max-width:760px;margin-bottom:30px}.feature-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:16px;gap:16px}.feature-card{min-height:280px;border:1px solid var(--line);border-radius:8px;background:rgba(255,253,249,.76);padding:24px;box-shadow:0 18px 50px rgba(57,42,30,.06);animation:rise .65s ease both}.feature-number{display:block;margin-bottom:54px;color:var(--primary);font-weight:850}.feature-card p{color:var(--muted);line-height:1.65}.split{display:grid;grid-template-columns:.85fr 1.15fr;grid-gap:64px;gap:64px;align-items:start;border-top:1px solid var(--line);padding-top:56px}.why-copy{display:grid;grid-gap:18px;gap:18px}.cta{width:min(920px,calc(100% - 32px));margin:0 auto 72px;border:1px solid rgba(31,37,34,.1);border-radius:8px;background:var(--surface-strong);padding:52px 28px;text-align:center;box-shadow:var(--shadow)}.cta p{max-width:650px;margin-right:auto;margin-bottom:28px;margin-left:auto}.footer{display:flex;justify-content:space-between;gap:18px;width:min(1120px,calc(100% - 32px));margin:0 auto;border-top:1px solid var(--line);padding:26px 0 38px;color:var(--muted);font-size:14px}@keyframes rise{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes floatIn{0%{opacity:0;transform:translateY(24px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes breathe{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@media (max-width:940px){.hero,.split{grid-template-columns:1fr}.hero{min-height:auto;padding-top:56px}.hero-visual{max-width:720px}.feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.site-header{align-items:flex-start;flex-direction:column}.nav{width:100%;justify-content:space-between;gap:10px}.hero{padding-top:34px}h1{font-size:46px}.feature-grid{grid-template-columns:1fr}.feature-card{min-height:220px}.feature-number{margin-bottom:34px}.footer{flex-direction:column}}