:root {
	color-scheme: dark;
	--ink: #28192e;
	--cream: #f7f0e4;
	--pink: #f3a0cc;
	--muted: #c9bacb;
}
* {
	box-sizing: border-box;
}
html {
	scroll-padding-top: 24px;
}
body {
	margin: 0;
	background: #1c1223;
	color: var(--cream);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 1.65;
}
a {
	color: inherit;
	text-decoration: none;
}
a:hover {
	color: #b95087;
}
.wrap {
	width: min(1240px, calc(100% - 64px));
	margin-inline: auto;
}
.masthead {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding-block: 25px;
	border-bottom: 1px solid #ffffff20;
}
.wordmark {
	font-family: Georgia, serif;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: -1.5px;
}
.wordmark span {
	color: var(--pink);
	display: inline-block;
	font-size: 18px;
	margin-left: 7px;
	vertical-align: top;
}
nav {
	display: flex;
	flex-wrap: wrap;
	gap: clamp(16px, 3vw, 36px);
	font-size: 14px;
}
.hero {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding-block: 56px 75px;
	gap: 18px;
}
.hero-copy {
	flex: 1 1 340px;
	position: relative;
	z-index: 1;
}
.release-strip {
	background: var(--pink);
	color: var(--ink);
	font-size: 14px;
}
.release-strip p {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 4px 22px;
	padding-block: 12px;
	margin-block: 0;
}

h1,
h2 {
	font-family: Georgia, "Times New Roman", serif;
	font-weight: normal;
	letter-spacing: -0.045em;
	line-height: 1.06;
	margin: 0;
}
h1 {
	font-size: clamp(48px, 4.7vw, 69px);
}
em {
	color: var(--pink);
	font-weight: normal;
}
.hero-copy > p:not(.platforms) {
	max-width: 380px;
	color: var(--muted);
	margin-block: 28px;
}
.button {
	display: inline-flex;
	gap: 40px;
	background: var(--pink);
	color: var(--ink);
	padding: 12px 22px;
	border-radius: 4px;
	font-size: 15px;
	font-weight: bold;
	transition:
		background 0.2s,
		transform 0.2s;
}
.button:hover {
	background: #ffd0e8;
	color: var(--ink);
	transform: translateY(-2px);
}
.platforms {
	margin-top: 18px;
	font-size: 12px;
	color: var(--muted);
}
.hero-art {
	flex: 1.7 1 480px;
	min-width: 0;
	width: 58%;
	height: auto;
	object-fit: contain;
	border-radius: 8px;
}
.paper {
	background: var(--cream);
	color: var(--ink);
}
.section {
	padding-block: 90px;
}
h2 {
	font-size: clamp(38px, 4vw, 56px);
}
h3 {
	font-size: 22px;
	line-height: 1.3;
	letter-spacing: -0.025em;
	margin: 0 0 12px;
}
p {
	margin: 0 0 20px;
}
.section-intro {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 30px 80px;
	margin-bottom: 45px;
}
.section-intro h2 {
	flex: 1 1 470px;
}
.section-intro > p {
	flex: 1 1 330px;
	max-width: 460px;
	margin: 0;
	color: #685969;
}
.clips {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 420px), 1fr));
	gap: 26px;
}
figure {
	margin: 0;
	flex: 1 1 290px;
}
video {
	width: 100%;
	height: auto;
	display: block;
	background: #191120;
	border-radius: 8px;
}
figcaption {
	padding-top: 24px;
}
figcaption p {
	font-size: 15px;
	color: #685969;
	max-width: 330px;
}
.game-note {
	margin: 35px 0 0;
	font-size: 14px;
	color: #685969;
}
.editor {
	border-top: 1px solid #28192e30;
	display: flex;
	flex-wrap: wrap;
	gap: 45px 100px;
}
.editor-title {
	flex: 1 1 370px;
}
.section-number {
	display: block;
	margin-bottom: 28px;
	font-size: 12px;
	letter-spacing: 0.13em;
}
.editor em {
	color: #a54277;
}
.editor-title > p {
	max-width: 410px;
	margin-top: 30px;
	color: #685969;
}
.editor-preview {
	flex: 1 1 480px;
	align-self: center;
}
.agents {
	padding-block: 86px;
	background: #302037;
}
.agent-layout {
	display: flex;
	flex-wrap: wrap;
	gap: 36px 75px;
}
.agent-layout > div {
	flex: 1 1 420px;
}
.agent-copy {
	padding-top: 8px;
	color: #dacbd9;
}
.text-link {
	display: inline-block;
	padding-bottom: 3px;
	border-bottom: 1px solid currentColor;
	font-size: 14px;
}
.author {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 48px 70px;
}
.author img {
	width: 230px;
	height: 285px;
	object-fit: cover;
	object-position: 50% 38%;
	border-radius: 115px 115px 12px 12px;
}
.author > div {
	flex: 0 1 620px;
}
.author h2 {
	margin-bottom: 25px;
}
.author p {
	color: var(--muted);
}
.author .aside {
	font-family: Georgia, serif;
	font-style: italic;
	color: var(--pink);
}
footer {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding-block: 30px;
	border-top: 1px solid #ffffff20;
	font-size: 12px;
	color: var(--muted);
}
footer p {
	margin: 0;
}

.editor-screenshot {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 6px;
	margin-bottom: 30px;
}

.credits {
	padding-block: 0 70px;
}
.credits h2 {
	font-size: 32px;
	margin-bottom: 20px;
}
.credits > p {
	max-width: 740px;
	color: var(--muted);
	font-size: 15px;
}
.credits dl {
	display: flex;
	flex-wrap: wrap;
	gap: 24px 60px;
	margin: 30px 0 0;
	font-size: 14px;
}
.credits dt {
	color: var(--muted);
	margin-bottom: 5px;
}
.credits dd {
	margin: 0;
}
.credits a {
	text-decoration: underline;
	text-underline-offset: 4px;
}

.game-screenshot {
	display: block;
	margin-top: 40px;
}
.game-screenshot img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 8px;
}

.workshop-plan {
	flex: 1 1 100%;
	margin: 0;
	color: #685969;
	font-size: 16px;
}
.workshop-plan strong {
	color: var(--ink);
}

.game-highlights {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
	gap: 40px;
	margin-block: 60px 45px;
}
.game-highlight img {
	display: block;
	width: 190px;
	height: 190px;
	object-fit: contain;
	margin: 0 auto 18px;
}
.highlight-label {
	display: block;
	color: #a54277;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	margin-bottom: 14px;
}
.game-highlight h3 {
	font-family: Georgia, serif;
	font-size: 30px;
	font-weight: normal;
}
.game-highlight p,
.feature-track p {
	color: #685969;
	font-size: 16px;
	margin: 0;
}
.more-features {
	border-block: 1px solid #28192e25;
	padding-block: 24px 30px;
}
.more-heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 24px;
}
.more-heading h3 {
	margin: 0;
	font-family: Georgia, serif;
	font-size: 28px;
	font-weight: normal;
}
.carousel-controls {
	display: flex;
	gap: 8px;
}
.carousel-controls[hidden] {
	display: none;
}
.carousel-controls button {
	width: 42px;
	height: 42px;
	border: 1px solid #28192e40;
	border-radius: 50%;
	background: transparent;
	color: var(--ink);
	font-size: 22px;
	cursor: pointer;
}
.carousel-controls button:hover {
	background: #f3a0cc45;
}
.carousel-controls button:disabled {
	opacity: 0.25;
	cursor: default;
}
.feature-track {
	display: flex;
	gap: 32px;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scrollbar-width: thin;
	scrollbar-color: #a5427760 transparent;
	padding-bottom: 22px;
}
.feature-track > article {
	flex: 0 0 min(85%, 340px);
	scroll-snap-align: start;
}
.feature-track h3 {
	font-size: 20px;
}

.starting-point {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 36px 50px;
	margin-block: 50px 65px;
}
.board-preview {
	flex: 1.8 1 540px;
	min-width: 0;
}
.board-preview img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 8px;
}
.starting-copy {
	flex: 1 1 280px;
}
.starting-copy h3 {
	font-family: Georgia, serif;
	font-size: 34px;
	font-weight: normal;
	line-height: 1.15;
	margin-bottom: 24px;
}
.starting-copy p {
	font-size: 16px;
	color: #685969;
}
.starting-copy p:last-child {
	color: var(--ink);
	margin-bottom: 0;
}

.gameplay-section {
	background: #191120;
}
.gameplay-demo figcaption {
	padding: 0 0 30px;
}
.gameplay-demo figcaption p {
	color: var(--muted);
	max-width: none;
	margin: 0;
}
.gameplay-demo h2 {
	margin-bottom: 16px;
	font-family: Georgia, serif;
	font-size: 34px;
	font-weight: normal;
}

.hero-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 18px 24px;
}

.editor-journey {
	flex: 1 1 100%;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
	gap: 36px;
	padding-block: 30px 10px;
}
.editor-journey article {
	border-top: 2px solid #a5427740;
}
.journey-number {
	display: block;
	font-family: Georgia, serif;
	font-size: 72px;
	line-height: 1;
	color: #a54277;
	margin-block: 22px;
}
.editor-journey h3 {
	font-family: Georgia, serif;
	font-size: 32px;
	font-weight: normal;
}
.editor-journey p {
	color: #685969;
	font-size: 16px;
	margin: 0;
}
.editor-extras {
	flex: 1 1 100%;
	min-width: 0;
}

.downloads {
	padding-block: 40px 64px;
	border-top: 1px solid #ffffff20;
}
.downloads p {
	max-width: 720px;
}
.download-links {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}
.download-links:not(:empty) {
	margin-block: 24px;
}
.download-links .button {
	font-size: 15px;
}
