/* ==========================================================================
   Imagination Library Ventura County - Main Styles
   ========================================================================== */

:root {
	--ilvc-teal: #007299;
	--ilvc-teal-dark: #005f80;
	--ilvc-gray: #545454;
	--ilvc-gray-dark: #414042;
	--ilvc-red: #c40000;
	--ilvc-red-deep: #a40000;
	--ilvc-red-stripe: #c4271e;
	--ilvc-orange: #ff9119;
	--ilvc-orange-soft: #ff914d;
	--ilvc-blue-link: #004aad;
	--ilvc-cta-blue: #0077a8;
	--ilvc-green: #468052;
	--ilvc-white: #ffffff;
	--ilvc-offwhite: #f7fbfd;
	--ilvc-cream: #f3e6d4;
	--ilvc-footer-bar: #e8eef2;
	--ilvc-text: #414042;
	--ilvc-max: 1180px;
	--ilvc-logo-size: 220px;
	--ilvc-font-sans: "Source Sans 3", "Segoe UI", Tahoma, sans-serif;
	/* Live Canva uses rounded sans (Canva Sans), not a serif/cursive face */
	--ilvc-font-display: "Nunito", "Source Sans 3", "Segoe UI", sans-serif;
	--ilvc-font-serif: "Source Sans 3", "Segoe UI", Tahoma, sans-serif;
	--ilvc-radius: 12px;
	--ilvc-shadow: 0 12px 36px rgba(0, 30, 50, 0.22);
}

/* Reset Divi chrome that conflicts with custom templates */
.ilvc-site #et-main-area,
.ilvc-site #main-header,
.ilvc-site #main-footer,
.ilvc-site .et_pb_section {
	display: none !important;
}

.ilvc-site #page-container {
	padding-top: 0 !important;
	margin: 0 !important;
}

.ilvc-site,
.ilvc-site body,
body.ilvc-site {
	margin: 0;
	padding: 0;
	background: var(--ilvc-teal);
	color: var(--ilvc-text);
	font-family: var(--ilvc-font-sans);
	font-size: 18px;
	line-height: 1.55;
	-webkit-font-smoothing: antialiased;
}

.ilvc-page-bg {
	min-height: 100vh;
	background: var(--ilvc-teal);
	/* Top pad = fixed utility bar (~48px) + teal gap before card (~32px) */
	padding: calc(48px + 2rem) 1rem 2.5rem;
	box-sizing: border-box;
	overflow-x: clip;
}

/* Centered white card column */
.ilvc-site-frame {
	width: min(100%, var(--ilvc-max));
	max-width: var(--ilvc-max);
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}

.ilvc-site-frame {
	background: var(--ilvc-white);
	box-shadow: var(--ilvc-shadow);
	overflow: visible;
	/* Hard lock: nothing inside can paint outside the card */
	isolation: isolate;
}

.ilvc-site-frame *,
.ilvc-site-frame *::before,
.ilvc-site-frame *::after {
	box-sizing: border-box;
}

.ilvc-skip-link {
	position: absolute;
	left: -9999px;
	top: 0;
	background: #000;
	color: #fff;
	padding: 0.75rem 1rem;
	z-index: 10000;
}

.ilvc-skip-link:focus {
	left: 1rem;
	top: 1rem;
}

.ilvc-container {
	width: min(100% - 2rem, var(--ilvc-max));
	margin-inline: auto;
}

/* --------------------------------------------------------------------------
   Header — full-bleed utility above card (live: gap + drop shadow);
   red + grey ONLY inside .ilvc-site-frame
   -------------------------------------------------------------------------- */
.ilvc-utility-wrap {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	width: 100%;
	max-width: none;
	margin: 0;
	background: var(--ilvc-teal);
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
	box-sizing: border-box;
}

.ilvc-header {
	position: relative;
	z-index: 5;
	width: 100%;
	max-width: 100%;
	background: var(--ilvc-white);
	overflow: visible;
}

/* Never allow in-card header bars to go viewport-wide */
.ilvc-red-stripe,
.ilvc-action-bar {
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
	left: auto !important;
	right: auto !important;
	position: relative !important;
}

.ilvc-utility-bar {
	width: 100%;
	background: var(--ilvc-teal);
	min-height: 48px;
}

.ilvc-utility-inner {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: min(100% - 2rem, var(--ilvc-max));
	max-width: var(--ilvc-max);
	min-height: 48px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding: 0 1.35rem;
	box-sizing: border-box;
}

.ilvc-utility-menu {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem 1.15rem;
	list-style: none;
	margin: 0;
	padding: 0.4rem 0;
	justify-content: flex-end;
}

.ilvc-utility-menu a {
	color: var(--ilvc-white);
	text-decoration: none;
	font-size: 0.92rem;
	font-weight: 500;
	letter-spacing: 0.01em;
	transition: opacity 0.2s ease;
	white-space: nowrap;
}

.ilvc-utility-menu a:hover,
.ilvc-utility-menu .current-menu-item > a {
	opacity: 1;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.ilvc-red-stripe {
	height: 14px;
	background: var(--ilvc-red-stripe);
}

/* Grey CTA bar — matches live: card-width only, logo overlap + left pad */
.ilvc-action-bar {
	position: relative;
	background: var(--ilvc-gray);
	min-height: 72px;
	z-index: 2;
}

.ilvc-action-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	min-height: 68px;
	padding: 0.55rem 1.15rem 0.55rem 16.5rem;
}

.ilvc-tagline {
	margin: 0;
	flex: 1 1 auto;
	color: var(--ilvc-white);
	font-weight: 700;
	font-size: clamp(0.95rem, 1.4vw, 1.2rem);
	text-transform: uppercase;
	letter-spacing: 0.03em;
	line-height: 1.2;
	white-space: nowrap;
}

.ilvc-cta-menu {
	display: flex;
	flex-wrap: nowrap;
	gap: 0.5rem;
	list-style: none;
	margin: 0;
	padding: 0;
	flex: 0 0 auto;
}

.ilvc-cta-menu a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 92px;
	padding: 0.55rem 1rem;
	border-radius: 10px;
	background: var(--ilvc-cta-blue);
	color: var(--ilvc-white) !important;
	font-weight: 700;
	font-size: 1rem;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	box-shadow: 0 2px 0 rgba(0, 0, 0, 0.18);
	transition: transform 0.18s ease, filter 0.18s ease, background 0.18s ease;
	white-space: nowrap;
}

.ilvc-cta-menu a:hover {
	transform: translateY(-1px);
	filter: brightness(1.08);
	text-decoration: none;
}

.ilvc-cta-menu .menu-item-donate > a,
.ilvc-cta-menu li:first-child > a {
	background: var(--ilvc-red);
}

.ilvc-brand-row {
	position: relative;
	height: 0;
	z-index: 8;
}

.ilvc-logo {
	position: absolute;
	left: 1.25rem;
	/* Vertically center between red stripe (top) and intro orange border (bottom) */
	top: -62px;
	width: var(--ilvc-logo-size);
	height: var(--ilvc-logo-size);
	max-width: none !important;
	border-radius: 0;
	overflow: visible;
	background: transparent;
	box-shadow: none !important;
	filter: none;
	border: 0;
	z-index: 9;
	transition: transform 0.25s ease;
}

.ilvc-logo:hover {
	transform: scale(1.02);
}

.ilvc-logo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	background: transparent;
	box-shadow: none !important;
	filter: none;
}

.ilvc-nav-toggle {
	display: none;
	flex-direction: column;
	justify-content: center;
	gap: 5px;
	width: 42px;
	height: 42px;
	border: 0;
	background: transparent;
	cursor: pointer;
	padding: 8px;
	margin-right: auto;
}

.ilvc-nav-toggle span {
	display: block;
	height: 3px;
	width: 100%;
	background: var(--ilvc-white);
	border-radius: 2px;
	transition: transform 0.2s ease, opacity 0.2s ease;
}

body.ilvc-nav-open .ilvc-nav-toggle span:nth-child(1) {
	transform: translateY(8px) rotate(45deg);
}

body.ilvc-nav-open .ilvc-nav-toggle span:nth-child(2) {
	opacity: 0;
}

body.ilvc-nav-open .ilvc-nav-toggle span:nth-child(3) {
	transform: translateY(-8px) rotate(-45deg);
}

/* --------------------------------------------------------------------------
   Shared content shell
   -------------------------------------------------------------------------- */
.ilvc-main {
	position: relative;
	z-index: 1;
	background: var(--ilvc-white);
}

.ilvc-shell {
	background: var(--ilvc-white);
	width: 100%;
	max-width: 100%;
	margin: 0;
	overflow: visible;
	box-sizing: border-box;
}

.ilvc-content-pad {
	padding: 2.5rem 2rem 3rem;
}

.ilvc-red {
	color: var(--ilvc-red-deep);
}

.ilvc-green {
	color: var(--ilvc-green);
}

.ilvc-eyebrow {
	margin: 0 0 0.35rem;
	color: var(--ilvc-orange);
	font-weight: 700;
	font-size: 1.55rem;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.ilvc-serif-title {
	margin: 0 0 1.25rem;
	font-family: var(--ilvc-font-serif);
	font-size: clamp(1.6rem, 2.5vw, 2.15rem);
	line-height: 1.25;
	color: var(--ilvc-red-deep);
	font-weight: 700;
}

.ilvc-section-heading {
	margin: 1.5rem 0 0.65rem;
	color: var(--ilvc-blue-link);
	font-size: 1.15rem;
	font-weight: 700;
}

.ilvc-quote-red {
	color: #545454;
	font-family: var(--ilvc-font-sans);
	font-size: 1.1rem;
	font-style: italic;
	font-weight: 700;
	line-height: 1.5;
}

.ilvc-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 130px;
	padding: 0.75rem 1.45rem;
	border-radius: 999px;
	color: var(--ilvc-white) !important;
	font-weight: 700;
	font-size: 1.2rem;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	box-shadow: 0 3px 0 rgba(0, 0, 0, 0.12);
	transition: transform 0.18s ease, filter 0.18s ease;
}

.ilvc-btn:hover {
	transform: translateY(-2px);
	filter: brightness(1.08);
	text-decoration: none;
}

.ilvc-btn-red {
	background: var(--ilvc-red);
}

.ilvc-btn-teal {
	background: var(--ilvc-cta-blue);
}

.ilvc-btn-orange {
	background: var(--ilvc-orange);
}

.ilvc-partner-label {
	margin: 0 0 0.35rem;
	color: #004aad;
	font-weight: 700;
	font-style: italic;
	font-size: 1.05rem;
	line-height: 1.2;
}

.ilvc-partner-logos {
	display: flex;
	flex-wrap: nowrap;
	gap: 0.75rem;
	align-items: center;
	justify-content: flex-end;
}

.ilvc-partner-logos img {
	width: auto;
	object-fit: contain;
}

.ilvc-partner-vclf {
	max-height: 100px;
}

.ilvc-partner-ca {
	max-height: 114px;
}

.ilvc-list {
	margin: 0 0 1rem;
	padding-left: 1.2rem;
}

.ilvc-list li {
	margin-bottom: 0.35rem;
}

.ilvc-info-block {
	margin: 1.25rem 0;
	padding: 1rem 1.15rem;
	background: var(--ilvc-offwhite);
	border-left: 4px solid var(--ilvc-teal);
}

.ilvc-info-block p {
	margin: 0.35rem 0;
}

a {
	color: var(--ilvc-blue-link);
}

a:hover {
	text-decoration: underline;
}

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

/* --------------------------------------------------------------------------
   Homepage — match live Canva layout
   -------------------------------------------------------------------------- */
.ilvc-home-shell {
	border-left: 14px solid var(--ilvc-orange);
}

.ilvc-home-intro {
	padding: 1.15rem 1.5rem 1.25rem 16.5rem;
	background: var(--ilvc-white);
	border-bottom: 4px solid var(--ilvc-orange);
	position: relative;
	z-index: 4;
}

.ilvc-home-intro-grid {
	display: grid;
	grid-template-columns: 1.35fr 0.9fr;
	gap: 1rem 1.75rem;
	align-items: center;
	min-height: 7.5rem;
}

.ilvc-home-intro-copy p {
	margin: 0;
	font-size: clamp(1.05rem, 1.45vw, 1.17rem);
	line-height: 1.45;
	color: #545454;
	max-width: 34rem;
	font-weight: 400;
}

.ilvc-home-intro-copy .ilvc-red {
	color: #c40000;
	font-weight: 700;
}

.ilvc-home-partners {
	text-align: right;
	justify-self: end;
}

/* Dolly leans on the teal mission bar; image bar Y ≈ 54.7% of asset height */
.ilvc-home-dolly-stage {
	position: relative;
	overflow: visible;
	background: var(--ilvc-white);
}

.ilvc-hero {
	position: relative;
	display: flex;
	align-items: center;
	padding: 0;
	background: var(--ilvc-white);
	overflow: visible;
	min-height: 20rem;
	z-index: 2;
}

.ilvc-hero-grid {
	display: flex;
	align-items: center;
	position: relative;
	width: 100%;
	padding: 1.75rem 1.25rem 1.75rem 1.75rem;
	box-sizing: border-box;
}

.ilvc-hero-content {
	position: relative;
	z-index: 2;
	padding: 0;
	padding-left: 50px; /* desktop only; cleared under 960px */
	padding-top: 40px !important;
	padding-bottom: 40px !important;
	max-width: min(32rem, 46%);
	margin: 0;
}

.ilvc-hero-title {
	margin: 0 0 1.1rem;
	line-height: 1.05;
}

.ilvc-hero-line {
	display: block;
	color: #007299;
	font-family: var(--ilvc-font-display);
	font-size: 50px;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 0.02em;
	line-height: 1.1;
	text-transform: uppercase;
}

.ilvc-hero-brand {
	display: block;
	margin: 0.15rem 0 0;
	color: #a40000;
	font-family: var(--ilvc-font-display);
	font-size: 50px;
	font-weight: 700;
	font-style: italic;
	line-height: 1.15;
}

.ilvc-hero-brand-line {
	display: block;
}

.ilvc-hero-sub {
	display: block;
	margin-top: 0.15rem;
	font-family: var(--ilvc-font-display);
	font-size: 50px;
	font-weight: 700;
	font-style: italic;
	line-height: 1.15;
}

.ilvc-hero-to {
	color: #007299;
	font-family: var(--ilvc-font-display);
	font-style: italic;
	font-weight: 700;
}

.ilvc-hero-place {
	color: #a40000;
	font-family: var(--ilvc-font-display);
	font-style: italic;
	font-weight: 700;
}

.ilvc-hero-ctas {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem 0.85rem;
	margin: 0;
}

/* Live hero buttons: rounded rectangle + 3D bottom edge (not pills) */
.ilvc-hero-ctas .ilvc-btn {
	min-width: 128px;
	padding: 0.6rem 1.5rem 0.65rem;
	border-radius: 10px;
	border: 1px solid rgba(0, 0, 0, 0.22);
	font-size: 1.35rem;
	letter-spacing: 0.03em;
	text-transform: none;
	box-shadow: 0 3px 0 rgba(0, 0, 0, 0.28);
}

.ilvc-hero-ctas .ilvc-btn-red {
	background: #c40000;
	box-shadow: 0 3px 0 #8a0000;
	border-color: #8a0000;
}

.ilvc-hero-ctas .ilvc-btn-teal {
	background: #007299;
	box-shadow: 0 3px 0 #005570;
	border-color: #005570;
}

.ilvc-hero-ctas .ilvc-btn-orange {
	background: #f58220;
	box-shadow: 0 3px 0 #c45f0a;
	border-color: #c45f0a;
}

.ilvc-hero-media {
	/* Unedited cutout; CSS teal border is the lean shelf (elbow ~y 580/980). */
	position: absolute;
	right: 0;
	top: -456px;
	margin: 0;
	width: min(48vw, 500px);
	max-width: 500px;
	z-index: 5;
	pointer-events: none;
}

.ilvc-hero-media img {
	width: 100%;
	height: auto;
	display: block;
	margin-left: auto;
	object-fit: contain;
	object-position: top right;
	pointer-events: auto;
}

.ilvc-home-mission {
	border-top: 12px solid var(--ilvc-teal); /* match live lean-bar thickness */
	padding: 0.9rem 1.5rem 0.55rem 1.75rem;
	padding-right: min(46%, 28rem);
	background: var(--ilvc-white);
	position: relative;
	z-index: 3;
	min-height: 14rem;
	overflow: visible;
}

.ilvc-mission-inner {
	display: block;
}

.ilvc-mission-copy {
	position: relative;
	z-index: 3;
	max-width: 42rem;
}

/* Match live Canva mission copy: bold italic sans, gray body, #a40000 accents */
.ilvc-quote-red,
.ilvc-funding {
	margin: 0;
	max-width: 42rem;
	color: #545454;
	font-family: var(--ilvc-font-sans);
	font-size: clamp(1.35rem, 2.35vw, 1.7rem);
	font-style: italic;
	font-weight: 700;
	line-height: 1.28;
}

.ilvc-quote-red {
	margin: 0 0 0.85rem;
}

.ilvc-quote-red .ilvc-red,
.ilvc-funding .ilvc-red {
	color: #a40000;
	font-style: italic;
	font-weight: 700;
}

.ilvc-funding {
	margin: 0;
}

.ilvc-dolly-signature {
	/* Live Canva: signature left of Dolly's body, below lean bar, tilted */
	position: absolute;
	right: 18.5rem;
	top: 8rem;
	margin: 0;
	z-index: 6;
	transform: rotate(-20deg);
	transform-origin: center center;
	pointer-events: none;
}

.ilvc-dolly-signature img {
	display: block;
	width: 190px;
	height: auto;
}

.ilvc-goal-banner {
	position: relative;
	z-index: 3;
	background: var(--ilvc-orange);
	color: var(--ilvc-white);
	text-align: center;
	padding: 0.72rem 1rem;
}

.ilvc-goal-banner p {
	margin: 0;
	font-size: clamp(1.2rem, 2.1vw, 1.55rem);
	font-weight: 700;
	font-style: italic;
	letter-spacing: 0.01em;
}

/* Cream section sits above Dolly so California text never overlaps her */
.ilvc-books {
	position: relative;
	z-index: 5;
	background: var(--ilvc-cream);
	padding: 0.15rem 1.75rem 1.35rem 1.5rem;
	overflow: visible; /* Abuela peeks into the orange goal bar above */
}

.ilvc-books-inner {
	display: grid;
	grid-template-columns: minmax(0, 1.75fr) minmax(200px, 0.55fr);
	gap: 0.75rem 1.5rem;
	align-items: center;
}

.ilvc-books-covers {
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	gap: 1.35rem;
	min-height: 255px;
	padding: 0.15rem 0.5rem 0.1rem 1.25rem;
	overflow: visible;
}

.ilvc-book {
	position: relative;
	width: auto;
	max-height: 220px;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.22);
	border-radius: 2px;
	flex: 0 0 auto;
}

/* Live: Abuela sits highest and overlaps the orange goal bar */
.ilvc-book-1 {
	transform: rotate(-20deg);
	max-height: 240px;
	top: -3.85rem;
	z-index: 6;
}

.ilvc-book-2 {
	transform: rotate(10deg);
	max-height: 214px;
	margin-left: 0;
	top: 0.35rem;
	z-index: 2;
}

.ilvc-book-3 {
	transform: rotate(-8.5deg);
	max-height: 220px;
	margin-left: 0;
	top: -0.15rem;
	z-index: 3;
}

.ilvc-book-4 {
	transform: rotate(10deg);
	max-height: 226px;
	margin-left: 0;
	top: 0.55rem;
	z-index: 4;
}

.ilvc-books-copy {
	justify-self: end;
	align-self: center;
	width: 12.5rem;
	max-width: 13rem;
	padding: 0 1.75rem 0 0.5rem;
	margin: 0.15rem 0.25rem 0 0;
	text-align: left;
	position: relative;
	z-index: 5;
}

.ilvc-books-copy p {
	margin: 0;
	color: #c40000; /* live Canva books copy */
	font-family: "Times New Roman", Times, Georgia, serif;
	font-size: clamp(1.4rem, 2.05vw, 1.7rem); /* ~27px live */
	font-style: italic;
	font-weight: 400;
	line-height: 1.15;
}

.ilvc-books-copy em {
	font-style: italic;
	font-weight: 400;
	color: inherit;
}

.ilvc-sponsors {
	position: relative;
	z-index: 5;
	background: #e8eef2;
	padding: 1.2rem 1.75rem 1.3rem;
}

.ilvc-sponsors-inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-evenly;
	gap: 0.85rem 1.5rem;
	max-width: 1040px;
	margin: 0 auto;
}

.ilvc-sponsor-logo {
	display: block;
	width: auto;
	max-height: 112px;
	object-fit: contain;
}

.ilvc-sponsor-wide {
	max-height: 96px;
}

/* --------------------------------------------------------------------------
   About — match live Canva /about
   -------------------------------------------------------------------------- */
.ilvc-about-shell {
	overflow: visible;
}

.ilvc-about-accent {
	height: 30px;
	background: var(--ilvc-teal);
	width: 100%;
}

.ilvc-about-grid {
	display: grid;
	grid-template-columns: minmax(260px, 0.95fr) minmax(0, 2fr);
	gap: 1.5rem 1.75rem;
	padding: 1.35rem 1.75rem 2rem 1.15rem;
	align-items: start;
}

.ilvc-about-sidebar {
	display: grid;
	gap: 0.85rem;
	align-content: start;
}

.ilvc-about-sidebar-media {
	display: grid;
	grid-template-columns: 1.35fr 0.85fr;
	gap: 0.35rem;
	align-items: end;
	/* Clear overlapping header logo (live spacing) */
	margin-top: 9.5rem;
}

.ilvc-about-photo {
	margin: 0;
}

.ilvc-about-photo img,
.ilvc-about-sidebar-logo img {
	display: block;
	width: 100%;
	height: auto;
}

.ilvc-about-sidebar-logo img {
	max-width: 140px;
	margin: 0 auto;
}

.ilvc-red-box {
	background: #c40000;
	color: var(--ilvc-white);
	padding: 1.35rem 1.2rem 1.5rem;
}

.ilvc-red-box h2 {
	margin: 0 0 0.65rem;
	font-family: var(--ilvc-font-display);
	font-size: clamp(1.35rem, 1.9vw, 1.7rem);
	line-height: 1.2;
	font-weight: 700;
	color: var(--ilvc-white);
}

.ilvc-red-box-rule {
	border: 0;
	border-top: 2px solid rgba(255, 255, 255, 0.95);
	margin: 0 0 1rem;
	width: 100%;
}

.ilvc-red-box p {
	margin: 0 0 1rem;
	font-family: var(--ilvc-font-display);
	font-size: clamp(1.05rem, 1.45vw, 1.35rem);
	line-height: 1.35;
	font-weight: 700;
}

.ilvc-red-box p:last-child {
	margin-bottom: 0;
}

.ilvc-about-underscore {
	margin: 0.75rem 0 0 !important;
	letter-spacing: 0.02em;
	font-weight: 400 !important;
	line-height: 1 !important;
	overflow: hidden;
	white-space: nowrap;
}

.ilvc-about-underscore--dark {
	color: #222;
	margin: 1.25rem 0 !important;
	font-size: 1rem;
}

.ilvc-about-books {
	position: relative;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0.65rem 0.5rem;
	justify-items: center;
	padding: 0.75rem 0.35rem 1.25rem;
	min-height: 12rem;
}

.ilvc-about-book {
	width: auto;
	max-width: 100%;
	max-height: 11.5rem;
	object-fit: contain;
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
	border-radius: 2px;
}

.ilvc-about-book-1 {
	transform: rotate(-8deg);
	z-index: 1;
}

.ilvc-about-book-2 {
	transform: rotate(5deg);
	margin-top: 1.25rem;
	z-index: 2;
}

.ilvc-about-book-3 {
	transform: rotate(-4deg);
	margin-top: -0.75rem;
	z-index: 3;
}

.ilvc-about-book-4 {
	transform: rotate(7deg);
	margin-top: 0.35rem;
	z-index: 4;
}

.ilvc-about-main {
	padding-top: 0.35rem;
	color: #222;
}

.ilvc-about-main .ilvc-eyebrow {
	font-family: var(--ilvc-font-display);
	font-size: clamp(1.7rem, 2.6vw, 2.2rem);
	letter-spacing: 0.02em;
	margin-bottom: 0.45rem;
}

.ilvc-about-title {
	margin: 0 0 1.1rem;
	font-family: var(--ilvc-font-display);
	font-size: clamp(1.45rem, 2.2vw, 1.85rem);
	line-height: 1.25;
	color: var(--ilvc-red-deep);
	font-weight: 700;
}

.ilvc-about-lead,
.ilvc-about-body {
	margin: 0 0 1.15rem;
	font-family: var(--ilvc-font-display);
	font-size: clamp(1.15rem, 1.7vw, 1.5rem);
	line-height: 1.4;
	color: #222;
}

.ilvc-about-lead .ilvc-red {
	color: var(--ilvc-red-deep);
	font-weight: 700;
}

.ilvc-about-partners {
	margin: 0 0 1.35rem;
}

.ilvc-about-partner-logos {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.85rem 1.1rem;
	margin-top: 0.35rem;
}

.ilvc-about-partner-logos img {
	display: block;
	width: auto;
	height: auto;
	max-height: 96px;
	max-width: 220px;
	object-fit: contain;
}

.ilvc-about-partner-ca {
	max-height: 118px !important;
	max-width: 118px !important;
	background: #000;
}

.ilvc-about-vclf-meta,
.ilvc-about-general {
	margin: 1.15rem 0 1.35rem;
}

.ilvc-about-vclf-meta p,
.ilvc-about-general p {
	margin: 0.2rem 0;
	font-family: var(--ilvc-font-display);
	font-size: clamp(1.05rem, 1.5vw, 1.35rem);
	line-height: 1.4;
}

.ilvc-about-heading {
	margin: 1.35rem 0 0.55rem;
	color: var(--ilvc-red-deep);
	font-family: var(--ilvc-font-display);
	font-size: clamp(1.1rem, 1.55vw, 1.4rem);
	font-weight: 700;
	line-height: 1.3;
}

.ilvc-about-list {
	margin: 0 0 0.75rem;
	padding: 0;
	list-style: none;
}

.ilvc-about-list li {
	margin: 0 0 0.35rem;
	font-family: var(--ilvc-font-display);
	font-size: clamp(1.05rem, 1.5vw, 1.35rem);
	line-height: 1.4;
	color: #222;
}

.ilvc-about-two-col {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1rem 1.5rem;
}

.ilvc-about-logo-bar {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-evenly;
	gap: 0.75rem 1.25rem;
	padding: 1.15rem 1.25rem 1.35rem;
	background: #e8f1f6;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.ilvc-about-logo-bar img {
	display: block;
	width: auto;
	height: auto;
	max-height: 110px;
	max-width: 160px;
	object-fit: contain;
}

.ilvc-about-logo-bar-ca {
	max-height: 100px !important;
	max-width: 100px !important;
	background: #000;
}

.ilvc-two-col-lists {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1rem;
}

/* --------------------------------------------------------------------------
   Donate — match live Canva /donate
   -------------------------------------------------------------------------- */
.ilvc-donate-shell {
	overflow: visible;
}

.ilvc-donate-accent {
	height: 30px;
	background: var(--ilvc-teal);
	width: 100%;
}

.ilvc-donate-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(220px, 0.75fr);
	gap: 1rem 1.5rem;
	align-items: start;
	padding: 1.25rem 2rem 1rem 16.5rem;
}

.ilvc-donate-eyebrow {
	font-family: var(--ilvc-font-display);
	font-size: clamp(2rem, 3.2vw, 2.5rem);
	font-weight: 700;
	letter-spacing: 0.02em;
	margin: 0 0 0.65rem;
}

.ilvc-donate-lead {
	margin: 0;
	color: var(--ilvc-red-deep);
	font-family: var(--ilvc-font-display);
	font-size: clamp(1.35rem, 2.2vw, 1.85rem);
	font-weight: 700;
	font-style: italic;
	line-height: 1.3;
}

.ilvc-donate-lead em {
	font-style: italic;
	font-weight: 700;
}

.ilvc-donate-hero-photo {
	margin: 0;
	justify-self: end;
}

.ilvc-donate-hero-photo img {
	display: block;
	width: min(100%, 273px);
	height: auto;
}

.ilvc-donate-box {
	display: grid;
	grid-template-columns: minmax(280px, 0.95fr) minmax(0, 1.25fr);
	margin: 0.5rem 2.5rem 1.5rem;
	border: 14px solid var(--ilvc-orange);
	background: var(--ilvc-white);
	overflow: hidden;
}

.ilvc-donate-box-left {
	background: #e3f2f9;
	padding: 1.15rem 1rem 1.35rem 1.15rem;
	border-right: 10px solid var(--ilvc-orange);
}

.ilvc-donate-box-right {
	padding: 1.15rem 1.25rem 1.35rem;
	background: var(--ilvc-white);
}

.ilvc-donate-status {
	margin: 0 0 0.45rem;
	color: #cf4000;
	font-family: var(--ilvc-font-display);
	font-size: clamp(0.95rem, 1.25vw, 1.1rem);
	font-weight: 700;
	line-height: 1.3;
	text-align: center;
}

.ilvc-donate-launch {
	margin: 0 0 0.85rem;
	color: var(--ilvc-green);
	font-family: var(--ilvc-font-display);
	font-size: 1.05rem;
	font-weight: 700;
	text-align: center;
}

.ilvc-thermometer {
	display: grid;
	grid-template-columns: auto 54px minmax(0, 1fr);
	gap: 0.45rem 0.65rem;
	align-items: stretch;
	min-height: 16rem;
	margin: 0 0 1rem;
}

.ilvc-thermometer-scale {
	list-style: none;
	margin: 0;
	padding: 0.35rem 0 1.75rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	color: #111;
	font-weight: 700;
	font-size: 0.92rem;
	line-height: 1;
	text-align: right;
}

.ilvc-thermometer-graphic {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-bottom: 0.35rem;
}

.ilvc-thermometer-tube {
	position: relative;
	flex: 1 1 auto;
	width: 28px;
	background: #fff;
	border: 3px solid #8aa0aa;
	border-radius: 999px 999px 0 0;
	overflow: hidden;
	min-height: 12rem;
	z-index: 1;
}

.ilvc-thermometer-fill {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: #00bf63;
	border-radius: 0;
	transition: height 1s ease;
}

.ilvc-thermometer-bulb {
	width: 46px;
	height: 46px;
	margin-top: -10px;
	background: #00bf63;
	border: 3px solid #8aa0aa;
	border-radius: 50%;
	z-index: 2;
	box-shadow: inset 0 0 0 4px #fff;
}

.ilvc-thermometer-current {
	align-self: center;
	padding-top: 3.5rem;
	font-family: var(--ilvc-font-display);
	font-size: 0.95rem;
	line-height: 1.25;
	color: #111;
}

.ilvc-thermometer-current p {
	margin: 0;
}

.ilvc-thermometer-amount {
	font-size: 1.35rem;
	font-weight: 700;
	color: #111;
}

.ilvc-donate-honorable h2 {
	margin: 0 0 0.4rem;
	color: #004aad;
	font-family: var(--ilvc-font-display);
	font-size: 1.05rem;
	font-weight: 700;
}

.ilvc-donate-honorable ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ilvc-donate-honorable li {
	margin: 0 0 0.2rem;
	font-size: 0.95rem;
	line-height: 1.3;
	color: #111;
}

.ilvc-donate-kids-heading {
	margin: 0 0 0.85rem;
	color: var(--ilvc-green);
	font-family: var(--ilvc-font-display);
	font-size: clamp(1.35rem, 2vw, 1.75rem);
	font-weight: 700;
	line-height: 1.2;
}

.ilvc-donate-method-label {
	margin: 0 0 0.4rem;
	color: var(--ilvc-teal);
	font-family: var(--ilvc-font-display);
	font-size: 1.2rem;
	font-weight: 700;
}

.ilvc-donate-method-label a {
	color: var(--ilvc-teal);
	text-decoration: underline;
	text-underline-offset: 2px;
}

.ilvc-donate-check,
.ilvc-donate-online {
	margin: 0 0 1rem;
}

.ilvc-donate-check p,
.ilvc-donate-online-copy p {
	margin: 0 0 0.3rem;
	font-size: 1rem;
	line-height: 1.35;
	color: #333;
}

.ilvc-donate-label {
	color: #545454;
	font-weight: 700;
}

.ilvc-donate-green {
	color: var(--ilvc-green) !important;
	font-weight: 700;
}

.ilvc-donate-mail {
	margin-left: 0.15rem;
}

.ilvc-donate-online {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 0.75rem 1rem;
	align-items: start;
}

.ilvc-qr {
	margin: 0;
	max-width: 130px;
}

.ilvc-qr img {
	display: block;
	width: 130px;
	height: auto;
}

.ilvc-donate-goal-line {
	margin: 0.85rem 0 0.35rem;
	color: #545454;
	font-size: 1.05rem;
}

.ilvc-donate-thanks-line {
	margin: 0 0 0.45rem;
	color: var(--ilvc-teal);
	font-family: var(--ilvc-font-display);
	font-size: 1.1rem;
	font-weight: 700;
}

.ilvc-donate-tax {
	margin: 0;
	color: #111;
	font-size: 1.05rem;
	line-height: 1.35;
}

.ilvc-donate-quote {
	margin: 0 2.5rem 1.35rem;
	padding: 1rem 1.35rem 1.15rem;
	background: #c4c4c4;
	border: 0;
}

.ilvc-donate-quote p {
	margin: 0 0 0.55rem;
	font-family: var(--ilvc-font-display);
	font-size: 1.05rem;
	font-style: italic;
	line-height: 1.4;
	color: #111;
}

.ilvc-donate-quote cite {
	display: block;
	text-align: right;
	font-style: normal;
	font-weight: 700;
	font-size: 1rem;
	color: #111;
}

.ilvc-donate-vclf {
	display: grid;
	grid-template-columns: 160px minmax(0, 1fr);
	gap: 1rem 1.35rem;
	align-items: start;
	padding: 0.25rem 2.5rem 1.5rem;
}

.ilvc-donate-vclf-logo {
	margin: 0;
}

.ilvc-donate-vclf-logo img {
	display: block;
	width: 100%;
	max-width: 154px;
	height: auto;
}

.ilvc-donate-vclf-copy {
	color: #545454;
	font-family: var(--ilvc-font-display);
	font-size: clamp(1.05rem, 1.5vw, 1.35rem);
	line-height: 1.4;
}

.ilvc-donate-vclf-copy p {
	margin: 0 0 0.75rem;
}

.ilvc-donate-vclf-copy strong {
	color: #333;
}

.ilvc-donate-phases {
	display: grid;
	grid-template-columns: 140px minmax(0, 1fr);
	gap: 0.75rem 1.25rem;
	padding: 0.5rem 2.5rem 1.75rem;
}

.ilvc-donate-phases-label {
	margin: 0.15rem 0 0;
	color: var(--ilvc-teal);
	font-family: var(--ilvc-font-display);
	font-size: clamp(1.25rem, 1.9vw, 1.65rem);
	font-weight: 700;
	letter-spacing: 0.02em;
}

.ilvc-donate-phases-body .ilvc-phase {
	margin: 0 0 1.25rem;
}

.ilvc-donate-phases-body h2 {
	margin: 0 0 0.45rem;
	color: var(--ilvc-teal);
	font-family: var(--ilvc-font-display);
	font-size: clamp(1.25rem, 1.9vw, 1.65rem);
	font-weight: 700;
}

.ilvc-donate-phases-body p,
.ilvc-donate-phases-body li {
	margin: 0 0 0.55rem;
	font-family: var(--ilvc-font-display);
	font-size: clamp(1.05rem, 1.45vw, 1.25rem);
	line-height: 1.4;
	color: #333;
}

.ilvc-donate-phases-body ul {
	margin: 0.5rem 0 0;
	padding: 0;
	list-style: none;
}

.ilvc-donate-phases-body li {
	margin-bottom: 0.75rem;
}

.ilvc-donate-logo-bar {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-evenly;
	gap: 0.75rem 1.25rem;
	padding: 1.15rem 1.25rem 1.35rem;
	background: #e8f1f6;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.ilvc-donate-logo-bar img {
	display: block;
	width: auto;
	height: auto;
	max-height: 110px;
	max-width: 160px;
	object-fit: contain;
}

.ilvc-donate-logo-bar-ca {
	max-height: 100px !important;
	max-width: 100px !important;
	background: #000;
}

.ilvc-blockquote {
	margin: 1.25rem 0;
	padding: 1rem 1.15rem;
	border-left: 4px solid var(--ilvc-orange);
	background: #fffaf3;
	font-family: var(--ilvc-font-serif);
}

.ilvc-blockquote cite {
	display: block;
	margin-top: 0.65rem;
	font-style: normal;
	font-family: var(--ilvc-font-sans);
	font-weight: 600;
	color: var(--ilvc-gray);
}

.ilvc-phases {
	margin-top: 1.5rem;
	padding-top: 1rem;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
}

/* --------------------------------------------------------------------------
   Join — match live Canva /join-in
   -------------------------------------------------------------------------- */
.ilvc-join-shell {
	overflow: visible;
}

.ilvc-join-accent {
	height: 30px;
	background: var(--ilvc-teal);
	width: 100%;
}

.ilvc-join-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(240px, 0.85fr);
	gap: 1rem 1.5rem;
	align-items: start;
	padding: 1.25rem 2rem 1.25rem 16.5rem;
}

.ilvc-join-eyebrow {
	font-family: var(--ilvc-font-display);
	font-size: clamp(2rem, 3.2vw, 2.35rem);
	font-weight: 700;
	letter-spacing: 0.02em;
	margin: 0 0 0.35rem;
}

.ilvc-join-youcan-label {
	margin: 0 0 0.35rem;
	color: var(--ilvc-teal);
	font-family: var(--ilvc-font-display);
	font-size: clamp(1.85rem, 2.9vw, 2.25rem);
	font-weight: 700;
	line-height: 1.15;
	text-transform: uppercase;
}

.ilvc-join-youcan-list {
	margin: 0;
	color: #111;
	font-family: var(--ilvc-font-display);
	font-size: clamp(1.35rem, 2.1vw, 1.85rem);
	font-weight: 700;
	line-height: 1.25;
}

.ilvc-join-quote {
	margin: 0;
	justify-self: end;
	text-align: center;
	max-width: 280px;
}

.ilvc-join-quote-img {
	display: block;
	width: 100%;
	height: auto;
}

.ilvc-join-signature {
	display: block;
	width: auto;
	max-width: 170px;
	height: auto;
	margin: 0.35rem auto 0;
}

.ilvc-join-main {
	padding: 0.5rem 2.5rem 0.5rem 16.5rem;
}

.ilvc-join-block {
	margin: 0 0 1.35rem;
}

.ilvc-join-block h2 {
	margin: 0 0 0.45rem;
	color: var(--ilvc-teal);
	font-family: var(--ilvc-font-display);
	font-size: clamp(1.35rem, 2vw, 1.65rem);
	font-weight: 700;
	line-height: 1.2;
}

.ilvc-join-block p {
	margin: 0 0 0.65rem;
	color: #545454;
	font-family: var(--ilvc-font-display);
	font-size: clamp(1.1rem, 1.55vw, 1.4rem);
	line-height: 1.4;
}

.ilvc-join-italic {
	font-style: italic;
}

.ilvc-inline-donate {
	color: var(--ilvc-green);
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.ilvc-join-email {
	margin: 1.5rem 0 1.15rem;
	padding: 1.35rem 1.5rem 1.45rem;
	background: #eef7ef;
	border-radius: 2px;
}

.ilvc-join-email-open {
	margin: 0 0 0.55rem;
	color: #3d6b45;
	font-family: var(--ilvc-font-display);
	font-size: clamp(1.2rem, 1.75vw, 1.55rem);
	font-weight: 700;
	line-height: 1.3;
}

.ilvc-join-email-open a {
	color: var(--ilvc-green);
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.ilvc-join-email-copy {
	margin: 0 0 0.45rem;
	color: #333;
	font-family: var(--ilvc-font-display);
	font-size: clamp(1.05rem, 1.45vw, 1.25rem);
	line-height: 1.4;
}

.ilvc-join-email-copy a {
	color: var(--ilvc-green);
	font-weight: 700;
	text-decoration: none;
}

.ilvc-join-email-copy a:hover {
	text-decoration: underline;
}

.ilvc-join-email-note {
	margin: 0;
	color: #333;
	font-family: var(--ilvc-font-display);
	font-size: clamp(1.05rem, 1.45vw, 1.25rem);
	line-height: 1.4;
	font-weight: 400;
}

.ilvc-join-need {
	display: grid;
	grid-template-columns: minmax(0, 1.45fr) minmax(200px, 0.55fr);
	gap: 1.25rem 1.75rem;
	align-items: start;
	margin: 0 2.5rem 1.5rem 16.5rem;
	padding: 1.35rem 1.5rem 1.5rem;
	background: #e8f4fc;
	box-sizing: border-box;
}

.ilvc-join-need-label {
	margin: 0 0 0.85rem;
	color: var(--ilvc-teal);
	font-family: var(--ilvc-font-display);
	font-size: clamp(1.2rem, 1.7vw, 1.45rem);
	font-weight: 700;
	text-transform: uppercase;
}

.ilvc-join-phases .ilvc-phase {
	margin: 0 0 1.15rem;
}

.ilvc-join-phases h2 {
	margin: 0 0 0.4rem;
	color: var(--ilvc-teal);
	font-family: var(--ilvc-font-display);
	font-size: clamp(1.25rem, 1.85vw, 1.55rem);
	font-weight: 700;
	text-transform: uppercase;
}

.ilvc-join-phases p,
.ilvc-join-phases li {
	margin: 0 0 0.55rem;
	color: #222;
	font-family: var(--ilvc-font-display);
	font-size: clamp(1.05rem, 1.45vw, 1.25rem);
	line-height: 1.4;
}

.ilvc-join-phases strong {
	font-weight: 700;
	color: #111;
}

.ilvc-join-phases ul {
	margin: 0.45rem 0 0;
	padding: 0;
	list-style: none;
}

.ilvc-join-phases .ilvc-donate-green {
	color: var(--ilvc-green) !important;
	font-size: 1.15em;
}

.ilvc-flier-thumb {
	margin: 0;
	text-align: center;
	justify-self: end;
}

.ilvc-flier-label {
	margin: 0 0 0.55rem;
	color: #111;
	font-family: var(--ilvc-font-display);
	font-weight: 700;
	font-size: 1.2rem;
	text-align: center;
}

.ilvc-flier-thumb a {
	display: inline-block;
	text-decoration: none;
}

.ilvc-flier-thumb img {
	display: block;
	margin: 0 auto;
	max-width: 230px;
	width: 100%;
	height: auto;
	border: 2px solid #111;
	box-shadow: none;
}

.ilvc-join-logo-bar {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-evenly;
	gap: 0.75rem 1.25rem;
	padding: 1.15rem 1.25rem 1.35rem;
	background: #e8f1f6;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.ilvc-join-logo-bar img {
	display: block;
	width: auto;
	height: auto;
	max-height: 110px;
	max-width: 160px;
	object-fit: contain;
}

.ilvc-join-logo-bar-ca {
	max-height: 100px !important;
	max-width: 100px !important;
	background: #000;
}

.ilvc-contact-box {
	margin: 1.5rem 0;
	padding: 1.25rem 1.35rem;
	background: #eef7ef;
	border: 1px solid rgba(70, 128, 82, 0.25);
	border-radius: 8px;
}

/* --------------------------------------------------------------------------
   FAQs — match live: title + email row, stacked Q, indented A
   -------------------------------------------------------------------------- */
.ilvc-faqs-pad {
	/* Clear overlapping circular logo (same idea as home intro) */
	padding: 1.35rem 2rem 3rem 16.5rem;
}

.ilvc-faqs-top {
	display: flex;
	align-items: baseline;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 0.25rem 1.1rem;
	margin: 0 0 1.75rem;
}

.ilvc-faqs-title {
	margin: 0;
	color: var(--ilvc-orange);
	font-family: var(--ilvc-font-serif);
	font-weight: 700;
	font-size: clamp(2rem, 3.2vw, 2.55rem);
	line-height: 1.1;
	letter-spacing: 0.01em;
}

.ilvc-faqs-intro {
	margin: 0;
	color: var(--ilvc-text);
	font-size: 1.05rem;
}

.ilvc-faq-email {
	color: var(--ilvc-red-deep) !important;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.ilvc-faq-list {
	display: flex;
	flex-direction: column;
	gap: 1.65rem;
}

.ilvc-faq-item {
	display: block;
	padding: 0;
	border: 0;
}

.ilvc-faq-q {
	margin: 0 0 0.45rem;
	color: var(--ilvc-red-deep);
	font-family: var(--ilvc-font-serif);
	font-size: clamp(1.15rem, 1.7vw, 1.35rem);
	font-weight: 700;
	line-height: 1.3;
}

.ilvc-faq-a {
	margin: 0;
	padding-left: clamp(1.5rem, 8vw, 5.5rem);
	color: var(--ilvc-text);
	font-size: 1.02rem;
	line-height: 1.55;
}

.ilvc-faq-a p {
	margin: 0 0 0.75rem;
}

.ilvc-faq-a a {
	color: var(--ilvc-blue-link);
	font-weight: 600;
}

.ilvc-faqs-outro {
	margin: 2.25rem 0 0;
	padding-left: clamp(1.5rem, 8vw, 5.5rem);
	color: var(--ilvc-text);
}

.ilvc-faqs-outro p {
	margin: 0 0 0.85rem;
}

/* --------------------------------------------------------------------------
   Footer — teal band with light logo panel (live Canva intent)
   -------------------------------------------------------------------------- */
.ilvc-footer {
	background: var(--ilvc-teal);
	color: var(--ilvc-white);
	padding: 1.35rem 1.5rem 1.85rem;
	text-align: left;
}

.ilvc-footer-inner {
	width: min(100%, 1040px);
	margin: 0 auto;
}

.ilvc-footer a {
	color: var(--ilvc-white);
}

.ilvc-footer-logos {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-evenly;
	gap: 0.75rem 1.25rem;
	background: var(--ilvc-footer-bar);
	border-radius: 14px;
	padding: 0.85rem 1.25rem 0.95rem;
	margin: 0 0 1.15rem;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}

.ilvc-footer-logo {
	display: block;
	width: auto;
	height: 108px;
	max-width: 130px;
	object-fit: contain;
}

.ilvc-footer-logo-wide {
	height: 88px;
	max-width: 250px;
}

.ilvc-dream-banner {
	margin: 0 0 0.85rem;
	max-width: none;
	color: var(--ilvc-white);
	font-family: var(--ilvc-font-sans);
	font-size: clamp(1.15rem, 2.1vw, 1.55rem);
	font-weight: 300;
	letter-spacing: 0.01em;
	line-height: 1.25;
	white-space: normal;
}

.ilvc-dream-banner strong {
	font-weight: 800;
}

.ilvc-dream-banner sup {
	font-size: 0.55em;
	font-weight: 400;
	line-height: 0;
	position: relative;
	top: -0.55em;
	margin-left: 0.05em;
}

.ilvc-footer-nav {
	margin: 0 0 0.75rem;
}

.ilvc-footer-menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 0.4rem 1.35rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.ilvc-footer-menu a {
	text-decoration: underline;
	text-underline-offset: 3px;
	font-weight: 600;
	font-size: 0.95rem;
}

.ilvc-footer-meta p {
	margin: 0.2rem 0;
	font-size: 1.05rem; /* ~18.67px live */
	line-height: 1.35;
	font-weight: 400;
}

.ilvc-copyright a,
.ilvc-contact-line a {
	text-decoration: underline;
	text-underline-offset: 2px;
}

.ilvc-affiliate {
	max-width: 52rem;
}

.ilvc-contact-line {
	margin-top: 0.35rem !important;
}

/* --------------------------------------------------------------------------
   Animations
   -------------------------------------------------------------------------- */
.ilvc-reveal {
	opacity: 0;
	transform: translateY(18px);
	transition: opacity 0.55s ease, transform 0.55s ease;
}

.ilvc-reveal.is-visible {
	opacity: 1;
	transform: none;
}

/* Default page */
.ilvc-page-title {
	margin: 0 0 1rem;
	color: var(--ilvc-teal);
	font-size: 2rem;
}

.ilvc-entry-content > *:first-child {
	margin-top: 0;
}
