.learn li, .points li, .tips li {
	box-shadow: 0 2px 10px var(--shadow)
}
.learn .ic svg, h2 .tag {
	width: 30px;
	height: 30px
}
.game .badge, .learn .ic, .mode.learner .mbadge {
	background: var(--butter-pale)
}
.sprite, .visually-hidden {
	position: absolute;
	overflow: hidden
}
:root {/*

--wood:#8B4513;
--wood-dark:#3E2A14;
--berry:#FF6B6B;
--cream:#FFF8E1;*/
--cream-deep:#FBEFC9;
--paper:#FFFFFF;
--ink:#3A352C;
--ink-soft:#6B6256;
--line:#6E4A2C;
--sun:#FFE44D;
--butter:#F6D24E;
--butter-pale:#FCE9A8;
--sky:#5BA9D6;
--sky-pale:#D2EAF6;
--grass:#5FA047;
--grass-pale:#D2E9D6;
--leaf-deep:#1F6B40;
--navy:#145A9E;
--shadow:rgba(94, 64, 38, .13);
--display:"Baloo 2", "Nunito", Arial, sans-serif;
--body:"Nunito", Arial, "Helvetica Neue", Helvetica, sans-serif;
--maxw:920px
}
header {
	min-height: 150px
}
*, ::after, ::before {
	box-sizing: border-box
}
body, html {
	max-width: 100%;
	overflow-x: hidden
}
body {
	margin: 0;
	/*background: var(--cream);*/
	color: var(--ink);
	font-family: Nunito, Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 18px;
	line-height: 1.6
}
h1, h2, h3 {
	font-family: "Baloo 2", Nunito, sans-serif;
	line-height: 1.2
}
.game h3, .mode h3, h2 {
	font-family: var(--display)
}
.skip-link {
	position: absolute;
	left: -9999px;
	top: 0;
	background: var(--ink);
	color: #fff;
padding:.75rem 1.25rem;
	border-radius: 0 0 10px;
	font-weight: 700;
	z-index: 1000
}
.approach b, .game h3, .learn b, .mode h3, .mode p, .points b, .site-title, h2 {
	color: var(--ink)
}
.skip-link:focus {
	left: 0
}
.games-title a:focus-visible, button:focus-visible {
outline:3px solid var(--navy);
outline-offset:2px;
border-radius:3px
}
.visually-hidden {
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	clip: rect(0 0 0 0);
	white-space: nowrap;
	border: 0
}
/*.site-header {
	background: var(--paper)
}
.site-header .header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem 1.5rem;
	flex-wrap: wrap
}
.site-logo {
	width: 350px;
	max-width: 100%;
	height: auto;
	display: block
}
.site-title {
	font-family: "Baloo 2", sans-serif;
	font-weight: 800;
	font-size: 34px;
	margin: 0;
	text-align: right;
	line-height: 1.6
}
.awning {
	height: 20px;
	margin: 0;
	background: repeating-linear-gradient(90deg, var(--berry) 0 28px, var(--cream) 28px 56px);
	border-bottom: 3px solid var(--wood);
	border-top: 3px solid var(--wood)
}*/
.wrap {
	max-width: var(--maxw);
	margin: 0 auto;
	padding: 0 18px
}
@media (min-width:600px) {
.row-cards {
	grid-template-columns: repeat(2, 1fr)
}
}
@media (min-width:992px) {
.row-cards {
	grid-template-columns: repeat(3, 1fr)
}
}
section {
	padding: 30px 0 6px
}
section.alt {
	background: var(--secondarybackground);
	padding: 34px 0 18px;
	margin-top: 22px;
	border-top: 2px solid #f0e2ba;
	border-bottom: 2px solid #f0e2ba
}
.learn li, .mode, .points li, .tips li {
	background: var(--paper)
}
h2 {
	font-size: clamp(22px, 3.4vw, 27px);
	line-height: 1.15;
	margin: 0 0 6px;
	display: flex;
	align-items: center;
	gap: 11px
}
h2 .tag {
	flex: 0 0 auto
}
.section-lede {
	color: var(--ink-soft);
	max-width: 680px;
	margin: 0 0 20px
}

.modes {
	display: grid;
	gap: 14px;
	margin: 8px 0 6px
}


.game, .learn .ic, .learn li, .mbadge {
	display: flex
}
.mode {
	border: 3px solid;
	border-radius: 16px;
	padding: 18px 16px 16px;
	text-align: center;
	box-shadow: 0 3px 12px var(--shadow)
}
.mode.learner {
	border-color: var(--butter)
}
.mode.builder {
	border-color: var(--sky)
}
.mode.entre {
	border-color: var(--grass)
}
.mbadge {
	width: 58px;
	height: 58px;
	border-radius: 50%;
	margin: 0 auto 10px;
	align-items: center;
	justify-content: center
}
.approach, .learn, .points {
	padding: 0;
	display: grid;
	list-style: none
}
.mode.builder .mbadge {
	background: var(--sky-pale)
}
.approach li::before, .mode.entre .mbadge, .via {
	background: var(--grass-pale)
}
.mbadge svg {
	width: 34px;
	height: 34px
}
.mode h3 {
	font-size: 20px;
	margin: 0 0 2px
}
.mode .age {
	font-weight: 700;
	font-size: 14px;
	margin: 0 0 8px;
	color: var(--ink-soft)
}
.game .owns, .via {
	font-size: 13px;
	color: var(--leaf-deep);
	font-weight: 700
}
.mode p {
	font-size: 14.5px;
	margin: 0
}
.points {
	margin: 22px 0 4px;
	gap: 14px
}
.points li, .tips li {
	border: 2px solid #efe3c4;
	border-radius: 14px;
	padding: 14px 16px
}
.approach, .learn {
	margin: 6px 0 4px;
	gap: 12px
}
.learn li {
	gap: 14px;
	align-items: flex-start;
	border: 2px solid #efe3c4;
	border-radius: 14px;
	padding: 13px 15px
}
.learn .ic {
	flex: 0 0 auto;
	width: 46px;
	height: 46px;
	border-radius: 12px;
	align-items: center;
	justify-content: center
}
.learn .txt {
	flex: 1;
	min-width: 0
}
.via {
	display: inline-block;
	margin-top: 4px;
	border-radius: 999px;
	padding: 2px 10px
}
.games, .tips {
	margin: 6px 0 4px;
}
.games {
	display: grid;
	gap: 16px
}



@media (min-width: 768px){
.modes {
	grid-template-columns: repeat(3, 1fr);
	}
	.games, .tips {
	grid-template-columns: repeat(2, 1fr)
}
}

.game {
	background: var(--paper);
	border: 2px solid #ebddbc;
	border-radius: 18px;
	padding: 18px 18px 16px;
	box-shadow: 0 4px 14px var(--shadow);
	flex-direction: column
}
.game .badge, .game .meta {
	display: flex;
	align-items: center
}
.game .badge {
	width: 60px;
	height: 60px;
	border-radius: 16px;
	justify-content: center;
	margin-bottom: 10px
}
.game .badge svg {
	width: 38px;
	height: 38px
}
.game h3 {
	font-size: 20px;
	margin: 0 0 3px
}
.game .owns {
	letter-spacing: .02em;
	text-transform: uppercase;
	margin: 0 0 9px
}
.game .desc {
	font-size: 15px;
	margin: 0 0 14px;
	color: var(--ink)
}
.game .meta {
	margin: auto 0 0;
	padding-top: 12px;
	border-top: 1.5px dashed #e4d4ae;
	justify-content: space-between;
	gap: 8px;
	flex-wrap: wrap
}
.game .age {
	font-size: 13px;
	font-weight: 700;
	color: var(--ink-soft)
}
.lessons {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	font-weight: 700;
	font-size: 14px;
	text-decoration: none;
	color: var(--navy);
	background: var(--sky-pale);
	padding: 6px 12px;
	border-radius: 999px
}
.lessons svg {
	width: 15px;
	height: 15px;
	color: var(--navy)
}
.lessons:hover {
	background: #bfe0f1
}
.games-section {
	padding: 2rem 0
}
.games-title {
	font-size: 48px;
	font-weight: 800;
	color: var(--ink)
}
.games-subtitle {
	font-family: Nunito, sans-serif;
	font-weight: 700;
	color: var(--ink);
	font-size: 18px
}
.tips {
	list-style: none;
	padding: 0;
	display: grid;
	gap: 14px
}
.tips b {
	color: var(--ink);
	display: block;
	margin-bottom: 3px
}
.tips li:last-child {
	grid-column: 1/-1
}
.tips .pin {
	color: var(--leaf-deep)
}
.approach li {
	position: relative;
	padding: 4px 0 4px 34px
}
.approach li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 7px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 2.5px solid var(--grass)
}
.approach li::after {
	content: "";
	position: absolute;
	left: 6px;
	top: 11px;
	width: 5px;
	height: 9px;
	border: solid var(--leaf-deep);
	border-width: 0 2.5px 2.5px 0;
	transform: rotate(40deg)
}
.sprite {
	width: 0;
	height: 0
}
@media (max-width:767px) {
.footer-nav, .site-title {
	text-align: left
}
.footer-nav {
	margin-top: 1.5rem
}
}
@media (prefers-reduced-motion:reduce) {
* {
	animation: none!important;
	transition: none!important
}
}
