:root {
	--tp-navy: #17256d;
	--tp-blue: #263a91;
	--tp-yellow: #ffbf37;
	--tp-coral: #f06b64;
	--tp-cream: #fff8ea;
	--tp-paper: #fffdf8;
	--tp-ink: #172044;
	--tp-muted: #62677d;
	--tp-radius: 24px;
}

.tp-home { overflow: hidden; background: var(--tp-paper); color: var(--tp-ink); }
.tp-shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.tp-section { padding: clamp(64px, 7vw, 104px) 0; }
.tp-section--tint { background: var(--tp-cream); }
.tp-kicker, .tp-eyebrow { margin: 0 0 10px; color: var(--tp-coral); font-size: .77rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.tp-section h2, .tp-manifesto h2 { margin: 0; color: var(--tp-navy); font-family: 'Chango', Poppins, sans-serif; font-size: clamp(1.8rem, 3.3vw, 2.7rem); font-weight: 400; line-height: 1.12; letter-spacing: 0; }
.tp-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 34px; }
.tp-section-heading p:not(.tp-kicker) { max-width: 650px; margin: 14px 0 0; }
.tp-text-link { flex: 0 0 auto; color: inherit; font-weight: 800; }

.tp-intro { position: relative; padding: clamp(60px, 8vw, 118px) 0; background: var(--tp-cream); }
.tp-intro::before, .tp-intro::after { position: absolute; border-radius: 999px; content: ''; opacity: .55; }
.tp-intro::before { width: 260px; height: 260px; top: -110px; right: 6%; background: var(--tp-yellow); }
.tp-intro::after { width: 120px; height: 120px; bottom: -50px; left: 8%; border: 24px solid var(--tp-coral); }
.tp-intro__inner { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(230px, .55fr); align-items: center; gap: clamp(45px, 8vw, 110px); }
.tp-intro h1 { max-width: 850px; margin: 0; color: var(--tp-navy); font-family: 'Chango', Poppins, sans-serif; font-size: clamp(2.7rem, 5.8vw, 5.2rem); font-weight: 400; line-height: 1.04; letter-spacing: 0; }
.tp-intro__lead { max-width: 750px; margin: 26px 0 30px; font-size: clamp(1.08rem, 2vw, 1.32rem); line-height: 1.65; }
.tp-button { display: inline-flex; padding: 14px 22px; border-radius: 999px; background: var(--tp-yellow); color: var(--tp-navy); font-weight: 800; box-shadow: 0 5px 0 var(--tp-navy); transition: transform .2s ease, box-shadow .2s ease; }
.tp-button:hover { transform: translateY(2px); color: var(--tp-navy); box-shadow: 0 3px 0 var(--tp-navy); }
.tp-intro__signal { aspect-ratio: 1; display: flex; align-items: end; justify-content: center; gap: 8px; padding: 34px; border: 6px solid var(--tp-navy); border-radius: 44% 56% 51% 49%; background: var(--tp-yellow); transform: rotate(4deg); }
.tp-intro__signal span { position: absolute; align-self: start; color: var(--tp-navy); font-weight: 900; letter-spacing: .12em; }
.tp-intro__signal i { width: 12%; border-radius: 999px; background: var(--tp-coral); }
.tp-intro__signal i:nth-of-type(1), .tp-intro__signal i:nth-of-type(5) { height: 25%; }
.tp-intro__signal i:nth-of-type(2), .tp-intro__signal i:nth-of-type(4) { height: 44%; }
.tp-intro__signal i:nth-of-type(3) { height: 64%; }

.tp-feature-grid { display: grid; grid-template-columns: 1.45fr .75fr; grid-template-rows: repeat(2, 1fr); gap: 24px; }
.tp-card { min-width: 0; overflow: hidden; border-radius: var(--tp-radius); background: #fff; box-shadow: 0 12px 34px rgba(24, 37, 109, .08); }
.tp-card__media { position: relative; display: block; aspect-ratio: 16/10; overflow: hidden; background: #ece9e2; }
.tp-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.tp-card:hover .tp-card__media img { transform: scale(1.035); }
.tp-card__placeholder { display: grid; width: 100%; height: 100%; place-items: center; color: var(--tp-navy); background: var(--tp-yellow); font-size: 2rem; font-weight: 900; }
.tp-card__body { padding: 22px; }
.tp-card__title { margin: 0; color: var(--tp-navy); font-size: 1.22rem; line-height: 1.25; }
.tp-card__title a { color: inherit; }
.tp-card__meta { margin: 14px 0 0; color: var(--tp-muted); font-size: .85rem; }
.tp-card--feature { grid-row: 1 / 3; }
.tp-card--feature .tp-card__media { aspect-ratio: 16/11; }
.tp-card--feature .tp-card__title { font-size: clamp(1.55rem, 3vw, 2.45rem); }
.tp-card--secondary { display: grid; grid-template-columns: minmax(130px, .85fr) 1.15fr; }
.tp-card--secondary .tp-card__media { height: 100%; aspect-ratio: auto; }
.tp-card--secondary .tp-card__body { align-self: center; }

.tp-archives { color: #fff; background: var(--tp-navy); }
.tp-section-heading--light h2, .tp-section-heading--light .tp-text-link { color: #fff; }
.tp-section-heading--light p:not(.tp-kicker) { color: #dfe3ff; }
.tp-archive-grid { display: grid; grid-template-columns: 1.45fr repeat(3, 1fr); gap: 20px; }
.tp-card--archive, .tp-card--archive-feature { background: #fff7e6; box-shadow: none; }
.tp-card--archive-feature .tp-card__media { aspect-ratio: 4/3; }
.tp-card--archive-feature .tp-card__title { font-size: 1.65rem; }

.tp-card-grid { display: grid; gap: 24px; }
.tp-card-grid--three { grid-template-columns: repeat(3, 1fr); }
.tp-card-grid--four { grid-template-columns: repeat(4, 1fr); }

.tp-manifesto { padding: clamp(70px, 9vw, 125px) 0; text-align: center; background: var(--tp-yellow); }
.tp-manifesto__inner { max-width: 850px; }
.tp-manifesto p:last-child { margin: 24px auto 0; font-size: 1.2rem; line-height: 1.7; }

@media (max-width: 980px) {
	.tp-intro__inner { grid-template-columns: 1fr; }
	.tp-intro__signal { display: none; }
	.tp-archive-grid, .tp-card-grid--four { grid-template-columns: repeat(2, 1fr); }
	.tp-card-grid--three { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 700px) {
	.tp-shell { width: min(100% - 28px, 1180px); }
	.tp-section { padding: 58px 0; }
	.tp-intro { padding: 58px 0 68px; }
	.tp-intro h1 { font-size: clamp(2.25rem, 11vw, 3.35rem); line-height: 1.08; }
	.tp-section h2, .tp-manifesto h2 { font-size: clamp(1.65rem, 8vw, 2.15rem); }
	.tp-section-heading { display: block; }
	.tp-section-heading .tp-text-link { display: inline-block; margin-top: 20px; }
	.tp-feature-grid, .tp-archive-grid, .tp-card-grid--three, .tp-card-grid--four { display: grid; grid-template-columns: 1fr; grid-template-rows: auto; }
	.tp-card--feature { grid-row: auto; }
	.tp-card--secondary { grid-template-columns: 42% 58%; }
	.tp-card--secondary .tp-card__body { padding: 16px; }
	.tp-card--secondary .tp-card__title { font-size: 1rem; }
	.tp-card--secondary .tp-card__meta { display: none; }
}

@media (prefers-reduced-motion: reduce) {
	.tp-card__media img, .tp-button { transition: none; }
}
