/*
Theme Name: YouthLoom Atelier
Theme URI: https://youthloom.org
Author: YouthLoom
Description: A vivid, photo-led editorial WordPress theme for evidence, youth voices and action.
Version: 5.1.5
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: youthloom
*/

:root {
	--yl-navy: #08284d;
	--yl-navy-deep: #041a32;
	--yl-navy-ink: #031324;
	--yl-teal: #00a6a6;
	--yl-teal-dark: #007d80;
	--yl-coral: #ff5a4e;
	--yl-coral-dark: #d9423b;
	--yl-amber: #ffb000;
	--yl-violet: #6e6bd9;
	--yl-purple: #944fd2;
	--yl-pink: #d83f87;
	--yl-green: #168f72;
	--yl-blue: #2976d3;
	--yl-ivory: #fff9f0;
	--yl-paper: #ffffff;
	--yl-sand: #f3eadc;
	--yl-ink: #152336;
	--yl-muted: #586576;
	--yl-line: #dce3e9;
	--yl-shadow: 0 22px 70px rgba(8, 40, 77, 0.12);
	--yl-shadow-strong: 0 28px 84px rgba(2, 25, 47, 0.22);
	--yl-radius: 24px;
	--yl-radius-sm: 14px;
	--yl-shell: min(1460px, calc(100vw - 64px));
	--yl-font: "Aptos", "Inter", "Segoe UI", Arial, sans-serif;
	--yl-display: "Aptos Display", "Arial Black", "Segoe UI", Arial, sans-serif;
}

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

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--yl-ivory);
	color: var(--yl-ink);
	font-family: var(--yl-font);
	font-size: 18px;
	line-height: 1.62;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

body,
button,
input,
select,
textarea {
	font-family: var(--yl-font);
}

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

a {
	color: inherit;
	text-decoration-thickness: 1.5px;
	text-underline-offset: 0.2em;
}

a:hover {
	text-decoration-thickness: 2px;
}

button,
a {
	-webkit-tap-highlight-color: transparent;
}

:focus-visible {
	outline: 4px solid rgba(255, 176, 0, 0.78);
	outline-offset: 4px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	color: var(--yl-navy);
	font-family: var(--yl-display);
	font-weight: 800;
	letter-spacing: -0.045em;
	line-height: 1.02;
	overflow-wrap: normal;
	word-break: normal;
	hyphens: none;
	text-wrap: balance;
}

p {
	margin: 0 0 1.2em;
}

ul,
ol {
	padding-left: 1.2em;
}

.yl-shell {
	width: var(--yl-shell);
	margin-inline: auto;
}

.yl-skip-link {
	position: fixed;
	z-index: 9999;
	top: 12px;
	left: 12px;
	padding: 12px 18px;
	transform: translateY(-160%);
	border-radius: 8px;
	background: var(--yl-paper);
	color: var(--yl-navy);
	font-weight: 800;
}

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

.yl-svg {
	display: inline-block;
	width: 1.25em;
	height: 1.25em;
	flex: 0 0 auto;
	vertical-align: -0.18em;
}

.yl-topline {
	position: relative;
	z-index: 60;
	background: linear-gradient(90deg, var(--yl-navy-deep), var(--yl-navy) 58%, #123962);
	color: #fff;
}

.yl-topline .yl-shell {
	display: flex;
	min-height: 54px;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
}

.yl-topline p {
	margin: 0;
	font-size: clamp(16px, 1.3vw, 20px);
	font-weight: 850;
	letter-spacing: -0.012em;
	line-height: 1.25;
}

.yl-topline a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #fff;
	font-size: 14px;
	font-weight: 850;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	white-space: nowrap;
}

.yl-topline a .yl-svg {
	width: 17px;
	transition: transform 180ms ease;
}

.yl-topline a:hover .yl-svg {
	transform: translateX(4px);
}

.yl-site-header {
	position: relative;
	z-index: 50;
	border-bottom: 1px solid rgba(8, 40, 77, 0.11);
	background: rgba(255, 255, 255, 0.97);
	box-shadow: 0 10px 36px rgba(8, 40, 77, 0.06);
}

.yl-header-inner {
	display: flex;
	min-height: 150px;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
}

.yl-brand {
	display: flex;
	flex: 0 0 auto;
	align-items: center;
	text-decoration: none;
	overflow: visible;
}

.yl-brand img {
	display: block;
	width: 192px;
	max-width: none;
	height: auto;
	object-fit: contain;
	object-position: center;
}

.yl-header-actions {
	display: flex;
	align-items: center;
	gap: 18px;
}

.yl-primary-nav {
	display: block;
}

.yl-nav-list,
.yl-primary-nav > ul {
	display: flex;
	margin: 0;
	padding: 0;
	align-items: center;
	gap: clamp(17px, 1.35vw, 27px);
	list-style: none;
}

.yl-nav-list li {
	position: relative;
	margin: 0;
	padding: 0;
}

.yl-submenu {
	position: absolute;
	z-index: 50;
	top: calc(100% - 2px);
	left: 50%;
	display: none;
	width: 238px;
	margin: 0;
	padding: 12px;
	transform: translateX(-50%);
	border: 1px solid rgba(8, 40, 77, 0.1);
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 18px 50px rgba(8, 40, 77, 0.18);
	list-style: none;
}

.yl-has-submenu:hover > .yl-submenu,
.yl-has-submenu:focus-within > .yl-submenu {
	display: block;
}

.yl-submenu a {
	padding: 12px 14px;
	border-radius: 10px;
	font-size: 14px;
	line-height: 1.25;
	white-space: normal;
}

.yl-submenu a:hover,
.yl-submenu a:focus {
	background: var(--yl-ivory);
	color: var(--yl-teal-dark);
}

.yl-submenu a::after {
	display: none;
}

.yl-nav-list a {
	position: relative;
	display: block;
	padding: 14px 0;
	color: var(--yl-navy);
	font-size: clamp(14px, 1.02vw, 16px);
	font-weight: 850;
	letter-spacing: -0.012em;
	line-height: 1;
	text-decoration: none;
	white-space: nowrap;
}

.yl-nav-list a::after {
	position: absolute;
	right: 0;
	bottom: 6px;
	left: 0;
	height: 3px;
	border-radius: 999px;
	background: var(--yl-coral);
	content: "";
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 180ms ease;
}

.yl-nav-list li:nth-child(2) a::after,
.yl-nav-item--1 a::after {
	background: var(--yl-teal);
}

.yl-nav-list li:nth-child(3) a::after,
.yl-nav-item--2 a::after {
	background: var(--yl-amber);
}

.yl-nav-list li:nth-child(4) a::after,
.yl-nav-item--3 a::after {
	background: var(--yl-violet);
}

.yl-nav-list li:nth-child(5) a::after,
.yl-nav-item--4 a::after {
	background: var(--yl-coral);
}

.yl-nav-list li:nth-child(6) a::after,
.yl-nav-item--5 a::after {
	background: var(--yl-teal);
}

.yl-nav-list a:hover::after,
.yl-nav-list .current-menu-item > a::after,
.yl-nav-list .current_page_item > a::after {
	transform: scaleX(1);
}

.yl-header-search {
	display: grid;
	width: 46px;
	height: 46px;
	flex: 0 0 46px;
	place-items: center;
	border: 1px solid rgba(8, 40, 77, 0.18);
	border-radius: 50%;
	color: var(--yl-navy);
	text-decoration: none;
	transition: color 180ms ease, border-color 180ms ease, background 180ms ease;
}

.yl-header-search:hover {
	border-color: var(--yl-teal);
	background: var(--yl-teal);
	color: #fff;
}

.yl-header-search .yl-svg {
	width: 21px;
	height: 21px;
}

.yl-menu-toggle {
	display: none;
	align-items: center;
	gap: 8px;
	border: 0;
	background: transparent;
	color: var(--yl-navy);
	font-size: 16px;
	font-weight: 850;
}

.yl-button {
	display: inline-flex;
	min-height: 52px;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 13px 23px;
	border: 2px solid transparent;
	border-radius: 999px;
	font-size: 15px;
	font-weight: 850;
	line-height: 1.1;
	text-decoration: none;
	white-space: nowrap;
	box-shadow: none;
	cursor: pointer;
	transition: transform 180ms ease, box-shadow 180ms ease, color 180ms ease, background 180ms ease;
}

.yl-button:hover {
	transform: translateY(-2px);
	box-shadow: 0 13px 30px rgba(8, 40, 77, 0.16);
	text-decoration: none;
}

.yl-button .yl-svg {
	width: 19px;
	transition: transform 180ms ease;
}

.yl-button:hover .yl-svg {
	transform: translateX(4px);
}

.yl-button--subscribe {
	min-height: 48px;
	padding-inline: 24px;
	background: linear-gradient(135deg, var(--yl-coral), #ff7763);
	color: #fff;
	box-shadow: 0 10px 26px rgba(255, 90, 78, 0.25);
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.yl-button--coral {
	background: linear-gradient(135deg, var(--yl-coral), #ff7162);
	color: #fff;
}

.yl-button--navy {
	background: var(--yl-navy);
	color: #fff;
}

.yl-button--amber {
	background: var(--yl-amber);
	color: var(--yl-navy-deep);
}

.yl-button--light {
	background: #fff;
	color: var(--yl-navy);
}

.yl-button--glass {
	border-color: var(--yl-navy);
	background: rgba(255, 255, 255, 0.5);
	color: var(--yl-navy);
	backdrop-filter: blur(8px);
}

.yl-button--glass:hover {
	background: var(--yl-navy);
	color: #fff;
}

.yl-button--outline-light {
	border-color: rgba(255, 255, 255, 0.6);
	color: #fff;
}

.yl-button-group {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

/* Illustration-led masthead */
.yl-hero {
	position: relative;
	min-height: clamp(640px, 67vw, 780px);
	overflow: hidden;
	background: var(--yl-ivory);
	isolation: isolate;
}

.yl-hero-media,
.yl-hero-overlay {
	position: absolute;
	inset: 0;
}

.yl-hero::before {
	position: absolute;
	inset: -12%;
	z-index: -1;
	background:
		radial-gradient(ellipse at 2% 42%, rgba(174, 126, 218, 0.38) 0%, rgba(197, 166, 226, 0.24) 22%, transparent 52%),
		radial-gradient(ellipse at 42% 22%, rgba(152, 111, 207, 0.18) 0%, transparent 42%),
		radial-gradient(ellipse at 79% 70%, rgba(108, 89, 185, 0.13) 0%, transparent 43%);
	content: "";
	filter: blur(48px);
	pointer-events: none;
}

.yl-hero-media {
	z-index: -3;
	transform: scale(1.01);
}

.yl-hero-media picture,
.yl-hero-media img {
	display: block;
	width: 100%;
	height: 100%;
}

.yl-hero-media img {
	object-fit: cover;
	object-position: center center;
}

.yl-hero-overlay {
	z-index: -2;
	background:
		linear-gradient(90deg, rgba(250, 244, 248, 0.94) 0%, rgba(250, 244, 248, 0.83) 28%, rgba(248, 241, 247, 0.46) 49%, rgba(255, 249, 240, 0.04) 72%),
		linear-gradient(0deg, rgba(255, 249, 240, 0.38) 0%, rgba(255, 249, 240, 0) 36%);
}

.yl-hero-inner {
	display: flex;
	min-height: inherit;
	align-items: center;
	padding-block: 92px 118px;
}

.yl-hero-copy {
	width: min(790px, 59vw);
	color: var(--yl-ink);
}

.yl-hero-kicker {
	display: flex;
	margin-bottom: 24px;
	align-items: center;
	gap: 13px;
	color: var(--yl-coral-dark);
	font-size: 16px;
	font-weight: 900;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

.yl-hero-kicker span {
	width: 48px;
	height: 5px;
	border-radius: 999px;
	background: linear-gradient(90deg, var(--yl-teal), var(--yl-amber), var(--yl-coral));
}

.yl-hero h1 {
	max-width: 820px;
	color: var(--yl-navy);
	font-size: clamp(56px, 5.35vw, 88px);
	line-height: 0.98;
	letter-spacing: -0.058em;
	text-shadow: 0 4px 28px rgba(255, 255, 255, 0.34);
}

.yl-hero h1 span {
	color: var(--yl-teal-dark);
}

.yl-hero h1 em {
	color: #ff6b57;
	font-style: normal;
}

.yl-hero-intro {
	max-width: 690px;
	margin: 30px 0 36px;
	color: #405064;
	font-size: clamp(18px, 1.45vw, 22px);
	font-weight: 560;
	line-height: 1.52;
}

.yl-hero-thread {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	height: 74px;
	opacity: 0.96;
}

.yl-hero-thread i {
	position: absolute;
	right: -4%;
	bottom: -44px;
	left: -3%;
	height: 88px;
	border: 4px solid transparent;
	border-top-color: var(--yl-teal);
	border-radius: 50%;
}

.yl-hero-thread i:nth-child(2) {
	right: -14%;
	bottom: -55px;
	left: 16%;
	border-top-color: var(--yl-coral);
	transform: rotate(-1.5deg);
}

.yl-hero-thread i:nth-child(3) {
	right: 26%;
	bottom: -65px;
	left: -24%;
	border-top-color: var(--yl-amber);
	transform: rotate(1deg);
}

.yl-section {
	position: relative;
	padding-block: clamp(82px, 8vw, 132px);
}

.yl-pillars {
	z-index: 3;
	margin-top: -68px;
	padding-block: 0 92px;
}

.yl-pillars-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.yl-pillar {
	position: relative;
	display: grid;
	min-height: 360px;
	padding: 38px;
	align-content: start;
	overflow: hidden;
	border: 1px solid rgba(8, 40, 77, 0.1);
	border-radius: var(--yl-radius);
	background: #fff;
	color: var(--yl-ink);
	text-decoration: none;
	box-shadow: var(--yl-shadow);
	transition: transform 220ms ease, box-shadow 220ms ease;
}

.yl-pillar::before {
	position: absolute;
	inset: 0 0 auto;
	height: 8px;
	background: var(--pillar);
	content: "";
}

.yl-pillar::after {
	position: absolute;
	right: -60px;
	bottom: -90px;
	width: 220px;
	height: 220px;
	border: 44px solid color-mix(in srgb, var(--pillar) 16%, transparent);
	border-radius: 50%;
	content: "";
}

.yl-pillar:hover {
	transform: translateY(-8px);
	box-shadow: var(--yl-shadow-strong);
}

.yl-pillar--teal {
	--pillar: var(--yl-teal);
}

.yl-pillar--coral {
	--pillar: var(--yl-coral);
}

.yl-pillar--amber {
	--pillar: var(--yl-amber);
}

.yl-pillar-icon {
	display: grid;
	width: 76px;
	height: 76px;
	margin-bottom: 25px;
	place-items: center;
	border-radius: 22px;
	background: color-mix(in srgb, var(--pillar) 15%, #fff);
	color: var(--pillar);
}

.yl-pillar-icon .yl-svg {
	width: 42px;
	height: 42px;
	stroke-width: 1.9;
}

.yl-pillar-number {
	position: absolute;
	top: 34px;
	right: 34px;
	color: color-mix(in srgb, var(--pillar) 45%, #fff);
	font-family: var(--yl-display);
	font-size: 34px;
	font-weight: 900;
}

.yl-pillar h2 {
	margin-bottom: 14px;
	color: var(--pillar);
	font-size: clamp(34px, 3vw, 45px);
}

.yl-pillar p {
	position: relative;
	z-index: 1;
	margin-bottom: 26px;
	color: #334357;
	font-size: 18px;
	font-weight: 570;
	line-height: 1.55;
}

.yl-pillar b {
	position: relative;
	z-index: 1;
	display: flex;
	margin-top: auto;
	align-items: center;
	gap: 8px;
	color: var(--yl-navy);
	font-size: 15px;
}

.yl-pillar b .yl-svg {
	width: 18px;
}

.yl-cross-cutting {
	margin: 34px 0 0;
	color: #465567;
	font-size: 18px;
	font-weight: 650;
	text-align: center;
}

.yl-cross-cutting strong:nth-child(1) {
	color: var(--yl-teal-dark);
}

.yl-cross-cutting strong:nth-child(2) {
	color: var(--yl-coral-dark);
}

.yl-cross-cutting strong:nth-child(3) {
	color: #946200;
}

.yl-section-heading {
	display: flex;
	margin-bottom: clamp(46px, 5vw, 72px);
	align-items: end;
	justify-content: space-between;
	gap: 48px;
}

.yl-section-heading > div:first-child {
	max-width: 940px;
}

.yl-eyebrow {
	display: inline-flex;
	margin-bottom: 20px;
	align-items: center;
	gap: 10px;
	color: inherit;
	font-size: 16px;
	font-weight: 900;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

.yl-eyebrow .yl-svg {
	width: 24px;
	height: 24px;
}

.yl-eyebrow--coral {
	color: var(--yl-coral-dark);
}

.yl-eyebrow--teal {
	color: var(--yl-teal-dark);
}

.yl-eyebrow--violet {
	color: #514eb7;
}

.yl-section-heading h2,
.yl-page-hero h1 {
	font-size: clamp(46px, 5vw, 76px);
}

.yl-section-heading p {
	max-width: 760px;
	margin: 20px 0 0;
	color: var(--yl-muted);
	font-size: 20px;
	line-height: 1.55;
}

.yl-text-teal {
	color: var(--yl-teal-dark);
}

.yl-text-coral {
	color: var(--yl-coral);
}

.yl-text-link {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	gap: 8px;
	color: var(--yl-navy);
	font-size: 16px;
	font-weight: 850;
	text-decoration: none;
}

.yl-text-link .yl-svg {
	width: 19px;
	transition: transform 180ms ease;
}

.yl-text-link:hover .yl-svg {
	transform: translateX(5px);
}

.yl-featured {
	background: #fff;
}

.yl-featured--single {
	padding-bottom: clamp(64px, 6vw, 92px);
}

.yl-featured--single .yl-section-heading {
	margin-bottom: clamp(34px, 3.5vw, 48px);
}

.yl-featured--single .yl-featured-grid {
	grid-template-columns: minmax(0, 1fr);
}

.yl-featured--single .yl-story-card--lead {
	grid-template-columns: minmax(340px, 0.86fr) minmax(0, 1.14fr);
	grid-template-rows: minmax(360px, auto);
}

.yl-contact-email {
	margin: 25px 0;
	font-size: 18px;
}

.yl-contact-email a {
	color: var(--yl-teal-dark);
	font-weight: 800;
	text-decoration-thickness: 2px;
	text-underline-offset: 4px;
}

.yl-featured-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.5fr) minmax(360px, 0.9fr);
	gap: 28px;
}

.yl-featured-side {
	display: grid;
	grid-template-rows: repeat(2, minmax(0, 1fr));
	gap: 28px;
}

.yl-story-card {
	position: relative;
	display: flex;
	min-width: 0;
	overflow: hidden;
	border: 1px solid rgba(8, 40, 77, 0.11);
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 15px 45px rgba(8, 40, 77, 0.08);
	transition: transform 220ms ease, box-shadow 220ms ease;
}

.yl-story-card:hover {
	transform: translateY(-6px);
	box-shadow: var(--yl-shadow);
}

.yl-story-card__media {
	position: relative;
	display: block;
	overflow: hidden;
	background: linear-gradient(135deg, #d6f3ef, #fff0d2);
	text-decoration: none;
}

.yl-story-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 550ms ease;
}

.yl-story-card:hover .yl-story-card__media img {
	transform: scale(1.045);
}

.yl-story-card__fallback {
	display: grid;
	width: 100%;
	height: 100%;
	min-height: 180px;
	place-items: center;
	background:
		radial-gradient(circle at 22% 24%, rgba(255, 90, 78, 0.85) 0 10%, transparent 11%),
		radial-gradient(circle at 78% 70%, rgba(0, 166, 166, 0.78) 0 18%, transparent 19%),
		linear-gradient(145deg, #e7f5f3, #fff7e8);
	color: var(--yl-navy);
}

.yl-story-card__fallback .yl-svg {
	width: 72px;
	height: 72px;
}

.yl-story-card__body {
	display: flex;
	min-width: 0;
	flex: 1;
	flex-direction: column;
	align-items: flex-start;
}

.yl-label {
	display: inline-flex;
	margin-bottom: 15px;
	color: var(--yl-coral-dark);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.12em;
	text-decoration: none;
	text-transform: uppercase;
}

.yl-story-card h3 {
	width: 100%;
	margin-bottom: 15px;
	font-size: clamp(25px, 2.1vw, 36px);
	line-height: 1.08;
}

.yl-story-card h3 a {
	text-decoration: none;
}

.yl-story-card h3 a:hover {
	color: var(--yl-teal-dark);
}

.yl-story-card p {
	color: var(--yl-muted);
	font-size: 17px;
	line-height: 1.55;
}

.yl-post-meta {
	display: flex;
	margin-top: auto;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	color: #6d7784;
	font-size: 13px;
	font-weight: 650;
	line-height: 1.3;
}

.yl-story-card--lead {
	display: grid;
	grid-template-rows: minmax(340px, 1.08fr) auto;
}

.yl-story-card--lead .yl-story-card__body {
	padding: 38px 40px 40px;
}

.yl-story-card--lead h3 {
	max-width: 820px;
	font-size: clamp(36px, 3.35vw, 56px);
}

.yl-story-card--side {
	display: grid;
	min-height: 0;
	grid-template-columns: 42% 58%;
}

.yl-story-card--side .yl-story-card__body {
	padding: 26px 26px 24px;
}

.yl-story-card--side h3 {
	font-size: clamp(23px, 1.72vw, 30px);
}

.yl-story-card--side .yl-label {
	margin-bottom: 10px;
	font-size: 10px;
}

.yl-story-card--side .yl-post-meta {
	font-size: 11px;
}

.yl-no-content {
	display: flex;
	min-height: 280px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border: 2px dashed #bdc8d2;
	border-radius: var(--yl-radius);
	background: var(--yl-ivory);
	text-align: center;
}

.yl-no-content > span {
	display: grid;
	width: 78px;
	height: 78px;
	margin-bottom: 20px;
	place-items: center;
	border-radius: 50%;
	background: #dff4f2;
	color: var(--yl-teal-dark);
}

.yl-no-content > span .yl-svg {
	width: 38px;
	height: 38px;
}

.yl-no-content h3 {
	margin-bottom: 14px;
	font-size: 28px;
}

.yl-no-content a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--yl-coral-dark);
	font-weight: 850;
	text-decoration: none;
}

.yl-themes {
	overflow: hidden;
	background:
		radial-gradient(circle at 8% 14%, rgba(0, 166, 166, 0.21), transparent 22%),
		radial-gradient(circle at 91% 86%, rgba(255, 90, 78, 0.17), transparent 23%),
		var(--yl-navy-deep);
	color: #fff;
}

.yl-themes::before {
	position: absolute;
	top: -170px;
	right: -110px;
	width: 440px;
	height: 440px;
	border: 80px solid rgba(255, 176, 0, 0.09);
	border-radius: 50%;
	content: "";
}

.yl-section-heading--light h2,
.yl-section-heading--light .yl-eyebrow,
.yl-section-heading--light .yl-text-link {
	color: #fff;
}

.yl-section-heading--light h2 span {
	color: var(--yl-amber);
}

.yl-section-heading--light p {
	color: rgba(255, 255, 255, 0.75);
}

.yl-theme-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	grid-auto-rows: 1fr;
	gap: 22px;
}

.yl-theme-card {
	--card-accent: var(--yl-teal);
	position: relative;
	display: flex;
	min-width: 0;
	min-height: 318px;
	padding: 32px 30px;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.985);
	color: var(--yl-ink);
	text-decoration: none;
	box-shadow: 0 18px 60px rgba(0, 0, 0, 0.16);
	transition: transform 220ms ease, background 220ms ease;
}

.yl-theme-card::before {
	position: absolute;
	inset: 0 0 auto;
	height: 7px;
	background: var(--card-accent);
	content: "";
}

.yl-theme-card::after {
	position: absolute;
	right: -54px;
	bottom: -52px;
	width: 150px;
	height: 150px;
	border: 28px solid color-mix(in srgb, var(--card-accent) 13%, transparent);
	border-radius: 50%;
	content: "";
}

.yl-theme-card:hover {
	transform: translateY(-8px);
}

.yl-theme-card--violet {
	--card-accent: var(--yl-violet);
}

.yl-theme-card--amber {
	--card-accent: var(--yl-amber);
}

.yl-theme-card--coral {
	--card-accent: var(--yl-coral);
}

.yl-theme-card--green {
	--card-accent: var(--yl-green);
}

.yl-theme-card--purple {
	--card-accent: var(--yl-purple);
}

.yl-theme-card--blue {
	--card-accent: var(--yl-blue);
}

.yl-theme-card--pink {
	--card-accent: var(--yl-pink);
}

.yl-theme-icon {
	display: grid;
	width: 72px;
	height: 72px;
	margin-bottom: 30px;
	place-items: center;
	border-radius: 20px;
	background: color-mix(in srgb, var(--card-accent) 14%, #fff);
	color: var(--card-accent);
}

.yl-theme-icon .yl-svg {
	width: 39px;
	height: 39px;
	stroke-width: 1.95;
}

.yl-theme-arrow {
	position: absolute;
	top: 34px;
	right: 28px;
	color: var(--card-accent);
}

.yl-theme-arrow .yl-svg {
	width: 26px;
	height: 26px;
}

.yl-theme-card h3 {
	position: relative;
	z-index: 1;
	margin-bottom: 15px;
	color: var(--card-accent);
	font-size: clamp(24px, 2vw, 31px);
	line-height: 1.08;
}

.yl-theme-card p {
	position: relative;
	z-index: 1;
	margin: auto 0 0;
	color: #405064;
	font-size: 16px;
	font-weight: 570;
	line-height: 1.48;
}

.yl-latest {
	background:
		linear-gradient(90deg, transparent 49.8%, rgba(8, 40, 77, 0.045) 50%, transparent 50.2%),
		var(--yl-ivory);
}

.yl-card-grid {
	display: grid;
	gap: 24px;
}

.yl-card-grid--3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.yl-card-grid--4 {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.yl-card-grid .yl-story-card {
	display: grid;
	grid-template-rows: 240px auto;
}

.yl-card-grid .yl-story-card__body {
	min-height: 285px;
	padding: 28px;
}

.yl-card-grid .yl-story-card h3 {
	font-size: clamp(25px, 2.1vw, 34px);
}

.yl-card-grid--4 .yl-story-card {
	grid-template-rows: 190px auto;
}

.yl-card-grid--4 .yl-story-card__body {
	min-height: 248px;
	padding: 24px;
}

.yl-card-grid--4 .yl-story-card h3 {
	font-size: 25px;
}

.yl-voices {
	overflow: hidden;
	background:
		linear-gradient(135deg, rgba(0, 166, 166, 0.15), transparent 42%),
		var(--yl-navy-deep);
	color: #fff;
}

.yl-voices::after {
	position: absolute;
	right: -8%;
	bottom: -160px;
	width: 620px;
	height: 330px;
	border: 70px solid rgba(255, 90, 78, 0.12);
	border-radius: 50%;
	content: "";
	transform: rotate(-14deg);
}

.yl-voices-layout {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(460px, 1.1fr);
	gap: clamp(60px, 7vw, 118px);
	align-items: center;
}

.yl-voices-intro h2 {
	max-width: 710px;
	margin-bottom: 28px;
	color: #fff;
	font-size: clamp(50px, 5.3vw, 82px);
}

.yl-voices-intro h2 span {
	color: var(--yl-amber);
}

.yl-voices-intro > p {
	max-width: 650px;
	color: rgba(255, 255, 255, 0.79);
	font-size: 20px;
}

.yl-safeguard-note {
	display: flex;
	margin-top: 30px !important;
	align-items: center;
	gap: 10px;
	font-size: 14px !important;
	font-weight: 750;
}

.yl-safeguard-note .yl-svg {
	width: 22px;
	color: var(--yl-teal);
}

.yl-voice-stack {
	display: grid;
	gap: 18px;
}

.yl-story-card--voice {
	display: grid;
	grid-template-columns: 155px 1fr;
	border-color: rgba(255, 255, 255, 0.12);
	background: rgba(255, 255, 255, 0.98);
}

.yl-story-card--voice .yl-story-card__body {
	padding: 24px;
}

.yl-story-card--voice h3 {
	font-size: 25px;
}

.yl-voice-empty {
	position: relative;
	max-width: 620px;
	padding: clamp(40px, 5vw, 70px);
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 32px;
	background: rgba(255, 255, 255, 0.1);
	box-shadow: 0 28px 70px rgba(0, 0, 0, 0.2);
	backdrop-filter: blur(18px);
}

.yl-voice-mark {
	display: grid;
	width: 92px;
	height: 92px;
	margin-bottom: 30px;
	place-items: center;
	border-radius: 30px 30px 30px 6px;
	background: linear-gradient(135deg, var(--yl-coral), #ff7763);
	color: #fff;
}

.yl-voice-mark .yl-svg {
	width: 48px;
	height: 48px;
}

.yl-voice-empty h3 {
	margin-bottom: 18px;
	color: #fff;
	font-size: clamp(33px, 3vw, 46px);
}

.yl-voice-empty p {
	color: rgba(255, 255, 255, 0.76);
	font-size: 17px;
}

.yl-voice-empty a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--yl-amber);
	font-weight: 850;
	text-decoration: none;
}

.yl-resources {
	background: #fff;
}

.yl-resource-types {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 22px;
}

.yl-resource-types a {
	display: flex;
	min-height: 260px;
	padding: 30px;
	flex-direction: column;
	border: 1px solid var(--yl-line);
	border-radius: 22px;
	background: var(--yl-ivory);
	color: var(--yl-navy);
	text-decoration: none;
	transition: transform 200ms ease, box-shadow 200ms ease;
}

.yl-resource-types a:nth-child(2) {
	background: #e9f8f6;
}

.yl-resource-types a:nth-child(3) {
	background: #fff0ed;
}

.yl-resource-types a:nth-child(4) {
	background: #f0efff;
}

.yl-resource-types a:hover {
	transform: translateY(-7px);
	box-shadow: var(--yl-shadow);
}

.yl-resource-types .yl-svg {
	width: 55px;
	height: 55px;
	margin-bottom: 30px;
	color: var(--yl-coral);
}

.yl-resource-types a:nth-child(2) .yl-svg {
	color: var(--yl-teal-dark);
}

.yl-resource-types a:nth-child(3) .yl-svg {
	color: var(--yl-coral-dark);
}

.yl-resource-types a:nth-child(4) .yl-svg {
	color: var(--yl-violet);
}

.yl-resource-types strong {
	display: block;
	margin-bottom: 10px;
	font-family: var(--yl-display);
	font-size: 25px;
	letter-spacing: -0.035em;
	line-height: 1.08;
}

.yl-resource-types span {
	margin-top: auto;
	color: var(--yl-muted);
	font-size: 15px;
	line-height: 1.5;
}

.yl-digest {
	overflow: hidden;
	background:
		radial-gradient(circle at 2% 100%, rgba(0, 166, 166, 0.34), transparent 28%),
		radial-gradient(circle at 98% 5%, rgba(255, 176, 0, 0.22), transparent 24%),
		linear-gradient(135deg, #442e9f, var(--yl-violet) 52%, #5348c4);
	color: #fff;
}

.yl-digest::before,
.yl-digest::after {
	position: absolute;
	width: 430px;
	height: 200px;
	border: 42px solid rgba(255, 255, 255, 0.09);
	border-radius: 50%;
	content: "";
}

.yl-digest::before {
	top: -120px;
	left: 20%;
	transform: rotate(14deg);
}

.yl-digest::after {
	right: -150px;
	bottom: -60px;
	transform: rotate(-12deg);
}

.yl-digest-layout {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(440px, 0.75fr);
	gap: clamp(60px, 8vw, 130px);
	align-items: center;
}

.yl-digest-copy h2 {
	max-width: 820px;
	margin-bottom: 24px;
	color: #fff;
	font-size: clamp(50px, 5.5vw, 84px);
}

.yl-digest-copy h2 span {
	color: var(--yl-amber);
}

.yl-digest-copy > p {
	max-width: 690px;
	color: rgba(255, 255, 255, 0.88);
	font-size: 22px;
}

.yl-digest-copy ul {
	display: grid;
	margin: 30px 0 38px;
	padding: 0;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px 28px;
	list-style: none;
}

.yl-digest-copy li {
	position: relative;
	padding-left: 24px;
	font-size: 16px;
	font-weight: 700;
}

.yl-digest-copy li::before {
	position: absolute;
	top: 0.65em;
	left: 0;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: var(--yl-amber);
	content: "";
	transform: translateY(-50%);
}

.yl-digest-form {
	padding: clamp(38px, 4.2vw, 62px);
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 30px;
	background: rgba(255, 255, 255, 0.98);
	color: var(--yl-ink);
	box-shadow: var(--yl-shadow-strong);
}

.yl-digest-badge {
	display: inline-grid;
	margin-bottom: 34px;
	grid-template-columns: 54px auto;
	grid-template-rows: auto auto;
	align-items: center;
	column-gap: 13px;
}

.yl-digest-badge span {
	display: grid;
	width: 54px;
	height: 54px;
	grid-row: 1 / 3;
	place-items: center;
	border-radius: 16px;
	background: linear-gradient(135deg, var(--yl-teal), var(--yl-coral));
	color: #fff;
	font-weight: 950;
}

.yl-digest-badge b {
	color: var(--yl-violet);
	font-size: 22px;
	letter-spacing: 0.12em;
	line-height: 1;
}

.yl-digest-badge small {
	color: var(--yl-muted);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.05em;
}

.yl-digest-form h3 {
	margin-bottom: 24px;
	font-size: clamp(32px, 3vw, 45px);
}

.yl-about-strip {
	background: var(--yl-ivory);
}

.yl-about-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(380px, 0.68fr);
	gap: clamp(48px, 7vw, 110px);
	align-items: center;
}

.yl-about-layout > div h2 {
	max-width: 880px;
	margin-bottom: 26px;
	font-size: clamp(46px, 5.1vw, 76px);
}

.yl-about-layout > div p {
	max-width: 820px;
	color: var(--yl-muted);
	font-size: 20px;
}

.yl-curator-card {
	position: relative;
	padding: 42px 44px 46px 52px;
	overflow: hidden;
	border-radius: 26px;
	background: linear-gradient(145deg, #062544, var(--yl-navy-deep));
	color: #fff;
	box-shadow: 0 25px 70px rgba(4, 26, 50, 0.28);
}

.yl-curator-card::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 9px;
	background: linear-gradient(180deg, var(--yl-amber), var(--yl-coral));
	content: "";
}

.yl-curator-card::after {
	position: absolute;
	right: -92px;
	bottom: -120px;
	width: 300px;
	height: 300px;
	border: 22px double rgba(255, 255, 255, 0.055);
	border-radius: 50%;
	content: "";
}

.yl-curator-card__top {
	position: relative;
	z-index: 1;
	display: flex;
	min-height: 86px;
	margin-bottom: 26px;
	align-items: flex-start;
	justify-content: space-between;
	gap: 22px;
}

.yl-curator-icon {
	display: grid;
	width: 70px;
	height: 70px;
	margin-bottom: 0;
	place-items: center;
	border-radius: 20px;
	border: 2px solid var(--yl-amber);
	background: rgba(255, 255, 255, 0.04);
	color: #fff;
}

.yl-curator-icon .yl-svg {
	width: 39px;
	height: 39px;
}

.yl-curator-card small {
	position: relative;
	z-index: 1;
	display: block;
	margin-bottom: 8px;
	color: var(--yl-amber);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.yl-curator-card h3 {
	position: relative;
	z-index: 1;
	margin-bottom: 18px;
	color: #fff;
	font-size: clamp(42px, 4vw, 62px);
}

.yl-curator-card p {
	position: relative;
	z-index: 1;
	max-width: 520px;
	color: rgba(255, 255, 255, 0.86);
	font-size: 18px;
	font-weight: 560;
	line-height: 1.6;
}

.yl-curator-card a {
	position: relative;
	z-index: 1;
	display: inline-flex;
	margin-top: 28px;
	align-items: center;
	gap: 8px;
	color: var(--yl-coral);
	font-size: 16px;
	font-weight: 900;
	text-decoration: none;
}

.yl-curator-photo {
	position: relative;
	z-index: 2;
	display: block;
	width: 118px;
	height: 118px;
	flex: 0 0 118px;
	border: 4px solid var(--yl-amber);
	border-radius: 30px;
	background: var(--yl-ivory);
	object-fit: cover;
	object-position: center top;
	box-shadow: 0 12px 34px rgba(0, 0, 0, 0.28);
}

/* Forms */
.yl-form {
	width: 100%;
}

.yl-form--panel {
	padding: clamp(30px, 4vw, 52px);
	border: 1px solid var(--yl-line);
	border-radius: var(--yl-radius);
	background: #fff;
	box-shadow: var(--yl-shadow);
}

.yl-form-row {
	display: flex;
	align-items: end;
	gap: 16px;
}

.yl-field {
	display: flex;
	min-width: 0;
	flex: 1;
	flex-direction: column;
	gap: 8px;
	margin: 0 0 18px;
}

.yl-field label,
.yl-check {
	color: var(--yl-navy);
	font-size: 14px;
	font-weight: 800;
}

.yl-field label span {
	color: var(--yl-muted);
	font-weight: 560;
}

.yl-field input,
.yl-field select,
.yl-field textarea,
.yl-search-form input {
	width: 100%;
	min-height: 54px;
	padding: 13px 15px;
	border: 1.5px solid #b9c4ce;
	border-radius: 11px;
	background: #fff;
	color: var(--yl-ink);
	font-size: 16px;
	outline: 0;
	transition: border-color 150ms ease, box-shadow 150ms ease;
}

.yl-field textarea {
	resize: vertical;
}

.yl-field input:focus,
.yl-field select:focus,
.yl-field textarea:focus,
.yl-search-form input:focus {
	border-color: var(--yl-teal);
	box-shadow: 0 0 0 4px rgba(0, 166, 166, 0.13);
}

.yl-field--button {
	flex: 0 0 auto;
}

.yl-check {
	display: flex;
	margin: 4px 0 20px;
	align-items: flex-start;
	gap: 10px;
	line-height: 1.45;
}

.yl-check input {
	width: 19px;
	height: 19px;
	margin: 1px 0 0;
	accent-color: var(--yl-teal);
}

.yl-form--compact .yl-form-row {
	align-items: end;
}

.yl-form--compact .yl-check {
	color: #5a6676;
	font-size: 11px;
}

.yl-honeypot {
	position: absolute !important;
	left: -10000px !important;
	overflow: hidden !important;
	width: 1px !important;
	height: 1px !important;
}

.yl-guardian-fields {
	margin: 20px 0;
	padding: 24px;
	border-left: 5px solid var(--yl-amber);
	border-radius: 12px;
	background: #fff7df;
}

.yl-guardian-fields h3 {
	margin-bottom: 18px;
	font-size: 22px;
}

.yl-form-status {
	margin-bottom: 22px;
	padding: 15px 18px;
	border-radius: 10px;
	font-size: 15px;
	font-weight: 750;
}

.yl-form-status--success {
	background: #dff5ea;
	color: #0b6648;
}

.yl-form-status--info {
	background: #e8f2ff;
	color: #174b83;
}

.yl-form-status--error {
	background: #fff0ed;
	color: #9c3029;
}

/* Inner pages */
.yl-page-hero {
	position: relative;
	overflow: hidden;
	padding-block: clamp(82px, 9vw, 142px);
	background:
		radial-gradient(circle at 85% 12%, rgba(255, 176, 0, 0.25), transparent 24%),
		radial-gradient(circle at 9% 88%, rgba(0, 166, 166, 0.2), transparent 22%),
		var(--yl-navy-deep);
	color: #fff;
}

.yl-page-hero h1 {
	max-width: 1000px;
	margin-bottom: 24px;
	color: #fff;
}

.yl-page-hero h1 span {
	color: var(--yl-amber);
}

.yl-page-hero p {
	max-width: 820px;
	margin: 0;
	color: rgba(255, 255, 255, 0.8);
	font-size: 21px;
}

.yl-page-hero__cta {
	margin-top: 30px;
}

.yl-contribute-strip {
	background: linear-gradient(135deg, var(--yl-navy-deep), var(--yl-navy));
	color: #fff;
}

.yl-contribute-strip__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 48px;
	align-items: center;
}

.yl-contribute-strip h2 {
	max-width: 900px;
	margin: 16px 0;
	color: #fff;
	font-size: clamp(36px, 4.4vw, 62px);
}

.yl-contribute-strip p {
	max-width: 800px;
	margin: 0;
	color: rgba(255, 255, 255, 0.78);
	font-size: 19px;
}

.yl-page-content,
.yl-archive-content {
	padding-block: clamp(72px, 8vw, 120px);
}

.yl-prose {
	width: min(820px, 100%);
	margin-inline: auto;
}

.yl-prose > * + * {
	margin-top: 1.3em;
}

.yl-prose h2 {
	margin-top: 1.8em;
	font-size: clamp(34px, 4vw, 52px);
}

.yl-prose h3 {
	margin-top: 1.5em;
	font-size: 29px;
}

.yl-prose a {
	color: var(--yl-teal-dark);
	font-weight: 700;
}

.yl-prose blockquote {
	margin: 2em 0;
	padding: 20px 28px;
	border-left: 6px solid var(--yl-coral);
	background: #fff0ed;
	font-size: 23px;
}

.yl-directory-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.yl-directory-grid .yl-story-card {
	display: grid;
	grid-template-rows: 230px auto;
}

.yl-directory-grid .yl-story-card__body {
	min-height: 290px;
	padding: 28px;
}

.yl-filter-panel {
	margin-bottom: 48px;
	padding: 26px;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 12px 42px rgba(8, 40, 77, 0.08);
}

.yl-filter-grid {
	display: grid;
	grid-template-columns: 1.2fr repeat(3, minmax(160px, 0.7fr)) auto;
	gap: 12px;
	align-items: end;
}

.yl-filter-grid .yl-field {
	margin: 0;
}

.yl-filter-grid .yl-button {
	min-height: 54px;
}

.yl-pagination {
	margin-top: 50px;
}

.yl-pagination .nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.yl-pagination .page-numbers {
	display: grid;
	width: 44px;
	height: 44px;
	place-items: center;
	border-radius: 50%;
	background: #fff;
	color: var(--yl-navy);
	font-weight: 800;
	text-decoration: none;
}

.yl-pagination .current {
	background: var(--yl-coral);
	color: #fff;
}

.yl-single-header {
	padding-block: clamp(72px, 8vw, 124px) 48px;
}

.yl-single-header .yl-label {
	font-size: 13px;
}

.yl-single-header h1 {
	max-width: 1140px;
	margin: 14px 0 25px;
	font-size: clamp(50px, 6vw, 88px);
}

.yl-single-featured {
	width: var(--yl-shell);
	max-height: 760px;
	margin: 0 auto clamp(50px, 6vw, 86px);
	overflow: hidden;
	border-radius: 26px;
	box-shadow: var(--yl-shadow);
}

.yl-single-featured img {
	width: 100%;
	height: auto;
	max-height: 760px;
	object-fit: cover;
}

.yl-article-layout {
	display: grid;
	grid-template-columns: minmax(0, 820px) 260px;
	gap: 82px;
	justify-content: center;
}

.yl-share-box {
	position: sticky;
	top: 30px;
	align-self: start;
	padding: 26px;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 12px 40px rgba(8, 40, 77, 0.08);
}

.yl-share-box h2 {
	margin-bottom: 18px;
	font-size: 22px;
}

.yl-share-links {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
}

.yl-share-links a,
.yl-social {
	display: grid;
	width: 45px;
	height: 45px;
	place-items: center;
	border-radius: 50%;
	background: var(--yl-navy);
	color: #fff;
	text-decoration: none;
}

.yl-share-links a:nth-child(2),
.yl-social--whatsapp {
	background: #149b5a;
}

.yl-share-links a:nth-child(3),
.yl-social--facebook {
	background: #1877f2;
}

.yl-share-links a:nth-child(4) {
	background: #111;
}

.yl-share-links .yl-svg,
.yl-social .yl-svg {
	width: 22px;
	height: 22px;
}

.yl-author-box,
.yl-article-cta {
	margin-top: 56px;
	padding: 34px;
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 10px 36px rgba(8, 40, 77, 0.07);
}

.yl-author-box h2,
.yl-article-cta h2 {
	margin-bottom: 15px;
	font-size: 31px;
}

.yl-comments {
	margin-top: 60px;
}

.yl-comments h2 {
	margin-bottom: 24px;
	font-size: 34px;
}

.comment-list {
	padding: 0;
	list-style: none;
}

.comment-list li {
	margin-bottom: 20px;
	padding: 24px;
	border: 1px solid var(--yl-line);
	border-radius: 16px;
	background: #fff;
}

.comment-form input,
.comment-form textarea {
	width: 100%;
	padding: 13px;
	border: 1.5px solid #b9c4ce;
	border-radius: 10px;
}

.comment-form .submit {
	width: auto;
	padding: 14px 22px;
	border: 0;
	border-radius: 999px;
	background: var(--yl-coral);
	color: #fff;
	font-weight: 850;
}

.yl-search-form {
	display: flex;
	gap: 10px;
}

.yl-search-form input {
	flex: 1;
}

.yl-search-form .yl-button {
	flex: 0 0 auto;
}

/* Footer */
.yl-site-footer {
	position: relative;
	overflow: hidden;
	padding-top: 92px;
	background: var(--yl-navy-ink);
	color: rgba(255, 255, 255, 0.76);
}

.yl-footer-weave {
	position: absolute;
	inset: 0 0 auto;
	height: 8px;
	background: linear-gradient(90deg, var(--yl-teal) 0 25%, var(--yl-amber) 25% 50%, var(--yl-coral) 50% 75%, var(--yl-violet) 75%);
}

.yl-footer-grid {
	display: grid;
	grid-template-columns: minmax(280px, 1.35fr) repeat(3, minmax(150px, 0.65fr));
	gap: clamp(42px, 5vw, 80px);
}

.yl-footer-logo-panel {
	display: inline-flex;
	margin-bottom: 26px;
	padding: 16px 20px;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 14px 40px rgba(0, 0, 0, 0.2);
}

.yl-brand--footer img {
	width: 190px;
}

.yl-footer-brand > p {
	max-width: 390px;
	font-size: 16px;
}

.yl-footer-column h2 {
	margin-bottom: 22px;
	color: #fff;
	font-size: 21px;
	letter-spacing: -0.02em;
}

.yl-footer-column ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.yl-footer-column li + li {
	margin-top: 11px;
}

.yl-footer-column a {
	color: rgba(255, 255, 255, 0.76);
	font-size: 15px;
	font-weight: 620;
	text-decoration: none;
}

.yl-footer-column a:hover {
	color: var(--yl-amber);
}

.yl-social-links {
	display: flex;
	margin-top: 24px;
	gap: 10px;
}

.yl-social {
	width: 46px;
	height: 46px;
	background: rgba(255, 255, 255, 0.1);
}

.yl-social--linkedin:hover {
	background: #0a66c2;
}

.yl-social--instagram:hover {
	background: #d93d82;
}

.yl-social--facebook:hover {
	background: #1877f2;
}

.yl-social--x:hover {
	background: #fff;
	color: #111;
}

.yl-footer-signup {
	display: grid;
	margin-top: 76px;
	padding: 42px;
	grid-template-columns: 0.78fr 1.22fr;
	gap: 50px;
	align-items: center;
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: 26px;
	background: rgba(255, 255, 255, 0.065);
}

.yl-footer-signup h2 {
	margin-bottom: 10px;
	color: #fff;
	font-size: 38px;
}

.yl-footer-signup h2 span {
	color: var(--yl-amber);
}

.yl-footer-signup p {
	margin: 0;
	font-size: 15px;
}

.yl-footer-signup .yl-field label,
.yl-footer-signup .yl-check {
	color: rgba(255, 255, 255, 0.77);
}

.yl-footer-signup .yl-check {
	margin-bottom: 0;
}

.yl-footer-legal {
	display: flex;
	margin-top: 64px;
	padding-block: 28px;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	color: rgba(255, 255, 255, 0.55);
	font-size: 12px;
}

.yl-footer-legal p {
	margin: 0;
}

.yl-footer-legal a {
	color: inherit;
	text-decoration: none;
}

@media (max-width: 1280px) {
	:root {
		--yl-shell: min(100% - 48px, 1240px);
	}

	.yl-header-inner {
		min-height: 136px;
	}

	.yl-brand img {
		width: 170px;
	}

	.yl-header-actions {
		gap: 13px;
	}

	.yl-nav-list,
	.yl-primary-nav > ul {
		gap: 15px;
	}

	.yl-nav-list a {
		font-size: 13.5px;
	}

	.yl-theme-card {
		padding-inline: 25px;
	}

	.yl-featured-grid {
		grid-template-columns: minmax(0, 1.35fr) minmax(335px, 0.85fr);
	}
}

@media (max-width: 1120px) {
	.yl-menu-toggle {
		display: inline-flex;
	}

	.yl-primary-nav {
		position: absolute;
		top: 100%;
		right: 24px;
		left: 24px;
		display: none;
		padding: 22px;
		border: 1px solid var(--yl-line);
		border-radius: 18px;
		background: #fff;
		box-shadow: var(--yl-shadow-strong);
	}

	.yl-primary-nav.is-open {
		display: block;
	}

	.yl-primary-nav .yl-nav-list,
	.yl-primary-nav > ul {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 4px 22px;
	}

	.yl-primary-nav .yl-nav-list a,
	.yl-primary-nav > ul a {
		padding: 15px 5px;
		font-size: 17px;
	}

	.yl-primary-nav .yl-nav-list a::after,
	.yl-primary-nav > ul a::after {
		bottom: 7px;
	}

	.yl-primary-nav .yl-has-submenu {
		grid-column: span 2;
	}

	.yl-primary-nav .yl-submenu {
		position: static;
		display: grid;
		width: auto;
		margin: 0 0 8px;
		padding: 8px 12px;
		transform: none;
		border: 0;
		border-left: 3px solid var(--yl-coral);
		border-radius: 0 12px 12px 0;
		background: var(--yl-ivory);
		box-shadow: none;
	}

	.yl-primary-nav .yl-submenu a {
		padding: 9px 10px;
		font-size: 14px;
	}

	.yl-contribute-strip__inner {
		grid-template-columns: 1fr;
	}

	.yl-theme-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.yl-card-grid--4,
	.yl-resource-types {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.yl-featured-grid {
		grid-template-columns: 1fr;
	}

	.yl-featured-side {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-template-rows: auto;
	}

	.yl-story-card--side {
		grid-template-columns: 1fr;
		grid-template-rows: 230px auto;
	}

	.yl-voices-layout,
	.yl-digest-layout {
		grid-template-columns: 1fr;
	}

	.yl-voices-content {
		max-width: 760px;
	}

	.yl-about-layout {
		grid-template-columns: 1fr 0.7fr;
	}

	.yl-footer-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.yl-filter-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 860px) {
	:root {
		--yl-shell: min(100% - 34px, 760px);
	}

	body {
		font-size: 17px;
	}

	.yl-topline .yl-shell {
		min-height: 62px;
	}

	.yl-topline p {
		font-size: 15px;
	}

	.yl-topline a {
		display: none;
	}

	.yl-header-inner {
		min-height: 118px;
	}

	.yl-brand img {
		width: 150px;
	}

	.yl-header-search {
		display: none;
	}

	.yl-header-actions {
		gap: 9px;
	}

	.yl-button--subscribe {
		min-height: 44px;
		padding-inline: 17px;
		font-size: 12px;
	}

	.yl-hero {
		min-height: 700px;
	}

	.yl-hero-media img {
		object-position: 60% center;
	}

	.yl-hero-overlay {
		background:
			linear-gradient(90deg, rgba(250, 244, 248, 0.96), rgba(250, 244, 248, 0.88) 68%, rgba(255, 249, 240, 0.42)),
			linear-gradient(0deg, rgba(255, 249, 240, 0.74), transparent 40%);
	}

	.yl-hero-inner {
		align-items: end;
		padding-block: 80px 120px;
	}

	.yl-hero-copy {
		width: 100%;
	}

	.yl-hero h1 {
		max-width: 740px;
		font-size: clamp(48px, 10vw, 70px);
	}

	.yl-pillars-grid,
	.yl-card-grid--3,
	.yl-directory-grid {
		grid-template-columns: 1fr;
	}

	.yl-pillar {
		min-height: 330px;
	}

	.yl-section-heading {
		display: block;
	}

	.yl-section-heading .yl-text-link {
		margin-top: 24px;
	}

	.yl-card-grid .yl-story-card,
	.yl-directory-grid .yl-story-card {
		grid-template-rows: 300px auto;
	}

	.yl-card-grid .yl-story-card__body,
	.yl-directory-grid .yl-story-card__body {
		min-height: 0;
	}

	.yl-about-layout {
		grid-template-columns: 1fr;
	}

	.yl-curator-card {
		max-width: 620px;
	}

	.yl-footer-signup {
		grid-template-columns: 1fr;
	}

	.yl-article-layout {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.yl-share-box {
		position: static;
	}
}

@media (max-width: 620px) {
	:root {
		--yl-shell: min(100% - 28px, 560px);
	}

	.yl-topline .yl-shell {
		min-height: 44px;
	}

	.yl-topline p {
		font-size: 12px;
		line-height: 1.25;
	}

	.yl-header-inner {
		min-height: 92px;
		gap: 10px;
	}

	.yl-brand img {
		width: 118px;
	}

	.yl-menu-toggle span {
		display: none;
	}

	.yl-menu-toggle .yl-svg {
		width: 28px;
		height: 28px;
	}

	.yl-button--subscribe {
		min-height: 42px;
		padding-inline: 14px;
		font-size: 11px;
		letter-spacing: 0.08em;
	}

	.yl-primary-nav .yl-nav-list,
	.yl-primary-nav > ul {
		grid-template-columns: 1fr;
	}

	.yl-hero {
		display: flex;
		min-height: 0;
		flex-direction: column;
	}

	.yl-hero-media {
		position: relative;
		inset: auto;
		z-index: 0;
		order: 1;
		width: 100%;
		height: clamp(238px, 67vw, 330px);
		background-color: #fff9f0;
		transform: none;
	}

	.yl-hero-media img {
		object-fit: cover;
		object-position: right center;
	}

	.yl-hero-overlay {
		position: absolute;
		inset: clamp(238px, 67vw, 330px) 0 0;
		z-index: -2;
		background:
			radial-gradient(circle at 8% 18%, rgba(179, 136, 219, 0.2), transparent 45%),
			linear-gradient(145deg, #fbf4f8 0%, #fff9f0 72%);
	}

	.yl-hero-inner {
		order: 2;
		min-height: 0;
		align-items: flex-start;
		padding-block: 42px 78px;
	}

	.yl-hero-kicker {
		margin-bottom: 18px;
		gap: 10px;
		font-size: 12px;
		letter-spacing: 0.13em;
	}

	.yl-hero-kicker span {
		width: 36px;
	}

	.yl-hero h1 {
		max-width: 520px;
		font-size: clamp(37px, 10.2vw, 46px);
		line-height: 1.04;
		letter-spacing: -0.045em;
	}

	.yl-hero-intro {
		margin: 24px 0 28px;
		max-width: 500px;
		font-size: 16px;
		line-height: 1.48;
	}

	.yl-featured--single .yl-story-card--lead {
		grid-template-columns: 1fr;
		grid-template-rows: 280px auto;
	}

	.yl-button-group {
		align-items: stretch;
	}

	.yl-button-group .yl-button {
		width: 100%;
	}

	.yl-hero-thread {
		z-index: 0;
	}

	.yl-pillars {
		margin-top: -38px;
	}

	.yl-pillar {
		min-height: 0;
		padding: 30px;
	}

	.yl-section {
		padding-block: 76px;
	}

	.yl-section-heading h2,
	.yl-page-hero h1 {
		font-size: clamp(40px, 12vw, 56px);
	}

	.yl-featured-side,
	.yl-theme-grid,
	.yl-card-grid--4,
	.yl-resource-types {
		grid-template-columns: 1fr;
	}

	.yl-story-card--lead {
		grid-template-rows: 260px auto;
	}

	.yl-story-card--lead .yl-story-card__body {
		padding: 28px;
	}

	.yl-story-card--lead h3 {
		font-size: 36px;
	}

	.yl-theme-card {
		min-height: 292px;
	}

	.yl-voices-intro h2,
	.yl-digest-copy h2 {
		font-size: clamp(42px, 12vw, 58px);
	}

	.yl-story-card--voice {
		grid-template-columns: 1fr;
		grid-template-rows: 220px auto;
	}

	.yl-voice-empty,
	.yl-digest-form,
	.yl-curator-card {
		padding: 30px;
	}

	.yl-curator-card__top {
		min-height: 74px;
		margin-bottom: 22px;
	}

	.yl-curator-icon {
		width: 62px;
		height: 62px;
	}

	.yl-curator-photo {
		width: 94px;
		height: 94px;
		flex-basis: 94px;
		border-width: 3px;
		border-radius: 24px;
	}

	.yl-digest-copy ul {
		grid-template-columns: 1fr;
	}

	.yl-form-row,
	.yl-search-form {
		display: block;
	}

	.yl-field--button .yl-button,
	.yl-search-form .yl-button {
		width: 100%;
	}

	.yl-footer-grid {
		grid-template-columns: 1fr;
	}

	.yl-footer-signup {
		padding: 30px;
	}

	.yl-footer-legal {
		display: block;
	}

	.yl-footer-legal p + p {
		margin-top: 12px;
	}

	.yl-filter-grid {
		grid-template-columns: 1fr;
	}
}

@media (prefers-reduced-motion: reduce) {
	* {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}
}

/* YouthLoom Conversations */
.yl-conversations-banner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
	margin: 0 0 46px;
	padding: 36px 40px;
	border-radius: 24px;
	background: linear-gradient(135deg, #102b46, #173d5b);
	color: #fff;
}
.yl-conversations-banner h2 { margin: 8px 0; color: #fff; font-size: clamp(30px, 4vw, 48px); }
.yl-conversations-banner p { margin: 0; color: rgba(255,255,255,.78); }
.yl-conversations-feature { background: #f5f0f6; }
.yl-conversations-feature__grid { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(0,.95fr); align-items: stretch; overflow: hidden; border-radius: 30px; background: #102b46; color: #fff; box-shadow: 0 24px 60px rgba(16,43,70,.14); }
.yl-conversations-feature__media { min-height: 430px; background: linear-gradient(145deg,#ef6f61,#efb64d); display:grid; place-items:center; overflow:hidden; }
.yl-conversations-feature__media img { width:100%; height:100%; object-fit:cover; }
.yl-conversations-feature__media .yl-svg { width:84px; height:84px; color:#fff; }
.yl-conversations-feature__copy { padding: clamp(38px,6vw,76px); align-self:center; }
.yl-conversations-feature__copy h2 { margin: 12px 0 18px; color:#fff; font-size:clamp(36px,5vw,60px); line-height:1.03; }
.yl-conversations-feature__copy > p { color:rgba(255,255,255,.78); font-size:18px; }
.yl-conversation-guest { margin:24px 0 !important; padding-left:18px; border-left:3px solid #efb64d; }
.yl-conversation-player { margin: 0 0 36px; overflow:hidden; border-radius:20px; background:#102b46; }
.yl-conversation-player iframe { display:block; width:100%; max-width:100%; min-height:420px; border:0; }
.yl-conversation-details { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; margin:0 0 38px; padding:22px; border-radius:16px; background:#f5f0f6; }
.yl-conversation-details p { margin:0; font-size:15px; }
.yl-format-key { display:flex; flex-wrap:wrap; gap:10px; margin-bottom:34px; }
.yl-format-key span { padding:9px 14px; border-radius:999px; background:#f5f0f6; color:#173d5b; font-size:12px; font-weight:800; letter-spacing:.06em; text-transform:uppercase; }
@media (max-width: 760px) {
	.yl-conversations-banner { display:block; padding:28px; }
	.yl-conversations-banner .yl-button { margin-top:24px; width:100%; }
	.yl-conversations-feature__grid { grid-template-columns:1fr; }
	.yl-conversations-feature__media { min-height:250px; }
	.yl-conversation-details { grid-template-columns:1fr; }
	.yl-conversation-player iframe { min-height:220px; }
}
