:root {
  color-scheme: light;
  --ink: #17251e;
  --ink-soft: #405047;
  --cream: #f8f5eb;
  --paper: #fffdf6;
  --line: #d9dfd1;
  --orange: #e86f2d;
  --orange-dark: #a43d1c;
  --green: #829c4b;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; padding-bottom: 108px; background: var(--cream); color: var(--ink); font-family: "Segoe UI", system-ui, -apple-system, sans-serif; line-height: 1.55; }
img { max-width: 100%; display: block; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 4px; }
.shell { width: min(100% - 3rem, 1200px); margin-inline: auto; }
.skip-link { position: absolute; z-index: 30; top: -5rem; left: 1rem; padding: .7rem 1rem; background: white; }
.skip-link:focus { top: 1rem; }
.site-header { position: absolute; z-index: 10; inset: 0 0 auto; color: white; }
.header-inner { min-height: 90px; display: flex; align-items: center; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .55rem; text-decoration: none; font-weight: 800; font-size: 1.25rem; letter-spacing: -.035em; white-space: nowrap; }
.brand img { width: 44px; height: 44px; object-fit: contain; }
.brand strong { color: #a6d46f; }
.site-header nav { display: flex; gap: clamp(1rem, 2.5vw, 2.2rem); margin-left: auto; }
.site-header nav a, .language-link { color: #fff; text-decoration: none; font-weight: 650; font-size: .92rem; text-shadow: 0 1px 9px #152719; }
.site-header nav a:hover, .language-link:hover { color: #d7edb9; }
.site-header nav .nav-playtest { color: #d7edb9; }
.language-link { border: 1px solid #ffffff8c; padding: .4rem .65rem; border-radius: 5px; text-align: center; min-width: 46px; }
.hero { min-height: min(820px, 95svh); position: relative; isolation: isolate; display: flex; align-items: center; color: white; background: #14251e; }
.hero-image { position: absolute; z-index: -2; inset: 0; background: url('/assets/hero.webp') center center / cover no-repeat; }
.hero::before { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, #11251fed 0%, #173026b8 35%, #14201920 75%), linear-gradient(0deg, #102018bd 0%, transparent 35%); }
.hero-content { padding-block: 160px 100px; }
.hero-copy { max-width: 670px; }
.eyebrow { margin: 0 0 1.2rem; color: #b2d780; font-size: .83rem; font-weight: 800; letter-spacing: .19em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.12; }
h1 { font-size: clamp(3.9rem, 7vw, 7.2rem); letter-spacing: -.07em; font-weight: 850; margin-bottom: 1.6rem; }
h1 em { font-style: normal; color: #a9d278; }
.hero-lead { max-width: 600px; font-size: clamp(1.13rem, 1.7vw, 1.4rem); line-height: 1.62; color: #f4f7ee; text-shadow: 0 1px 18px #12261e; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 1.3rem 1.5rem; margin-top: 2.4rem; }
.button { display: inline-flex; gap: 1.2rem; align-items: center; justify-content: center; border-radius: 6px; padding: .95rem 1.4rem; text-decoration: none; font-weight: 800; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--orange); color: #fff; box-shadow: 0 12px 35px #0b1b17a6; }
.button-primary:hover { background: var(--orange-dark); }
.button-outline { color: white; border: 1px solid #ffffffb8; background: #14251e70; }
.button-outline:hover { background: #14251ecc; }
.status-pill { display: inline-flex; align-items: center; gap: .6rem; color: #eff5e9; font-weight: 650; font-size: .9rem; }
.status-dot { width: .55rem; height: .55rem; border-radius: 50%; background: #a9d278; box-shadow: 0 0 0 4px #a9d27835; }
.section-pad { padding-block: clamp(5rem, 8vw, 8rem); }
.section-heading { max-width: 780px; }
.section-heading .eyebrow, .world-copy .eyebrow, .development-section .eyebrow { color: var(--orange-dark); }
h2 { font-size: clamp(2.6rem, 4.5vw, 4.5rem); letter-spacing: -.055em; margin-bottom: 1.3rem; }
.section-heading > p:last-child, .world-copy > p:not(.eyebrow):not(.caption), .development-copy p { font-size: 1.15rem; color: var(--ink-soft); line-height: 1.75; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.15rem; margin-top: 3.5rem; }
.feature-card { background: var(--paper); padding: clamp(1.5rem, 2.5vw, 2.5rem); min-height: 250px; border: 1px solid var(--line); border-radius: 8px; box-shadow: 0 12px 30px #1b2a1810; }
.feature-number { color: var(--orange-dark); font-size: .78rem; font-weight: 850; letter-spacing: .15em; }
.feature-card h3 { font-size: 1.45rem; letter-spacing: -.03em; margin: 2.6rem 0 .7rem; }
.feature-card p { color: var(--ink-soft); margin-bottom: 0; }
.pip-section { background: #dce7d8; overflow: hidden; }
.pip-layout { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr); gap: clamp(2rem, 7vw, 7rem); align-items: center; }
.pip-copy .eyebrow { color: var(--orange-dark); }
.pip-copy > p:not(.eyebrow):not(.caption) { color: var(--ink-soft); font-size: 1.15rem; line-height: 1.75; }
.pip-copy .caption { color: #667369; font-size: .88rem; }
.pip-portrait-wrap { min-height: 420px; display: grid; place-items: center; background: radial-gradient(circle, #f5ead0 0%, #edf1df 55%, transparent 72%); }
.pip-portrait { width: min(100%, 600px); height: auto; filter: drop-shadow(0 24px 28px #17251e3d); }
.world-section { background: #e9ede0; overflow: hidden; }
.world-layout { display: grid; grid-template-columns: minmax(260px, .8fr) minmax(0, 1.2fr); align-items: center; gap: clamp(3rem, 7vw, 7rem); }
.world-copy { max-width: 480px; }
.world-copy .caption { color: #667369; font-size: .85rem; border-left: 3px solid var(--orange); padding-left: .9rem; margin-top: 2.2rem; }
.image-stack { position: relative; padding-bottom: 90px; }
.world-image { margin: 0; position: relative; overflow: hidden; border: 8px solid var(--paper); border-radius: 10px; box-shadow: 0 25px 55px #17251e38; }
.world-image img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.world-image figcaption { position: absolute; left: 1rem; bottom: 1rem; background: #17251ed9; color: white; padding: .32rem .7rem; font-size: .78rem; font-weight: 700; border-radius: 4px; }
.city-image { width: 85%; transform: rotate(-2deg); }
.garden-image { width: 75%; margin: -7% 0 0 auto; transform: rotate(3deg); }
.development-section { background: var(--paper); }
.development-layout { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 7vw, 7rem); }
.development-layout h2 { margin-bottom: 0; }
.development-copy p:last-child { margin-bottom: 0; }
.site-footer { background: var(--ink); color: #dce6d9; padding-block: 2rem; }
.footer-inner { display: flex; justify-content: space-between; gap: 1rem; font-size: .9rem; }
.footer-inner nav { display: flex; gap: 1.5rem; }
.footer-inner nav a:hover { color: white; }
.footer-separator { color: var(--orange); padding-inline: .45rem; }
.news-section { background: #f2efdf; }
.soundtrack-section { background: #f8f5eb; }
.soundtrack-section .eyebrow { color: var(--orange-dark); }
.soundtrack-section .split-layout > div:first-child > p:not(.eyebrow) { color: var(--ink-soft); font-size: 1.15rem; }
.soundtrack-section .split-layout { display: block; }
.soundtrack-section .split-layout > div:first-child { max-width: 700px; }
.music-player { position: fixed; z-index: 60; inset: auto 0 0; min-height: 96px; display: grid; grid-template-columns: minmax(170px, 1fr) minmax(240px, 2fr) auto minmax(120px, 1fr); gap: .35rem 1rem; align-items: center; padding: .8rem max(1rem, calc((100vw - 1200px) / 2)); border-top: 1px solid #60755d; background: #17251ef5; color: white; box-shadow: 0 -8px 30px #10201840; backdrop-filter: blur(14px); }
.music-player > label { font-weight: 800; }
.music-player select { width: 100%; min-width: 0; padding: .6rem .75rem; border: 1px solid #9baa99; border-radius: 5px; background: white; color: var(--ink); font: inherit; }
.music-controls { display: flex; align-items: center; gap: .8rem; }
.music-controls .button { border: 0; font: inherit; font-weight: 800; cursor: pointer; }
.music-controls .button { padding: .65rem .8rem; white-space: nowrap; box-shadow: none; }
.music-controls label { display: grid; gap: .1rem; font-size: .72rem; font-weight: 750; }
.music-controls input { accent-color: var(--orange); width: 95px; }
.music-status { grid-column: 2 / -1; color: #d9e8d2; font-size: .75rem; margin: 0; }
.pip-companion { position: fixed; z-index: 50; right: 1.2rem; bottom: 107px; display: flex; align-items: end; gap: .7rem; pointer-events: none; }
.pip-trigger { pointer-events: auto; width: 190px; border: 0; background: transparent; color: var(--ink); font: inherit; font-weight: 800; cursor: pointer; filter: drop-shadow(0 11px 11px #10201870); }
.pip-trigger img { width: 100%; height: auto; transition: transform .22s ease; }
.pip-trigger:hover img { transform: translateY(-7px) rotate(-2deg); }
.pip-trigger span { display: inline-block; margin-top: -.3rem; padding: .25rem .55rem; border-radius: 100px; background: var(--paper); font-size: .75rem; box-shadow: 0 3px 12px #10201833; }
.pip-bubble { pointer-events: auto; position: relative; max-width: min(380px, calc(100vw - 240px)); margin-bottom: 1.6rem; padding: 1rem 2.2rem 1rem 1rem; border: 2px solid var(--orange); border-radius: 14px; background: var(--paper); box-shadow: 0 10px 32px #10201840; }
.pip-bubble[hidden] { display: none; }
.pip-bubble p { margin: 0 0 .5rem; line-height: 1.4; }
.pip-bubble small { color: var(--ink-soft); }
.pip-close { position: absolute; top: .2rem; right: .5rem; border: 0; background: transparent; color: var(--ink); font-size: 1.5rem; cursor: pointer; }
.split-layout { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 7vw, 7rem); align-items: start; }
.split-layout .eyebrow { color: var(--orange-dark); }
.info-panel { padding: clamp(1.5rem, 3vw, 3rem); background: var(--paper); border: 1px solid var(--line); border-radius: 8px; }
.info-panel h3 { font-size: 1.7rem; letter-spacing: -.03em; }
.info-panel p { color: var(--ink-soft); }
.info-panel p:last-child { margin-bottom: 0; }
.meta-label { color: var(--orange-dark) !important; font-size: .76rem; font-weight: 850; text-transform: uppercase; letter-spacing: .14em; }
.small-note { font-size: .88rem; }
.media-section { background: #e9ede0; }
.media-section .eyebrow { color: var(--orange-dark); }
.media-grid { display: grid; grid-template-columns: 1fr; gap: 1.4rem; margin-top: 3rem; }
.media-card { display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(230px, .65fr); align-items: center; background: var(--paper); border: 1px solid var(--line); border-radius: 8px; overflow: hidden; box-shadow: 0 12px 30px #1b2a1810; }
.media-card img { width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: contain; }
.media-card div { padding: clamp(1.3rem, 3vw, 2.5rem); }
.media-card h3 { font-size: 1.3rem; letter-spacing: -.025em; margin-bottom: .7rem; }
.media-card a { color: var(--orange-dark); font-weight: 750; text-underline-offset: .25em; }
.press-section { background: var(--ink); color: white; }
.press-section .eyebrow { color: #b2d780; }
.press-section p:not(.eyebrow) { color: #e0e9db; max-width: 580px; }
.fact-list { border-top: 1px solid #ffffff4f; }
.fact-list div { display: flex; justify-content: space-between; gap: 1rem; padding: 1.1rem 0; border-bottom: 1px solid #ffffff4f; }
.fact-list span { color: #bed0bd; }
.fact-list strong { text-align: right; }
.legal-page { min-height: 100svh; background: var(--cream); }
.legal-header { background: var(--ink); color: white; }
.legal-header .header-inner { min-height: 82px; }
.legal-header .language-link { margin-left: auto; }
.legal-content { max-width: 800px; padding-block: clamp(3rem, 7vw, 6rem); }
.legal-content h1 { font-size: clamp(2.7rem, 6vw, 4.5rem); color: var(--ink); }
.legal-content h2 { font-size: 1.65rem; letter-spacing: -.03em; margin-top: 2.4rem; }
.legal-content p, .legal-content li { color: var(--ink-soft); }
.draft-notice { background: #fff1d2; border-left: 4px solid var(--orange); padding: 1rem 1.2rem; color: var(--ink) !important; font-weight: 700; }
.placeholder { background: #fff1d2; padding: .1rem .3rem; color: #7d331d; }
.playtest-page { min-height: 100svh; background: var(--ink); color: white; }
.playtest-content { padding-block: clamp(2rem, 6vw, 5rem) 8rem; }
.playtest-content .brand { margin-bottom: clamp(5rem, 11vw, 9rem); }
.playtest-content h1 { max-width: 820px; font-size: clamp(3rem, 7vw, 6rem); }
.playtest-content > p:not(.eyebrow) { max-width: 660px; font-size: 1.15rem; color: #e0e9db; }
.playtest-content .button { margin-top: 1.2rem; }
.playtest-content code { color: #b2d780; }

@media (max-width: 760px) {
  .shell { width: min(100% - 2rem, 1200px); }
  .header-inner { min-height: 74px; gap: .7rem; }
  .brand { font-size: 1.05rem; }
  .brand img { width: 36px; height: 36px; }
  .site-header nav { display: none; }
  .language-link { margin-left: auto; }
  .hero { min-height: 760px; align-items: end; }
  .hero-image { background-position: 63% center; }
  .hero::before { background: linear-gradient(0deg, #12241ff5 0%, #12241fcc 43%, #12241f36 100%); }
  .hero-content { padding-block: 130px 70px; }
  h1 { font-size: clamp(3.4rem, 12vw, 5.8rem); }
  .feature-grid, .world-layout, .development-layout, .split-layout, .media-grid, .media-card, .pip-layout { grid-template-columns: 1fr; }
  .pip-portrait-wrap { min-height: 300px; }
  .pip-portrait { max-width: 420px; }
  body { padding-bottom: 158px; }
  .music-player { min-height: 150px; grid-template-columns: 1fr auto; gap: .3rem .6rem; padding: .65rem 1rem; }
  .music-player > label { grid-column: 1 / -1; font-size: .75rem; }
  .music-player select { grid-column: 1 / 2; font-size: .8rem; padding: .5rem; }
  .music-controls { grid-column: 2 / 3; grid-row: 2 / 3; }
  .music-controls .button { font-size: .75rem; padding: .65rem .5rem; }
  .music-controls label { display: none; }
  .music-status { grid-column: 1 / -1; }
  .pip-companion { right: .25rem; bottom: 158px; }
  .pip-trigger { width: 112px; }
  .pip-trigger span { font-size: .62rem; }
  .pip-bubble { max-width: calc(100vw - 132px); max-height: 38vh; overflow-y: auto; margin-bottom: .4rem; padding: .7rem 1.7rem .7rem .7rem; font-size: .82rem; }
  .feature-grid { gap: .8rem; margin-top: 2.5rem; }
  .feature-card { min-height: auto; }
  .feature-card h3 { margin-top: 1.5rem; }
  .world-layout { gap: 2rem; }
  .image-stack { padding-bottom: 25px; }
  .footer-inner { flex-direction: column; }
}

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