:root {
	--tat-ink: #1e2421;
	--tat-muted: #5f6761;
	--tat-soft: #f6f3ee;
	--tat-card: #ffffff;
	--tat-line: #e3ddd2;
	--tat-clay: #9f432b;
	--tat-clay-dark: #7e3423;
	--tat-bronze: #3f6f63;
	--tat-sand: #d6bd91;
	--tat-shadow: 0 14px 34px rgba(60, 45, 31, 0.08);
}

body {
	background: #fbfaf7;
	color: var(--tat-ink);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
	letter-spacing: 0;
}

[data-id="search"],
[data-id="search-input"],
[data-id="search-box"],
#search-modal,
.ct-search-form,
.ct-header-search {
	display: none !important;
}

a {
	color: var(--tat-clay);
}

a:hover {
	color: var(--tat-clay-dark);
}

.site-main,
.ct-container {
	max-width: 1160px;
}

.site-main {
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.entry-content {
	color: #29312c;
	font-size: 18px;
	line-height: 1.75;
}

.entry-content h2,
.entry-content h3 {
	color: var(--tat-ink);
	letter-spacing: 0;
}

.entry-content h2 {
	border-top: 1px solid var(--tat-line);
	margin-top: 42px;
	padding-top: 26px;
}

.entry-content img {
	border-radius: 8px;
}

.wp-caption,
.wp-block-image figcaption {
	color: var(--tat-muted);
	font-size: 14px;
	line-height: 1.5;
}

.tat-section-label {
	color: var(--tat-bronze);
	font-size: 13px;
	font-weight: 750;
	letter-spacing: .08em;
	margin: 0 0 6px;
	text-transform: uppercase;
}

.tat-related-guides {
	border-top: 1px solid var(--tat-line);
	margin-top: 44px;
	padding-top: 28px;
}

.tat-related-head {
	margin-bottom: 14px;
}

.tat-related-head h2 {
	border: 0;
	margin: 0 0 12px;
	padding: 0;
}

.tat-topic-links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0 0 22px;
}

.tat-topic-links a {
	background: var(--tat-soft);
	border: 1px solid var(--tat-line);
	border-radius: 999px;
	color: var(--tat-clay);
	font-size: 14px;
	font-weight: 650;
	padding: 7px 12px;
	text-decoration: none;
}

.tat-related-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tat-related-card,
.tat-post-item {
	background: var(--tat-card);
	border: 1px solid var(--tat-line);
	border-radius: 8px;
	box-shadow: var(--tat-shadow);
}

.tat-related-card {
	padding: 12px;
}

.tat-related-thumb,
.tat-post-thumb {
	background: #eee8dc;
	border-radius: 6px;
	display: block;
	overflow: hidden;
}

.tat-related-thumb {
	aspect-ratio: 16 / 9;
	margin-bottom: 10px;
}

.tat-related-thumb img,
.tat-post-thumb img {
	display: block;
	height: 100%;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

.tat-thumb-32 img {
	object-position: center 42%;
}

.tat-thumb-33 img {
	object-position: center 58%;
}

.tat-thumb-34 img {
	object-position: center 46%;
}

.tat-thumb-50 img {
	object-position: center 52%;
}

.tat-thumb-51 img {
	object-position: center 50%;
}

.tat-thumb-52 img {
	object-position: center 44%;
}

.tat-related-card h3 {
	font-size: 16px;
	line-height: 1.35;
	margin: 0 0 8px;
}

.tat-related-card h3 a,
.tat-post-body h3 a {
	color: var(--tat-ink);
	text-decoration: none;
}

.tat-related-card p {
	color: var(--tat-muted);
	font-size: 14px;
	line-height: 1.55;
	margin: 0;
}

.tat-post-list {
	display: grid;
	gap: 18px;
}

.tat-post-item {
	display: grid;
	gap: 18px;
	grid-template-columns: minmax(220px, 34%) minmax(0, 1fr);
	padding: 16px;
}

.tat-post-thumb {
	align-self: start;
	aspect-ratio: 4 / 3;
}

.tat-post-body h3 {
	font-size: 20px;
	line-height: 1.35;
	margin: 2px 0 8px;
}

.tat-post-body time {
	color: var(--tat-muted);
	display: block;
	font-size: 14px;
	margin-bottom: 10px;
}

.tat-post-body p {
	color: var(--tat-muted);
	font-size: 16px;
	line-height: 1.65;
	margin: 0;
}

.tat-pagination {
	margin: 26px 0 4px;
}

.tat-pagination ul {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

.tat-pagination li {
	margin: 0;
}

.tat-pagination a,
.tat-pagination span {
	align-items: center;
	background: #fff;
	border: 1px solid var(--tat-line);
	border-radius: 999px;
	color: var(--tat-ink);
	display: inline-flex;
	font-size: 14px;
	font-weight: 650;
	justify-content: center;
	line-height: 1;
	min-height: 40px;
	min-width: 40px;
	padding: 0 14px;
	text-decoration: none;
}

.tat-pagination .current {
	background: var(--tat-clay);
	border-color: var(--tat-clay);
	color: #fff;
}

.tat-home-hero {
	background: linear-gradient(180deg, #fff 0%, var(--tat-soft) 100%);
	border-bottom: 1px solid var(--tat-line);
	padding: 42px 0 28px;
}

.tat-home-feature {
	background: #fff;
	border: 1px solid var(--tat-line);
	border-radius: 8px;
	box-shadow: var(--tat-shadow);
	display: grid;
	gap: 0;
	grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr);
	margin: 0 0 28px;
	overflow: hidden;
}

.tat-home-feature-media {
	height: min(42vw, 520px);
	min-height: 360px;
}

.tat-home-feature-media img {
	display: block;
	height: 100%;
	min-height: 320px;
	object-fit: cover;
	object-position: center 58%;
	width: 100%;
}

.tat-home-feature-text {
	align-self: center;
	padding: 32px;
}

.tat-home-feature-text p {
	color: var(--tat-muted);
	font-size: 17px;
	line-height: 1.65;
}

.tat-home-hero h1 {
	color: var(--tat-ink);
	font-size: clamp(34px, 6vw, 58px);
	letter-spacing: 0;
	line-height: 1.05;
	margin: 0 0 14px;
}

.tat-home-title {
	color: var(--tat-ink);
	display: block;
	font-size: clamp(34px, 6vw, 58px);
	font-weight: 760;
	letter-spacing: 0;
	line-height: 1.05;
	margin: 0 0 14px;
}

.tat-home-hero p {
	color: var(--tat-muted);
	font-size: 19px;
	line-height: 1.65;
	max-width: 760px;
}

.tat-hub-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 26px 0;
}

.tat-hub-link {
	background: #fff;
	border: 1px solid var(--tat-line);
	border-radius: 8px;
	padding: 16px;
}

.tat-hub-link strong {
	display: block;
	margin-bottom: 6px;
}

.tat-site-footer {
	background: #1b2420;
	color: #eef2ee;
	margin-top: 56px;
}

[data-footer] .ct-footer {
	display: none !important;
}

.tat-site-footer a {
	color: #f1d0b7;
	text-decoration: none;
}

.tat-site-footer a:hover {
	color: #fff;
}

.tat-site-footer-inner {
	display: grid;
	gap: 18px;
	grid-template-columns: minmax(0, 1fr) auto;
	margin: 0 auto;
	max-width: 1160px;
	padding: 30px 20px;
}

.tat-footer-brand strong {
	color: #fff;
	display: block;
	font-size: 20px;
	margin-bottom: 6px;
}

.tat-footer-brand p,
.tat-footer-copy {
	color: #b9c4bc;
	margin: 0;
}

.tat-footer-links {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	justify-content: flex-end;
}

.tat-footer-copy {
	border-top: 1px solid rgba(255, 255, 255, .12);
	grid-column: 1 / -1;
	padding-top: 16px;
}

#offcanvas .ct-panel-inner {
	background: #12171a !important;
}

#offcanvas .ct-panel-content,
#offcanvas .ct-panel-content a,
#offcanvas [data-id="mobile-menu"] a,
[data-header*="type-1"] [data-id="mobile-menu"] .ct-menu-link {
	color: #fff !important;
	opacity: 1;
}

#offcanvas .ct-panel-content a:hover,
#offcanvas [data-id="mobile-menu"] a:hover {
	color: #f1d0b7 !important;
}

#offcanvas .ct-toggle-close {
	color: #fff !important;
}

@media (max-width: 780px) {
	.site-main {
		max-width: 100%;
	}

	.entry-content {
		font-size: 17px;
		overflow-wrap: anywhere;
	}

	.tat-home-hero {
		padding: 30px 0 24px;
	}

	.tat-home-feature {
		grid-template-columns: 1fr;
	}

	.tat-home-feature-media {
		height: auto;
		min-height: 0;
	}

	.tat-home-feature-media img {
		aspect-ratio: 16 / 10;
		min-height: 0;
	}

	.tat-home-feature-text {
		padding: 22px;
	}

	.tat-home-title {
		font-size: clamp(30px, 9vw, 38px);
	}

	.tat-home-hero p {
		font-size: 17px;
		line-height: 1.6;
	}

	.tat-related-grid,
	.tat-hub-grid {
		grid-template-columns: 1fr;
	}

	.tat-hub-grid {
		gap: 16px;
		margin: 22px 0;
	}

	.tat-hub-link {
		padding: 18px;
	}

	.tat-post-item {
		gap: 12px;
		grid-template-columns: 120px minmax(0, 1fr);
		padding: 12px;
	}

	.tat-post-body h3 {
		font-size: 16px;
	}

	.tat-post-body p {
		display: none;
	}

	.tat-site-footer-inner {
		grid-template-columns: 1fr;
		padding: 26px 20px;
	}

	.tat-footer-links {
		justify-content: flex-start;
	}
}
