@font-face{font-family:Petit;src:url('/assets/PetitCochon.ttf')}@font-face{font-family:Nunito;src:url('/assets/NunitoSans-Variable.ttf');font-weight:200 1000;font-display:swap}@font-face{font-family:Caveat;src:url('/assets/Caveat-Regular.ttf');font-display:swap}
:root{--paper:#f8f1f0;--ink:#0a0a0a;--accent:#fbeda6;--strong:#f8dc54;--line:#d8cfcd;--muted:#55504e;color-scheme:light;font-family:Nunito,system-ui,sans-serif;color:var(--ink);background:var(--paper);font-synthesis:none}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:32px}body{margin:0;font-size:18px;line-height:1.6}body.library,body.guide{--accent:#f2b6cc;--strong:#eb9dda}body.projects{--accent:#f7d7ed;--strong:#f2b6cc}a{color:inherit;text-decoration:none}button,input,select{font:inherit;color:inherit}button,a,input,select{touch-action:manipulation}button{cursor:pointer}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,summary:focus-visible{outline:3px solid var(--ink);outline-offset:5px}::selection{background:var(--accent)}[hidden]{display:none!important}.wrap{width:min(1200px,calc(100% - 96px));margin-inline:auto}.skip{position:absolute;left:24px;top:-100px;background:var(--ink);color:white;padding:12px 24px;z-index:100}.skip:focus{top:12px}.nav{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:20px 0;border-bottom:1px solid var(--ink)}.brand{font-family:Petit,sans-serif;font-size:34px;line-height:1;letter-spacing:-1px}.brand span{font-family:Caveat,cursive;font-size:19px;letter-spacing:0;margin-left:10px;font-weight:400}.nav-links{display:flex;align-items:center;gap:28px;font-size:15px;font-weight:700}.nav-links a:not(.button){padding:8px 0}.nav-links a[aria-current=page],.nav-links a:hover{text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:7px}.button{display:inline-flex;justify-content:center;align-items:center;gap:24px;padding:14px 25px;border-radius:999px;background:var(--ink);color:#fff;border:1.5px solid var(--ink);font-size:16px;font-weight:750;line-height:1.4;transition:background .2s,color .2s,transform .2s;max-width:100%;text-align:center}.button:hover{background:var(--accent);color:var(--ink);transform:translateY(-2px)}.button.light{background:transparent;color:var(--ink)}.button.light:hover{background:var(--accent)}.button.small{padding:10px 20px;font-size:14px}.menu-toggle{display:none}.eyebrow{font-family:Caveat,cursive;font-size:29px;line-height:1.2;margin:0 0 24px}.tag{font-size:12px;letter-spacing:.12em;text-transform:uppercase;font-weight:850}.hero{display:grid;grid-template-columns:1.35fr 1fr;min-height:660px;align-items:center;padding:72px 0 64px;gap:24px}.hero h1{font-family:Petit,sans-serif;text-transform:uppercase;font-weight:400;font-size:clamp(62px,7.3vw,106px);letter-spacing:-.02em;line-height:.99;margin:0 0 30px;max-width:800px}.hero h1 span{display:block}.highlight{position:relative;isolation:isolate;width:fit-content}.highlight:before{content:'';position:absolute;inset:17% -8px 3%;z-index:-1;background:var(--strong);clip-path:polygon(1% 6%,28% 3%,46% 8%,72% 0,99% 5%,100% 92%,77% 97%,43% 94%,21% 100%,0 93%);transform:rotate(-1.5deg)}.intro{max-width:480px;font-size:20px;margin:0 0 28px}.actions{display:flex;flex-wrap:wrap;gap:16px;align-items:center}.hero-art{position:relative;min-height:450px;align-self:center}.character{position:absolute;inset:-45px -45px auto auto;width:440px;height:530px;overflow:hidden;mix-blend-mode:multiply;transform-origin:bottom center;animation:hello 1.1s ease-out both}.character img{width:100%;height:100%;object-fit:cover;object-position:50% 28%;mask-image:linear-gradient(to bottom,#000 90%,transparent 100%)}.handnote{font-family:Caveat,cursive;font-size:26px;line-height:1.15;position:absolute;right:0;bottom:-10px;transform:rotate(-6deg);text-align:center}.handnote svg{width:62px;height:44px;display:block;margin:auto}.small-note{font-size:13px;color:var(--muted);margin-top:16px}.intro-links{border-top:1px solid var(--ink);border-bottom:1px solid var(--ink);display:grid;grid-template-columns:repeat(3,1fr);margin-bottom:96px}.intro-link{display:flex;align-items:center;gap:16px;padding:26px 0;font-weight:750;font-size:17px}.intro-link+.intro-link{border-left:1px solid var(--line);padding-left:30px}.intro-link span:first-child{font-size:12px;color:var(--muted);font-weight:500}.intro-link span:last-child{margin-left:auto;margin-right:24px;transition:transform .2s}.intro-link:hover span:last-child{transform:translate(4px,-4px)}.section{padding-block:0 96px}.section-heading{display:flex;gap:24px;align-items:end;justify-content:space-between;margin-bottom:32px}.section-heading .eyebrow{margin-bottom:16px}h2{font-family:Petit,sans-serif;font-size:clamp(36px,4vw,54px);text-transform:uppercase;font-weight:400;line-height:1.07;letter-spacing:-.01em;margin:0}h3{line-height:1.25}.text-link{font-size:15px;font-weight:800;border-bottom:2px solid var(--strong);padding-bottom:3px;white-space:nowrap}.text-link:hover{background:var(--accent)}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.card{display:flex;flex-direction:column;background:#fff;border:1px solid var(--ink);border-radius:16px;overflow:hidden;transition:transform .2s,box-shadow .2s;min-width:0}.card:hover{transform:translate(-3px,-3px);box-shadow:4px 4px 0 var(--ink)}.card-top{height:170px;border-bottom:1px solid var(--ink);position:relative;overflow:hidden;background:var(--accent);padding:24px;display:flex;align-items:center;justify-content:center}.card-top .card-word{font-family:Petit,sans-serif;font-size:39px;text-transform:uppercase;line-height:1.05;text-align:center;max-width:250px;transform:rotate(-4deg)}.card:nth-child(3n+2) .card-top{background:var(--paper);background-image:url('/assets/grid.png')}.card:nth-child(3n) .card-top{background:#fff}.card:nth-child(3n) .card-word{background:var(--accent);border:1px solid var(--ink);border-radius:8px;padding:12px 18px;transform:rotate(4deg)}.card-top .index{position:absolute;left:16px;top:12px;font-size:11px;font-weight:700;letter-spacing:.08em}.card-content{padding:24px;display:flex;flex-direction:column;flex:1}.card h3{font-size:23px;letter-spacing:-.02em;margin:14px 0 12px;font-weight:850}.card p{font-size:16px;line-height:1.6;color:var(--muted);margin:0 0 24px}.card-meta{display:flex;gap:8px;flex-wrap:wrap;font-size:12px}.card-meta span{border:1px solid var(--line);padding:3px 10px;border-radius:999px}.card-foot{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:16px;border-top:1px solid var(--line);font-size:14px;font-weight:800}.card-foot .arrow{font-size:22px;font-weight:400}.about-section{background-image:url('/assets/grid.png');border-block:1px solid var(--line);padding:80px 0;margin-bottom:96px}.about-grid{display:grid;grid-template-columns:1fr 1.1fr;gap:90px}.about-grid h2{max-width:470px;font-size:clamp(42px,4.8vw,66px)}.about-copy p{margin:0 0 24px;font-size:19px}.about-copy p:first-child{font-size:24px;font-weight:750;line-height:1.4}.experience{display:flex;gap:8px;flex-wrap:wrap;margin:32px 0}.experience span{border:1px solid var(--ink);padding:6px 12px;border-radius:999px;font-size:13px;background:var(--paper)}.project-teaser{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.project-teaser p{max-width:480px;color:var(--muted)}.project-note{border:1px solid var(--ink);border-radius:16px;padding:40px;background:var(--accent);transform:rotate(2deg);box-shadow:4px 4px 0 var(--ink)}.project-note .number{font-family:Caveat,cursive;font-size:32px}.project-note h3{font-family:Petit,sans-serif;font-size:44px;font-weight:400;margin:24px 0 16px;text-transform:uppercase}.project-note p{color:var(--ink);margin-bottom:0}.collab{padding:72px 0;border-top:1px solid var(--ink);display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.collab h2{font-size:clamp(40px,4.6vw,64px)}.collab p{margin:0 0 24px;max-width:460px}.footer{border-top:1px solid var(--line);display:flex;gap:24px;justify-content:space-between;align-items:center;padding:28px 0;font-size:13px}.footer-links{display:flex;gap:24px}.footer a:hover{text-decoration:underline}.page-head{padding:72px 0 40px;max-width:860px}.page-head h1{font-family:Petit,sans-serif;text-transform:uppercase;font-weight:400;font-size:clamp(48px,6.5vw,82px);line-height:1.02;letter-spacing:-.02em;margin:0 0 24px}.page-head p{max-width:640px;font-size:20px}.page-head .eyebrow{font-size:28px}.library-controls{background:transparent;border-block:1px solid var(--ink);padding:28px 0;margin-bottom:28px}.filter-row{display:flex;gap:20px;align-items:start;margin-bottom:20px}.filter-label{font-size:14px;font-weight:800;width:80px;flex-shrink:0;padding-top:9px}.filters{display:flex;gap:8px;flex-wrap:wrap}.filter{border:1px solid var(--line);border-radius:999px;padding:8px 16px;font-size:14px;background:transparent;line-height:1.4}.filter:hover{border-color:var(--ink)}.filter[aria-pressed=true]{background:var(--ink);color:white;border-color:var(--ink)}.search-row{display:flex;gap:16px;align-items:end}.search-group{flex:1}.search-row label{font-size:14px;font-weight:800;display:block;margin-bottom:8px}.search-row input,.search-row select{height:48px;background:white;border:1px solid var(--ink);border-radius:10px;padding:10px 16px;font-size:16px;width:100%}.results-bar{display:flex;justify-content:space-between;align-items:center;font-size:14px;margin:24px 0}.reset{font-size:14px;border:none;background:transparent;text-decoration:underline;text-underline-offset:4px}.empty{padding:64px 24px;text-align:center;border:1px dashed var(--ink);border-radius:16px;grid-column:1/-1}.empty h2{font-size:32px}.guide-header{max-width:880px;margin:0 auto;padding:48px 0 40px}.back{font-size:14px;font-weight:750;display:inline-block;margin-bottom:36px;border-bottom:1px solid var(--ink)}.guide-header h1{font-family:Petit,sans-serif;text-transform:uppercase;line-height:1.07;letter-spacing:-.01em;font-weight:400;font-size:clamp(38px,5.5vw,68px);margin:24px 0}.guide-header .description{font-size:21px;max-width:700px;color:var(--muted)}.guide-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.guide-layout{display:grid;grid-template-columns:210px minmax(0,760px);gap:56px;align-items:start;justify-content:center;padding:16px 0 96px}.toc{position:sticky;top:32px;font-size:14px;padding-top:8px}.toc-title{font-size:12px;letter-spacing:.1em;font-weight:850;margin-bottom:20px}.toc a{display:block;padding:8px 0;color:var(--muted);line-height:1.4;border-bottom:1px solid var(--line)}.toc a:hover{color:var(--ink);text-decoration:underline}.article{min-width:0}.article h2{font-family:Nunito,sans-serif;text-transform:none;font-size:30px;font-weight:900;line-height:1.3;margin:48px 0 20px;letter-spacing:-.02em}.article h3{font-size:23px;margin:32px 0 16px}.article h4{font-size:20px}.article p,.article li{max-width:68ch;overflow-wrap:anywhere}.article ul,.article ol{padding-left:24px}.article li{margin:8px 0}.article a{border-bottom:2px solid var(--strong);overflow-wrap:anywhere}.article a:hover{background:var(--accent)}.article hr{border:0;border-top:1px solid var(--line);margin:40px 0}.article code{font-family:ui-monospace,monospace;font-size:.88em;overflow-wrap:anywhere}.article p code,.article li code{background:white;padding:2px 5px;border-radius:4px}.prompt{border:1px solid var(--ink);border-radius:14px;background:white;margin:28px 0;overflow:hidden}.prompt-bar{background:var(--accent);padding:12px 18px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--ink);gap:16px}.prompt-bar span{font-size:12px;letter-spacing:.08em;font-weight:850;text-transform:uppercase}.copy-btn{background:var(--ink);color:white;border:1px solid var(--ink);padding:6px 16px;font-size:14px;font-weight:750;border-radius:999px;white-space:nowrap}.copy-btn:hover{background:white;color:var(--ink)}.prompt pre{margin:0;padding:24px;white-space:pre-wrap;overflow-wrap:anywhere;max-height:560px;overflow-y:auto;line-height:1.7;font-size:15px;tab-size:2}.prompt pre:focus-visible{outline:3px solid var(--ink);outline-offset:-4px}.prompt blockquote{margin:0;padding:20px 24px}.prompt blockquote p{margin:0}.table-scroll{overflow-x:auto}table{border-collapse:collapse;font-size:15px;width:100%;margin-block:24px}th,td{padding:12px;border:1px solid var(--line);text-align:left}th{background:var(--accent)}.article img{max-width:100%;height:auto}.reader-note{background:var(--accent);border-left:3px solid var(--ink);padding:16px 20px;font-size:15px;margin:24px 0}.guide-end{border-top:1px solid var(--ink);padding:32px 0;margin-top:48px}.guide-end p{font-size:18px}.reading-progress{height:3px;position:fixed;left:0;top:0;width:0;background:var(--ink);z-index:20}.projects-empty{padding:60px;max-width:800px;margin:20px auto 100px;border:1px solid var(--ink);border-radius:20px;background-image:url('/assets/grid.png');text-align:center}.projects-empty .eyebrow{font-size:34px}.projects-empty p{max-width:520px;margin:24px auto}.projects-empty h2{font-size:clamp(38px,5vw,60px)}.corner-label{display:inline-block;background:var(--accent);padding:6px 14px;border:1px solid var(--ink);border-radius:999px;font-size:13px;font-weight:750}.reveal{animation:enter .65s ease-out both}.reveal:nth-child(2){animation-delay:.08s}.reveal:nth-child(3){animation-delay:.16s}@keyframes hello{from{opacity:0;transform:translateY(20px) rotate(3deg)}to{opacity:1;transform:translateY(0) rotate(0)}}@keyframes enter{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}
@media(min-width:1500px){.hero{min-height:700px}}@media(max-width:1000px){.nav-links{gap:18px}.brand span{display:none}.hero{grid-template-columns:1.4fr 1fr;min-height:600px}.hero h1{font-size:76px}.character{width:370px;height:460px;right:-35px;top:0}.hero-art{min-height:420px}.handnote{font-size:23px;bottom:-24px}.about-grid{gap:48px}.cards{gap:16px}.card-content{padding:20px}.card h3{font-size:21px}.intro-link{font-size:15px}.intro-link+.intro-link{padding-left:20px}.guide-layout{grid-template-columns:170px minmax(0,1fr);gap:32px}}
@media(max-width:760px){.wrap{width:calc(100% - 48px)}.nav{padding:20px 0;flex-wrap:wrap}.brand{font-size:30px}.brand span{display:inline;font-size:17px}.menu-toggle{display:block;border:1px solid var(--ink);border-radius:999px;background:transparent;font-size:14px;padding:7px 16px}.nav-links{display:none;width:100%;flex-wrap:wrap;gap:12px 24px;padding-top:12px}.nav-links.open{display:flex}.nav-links .button{margin-left:auto}.hero{padding:48px 0 40px;min-height:auto;grid-template-columns:1fr;gap:0}.hero h1{font-size:clamp(56px,12.5vw,88px)}.hero .eyebrow{font-size:27px;margin-bottom:22px}.intro{font-size:18px;max-width:420px}.hero-art{min-height:300px;margin-top:0;pointer-events:none}.character{width:290px;height:320px;top:0;right:20px}.handnote{right:auto;left:0;bottom:65px;font-size:24px}.handnote svg{transform:rotate(170deg)}.intro-links{grid-template-columns:1fr;margin-bottom:56px}.intro-link{padding:18px 0;font-size:16px}.intro-link+.intro-link{border-left:0;border-top:1px solid var(--line);padding-left:0}.intro-link span:last-child{margin-right:0}.section{padding-bottom:56px}.section-heading{align-items:start;flex-direction:column;gap:20px;margin-bottom:24px}.section-heading .eyebrow{margin-bottom:12px}h2{font-size:38px}.cards{grid-template-columns:1fr;gap:24px}.card-top{height:160px}.card-top .card-word{font-size:38px;max-width:300px}.card-content{padding:24px}.card h3{font-size:24px}.about-section{padding:56px 0;margin-bottom:56px}.about-grid{grid-template-columns:1fr;gap:32px}.about-grid h2{font-size:48px}.about-copy p{font-size:18px}.about-copy p:first-child{font-size:22px}.project-teaser{grid-template-columns:1fr;gap:32px}.project-note{padding:32px;transform:rotate(1deg)}.collab{padding:48px 0;grid-template-columns:1fr;gap:28px}.collab h2{font-size:44px}.footer{flex-direction:column;align-items:start;gap:16px}.page-head{padding:48px 0 24px}.page-head h1{font-size:56px}.page-head p{font-size:18px}.filter-row{display:block}.filter-label{padding:0;margin-bottom:12px;width:auto}.filter{padding:8px 12px}.search-row{flex-direction:column;align-items:stretch}.search-row .sort-group{max-width:100%}.guide-header{padding:32px 0}.guide-header h1{font-size:42px}.guide-header .description{font-size:19px}.guide-layout{display:block;padding-bottom:56px}.toc{position:static;margin-bottom:32px;border-block:1px solid var(--line);padding:20px 0}.toc nav{display:flex;gap:8px 20px;flex-wrap:wrap}.toc a{border:0;max-width:100%;padding:4px 0}.toc-title{margin-bottom:12px}.article h2{font-size:27px;margin-top:36px}.prompt pre{padding:18px;font-size:14px;max-height:480px}.projects-empty{padding:40px 24px;margin-bottom:56px}.projects-empty h2{font-size:40px}.button{font-size:15px;padding:13px 20px;gap:20px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}@media print{.nav,.footer,.toc,.guide-actions,.copy-btn,.reading-progress,.guide-end,.back,.collab{display:none!important}.wrap{width:100%}body{background:#fff;font-size:11pt}.guide-layout{display:block;padding:0}.guide-header{padding:0}.guide-header h1{font-size:28pt}.article h2{font-size:18pt}.prompt pre{max-height:none;overflow:visible;font-size:9pt}.prompt{break-inside:auto}.article a{border:0;text-decoration:underline}.prompt-bar{padding:8px}.article p,.article li{max-width:none}.page-head{padding:0}}
/* Guide cover colours stay with their guide when visitors filter or sort. */
.card.tone-0{--card-accent:#FBEDA6;--card-ink:#0A0A0A}.card.tone-1{--card-accent:#F2B6CC;--card-ink:#0A0A0A}.card.tone-2{--card-accent:#F7D7ED;--card-ink:#0A0A0A}.card.tone-3{--card-accent:#0A0A0A;--card-ink:#FFFFFF}
.cards .card .card-top{background:var(--card-accent);color:var(--card-ink);background-image:none}.cards .card .card-word{background:none;color:inherit;border:0;border-radius:0;padding:0;transform:rotate(-3deg)}.cards .card.art-1 .card-top{background:var(--paper);color:var(--ink);background-image:url('/assets/grid.png')}.cards .card.art-1 .card-word{background:var(--card-accent);color:var(--card-ink);border:1px solid var(--ink);padding:10px 14px;border-radius:8px;transform:rotate(3deg)}.cards .card.art-2 .card-top{background:#fff;color:var(--ink)}.cards .card.art-2 .card-word{background:var(--card-accent);color:var(--card-ink);padding:10px 14px;transform:rotate(-4deg)}.card h3{font-size:22px}.card-top .card-word{font-size:36px}.hero-art{min-height:510px}.portrait-frame{position:absolute;top:20px;left:0;width:360px;height:430px;background:var(--accent);border:1.5px solid var(--ink);border-radius:180px 180px 16px 16px;overflow:hidden;transform:rotate(-3deg);box-shadow:4px 4px 0 var(--ink)}.portrait-frame>img{display:block;width:100%;height:100%;object-fit:cover;object-position:50% 50%}.photo-caption{position:absolute;bottom:0;left:0;right:0;background:var(--paper);padding:8px 16px;text-align:center;border-top:1px solid var(--ink);font-family:Caveat,cursive;font-size:24px}.character{inset:auto -20px 0 auto;width:165px;height:230px;border:1.5px solid var(--ink);border-radius:100px 100px 16px 16px;mix-blend-mode:normal;background:#fbf3eb;transform:rotate(5deg);animation:enter .8s ease-out both}.character img{object-fit:cover;object-position:50% 25%;mask-image:none}.handnote{bottom:-55px;right:-16px;font-size:24px;transform:rotate(-4deg)}
@media(min-width:1200px){.portrait-frame{left:10px;width:380px;height:440px}.character{right:-10px;bottom:-4px}}
@media(max-width:1000px) and (min-width:761px){.portrait-frame{width:290px;height:400px;top:40px;left:0}.character{width:145px;height:205px;right:-20px;bottom:0}.handnote{right:-20px;bottom:-60px}.hero{gap:16px}.hero-art{min-height:490px}}
@media(max-width:760px){.hero-art{min-height:425px;margin-top:36px;margin-bottom:40px;pointer-events:auto}.portrait-frame{width:260px;height:330px;left:8px;top:0}.character{width:120px;height:175px;right:0;bottom:20px}.handnote{left:auto;right:0;bottom:-32px;font-size:22px}.photo-caption{font-size:23px}.card h3{font-size:23px}}
@media(max-width:365px){.portrait-frame{width:235px;height:310px}.character{width:110px;height:160px}.hero-art{min-height:400px}.hero h1{font-size:54px}}

/* Motion follows the scrapbook feel, while reading areas remain still. */
.reveal,.character{animation:none}
.motion-reveal{opacity:1;translate:0 0}
.motion-reveal.motion-waiting{opacity:0;translate:0 32px}
.motion-reveal.motion-visible{transition:opacity .75s ease,translate .85s cubic-bezier(.2,.75,.25,1);transition-delay:var(--reveal-delay,0ms)}
.hero.motion-start .eyebrow{animation:paper-enter .7s ease both}
.hero.motion-start h1>span{animation:paper-enter .85s cubic-bezier(.2,.75,.25,1) both}
.hero.motion-start h1>span:nth-child(1){animation-delay:.12s}
.hero.motion-start h1>span:nth-child(2){animation-delay:.24s}
.hero.motion-start h1>span:nth-child(3){animation-delay:.36s}
.hero.motion-start .intro,.hero.motion-start .actions{animation:paper-enter .8s .48s ease both}
.hero.motion-start .highlight:before{transform-origin:left center;animation:marker-draw .8s .7s cubic-bezier(.2,.75,.25,1) both}
.hero.motion-start .portrait-frame{animation:portrait-float 7s ease-in-out infinite}
.hero.motion-start .character{animation:lizie-sway 5s ease-in-out infinite}
.hero.motion-start .handnote{animation:paper-enter .8s .8s ease both}
.motion-toggle{position:absolute;right:0;top:-26px;border:1px solid var(--ink);border-radius:999px;background:var(--paper);padding:6px 12px;font:700 13px Nunito,sans-serif;z-index:3;cursor:pointer}
.motion-toggle:hover{background:var(--accent)}
.card .card-word,.card .arrow,.button>span,.intro-link>span:last-child{transition:transform .35s cubic-bezier(.2,.75,.25,1)}
.card:hover .arrow,.card:focus-visible .arrow,.intro-link:hover>span:last-child{transform:translate(4px,-4px)}
.cards .card:hover .card-word,.cards .card:focus-visible .card-word{transform:rotate(0deg) scale(1.06)}
.project-note{transition:transform .35s ease,box-shadow .35s ease}
.project-note:hover{transform:rotate(0deg) translateY(-5px);box-shadow:7px 7px 0 var(--ink)}
.motion-paused *, .motion-paused *:before,.motion-paused *:after{animation:none!important;transition:none!important}
.motion-paused .motion-reveal{opacity:1;translate:none}
@keyframes paper-enter{from{opacity:0;translate:0 24px}to{opacity:1;translate:0 0}}
@keyframes marker-draw{from{transform:rotate(-1.5deg) scaleX(0)}to{transform:rotate(-1.5deg) scaleX(1)}}
@keyframes portrait-float{0%,100%{transform:translateY(0) rotate(-3deg)}50%{transform:translateY(-10px) rotate(-1deg)}}
@keyframes lizie-sway{0%,100%{transform:translateY(0) rotate(5deg)}50%{transform:translateY(-8px) rotate(1deg)}}
@media(prefers-reduced-motion:reduce){.motion-reveal.motion-waiting{opacity:1;translate:none}.motion-toggle{display:none}}
@media print{.motion-reveal.motion-waiting{opacity:1;translate:none}.motion-toggle{display:none}}

/* Keep both versions of Chloe labelled clearly, outside the overlapping photos. */
.portrait-frame{overflow:visible}
.portrait-frame>img{border-radius:inherit}
.photo-caption{top:-34px;bottom:auto;left:6px;right:auto;padding:0;border:0;background:none;font:750 16px/1.4 Nunito,sans-serif;white-space:nowrap}
.motion-toggle{top:auto;bottom:0;left:0;right:auto}
.handnote{font-size:25px;line-height:1.15}
.cards .card.with-mini .card-top{display:grid;grid-template-columns:minmax(0,1fr) 38%;gap:8px;align-items:center;padding:16px;overflow:hidden}
.cards .card.with-mini .card-word{position:relative;max-width:none;font-size:clamp(25px,2.5vw,34px);line-height:1.08;padding:0;background:none;border:0;transform:rotate(-3deg);z-index:1}
.card-mini{position:relative;width:100%;height:145px;border:1px solid var(--ink);border-radius:70px 70px 10px 10px;overflow:hidden;background:#fbf3eb;transform:rotate(4deg);transition:transform .35s ease}
.card-mini img{position:absolute;width:220%;max-width:none;height:auto;left:-60%;top:-12%;display:block}
.cards .card.with-mini:hover .card-mini{transform:rotate(0deg) translateY(-3px)}
@media(min-width:761px) and (max-width:1000px){.cards .card.with-mini .card-top{gap:6px;padding:12px;grid-template-columns:minmax(0,1fr) 40%}.cards .card.with-mini .card-word{font-size:26px}.card-mini{height:125px}}
@media(max-width:760px){.photo-caption{font-size:16px;top:-32px}.motion-toggle{bottom:14px}.handnote{bottom:-36px;font-size:24px}.cards .card.with-mini .card-word{font-size:34px}.card-mini{height:140px}}
.project-feature{display:grid;grid-template-columns:1fr 1.2fr;gap:64px;align-items:center;padding-top:32px}.project-feature .project-note h2{margin:24px 0}.project-detail h2{margin:24px 0}.project-detail .actions{margin:28px 0}.article img{display:block;max-height:700px;object-fit:contain;border-radius:12px;margin:24px 0}
@media(max-width:760px){.project-feature{grid-template-columns:1fr;gap:40px;padding-top:16px}}

/* First Litter: real app preview */
.project-preview{margin:0;padding:24px;background:var(--accent);border:1px solid var(--ink);border-radius:20px;box-shadow:4px 4px 0 var(--ink);min-width:0}.project-preview-heading{display:flex;align-items:center;gap:14px;margin-bottom:22px}.project-preview-heading>img{width:72px;height:72px;object-fit:contain;flex-shrink:0}.project-preview-heading .number{font-family:Caveat,cursive;font-size:24px;line-height:1.15}.project-preview-heading h2{font-size:clamp(30px,3.4vw,44px);margin:8px 0 0;line-height:1}.app-screen{display:block;position:relative;aspect-ratio:480/720;overflow:hidden;border:1px solid var(--ink);border-radius:22px;background:#faf7ef;max-width:360px;margin:0 auto}.app-screen img{position:absolute;display:block;height:100%;width:266.6667%;max-width:none;left:-83.3333%;top:0}.project-preview figcaption{text-align:center;font-size:14px;font-weight:700;margin-top:18px}.project-feature{align-items:start}.project-detail{align-self:center}@media(max-width:760px){.project-preview{padding:20px}.project-preview-heading h2{font-size:38px}}

/* The added date remains visible without crowding the guide preview. */
.guide-date{display:block;margin-top:auto;padding-top:12px;color:var(--muted);font-size:12px;font-weight:750;line-height:1.4}.guide-date+.card-foot{margin-top:8px}
