:root {
    --rk-ink: #183a36;
    --rk-deep: #075653;
    --rk-deep-dark: #053f3e;
    --rk-paper: #fff9dc;
    --rk-paper-strong: #fffdf0;
    --rk-gold: #e5b447;
    --rk-sand: #f4d270;
    --rk-green: #4f9b43;
    --rk-green-dark: #2e7138;
    --rk-blue: #147d9e;
    --rk-water: #159abb;
    --rk-brown: #7a4b1f;
    --rk-red: #b84635;
    --rk-line: 3px solid var(--rk-ink);
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    min-width: 320px;
    background: #082f31;
    color: var(--rk-ink);
    font-family: "Trebuchet MS", "Arial Rounded MT Bold", Arial, sans-serif;
    letter-spacing: 0;
}

button,
input,
select,
textarea {
    font: inherit;
    letter-spacing: 0;
}

:where(a, button, input, select, textarea, summary):focus-visible {
    outline: 3px solid #ffdf5e;
    outline-offset: 3px;
    box-shadow: 0 0 0 2px var(--rk-deep-dark);
}

a {
    color: inherit;
}

img {
    max-width: 100%;
    height: auto;
}

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

.rk-site-shell {
    width: min(100%, 1600px);
    min-height: 100vh;
    margin: 0 auto;
    background: var(--rk-paper);
    box-shadow: 0 0 0 2px #041f20;
}

.rk-header {
    position: sticky;
    top: 0;
    z-index: 50;
    display: flex;
    height: 82px;
    align-items: stretch;
    background: var(--rk-paper);
    border-bottom: 4px solid var(--rk-deep-dark);
    box-shadow: 0 3px 0 rgba(255, 255, 255, 0.55);
}

.rk-brand {
    display: flex;
    min-width: 286px;
    align-items: center;
    gap: 10px;
    padding: 8px 22px;
    color: var(--rk-ink);
    text-decoration: none;
    border-right: var(--rk-line);
    background: #fff2b8;
}

.rk-brand:focus-visible,
.rk-nav-link:focus-visible,
.guide-path-card:focus-visible,
.rk-footer a:focus-visible,
.rk-search-form input:focus-visible,
.rk-search-form button:focus-visible {
    outline: 3px solid #fff;
    outline-offset: -5px;
    box-shadow: inset 0 0 0 7px var(--rk-blue);
}

.rk-brand-icon {
    width: 58px;
    height: 58px;
    flex: 0 0 58px;
    object-fit: contain;
    image-rendering: pixelated;
}

.rk-brand-copy {
    display: grid;
    line-height: 1;
    text-transform: uppercase;
}

.rk-brand-copy strong {
    font-size: 25px;
    font-weight: 900;
    color: #a16a19;
    text-shadow: 2px 2px 0 #fff, 3px 3px 0 var(--rk-ink);
}

.rk-brand-copy small {
    margin-top: 7px;
    font-size: 12px;
    font-weight: 900;
    color: var(--rk-deep);
}

.rk-nav {
    display: flex;
    flex: 1;
    justify-content: flex-end;
    min-width: 0;
}

.rk-nav-link {
    display: flex;
    min-width: 88px;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 8px 13px;
    color: var(--rk-ink);
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 900;
    border-left: 2px solid rgba(24, 58, 54, 0.45);
    background: var(--rk-paper);
}

.rk-nav-link:hover {
    background: #f0df9e;
}

.rk-nav-link.is-active {
    color: #fffbe2;
    background: var(--rk-deep);
}

.rk-nav-icon,
.info-icon,
.info-heading-icon,
.latest-note-icon,
.footer-heart,
.footer-fish,
.empty-state-icon {
    display: inline-block;
    flex: 0 0 auto;
    background-image: url("../images/ui-sprites.webp");
    background-repeat: no-repeat;
    image-rendering: pixelated;
}

.rk-nav-icon {
    width: 28px;
    height: 28px;
    background-size: 224px 224px;
}

.nav-icon-guide { background-position: -28px 0; }
.nav-icon-guides { background-position: -84px -28px; }
.nav-icon-quests { background-position: -28px -28px; }
.nav-icon-fish { background-position: -84px 0; }
.nav-icon-map { background-position: -56px 0; }
.nav-icon-prices { background-position: -56px -28px; }
.nav-icon-media { background-position: -112px -28px; }
.nav-icon-search { background-position: -84px -56px; }

.rk-nav-toggle {
    display: none;
}

.rk-main {
    min-height: 60vh;
}

/* Shared main-site ad units, placed clear of navigation and tool controls. */
.rk-site-shell > .ad-unit,
.rk-main > .ad-unit {
    display: flex;
    width: min(calc(100% - 48px), 1240px);
    min-width: 0;
    align-items: center;
    justify-content: center;
    clear: both;
    overflow: hidden;
    text-align: center;
}

.rk-site-shell > .header-ad {
    margin: 16px auto 8px;
}

.rk-main > .content-ad {
    margin: 28px auto;
}

.rk-site-shell > .footer-ad {
    margin: 8px auto 16px;
}

.rk-site-shell > .ad-unit > *,
.rk-main > .ad-unit > * {
    max-width: 100%;
}

.rk-map-stage {
    position: relative;
    isolation: isolate;
    height: clamp(620px, calc(100svh - 120px), 740px);
    overflow: hidden;
    background-color: var(--rk-water);
    background-image: url("../images/water-tile.webp");
    background-repeat: repeat;
    background-size: 96px 96px;
    border-bottom: 4px solid var(--rk-deep-dark);
}

.rk-map-stage::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: rgba(13, 93, 112, 0.07);
}

.rk-terrain {
    position: absolute;
    z-index: 2;
    background-color: #72b94a;
    background-image: url("../images/grass-tile.webp");
    background-repeat: repeat;
    background-size: 80px 80px;
    box-shadow: 0 0 0 3px var(--rk-ink);
}

.terrain-left {
    top: -40px;
    left: -6%;
    width: 34%;
    height: 58%;
    border-right: 12px solid var(--rk-sand);
    border-bottom: 12px solid var(--rk-sand);
    border-radius: 0 0 48% 0;
}

.terrain-right {
    top: 17%;
    right: -7%;
    width: 29%;
    height: 72%;
    border-left: 12px solid var(--rk-sand);
    border-top: 12px solid var(--rk-sand);
    border-bottom: 12px solid var(--rk-sand);
    border-radius: 48% 0 0 45%;
}

.terrain-bottom {
    right: 22%;
    bottom: -112px;
    left: 19%;
    height: 190px;
    border-top: 12px solid var(--rk-sand);
    border-radius: 50% 50% 0 0;
}

.scene-sprite {
    position: absolute;
    z-index: 4;
    display: block;
    width: 128px;
    height: 128px;
    pointer-events: none;
    background-image: url("../images/environment-sprites.webp");
    background-repeat: no-repeat;
    background-size: 1024px 896px;
    image-rendering: pixelated;
}

.scene-house {
    top: 32px;
    left: 44px;
    background-position: -640px -256px;
}

.scene-tree-left {
    top: 24px;
    left: 195px;
    background-position: -896px -128px;
}

.scene-tree-right {
    right: 34px;
    bottom: 64px;
    background-position: -896px -128px;
}

.scene-rock {
    top: 42%;
    left: 18px;
    background-position: -128px -128px;
}

.scene-flowers {
    top: 31%;
    right: 42px;
    background-position: -640px -128px;
}

.scene-barrel {
    right: 9%;
    bottom: 12px;
    background-position: 0 -384px;
}

.scene-sign {
    right: 18%;
    bottom: 96px;
    background-position: -384px -256px;
}

.scene-lilies {
    top: 20px;
    right: 28%;
    background-position: -512px -128px;
}

.scene-dock {
    bottom: -14px;
    left: 50%;
    z-index: 7;
    margin-left: -64px;
    background-position: -896px 0;
}

.scene-bobber {
    bottom: 34px;
    left: calc(50% + 58px);
    z-index: 6;
    background-position: -512px -384px;
}

.rk-hero-layout {
    position: relative;
    z-index: 10;
    display: grid;
    width: min(calc(100% - 48px), 1000px);
    margin: 0 auto;
    padding-top: 54px;
    grid-template-columns: minmax(0, 1fr) 270px;
    gap: 18px;
    align-items: start;
}

.rk-hero-main {
    min-width: 0;
}

.field-guide-sign,
.game-info-panel,
.guide-path-card,
.latest-note {
    background: var(--rk-paper);
    border: var(--rk-line);
    border-radius: 6px;
    box-shadow: 5px 5px 0 rgba(4, 48, 47, 0.48);
}

.field-guide-sign {
    min-height: 154px;
    padding: 19px 28px 18px;
    text-align: center;
}

.field-guide-kicker {
    margin: 0 0 2px;
    color: var(--rk-green-dark);
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.field-guide-sign h1 {
    display: inline-block;
    margin: 0;
    padding: 0 4px 8px;
    color: var(--rk-deep);
    font-family: "Arial Rounded MT Bold", "Trebuchet MS", Arial, sans-serif;
    font-size: 40px;
    line-height: 1.08;
    font-weight: 900;
    border-bottom: 3px dashed var(--rk-ink);
    text-shadow: 2px 2px 0 #bddc9b;
}

.field-guide-sign > p:last-child {
    max-width: 530px;
    margin: 10px auto 0;
    font-size: 15px;
    line-height: 1.35;
    font-weight: 700;
}

.guide-path-grid {
    display: grid;
    margin-top: 16px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.guide-path-card {
    --path-accent: var(--rk-green-dark);
    display: flex;
    min-height: 222px;
    flex-direction: column;
    align-items: center;
    padding: 13px 12px 12px;
    color: var(--rk-ink);
    text-align: center;
    text-decoration: none;
    transition: transform 140ms ease, box-shadow 140ms ease;
}

.guide-path-card:hover {
    transform: translateY(-3px);
    box-shadow: 5px 8px 0 rgba(4, 48, 47, 0.48);
}

.path-fish { --path-accent: var(--rk-blue); }
.path-collection { --path-accent: #8d5a1d; }

.feature-icon {
    display: block;
    width: 64px;
    height: 64px;
    margin-bottom: 3px;
    flex: 0 0 64px;
    background-repeat: no-repeat;
    image-rendering: pixelated;
}

.feature-icon-guide {
    background-image: url("../images/ui-sprites.webp");
    background-size: 512px 512px;
    background-position: -64px 0;
}

.feature-icon-fish {
    background-image: url("../images/fish-sprites.webp");
    background-size: 512px 512px;
    background-position: 0 0;
}

.feature-icon-collection {
    background-image: url("../images/item-sprites.webp");
    background-size: 512px 320px;
    background-position: -320px -256px;
}

.guide-path-card > strong {
    color: var(--path-accent);
    font-size: 18px;
    line-height: 1.1;
    text-transform: uppercase;
}

.path-copy {
    margin-top: 7px;
    font-size: 13px;
    line-height: 1.35;
    font-weight: 700;
}

.path-action {
    display: flex;
    width: 100%;
    min-height: 34px;
    margin-top: auto;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 6px 8px;
    color: #fff;
    background: var(--path-accent);
    border: 2px solid var(--rk-ink);
    border-radius: 4px;
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.28);
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 900;
}

.path-action b {
    font-size: 20px;
    line-height: 0.8;
}

.game-info-panel {
    margin-top: 11px;
    overflow: hidden;
}

.game-info-panel h2 {
    display: flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin: 0;
    color: #fffbe5;
    background: var(--rk-green-dark);
    border-bottom: var(--rk-line);
    font-size: 18px;
    text-transform: uppercase;
}

.info-heading-icon {
    width: 27px;
    height: 27px;
    background-size: 216px 216px;
    background-position: -81px 0;
}

.game-info-panel dl {
    margin: 0;
    padding: 8px 14px 4px;
}

.game-info-row {
    display: grid;
    min-height: 58px;
    align-items: center;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    border-bottom: 2px dotted #709277;
}

.game-info-row:last-child {
    border-bottom: 0;
}

.game-info-row dt {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.game-info-row dd {
    margin: 0;
    font-size: 12px;
    font-weight: 900;
    text-align: right;
}

.info-icon {
    width: 28px;
    height: 28px;
    background-size: 224px 224px;
}

.info-icon-platform { background-position: -56px -56px; }
.info-icon-genre { background-position: -112px 0; }
.info-icon-route { background-position: -28px -28px; }
.info-icon-maps { background-position: -56px 0; }

.game-info-note {
    margin: 0;
    padding: 9px 10px;
    color: #fffbe5;
    text-align: center;
    background: var(--rk-deep);
    border-top: 2px solid var(--rk-ink);
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}

.latest-note {
    position: absolute;
    bottom: 34px;
    left: clamp(22px, 6vw, 90px);
    z-index: 12;
    width: 260px;
    padding: 11px 14px 10px;
    transform: rotate(-1deg);
}

.latest-note::after {
    content: "";
    position: absolute;
    right: 10px;
    bottom: -16px;
    width: 18px;
    height: 18px;
    background: var(--rk-paper);
    border-right: var(--rk-line);
    border-bottom: var(--rk-line);
    transform: rotate(45deg);
}

.latest-note strong {
    display: flex;
    align-items: center;
    gap: 6px;
    color: var(--rk-green-dark);
    font-size: 12px;
    text-transform: uppercase;
}

.latest-note-icon {
    width: 24px;
    height: 24px;
    background-size: 192px 192px;
    background-position: -144px -48px;
}

.latest-note p {
    margin: 4px 0;
    font-size: 12px;
    line-height: 1.3;
    font-weight: 700;
}

.latest-note a {
    color: var(--rk-deep);
    text-underline-offset: 2px;
}

.latest-note time {
    color: #567068;
    font-size: 10px;
    font-weight: 900;
}

.rk-footer {
    display: flex;
    min-height: 52px;
    align-items: center;
    gap: 22px;
    padding: 8px 28px;
    color: #d9f0d5;
    background: var(--rk-deep);
    border-top: 2px solid #9fd17c;
    font-size: 11px;
    font-weight: 700;
}

.rk-footer p {
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 0;
    white-space: nowrap;
}

.rk-footer nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px 16px;
    margin-left: auto;
}

.rk-footer a {
    color: #d9f0d5;
    text-underline-offset: 3px;
}

.rk-footer a:hover {
    color: #fff2a7;
}

.footer-heart,
.footer-fish {
    width: 22px;
    height: 22px;
    background-size: 176px 176px;
}

.footer-heart { background-position: -154px -22px; }
.footer-fish { background-position: -66px 0; }

.rk-page-band {
    padding: 60px 24px 54px;
    color: #fffbe4;
    background-color: var(--rk-blue);
    background-image: url("../images/water-tile.webp");
    background-repeat: repeat;
    background-size: 96px 96px;
    border-bottom: 8px solid var(--rk-sand);
}

.rk-page-heading {
    width: min(100%, 900px);
    margin: 0 auto;
    text-align: center;
    text-shadow: 2px 2px 0 var(--rk-deep-dark);
}

.rk-page-heading p {
    margin: 0 0 6px;
    color: #fff0a2;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.rk-page-heading h1 {
    margin: 0;
    overflow-wrap: anywhere;
    font-size: 38px;
    line-height: 1.1;
}

.rk-page-heading span {
    display: block;
    margin-top: 10px;
    font-weight: 700;
}

.rk-content-wrap {
    width: min(calc(100% - 32px), 1080px);
    min-height: 440px;
    margin: 0 auto;
    padding: 38px 0 64px;
}

.rk-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.rk-guide-card-grid {
    grid-template-columns: repeat(2, minmax(0, 520px));
    justify-content: center;
}

.rk-post-card {
    overflow: hidden;
    background: var(--rk-paper-strong);
    border: var(--rk-line);
    border-radius: 6px;
    box-shadow: 5px 5px 0 #76a078;
}

.rk-post-card a {
    display: block;
    height: 100%;
    text-decoration: none;
}

.rk-post-card img {
    display: block;
    width: 100%;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    border-bottom: var(--rk-line);
}

.rk-post-card div {
    padding: 16px;
}

.rk-post-card h2 {
    margin: 0;
    overflow-wrap: anywhere;
    color: var(--rk-deep);
    font-size: 19px;
    line-height: 1.2;
}

.rk-post-card p {
    margin: 8px 0 0;
    overflow-wrap: anywhere;
    font-size: 14px;
    line-height: 1.5;
}

.rk-empty-state {
    grid-column: 1 / -1;
    padding: 54px 24px;
    text-align: center;
    border-top: 3px solid #94b278;
    border-bottom: 3px solid #94b278;
}

.empty-state-icon {
    width: 72px;
    height: 72px;
    background-size: 576px 576px;
    background-position: -72px 0;
}

.rk-empty-state h2 {
    margin: 8px 0;
    color: var(--rk-deep);
    font-size: 25px;
}

.rk-empty-state p {
    max-width: 570px;
    margin: 0 auto 16px;
    line-height: 1.5;
}

.rk-empty-state a,
.rk-pagination a {
    display: inline-flex;
    min-height: 40px;
    align-items: center;
    justify-content: center;
    padding: 8px 15px;
    color: #fff;
    background: var(--rk-deep);
    border: 2px solid var(--rk-ink);
    border-radius: 4px;
    text-decoration: none;
    font-weight: 900;
}

.rk-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 30px;
    font-weight: 900;
}

.rk-search-form {
    width: min(100%, 720px);
    margin: 0 auto 26px;
}

.rk-search-form label {
    display: block;
    margin-bottom: 7px;
    color: var(--rk-deep);
    font-weight: 900;
}

.rk-search-form > div {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
}

.rk-search-form input {
    min-width: 0;
    height: 48px;
    padding: 0 14px;
    color: var(--rk-ink);
    background: #fff;
    border: var(--rk-line);
    border-radius: 4px;
}

.rk-search-form button {
    min-width: 112px;
    height: 48px;
    padding: 0 18px;
    color: #fff;
    background: var(--rk-deep);
    border: var(--rk-line);
    border-radius: 4px;
    cursor: pointer;
    font-weight: 900;
}

.rk-search-summary {
    width: min(100%, 720px);
    margin: 0 auto 24px;
    font-weight: 900;
}

.rk-article {
    width: min(100%, 920px);
    margin: 0 auto;
    padding: 50px 24px 76px;
}

.rk-article-header {
    padding-bottom: 20px;
    border-bottom: 3px dashed #7c9b70;
}

.rk-article-header p {
    margin: 0 0 5px;
    color: var(--rk-green-dark);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.rk-article-header h1 {
    margin: 0;
    color: var(--rk-deep);
    font-size: 36px;
    line-height: 1.15;
}

.rk-article-banner {
    display: block;
    width: 100%;
    margin: 24px 0;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    border: var(--rk-line);
    border-radius: 6px;
}

.rk-article-body {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 17px;
    line-height: 1.75;
}

.rk-article-body h2,
.rk-article-body h3 {
    color: var(--rk-deep);
    font-family: "Trebuchet MS", Arial, sans-serif;
}

.rk-article-body a {
    color: #0a6f91;
}

@media (max-width: 1120px) {
    .rk-brand {
        min-width: 244px;
        padding-right: 14px;
        padding-left: 14px;
    }

    .rk-brand-copy strong {
        font-size: 21px;
    }

    .rk-nav-link {
        min-width: 74px;
        padding-right: 8px;
        padding-left: 8px;
        font-size: 11px;
    }

    .rk-hero-layout {
        width: min(calc(100% - 38px), 940px);
        grid-template-columns: minmax(0, 1fr) 245px;
    }

    .field-guide-sign h1 {
        font-size: 36px;
    }

    .scene-tree-left,
    .scene-flowers,
    .scene-sign {
        display: none;
    }
}

@media (max-width: 900px) {
    .rk-brand-icon {
        width: 50px;
        height: 50px;
        flex-basis: 50px;
    }

    .rk-brand {
        min-width: 218px;
    }

    .rk-brand-copy strong {
        font-size: 18px;
    }

    .rk-nav-link {
        min-width: 65px;
        flex-direction: column;
        gap: 1px;
        padding: 5px 6px;
        font-size: 10px;
    }

    .rk-nav-icon {
        width: 25px;
        height: 25px;
        background-size: 200px 200px;
    }

    .nav-icon-guide { background-position: -25px 0; }
    .nav-icon-guides { background-position: -75px -25px; }
    .nav-icon-quests { background-position: -25px -25px; }
    .nav-icon-fish { background-position: -75px 0; }
    .nav-icon-map { background-position: -50px 0; }
    .nav-icon-prices { background-position: -50px -25px; }
    .nav-icon-media { background-position: -100px -25px; }
    .nav-icon-search { background-position: -75px -50px; }

    .rk-hero-layout {
        grid-template-columns: minmax(0, 1fr) 220px;
        gap: 12px;
    }

    .field-guide-sign {
        min-height: 146px;
        padding-right: 18px;
        padding-left: 18px;
    }

    .field-guide-sign h1 {
        font-size: 31px;
    }

    .guide-path-card {
        min-height: 216px;
        padding-right: 9px;
        padding-left: 9px;
    }

    .guide-path-card > strong {
        font-size: 15px;
    }

    .path-copy {
        font-size: 11px;
    }

    .game-info-row {
        min-height: 55px;
    }

    .latest-note {
        width: 225px;
    }
}

@media (max-width: 760px) {
    .rk-site-shell > .ad-unit,
    .rk-main > .ad-unit {
        width: calc(100% - 24px);
    }

    .rk-site-shell > .header-ad {
        margin-top: 12px;
    }

    .rk-main > .content-ad {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .rk-site-shell > .footer-ad {
        margin-bottom: 12px;
    }

    .rk-header {
        height: 68px;
    }

    .rk-brand {
        min-width: 0;
        flex: 1;
        padding: 5px 12px;
        border-right: 0;
    }

    .rk-brand-icon {
        width: 48px;
        height: 48px;
        flex-basis: 48px;
    }

    .rk-brand-copy strong {
        font-size: 19px;
    }

    .rk-brand-copy small {
        margin-top: 5px;
        font-size: 10px;
    }

    .rk-nav-toggle {
        display: grid;
        width: 64px;
        flex: 0 0 64px;
        place-items: center;
        padding: 0;
        color: var(--rk-ink);
        background: var(--rk-gold);
        border: 0;
        border-left: var(--rk-line);
        cursor: pointer;
    }

    .rk-nav-toggle-bars {
        display: grid;
        width: 28px;
        gap: 5px;
    }

    .rk-nav-toggle-bars i {
        display: block;
        height: 3px;
        background: var(--rk-ink);
        border-radius: 2px;
    }

    .rk-nav {
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
        display: none;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        background: var(--rk-paper);
        border-top: 2px solid var(--rk-ink);
        border-bottom: 4px solid var(--rk-ink);
        box-shadow: 0 8px 0 rgba(4, 48, 47, 0.35);
    }

    .rk-nav.is-open {
        display: grid;
    }

    .rk-nav-link {
        min-height: 54px;
        flex-direction: row;
        gap: 8px;
        padding: 7px 12px;
        font-size: 12px;
        border-right: 1px solid rgba(24, 58, 54, 0.35);
        border-bottom: 1px solid rgba(24, 58, 54, 0.35);
    }

    .rk-map-stage {
        height: auto;
        min-height: 742px;
        max-height: none;
    }

    .rk-hero-layout {
        display: block;
        width: 100%;
        padding: 26px 14px 164px;
    }

    .field-guide-sign {
        min-height: 0;
        padding: 15px 15px 14px;
    }

    .field-guide-kicker {
        font-size: 10px;
    }

    .field-guide-sign h1 {
        max-width: 100%;
        font-size: 28px;
    }

    .field-guide-sign > p:last-child {
        margin-top: 8px;
        font-size: 12px;
    }

    .guide-path-grid {
        grid-template-columns: repeat(3, 205px);
        gap: 10px;
        margin-right: -14px;
        margin-left: -14px;
        padding: 2px 14px 10px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scrollbar-color: var(--rk-deep) rgba(255, 255, 255, 0.45);
    }

    .guide-path-card {
        min-height: 205px;
        scroll-snap-align: start;
    }

    .game-info-panel {
        margin-top: 5px;
    }

    .game-info-panel h2 {
        min-height: 40px;
        font-size: 15px;
    }

    .game-info-panel dl {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding: 4px 10px;
    }

    .game-info-row {
        min-height: 48px;
        padding: 0 8px;
    }

    .game-info-row:nth-child(odd) {
        border-right: 2px dotted #709277;
    }

    .game-info-row:nth-last-child(-n + 2) {
        border-bottom: 0;
    }

    .game-info-row dt,
    .game-info-row dd {
        font-size: 10px;
    }

    .info-icon {
        width: 22px;
        height: 22px;
        background-size: 176px 176px;
    }

    .info-icon-platform { background-position: -44px -44px; }
    .info-icon-genre { background-position: -88px 0; }
    .info-icon-route { background-position: -22px -22px; }
    .info-icon-maps { background-position: -44px 0; }

    .game-info-note {
        padding: 6px;
        font-size: 9px;
    }

    .latest-note {
        right: 16px;
        bottom: 21px;
        left: 16px;
        width: auto;
        padding: 9px 12px;
        transform: none;
    }

    .latest-note p {
        margin-right: 70px;
    }

    .scene-dock {
        right: 18px;
        bottom: -27px;
        left: auto;
        margin-left: 0;
    }

    .scene-bobber {
        display: none;
    }

    .scene-house,
    .scene-tree-right,
    .scene-rock,
    .scene-barrel,
    .scene-lilies {
        opacity: 0.58;
    }

    .scene-house {
        top: 2px;
        left: -25px;
    }

    .terrain-left {
        width: 52%;
        height: 35%;
    }

    .terrain-right {
        top: 48%;
        width: 48%;
        height: 42%;
    }

    .terrain-bottom {
        right: 14%;
        left: 10%;
    }

    .rk-footer {
        align-items: flex-start;
        flex-wrap: wrap;
        gap: 6px 16px;
        padding: 12px 16px;
    }

    .rk-footer nav {
        width: 100%;
        justify-content: flex-start;
        margin-left: 0;
    }

    .rk-page-band {
        padding: 42px 18px 38px;
    }

    .rk-page-heading h1 {
        font-size: 30px;
    }

    .rk-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .rk-guide-card-grid {
        grid-template-columns: minmax(0, 520px);
    }
}

@media (max-width: 520px) {
    .rk-brand-copy strong {
        font-size: 17px;
    }

    .rk-brand-copy small {
        font-size: 9px;
    }

    .field-guide-sign h1 {
        font-size: 25px;
    }

    .rk-card-grid {
        grid-template-columns: 1fr;
    }

    .rk-search-form > div {
        grid-template-columns: 1fr;
    }

    .rk-search-form button {
        width: 100%;
    }

    .rk-article {
        padding: 36px 18px 58px;
    }

    .rk-article-header h1 {
        font-size: 29px;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    .guide-path-card {
        transition: none;
    }
}
