/* =============================================================
   About Page — hero, quick facts, journey timeline,
   in the media, subscribe, products
   ============================================================= */

/* ─── Page base ───────────────────────────────────────────── */
.about-page *,
.about-page *::before,
.about-page *::after { box-sizing: border-box; }

.about-page {
	font-family: 'Comic Relief', system-ui, sans-serif;
	background: #fff;
	color: #374151;
	overflow-x: hidden;
}

#about-wrapper { overflow-x: hidden; }

/* ═══════════════════════════════════════════════════════════
   HERO — intro text + quick facts
   ═══════════════════════════════════════════════════════════ */

.abt-hero {
	background: #fff;
	padding: 4.5rem 0 3.5rem;
	border-bottom: 1px solid #f0ece5;
}

.abt-hero__inner {
	max-width: 960px;
	margin-inline: auto;
	padding-inline: clamp(1.25rem, 4vw, 2.5rem);
}

/* Large intro headline */
.abt-hero__heading {
	font-family: 'Comic Relief', system-ui, sans-serif;
	font-size: clamp(1.85rem, 4.5vw, 3.25rem);
	font-weight: 900;
	color: #1a1a2e;
	line-height: 1.3;
	letter-spacing: -.02em;
	margin: 0 0 2.75rem;
}

/* Inline emoji/avatar in heading */
.abt-hero__inline-avatar {
	display: inline-block;
	width: 1.1em;
	height: 1.1em;
	border-radius: 50%;
	overflow: hidden;
	vertical-align: middle;
	margin: 0 .05em -.1em;
}
.abt-hero__inline-avatar img {
	width: 100%; height: 100%; object-fit: cover; display: block;
}

/* Inline highlight styles */
.abt-hl-blue {
	color: #7ed957;
	text-decoration: none;
}

.abt-hl-coral {
	color: #7ed957;
	text-decoration: none;
}

.abt-hl-ul {
	color: #7ed957;
	text-decoration: none;
}

/* Bold text on about page */
.about-page strong,
.about-page b,
.abt-hero__heading strong,
.abt-hero__heading b,
.abt-bio strong,
.abt-bio b,
.about__bio strong,
.about__bio b {
	color: #7ed957;
	font-weight: 700;
}

/* ── Quick Facts ─────────────────────────────────────────── */
.abt-facts {}

.abt-facts__title {
	font-family: 'Comic Relief', system-ui, sans-serif;
	font-size: 1.15rem;
	font-weight: 700;
	color: #1a1a2e;
	margin: 0 0 1.25rem;
}

.abt-facts__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: .85rem 2.5rem;
}

.abt-fact {
	display: flex;
	align-items: flex-start;
	gap: .65rem;
	font-size: .9rem;
	line-height: 1.65;
	color: #374151;
}

.abt-fact__check {
	flex-shrink: 0;
	margin-top: .18em;
	width: 18px;
	height: 18px;
}

/* ═══════════════════════════════════════════════════════════
   JOURNEY — title + intro text + timeline
   ═══════════════════════════════════════════════════════════ */

.abt-journey {
	padding: 5.5rem 0 4rem;
	background: #fff;
}

.abt-journey__inner {
	max-width: 1100px;
	margin-inline: auto;
	padding-inline: clamp(1.25rem, 4vw, 2.5rem);
}

.abt-journey__label {
	font-size: .78rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .12em;
	color: #9ca3af;
	margin-bottom: .75rem;
}

.abt-journey__title {
	font-family: 'Comic Relief', system-ui, sans-serif;
	font-size: clamp(2.25rem, 5.5vw, 3.75rem);
	font-weight: 900;
	color: #1a1a2e;
	line-height: 1.1;
	letter-spacing: -.025em;
	margin: 0 0 1.75rem;
}

.abt-journey__intro {
	max-width: 660px;
	font-size: 1rem;
	line-height: 1.85;
	color: #374151;
	margin: 0 0 4rem;
}
.abt-journey__intro p { margin: 0 0 1rem; }
.abt-journey__intro p:last-child { margin: 0; }

/* ── Timeline ─────────────────────────────────────────────── */
.abt-timeline {
	position: relative;
	padding-top: 1rem;
}

/* Vertical line */
.abt-timeline::before {
	content: '';
	position: absolute;
	left: 12px;
	top: 0;
	bottom: 0;
	width: 2px;
	background: #d0e6ea;
}

.abt-tl-entry {
	display: grid;
	grid-template-columns: 220px 1fr;
	gap: 0 3rem;
	padding: 3.5rem 0;
	position: relative;
	align-items: start;
}

/* Dot on the timeline line */
.abt-tl-entry::before {
	content: '';
	position: absolute;
	left: 5px;
	top: 3.75rem;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #fff;
	border: 2.5px solid #7ed957;
	z-index: 1;
}

.abt-tl-year-col {
	padding-left: 32px;
	padding-top: .1rem;
}

.abt-tl-year {
	font-family: 'Comic Relief', system-ui, sans-serif;
	font-size: clamp(1.4rem, 2.5vw, 1.9rem);
	font-weight: 900;
	color: #1a1a2e;
	margin: 0 0 .3rem;
	letter-spacing: -.02em;
	line-height: 1.1;
}

.abt-tl-org {
	font-size: .82rem;
	color: #9ca3af;
	margin: 0;
	font-weight: 500;
	line-height: 1.5;
}

/* Content box */
.abt-tl-content {
	background: #E9F8F9;
	border-radius: 16px;
	padding: 1.75rem 1.75rem 1.75rem 1.75rem;
	position: relative;
	font-size: .95rem;
	line-height: 1.85;
	color: #374151;
}
.abt-tl-content p { margin: 0 0 .9rem; }
.abt-tl-content p:last-child { margin: 0; }

/* Icon top-right inside content box */
.abt-tl-icon {
	position: absolute;
	top: 1.25rem;
	right: 1.25rem;
}

.abt-tl-icon__img {
	width: 64px;
	height: 64px;
	border-radius: 12px;
	object-fit: cover;
	object-position: top center;
	display: block;
}

/* ═══════════════════════════════════════════════════════════
   WHAT I BELIEVE
   ═══════════════════════════════════════════════════════════ */

.abt-beliefs {
	background: #E9F8F9;
	padding: 5.5rem 0;
	border-top: 1px solid #d0e6ea;
}

.abt-beliefs__inner {
	max-width: 1100px;
	margin-inline: auto;
	padding-inline: clamp(1.25rem, 4vw, 2.5rem);
}

.abt-beliefs__title {
	font-family: 'Comic Relief', system-ui, sans-serif;
	font-size: clamp(2rem, 4vw, 3rem);
	font-weight: 900;
	color: #1a1a2e;
	margin: 0 0 1rem;
	line-height: 1.1;
	letter-spacing: -.025em;
}

.abt-beliefs__sub {
	font-size: 1rem;
	color: #6b7280;
	line-height: 1.75;
	max-width: 620px;
	margin: 0 0 3.5rem;
}

.abt-beliefs__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2rem;
}

.abt-belief {
	background: #fff;
	border: 1.5px solid #d0e6ea;
	border-radius: 20px;
	padding: 2rem;
	transition: box-shadow .2s, transform .2s;
}
.abt-belief:hover {
	box-shadow: 0 8px 32px rgba(0,0,0,.08);
	transform: translateY(-3px);
}

.abt-belief__icon {
	margin-bottom: 1.25rem;
	line-height: 1;
}
.abt-belief__icon svg {
	display: block;
	width: 44px;
	height: 44px;
}

.abt-belief__title {
	font-family: 'Comic Relief', system-ui, sans-serif;
	font-size: 1.1rem;
	font-weight: 700;
	color: #1a1a2e;
	margin: 0 0 .75rem;
	line-height: 1.3;
}

.abt-belief__desc {
	font-size: .9rem;
	color: #6b7280;
	line-height: 1.75;
	margin: 0;
}

/* ═══════════════════════════════════════════════════════════
   IN THE MEDIA
   ═══════════════════════════════════════════════════════════ */

.abt-media {
	background: #E9F8F9;
	padding: 5rem 0;
	border-top: 1px solid #d0e6ea;
	border-bottom: 1px solid #d0e6ea;
}

.abt-media__inner {
	max-width: 1100px;
	margin-inline: auto;
	padding-inline: clamp(1.25rem, 4vw, 2.5rem);
	text-align: center;
}

.abt-media__title {
	font-family: 'Comic Relief', system-ui, sans-serif;
	font-size: clamp(2rem, 4vw, 2.75rem);
	font-weight: 900;
	color: #1a1a2e;
	margin: 0 0 .5rem;
	letter-spacing: -.02em;
}

.abt-media__sub {
	font-size: .95rem;
	color: #9ca3af;
	margin: 0 0 3rem;
}

.abt-media__logos {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 3rem 4rem;
}

.abt-media__logo {
	color: #374151;
	font-weight: 700;
	line-height: 1.15;
	opacity: .6;
	transition: opacity .18s;
}
.abt-media__logo:hover { opacity: 1; }

.abt-media__logo--bi {
	font-size: .85rem;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: .06em;
	font-family: 'Comic Relief', sans-serif;
}

.abt-media__logo--nyt {
	font-family: 'Comic Relief', system-ui, sans-serif;
	font-size: 1.05rem;
	font-weight: 700;
	white-space: nowrap;
}

.abt-media__logo--gma {
	font-size: .78rem;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: .1em;
	line-height: 1.3;
	font-family: 'Comic Relief', sans-serif;
}

.abt-media__logo--ft {
	font-family: 'Comic Relief', system-ui, sans-serif;
	font-size: 1rem;
	font-weight: 700;
	font-style: italic;
	white-space: nowrap;
}

.abt-media__logo--bbc {
	display: inline-flex;
	align-items: center;
	gap: .4rem;
	font-size: .78rem;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: .06em;
}
.abt-media__bbc-box {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #374151;
	color: #fff;
	font-size: .75rem;
	font-weight: 900;
	padding: .2rem .45rem;
	border-radius: 3px;
}

.abt-media__logo--google {
	font-family: 'Comic Relief', system-ui, sans-serif;
	font-size: .9rem;
	font-weight: 700;
	white-space: nowrap;
}

/* ═══════════════════════════════════════════════════════════
   SUBSCRIBE — LifeNotes card (reuses home.css .hsub / .lnotes)
   ═══════════════════════════════════════════════════════════ */

/* The .abt-sub section just wraps the existing hsub card pattern.
   .hsub, .hsub__card, .lnotes, .hform etc. come from home.css */

.abt-sub {
	background: #E9F2F4;
	padding: 4.5rem 0;
}

.abt-sub__inner {
	max-width: 1100px;
	margin-inline: auto;
	padding-inline: clamp(1.25rem, 4vw, 2.5rem);
}

/* ═══════════════════════════════════════════════════════════
   PRODUCTS GRID
   ═══════════════════════════════════════════════════════════ */

.abt-products {
	background: #fff;
	padding: 5rem 0;
	border-top: 1px solid #d0e6ea;
}

.abt-products__inner {
	max-width: 1100px;
	margin-inline: auto;
	padding-inline: clamp(1.25rem, 4vw, 2.5rem);
}

.abt-products__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1.5rem;
}

.abt-pcard {
	display: flex;
	flex-direction: column;
	text-decoration: none;
	color: inherit;
	transition: transform .2s;
}
.abt-pcard:hover { transform: translateY(-4px); }

.abt-pcard__cover {
	border-radius: 14px;
	overflow: hidden;
	aspect-ratio: 3/4;
	background: linear-gradient(135deg, #E9F2F4 0%, #e0d9cf 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 1rem;
	position: relative;
}

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

.abt-pcard__cover-icon {
	font-size: 3.5rem;
}

.abt-pcard__badge {
	position: absolute;
	top: .65rem;
	right: .65rem;
	font-size: .65rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .06em;
	background: #111827;
	color: #fff;
	padding: .2rem .55rem;
	border-radius: 4px;
}

.abt-pcard__label {
	font-size: .72rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .1em;
	color: #9ca3af;
	margin-bottom: .3rem;
}

.abt-pcard__title {
	font-family: 'Comic Relief', system-ui, sans-serif;
	font-size: 1.05rem;
	font-weight: 700;
	color: #1a1a2e;
	line-height: 1.3;
	margin: 0 0 .35rem;
}

.abt-pcard__desc {
	font-size: .82rem;
	color: #6b7280;
	line-height: 1.6;
	margin: 0;
}

/* ═══════════════════════════════════════════════════════════
   RESPONSIVE
   ═══════════════════════════════════════════════════════════ */

@media (max-width: 1024px) {
	.abt-products__grid { grid-template-columns: repeat(2, 1fr); gap: 1.25rem; }
	.abt-tl-entry { grid-template-columns: 170px 1fr; gap: 0 2rem; }
	.abt-beliefs__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
	.abt-hero { padding: 3rem 0 2.5rem; }
	.abt-facts__grid { grid-template-columns: 1fr; gap: .75rem; }
	.abt-journey__title { font-size: 2.25rem; }
	.abt-beliefs__grid { grid-template-columns: 1fr; }
	.abt-tl-entry {
		grid-template-columns: 1fr;
		gap: 1rem 0;
	}
	.abt-tl-entry::before { top: 2.5rem; }
	.abt-tl-year-col { padding-bottom: .25rem; }
	.abt-tl-icon { width: 52px; height: 52px; }
	.abt-tl-icon__img { width: 52px; height: 52px; }
	.abt-media__logos { gap: 2rem 2.5rem; }
}

@media (max-width: 540px) {
	.abt-hero__heading { font-size: 1.75rem; }
	.abt-journey__title { font-size: 1.9rem; }
	.abt-products__grid { grid-template-columns: repeat(2, 1fr); }
	.abt-media__logos { gap: 1.5rem 2rem; }
	.abt-tl-content { padding: 1.25rem 1.25rem 1.25rem 1.25rem; }
	.abt-tl-icon { top: .85rem; right: .85rem; }
	.abt-tl-icon__img { width: 44px; height: 44px; border-radius: 8px; }
}

