:root {
    --bg: #080b0c;
    --bg-2: #0e1315;
    --panel: #111719;
    --panel-2: #151d1f;
    --line: rgba(255, 255, 255, .10);
    --text: #f2f6f2;
    --muted: #9ca8a0;
    --green: #69ff32;
    --green-2: #38c91d;
    --green-dark: #173d12;
    --shadow: 0 24px 80px rgba(0, 0, 0, .38);
    --radius: 14px;
    --pixel: 'Press Start 2P', monospace;
    --sans: 'Inter', system-ui, sans-serif;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 82px
}

body {
    font-family: var(--sans);
    background: var(--bg);
    color: var(--text);
    line-height: 1.6;
    overflow-x: hidden
}

a {
    color: inherit;
    text-decoration: none
}

button {
    font: inherit
}

.container {
    width: min(1180px, calc(100% - 44px));
    margin: auto
}

.page-noise {
    position: fixed;
    inset: 0;
    pointer-events: none;
    opacity: .035;
    background-image: radial-gradient(#fff .7px, transparent .7px);
    background-size: 7px 7px;
    z-index: 20
}

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 78px;
    background: rgba(7, 10, 11, .86);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--line);
    z-index: 100
}

.nav-wrap {
    height: 100%;
    display: flex;
    align-items: center;
    gap: 34px
}

.brand {
    display: flex;
    align-items: center;
    margin-right: auto
}

.brand img {
    width: 92px;
    height: 92px;
    object-fit: contain;
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, .4))
}

.main-nav {
    display: flex;
    align-items: center;
    gap: 26px
}

.main-nav a {
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .07em;
    color: #c8d0cb;
    position: relative;
    padding: 29px 0
}

.main-nav a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 16px;
    height: 2px;
    background: var(--green);
    transform: scaleX(0);
    transition: .2s
}

.main-nav a:hover,
.main-nav a.active {
    color: #fff
}

.main-nav a:hover:after,
.main-nav a.active:after {
    transform: scaleX(1)
}

.nav-toggle {
    display: none;
    background: none;
    border: 0;
    color: white;
    width: 42px;
    height: 42px;
    cursor: pointer
}

.nav-toggle span {
    display: block;
    width: 22px;
    height: 2px;
    background: #fff;
    margin: 5px auto
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    border: 1px solid transparent;
    border-radius: 7px;
    padding: 14px 20px;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .04em;
    transition: .2s;
    cursor: pointer
}

.btn i {
    font-size: 14px;
    line-height: 1
}

.btn .fa-arrow-right {
    font-size: 13px
}

.btn .fa-chevron-down {
    font-size: 12px
}

.btn-primary {
    background: var(--green);
    color: #071007;
    box-shadow: 0 10px 30px rgba(105, 255, 50, .17)
}

.btn-primary:hover {
    background: #86ff5b;
    transform: translateY(-2px);
    box-shadow: 0 14px 34px rgba(105, 255, 50, .25)
}

.btn-ghost {
    border-color: rgba(255, 255, 255, .2);
    background: rgba(0, 0, 0, .2)
}

.btn-ghost:hover {
    background: #fff;
    color: #0a0d0e
}

.btn-small {
    padding: 11px 16px;
    font-size: 10px
}

.btn-discord {
    background: #5865f2;
    color: white
}

.discord-mark {
    font-size: 14px !important
}

.btn-large {
    padding: 17px 25px
}

.hero {
    height: min(820px, 100vh);
    min-height: 690px;
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background: #172019;
    background: url(/assets/background.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-sky {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, #151b24 0%, #4b3f49 33%, #d07c5b 58%, #22362a 76%, #0d1510 100%);
    z-index: -5
}

.hero-sky:after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 74% 48%, rgba(255, 203, 116, .72), transparent 7%), linear-gradient(90deg, rgba(3, 7, 8, .72), transparent 62%), linear-gradient(0deg, rgba(6, 10, 8, .72), transparent 45%)
}

.sun {
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #ffd779;
    box-shadow: 0 0 90px 30px rgba(255, 194, 98, .32);
    right: 18%;
    top: 39%
}

.pixel-cloud {
    position: absolute;
    width: 190px;
    height: 30px;
    background: rgba(90, 91, 104, .38);
    box-shadow: 35px -22px 0 rgba(90, 91, 104, .38), 90px -9px 0 rgba(90, 91, 104, .38), 135px 5px 0 rgba(90, 91, 104, .38);
    opacity: .55
}

.cloud-a {
    top: 19%;
    left: 18%
}

.cloud-b {
    top: 29%;
    right: 16%;
    transform: scale(.72)
}

.mountains {
    position: absolute;
    left: -5%;
    right: -5%;
    bottom: 100px;
    height: 360px;
    clip-path: polygon(0 72%, 9% 53%, 17% 68%, 28% 36%, 38% 63%, 50% 27%, 59% 59%, 70% 31%, 80% 61%, 90% 43%, 100% 65%, 100% 100%, 0 100%);
    z-index: -3
}

.mountains-back {
    background: #253b32;
    opacity: .8;
    bottom: 110px
}

.mountains-front {
    background: #15251d;
    bottom: 72px;
    clip-path: polygon(0 69%, 8% 42%, 18% 63%, 31% 33%, 43% 65%, 54% 45%, 65% 68%, 77% 37%, 90% 62%, 100% 46%, 100% 100%, 0 100%);
    z-index: -2
}

.hero-ground {
    position: absolute;
    bottom: -40px;
    left: -3%;
    width: 106%;
    height: 180px;
    background: #142216;
    transform: rotate(-2deg);
    z-index: -1;
    box-shadow: 0 -20px 40px rgba(0, 0, 0, .22)
}

.hero-ground:before {
    content: "";
    position: absolute;
    inset: 20px 0 0;
    background: repeating-linear-gradient(90deg, transparent 0 37px, rgba(70, 120, 54, .18) 38px 41px), repeating-linear-gradient(0deg, transparent 0 28px, rgba(70, 120, 54, .12) 29px 32px)
}

.hero-content {
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    padding-top: 60px
}

.hero-copy {
    width: 56%;
    z-index: 3
}

.eyebrow {
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .18em;
    color: var(--green);
    text-transform: uppercase;
    margin-bottom: 17px
}

.eyebrow span {
    display: inline-block;
    width: 26px;
    height: 2px;
    background: var(--green);
    vertical-align: middle;
    margin-right: 9px
}

.hero h1,
.section-heading h2,
.cta-section h2 {
    font-family: var(--pixel);
    line-height: 1.35
}

.hero h1 {
    font-size: clamp(30px, 4.4vw, 61px);
    text-shadow: 5px 6px 0 rgba(0, 0, 0, .35);
    max-width: 690px
}

.hero h1 strong {
    color: var(--green);
    display: block;
    font-size: 1.18em;
    text-shadow: 5px 6px 0 rgba(15, 63, 9, .55)
}

.hero-lead {
    font-size: 21px;
    font-weight: 700;
    margin-top: 14px
}

.hero-lead span {
    color: var(--green)
}

.hero-text {
    color: #d2dad4;
    max-width: 570px;
    margin-top: 10px;
    font-size: 15px
}

.hero-actions {
    display: flex;
    gap: 12px;
    margin-top: 27px;
    flex-wrap: wrap
}

.server-status {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-top: 24px;
    color: #b8c2bb;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .05em
}

.server-status i {
    width: 3px;
    height: 3px;
    background: #607067;
    border-radius: 50%
}

.status-dot {
    width: 7px;
    height: 7px;
    background: var(--green);
    box-shadow: 0 0 12px var(--green);
    border-radius: 50%
}

.hero-character {
    position: absolute;
    right: -1%;
    bottom: 75px;
    width: 49%;
    height: 72%;
    z-index: 2
}

.voxel-character {
    position: absolute;
    right: 23%;
    bottom: 8%;
    width: 190px;
    height: 390px;
    filter: drop-shadow(25px 25px 25px rgba(0, 0, 0, .3))
}

.char-head {
    position: absolute;
    top: 0;
    left: 30px;
    width: 130px;
    height: 130px;
    background: linear-gradient(90deg, #5c311d 0 12%, #a7683f 12% 84%, #4d2a1b 84%);
    box-shadow: inset -20px 0 rgba(0, 0, 0, .14), inset 0 -15px rgba(0, 0, 0, .12)
}

.char-head:after {
    content: "";
    position: absolute;
    left: 65px;
    top: 62px;
    width: 11px;
    height: 11px;
    background: #262b2b;
    box-shadow: 38px 0 #262b2b
}

.char-body {
    position: absolute;
    top: 125px;
    left: 43px;
    width: 105px;
    height: 145px;
    background: #197f82;
    box-shadow: inset -18px 0 rgba(0, 0, 0, .15)
}

.char-arm {
    position: absolute;
    top: 135px;
    width: 50px;
    height: 140px;
    background: #197f82
}

.arm-left {
    left: 0;
    transform: rotate(7deg)
}

.arm-right {
    right: 0;
    transform: rotate(-5deg)
}

.char-leg {
    position: absolute;
    top: 258px;
    width: 49px;
    height: 132px;
    background: #28386d
}

.leg-left {
    left: 44px
}

.leg-right {
    left: 96px
}

.wolf {
    position: absolute;
    right: 45%;
    bottom: 6%;
    width: 150px;
    height: 100px;
    filter: drop-shadow(10px 14px 10px rgba(0, 0, 0, .4));
    transform: scale(.9)
}

.wolf-head {
    position: absolute;
    right: 0;
    top: 3px;
    width: 72px;
    height: 58px;
    background: #aeb8b6;
    box-shadow: inset -12px -9px rgba(0, 0, 0, .16)
}

.wolf-head:before,
.wolf-head:after {
    content: "";
    position: absolute;
    top: -22px;
    border-style: solid;
    border-width: 0 13px 25px;
    border-color: transparent transparent #aeb8b6
}

.wolf-head:before {
    left: 7px
}

.wolf-head:after {
    right: 7px
}

.wolf-body {
    position: absolute;
    left: 20px;
    top: 42px;
    width: 100px;
    height: 47px;
    background: #87928f
}

.wolf-tail {
    position: absolute;
    left: 2px;
    top: 24px;
    width: 47px;
    height: 16px;
    background: #9aa4a1;
    transform: rotate(-35deg)
}

.scroll-cue {
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: 24px;
    height: 38px;
    border: 1px solid rgba(255, 255, 255, .4);
    border-radius: 20px;
    z-index: 4
}

.scroll-cue span {
    display: block;
    width: 4px;
    height: 7px;
    background: var(--green);
    margin: 7px auto;
    border-radius: 4px;
    animation: scroll 1.7s infinite
}

@keyframes scroll {
    50% {
        transform: translateY(10px);
        opacity: .2
    }
}

.section {
    padding: 105px 0
}

.section-dark {
    background: linear-gradient(180deg, #090d0e, #0d1214)
}

.section-heading {
    text-align: center;
    max-width: 750px;
    margin: 0 auto 48px
}

.section-heading-left {
    text-align: left;
    margin-left: 0
}

.section-heading h2 {
    font-size: clamp(23px, 3vw, 38px);
    letter-spacing: .01em
}

.section-heading h2 span,
.section-heading h3 span,
.cta-section h2 span {
    color: var(--green)
}

.section-heading>p:last-child {
    color: var(--muted);
    font-size: 14px;
    margin: 17px auto 0;
    max-width: 650px
}

.section-heading-left>p:last-child {
    margin-left: 0
}

.pixel-eyebrow:before,
.pixel-eyebrow:after {
    content: "";
    display: inline-block;
    width: 13px;
    height: 13px;
    background: var(--green);
    vertical-align: -2px;
    margin: 0 10px;
    box-shadow: 5px 5px 0 rgba(105, 255, 50, .25)
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px
}

.feature-card {
    background: linear-gradient(145deg, #141a1c, #0e1315);
    border: 1px solid var(--line);
    padding: 29px 24px;
    min-height: 245px;
    position: relative;
    overflow: hidden;
    transition: .25s
}

.feature-card:after {
    content: "";
    position: absolute;
    right: -30px;
    bottom: -35px;
    width: 110px;
    height: 110px;
    background: var(--green);
    opacity: .035;
    transform: rotate(45deg)
}

.feature-card:hover {
    transform: translateY(-5px);
    border-color: rgba(105, 255, 50, .35)
}

.feature-icon {
    font-size: 30px;
    height: 58px;
    display: flex;
    align-items: center;
    color: var(--green);
    filter: grayscale(.1);
    margin-bottom: 17px
}

.feature-card h3 {
    font-family: var(--pixel);
    font-size: 13px;
    line-height: 1.7;
    margin-bottom: 10px
}

.feature-card p {
    color: var(--muted);
    font-size: 13px
}

.whitelist-panel {
    display: grid;
    grid-template-columns: 110px 1fr auto;
    align-items: center;
    gap: 28px;
    margin-top: 48px;
    padding: 24px 28px;
    background: #12191b;
    border: 1px solid var(--line);
    box-shadow: var(--shadow)
}

.panel-character {
    height: 88px;
    width: 88px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, #65d92e, #1c5514);
    font-size: 36px;
    clip-path: polygon(15% 0, 85% 0, 100% 15%, 100% 85%, 85% 100%, 15% 100%, 0 85%, 0 15%)
}

.whitelist-panel h3 {
    font-family: var(--pixel);
    font-size: 16px
}

.whitelist-panel p:last-child {
    font-size: 13px;
    color: var(--muted);
    margin-top: 8px
}

.section-lwc {
    background: radial-gradient(circle at 12% 48%, rgba(105, 255, 50, .08), transparent 25%), #0c1112
}

.lwc-layout {
    display: grid;
    grid-template-columns: 32% 68%;
    align-items: center;
    gap: 45px
}

.lwc-art {
    text-align: center;
    position: relative
}

.chest {
    width: 260px;
    height: 205px;
    margin: auto;
    position: relative;
    filter: drop-shadow(0 25px 30px rgba(0, 0, 0, .4))
}

.chest-lid {
    position: absolute;
    left: 15px;
    top: 12px;
    width: 230px;
    height: 82px;
    background: linear-gradient(#9b5d29, #6d3b18);
    border: 8px solid #422712;
    border-radius: 12px 12px 3px 3px;
    box-shadow: inset 0 12px rgba(255, 183, 83, .1)
}

.chest-base {
    position: absolute;
    left: 15px;
    top: 85px;
    width: 230px;
    height: 105px;
    background: linear-gradient(90deg, #6e3e1b, #a0612a 48%, #6e3e1b);
    border: 8px solid #422712;
    border-top: 4px solid #422712
}

.chest-lock {
    position: absolute;
    left: 105px;
    top: 69px;
    width: 50px;
    height: 72px;
    background: #c0c7c5;
    border: 7px solid #555e5c;
    box-shadow: inset 0 0 0 7px #858e8a
}

.lock-label {
    font-family: var(--pixel);
    font-size: 38px;
    color: #fff;
    margin-top: 22px;
    text-shadow: 4px 4px 0 #222
}

.lwc-art p {
    font-size: 11px;
    letter-spacing: .12em;
    color: var(--muted);
    margin-top: 7px
}

.command-table {
    border: 1px solid var(--line);
    overflow: hidden
}

.command-head,
.command-row {
    display: grid;
    grid-template-columns: 190px 1fr 55px;
    gap: 20px;
    align-items: center
}

.command-head {
    padding: 12px 16px;
    background: #182022;
    color: var(--green);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .13em
}

.command-row {
    width: 100%;
    text-align: left;
    background: #101617;
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, .065);
    padding: 13px 16px;
    color: #d6ded9;
    cursor: pointer;
    transition: .18s
}

.command-row:hover {
    background: #151e20
}

.command-row code {
    font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
    color: var(--green);
    font-size: 12px
}

.command-row strong {
    display: block;
    font-size: 12px;
    color: #e8eee9;
    margin-bottom: 2px
}

.command-row span {
    font-size: 11px;
    color: #899690
}

.command-row b {
    font-size: 9px;
    text-transform: uppercase;
    color: #6f7d75
}

.tip {
    display: flex;
    gap: 14px;
    align-items: center;
    padding: 16px 0;
    color: #8e9a93;
    font-size: 11px
}

.tip strong {
    color: #10180e;
    background: var(--green);
    padding: 5px 7px;
    font-size: 9px;
    display: inline-flex;
    align-items: center;
    gap: 5px
}

.tip a {
    margin-left: auto;
    color: var(--green);
    font-weight: 700
}

.world-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px
}

.world-card {
    border: 1px solid var(--line);
    background: #111719;
    overflow: hidden;
    transition: .25s
}

.world-card:hover {
    transform: translateY(-5px);
    border-color: rgba(105, 255, 50, .3)
}

.world-scene {
    height: 240px;
    position: relative;
    overflow: hidden
}

.world-forest .world-scene {
    background: linear-gradient(#7fb2a0 0 47%, #2c6237 47% 65%, #19311c 65%)
}

.tree {
    position: absolute;
    width: 40px;
    height: 120px;
    background: #52361d;
    bottom: 30px;
    box-shadow: inset 10px 0 rgba(0, 0, 0, .16)
}

.tree:after {
    content: "";
    position: absolute;
    width: 115px;
    height: 100px;
    left: -38px;
    top: -55px;
    background: #2c7c2f;
    clip-path: polygon(25% 0, 75% 0, 100% 25%, 88% 74%, 65% 100%, 22% 90%, 0 50%)
}

.tree-one {
    left: 25px
}

.tree-two {
    right: 34px;
    transform: scale(.75)
}

.cabin {
    position: absolute;
    left: 72px;
    bottom: 33px;
    width: 140px;
    height: 90px;
    background: #78512c;
    box-shadow: inset 0 -12px rgba(0, 0, 0, .15)
}

.cabin:before {
    content: "";
    position: absolute;
    left: -10px;
    top: -45px;
    border-left: 80px solid transparent;
    border-right: 80px solid transparent;
    border-bottom: 58px solid #4e2c1c
}

.cabin span {
    position: absolute;
    right: 17px;
    bottom: 0;
    width: 31px;
    height: 50px;
    background: #2b2018
}

.world-mountain .world-scene {
    background: linear-gradient(#7eabc4 0 45%, #406e4a 45% 100%)
}

.peak {
    position: absolute;
    bottom: 25px;
    width: 0;
    height: 0;
    border-left: 110px solid transparent;
    border-right: 110px solid transparent;
    border-bottom: 180px solid #5d7565
}

.peak-one {
    left: -30px
}

.peak-two {
    right: -70px;
    border-bottom-color: #4b6356;
    transform: scale(.8)
}

.river {
    position: absolute;
    left: 42%;
    bottom: -20px;
    width: 60px;
    height: 150px;
    background: #73b6c9;
    transform: rotate(20deg);
    box-shadow: 20px 0 rgba(255, 255, 255, .08)
}

.world-night .world-scene {
    background: linear-gradient(#0d1731, #263657 60%, #152019)
}

.moon {
    position: absolute;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #e7e3c8;
    right: 28px;
    top: 25px;
    box-shadow: 0 0 25px rgba(255, 255, 210, .3)
}

.castle {
    position: absolute;
    left: 35px;
    bottom: 25px;
    width: 175px;
    height: 80px;
    background: #252833
}

.castle:before,
.castle:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 40px;
    background: #313441
}

.castle:before {
    left: -12px;
    height: 135px
}

.castle:after {
    right: -12px;
    height: 115px
}

.castle i {
    position: absolute;
    bottom: 0;
    width: 10px;
    height: 15px;
    background: #f1c34e;
    box-shadow: 0 -1px 12px #f1c34e
}

.castle i:nth-child(1) {
    left: 45px
}

.castle i:nth-child(2) {
    left: 82px
}

.castle i:nth-child(3) {
    left: 120px
}

.world-cave .world-scene {
    background: linear-gradient(145deg, #201d19, #080909)
}

.cave-rock {
    position: absolute;
    background: #34312b;
    clip-path: polygon(0 20%, 30% 0, 80% 10%, 100% 48%, 80% 100%, 15% 84%)
}

.rock-one {
    width: 170px;
    height: 190px;
    left: -35px;
    top: 15px
}

.rock-two {
    width: 170px;
    height: 210px;
    right: -45px;
    top: 45px
}

.lava {
    position: absolute;
    left: 40%;
    bottom: 0;
    width: 95px;
    height: 125px;
    background: linear-gradient(#f4c34b, #f06b1c, #8b260f);
    clip-path: polygon(18% 0, 82% 0, 100% 100%, 0 100%)
}

.rail {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 48px;
    height: 5px;
    background: #6b6258;
    transform: rotate(8deg);
    box-shadow: 0 17px #6b6258
}

.world-caption {
    padding: 16px 17px 18px;
    display: grid;
    grid-template-columns: 30px 1fr;
    column-gap: 10px
}

.world-caption span {
    grid-row: 1/3;
    color: var(--green);
    font-family: var(--pixel);
    font-size: 10px
}

.world-caption strong {
    font-size: 13px
}

.world-caption small {
    color: var(--muted);
    font-size: 10px
}

.rules-section {
    background: #0a0f10
}

.rules-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px
}

.rule-card {
    padding: 28px;
    border: 1px solid var(--line);
    background: #101617;
    min-height: 190px
}

.rule-card span {
    font-family: var(--pixel);
    font-size: 10px;
    color: var(--green)
}

.rule-card h3 {
    font-family: var(--pixel);
    font-size: 12px;
    margin: 25px 0 10px;
    line-height: 1.7
}

.rule-card p {
    font-size: 12px;
    color: var(--muted)
}

.faq-section {
    padding-bottom: 115px
}

.faq-layout {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 75px;
    align-items: start
}

.faq-list {
    display: grid;
    gap: 9px
}

.faq-item {
    border: 1px solid var(--line);
    background: #111719
}

.faq-item button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    padding: 19px 20px;
    background: none;
    border: 0;
    color: #e7eee9;
    font-weight: 700;
    font-size: 13px;
    cursor: pointer
}

.faq-item button b {
    font-size: 20px;
    color: var(--green);
    font-weight: 400;
    transition: .2s
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease
}

.faq-answer p {
    padding: 0 20px 19px;
    color: var(--muted);
    font-size: 12px
}

.faq-item.open .faq-answer {
    max-height: 130px
}

.faq-item.open button b {
    transform: rotate(45deg)
}

.faq-item button b {
    display: inline-flex
}

.cta-section {
    padding: 55px 0;
    background: var(--green);
    color: #071007
}

.cta-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px
}

.cta-section .eyebrow {
    color: #1b4f12
}

.cta-section h2 {
    font-size: clamp(21px, 3vw, 35px)
}

.cta-section h2 span {
    color: #153e0e
}

.cta-section p:last-child {
    font-size: 13px;
    margin-top: 8px;
    opacity: .72
}

.cta-section .btn {
    background: #0c160a;
    color: #dfffd6;
    box-shadow: none
}

.cta-section .btn:hover {
    background: #172315;
    color: #fff
}

.site-footer {
    background: #070a0b;
    border-top: 1px solid var(--line);
    padding-top: 65px
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.7fr .7fr .9fr .9fr;
    gap: 45px;
    padding-bottom: 45px
}

.footer-brand img {
    width: 105px;
    height: 105px;
    object-fit: contain;
    margin: -25px 0 5px -10px
}

.footer-brand p,
.footer-note {
    font-size: 11px;
    color: #7d8982;
    max-width: 340px
}

.site-footer h4 {
    font-family: var(--pixel);
    font-size: 10px;
    margin-bottom: 18px;
    color: #fff
}

.site-footer a {
    display: block;
    font-size: 11px;
    color: #7d8982;
    margin: 8px 0
}

.site-footer a:hover {
    color: var(--green)
}

.footer-discord {
    color: var(--green) !important;
    font-weight: 800
}

.footer-bottom {
    border-top: 1px solid var(--line);
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    color: #58625d;
    font-size: 10px
}

.reveal {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity .65s ease, transform .65s ease
}

.reveal.visible {
    opacity: 1;
    transform: none
}

@media (max-width:1000px) {
    .main-nav {
        gap: 16px
    }

    .main-nav a {
        font-size: 9px
    }

    .feature-grid,
    .rules-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .world-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .lwc-layout {
        grid-template-columns: 1fr
    }

    .lwc-art {
        display: none
    }

    .faq-layout {
        grid-template-columns: 1fr;
        gap: 45px
    }

    .hero-character {
        opacity: .58;
        right: -10%
    }

    .hero-copy {
        width: 68%
    }
}

@media (max-width:760px) {
    .site-header {
        height: 68px
    }

    .nav-wrap {
        gap: 10px
    }

    .brand img {
        width: 78px;
        height: 78px
    }

    .btn-discord {
        display: none
    }

    .nav-toggle {
        display: block;
        order: 3
    }

    .main-nav {
        position: absolute;
        left: 14px;
        right: 14px;
        top: 62px;
        display: none;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        background: #0d1213;
        border: 1px solid var(--line);
        box-shadow: var(--shadow);
        padding: 8px
    }

    .main-nav.open {
        display: flex
    }

    .main-nav a {
        padding: 13px 14px;
        font-size: 10px
    }

    .main-nav a:after {
        display: none
    }

    .hero {
        min-height: 760px
    }

    .hero-content {
        padding-top: 50px;
        align-items: flex-start;
        padding-top: 150px
    }

    .hero-copy {
        width: 100%
    }

    .hero h1 {
        font-size: 30px
    }

    .hero-text {
        font-size: 13px;
        max-width: 450px
    }

    .hero-character {
        opacity: .28;
        right: -22%;
        bottom: 65px;
        width: 80%
    }

    .voxel-character {
        transform: scale(.75);
        transform-origin: bottom right
    }

    .server-status {
        flex-wrap: wrap;
        max-width: 340px
    }

    .section {
        padding: 78px 0
    }

    .feature-grid,
    .rules-grid,
    .world-grid {
        grid-template-columns: 1fr
    }

    .feature-card {
        min-height: auto
    }

    .whitelist-panel {
        grid-template-columns: 1fr;
        gap: 15px;
        text-align: center
    }

    .panel-character {
        margin: auto
    }

    .whitelist-panel .btn {
        width: 100%
    }

    .command-head {
        display: none
    }

    .command-row {
        grid-template-columns: 1fr 48px;
        gap: 7px
    }

    .command-row>span {
        grid-column: 1/-1;
        grid-row: 2
    }

    .command-row code {
        grid-column: 1
    }

    .command-row b {
        grid-column: 2;
        grid-row: 1
    }

    .tip {
        align-items: flex-start;
        flex-wrap: wrap
    }

    .tip a {
        margin-left: 0;
        width: 100%
    }

    .cta-inner {
        flex-direction: column;
        align-items: flex-start
    }

    .cta-inner .btn {
        width: 100%
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 30px
    }

    .footer-brand {
        grid-column: 1/-1
    }

    .footer-bottom {
        flex-direction: column;
        gap: 6px
    }
}

@media (max-width:430px) {
    .container {
        width: min(100% - 28px, 1180px)
    }

    .hero-actions {
        flex-direction: column
    }

    .hero-actions .btn {
        width: 100%
    }

    .hero h1 {
        font-size: 25px
    }

    .hero-lead {
        font-size: 17px
    }

    .section-heading h2 {
        font-size: 20px
    }

    .footer-grid {
        grid-template-columns: 1fr
    }
}