:root {
	--tl-green: #002c23;
	--tl-cream: #f1ddc7;
	--tl-ink: #080706;
	--tl-copper: #9d7356;
	--tl-sage: #8aa092;
	--tl-line: color-mix(in srgb, var(--tl-cream) 34%, transparent);
	--tl-shell: 1600px;
	--tl-content-wide: 1120px;
	--tl-content: 860px;
}

html {
	scroll-behavior: smooth;
}

body {
	background: var(--tl-ink);
	color: var(--tl-cream);
}

body .wp-site-blocks {
	background: var(--tl-ink);
	box-shadow: 0 0 80px rgba(0, 0, 0, 0.24);
	margin-inline: auto;
	max-width: var(--tl-shell);
	min-height: 100vh;
	overflow-x: clip;
}

.tl-header {
	inset: 0 auto auto 50%;
	max-width: var(--tl-shell);
	position: fixed;
	transform: translateX(-50%);
	width: 100%;
	z-index: 30;
	backdrop-filter: blur(18px);
	background: linear-gradient(180deg, rgba(0, 44, 35, 0.9), rgba(0, 44, 35, 0.2) 72%, rgba(0, 44, 35, 0));
}

.tl-header__inner {
	align-items: center;
	display: flex;
	gap: clamp(1rem, 3vw, 3rem);
	justify-content: space-between;
	margin: 0 auto;
	max-width: var(--tl-content-wide);
	padding: 1.1rem clamp(1.25rem, 3vw, 2.75rem) 1.4rem;
}

.tl-brand {
	color: var(--tl-cream);
	font-family: Ruwudu, serif;
	font-size: clamp(1.15rem, 1.6vw, 1.55rem);
	letter-spacing: 0.16em;
	line-height: 1.05;
	text-decoration: none;
	text-transform: uppercase;
}

.tl-brand--image {
	display: inline-flex;
	flex: 0 0 auto;
}

.tl-brand__logo {
	display: block;
	height: auto;
	width: clamp(3.2rem, 5vw, 4.9rem);
}

.tl-nav {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: clamp(0.8rem, 2vw, 1.5rem);
	justify-content: flex-end;
}

.tl-nav a,
.tl-footer a {
	color: var(--tl-cream);
	font-family: Montserrat, Arial, sans-serif;
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-decoration: none;
	text-transform: uppercase;
}

.tl-nav a {
	opacity: 0.86;
	position: relative;
}

.tl-lang {
	align-items: center;
	border: 1px solid color-mix(in srgb, var(--tl-cream) 42%, transparent);
	border-radius: 999px;
	display: inline-flex;
	gap: 0.35rem;
	line-height: 1;
	padding: 0.45rem 0.65rem;
}

.tl-nav a::after {
	background: currentColor;
	content: "";
	height: 1px;
	inset: auto 0 -0.35rem;
	position: absolute;
	transform: scaleX(0);
	transform-origin: right;
	transition: transform 260ms ease;
}

.tl-nav a:hover::after,
.tl-nav a:focus-visible::after {
	transform: scaleX(1);
	transform-origin: left;
}

.tl-hero {
	align-items: end;
	background:
		linear-gradient(90deg, rgba(0, 44, 35, 0.86), rgba(0, 44, 35, 0.42) 42%, rgba(0, 44, 35, 0.12)),
		var(--tl-green);
	display: grid;
	min-height: clamp(640px, 78svh, 780px);
	overflow: hidden;
	padding: clamp(7rem, 11vw, 9rem) clamp(1.25rem, 4vw, 3rem) clamp(3rem, 5vw, 4.5rem);
	position: relative;
}

.tl-logo-hero {
	align-items: center;
	background: var(--tl-green);
	display: grid;
	min-height: clamp(720px, 92svh, 900px);
	padding: clamp(7rem, 10vw, 8.5rem) clamp(1.25rem, 5vw, 4rem) clamp(5rem, 8vw, 6.8rem);
	position: relative;
	text-align: center;
}

.tl-logo-hero__inner {
	animation: tl-float 5.5s ease-in-out infinite;
	margin: 0 auto;
	max-width: 920px;
	width: min(100%, 920px);
}

.tl-logo-hero__name {
	color: var(--tl-cream);
	font-size: clamp(4.2rem, 7.4vw, 7.9rem);
	letter-spacing: 0.04em;
	line-height: 1.16;
	margin: 0 auto clamp(4rem, 8vw, 6rem);
	text-transform: uppercase;
}

.tl-logo-hero__logo {
	display: block;
	height: auto;
	margin-inline: auto;
	width: clamp(12rem, 23vw, 18rem);
}

.tl-logo-hero__lower {
	align-items: center;
	display: grid;
	gap: clamp(2rem, 7vw, 6rem);
	grid-template-columns: minmax(0, 0.75fr) minmax(0, 1fr);
	justify-content: center;
	margin-inline: auto;
	max-width: 720px;
}

.tl-logo-hero__statement {
	color: color-mix(in srgb, var(--tl-cream) 82%, white);
	font-family: Montserrat, Arial, sans-serif;
	font-size: clamp(1rem, 1.55vw, 1.45rem);
	font-weight: 600;
	letter-spacing: 0.34em;
	line-height: 1.9;
	margin: 0;
	text-align: left;
	text-transform: uppercase;
}

.tl-logo-hero__statement span {
	display: block;
}

.tl-scroll-arrow {
	align-items: center;
	border: 1px solid color-mix(in srgb, var(--tl-cream) 45%, transparent);
	border-radius: 999px;
	bottom: clamp(1.5rem, 4vw, 3rem);
	color: var(--tl-cream);
	display: inline-flex;
	font-size: 1.45rem;
	height: 3rem;
	justify-content: center;
	left: 50%;
	position: absolute;
	text-decoration: none;
	transform: translateX(-50%);
	width: 3rem;
	z-index: 4;
}

.tl-portraits {
	background: var(--tl-ink);
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin: 0 auto;
	max-width: var(--tl-shell);
	position: relative;
}

.tl-portrait-card {
	aspect-ratio: 3 / 4.25;
	min-height: 620px;
	overflow: hidden;
	position: relative;
}

.tl-portrait-card img {
	filter: grayscale(1);
	height: 100%;
	object-fit: cover;
	object-position: center top;
	transition: filter 450ms ease, transform 650ms ease;
	width: 100%;
}

.tl-portrait-card::after {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0));
	content: "";
	inset: 35% 0 0;
	opacity: 0;
	position: absolute;
	transition: opacity 350ms ease;
}

.tl-portrait-card__text {
	bottom: 0;
	color: var(--tl-cream);
	left: 0;
	opacity: 0;
	padding: clamp(1.5rem, 4vw, 3rem);
	position: absolute;
	right: 0;
	transform: translateY(28px);
	transition: opacity 380ms ease, transform 380ms ease;
	z-index: 2;
}

.tl-portrait-card__text h2 {
	font-size: clamp(2.1rem, 3.2vw, 3.6rem);
	margin: 0 0 0.75rem;
}

.tl-portrait-card__text p {
	font-size: clamp(0.95rem, 1.2vw, 1.1rem);
	margin: 0;
	max-width: 26rem;
}

.tl-portrait-card:hover img,
.tl-portrait-card:focus-within img {
	filter: grayscale(1) contrast(1.05);
	transform: scale(1.035);
}

.tl-portrait-card:hover::after,
.tl-portrait-card:focus-within::after,
.tl-portrait-card:hover .tl-portrait-card__text,
.tl-portrait-card:focus-within .tl-portrait-card__text {
	opacity: 1;
	transform: translateY(0);
}

.tl-portrait-next {
	align-items: center;
	background: var(--tl-ink);
	display: flex;
	justify-content: center;
	min-height: clamp(8rem, 13vw, 13rem);
	position: relative;
}

.tl-scroll-arrow--static {
	bottom: auto;
	left: auto;
	position: relative;
	transform: none;
}

@keyframes tl-float {
	0%,
	100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-12px);
	}
}

.tl-hero__image {
	height: 100%;
	inset: 0;
	object-fit: cover;
	object-position: center 34%;
	position: absolute;
	width: 100%;
	z-index: 0;
}

.tl-hero::after {
	background: linear-gradient(0deg, var(--tl-green), rgba(0, 44, 35, 0));
	content: "";
	height: 28%;
	inset: auto 0 0;
	position: absolute;
	z-index: 1;
}

.tl-hero__content {
	margin-inline: auto;
	max-width: var(--tl-content-wide);
	width: 100%;
	position: relative;
	z-index: 2;
}

.tl-kicker,
.tl-small-label {
	color: color-mix(in srgb, var(--tl-cream) 76%, white);
	font-family: Montserrat, Arial, sans-serif;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.16em;
	margin: 0 0 clamp(0.75rem, 1.3vw, 1.2rem);
	text-transform: uppercase;
}

.tl-hero h1,
.tl-page-hero h1 {
	color: var(--tl-cream);
	font-size: clamp(3.2rem, 6.6vw, 6.65rem);
	letter-spacing: 0;
	margin: 0.35rem 0 1.1rem;
	max-width: 7.8ch;
	text-wrap: balance;
}

.tl-hero p {
	color: color-mix(in srgb, var(--tl-cream) 82%, white);
	font-size: clamp(1rem, 1.45vw, 1.24rem);
	max-width: 34rem;
}

.tl-button-row {
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem;
	margin-top: 2rem;
}

.tl-button {
	border: 1px solid currentColor;
	border-radius: 999px;
	color: var(--tl-cream);
	display: inline-flex;
	font-family: Montserrat, Arial, sans-serif;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	padding: 0.85rem 1.1rem;
	text-decoration: none;
	text-transform: uppercase;
	transition: background 220ms ease, color 220ms ease, transform 220ms ease;
}

.tl-button:hover,
.tl-button:focus-visible {
	background: var(--tl-cream);
	color: var(--tl-green);
	transform: translateY(-2px);
}

.tl-section {
	padding: clamp(6rem, 9vw, 10rem) clamp(1.25rem, 4vw, 3rem);
}

.tl-section--cream {
	background: var(--tl-cream);
	color: var(--tl-green);
}

.tl-section--cream .tl-small-label,
.tl-section--cream .tl-kicker {
	color: var(--tl-copper);
}

.tl-section--cream .tl-button {
	color: var(--tl-green);
}

.tl-section--cream .tl-button:hover,
.tl-section--cream .tl-button:focus-visible {
	background: var(--tl-green);
	color: var(--tl-cream);
}

.tl-section--ink {
	background: var(--tl-ink);
	color: var(--tl-cream);
}

.tl-grid {
	align-items: start;
	display: grid;
	gap: clamp(3rem, 6vw, 6rem);
	grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
	margin: 0 auto;
	max-width: var(--tl-content-wide);
}

.tl-heading {
	font-size: clamp(2.55rem, 3.55vw, 4.25rem);
	letter-spacing: 0;
	line-height: 1.02;
	margin: 0;
	max-width: 9.5ch;
	text-wrap: balance;
}

.tl-heading--repertoire {
	max-width: 10.5ch;
}

.tl-copy {
	font-size: clamp(1rem, 1.25vw, 1.18rem);
	max-width: 38rem;
}

.tl-link-list {
	border: 1px solid var(--tl-line);
	border-radius: 10px;
	overflow: hidden;
}

.tl-link-list a,
.tl-link-list span {
	align-items: center;
	border-bottom: 1px solid var(--tl-line);
	color: inherit;
	display: flex;
	font-family: Montserrat, Arial, sans-serif;
	font-size: 0.78rem;
	font-weight: 600;
	justify-content: space-between;
	letter-spacing: 0.09em;
	padding: clamp(1.4rem, 3vw, 2.2rem);
	text-decoration: none;
	text-transform: uppercase;
}

.tl-link-list a:last-child,
.tl-link-list span:last-child {
	border-bottom: 0;
}

.tl-image-stack {
	display: grid;
	gap: clamp(1.25rem, 3vw, 2.5rem);
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 0.85fr);
	margin: clamp(5rem, 8vw, 8rem) auto 0;
	max-width: 980px;
}

.tl-image-stack img {
	aspect-ratio: 16 / 10;
	border-radius: 10px;
	height: auto;
	max-height: 330px;
	object-fit: cover;
	width: 100%;
}

.tl-image-stack img:first-child {
	grid-column: auto;
	grid-row: auto;
}

.tl-image-stack img:last-child {
	grid-column: auto;
	grid-row: auto;
	margin-top: clamp(2.5rem, 6vw, 5rem);
}

.tl-nature-images {
	display: grid;
	gap: clamp(2rem, 5vw, 4.5rem);
	grid-template-columns: repeat(12, minmax(0, 1fr));
	margin: clamp(6rem, 10vw, 10rem) auto 0;
	max-width: 1180px;
}

.tl-nature-images img {
	aspect-ratio: 16 / 10;
	border-radius: 10px;
	display: block;
	height: auto;
	max-height: 340px;
	object-fit: cover;
	width: 100%;
}

.tl-nature-images img:nth-child(1) {
	aspect-ratio: 4 / 5;
	grid-column: 1 / 5;
	grid-row: 1 / 8;
	max-height: 490px;
}

.tl-nature-images img:nth-child(2) {
	aspect-ratio: 16 / 8;
	grid-column: 6 / 13;
	grid-row: 1 / 4;
	max-height: 340px;
}

.tl-nature-images img:nth-child(3) {
	aspect-ratio: 16 / 10;
	grid-column: 5 / 10;
	grid-row: 7 / 11;
	max-height: 340px;
}

.tl-nature-images img:nth-child(4) {
	aspect-ratio: 16 / 10;
	grid-column: 10 / 13;
	grid-row: 8 / 11;
	max-height: 245px;
}

.tl-page-hero {
	background: var(--tl-green);
	padding: clamp(8rem, 12vw, 10rem) clamp(1.25rem, 4vw, 3rem) clamp(5rem, 8vw, 7rem);
}

.tl-page-hero__inner,
.tl-content {
	margin: 0 auto;
	max-width: var(--tl-content);
}

.tl-page-lead {
	color: color-mix(in srgb, var(--tl-cream) 82%, white);
	font-size: clamp(1.08rem, 1.6vw, 1.35rem);
	max-width: 40rem;
}

.tl-content {
	padding: clamp(2.5rem, 5vw, 4.5rem) 0;
}

.tl-feature-image {
	aspect-ratio: 4 / 5;
	border-radius: 10px;
	display: block;
	max-height: 500px;
	object-fit: cover;
	width: 100%;
}

.tl-list-block {
	margin: 0 auto;
	max-width: var(--tl-content-wide);
}

.tl-event {
	align-items: center;
	border-top: 1px solid var(--tl-line);
	display: grid;
	gap: 1rem;
	grid-template-columns: 0.65fr 1.5fr auto;
	padding: clamp(1.25rem, 3vw, 2rem) 0;
}

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

.tl-event span,
.tl-event a {
	color: var(--tl-cream);
	font-family: Montserrat, Arial, sans-serif;
	font-size: 0.76rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.tl-event strong {
	color: var(--tl-cream);
	font-size: clamp(1.25rem, 2vw, 1.85rem);
	font-weight: 400;
}

.tl-contact-card {
	border: 1px solid color-mix(in srgb, var(--tl-green) 34%, transparent);
	border-radius: 10px;
	padding: clamp(1.5rem, 4vw, 3rem);
}

.tl-contact-card a {
	color: var(--tl-green);
	font-size: clamp(1.35rem, 2.4vw, 2rem);
	overflow-wrap: anywhere;
}

.tl-footer {
	background: var(--tl-ink);
	color: var(--tl-cream);
	padding: clamp(4rem, 7vw, 6rem) clamp(1.25rem, 4vw, 3rem) 2rem;
}

.tl-footer__inner {
	display: grid;
	gap: clamp(2rem, 5vw, 5rem);
	grid-template-columns: minmax(0, 1fr) auto;
	margin: 0 auto;
	max-width: var(--tl-content-wide);
}

.tl-footer__logo {
	display: block;
	height: auto;
	width: clamp(8rem, 16vw, 13rem);
}

.tl-footer__nav {
	display: grid;
	gap: 0.9rem;
}

.tl-footer__socials {
	display: flex;
	gap: 0.65rem;
	justify-content: flex-end;
}

.tl-footer__email {
	color: var(--tl-cream);
	text-transform: none;
}

.tl-social-icon {
	align-items: center;
	border: 1px solid color-mix(in srgb, var(--tl-cream) 38%, transparent);
	border-radius: 999px;
	display: inline-flex;
	height: 2.35rem;
	justify-content: center;
	transition: background 220ms ease, color 220ms ease, transform 220ms ease;
	width: 2.35rem;
}

.tl-social-icon:hover,
.tl-social-icon:focus-visible {
	background: var(--tl-cream);
	color: var(--tl-ink);
	transform: translateY(-2px);
}

.tl-social-icon svg {
	display: block;
	fill: none;
	height: 1.05rem;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
	width: 1.05rem;
}

.tl-social-icon svg path:first-child:not(:last-child),
.tl-social-icon:nth-child(2) svg path {
	fill: currentColor;
	stroke: none;
}

.tl-footer__bottom {
	border-top: 1px solid var(--tl-line);
	display: flex;
	font-family: Montserrat, Arial, sans-serif;
	font-size: 0.75rem;
	gap: 1rem;
	justify-content: space-between;
	margin: 3rem auto 0;
	max-width: var(--tl-content-wide);
	opacity: 0.72;
	padding-top: 1.2rem;
}

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

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

@media (prefers-reduced-motion: no-preference) {
	.tl-hero__image {
		animation: tl-hero-drift 18s ease-out both;
	}

	@keyframes tl-hero-drift {
		from {
			transform: scale(1.04);
		}
		to {
			transform: scale(1);
		}
	}
}

@media (max-width: 780px) {
	.tl-header {
		position: fixed;
	}

	.tl-header__inner {
		align-items: center;
		flex-direction: row;
		gap: 0.75rem;
		max-width: 100%;
		padding: 0.65rem 0.8rem;
	}

	.tl-nav {
		align-items: center;
		flex-direction: row;
		flex-wrap: nowrap;
		gap: 0.62rem;
		justify-content: flex-end;
		min-width: 0;
		overflow-x: auto;
		scrollbar-width: none;
	}

	.tl-nav::-webkit-scrollbar {
		display: none;
	}

	.tl-nav a {
		flex: 0 0 auto;
		font-size: 0.58rem;
		letter-spacing: 0.07em;
		white-space: nowrap;
	}

	.tl-lang {
		padding: 0.35rem 0.48rem;
	}

	.tl-brand {
		font-size: 0.82rem;
		letter-spacing: 0.12em;
	}

	.tl-hero {
		min-height: 640px;
		padding-top: 8.5rem;
	}

	.tl-logo-hero {
		min-height: 680px;
		padding-bottom: 7rem;
	}

	.tl-logo-hero .tl-scroll-arrow {
		bottom: 4.9rem;
	}

	.tl-logo-hero__name {
		font-size: clamp(3.1rem, 14vw, 5.1rem);
		line-height: 1.12;
		margin-bottom: clamp(3.2rem, 9vw, 4.8rem);
	}

	.tl-logo-hero__lower {
		gap: 1.4rem;
		grid-template-columns: 1fr;
	}

	.tl-logo-hero__logo {
		width: clamp(8.8rem, 42vw, 12rem);
	}

	.tl-logo-hero__statement {
		font-size: clamp(0.74rem, 3.2vw, 0.98rem);
		letter-spacing: 0.2em;
		line-height: 1.85;
		text-align: center;
	}

	.tl-portraits {
		grid-template-columns: 1fr;
	}

	.tl-portrait-card {
		min-height: 520px;
	}

	.tl-portrait-card::after,
	.tl-portrait-card__text {
		opacity: 1;
		transform: none;
	}

	.tl-hero h1,
	.tl-page-hero h1 {
		font-size: clamp(3rem, 14vw, 5rem);
		max-width: 7.6ch;
	}

	.tl-grid,
	.tl-footer__inner {
		grid-template-columns: 1fr;
	}

	.tl-footer__inner {
		gap: 2rem;
	}

	.tl-footer__bottom {
		align-items: flex-start;
		flex-direction: column;
	}

	.tl-event {
		align-items: start;
		grid-template-columns: 1fr;
	}

	.tl-heading {
		font-size: clamp(2.45rem, 11vw, 4rem);
		max-width: 8ch;
	}

	.tl-image-stack {
		display: block;
	}

	.tl-nature-images {
		grid-template-columns: 1fr;
		gap: 1.6rem;
	}

	.tl-image-stack img {
		max-height: none;
	}

	.tl-nature-images img:nth-child(n) {
		aspect-ratio: 16 / 11;
		grid-column: auto;
		grid-row: auto;
		margin-top: 0;
		max-height: none;
	}

	.tl-image-stack img + img {
		margin-top: 1rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	* {
		animation-duration: 0.001ms !important;
		scroll-behavior: auto !important;
		transition-duration: 0.001ms !important;
	}
}
