
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@700;800;900&family=DM+Mono:wght@400;500&family=Space+Grotesk:wght@400;500;600;700&display=swap');
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--fg,#fff);font-family:'Space Grotesk',Arial,sans-serif;font-size:17px;line-height:1.5}a{color:inherit;text-decoration:none}button,input{font:inherit}button,a,input{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:default}a:focus-visible,button:focus-visible,input:focus-visible{outline:3px solid var(--accent);outline-offset:5px}::selection{background:var(--accent);color:#111}.skip{position:fixed;top:-60px;left:20px;z-index:100;background:var(--accent);color:#111;padding:10px}.skip:focus{top:10px}.wrap{width:min(1440px,92%);margin:auto}header{height:88px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line,#ffffff30);position:relative;z-index:5}.brand{font-weight:800;font-size:20px;letter-spacing:-1px;display:flex;align-items:center;gap:12px}.brand b{display:grid;place-items:center;width:33px;height:33px;background:var(--accent);color:#141414;border-radius:50%;font-family:'DM Mono',monospace;font-size:17px}nav{display:flex;gap:32px;align-items:center;font-size:14px}nav .ticker{padding:8px 14px;border:1px solid var(--line,#ffffff45);border-radius:30px}.eyebrow,.mono{font-family:'DM Mono',monospace;font-size:13px;letter-spacing:.04em}.eyebrow{display:flex;gap:14px;align-items:center;text-transform:uppercase}.eyebrow:before{content:'';width:28px;height:2px;background:var(--accent)}h1,h2,h3,p{margin:0}h1,h2{font-family:'Barlow Condensed',Impact,'Arial Narrow',sans-serif;text-transform:uppercase;letter-spacing:-.025em;line-height:.86;font-weight:800}h1{font-size:clamp(64px,7.8vw,132px);margin:28px 0}h1 em,h2 em{font-style:normal;color:var(--accent)}.lede{font-size:clamp(18px,1.7vw,24px);line-height:1.4;max-width:540px;opacity:.85}.button{border:0;background:var(--accent);color:#101010;display:inline-flex;align-items:center;justify-content:center;padding:16px 25px;gap:18px;font-weight:700;border-radius:4px;min-height:54px;transition:transform .2s,filter .2s}.button:hover{transform:translateY(-3px);filter:brightness(1.08)}.button.ghost{background:transparent;color:inherit;border:1px solid var(--line,#ffffff40)}.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.hero{position:relative;min-height:740px;padding:50px 0 65px;display:grid;grid-template-columns:1fr 1.15fr;align-items:center;gap:35px}.hero-copy{position:relative;z-index:2}.scene{position:relative;overflow:hidden;border-radius:12px;isolation:isolate}.scene img{display:block;width:100%;height:100%;object-fit:cover}.scene-tag{position:absolute;bottom:22px;left:22px;padding:9px 14px;background:#111c;color:white;border:1px solid #ffffff30;backdrop-filter:blur(12px);font-family:'DM Mono',monospace;font-size:12px;z-index:2}.section{padding:95px 0}.section-head{display:flex;justify-content:space-between;gap:35px;align-items:flex-end;margin-bottom:38px}.section-head h2{font-size:clamp(52px,6vw,88px)}.section-head p{max-width:380px;opacity:.72}.marquee{border-top:1px solid var(--line,#ffffff30);border-bottom:1px solid var(--line,#ffffff30);overflow:hidden;padding:17px 0;background:var(--accent);color:#111;white-space:nowrap;font-family:'Barlow Condensed',Impact,sans-serif;font-size:30px;font-weight:700}.marquee span{display:inline-block;animation:marquee 28s linear infinite;word-spacing:15px}.grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.note{padding:28px;border-top:1px solid var(--line,#ffffff35)}.note .mono{opacity:.5}.note h3{font-size:24px;line-height:1.15;margin:25px 0 12px}.note p{opacity:.7;font-size:16px}.origin{display:grid;grid-template-columns:1fr 1fr;gap:70px;border-top:1px solid var(--line,#ffffff35);padding:70px 0}.origin h2{font-size:64px}.origin p{opacity:.75;max-width:580px;margin:16px 0}.source-link{display:inline-block;border-bottom:1px solid currentColor;padding:5px 0;font-weight:600}.launch{display:flex;gap:12px;align-items:center;margin-top:26px;font-family:'DM Mono',monospace;font-size:12px;flex-wrap:wrap}.launch span{border:1px solid var(--line,#ffffff40);padding:7px 11px;border-radius:2px}footer{padding:30px 0 40px;border-top:1px solid var(--line,#ffffff30);display:flex;justify-content:space-between;gap:30px;font-size:12px;opacity:.6}footer p{max-width:650px}.range{appearance:none;width:100%;height:5px;background:#ffffff40;border-radius:3px;accent-color:var(--accent);cursor:pointer}.range::-webkit-slider-thumb{appearance:none;width:24px;height:24px;background:var(--accent);border:3px solid #141414;border-radius:50%}.control-label{display:flex;justify-content:space-between;gap:20px;margin-bottom:15px;font-size:13px;font-family:'DM Mono',monospace}.result{min-height:30px}.reveal{animation:appear .7s both}.grain{pointer-events:none;position:fixed;inset:0;z-index:30;opacity:.035;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Cpath fill='%23fff' filter='url(%23n)' opacity='.5' d='M0 0h160v160H0z'/%3E%3C/svg%3E")}@keyframes marquee{to{transform:translateX(-40%)}}@keyframes appear{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}@keyframes tremble{0%,100%{transform:translate(0,0) rotate(0)}25%{transform:translate(-3px,2px) rotate(-.4deg)}75%{transform:translate(3px,-2px) rotate(.4deg)}}@keyframes float{50%{transform:translateY(-10px)}}
@media(min-width:1600px){.hero{min-height:820px}}@media(max-width:950px){.hero{gap:20px;min-height:660px}h1{font-size:80px}.section{padding:65px 0}.origin{gap:30px}.brand{font-size:17px}nav{gap:18px}}@media(max-width:680px){header{height:72px}.brand{font-size:15px;letter-spacing:-.6px;gap:8px}.brand b{width:28px;height:28px;font-size:14px}nav{gap:12px;font-size:12px}nav .story-nav{display:none}nav .ticker{padding:6px 9px}.hero{grid-template-columns:1fr;min-height:0;padding:36px 0 45px;gap:30px}h1{font-size:clamp(66px,14vw,100px);margin:20px 0}.eyebrow{font-size:11px}.lede{font-size:18px}.section-head{display:block}.section-head p{margin-top:20px}.section-head h2{font-size:57px}.grid3{grid-template-columns:1fr;gap:0}.note{padding:23px 0}.note h3{margin-top:12px}.origin{grid-template-columns:1fr;gap:25px;padding:50px 0}.origin h2{font-size:52px}footer{flex-direction:column;gap:15px}.scene-tag{font-size:10px;left:12px;bottom:12px}.section{padding:55px 0}.button{padding:14px 20px}.marquee{font-size:24px}.launch{font-size:11px}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important;transition:none!important}}

.aunt-hero{padding:60px 0 70px;display:grid;grid-template-columns:1.1fr 1fr;gap:35px;align-items:center;min-height:760px}.aunt-copy{position:relative;z-index:2}.aunt-copy h1{font-family:Georgia,serif;text-transform:none;font-size:clamp(42px,5.4vw,83px);font-weight:400;line-height:.98;letter-spacing:-.065em}.aunt-copy h1 em{font-style:italic}.aunt-scene{height:600px;border-radius:220px 220px 20px 20px;overflow:visible}.aunt-scene img{border-radius:inherit;object-position:50% center}.aunt-message{position:absolute;bottom:35px;left:-35px;right:25px;background:#ffe3be;color:#432541;padding:22px;border-radius:18px 18px 18px 0;box-shadow:0 15px 50px #160a2740;transform:rotate(-4deg)}.aunt-message .mono{font-size:10px;opacity:.5}.aunt-message p{font-size:20px;line-height:1.3;margin-top:8px}.family-chat{max-width:920px;margin:auto;background:#f4e5d8;color:#3b2540;border-radius:18px;overflow:hidden;box-shadow:0 25px 80px #10091940}.chat-header{background:#5c376d;color:#ffe3be;padding:23px 30px;display:flex;gap:16px;align-items:center}.family-icon{display:grid;place-items:center;background:#ffe3be;color:#5c376d;width:48px;height:48px;border-radius:50%;font-family:Georgia,serif;font-size:30px}.chat-header p{font-size:10px;opacity:.6;margin-top:3px}.chat-count{margin-left:auto;font-size:10px}.chat-messages{padding:30px;display:flex;flex-direction:column;gap:18px;max-height:480px;overflow:auto;background-image:radial-gradient(#5c376d18 1px,transparent 1px);background-size:15px 15px}.bubble{background:white;padding:16px 22px;border-radius:0 18px 18px 18px;max-width:78%;align-self:flex-start;box-shadow:0 3px 0 #5c376d0a;animation:appear .3s}.bubble span{font:10px 'DM Mono',monospace;color:#8851a0}.bubble p{margin:5px 0;font-size:17px}.bubble small{font-size:11px;color:#937b8f;font-style:italic}.bubble.response{align-self:flex-end;background:#d9c4e5;border-radius:18px 0 18px 18px}.chat-compose{padding:22px 30px;border-top:1px solid #5c376d20;display:flex;align-items:center;justify-content:space-between;gap:20px}.chat-compose>span{font-size:10px;max-width:130px}.chat-compose .button{background:#5c376d;color:#ffe3be;font-size:14px}@media(max-width:680px){.aunt-hero{grid-template-columns:1fr;padding:40px 0;gap:35px;min-height:0}.aunt-copy h1{font-size:11.5vw;letter-spacing:-.055em}.aunt-scene{height:440px;border-radius:160px 160px 20px 20px}.aunt-message{left:10px;right:10px;bottom:25px}.chat-header{padding:18px 15px;gap:10px}.chat-header strong{font-size:13px}.chat-count{display:none}.chat-messages{padding:20px 15px}.bubble{max-width:90%;padding:14px 17px}.bubble p{font-size:15px}.chat-compose{padding:18px 15px}.chat-compose>span{display:none}.chat-compose .button{width:100%;font-size:13px}.family-icon{width:38px;height:38px;font-size:24px}}
