/*
Theme Name: Lê Thị Cảnh Child
Theme URI: https://lethicanh.com/
Description: Giao diện blog cá nhân và WooCommerce tour cao cấp cho thương hiệu Lê Thị Cảnh, xây trên Flatsome.
Author: Lê Thị Cảnh
Author URI: https://lethicanh.com/
Template: flatsome
Version: 1.5.7
Text Domain: lethicanh
*/

/*
 * Lê Thị Cảnh Child v1.5.7 — Editorial Archive / Single Audit & Hardening
 * Scope: presentation-led child theme. No custom JavaScript; targeted templates remain Flatsome-compatible.
 * Flatsome already loads this child stylesheet; do not enqueue it again.
 */

body.ltc-theme {
	--ltc-bg: #fbfaf7;
	--ltc-surface: #ffffff;
	--ltc-ink: #202321;
	--ltc-muted: #68706b;
	--ltc-line: #e8e4dc;
	--ltc-accent: #8a6940;
	--ltc-accent-strong: #6f512f;
	--ltc-deep: #24352f;
	--ltc-soft: #f1eee7;
	--ltc-radius-sm: 8px;
	--ltc-radius: 16px;
	--ltc-radius-lg: 24px;
	--ltc-shadow: 0 18px 45px rgba(31, 38, 34, 0.08);
	--ltc-content: 760px;
	--ltc-wide: 1180px;
	background: var(--ltc-bg);
	color: var(--ltc-ink);
	font-size: 16px;
	line-height: 1.75;
	text-rendering: optimizeLegibility;
}

body.ltc-theme #wrapper,
body.ltc-theme #main {
	background: var(--ltc-bg);
}

body.ltc-theme a {
	color: var(--ltc-deep);
	text-underline-offset: 0.16em;
}

body.ltc-theme a:hover {
	color: var(--ltc-accent-strong);
}

body.ltc-theme :focus-visible {
	outline: 2px solid var(--ltc-accent);
	outline-offset: 3px;
}

body.ltc-theme h1,
body.ltc-theme h2,
body.ltc-theme h3,
body.ltc-theme h4,
body.ltc-theme h5,
body.ltc-theme h6,
body.ltc-theme .heading-font {
	color: var(--ltc-ink);
	font-weight: 500;
	letter-spacing: -0.025em;
	line-height: 1.18;
}

body.ltc-theme h1 {
	font-size: clamp(2rem, 4vw, 3.5rem);
}

body.ltc-theme h2 {
	font-size: clamp(1.65rem, 3vw, 2.4rem);
}

body.ltc-theme h3 {
	font-size: clamp(1.35rem, 2.2vw, 1.85rem);
}

body.ltc-theme p,
body.ltc-theme li {
	color: var(--ltc-ink);
}

body.ltc-theme .is-divider {
	background-color: var(--ltc-accent);
	height: 2px;
	max-width: 42px;
}

/* Header */
body.ltc-theme #header .header-wrapper,
body.ltc-theme #header .header-bg-color,
body.ltc-theme #header .header-bg-image {
	background-color: rgba(251, 250, 247, 0.98);
}

body.ltc-theme #header .header-main {
	border-bottom: 1px solid var(--ltc-line);
}

body.ltc-theme #header .nav > li > a {
	color: var(--ltc-ink);
	font-size: 0.82rem;
	font-weight: 650;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

body.ltc-theme #header .nav > li.active > a,
body.ltc-theme #header .nav > li.current-menu-item > a,
body.ltc-theme #header .nav > li > a:hover {
	color: var(--ltc-accent-strong);
}

body.ltc-theme #header .header-button .button,
body.ltc-theme #header .button {
	border-radius: 999px;
	box-shadow: none;
}

/* Brand strip */
body.ltc-theme .ltc-brand-strip {
	background: var(--ltc-deep);
	color: #fff;
	border: 0;
}

body.ltc-theme .ltc-brand-strip__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	min-height: 46px;
	padding-top: 7px;
	padding-bottom: 7px;
}

body.ltc-theme .ltc-brand-strip__tagline {
	margin: 0;
	color: rgba(255, 255, 255, 0.82);
	font-size: 0.94rem;
	font-style: italic;
	line-height: 1.45;
}

body.ltc-theme .ltc-brand-strip__nav {
	display: flex;
	align-items: center;
	gap: 18px;
	white-space: nowrap;
}

body.ltc-theme .ltc-brand-link {
	color: rgba(255, 255, 255, 0.82);
	font-size: 0.74rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-decoration: none;
	text-transform: uppercase;
}

body.ltc-theme .ltc-brand-link:hover,
body.ltc-theme .ltc-brand-link:focus {
	color: #fff;
}

body.ltc-theme .ltc-brand-link--primary {
	border: 1px solid rgba(255, 255, 255, 0.52);
	border-radius: 999px;
	padding: 5px 12px;
}

/* Buttons and conversion controls */
body.ltc-theme .button,
body.ltc-theme button,
body.ltc-theme input[type="submit"],
body.ltc-theme input[type="button"] {
	border-radius: 999px;
	box-shadow: none;
	font-weight: 700;
	letter-spacing: 0.035em;
}

body.ltc-theme .button.primary,
body.ltc-theme .button.checkout,
body.ltc-theme .single_add_to_cart_button,
body.ltc-theme input[type="submit"].button {
	background-color: var(--ltc-deep);
	border-color: var(--ltc-deep);
	color: #fff;
}

body.ltc-theme .button.primary:hover,
body.ltc-theme .button.checkout:hover,
body.ltc-theme .single_add_to_cart_button:hover,
body.ltc-theme input[type="submit"].button:hover {
	background-color: var(--ltc-accent-strong);
	border-color: var(--ltc-accent-strong);
}

body.ltc-theme .button.secondary,
body.ltc-theme .button.is-outline {
	background: transparent;
	border-color: var(--ltc-line);
	color: var(--ltc-ink);
}

/* Editorial cards */
body.ltc-theme .post-item .col-inner,
body.ltc-theme .box-blog-post {
	background: var(--ltc-surface);
	border-radius: var(--ltc-radius);
}

body.ltc-theme .post-item .col-inner {
	height: 100%;
	overflow: hidden;
}

body.ltc-theme .box-blog-post {
	overflow: hidden;
}

body.ltc-theme .box-blog-post .box-image,
body.ltc-theme .post-item .box-image {
	background: var(--ltc-soft);
	overflow: hidden;
}

body.ltc-theme .box-blog-post .box-text,
body.ltc-theme .post-item .box-text {
	padding: 22px 22px 24px;
}

body.ltc-theme .box-blog-post .post-title,
body.ltc-theme .post-item .post-title {
	font-size: clamp(1.18rem, 2vw, 1.45rem);
	font-weight: 500;
	line-height: 1.35;
}

body.ltc-theme .box-blog-post .post-meta,
body.ltc-theme .post-item .post-meta,
body.ltc-theme .entry-meta,
body.ltc-theme .byline {
	color: var(--ltc-muted);
	font-size: 0.78rem;
	letter-spacing: 0.045em;
}

body.ltc-theme .post-item .from_the_blog_excerpt,
body.ltc-theme .box-blog-post .from_the_blog_excerpt {
	color: var(--ltc-muted);
	font-size: 0.95rem;
	line-height: 1.7;
}

/* Single-post reading presentation is owned by the v1.5.7 editorial layer below. */

/* Sidebar and widgets */
body.ltc-theme .widget {
	background: var(--ltc-surface);
	border: 1px solid var(--ltc-line);
	border-radius: var(--ltc-radius);
	padding: 20px;
}

body.ltc-theme .widget .widget-title {
	color: var(--ltc-ink);
	font-size: 1.1rem;
	font-weight: 500;
	letter-spacing: 0;
	text-transform: none;
}

body.ltc-theme .widget ul li {
	border-color: var(--ltc-line);
}

/* WooCommerce foundation: visual only, business logic remains untouched. */
body.ltc-theme.woocommerce .product-small .col-inner,
body.ltc-theme.woocommerce-page .product-small .col-inner {
	background: var(--ltc-surface);
	border: 1px solid var(--ltc-line);
	border-radius: var(--ltc-radius);
	height: 100%;
	overflow: hidden;
}

body.ltc-theme.woocommerce .product-small .box-text,
body.ltc-theme.woocommerce-page .product-small .box-text {
	padding: 18px 18px 22px;
}

body.ltc-theme.woocommerce .product-title,
body.ltc-theme.woocommerce-page .product-title {
	font-size: 1.06rem;
	font-weight: 500;
	line-height: 1.4;
}

body.ltc-theme.woocommerce .price,
body.ltc-theme.woocommerce-page .price {
	color: var(--ltc-accent-strong);
	font-weight: 750;
}

body.ltc-theme .badge-inner {
	box-shadow: none;
}

/* Forms */
body.ltc-theme input[type="email"],
body.ltc-theme input[type="date"],
body.ltc-theme input[type="search"],
body.ltc-theme input[type="number"],
body.ltc-theme input[type="text"],
body.ltc-theme input[type="tel"],
body.ltc-theme input[type="url"],
body.ltc-theme input[type="password"],
body.ltc-theme textarea,
body.ltc-theme select {
	background: var(--ltc-surface);
	border: 1px solid var(--ltc-line);
	border-radius: var(--ltc-radius-sm);
	box-shadow: none;
	min-height: 44px;
}

body.ltc-theme input:focus,
body.ltc-theme textarea:focus,
body.ltc-theme select:focus {
	border-color: var(--ltc-accent);
	box-shadow: none;
}

/* Footer */
body.ltc-theme .footer-widgets,
body.ltc-theme .footer-1,
body.ltc-theme .footer-2 {
	background: var(--ltc-deep);
	color: rgba(255, 255, 255, 0.78);
}

body.ltc-theme .footer-widgets a,
body.ltc-theme .footer-widgets p,
body.ltc-theme .footer-widgets li,
body.ltc-theme .footer-widgets .widget-title {
	color: rgba(255, 255, 255, 0.82);
}

body.ltc-theme .footer-widgets .widget {
	background: transparent;
	border: 0;
	padding: 0;
}

body.ltc-theme .absolute-footer {
	background: #19241f;
	color: rgba(255, 255, 255, 0.68);
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	padding: 20px 0;
}

body.ltc-theme .absolute-footer a,
body.ltc-theme .absolute-footer .copyright-footer {
	color: rgba(255, 255, 255, 0.68);
}

body.ltc-theme .absolute-footer a:hover {
	color: #fff;
}

/* Small screens */
@media (max-width: 849px) {
	body.ltc-theme {
		font-size: 15px;
	}

	body.ltc-theme .ltc-brand-strip__inner {
		align-items: flex-start;
		flex-direction: column;
		gap: 6px;
		padding-top: 9px;
		padding-bottom: 10px;
	}

	body.ltc-theme .ltc-brand-strip__nav {
		gap: 14px;
		overflow-x: auto;
		max-width: 100%;
		padding-bottom: 1px;
		scrollbar-width: none;
	}

	body.ltc-theme .ltc-brand-strip__nav::-webkit-scrollbar {
		display: none;
	}

	body.ltc-theme.ltc-context-article article.post {
		border-left: 0;
		border-radius: 0;
		border-right: 0;
		box-shadow: none;
	}

	body.ltc-theme.ltc-context-article article.post .entry-content {
		font-size: 1rem;
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (max-width: 549px) {
	body.ltc-theme .ltc-brand-strip__tagline {
		display: none;
	}

	body.ltc-theme .ltc-brand-strip__inner {
		min-height: 42px;
		justify-content: center;
	}

	body.ltc-theme .ltc-brand-strip__nav {
		width: 100%;
	}

	body.ltc-theme .ltc-brand-link {
		font-size: 0.7rem;
	}
}

/* Shared editorial label + comments baseline (legacy v1.2 UI removed in 1.5.7). */
body.ltc-theme .ltc-section-label {
	color: var(--ltc-accent-strong);
	font-size: 0.72rem;
	font-weight: 750;
	letter-spacing: 0.11em;
	line-height: 1.4;
	text-transform: uppercase;
}

body.ltc-theme.ltc-context-article #comments {
	max-width: var(--ltc-content);
	margin-left: auto;
	margin-right: auto;
	padding-left: 24px;
	padding-right: 24px;
}

body.ltc-theme.ltc-context-article #comments .comments-title,
body.ltc-theme.ltc-context-article #comments #reply-title {
	font-weight: 500;
	letter-spacing: -0.015em;
	text-transform: none;
}

@media (max-width: 849px) {
	body.ltc-theme.ltc-context-article #comments {
		padding-left: 20px;
		padding-right: 20px;
	}
}

/* WooCommerce tour architecture — v1.3.0 */
body.ltc-theme.ltc-context-commerce .woocommerce-breadcrumb,
body.ltc-theme.ltc-context-commerce .breadcrumbs {
	color: var(--ltc-muted);
	font-size: 0.74rem;
	letter-spacing: 0.045em;
}

body.ltc-theme.ltc-context-tour-archive .category-page-row {
	max-width: var(--ltc-wide);
	padding-top: 34px;
}

body.ltc-theme.ltc-context-tour-archive .shop-container .woocommerce-products-header,
body.ltc-theme.ltc-context-tour-archive .shop-container .term-description,
body.ltc-theme.ltc-context-tour-archive .shop-container .page-title-inner {
	max-width: 860px;
}

body.ltc-theme.ltc-context-tour-archive .woocommerce-result-count,
body.ltc-theme.ltc-context-tour-archive .woocommerce-ordering select {
	color: var(--ltc-muted);
	font-size: 0.82rem;
}

body.ltc-theme.ltc-context-tour-archive .products .product-small .col-inner,
body.ltc-theme .related-products-wrapper .product-small .col-inner,
body.ltc-theme .upsells .product-small .col-inner {
	background: var(--ltc-surface);
	border: 1px solid var(--ltc-line);
	border-radius: var(--ltc-radius);
	height: 100%;
	overflow: hidden;
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

body.ltc-theme.ltc-context-tour-archive .products .product-small .col-inner:hover,
body.ltc-theme .related-products-wrapper .product-small .col-inner:hover,
body.ltc-theme .upsells .product-small .col-inner:hover {
	border-color: #d8d1c4;
	box-shadow: 0 18px 38px rgba(31, 38, 34, 0.08);
	transform: translateY(-2px);
}

body.ltc-theme.ltc-context-tour-archive .product-small .box-image,
body.ltc-theme .related-products-wrapper .product-small .box-image,
body.ltc-theme .upsells .product-small .box-image {
	background: var(--ltc-soft);
	border-radius: var(--ltc-radius) var(--ltc-radius) 0 0;
	overflow: hidden;
}

body.ltc-theme.ltc-context-tour-archive .product-small .box-image img,
body.ltc-theme .related-products-wrapper .product-small .box-image img,
body.ltc-theme .upsells .product-small .box-image img {
	transition: transform 360ms ease;
}

body.ltc-theme.ltc-context-tour-archive .product-small .col-inner:hover .box-image img,
body.ltc-theme .related-products-wrapper .product-small .col-inner:hover .box-image img,
body.ltc-theme .upsells .product-small .col-inner:hover .box-image img {
	transform: scale(1.025);
}

body.ltc-theme.ltc-context-tour-archive .product-small .box-text,
body.ltc-theme .related-products-wrapper .product-small .box-text,
body.ltc-theme .upsells .product-small .box-text {
	padding: 18px 18px 20px;
	text-align: left;
}

body.ltc-theme.ltc-context-tour-archive .product-small .product-title,
body.ltc-theme .related-products-wrapper .product-small .product-title,
body.ltc-theme .upsells .product-small .product-title {
	font-size: 1.08rem;
	font-weight: 500;
	line-height: 1.4;
	margin-bottom: 8px;
}

body.ltc-theme.ltc-context-tour-archive .product-small .product-title a,
body.ltc-theme .related-products-wrapper .product-small .product-title a,
body.ltc-theme .upsells .product-small .product-title a {
	color: var(--ltc-ink);
}

body.ltc-theme.ltc-context-tour-archive .product-small .price-wrapper,
body.ltc-theme .related-products-wrapper .product-small .price-wrapper,
body.ltc-theme .upsells .product-small .price-wrapper {
	margin-top: 8px;
}

body.ltc-theme.ltc-context-tour-archive .product-small .price,
body.ltc-theme .related-products-wrapper .product-small .price,
body.ltc-theme .upsells .product-small .price,
body.ltc-theme.ltc-context-tour .product-summary .price {
	color: var(--ltc-accent-strong);
	font-size: 1rem;
	font-weight: 750;
}

body.ltc-theme .ltc-tour-price-quote {
	color: var(--ltc-deep);
	font-size: 0.88rem;
	font-weight: 750;
	letter-spacing: 0.035em;
	text-transform: uppercase;
}

body.ltc-theme .ltc-tour-card-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin: 12px 0 0;
}

body.ltc-theme .ltc-tour-card-meta span {
	background: var(--ltc-soft);
	border: 1px solid var(--ltc-line);
	border-radius: 999px;
	color: var(--ltc-muted);
	font-size: 0.72rem;
	font-weight: 650;
	line-height: 1.35;
	padding: 5px 9px;
}

body.ltc-theme .ltc-tour-card__cta.button {
	background: transparent;
	border: 1px solid var(--ltc-line);
	color: var(--ltc-deep);
	display: inline-flex;
	font-size: 0.76rem;
	justify-content: center;
	margin: 14px 0 0;
	min-height: 38px;
	padding: 0 16px;
}

body.ltc-theme .ltc-tour-card__cta.button:hover {
	background: var(--ltc-deep);
	border-color: var(--ltc-deep);
	color: #fff;
}

/* Single tour */
body.ltc-theme.ltc-context-tour .product-main {
	padding-bottom: 38px;
	padding-top: 42px;
}

body.ltc-theme.ltc-context-tour .product-gallery,
body.ltc-theme.ltc-context-tour .product-images,
body.ltc-theme.ltc-context-tour .product-gallery .woocommerce-product-gallery__image {
	border-radius: var(--ltc-radius);
}

body.ltc-theme.ltc-context-tour .product-gallery img,
body.ltc-theme.ltc-context-tour .product-images img {
	border-radius: var(--ltc-radius);
}

body.ltc-theme.ltc-context-tour .product-summary {
	background: var(--ltc-surface);
	border: 1px solid var(--ltc-line);
	border-radius: var(--ltc-radius-lg);
	padding: 30px;
}

body.ltc-theme.ltc-context-tour .product-summary .product-title {
	font-size: clamp(2rem, 4vw, 3.25rem);
	line-height: 1.12;
	margin-bottom: 12px;
}

body.ltc-theme.ltc-context-tour .product-summary .is-divider {
	margin-bottom: 18px;
	margin-top: 16px;
}

body.ltc-theme.ltc-context-tour .product-summary .woocommerce-product-details__short-description {
	color: var(--ltc-muted);
	font-size: 0.98rem;
	line-height: 1.75;
}

body.ltc-theme.ltc-context-tour .product-summary .stock {
	color: var(--ltc-deep);
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.035em;
}

body.ltc-theme .ltc-tour-facts {
	border-bottom: 1px solid var(--ltc-line);
	border-top: 1px solid var(--ltc-line);
	margin: 22px 0;
	padding: 20px 0 8px;
}

body.ltc-theme .ltc-tour-facts .ltc-section-label {
	margin: 0 0 14px;
}

body.ltc-theme .ltc-tour-facts__list {
	display: grid;
	gap: 0 20px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 0;
}

body.ltc-theme .ltc-tour-facts__item {
	border-top: 1px solid rgba(232, 228, 220, 0.8);
	display: grid;
	gap: 2px;
	grid-template-columns: minmax(88px, 0.8fr) minmax(0, 1.2fr);
	margin: 0;
	padding: 11px 0;
}

body.ltc-theme .ltc-tour-facts__item:nth-child(-n + 2) {
	border-top: 0;
}

body.ltc-theme .ltc-tour-facts__item dt,
body.ltc-theme .ltc-tour-facts__item dd {
	margin: 0;
}

body.ltc-theme .ltc-tour-facts__item dt {
	color: var(--ltc-muted);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.045em;
	text-transform: uppercase;
}

body.ltc-theme .ltc-tour-facts__item dd {
	color: var(--ltc-ink);
	font-size: 0.86rem;
	font-weight: 600;
	line-height: 1.5;
}

body.ltc-theme .ltc-tour-cta {
	background: var(--ltc-soft);
	border: 1px solid var(--ltc-line);
	border-radius: var(--ltc-radius);
	margin: 20px 0 12px;
	padding: 20px;
}

body.ltc-theme .ltc-tour-cta__eyebrow {
	color: var(--ltc-deep);
	font-size: 1.08rem;
	font-weight: 500;
	line-height: 1.4;
	margin: 0 0 5px;
}

body.ltc-theme .ltc-tour-cta__text,
body.ltc-theme .ltc-tour-cta__hint {
	color: var(--ltc-muted);
	font-size: 0.86rem;
	line-height: 1.6;
	margin: 0;
}

body.ltc-theme .ltc-tour-cta__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 14px;
}

body.ltc-theme .ltc-tour-cta__actions .button {
	margin: 0;
}

body.ltc-theme .ltc-tour-cta__hint {
	border-top: 1px solid var(--ltc-line);
	margin-top: 14px;
	padding-top: 12px;
}

body.ltc-theme.ltc-context-tour form.cart {
	align-items: center;
	border-top: 1px solid var(--ltc-line);
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 22px;
	padding-top: 20px;
}

body.ltc-theme.ltc-context-tour form.cart .quantity {
	margin: 0;
}

body.ltc-theme.ltc-context-tour form.cart .single_add_to_cart_button {
	margin: 0;
	min-height: 44px;
	padding-left: 24px;
	padding-right: 24px;
}

body.ltc-theme.ltc-context-tour .product_meta {
	border-top: 1px solid var(--ltc-line);
	color: var(--ltc-muted);
	font-size: 0.76rem;
	line-height: 1.65;
	margin-top: 20px;
	padding-top: 16px;
}

body.ltc-theme.ltc-context-tour .product_meta > span {
	display: block;
}

body.ltc-theme.ltc-context-tour .product-footer .woocommerce-tabs,
body.ltc-theme.ltc-context-tour .product-footer .product-section,
body.ltc-theme.ltc-context-tour .product-section {
	max-width: var(--ltc-wide);
}

body.ltc-theme.ltc-context-tour .product-footer .woocommerce-tabs {
	border-top: 1px solid var(--ltc-line);
	padding-top: 34px;
}

body.ltc-theme.ltc-context-tour .product-footer .tab-panels,
body.ltc-theme.ltc-context-tour .product-footer .panel {
	font-size: 1rem;
	line-height: 1.78;
}

body.ltc-theme.ltc-context-tour .product-footer .nav-tabs > li > a,
body.ltc-theme.ltc-context-tour .product-footer .nav-line > li > a {
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.055em;
}

body.ltc-theme .related-products-wrapper .product-section-title,
body.ltc-theme .upsells .product-section-title {
	font-size: clamp(1.55rem, 3vw, 2.25rem);
	font-weight: 500;
	letter-spacing: -0.02em;
	text-transform: none;
}

/* Cart and checkout retain WooCommerce behavior but match the brand system. */
body.ltc-theme.woocommerce-cart .cart-wrapper,
body.ltc-theme.woocommerce-checkout .checkout-page-title,
body.ltc-theme.woocommerce-checkout .woocommerce-checkout,
body.ltc-theme.woocommerce-account .account-container {
	max-width: var(--ltc-wide);
}

body.ltc-theme.woocommerce-cart .cart_totals,
body.ltc-theme.woocommerce-checkout .woocommerce-checkout-review-order,
body.ltc-theme.woocommerce-account .woocommerce-MyAccount-content {
	background: var(--ltc-surface);
	border: 1px solid var(--ltc-line);
	border-radius: var(--ltc-radius);
	padding: 22px;
}

@media (max-width: 849px) {
	body.ltc-theme.ltc-context-tour .product-main {
		padding-top: 26px;
	}

	body.ltc-theme.ltc-context-tour .product-summary {
		border-radius: var(--ltc-radius);
		margin-top: 20px;
		padding: 24px;
	}
}

@media (max-width: 549px) {
	body.ltc-theme.ltc-context-tour-archive .category-page-row {
		padding-top: 22px;
	}

	body.ltc-theme.ltc-context-tour-archive .product-small .box-text,
	body.ltc-theme .related-products-wrapper .product-small .box-text,
	body.ltc-theme .upsells .product-small .box-text {
		padding: 15px 14px 17px;
	}

	body.ltc-theme .ltc-tour-card-meta {
		gap: 5px;
	}

	body.ltc-theme .ltc-tour-card-meta span {
		font-size: 0.68rem;
	}

	body.ltc-theme.ltc-context-tour .product-summary {
		padding: 20px;
	}

	body.ltc-theme .ltc-tour-facts__list {
		grid-template-columns: 1fr;
	}

	body.ltc-theme .ltc-tour-facts__item,
	body.ltc-theme .ltc-tour-facts__item:nth-child(-n + 2) {
		border-top: 1px solid rgba(232, 228, 220, 0.8);
	}

	body.ltc-theme .ltc-tour-facts__item:first-child {
		border-top: 0;
	}

	body.ltc-theme .ltc-tour-cta__actions,
	body.ltc-theme .ltc-tour-cta__actions .button {
		width: 100%;
	}

	body.ltc-theme .ltc-tour-cta__actions .button {
		justify-content: center;
	}
}


/* v1.4.0 — Cross-content relationship layer */
body.ltc-theme .ltc-crosslinks {
	margin: clamp(2.5rem, 6vw, 4.5rem) auto;
	max-width: var(--ltc-wide);
	padding: clamp(1.35rem, 3vw, 2.25rem);
	border: 1px solid var(--ltc-line);
	border-radius: var(--ltc-radius-lg);
	background: var(--ltc-surface);
	box-shadow: 0 12px 32px rgba(31, 38, 34, 0.05);
}

body.ltc-theme .ltc-crosslinks__header {
	margin-bottom: 1.5rem;
	max-width: 760px;
}

body.ltc-theme .ltc-crosslinks__eyebrow {
	margin: 0 0 0.45rem;
	color: var(--ltc-accent-strong);
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.11em;
	text-transform: uppercase;
}

body.ltc-theme .ltc-crosslinks__header h2 {
	margin: 0;
	font-size: clamp(1.55rem, 3vw, 2.35rem);
}

body.ltc-theme .ltc-crosslinks__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
}

body.ltc-theme .ltc-crosslink-card {
	display: flex;
	min-width: 0;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid var(--ltc-line);
	border-radius: var(--ltc-radius);
	background: var(--ltc-bg);
}

body.ltc-theme .ltc-crosslink-card__media {
	display: block;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: var(--ltc-soft);
}

body.ltc-theme .ltc-crosslink-card__image {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	object-fit: cover;
}

body.ltc-theme .ltc-crosslink-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 1.15rem;
}

body.ltc-theme .ltc-crosslink-card__meta {
	margin: 0 0 0.55rem;
	color: var(--ltc-muted);
	font-size: 0.78rem;
	font-weight: 650;
	letter-spacing: 0.025em;
}

body.ltc-theme .ltc-crosslink-card__title {
	margin: 0 0 0.7rem;
	font-size: 1.22rem;
	line-height: 1.28;
}

body.ltc-theme .ltc-crosslink-card__title a {
	color: inherit;
	text-decoration: none;
}

body.ltc-theme .ltc-crosslink-card__excerpt {
	margin: 0 0 0.85rem;
	color: var(--ltc-muted);
	font-size: 0.92rem;
	line-height: 1.65;
}

body.ltc-theme .ltc-crosslink-card__price {
	margin: auto 0 0.75rem;
	color: var(--ltc-deep);
	font-size: 0.94rem;
	font-weight: 700;
}

body.ltc-theme .ltc-crosslink-card__price .amount {
	color: inherit;
}

body.ltc-theme .ltc-crosslink-card__link {
	align-self: flex-start;
	margin-top: auto;
	color: var(--ltc-accent-strong);
	font-size: 0.83rem;
	font-weight: 700;
	letter-spacing: 0.035em;
	text-decoration: none;
}

body.ltc-theme .ltc-crosslink-card__link:hover {
	text-decoration: underline;
}

body.ltc-theme.single-product .ltc-crosslinks {
	clear: both;
}

@media (max-width: 849px) {
	body.ltc-theme .ltc-crosslinks__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 549px) {
	body.ltc-theme .ltc-crosslinks {
		margin-top: 2rem;
		margin-bottom: 2rem;
		padding: 1rem;
		border-radius: var(--ltc-radius);
	}

	body.ltc-theme .ltc-crosslinks__grid {
		grid-template-columns: 1fr;
	}
}


/* v1.5.1 — Theme-owned typography and editorial shell -------------------- */
/* Font families intentionally inherit from Flatsome Theme Options. */
body.ltc-theme #logo .ltc-logo-wordmark {
	display: inline-block;
	color: var(--ltc-ink);
	font-size: clamp(1.25rem, 2vw, 1.65rem);
	font-weight: 700;
	letter-spacing: 0.015em;
	line-height: 1.1;
	white-space: nowrap;
}

body.ltc-theme .nav-dark #logo .ltc-logo-wordmark,
body.ltc-theme .transparent #logo .ltc-logo-wordmark {
	color: currentColor;
}

body.ltc-theme .ltc-home-hero {
	border-bottom: 1px solid var(--ltc-line);
	padding: clamp(64px, 10vw, 132px) 0 clamp(58px, 9vw, 112px);
}

body.ltc-theme .ltc-home-hero__inner {
	max-width: 900px;
}

body.ltc-theme .ltc-home-hero__eyebrow,
body.ltc-theme .ltc-home-section__eyebrow,
body.ltc-theme .ltc-archive-hero__eyebrow {
	margin: 0 0 14px;
	color: var(--ltc-accent-strong);
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

body.ltc-theme .ltc-home-hero__title {
	margin: 0;
	max-width: 820px;
	font-size: clamp(2.6rem, 7vw, 5.4rem);
	letter-spacing: -0.035em;
}

body.ltc-theme .ltc-home-hero__lead {
	max-width: 700px;
	margin: 24px 0 0;
	color: var(--ltc-muted);
	font-size: clamp(1.05rem, 2vw, 1.28rem);
	line-height: 1.7;
}

body.ltc-theme .ltc-home-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 30px;
}

body.ltc-theme .ltc-home-section {
	padding: clamp(58px, 8vw, 96px) 0;
}

body.ltc-theme .ltc-home-section + .ltc-home-section {
	border-top: 1px solid var(--ltc-line);
}

body.ltc-theme .ltc-home-section__header {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 30px;
}

body.ltc-theme .ltc-home-section__header h2 {
	margin: 0;
}

body.ltc-theme .ltc-text-link {
	font-weight: 700;
	text-decoration: none;
}

body.ltc-theme .ltc-home-post-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

body.ltc-theme .ltc-home-post-card,
body.ltc-theme .ltc-home-tour-card {
	margin: 0;
	background: var(--ltc-surface);
	border: 1px solid var(--ltc-line);
	border-radius: var(--ltc-radius);
	overflow: hidden;
}

body.ltc-theme .ltc-home-post-card__image,
body.ltc-theme .ltc-home-tour-card__image {
	display: block;
	aspect-ratio: 16 / 10;
	background: var(--ltc-soft);
	overflow: hidden;
}

body.ltc-theme .ltc-home-post-card__image img,
body.ltc-theme .ltc-home-tour-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

body.ltc-theme .ltc-home-post-card__body,
body.ltc-theme .ltc-home-tour-card__body {
	padding: 22px;
}

body.ltc-theme .ltc-home-post-card__date {
	display: block;
	margin-bottom: 9px;
	color: var(--ltc-muted);
	font-size: 0.78rem;
}

body.ltc-theme .ltc-home-post-card__title,
body.ltc-theme .ltc-home-tour-card h3 {
	margin: 0 0 10px;
	font-size: clamp(1.15rem, 2vw, 1.4rem);
	line-height: 1.35;
}

body.ltc-theme .ltc-home-post-card__title a,
body.ltc-theme .ltc-home-tour-card h3 a {
	color: inherit;
	text-decoration: none;
}

body.ltc-theme .ltc-home-post-card__excerpt {
	margin: 0;
	color: var(--ltc-muted);
	line-height: 1.65;
}

body.ltc-theme .ltc-home-tour-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
}

body.ltc-theme .ltc-home-tour-card__price {
	min-height: 28px;
	margin: 8px 0 14px;
	font-weight: 700;
}

body.ltc-theme .ltc-archive-hero {
	padding: clamp(48px, 7vw, 82px) 0 34px;
	border-bottom: 1px solid var(--ltc-line);
}

body.ltc-theme .ltc-archive-hero__inner {
	max-width: 900px;
}

body.ltc-theme .ltc-archive-hero__title {
	margin: 0;
	font-size: clamp(2.15rem, 5vw, 4rem);
}

body.ltc-theme .ltc-archive-hero__description {
	max-width: 720px;
	margin-top: 16px;
	color: var(--ltc-muted);
	font-size: 1.02rem;
	line-height: 1.7;
}

body.ltc-theme .ltc-editorial-archive {
	padding-top: 42px;
}

body.ltc-theme .ltc-editorial-single {
	padding-top: clamp(26px, 4vw, 52px);
}

@media (max-width: 849px) {
	body.ltc-theme .ltc-home-post-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.ltc-theme .ltc-home-tour-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 549px) {
	body.ltc-theme .ltc-home-post-grid,
	body.ltc-theme .ltc-home-tour-grid {
		grid-template-columns: 1fr;
	}

	body.ltc-theme .ltc-home-section__header {
		align-items: flex-start;
		flex-direction: column;
	}

	body.ltc-theme .ltc-home-hero__actions .button {
		width: 100%;
	}
}

/* v1.5.2 legacy homepage CSS removed in v1.5.7; v1.5.5 owns the active homepage. */

/* v1.5.5 — Việt Nam × China Borderland Editorial ---------------------- */
body.ltc-theme .ltc-vc-page {
	--ltc-vc-ivory: #f5f0e6;
	--ltc-vc-paper: #fffdf8;
	--ltc-vc-ink: #1f2623;
	--ltc-vc-jade: #173f39;
	--ltc-vc-jade-2: #28584f;
	--ltc-vc-red: #9e3c33;
	--ltc-vc-red-dark: #742b26;
	--ltc-vc-gold: #b89156;
	--ltc-vc-line: rgba(31, 38, 35, 0.14);
	background: var(--ltc-vc-ivory);
	color: var(--ltc-vc-ink);
	overflow: hidden;
}

body.ltc-theme .ltc-vc-page h1,
body.ltc-theme .ltc-vc-page h2,
body.ltc-theme .ltc-vc-page h3,
body.ltc-theme .ltc-vc-page p,
body.ltc-theme .ltc-vc-page li {
	color: inherit;
}

body.ltc-theme .ltc-vc-eyebrow {
	margin: 0 0 14px;
	color: var(--ltc-vc-red);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	line-height: 1.45;
	text-transform: uppercase;
}

body.ltc-theme .ltc-vc-cover,
body.ltc-theme .ltc-vc-page img.ltc-vc-cover {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

body.ltc-theme .ltc-vc-arrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--ltc-vc-red-dark);
	font-size: 0.84rem;
	font-weight: 700;
	letter-spacing: 0.035em;
	text-decoration: none;
}

body.ltc-theme .ltc-vc-arrow::after {
	content: "→";
	transition: transform .2s ease;
}

body.ltc-theme .ltc-vc-arrow:hover::after,
body.ltc-theme .ltc-vc-arrow:focus::after {
	transform: translateX(4px);
}

body.ltc-theme .ltc-vc-arrow--light {
	color: #fff;
}

body.ltc-theme .ltc-vc-meta {
	margin: 0 0 10px;
	color: #736f67;
	font-size: 0.74rem;
	font-weight: 650;
	letter-spacing: .06em;
	line-height: 1.5;
	text-transform: uppercase;
}

body.ltc-theme .ltc-vc-section-head {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(260px, .65fr);
	gap: clamp(28px, 5vw, 76px);
	align-items: end;
	margin-bottom: clamp(30px, 4vw, 52px);
}

body.ltc-theme .ltc-vc-section-head h2 {
	margin: 0;
	max-width: 780px;
	font-size: clamp(2rem, 4.3vw, 4.2rem);
	letter-spacing: -.045em;
	line-height: 1.02;
}

body.ltc-theme .ltc-vc-section-head > p {
	margin: 0;
	color: #6b6b63;
	line-height: 1.75;
}

body.ltc-theme .ltc-vc-seal {
	display: grid;
	place-items: center;
	width: 74px;
	height: 74px;
	padding: 8px;
	background: var(--ltc-vc-red);
	border: 1px solid rgba(255,255,255,.5);
	box-shadow: 0 0 0 5px var(--ltc-vc-red), 0 14px 35px rgba(53,25,22,.18);
	color: #fff;
	text-align: center;
}

body.ltc-theme .ltc-vc-seal span {
	display: block;
	font-size: 1.45rem;
	font-weight: 800;
	letter-spacing: .08em;
	line-height: 1;
}

body.ltc-theme .ltc-vc-seal small {
	display: block;
	margin-top: 4px;
	color: rgba(255,255,255,.82);
	font-size: .56rem;
	font-weight: 700;
	letter-spacing: .18em;
}

/* Homepage hero */
body.ltc-theme .ltc-vc-hero {
	position: relative;
	padding: clamp(54px, 8vw, 112px) 0 clamp(64px, 9vw, 124px);
	background:
		linear-gradient(90deg, rgba(158,60,51,.04) 1px, transparent 1px),
		linear-gradient(rgba(23,63,57,.035) 1px, transparent 1px),
		var(--ltc-vc-ivory);
	background-size: 42px 42px;
}

body.ltc-theme .ltc-vc-hero::before {
	content: "";
	position: absolute;
	inset: 0 0 auto;
	height: 5px;
	background: linear-gradient(90deg, var(--ltc-vc-red) 0 31%, var(--ltc-vc-gold) 31% 39%, var(--ltc-vc-jade) 39% 100%);
}

body.ltc-theme .ltc-vc-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(420px, .92fr);
	gap: clamp(42px, 7vw, 104px);
	align-items: center;
}

body.ltc-theme .ltc-vc-hero__copy {
	max-width: 680px;
}

body.ltc-theme .ltc-vc-hero__name {
	margin-bottom: 14px;
	color: var(--ltc-vc-jade);
	font-size: clamp(1.05rem, 1.8vw, 1.35rem);
	font-weight: 750;
	letter-spacing: .12em;
	text-transform: uppercase;
}

body.ltc-theme .ltc-vc-hero h1 {
	margin: 0;
	max-width: 770px;
	font-size: clamp(3rem, 6.6vw, 6.35rem);
	letter-spacing: -.06em;
	line-height: .96;
}

body.ltc-theme .ltc-vc-hero__lead {
	max-width: 650px;
	margin: 28px 0 0;
	color: #565d58;
	font-size: clamp(1.05rem, 1.7vw, 1.3rem);
	line-height: 1.75;
}

body.ltc-theme .ltc-vc-hero__quote {
	margin: 30px 0 0;
	padding: 0 0 0 22px;
	border: 0;
	border-left: 2px solid var(--ltc-vc-gold);
}

body.ltc-theme .ltc-vc-hero__quote p {
	margin: 0;
	color: #55584f;
	font-size: .96rem;
	font-style: italic;
	line-height: 1.72;
}

body.ltc-theme .ltc-vc-hero__actions,
body.ltc-theme .ltc-vc-closing__actions,
body.ltc-theme .ltc-about-signoff__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 30px;
}

body.ltc-theme .ltc-vc-page .button.primary {
	background: var(--ltc-vc-jade);
	border-color: var(--ltc-vc-jade);
}

body.ltc-theme .ltc-vc-page .button.primary:hover {
	background: var(--ltc-vc-red-dark);
	border-color: var(--ltc-vc-red-dark);
}

body.ltc-theme .ltc-vc-page .button.is-outline {
	border-color: rgba(31,38,35,.24);
	color: var(--ltc-vc-ink);
}

body.ltc-theme .ltc-vc-hero__credentials {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 18px;
	margin-top: 28px;
	padding-top: 20px;
	border-top: 1px solid var(--ltc-vc-line);
}

body.ltc-theme .ltc-vc-hero__credentials span {
	position: relative;
	color: #656a65;
	font-size: .76rem;
	font-weight: 700;
	letter-spacing: .05em;
	text-transform: uppercase;
}

body.ltc-theme .ltc-vc-hero__credentials span:not(:last-child)::after {
	content: "·";
	position: absolute;
	right: -12px;
	color: var(--ltc-vc-red);
}

body.ltc-theme .ltc-vc-hero__photos {
	position: relative;
	min-height: 650px;
}

body.ltc-theme .ltc-vc-hero__photo {
	position: absolute;
	overflow: hidden;
	background: #ded7ca;
	box-shadow: 0 24px 60px rgba(48,43,35,.12);
}

body.ltc-theme .ltc-vc-hero__photo--main {
	inset: 0 13% 8% 0;
	border-radius: 160px 160px 18px 18px;
}

body.ltc-theme .ltc-vc-hero__photo--side {
	right: 0;
	bottom: 0;
	width: 42%;
	height: 43%;
	border: 8px solid var(--ltc-vc-ivory);
	border-radius: 18px 18px 90px 18px;
}

body.ltc-theme .ltc-vc-hero__photo--small {
	top: 8%;
	right: 0;
	width: 31%;
	height: 25%;
	border: 8px solid var(--ltc-vc-ivory);
	border-radius: 18px;
}

body.ltc-theme .ltc-vc-hero__seal {
	position: absolute;
	left: -22px;
	bottom: 14%;
	z-index: 3;
}

/* Borderline */
body.ltc-theme .ltc-vc-borderline {
	background: var(--ltc-vc-jade);
	color: #fff;
}

body.ltc-theme .ltc-vc-borderline__inner {
	display: grid;
	grid-template-columns: auto 1fr auto 1fr auto;
	gap: 22px;
	align-items: center;
	min-height: 92px;
}

body.ltc-theme .ltc-vc-borderline p {
	display: flex;
	align-items: baseline;
	gap: 8px;
	margin: 0;
	color: #fff;
}

body.ltc-theme .ltc-vc-borderline span {
	font-size: .78rem;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
}

body.ltc-theme .ltc-vc-borderline b {
	color: rgba(255,255,255,.52);
	font-size: .72rem;
	font-weight: 600;
}

body.ltc-theme .ltc-vc-borderline i {
	display: block;
	height: 1px;
	background: rgba(255,255,255,.18);
}

/* Origin */
body.ltc-theme .ltc-vc-origin {
	padding: clamp(72px, 9vw, 132px) 0;
	background: var(--ltc-vc-paper);
}

body.ltc-theme .ltc-vc-origin__grid {
	display: grid;
	grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
	gap: clamp(42px, 8vw, 120px);
	align-items: start;
}

body.ltc-theme .ltc-vc-origin__copy {
	position: sticky;
	top: 110px;
}

body.ltc-theme .ltc-vc-origin__copy h2 {
	margin: 0 0 24px;
	font-size: clamp(2.2rem, 4.4vw, 4.25rem);
	letter-spacing: -.05em;
	line-height: 1.03;
}

body.ltc-theme .ltc-vc-origin__copy > p:not(.ltc-vc-eyebrow) {
	color: #62665f;
	line-height: 1.8;
}

body.ltc-theme .ltc-vc-origin__pillars {
	border-top: 1px solid var(--ltc-vc-line);
}

body.ltc-theme .ltc-vc-origin__pillars article {
	display: grid;
	grid-template-columns: 56px 170px minmax(0, 1fr);
	gap: 20px;
	align-items: baseline;
	padding: 28px 0;
	border-bottom: 1px solid var(--ltc-vc-line);
}

body.ltc-theme .ltc-vc-origin__pillars span {
	color: var(--ltc-vc-red);
	font-size: .72rem;
	font-weight: 800;
	letter-spacing: .12em;
}

body.ltc-theme .ltc-vc-origin__pillars h3,
body.ltc-theme .ltc-vc-origin__pillars p {
	margin: 0;
}

body.ltc-theme .ltc-vc-origin__pillars h3 {
	font-size: 1.35rem;
}

body.ltc-theme .ltc-vc-origin__pillars p {
	color: #696d67;
	line-height: 1.7;
}

/* Featured article */
body.ltc-theme .ltc-vc-feature {
	padding: clamp(72px, 9vw, 124px) 0;
	background: var(--ltc-vc-ivory);
}

body.ltc-theme .ltc-vc-feature__card {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr);
	background: var(--ltc-vc-paper);
	border: 1px solid rgba(31,38,35,.1);
	box-shadow: 0 26px 70px rgba(41,35,27,.07);
}

body.ltc-theme .ltc-vc-feature__media {
	display: block;
	min-height: 540px;
	overflow: hidden;
	background: #ddd4c5;
}

body.ltc-theme .ltc-vc-feature__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .45s ease;
}

body.ltc-theme .ltc-vc-feature__card:hover .ltc-vc-feature__media img {
	transform: scale(1.02);
}

body.ltc-theme .ltc-vc-feature__body {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(32px, 5vw, 72px);
}

body.ltc-theme .ltc-vc-feature__body h3 {
	margin: 0 0 18px;
	font-size: clamp(1.8rem, 3.2vw, 3.15rem);
	letter-spacing: -.04em;
	line-height: 1.08;
}

body.ltc-theme .ltc-vc-feature__body h3 a,
body.ltc-theme .ltc-vc-journal__body h3 a,
body.ltc-theme .ltc-vc-tour-card h3 a {
	color: inherit;
	text-decoration: none;
}

body.ltc-theme .ltc-vc-feature__body > p:not(.ltc-vc-meta) {
	color: #6b6d68;
	line-height: 1.75;
}

/* Journal */
body.ltc-theme .ltc-vc-journal {
	padding: clamp(72px, 9vw, 128px) 0;
	background: var(--ltc-vc-paper);
}

body.ltc-theme .ltc-vc-journal__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 28px;
}

body.ltc-theme .ltc-vc-journal__card {
	margin: 0;
	padding-bottom: 24px;
	border-bottom: 1px solid var(--ltc-vc-line);
}

body.ltc-theme .ltc-vc-journal__card--large {
	grid-column: span 2;
	grid-row: span 2;
}

body.ltc-theme .ltc-vc-journal__media {
	display: block;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: #e5ddd0;
}

body.ltc-theme .ltc-vc-journal__card--large .ltc-vc-journal__media {
	aspect-ratio: 16 / 11;
}

body.ltc-theme .ltc-vc-journal__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .4s ease;
}

body.ltc-theme .ltc-vc-journal__card:hover img {
	transform: scale(1.025);
}

body.ltc-theme .ltc-vc-journal__body {
	padding-top: 18px;
}

body.ltc-theme .ltc-vc-journal__body h3 {
	margin: 0;
	font-size: 1.35rem;
	line-height: 1.28;
}

body.ltc-theme .ltc-vc-journal__card--large h3 {
	font-size: clamp(1.75rem, 3vw, 2.75rem);
}

body.ltc-theme .ltc-vc-journal__body > p:last-child {
	color: #6a6d67;
	line-height: 1.7;
}

body.ltc-theme .ltc-vc-media-fallback {
	display: grid;
	place-items: center;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, var(--ltc-vc-jade), #28544a);
	color: rgba(255,255,255,.88);
	font-size: 2.2rem;
	font-weight: 800;
	letter-spacing: .14em;
}

/* CEO band */
body.ltc-theme .ltc-vc-ceo {
	background: var(--ltc-vc-jade);
	color: #fff;
}

body.ltc-theme .ltc-vc-ceo__grid {
	display: grid;
	grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
	min-height: 610px;
}

body.ltc-theme .ltc-vc-ceo__photo {
	min-height: 610px;
	overflow: hidden;
}

body.ltc-theme .ltc-vc-ceo__copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(44px, 7vw, 104px);
	background:
		linear-gradient(135deg, rgba(255,255,255,.025) 25%, transparent 25%) 0 0 / 34px 34px,
		var(--ltc-vc-jade);
}

body.ltc-theme .ltc-vc-ceo__copy .ltc-vc-eyebrow {
	color: #d6b77f;
}

body.ltc-theme .ltc-vc-ceo__copy h2,
body.ltc-theme .ltc-vc-ceo__copy p {
	color: #fff;
}

body.ltc-theme .ltc-vc-ceo__copy h2 {
	margin: 0 0 24px;
	font-size: clamp(2.1rem, 4.2vw, 4.25rem);
	letter-spacing: -.045em;
	line-height: 1.04;
}

body.ltc-theme .ltc-vc-ceo__copy p {
	max-width: 650px;
	color: rgba(255,255,255,.72);
	line-height: 1.8;
}

/* Tours */
body.ltc-theme .ltc-vc-tours {
	padding: clamp(76px, 9vw, 132px) 0;
	background: #f0e8da;
}

body.ltc-theme .ltc-vc-tours__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

body.ltc-theme .ltc-vc-tour-card {
	position: relative;
	margin: 0;
	background: var(--ltc-vc-paper);
	border-top: 3px solid var(--ltc-vc-red);
	box-shadow: 0 16px 42px rgba(54,43,30,.07);
}

body.ltc-theme .ltc-vc-tour-card:nth-child(even) {
	border-top-color: var(--ltc-vc-jade);
}

body.ltc-theme .ltc-vc-tour-card__media {
	display: block;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	background: #ded5c6;
}

body.ltc-theme .ltc-vc-tour-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .4s ease;
}

body.ltc-theme .ltc-vc-tour-card:hover img {
	transform: scale(1.025);
}

body.ltc-theme .ltc-vc-tour-card__body {
	padding: 22px;
}

body.ltc-theme .ltc-vc-tour-card h3 {
	margin: 0 0 12px;
	font-size: 1.25rem;
	line-height: 1.3;
}

body.ltc-theme .ltc-vc-tour-card__price {
	min-height: 28px;
	margin: 0 0 14px;
	color: var(--ltc-vc-red-dark);
	font-weight: 750;
}

body.ltc-theme .ltc-vc-tours__footer {
	margin-top: 34px;
	text-align: center;
}

/* Closing */
body.ltc-theme .ltc-vc-closing {
	padding: clamp(76px, 10vw, 140px) 0;
	background: var(--ltc-vc-paper);
}

body.ltc-theme .ltc-vc-closing__grid {
	display: grid;
	grid-template-columns: minmax(280px, .68fr) minmax(0, 1.32fr);
	gap: clamp(38px, 7vw, 100px);
	align-items: center;
}

body.ltc-theme .ltc-vc-closing__photo {
	aspect-ratio: 4 / 5;
	max-height: 620px;
	overflow: hidden;
	border-radius: 160px 160px 12px 12px;
}

body.ltc-theme .ltc-vc-closing h2 {
	margin: 0 0 22px;
	max-width: 800px;
	font-size: clamp(2.25rem, 5vw, 4.8rem);
	letter-spacing: -.055em;
	line-height: 1;
}

body.ltc-theme .ltc-vc-closing p:not(.ltc-vc-eyebrow) {
	max-width: 680px;
	color: #666b65;
	line-height: 1.8;
}

/* About hero */
body.ltc-theme .ltc-about-hero {
	position: relative;
	padding: clamp(58px, 9vw, 126px) 0 clamp(68px, 9vw, 126px);
	background: var(--ltc-vc-paper);
}

body.ltc-theme .ltc-about-hero::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background: linear-gradient(90deg, var(--ltc-vc-red), var(--ltc-vc-gold), var(--ltc-vc-jade));
}

body.ltc-theme .ltc-about-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, .92fr) minmax(400px, 1.08fr);
	gap: clamp(42px, 7vw, 104px);
	align-items: center;
}

body.ltc-theme .ltc-about-hero h1 {
	margin: 0;
	font-size: clamp(3rem, 6.4vw, 6.25rem);
	letter-spacing: -.06em;
	line-height: .98;
}

body.ltc-theme .ltc-about-hero__lead {
	margin: 28px 0 0;
	color: #60645f;
	font-size: clamp(1.03rem, 1.7vw, 1.25rem);
	line-height: 1.78;
}

body.ltc-theme .ltc-vc-pills {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 28px;
}

body.ltc-theme .ltc-vc-pills span {
	padding: 7px 12px;
	border: 1px solid var(--ltc-vc-line);
	border-radius: 999px;
	color: #585f59;
	font-size: .74rem;
	font-weight: 700;
	letter-spacing: .035em;
}

body.ltc-theme .ltc-about-hero__visual {
	position: relative;
	min-height: 650px;
}

body.ltc-theme .ltc-about-hero__main-photo,
body.ltc-theme .ltc-about-hero__accent-photo {
	position: absolute;
	overflow: hidden;
	background: #ddd5c8;
}

body.ltc-theme .ltc-about-hero__main-photo {
	inset: 0 18% 0 0;
	border-radius: 18px 180px 18px 18px;
}

body.ltc-theme .ltc-about-hero__accent-photo {
	right: 0;
	bottom: 7%;
	width: 38%;
	height: 42%;
	border: 8px solid var(--ltc-vc-paper);
	border-radius: 90px 18px 18px 18px;
}

body.ltc-theme .ltc-about-hero__visual .ltc-vc-seal {
	position: absolute;
	right: 8%;
	top: 7%;
	z-index: 3;
}

/* About timeline */
body.ltc-theme .ltc-about-mapline {
	background: var(--ltc-vc-jade);
	color: #fff;
}

body.ltc-theme .ltc-about-mapline__track {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

body.ltc-theme .ltc-about-mapline__track span {
	display: flex;
	align-items: center;
	gap: 10px;
	min-height: 78px;
	padding: 14px 18px;
	border-left: 1px solid rgba(255,255,255,.1);
	color: #fff;
	font-size: .78rem;
	font-weight: 700;
	letter-spacing: .04em;
}

body.ltc-theme .ltc-about-mapline__track span:last-child {
	border-right: 1px solid rgba(255,255,255,.1);
}

body.ltc-theme .ltc-about-mapline__track b {
	color: #d7ba82;
	font-size: .66rem;
}

/* About long-form story */
body.ltc-theme .ltc-about-story {
	padding: clamp(72px, 9vw, 132px) 0;
	background: var(--ltc-vc-ivory);
}

body.ltc-theme .ltc-about-story__grid {
	display: grid;
	grid-template-columns: minmax(260px, .58fr) minmax(0, 1.42fr);
	gap: clamp(42px, 8vw, 118px);
	align-items: start;
}

body.ltc-theme .ltc-about-story__aside {
	position: sticky;
	top: 110px;
}

body.ltc-theme .ltc-about-story__aside-title {
	margin: 0 0 24px;
	font-size: clamp(1.55rem, 2.7vw, 2.35rem);
	font-weight: 650;
	letter-spacing: -.035em;
	line-height: 1.16;
}

body.ltc-theme .ltc-about-story__aside-photo {
	aspect-ratio: 4 / 5;
	overflow: hidden;
	border-radius: 140px 140px 14px 14px;
}

body.ltc-theme .ltc-about-story__aside-caption {
	margin: 18px 0 0;
	color: #6a6e68;
	font-size: .86rem;
	line-height: 1.7;
}

body.ltc-theme .ltc-about-story__content {
	max-width: 820px;
	padding: 0;
}

body.ltc-theme .ltc-about-story__content > p:first-child {
	margin-top: 0;
	font-size: clamp(1.22rem, 2vw, 1.55rem);
	line-height: 1.72;
}

body.ltc-theme .ltc-about-story__content h2 {
	margin: clamp(58px, 8vw, 90px) 0 22px;
	padding-top: 24px;
	border-top: 1px solid var(--ltc-vc-line);
	font-size: clamp(1.9rem, 3.7vw, 3.3rem);
	letter-spacing: -.045em;
	line-height: 1.08;
}

body.ltc-theme .ltc-about-story__content h3 {
	margin-top: 42px;
}

body.ltc-theme .ltc-about-story__content p,
body.ltc-theme .ltc-about-story__content li {
	color: #4f5651;
	font-size: 1.02rem;
	line-height: 1.9;
}

body.ltc-theme .ltc-about-story__content blockquote {
	margin: 36px 0;
	padding: 26px 30px;
	background: var(--ltc-vc-paper);
	border: 0;
	border-left: 4px solid var(--ltc-vc-red);
	box-shadow: 0 14px 36px rgba(51,42,31,.05);
}

body.ltc-theme .ltc-about-story__content blockquote p {
	margin: 0;
	color: var(--ltc-vc-jade);
	font-size: clamp(1.2rem, 2vw, 1.55rem);
	font-style: italic;
	line-height: 1.65;
}

body.ltc-theme .ltc-about-story__content ul {
	margin-left: 0;
	padding-left: 1.35rem;
}

body.ltc-theme .ltc-about-story__content a {
	color: var(--ltc-vc-red-dark);
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

/* About photo essay */
body.ltc-theme .ltc-about-photoessay {
	padding: clamp(76px, 9vw, 134px) 0;
	background: var(--ltc-vc-paper);
}

body.ltc-theme .ltc-about-photoessay__grid {
	display: grid;
	grid-template-columns: 1.2fr .8fr .8fr;
	grid-template-rows: 330px 330px;
	gap: 16px;
}

body.ltc-theme .ltc-about-photoessay__item {
	position: relative;
	margin: 0;
	overflow: hidden;
	background: #ddd5c7;
}

body.ltc-theme .ltc-about-photoessay__item--wide {
	grid-row: 1 / 3;
}

body.ltc-theme .ltc-about-photoessay__item--portrait {
	grid-column: 3;
	grid-row: 1 / 3;
}

body.ltc-theme .ltc-about-photoessay__item figcaption {
	position: absolute;
	left: 14px;
	bottom: 14px;
	padding: 7px 10px;
	background: rgba(22,31,28,.82);
	color: #fff;
	font-size: .68rem;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}

/* About values */
body.ltc-theme .ltc-about-values {
	padding: clamp(72px, 9vw, 126px) 0;
	background: var(--ltc-vc-jade);
	color: #fff;
}

body.ltc-theme .ltc-about-values__grid {
	display: grid;
	grid-template-columns: minmax(260px, .75fr) minmax(0, 1.25fr);
	gap: clamp(42px, 8vw, 112px);
}

body.ltc-theme .ltc-about-values .ltc-vc-eyebrow {
	color: #d7ba82;
}

body.ltc-theme .ltc-about-values h2 {
	margin: 0;
	color: #fff;
	font-size: clamp(2.1rem, 4.5vw, 4.4rem);
	letter-spacing: -.05em;
	line-height: 1.03;
}

body.ltc-theme .ltc-about-values__cards {
	border-top: 1px solid rgba(255,255,255,.14);
}

body.ltc-theme .ltc-about-values__cards > div {
	display: grid;
	grid-template-columns: 52px 150px minmax(0,1fr);
	gap: 18px;
	padding: 26px 0;
	border-bottom: 1px solid rgba(255,255,255,.14);
}

body.ltc-theme .ltc-about-values__cards span {
	color: #d7ba82;
	font-size: .7rem;
	font-weight: 800;
}

body.ltc-theme .ltc-about-values__cards h3,
body.ltc-theme .ltc-about-values__cards p {
	margin: 0;
	color: #fff;
}

body.ltc-theme .ltc-about-values__cards h3 {
	font-size: 1.3rem;
}

body.ltc-theme .ltc-about-values__cards p {
	color: rgba(255,255,255,.68);
	line-height: 1.72;
}

/* About signoff */
body.ltc-theme .ltc-about-signoff {
	padding: clamp(76px, 10vw, 138px) 0;
	background: var(--ltc-vc-ivory);
}

body.ltc-theme .ltc-about-signoff__inner {
	display: grid;
	grid-template-columns: minmax(240px, .55fr) minmax(0, 1.45fr);
	gap: clamp(38px, 7vw, 96px);
	align-items: center;
}

body.ltc-theme .ltc-about-signoff__photo {
	aspect-ratio: 4 / 5;
	max-height: 560px;
	overflow: hidden;
	border-radius: 150px 150px 16px 16px;
}

body.ltc-theme .ltc-about-signoff h2 {
	margin: 0 0 24px;
	max-width: 800px;
	font-size: clamp(2.1rem, 4.5vw, 4.4rem);
	letter-spacing: -.05em;
	line-height: 1.03;
}

body.ltc-theme .ltc-about-signoff__name {
	color: #626762;
	line-height: 1.7;
}

/* Responsive */
@media (max-width: 1024px) {
	body.ltc-theme .ltc-vc-hero__grid,
	body.ltc-theme .ltc-about-hero__grid {
		grid-template-columns: minmax(0, 1fr) minmax(340px, .78fr);
		gap: 48px;
	}

	body.ltc-theme .ltc-vc-hero__photos,
	body.ltc-theme .ltc-about-hero__visual {
		min-height: 560px;
	}

	body.ltc-theme .ltc-vc-tours__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.ltc-theme .ltc-about-photoessay__grid {
		grid-template-rows: 280px 280px;
	}
}

@media (max-width: 849px) {
	body.ltc-theme .ltc-vc-section-head,
	body.ltc-theme .ltc-vc-hero__grid,
	body.ltc-theme .ltc-vc-origin__grid,
	body.ltc-theme .ltc-vc-feature__card,
	body.ltc-theme .ltc-vc-ceo__grid,
	body.ltc-theme .ltc-vc-closing__grid,
	body.ltc-theme .ltc-about-hero__grid,
	body.ltc-theme .ltc-about-story__grid,
	body.ltc-theme .ltc-about-values__grid,
	body.ltc-theme .ltc-about-signoff__inner {
		grid-template-columns: 1fr;
	}

	body.ltc-theme .ltc-vc-origin__copy,
	body.ltc-theme .ltc-about-story__aside {
		position: static;
	}

	body.ltc-theme .ltc-vc-hero__photos,
	body.ltc-theme .ltc-about-hero__visual {
		max-width: 620px;
		min-height: 620px;
	}

	body.ltc-theme .ltc-vc-feature__media,
	body.ltc-theme .ltc-vc-ceo__photo {
		min-height: 440px;
	}

	body.ltc-theme .ltc-vc-journal__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.ltc-theme .ltc-vc-journal__card--large {
		grid-column: span 2;
		grid-row: auto;
	}

	body.ltc-theme .ltc-about-mapline__track {
		grid-template-columns: repeat(5, minmax(130px, 1fr));
		overflow-x: auto;
	}

	body.ltc-theme .ltc-about-story__aside {
		display: grid;
		grid-template-columns: minmax(220px,.6fr) minmax(0,1fr);
		gap: 24px;
		align-items: end;
	}

	body.ltc-theme .ltc-about-story__aside .ltc-vc-eyebrow,
	body.ltc-theme .ltc-about-story__aside-title {
		grid-column: 1 / -1;
	}

	body.ltc-theme .ltc-about-photoessay__grid {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 340px 300px 340px;
	}

	body.ltc-theme .ltc-about-photoessay__item--wide {
		grid-column: 1 / -1;
		grid-row: 1;
	}

	body.ltc-theme .ltc-about-photoessay__item--portrait {
		grid-column: 1 / -1;
		grid-row: 3;
	}
}

@media (max-width: 549px) {
	body.ltc-theme .ltc-vc-hero,
	body.ltc-theme .ltc-about-hero {
		padding-top: 46px;
	}

	body.ltc-theme .ltc-vc-hero h1,
	body.ltc-theme .ltc-about-hero h1 {
		font-size: clamp(2.9rem, 15vw, 4.35rem);
	}

	body.ltc-theme .ltc-vc-hero__photos,
	body.ltc-theme .ltc-about-hero__visual {
		min-height: 470px;
	}

	body.ltc-theme .ltc-vc-hero__photo--main {
		right: 8%;
		border-radius: 100px 100px 14px 14px;
	}

	body.ltc-theme .ltc-vc-hero__photo--small {
		display: none;
	}

	body.ltc-theme .ltc-vc-hero__photo--side {
		width: 46%;
		height: 40%;
	}

	body.ltc-theme .ltc-vc-hero__seal {
		left: 8px;
	}

	body.ltc-theme .ltc-vc-borderline__inner {
		grid-template-columns: 1fr 1fr 1fr;
		gap: 12px;
	}

	body.ltc-theme .ltc-vc-borderline i,
	body.ltc-theme .ltc-vc-borderline b {
		display: none;
	}

	body.ltc-theme .ltc-vc-borderline p {
		justify-content: center;
	}

	body.ltc-theme .ltc-vc-origin__pillars article,
	body.ltc-theme .ltc-about-values__cards > div {
		grid-template-columns: 42px 1fr;
	}

	body.ltc-theme .ltc-vc-origin__pillars p,
	body.ltc-theme .ltc-about-values__cards p {
		grid-column: 2;
	}

	body.ltc-theme .ltc-vc-feature__media,
	body.ltc-theme .ltc-vc-ceo__photo {
		min-height: 330px;
	}

	body.ltc-theme .ltc-vc-journal__grid,
	body.ltc-theme .ltc-vc-tours__grid {
		grid-template-columns: 1fr;
	}

	body.ltc-theme .ltc-vc-journal__card--large {
		grid-column: auto;
	}

	body.ltc-theme .ltc-vc-closing__photo,
	body.ltc-theme .ltc-about-signoff__photo {
		max-height: 480px;
	}

	body.ltc-theme .ltc-vc-hero__actions .button,
	body.ltc-theme .ltc-vc-closing__actions .button,
	body.ltc-theme .ltc-about-signoff__actions .button {
		width: 100%;
	}

	body.ltc-theme .ltc-about-hero__main-photo {
		right: 8%;
		border-radius: 14px 100px 14px 14px;
	}

	body.ltc-theme .ltc-about-hero__accent-photo {
		width: 46%;
		height: 40%;
	}

	body.ltc-theme .ltc-about-story__aside {
		display: block;
	}

	body.ltc-theme .ltc-about-story__aside-photo {
		max-width: 360px;
		margin-top: 20px;
	}

	body.ltc-theme .ltc-about-photoessay__grid {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: repeat(4, 330px);
	}

	body.ltc-theme .ltc-about-photoessay__item,
	body.ltc-theme .ltc-about-photoessay__item--wide,
	body.ltc-theme .ltc-about-photoessay__item--portrait {
		grid-column: auto;
		grid-row: auto;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.ltc-theme .ltc-vc-page img,
	body.ltc-theme .ltc-vc-arrow::after {
		transition: none !important;
	}
}


/* Personal brand footer — v1.5.5 */
body.ltc-theme .ltc-footer {
	background: var(--ltc-deep);
	color: rgba(255, 255, 255, 0.78);
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	padding: clamp(52px, 7vw, 88px) 0 0;
}

body.ltc-theme .ltc-footer__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.65fr) minmax(150px, 0.75fr) minmax(230px, 1.2fr) minmax(150px, 0.75fr);
	gap: clamp(30px, 4vw, 64px);
	align-items: start;
}

body.ltc-theme .ltc-footer__eyebrow,
body.ltc-theme .ltc-footer__mini-title {
	margin: 0 0 12px;
	color: rgba(255, 255, 255, 0.5);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	line-height: 1.4;
	text-transform: uppercase;
}

body.ltc-theme .ltc-footer__brand-name,
body.ltc-theme .ltc-footer__title {
	color: #fff;
	margin: 0;
}

body.ltc-theme .ltc-footer__brand-name {
	font-size: clamp(1.9rem, 3vw, 2.65rem);
	letter-spacing: -0.035em;
}

body.ltc-theme .ltc-footer__title {
	font-size: 0.92rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.35;
	text-transform: uppercase;
	margin-bottom: 20px;
}

body.ltc-theme .ltc-footer__bio {
	max-width: 480px;
	margin: 18px 0 20px;
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.96rem;
	line-height: 1.75;
}

body.ltc-theme .ltc-footer__company p,
body.ltc-theme .ltc-footer__address,
body.ltc-theme .ltc-footer__address span,
body.ltc-theme .ltc-footer__address a {
	color: rgba(255, 255, 255, 0.72);
}

body.ltc-theme .ltc-footer__company p {
	margin: 0 0 14px;
	font-size: 0.92rem;
	line-height: 1.65;
}

body.ltc-theme .ltc-footer__company p strong {
	color: rgba(255, 255, 255, 0.9);
	font-weight: 650;
}

body.ltc-theme .ltc-footer__address {
	display: grid;
	gap: 7px;
	margin: 0 0 18px;
	font-style: normal;
	font-size: 0.88rem;
	line-height: 1.65;
}

body.ltc-theme .ltc-footer__links {
	list-style: none;
	margin: 0;
	padding: 0;
}

body.ltc-theme .ltc-footer__links li {
	margin: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

body.ltc-theme .ltc-footer__links a {
	display: block;
	padding: 8px 0;
	color: rgba(255, 255, 255, 0.7);
	font-size: 0.9rem;
	line-height: 1.45;
}

body.ltc-theme .ltc-footer a:hover,
body.ltc-theme .ltc-footer a:focus {
	color: #fff;
}

body.ltc-theme .ltc-footer__text-link {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	color: #fff;
	font-size: 0.86rem;
	font-weight: 700;
	letter-spacing: 0.03em;
}

body.ltc-theme .ltc-footer__text-link::after {
	content: "→";
	transition: transform 0.2s ease;
}

body.ltc-theme .ltc-footer__text-link:hover::after {
	transform: translateX(3px);
}

body.ltc-theme .ltc-footer__policies {
	margin-top: 28px;
}

body.ltc-theme .ltc-footer__policies .ltc-footer__links a {
	font-size: 0.82rem;
}

body.ltc-theme .ltc-footer__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	margin-top: clamp(42px, 6vw, 72px);
	padding: 22px 0 24px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

body.ltc-theme .ltc-footer__bottom p {
	margin: 0;
	color: rgba(255, 255, 255, 0.48);
	font-size: 0.78rem;
	line-height: 1.5;
}

body.ltc-theme .ltc-footer__bottom strong {
	color: rgba(255, 255, 255, 0.72);
	font-weight: 650;
}

/* The custom footer replaces Flatsome's normal widgets/absolute footer. */
body.ltc-theme .ltc-footer + .absolute-footer {
	display: none;
}

@media (max-width: 1024px) {
	body.ltc-theme .ltc-footer__grid {
		grid-template-columns: minmax(0, 1.3fr) minmax(170px, 0.7fr) minmax(0, 1fr);
	}

	body.ltc-theme .ltc-footer__grid > :last-child {
		grid-column: 2 / 4;
	}
}

@media (max-width: 849px) {
	body.ltc-theme .ltc-footer {
		padding-top: 48px;
	}

	body.ltc-theme .ltc-footer__grid {
		grid-template-columns: 1fr 1fr;
		gap: 36px 28px;
	}

	body.ltc-theme .ltc-footer__brand {
		grid-column: 1 / -1;
	}

	body.ltc-theme .ltc-footer__grid > :last-child {
		grid-column: auto;
	}

	body.ltc-theme .ltc-footer__bottom {
		align-items: flex-start;
		flex-direction: column;
		gap: 6px;
	}
}

@media (max-width: 549px) {
	body.ltc-theme .ltc-footer__grid {
		grid-template-columns: 1fr;
		gap: 34px;
	}

	body.ltc-theme .ltc-footer__brand,
	body.ltc-theme .ltc-footer__grid > :last-child {
		grid-column: auto;
	}
}

/* v1.5.6 — Borderland Editorial Archive & Single Post ------------------ */
body.ltc-theme .ltc-editorial-index,
body.ltc-theme .ltc-single-editorial {
	--ltc-vc-ivory: #f5f0e6;
	--ltc-vc-paper: #fffdf8;
	--ltc-vc-ink: #1f2623;
	--ltc-vc-jade: #173f39;
	--ltc-vc-jade-2: #28584f;
	--ltc-vc-red: #9e3c33;
	--ltc-vc-red-dark: #742b26;
	--ltc-vc-gold: #b89156;
	--ltc-vc-line: rgba(31, 38, 35, 0.14);
	background: var(--ltc-vc-ivory);
	color: var(--ltc-vc-ink);
}

body.ltc-theme .ltc-editorial-index-hero {
	position: relative;
	padding: clamp(54px, 8vw, 104px) 0 clamp(42px, 6vw, 72px);
	background:
		linear-gradient(90deg, rgba(158, 60, 51, 0.055) 1px, transparent 1px) 0 0 / 84px 84px,
		linear-gradient(rgba(23, 63, 57, 0.04) 1px, transparent 1px) 0 0 / 84px 84px,
		var(--ltc-vc-ivory);
	border-bottom: 1px solid var(--ltc-vc-line);
	overflow: hidden;
}

body.ltc-theme .ltc-editorial-index-hero::after {
	content: "文";
	position: absolute;
	right: clamp(20px, 8vw, 120px);
	bottom: -0.25em;
	color: rgba(158, 60, 51, 0.055);
	font-size: clamp(8rem, 20vw, 18rem);
	font-weight: 700;
	line-height: 1;
	pointer-events: none;
}

body.ltc-theme .ltc-editorial-index-hero__inner {
	position: relative;
	z-index: 1;
	max-width: 1000px;
}

body.ltc-theme .ltc-editorial-index-hero h1 {
	max-width: 850px;
	overflow-wrap: anywhere;
	text-wrap: balance;
	margin: 0;
	font-size: clamp(2.7rem, 7vw, 6rem);
	font-weight: 600;
	letter-spacing: -0.055em;
	line-height: 0.98;
}

body.ltc-theme .ltc-editorial-index-hero__description {
	max-width: 690px;
	margin-top: 22px;
	color: #5f635e;
	font-size: clamp(1rem, 1.6vw, 1.18rem);
	line-height: 1.78;
}

body.ltc-theme .ltc-editorial-index-hero__description > :last-child {
	margin-bottom: 0;
}

body.ltc-theme .ltc-editorial-index-hero__bridge {
	display: flex;
	align-items: center;
	gap: 13px;
	max-width: 320px;
	margin-top: 28px;
	color: var(--ltc-vc-jade);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.16em;
}

body.ltc-theme .ltc-editorial-index-hero__bridge i {
	flex: 1;
	height: 1px;
	background: linear-gradient(90deg, var(--ltc-vc-red), var(--ltc-vc-gold), var(--ltc-vc-jade));
}

body.ltc-theme .ltc-editorial-index__content {
	padding-top: clamp(44px, 7vw, 84px);
	padding-bottom: clamp(60px, 8vw, 110px);
}

body.ltc-theme .ltc-archive-feed {
	max-width: 1180px;
	margin: 0 auto;
}

body.ltc-theme .ltc-archive-lead-wrap {
	margin-bottom: clamp(48px, 7vw, 82px);
	padding-bottom: clamp(48px, 7vw, 82px);
	border-bottom: 1px solid var(--ltc-vc-line);
}

body.ltc-theme .ltc-archive-lead {
	display: grid;
	grid-template-columns: minmax(0, 1.12fr) minmax(340px, 0.88fr);
	align-items: stretch;
	gap: clamp(28px, 4vw, 56px);
	min-width: 0;
	margin: 0;
}

body.ltc-theme .ltc-archive-lead > * {
	min-width: 0;
}

body.ltc-theme .ltc-archive-lead__media,
body.ltc-theme .ltc-archive-card__media {
	display: block;
	background: var(--ltc-vc-jade);
	overflow: hidden;
}

body.ltc-theme .ltc-archive-lead__media {
	width: 100%;
	min-width: 0;
	min-height: 0;
	aspect-ratio: 16 / 10;
	border-radius: 2px 42px 2px 2px;
}

body.ltc-theme .ltc-archive-lead__image,
body.ltc-theme .ltc-archive-card__image,
body.ltc-theme .ltc-editorial-media-fallback {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

body.ltc-theme .ltc-editorial-media-fallback {
	display: grid;
	place-items: center;
	background:
		linear-gradient(135deg, rgba(255,255,255,.08), transparent 55%),
		var(--ltc-vc-jade);
}

body.ltc-theme .ltc-editorial-media-fallback span {
	color: rgba(255,255,255,.72);
	font-size: clamp(3rem, 9vw, 7rem);
	font-weight: 650;
	letter-spacing: -0.08em;
}

body.ltc-theme .ltc-archive-lead__body {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 16px 0;
}

body.ltc-theme .ltc-archive-lead__meta,
body.ltc-theme .ltc-archive-card__meta,
body.ltc-theme .ltc-single-hero__meta,
body.ltc-theme .ltc-single-hero__categories {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px 18px;
	color: #62655f;
	font-size: 0.75rem;
	font-weight: 650;
	letter-spacing: 0.075em;
	line-height: 1.45;
	text-transform: uppercase;
}

body.ltc-theme .ltc-archive-lead__meta a,
body.ltc-theme .ltc-archive-card__meta a,
body.ltc-theme .ltc-single-hero__categories a {
	color: var(--ltc-vc-red-dark);
	text-decoration: none;
}

body.ltc-theme .ltc-archive-lead__meta > *:not(:last-child),
body.ltc-theme .ltc-archive-card__meta > *:not(:last-child),
body.ltc-theme .ltc-single-hero__meta > *:not(:last-child) {
	position: relative;
}

body.ltc-theme .ltc-archive-lead__meta > *:not(:last-child)::after,
body.ltc-theme .ltc-archive-card__meta > *:not(:last-child)::after,
body.ltc-theme .ltc-single-hero__meta > *:not(:last-child)::after {
	content: "";
	position: absolute;
	top: 50%;
	right: -11px;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: var(--ltc-vc-gold);
	transform: translateY(-50%);
}

body.ltc-theme .ltc-archive-lead__title {
	margin: 18px 0 18px;
	overflow-wrap: anywhere;
	text-wrap: balance;
	font-size: clamp(2rem, 4.2vw, 3.75rem);
	font-weight: 600;
	letter-spacing: -0.045em;
	line-height: 1.05;
}

body.ltc-theme .ltc-archive-lead__title a,
body.ltc-theme .ltc-archive-card__title a {
	color: inherit;
	text-decoration: none;
}

body.ltc-theme .ltc-archive-lead__excerpt {
	margin: 0 0 25px;
	color: #5e625e;
	font-size: 1.03rem;
	line-height: 1.78;
}

body.ltc-theme .ltc-archive-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(28px, 4vw, 48px) clamp(20px, 3vw, 34px);
}

body.ltc-theme .ltc-archive-card {
	min-width: 0;
	margin: 0;
}

body.ltc-theme .ltc-archive-card__media {
	aspect-ratio: 4 / 3;
	margin-bottom: 20px;
	border-radius: 2px 22px 2px 2px;
}

body.ltc-theme .ltc-archive-card__image,
body.ltc-theme .ltc-archive-lead__image {
	transition: transform .35s ease;
}

body.ltc-theme .ltc-archive-card:hover .ltc-archive-card__image,
body.ltc-theme .ltc-archive-lead:hover .ltc-archive-lead__image {
	transform: scale(1.018);
}

body.ltc-theme .ltc-archive-card__title {
	margin: 12px 0 12px;
	font-size: clamp(1.28rem, 2vw, 1.65rem);
	font-weight: 600;
	letter-spacing: -0.028em;
	line-height: 1.27;
}

body.ltc-theme .ltc-archive-card__excerpt {
	margin: 0 0 15px;
	color: #666861;
	font-size: 0.94rem;
	line-height: 1.7;
}

body.ltc-theme .ltc-editorial-pagination {
	margin-top: clamp(52px, 8vw, 92px);
	padding-top: 28px;
	border-top: 1px solid var(--ltc-vc-line);
}

body.ltc-theme .ltc-editorial-pagination .navigation.pagination {
	margin: 0;
}

body.ltc-theme .ltc-editorial-pagination .nav-links {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 7px;
}

body.ltc-theme .ltc-editorial-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	height: 40px;
	padding: 0 12px;
	border: 1px solid var(--ltc-vc-line);
	border-radius: 999px;
	color: var(--ltc-vc-ink);
	font-size: 0.82rem;
	font-weight: 650;
	text-decoration: none;
}

body.ltc-theme .ltc-editorial-pagination .page-numbers.current,
body.ltc-theme .ltc-editorial-pagination .page-numbers:hover {
	background: var(--ltc-vc-jade);
	border-color: var(--ltc-vc-jade);
	color: #fff;
}

/* Single story */
body.ltc-theme.ltc-context-article .ltc-single-editorial article.post {
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	overflow: visible;
}

body.ltc-theme .ltc-single-hero {
	padding: clamp(50px, 8vw, 100px) 0 0;
	background:
		linear-gradient(90deg, rgba(158, 60, 51, 0.045) 1px, transparent 1px) 0 0 / 96px 96px,
		var(--ltc-vc-ivory);
}

body.ltc-theme .ltc-single-hero__copy {
	max-width: 980px;
	padding-bottom: clamp(38px, 6vw, 66px);
	text-align: center;
}

body.ltc-theme .ltc-single-hero__categories {
	justify-content: center;
	margin-bottom: 18px;
	color: var(--ltc-vc-jade);
}

body.ltc-theme .ltc-single-hero__title {
	max-width: 940px;
	overflow-wrap: anywhere;
	text-wrap: balance;
	margin: 0 auto;
	font-size: clamp(2.45rem, 6.7vw, 5.7rem);
	font-weight: 600;
	letter-spacing: -0.055em;
	line-height: 1.02;
}

body.ltc-theme .ltc-single-hero__deck {
	max-width: 760px;
	margin: 24px auto 0;
	color: #5c615d;
	font-size: clamp(1.08rem, 2vw, 1.35rem);
	line-height: 1.7;
}

body.ltc-theme .ltc-single-hero__meta {
	justify-content: center;
	margin-top: 25px;
}

body.ltc-theme .ltc-single-hero__media {
	max-width: 1240px;
	margin-bottom: 0;
}

body.ltc-theme .ltc-single-hero__image {
	display: block;
	width: 100%;
	max-height: 760px;
	object-fit: cover;
	border-radius: 2px 44px 2px 2px;
}

body.ltc-theme .ltc-single-hero__media figcaption {
	max-width: 900px;
	margin: 10px auto 0;
	color: #62655f;
	font-size: 0.8rem;
	line-height: 1.55;
	text-align: center;
}

body.ltc-theme .ltc-single-reading-shell {
	position: relative;
	display: grid;
	grid-template-columns: minmax(80px, 1fr) minmax(0, 780px) minmax(80px, 1fr);
	gap: 0 32px;
	padding-top: clamp(52px, 8vw, 96px);
}

body.ltc-theme .ltc-single-reading-shell__rail {
	grid-column: 1;
	align-self: start;
	display: flex;
	align-items: center;
	gap: 12px;
	padding-top: 7px;
	color: rgba(31, 38, 35, 0.5);
	font-size: 0.66rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	writing-mode: vertical-rl;
}

body.ltc-theme .ltc-single-reading-shell__rail i {
	width: 1px;
	height: 72px;
	background: linear-gradient(var(--ltc-vc-red), var(--ltc-vc-gold), var(--ltc-vc-jade));
}

body.ltc-theme.ltc-context-article article.post .ltc-single-content,
body.ltc-theme .ltc-single-content {
	grid-column: 2;
	max-width: none;
	margin: 0;
	padding: 0 0 clamp(50px, 7vw, 82px);
	font-size: clamp(1.03rem, 1.3vw, 1.12rem);
	line-height: 1.9;
}

body.ltc-theme .ltc-single-content > p:first-of-type {
	font-size: 1.12em;
	line-height: 1.82;
}

body.ltc-theme .ltc-single-content h2 {
	position: relative;
	margin: 2.3em 0 .8em;
	padding-left: 18px;
	font-size: clamp(1.75rem, 3.2vw, 2.55rem);
	font-weight: 600;
	letter-spacing: -0.035em;
	line-height: 1.16;
}

body.ltc-theme .ltc-single-content h2::before {
	content: "";
	position: absolute;
	top: .08em;
	bottom: .08em;
	left: 0;
	width: 3px;
	background: linear-gradient(var(--ltc-vc-red), var(--ltc-vc-gold));
}

body.ltc-theme .ltc-single-content h3 {
	margin: 1.9em 0 .65em;
	font-size: clamp(1.35rem, 2.3vw, 1.75rem);
	font-weight: 600;
	line-height: 1.26;
}

body.ltc-theme .ltc-single-content h4 {
	margin: 1.6em 0 .55em;
	font-size: 1.12rem;
	font-weight: 700;
	letter-spacing: 0;
}

body.ltc-theme .ltc-single-content a {
	text-decoration-color: rgba(158, 60, 51, .45);
	text-decoration-thickness: 1px;
}

body.ltc-theme .ltc-single-content blockquote {
	position: relative;
	margin: clamp(32px, 5vw, 54px) 0;
	padding: 30px clamp(24px, 5vw, 44px);
	background: var(--ltc-vc-paper);
	border: 0;
	border-top: 1px solid var(--ltc-vc-gold);
	border-bottom: 1px solid var(--ltc-vc-gold);
	color: var(--ltc-vc-jade);
	font-size: clamp(1.15rem, 2vw, 1.4rem);
	font-style: normal;
	line-height: 1.75;
}

body.ltc-theme .ltc-single-content blockquote::before {
	content: "“";
	position: absolute;
	top: 5px;
	left: 11px;
	color: rgba(158, 60, 51, .28);
	font-size: 4rem;
	font-weight: 700;
	line-height: 1;
}

body.ltc-theme .ltc-single-content figure,
body.ltc-theme .ltc-single-content img {
	max-width: 100%;
}

body.ltc-theme .ltc-single-content img {
	border-radius: 2px 22px 2px 2px;
}

body.ltc-theme .ltc-single-content figcaption,
body.ltc-theme .ltc-single-content .wp-caption-text {
	color: #62655f;
	font-size: 0.8rem;
	line-height: 1.5;
}

body.ltc-theme .ltc-single-content table {
	display: block;
	width: 100%;
	max-width: 100%;
	overflow-x: auto;
	margin: 30px 0;
	background: var(--ltc-vc-paper);
	border-collapse: collapse;
	font-size: .92rem;
}

body.ltc-theme .ltc-single-content th,
body.ltc-theme .ltc-single-content td {
	padding: 13px 14px;
	line-height: 1.55;
	border: 1px solid var(--ltc-vc-line);
	text-align: left;
	vertical-align: top;
}

body.ltc-theme .ltc-single-content th {
	background: rgba(23, 63, 57, .07);
	color: var(--ltc-vc-jade);
	font-weight: 700;
}

body.ltc-theme .ltc-single-content ul,
body.ltc-theme .ltc-single-content ol {
	padding-left: 1.25em;
}

body.ltc-theme .ltc-single-content li::marker {
	color: var(--ltc-vc-red);
}

body.ltc-theme .ltc-single-content #ez-toc-container,
body.ltc-theme .ltc-single-content .ez-toc-v2_0_75_counter_hierarchy {
	width: 100%;
	margin: 30px 0 38px;
	padding: 20px 22px;
	background: rgba(255,253,248,.82);
	border: 1px solid var(--ltc-vc-line);
	border-radius: 2px 18px 2px 2px;
	box-shadow: none;
}

body.ltc-theme .ltc-single-after-content,
body.ltc-theme .ltc-single-conversation {
	max-width: 920px;
}

body.ltc-theme .ltc-single-after-content {
	padding-bottom: clamp(52px, 8vw, 90px);
}

body.ltc-theme .ltc-single-share {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 19px 0;
	border-top: 1px solid var(--ltc-vc-line);
	border-bottom: 1px solid var(--ltc-vc-line);
}

body.ltc-theme .ltc-single-share > span {
	color: #62655f;
	font-size: .72rem;
	font-weight: 700;
	letter-spacing: .12em;
	text-transform: uppercase;
}

body.ltc-theme .ltc-single-share .social-icons {
	margin: 0;
}

body.ltc-theme .ltc-article-taxonomy {
	display: grid;
	gap: 11px;
	padding: 25px 0;
	border-bottom: 1px solid var(--ltc-vc-line);
}

body.ltc-theme .ltc-article-taxonomy div {
	display: flex;
	flex-wrap: wrap;
	gap: 7px 11px;
	font-size: .86rem;
}

body.ltc-theme .ltc-article-taxonomy div > span {
	min-width: 86px;
	color: #62655f;
	font-size: .68rem;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
}

body.ltc-theme .ltc-article-taxonomy a {
	color: var(--ltc-vc-jade);
	text-decoration: none;
}

body.ltc-theme .ltc-single-author {
	display: grid;
	grid-template-columns: 112px minmax(0, 1fr);
	gap: 26px;
	align-items: center;
	margin-top: 34px;
	padding: clamp(24px, 4vw, 38px);
	background: var(--ltc-vc-jade);
	color: #fff;
	border-radius: 2px 30px 2px 2px;
}

body.ltc-theme .ltc-single-author .ltc-vc-eyebrow {
	color: #e6c791;
}

body.ltc-theme .ltc-single-author__avatar {
	width: 112px;
	height: 112px;
	border: 1px solid rgba(255,255,255,.28);
	border-radius: 50%;
	overflow: hidden;
}

body.ltc-theme .ltc-single-author__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

body.ltc-theme .ltc-single-author__name {
	margin: 0 0 8px;
	color: #fff;
	font-size: clamp(1.5rem, 2.6vw, 2rem);
	font-weight: 600;
}

body.ltc-theme .ltc-single-author__bio {
	max-width: 650px;
	margin: 0;
	color: rgba(255,255,255,.76);
	font-size: .93rem;
	line-height: 1.7;
}

body.ltc-theme .ltc-single-author__links {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	margin-top: 14px;
}

body.ltc-theme .ltc-single-author__links a {
	color: #fff;
	font-size: .78rem;
	font-weight: 700;
	text-decoration-color: rgba(255,255,255,.4);
}

body.ltc-theme .ltc-single-nav {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1px;
	margin-top: 34px;
	background: var(--ltc-vc-line);
	border: 1px solid var(--ltc-vc-line);
}

body.ltc-theme .ltc-single-nav__item {
	display: flex;
	min-height: 132px;
	flex-direction: column;
	justify-content: center;
	gap: 8px;
	padding: 23px 26px;
	background: var(--ltc-vc-paper);
	color: var(--ltc-vc-ink);
	text-decoration: none;
}

body.ltc-theme .ltc-single-nav__item--next {
	text-align: right;
}

body.ltc-theme .ltc-single-nav__item span {
	color: var(--ltc-vc-red-dark);
	font-size: .69rem;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
}

body.ltc-theme .ltc-single-nav__item strong {
	font-size: clamp(1rem, 1.7vw, 1.2rem);
	font-weight: 600;
	line-height: 1.4;
}

body.ltc-theme .ltc-single-conversation {
	padding-bottom: clamp(60px, 9vw, 110px);
}

body.ltc-theme .ltc-single-conversation .ltc-crosslinks,
body.ltc-theme .ltc-single-conversation #comments {
	margin-left: auto;
	margin-right: auto;
}

body.ltc-theme .ltc-single-conversation #comments {
	padding-top: 32px;
	border-top: 1px solid var(--ltc-vc-line);
}

body.ltc-theme .ltc-single-conversation .comments-title {
	text-transform: none;
	letter-spacing: -0.02em;
}

@media (max-width: 849px) {
	body.ltc-theme .ltc-archive-lead {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	body.ltc-theme .ltc-archive-lead__media {
		min-height: 0;
	}

	body.ltc-theme .ltc-archive-lead__body {
		padding: 0;
	}

	body.ltc-theme .ltc-archive-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.ltc-theme .ltc-single-reading-shell {
		grid-template-columns: minmax(0, 1fr);
	}

	body.ltc-theme .ltc-single-reading-shell__rail {
		display: none;
	}

	body.ltc-theme.ltc-context-article article.post .ltc-single-content,
	body.ltc-theme .ltc-single-content {
		grid-column: 1;
		max-width: 780px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width: 549px) {
	body.ltc-theme .ltc-editorial-index-hero {
		padding-top: 44px;
	}

	body.ltc-theme .ltc-editorial-index-hero::after {
		right: -18px;
	}

	body.ltc-theme .ltc-archive-grid {
		grid-template-columns: 1fr;
		gap: 38px;
	}

	body.ltc-theme .ltc-archive-card__media {
		aspect-ratio: 16 / 11;
	}

	body.ltc-theme .ltc-single-hero {
		padding-top: 42px;
	}

	body.ltc-theme .ltc-single-hero__copy {
		text-align: left;
	}

	body.ltc-theme .ltc-single-hero__categories,
	body.ltc-theme .ltc-single-hero__meta {
		justify-content: flex-start;
	}

	body.ltc-theme .ltc-single-hero__image {
		border-radius: 0 24px 0 0;
	}

	body.ltc-theme .ltc-single-reading-shell {
		padding-top: 44px;
	}

	body.ltc-theme .ltc-single-content h2 {
		padding-left: 14px;
	}

	body.ltc-theme .ltc-single-share {
		align-items: flex-start;
		flex-direction: column;
	}

	body.ltc-theme .ltc-single-author {
		grid-template-columns: 76px minmax(0, 1fr);
		gap: 18px;
		padding: 22px;
	}

	body.ltc-theme .ltc-single-author__avatar {
		width: 76px;
		height: 76px;
	}

	body.ltc-theme .ltc-single-author__bio,
	body.ltc-theme .ltc-single-author__links {
		grid-column: 1 / -1;
	}

	body.ltc-theme .ltc-single-nav {
		grid-template-columns: 1fr;
	}

	body.ltc-theme .ltc-single-nav__item--next {
		text-align: left;
	}
}


/* v1.5.7 — reduced-motion hardening */
@media (prefers-reduced-motion: reduce) {
	body.ltc-theme .ltc-archive-card__image,
	body.ltc-theme .ltc-archive-lead__image {
		transition: none;
	}
}
