:root{--bg:#F5F5DC;--ink:#2b2b2b;--orange:#F28500;--yellow:#FFF44F;--green:#32CD32;--space-xs:0.5rem;--space-sm:1rem;--space-md:2rem;--space-lg:3rem;--text-xs:0.8rem;--text-sm:0.95rem;--text-md:1rem;--text-lg:1.5rem;--text-xl:2.25rem;--text-xxl:3rem}*,::after,::before{box-sizing:border-box}html{scrollbar-gutter:stable}body,html{margin:0;padding:0}body{min-height:100vh;background:var(--bg);color:var(--ink);font-family:Georgia,"Times New Roman",serif;font-size:var(--text-md);line-height:1.5;letter-spacing:.01em;display:flex;flex-direction:column}h1,h2,h3{margin:0 0 var(--space-sm);letter-spacing:.04em}h1{font-size:var(--text-xxl);margin-bottom:var(--space-sm)}h2{font-size:var(--text-xl)}h3{font-size:var(--text-lg)}h4{font-size:var(--text-md)}p{margin:0 0 var(--space-sm);max-width:60ch}section{margin:var(--space-lg) 0;padding:var(--space-md)}header{padding:0;background:var(--yellow);border-bottom:4px solid var(--orange);text-align:center}header nav{width:100%;background-color:var(--ink);text-align:left;padding:var(--space-sm)}header nav ul{list-style:none;margin:0;padding:0;display:flex;justify-content:flex-end;gap:var(--space-md)}header nav a{position:relative;text-decoration:none;color:var(--bg);display:inline-block;transition:color .2s ease-in-out;letter-spacing:1px}header nav a:hover{color:var(--yellow)}header nav a.active{color:var(--yellow)}header nav a:before{content:'';height:0;position:absolute;width:.25em;background-color:var(--yellow);left:-.5em;transition:all .2s ease-in-out}header nav a:hover:before{height:100%}header::before{content:"";position:absolute;top:var(--space-xs);left:var(--space-xs);width:180px;height:180px;background:url('/assets/images/popsicle.webp') no-repeat top right;background-size:contain;pointer-events:none}main{flex:1 0 auto;padding:var(--space-md);position:relative;max-width:960px;width:100%;margin:0 auto}footer{padding:var(--space-md);display:flex;flex-direction:row;justify-content:space-between}footer ul{display:flex;flex-direction:row;justify-content:center;gap:var(--space-md);list-style:none;margin:0;padding:0}footer ul,small{font-size:var(--text-xs)}.layout-grid{list-style:none;margin:0;padding:0;display:grid;gap:var(--space-md)}.layout-grid img{width:100%;height:auto;display:block;border:1px solid rgba(0,0,0,.15)}.release-link{display:flex;flex-direction:column;align-items:center;gap:var(--space-sm);padding:var(--space-sm);background:#fff;box-shadow:0 4px 10px rgba(0,0,0,.15);transform:rotate(-1deg);color:var(--ink);text-align:center;font-family:"Comic Sans MS","Bradley Hand",cursive;font-weight:400;letter-spacing:.02em}.release-info h4{margin:0 0 var(--space-xs)}.release-info small{font-style:italic;opacity:.75}.layout-grid li:nth-child(3n) .release-link{transform:rotate(1.5deg)}.layout-grid li:nth-child(5n) .release-link{transform:rotate(-2deg)}@media (max-width:599px){header nav ul{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-sm);text-align:center}footer{text-align:center;flex-direction:column;justify-content:center}header::before{width:120px;height:120px}header img{width:140px;height:84px}}@media (min-width:600px){.layout-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:900px){.layout-grid{grid-template-columns:repeat(3,1fr)}}