/* ============================================================
   True Light Digital · the blocks (BLK.17 to BLK.23), the resource layer,
   and the chrome deltas. Loaded after main.css and tokens-tl.css.

   Laws (design system + 08 §1): brights are fields, mids are text; one ink
   band per page; gold is a mark, never a field, never text; explicit tracks
   for known counts; 13px floor; the sweep replaces the arrow.

   Only sw-6 sand, sw-2 amber and sw-7 gold appear here, plus the neutrals.
   ============================================================ */

/* The root canvas is paper. PB bakes the html ground ink for its intro
   overlay; True Light has no intro, and an ink canvas shows through on
   overscroll and in capture tools. */
html { background: var(--paper); overflow-x: clip; }
/* The off-canvas menu drawer sits at translateX(100%) and must never widen the document. */
#drawer { width: 100vw; max-width: 100vw; box-sizing: border-box; }
#drawer .drawer-head .nav-logo { max-width: calc(100vw - 96px); overflow: hidden; }

/* ---- Chrome: the wide wordmark, the three-swatch strip ---- */
.nav-logo .brand-logo__svg { height: 22px; width: auto; max-width: none; }
.drawer-head .nav-logo .brand-logo__svg { height: 20px; }
.footer-brandcol__logo .brand-logo__svg { height: 24px; width: auto; max-width: 100%; }
.pb-logo { display: inline-flex; }
@media (max-width: 760px) {
	.nav-logo .brand-logo__svg { height: 16px; }
	.drawer-head .nav-logo .brand-logo__svg { height: 16px; }
}
@media (max-width: 420px) {
	.nav-logo .brand-logo__svg { height: 13px; }
}
.svc4-strip, .tl3-strip, .pg3-strip, .v3h-strip { grid-template-columns: repeat(3, 1fr); }
.v3h-strip { display: grid; height: 4px; }
.v3h-strip span { display: block; }

/* Nav CTA: opens rather than navigates, so the fill rises. One line, always. */
.nav-cta.btn3--open { --sweep: var(--accent); white-space: nowrap; }
@media (max-width: 420px) { .nav-cta { padding: 8px 12px; font-size: 13px; } }

/* Footer columns take the three-swatch tone. */
.footer-col { --col-tone: var(--sw-2); }

/* ---- Shared ---- */
.tl-lede {
	font-size: clamp(1.05rem, 1.4vw, 1.2rem);
	line-height: 1.65;
	max-width: 58ch;
	margin: var(--sp-close) 0 0;
	color: rgba(13, 13, 13, .72);
}
.tl-lede a { text-decoration: underline; text-underline-offset: 3px; }
.svc4-prose--mist { background: var(--mist); }
.svc4-prose--mist + .svc4-prose { padding-top: var(--sp-band); }
.svc4 .svc4-prose__links { display: flex; flex-wrap: wrap; gap: 14px; margin-top: var(--sp-group); }
.svc4-prose__links .btn3 { margin: 0; }
.svc4-in a:not(.btn3):not(.tl-chip):not(.tl-ecard):not(.tl-mcard):not(.tl-feat):not(.tl-practice) { text-underline-offset: 3px; }
.tl-closing { margin-top: var(--sp-group); }

/* Ink band: white type on ink; nothing white on a bright. */
.svc4-prose--ink h2 { color: var(--white); }
.svc4-prose--ink .svc4-prose__body a { color: var(--white); }

/* ---- Masthead variants ---- */
.tl-mast__label {
	margin: 0 0 var(--sp-tight);
	font-weight: 600;
	font-size: 14px;
	color: var(--accent-mid);
}
.tl-mast__label a { color: inherit; text-decoration: underline; text-underline-offset: 3px; }
.tl-mast .sec2-hero__crumb--flow + .tl-mast__label { margin-top: 26px; }
.tl-mast .sec2-hero__crumb--flow + .tl-mast__label + h1 { margin-top: 8px; }
.tl-mast__note { margin-top: var(--sp-close); }
.tl-mast__grid {
	display: grid;
	grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
	gap: clamp(32px, 5vw, 72px);
	align-items: center;
}
.tl-mast__body { min-width: 0; }
.tl-mast__fig { margin: 0; }
.tl-mast__fig img {
	display: block;
	width: 100%;
	max-width: 440px;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: var(--radius-card);
	margin-left: auto;
	box-shadow: 0 2px 4px rgba(13,13,13,.04), 0 22px 44px -16px color-mix(in srgb, var(--accent) 50%, transparent);
}
.tl-mast--form .svc4-btns { margin-top: var(--sp-group); }
@media (max-width: 900px) {
	.tl-mast__grid { grid-template-columns: minmax(0, 1fr); }
	.tl-mast__fig img { margin-left: 0; }
}

/* ---- BLK.20 inline: the audit form on a plate in the masthead ---- */
.tl-hero-form {
	min-width: 0;
	background: var(--ink-2);
	color: var(--white);
	border-radius: var(--radius-card);
	padding: clamp(24px, 3vw, 36px);
}
.tl-hero-form__h { font-weight: 700; font-size: 1.35rem; letter-spacing: -.018em; line-height: 1.2; color: var(--white); margin: 0; max-width: none; }
.tl-hero-form__p { margin: var(--sp-tight) 0 0; font-weight: 350; font-size: 15px; line-height: 1.55; color: rgba(255,255,255,.78); }
.tl-hero-form form { margin-top: var(--sp-item); }
.tl-hero-form--tool { align-self: start; }
.tl-hero-form--tool .tl-hero-form__h { margin-bottom: var(--sp-tight); }
.tl-hero-form .gform_fields { display: grid; gap: var(--sp-close); }
.tl-hero-form .gfield_label, .tl-hero-form label { display: block; font-weight: 600; font-size: 14px; color: var(--white); margin-bottom: var(--sp-tight); }
.tl-hero-form .gfield_description { font-weight: 350; font-size: 13px; color: rgba(255,255,255,.65); margin-top: 6px; }
.tl-hero-form input[type="text"],
.tl-hero-form input[type="url"],
.tl-hero-form input[type="email"] {
	width: 100%;
	box-sizing: border-box;
	padding: 12px 14px;
	font: inherit;
	font-size: 16px;
	color: var(--ink);
	background: var(--white);
	border: 1px solid transparent;
	border-radius: var(--radius-control);
}
.tl-hero-form input:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; }
.tl-hero-form .gform_footer { margin-top: var(--sp-close); }
.tl-hero-form input[type="submit"], .tl-hero-form button[type="submit"] {
	font: inherit; font-weight: 600; font-size: 15px;
	color: var(--ink);
	background: var(--accent);
	border: 0;
	border-radius: var(--radius-pill);
	padding: 12px 22px;
	cursor: pointer;
	transition: transform var(--dur-tap) var(--ease-state), background var(--dur-tap) var(--ease-state);
}
.tl-hero-form input[type="submit"]:hover, .tl-hero-form button[type="submit"]:hover { filter: brightness(.96); transform: translateY(-1px); }
.tl-hero-form .gfield_required, .tl-hero-form .gform_required_legend { display: none; }
.tl-hero-form .gform_validation_errors, .tl-hero-form .validation_message { color: #FFD9D4; font-size: 13px; margin-top: 6px; }
.tl-hero-form .gform_validation_errors { padding: 10px 12px; border: 1px solid rgba(255,255,255,.2); border-radius: var(--radius-control); }
.tl-hero-form .sc__privacy { color: rgba(255,255,255,.62); }
.tl-hero-form .sc__privacy a { color: var(--white); }
.tl-hero-form .sc__status h3 { color: var(--white); font-size: 1.2rem; margin: 0 0 8px; }
.tl-hero-form .sc__status p { color: rgba(255,255,255,.8); margin: 0; }
.tl-hero-form .gform_hidden, .tl-hero-form .gfield--type-hidden, .tl-hero-form .gfield_visibility_hidden { display: none; }
.tl-hero-form .gform-field-label--type-inline { display: none; }

/* The tool page's ask plate reuses PB's .tl3-form register; the heading is new. */
.tl3-form__h { font-weight: 700; font-size: 1.35rem; letter-spacing: -.018em; line-height: 1.2; color: var(--white); margin: 0 0 var(--sp-item); max-width: none; }
.tl3-mast__grid--form { align-items: start; }
.tl3-deck--fine { font-size: 15px; color: rgba(13,13,13,.6); }
.tl3-form .sc__privacy--light { color: rgba(255,255,255,.62); }
.tl3-form .sc__status h3 { color: var(--white); }
.tl3-form .sc__status p { color: rgba(255,255,255,.8); }

/* ---- Lineage strip ---- */
.tl-lineage { background: var(--white); }
.tl-lineage .svc4-in { padding: clamp(18px, 2vw, 26px) var(--gutter); }
.tl-lineage p {
	margin: 0;
	font-weight: 350;
	font-size: clamp(.95rem, 1.2vw, 1.05rem);
	line-height: 1.55;
	color: rgba(13,13,13,.7);
	max-width: 70ch;
}

/* ---- BLK.17 · Church jobs list ---- */
.tl-jobs { background: var(--white); }
.tl-jobs .svc4-in { padding: var(--sp-band) var(--gutter); }
.tl-jobs__list {
	list-style: none;
	margin: var(--sp-group) 0 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: var(--sp-group) var(--sp-block);
}
.tl-jobs__list--1 { grid-template-columns: minmax(0, 1fr); max-width: 70ch; }
.tl-jobs__item { min-width: 0; padding-left: var(--sp-close); border-left: 3px solid var(--accent); }
.tl-jobs__list li:nth-child(2n) { border-left-color: var(--field); }
.tl-jobs__lead { display: block; font-weight: 700; font-size: 1.15rem; letter-spacing: -.012em; line-height: 1.3; color: var(--ink); }
.tl-jobs__text { display: block; margin-top: var(--sp-tight); font-weight: 350; font-size: 1.02rem; line-height: 1.65; color: rgba(13,13,13,.78); }
.tl-jobs__text a { text-decoration: underline; text-underline-offset: 3px; color: var(--ink); }
.tl3-covers .tl-jobs { background: transparent; }
@media (max-width: 760px) { .tl-jobs__list { grid-template-columns: minmax(0, 1fr); } }

/* ---- Covers: explicit tracks for the counts we ship ---- */
.tl-covers--7 > :nth-child(7), .tl-covers--4 > :nth-child(4) { grid-column: span 1; }
@media (min-width: 761px) {
	.tl-covers--7 > :last-child, .tl-covers--4 > :last-child { grid-column: span 3; max-width: 62%; }
	.tl-covers--4 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
.svc4-card p a { text-decoration: underline; text-underline-offset: 3px; color: var(--ink); }

/* ---- BLK.18 · Pricing ---- */
.tl-price { background: var(--mist); }
.tl-price .svc4-in { padding: var(--sp-band) var(--gutter); }
.tl-price__grid {
	display: grid;
	gap: var(--sp-item);
	margin-top: var(--sp-group);
}
.tl-price__grid--three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.tl-price__grid--single { grid-template-columns: minmax(0, 1fr); max-width: 62ch; }
.tl-price__opt {
	min-width: 0;
	background: var(--paper);
	border-radius: var(--radius-card);
	padding: clamp(24px, 2.6vw, 32px);
	box-shadow: 0 2px 4px rgba(13,13,13,.04), 0 22px 44px -16px color-mix(in srgb, var(--card-tone) 50%, transparent);
	display: flex;
	flex-direction: column;
	gap: var(--sp-close);
}
/* The mark: one gold rule on one option per block. Never a field, never text. */
.tl-price__opt--mark { border-top: 4px solid var(--mark); }
.tl-price__opt h3 { font-weight: 700; font-size: 1.35rem; letter-spacing: -.018em; line-height: 1.25; margin: 0; }
.tl-price__fig { margin: 0; display: flex; align-items: baseline; gap: 8px; flex-wrap: wrap; }
.tl-price__num { font-weight: 700; font-size: clamp(2rem, 3vw, 2.6rem); letter-spacing: -.02em; line-height: 1; color: var(--accent-mid); }
.tl-price__cad { font-weight: 350; font-size: 1rem; color: rgba(13,13,13,.7); }
.tl-price__inc { margin: 0; font-weight: 350; font-size: 1rem; line-height: 1.65; color: rgba(13,13,13,.8); }
.tl-price__terms { margin: 0; font-weight: 350; font-size: 14px; line-height: 1.55; color: rgba(13,13,13,.65); }
.tl-price__link { margin-top: auto; font-weight: 600; font-size: 15px; color: var(--ink); text-decoration: underline; text-underline-offset: 3px; }
.tl-price__foot { margin: var(--sp-group) 0 0; font-weight: 600; font-size: 1.05rem; max-width: 62ch; }
.tl-price__foot a { text-decoration: underline; text-underline-offset: 3px; }
@media (max-width: 900px) { .tl-price__grid--three { grid-template-columns: minmax(0, 1fr); } }

/* ---- BLK.19 · Traditions ---- */
.tl-trad { background: var(--white); }
.tl-trad .svc4-in { padding: var(--sp-band) var(--gutter); }
.tl-trad__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: var(--sp-item) var(--sp-block);
	margin: var(--sp-group) 0 0;
}
.tl-trad__row { min-width: 0; padding: var(--sp-item); background: var(--paper); border-radius: var(--radius-card); box-shadow: 0 2px 4px rgba(13,13,13,.04), 0 22px 44px -16px color-mix(in srgb, var(--field) 50%, transparent); }
.tl-trad__row:nth-child(3n+2) { box-shadow: 0 2px 4px rgba(13,13,13,.04), 0 22px 44px -16px color-mix(in srgb, var(--accent) 50%, transparent); }
.tl-trad__row:nth-child(3n+3) { box-shadow: 0 2px 4px rgba(13,13,13,.04), 0 22px 44px -16px color-mix(in srgb, var(--sw-7) 50%, transparent); }
.tl-trad__row dt { font-weight: 700; font-size: 1.15rem; letter-spacing: -.012em; }
.tl-trad__row dd { margin: var(--sp-tight) 0 0; font-weight: 350; font-size: 1.02rem; line-height: 1.6; color: rgba(13,13,13,.78); }
.tl-trad .tl-lede + .tl-lede { margin-top: var(--sp-close); }
@media (max-width: 760px) { .tl-trad__grid { grid-template-columns: minmax(0, 1fr); } }

/* ---- BLK.21 · Service times ---- */
.tl-times .svc4-in { padding: var(--sp-band) var(--gutter); }
.tl-times__list { list-style: none; margin: var(--sp-group) 0 0; padding: 0; display: grid; gap: var(--sp-close); max-width: 62ch; }
.tl-times__list li { display: grid; grid-template-columns: 8rem 6rem 1fr; gap: var(--sp-close); font-size: 1.05rem; }
.tl-times__day { font-weight: 600; }
.tl-times__time { font-variant-numeric: tabular-nums; }
.tl-times__table { margin-top: var(--sp-group); border-collapse: collapse; width: 100%; max-width: 62ch; }
.tl-times__table th, .tl-times__table td { text-align: left; padding: 12px 0; border-bottom: 1px solid rgba(13,13,13,.1); }
.tl-times__season { margin-top: var(--sp-item); font-weight: 350; color: rgba(13,13,13,.7); }

/* ---- BLK.22 · Practice tiles ---- */
.tl-practices { background: var(--white); }
.tl-practices .svc4-in { padding: var(--sp-band) var(--gutter); }
.tl-practices__grid { display: grid; gap: var(--sp-item); }
.tl-practices__grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.tl-practices__grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.tl-practice {
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: var(--sp-close);
	min-height: 240px;
	padding: var(--sp-item);
	background: var(--tile);
	color: var(--ink);
	border-radius: var(--radius-card);
	text-decoration: none;
	transition: transform var(--dur-move) var(--ease-state), box-shadow var(--dur-move) var(--ease-state);
}
.tl-practice:hover { transform: translateY(-3px); box-shadow: 0 28px 52px -14px color-mix(in srgb, var(--tile) 62%, transparent); }
.tl-practice:focus-visible { outline: 3px solid var(--ink); outline-offset: 3px; }
.tl-practice__name { font-weight: 700; font-size: 1.35rem; letter-spacing: -.018em; line-height: 1.2; }
.tl-practice__line { font-weight: 350; font-size: 15px; line-height: 1.55; }
@media (max-width: 900px) { .tl-practices__grid--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 640px) { .tl-practices__grid--4, .tl-practices__grid--2 { grid-template-columns: minmax(0, 1fr); } .tl-practice { min-height: 0; } }

/* ---- BLK.23 · Resource card ---- */
.tl-rgrid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: var(--sp-item);
	margin-top: clamp(32px, 4vw, 48px);
}
.tl-rcard {
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: var(--sp-tight);
	background: var(--white);
	border-radius: var(--radius-card);
	padding: clamp(22px, 2.4vw, 28px);
	box-shadow: 0 2px 4px rgba(13,13,13,.04), 0 22px 44px -16px color-mix(in srgb, var(--card-tone) 50%, transparent);
	transition: transform var(--dur-move) var(--ease-state), box-shadow var(--dur-move) var(--ease-state);
}
.tl-rcard:hover { transform: translateY(-3px); box-shadow: 0 2px 4px rgba(13,13,13,.04), 0 28px 52px -14px color-mix(in srgb, var(--card-tone) 62%, transparent); }
.tl-rcard__type { font-weight: 600; font-size: 13px; color: color-mix(in srgb, var(--card-tone) 100%, var(--ink) 0%); color: var(--accent-mid); }
.tl-rcard__title { margin: 0; font-weight: 700; font-size: 1.15rem; letter-spacing: -.012em; line-height: 1.3; }
.tl-rcard__title a { color: var(--ink); text-decoration: none; }
.tl-rcard__title a:hover { text-decoration: underline; text-underline-offset: 3px; }
.tl-rcard__line { margin: 0; font-weight: 350; font-size: 15px; line-height: 1.55; color: rgba(13,13,13,.78); }
.tl-rcard__meta { margin: 0; font-weight: 350; font-size: 13px; color: rgba(13,13,13,.6); }
.tl-rcard__actions { margin: auto 0 0; padding-top: var(--sp-tight); display: flex; flex-wrap: wrap; gap: 8px; }
.svc4-prose--mist .tl-rcard { background: var(--white); }
@media (max-width: 900px) { .tl-rgrid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 640px) { .tl-rgrid { grid-template-columns: minmax(0, 1fr); } }
.tl-lib-group + .tl-lib-group { margin-top: var(--sp-block); }

/* ---- Resource CTA block (A, B, C) ---- */
.tl-rcta {
	margin-top: var(--sp-block);
	padding: clamp(24px, 3vw, 36px);
	background: var(--field);
	color: var(--ink);
	border-radius: var(--radius-card);
}
.tl-article .tl-rcta { margin-top: var(--sp-block); }
.tl-rcta__lead { margin: 0; font-weight: 700; font-size: 1.5rem; letter-spacing: -.018em; line-height: 1.2; max-width: 24ch; }
.tl-rcta__text { margin: var(--sp-close) 0 0; font-weight: 350; font-size: 1.02rem; line-height: 1.65; max-width: 62ch; }
.tl-rcta__links { margin: var(--sp-item) 0 0; display: flex; flex-wrap: wrap; gap: 12px; }
.tl-inline-cta { margin: var(--sp-item) 0; padding-left: var(--sp-close); border-left: 3px solid var(--accent); font-size: 1rem; }
.tl-inline-cta a { text-decoration: underline; text-underline-offset: 3px; color: var(--ink); }

/* ---- E-cards (two services, the AI card) ---- */
.tl-ecards { display: grid; gap: var(--sp-item); margin-top: var(--sp-group); }
.tl-ecards--1 { grid-template-columns: minmax(0, 1fr); }
.tl-ecards--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.tl-ecards--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.tl-ecard {
	min-width: 0;
	display: grid;
	grid-template-rows: auto 1fr auto;
	gap: var(--sp-close);
	background: var(--white);
	color: var(--ink);
	text-decoration: none;
	border-radius: var(--radius-card);
	padding: clamp(24px, 2.6vw, 32px);
	box-shadow: 0 2px 4px rgba(13,13,13,.04), 0 22px 44px -16px color-mix(in srgb, var(--card-tone) 50%, transparent);
	transition: transform var(--dur-move) var(--ease-state), box-shadow var(--dur-move) var(--ease-state);
}
a.tl-ecard:hover { transform: translateY(-3px); box-shadow: 0 2px 4px rgba(13,13,13,.04), 0 28px 52px -14px color-mix(in srgb, var(--card-tone) 62%, transparent); }
a.tl-ecard:focus-visible { outline: 3px solid var(--ink); outline-offset: 3px; }
.tl-ecard__name { font-weight: 700; font-size: clamp(1.4rem, 2vw, 1.75rem); letter-spacing: -.02em; line-height: 1.15; margin: 0; max-width: none; }
h2.tl-ecard__name { font-size: clamp(1.4rem, 2vw, 1.75rem); }
.tl-ecard__p { font-weight: 350; font-size: 1.02rem; line-height: 1.65; color: rgba(13,13,13,.8); }
.tl-ecard__link { justify-self: start; }
.tl-ecard__links { display: flex; flex-wrap: wrap; gap: 8px; }
@media (max-width: 760px) { .tl-ecards--2, .tl-ecards--3 { grid-template-columns: minmax(0, 1fr); } }

/* ---- Media cards ---- */
.tl-mcards { display: grid; gap: var(--sp-item); margin-top: var(--sp-group); }
.tl-mcards--1 { grid-template-columns: minmax(0, 1fr); max-width: 420px; }
.tl-mcards--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.tl-mcards--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.tl-mcard {
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: var(--sp-tight);
	background: var(--white);
	color: var(--ink);
	text-decoration: none;
	border-radius: var(--radius-card);
	overflow: hidden;
	box-shadow: 0 2px 4px rgba(13,13,13,.04), 0 22px 44px -16px color-mix(in srgb, var(--card-tone) 50%, transparent);
	transition: transform var(--dur-move) var(--ease-state), box-shadow var(--dur-move) var(--ease-state);
}
.tl-mcard:hover { transform: translateY(-3px); box-shadow: 0 2px 4px rgba(13,13,13,.04), 0 28px 52px -14px color-mix(in srgb, var(--card-tone) 62%, transparent); }
.tl-mcard:focus-visible { outline: 3px solid var(--ink); outline-offset: 3px; }
.tl-mcard__well { display: block; aspect-ratio: 4 / 3; background: var(--card-tone); overflow: hidden; }
.tl-mcard__well img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform var(--dur-image) var(--ease-state); }
.tl-mcard:hover .tl-mcard__well img { transform: scale(1.04); }
.tl-mcard__meta { padding: var(--sp-close) var(--sp-item) 0; font-weight: 350; font-size: 13px; color: rgba(13,13,13,.6); }
.tl-mcard__title { padding: 0 var(--sp-item); font-weight: 600; font-size: 1.15rem; letter-spacing: -.012em; line-height: 1.3; min-height: 2.6em; }
.tl-mcard__read { padding: 0 var(--sp-item) var(--sp-item); margin-top: auto; font-weight: 600; font-size: 14px; color: var(--accent-mid); }
.tl-mcard:hover .tl-mcard__read { text-decoration: underline; text-underline-offset: 3px; }
@media (max-width: 900px) { .tl-mcards--3 { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 640px) { .tl-mcards--2, .tl-mcards--3 { grid-template-columns: minmax(0, 1fr); } }
@media (prefers-reduced-motion: reduce) { .tl-mcard__well img { transition-duration: 1.2s; } }

/* Featured guide on the hub. */
.tl-feat {
	display: grid;
	grid-template-columns: minmax(0, 5fr) minmax(0, 6fr);
	gap: clamp(24px, 3vw, 40px);
	margin-top: var(--sp-group);
	background: var(--white);
	color: var(--ink);
	text-decoration: none;
	border-radius: var(--radius-card);
	overflow: hidden;
	box-shadow: 0 2px 4px rgba(13,13,13,.04), 0 22px 44px -16px color-mix(in srgb, var(--card-tone) 50%, transparent);
}
.tl-feat__well { display: block; aspect-ratio: 4 / 3; background: var(--card-tone); }
.tl-feat__well img { display: block; width: 100%; height: 100%; object-fit: cover; }
.tl-feat__body { display: flex; flex-direction: column; gap: var(--sp-close); padding: clamp(24px, 3vw, 40px) clamp(24px, 3vw, 40px) clamp(24px, 3vw, 40px) 0; }
.tl-feat__body .tl-mcard__meta, .tl-feat__body .tl-mcard__read { padding: 0; }
.tl-feat__title { font-weight: 700; font-size: clamp(1.5rem, 2.4vw, 2.1rem); letter-spacing: -.02em; line-height: 1.15; }
.tl-feat__p { font-weight: 350; font-size: 1.02rem; line-height: 1.65; color: rgba(13,13,13,.78); }
@media (max-width: 760px) { .tl-feat { grid-template-columns: minmax(0, 1fr); } .tl-feat__body { padding: 0 var(--sp-item) var(--sp-item); } }

/* Chips (category filter, reader pathways). Pills are 100px. */
.tl-chips { display: flex; flex-wrap: wrap; gap: 10px; margin-top: var(--sp-group); }
.tl-chip {
	display: inline-flex;
	align-items: center;
	padding: 8px 16px;
	font-weight: 600;
	font-size: 14px;
	color: var(--ink);
	text-decoration: none;
	border-radius: var(--radius-pill);
	box-shadow: inset 0 0 0 1px var(--ring-ink);
	background: var(--white);
	transition: background var(--dur-tap) var(--ease-state);
}
.tl-chip:hover, .tl-chip.is-on { background: var(--sweep, var(--accent)); box-shadow: none; }
.tl-chip.is-on { --sweep: var(--accent); }
.svc4-prose--mist .tl-chips { margin-top: var(--sp-item); }

/* ---- Pillar plates: explicit tracks ---- */
.tl-plates--1 { grid-template-columns: minmax(0, 1fr); max-width: 62ch; }
.tl-plates--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.tl-plates--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.tl-plateband .v3h-osof__grid { margin-top: var(--sp-group); }
@media (max-width: 900px) { .tl-plates--3 { grid-template-columns: minmax(0, 1fr); } .tl-plates--2 { grid-template-columns: minmax(0, 1fr); } }

/* ---- List band ---- */
.tl-listband__list { list-style: none; margin: var(--sp-group) 0 0; padding: 0; display: grid; gap: var(--sp-close); max-width: 70ch; }
.tl-listband__list li { padding-left: var(--sp-close); border-left: 3px solid var(--tone, var(--accent)); font-size: 1.05rem; line-height: 1.65; }
.tl-listband__list li:nth-child(2n) { border-left-color: var(--field); }
.tl-listband__list--prose li { font-weight: 350; color: rgba(13,13,13,.82); }
.tl-listband__closing { margin: var(--sp-group) 0 0; font-weight: 600; font-size: 1.05rem; max-width: 62ch; }

/* ---- Closing CTA note ---- */
.tl-cta__note { position: relative; margin: var(--sp-item) 0 0; font-weight: 350; font-size: 15px; color: rgba(255,255,255,.7); }

/* ---- Home hero (paper, until it carries a photograph) ---- */
.tl-hero { position: relative; background: var(--paper); overflow: hidden; }
.tl-hero__content { padding: clamp(56px, 8vw, 120px) var(--gutter) clamp(56px, 8vw, 104px); position: relative; }
.tl-hero h1 {
	font-weight: 700;
	font-size: clamp(2.6rem, 6.2vw, 5.4rem);
	line-height: 1.02;
	letter-spacing: -.03em;
	max-width: 16ch;
	margin: 0;
	text-wrap: balance;
}
.tl-hero__sub { margin: var(--sp-item) 0 0; font-size: clamp(1.05rem, 1.5vw, 1.25rem); line-height: 1.65; max-width: 58ch; color: rgba(13,13,13,.72); }
.tl-hero .v3h-strip--hero { position: absolute; left: 0; right: 0; bottom: 0; }
.tl-hero--photo { background: var(--ink); color: var(--white); }
.tl-hero--photo .v3h-hero__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.tl-hero--photo .v3h-hero__scrim { position: absolute; inset: 0; background: var(--scrim-hero); }
.tl-hero--photo h1 { color: var(--white); }
.tl-hero--photo .tl-hero__sub { color: rgba(255,255,255,.82); }
.tl-hero--photo .btn3--ink { box-shadow: inset 0 0 0 1.5px var(--ring-w); }

/* ---- Contact page deltas ---- */
.pg3-mast__grid--solo { grid-template-columns: minmax(0, 1fr); }
.pg3-split--solo .pg3-split__grid { grid-template-columns: minmax(0, 1fr); }
.pg3-split--solo .pg3-split__body { max-width: 62ch; }
.tl-plate-field {
	background: var(--tile);
	color: var(--ink);
	border-radius: var(--radius-card);
	padding: clamp(28px, 4vw, 56px);
}
.tl-plate-field h2 { margin: 0; }
.tl-plate-field .pg3-deck { color: rgba(13,13,13,.78); max-width: 58ch; }
.tl-contact .pg3-form .gform_footer input[type="submit"] { background: var(--accent); color: var(--ink); }

/* ---- Article layout (posts, pieces, resources, plain pages) ---- */
.tl-mast--article h1 { max-width: 24ch; }
.tl-byline {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	margin: var(--sp-item) 0 0;
	font-weight: 350;
	font-size: 15px;
	color: rgba(13,13,13,.7);
}
.tl-byline__av { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; }
.tl-downloads { display: flex; flex-wrap: wrap; gap: 12px; }
.tl-article-body { background: var(--white); }
.tl-article-body .svc4-in { padding: var(--sp-band) var(--gutter); }
.tl-article-grid {
	display: grid;
	grid-template-columns: minmax(0, 220px) minmax(0, 68ch) minmax(0, 160px);
	gap: clamp(32px, 5vw, 72px);
	justify-content: center;
	align-items: start;
}
.tl-article-grid--solo { grid-template-columns: minmax(0, 68ch); }
.tl-article-grid--solo .tl-article--wide { max-width: none; }
.tl-toc { position: sticky; top: 96px; }
.tl-toc__h { margin: 0 0 var(--sp-close); font-weight: 700; font-size: 14px; }
.tl-toc ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.tl-toc li a { font-weight: 350; font-size: 14px; line-height: 1.4; color: rgba(13,13,13,.65); text-decoration: none; }
.tl-toc li.sub a { padding-left: 12px; }
.tl-toc li.on a, .tl-toc li a:hover { color: var(--ink); font-weight: 600; }
.tl-share { position: sticky; top: 96px; display: grid; gap: 8px; }
.tl-share a { font-weight: 350; font-size: 14px; color: rgba(13,13,13,.7); text-decoration: underline; text-underline-offset: 3px; }
.tl-share a:hover { color: var(--ink); }
.tl-article { min-width: 0; font-weight: 350; font-size: clamp(1.02rem, 1.3vw, 1.12rem); line-height: 1.72; color: rgba(13,13,13,.86); }
.svc4 .tl-article > * + * { margin-top: var(--sp-item); }
.svc4 .tl-article p, .svc4 .tl-article li { margin: 0; }
.svc4 .tl-article h2 { font-weight: 700; font-size: clamp(1.5rem, 2.4vw, 2rem); letter-spacing: -.02em; line-height: 1.15; max-width: 24ch; margin-top: var(--sp-block); color: var(--ink); }
.svc4 .tl-article h3 { font-weight: 700; font-size: clamp(1.2rem, 1.8vw, 1.45rem); letter-spacing: -.015em; line-height: 1.25; margin-top: var(--sp-group); color: var(--ink); }
.svc4 .tl-article h4 { font-weight: 600; font-size: 1.1rem; margin-top: var(--sp-group); color: var(--ink); }
.tl-article ul, .tl-article ol { padding-left: 1.4em; display: grid; gap: 10px; }
.tl-article blockquote { margin: var(--sp-group) 0; padding-left: var(--sp-item); border-left: 3px solid var(--accent); font-style: italic; }
.tl-article blockquote p + p { margin-top: var(--sp-close); }
.tl-article a:not(.btn3) { color: var(--ink); text-decoration: underline; text-underline-offset: 3px; }
.tl-article strong { font-weight: 700; color: var(--ink); }
.tl-article img { max-width: 100%; height: auto; border-radius: var(--radius-card); }
.tl-article figure { margin: var(--sp-group) 0; }
.tl-article figcaption { margin-top: 8px; font-size: 14px; color: rgba(13,13,13,.6); }
.tl-article table { border-collapse: collapse; width: 100%; font-size: 15px; }
.tl-article th, .tl-article td { text-align: left; padding: 10px 8px; border-bottom: 1px solid rgba(13,13,13,.1); vertical-align: top; }
.tl-article hr { border: 0; border-top: 1px solid rgba(13,13,13,.1); margin: var(--sp-group) 0; }
.tl-article .wp-block-buttons, .tl-article .wp-block-button__link { font: inherit; }
.tl-article .wp-block-button__link { display: inline-block; padding: 12px 22px; border-radius: var(--radius-pill); background: var(--ink); color: var(--white); text-decoration: none; font-weight: 600; }
.tl-article .wp-block-group, .tl-article .wp-block-columns { margin: 0; }
.tl-article .wp-block-columns { display: grid; gap: var(--sp-item); grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.tl-article .wp-block-column > * + * { margin-top: var(--sp-close); }
.tl-article .wp-block-cover, .tl-article .wp-block-media-text { border-radius: var(--radius-card); overflow: hidden; }
.tl-article--wide { max-width: none; }
.tl-download-box {
	margin-top: var(--sp-block);
	padding: clamp(24px, 3vw, 36px);
	background: var(--paper);
	border-radius: var(--radius-card);
	box-shadow: 0 2px 4px rgba(13,13,13,.04), 0 22px 44px -16px color-mix(in srgb, var(--tone, var(--accent)) 50%, transparent);
}
.tl-download-box h2 { margin-top: 0; }
.tl-download-box p { margin-top: var(--sp-close); }
.tl-download-box .tl-downloads { margin-top: var(--sp-item); }
@media (max-width: 1000px) {
	.tl-article-grid { grid-template-columns: minmax(0, 1fr); gap: var(--sp-group); }
	.tl-toc, .tl-share { position: static; }
	.tl-toc { padding: var(--sp-item); background: var(--paper); border-radius: var(--radius-card); }
	.tl-share { display: flex; flex-wrap: wrap; gap: var(--sp-close); }
	.tl-share .tl-toc__h { width: 100%; margin: 0; }
}

/* Downloads in the left rail (library pages), under the chapter list. */
.tl-rail { position: sticky; top: 96px; display: grid; gap: var(--sp-group); align-content: start; }
.tl-rail .tl-toc { position: static; }
.tl-rail__downloads { display: grid; gap: 10px; justify-items: start; }
.tl-rail__downloads .tl-toc__h { margin-bottom: 4px; }
.tl-rail__downloads .btn3 { white-space: nowrap; }
@media (max-width: 1000px) { .tl-rail { position: static; } }

/* Email capture on the resource layer. */
.tl-capture {
	margin-top: var(--sp-block);
	padding: clamp(24px, 3vw, 36px);
	background: var(--paper);
	border-radius: var(--radius-card);
	box-shadow: 0 2px 4px rgba(13,13,13,.04), 0 22px 44px -16px color-mix(in srgb, var(--card-tone) 50%, transparent);
}
.tl-capture__h { margin: 0; font-weight: 700; font-size: 1.35rem; letter-spacing: -.018em; }
.tl-capture__p { margin: var(--sp-tight) 0 var(--sp-item); font-weight: 350; font-size: 15px; color: rgba(13,13,13,.7); }
.tl-capture .gform_fields { display: grid; gap: var(--sp-close); }
.tl-capture input[type="text"], .tl-capture input[type="email"] { width: 100%; box-sizing: border-box; padding: 12px 14px; font: inherit; font-size: 16px; border: 1px solid var(--ring-ink); border-radius: var(--radius-control); background: var(--white); }
.tl-capture .gform_footer { margin-top: var(--sp-close); }
.tl-capture input[type="submit"] { font: inherit; font-weight: 600; font-size: 15px; color: var(--ink); background: var(--accent); border: 0; border-radius: var(--radius-pill); padding: 12px 22px; cursor: pointer; }
.tl-capture .gfield_required { display: none; }
.tl-capture .gform_hidden, .tl-capture .gfield--type-hidden { display: none; }

/* Related rows. */
.tl-related__head { display: flex; align-items: baseline; justify-content: space-between; gap: var(--sp-item); flex-wrap: wrap; }
.tl-related .tl-rgrid, .tl-related .tl-mcards { margin-top: var(--sp-group); }
.tl-hub__body .tl-rcta, .tl-related .tl-rcta { margin-top: var(--sp-block); }

/* Pager. */
.tl-pager { margin-top: var(--sp-block); display: flex; align-items: center; justify-content: space-between; gap: var(--sp-item); flex-wrap: wrap; font-size: 15px; }
.tl-pager .pages { display: flex; gap: 8px; }
.tl-pager .pages a, .tl-pager .pages span { display: inline-flex; padding: 8px 14px; border-radius: var(--radius-pill); box-shadow: inset 0 0 0 1px var(--ring-ink); text-decoration: none; color: var(--ink); }
.tl-pager .pages .current { background: var(--accent); box-shadow: none; }
.tl-pager .nav-links { display: flex; gap: 8px; }

/* 404 search. */
.tl-search { margin-top: var(--sp-group); display: grid; gap: var(--sp-tight); max-width: 480px; }
.tl-search label { font-weight: 600; font-size: 14px; }
.tl-search input[type="search"] { width: 100%; box-sizing: border-box; padding: 12px 14px; font: inherit; font-size: 16px; border: 1px solid var(--ring-ink); border-radius: var(--radius-control); background: var(--white); }
.tl-search .btn3 { justify-self: start; }

/* ---- The drawers: the audit form inside the drawer takes the light register ---- */
#audit-drawer .sc__privacy { margin-top: var(--sp-item); }

/* ---- Reduced motion: slow down, never stop ---- */
@media (prefers-reduced-motion: reduce) {
	.tl-practice, .tl-rcard, .tl-ecard, .tl-mcard { transition-duration: .6s; }
}

/* ---- Photographs (media-library slots, inc/tl-images.php) ---- */
/* A photo plate: the photograph in a 14px well between two bands, to break a long run of text. */
.tl-plate { background: var(--white); }
.tl-plate--mist { background: var(--mist); }
.tl-plate--paper { background: var(--paper); }
.tl-plate .svc4-in { padding-top: 0; padding-bottom: var(--sp-band, 64px); }
.tl-plate__fig { margin: 0; border-radius: var(--radius-card, 14px); overflow: hidden; background: var(--mist); }
.tl-plate__fig img { display: block; width: 100%; height: auto; aspect-ratio: 21 / 9; object-fit: cover; }
@media (max-width: 720px) { .tl-plate__fig img { aspect-ratio: 4 / 3; } }

/* The masthead with a photograph beside the words (pages, pillar hubs). */
.tl-mast__grid { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: clamp(28px, 4vw, 56px); align-items: center; }
.tl-mast__fig { margin: 0; border-radius: var(--radius-card, 14px); overflow: hidden; background: var(--mist); }
.tl-mast__fig img { display: block; width: 100%; height: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
@media (max-width: 900px) { .tl-mast__grid { grid-template-columns: 1fr; } .tl-mast__fig img { aspect-ratio: 16 / 9; } }

/* The photograph that splits a covers run after the first row. */
.svc4-covers__split { margin: clamp(20px, 2.4vw, 28px) 0; border-radius: var(--radius-card, 14px); overflow: hidden; background: var(--mist); }
.svc4-covers__split img { display: block; width: 100%; height: auto; aspect-ratio: 21 / 9; object-fit: cover; }
.svc4-covers__split + .svc4-covers__grid { margin-top: 0; }

/* Practice tiles with a photograph: the sector tile, fixed scrim, white text. */
.tl-practice--photo { position: relative; color: var(--white); background: var(--ink); justify-content: flex-end; min-height: 320px; overflow: hidden; isolation: isolate; }
.tl-practice__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; transition: transform .6s ease; }
.tl-practice--photo:hover .tl-practice__img { transform: scale(1.04); }
.tl-practice__scrim { position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(17, 17, 17, .18) 0%, rgba(17, 17, 17, .78) 100%); }
.tl-practice--photo .tl-practice__name { color: var(--white); }
.tl-practice--photo .tl-practice__line { color: rgba(255, 255, 255, .88); }
.tl-practice--photo .tl-practice__go { color: var(--white); }

/* Resource cards with a cover thumbnail (the PDF's first page). */
.tl-rcard--thumb { padding-top: 0; }
.tl-rcard__well { display: block; margin: 0 calc(-1 * clamp(22px, 2.4vw, 28px)) clamp(16px, 2vw, 22px); aspect-ratio: 16 / 9; overflow: hidden; background: var(--mist); border-radius: var(--radius-card, 14px) var(--radius-card, 14px) 0 0; border-bottom: 1px solid var(--line); }
.tl-rcard__well img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: top; }

/* Contact: the "not ready" plate on a photograph. */
.tl-plate-photo { position: relative; border-radius: var(--radius-card, 14px); overflow: hidden; background: var(--ink); color: var(--white); isolation: isolate; min-height: 420px; display: flex; align-items: flex-end; }
.tl-plate-photo > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; }
.tl-plate-photo__scrim { position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(17, 17, 17, .12) 0%, rgba(17, 17, 17, .82) 100%); }
.tl-plate-photo__body { position: relative; padding: clamp(24px, 3vw, 40px); max-width: 60ch; }
.tl-plate-photo__body h2, .tl-plate-photo__body p { color: var(--white); }
.tl-plate-photo__body p { color: rgba(255, 255, 255, .88); }

/* Article masthead figure (posts with a featured image). */
.tl-mast__hero { margin: clamp(24px, 3vw, 40px) 0 0; border-radius: var(--radius-card, 14px); overflow: hidden; background: var(--mist); }
.tl-mast__hero img { display: block; width: 100%; height: auto; aspect-ratio: 21 / 9; object-fit: cover; }
.tl-mast__hero figcaption { font-size: 13px; color: var(--ink-3); padding: 8px 0 0; }

/* ---- BLK.24 · Flow: pinned scroll story (how we work) ---- */
.tl-flow { position: relative; }
.tl-flow__pin {
	/* Sits under the sticky site header: the script writes --tl-header-h. */
	position: sticky; top: var(--tl-header-h, 0px); min-height: calc(100vh - var(--tl-header-h, 0px)); min-height: calc(100svh - var(--tl-header-h, 0px));
	display: flex; align-items: center; overflow: hidden; isolation: isolate;
	background:
		radial-gradient(110% 80% at 12% 0%, color-mix(in srgb, var(--sw-6) 42%, var(--paper)) 0%, transparent 62%),
		radial-gradient(90% 70% at 92% 100%, color-mix(in srgb, var(--sw-7) 30%, var(--paper)) 0%, transparent 60%),
		radial-gradient(60% 50% at 70% 20%, color-mix(in srgb, var(--sw-2) 16%, var(--paper)) 0%, transparent 60%),
		var(--paper);
}
/* The sky: a photograph under everything, drifting left with scroll progress (--drift 0..1), muted by a paper veil. */
.tl-flow__sky { position: absolute; inset: 0; z-index: -2; overflow: hidden; pointer-events: none; }
.tl-flow__sky-img { position: absolute; top: 0; left: 0; height: 100%; width: 190%; max-width: none; object-fit: cover; object-position: 50% 40%; transform: translate3d(calc(-6% + var(--drift, 0) * -42%), 0, 0); will-change: transform; }
.tl-flow { --veil-top: 42%; --veil-bottom: 58%; } /* how much paper sits over the sky; raise to mute, lower to let the clouds through */
.tl-flow__veil { position: absolute; inset: 0; background: linear-gradient(180deg, color-mix(in srgb, var(--paper) var(--veil-top), transparent) 0%, color-mix(in srgb, var(--paper) var(--veil-bottom), transparent) 100%), color-mix(in srgb, var(--sw-6) 8%, transparent); }
.tl-flow__ht { position: absolute; z-index: -1; pointer-events: none; width: clamp(180px, 22vw, 320px); opacity: .35; }
.tl-flow__ht--tl { left: -40px; top: -40px; }
.tl-flow__ht--br { right: -40px; bottom: -40px; }
.tl-flow__markers { display: flex; flex-direction: column; }
.tl-flow__marker { height: 70vh; }
.tl-flow__marker:last-child { height: 40vh; }
.svc4 .tl-flow__grid { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 6fr); gap: clamp(28px, 6vw, 96px); align-items: center; width: 100%; padding-top: clamp(40px, 6vw, 72px); padding-bottom: clamp(40px, 6vw, 72px); }
.tl-flow__h2 { grid-column: 1 / -1; text-align: center; margin: 0 0 clamp(8px, 2vw, 24px); }
.tl-flow__card {
	position: relative; min-height: 300px; display: grid;
	background: rgba(255, 255, 255, .58); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
	border-radius: var(--radius-card); padding: clamp(24px, 3.2vw, 44px); box-shadow: var(--shadow-card);
	border: 1px solid rgba(255, 255, 255, .7);
}
.tl-flow__step { grid-area: 1 / 1; opacity: 0; visibility: hidden; transform: translateY(12px); transition: opacity .45s var(--ease-state), transform .45s var(--ease-state), visibility 0s linear .45s; }
.tl-flow__step.is-on { opacity: 1; visibility: visible; transform: none; transition-delay: 0s; }
.tl-flow__count { margin: 0 0 var(--sp-tight); font-weight: 600; font-size: 13px; letter-spacing: .02em; color: var(--tone-mid, var(--accent-mid)); }
.tl-flow__step h3 { margin: 0; font-weight: 700; font-size: clamp(1.6rem, 2.6vw, 2.3rem); letter-spacing: -.024em; line-height: 1.12; max-width: 16ch; }
.tl-flow__step p:last-child { margin: var(--sp-close) 0 0; font-size: clamp(1rem, 1.15vw, 1.1rem); line-height: 1.6; color: var(--ink-2); max-width: 44ch; }
.tl-flow__rail { position: relative; font-weight: 600; font-size: 15px; color: var(--ink); }
.tl-flow__node { display: inline-flex; align-items: center; gap: 12px; padding: 10px 20px 10px 10px; border-radius: 14px; background: var(--white); box-shadow: 0 10px 28px rgba(13, 13, 13, .10); transition: opacity .45s var(--ease-state), filter .45s var(--ease-state), transform .45s var(--ease-state), box-shadow .3s var(--ease-state); }
.tl-flow__tile { width: 36px; height: 36px; border-radius: 10px; background: var(--tone, var(--sw-6)); color: var(--ink); display: grid; place-items: center; flex: none; }
.tl-flow__tile svg { width: 20px; height: 20px; }
.tl-flow__node--root { margin-bottom: 22px; }
.tl-flow__branches { position: relative; margin-left: 27px; padding-left: 40px; }
.tl-flow__branches::before { content: ""; position: absolute; left: 0; top: -22px; bottom: 26px; width: 3px; background: rgba(13, 13, 13, .12); border-radius: 2px; }
.tl-flow__trunk { position: absolute; left: 0; top: -22px; width: 3px; height: calc((100% - 4px) * var(--fill, .2)); background: var(--ink); border-radius: 2px; transition: height .5s var(--ease-state); }
.tl-flow__branch { position: relative; display: flex; align-items: center; margin: 0 0 16px; }
.tl-flow__branch::before { content: ""; position: absolute; left: -40px; width: 40px; height: 3px; background: rgba(13, 13, 13, .12); }
.tl-flow__branch.is-on::before { background: var(--ink); }
.tl-flow__badge { position: absolute; left: -40px; transform: translateX(-50%); width: 32px; height: 32px; border-radius: 50%; background: var(--white); box-shadow: 0 4px 12px rgba(13, 13, 13, .12); font-size: 12px; font-weight: 700; display: grid; place-items: center; color: var(--ink); transition: background .3s var(--ease-state), color .3s var(--ease-state); }
.tl-flow__branch.is-on .tl-flow__badge { background: var(--ink); color: var(--white); }
.tl-flow__node[data-node] { opacity: .32; filter: blur(1.5px) saturate(.5); transform: translateX(8px); }
.tl-flow__node[data-node].is-on { opacity: 1; filter: none; transform: none; }
.tl-flow__node[data-node].is-now { box-shadow: 0 14px 36px rgba(13, 13, 13, .14), 0 0 0 3px color-mix(in srgb, var(--tone) 55%, transparent); }

/* Static: small screens and reduced motion. Everything shown, nothing pinned. */
.tl-flow.is-static .tl-flow__pin { position: static; min-height: 0; }
.tl-flow.is-static .tl-flow__markers { display: none; }
.tl-flow.is-static .tl-flow__grid { grid-template-columns: 1fr; }
.tl-flow.is-static .tl-flow__card { display: grid; gap: var(--sp-item); }
.tl-flow.is-static .tl-flow__step { grid-area: auto; opacity: 1; visibility: visible; transform: none; }
.tl-flow.is-static .tl-flow__node[data-node] { opacity: 1; filter: none; transform: none; }
.tl-flow.is-static .tl-flow__branch::before, .tl-flow.is-static .tl-flow__branches::before { background: var(--ink); }
.tl-flow.is-static .tl-flow__badge { background: var(--ink); color: var(--white); }
.tl-flow.is-static .tl-flow__trunk { display: none; }
/* Phones (Sean, 7 Sep 2026): no scroll lock. The section sits in the page,
   title, rail, then the card, and the story plays itself when it comes into
   view (assets/js/tl-flow.js). The sky holds still under a heavier veil. */
@media (max-width: 900px) {
	.tl-flow__pin { position: static; min-height: 0; align-items: flex-start; }
	.tl-flow__markers { display: none; }
	.svc4 .tl-flow__grid { grid-template-columns: 1fr; gap: 16px; padding: 44px var(--gutter) 52px; align-items: start; }
	.tl-flow__h2 { order: -2; font-size: clamp(1.6rem, 6vw, 2rem); margin: 0 0 4px; text-align: left; }
	.tl-flow__rail { order: -1; font-size: 14px; }
	.tl-flow__node { padding: 7px 14px 7px 7px; border-radius: 12px; }
	.tl-flow__tile { width: 30px; height: 30px; border-radius: 8px; }
	.tl-flow__tile svg { width: 17px; height: 17px; }
	.tl-flow__node--root { margin-bottom: 14px; }
	.tl-flow__branches { margin-left: 22px; padding-left: 30px; }
	.tl-flow__branches::before, .tl-flow__trunk { top: -14px; }
	.tl-flow__branch { margin-bottom: 10px; }
	.tl-flow__branch::before { left: -30px; width: 30px; }
	.tl-flow__badge { left: -30px; width: 26px; height: 26px; font-size: 11px; }
	/* The card is only as tall as the step it shows; the step it shows fades in. */
	.tl-flow__card { min-height: 0; padding: 18px 20px 20px; }
	.tl-flow__step { grid-area: auto; }
	.tl-flow__step:not(.is-on) { display: none; }
	.tl-flow__step.is-on { animation: tl-flow-in .55s var(--ease-state) both; }
	.tl-flow.is-static .tl-flow__step { display: block; animation: none; }
	.tl-flow__step h3 { font-size: clamp(1.25rem, 5vw, 1.5rem); max-width: none; }
	.tl-flow__step p:last-child { font-size: .95rem; margin-top: 10px; }
	.tl-flow__sky-img { transform: translate3d(-22%, 0, 0); will-change: auto; }
	.tl-flow { --veil-top: 52%; --veil-bottom: 66%; }
	.tl-flow__ht { display: none; }
}
@keyframes tl-flow-in { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) {
	.tl-flow__step, .tl-flow__node, .tl-flow__trunk, .tl-flow__badge { transition: none; }
}

/* ---- Home · A new name, not a new studio: the Proud Brands wordmark beside the words ---- */
.svc4 .tl-studio__grid { display: grid; grid-template-columns: minmax(0, 4fr) minmax(0, 7fr); gap: clamp(32px, 6vw, 96px); align-items: center; }
.tl-studio__logo { display: block; max-width: 340px; }
.tl-studio__logo img { display: block; width: 100%; height: auto; }
.tl-studio__body { min-width: 0; }
.tl-studio .svc4-prose__body { margin-top: var(--sp-item); }
@media (max-width: 900px) {
	.svc4 .tl-studio__grid { grid-template-columns: minmax(0, 1fr); gap: var(--sp-group); }
	.tl-studio__logo { max-width: 220px; }
}
