:root{--ink:#132e27;--night:#0d211d;--cream:#f4f0da;--gold:#eec37f;--sage:#bfd4ba;--line:#ffffff25;color-scheme:dark}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--night);color:var(--cream);font:18px/1.65 -apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}a{color:inherit}button,a{-webkit-tap-highlight-color:transparent}button{font:inherit}button,a:focus-visible,summary:focus-visible{outline-offset:7px}a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid var(--gold)}img{display:block;max-width:100%}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:Palatino,"Palatino Linotype",Georgia,serif;font-weight:400;line-height:1.04;letter-spacing:-.045em}em{color:var(--gold);font-weight:400}h1{font-size:clamp(3.3rem,6vw,6.3rem)}h2{font-size:clamp(2.8rem,5.3vw,5.2rem)}h3{font-size:2rem}p{max-width:60ch}header{position:absolute;z-index:10;inset:0 0 auto;display:flex;align-items:center;justify-content:space-between;padding:28px 5%;gap:25px}.brand{display:flex;align-items:center;gap:13px;letter-spacing:.15em;font-size:16px;font-weight:800;text-decoration:none;white-space:nowrap}.brand img{border-radius:10px}nav{display:flex;gap:30px}nav a{text-decoration:none;font-size:15px;font-weight:600}nav a:hover{color:var(--gold)}.skip{position:absolute;top:-80px;z-index:20;background:var(--cream);color:var(--ink);padding:12px}.skip:focus{top:10px}.hero{min-height:970px;height:min(1060px,110vh);position:relative;overflow:hidden;display:flex;align-items:center;padding:135px 7% 145px;isolation:isolate}.forest,.veil{position:absolute;width:100%;height:100%;inset:0;object-fit:cover;z-index:-3}.forest{transform:scale(1.06) translateY(var(--forest-y,0px));filter:brightness(.68)}.veil{z-index:-2;background:linear-gradient(90deg,#102c29ef 0%,#14362bc4 48%,#142e2526),linear-gradient(0deg,var(--night),transparent 40%)}.hero-copy{width:61%;max-width:830px;z-index:2}.eyebrow{font-size:13px;letter-spacing:.19em;text-transform:uppercase;font-weight:700;color:var(--gold);margin-bottom:28px}.hero h1{margin-bottom:32px}.intro{font-size:19px;line-height:1.75;max-width:470px;color:#e1e8d7}.button{display:inline-flex;align-items:center;justify-content:center;gap:28px;border-radius:100px;padding:17px 26px;background:var(--gold);color:var(--night);font-size:15px;font-weight:700;text-decoration:none;transition:transform .2s,background .2s;min-height:52px}.button:hover{background:#ffdaa4;transform:translateY(-3px)}.availability{font-size:14px;color:var(--sage);margin-top:21px}.hero-game{margin:0;position:absolute;width:clamp(250px,24vw,345px);right:9%;top:140px;transform:rotate(3deg);filter:drop-shadow(0 28px 45px #0008)}.hero-game img{border:7px solid #f8efd840;border-radius:35px;width:100%;height:auto;background:var(--ink)}figcaption{font:italic 19px Georgia,serif;text-align:center;margin:22px 0;transform:rotate(-3deg);color:var(--gold)}.hero-bottom{position:absolute;bottom:50px;left:7%;right:7%;display:flex;gap:50px;border-top:1px solid var(--line);padding-top:25px;font-size:12px;letter-spacing:.2em;color:var(--sage)}.motes{position:absolute;inset:0;pointer-events:none;overflow:hidden;z-index:1}.mote{position:absolute;width:3px;height:3px;background:#ffe4ae;border-radius:50%;box-shadow:0 0 12px #ffeead;opacity:0;animation:drift 12s ease-in-out infinite;animation-delay:var(--delay)}@keyframes drift{0%,100%{opacity:0;transform:translate(0,0)}30%,65%{opacity:.55}90%{transform:translate(22px,-48px)}}.story{padding:110px 7% 100px;max-width:1600px;margin:auto}.story-grid{display:grid;grid-template-columns:1fr 1fr;gap:9%;align-items:center;margin-bottom:70px}.story-grid p{color:#c8d6ca;font-size:20px}.verbs{display:flex;gap:12px;margin-top:32px}.verbs span{border:1px solid #9fb59d50;padding:9px 20px;border-radius:50px;font-size:14px}.wide-shot{border:1px solid var(--line);border-radius:32px;display:grid;grid-template-columns:1fr 1fr;gap:10%;align-items:center;overflow:hidden;background:#203c31;padding:55px 8%}.wide-shot>img{max-height:610px;width:auto;margin:auto;border-radius:22px;box-shadow:0 25px 40px #0005}.wide-shot h3{font-size:clamp(2.3rem,4vw,3.5rem);margin-top:25px}.wide-shot p{color:#d1dacb}.breathing{background:var(--cream);color:var(--ink);padding:100px 7%;text-align:center}.breathing .eyebrow{color:#61704b}.breathing em{color:#91663e}.comforts{display:grid;grid-template-columns:repeat(3,1fr);gap:7%;max-width:1200px;margin:65px auto 0}.comforts article>span{display:block;font-size:40px;color:#a17841;margin-bottom:20px}.comforts h3{font-size:27px;letter-spacing:-.025em}.comforts p{font-size:17px;color:#4e6254}.adventures{padding:110px 7%;max-width:1600px;margin:auto}.adventure-heading{display:flex;align-items:end;gap:8%;justify-content:space-between}.adventure-heading>p{max-width:340px;color:#bfd2c2;margin-bottom:50px}.adventure-heading h2{font-size:clamp(2.8rem,4.8vw,4.8rem)}.tabs{display:flex;gap:8px;flex-wrap:wrap;margin:20px 0 28px}.tabs button{border:1px solid #7d957b70;background:transparent;color:var(--cream);border-radius:50px;padding:13px 24px;font-size:15px;cursor:pointer}.tabs button[aria-selected=true]{background:var(--gold);border-color:var(--gold);color:var(--night)}.world{isolation:isolate;position:relative;overflow:hidden;display:grid;grid-template-columns:1fr 1fr;gap:12%;align-items:center;border-radius:32px;padding:65px 8%;min-height:740px}.world[hidden]{display:none}.world-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2;filter:brightness(.43)}.world:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#102b27d9,#102b2715);z-index:-1}.world h3{font-size:clamp(2.8rem,4vw,4.2rem);margin-top:30px}.world p{color:#e0e8d7}.pill{font-size:12px;letter-spacing:.1em;border:1px solid #eec37f70;color:#ffe0aa;border-radius:40px;padding:9px 14px;display:inline-block}.world-shot{height:620px;width:auto;border:5px solid #fff3;border-radius:28px;box-shadow:0 24px 45px #0006;transform:rotate(2deg)}.purchase-note{font-size:14px}.closing{padding:10px 7% 110px;text-align:center}.closing img{margin:0 auto 30px;border-radius:25px}.closing p{margin-left:auto;margin-right:auto;color:#bfd2c2}.closing h2{margin-bottom:28px}.text-link{text-underline-offset:6px;color:var(--gold)}footer{border-top:1px solid var(--line);padding:55px 7%;display:grid;grid-template-columns:1fr auto;gap:10px 30px}footer p{font:italic 20px Georgia,serif;grid-column:1;margin-bottom:20px;color:var(--sage)}footer>div{grid-column:2;grid-row:1/3;display:flex;gap:25px;align-items:start;flex-wrap:wrap}footer a:not(.brand),footer button{font-size:14px}footer button{color:var(--sage);background:none;border:0;padding:0;cursor:pointer;text-decoration:underline;text-underline-offset:4px}footer small{color:#9cae9e;font-size:12px}.legal{padding:160px 7% 100px;max-width:1000px;margin:auto}.legal h1{font-size:clamp(2.8rem,5vw,4.3rem)}.legal h2{font-size:30px;letter-spacing:-.025em;margin-top:48px;margin-bottom:18px}.legal p{color:#cbd8cc}.legal a:not(.button){color:var(--gold);text-underline-offset:4px}.updated{font-size:14px;color:#8fa994!important;margin:25px 0 35px}.support details{border-bottom:1px solid var(--line);padding:20px 0}.support summary{cursor:pointer;font-size:19px;font-weight:600}.support details p{margin:20px 0 0;font-size:17px}.motion-paused *{animation-play-state:paused!important}.motion-paused .forest{transform:none!important}@media(max-width:850px){header{padding:22px 6%}nav{gap:18px}nav a{font-size:13px}nav a:first-child{display:none}.hero{height:auto;min-height:0;display:block;padding:135px 7% 100px}.hero-copy{width:100%;max-width:650px}.hero h1{font-size:clamp(3.5rem,8vw,5rem)}.hero-game{position:relative;top:auto;right:auto;width:270px;margin:45px auto 25px;transform:rotate(2deg)}.hero-bottom{bottom:22px;gap:20px;justify-content:space-between;font-size:10px}.veil{background:linear-gradient(#12352ce0,#133a2c9f 50%,var(--night))}.story,.adventures{padding:75px 7%}.story-grid{grid-template-columns:1fr;gap:20px}.story-grid h2{margin-bottom:10px}.wide-shot{gap:30px;padding:35px 6%;grid-template-columns:1fr}.wide-shot>img{max-height:540px}.wide-shot>div{max-width:420px}.breathing{padding:75px 7%}.comforts{grid-template-columns:1fr;gap:38px;max-width:460px}.comforts p{margin-bottom:0}.adventure-heading{display:block}.adventure-heading>p{max-width:550px;margin-bottom:30px}.world{grid-template-columns:1fr;gap:28px;padding:35px 8%}.world-shot{height:auto;max-height:540px;margin:auto;max-width:100%}.world h3{font-size:3rem}.tabs button{font-size:13px;padding:12px 16px}.closing{padding-bottom:75px}footer{display:block}footer>div{margin:25px 0}footer small{display:block}.legal{padding-top:130px}.support .button{font-size:14px;padding:16px 20px;overflow-wrap:anywhere}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.forest{transform:none!important}}
