/* =========================================================
   NILO & TIKA — COMING SOON
   ========================================================= */


/* =========================================================
   VARIABLES
   ========================================================= */

:root {
	--bg: #fff8ec;
	--ink: #493528;
	--ink-soft: #766256;

	--orange: #ec9b14;
	--teal: #2b918f;
	--sage: #849763;
	--purple: #9877b4;

	--line: rgba(87, 62, 43, 0.11);

	--shadow:
		0 24px 70px rgba(97, 68, 45, 0.09);

	--radius-xl: 38px;

	--max: 1240px;
}


/* =========================================================
   RESET / BASE
   ========================================================= */

*,
*::before,
*::after {
	box-sizing: border-box;
}


html {
	scroll-behavior: smooth;
	background: var(--bg);
}


body {
	margin: 0;
	min-width: 320px;

	overflow-x: hidden;

	background:
		radial-gradient(
			circle at 8% 7%,
			rgba(236, 155, 20, 0.07),
			transparent 18rem
		),
		radial-gradient(
			circle at 91% 18%,
			rgba(43, 145, 143, 0.07),
			transparent 23rem
		),
		var(--bg);

	color: var(--ink);

	font-family:
		"Nunito",
		system-ui,
		-apple-system,
		BlinkMacSystemFont,
		"Segoe UI",
		sans-serif;

	line-height: 1.55;

	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}


img {
	display: block;
	max-width: 100%;
}


button,
select {
	font: inherit;
}


button {
	color: inherit;
}


a {
	color: inherit;
}


h1,
h2,
h3,
p {
	text-wrap: pretty;
}


/* Keyboard accessibility */

:focus-visible {
	outline: 3px solid rgba(43, 145, 143, 0.35);
	outline-offset: 4px;
}


/* =========================================================
   UTILITIES
   ========================================================= */

.wrap {
	width: min(calc(100% - 48px), var(--max));
	margin-inline: auto;
}


.sr-only {
	position: absolute !important;

	width: 1px !important;
	height: 1px !important;

	padding: 0 !important;
	margin: -1px !important;

	overflow: hidden !important;

	clip: rect(0, 0, 0, 0) !important;

	white-space: nowrap !important;

	border: 0 !important;
}


.skip-link {
	position: fixed;

	top: 12px;
	left: 12px;

	z-index: 1000;

	padding: 10px 14px;

	border-radius: 999px;

	background: var(--ink);
	color: #fff;

	text-decoration: none;

	transform: translateY(-160%);
}


.skip-link:focus {
	transform: translateY(0);
}


/* =========================================================
   HEADER
   ========================================================= */

.site-header {
	position: relative;

	z-index: 20;

	padding: 24px 0 10px;
}


.header-inner {
	display: flex;

	align-items: center;
	justify-content: space-between;

	gap: 24px;
}


.brand {
	display: block;

	width: clamp(145px, 17vw, 190px);
}


.brand img {
	width: 100%;
	height: auto;
}


.header-actions {
	display: flex;

	align-items: center;

	gap: 12px;
}


.coming-pill {
	display: inline-flex;

	align-items: center;

	min-height: 38px;

	padding: 0 15px;

	border:
		1px solid
		rgba(236, 155, 20, 0.22);

	border-radius: 999px;

	background:
		rgba(255, 255, 255, 0.55);

	color: #a86a08;

	font-size: 0.78rem;
	font-weight: 800;

	letter-spacing: 0.04em;

	text-transform: uppercase;
}


.language {
	display: inline-flex;

	align-items: center;

	gap: 5px;

	min-height: 38px;

	padding:
		0
		10px
		0
		12px;

	border:
		1px solid
		var(--line);

	border-radius: 999px;

	background:
		rgba(255, 255, 255, 0.55);

	color: var(--ink-soft);
}


.language select {
	border: 0;

	outline: 0;

	background: transparent;

	color: var(--ink);

	font-weight: 800;

	cursor: pointer;
}


/* =========================================================
   HERO
   ========================================================= */

.hero {
	padding:
		32px
		0
		36px;
}


.hero-inner {
	display: grid;

	grid-template-columns:
		minmax(360px, 0.72fr)
		minmax(620px, 1.28fr);

	align-items: center;

	gap:
		clamp(
			28px,
			5vw,
			70px
		);
}


.hero-copy {
	position: relative;

	z-index: 3;

	padding-left:
		clamp(
			0px,
			1.4vw,
			18px
		);
}


.eyebrow {
	margin:
		0
		0
		10px;

	color: var(--teal);

	font-size: 0.78rem;
	font-weight: 900;

	letter-spacing: 0.12em;

	text-transform: uppercase;
}


h1 {
	max-width: 610px;

	margin: 0;

	font-family:
		"Baloo 2",
		"Arial Rounded MT Bold",
		sans-serif;

	font-size:
		clamp(
			3.8rem,
			6.1vw,
			6.3rem
		);

	font-weight: 700;

	line-height: 0.98;

	letter-spacing: -0.025em;
}


h1 span {
	color: var(--teal);
}


.lead {
	max-width: 555px;

	margin:
		24px
		0
		0;

	color: var(--ink-soft);

	font-size:
		clamp(
			1.05rem,
			1.45vw,
			1.22rem
		);

	line-height: 1.72;
}


/* Topics */

.topic-row {
	display: flex;

	flex-wrap: wrap;

	gap: 8px;

	margin-top: 28px;
}


.topic-row span {
	padding:
		8px
		12px;

	border:
		1px solid
		var(--line);

	border-radius: 999px;

	background:
		rgba(255, 255, 255, 0.48);

	color: #6a574a;

	font-size: 0.82rem;
	font-weight: 800;
}


/* =========================================================
   HERO — GANG
   ========================================================= */

.gang-stage {
	position: relative;

	min-height: 620px;

	isolation: isolate;

	z-index: 0;
}


/* Main gang image */

.gang-image {
	position: relative;

	z-index: 2;

	width: 100%;
	max-width: 850px;
	height: auto;

	margin-inline: auto;

	filter:
		drop-shadow(
			0
			12px
			10px
			rgba(74, 55, 38, 0.12)
		);
}


/* Green ground */

.gang-stage::before {
	content: "";

	position: absolute;

	z-index: 0;

	left: 4%;
	right: 2%;

	bottom: 52px;

	height: 185px;

	border-radius:
		50% 50% 42% 45%
		/
		65% 60% 40% 45%;

	background:
		radial-gradient(
			ellipse at 23% 75%,
			#e9d8ad 0 3%,
			transparent 3.3%
		),
		radial-gradient(
			ellipse at 72% 85%,
			#e6d5a8 0 2.2%,
			transparent 2.5%
		),
		linear-gradient(
			180deg,
			#e9efca 0%,
			#d8e7b9 100%
		);

	filter:
		saturate(0.72);

	opacity: 0.8;

	pointer-events: none;
}


/* Ground shadow */

.gang-stage::after {
	content: "";

	position: absolute;

	z-index: 1;

	left: 7%;
	right: 9%;

	bottom: 130px;

	height: 35px;

	border-radius: 50%;

	background:
		rgba(55, 39, 27, 0.32);

	filter:
		blur(13px);

	pointer-events: none;
}


/* =========================================================
   HERO — DECORATION
   ========================================================= */

.stage-glow {
	position: absolute;

	z-index: 0;

	border-radius: 50%;

	pointer-events: none;
}


.stage-glow-one {
	top: 32px;
	left: 18%;

	width: 370px;
	height: 370px;

	background:
		radial-gradient(
			circle,
			rgba(255, 240, 202, 0.86),
			rgba(255, 240, 202, 0) 69%
		);
}


.stage-glow-two {
	top: 55px;
	right: 0;

	width: 390px;
	height: 390px;

	background:
		radial-gradient(
			circle,
			rgba(212, 236, 229, 0.72),
			rgba(212, 236, 229, 0) 69%
		);
}


.spark {
	position: absolute;

	z-index: 3;

	color: #f1bd44;

	opacity: 0.75;

	pointer-events: none;

	animation:
		float
		4.8s
		ease-in-out
		infinite;
}


.spark-1 {
	top: 70px;
	left: 12%;

	font-size: 1.35rem;
}


.spark-2 {
	top: 36px;
	right: 31%;

	font-size: 0.85rem;

	animation-delay: -1.7s;
}


.spark-3 {
	top: 180px;
	right: 4%;

	color: #e9a894;

	font-size: 1.55rem;

	animation-delay: -2.7s;
}


@keyframes float {

	0%,
	100% {
		transform:
			translateY(0)
			rotate(0);
	}

	50% {
		transform:
			translateY(-9px)
			rotate(5deg);
	}

}


/* Meadow decoration */

.meadow {
	position: absolute;

	inset: 0;

	z-index: 1;

	pointer-events: none;
}


.mushroom {
	position: absolute;

	bottom: 95px;

	width: 26px;
	height: 17px;

	border-radius:
		50% 50% 42% 42%;

	background: #df9a5d;

	opacity: 0.7;
}


.mushroom::after {
	content: "";

	position: absolute;

	left: 10px;
	top: 11px;

	width: 6px;
	height: 14px;

	border-radius: 3px;

	background: #e7d7b8;
}


.mushroom-a {
	left: 14%;
}


.mushroom-b {
	right: 27%;

	transform: scale(0.72);
}


/* =========================================================
   HERO — CHARACTER LABELS
   ========================================================= */

.gang-label {
	position: absolute;

	z-index: 5;

	min-width: 126px;

	padding:
		8px
		14px
		9px;

	border:
		1px solid
		rgba(83, 58, 39, 0.08);

	border-radius: 14px;

	background:
		rgba(255, 253, 248, 0.96);

	box-shadow:
		0 8px 22px
		rgba(88, 59, 40, 0.10);

	text-align: center;

	transform:
		translateX(-50%);

	backdrop-filter:
		blur(8px);

	-webkit-backdrop-filter:
		blur(8px);

	pointer-events: none;
}


.gang-label strong {
	display: block;

	font-family:
		"Baloo 2",
		"Arial Rounded MT Bold",
		sans-serif;

	font-size: 1.05rem;
	font-weight: 700;

	line-height: 1.05;
}


.gang-label span {
	display: block;

	margin-top: 3px;

	color: var(--ink-soft);

	font-size: 0.68rem;
	font-weight: 700;

	line-height: 1.25;

	white-space: nowrap;
}


/* Nilo */

.gang-label-nilo {
	left: 20%;
	bottom: 12%;
}


.gang-label-nilo strong {
	color: var(--orange);
}


/* Tika */

.gang-label-tika {
	left: 40%;
	bottom: 12%;
}


.gang-label-tika strong {
	color: var(--teal);
}


/* Mama Nela */

.gang-label-nela {
	left: 61%;
	bottom: 12%;
}


.gang-label-nela strong {
	color: var(--sage);
}


/* Lumi */

.gang-label-lumi {
	left: 73%;
	top: -3%;
}


.gang-label-lumi strong {
	color: var(--orange);
}


/* Pip */

.gang-label-pip {
	left: 82%;
	bottom: 12%;
}


.gang-label-pip strong {
	color: var(--purple);
}


/* =========================================================
   INTRO
   ========================================================= */

.intro {
	padding:
		50px
		0
		72px;
}


.intro-card {
	display: grid;

	grid-template-columns:
		auto
		minmax(0, 1fr)
		auto;

	align-items: center;

	gap: 28px;

	padding:
		36px
		38px;

	border:
		1px solid
		var(--line);

	border-radius:
		var(--radius-xl);

	background:
		radial-gradient(
			circle at 96% 10%,
			rgba(43, 145, 143, 0.07),
			transparent 20rem
		),
		rgba(255, 255, 255, 0.60);

	box-shadow:
		var(--shadow);
}


.intro-mark {
	display: grid;

	width: 74px;
	height: 74px;

	place-items: center;

	border-radius: 50%;

	background: #fde3d9;

	color: #dd8267;

	font-size: 1.75rem;
}


.intro-card h2 {
	max-width: 700px;

	margin: 0;

	font-family:
		"Baloo 2",
		"Arial Rounded MT Bold",
		sans-serif;

	font-size:
		clamp(
			1.8rem,
			3vw,
			2.7rem
		);

	line-height: 1.08;

	letter-spacing: -0.025em;
}


.intro-card > div:nth-child(2) > p:last-child {
	max-width: 760px;

	margin:
		12px
		0
		0;

	color: var(--ink-soft);
}


/* YouTube launch block */

.launch-note {
	display: flex;

	align-items: center;

	gap: 13px;

	min-width: 245px;

	padding:
		15px
		18px;

	border:
		1px solid
		rgba(236, 155, 20, 0.18);

	border-radius: 20px;

	background: #fff8e6;
}


.youtube-logo {
	display: flex;

	flex:
		0
		0
		52px;

	width: 52px;
	height: 52px;

	align-items: center;
	justify-content: center;
}


.youtube-logo svg {
	display: block;

	width: 42px;
	height: 42px;
}


.launch-note strong,
.launch-note span {
	display: block;
}


.launch-note strong {
	font-size: 0.9rem;
}


.launch-note div > span {
	margin-top: 2px;

	color: var(--ink-soft);

	font-size: 0.74rem;
}


/* =========================================================
   VALUES
   ========================================================= */

.values {
	padding:
		0
		0
		96px;
}


.values-grid {
	display: grid;

	grid-template-columns:
		repeat(3, 1fr);

	gap: 18px;
}


.values article {
	padding: 30px;

	border-top:
		1px solid
		var(--line);
}


.value-icon {
	display: grid;

	width: 43px;
	height: 43px;

	place-items: center;

	margin-bottom: 18px;

	border-radius: 50%;

	font-weight: 900;
}


.value-icon.heart {
	background: #fde5dc;

	color: #dc8168;
}


.value-icon.leaf {
	background: #e8efdc;

	color: #708552;
}


.value-icon.star {
	background: #eee7f4;

	color: #80639d;
}


.values h2 {
	margin: 0;

	font-family:
		"Baloo 2",
		"Arial Rounded MT Bold",
		sans-serif;

	font-size: 1.12rem;

	line-height: 1.2;
}


.values p {
	margin:
		7px
		0
		0;

	color: var(--ink-soft);

	font-size: 0.92rem;
}


/* =========================================================
   FOOTER
   ========================================================= */

.site-footer {
	position: relative;

	overflow: hidden;

	padding-top: 58px;

	background: #fff5e5;

	border-top:
		1px solid
		rgba(110, 80, 55, 0.06);
}


.footer-landscape {
	position: absolute;

	inset: 0;

	pointer-events: none;

	opacity: 0.8;

	background:
		radial-gradient(
			ellipse at 0 100%,
			rgba(39, 143, 141, 0.14),
			transparent 24%
		),
		radial-gradient(
			ellipse at 100% 100%,
			rgba(238, 156, 18, 0.13),
			transparent 24%
		);
}


.footer-grid {
	position: relative;

	padding-bottom: 42px;
}


.footer-brand img {
	width: 165px;
	height: auto;
}


.footer-brand p {
	margin:
		10px
		0
		0;

	color: var(--ink-soft);

	font-weight: 700;

	line-height: 1.5;
}


/* Footer bottom */

.footer-bottom {
	position: relative;

	display: flex;

	align-items: center;
	justify-content: space-between;

	gap: 20px;

	padding:
		18px
		0
		24px;

	border-top:
		1px solid
		rgba(112, 80, 53, 0.12);

	color: var(--ink-soft);

	font-size: 0.82rem;
}


.footer-bottom p {
	margin: 0;
}


/* Footer language selection */

.language-links {
	display: flex;

	gap: 5px;
}


.language-links button {
	padding:
		5px
		9px;

	border:
		1px solid
		transparent;

	border-radius: 8px;

	background: transparent;

	color: var(--ink-soft);

	font-family: inherit;
	font-weight: 800;

	cursor: pointer;

	transition:
		background 0.2s ease,
		border-color 0.2s ease,
		color 0.2s ease;
}


.language-links button:hover {
	color: var(--teal);
}


.language-links button.active {
	border-color:
		rgba(43, 145, 143, 0.20);

	background:
		rgba(255, 255, 255, 0.72);

	color: var(--teal);
}


/* =========================================================
   TABLET / SMALL DESKTOP
   ========================================================= */

@media (max-width: 1080px) {

	.hero-inner {
		grid-template-columns: 1fr;

		gap: 10px;
	}


	.hero-copy {
		max-width: 760px;

		margin-inline: auto;

		padding:
			34px
			0
			0;

		text-align: center;
	}


	.lead {
		margin-inline: auto;
	}


	.topic-row {
		justify-content: center;
	}


	.gang-stage {
		width: min(90%, 820px);

		min-height: 560px;

		margin-inline: auto;
	}


	.gang-image {
		max-width: 820px;
	}


	.gang-stage::after {
		bottom: 80px;
	}


	.gang-label {
		min-width: 115px;

		padding:
			7px
			11px
			8px;
	}


	.gang-label strong {
		font-size: 0.95rem;
	}


	.gang-label span {
		font-size: 0.62rem;
	}


	.intro-card {
		grid-template-columns:
			auto
			1fr;
	}


	.launch-note {
		grid-column: 2;

		width: fit-content;
	}

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 760px) {

	.wrap {
		width:
			min(
				calc(100% - 28px),
				var(--max)
			);
	}


	.site-header {
		padding-top: 16px;
	}


	.coming-pill {
		display: none;
	}


	.hero {
		padding-top: 14px;
	}


	.hero-copy {
		padding-top: 18px;
	}


	h1 {
		font-size:
			clamp(
				3.3rem,
				14vw,
				5rem
			);
	}


	.lead {
		font-size: 1rem;
	}


	/* -----------------------------------------
	   Mobile gang layout
	   ----------------------------------------- */

	.gang-stage {
		display: grid;

		grid-template-columns:
			repeat(6, minmax(0, 1fr));

		width: 100%;

		min-height: 0;

		margin-top: 28px;

		gap:
			8px
			6px;
	}


	.gang-image {
		grid-column: 1 / -1;
		grid-row: 1;

		justify-self: center;

		width: 112%;
		max-width: none;

		margin-inline: -6%;
	}


	/* Hide complex decorative elements */

	.stage-glow,
	.spark,
	.mushroom {
		display: none;
	}


	.gang-stage::before {
		left: 4%;
		right: 4%;

		bottom: 70px;

		height: 110px;

		border-radius: 50%;
	}


	.gang-stage::after {
		left: 11%;
		right: 11%;

		bottom: 102px;

		height: 24px;

		filter: blur(11px);
	}


	/* Labels become mobile chips below the image */

	.gang-label {
		position: static;

		min-width: 0;

		padding:
			6px
			8px;

		border-radius: 11px;

		transform: none;

		justify-self: stretch;

		white-space: nowrap;
	}


	.gang-label strong {
		font-size: 0.82rem;

		line-height: 1;
	}


	.gang-label span {
		display: none;
	}


	.gang-label-nilo {
		grid-column: 1 / 3;
	}


	.gang-label-tika {
		grid-column: 3 / 5;
	}


	.gang-label-nela {
		grid-column: 5 / 7;
	}


	.gang-label-lumi {
		grid-column: 2 / 4;
	}


	.gang-label-pip {
		grid-column: 4 / 6;
	}


	/* -----------------------------------------
	   Intro
	   ----------------------------------------- */

	.intro {
		padding-top: 48px;
	}


	.intro-card {
		grid-template-columns: 1fr;

		gap: 20px;

		padding:
			28px
			24px;

		text-align: center;
	}


	.intro-mark {
		margin-inline: auto;
	}


	.launch-note {
		grid-column: auto;

		width: 100%;
		max-width: 360px;

		margin-inline: auto;

		text-align: left;
	}


	/* -----------------------------------------
	   Values
	   ----------------------------------------- */

	.values-grid {
		grid-template-columns: 1fr;

		gap: 0;
	}


	.values article {
		display: grid;

		grid-template-columns:
			48px
			1fr;

		column-gap: 14px;

		padding:
			23px
			4px;
	}


	.value-icon {
		grid-row:
			1
			/
			span 2;

		margin-bottom: 0;
	}


	.values h2,
	.values p {
		grid-column: 2;
	}


	.values p {
		margin-top: 4px;
	}


	/* -----------------------------------------
	   Footer
	   ----------------------------------------- */

	.site-footer {
		padding-top: 48px;
	}


	.footer-grid {
		padding-bottom: 34px;

		text-align: center;
	}


	.footer-brand img {
		margin-inline: auto;
	}


	.footer-bottom {
		flex-direction: column;

		gap: 14px;

		text-align: center;
	}


	.language-links {
		justify-content: center;
	}

}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 460px) {

	.brand {
		width: 135px;
	}


	.language {
		min-height: 35px;

		padding-inline: 9px;
	}


	.hero-copy {
		padding-top: 14px;
	}


	h1 {
		font-size:
			clamp(
				3.05rem,
				15vw,
				4.2rem
			);
	}


	.topic-row {
		max-width: 340px;

		margin-inline: auto;
	}


	.topic-row span {
		padding:
			7px
			10px;

		font-size: 0.75rem;
	}


	.gang-stage {
		margin-top: 20px;

		gap: 7px 5px;
	}


	.gang-image {
		width: 116%;

		margin-inline: -8%;
	}


	.gang-label {
		padding:
			6px
			5px;
	}


	.gang-label strong {
		font-size: 0.75rem;
	}


	.intro {
		padding-top: 42px;
	}


	.youtube-logo {
		flex-basis: 46px;

		width: 46px;
		height: 46px;
	}


	.youtube-logo svg {
		width: 38px;
		height: 38px;
	}


	.language-links {
		flex-wrap: wrap;
	}

}


/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

	html {
		scroll-behavior: auto;
	}


	*,
	*::before,
	*::after {
		animation-duration: 0.001ms !important;
		animation-iteration-count: 1 !important;

		transition-duration: 0.001ms !important;
	}

}