@font-face {
	font-family: "Consolas";
	src: url('/assets/consolas.ttf') format("truetype");
}
:root {
	--indigo: #1B2A4A;
	--indigo-deep: #0C1526;
	--ai: #2E4D7B;
	--shu: #D8412F;
	--shu-light: #EF6A52;
	--washi: #F3E9D2;
	--washi-muted: #C4B79A;
	--sumi: #14110E;
	--term: #ADFF2F;
}
* { box-sizing: border-box; }
body {
	margin: 0;
	color: var(--washi);
	background:
		radial-gradient(120% 80% at 50% -10%, var(--ai) 0%, var(--indigo) 45%, var(--indigo-deep) 100%);
	background-attachment: fixed;
	font-family: "Shippori Mincho", Georgia, serif;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
}
a { color: var(--shu-light); text-decoration: none; }
a:hover { text-decoration: underline; }
.wrap { max-width: 940px; margin: 0 auto; padding: 28px 22px 90px; }

.term {
	font-family: "Consolas", "Menlo", "Courier New", monospace;
	color: var(--term); font-size: 15px; display: block; margin-bottom: 30px; opacity: .9;
}
.term .home { color: var(--washi-muted); }

.langs { text-align:center; margin: -12px 0 18px; font-family:"Consolas",monospace; font-size:13px; letter-spacing:1px; }
.langs a { color: var(--washi-muted); margin: 0 9px; }
.langs a.active { color: var(--shu-light); font-weight:700; }
.langs a:hover { color: var(--shu-light); text-decoration:none; }

/* header */
.masthead { text-align: center; padding: 4px 0 8px; }
.stamp {
	display: inline-block; margin-bottom: 4px;
	font-family: "Consolas", "Menlo", monospace; font-size: 13px;
	letter-spacing: 3px; text-transform: uppercase; color: var(--shu-light);
}
.logo-img { width: 460px; max-width: 82vw; display: block; margin: 6px auto 4px;
	filter: drop-shadow(0 10px 26px rgba(0,0,0,.55)); }
.kicker {
	font-family: "Consolas", monospace; letter-spacing: 4px; text-transform: uppercase;
	font-size: 13px; color: var(--washi-muted); margin: 2px 0 0;
}
h1.sr { position:absolute; left:-9999px; }
.tagline { font-size: clamp(20px, 4vw, 28px); color: var(--washi); margin: 10px 0 0; }
.lead { color: #E7DEC9; font-size: 18px; margin: 16px auto 0; max-width: 640px; }

.cta { margin: 26px 0 4px; }
.pill {
	display: inline-block; margin: 6px; padding: 12px 22px; border-radius: 40px;
	font-size: 16px; font-weight: 700;
}
.pill.primary { background: var(--shu); color: var(--washi); }
.pill.primary:hover { text-decoration: none; background: var(--shu-light); }
.pill.ghost { border: 1.5px solid rgba(243,233,210,.4); color: var(--washi); }
.pill.ghost:hover { text-decoration: none; border-color: var(--shu-light); color: var(--shu-light); }

/* hero art */
.hero {
	margin: 40px 0 0; border-radius: 14px; overflow: hidden;
	border: 1px solid rgba(216,65,47,.3); box-shadow: 0 16px 40px rgba(0,0,0,.5);
}
.hero img { display: block; width: 100%; }

/* sections */
section { margin-top: 62px; scroll-margin-top: 20px; }
h2 { font-size: clamp(26px, 5vw, 36px); font-weight: 700; color: var(--washi); margin: 0 0 8px; }
h2 .accent { color: var(--shu-light); }
h3.sub { font-size: 20px; color: var(--shu-light); margin: 26px 0 4px; font-weight: 700; }
p { font-size: 18px; color: #E7DEC9; max-width: 720px; }
p em { color: var(--washi); font-style: italic; }
.muted { color: var(--washi-muted); font-size: 15px; font-family: "Consolas", monospace; }

/* the pull-quote / short pitch */
.pitch {
	border-left: 3px solid var(--shu); padding: 6px 0 6px 20px; margin: 18px 0 0;
	font-size: 20px; color: var(--washi);
}

/* video embeds */
.videos { display: grid; grid-template-columns: 1fr; gap: 26px; margin-top: 22px; }
.vid .label { display:flex; align-items:center; gap:10px; margin: 0 0 8px; font-weight:700; color: var(--washi); font-size: 18px; }
.badge { font-family:"Consolas",monospace; font-size:11px; letter-spacing:1.5px; text-transform:uppercase;
	background: var(--shu); color: var(--washi); border-radius: 6px; padding: 3px 8px; }
.badge.soon { background: rgba(0,0,0,.35); color: var(--shu-light); border: 1px solid rgba(239,106,82,.5); }
.embed { position: relative; padding-top: 56.25%; border-radius: 12px; overflow: hidden;
	border: 1px solid rgba(243,233,210,.16); box-shadow: 0 12px 30px rgba(0,0,0,.45); background:#000; }
.embed iframe { position:absolute; inset:0; width:100%; height:100%; border:0; }

/* factsheet */
.factsheet {
	background: rgba(0,0,0,.24); border: 1px solid rgba(216,65,47,.28); border-radius: 14px;
	padding: 8px 24px; margin-top: 20px;
}
.factsheet dl { display: grid; grid-template-columns: 190px 1fr; gap: 0; margin: 0; }
.factsheet dt { font-family:"Consolas",monospace; font-size: 13px; letter-spacing: 1px; text-transform: uppercase;
	color: var(--washi-muted); padding: 14px 0; border-top: 1px solid rgba(243,233,210,.12); }
.factsheet dd { margin: 0; padding: 14px 0; border-top: 1px solid rgba(243,233,210,.12); color: #E7DEC9; font-size: 16px; }
.factsheet dl > dt:first-of-type, .factsheet dl > dt:first-of-type + dd { border-top: none; }
@media (max-width: 560px) {
	.factsheet dl { grid-template-columns: 1fr; }
	.factsheet dt { padding-bottom: 0; border-top: 1px solid rgba(243,233,210,.12); }
	.factsheet dd { padding-top: 4px; border-top: none; }
}

/* features */
.feat { list-style: none; padding: 0; margin: 20px 0 0; display: grid; gap: 12px; }
.feat li { position: relative; padding-left: 30px; font-size: 17px; color: #E7DEC9; max-width: 760px; }
.feat li::before { content: "凧"; position: absolute; left: 0; top: 1px; color: var(--shu); font-weight: 700; font-size: 16px; }
.feat b { color: var(--washi); }

/* screenshot gallery */
.gallery { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 22px; }
@media (max-width: 620px) { .gallery { grid-template-columns: 1fr; } }
.shot { display:block; border-radius: 10px; overflow: hidden; border: 1px solid rgba(243,233,210,.16);
	box-shadow: 0 10px 24px rgba(0,0,0,.45); position: relative; }
.shot img { display:block; width:100%; transition: transform .35s ease; }
.shot:hover img { transform: scale(1.03); }
.shot .cap { position:absolute; left:0; right:0; bottom:0; padding: 22px 12px 9px;
	font-family:"Consolas",monospace; font-size: 12px; letter-spacing:.5px; color: var(--washi);
	background: linear-gradient(transparent, rgba(12,21,38,.85)); }

/* asset download row */
.assets { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px,1fr)); gap: 16px; margin-top: 22px; }
.asset-card { background: rgba(0,0,0,.24); border: 1px solid rgba(243,233,210,.18); border-radius: 12px;
	padding: 18px 20px; }
.asset-card h4 { margin: 0 0 4px; color: var(--shu-light); font-size: 17px; }
.asset-card p { font-size: 14px; margin: 0 0 12px; color:#DAD0BB; }
.dl { display:inline-block; font-family:"Consolas",monospace; font-size: 13px; font-weight:700;
	background: var(--shu); color: var(--washi); border-radius: 8px; padding: 9px 15px; }
.dl:hover { text-decoration:none; background: var(--shu-light); }
.dl.ghost { background: transparent; color: var(--washi); border: 1px solid rgba(243,233,210,.35); }

/* tags */
.tags { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.tag { font-family: "Consolas", monospace; font-size: 14px; background: rgba(0,0,0,.3);
	border: 1px solid rgba(243,233,210,.18); border-radius: 8px; padding: 8px 13px; color: var(--washi); }

/* about + contact cards */
.card { background: rgba(0,0,0,.22); border: 1px solid rgba(216,65,47,.28); border-radius: 14px; padding: 22px 24px; margin-top: 18px; }
.card h3 { margin: 0 0 6px; font-size: 20px; color: var(--shu-light); font-weight: 700; }
.card p { font-size: 16px; color: #DAD0BB; margin: 0 0 8px; max-width: none; }
.contact-line { font-size: 17px; margin: 6px 0; }
.contact-line b { color: var(--washi); font-family:"Consolas",monospace; font-size:14px; letter-spacing:1px; text-transform:uppercase; color: var(--washi-muted); display:inline-block; width: 96px; }

hr { border: none; border-top: 1px dashed rgba(243,233,210,.2); margin: 62px 0 26px; }
footer { font-family: "Consolas", monospace; font-size: 14px; color: var(--washi-muted); }
footer a { margin-right: 18px; }

/* how-to-play callout (reviewer signpost) */
.howto { display:flex; align-items:center; gap:14px; flex-wrap:wrap; margin-top:24px;
	background: rgba(216,65,47,.12); border:1px solid rgba(216,65,47,.42); border-radius:14px; padding:16px 20px; }
.howto .ico { font-size:26px; line-height:1; }
.howto p { margin:0; font-size:16px; color:#E7DEC9; flex:1; min-width:220px; max-width:none; }
