/* ==========================================================================
   Saras 3D WonderLabs landing page
   Self-contained stylesheet — this page does not load the main site CSS.
   ========================================================================== */

/* --------------------------------------------------------------------------
   Design tokens
   Hex values first as a fallback, then the wider-gamut oklch originals for
   browsers that support them.
   -------------------------------------------------------------------------- */
:root {
	--wl-ink:				#090f27;
	--wl-background:		#fdfaf1;
	--wl-foreground:		#090f27;
	--wl-card:				#ffffff;
	--wl-spark:				#e1e100;
	--wl-spark-foreground:	#090f27;
	--wl-coral:				#ff6c58;
	--wl-muted:				#f0ebdc;
	--wl-muted-foreground:	#4f5566;
	--wl-border:			rgba(9, 15, 39, 0.12);

	--wl-radius:			0.875rem;
	--wl-shadow-pop:		8px 8px 0 0 var(--wl-ink);
	--wl-shadow-pop-sm:		4px 4px 0 0 var(--wl-ink);

	--wl-font-display:		"Bricolage Grotesque", ui-sans-serif, system-ui, sans-serif;
	--wl-font-sans:			"Inter Tight", ui-sans-serif, system-ui, sans-serif;

	--wl-shell:				1280px;
	--wl-shell-narrow:		1152px;
}

@supports (color: oklch(50% 0 0)) {
	:root {
		--wl-ink:				oklch(18% 0.05 270);
		--wl-background:		oklch(98.5% 0.012 90);
		--wl-foreground:		oklch(18% 0.05 270);
		--wl-card:				oklch(100% 0 0);
		--wl-spark:				oklch(88% 0.2 110);
		--wl-spark-foreground:	oklch(18% 0.05 270);
		--wl-coral:				oklch(72% 0.19 30);
		--wl-muted:				oklch(94% 0.02 90);
		--wl-muted-foreground:	oklch(45% 0.03 270);
		--wl-border:			oklch(18% 0.05 270 / 0.12);
	}
}

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

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
	margin: 0;
	background: var(--wl-background);
	color: var(--wl-foreground);
	font-family: var(--wl-font-sans);
	font-size: 16px;
	line-height: 1.55;
	-webkit-font-smoothing: antialiased;
}

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

a { color: inherit; text-decoration: none; }

h1, h2, h3, h4 {
	font-family: var(--wl-font-display);
	margin: 0;
	letter-spacing: -0.02em;
}

p { margin: 0; }
ul { margin: 0; padding: 0; list-style: none; }

button { font: inherit; color: inherit; }

:focus-visible {
	outline: 3px solid var(--wl-coral);
	outline-offset: 2px;
}

.wl-shell {
	width: 100%;
	max-width: var(--wl-shell);
	margin: 0 auto;
	padding: 0 20px;
}

.wl-shell--narrow { max-width: var(--wl-shell-narrow); }

.wl-sr-only {
	position: absolute;
	width: 1px; height: 1px;
	padding: 0; margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

/* Section rhythm */
.wl-section { padding: 80px 0; }

@media (min-width: 768px) {
	.wl-section { padding: 112px 0; }
}

.wl-eyebrow {
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	color: var(--wl-coral);
}

.wl-h2 {
	font-size: 36px;
	font-weight: 800;
	line-height: 1.1;
	margin-top: 12px;
}

@media (min-width: 768px) {
	.wl-h2 { font-size: 48px; }
}

.wl-lede {
	margin-top: 16px;
	color: var(--wl-muted-foreground);
}

/* --------------------------------------------------------------------------
   Buttons
   -------------------------------------------------------------------------- */
.wl-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	border: 2px solid var(--wl-ink);
	border-radius: 999px;
	font-weight: 700;
	cursor: pointer;
	transition: transform 0.15s ease, background-color 0.15s ease;
}

.wl-btn:hover { transform: translateY(-2px); }

.wl-btn--ink {
	background: var(--wl-ink);
	color: var(--wl-spark);
}

.wl-btn--spark {
	background: var(--wl-spark);
	color: var(--wl-spark-foreground);
}

.wl-btn--sm {
	height: 40px;
	padding: 0 20px;
	font-size: 14px;
}

.wl-btn--lg {
	height: 56px;
	padding: 0 32px;
	font-size: 16px;
	box-shadow: var(--wl-shadow-pop);
}

.wl-btn--block { width: 100%; }

.wl-btn__arrow { width: 18px; height: 18px; flex: none; }

/* --------------------------------------------------------------------------
   Top bar — application deadline
   -------------------------------------------------------------------------- */
.wl-topbar {
	background: var(--wl-coral);
	color: var(--wl-ink);
	border-bottom: 2px solid var(--wl-ink);
	text-align: center;
	padding: 9px 20px;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

/* --------------------------------------------------------------------------
   Header
   -------------------------------------------------------------------------- */
.wl-header {
	position: sticky;
	top: 0;
	z-index: 40;
	border-bottom: 1px solid var(--wl-border);
	background: rgba(253, 250, 241, 0.85);
	backdrop-filter: blur(10px);
}

.wl-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding-top: 14px;
	padding-bottom: 14px;
}

.wl-brand {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-family: var(--wl-font-display);
	font-size: 18px;
	font-weight: 700;
}

.wl-brand__mark {
	display: grid;
	place-items: center;
	width: 32px;
	height: 32px;
	flex: none;
	border-radius: 8px;
	background: var(--wl-spark);
	color: var(--wl-spark-foreground);
}

.wl-brand__mark svg { width: 17px; height: 17px; }

.wl-nav {
	display: none;
	align-items: center;
	gap: 28px;
	font-size: 14px;
	font-weight: 500;
	color: var(--wl-muted-foreground);
}

.wl-nav a:hover { color: var(--wl-foreground); }

@media (min-width: 900px) {
	.wl-nav { display: flex; }
}

/* --------------------------------------------------------------------------
   Hero
   -------------------------------------------------------------------------- */
.wl-hero {
	position: relative;
	overflow: hidden;
}

.wl-hero__bg {
	position: absolute;
	inset: 0;
	opacity: 0.6;
	background-image:
		linear-gradient(to right, rgba(9, 15, 39, 0.08) 1px, transparent 1px),
		linear-gradient(to bottom, rgba(9, 15, 39, 0.08) 1px, transparent 1px);
	background-size: 40px 40px;
	pointer-events: none;
}

.wl-blob {
	position: absolute;
	border-radius: 50%;
	filter: blur(64px);
	pointer-events: none;
}

.wl-blob--coral {
	left: -128px;
	top: 80px;
	width: 288px;
	height: 288px;
	background: var(--wl-coral);
	opacity: 0.3;
}

.wl-blob--spark {
	right: -96px;
	top: 160px;
	width: 320px;
	height: 320px;
	background: var(--wl-spark);
	opacity: 0.4;
}

.wl-hero__grid {
	position: relative;
	display: grid;
	gap: 48px;
	padding-top: 56px;
	padding-bottom: 80px;
}

@media (min-width: 1024px) {
	.wl-hero__grid {
		grid-template-columns: 1.05fr 1fr;
		gap: 56px;
		padding-top: 80px;
	}
}

.wl-pill {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	border: 1px solid rgba(9, 15, 39, 0.15);
	border-radius: 999px;
	background: var(--wl-background);
	padding: 6px 14px;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

.wl-pill__dot {
	width: 8px;
	height: 8px;
	flex: none;
	border-radius: 50%;
	background: var(--wl-coral);
	animation: wl-pulse 2s ease-in-out infinite;
}

@keyframes wl-pulse {
	0%, 100%	{ opacity: 1; }
	50%			{ opacity: 0.35; }
}

/* Typewriter headline */
.wl-typewriter {
	margin-top: 22px;
	font-size: 38px;
	font-weight: 800;
	line-height: 1.08;
	letter-spacing: -0.03em;
	/* Reserve height so the rotating line never reflows the page. */
	min-height: 2.16em;
}

@media (min-width: 768px) {
	.wl-typewriter { font-size: 56px; }
}

/* The spark sweep behind "I wonder, matching the original's marker highlight.
   Painted as a background so it sits behind the glyphs without needing a
   negative z-index (which would fall behind the section background). */
.wl-typewriter__fixed {
	display: block;
	width: max-content;
	max-width: 100%;
	background-image: linear-gradient(var(--wl-spark), var(--wl-spark));
	background-repeat: no-repeat;
	background-size: 100% 0.26em;
	background-position: 0 86%;
}

.wl-typewriter__line {
	display: block;
	color: var(--wl-coral);
}

.wl-typewriter__caret {
	display: inline-block;
	width: 3px;
	height: 0.82em;
	margin-left: 2px;
	vertical-align: -0.06em;
	background: var(--wl-ink);
	animation: wl-blink 1s step-end infinite;
}

@keyframes wl-blink {
	0%, 100%	{ opacity: 1; }
	50%			{ opacity: 0; }
}

@media (prefers-reduced-motion: reduce) {
	.wl-typewriter__caret { animation: none; }
	.wl-pill__dot { animation: none; }
}

.wl-hero__intro {
	margin-top: 24px;
	max-width: 36rem;
	font-size: 18px;
	color: var(--wl-muted-foreground);
}

@media (min-width: 768px) {
	.wl-hero__intro { font-size: 20px; }
}

.wl-hero__intro strong { color: var(--wl-foreground); font-weight: 600; }

/* Checklist */
.wl-checklist {
	display: grid;
	gap: 10px;
	margin-top: 28px;
}

@media (min-width: 640px) {
	.wl-checklist { grid-template-columns: 1fr 1fr; }
}

.wl-checklist li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-size: 14px;
	font-weight: 500;
}

.wl-check {
	width: 20px;
	height: 20px;
	flex: none;
	margin-top: 2px;
	color: var(--wl-coral);
}

/* Hero call to action */
.wl-hero__cta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 16px;
	margin-top: 36px;
}

.wl-hero__price-name {
	font-family: var(--wl-font-display);
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
}

.wl-hero__price-mode { font-size: 16px; font-weight: 600; }

.wl-hero__price-note { font-size: 12px; color: var(--wl-muted-foreground); }

/* Hero media */
.wl-hero__media { position: relative; }

.wl-hero__frame {
	position: relative;
	overflow: hidden;
	border: 2px solid var(--wl-ink);
	border-radius: 24px;
	box-shadow: var(--wl-shadow-pop);
}

.wl-hero__frame img { width: 100%; height: 100%; object-fit: cover; }

.wl-hero__badge {
	position: absolute;
	left: 16px;
	top: 16px;
	border: 2px solid var(--wl-ink);
	border-radius: 999px;
	background: var(--wl-spark);
	padding: 7px 16px;
	font-size: 13px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	box-shadow: var(--wl-shadow-pop-sm);
}

.wl-hero__sticker {
	display: none;
	position: absolute;
	left: -24px;
	bottom: -24px;
	transform: rotate(-4deg);
	border: 2px solid var(--wl-ink);
	border-radius: 16px;
	background: var(--wl-spark);
	padding: 16px;
	box-shadow: var(--wl-shadow-pop-sm);
}

@media (min-width: 640px) {
	.wl-hero__sticker { display: block; }
}

.wl-hero__sticker-value {
	font-family: var(--wl-font-display);
	font-size: 24px;
	font-weight: 800;
	line-height: 1;
}

.wl-hero__sticker-label {
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

/* --------------------------------------------------------------------------
   "What makes this different" — ink band
   -------------------------------------------------------------------------- */
.wl-dark {
	border-top: 2px solid var(--wl-ink);
	border-bottom: 2px solid var(--wl-ink);
	background: var(--wl-ink);
	color: var(--wl-background);
}

.wl-dark .wl-eyebrow { color: var(--wl-spark); }

.wl-dark .wl-lede { color: rgba(253, 250, 241, 0.75); }

.wl-dark .wl-h2 span { color: var(--wl-spark); }

.wl-measure { max-width: 48rem; }

.wl-feature-grid {
	display: grid;
	gap: 20px;
	margin-top: 48px;
}

@media (min-width: 768px) {
	.wl-feature-grid { grid-template-columns: repeat(3, 1fr); }
}

.wl-feature {
	border: 1px solid rgba(253, 250, 241, 0.15);
	border-radius: 16px;
	background: rgba(253, 250, 241, 0.05);
	padding: 24px;
	transition: background-color 0.2s ease;
}

.wl-feature:hover { background: rgba(253, 250, 241, 0.1); }

.wl-icon-tile {
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	border-radius: 12px;
	background: var(--wl-spark);
	color: var(--wl-spark-foreground);
}

.wl-icon-tile svg { width: 20px; height: 20px; }

.wl-feature__title {
	margin-top: 20px;
	font-family: var(--wl-font-display);
	font-size: 20px;
	font-weight: 700;
}

.wl-feature__desc {
	margin-top: 8px;
	font-size: 14px;
	color: rgba(253, 250, 241, 0.75);
}

.wl-note {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 16px;
	margin-top: 40px;
	border: 1px solid rgba(253, 250, 241, 0.15);
	border-radius: 16px;
	background: rgba(253, 250, 241, 0.05);
	padding: 24px;
	color: rgba(253, 250, 241, 0.85);
}

.wl-note svg { width: 32px; height: 32px; flex: none; color: var(--wl-spark); }

.wl-note strong { color: var(--wl-background); }

/* --------------------------------------------------------------------------
   Schedule
   -------------------------------------------------------------------------- */
.wl-schedule__head {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
}

.wl-chip-kit {
	border: 2px solid var(--wl-ink);
	border-radius: 999px;
	background: var(--wl-spark);
	padding: 8px 20px;
	font-size: 14px;
	font-weight: 600;
}

.wl-day-grid {
	display: grid;
	gap: 24px;
	margin-top: 48px;
}

@media (min-width: 768px) {
	.wl-day-grid { grid-template-columns: 1fr 1fr; }
}

.wl-day-card {
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden;
	border: 2px solid var(--wl-ink);
	border-radius: 24px;
	background: var(--wl-card);
	text-align: left;
	cursor: pointer;
	box-shadow: var(--wl-shadow-pop-sm);
	transition: transform 0.2s ease;
}

.wl-day-card:hover { transform: translateY(-4px); }

/* The card is a <button>, so its inner elements are spans and need an
   explicit block display. */
.wl-day-card__media {
	display: block;
	position: relative;
	aspect-ratio: 4 / 3;
	overflow: hidden;
}

.wl-day-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.wl-day-card:hover .wl-day-card__media img { transform: scale(1.05); }

.wl-day-tag {
	position: absolute;
	left: 16px;
	top: 16px;
	border-radius: 999px;
	background: var(--wl-ink);
	color: var(--wl-spark);
	padding: 5px 12px;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.wl-day-view {
	position: absolute;
	right: 16px;
	bottom: 16px;
	border: 2px solid var(--wl-ink);
	border-radius: 999px;
	background: var(--wl-spark);
	color: var(--wl-spark-foreground);
	padding: 5px 12px;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	opacity: 0;
	transition: opacity 0.2s ease;
}

.wl-day-card:hover .wl-day-view,
.wl-day-card:focus-visible .wl-day-view { opacity: 1; }

.wl-day-card__body { display: block; padding: 24px; }

.wl-day-card__title {
	display: block;
	font-family: var(--wl-font-display);
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
}

.wl-day-card__desc {
	display: block;
	margin-top: 8px;
	color: var(--wl-muted-foreground);
}

.wl-day-card__more {
	display: block;
	margin-top: 12px;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: var(--wl-coral);
}

/* Day 5 banner */
.wl-finale {
	display: grid;
	align-items: center;
	gap: 24px;
	margin-top: 24px;
	border: 2px solid var(--wl-ink);
	border-radius: 24px;
	background: var(--wl-coral);
	color: var(--wl-ink);
	padding: 32px;
	box-shadow: var(--wl-shadow-pop-sm);
}

@media (min-width: 768px) {
	.wl-finale { grid-template-columns: auto 1fr auto; }
}

.wl-finale__tag {
	justify-self: start;
	border-radius: 999px;
	background: var(--wl-ink);
	color: var(--wl-spark);
	padding: 5px 12px;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.wl-finale__title {
	font-family: var(--wl-font-display);
	font-size: 30px;
	font-weight: 800;
}

.wl-finale__desc { margin-top: 4px; color: rgba(9, 15, 39, 0.85); }

.wl-finale__icon { display: none; width: 64px; height: 64px; }

@media (min-width: 768px) {
	.wl-finale__icon { display: block; }
}

/* --------------------------------------------------------------------------
   Daily experience
   -------------------------------------------------------------------------- */
.wl-daily {
	border-top: 2px solid var(--wl-ink);
	border-bottom: 2px solid var(--wl-ink);
	background: var(--wl-background);
}

.wl-block-grid {
	display: grid;
	gap: 20px;
	margin-top: 48px;
}

@media (min-width: 768px) {
	.wl-block-grid { grid-template-columns: repeat(3, 1fr); }
}

.wl-block {
	border: 2px solid var(--wl-ink);
	border-radius: 16px;
	background: var(--wl-card);
	padding: 24px;
	box-shadow: var(--wl-shadow-pop-sm);
}

.wl-block__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.wl-block__minutes {
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: var(--wl-muted-foreground);
}

.wl-block__label {
	margin-top: 20px;
	font-family: var(--wl-font-display);
	font-size: 30px;
	font-weight: 700;
}

.wl-block__list { display: grid; gap: 8px; margin-top: 16px; }

.wl-block__list li {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	font-size: 14px;
}

.wl-block__list .wl-check { width: 16px; height: 16px; }

/* Takeaways */
.wl-takeaway {
	display: grid;
	gap: 24px;
	margin-top: 56px;
	border: 2px solid var(--wl-ink);
	border-radius: 24px;
	background: var(--wl-spark);
	padding: 32px;
}

@media (min-width: 768px) {
	.wl-takeaway {
		grid-template-columns: 1fr 1.4fr;
		align-items: center;
		padding: 40px;
	}
}

.wl-takeaway__title {
	font-family: var(--wl-font-display);
	font-size: 30px;
	font-weight: 800;
	line-height: 1.15;
}

@media (min-width: 768px) {
	.wl-takeaway__title { font-size: 36px; }
}

.wl-takeaway__list { display: grid; gap: 10px; }

@media (min-width: 640px) {
	.wl-takeaway__list { grid-template-columns: 1fr 1fr; }
}

.wl-takeaway__list li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-size: 14px;
	font-weight: 600;
	color: var(--wl-ink);
}

/* --------------------------------------------------------------------------
   Saras AI band
   -------------------------------------------------------------------------- */
.wl-spark-band { background: var(--wl-spark); }

.wl-spark-band .wl-eyebrow { color: rgba(9, 15, 39, 0.7); }

.wl-spark-band__grid {
	display: grid;
	gap: 48px;
}

@media (min-width: 1024px) {
	.wl-spark-band__grid {
		grid-template-columns: 1fr 1.1fr;
		align-items: center;
	}
}

.wl-underline {
	text-decoration: underline;
	text-decoration-color: var(--wl-coral);
	text-decoration-thickness: 6px;
	text-underline-offset: 4px;
}

.wl-spark-band__copy {
	margin-top: 24px;
	font-size: 18px;
	color: rgba(9, 15, 39, 0.8);
}

.wl-mentor-pill {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	margin-top: 24px;
	border: 2px solid var(--wl-ink);
	border-radius: 999px;
	background: var(--wl-background);
	padding: 12px 20px;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.wl-mentor-pill svg { width: 16px; height: 16px; color: var(--wl-coral); }

.wl-subject-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
}

.wl-subject {
	border: 2px solid var(--wl-ink);
	border-radius: 16px;
	background: var(--wl-background);
	padding: 24px;
	box-shadow: var(--wl-shadow-pop-sm);
}

.wl-subject__emoji { font-size: 36px; line-height: 1; }

.wl-subject__name {
	margin-top: 12px;
	font-family: var(--wl-font-display);
	font-size: 24px;
	font-weight: 700;
}

.wl-subject__desc {
	margin-top: 4px;
	font-size: 14px;
	color: var(--wl-muted-foreground);
}

/* --------------------------------------------------------------------------
   Testimonials
   -------------------------------------------------------------------------- */
.wl-parents {
	border-top: 2px solid var(--wl-ink);
	border-bottom: 2px solid var(--wl-ink);
	background: var(--wl-background);
}

.wl-eyebrow--icon {
	display: flex;
	align-items: center;
	gap: 8px;
}

.wl-eyebrow--icon svg { width: 14px; height: 14px; fill: currentColor; }

.wl-quote-grid {
	display: grid;
	gap: 24px;
	margin-top: 48px;
}

@media (min-width: 768px) {
	.wl-quote-grid { grid-template-columns: repeat(3, 1fr); }
}

.wl-quote {
	margin: 0;
	border: 2px solid var(--wl-ink);
	border-radius: 24px;
	background: var(--wl-card);
	padding: 28px;
	box-shadow: var(--wl-shadow-pop-sm);
}

.wl-stars { display: flex; gap: 2px; color: var(--wl-coral); }

.wl-stars svg { width: 16px; height: 16px; fill: currentColor; }

.wl-quote blockquote {
	margin: 16px 0 0;
	font-family: var(--wl-font-display);
	font-size: 20px;
	font-weight: 600;
	line-height: 1.35;
}

.wl-quote figcaption { margin-top: 24px; font-size: 14px; }

.wl-quote__name { font-weight: 600; }

.wl-quote__role { color: var(--wl-muted-foreground); }

/* --------------------------------------------------------------------------
   What's included + registration card
   -------------------------------------------------------------------------- */
.wl-included__grid {
	display: grid;
	gap: 40px;
}

@media (min-width: 1024px) {
	.wl-included__grid {
		grid-template-columns: 1fr 1.1fr;
		/* Let the registration card size to its own content rather than
		   stretching to match the taller includes list. */
		align-items: start;
	}
}

.wl-includes-list { display: grid; gap: 12px; margin-top: 32px; }

.wl-includes-list li {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	border: 1px solid var(--wl-border);
	border-radius: 12px;
	background: var(--wl-card);
	padding: 12px 16px;
	font-weight: 500;
}

.wl-meta-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 20px;
	margin-top: 32px;
	font-size: 14px;
	color: var(--wl-muted-foreground);
}

.wl-meta-row span {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.wl-meta-row svg { width: 16px; height: 16px; flex: none; }

.wl-sessions {
	margin-top: 16px;
	font-size: 14px;
	font-weight: 500;
	color: var(--wl-muted-foreground);
}

/* Registration card */
.wl-register {
	position: relative;
	overflow: hidden;
	border: 2px solid var(--wl-ink);
	border-radius: 24px;
	background: var(--wl-ink);
	color: var(--wl-background);
	padding: 32px;
	box-shadow: var(--wl-shadow-pop);
}

@media (min-width: 768px) {
	.wl-register { padding: 40px; }
}

.wl-register__blob {
	position: absolute;
	width: 256px;
	height: 256px;
	border-radius: 50%;
	filter: blur(64px);
	pointer-events: none;
}

.wl-register__blob--spark {
	right: -64px;
	top: -64px;
	background: var(--wl-spark);
	opacity: 0.25;
}

.wl-register__blob--coral {
	left: -48px;
	bottom: -80px;
	background: var(--wl-coral);
	opacity: 0.25;
}

.wl-register__inner { position: relative; }

.wl-register__title {
	font-family: var(--wl-font-display);
	font-size: 36px;
	font-weight: 800;
	line-height: 1.1;
}

@media (min-width: 768px) {
	.wl-register__title { font-size: 48px; }
}

.wl-register__price {
	display: flex;
	align-items: flex-end;
	gap: 16px;
	margin-top: 28px;
}

.wl-register__price-label {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: rgba(253, 250, 241, 0.6);
}

.wl-register__price-value {
	font-family: var(--wl-font-display);
	font-size: 60px;
	font-weight: 800;
	line-height: 1;
	color: var(--wl-spark);
}

.wl-register__price-note {
	margin-bottom: 8px;
	font-size: 14px;
	color: rgba(253, 250, 241, 0.75);
}

.wl-register .wl-btn {
	margin-top: 28px;
	/* The card is already ink, so an ink border and pop shadow would vanish. */
	border-color: var(--wl-spark);
	box-shadow: none;
}

.wl-facts {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
	margin-top: 20px;
	text-align: center;
}

.wl-fact {
	border: 1px solid rgba(253, 250, 241, 0.15);
	border-radius: 12px;
	background: rgba(253, 250, 241, 0.05);
	padding: 12px 8px;
}

.wl-fact__k {
	font-family: var(--wl-font-display);
	font-size: 14px;
	font-weight: 700;
	color: var(--wl-spark);
}

.wl-fact__v { font-size: 11px; color: rgba(253, 250, 241, 0.7); }

/* --------------------------------------------------------------------------
   Footer
   -------------------------------------------------------------------------- */
.wl-footer { border-top: 1px solid var(--wl-border); }

.wl-footer__inner {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
	padding-top: 40px;
	padding-bottom: 40px;
}

@media (min-width: 768px) {
	.wl-footer__inner { flex-direction: row; align-items: center; }
}

.wl-footer__brand {
	display: flex;
	align-items: center;
	gap: 8px;
	font-family: var(--wl-font-display);
	font-weight: 700;
}

.wl-footer__brand .wl-brand__mark {
	width: 28px;
	height: 28px;
	background: var(--wl-ink);
	color: var(--wl-spark);
}

.wl-footer__brand .wl-brand__mark svg { width: 14px; height: 14px; }

.wl-footer__legal { font-size: 14px; color: var(--wl-muted-foreground); }

/* --------------------------------------------------------------------------
   Day modal
   -------------------------------------------------------------------------- */
.wl-modal[hidden] { display: none; }

.wl-modal {
	position: fixed;
	inset: 0;
	z-index: 50;
	display: grid;
	place-items: center;
	padding: 20px;
}

.wl-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.8);
	border: 0;
	padding: 0;
	cursor: pointer;
}

.wl-modal__panel {
	position: relative;
	width: 100%;
	max-width: 42rem;
	max-height: calc(100vh - 40px);
	overflow-y: auto;
	border: 2px solid var(--wl-ink);
	border-radius: 16px;
	background: var(--wl-card);
	padding: 24px;
	box-shadow: var(--wl-shadow-pop);
}

.wl-modal__close {
	position: absolute;
	right: 14px;
	top: 14px;
	display: grid;
	place-items: center;
	width: 32px;
	height: 32px;
	border: 0;
	border-radius: 6px;
	background: transparent;
	cursor: pointer;
	opacity: 0.7;
}

.wl-modal__close:hover { opacity: 1; }

.wl-modal__close svg { width: 18px; height: 18px; }

.wl-modal__day {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: var(--wl-coral);
	padding-right: 32px;
}

.wl-modal__title {
	margin-top: 4px;
	font-family: var(--wl-font-display);
	font-size: 30px;
	font-weight: 800;
	line-height: 1.15;
}

.wl-modal__desc { margin-top: 8px; color: var(--wl-muted-foreground); }

.wl-modal__media {
	overflow: hidden;
	margin-top: 16px;
	border: 2px solid var(--wl-ink);
	border-radius: 16px;
}

.wl-modal__media img { width: 100%; height: 192px; object-fit: cover; }

.wl-modal__label {
	margin-top: 20px;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: var(--wl-muted-foreground);
}

.wl-modal__schedule { display: grid; gap: 12px; margin-top: 12px; }

.wl-modal__schedule li {
	border: 1px solid var(--wl-border);
	border-radius: 12px;
	background: var(--wl-card);
	padding: 12px;
	font-size: 14px;
}

.wl-modal__time { font-weight: 600; }

.wl-modal__activity { color: var(--wl-muted-foreground); }

.wl-modal__focus { display: grid; gap: 8px; margin-top: 12px; }

.wl-modal__focus li {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	font-size: 14px;
}

.wl-modal__focus .wl-check { width: 16px; height: 16px; }

.wl-modal__footnote {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-top: 24px;
	border-radius: 12px;
	background: var(--wl-spark);
	color: var(--wl-spark-foreground);
	padding: 12px;
	font-size: 12px;
	font-weight: 600;
}

.wl-modal__footnote svg { width: 16px; height: 16px; flex: none; }

body.wl-modal-open { overflow: hidden; }
