:root {
    --gh-font-heading: Georgia, "Times New Roman", serif;
    --gh-font-body: Georgia, "Times New Roman", serif;
}

.visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

body[data-world=""] {
    min-height: 100vh;
    margin: 0;
    background:
        radial-gradient(circle at 78% 8%, rgba(83, 67, 115, .2), transparent 30rem),
        linear-gradient(145deg, #090a0e, #101018 52%, #090a0d);
    color: #ddd8ca;
    font-family: var(--gh-font-body);
}

.site-wayfinding {
    position: sticky;
    top: 0;
    z-index: 80;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    min-height: 46px;
    padding: 0 clamp(18px, 3.5vw, 54px);
    border-bottom: 1px solid rgba(16, 15, 17, .28);
    background: #a8b7a9;
    color: #17171a;
    box-shadow: 0 12px 34px rgba(0, 0, 0, .18);
    font: 600 9px/1 "Helvetica Neue", "Arial Narrow", Arial, sans-serif;
    letter-spacing: .22em;
    text-transform: uppercase;
}

.site-wayfinding a {
    padding: 18px 0 16px;
    color: inherit;
    text-decoration: none;
    transition: color .18s ease;
}

.site-wayfinding a:last-child {justify-self: end;}
.site-wayfinding a:hover,
.site-wayfinding a:focus-visible {color: #fff;}
.site-wayfinding a:focus-visible {outline: 1px solid currentColor; outline-offset: 3px;}

.ghost-entry {
    width: min(100% - 40px, 820px);
    margin: 0 auto;
    padding: 64px 0 96px;
}

.gh-article > header {
    margin-bottom: 50px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(221, 211, 187, .2);
}

.gh-article > header p,
.gh-article > header p a {
    color: #a99a7d;
    font: 500 10px/1.4 "Helvetica Neue", "Arial Narrow", Arial, sans-serif;
    letter-spacing: .2em;
    text-decoration: none;
    text-transform: uppercase;
}

.gh-article h1 {
    margin: 18px 0 0;
    color: #f0eadc;
    font: 400 clamp(3.1rem, 8vw, 6rem)/.92 var(--gh-font-heading);
    letter-spacing: -.045em;
}

.gh-content {
    color: #c5bfae;
    font-size: clamp(1.08rem, 2vw, 1.24rem);
    line-height: 1.75;
}

.gh-content p {
    margin: 0 0 1.55em;
}

.gh-content ul {
    display: grid;
    gap: .72em;
    margin: 0 0 2em;
    padding-left: 1.25em;
}

.gh-content li::marker {
    color: #a98b5a;
}

.gh-content h2,
.gh-content h3 {
    margin: 2.2em 0 .7em;
    color: #ede5d5;
    font: 400 clamp(1.7rem, 4vw, 2.35rem)/1.1 var(--gh-font-heading);
}

.gh-content a {
    color: #e4c981;
}

.membership-invitation {
    margin-top: 58px;
    padding: clamp(28px, 6vw, 52px);
    border: 1px solid rgba(228, 201, 129, .3);
    background: rgba(255, 255, 255, .025);
}

.membership-invitation__label {
    margin: 0 0 18px;
    color: #b8a474;
    font: 500 9px/1.4 "Helvetica Neue", "Arial Narrow", Arial, sans-serif;
    letter-spacing: .25em;
    text-transform: uppercase;
}

.membership-invitation h2 {
    margin: 0 0 18px;
    color: #f0eadc;
    font: 400 clamp(2rem, 5vw, 3.2rem)/1 var(--gh-font-heading);
}

.membership-invitation > p:not(.membership-invitation__label) {
    max-width: 660px;
    margin: 0;
    color: #bdb5a3;
    font-size: 1.04rem;
    line-height: 1.65;
}

.membership-invitation__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 22px;
    align-items: center;
    margin-top: 28px;
}

.membership-invitation__join,
.membership-invitation__signin {
    font: 600 10px/1 "Helvetica Neue", "Arial Narrow", Arial, sans-serif;
    letter-spacing: .18em;
    text-decoration: none;
    text-transform: uppercase;
}

.membership-invitation__join {
    padding: 14px 18px;
    border: 1px solid #d8bd79;
    background: #d8bd79;
    color: #11100d;
}

.membership-invitation__signin {
    color: #cbc2ad;
}

.membership-invitation--support {
    margin-top: 48px;
}

.policy-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 22px;
    margin-top: 42px;
    padding-top: 24px;
    border-top: 1px solid rgba(221, 211, 187, .16);
    font: 500 9px/1.5 "Helvetica Neue", "Arial Narrow", Arial, sans-serif;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.policy-links a { color: #958b77; text-decoration: none; }
.policy-links a:hover, .policy-links a:focus-visible { color: #e4c981; }

.kg-width-wide {
    width: min(100%, 1200px);
    margin-inline: auto;
}

.kg-width-full {
    width: 100%;
}

.kg-width-wide img,
.kg-width-full img {
    display: block;
    width: 100%;
    height: auto;
}

@media (max-width: 700px) {
    .site-wayfinding {min-height: 44px; padding-inline: 14px; font-size: 8px;}

    .ghost-entry {
        width: min(100% - 32px, 820px);
        padding-top: 48px;
    }

    .gh-article > header {
        margin-bottom: 36px;
    }

    .membership-invitation__actions {
        align-items: flex-start;
        flex-direction: column;
    }

    .policy-links { flex-direction: column; }
}
