@font-face {
  font-family: SystemRounded;
  src: local("Arial Rounded MT Bold");
  font-display: swap;
}

:root {
  color-scheme: light;
  --paper: #f5f3eb;
  --ink: #282922;
  --accent: #d0f348;
  --orb-light: #f0ff97;
  --orb-mid: #c5ed39;
  --orb-dark: #718b11;
  --sticker: #b6a0e5;
  --line: #d7d7cb;
}

* { box-sizing: border-box; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; transition: background-color .45s, color .45s; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
button:focus-visible, a:focus-visible { outline: 3px solid var(--ink); outline-offset: 7px; }
button { touch-action: manipulation; }
::selection { background: var(--sticker); color: var(--ink); }
.site-shell { max-width: 1800px; margin: 0 auto; padding: 0 4.3%; }
.header { display: flex; align-items: center; justify-content: space-between; height: 102px; border-bottom: 1px solid var(--line); }
.home { display: inline-flex; align-items: center; gap: 12px; color: inherit; font-size: 22px; font-weight: 800; text-decoration: none; letter-spacing: -1px; }
.brand-mark { width: 29px; height: 29px; fill: currentColor; transition: transform .4s; }
.home:hover .brand-mark { transform: rotate(90deg); }
.location, .eyebrow, .edition, .side-note, .play-hint { font-family: "Courier New", monospace; font-size: 12px; }
.location { display: flex; gap: 9px; align-items: center; }
.status-dot { width: 7px; height: 7px; background: var(--ink); border-radius: 50%; box-shadow: 0 0 0 4px var(--accent); }
.playground { min-height: 465px; height: min(47vw, 590px); display: grid; grid-template-columns: 1fr 1.2fr; position: relative; align-items: center; }
.intro { position: relative; z-index: 2; padding-bottom: 8px; }
.eyebrow { margin: 0 0 27px; font-size: 10px; text-transform: uppercase; letter-spacing: 1.9px; }
h1 { font-size: clamp(62px, 6.4vw, 106px); font-weight: 800; line-height: .98; letter-spacing: -.065em; margin: 0; }
.period { color: var(--orb-dark); }
.subline { margin: 24px 0 0; font-size: 17px; }
.doodle-arrow { width: 125px; height: 70px; position: absolute; left: 250px; bottom: -35px; transform: rotate(-14deg); }
.creature-stage { position: relative; width: min(100%, 590px); height: 450px; display: grid; place-items: center; justify-self: center; }
.orbit { position: absolute; border: 1px solid var(--line); border-radius: 50%; width: 92%; height: 64%; transform: rotate(-27deg); }
.orbit-two { width: 77%; height: 82%; transform: rotate(35deg); opacity: .5; }
.creature { position: relative; width: clamp(240px, 24vw, 360px); aspect-ratio: 1; border: 0; border-radius: 45% 55% 49% 51% / 55% 43% 57% 45%; background: radial-gradient(ellipse at 32% 21%, var(--orb-light) 0%, var(--orb-mid) 40%, var(--orb-dark) 100%); box-shadow: inset -14px -18px 24px #26330020, inset 7px 7px 12px #ffffff70; cursor: pointer; transform: rotate(-9deg); animation: float 6s ease-in-out infinite; z-index: 2; }
.creature::after { content: ""; position: absolute; inset: 0; border-radius: inherit; opacity: .13; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Cpath fill='%23fff' filter='url(%23n)' opacity='.7' d='M0 0h180v180H0z'/%3E%3C/svg%3E"); pointer-events: none; }
.creature:hover { filter: brightness(1.04); }
.face { position: absolute; left: 23%; right: 23%; top: 32%; height: 43%; display: flex; gap: 9%; transform: rotate(6deg); }
.eye { width: 46%; height: 69%; background: #fffef4; border-radius: 50%; box-shadow: inset -3px -4px 6px #00000017, 2px 4px 5px #52601524; position: relative; }
.pupil { position: absolute; width: 39%; height: 47%; left: 36%; top: 33%; border-radius: 50%; background: #262820; transform: translate(var(--look-x, 0px), var(--look-y, 0px)); }
.pupil::after { content: ""; position: absolute; width: 24%; height: 19%; background: white; border-radius: 50%; top: 17%; left: 19%; }
.mouth { position: absolute; width: 20%; height: 19%; border-bottom: 3px solid #343a1d; border-radius: 50%; bottom: 0; left: 44%; transform: rotate(-8deg); }
.creature-shadow { position: absolute; width: 47%; height: 24px; bottom: 30px; border-radius: 50%; background: #333a1920; filter: blur(13px); animation: shadow 6s ease-in-out infinite; }
.sticker { position: absolute; right: 7%; bottom: 62px; width: 101px; height: 101px; display: grid; place-content: center; text-align: center; background: var(--sticker); color: #282922; border: 1px solid #282922; border-radius: 50%; font-size: 25px; font-weight: 800; line-height: .93; letter-spacing: -1.5px; transform: rotate(15deg); z-index: 3; box-shadow: 3px 4px 0 #282922; }
.spark { position: absolute; font-size: 56px; line-height: 1; }
.spark-one { top: 44px; right: 14%; transform: rotate(12deg); }
.spark-two { bottom: 87px; left: 5%; font-size: 36px; font-weight: 400; }
.tiny-dot { position: absolute; width: 10px; height: 10px; background: var(--sticker); border-radius: 50%; top: 89px; left: 10%; }
.play-hint { position: absolute; bottom: 0; left: 24%; transform: rotate(-5deg); font-size: 11px; }
.play-hint span { font-size: 22px; display: inline-block; padding-left: 5px; }
.hello-bubble { position: absolute; top: 20px; left: 20%; padding: 12px 18px; border: 1px solid var(--ink); border-radius: 22px 22px 0; background: var(--paper); z-index: 4; transform: translateY(10px) rotate(-8deg); opacity: 0; transition: opacity .2s, transform .2s; pointer-events: none; font-size: 14px; }
.creature-stage.greeting .hello-bubble { opacity: 1; transform: translateY(0) rotate(-8deg); }
.creature-stage.greeting .creature { animation: squish .6s ease-in-out; }
.side-note { position: absolute; right: -19px; top: 50%; writing-mode: vertical-rl; font-size: 9px; letter-spacing: 2px; }
.interlude { display: flex; justify-content: space-between; align-items: center; padding: 0 0 15px; }
.edition { display: flex; align-items: center; gap: 10px; font-size: 10px; }
.edition-line { width: 26px; height: 1px; background: currentColor; }
.vibe-button { display: inline-flex; align-items: center; gap: 12px; background: transparent; color: inherit; border: 1px solid var(--ink); border-radius: 30px; padding: 13px 22px; cursor: pointer; font-size: 13px; transition: background-color .2s, transform .2s; }
.vibe-button:hover { background: var(--accent); transform: rotate(-3deg); }
.vibe-button:active { transform: scale(.96); }
.vibe-button svg { width: 18px; height: 18px; }
.wordmark { margin: 0 -1%; line-height: 0; pointer-events: none; }
.wordmark svg { display: block; width: 100%; overflow: visible; }
.wordmark text { font-family: SystemRounded, Arial, Helvetica, sans-serif; font-size: 310px; font-weight: 900; letter-spacing: -22px; fill: var(--ink); }
.wordmark-dot { fill: var(--orb-mid); }
.footer { border-top: 1px solid var(--line); margin-top: 22px; padding: 23px 0 27px; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-family: "Courier New", monospace; font-size: 10px; }
.footer-right { display: flex; align-items: center; gap: 10px; white-space: nowrap; }
.footer svg { width: 21px; height: 21px; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
@keyframes float { 0%, 100% { transform: translateY(0) rotate(-9deg); } 50% { transform: translateY(-17px) rotate(-3deg); } }
@keyframes shadow { 0%, 100% { transform: scaleX(1); opacity: 1; } 50% { transform: scaleX(.83); opacity: .65; } }
@keyframes squish { 0%, 100% { transform: rotate(-9deg); } 30% { transform: scale(1.15, .83) rotate(-14deg); } 65% { transform: scale(.93, 1.09) translateY(-20px) rotate(3deg); } }
@media (min-width: 1500px) { .playground { height: 570px; } }
@media (max-width: 800px) {
  .site-shell { padding: 0 6%; }
  .header { height: 80px; }
  .playground { min-height: 410px; height: 53vw; grid-template-columns: 1fr 1fr; }
  .eyebrow { font-size: 8px; letter-spacing: 1px; }
  h1 { font-size: 64px; }
  .subline { font-size: 15px; }
  .creature-stage { height: 360px; }
  .creature { width: 230px; }
  .sticker { width: 76px; height: 76px; font-size: 21px; right: -2%; bottom: 46px; }
  .doodle-arrow { left: 125px; width: 100px; bottom: -60px; }
  .spark-one { top: 20px; right: 8%; font-size: 42px; }
  .side-note { display: none; }
  .play-hint { left: 10%; bottom: 5px; }
}
@media (max-width: 560px) {
  .header { height: 76px; }
  .home { font-size: 20px; }
  .brand-mark { width: 25px; height: 25px; }
  .location { font-size: 10px; }
  .playground { height: auto; min-height: 0; grid-template-columns: 1fr; padding-top: 39px; }
  .intro { padding: 0; }
  .eyebrow { margin-bottom: 18px; font-size: 9px; }
  h1 { font-size: clamp(56px, 14.5vw, 80px); }
  h1 br { display: none; }
  .subline { margin-top: 15px; }
  .doodle-arrow { left: auto; right: 6%; bottom: -55px; width: 87px; transform: rotate(38deg); }
  .creature-stage { width: 100%; max-width: 380px; height: 345px; margin-top: 10px; overflow: clip; overflow-clip-margin: 12px; }
  .creature { width: 224px; }
  .orbit-one { width: 96%; height: 60%; }
  .orbit-two { width: 72%; height: 82%; }
  .sticker { right: 6%; bottom: 45px; }
  .spark-one { right: 17%; top: 24px; font-size: 37px; }
  .spark-two { left: 8%; bottom: 87px; }
  .tiny-dot { left: 13%; top: 60px; }
  .play-hint { left: 18%; bottom: 3px; font-size: 10px; }
  .creature-shadow { bottom: 28px; }
  .hello-bubble { top: 9px; left: 12%; }
  .interlude { padding: 26px 0 18px; }
  .vibe-button { padding: 11px 16px; font-size: 12px; gap: 8px; }
  .wordmark { margin: 0 -1.5%; }
  .footer { margin-top: 19px; padding: 18px 0 22px; font-size: 9px; line-height: 1.6; }
  .footer > span:first-child { max-width: 185px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
