.tllcr {
	--tl-green: #07583b;
	--tl-green-deep: #06452f;
	--tl-green-soft: #eaf4ee;
	--tl-yellow: #f5df4d;
	--tl-gold: #d99700;
	--tl-ink: #17352b;
	--tl-muted: #5d6c65;
	--tl-border: #dce4df;
	--tl-surface: #fff;
	--tl-soft: #f7faf8;
	--tl-radius: 6px;
	color: var(--tl-ink);
	background: #fff;
	font-family: inherit;
	font-size: 16px;
	line-height: 1.65;
}

body.tllcr-page .page-title,
body.tllcr-page .title-size-small,
body.tllcr-page .wd-page-title {
	display: none !important;
}

body.tllcr-page .site-content,
body.tllcr-page .main-page-wrapper,
body.tllcr-page .container,
body.tllcr-page .content-layout-wrapper,
body.tllcr-page .site-content > .row {
	max-width: none;
	width: 100%;
	margin: 0;
	padding-left: 0;
	padding-right: 0;
}

body.tllcr-page .site-content > .row,
body.tllcr-page .content-layout-wrapper {
	display: block;
}

body.tllcr-page .site-content .content-area {
	width: 100%;
	max-width: none;
	flex: 0 0 100%;
	padding: 0;
}

.tllcr *,
.tllcr *::before,
.tllcr *::after {
	box-sizing: border-box;
}

.tllcr img {
	display: block;
	max-width: 100%;
}

.tllcr a {
	color: var(--tl-green);
}

.tllcr h1,
.tllcr h2,
.tllcr h3 {
	color: var(--tl-green-deep);
	font-family: Georgia, "Times New Roman", serif;
	letter-spacing: -0.025em;
	margin: 0;
}

.tllcr h1 {
	font-size: clamp(48px, 5.2vw, 82px);
	line-height: 1.02;
	max-width: 760px;
}

.tllcr h2 {
	font-size: clamp(36px, 4vw, 58px);
	line-height: 1.08;
}

.tllcr h3 {
	font-size: clamp(23px, 2vw, 31px);
	line-height: 1.16;
}

.tllcr p {
	margin: 0;
}

.tllcr-shell {
	width: min(1240px, calc(100% - 48px));
	margin: 0 auto;
}

.tllcr-local-nav {
	position: sticky;
	z-index: 40;
	top: var(--wp-admin--admin-bar--height, 0);
	display: flex;
	justify-content: center;
	gap: 34px;
	width: 100%;
	padding: 13px 24px;
	border-bottom: 1px solid var(--tl-border);
	background: rgba(255, 255, 255, 0.96);
	backdrop-filter: blur(12px);
}

.tllcr-local-nav a {
	color: var(--tl-ink);
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
}

.tllcr-local-nav a:hover,
.tllcr-local-nav a:focus-visible {
	color: var(--tl-green);
	text-decoration: underline;
	text-underline-offset: 4px;
}

.tllcr-hero {
	padding: 72px 0 0;
	background: #fff;
	overflow: hidden;
}

.tllcr-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(520px, 1.08fr);
	align-items: center;
	min-height: 590px;
}

.tllcr-hero-copy {
	padding: 42px 72px 50px 0;
}

.tllcr-hero-copy > p {
	max-width: 660px;
	margin-top: 24px;
	color: #334a41;
	font-size: 19px;
	line-height: 1.7;
}

.tllcr-weekly-hero .tllcr-hero-copy > p + p {
	margin-top: 10px;
}

.tllcr-hero-copy > .tllcr-button {
	margin-top: 30px;
}

.tllcr-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 32px;
}

.tllcr-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	min-height: 50px;
	padding: 13px 21px;
	border: 1px solid transparent;
	border-radius: var(--tl-radius);
	font-family: inherit;
	font-size: 15px;
	font-weight: 750;
	line-height: 1.25;
	text-align: center;
	text-decoration: none !important;
	cursor: pointer;
	transition: transform 160ms ease, background 160ms ease, border-color 160ms ease, color 160ms ease;
}

.tllcr-button:hover {
	transform: translateY(-1px);
}

.tllcr-button:focus-visible,
.tllcr input:focus-visible,
.tllcr select:focus-visible,
.tllcr summary:focus-visible {
	outline: 3px solid rgba(217, 151, 0, 0.38);
	outline-offset: 3px;
}

.tllcr-button-primary {
	background: var(--tl-green);
	color: #fff !important;
}

.tllcr-button-primary:hover {
	background: var(--tl-green-deep);
}

.tllcr-button-secondary {
	border-color: var(--tl-gold);
	background: #fff;
	color: var(--tl-green) !important;
}

.tllcr-button-secondary:hover {
	background: #fffbea;
}

.tllcr-arrow {
	width: 21px;
	height: 21px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
}

.tllcr-hero-media {
	height: 590px;
	margin: 0;
	overflow: hidden;
	border-radius: 48px 0 0 0;
}

.tllcr-hero-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.tllcr-section {
	padding: 96px 0;
	background: #fff;
}

.tllcr-section h2 {
	max-width: 850px;
	margin-bottom: 50px;
}

.tllcr-learning-areas {
	border-top: 1px solid var(--tl-border);
}

.tllcr-learning-areas h2 {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.tllcr-dual {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0;
}

.tllcr-dual article {
	display: grid;
	grid-template-columns: 90px 1fr;
	gap: 30px;
	padding: 20px 58px 20px 0;
}

.tllcr-dual article + article {
	padding-right: 0;
	padding-left: 58px;
	border-left: 1px solid var(--tl-border);
}

.tllcr-dual h3 {
	margin-bottom: 12px;
}

.tllcr-dual p {
	color: var(--tl-muted);
}

.tllcr-dual a,
.tllcr-pathway > a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: 18px;
	font-weight: 750;
	text-decoration: none;
}

.tllcr-dual a .tllcr-arrow,
.tllcr-pathway a .tllcr-arrow {
	width: 17px;
	height: 17px;
}

.tllcr-line-icon {
	display: grid;
	place-items: center;
	width: 76px;
	height: 76px;
	border: 1.5px solid var(--tl-gold);
	border-radius: 50%;
	color: var(--tl-gold);
}

.tllcr-line-icon svg {
	width: 42px;
	height: 42px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.6;
}

.tllcr-feature-band {
	padding: 48px 0;
	border-top: 1px solid #f3e8bc;
	border-bottom: 1px solid #f3e8bc;
	background: #fffdf4;
}

.tllcr-feature-grid {
	display: grid;
	grid-template-columns: 0.8fr 1.2fr;
	gap: 76px;
	align-items: center;
}

.tllcr-feature-grid h2 {
	margin-bottom: 20px;
}

.tllcr-feature-grid p {
	max-width: 520px;
	color: var(--tl-muted);
	font-size: 18px;
}

.tllcr-feature-grid .tllcr-button {
	margin-top: 28px;
}

.tllcr-feature-grid img {
	width: 100%;
	aspect-ratio: 16 / 8;
	object-fit: cover;
	border-radius: 8px;
}

.tllcr-pathways {
	padding-bottom: 70px;
}

.tllcr-pathways h2 {
	max-width: 540px;
}

.tllcr-pathway {
	display: grid;
	grid-template-columns: 90px minmax(0, 1fr) auto;
	gap: 30px;
	align-items: center;
	padding: 30px 0;
	border-top: 1px solid var(--tl-border);
}

.tllcr-pathway:last-child {
	border-bottom: 1px solid var(--tl-border);
}

.tllcr-pathway .tllcr-line-icon {
	width: 64px;
	height: 64px;
}

.tllcr-pathway .tllcr-icon {
	width: 33px;
	height: 33px;
}

.tllcr-pathway p {
	margin-top: 7px;
	color: var(--tl-muted);
}

.tllcr-pathway > a {
	margin-top: 0;
	white-space: nowrap;
}

.tllcr-philosophy {
	padding: 0;
}

.tllcr-split {
	display: grid;
	grid-template-columns: 0.88fr 1.12fr;
	min-height: 590px;
}

.tllcr-split > div {
	padding: 90px 72px 82px 0;
}

.tllcr-split h2 {
	margin-bottom: 30px;
}

.tllcr-split p {
	max-width: 520px;
	color: var(--tl-muted);
	font-size: 18px;
}

.tllcr-split p + p {
	margin-top: 20px;
}

.tllcr-split img {
	width: 100%;
	height: 100%;
	min-height: 590px;
	object-fit: cover;
}

.tllcr-final-cta {
	padding: 78px 0;
	background: var(--tl-green);
	color: #fff;
}

.tllcr-final-cta h2,
.tllcr-final-cta p {
	color: #fff;
}

.tllcr-final-cta p {
	max-width: 620px;
	margin-top: 18px;
	font-size: 18px;
}

.tllcr-button-light {
	background: #fff;
	color: var(--tl-green-deep) !important;
}

.tllcr-button-outline-light {
	border-color: var(--tl-yellow);
	background: transparent;
	color: var(--tl-yellow) !important;
}

.tllcr-steps {
	border-top: 1px solid var(--tl-border);
	border-bottom: 1px solid var(--tl-border);
	background: #fff;
}

.tllcr-steps .tllcr-shell {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.tllcr-steps .tllcr-shell > div {
	display: flex;
	align-items: center;
	gap: 18px;
	padding: 30px 42px;
}

.tllcr-steps .tllcr-shell > div + div {
	border-left: 1px solid var(--tl-border);
}

.tllcr-steps strong {
	display: grid;
	place-items: center;
	width: 50px;
	height: 50px;
	border: 1.5px solid var(--tl-gold);
	border-radius: 50%;
	color: var(--tl-gold);
	font-family: Georgia, serif;
	font-size: 24px;
}

.tllcr-steps span {
	display: flex;
	align-items: center;
	gap: 12px;
	font-weight: 700;
}

.tllcr-icon {
	width: 26px;
	height: 26px;
	flex: 0 0 auto;
	fill: none;
	stroke: var(--tl-green);
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
}

.tllcr-upcoming h2::after,
.tllcr-expect h2::after,
.tllcr-faq h2::after {
	display: block;
	width: 48px;
	height: 3px;
	margin-top: 18px;
	background: var(--tl-gold);
	content: "";
}

.tllcr-class-list {
	border-top: 1px solid var(--tl-border);
}

.tllcr-class-row {
	display: grid;
	grid-template-columns: 28px 104px minmax(220px, 1fr) minmax(300px, 0.92fr) auto;
	gap: 22px;
	align-items: center;
	padding: 26px 18px;
	border-bottom: 1px solid var(--tl-border);
	background: #fff;
	transition: border-color 160ms ease, background 160ms ease;
}

.tllcr-class-row.is-selected {
	margin: 10px 0;
	border: 1.5px solid var(--tl-green);
	border-radius: 7px;
	background: #fbfefc;
}

.tllcr-class-choice input {
	width: 20px;
	height: 20px;
	margin: 0;
	accent-color: var(--tl-green);
	cursor: pointer;
}

.tllcr-class-row > img {
	width: 94px;
	height: 94px;
	border-radius: 50%;
	object-fit: cover;
}

.tllcr-class-main small {
	color: var(--tl-green);
	font-size: 13px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.tllcr-class-main h3 {
	margin-top: 3px;
	font-size: 25px;
}

.tllcr-class-main p {
	margin-top: 7px;
	color: var(--tl-muted);
	font-size: 14px;
	line-height: 1.5;
}

.tllcr-class-meta {
	display: grid;
	gap: 8px;
}

.tllcr-class-meta span,
.tllcr-selected-meta span {
	display: flex;
	align-items: center;
	gap: 9px;
	color: #344a41;
	font-size: 14px;
}

.tllcr-class-meta .tllcr-icon,
.tllcr-selected-meta .tllcr-icon {
	width: 21px;
	height: 21px;
}

.tllcr-class-row .tllcr-button {
	width: 150px;
	padding-right: 14px;
	padding-left: 14px;
	font-size: 13px;
}

.tllcr-empty {
	padding: 64px 28px;
	border: 1px dashed #e4bd58;
	text-align: center;
	background: #fffef9;
}

.tllcr-empty .tllcr-line-icon {
	margin: 0 auto 24px;
}

.tllcr-empty h3 {
	margin-bottom: 12px;
}

.tllcr-empty p {
	max-width: 560px;
	margin: 0 auto;
	color: var(--tl-muted);
}

.tllcr-empty .tllcr-button {
	margin-top: 24px;
}

.tllcr-registration {
	border-top: 1px solid var(--tl-border);
	background: #fbfcfb;
}

.tllcr-register-grid {
	display: grid;
	grid-template-columns: 0.74fr 1.26fr;
	gap: 70px;
}

.tllcr-selected {
	padding-right: 60px;
	border-right: 1px solid var(--tl-border);
}

.tllcr-selected h2,
.tllcr-form-wrap > h2 {
	margin-bottom: 30px;
	font-size: clamp(34px, 3vw, 48px);
}

.tllcr-selected > img {
	width: 210px;
	height: 210px;
	margin-bottom: 30px;
	border-radius: 50%;
	object-fit: cover;
}

.tllcr-selected h3 {
	margin-bottom: 25px;
	font-size: 35px;
}

.tllcr-selected-meta {
	display: grid;
	gap: 17px;
}

.tllcr-selected-meta b {
	font-weight: 650;
}

.tllcr-form {
	display: grid;
	gap: 17px;
}

.tllcr-form > label:not(.tllcr-check) {
	display: grid;
	gap: 7px;
	color: #182d25;
	font-size: 14px;
	font-weight: 750;
}

.tllcr-form input[type="text"],
.tllcr-form input[type="email"],
.tllcr-form input[type="tel"],
.tllcr-form select {
	width: 100%;
	height: 50px;
	padding: 10px 13px;
	border: 1px solid #8ba79a;
	border-radius: 5px;
	background: #fff;
	color: var(--tl-ink);
	font-family: inherit;
	font-size: 16px;
}

.tllcr-check {
	display: grid;
	grid-template-columns: 21px 1fr;
	gap: 11px;
	align-items: start;
	color: #33463e;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
}

.tllcr-check input {
	width: 19px;
	height: 19px;
	margin: 2px 0 0;
	accent-color: var(--tl-green);
}

.tllcr-submit {
	width: 100%;
	margin-top: 4px;
	font-size: 17px;
}

.tllcr-submit[disabled] {
	opacity: 0.7;
	cursor: wait;
}

.tllcr-form-note {
	display: flex;
	align-items: center;
	gap: 12px;
	color: var(--tl-muted);
	font-size: 14px;
}

.tllcr-hp {
	position: absolute !important;
	left: -10000px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

.tllcr-notice {
	width: min(1240px, calc(100% - 48px));
	margin: 18px auto;
	padding: 14px 18px;
	border: 1px solid;
	border-radius: 5px;
	font-size: 14px;
}

.tllcr-notice ul {
	margin: 8px 0 0 20px;
}

.tllcr-notice-error {
	border-color: #d58c85;
	background: #fff4f2;
	color: #7e2720;
}

.tllcr-notice-success {
	border-color: #8cc7a7;
	background: #effaf3;
	color: #155b35;
}

.tllcr-trio {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.tllcr-trio article {
	padding: 5px 42px 10px;
	text-align: center;
}

.tllcr-trio article + article {
	border-left: 1px solid var(--tl-border);
}

.tllcr-trio .tllcr-icon {
	width: 58px;
	height: 58px;
	margin-bottom: 22px;
	padding: 13px;
	border: 1px solid var(--tl-gold);
	border-radius: 50%;
}

.tllcr-trio h3 {
	font-size: 26px;
}

.tllcr-trio p {
	margin-top: 10px;
	color: var(--tl-muted);
}

.tllcr-faq {
	border-top: 1px solid var(--tl-border);
}

.tllcr-faq details {
	border-bottom: 1px solid var(--tl-border);
}

.tllcr-faq summary {
	display: grid;
	grid-template-columns: 1fr 28px;
	gap: 20px;
	align-items: center;
	padding: 22px 2px;
	color: var(--tl-ink);
	font-size: 16px;
	font-weight: 750;
	cursor: pointer;
	list-style: none;
}

.tllcr-faq summary::-webkit-details-marker {
	display: none;
}

.tllcr-faq summary span {
	color: var(--tl-green);
	font-size: 26px;
	font-weight: 400;
	transition: transform 160ms ease;
}

.tllcr-faq details[open] summary span {
	transform: rotate(45deg);
}

.tllcr-faq details > div {
	max-width: 860px;
	padding: 0 48px 24px 2px;
	color: var(--tl-muted);
}

@media (max-width: 1100px) {
	.tllcr-hero-grid {
		grid-template-columns: 1fr 1fr;
	}

	.tllcr-hero-copy {
		padding-right: 42px;
	}

	.tllcr-class-row {
		grid-template-columns: 28px 82px minmax(190px, 1fr) minmax(230px, 0.8fr);
	}

	.tllcr-class-row .tllcr-button {
		grid-column: 3 / -1;
		width: max-content;
		justify-self: end;
	}

	.tllcr-class-row > img {
		width: 76px;
		height: 76px;
	}
}

@media (max-width: 820px) {
	.tllcr-shell,
	.tllcr-notice {
		width: min(100% - 32px, 720px);
	}

	.tllcr-local-nav {
		justify-content: flex-start;
		gap: 22px;
		overflow-x: auto;
		padding: 12px 16px;
		white-space: nowrap;
	}

	.tllcr-hero {
		padding-top: 42px;
	}

	.tllcr-hero-grid,
	.tllcr-feature-grid,
	.tllcr-split,
	.tllcr-register-grid {
		grid-template-columns: 1fr;
	}

	.tllcr-hero-grid {
		min-height: auto;
	}

	.tllcr-hero-copy {
		padding: 28px 0 42px;
	}

	.tllcr h1 {
		font-size: clamp(43px, 10vw, 64px);
	}

	.tllcr-hero-media {
		height: min(66vw, 520px);
		border-radius: 28px 28px 0 0;
	}

	.tllcr-section {
		padding: 72px 0;
	}

	.tllcr-dual {
		grid-template-columns: 1fr;
	}

	.tllcr-dual article,
	.tllcr-dual article + article {
		padding: 28px 0;
		border-left: 0;
	}

	.tllcr-dual article + article {
		border-top: 1px solid var(--tl-border);
	}

	.tllcr-feature-grid {
		gap: 34px;
	}

	.tllcr-pathway {
		grid-template-columns: 72px 1fr;
	}

	.tllcr-pathway > a {
		grid-column: 2;
		justify-self: start;
	}

	.tllcr-split > div {
		padding: 72px 0 42px;
	}

	.tllcr-split img {
		min-height: 420px;
	}

	.tllcr-steps .tllcr-shell > div {
		gap: 12px;
		padding: 22px 14px;
	}

	.tllcr-steps strong {
		width: 42px;
		height: 42px;
	}

	.tllcr-steps span {
		display: grid;
		font-size: 13px;
	}

	.tllcr-class-row {
		grid-template-columns: 26px 76px 1fr;
	}

	.tllcr-class-meta {
		grid-column: 2 / -1;
		grid-template-columns: repeat(3, 1fr);
	}

	.tllcr-class-row .tllcr-button {
		grid-column: 2 / -1;
		justify-self: start;
	}

	.tllcr-selected {
		display: grid;
		grid-template-columns: 140px 1fr;
		gap: 16px 28px;
		padding: 0 0 48px;
		border-right: 0;
		border-bottom: 1px solid var(--tl-border);
	}

	.tllcr-selected h2 {
		grid-column: 1 / -1;
	}

	.tllcr-selected > img {
		grid-row: 2 / 4;
		width: 140px;
		height: 140px;
		margin: 0;
	}

	.tllcr-selected h3 {
		margin: 0;
	}

	.tllcr-trio {
		grid-template-columns: 1fr;
	}

	.tllcr-trio article {
		padding: 28px 0;
	}

	.tllcr-trio article + article {
		border-top: 1px solid var(--tl-border);
		border-left: 0;
	}
}

@media (max-width: 540px) {
	.tllcr-shell,
	.tllcr-notice {
		width: calc(100% - 28px);
	}

	.tllcr {
		font-size: 15px;
	}

	.tllcr h1 {
		font-size: 42px;
		line-height: 1.04;
	}

	.tllcr h2 {
		font-size: 35px;
	}

	.tllcr h3 {
		font-size: 23px;
	}

	.tllcr-hero-copy > p {
		font-size: 17px;
	}

	.tllcr-actions,
	.tllcr-actions .tllcr-button {
		width: 100%;
	}

	.tllcr-hero-media {
		height: 78vw;
	}

	.tllcr-section {
		padding: 58px 0;
	}

	.tllcr-section h2 {
		margin-bottom: 34px;
	}

	.tllcr-dual article {
		grid-template-columns: 62px 1fr;
		gap: 18px;
	}

	.tllcr-line-icon {
		width: 58px;
		height: 58px;
	}

	.tllcr-line-icon svg {
		width: 32px;
		height: 32px;
	}

	.tllcr-feature-band {
		padding: 46px 0;
	}

	.tllcr-feature-grid img {
		aspect-ratio: 4 / 3;
	}

	.tllcr-pathway {
		grid-template-columns: 56px 1fr;
		gap: 16px;
	}

	.tllcr-pathway .tllcr-line-icon {
		width: 52px;
		height: 52px;
	}

	.tllcr-pathway > a {
		white-space: normal;
	}

	.tllcr-split img {
		min-height: 330px;
	}

	.tllcr-final-cta {
		padding: 60px 0;
	}

	.tllcr-steps .tllcr-shell {
		display: block;
		padding: 10px 0;
	}

	.tllcr-steps .tllcr-shell > div,
	.tllcr-steps .tllcr-shell > div + div {
		padding: 12px 2px;
		border: 0;
	}

	.tllcr-steps span {
		display: flex;
		font-size: 14px;
	}

	.tllcr-class-row,
	.tllcr-class-row.is-selected {
		grid-template-columns: 24px 64px 1fr;
		gap: 12px;
		padding: 18px 8px;
	}

	.tllcr-class-row > img {
		width: 60px;
		height: 60px;
	}

	.tllcr-class-main h3 {
		font-size: 21px;
	}

	.tllcr-class-main p {
		display: none;
	}

	.tllcr-class-meta {
		display: grid;
		grid-column: 2 / -1;
		grid-template-columns: 1fr;
		gap: 6px;
	}

	.tllcr-class-row .tllcr-button {
		grid-column: 2 / -1;
		width: 100%;
	}

	.tllcr-register-grid {
		gap: 44px;
	}

	.tllcr-selected {
		grid-template-columns: 88px 1fr;
		gap: 14px 18px;
	}

	.tllcr-selected > img {
		width: 88px;
		height: 88px;
	}

	.tllcr-selected h3 {
		font-size: 26px;
	}

	.tllcr-selected-meta {
		grid-column: 1 / -1;
	}
}

@media (prefers-reduced-motion: reduce) {
	.tllcr *,
	.tllcr *::before,
	.tllcr *::after {
		scroll-behavior: auto !important;
		transition: none !important;
	}
}
