/* =========================================================================
   TL Consult — home page ("The Trusted Advisor") sections only.
   Shared chrome/components live in base.css.
   ========================================================================= */

/* ---- hero ---- */
.tlc-hero { display: grid; grid-template-columns: 1.15fr .85fr; gap: 64px; align-items: center;
	padding-top: 64px; padding-bottom: 76px; }
.tlc-hero__title { font-family: 'Spectral', Georgia, serif; font-weight: 600; font-size: 60px;
	line-height: 1.06; letter-spacing: -.015em; color: var(--teal-dk); margin: 24px 0; }
.tlc-hero__lead { font-size: 19px; line-height: 1.7; color: var(--muted-2); max-width: 500px; margin-bottom: 36px; }
.tlc-hero__cta { display: flex; gap: 16px; align-items: center; flex-wrap: wrap; }

.tlc-hero__figure { position: relative; }
.tlc-chartcard { border-radius: 18px 18px 120px 18px; background: #fff; box-shadow: 0 24px 50px rgba(40,45,40,.16);
	padding: 34px 36px 72px; display: flex; flex-direction: column; }
.tlc-chartcard__kicker { font-weight: 700; font-size: 11.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--clay); margin-bottom: 6px; }
.tlc-chartcard__title { font-family: 'Spectral', Georgia, serif; font-size: 21px; color: var(--teal-dk); line-height: 1.2; margin-bottom: 16px; }
.tlc-chartcard__svg { width: 100%; height: 210px; display: block; }
.tlc-chartcard__legend { display: flex; flex-wrap: wrap; gap: 12px 22px; margin-top: 18px; font-size: 12.5px; color: var(--muted); }
.tlc-chartcard__legend > span { display: flex; align-items: center; gap: 8px; }
.tlc-swatch { width: 18px; display: inline-block; }
.tlc-swatch--solid { height: 3px; background: var(--teal); border-radius: 2px; }
.tlc-swatch--dashed { height: 0; border-top: 3px dashed var(--clay); }

.tlc-statbadge { position: absolute; bottom: -22px; left: -22px; background: var(--teal);
	padding: 16px 22px; border-radius: 14px; box-shadow: 0 16px 40px rgba(40,45,40,.22);
	display: flex; gap: 16px; align-items: center; }
.tlc-statbadge__num { font-family: 'Spectral', Georgia, serif; font-size: 40px; font-weight: 700; color: #fff; line-height: 1; }
.tlc-statbadge__num span { color: #e0a074; }
.tlc-statbadge__label { font-size: 12.5px; line-height: 1.4; color: #b9d6cf; max-width: 120px; }

/* ---- trust band ---- */
.tlc-trust { background: var(--band); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.tlc-trust__inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding-top: 26px; padding-bottom: 26px; }
.tlc-trust__quote { font-family: 'Spectral', Georgia, serif; font-style: italic; font-size: 22px; color: var(--teal-dk); line-height: 1.4; }
.tlc-trust__badges { display: flex; gap: 30px; align-items: center; flex-shrink: 0; }
.tlc-trust__badges img { height: 52px; width: auto; mix-blend-mode: multiply; }

/* ---- recognition wall (uniform credential cards) ---- */
.tlc-recognition-shell { background: #fff; border-top: 1px solid var(--line); }
.tlc-recognition { padding-top: 52px; padding-bottom: 58px; }
.tlc-recognition__label { color: var(--clay); font-size: 10px; font-weight: 800; letter-spacing: .18em; text-align: center; text-transform: uppercase; margin-bottom: 34px; }
.tlc-recognition__group { display: flex; flex-wrap: wrap; justify-content: center; gap: 22px; }
.tlc-recognition__group + .tlc-recognition__group { margin-top: 22px; }
.tlc-cred { flex: 0 0 clamp(200px, 24vw, 244px); margin: 0; background: #fff; border: 1px solid var(--line);
	border-radius: 16px; box-shadow: 0 8px 22px rgba(20, 40, 36, .05); padding: 22px 22px 18px;
	display: flex; flex-direction: column; align-items: center; gap: 16px; transition: box-shadow .2s ease, transform .2s ease; }
.tlc-cred:hover { box-shadow: 0 14px 30px rgba(20, 40, 36, .10); transform: translateY(-2px); }
.tlc-cred__frame { height: 94px; width: 100%; display: flex; align-items: center; justify-content: center; }
.tlc-cred__frame picture { display: flex; align-items: center; justify-content: center; max-width: 100%; max-height: 100%; height: 100%; }
.tlc-cred__frame img { display: block; max-width: 100%; max-height: 100%; width: auto; height: auto; object-fit: contain; }
.tlc-cred--award .tlc-cred__frame img { max-height: 84px; }
.tlc-cred__cap { font-size: 12.5px; font-weight: 700; letter-spacing: .01em; color: var(--teal-dk); text-align: center; line-height: 1.4; }

/* ---- services ---- */
.tlc-services { padding-top: 84px; padding-bottom: 40px; }
.tlc-services__head { max-width: 640px; margin-bottom: 44px; }
.tlc-services__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.tlc-scard { background: #fff; border-radius: 16px; padding: 38px 34px; box-shadow: 0 12px 30px rgba(40,45,40,.06);
	transition: transform .18s ease, box-shadow .18s ease; }
.tlc-scard:hover { transform: translateY(-4px); box-shadow: 0 20px 44px rgba(40,45,40,.12); }
.tlc-scard__num { width: 46px; height: 46px; border-radius: 12px; background: var(--mint); margin-bottom: 22px;
	display: flex; align-items: center; justify-content: center; color: var(--teal); font-weight: 800; }
.tlc-scard h3 { font-family: 'Spectral', Georgia, serif; font-size: 24px; color: var(--teal-dk); margin-bottom: 12px; }
.tlc-scard p { font-size: 15px; line-height: 1.65; color: var(--muted); }

/* ---- founder ---- */
.tlc-founder { margin-top: 40px; background: var(--teal); border-radius: 24px; padding: 64px 60px;
	display: grid; grid-template-columns: 420px 1fr; gap: 60px; align-items: center; color: #eaf2ef; }
.tlc-founder__portrait { height: 440px; overflow: hidden; border-radius: 16px; background: #146157; border: 1px solid rgba(255,255,255,.12); }
.tlc-founder__portrait img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center 20%; }
.tlc-founder__copy p { font-size: 16.5px; line-height: 1.75; color: #cfe1dc; margin-bottom: 18px; }
.tlc-founder__copy .tlc-h2 { margin-bottom: 22px; }
.tlc-founder__meta { display: flex; gap: 16px; align-items: center; flex-wrap: wrap; margin-top: 12px; }
.tlc-founder__name { color: #eaf2ef; font-weight: 700; font-size: 15px; border-bottom: 2px solid #79c2b5; padding-bottom: 3px; }

/* ---- stats ---- */
.tlc-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px; text-align: center; padding-top: 64px; padding-bottom: 64px; }
.tlc-stat--mid { border-left: 1px solid var(--line); border-right: 1px solid var(--line); }
.tlc-stat__num { font-family: 'Spectral', Georgia, serif; font-size: 64px; font-weight: 700; color: var(--teal); line-height: 1; }
.tlc-stat__num span { color: var(--clay); }
.tlc-stat__label { font-size: 15px; color: var(--muted); margin-top: 10px; line-height: 1.5; }

/* ---- value add ---- */
.tlc-valueadd { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-bottom: 24px; }
.tlc-vcard { background: var(--band); border-radius: 16px; padding: 36px 40px; }
.tlc-vcard h3 { font-family: 'Spectral', Georgia, serif; font-size: 24px; color: var(--teal-dk); margin-bottom: 10px; }
.tlc-vcard p { font-size: 15px; line-height: 1.65; color: var(--muted); }

/* ---- closing ---- */
.tlc-closing { text-align: center; padding-top: 56px; padding-bottom: 72px; }
.tlc-closing__title { font-family: 'Spectral', Georgia, serif; font-weight: 600; font-size: 46px; line-height: 1.1; color: var(--teal-dk); max-width: 760px; margin: 0 auto 18px; }
.tlc-closing__lead { font-size: 18px; color: var(--muted); max-width: 520px; margin: 0 auto 34px; }

/* =========================================================================
   Responsive
   ========================================================================= */
@media (max-width: 1080px) {
	.tlc-hero { grid-template-columns: 1fr; gap: 48px; }
	.tlc-hero__figure { max-width: 520px; }
	.tlc-founder { grid-template-columns: 320px 1fr; gap: 44px; padding: 48px 44px; }
	.tlc-hero__title { font-size: 52px; }
}

@media (max-width: 860px) {
	.tlc-trust__inner { flex-direction: column; align-items: flex-start; gap: 20px; }
	.tlc-cred { flex-basis: clamp(180px, 42vw, 240px); }
	.tlc-services__grid { grid-template-columns: 1fr; }
	.tlc-founder { grid-template-columns: 1fr; }
	.tlc-founder__portrait { height: 320px; }
	.tlc-stats { grid-template-columns: 1fr; gap: 28px; }
	.tlc-stat--mid { border: 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 24px 0; }
	.tlc-valueadd { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
	.tlc-hero__title { font-size: 40px; }
	.tlc-hero__lead { font-size: 17px; }
	.tlc-h2, .tlc-closing__title { font-size: 32px; }
	.tlc-statbadge { left: 0; bottom: -18px; }
	.tlc-founder { padding: 36px 24px; }
	.tlc-trust__quote { font-size: 19px; }
	.tlc-recognition { padding-top: 34px; padding-bottom: 38px; }
	.tlc-cred { flex-basis: min(320px, 100%); }
}
