@import url('https://fonts.googleapis.com/css2?family=Press+Start+2P&family=Space+Mono:wght@400;700&display=swap');

:root {
  --ink: #e8f0f2;
  --muted: #9fb1b3;
  --night: #0b1524;
  --panel: #112235;
  --panel-deep: #0d1b2d;
  --line: #274052;
  --grass: #7cc35a;
  --grass-dark: #3e7542;
  --copper: #e38a46;
  --diamond: #72d5cf;
  --gold: #f2c56e;
  --pixel: 4px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--night); font-family: 'Space Mono', ui-monospace, SFMono-Regular, Consolas, monospace; line-height: 1.6; }
body::before { content: ''; position: fixed; inset: 0; pointer-events: none; opacity: .28; background-image: linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px); background-size: 32px 32px; z-index: -1; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }

.site-shell { overflow: hidden; }
.section-wrap { width: min(1180px, calc(100% - 64px)); margin-inline: auto; }
.site-header { min-height: 78px; width: min(1280px, calc(100% - 48px)); margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 28px; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: max-content; }
.brand strong { display: block; font-family: 'Press Start 2P', monospace; font-size: 11px; letter-spacing: 0; color: var(--ink); }
.brand small { display: block; margin-top: 7px; color: var(--muted); font-size: 9px; letter-spacing: 1px; }
.brand-mark { width: 29px; height: 29px; display: grid; grid-template-columns: repeat(2, 1fr); grid-template-rows: repeat(2, 1fr); gap: 2px; padding: 2px; background: var(--grass-dark); box-shadow: 3px 3px 0 #08111c; }
.brand-mark i { display: block; background: var(--grass); }
.brand-mark i:nth-child(2) { background: #a3dc6c; }.brand-mark i:nth-child(3) { background: #4c8c4e; }.brand-mark i:nth-child(4) { background: #d28b46; }
.main-nav { display: flex; align-items: center; gap: 26px; color: var(--muted); font-size: 12px; }
.main-nav a { transition: color .18s ease; }.main-nav a:hover, .main-nav a:focus-visible { color: var(--grass); }
.header-status { display: inline-flex; align-items: center; gap: 9px; font-size: 11px; color: var(--diamond); white-space: nowrap; }
.status-dot { width: 8px; height: 8px; display: inline-block; background: var(--diamond); box-shadow: 0 0 0 4px rgba(114,213,207,.12); }
.mobile-menu { display: none; border: 1px solid var(--line); background: transparent; color: var(--ink); padding: 8px 10px; }

.hero-section { min-height: 605px; display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(38px, 8vw, 110px); align-items: center; padding: 76px 0 66px; }
.eyebrow, .section-kicker, .card-tag { margin: 0; color: var(--grass); font-size: 10px; font-weight: 700; letter-spacing: 1.4px; }
.eyebrow { display: flex; align-items: center; gap: 8px; }.eyebrow-icon { color: var(--gold); font-size: 15px; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 24px; font-family: 'Press Start 2P', monospace; font-size: clamp(31px, 4.5vw, 58px); line-height: 1.42; letter-spacing: 0; font-weight: 400; }
h1 em { color: var(--gold); font-style: normal; text-shadow: 4px 4px 0 #543d26; }
.hero-intro { max-width: 490px; color: var(--muted); font-size: 14px; line-height: 1.9; }.hero-intro strong { color: var(--ink); }
.hero-actions { display: flex; gap: 12px; margin: 32px 0 42px; flex-wrap: wrap; }
.button { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: 13px; padding: 0 17px; border: 1px solid transparent; border-radius: 2px; font-size: 11px; font-weight: 700; transition: transform .18s ease, background .18s ease, border-color .18s ease; }
.button:hover, .button:focus-visible { transform: translate(-2px, -2px); }.button-primary { color: #0b1524; background: var(--grass); box-shadow: 4px 4px 0 #244733; }.button-primary:hover, .button-primary:focus-visible { background: #a1db70; }.button-quiet { color: var(--ink); background: transparent; border-color: var(--line); }.button-quiet:hover, .button-quiet:focus-visible { border-color: var(--grass); color: var(--grass); }.button-outline { color: var(--gold); background: transparent; border-color: #735c39; }.button-outline:hover, .button-outline:focus-visible { border-color: var(--gold); background: #2a251c; }
.hero-facts { display: flex; gap: 32px; }.hero-facts div { display: grid; gap: 4px; }.hero-facts b { font-size: 20px; color: var(--ink); }.hero-facts span { color: var(--muted); font-size: 10px; }

.hero-scene { position: relative; height: 405px; border: 1px solid #34546a; background: #10273b; box-shadow: 8px 8px 0 #07121e; overflow: hidden; isolation: isolate; }
.hero-portrait { border-color: #45647a; background: #0c1a27; }
.hero-portrait > img { position: absolute; inset: 0; width: 100%; height: 100%; display: block; object-fit: cover; object-position: center 58%; image-rendering: auto; }
.portrait-shade { position: absolute; z-index: 1; inset: 0; background: linear-gradient(180deg, rgba(8,17,27,.04) 38%, rgba(8,17,27,.5) 100%); pointer-events: none; }
.scene-sky { position: absolute; inset: 0 0 35%; background: #102a42; }.star { position: absolute; width: 4px; height: 4px; background: #cbe4db; box-shadow: 0 0 0 2px rgba(203,228,219,.07); }.star-a { top: 22%; left: 12%; }.star-b { top: 34%; left: 47%; width: 3px; height: 3px; }.star-c { top: 16%; right: 19%; }.star-d { top: 52%; right: 37%; width: 3px; height: 3px; }.moon { position: absolute; top: 14%; right: 11%; width: 52px; height: 52px; background: var(--gold); box-shadow: 8px 8px 0 #b0794d; }
.scene-mountains { position: absolute; bottom: 31%; left: 0; width: 100%; height: 34%; }.scene-mountains span { position: absolute; bottom: 0; width: 0; height: 0; border-left: 90px solid transparent; border-right: 90px solid transparent; border-bottom: 118px solid #18364a; }.scene-mountains span:nth-child(1) { left: 3%; }.scene-mountains span:nth-child(2) { left: 28%; border-left-width: 130px; border-right-width: 130px; border-bottom-width: 150px; border-bottom-color: #1a3d50; }.scene-mountains span:nth-child(3) { right: -2%; border-left-width: 120px; border-right-width: 120px; border-bottom-width: 136px; }
.scene-cloud { position: absolute; height: 10px; width: 84px; background: #2c4e61; top: 25%; }.scene-cloud::before, .scene-cloud::after { content: ''; position: absolute; background: #2c4e61; }.scene-cloud::before { width: 32px; height: 16px; left: 16px; top: -8px; }.scene-cloud::after { width: 22px; height: 12px; right: 13px; top: -6px; }.cloud-a { left: 20%; }.cloud-b { right: 28%; top: 39%; transform: scale(.65); opacity: .7; }
.scene-ground { position: absolute; left: 0; right: 0; bottom: 0; height: 33%; background: #403329; }.grass-line { position: absolute; top: 0; left: 0; right: 0; height: 23px; background: var(--grass-dark); box-shadow: inset 0 8px 0 var(--grass); }.dirt-line { position: absolute; top: 23px; left: 0; right: 0; height: 50px; background-color: #65442f; background-image: radial-gradient(#815b3b 2px, transparent 2px); background-size: 33px 21px; opacity: .95; }.stone-line { position: absolute; top: 73px; left: 0; right: 0; bottom: 0; background-color: #293c42; background-image: radial-gradient(#40575a 2px, transparent 2px); background-size: 25px 18px; }
.scene-house { position: absolute; bottom: 31%; right: 29%; width: 128px; height: 104px; }.house-roof { position: absolute; left: -13px; top: 0; width: 154px; height: 27px; background: #5a3035; border-top: 8px solid #8a4e42; clip-path: polygon(10% 100%, 50% 0, 90% 100%); }.house-wall { position: absolute; left: 12px; bottom: 0; width: 104px; height: 77px; background: #a37b53; border: 7px solid #6d4e38; }.house-door { position: absolute; z-index: 2; bottom: 0; left: 49px; width: 26px; height: 48px; background: #4b3025; border: 4px solid #2f2120; }.house-door::after { content: ''; position: absolute; right: 4px; top: 22px; width: 4px; height: 4px; background: var(--gold); }.house-window { position: absolute; z-index: 2; left: 20px; top: 42px; width: 21px; height: 21px; background: var(--gold); border: 4px solid #3a2b27; box-shadow: 43px 0 0 -4px var(--gold), 43px 0 0 0 #3a2b27; }
.scene-tree { position: absolute; bottom: 31%; width: 65px; height: 130px; }.tree-a { left: 10%; transform: scale(.82); }.tree-b { right: 9%; transform: scale(.62); }.trunk { position: absolute; bottom: 0; left: 26px; width: 15px; height: 65px; background: #6a442f; box-shadow: 5px 0 0 #4d342a; }.leaves { position: absolute; left: 0; bottom: 44px; width: 62px; height: 75px; background: #3a7545; box-shadow: -11px 17px 0 #3a7545, 11px 18px 0 #3a7545, 0 -13px 0 #4f9251, 9px -5px 0 #4f9251; }

.stream-bar { min-height: 116px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; padding: 22px 28px; border-block: 1px solid #5b4b30; background: #1b1e21; }.stream-pulse { display: flex; align-items: center; gap: 12px; color: var(--copper); font-family: 'Press Start 2P', monospace; font-size: 10px; }.stream-pulse .status-dot { background: var(--copper); box-shadow: 0 0 0 4px rgba(227,138,70,.12); }.stream-copy h2 { margin: 4px 0 4px; font-size: 16px; }.stream-copy p:last-child { margin: 0; color: var(--muted); font-size: 11px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 36px; }.section-heading h2 { margin: 8px 0 0; font-family: 'Press Start 2P', monospace; font-size: clamp(19px, 2.3vw, 27px); font-weight: 400; line-height: 1.6; }.section-note, .season-code { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.7; text-align: right; }
.journey-section { padding: 104px 0 116px; }.filter-row { display: flex; gap: 9px; margin-bottom: 22px; flex-wrap: wrap; }.filter-chip { padding: 8px 11px; color: var(--muted); background: transparent; border: 1px solid var(--line); border-radius: 2px; font-size: 10px; }.filter-chip:hover, .filter-chip:focus-visible, .filter-chip.is-active { color: var(--night); border-color: var(--grass); background: var(--grass); }.timeline { border-top: 1px solid var(--line); }.timeline-card { position: relative; display: grid; grid-template-columns: 84px 50px 1fr 20px; gap: 22px; align-items: center; padding: 26px 12px; border-bottom: 1px solid var(--line); transition: background .18s ease, padding .18s ease; }.timeline-card:hover { padding-left: 18px; padding-right: 6px; background: #12283a; }.timeline-card.is-hidden { display: none; }.timeline-date span { display: block; font-family: 'Press Start 2P', monospace; font-size: 17px; color: var(--gold); }.timeline-date small { display: block; margin-top: 8px; color: var(--muted); font-size: 10px; }.timeline-icon { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--line); background: #172d3e; font-size: 21px; }.icon-pickaxe { color: var(--gold); }.icon-portal { color: #b28de7; }.icon-redstone { color: #e37d60; }.icon-star { color: var(--diamond); }.timeline-content h3 { margin: 8px 0 7px; font-size: 15px; }.timeline-content p:last-child { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.8; }.timeline-arrow { color: var(--grass); font-size: 20px; }

.season-section { padding: 0 0 116px; }.season-grid { display: grid; grid-template-columns: 1.35fr .82fr .82fr; gap: 15px; }.season-card { min-height: 255px; padding: 23px; border: 1px solid var(--line); background: var(--panel-deep); }.season-card-main { background: #162d34; border-color: #3c5b50; }.card-top { display: flex; justify-content: space-between; }.tiny-icon { color: var(--grass); }.season-card h3 { margin: 28px 0 6px; font-family: 'Press Start 2P', monospace; font-size: 17px; line-height: 1.7; font-weight: 400; }.season-card p { margin-bottom: 30px; color: var(--muted); font-size: 11px; }.progress-label { display: flex; justify-content: space-between; color: var(--muted); font-size: 10px; }.progress-label strong { color: var(--gold); }.progress-track { height: 9px; margin: 9px 0 17px; background: #233a39; border: 1px solid #385a50; }.progress-track span { display: block; height: 100%; background: var(--grass); }.material-row { display: flex; align-items: center; gap: 8px; }.material { width: 18px; height: 18px; display: inline-block; border: 2px solid rgba(0,0,0,.3); }.material-stone { background: #7f8b85; }.material-wood { background: #9c6c40; }.material-copper { background: #c2764c; }.material-glass { background: var(--diamond); }.material-row small { margin-left: auto; color: var(--muted); font-size: 9px; }.stat-card { display: flex; flex-direction: column; }.stat-card h3 { margin-top: auto; font-size: 15px; }.stat-card p { margin: 4px 0 12px; }.card-caption { color: var(--muted); font-size: 10px; }.item-visual { width: 70px; height: 70px; display: grid; place-items: center; margin: 25px 0 0; background: #1a3242; border: 1px solid #355369; font-size: 44px; }.item-sword { color: var(--diamond); transform: rotate(-37deg); }.item-map { color: var(--gold); font-size: 40px; }

.achievements-section { padding: 0 0 116px; }.achievement-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 11px; }.achievement { display: grid; grid-template-columns: 48px 1fr auto; align-items: center; gap: 15px; padding: 15px 17px; border: 1px solid var(--line); background: #0f2031; }.achievement.is-unlocked { border-color: #35584c; background: #112b2d; }.achievement-icon { width: 42px; height: 42px; display: grid; place-items: center; color: var(--muted); border: 1px solid #3c4c56; background: #1a2a35; font-size: 19px; }.is-unlocked .achievement-icon { color: var(--gold); border-color: #725b38; background: #2d2a22; }.achievement h3 { margin: 0 0 3px; font-size: 12px; }.achievement p { margin: 0; color: var(--muted); font-size: 10px; }.achievement-state { color: var(--muted); font-size: 9px; }.is-unlocked .achievement-state { color: var(--grass); }

.guestbook-section { display: grid; grid-template-columns: .8fr 1fr; gap: 70px; padding: 0 0 100px; }.guestbook-copy h2 { margin: 10px 0 17px; font-family: 'Press Start 2P', monospace; font-size: 25px; font-weight: 400; line-height: 1.6; }.guestbook-copy > p:not(.section-kicker) { max-width: 360px; color: var(--muted); font-size: 12px; }.sign-decoration { display: flex; gap: 12px; margin-top: 42px; }.sign-decoration span { width: 45px; height: 29px; display: block; border: 3px solid #5d3d2d; background: #bd8d57; box-shadow: 3px 3px 0 #2c201e; }.sign-decoration span:nth-child(2) { transform: translateY(11px); background: #d09a59; }.sign-decoration span:nth-child(3) { background: #a8784d; }
.guestbook-form { padding: 22px; border: 1px solid var(--line); background: #101f2e; }.guestbook-form label { display: block; margin-bottom: 7px; color: var(--muted); font-size: 10px; }.guestbook-form input, .guestbook-form textarea { width: 100%; margin-bottom: 16px; padding: 11px 12px; color: var(--ink); background: #0a1726; border: 1px solid #2a4353; border-radius: 1px; outline: none; resize: vertical; }.guestbook-form input:focus, .guestbook-form textarea:focus { border-color: var(--grass); box-shadow: 3px 3px 0 #244733; }.guestbook-form input::placeholder, .guestbook-form textarea::placeholder { color: #5f7278; }.form-footer { display: flex; align-items: center; justify-content: space-between; gap: 16px; }.form-footer small { color: var(--muted); font-size: 10px; }.guestbook-list { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }.guest-note { padding: 14px; border: 1px solid #5b4b30; background: #1d1d1d; }.guest-note strong { display: block; margin-bottom: 8px; color: var(--gold); font-size: 10px; }.guest-note p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.7; }.guest-note time { display: block; margin-top: 10px; color: #6f797b; font-size: 9px; }
.site-footer { display: flex; justify-content: space-between; gap: 16px; padding: 20px 0 28px; border-top: 1px solid var(--line); color: var(--muted); font-size: 10px; }.site-footer b { margin-inline: 6px; color: var(--grass); }.site-footer a { color: var(--ink); }.toast { position: fixed; left: 50%; bottom: 28px; z-index: 10; max-width: min(90vw, 420px); padding: 12px 16px; color: var(--night); background: var(--gold); border: 2px solid #624b29; box-shadow: 4px 4px 0 #0a1017; font-size: 11px; transform: translate(-50%, 140px); transition: transform .25s ease; }.toast.is-visible { transform: translate(-50%, 0); }

@media (max-width: 900px) { .site-header { width: min(100% - 32px, 1180px); gap: 18px; }.main-nav { gap: 15px; font-size: 11px; }.hero-section { grid-template-columns: 1fr; gap: 44px; padding-top: 58px; }.hero-copy { max-width: 650px; }.hero-scene { max-width: 680px; width: 100%; }.season-grid { grid-template-columns: 1fr 1fr; }.season-card-main { grid-column: 1 / -1; }.guestbook-section { gap: 42px; } }
@media (max-width: 640px) { .section-wrap { width: min(100% - 32px, 1180px); }.site-header { min-height: 70px; position: relative; }.brand strong { font-size: 9px; }.brand small { font-size: 8px; }.mobile-menu { display: block; }.main-nav { position: absolute; top: 69px; left: 0; right: 0; z-index: 10; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 8px; border: 1px solid var(--line); background: var(--panel-deep); box-shadow: 4px 4px 0 #07121e; }.main-nav.is-open { display: flex; }.main-nav a { padding: 11px 8px; }.header-status { display: none; }.hero-section { min-height: 0; padding: 53px 0 52px; }.hero-copy h1 { font-size: 30px; }.hero-intro { font-size: 12px; }.hero-actions { margin: 26px 0 32px; }.button { width: 100%; }.hero-facts { justify-content: space-between; gap: 12px; }.hero-facts b { font-size: 17px; }.hero-facts span { font-size: 9px; }.hero-scene { height: 300px; }.hero-portrait > img { object-position: center 56%; }.stream-bar { grid-template-columns: 1fr auto; gap: 13px; padding: 20px 0; }.stream-pulse { grid-column: 1 / -1; }.stream-copy h2 { font-size: 13px; }.stream-copy p:last-child { font-size: 9px; }.stream-bar .button { width: auto; min-width: 108px; padding-inline: 10px; }.journey-section, .season-section, .achievements-section { padding-bottom: 82px; }.section-heading { align-items: start; flex-direction: column; gap: 9px; margin-bottom: 25px; }.section-note, .season-code { text-align: left; }.timeline-card { grid-template-columns: 52px 40px 1fr; gap: 12px; padding: 21px 0; }.timeline-arrow { display: none; }.timeline-date span { font-size: 13px; }.timeline-date small { font-size: 8px; }.timeline-icon { width: 36px; height: 36px; font-size: 17px; }.timeline-content h3 { font-size: 12px; }.timeline-content p:last-child { font-size: 9px; }.season-grid { grid-template-columns: 1fr; }.season-card-main { grid-column: auto; }.season-card { min-height: 0; }.achievement-grid { grid-template-columns: 1fr; }.achievement { grid-template-columns: 40px 1fr auto; gap: 10px; padding: 12px; }.achievement-icon { width: 36px; height: 36px; }.achievement h3 { font-size: 11px; }.achievement p { font-size: 9px; }.guestbook-section { display: block; padding-bottom: 70px; }.guestbook-form { margin-top: 32px; }.guestbook-list { grid-template-columns: 1fr; margin-top: 12px; }.site-footer { flex-wrap: wrap; font-size: 9px; } }

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; } }
