/* akEIra — launch page
   Core three: Ink Navy #232449 / Signal Coral #E7515C / Ra Marigold #F3B248
   Ratio discipline: ~70 navy, 20 marigold, 10 coral. */

:root {
	--ak-navy: #232449;
	--ak-navy-deep: #12142b;
	--ak-indigo: #2e3b6b;
	--ak-coral: #e7515c;
	--ak-marigold: #f3b248;
	--ak-cream: #fff8ee;
	--ak-fog: #ddd9d0;
	--ak-shell: 1180px;
}

/* ---------- page frame ---------- */

.ak-body {
	margin: 0;
	background: var(--ak-navy);
	color: var(--ak-cream);
	font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	font-size: 16px;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
}

.ak-body * {
	box-sizing: border-box;
}

.ak-page {
	position: relative;
	min-height: 100vh;
	min-height: 100svh;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	/* A low sun behind the top-right corner. No gradient on the core three. */
	background:
		radial-gradient(120% 90% at 88% -10%, var(--ak-indigo) 0%, rgba(46, 59, 107, 0) 62%),
		var(--ak-navy);
}

/* Paper tooth. The house signature is the visible hand — nothing here is
   allowed to look frictionless. */
.ak-grain {
	position: absolute;
	inset: 0;
	pointer-events: none;
	opacity: 0.16;
	mix-blend-mode: overlay;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)'/%3E%3C/svg%3E");
}

.ak-skip {
	position: absolute;
	left: -9999px;
	top: 0;
	background: var(--ak-marigold);
	color: var(--ak-navy);
	padding: 12px 20px;
	font-weight: 600;
	z-index: 20;
}

.ak-skip:focus {
	left: 16px;
	top: 16px;
}

.ak-sr {
	position: absolute !important;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	white-space: nowrap;
}

/* ---------- layout ---------- */

.ak-shell {
	position: relative;
	z-index: 2;
	flex: 1;
	width: 100%;
	max-width: var(--ak-shell);
	margin: 0 auto;
	padding-inline: 24px;
	padding-block: clamp(40px, 7vw, 88px) 48px;
	display: grid;
	grid-template-columns: 1.04fr 0.96fr;
	gap: clamp(40px, 5vw, 72px);
	align-items: center;
}

/* ---------- copy column ---------- */

.ak-wordmark {
	display: block;
	width: clamp(168px, 20vw, 224px);
	height: auto;
	margin-bottom: 30px;
}

.ak-eyebrow {
	margin: 0 0 14px;
	font-family: "Baloo 2", Inter, sans-serif;
	font-weight: 600;
	font-size: 12px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--ak-marigold);
}

.ak-headline {
	margin: 0 0 22px;
	font-family: "Baloo 2", Inter, sans-serif;
	font-weight: 800;
	font-size: clamp(38px, 5.6vw, 64px);
	line-height: 1.06;
	letter-spacing: -0.015em;
	color: var(--ak-cream);
}

/* Coral is the smallest quantity and the loudest. One word. */
.ak-headline em {
	font-style: normal;
	color: var(--ak-coral);
}

.ak-lede {
	margin: 0 0 20px;
	max-width: 52ch;
	font-size: clamp(15px, 1.35vw, 17px);
	line-height: 1.62;
	color: rgba(255, 248, 238, 0.82);
}

.ak-claim {
	margin: 0 0 34px;
	padding-left: 16px;
	border-left: 3px solid var(--ak-marigold);
	max-width: 44ch;
	font-family: "Baloo 2", Inter, sans-serif;
	font-weight: 600;
	font-size: clamp(16px, 1.5vw, 19px);
	line-height: 1.42;
	color: var(--ak-cream);
}

/* ---------- sign-up ---------- */

.ak-signup {
	padding: 26px 26px 22px;
	border: 1px solid rgba(243, 178, 72, 0.28);
	border-radius: 14px;
	background: rgba(18, 20, 43, 0.42);
}

.ak-signup__title {
	margin: 0 0 16px;
	font-family: "Baloo 2", Inter, sans-serif;
	font-weight: 700;
	font-size: clamp(19px, 2vw, 23px);
	line-height: 1.25;
	color: var(--ak-marigold);
}

.ak-form {
	margin: 0;
}

.ak-form__row {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.ak-form__input {
	flex: 1 1 220px;
	min-width: 0;
	padding: 14px 16px;
	border: 1.5px solid rgba(221, 217, 208, 0.38);
	border-radius: 10px;
	background: var(--ak-cream);
	color: var(--ak-navy);
	font-family: inherit;
	font-size: 16px;
	line-height: 1.3;
}

.ak-form__input::placeholder {
	color: rgba(35, 36, 73, 0.48);
}

.ak-form__input:focus-visible,
.ak-form__button:focus-visible {
	outline: 3px solid var(--ak-marigold);
	outline-offset: 2px;
}

/* Marigold on navy text clears 8:1. Coral would not — it stays an accent. */
.ak-form__button {
	flex: 0 0 auto;
	padding: 14px 24px;
	border: 0;
	border-radius: 10px;
	background: var(--ak-marigold);
	color: var(--ak-navy);
	font-family: "Baloo 2", Inter, sans-serif;
	font-weight: 700;
	font-size: 16px;
	cursor: pointer;
	transition: transform 0.14s ease, background-color 0.14s ease;
}

.ak-form__button:hover {
	background: #ffc562;
	transform: translateY(-1px);
}

.ak-form__button[disabled] {
	opacity: 0.6;
	cursor: progress;
	transform: none;
}

.ak-form__note {
	margin: 12px 0 0;
	font-size: 13px;
	color: rgba(255, 248, 238, 0.62);
}

.ak-form__status {
	margin: 0;
	font-size: 14px;
	line-height: 1.5;
}

.ak-form__status:not(:empty) {
	margin-top: 12px;
}

.ak-form__status[data-state="ok"] {
	color: var(--ak-marigold);
	font-weight: 600;
}

.ak-form__status[data-state="error"] {
	color: #ff9aa2; /* Coral, lightened to clear 4.5:1 on navy for body-size text. */
	font-weight: 600;
}

.ak-form.is-done .ak-form__row,
.ak-form.is-done .ak-form__note {
	display: none;
}

/* Honeypot. Hidden from people, reachable by bots. */
.ak-hp {
	position: absolute !important;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.ak-contact {
	margin: 26px 0 0;
	font-size: 14px;
	color: rgba(255, 248, 238, 0.72);
}

.ak-contact a {
	color: var(--ak-marigold);
	font-weight: 600;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.ak-contact a:hover {
	color: var(--ak-cream);
}

/* ---------- art column ---------- */

.ak-art {
	position: relative;
	margin: 0;
	border-radius: 16px;
	overflow: hidden;
	background: var(--ak-navy-deep);
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.34);
	aspect-ratio: 4 / 5;
}

.ak-art img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* 10% paper overlay on illustration, per the house spec. */
.ak-art__texture {
	position: absolute;
	inset: 0;
	pointer-events: none;
	opacity: 0.1;
	mix-blend-mode: multiply;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='p'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.7' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23p)'/%3E%3C/svg%3E");
}

/* No illustration yet — the navy type card from the house social system,
   so the page ships complete rather than showing an empty slot. */
.ak-art--card {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: clamp(18px, 3vw, 30px);
	padding: 36px 28px;
	border: 1px solid rgba(243, 178, 72, 0.22);
	text-align: center;
}

.ak-art--card .ak-sun {
	width: min(160px, 40%);
	height: auto;
	object-fit: contain;
}

.ak-art__lines {
	margin: 0;
	font-family: "Baloo 2", Inter, sans-serif;
	font-weight: 700;
	font-size: clamp(22px, 2.6vw, 32px);
	line-height: 1.32;
	letter-spacing: -0.01em;
	color: var(--ak-cream);
}

.ak-art__lines span {
	color: var(--ak-marigold);
}

.ak-art__lotus {
	width: 46px;
	height: 28px;
	fill: var(--ak-coral);
	opacity: 0.9;
}

.ak-lines {
	list-style: none;
	margin: 22px 0 0;
	padding: 0;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px 18px;
}

.ak-lines__item {
	padding-top: 11px;
	border-top: 1px solid rgba(221, 217, 208, 0.2);
}

.ak-lines__name {
	display: block;
	font-family: "Baloo 2", Inter, sans-serif;
	font-weight: 700;
	font-size: 12px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--ak-marigold);
	margin-bottom: 3px;
}

.ak-lines__blurb {
	display: block;
	font-size: 13px;
	line-height: 1.45;
	color: rgba(255, 248, 238, 0.66);
}

/* ---------- footer ---------- */

.ak-foot {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	flex-wrap: wrap;
	padding: 22px 24px 30px;
	border-top: 1px solid rgba(221, 217, 208, 0.14);
	margin-inline: auto;
	width: 100%;
	max-width: var(--ak-shell);
}

.ak-lotus {
	width: 42px;
	height: 26px;
	fill: var(--ak-marigold);
	opacity: 0.9;
	flex: none;
}

.ak-foot p {
	margin: 0;
	font-size: 13px;
	color: rgba(255, 248, 238, 0.5);
}

/* ---------- responsive ---------- */

@media (max-width: 900px) {
	.ak-shell {
		grid-template-columns: 1fr;
		gap: 40px;
		padding-block: 40px 32px;
		align-items: start;
	}

	.ak-art {
		aspect-ratio: 16 / 11;
	}

	.ak-lines {
		margin-top: 18px;
	}
}

@media (max-width: 560px) {
	.ak-shell {
		padding-inline: 20px;
	}

	.ak-form__button {
		flex: 1 1 100%;
	}

	.ak-lines {
		grid-template-columns: 1fr;
	}

	.ak-art {
		aspect-ratio: 5 / 4;
	}

	.ak-foot {
		padding-inline: 20px;
		text-align: center;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ak-form__button {
		transition: none;
	}
}
