/*
Theme Name: TT5-Lite
Theme URI: https://wordpress.org/themes/twentytwentyfive/
Template: twentytwentyfive
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Five emphasizes simplicity and adaptability. It offers flexible design options, supported by a variety of patterns for different page types, such as services and landing pages, making it ideal for building personal blogs, professional portfolios, online magazines, or business websites. Its templates cater to various blog styles, from text-focused to image-heavy layouts. Additionally, it supports international typography and diverse color palettes, ensuring accessibility and customization for users worldwide.
Tags: one-column,custom-colors,custom-menu,custom-logo,editor-style,featured-images,full-site-editing,block-patterns,rtl-language-support,sticky-post,threaded-comments,translation-ready,wide-blocks,block-styles,style-variations,accessibility-ready,blog,portfolio,news
Version: 1.4.1776265746
Updated: 2026-04-15 15:09:06

*/

:root {
	--tt5-home-deep-green: #1a4d2e;
	--tt5-home-cream: #fffdf5;
}

.tt5-home-block {
	box-sizing: border-box;
	color: var(--wp--preset--color--contrast);
	margin-block: var(--wp--preset--spacing--40);
}

.tt5-home-block.alignwide {
	padding-inline: 0;
}

.tt5-home-inner {
	box-sizing: border-box;
	max-width: var(--wp--style--global--wide-size, 1340px);
	margin-inline: auto;
	padding-block: var(--wp--preset--spacing--40);
}

.tt5-lite-landing-main > .wp-block-post-content {
	box-sizing: border-box;
}

.tt5-lite-landing-main > .wp-block-post-content > .tt5-home-block:first-child {
	margin-top: var(--wp--preset--spacing--40);
}

.tt5-lite-landing-main > .wp-block-post-content > .tt5-home-block:last-child {
	margin-bottom: var(--wp--preset--spacing--60);
}

.tt5-site-header {
	border-bottom: 1px solid var(--wp--preset--color--accent-6);
	--tt5-header-deep-green: #1a4d2e;
	--tt5-header-cream: #fffdf5;
}

.tt5-site-header__utility {
	background: var(--wp--preset--color--accent-5);
	color: var(--wp--preset--color--accent-4);
	font-size: var(--wp--preset--font-size--small);
}

.tt5-site-header__utility-inner {
	gap: 1rem;
	min-height: 2rem;
	padding-block: 0.25rem;
}

.tt5-site-header__contact {
	align-items: center;
	display: inline-flex;
	gap: 0.35rem;
	margin: 0;
	white-space: nowrap;
}

.tt5-site-header__contact::before {
	align-items: center;
	background: currentColor;
	box-sizing: border-box;
	content: "";
	display: inline-flex;
	height: 1.1rem;
	justify-content: center;
	line-height: 1;
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	opacity: 0.72;
	width: 1.1rem;
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
}

.tt5-site-header__contact--email::before {
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 6h16v12H4V6Zm2 2v.4l6 4 6-4V8H6Zm12 8v-5.2l-6 4-6-4V16h12Z'/%3E%3C/svg%3E");
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 6h16v12H4V6Zm2 2v.4l6 4 6-4V8H6Zm12 8v-5.2l-6 4-6-4V16h12Z'/%3E%3C/svg%3E");
}

.tt5-site-header__contact--whatsapp::before {
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6.6 10.8c1.4 2.8 3.8 5.1 6.6 6.6l2.2-2.2c.3-.3.7-.4 1.1-.3 1.2.4 2.4.6 3.7.6.4 0 .8.4.8.8V20c0 .4-.4.8-.8.8C10.8 20.8 3.2 13.2 3.2 3.8c0-.4.4-.8.8-.8h3.7c.4 0 .8.4.8.8 0 1.3.2 2.5.6 3.7.1.4 0 .8-.3 1.1l-2.2 2.2Z'/%3E%3C/svg%3E");
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6.6 10.8c1.4 2.8 3.8 5.1 6.6 6.6l2.2-2.2c.3-.3.7-.4 1.1-.3 1.2.4 2.4.6 3.7.6.4 0 .8.4.8.8V20c0 .4-.4.8-.8.8C10.8 20.8 3.2 13.2 3.2 3.8c0-.4.4-.8.8-.8h3.7c.4 0 .8.4.8.8 0 1.3.2 2.5.6 3.7.1.4 0 .8-.3 1.1l-2.2 2.2Z'/%3E%3C/svg%3E");
}

.tt5-site-header__contact a,
.tt5-site-header__navline a {
	color: inherit;
	text-decoration: none;
}

.tt5-site-header__contact a:hover,
.tt5-site-header__navline a:hover {
	text-decoration: underline;
	text-underline-offset: 0.22em;
}

.tt5-site-header__main {
	background: var(--tt5-header-cream);
	color: var(--tt5-header-deep-green);
}

.tt5-site-header__main-inner {
	gap: 1rem;
	padding-block: 0.82rem;
}

.tt5-site-header__main .wp-block-site-title {
	color: var(--tt5-header-deep-green);
	margin: 0;
}

.tt5-site-header__main .wp-block-site-title a {
	color: var(--tt5-header-deep-green);
}

.tt5-site-header__navline {
	font-size: var(--wp--preset--font-size--medium);
	font-weight: 500;
	margin: 0;
	word-spacing: 0.22rem;
}

.tt5-site-header__navline span {
	color: color-mix(in srgb, var(--tt5-header-deep-green) 46%, transparent);
}

.tt5-site-header__navline a:hover {
	text-decoration-color: var(--tt5-header-deep-green);
}

.tt5-site-footer {
	border-top: 1px solid var(--wp--preset--color--accent-6);
	background: var(--tt5-home-cream);
	color: var(--wp--preset--color--contrast-2);
}

.tt5-site-footer__grid {
	align-items: start;
	gap: clamp(1.5rem, 4vw, 3rem);
}

.tt5-site-footer__brand,
.tt5-site-footer__hours,
.tt5-site-footer__directory,
.tt5-site-footer__policies {
	display: grid;
	gap: 0.75rem;
}

.tt5-site-footer .wp-block-site-title {
	margin: 0;
	color: var(--tt5-home-deep-green);
	font-size: var(--wp--preset--font-size--large);
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.tt5-site-footer .wp-block-site-title a {
	color: inherit;
	text-decoration: none;
}

.tt5-site-footer .wp-block-site-title a:hover,
.tt5-site-footer__nav a:hover {
	text-decoration: underline;
	text-underline-offset: 0.22em;
}

.tt5-site-footer__email {
	margin: 0;
	color: var(--tt5-home-deep-green);
	font-size: var(--wp--preset--font-size--medium);
}

.tt5-site-footer__heading {
	margin: 0;
	color: #8a5a10;
	font-size: var(--wp--preset--font-size--small);
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.tt5-site-footer__hours p {
	max-width: 34rem;
	margin: 0;
	line-height: 1.58;
}

.tt5-site-footer__nav {
	gap: 0.42rem;
	color: var(--tt5-home-deep-green);
	font-size: var(--wp--preset--font-size--medium);
}

.tt5-site-footer__nav a {
	color: inherit;
	text-decoration: none;
}

@media (min-width: 782px) {
	.tt5-site-footer__grid {
		grid-template-columns: minmax(8rem, 0.9fr) minmax(12rem, 1.25fr) minmax(7rem, 0.75fr) minmax(10rem, 1fr);
		gap: clamp(1.25rem, 3vw, 2.25rem);
	}

	.tt5-site-footer__directory {
		margin-left: 0;
	}

	.tt5-site-footer__policies {
		margin-left: 0;
	}
}

.tt5-home-kicker {
	margin: 0;
	color: #8a5a10;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.tt5-home-block h1,
.tt5-home-block h2,
.tt5-home-block h3 {
	margin: 0;
	letter-spacing: 0;
}

.tt5-home-lead,
.tt5-home-section-head p {
	max-width: 42rem;
	color: var(--wp--preset--color--contrast-2);
	line-height: 1.65;
}

.tt5-home-hero-2026 .tt5-home-lead {
	line-height: 1.58;
}

.tt5-home-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem;
	align-items: center;
}

.tt5-home-button {
	box-sizing: border-box;
	border-radius: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 1.18;
	padding: 0.68rem 1.08rem;
	text-decoration: none;
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.tt5-home-hero-2026 .tt5-home-actions {
	gap: 0.65rem;
}

.tt5-home-button.tt5-home-button--primary,
.tt5-home-button.tt5-home-button--contact,
.wp-block-button.tt5-home-button--contact .wp-block-button__link {
	background: var(--tt5-home-deep-green);
	border: 1px solid var(--tt5-home-deep-green);
	color: var(--tt5-home-cream) !important;
}

.tt5-home-button.tt5-home-button--primary:hover,
.tt5-home-button.tt5-home-button--contact:hover,
.wp-block-button.tt5-home-button--contact .wp-block-button__link:hover {
	background: var(--tt5-home-cream);
	color: var(--tt5-home-deep-green) !important;
	transform: translateY(-1px);
}

.tt5-home-button.tt5-home-button--secondary,
.wp-block-button.tt5-home-button--secondary .wp-block-button__link {
	background: var(--tt5-home-cream);
	border: 1px solid var(--tt5-home-deep-green);
	color: var(--tt5-home-deep-green) !important;
}

.tt5-home-button.tt5-home-button--secondary:hover,
.wp-block-button.tt5-home-button--secondary .wp-block-button__link:hover {
	background: var(--tt5-home-deep-green);
	color: var(--tt5-home-cream) !important;
}

.wp-block-button.tt5-home-button--secondary .wp-block-button__link,
.wp-block-button.tt5-home-button--contact .wp-block-button__link {
	border-radius: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 1.18;
	padding: 0.68rem 1.08rem;
	text-decoration: none;
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.tt5-home-hero-2026__grid,
.tt5-home-b2b-paths__grid,
.tt5-home-trust-contact__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.02fr) minmax(18rem, 0.82fr);
	gap: clamp(0.8rem, 3vw, 1.5rem);
	align-items: center;
}

.tt5-about-hero-banner .tt5-home-inner {
	padding-block: var(--wp--preset--spacing--40);
}

.tt5-about-hero-banner__frame {
	position: relative;
	isolation: isolate;
	display: grid;
	align-items: stretch;
	min-height: clamp(28rem, 62vw, 42rem);
	overflow: hidden;
	background:
		linear-gradient(135deg, #f5f1e6, #dfe7dc);
	color: var(--tt5-home-deep-green);
}

.tt5-about-hero-banner__image {
	position: absolute;
	inset: 0 0 0 auto;
	z-index: -3;
	width: 62%;
	height: 100%;
	clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
	filter: saturate(1.03) contrast(1.06) brightness(1.02);
	object-fit: cover;
	object-position: center;
}

.tt5-about-hero-banner__frame::before {
	position: absolute;
	inset: 0 auto 0 0;
	z-index: -2;
	width: 48%;
	content: "";
	background:
		linear-gradient(135deg, rgba(247, 243, 232, 0.98), rgba(230, 233, 218, 0.98));
	box-shadow: 1.2rem 0 2.2rem rgba(26, 77, 46, 0.1);
	clip-path: polygon(0 0, 88% 0, 100% 100%, 0 100%);
}

.tt5-about-hero-banner__frame::after {
	position: absolute;
	inset: 0 0 0 auto;
	z-index: -1;
	width: 62%;
	content: "";
	background:
		linear-gradient(90deg, rgba(11, 34, 21, 0.11), transparent 34%),
		linear-gradient(0deg, rgba(0, 0, 0, 0.1), transparent 52%);
	clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
}

.tt5-about-hero-banner__content {
	display: grid;
	grid-template-rows: 1fr auto 1fr auto;
	gap: clamp(0.85rem, 2vw, 1.15rem);
	max-width: 39%;
	padding: clamp(1.25rem, 4vw, 3rem) clamp(2.75rem, 5.4vw, 5.25rem) clamp(1.25rem, 4vw, 3rem) clamp(1.25rem, 4vw, 3rem);
}

.tt5-about-hero-banner__copy {
	grid-row: 2;
	display: grid;
	gap: 1rem;
	align-content: center;
}

.tt5-about-hero-banner__content h1 {
	max-width: 13em;
	color: var(--tt5-home-deep-green);
	font-size: clamp(1.95rem, 3vw, 2.55rem);
	line-height: 1.12;
}

.tt5-about-hero-banner__content .tt5-home-lead {
	max-width: 34rem;
	color: color-mix(in srgb, var(--wp--preset--color--contrast) 82%, transparent);
	font-size: clamp(1rem, 1.28vw, 1.12rem);
}

.tt5-about-hero-banner__meta {
	grid-row: 4;
	display: grid;
	gap: 1rem;
	align-content: end;
}

.tt5-about-hero-banner__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.tt5-about-hero-banner__tags span {
	border: 1px solid color-mix(in srgb, var(--tt5-home-deep-green) 34%, transparent);
	padding: 0.38rem 0.62rem;
	color: var(--tt5-home-deep-green);
	background: transparent;
}

.tt5-about-global-support__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
}

.tt5-about-global-support .tt5-home-section-head {
	gap: 0.62rem;
	margin-bottom: 1rem;
}

.tt5-about-global-support__card {
	display: grid;
	align-content: start;
	gap: 0.85rem;
	border: 1px solid var(--wp--preset--color--accent-6);
	padding: clamp(1rem, 2.3vw, 1.5rem);
	background: color-mix(in srgb, var(--tt5-home-cream) 86%, white);
}

.tt5-about-global-support__card p:not(.tt5-home-kicker),
.tt5-about-process-steps__step p {
	margin: 0;
	color: var(--wp--preset--color--contrast-2);
	line-height: 1.55;
}

.tt5-about-process-steps__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1rem;
	counter-reset: about-step;
}

.tt5-about-process-steps__step {
	position: relative;
	display: grid;
	align-content: start;
	gap: 0.75rem;
	border-top: 2px solid var(--tt5-home-deep-green);
	padding-top: 1rem;
}

.tt5-about-process-steps__number {
	color: #8a5a10;
	font-size: var(--wp--preset--font-size--small);
	font-weight: 700;
	letter-spacing: 0.08em;
}

.tt5-about-gallery {
	gap: clamp(1rem, 3vw, 1.5rem);
	margin-block: var(--wp--preset--spacing--60);
}

.tt5-about-gallery .wp-block-image {
	width: 100%;
}

.tt5-about-gallery .wp-block-image img {
	aspect-ratio: 4 / 5;
	border-radius: 0;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.tt5-about-gallery p {
	margin: 0;
}

.tt5-about-gallery p.has-medium-font-size {
	color: var(--tt5-home-deep-green);
	font-family: var(--wp--preset--font-family--platypi);
	font-size: clamp(1.2rem, 1.5vw, 1.45rem) !important;
	line-height: 1.18;
}

.tt5-about-gallery p.has-medium-font-size strong {
	font-weight: 600;
}

.tt5-about-gallery p.has-small-font-size {
	color: #8a5a10;
	font-size: 0.82rem !important;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.4;
	text-transform: uppercase;
}

.tt5-2025-services .wp-block-columns,
.tt5-2025-testimonial .wp-block-columns {
	margin-bottom: 0;
}

.tt5-2025-services .wp-block-image img,
.tt5-2025-testimonial .wp-block-image img {
	border-radius: 0;
}

.tt5-2025-testimonial .wp-block-heading.is-style-text-annotation {
	border-width: 0 0 1px !important;
	border-style: solid !important;
	border-color: var(--tt5-home-deep-green) !important;
	border-radius: 0 !important;
	color: #8a5a10;
	font-size: var(--wp--preset--font-size--small) !important;
	font-weight: 700;
	letter-spacing: 0.08em !important;
	line-height: 1.3;
	padding: 0 0 0.28rem !important;
	text-transform: uppercase;
}

.tt5-2025-testimonial .wp-block-quote {
	color: var(--tt5-home-deep-green);
}

.tt5-2025-testimonial .wp-block-quote p {
	line-height: 1.22;
}

.tt5-2025-testimonial .wp-block-quote cite {
	color: #8a5a10;
	font-size: 1rem !important;
	font-weight: 600;
	line-height: 1.35;
	margin-top: var(--wp--preset--spacing--20);
}

.tt5-catalog-gallery {
	background: color-mix(in srgb, var(--tt5-home-cream) 92%, white);
}

.tt5-catalog-gallery__intro {
	background: #f7ead2;
	border-top: 2px solid var(--tt5-home-deep-green);
	box-sizing: border-box;
	color: var(--tt5-home-deep-green);
	display: grid;
	gap: 0.55rem;
	margin-bottom: clamp(1rem, 2.4vw, 1.5rem);
	padding: clamp(1.1rem, 2.4vw, 1.65rem);
}

.tt5-catalog-gallery__intro h2 {
	color: var(--tt5-home-deep-green);
	font-family: var(--wp--preset--font-family--platypi);
	font-size: clamp(1.2rem, 1.45vw, 1.5rem) !important;
	line-height: 1.16;
	margin: 0;
	max-width: 100%;
}

.tt5-catalog-gallery__intro p {
	color: var(--wp--preset--color--contrast-2);
	font-size: clamp(0.92rem, 1.1vw, 1rem) !important;
	line-height: 1.45;
	margin: 0;
	max-width: 54rem;
}

.tt5-catalog-gallery__intro a {
	color: #8a5a10;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-decoration: none;
	text-transform: uppercase;
}

.tt5-catalog-gallery__intro a:hover,
.tt5-catalog-gallery__intro a:focus-visible {
	text-decoration: underline;
	text-underline-offset: 0.18em;
}

.tt5-catalog-gallery__grid {
	display: grid;
	gap: clamp(0.85rem, 1.6vw, 1.15rem);
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.tt5-catalog-gallery__grid .wp-block-image {
	margin: 0;
	min-width: 0;
}

.tt5-catalog-gallery__grid .wp-block-image img {
	aspect-ratio: 1;
	border-radius: 0;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.tt5-catalog-gallery__grid .wp-element-caption {
	color: var(--wp--preset--color--contrast-2);
	font-size: 0.78rem;
	line-height: 1.35;
	margin-top: 0.45rem;
}

.tt5-home-b2b-paths__grid {
	align-items: start;
}

.tt5-home-hero-2026__copy {
	align-content: start;
	display: grid;
	gap: clamp(0.8rem, 2vw, 1.3rem);
}


.tt5-home-hero-2026__media img,
.tt5-home-image-placeholder {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	object-position: center;
	border-radius: 0;
	box-shadow: none;
}

.tt5-home-image-placeholder {
	display: grid;
	place-items: center;
	background:
		radial-gradient(circle at 45% 38%, rgba(255, 212, 89, 0.52), transparent 7rem),
		linear-gradient(135deg, #fff0bc, #f7dcc2);
	color: #79500f;
	min-height: 16rem;
}

.tt5-home-section-head {
	display: grid;
	gap: 1rem;
	margin-bottom: clamp(1.8rem, 4vw, 3rem);
}

.tt5-home-quick-entry .tt5-home-section-head,
.tt5-sales-image-grid .tt5-home-section-head {
	gap: 10px;
	margin-bottom: 10px;
}

.tt5-home-scene-gallery .tt5-home-section-head {
	margin-bottom: 20px;
}

.tt5-home-quick-entry__grid,
.tt5-home-scene-gallery__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
}

.tt5-home-entry-card,
.tt5-home-scene-card,
.tt5-home-path-card {
	display: grid;
	gap: 0.85rem;
	color: inherit;
	text-decoration: none;
}

.tt5-home-entry-card a {
	color: inherit;
	text-decoration: none;
}

.tt5-home-entry-card__image-link {
	display: block;
}

.tt5-home-entry-card__title-link {
	font-weight: 600;
}

.tt5-home-entry-card__image-link:hover img,
a.tt5-home-entry-card__title-link:hover {
	filter: brightness(0.96);
	text-decoration: underline;
	text-underline-offset: 0.18em;
}

.tt5-home-entry-card img,
.tt5-sales-image-grid__placeholder,
.tt5-home-scene-card img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	border-radius: 0;
}

.tt5-sales-image-grid__placeholder {
	display: grid;
	place-items: center;
	background:
		radial-gradient(circle at 45% 38%, rgba(255, 212, 89, 0.52), transparent 7rem),
		linear-gradient(135deg, #fff0bc, #f7dcc2);
	color: #79500f;
}

.tt5-sales-image-grid__label {
	font-weight: 600;
}

.tt5-home-check-list {
	display: grid;
	gap: 0.75rem;
	margin: 0;
	padding-left: 1.1rem;
	color: var(--wp--preset--color--contrast-2);
	line-height: 1.6;
}

.tt5-home-b2b-paths__copy {
	align-content: start;
	display: grid;
	gap: clamp(0.75rem, 2vw, 1.15rem);
}

@media (min-width: 801px) {
	.tt5-home-b2b-paths__copy .tt5-home-check-list {
		margin-top: calc(10px - clamp(0.75rem, 2vw, 1.15rem));
	}
}

.tt5-home-b2b-paths__cards {
	align-content: start;
	display: grid;
	gap: 1rem;
}

.tt5-home-b2b-paths .tt5-home-path-card {
	gap: 0.55rem;
}

.tt5-home-b2b-paths .tt5-home-path-card__image-link,
.tt5-home-b2b-paths .tt5-home-path-card__label-link {
	color: inherit;
	text-decoration: none;
}

.tt5-home-b2b-paths .tt5-home-path-card__label-link {
	font-weight: 600;
}

.tt5-home-b2b-paths a.tt5-home-path-card__label-link:hover,
.tt5-home-b2b-paths a.tt5-home-path-card__label-link:focus-visible {
	text-decoration: underline;
	text-underline-offset: 0.18em;
}

.tt5-home-b2b-paths .tt5-home-path-card__label-edit {
	display: block;
	font-weight: 600;
	margin: 0;
	min-height: 1.4em;
}

.tt5-home-b2b-paths .tt5-home-path-card__label-edit:hover,
.tt5-home-b2b-paths .tt5-home-path-card__label-edit:focus {
	text-decoration: underline;
	text-underline-offset: 0.18em;
}

.tt5-home-b2b-paths .tt5-home-path-card img,
.tt5-home-b2b-paths .tt5-home-path-card__placeholder,
.tt5-editor-image-button--path img,
.tt5-editor-image-button--path span {
	aspect-ratio: 16 / 10;
}

.tt5-home-b2b-paths .tt5-home-path-card img,
.tt5-home-b2b-paths .tt5-home-path-card__placeholder {
	width: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 0;
	min-height: 0;
}

.tt5-home-b2b-paths .tt5-home-path-card__image-link:hover img {
	filter: brightness(0.96);
}

.tt5-home-trust-contact__grid {
	grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.72fr);
}

.tt5-home-trust-contact__trust p {
	color: var(--wp--preset--color--contrast-2);
	margin: 0;
	line-height: 1.65;
}

.tt5-home-trust-contact__trust {
	display: grid;
	gap: 10px;
}

.tt5-home-trust-contact__metrics {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.8rem;
	margin-block: 1.4rem;
}

.tt5-home-trust-contact__metrics div {
	align-items: center;
	display: inline-flex;
	gap: 0.5rem;
}

.tt5-home-trust-contact__metric-icon {
	display: inline-flex;
	flex: 0 0 auto;
	color: #755017;
	width: 1.1rem;
	height: 1.1rem;
}

.tt5-home-trust-contact__metric-icon svg {
	display: block;
	fill: currentColor;
	width: 100%;
	height: 100%;
}

.tt5-home-trust-contact__metrics span {
	color: var(--wp--preset--color--contrast-2);
	font-size: 0.9rem;
}

.tt5-home-trust-contact__contact {
	display: grid;
	gap: 1rem;
	align-content: start;
	color: inherit;
}

.tt5-home-contact-actions {
	display: grid;
	gap: 0.65rem;
}

.tt5-home-trust-contact__contact p {
	margin: 0;
	color: var(--wp--preset--color--contrast-2);
}

.tt5-home-scene-card span {
	padding: 0 0.2rem 0.2rem;
}

@media (max-width: 1024px) {
	.tt5-catalog-gallery__intro {
		margin-bottom: 1rem;
	}

	.tt5-catalog-gallery__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.tt5-catalog-gallery__grid > figure.wp-block-image:nth-of-type(n + 5) {
		display: none;
	}
}

.tt5-editor-preview {
	box-sizing: border-box;
}

.tt5-editor-preview--hero,
.tt5-editor-preview--home {
	padding: 0;
}

.tt5-editor-preview h1,
.tt5-editor-preview h2,
.tt5-editor-preview p {
	margin-top: 0;
}

.tt5-editor-image-button {
	width: 100%;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: #f7e4bd;
	color: #79500f;
	cursor: pointer;
	overflow: hidden;
}

.tt5-editor-image-button img,
.tt5-editor-image-button span {
	display: grid;
	width: 100%;
	aspect-ratio: 4 / 3;
	place-items: center;
	object-fit: cover;
}

@media (max-width: 800px) {
	body .tt5-home-block.alignwide,
	.tt5-home-block.alignwide {
		width: auto !important;
		max-width: none;
		margin-left: clamp(0.9rem, 5vw, 1.25rem) !important;
		margin-right: clamp(0.9rem, 5vw, 1.25rem) !important;
		padding-inline: 0;
	}

	.tt5-home-inner {
		padding: var(--wp--preset--spacing--40) 0;
	}

	.tt5-site-header__utility-inner,
	.tt5-site-header__main-inner {
		justify-content: center;
		text-align: center;
	}

	.tt5-site-header__contact {
		white-space: normal;
	}

	.tt5-home-hero-2026__grid,
	.tt5-home-b2b-paths__grid,
	.tt5-home-trust-contact__grid {
		grid-template-columns: 1fr;
		gap: clamp(0.8rem, 3vw, 1.25rem);
	}

	.tt5-about-hero-banner__frame {
		min-height: 34rem;
	}

	.tt5-about-hero-banner__image,
	.tt5-about-hero-banner__frame::before,
	.tt5-about-hero-banner__frame::after {
		clip-path: none;
	}

	.tt5-about-hero-banner__image,
	.tt5-about-hero-banner__frame::after {
		inset: 0;
		width: 100%;
	}

	.tt5-about-hero-banner__frame::before {
		width: 100%;
		background: linear-gradient(135deg, rgba(247, 243, 232, 0.92), rgba(230, 233, 218, 0.86));
		box-shadow: none;
	}

	.tt5-about-hero-banner__frame::after {
		background:
			linear-gradient(0deg, rgba(249, 246, 238, 0.86), rgba(249, 246, 238, 0.34)),
			linear-gradient(90deg, rgba(249, 246, 238, 0.78), rgba(249, 246, 238, 0.24));
	}

	.tt5-about-hero-banner__content {
		max-width: 100%;
		padding: clamp(1.25rem, 4vw, 3rem);
	}

	.tt5-about-hero-banner__content h1 {
		font-size: 2.05rem;
	}

	.tt5-about-hero-banner__content .tt5-home-lead {
		font-size: 1.05rem;
	}

	.tt5-about-global-support__grid,
	.tt5-about-process-steps__grid {
		grid-template-columns: 1fr;
	}

	.tt5-about-gallery {
		display: grid !important;
		grid-template-columns: 1fr;
	}

	.tt5-about-gallery > .wp-block-column,
	.tt5-about-gallery .wp-block-group,
	.tt5-about-gallery .wp-block-image {
		max-width: 100%;
		min-width: 0;
		width: 100%;
	}

	.tt5-about-gallery .wp-block-column > .wp-block-group,
	.tt5-about-gallery .wp-block-column > .wp-block-group > .wp-block-group {
		display: grid !important;
		gap: 0.25rem;
	}

	.tt5-about-gallery .wp-block-image,
	.tt5-about-gallery .wp-block-image img {
		display: block;
		height: auto;
	}

	.tt5-about-gallery .wp-block-column:nth-child(2) .wp-block-image {
		order: -1;
	}

	.tt5-about-gallery .wp-block-spacer {
		display: none;
	}

	.tt5-catalog-gallery__intro h2 {
		max-width: 100%;
	}

	.tt5-home-hero-2026__copy {
		gap: clamp(0.7rem, 2vw, 1.2rem);
	}

	body .tt5-home-hero-2026 .tt5-home-actions,
	.tt5-home-hero-2026 .tt5-home-actions {
		align-items: stretch;
		flex-direction: column;
		width: 100%;
	}

	body .tt5-home-hero-2026 .tt5-home-button,
	.tt5-home-hero-2026 .tt5-home-button {
		max-width: 100%;
		min-width: 0;
		text-align: center;
		white-space: normal;
		width: 100%;
	}

	.tt5-home-quick-entry__grid,
	.tt5-home-scene-gallery__grid,
	.tt5-home-trust-contact__metrics {
		grid-template-columns: 1fr;
	}

	.tt5-home-scene-gallery__grid > :nth-child(n + 4) {
		display: none;
	}
}

.tt5-sales-hero-banner__media,
.tt5-sales-product-feature__media {
	margin: 0;
}

.tt5-sales-hero-banner__media a {
	display: block;
	color: inherit;
	text-decoration: none;
}

.tt5-sales-hero-banner__media img,
.tt5-sales-hero-banner__placeholder,
.tt5-editor-image-button--sales-banner img,
.tt5-editor-image-button--sales-banner span {
	width: 100%;
	aspect-ratio: 16 / 7;
	object-fit: cover;
	object-position: center;
	border-radius: 0;
}

.tt5-sales-hero-banner__media a:hover img {
	filter: brightness(0.96);
}

.tt5-sales-product-feature__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(18rem, 1fr);
	gap: clamp(0.8rem, 3vw, 1.5rem);
	align-items: center;
}

.tt5-sales-product-feature__media img,
.tt5-sales-product-feature__media .tt5-home-image-placeholder,
.tt5-editor-image-button--sales-feature img,
.tt5-editor-image-button--sales-feature span {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	object-position: center;
	border-radius: 0;
}

.tt5-sales-product-feature__media img[src*="IMG-037_"] {
	filter: sepia(0.04) saturate(0.9) contrast(1.05) brightness(1.06);
}

.tt5-sales-product-feature__copy {
	align-content: start;
	display: grid;
	gap: clamp(0.75rem, 2vw, 1.15rem);
}

@media (max-width: 800px) {
	.tt5-sales-hero-banner__media img,
	.tt5-sales-hero-banner__placeholder,
	.tt5-editor-image-button--sales-banner img,
	.tt5-editor-image-button--sales-banner span {
		aspect-ratio: 4 / 3;
	}

	.tt5-sales-product-feature__grid {
		grid-template-columns: 1fr;
	}
}
