:root{--lime:#b9ff00;--ink:#111;--violet:#4723d2;--paper:#f2f0e9}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--lime);color:var(--ink);font-family:Arial,Helvetica,sans-serif;font-weight:700}a{color:inherit;text-decoration:none}.site-header{height:64px;padding:15px 18px;display:flex;justify-content:space-between;align-items:center;position:absolute;z-index:5;width:100%;color:var(--violet)}.brand{font-size:17px}.site-header nav{display:flex;gap:8px}.site-header nav a{font-size:12px;border:1.5px solid;padding:8px 16px;border-radius:30px}.hero{height:100svh;min-height:720px;position:relative;overflow:hidden}.hero-card{position:absolute;width:min(48vw,610px);left:50%;top:49%;transform:translate(-50%,-50%) rotate(-2deg);border:2px solid;box-shadow:13px 12px 0 #111;animation:arrive .8s cubic-bezier(.2,.8,.2,1) both}.hero-card img,.hero-floater{display:block;width:100%}.hero-floater{position:absolute;width:18vw;max-width:250px;right:8%;bottom:22%;transform:rotate(9deg);border:2px solid;box-shadow:8px 8px 0 #fff}.hero-title{position:absolute;left:3%;bottom:4%;line-height:.75}.hero-title span{position:absolute;left:79%;top:-2px;font-size:1.7vw;letter-spacing:.08em}.hero-title h1{font-family:Georgia,serif;font-size:14vw;font-weight:400;margin:0}.hero-title p{font-size:1.3vw;line-height:.9;margin:12px 0 0}.down{position:absolute;right:3%;bottom:4%;width:58px;height:58px;border-radius:50%;background:#111;color:var(--lime);display:grid;place-items:center;font-size:27px}.ticker{background:var(--violet);color:var(--lime);overflow:hidden;padding:16px 0;white-space:nowrap;border-block:2px solid #111}.ticker div{font-size:18px;letter-spacing:.05em;animation:ticker 18s linear infinite;width:max-content}.archive{background:var(--paper);padding:8vw 3vw}.section-head{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:5vw}.section-head h2,.about h2{font-family:Georgia,serif;font-weight:400;font-size:10vw;line-height:.75;margin:0}.section-head h2 em,.about h2 em{font-weight:400}.section-head p{text-align:right;font-size:14px;line-height:1.5;font-weight:500}.section-head b{font-size:28px}.meme-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:3vw 2vw}.meme{appearance:none;background:transparent;border:0;padding:0;text-align:left;cursor:pointer;position:relative}.meme:nth-child(even){margin-top:9vw}.meme img{width:100%;display:block;border:2px solid #111;filter:saturate(.92);transition:.25s transform,.25s box-shadow}.meme:hover img{transform:translate(-6px,-6px);box-shadow:10px 10px 0 var(--violet)}.meme-meta{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:18px;padding:13px 2px;font-size:14px}.meme-meta span:nth-child(2){font-family:Georgia,serif;font-size:18px}.meme-meta span:last-child{font-size:22px}.about{background:var(--violet);color:var(--lime);min-height:76vh;padding:8vw 3vw;display:flex;flex-direction:column;justify-content:center;position:relative}.eyebrow{letter-spacing:.18em;font-size:13px}.about h2{font-size:13vw}.about>p:not(.eyebrow){font-size:22px;max-width:600px;line-height:1.25}.about button{align-self:flex-end;background:var(--lime);color:var(--violet);border:2px solid #111;border-radius:100%;width:170px;height:170px;font-size:18px;font-weight:bold;cursor:pointer;transition:.2s transform}.about button:hover{transform:rotate(-8deg) scale(1.05)}footer{background:#111;color:#eee;display:flex;justify-content:space-between;padding:25px 3%;font-size:12px;text-transform:uppercase}dialog{border:0;background:#111;color:white;padding:18px;width:min(88vw,720px);box-shadow:18px 18px 0 var(--violet)}dialog::backdrop{background:rgba(185,255,0,.88)}dialog img{width:100%;display:block}.close{position:absolute;right:-15px;top:-15px;border:2px solid;border-radius:50%;width:44px;height:44px;background:var(--lime);font-size:26px;cursor:pointer}dialog div{display:flex;justify-content:space-between;align-items:center;padding:16px 2px 0}dialog a{color:var(--lime);font-size:13px;text-transform:uppercase}@keyframes arrive{from{opacity:0;transform:translate(-50%,-42%) rotate(5deg) scale(.85)}}@keyframes ticker{to{transform:translateX(-50%)}}@media(max-width:700px){.hero{min-height:660px}.hero-card{width:76vw;top:43%}.hero-floater{width:32vw;right:-4%;bottom:20%}.hero-title h1{font-size:29vw}.hero-title span{font-size:4vw}.hero-title p{font-size:3.2vw}.down{width:52px;height:52px}.archive{padding:80px 18px}.section-head{align-items:flex-start}.section-head h2{font-size:20vw}.section-head p{font-size:11px}.section-head b{font-size:19px}.meme-grid{grid-template-columns:1fr;gap:30px}.meme:nth-child(even){margin-top:0}.about{padding:80px 18px}.about h2{font-size:25vw}.about>p:not(.eyebrow){font-size:18px;max-width:85%}.about button{width:130px;height:130px}footer{padding:22px 18px}.site-header nav a{padding:7px 12px}}
