/* Original hyesmo mark + selected brush lettering. Game artwork leads. */
:root{--paper:#eee9df;--ink:#1d201c;--muted:#606359;--line:#c5c7ba;--accent:#a94c2e;--cream:#f3ecde}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:28px}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased}body.modal-open{overflow:hidden}
a{color:inherit;text-underline-offset:5px;text-decoration-thickness:1px}a:hover{color:var(--accent)}button{font:inherit;color:inherit;cursor:pointer;touch-action:manipulation}button,a{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible{outline:3px solid #d57e4c;outline-offset:5px}img{display:block;max-width:100%;height:auto}
.wrap{width:min(1480px,100%);padding-inline:48px;margin-inline:auto}
.skip{position:fixed;top:12px;left:20px;padding:14px;background:white;z-index:20}.skip:not(:focus){clip-path:inset(50%);width:1px;height:1px;padding:0;overflow:hidden;white-space:nowrap}
.header{display:flex;align-items:center;justify-content:space-between;min-height:188px;padding-block:23px 27px;gap:32px}.brand{display:flex;flex-direction:column;align-items:center;gap:3px;width:144px;flex-shrink:0;text-decoration:none}.brand-mark{width:120px;height:auto;border-radius:0;object-fit:contain;mix-blend-mode:multiply}.brand-type{width:144px;height:auto;max-height:48px;object-fit:contain}.header nav{display:flex;gap:37px;align-items:center;font-size:14px;font-weight:700}.header nav a{padding-block:12px;text-decoration:none;border-bottom:2px solid transparent}.header nav a:hover{border-color:var(--ink);color:var(--ink)}
h1,h2,p{margin-top:0}.hero{position:relative;isolation:isolate;height:650px;overflow:hidden;background:#426052;color:var(--cream);border:2px solid var(--ink)}.hero-image,.hero-video,.hero-shade{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero-image{object-position:center}.hero-video{opacity:0;transition:opacity .45s}.hero-video.ready{opacity:1}.hero-shade{background:linear-gradient(0deg,rgba(9,25,21,.88),rgba(9,25,21,.22) 43%,transparent 73%);pointer-events:none}
.hero-heading{position:absolute;top:34px;left:36px;right:36px;display:flex;justify-content:space-between;align-items:flex-start;gap:24px;z-index:2}.hero-heading h1{margin:0}.mavora-logo{width:310px;height:auto;filter:drop-shadow(0 2px 12px #10282030)}.hero-heading p{margin:7px 0 0;font-size:13px;font-weight:600;color:#fff;text-shadow:0 1px 5px #183125}.hero-heading p span{margin-inline:10px}
.game-details{position:absolute;bottom:38px;left:40px;right:100px;z-index:2}.game-details>p{max-width:520px;font-size:24px;line-height:1.42;font-weight:500;letter-spacing:-.45px;margin:0 0 24px;text-wrap:pretty}.game-actions{display:flex;align-items:center;gap:27px;flex-wrap:wrap;font-size:13px}.game-actions>a{color:var(--cream)}.game-actions>a:hover{color:#fff}
.button{display:inline-flex;align-items:center;justify-content:center;gap:14px;border:1px solid var(--cream);background:var(--cream);color:var(--ink);border-radius:1px;font-size:14px;font-weight:700;padding:16px 22px;min-height:50px;text-decoration:none;transition:background .15s,box-shadow .15s}.button:hover{background:#fff;color:var(--ink);box-shadow:4px 4px 0 #0005}.duration{font-size:11px;font-weight:400;border-left:1px solid #a7a99e;padding-left:16px;margin-left:3px;color:#62665d}.ambient-toggle{position:absolute;z-index:3;right:28px;bottom:38px;display:grid;place-items:center;width:46px;height:46px;padding:0;background:#14231fd9;border:1px solid #f3ecde88;color:#fff;border-radius:1px}.ambient-toggle:hover{background:#101b18}.ambient-toggle[hidden],.icon[hidden]{display:none}.icon{display:block;width:18px;height:18px;flex-shrink:0}.ambient-toggle .icon{width:20px;height:20px}.icon-play{transform:translateX(1px)}
.screenshots{padding-block:39px 0}.section-heading{display:flex;align-items:baseline;justify-content:space-between;gap:20px;margin-bottom:20px}.section-heading h2{font-size:28px;letter-spacing:-1px;margin:0;line-height:1.1}.section-heading>span{font-size:12px;color:var(--muted)}.gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.shot{background:var(--ink);color:var(--cream);border:2px solid var(--ink);padding:0;text-align:left;min-width:0;overflow:hidden}.shot img{width:100%;aspect-ratio:16/9;object-fit:cover;transition:filter .2s}.shot>span{display:flex;align-items:center;justify-content:space-between;padding:13px 16px;font-size:14px;font-weight:600}.shot>span::after{content:'+';font-size:23px;font-weight:400;line-height:16px}.shot:hover img{filter:brightness(1.09)}.shot:hover>span{color:#ffba85}
.monday{display:grid;grid-template-columns:1.18fr 1fr;align-items:stretch;margin-top:60px;background:var(--ink);color:var(--cream);border:2px solid var(--ink)}.monday-image{display:flex;overflow:hidden;background:#271f1a}.monday-image img{width:100%;height:100%;object-fit:cover;object-position:center}.monday-copy{padding:45px 44px 43px}.availability{font-size:12px;color:#e4a47d;line-height:1.4;margin-bottom:25px}.monday h2{font-size:clamp(35px,4vw,60px);font-weight:800;letter-spacing:-2px;line-height:.98;margin-bottom:24px}.monday-copy>p:not(.availability){max-width:410px;font-size:15px;line-height:1.75;color:#d0d2c7;margin-bottom:26px}.monday .button{background:#edab7d;border-color:#edab7d}.monday .button:hover{background:#ffc59b}
.footer{display:flex;justify-content:space-between;align-items:flex-end;gap:35px;padding-block:55px 45px;margin-top:40px;border-top:2px solid var(--ink)}.footer h2{font-size:31px;letter-spacing:-1px;margin:0 0 17px}.contact-email{font-size:23px;letter-spacing:-.4px}.footer-links{display:flex;flex-wrap:wrap;gap:25px;font-size:13px;align-items:center}.footer-links>span{color:var(--muted)}
dialog{padding:18px;border:1px solid #545c4f;border-radius:2px;background:#171d18;color:white;width:min(1100px,94vw);max-height:94dvh;overflow:auto}dialog::backdrop{background:#080c09e8;backdrop-filter:blur(5px)}dialog video{width:100%;max-height:74dvh;background:#000;display:block}dialog>p{font-size:12px;color:#bec6ba;margin-bottom:2px}.dialog-close{display:block;margin:0 0 14px auto;border:0;background:transparent;color:white;font-size:13px;padding:8px;min-height:40px}.dialog-close span{font-size:25px;margin-left:20px;line-height:12px}#gallery-image{width:100%;max-height:75dvh;object-fit:contain}.gallery-controls{display:flex;gap:18px;align-items:center;justify-content:space-between}.gallery-controls p{font-size:13px;text-align:center;margin:16px 0}.gallery-controls button{background:#343c32;border:0;color:white;width:44px;height:44px;font-size:22px;flex-shrink:0}
@media(min-width:1550px){.hero{height:710px}}
@media(max-width:1000px){.wrap{padding-inline:30px}.hero{height:590px}.mavora-logo{width:255px}.hero-heading{left:28px;right:28px;top:28px}.game-details{left:30px;bottom:30px}.game-details>p{font-size:22px;max-width:450px}.monday-copy{padding:30px}.monday h2{font-size:44px}.footer-links{max-width:260px;justify-content:flex-end;gap:17px}.monday{grid-template-columns:1fr 1fr}.gallery{gap:14px}}
@media(max-width:650px){.wrap{padding-inline:20px}.header{min-height:150px;padding-block:18px 22px}.brand{width:115px}.brand-mark{width:96px}.brand-type{width:115px;max-height:39px}.header nav{gap:20px;font-size:13px}.header nav a:last-child{display:none}.hero{height:590px;margin-inline:-4px}.hero-image{object-position:62% center}.hero-heading{inset:24px 22px auto;display:block}.mavora-logo{width:230px}.hero-heading p{font-size:11px;margin:16px 0 0;text-shadow:0 1px 5px #102d22}.hero-shade{background:linear-gradient(0deg,rgba(9,25,21,.92),rgba(9,25,21,.30) 53%,rgba(9,25,21,.03) 100%)}.game-details{left:22px;right:22px;bottom:27px}.game-details>p{font-size:21px;line-height:1.42;max-width:320px;letter-spacing:-.35px;margin-bottom:21px}.game-actions{display:flex;align-items:flex-start;flex-direction:column;gap:20px;font-size:12px}.button{padding:14px 18px;font-size:13px;gap:10px}.duration{padding-left:12px}.ambient-toggle{right:22px;bottom:67px;width:43px;height:43px}.screenshots{padding-top:31px}.section-heading{align-items:center;gap:12px;margin-bottom:18px}.section-heading h2{font-size:25px}.section-heading>span{font-size:10px;max-width:75px;text-align:right;line-height:1.5}.gallery{grid-template-columns:1fr;gap:18px}.shot>span{padding:12px 14px;font-size:13px}.monday{grid-template-columns:1fr;margin-top:38px}.monday-image img{height:auto;object-fit:contain}.monday-copy{padding:30px 25px 32px}.availability{margin-bottom:20px}.monday h2{font-size:46px;margin-bottom:20px}.monday-copy>p:not(.availability){font-size:14px}.footer{display:block;padding-top:32px;padding-bottom:30px;margin-top:35px}.footer h2{font-size:28px;margin-bottom:14px}.contact-email{font-size:22px}.footer-links{max-width:none;justify-content:flex-start;margin-top:31px;gap:20px;font-size:12px}.footer-links>span{margin-left:auto}dialog{padding:10px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}

.hero-heading p{background:#14251ed9;padding:8px 11px;width:max-content;text-shadow:none}@media(max-width:360px){.game-actions .duration{display:none}.hero-heading{left:18px}.mavora-logo{width:210px}.game-details{left:18px;right:18px}.ambient-toggle{right:18px}.game-details>p{font-size:20px}}
