@font-face {
    font-family: Alegreya;
    src: url('/media/alegreya.ttf') format('truetype');
    font-display: swap;
}
:root {
    color-scheme: dark;
    font-family: system-ui,sans-serif;
    color: #d9d6d0;
    background: #090c11;
    --muted: #92999e;
    --line: #30333a;
    --gold: #bdac89;
}
* {
    box-sizing: border-box;
}
body {
    margin: 0;
    background: radial-gradient(ellipse at 50% 25%,#14203765,transparent 45%),#090c11;
}
a {
    color: inherit;
    text-decoration: none;
}
a:focus-visible {
    outline: 2px solid #c9b98e;
    outline-offset: 7px;
}
header {
    height: 86px;
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 0 5vw;
    border-bottom: 1px solid #ffffff09;
    font-size: 11px;
    letter-spacing: 2px;
    position: relative;
    z-index: 2;
}
.wordmark {
    font-size: 12px;
    font-weight: 700;
    color: #b7b2ab;
}
.development {
    color: #ac9e81;
    border: 1px solid #61563f6b;
    padding: 6px 10px;
    letter-spacing: 1px;
    font-size: 10px;
    text-transform: uppercase;
}
.creator-link {
    margin-left: auto;
    letter-spacing: 1px;
    color: var(--muted);
}
a:hover {
    color: #f0e6ce;
}
.arrival {
    position: relative;
    text-align: center;
    min-height: calc(100vh - 86px);
    padding: 12px 24px 30px;
    isolation: isolate;
    overflow: hidden;
}
.light {
    position: absolute;
    width: 780px;
    height: 780px;
    left: 50%;
    top: -90px;
    transform: translateX(-50%);
    background: radial-gradient(ellipse,#33427036,transparent 63%);
    z-index: -1;
    pointer-events: none;
}
.vessel-logo {
    display: block;
    width: min(600px,90vw);
    height: auto;
    margin: -18px auto -42px;
    filter: drop-shadow(0 14px 36px #050609);
}
.eyebrow {
    font-size: 10px;
    letter-spacing: 3px;
    color: var(--gold);
    margin: 0 0 12px;
}
h1 {
    font: 400 clamp(40px,5vw,62px)/1.1 Alegreya,Georgia,serif;
    letter-spacing: -1px;
    margin: 0 0 18px;
    color: #eee9df;
}
.fiction {
    font: 400 22px/1.5 Alegreya,Georgia,serif;
    color: #b4b7bd;
    margin: 0 0 16px;
}
.description {
    max-width: 530px;
    margin: 0 auto;
    color: #868e97;
    font-size: 13px;
    line-height: 1.8;
}
.downloads {
    display: flex;
    justify-content: center;
    gap: 14px;
    margin: 29px auto 0;
    flex-wrap: wrap;
}
.download {
    width: 236px;
    min-height: 68px;
    border: 1px solid #867b626e;
    background: linear-gradient(#323229,#27281f);
    text-align: left;
    padding: 14px 20px;
    display: grid;
    grid-template-columns: 1fr 24px;
    align-items: center;
    box-shadow: inset 0 1px #ffffff0b;
    transition: background .15s,transform .15s;
}
.download:first-child {
    background: linear-gradient(#b1a581,#8b826b);
    color: #14171a;
    border-color: #c9bc954d;
}
.download:hover {
    transform: translateY(-2px);
    color: #fff5df;
    border-color: #c9bc95;
}
.download:first-child:hover {
    color: #0a0c0e;
    background: #c6b78e;
}
.download:active {
    transform: translateY(1px);
}
.download strong {
    font-size: 13px;
    font-weight: 600;
}
.download small {
    display: block;
    font-size: 10px;
    margin-top: 4px;
    opacity: .65;
}
.download .arrow {
    font-size: 22px;
}
.development-note {
    font-size: 11px;
    color: #717983;
    line-height: 1.7;
    margin: 18px 0;
}
.download-status {
    font-size: 12px;
    color: #b19f7a;
    margin: 10px 0 0;
}
.discover {
    display: block;
    font: 26px Alegreya;
    color: #857d6e;
    margin: 32px auto 0;
    width: 40px;
}
.world {
    padding: 45px 6vw 64px;
    max-width: 1320px;
    margin: auto;
}
.section-rule {
    display: flex;
    align-items: center;
    gap: 28px;
    font-size: 9px;
    letter-spacing: 3px;
    color: #857c67;
}
.section-rule:before,
.section-rule:after {
    content: '';
    height: 1px;
    background: linear-gradient(90deg,transparent,#494339);
    flex: 1;
}
.section-rule:after {
    transform: rotate(180deg);
}
.chapters {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 65px;
    margin: 60px 0 45px;
}
.chapter-number {
    font: 20px Alegreya;
    color: #776b55;
}
h2 {
    font: 400 27px Alegreya,Georgia,serif;
    color: #cec7b8;
    margin: 13px 0;
}
.chapters p {
    font: 14px/1.9 system-ui;
    color: #8e969e;
    margin: 0;
}
.world-note {
    font: italic 17px/1.5 Alegreya;
    text-align: center;
    color: #727b83;
    margin: 0;
}
footer {
    padding: 30px 5vw;
    border-top: 1px solid #ffffff0a;
    display: flex;
    gap: 30px;
    color: #727a82;
    font-size: 10px;
    letter-spacing: 1px;
    align-items: center;
}
footer b {
    margin: 0 10px;
    font-weight: 400;
}
footer > a:first-of-type {
    margin-left: auto;
}
.font-license {
    font-size: 9px;
    color: #555e68;
}
@media (max-width:700px) {
    header {
        height: 66px;
        padding: 0 22px;
        gap: 15px;
    }
    .wordmark {
        font-size: 10px;
    }
    .development {
        font-size: 8px;
    }
    .creator-link {
        font-size: 10px;
    }
    .arrival {
        padding-top: 30px;
        min-height: auto;
    }
    .vessel-logo {
        margin: 0 auto -22px;
    }
    .eyebrow {
        font-size: 8px;
        letter-spacing: 2px;
    }
    .fiction {
        font-size: 21px;
    }
    .description {
        font-size: 12px;
        max-width: 320px;
    }
    .chapters {
        grid-template-columns: 1fr;
        gap: 34px;
        margin: 40px 0;
    }
    .world {
        padding: 40px 30px;
    }
    .world-note {
        text-align: left;
    }
    footer {
        flex-wrap: wrap;
        gap: 18px;
        font-size: 9px;
    }
    .font-license {
        display: none;
    }
}
@media (prefers-reduced-motion:reduce) {
    .download {
        transition: none;
    }
    .download:hover {
        transform: none;
    }
}
