:root {
	--league-navy: #0a2240;
	--league-gold: #d4af37;
	--league-stone: #f4f2ed;
	--league-forest: #234f3d;
	--league-charcoal: #1e1e1c;
	--league-ink: #071626;
	--font-serif: "Libre Baskerville", "Cormorant Garamond", Georgia, serif;
	--font-sans: Inter, Manrope, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

html {
	scroll-behavior: smooth;
	scroll-padding-top: 80px;
}

body {
	margin: 0;
	background: var(--league-charcoal);
	color: var(--league-stone);
	font-family: var(--font-sans);
}

body.tlc-modal-open {
	overflow: hidden;
}

body.admin-bar .tlc-header {
	top: 32px;
}

* {
	box-sizing: border-box;
}

svg {
	display: block;
	width: 1em;
	height: 1em;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.6;
}

a {
	color: inherit;
	text-decoration: none;
}

.tlc-site {
	overflow-x: hidden;
	background: var(--league-charcoal);
}

.tlc-container {
	width: min(100% - 40px, 1280px);
	margin: 0 auto;
}

.tlc-header {
	position: fixed;
	inset: 0 0 auto;
	z-index: 50;
	border-bottom: 1px solid rgba(212, 175, 55, 0.15);
	background: rgba(10, 34, 64, 0.78);
	backdrop-filter: blur(18px);
}

.tlc-nav {
	width: min(100% - 40px, 1280px);
	height: 80px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.tlc-logo,
.tlc-footer-logo {
	display: flex;
	align-items: center;
	gap: 14px;
}

.tlc-logo-mark,
.tlc-footer-logo > span {
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	border: 1px solid rgba(212, 175, 55, 0.72);
	color: var(--league-gold);
	font: 400 20px/1 var(--font-serif);
	transition: background 220ms ease, color 220ms ease;
}

.tlc-logo:hover .tlc-logo-mark {
	background: var(--league-gold);
	color: var(--league-charcoal);
}

.tlc-logo-text span,
.tlc-footer-logo strong {
	display: block;
	font: 400 18px/1 var(--font-serif);
	letter-spacing: 0.22em;
	color: var(--league-stone);
}

.tlc-logo-text small,
.tlc-footer-logo small {
	display: block;
	margin-top: 5px;
	color: rgba(244, 242, 237, 0.7);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.42em;
}

.tlc-desktop-nav {
	display: flex;
	align-items: center;
	gap: 30px;
}

.tlc-desktop-nav a {
	color: rgba(244, 242, 237, 0.8);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	transition: color 180ms ease, background 180ms ease;
}

.tlc-desktop-nav a:hover {
	color: var(--league-gold);
}

.tlc-desktop-nav .tlc-login {
	border: 1px solid rgba(212, 175, 55, 0.7);
	padding: 13px 20px;
	color: var(--league-gold);
}

.tlc-desktop-nav .tlc-login:hover {
	background: var(--league-gold);
	color: var(--league-charcoal);
}

.tlc-menu-button {
	display: none;
	width: 44px;
	height: 44px;
	border: 1px solid rgba(212, 175, 55, 0.34);
	background: transparent;
	color: var(--league-gold);
	cursor: pointer;
	position: relative;
}

.tlc-menu-button span {
	position: absolute;
	left: 12px;
	right: 12px;
	height: 2px;
	background: currentColor;
	transition: transform 180ms ease;
}

.tlc-menu-button span:first-child {
	top: 16px;
}

.tlc-menu-button span:last-child {
	bottom: 16px;
}

.tlc-menu-button[aria-expanded="true"] span:first-child {
	transform: translateY(5px) rotate(45deg);
}

.tlc-menu-button[aria-expanded="true"] span:last-child {
	transform: translateY(-5px) rotate(-45deg);
}

.tlc-mobile-panel {
	border-top: 1px solid rgba(212, 175, 55, 0.15);
	background: rgba(30, 30, 28, 0.98);
	padding: 20px;
}

.tlc-mobile-panel a {
	display: block;
	width: min(100%, 1280px);
	margin: 0 auto;
	padding: 15px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	color: var(--league-stone);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.tlc-mobile-panel .tlc-mobile-login {
	margin-top: 12px;
	padding: 16px;
	border: 0;
	background: var(--league-gold);
	color: var(--league-charcoal);
	text-align: center;
}

.tlc-hero {
	position: relative;
	isolation: isolate;
	min-height: 100vh;
	padding-top: 112px;
	overflow: hidden;
	background: var(--league-navy);
}

.tlc-hero::after {
	content: "";
	position: absolute;
	inset: auto 0 0;
	height: 1px;
	background: rgba(212, 175, 55, 0.4);
}

.tlc-hero-bg {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 18% 20%, rgba(212, 175, 55, 0.16), transparent 28%),
		radial-gradient(circle at 78% 20%, rgba(37, 99, 235, 0.16), transparent 30%),
		linear-gradient(135deg, #0a2240 0%, #071626 44%, #1e1e1c 100%);
}

.tlc-architecture {
	position: absolute;
	top: 80px;
	right: 0;
	width: 56%;
	height: 74%;
	opacity: 0.5;
	display: block;
}

.tlc-architecture::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, #0a2240 0%, rgba(10, 34, 64, 0.52) 42%, rgba(10, 34, 64, 0.08) 100%);
	z-index: 2;
}

.tlc-architecture-face {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(115deg, transparent 0 18%, rgba(244, 242, 237, 0.12) 18% 19%, transparent 19% 34%, rgba(244, 242, 237, 0.11) 34% 35%, transparent 35% 50%, rgba(244, 242, 237, 0.1) 50% 51%, transparent 51% 100%),
		linear-gradient(180deg, rgba(244, 242, 237, 0.17), rgba(244, 242, 237, 0.03));
}

.tlc-architecture-rule {
	position: absolute;
	right: 40px;
	top: 56px;
	width: 78%;
	height: 80px;
	border-top: 1px solid rgba(244, 242, 237, 0.2);
	border-bottom: 1px solid rgba(244, 242, 237, 0.2);
}

.tlc-architecture-text {
	position: absolute;
	right: 80px;
	top: 96px;
	font: 400 20px/1 var(--font-serif);
	letter-spacing: 0.28em;
	color: rgba(244, 242, 237, 0.18);
}

.tlc-hero-inner {
	position: relative;
	min-height: calc(100vh - 112px);
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 56px;
	padding-bottom: 40px;
}

.tlc-hero-copy {
	max-width: 780px;
}

.tlc-label {
	display: inline-flex;
	margin: 0;
	border: 1px solid rgba(212, 175, 55, 0.3);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.05);
	padding: 9px 16px;
	color: var(--league-gold);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.24em;
	text-transform: uppercase;
}

.tlc-label-light {
	background: rgba(212, 175, 55, 0.1);
	color: var(--league-navy);
}

.tlc-hero h1,
.tlc-section-head h2,
.tlc-philosophy h2,
.tlc-cta h2 {
	margin: 0;
	font-family: var(--font-serif);
	font-weight: 400;
	letter-spacing: 0;
}

.tlc-hero h1 {
	max-width: 780px;
	margin-top: 32px;
	color: var(--league-stone);
	font-size: clamp(4rem, 8vw, 6.8rem);
	line-height: 0.94;
}

.tlc-hero h1 span,
.tlc-section-head h2 span,
.tlc-philosophy h2 span {
	color: var(--league-gold);
}

.tlc-hero-subcopy {
	max-width: 680px;
	margin: 28px 0 0;
	color: rgba(244, 242, 237, 0.82);
	font-size: clamp(1.08rem, 1.5vw, 1.25rem);
	line-height: 1.75;
}

.tlc-actions,
.tlc-cta-actions {
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
	margin-top: 36px;
}

.tlc-button {
	display: inline-flex;
	min-height: 48px;
	align-items: center;
	justify-content: center;
	border-radius: 2px;
	padding: 16px 28px;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	transition: transform 220ms ease, background 220ms ease, color 220ms ease, border 220ms ease;
}

.tlc-button:hover,
.tlc-button:focus {
	transform: translateY(-2px);
}

.tlc-button-gold {
	background: var(--league-gold);
	color: var(--league-charcoal);
}

.tlc-button-gold:hover {
	background: var(--league-stone);
}

.tlc-button-outline {
	border: 1px solid rgba(212, 175, 55, 0.55);
	color: var(--league-stone);
}

.tlc-button-outline:hover {
	background: var(--league-stone);
	color: var(--league-charcoal);
}

.tlc-button-light {
	border: 1px solid rgba(10, 34, 64, 0.2);
	color: var(--league-navy);
}

.tlc-button-light:hover {
	border-color: var(--league-gold);
	background: var(--league-gold);
	color: var(--league-charcoal);
}

.tlc-feature-strip {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	overflow: hidden;
	border: 1px solid rgba(212, 175, 55, 0.35);
	border-radius: 28px;
	background: rgba(30, 30, 28, 0.45);
	box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
	backdrop-filter: blur(14px);
}

.tlc-feature-item {
	display: flex;
	align-items: center;
	gap: 20px;
	padding: 24px;
	border-right: 1px solid rgba(212, 175, 55, 0.15);
}

.tlc-feature-item:last-child {
	border-right: 0;
}

.tlc-feature-item svg,
.tlc-card > svg,
.tlc-pillars svg {
	flex: 0 0 auto;
	color: var(--league-gold);
	font-size: 38px;
}

.tlc-feature-item h2,
.tlc-pillars h3,
.tlc-card h3,
.tlc-mission-copy h2,
.tlc-footer-links h2 {
	margin: 0;
}

.tlc-feature-item h2,
.tlc-pillars h3 {
	color: var(--league-stone);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.tlc-feature-item p,
.tlc-pillars p {
	margin: 8px 0 0;
	color: rgba(244, 242, 237, 0.7);
	font-size: 14px;
}

.tlc-ecosystem {
	position: relative;
	overflow: hidden;
	padding: 128px 0;
	background: linear-gradient(180deg, #081a31 0%, #0a2240 52%, #06111e 100%);
}

.tlc-grid-bg {
	position: absolute;
	inset: 0;
	opacity: 0.08;
	background-image: linear-gradient(90deg, #fff 1px, transparent 1px), linear-gradient(180deg, #fff 1px, transparent 1px);
	background-size: 72px 72px;
}

.tlc-section-head {
	position: relative;
	max-width: 780px;
	margin: 0 auto;
	text-align: center;
}

.tlc-section-head h2,
.tlc-philosophy h2,
.tlc-cta h2 {
	margin-top: 24px;
	font-size: clamp(2.75rem, 5vw, 4.7rem);
	line-height: 1.06;
}

.tlc-section-head p:not(.tlc-label) {
	margin: 24px auto 0;
	color: rgba(244, 242, 237, 0.72);
	font-size: 18px;
	line-height: 1.75;
}

.tlc-card-grid {
	position: relative;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	margin-top: 56px;
}

.tlc-card {
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.045);
	padding: 28px;
	transition: transform 220ms ease, border 220ms ease, background 220ms ease;
}

.tlc-card:hover {
	transform: translateY(-4px);
	border-color: rgba(212, 175, 55, 0.7);
	background: rgba(255, 255, 255, 0.065);
}

.tlc-card > svg {
	width: 56px;
	height: 56px;
	margin-bottom: 28px;
	padding: 15px;
	border: 1px solid rgba(212, 175, 55, 0.35);
	border-radius: 999px;
}

.tlc-card h3 {
	color: var(--league-stone);
	font: 400 20px/1.3 var(--font-serif);
}

.tlc-card p {
	margin: 16px 0 0;
	color: rgba(244, 242, 237, 0.68);
	font-size: 14px;
	line-height: 1.75;
}

.tlc-ecosystem-close {
	max-width: 780px;
	margin: 48px auto 0;
	color: rgba(244, 242, 237, 0.78);
	font-size: 18px;
	line-height: 1.75;
	text-align: center;
}

.tlc-philosophy-wrap,
.tlc-difference,
.tlc-cta-wrap {
	background: var(--league-stone);
	color: var(--league-charcoal);
}

.tlc-philosophy-wrap {
	padding: 40px 0;
}

.tlc-philosophy {
	position: relative;
	overflow: hidden;
	border: 1px solid rgba(212, 175, 55, 0.25);
	border-radius: 32px;
	background: linear-gradient(135deg, #0a2240 0%, #12352d 52%, #1e1e1c 100%);
	color: var(--league-stone);
	padding: clamp(28px, 4vw, 56px);
}

.tlc-plaque-glow {
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
	height: 100%;
	border-left: 1px solid rgba(255, 255, 255, 0.1);
	background: radial-gradient(circle at 56% 42%, rgba(212, 175, 55, 0.22), transparent 28%);
}

.tlc-philosophy-main {
	position: relative;
	display: grid;
	grid-template-columns: 1.25fr 0.75fr;
	gap: 40px;
	align-items: center;
}

.tlc-philosophy-main p:not(.tlc-label) {
	max-width: 780px;
	margin: 28px 0 0;
	color: rgba(244, 242, 237, 0.78);
	font-size: 18px;
	line-height: 1.78;
}

.tlc-plaque-mark {
	display: grid;
	place-items: center;
	width: 224px;
	height: 224px;
	justify-self: center;
	border: 1px solid rgba(212, 175, 55, 0.25);
	background: rgba(0, 0, 0, 0.1);
	color: var(--league-gold);
	font: 400 88px/1 var(--font-serif);
	box-shadow: inset 0 0 36px rgba(212, 175, 55, 0.1);
}

.tlc-pillars {
	position: relative;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	margin-top: 48px;
	padding-top: 28px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.tlc-pillars > div {
	display: grid;
	grid-template-columns: auto 1fr;
	column-gap: 16px;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
	padding-right: 20px;
}

.tlc-pillars > div:last-child {
	border-right: 0;
}

.tlc-pillars svg {
	grid-row: span 2;
	font-size: 32px;
}

.tlc-difference {
	position: relative;
	overflow: hidden;
	padding: 128px 0;
}

.tlc-difference-bg {
	position: absolute;
	inset: 0 0 0 auto;
	width: 50%;
	opacity: 0.08;
	background: linear-gradient(115deg, transparent 0 36%, #0a2240 36% 37%, transparent 37% 50%, #0a2240 50% 51%, transparent 51% 100%);
}

.tlc-section-head-light h2 {
	color: var(--league-charcoal);
}

.tlc-difference-grid {
	position: relative;
	display: grid;
	grid-template-columns: 1fr 1px 1fr;
	gap: 40px;
	align-items: center;
	margin-top: 56px;
}

.tlc-statements {
	display: grid;
	gap: 20px;
}

.tlc-statements p {
	display: flex;
	align-items: center;
	gap: 16px;
	margin: 0;
	color: rgba(30, 30, 28, 0.78);
}

.tlc-statements span {
	display: grid;
	place-items: center;
	width: 40px;
	height: 40px;
	flex: 0 0 auto;
	border-radius: 999px;
	background: rgba(30, 30, 28, 0.28);
	color: #fff;
}

.tlc-statements .is-positive {
	color: #a17a14;
	font-weight: 700;
}

.tlc-statements .is-positive span {
	background: var(--league-gold);
	color: var(--league-charcoal);
}

.tlc-divider {
	height: 256px;
	background: rgba(30, 30, 28, 0.15);
}

.tlc-difference-copy {
	max-width: 580px;
	margin: 0;
	color: rgba(30, 30, 28, 0.78);
	font-size: 18px;
	line-height: 1.9;
}

.tlc-mission {
	position: relative;
	overflow: hidden;
	padding: 112px 0 88px;
	background: linear-gradient(180deg, #071626 0%, #0a2240 52%, #07111b 100%);
}

.tlc-mission-bg {
	position: absolute;
	inset: 0;
	opacity: 0.18;
	background:
		radial-gradient(ellipse at bottom, #234f3d 0%, transparent 48%),
		linear-gradient(140deg, transparent 0 45%, #f4f2ed 45% 46%, transparent 46% 100%);
	background-size: auto, 180px 180px;
}

.tlc-mission-grid {
	position: relative;
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	gap: 48px;
	align-items: center;
}

.tlc-mission-copy {
	display: flex;
	gap: 24px;
}

.tlc-mission-copy > svg {
	width: 80px;
	height: 80px;
	flex: 0 0 auto;
	padding: 20px;
	border: 1px solid rgba(212, 175, 55, 0.7);
	border-radius: 999px;
	color: var(--league-gold);
}

.tlc-mission-copy h2 {
	color: var(--league-gold);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.24em;
	text-transform: uppercase;
}

.tlc-mission-copy p {
	margin: 20px 0 0;
	color: rgba(244, 242, 237, 0.92);
	font: 400 25px/1.72 var(--font-serif);
}

.tlc-center-mark {
	width: 320px;
	text-align: center;
}

.tlc-center-mark div {
	display: grid;
	place-items: center;
	width: 112px;
	height: 112px;
	margin: 0 auto;
	border: 1px solid rgba(212, 175, 55, 0.3);
	color: var(--league-gold);
	font: 400 58px/1 var(--font-serif);
}

.tlc-center-mark strong {
	display: block;
	margin-top: 28px;
	font: 400 30px/1 var(--font-serif);
	letter-spacing: 0.18em;
}

.tlc-center-mark small {
	display: block;
	margin-top: 10px;
	color: rgba(244, 242, 237, 0.7);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.44em;
}

.tlc-center-mark span {
	display: block;
	width: 112px;
	height: 1px;
	margin: 20px auto 0;
	background: rgba(212, 175, 55, 0.7);
}

.tlc-brand-line {
	position: relative;
	display: flex;
	align-items: center;
	gap: 32px;
	width: min(100% - 40px, 900px);
	margin: 64px auto 0;
}

.tlc-brand-line span {
	height: 1px;
	flex: 1;
	background: rgba(212, 175, 55, 0.6);
}

.tlc-brand-line p {
	margin: 0;
	color: var(--league-stone);
	font: 400 24px/1 var(--font-serif);
	letter-spacing: 0.42em;
	text-align: center;
	text-transform: uppercase;
}

.tlc-brand-line em {
	color: var(--league-gold);
	font-style: normal;
}

.tlc-cta-wrap {
	padding: 112px 0;
}

.tlc-cta {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 40px;
	align-items: end;
	overflow: hidden;
	border: 1px solid rgba(212, 175, 55, 0.5);
	border-radius: 32px;
	background: linear-gradient(135deg, #f4f2ed 0%, #fff 55%, #e8e2d3 100%);
	padding: clamp(28px, 4vw, 56px);
}

.tlc-cta h2 {
	max-width: 820px;
	color: var(--league-charcoal);
}

.tlc-cta p:not(.tlc-label) {
	max-width: 720px;
	margin: 24px 0 0;
	color: rgba(30, 30, 28, 0.72);
	font-size: 18px;
	line-height: 1.75;
}

.tlc-cta-actions {
	flex-direction: column;
	margin-top: 0;
}

.tlc-stat-row {
	grid-column: 1 / -1;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
	padding-top: 32px;
	border-top: 1px solid rgba(30, 30, 28, 0.12);
}

.tlc-stat-row span {
	position: relative;
	padding-left: 56px;
	color: var(--league-charcoal);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.tlc-stat-row span::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.58em;
	width: 40px;
	height: 1px;
	background: var(--league-gold);
}

.tlc-footer {
	padding: 64px 0;
	background: var(--league-charcoal);
	color: var(--league-stone);
}

.tlc-footer-grid {
	display: grid;
	grid-template-columns: 1.15fr 1.85fr;
	gap: 48px;
	padding-bottom: 48px;
	border-bottom: 1px solid rgba(212, 175, 55, 0.25);
}

.tlc-footer-logo > span {
	width: 56px;
	height: 56px;
	font-size: 24px;
}

.tlc-footer p {
	max-width: 460px;
	margin: 28px 0 0;
	color: rgba(244, 242, 237, 0.68);
	font-size: 14px;
	line-height: 1.75;
}

.tlc-footer-links {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 36px;
}

.tlc-footer-links h2 {
	color: var(--league-gold);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.22em;
	text-transform: uppercase;
}

.tlc-footer-links a {
	display: block;
	margin-top: 14px;
	color: rgba(244, 242, 237, 0.68);
	font-size: 14px;
	transition: color 180ms ease;
}

.tlc-footer-links a:hover {
	color: var(--league-gold);
}

.tlc-footer-bottom {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	padding-top: 32px;
}

.tlc-footer-bottom p {
	margin: 0;
	max-width: none;
	font-size: 12px;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.tlc-footer-bottom span {
	color: var(--league-gold);
}

.tlc-login-modal {
	position: fixed;
	inset: 0;
	z-index: 100;
	display: grid;
	place-items: center;
	padding: 24px;
}

.tlc-login-modal[hidden] {
	display: none;
}

.tlc-login-backdrop {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 24% 18%, rgba(212, 175, 55, 0.16), transparent 26%),
		radial-gradient(circle at 78% 18%, rgba(10, 34, 64, 0.6), transparent 30%),
		rgba(7, 17, 27, 0.82);
	backdrop-filter: blur(18px);
}

.tlc-login-dialog {
	position: relative;
	width: min(100%, 980px);
	max-height: min(760px, calc(100vh - 48px));
	overflow: auto;
	display: grid;
	grid-template-columns: 0.95fr 1.05fr;
	border: 1px solid rgba(212, 175, 55, 0.34);
	border-radius: 30px;
	background:
		linear-gradient(135deg, rgba(10, 34, 64, 0.98), rgba(30, 30, 28, 0.98)),
		var(--league-navy);
	box-shadow: 0 40px 120px rgba(0, 0, 0, 0.55);
}

.tlc-login-close {
	position: absolute;
	top: 18px;
	right: 18px;
	z-index: 2;
	width: 42px;
	height: 42px;
	border: 1px solid rgba(212, 175, 55, 0.4);
	background: rgba(255, 255, 255, 0.04);
	color: var(--league-gold);
	cursor: pointer;
}

.tlc-login-close span {
	position: absolute;
	left: 11px;
	right: 11px;
	top: 20px;
	height: 2px;
	background: currentColor;
}

.tlc-login-close span:first-child {
	transform: rotate(45deg);
}

.tlc-login-close span:last-child {
	transform: rotate(-45deg);
}

.tlc-login-brand,
.tlc-login-form {
	padding: clamp(30px, 5vw, 56px);
}

.tlc-login-brand {
	position: relative;
	overflow: hidden;
	border-right: 1px solid rgba(212, 175, 55, 0.18);
	background:
		radial-gradient(circle at 50% 30%, rgba(212, 175, 55, 0.18), transparent 30%),
		linear-gradient(180deg, rgba(35, 79, 61, 0.5), rgba(7, 22, 38, 0.2));
}

.tlc-login-brand::after {
	content: "";
	position: absolute;
	inset: 0;
	opacity: 0.1;
	background-image: linear-gradient(90deg, #fff 1px, transparent 1px), linear-gradient(180deg, #fff 1px, transparent 1px);
	background-size: 54px 54px;
}

.tlc-login-brand > * {
	position: relative;
	z-index: 1;
}

.tlc-login-monogram {
	display: grid;
	place-items: center;
	width: 94px;
	height: 94px;
	border: 1px solid rgba(212, 175, 55, 0.45);
	color: var(--league-gold);
	font: 400 48px/1 var(--font-serif);
}

.tlc-login-brand p:first-of-type {
	margin: 34px 0 0;
	color: var(--league-gold);
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.24em;
	text-transform: uppercase;
}

.tlc-login-brand h2 {
	margin: 18px 0 0;
	color: var(--league-stone);
	font: 400 clamp(2.6rem, 5vw, 4.4rem)/1.02 var(--font-serif);
}

.tlc-login-brand p:last-of-type {
	margin: 22px 0 0;
	color: rgba(244, 242, 237, 0.74);
	font-size: 16px;
	line-height: 1.8;
}

.tlc-login-assurance {
	display: grid;
	gap: 12px;
	margin-top: 36px;
	padding-top: 28px;
	border-top: 1px solid rgba(244, 242, 237, 0.12);
}

.tlc-login-assurance span {
	position: relative;
	padding-left: 28px;
	color: rgba(244, 242, 237, 0.74);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.tlc-login-assurance span::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.55em;
	width: 14px;
	height: 1px;
	background: var(--league-gold);
}

.tlc-login-form {
	align-self: center;
	background: rgba(244, 242, 237, 0.04);
}

.tlc-login-form label:not(.tlc-remember) {
	display: block;
	margin: 0 0 9px;
	color: rgba(244, 242, 237, 0.72);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.tlc-login-form input[type="text"],
.tlc-login-form input[type="password"] {
	width: 100%;
	height: 56px;
	margin: 0 0 22px;
	border: 1px solid rgba(244, 242, 237, 0.16);
	border-radius: 0;
	background: rgba(255, 255, 255, 0.06);
	color: var(--league-stone);
	font: 500 17px/1 var(--font-sans);
	padding: 0 16px;
	outline: none;
	transition: border 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.tlc-login-form input[type="text"]:focus,
.tlc-login-form input[type="password"]:focus {
	border-color: rgba(212, 175, 55, 0.8);
	background: rgba(255, 255, 255, 0.09);
	box-shadow: 0 0 0 4px rgba(212, 175, 55, 0.12);
}

.tlc-login-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin: 2px 0 26px;
}

.tlc-remember {
	display: flex;
	align-items: center;
	gap: 10px;
	color: rgba(244, 242, 237, 0.72);
	font-size: 14px;
}

.tlc-remember input {
	accent-color: var(--league-gold);
}

.tlc-login-row a {
	color: var(--league-gold);
	font-size: 14px;
	font-weight: 800;
}

.tlc-login-submit {
	width: 100%;
	min-height: 56px;
	border: 0;
	background: var(--league-gold);
	color: var(--league-charcoal);
	cursor: pointer;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	transition: transform 180ms ease, background 180ms ease;
}

.tlc-login-submit:hover,
.tlc-login-submit:focus {
	transform: translateY(-2px);
	background: var(--league-stone);
}

.tlc-login-note {
	margin: 22px 0 0;
	color: rgba(244, 242, 237, 0.5);
	font-size: 13px;
	line-height: 1.7;
}

.tlc-reveal {
	opacity: 0;
	transform: translateY(24px);
	transition: opacity 700ms ease, transform 700ms ease;
}

.tlc-reveal.is-visible {
	opacity: 1;
	transform: translateY(0);
}

@media (max-width: 1080px) {
	.tlc-desktop-nav {
		display: none;
	}

	.tlc-menu-button {
		display: block;
	}

	.tlc-architecture {
		display: none;
	}

	.tlc-card-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.tlc-philosophy-main,
	.tlc-mission-grid,
	.tlc-footer-grid,
	.tlc-cta {
		grid-template-columns: 1fr;
	}

	.tlc-plaque-mark {
		display: none;
	}

	.tlc-pillars {
		grid-template-columns: repeat(2, 1fr);
	}

	.tlc-pillars > div {
		border-right: 0;
	}

	.tlc-difference-grid {
		grid-template-columns: 1fr;
	}

	.tlc-divider {
		display: none;
	}

	.tlc-difference-copy {
		border-top: 1px solid rgba(30, 30, 28, 0.15);
		padding-top: 32px;
	}

	.tlc-center-mark {
		order: -1;
		justify-self: center;
	}

	.tlc-cta-actions {
		flex-direction: row;
	}

	.tlc-login-dialog {
		grid-template-columns: 1fr;
	}

	.tlc-login-brand {
		border-right: 0;
		border-bottom: 1px solid rgba(212, 175, 55, 0.18);
	}
}

@media (max-width: 760px) {
	body.admin-bar .tlc-header {
		top: 46px;
	}

	.tlc-container,
	.tlc-nav,
	.tlc-brand-line {
		width: min(100% - 32px, 1280px);
	}

	.tlc-logo-text span {
		font-size: 15px;
	}

	.tlc-logo-text small {
		letter-spacing: 0.32em;
	}

	.tlc-hero {
		padding-top: 104px;
	}

	.tlc-hero-inner {
		min-height: auto;
		padding: 56px 0 32px;
	}

	.tlc-hero h1 {
		font-size: clamp(3.4rem, 17vw, 5rem);
	}

	.tlc-actions,
	.tlc-cta-actions {
		flex-direction: column;
	}

	.tlc-feature-strip,
	.tlc-card-grid,
	.tlc-pillars,
	.tlc-stat-row,
	.tlc-footer-links {
		grid-template-columns: 1fr;
	}

	.tlc-feature-item {
		border-right: 0;
		border-bottom: 1px solid rgba(212, 175, 55, 0.15);
	}

	.tlc-feature-item:last-child {
		border-bottom: 0;
	}

	.tlc-ecosystem,
	.tlc-difference,
	.tlc-cta-wrap {
		padding: 88px 0;
	}

	.tlc-section-head h2,
	.tlc-philosophy h2,
	.tlc-cta h2 {
		font-size: clamp(2.4rem, 12vw, 3.5rem);
	}

	.tlc-mission {
		padding: 88px 0 72px;
	}

	.tlc-mission-copy {
		flex-direction: column;
	}

	.tlc-mission-copy p {
		font-size: 22px;
	}

	.tlc-center-mark {
		width: 100%;
	}

	.tlc-brand-line {
		gap: 16px;
	}

	.tlc-brand-line p {
		font-size: 18px;
		letter-spacing: 0.24em;
	}

	.tlc-footer-bottom {
		flex-direction: column;
	}

	.tlc-login-modal {
		padding: 14px;
	}

	.tlc-login-dialog {
		max-height: calc(100vh - 28px);
		border-radius: 24px;
	}

	.tlc-login-brand,
	.tlc-login-form {
		padding: 28px;
	}

	.tlc-login-monogram {
		width: 72px;
		height: 72px;
		font-size: 36px;
	}

	.tlc-login-row {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}

	.tlc-reveal {
		opacity: 1;
		transform: none;
	}
}
