*{box-sizing:border-box}
:root{
  --bg:#fbf8f1;--ink:#2e2925;--muted:#6d625a;--orange:#df6d38;
  --peach:#f8dfcf;--panel:#f5eddf;--white:#fffdf9;--line:#e6dacb;
}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.55;overflow-x:hidden}
body:before{content:"";position:fixed;inset:0;pointer-events:none;opacity:.22;background-image:radial-gradient(#a8917d .65px,transparent .65px);background-size:20px 20px;mask-image:linear-gradient(to bottom,#000,transparent 85%)}
a{text-decoration:none;color:inherit}
.site-header{height:70px;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(22px,4vw,54px);position:sticky;top:0;z-index:20;background:rgba(251,248,241,.88);backdrop-filter:blur(15px);border-bottom:1px solid rgba(70,55,45,.06)}
.brand{display:flex;align-items:center;gap:7px;font-family:Georgia,serif;font-weight:700;font-size:17px}
.brand img{width:28px;height:28px;object-fit:contain}.brand b{font-weight:400;color:#8d7e71}
nav{display:flex;gap:27px;font-size:12px;color:#665b53}nav a:hover{text-decoration:underline}
.hero{max-width:1120px;margin:auto;min-height:610px;padding:32px 30px 70px;text-align:center;position:relative}
.hero-top{margin-bottom:20px}.pill{display:inline-flex;gap:8px;align-items:center;background:#fae8db;color:#b85129;border-radius:999px;padding:6px 12px;font-size:11px;font-weight:700}.pill i{width:5px;height:5px;border-radius:50%;background:#d86a37}
.hero-copy{position:relative;z-index:3;max-width:840px;margin:auto}
h1,h2,h3{font-family:Georgia,"Times New Roman",serif;font-weight:700;letter-spacing:-.045em}
h1{font-size:clamp(48px,6.8vw,78px);line-height:1.02;margin:0 0 17px}h1 em{font-style:normal;color:var(--orange)}
.hero-copy>p{max-width:650px;margin:0 auto 21px;font-size:16px;color:var(--muted)}
.prompt-example{display:inline-block;border:1px dashed #ddc9b7;border-radius:11px;background:#fffdfa;padding:10px 14px;font:12px Georgia,serif;box-shadow:0 5px 20px rgba(70,50,35,.05)}
.hero-actions{display:flex;justify-content:center;gap:10px;margin-top:20px}
.primary,.secondary{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:11px 18px;font-size:12px;font-weight:800}
.primary{background:#2e2925;color:#fff;box-shadow:0 10px 22px rgba(46,41,37,.16)}
.secondary{border:1px solid #e5d7c8;background:#fffdf9}.secondary span{font-size:16px;margin-left:6px}
.hero-mascot{height:260px;position:relative;display:flex;align-items:end;justify-content:center;margin-top:18px}
.hero-mascot img{height:250px;width:auto;max-width:88%;object-fit:contain;position:relative;z-index:2}
.sun-shape{position:absolute;width:150px;height:150px;background:#f8ead2;border-radius:50%;bottom:18px;opacity:.9}
.spark{position:absolute;color:#e4864b;font-size:19px;z-index:4}.spark-1{left:33%;top:70px}.spark-2{right:33%;top:118px}
.panel{max-width:1120px;margin:0 auto 28px;padding:50px 30px;border-radius:30px;position:relative}
.how{background:var(--panel)}.what{background:transparent}.meet{background:#f7e7db;overflow:hidden}
.kicker{font-size:10px;letter-spacing:.15em;text-transform:uppercase;font-weight:800;color:#c6542b;margin-bottom:9px}
h2{font-size:36px;line-height:1.05;margin:0 0 12px}.intro{max-width:670px;color:var(--muted);font-size:14px;margin:0 0 27px}
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.steps article{background:var(--white);padding:20px 18px;border-radius:17px;box-shadow:0 10px 24px rgba(85,65,45,.07)}
.num{width:25px;height:25px;border-radius:50%;background:#fae2d2;color:#b85129;display:grid;place-items:center;font-size:11px;font-weight:800;margin-bottom:14px}
h3{font-size:17px;letter-spacing:-.025em;margin:0 0 6px}.steps p,.features p,.meet p{font-size:12px;color:var(--muted);line-height:1.65;margin:0}
.features{display:grid;grid-template-columns:repeat(3,1fr);column-gap:40px;row-gap:25px}.features article{min-height:120px}.features span{font-size:18px;color:var(--orange);font-weight:700}.features h3{display:inline;margin-left:8px}.address{display:inline-block;margin-top:30px;border:1px dashed #d7c5b5;border-radius:10px;padding:10px 14px;font:12px ui-monospace,SFMono-Regular,Menlo,monospace;color:#88766a;background:#fffdfa}.address strong{color:#c85d32}
.meet{display:grid;grid-template-columns:1.05fr .95fr;gap:20px;align-items:center;padding-bottom:20px}.meet-copy{position:relative;z-index:2}.meet-copy p{max-width:590px;margin:0 0 13px}.meet-art{min-height:340px;display:flex;align-items:end;justify-content:center;position:relative}.meet-art .cloud{position:absolute;width:300px;height:220px;border-radius:50% 50% 40% 40%;background:#efd4c5;bottom:0}.meet-art img{height:330px;max-width:100%;object-fit:contain;position:relative;z-index:2}
.final{text-align:center;padding:85px 25px 95px}.final-logo{width:160px;height:auto;object-fit:contain;margin-bottom:15px}.final h2{font-size:38px;margin-bottom:8px}.final p{color:var(--muted);font-size:14px;margin:0 0 22px}
footer{max-width:1120px;margin:auto;padding:28px 30px 55px;border-top:1px solid var(--line);display:grid;grid-template-columns:1fr auto;gap:12px;color:#81746a;font-size:11px}.footer-title{font-family:Georgia,serif;color:var(--ink);font-weight:700;font-size:15px;margin-bottom:2px}.bird-counter{grid-column:1/-1;text-align:center;padding-top:10px}
.bird-field{position:absolute;inset:0;height:2850px;pointer-events:none;z-index:5}.bird{position:absolute;border:0;background:transparent;padding:0;width:64px;cursor:pointer;pointer-events:auto;transition:transform .25s ease;filter:drop-shadow(0 7px 6px rgba(55,45,35,.10))}.bird img{width:100%;display:block}.bird:hover{transform:translateY(-6px) rotate(-4deg) scale(1.08)}
.b1{top:155px;left:2.2%}.b2{top:455px;right:2.5%}.b3{top:770px;left:3%}.b4{top:1120px;right:2.5%}.b5{top:1500px;left:2.2%}.b6{top:1780px;right:3%}.b7{top:2090px;left:2.4%}.b8{top:2370px;right:2.4%}.b9{top:2630px;left:4%}
.toast{position:fixed;left:50%;bottom:25px;transform:translate(-50%,20px);background:#2e2925;color:white;border-radius:999px;padding:10px 15px;font-size:12px;opacity:0;pointer-events:none;transition:.25s;z-index:50}.toast.show{opacity:1;transform:translate(-50%,0)}
@media(max-width:800px){nav{gap:13px}nav a:nth-child(3){display:none}.hero{padding-top:28px}.steps,.features,.meet{grid-template-columns:1fr}.features{row-gap:12px}.meet{gap:0}.meet-art{min-height:300px}.bird{width:48px}.b1,.b3,.b5,.b7,.b9{left:auto;right:7px}.b2,.b4,.b6,.b8{right:auto;left:7px}.b1{top:180px}.b2{top:470px}.b3{top:800px}.b4{top:1130px}.b5{top:1500px}.b6{top:1800px}.b7{top:2100px}.b8{top:2400px}.b9{top:2680px}.bird-field{height:2900px}}
@media(max-width:520px){.site-header{height:62px;padding:0 16px}.brand span,.brand b{display:none}nav{gap:12px;font-size:10px}.hero{padding:26px 18px 55px;min-height:0}h1{font-size:47px}.hero-copy>p{font-size:14px}.hero-actions{flex-direction:column;align-items:center}.primary,.secondary{width:210px}.panel{border-radius:22px;padding:35px 20px}.steps{gap:10px}.features{display:block}.features article{margin-bottom:20px}.meet-art img{height:270px}footer{display:block;padding:25px 20px 45px}footer>div{margin-bottom:10px}.bird-counter{margin-top:15px}}

.beta{display:grid;grid-template-columns:.9fr 1.1fr;gap:55px;align-items:start;background:#f5eddf}
.beta-copy{padding-top:4px}
.beta-form{background:#fffdf9;border:1px solid #e7dacc;border-radius:22px;padding:24px;box-shadow:0 14px 34px rgba(85,65,45,.07)}
.beta-form label{display:block;font-size:12px;font-weight:800;color:#51463e;margin-bottom:15px}
.beta-form input,.beta-form select{display:block;width:100%;margin-top:7px;border:1px solid #ddcec0;border-radius:11px;background:#fffefa;color:#332d28;padding:12px 13px;font:inherit;font-size:13px;outline:none}
.beta-form input:focus,.beta-form select:focus{border-color:#d98257;box-shadow:0 0 0 3px rgba(217,130,87,.12)}
.beta-form .primary{border:0;cursor:pointer;width:100%;font-family:inherit}
.form-note{font-size:11px!important;color:#918278!important;margin:12px 0 0!important;line-height:1.5!important}
.form-success{display:none;font-size:12px!important;color:#4f7656!important;background:#edf6ed;border-radius:10px;padding:10px 12px;margin:13px 0 0!important}
.form-success.show{display:block}
@media(max-width:800px){.beta{grid-template-columns:1fr;gap:25px}}
