@import"https://fonts.googleapis.com/css2?family=Lilita+One&display=swap";:root{--bg: #fafaf8;--ink: #111111;--muted: #888888;--max-w: 540px;--font: "Kalam", cursive}*,*:before,*:after{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font-family:var(--font);font-size:18px;line-height:1.6;-webkit-font-smoothing:antialiased}a{color:var(--ink);text-decoration:none}img{max-width:100%;display:block}.nav{width:100%;padding:18px 24px;border-bottom:1px dashed #ccc;background:var(--bg);position:sticky;top:0;z-index:100}.nav-inner{max-width:var(--max-w);margin:0 auto;display:flex;align-items:baseline;justify-content:space-between}.nav-brand{font-size:20px;font-weight:400;color:var(--ink);text-decoration:none}.nav-brand.active{text-decoration:none}.nav-links{display:flex;gap:20px}.nav-link{font-size:16px;color:var(--muted);text-decoration:none;transition:color .15s}.nav-link:hover,.nav-link.active{color:var(--ink)}.nav-link.active{text-decoration:underline;text-underline-offset:4px}.home-page{max-width:var(--max-w);margin:0 auto;padding:64px 24px 80px}.home-section{margin-bottom:48px}.home-section-label{display:inline-block;font-size:12px;letter-spacing:.12em;text-transform:lowercase;font-weight:400;padding:3px 10px 4px;border-radius:2px;margin-bottom:16px}.home-section-label--yellow{background:#f5e134;color:#1a1a00}.home-section-label--coral{background:#ff6b47;color:#fff}.home-section-label--green{background:#57cc99;color:#0d3320}.home-preview{display:flex;align-items:flex-start;gap:14px;padding:14px 0;text-decoration:none;color:var(--ink);border-bottom:1px solid #e8e8e8;transition:padding-left .15s}.home-preview:hover{padding-left:6px}.home-doodle-thumb{width:72px;height:72px;object-fit:contain;flex-shrink:0;transform:rotate(-1.5deg)}.home-preview-text{display:flex;flex-direction:column;gap:3px;min-width:0}.home-preview-title{font-size:19px;line-height:1.2}.home-preview-meta{font-size:13px;color:var(--muted)}.home-film-thumb{object-fit:cover;height:72px;transform:none}.home-poem-snippet{font-family:Courier New,Courier,monospace;font-size:13px;color:#666;margin:6px 0 0;line-height:1.65;white-space:pre-line}.home-list{list-style:none;margin:0;padding:0}.home-item-link{display:flex;align-items:baseline;justify-content:space-between;padding:11px 0;font-size:20px;color:var(--ink);text-decoration:none;border-bottom:1px solid #e8e8e8;transition:padding-left .15s}.home-item-link--yellow:hover{padding-left:8px;color:#c4b000}.home-item-link--coral:hover{padding-left:8px;color:#ff6b47}.home-item-link--green:hover{padding-left:8px;color:#2d9e6b}.home-item-name{flex:1}.home-item-meta{font-size:14px;color:var(--muted)}.lb-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000e0;z-index:500;display:flex;align-items:center;justify-content:center;padding:24px}.lb-content{position:relative;max-width:90vw;max-height:90vh;display:flex;flex-direction:column;align-items:center;gap:16px}.lb-image{max-width:100%;max-height:75vh;object-fit:contain;border-radius:2px;background:#fff}.lb-caption{display:flex;justify-content:space-between;width:100%;color:#eee;font-family:var(--font);font-size:15px}.lb-date{color:#aaa}.lb-close{position:absolute;top:-40px;right:0;background:none;border:none;color:#eee;font-size:28px;cursor:pointer;padding:0;line-height:1;font-family:var(--font)}.lb-arrow{position:absolute;top:50%;transform:translateY(-50%);background:none;border:none;color:#eee;font-size:28px;cursor:pointer;padding:8px;font-family:var(--font);transition:color .15s}.lb-arrow:hover{color:#fff}.lb-prev{left:-52px}.lb-next{right:-52px}.doodles-page{max-width:var(--max-w);margin:0 auto;padding:64px 24px 80px}.doodles-header{margin-bottom:48px}.doodles-title{font-size:38px;font-weight:700;margin:0 0 6px}.doodles-sub{font-size:16px;color:var(--muted);margin:0}.doodle-feed{display:flex;flex-direction:column}.doodle-entry{padding:32px 0;border-bottom:1px dashed #ccc;opacity:0;transform:translateY(18px);transition:opacity .5s ease,transform .5s ease}.doodle-entry.visible{opacity:1;transform:translateY(0)}.doodle-meta{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:14px}.doodle-date{font-size:13px;color:var(--muted);font-weight:300}.doodle-name{font-size:15px;color:var(--ink)}.doodle-image{width:100%;cursor:zoom-in;border-radius:2px;transition:transform .25s ease}.doodle-image:hover{transform:rotate(-.8deg) scale(1.025)}.doodles-empty{color:var(--muted);font-size:17px;padding-top:16px}.about-page{max-width:var(--max-w);margin:0 auto;padding:64px 24px 80px}.about-title{font-size:38px;font-weight:700;margin:0 0 40px}.about-portrait-wrap{margin-bottom:32px}.about-portrait{width:180px;height:180px;object-fit:cover;border-radius:50%;border:2px dashed #ccc}.about-bio{font-size:18px;line-height:1.8;color:var(--ink)}.about-bio p{margin:0 0 16px}#simonSVG{margin-top:-20px;height:325px;width:100%;margin-bottom:60px}#simonSVGPath{stroke-dasharray:3000;stroke-dashoffset:3000;animation:dash 8s linear forwards}@keyframes dash{to{stroke-dashoffset:0}}#pageBody{margin:0;width:100vw;background:#fff;color:#000;font-family:Courier New,monospace;display:flex;flex-direction:column;align-items:center}#title{font-size:55px;margin-bottom:20px;margin-top:50px;text-align:center}#moreInfo{margin-top:10px;display:flex;flex-direction:column;align-items:center}.text{font-size:30px;margin-top:8px}#links{margin-bottom:50px;width:50%;display:flex;flex-direction:row;align-items:center;justify-content:center}#links a{color:inherit;margin-left:20px;margin-right:20px}.jn-page{min-height:100vh;display:flex;flex-direction:column;align-items:center;padding:48px 24px 72px;background-color:#cac6bc;background-image:repeating-linear-gradient(90deg,#fff0,#ffffff1f 2px,#fff0 5px,#0000000a,#fff0 13px,#ffffff14 16px,#fff0 20px,#00000008 25px,#fff0 29px)}.jn-oval{background:#6fa3db;border-radius:50%;padding:18px 56px 22px;display:flex;flex-direction:column;align-items:center;line-height:1;margin-bottom:32px;box-shadow:3px 4px #0000002e}.jn-oval-text{font-family:Lilita One,cursive;font-size:58px;color:#e05a18;-webkit-text-stroke:2.5px #b03a00;text-transform:uppercase;letter-spacing:3px;display:block}.jn-art{width:100%;max-width:560px;border-radius:6px;display:block}.jn-details{margin-top:36px;display:flex;flex-direction:column;align-items:center;gap:6px}.jn-detail-line{font-family:Kalam,cursive;font-size:22px;color:#2a2620;background:#ffffff8c;padding:2px 18px;border-radius:4px}.jn-location{font-size:17px;color:#5a5650}.soup-page{position:relative;min-height:100vh;background:#f5eed8;display:flex;align-items:center;justify-content:center;padding:80px 24px;overflow:hidden}.soup-item{position:absolute;pointer-events:none;-webkit-user-select:none;user-select:none}.soup-item svg{display:block;width:100%;height:auto;filter:drop-shadow(1px 2px 0px rgba(0,0,0,.18))}.soup-card{position:relative;z-index:10;display:flex;flex-direction:column;align-items:center;text-align:center;width:300px;background:#fffdf5;border:3px solid #222;padding:28px 28px 32px;box-shadow:5px 5px #222}.soup-jar{width:120px;height:auto;margin-bottom:16px}.soup-title{font-family:var(--font);font-size:34px;font-weight:700;color:#222;margin:0 0 2px;line-height:1}.soup-kind{font-family:var(--font);font-size:16px;color:#d63030;margin:0 0 16px;font-weight:400}.soup-desc{font-family:var(--font);font-size:15px;color:#444;margin:0 0 16px;line-height:1.5}.soup-price{font-family:var(--font);font-size:28px;font-weight:700;color:#222;margin:0 0 18px}.soup-venmo{display:block;width:100%;background:#d63030;color:#fff;font-family:var(--font);font-size:20px;text-decoration:none;padding:10px 0 12px;text-align:center;margin-bottom:18px;border:2.5px solid #222;transition:background .12s;box-sizing:border-box}.soup-venmo:hover{background:#b02020}.soup-instructions{font-family:var(--font);font-size:14px;color:#666;line-height:1.8}.soup-instructions p{margin:0}.soup-wsl{color:#aaa;font-size:13px;margin-top:4px!important}.poetry-scroll{height:calc(100vh - 57px);overflow-y:scroll;scroll-snap-type:y mandatory;scrollbar-width:none;-ms-overflow-style:none}.poetry-scroll::-webkit-scrollbar{display:none}.poem-section{min-height:calc(100vh - 57px);scroll-snap-align:start;display:flex;align-items:flex-start;justify-content:center;padding:64px 24px 80px;border-bottom:1px solid #e0e0e0;box-sizing:border-box}.poem-inner{width:100%;max-width:540px}.poem-meta{margin-bottom:6px}.poem-date{font-family:Courier New,Courier,monospace;font-size:12px;color:#aaa;letter-spacing:.04em}.poem-title{font-family:Courier New,Courier,monospace;font-size:22px;font-weight:700;letter-spacing:.06em;color:#111;margin:0 0 36px}.poem-body{font-family:Courier New,Courier,monospace;font-size:15px;line-height:1.75;color:#222}.poem-stanza{margin:0 0 28px;white-space:pre-wrap}.poem-stanza:last-child{margin-bottom:0}.poem-body em{font-style:italic}.gb-page{min-height:calc(100vh - 57px);background:#fafaf8;display:flex;align-items:center;justify-content:center;padding:64px 24px}.gb-inner{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:480px}.gb-dog{width:300px;height:auto;display:block;margin-bottom:36px}.gb-name{font-family:Courier New,Courier,monospace;font-size:28px;font-weight:700;letter-spacing:.06em;color:#111;margin:0 0 10px;text-transform:lowercase}.gb-tagline{font-family:var(--font);font-size:17px;color:#888;margin:0 0 28px}.gb-status{display:inline-flex;align-items:center;gap:10px;font-family:Courier New,Courier,monospace;font-size:14px;letter-spacing:.12em;text-transform:uppercase;color:#222;border:2px solid #222;padding:8px 20px 9px;border-radius:2px;margin-bottom:40px}.gb-dot{width:7px;height:7px;border-radius:50%;background:#222;flex-shrink:0}.gb-rip{font-family:Courier New,Courier,monospace;font-size:12px;color:#bbb;letter-spacing:.04em;margin:0}.film-page{max-width:600px;margin:0 auto;padding:64px 24px 80px}.film-header{margin-bottom:48px}.film-title{font-size:38px;font-weight:700;margin:0 0 6px}.film-sub{font-size:16px;color:var(--muted);margin:0}.film-feed{display:flex;flex-direction:column;gap:0}.film-entry{padding:32px 0;border-bottom:1px dashed #ccc;opacity:0;transform:translateY(16px);transition:opacity .5s ease,transform .5s ease}.film-entry.visible{opacity:1;transform:translateY(0)}.film-image{width:100%;display:block;cursor:zoom-in;border-radius:1px;transition:transform .25s ease}.film-image:hover{transform:scale(1.012)}.film-meta{display:flex;justify-content:space-between;align-items:baseline;margin-top:12px}.film-date{font-size:13px;color:var(--muted);font-weight:300}.film-name{font-size:15px;color:var(--ink)}.site-footer{text-align:center;padding:24px;font-family:var(--font);font-size:13px;color:#ccc}
