:root {
	--ink: #433524;
	--brown: #755537;
	--moss: #617548;
	--leaf: #8da06e;
	--ivory: #fbf8ed;
	--paper: #f3edda;
	--pink: #d78c8a;
	--gold: #b28b3f;
	--serif: 'Hiragino Mincho ProN', 'Yu Mincho', 'Noto Serif JP', serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--ivory); font-family: var(--serif); line-height: 1.9; }
body::before { position: fixed; z-index: -2; inset: 0; content: ''; opacity: .23; pointer-events: none; background-image: radial-gradient(#8e7c5a 0.45px, transparent .8px), radial-gradient(#ffffff 0.4px, transparent .8px); background-position: 0 0, 9px 13px; background-size: 13px 13px, 17px 17px; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h2, h3 { line-height: 1.45; font-weight: 500; }
.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.section { position: relative; padding: clamp(5.8rem, 10vw, 10rem) max(1.4rem, calc((100vw - 1120px) / 2)); overflow: hidden; }
.section__heading { margin: 0 auto clamp(3rem, 6vw, 5.5rem); text-align: center; }
.section__heading h2 { margin-bottom: 0; color: #503c26; font-size: clamp(1.55rem, 3vw, 2.45rem); letter-spacing: .09em; }
.eyebrow { margin-bottom: .6rem; color: var(--gold); font-family: Cardo, var(--serif); font-size: .75rem; letter-spacing: .22em; }

.hero { position: relative; overflow: hidden; background: #fff; }
.hero__visual { position: relative; }
.hero__picture { display: block; width: 100%; }
.hero__kv { width: 100%; height: auto; }
.hero__mobile-fade, .hero__mobile-logo-full { display: none; }
.hero__catch { margin: 0; color: #765c3d; font-size: clamp(.9rem, 1.35vw, 1.1rem); letter-spacing: .15em; }
.hero__soon, .ending__copy p { display: inline-block; margin: 0; padding-top: .8rem; border-top: 1px solid rgba(150,115,65,.6); color: #826644; font-family: Cardo, serif; font-size: .72rem; letter-spacing: .24em; }
.hero-meta { display: flex; flex-direction: column; align-items: center; gap: 10px; padding: 1em 1.4rem; background: #fff; text-align: center; }
.scroll-cue { display: grid; gap: .15rem; color: #745d3c; font-family: Cardo, serif; font-size: .68rem; letter-spacing: .19em; text-align: center; text-decoration: none; }
.scroll-cue span { font-size: 1.2rem; animation: bob 2.6s ease-in-out infinite; }

.concept { background: linear-gradient(130deg, rgba(250,247,235,.95), rgba(239,242,219,.93)); }
.concept::before, .concept::after { position: absolute; content: '✦'; color: rgba(126,152,91,.35); font-size: 9rem; }
.concept::before { top: -3rem; left: 5vw; }.concept::after { right: 4vw; bottom: -4rem; }
.concept__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1rem, 3vw, 2.5rem); max-width: 1120px; margin: auto; }
.concept-card { position: relative; padding: 2.5rem 1.5rem; border: 1px solid rgba(137,112,65,.22); background: rgba(255,254,247,.63); box-shadow: 0 14px 32px rgba(92,72,37,.05); text-align: center; }
.concept-card::after { position: absolute; inset: .45rem; border: 1px solid rgba(177,139,67,.18); content: ''; pointer-events: none; }
.concept-card svg { width: 68px; height: 68px; margin: 0 auto 1.3rem; fill: none; stroke: var(--moss); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.concept-card h3 { margin-bottom: .8rem; font-size: 1.35rem; letter-spacing: .15em; }.concept-card p { margin: 0; font-size: .9rem; }

.character { display: grid; grid-template-columns: minmax(280px, .9fr) 1fr; align-items: end; gap: clamp(1.5rem, 8vw, 9rem); min-height: 660px; background: linear-gradient(108deg, #eef0d5 0%, #fbf8ed 58%, #f4e7d5 100%); }
.character::before { position: absolute; top: 10%; left: -5%; width: 40%; height: 70%; border-radius: 50%; background: radial-gradient(ellipse, rgba(207,218,160,.45), transparent 65%); content: ''; }
.character__art { z-index: 1; align-self: end; }.character__art img { width: min(100%, 530px); margin: auto; filter: drop-shadow(0 16px 13px rgba(82,65,38,.17)); }
.character__copy { z-index: 1; padding-bottom: clamp(1rem, 5vw, 5rem); }.character__copy h2 { margin-bottom: 1.6rem; color: #4e3b29; font-size: clamp(2rem, 4vw, 3.2rem); letter-spacing: .1em; }.character__copy h2 span { margin-left: .35em; color: var(--pink); font-family: Cardo, serif; font-size: .55em; font-style: italic; font-weight: 400; letter-spacing: 0; }.character__copy blockquote { margin: 0 0 2rem; color: #5e754b; font-size: clamp(1.05rem, 2vw, 1.35rem); letter-spacing: .08em; }.character__copy p { font-size: .92rem; }

.world, .ending { position: relative; min-height: min(64vw, 760px); overflow: hidden; color: white; }.world > img, .ending > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }.world__shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(22,43,35,.67), rgba(27,45,35,.19) 72%); }.world__copy { position: relative; z-index: 1; width: calc(100% - 2.8rem); max-width: 1120px; margin: 0 auto; padding: clamp(5rem, 12vw, 11rem) 0; }.world .eyebrow { color: #dcbf78; }.world h2 { max-width: 42rem; margin-bottom: 1.5rem; font-size: clamp(1.5rem, 3.2vw, 2.7rem); letter-spacing: .08em; text-shadow: 0 2px 14px #263a30; }.world__copy > p:last-child { font-size: .94rem; text-shadow: 0 1px 8px #263a30; }

.gameplay { background: linear-gradient(180deg, #fbf7e9, #f4efdb); }.gameplay__list { display: grid; gap: clamp(4.5rem, 10vw, 9rem); max-width: 1120px; margin: auto; }.gameplay-card { display: grid; grid-template-columns: 1.25fr .75fr; align-items: center; gap: clamp(2rem, 6vw, 6rem); }.gameplay-card--reverse { grid-template-columns: .75fr 1.25fr; }.gameplay-card--reverse img { grid-column: 2; }.gameplay-card--reverse div { grid-column: 1; grid-row: 1; }.gameplay-card img { width: 100%; border: 8px solid #fdfbf1; box-shadow: 0 13px 30px rgba(77,57,29,.2); }.gameplay-card div { padding: 1rem 0; }.gameplay-card h3 { margin-bottom: 1.4rem; color: #587040; font-size: clamp(1.7rem, 3vw, 2.35rem); letter-spacing: .15em; }.gameplay-card div > p:not(.eyebrow) { margin-bottom: 1.2rem; font-size: .92rem; }

.ending { min-height: min(55vw, 640px); }.ending__shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(47,48,36,.58), rgba(54,48,34,.18)); }.ending__copy { position: relative; z-index: 1; padding: clamp(5rem, 14vw, 12rem) max(1.4rem, calc((100vw - 860px) / 2)); text-align: center; }.ending__copy h2 { margin-bottom: 2.4rem; font-size: clamp(1.45rem, 3vw, 2.5rem); letter-spacing: .1em; text-shadow: 0 2px 10px #3b3021; }.ending__copy p { color: #fff2d5; border-color: rgba(255,242,213,.7); }
footer { display: flex; justify-content: space-between; gap: 1rem; padding: 1.25rem max(1.4rem, calc((100vw - 1120px) / 2)); background: #4e5d3b; color: rgba(255,255,255,.9); font-family: Cardo, var(--serif); font-size: .71rem; letter-spacing: .06em; }footer p { margin: 0; }
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }.reveal.is-visible { opacity: 1; transform: none; }
@keyframes bob { 50% { transform: translateY(6px); } }

@media (max-width: 700px) {
	.hero__kv { width: 100%; }
	.hero__mobile-fade { position: absolute; right: 0; bottom: 0; left: 0; display: block; height: 20%; background: linear-gradient(to bottom, rgba(255,255,255,0), #fff); pointer-events: none; }
	.hero__mobile-logo-full { display: block; width: 100%; height: auto; }
	.concept__grid { grid-template-columns: 1fr; }.concept-card { padding: 2rem 1.5rem; }.character { grid-template-columns: 1fr; gap: 0; padding-bottom: 4rem; }.character__art { width: min(85%, 420px); margin: auto; }.character__copy { padding: 1rem .5rem 0; text-align: center; }.world, .ending { min-height: 580px; }.world__shade, .ending__shade { background: rgba(28,45,34,.48); }.world__copy { width: calc(100% - 2.8rem); text-align: center; }.world__copy > p:last-child { font-size: .84rem; }.gameplay-card, .gameplay-card--reverse { grid-template-columns: 1fr; gap: 1.5rem; }.gameplay-card--reverse img, .gameplay-card--reverse div { grid-column: auto; grid-row: auto; }.gameplay-card div { text-align: center; }.gameplay-card img { border-width: 5px; }footer { display: block; text-align: center; }footer p + p { margin-top: .4rem; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.reveal, .reveal.is-visible { opacity: 1; transform: none; transition: none; }.scroll-cue span { animation: none; } }
