@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(assets/font-0.ttf) format('truetype');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(assets/font-1.ttf) format('truetype');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(assets/font-2.ttf) format('truetype');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(assets/font-3.ttf) format('truetype');
}
@font-face {
  font-family: 'Special Elite';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(assets/font-4.ttf) format('truetype');
}
:root{--paper:#e8d9be;--ink:#322a21;--rust:#985339;--muted:#72624e;--line:#b4a185}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font-family:'DM Sans',Arial,sans-serif;font-size:16px}button,a,input{-webkit-tap-highlight-color:transparent}button,a{touch-action:manipulation}button{color:inherit;font:inherit;cursor:pointer}a{color:inherit;text-decoration:none}button:focus-visible,a:focus-visible,input:focus-visible{outline:3px solid var(--rust);outline-offset:5px}button{border:0;background:none}button:disabled{opacity:.5;cursor:not-allowed}.grain{position:fixed;inset:0;pointer-events:none;z-index:20;opacity:.14;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='.83' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Cpath fill='%23000' filter='url(%23n)' opacity='.45' d='M0 0h180v180H0z'/%3E%3C/svg%3E")}header{display:flex;align-items:center;justify-content:space-between;gap:24px;margin:0 4%;height:106px;border-bottom:1px solid var(--ink)}.brand{display:flex;gap:12px;align-items:center;font-size:13px;font-weight:700;letter-spacing:1px}.brand-mark{font-family:Georgia,serif;font-size:44px;font-style:italic;letter-spacing:-5px;border:1.5px solid;line-height:1;width:53px;height:52px;text-align:center;border-radius:50%;padding-right:5px;transform:rotate(-9deg)}.brand small{display:block;font-size:9px;margin-top:6px;letter-spacing:1.1px}nav{display:flex;gap:24px}nav button{padding:12px 0;font-size:13px;position:relative}nav button.active:after{content:'';height:5px;border-top:2px solid var(--rust);border-radius:50%;position:absolute;left:0;right:0;bottom:1px;transform:rotate(-3deg)}.socials{display:flex;align-items:center;gap:20px}.socials>a:first-child{font-size:23px}.buy{font-size:12px;font-weight:700;letter-spacing:1px;border:1px solid;padding:14px 19px;box-shadow:3px 3px 0 var(--ink)}main{min-height:calc(100svh - 170px)}.view{padding:30px 5% 25px;animation:pageIn .55s ease both}.view[hidden]{display:none!important}@keyframes pageIn{from{opacity:0;transform:translateY(18px) rotate(.5deg)}to{opacity:1;transform:none}}#den{display:grid;grid-template-columns:44% 56%;position:relative;padding-bottom:0;overflow:hidden}.hero-copy{position:relative;z-index:2;padding:25px 0 35px}.eyebrow{font-size:11px;letter-spacing:2px;font-weight:600}.asterisk{font-size:24px;vertical-align:middle;margin-right:10px;color:var(--rust)}h1{font-family:Georgia,'Times New Roman',serif;font-weight:400;font-size:clamp(65px,7.5vw,125px);line-height:.95;letter-spacing:-6px;margin:27px 0 25px}em{font-weight:400;color:var(--rust)}.hero-copy p{line-height:1.7;font-size:16px}.hero-actions{display:flex;align-items:center;gap:20px;margin:28px 0}.button{padding:17px 22px;border:1px solid;font-size:13px;font-weight:500;display:inline-flex;gap:30px;align-items:center;justify-content:center;transition:transform .2s,box-shadow .2s}.button:hover{transform:translateY(-3px);box-shadow:4px 4px 0 var(--rust)}.dark{background:var(--ink);color:#f4e8d3}.text-button{font-family:'Special Elite','Courier New',monospace;font-size:13px;border-bottom:1px solid;padding:8px 0;transform:rotate(-3deg)}.hand-note{font-family:'Special Elite','Courier New',monospace;font-size:13px;line-height:1.6;transform:rotate(-4deg);color:var(--muted)}.art-stage{position:relative;display:flex;align-items:center;min-height:580px}.hero-art{width:125%;max-width:none;margin-left:-12%;mix-blend-mode:multiply;transition:transform .5s;animation:breathe 7s ease-in-out infinite;pointer-events:none}.orbit-word{position:absolute;right:6%;top:23px;border:1px solid var(--rust);color:var(--rust);border-radius:50%;padding:25px 12px;transform:rotate(14deg);font-size:10px;letter-spacing:2px;z-index:2}.art-tag{position:absolute;bottom:72px;right:6%;background:#ede0c5;padding:15px 19px;box-shadow:2px 5px 12px #322a2130;transform:rotate(-8deg);font-family:'Special Elite',monospace;font-size:12px;line-height:1.7;border:1px solid #b8a180}.art-tag:before{content:'';position:absolute;width:50px;height:17px;background:#bc976c88;top:-9px;left:35%;transform:rotate(5deg)}.art-caption{position:absolute;bottom:25px;left:15%;font-size:9px;letter-spacing:2px}.speech{position:absolute;top:25%;right:0;max-width:240px;background:#f4e8d3;border:1px solid;padding:18px;transform:rotate(4deg);display:none;z-index:5;font-family:'Special Elite',monospace;line-height:1.5}.speech.show{display:block;animation:pageIn .3s}.bottom-strip{grid-column:1/-1;display:flex;justify-content:space-between;gap:18px;align-items:center;min-height:62px;border-top:1px solid var(--ink);font-size:10px;letter-spacing:2px}.bottom-strip button{font-size:10px;letter-spacing:1px}.bottom-strip>span:nth-child(even){font-size:24px;color:var(--rust)}footer{margin:0 4%;border-top:1px solid var(--ink);min-height:64px;display:flex;align-items:center;justify-content:space-between;gap:18px;font-size:10px;letter-spacing:1px}footer b{margin-left:18px;color:var(--rust)}footer button{font-size:10px;letter-spacing:1px}.radio-dot{display:inline-block;width:6px;height:6px;background:var(--rust);border-radius:50%;margin-right:7px}.section-top{display:flex;justify-content:space-between;align-items:center;margin:8px 0 35px;gap:20px}.section-top>span:last-child:not(.eyebrow){font-size:13px}h2{font-family:Georgia,serif;font-weight:400;font-size:clamp(42px,5vw,72px);line-height:1.02;letter-spacing:-2.5px;margin:0 0 25px}.story-layout{display:grid;grid-template-columns:42% 53%;gap:5%;padding-bottom:30px}.chapter-list{display:grid;gap:4px;max-width:330px}.chapter-list button{text-align:left;border-bottom:1px solid var(--line);padding:13px 5px;font-size:13px}.chapter-list button.active{color:var(--rust);padding-left:17px}.chapter-list span{margin-right:18px;font-family:Georgia,serif;font-style:italic}.story-paper{position:relative;background:#f1e6ce;padding:38px 45px;box-shadow:7px 8px 0 #ab94744a;transform:rotate(1deg);border:1px solid #bda98a;min-height:440px}.tape{position:absolute;top:-13px;left:40%;width:95px;height:27px;background:#b4976560;transform:rotate(-5deg)}.paper-meta{display:flex;justify-content:space-between;gap:12px;font-size:9px;letter-spacing:1.5px;color:var(--muted)}.story-paper h3{font-family:Georgia,serif;font-size:35px;font-weight:400;margin:28px 0 22px}.story-paper p{line-height:1.8;font-size:16px}.paper-bottom{display:flex;justify-content:space-between;align-items:center;margin-top:25px}.paper-bottom>span{font:13px 'Special Elite',monospace;color:var(--rust)}.round{border:1px solid;border-radius:50%;width:44px;height:44px;flex-shrink:0}.round:hover{background:var(--ink);color:var(--paper)}.inventory-heading{display:flex;justify-content:space-between;align-items:center;gap:30px}.inventory-heading p{font-size:14px;line-height:1.8}.items{display:grid;grid-template-columns:repeat(5,1fr);gap:20px;padding:30px 0}.item{position:relative;background:#f0e4cd;border:1px solid var(--line);padding:0 0 25px;box-shadow:4px 5px 0 #b8a08477;transform:rotate(var(--tilt));transition:transform .25s}.item:hover{transform:rotate(0) translateY(-12px)}.item-picture{height:185px;display:block;background-image:url('assets/ape-art.png');background-size:660px auto;background-repeat:no-repeat;mix-blend-mode:multiply}.item strong{display:block;font-family:Georgia,serif;font-size:23px;font-weight:400;margin:14px 0 8px}.item small{font-size:10px;letter-spacing:1px}.item .found{position:absolute;top:10px;right:10px;background:var(--rust);color:var(--paper);padding:5px;font-size:10px;transform:rotate(10deg)}.inventory-bottom{display:flex;justify-content:space-between;align-items:center;gap:30px;margin:30px 0}.map-layout{display:grid;grid-template-columns:53% 40%;gap:7%;align-items:center;padding:0 0 35px}.record-wrap{position:relative;min-height:480px;display:flex;align-items:center;justify-content:center}.record{width:380px;height:380px;border-radius:50%;background:repeating-radial-gradient(circle at center,#352e26 0px,#352e26 2px,#514538 3px,#302921 4px);box-shadow:8px 12px 20px #4b35252b;display:grid;place-items:center;transition:transform 1.2s cubic-bezier(.2,.7,.2,1);border:9px solid #2e271f}.record-center{width:145px;height:145px;background:#b98257;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;font:bold 34px Georgia;letter-spacing:3px;color:#30271d;border:1px solid #ddae7c}.record-center small{font:7px Arial;letter-spacing:1px;margin:10px 0}.record-center span{font:12px 'Special Elite',monospace}.map-node{position:absolute;background:#f0e2c7;padding:14px 18px;border:1px solid;box-shadow:3px 3px 0 #6b503f40;transform:rotate(-5deg);font:13px 'Special Elite',monospace}.map-node.active{background:var(--rust);color:#fff1d8;transform:rotate(4deg) scale(1.06)}.map-node:nth-child(1){top:4%;left:7%}.map-node:nth-child(2){top:21%;right:0}.map-node:nth-child(3){bottom:20%;right:0}.map-node:nth-child(4){bottom:10%;left:2%}.spin-button{position:absolute;bottom:-10px;font-size:11px;letter-spacing:2px;border-bottom:1px solid;padding:8px}.map-copy h2{margin-top:20px}.map-copy p{line-height:1.8}.map-copy ul{padding:0;list-style:none;line-height:2;font-size:13px}.map-copy li:before{content:'↳';margin-right:12px;color:var(--rust)}.map-controls{display:flex;align-items:center;gap:20px;margin:23px 0}.map-controls>span{font-family:'Special Elite',monospace;font-size:13px}.map-disclaimer{display:block;line-height:1.6;color:var(--muted);font-size:11px}.radio-panel{position:fixed;right:5%;bottom:80px;z-index:30;width:340px;background:#ead9b9;padding:28px;border:1px solid var(--ink);box-shadow:8px 8px 0 #322a2140;transform:rotate(-1deg)}.radio-panel h3{font:30px Georgia;margin:20px 0}.frequency{display:flex;align-items:center;gap:12px;background:var(--ink);color:var(--paper);padding:15px}.frequency output{font:42px 'Special Elite',monospace}.frequency span{font-size:12px}input[type=range]{width:100%;accent-color:var(--rust);margin:20px 0 0}.radio-panel p{font-size:13px;line-height:1.5;min-height:40px}.radio-panel small{display:block;font-size:10px;margin-top:12px}.close-small{position:absolute;top:8px;right:10px;font-size:24px}dialog{width:min(580px,90vw);border:1px solid var(--ink);padding:46px;background:#eee0c5;color:var(--ink);box-shadow:12px 12px 0 #332a2140}dialog::backdrop{background:#30271f88;backdrop-filter:blur(4px)}dialog h2{font-size:44px;margin:20px 0}dialog p{line-height:1.8}dialog .button{margin-top:16px}.dialog-close{position:absolute;top:12px;right:18px;font-size:30px}.toast{position:fixed;bottom:85px;left:50%;transform:translateX(-50%) translateY(20px);background:var(--ink);color:var(--paper);padding:15px 25px;font-size:13px;z-index:40;opacity:0;pointer-events:none;transition:.25s;max-width:90vw}.toast.show{opacity:1;transform:translateX(-50%) translateY(0)}@keyframes breathe{50%{transform:translateY(-8px) rotate(.5deg)}}body.still *,body.still *:before{animation:none!important;transition:none!important}@media(min-width:1550px){main,header,footer{max-width:1550px;margin-left:auto;margin-right:auto}}@media(max-width:1100px){header{gap:12px}nav{gap:16px}.brand small{display:none}.brand>span:last-child{font-size:10px}.buy{padding:12px;font-size:10px}.socials{gap:12px}.art-stage{min-height:530px}.hero-actions{gap:12px}.text-button{font-size:11px}.record{width:310px;height:310px}.item-picture{height:145px;background-size:550px}.item strong{font-size:19px}.footer-note{display:none}}@media(max-width:760px){header{height:auto;padding:20px 0 12px;flex-wrap:wrap;gap:18px}.brand{order:0}.brand-mark{height:42px;width:43px;font-size:36px}.brand>span:last-child{font-size:11px}.socials{margin-left:auto}.socials .buy{font-size:10px}nav{order:2;width:100%;justify-content:space-between;gap:8px}nav button{font-size:12px}.view{padding:24px 6%}#den{grid-template-columns:1fr}.hero-copy{padding:5px 0 0}.eyebrow{font-size:9px;letter-spacing:1.4px}h1{font-size:79px;letter-spacing:-4px;margin:20px 0;line-height:.93}.hero-copy p{font-size:14px}.hero-actions{margin:22px 0}.hero-copy .hand-note{display:none}.art-stage{min-height:0;height:390px;margin-top:-15px}.hero-art{width:115%;margin-left:-8%}.orbit-word{top:10px;right:0;font-size:8px;padding:20px 8px}.art-tag{bottom:42px;right:0;font-size:9px}.art-caption{font-size:7px;bottom:12px;left:10%}.bottom-strip{font-size:8px;gap:8px;min-height:55px}.bottom-strip>span:nth-child(3),.bottom-strip>span:nth-child(4){display:none}.bottom-strip button{font-size:9px}footer{flex-wrap:wrap;padding:18px 0;gap:17px;font-size:9px}footer b{margin-left:8px}footer button{font-size:9px}.section-top{margin-bottom:28px}.section-top .hand-note{display:none}.story-layout,.map-layout{grid-template-columns:1fr;gap:35px}h2{font-size:47px}.chapter-list{max-width:none;grid-template-columns:repeat(5,1fr);gap:5px}.chapter-list button{font-size:0;text-align:center;padding:12px}.chapter-list span{font-size:15px;margin:0}.chapter-list button.active{padding-left:12px;background:#c6aa82}.story-paper{padding:30px 25px;min-height:440px}.story-paper h3{font-size:30px}.story-paper p{font-size:15px}.inventory-heading{display:block}.inventory-heading p{font-size:13px}.items{grid-template-columns:repeat(2,1fr);gap:22px;padding:20px 0}.item-picture{height:170px;background-size:600px}.item:last-child{grid-column:1/-1;width:48%;justify-self:center}.inventory-bottom{flex-direction:column;text-align:center}.inventory-bottom .button{font-size:11px}.record-wrap{min-height:395px}.record{width:285px;height:285px}.map-node{font-size:11px;padding:12px}.map-copy{padding-top:10px}.map-layout{gap:30px}.radio-panel{width:90%;right:5%;bottom:90px}.speech{top:14%;font-size:12px;width:180px}dialog{padding:38px 25px}dialog h2{font-size:36px}}@media(prefers-reduced-motion:reduce){*,*:before{animation:none!important;transition:none!important}}
.hero-art{mask-image:linear-gradient(to right,transparent,#000 7%,#000 95%,transparent);-webkit-mask-image:linear-gradient(to right,transparent,#000 7%,#000 95%,transparent)}.brand-mark{font-size:39px;padding-right:8px}.view{transform-origin:center center}body{overflow-x:clip}.item-picture{background-size:760px auto}@media(max-width:760px){.brand-mark{font-size:33px}.item-picture{background-size:620px auto}.hero-art{mask-image:linear-gradient(to bottom,transparent,#000 6%,#000 92%,transparent);-webkit-mask-image:linear-gradient(to bottom,transparent,#000 6%,#000 92%,transparent)}}
