:root {
	--tg-primary: #2f6b2f;
	--tg-dark: #183f27;
	--tg-fresh: #6fae45;
	--tg-paper: #f8f6ee;
	--tg-beige: #efe9da;
	--tg-text: #1d2a21;
	--tg-muted: #627067;
	--tg-accent: #d99a32;
	--tg-red: #b92d2d;
	--tg-white: #fffdf8;
	--tg-shadow: 0 18px 45px rgba(24, 63, 39, 0.12);
	--tg-radius: 8px;
	--tg-container: 1240px;
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--tg-paper);
	color: var(--tg-text);
	font-family: Inter, "Noto Sans", Arial, sans-serif;
	font-size: 16px;
	line-height: 1.65;
	text-rendering: optimizeLegibility;
}

body.tg-nav-open {
	overflow: hidden;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

a {
	color: inherit;
	text-decoration-thickness: 0.08em;
	text-underline-offset: 0.18em;
}

a:hover {
	color: var(--tg-primary);
}

:focus-visible {
	outline: 3px solid var(--tg-accent);
	outline-offset: 4px;
}

h1,
h2,
h3 {
	margin: 0 0 0.7rem;
	color: var(--tg-dark);
	line-height: 1.12;
	letter-spacing: 0;
}

h1 {
	font-size: clamp(2.35rem, 6vw, 4.8rem);
	max-width: 900px;
}

h2 {
	font-size: clamp(1.65rem, 3vw, 2.65rem);
}

h3 {
	font-size: 1.25rem;
}

p {
	margin: 0 0 1rem;
}

.tg-main {
	min-height: 56vh;
}

address {
	font-style: normal;
}

.screen-reader-text,
.tg-skip-link {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.tg-skip-link:focus {
	z-index: 999;
	top: 12px;
	left: 12px;
	width: auto;
	height: auto;
	padding: 0.75rem 1rem;
	background: var(--tg-white);
	clip: auto;
}

.tg-container {
	width: min(calc(100% - 32px), var(--tg-container));
	margin: 0 auto;
}

.tg-site-header {
	position: sticky;
	z-index: 100;
	top: 0;
	background: rgba(248, 246, 238, 0.94);
	border-bottom: 1px solid rgba(24, 63, 39, 0.12);
	backdrop-filter: blur(14px);
	box-shadow: 0 8px 24px rgba(24, 63, 39, 0.05);
}

.tg-site-header .tg-container {
	width: min(calc(100% - 32px), 1760px);
}

.tg-site-header__inner {
	display: flex;
	gap: 1rem;
	align-items: center;
	min-height: 74px;
	min-width: 0;
}

.tg-brand {
	display: inline-flex;
	flex: 0 0 auto;
	min-width: 0;
}

.tg-brand__fallback,
.custom-logo-link {
	display: inline-flex;
	gap: 0.75rem;
	align-items: center;
	text-decoration: none;
}

.tg-brand__mark {
	display: grid;
	width: 48px;
	height: 48px;
	place-items: center;
	border-radius: 50%;
	background: var(--tg-primary);
	color: var(--tg-white);
	font-weight: 800;
}

.tg-brand__logo {
	width: auto;
	max-width: 230px;
	height: auto;
	max-height: 58px;
	object-fit: contain;
}

.custom-logo {
	display: block;
	width: auto;
	max-width: 190px;
	max-height: 56px;
	object-fit: contain;
}

.tg-brand__text {
	display: grid;
	line-height: 1.18;
	min-width: 0;
}

.tg-brand__text strong {
	font-size: 1rem;
}

.tg-brand__text small {
	color: var(--tg-muted);
	font-family: "Noto Sans SC", "Microsoft YaHei", "PingFang SC", sans-serif;
}

.tg-nav {
	position: fixed;
	top: 74px;
	right: 0;
	bottom: 0;
	z-index: 1001;
	display: grid;
	width: min(380px, 88vw);
	min-height: calc(100svh - 74px);
	align-content: start;
	gap: 1rem;
	padding: 26px 28px;
	overflow-y: auto;
	background: var(--tg-paper);
	box-shadow: -18px 0 40px rgba(0, 0, 0, 0.12);
	transform: translateX(100%);
	visibility: hidden;
	transition: transform 250ms ease, visibility 250ms ease;
}

.tg-nav:not(.is-mounted) {
	display: none;
}

.tg-nav.is-open {
	transform: translateX(0);
	visibility: visible;
}

.tg-nav__list,
.tg-footer__links {
	display: grid;
	gap: 0;
	align-items: start;
	padding: 0;
	margin: 0;
	list-style: none;
}

.tg-nav__list > li {
	flex: 0 0 auto;
}

.tg-nav__list a {
	display: block;
	padding: 0.9rem 0;
	border-bottom: 1px solid rgba(24, 63, 39, 0.1);
	font-weight: 700;
	font-size: 1rem;
	white-space: normal;
	text-decoration: none;
}

.tg-language-placeholder {
	display: flex;
	gap: 0.25rem;
	align-items: center;
	padding: 0.2rem;
	border: 1px solid rgba(24, 63, 39, 0.16);
	border-radius: 999px;
	color: var(--tg-muted);
	font-size: 0.78rem;
}

.tg-language-placeholder span {
	padding: 0.2rem 0.45rem;
}

.tg-language-placeholder a {
	padding: 0.2rem 0.45rem;
	border-radius: 999px;
	text-decoration: none;
}

.tg-header-distributor,
.tg-header-whatsapp,
.tg-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0.72rem 1rem;
	border: 1px solid transparent;
	border-radius: var(--tg-radius);
	font-weight: 800;
	line-height: 1.1;
	text-decoration: none;
	transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
	cursor: pointer;
	font: inherit;
}

.tg-header-distributor {
	flex: 0 0 auto;
	width: 100%;
	background: var(--tg-dark);
	color: var(--tg-white);
	text-align: center;
	white-space: nowrap;
}

.tg-header-distributor:hover {
	background: var(--tg-primary);
	color: var(--tg-white);
}

.tg-header-whatsapp,
.tg-button--primary {
	background: var(--tg-accent);
	color: #241706;
	box-shadow: 0 10px 20px rgba(217, 154, 50, 0.2);
}

.tg-header-whatsapp {
	flex: 0 0 auto;
	white-space: nowrap;
}

.tg-header-actions {
	display: flex;
	flex: 0 0 auto;
	gap: 12px;
	align-items: center;
	margin-left: auto;
}

.tg-nav-overlay {
	position: fixed;
	top: 74px;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1000;
	display: block;
	width: auto;
	min-height: calc(100svh - 74px);
	padding: 0;
	border: 0;
	background: rgba(20, 35, 25, 0.2);
	cursor: pointer;
}

.tg-nav-overlay[hidden] {
	display: none;
}

.tg-button--secondary {
	border-color: rgba(47, 107, 47, 0.28);
	background: var(--tg-white);
	color: var(--tg-dark);
}

.tg-button--light {
	background: var(--tg-white);
	color: var(--tg-dark);
}

.tg-header-whatsapp:hover,
.tg-button:hover {
	color: inherit;
	transform: translateY(-1px);
}

.tg-header-whatsapp:active,
.tg-button:active {
	transform: translateY(0);
}

.tg-nav-toggle {
	display: block;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 1px solid rgba(24, 63, 39, 0.18);
	border-radius: var(--tg-radius);
	background: var(--tg-white);
}

.tg-nav-toggle span:not(.screen-reader-text) {
	display: block;
	width: 20px;
	height: 2px;
	margin: 4px auto;
	background: var(--tg-dark);
}

.tg-hero {
	padding: clamp(2.5rem, 5vw, 4.5rem) 0 clamp(1.5rem, 3vw, 2.5rem);
	background:
		linear-gradient(120deg, rgba(248, 246, 238, 0.92), rgba(239, 233, 218, 0.7)),
		radial-gradient(circle at 78% 22%, rgba(111, 174, 69, 0.24), transparent 34%);
}

.tg-hero__grid,
.tg-split {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
	gap: clamp(2rem, 6vw, 5rem);
	align-items: center;
}

.tg-hero__copy p {
	max-width: 680px;
	font-size: 1.14rem;
	color: var(--tg-muted);
}

.tg-hero__copy > *:last-child,
.tg-section__heading > *:last-child,
.tg-page-hero .tg-container > *:last-child {
	margin-bottom: 0;
}

.tg-eyebrow {
	margin-bottom: 0.6rem;
	color: var(--tg-primary);
	font-size: 0.82rem;
	font-weight: 900;
	letter-spacing: 0;
	text-transform: uppercase;
}

.tg-cjk {
	font-family: "Noto Sans SC", "Microsoft YaHei", "PingFang SC", sans-serif;
}

.tg-translated-title {
	color: var(--tg-primary);
	font-weight: 900;
}

.tg-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	align-items: center;
	margin-top: 1.4rem;
}

.tg-hero__visual {
	position: relative;
	display: grid;
	min-height: 360px;
	place-items: center;
	isolation: isolate;
}

.tg-hero__visual--logo {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 380px;
	padding: 40px;
}

.tg-hero-logo-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	width: min(100%, 460px);
	padding: 40px;
	background: var(--tg-white);
	border: 1px solid rgba(31, 75, 47, 0.08);
	border-radius: 24px;
	box-shadow: 0 16px 36px rgba(28, 47, 34, 0.14);
}

.tg-page-hero p:not(.tg-eyebrow) {
	max-width: 760px;
	color: var(--tg-muted);
	font-size: 1.08rem;
}

.tg-hero-logo {
	display: block;
	width: 100%;
	max-width: 360px;
	height: auto;
	object-fit: contain;
}

.tg-trust-strip {
	background: var(--tg-dark);
	color: var(--tg-white);
}

.tg-trust-strip ul {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 1px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.tg-trust-strip li {
	padding: 1.15rem 0.8rem;
	text-align: center;
	font-weight: 800;
}

.tg-certifications {
	display: grid;
	grid-template-columns: minmax(0, 0.85fr) minmax(360px, 1.15fr);
	gap: clamp(1.5rem, 4vw, 3rem);
	align-items: center;
	padding-block: clamp(1.5rem, 3vw, 2.25rem);
}

.tg-certifications h2 {
	max-width: 560px;
	font-size: clamp(1.55rem, 3vw, 2.4rem);
}

.tg-certifications--hero {
	margin-top: clamp(1.5rem, 3vw, 2.5rem);
	border-top: 1px solid rgba(24, 63, 39, 0.12);
}

.tg-certifications p:not(.tg-eyebrow) {
	max-width: 620px;
	color: var(--tg-muted);
}

.tg-certification-list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
}

.tg-certification-item {
	display: grid;
	gap: 0.75rem;
	align-content: start;
	min-height: 100%;
	padding: 1rem;
	border: 1px solid rgba(24, 63, 39, 0.12);
	border-radius: var(--tg-radius);
	background: #fffdf8;
	box-shadow: 0 8px 22px rgba(24, 63, 39, 0.07);
}

.tg-certification-item__mark {
	display: grid;
	height: 112px;
	place-items: center;
}

.tg-certification-item__image {
	width: 100%;
	max-width: 138px;
	max-height: 96px;
	object-fit: contain;
}

.tg-certification-item strong,
.tg-certification-item span {
	display: block;
	line-height: 1.3;
}

.tg-certification-item strong {
	color: var(--tg-dark);
	font-weight: 900;
}

.tg-certification-item span {
	margin-top: 0.25rem;
	color: var(--tg-muted);
	font-size: 0.92rem;
}

.tg-section,
.tg-page {
	padding: clamp(3rem, 7vw, 6rem) 0;
}

.tg-section--light,
.tg-page-hero {
	background: var(--tg-beige);
}

.tg-section--green {
	background: var(--tg-dark);
	color: var(--tg-white);
}

.tg-section--green h2,
.tg-section--green h3,
.tg-section--green .tg-eyebrow {
	color: var(--tg-white);
}

.tg-section__heading {
	max-width: 760px;
	margin-bottom: clamp(1.5rem, 3vw, 2.25rem);
}

.tg-section__heading p:not(.tg-eyebrow) {
	color: var(--tg-muted);
}

.tg-category-grid,
.tg-card-grid,
.tg-guide-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: clamp(1rem, 2vw, 1.35rem);
}

.tg-card-grid--three {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tg-card-grid--four {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.tg-category-card,
.tg-card,
.tg-guide-card,
.tg-info-card,
.tg-quality-panel,
.tg-cert-panel,
.tg-contact-card,
.tg-faq details {
	border: 1px solid rgba(24, 63, 39, 0.12);
	border-radius: var(--tg-radius);
	background: var(--tg-white);
	box-shadow: 0 8px 22px rgba(24, 63, 39, 0.07);
}

.tg-card,
.tg-guide-card,
.tg-info-card,
.tg-contact-card,
.tg-stockist-card {
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.tg-card:hover,
.tg-info-card:hover,
.tg-contact-card:hover,
.tg-stockist-card:hover {
	border-color: rgba(47, 107, 47, 0.2);
	box-shadow: 0 14px 30px rgba(24, 63, 39, 0.1);
}

.tg-category-card {
	position: relative;
	overflow: hidden;
	min-height: 230px;
	background: #eef3eb;
	font-weight: 900;
	text-decoration: none;
}

.tg-category-card::after {
	position: absolute;
	inset: 0;
	content: "";
	background: linear-gradient(to top, rgba(13, 45, 28, 0.78), rgba(13, 45, 28, 0.08) 62%);
}

.tg-category-card__media {
	position: absolute;
	inset: 0;
}

.tg-category-card__media img,
.tg-category-card__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 350ms ease;
}

.tg-category-card__title {
	position: absolute;
	z-index: 2;
	right: 24px;
	bottom: 22px;
	left: 24px;
	color: var(--tg-white);
	font-size: 1.08rem;
	line-height: 1.2;
}

.tg-category-card:hover img {
	transform: scale(1.04);
}

.tg-card {
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.tg-card__image {
	display: block;
	aspect-ratio: 4 / 3;
	background: #edf2e7;
}

.tg-card__image img,
.tg-product-detail__media img,
.tg-guide-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.tg-product-card .tg-card__image {
	display: grid;
	padding: 0.8rem;
	place-items: center;
	background: linear-gradient(180deg, #fffdf8, #eef4e9);
}

.tg-product-card .tg-card__image img {
	object-fit: contain;
}

.tg-guide-card img {
	aspect-ratio: 4 / 3;
	height: auto;
	margin-bottom: 1rem;
	border-radius: var(--tg-radius);
}

.tg-card__body,
.tg-guide-card,
.tg-info-card,
.tg-quality-panel,
.tg-cert-panel,
.tg-contact-card {
	padding: 1.25rem;
}

.tg-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
}

.tg-card__body .tg-link {
	margin-top: auto;
}

.tg-card__body p:last-of-type {
	margin-bottom: 1rem;
}

.tg-product-showcase {
	padding: 1rem 0;
	background: var(--tg-paper);
}

.tg-product-showcase__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
}

.tg-product-showcase img {
	width: 100%;
	aspect-ratio: 16 / 10;
	border-radius: var(--tg-radius);
	box-shadow: 0 8px 22px rgba(24, 63, 39, 0.08);
	object-fit: cover;
}

.tg-card h2 {
	font-size: 1.2rem;
}

.tg-card h2 a,
.tg-guide-card h2 a {
	text-decoration: none;
}

.tg-stockist-card {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	padding: 1.25rem;
}

.tg-stockist-card h3,
.tg-stockist-card p {
	margin: 0;
}

.tg-stockist-card .tg-button {
	align-self: flex-start;
	margin-top: auto;
}

a.tg-guide-card {
	display: block;
	color: inherit;
	text-decoration: none;
	transition: box-shadow 180ms ease, transform 180ms ease;
}

a.tg-guide-card:hover,
a.tg-guide-card:focus-visible {
	color: inherit;
	box-shadow: 0 12px 28px rgba(24, 63, 39, 0.1);
	transform: translateY(-2px);
}

.tg-link {
	color: var(--tg-primary);
	font-weight: 900;
}

.tg-link:hover {
	color: var(--tg-dark);
}

.tg-image-placeholder {
	display: grid;
	width: 100%;
	height: 100%;
	min-height: 220px;
	place-items: center;
	background: linear-gradient(135deg, #f8f6ee, #e6f0dc 48%, #fff4db);
	color: var(--tg-primary);
	font-size: 1.25rem;
	font-weight: 900;
}

.tg-feature-list {
	display: grid;
	gap: 0.8rem;
	margin: 0;
	padding: 0;
}

.tg-feature-list div,
.tg-feature-list li {
	display: flex;
	gap: 0.75rem;
	align-items: center;
	padding: 1rem;
	border-radius: var(--tg-radius);
	background: var(--tg-white);
	font-weight: 800;
}

.tg-feature-list li {
	list-style: none;
}

.tg-feature-list span {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: var(--tg-fresh);
}

.tg-quality-panel {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.16);
	box-shadow: none;
}

.tg-quality-panel ul {
	display: grid;
	gap: 0.55rem;
	padding-left: 1.1rem;
	margin: 1rem 0 0;
}

.tg-oem-process,
.tg-process {
	display: grid;
	gap: 0.75rem;
	padding: 0;
	margin: 0;
	list-style-position: inside;
}

.tg-oem-process span,
.tg-process li {
	padding: 0.9rem 1rem;
	border-radius: var(--tg-radius);
	background: var(--tg-white);
	font-weight: 800;
}

.tg-cta {
	padding: clamp(3rem, 7vw, 5rem) 0;
	background: linear-gradient(135deg, var(--tg-primary), var(--tg-dark));
	color: var(--tg-white);
	text-align: center;
}

.tg-cta h2 {
	margin-inline: auto;
	color: var(--tg-white);
}

.tg-cta .tg-actions {
	justify-content: center;
}

.tg-page-hero {
	padding: clamp(3rem, 7vw, 5rem) 0;
}

.tg-page-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 0.62fr);
	gap: clamp(1.5rem, 4vw, 3rem);
	align-items: center;
}

.tg-distributor-visual {
	overflow: hidden;
	border-radius: var(--tg-radius);
	background: var(--tg-white);
	box-shadow: var(--tg-shadow);
}

.tg-distributor-visual__image {
	width: 100%;
	aspect-ratio: 4 / 5;
	object-fit: cover;
}

.tg-breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
	margin-bottom: 1.5rem;
	color: var(--tg-muted);
	font-size: 0.9rem;
}

.tg-filter-summary,
.tg-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-bottom: 1.5rem;
}

.tg-filter-summary span,
.tg-tags span {
	padding: 0.4rem 0.7rem;
	border-radius: 999px;
	background: var(--tg-white);
	color: var(--tg-muted);
	font-weight: 800;
	font-size: 0.86rem;
}

.tg-product-detail {
	padding: clamp(2rem, 6vw, 5rem) 0;
}

.tg-product-detail__grid {
	display: grid;
	grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1fr);
	gap: clamp(2rem, 5vw, 4rem);
	align-items: start;
}

.tg-product-detail__media {
	overflow: hidden;
	aspect-ratio: 4 / 5;
	border-radius: var(--tg-radius);
	background: var(--tg-white);
	box-shadow: var(--tg-shadow);
}

.tg-product-names {
	font-weight: 800;
	color: var(--tg-muted);
}

.tg-spec-list {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 0.75rem;
	margin: 1.5rem 0;
}

.tg-spec-list div {
	padding: 1rem;
	border-radius: var(--tg-radius);
	background: var(--tg-white);
	border: 1px solid rgba(24, 63, 39, 0.1);
}

.tg-spec-list dt {
	color: var(--tg-muted);
	font-size: 0.82rem;
	font-weight: 900;
	text-transform: uppercase;
}

.tg-spec-list dd {
	margin: 0.2rem 0 0;
	font-weight: 900;
	line-height: 1.35;
	overflow-wrap: anywhere;
}

.tg-nutrition-table {
	width: 100%;
	margin: 0.75rem 0 1.25rem;
	border-collapse: separate;
	border-spacing: 0;
	overflow: hidden;
	border: 1px solid rgba(24, 63, 39, 0.14);
	border-radius: var(--tg-radius);
	background: var(--tg-white);
	box-shadow: 0 8px 22px rgba(24, 63, 39, 0.05);
}

.tg-nutrition-table th,
.tg-nutrition-table td {
	padding: 0.8rem 1rem;
	border-bottom: 1px solid rgba(24, 63, 39, 0.1);
	text-align: left;
}

.tg-nutrition-table thead th {
	background: #edf4ea;
	color: var(--tg-primary);
	font-weight: 900;
}

.tg-nutrition-table tbody th {
	color: var(--tg-dark);
	font-weight: 800;
}

.tg-nutrition-table tbody tr:last-child th,
.tg-nutrition-table tbody tr:last-child td {
	border-bottom: 0;
}

.tg-faq {
	display: grid;
	gap: 0.75rem;
}

.tg-faq details {
	padding: 1rem 1.1rem;
}

.tg-faq summary {
	cursor: pointer;
	font-weight: 900;
	line-height: 1.35;
}

.tg-faq summary::marker {
	color: var(--tg-primary);
}

.tg-faq details[open] {
	border-color: rgba(47, 107, 47, 0.24);
	box-shadow: 0 12px 28px rgba(24, 63, 39, 0.1);
}

.tg-faq details p {
	margin: 0.75rem 0 0;
	color: var(--tg-muted);
}

.tg-note,
.tg-form__notice {
	color: var(--tg-muted);
	font-size: 0.92rem;
}

.tg-facts {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0.75rem;
}

.tg-facts div {
	display: grid;
	align-content: center;
	min-height: 128px;
	padding: 1rem;
	border-radius: var(--tg-radius);
	background: var(--tg-white);
	box-shadow: 0 8px 22px rgba(24, 63, 39, 0.07);
}

.tg-facts strong {
	color: var(--tg-primary);
	font-size: 1.35rem;
}

.tg-gallery-placeholders {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1rem;
}

.tg-gallery-placeholders figure {
	position: relative;
	overflow: hidden;
	margin: 0;
	aspect-ratio: 4 / 3;
	border-radius: var(--tg-radius);
	background: var(--tg-white);
	box-shadow: 0 8px 22px rgba(24, 63, 39, 0.08);
}

.tg-gallery-placeholders img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.tg-gallery-placeholders figcaption {
	position: absolute;
	right: 0.8rem;
	bottom: 0.8rem;
	left: 0.8rem;
	padding: 0.45rem 0.65rem;
	border-radius: var(--tg-radius);
	background: rgba(255, 253, 248, 0.9);
	color: var(--tg-dark);
	font-weight: 900;
}

.tg-product-promo {
	margin: 0 0 1.25rem;
}

.tg-product-promo img {
	width: 100%;
	aspect-ratio: 16 / 10;
	border-radius: var(--tg-radius);
	box-shadow: 0 8px 22px rgba(24, 63, 39, 0.08);
	object-fit: cover;
}

.tg-form {
	display: grid;
	gap: 1rem;
}

.tg-form__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.9rem;
}

.tg-form label {
	display: grid;
	gap: 0.35rem;
	color: var(--tg-dark);
	font-weight: 800;
}

.tg-form input,
.tg-form textarea,
.tg-state-selector select {
	width: 100%;
	min-height: 44px;
	padding: 0.72rem 0.8rem;
	border: 1px solid rgba(24, 63, 39, 0.18);
	border-radius: var(--tg-radius);
	background: var(--tg-white);
	color: var(--tg-text);
	font: inherit;
}

.tg-form input:focus,
.tg-form textarea:focus,
.tg-state-selector select:focus {
	border-color: rgba(47, 107, 47, 0.5);
	outline: 0;
	box-shadow: 0 0 0 3px rgba(111, 174, 69, 0.18);
}

.tg-form input:disabled,
.tg-form textarea:disabled,
.tg-state-selector select:disabled {
	opacity: 0.8;
}

.tg-form textarea {
	resize: vertical;
}

.tg-form__wide {
	grid-column: 1 / -1;
}

.tg-form__success,
.tg-form__error {
	padding: 0.75rem 0.9rem;
	border-radius: var(--tg-radius);
	font-weight: 800;
}

.tg-form__success {
	background: #e5f4dc;
	color: var(--tg-dark);
}

.tg-form__error {
	background: #f8e0dc;
	color: #6f1414;
}

.tg-honeypot {
	position: absolute;
	left: -9999px;
}

.tg-form__consent {
	display: flex !important;
	grid-template-columns: auto 1fr;
	align-items: center;
}

.tg-contact-list {
	padding: 0;
	margin: 1rem 0 1.4rem;
	list-style: none;
}

.tg-contact-list li {
	padding: 0.35rem 0;
	border-bottom: 1px solid rgba(24, 63, 39, 0.08);
}

.tg-contact-list li:last-child {
	border-bottom: 0;
}

.tg-listing {
	display: grid;
	gap: 1rem;
}

.tg-listing article {
	padding: 1.2rem;
	border-radius: var(--tg-radius);
	background: var(--tg-white);
}

.tg-footer {
	padding: 3rem 0 1.5rem;
	background: #102b1c;
	color: rgba(255, 255, 255, 0.82);
}

.tg-footer h2,
.tg-footer strong {
	color: var(--tg-white);
	font-size: 1rem;
}

.tg-footer a {
	color: inherit;
}

.tg-footer__grid {
	display: grid;
	grid-template-columns: minmax(430px, 1.6fr) minmax(170px, 0.75fr) minmax(210px, 0.85fr) minmax(300px, 1.05fr);
	gap: 2rem;
	align-items: start;
}

.tg-footer p {
	max-width: 520px;
}

.tg-brand--footer .tg-brand__text strong {
	white-space: nowrap;
}

.tg-footer__links {
	display: grid;
	gap: 0.45rem;
	align-items: start;
}

.tg-footer__bottom {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	padding-top: 1.5rem;
	margin-top: 2rem;
	border-top: 1px solid rgba(255, 255, 255, 0.14);
	font-size: 0.9rem;
}

.tg-mobile-whatsapp {
	position: fixed;
	right: 16px;
	bottom: 16px;
	z-index: 80;
	display: none;
	padding: 0.7rem 0.9rem;
	border-radius: 999px;
	background: var(--tg-accent);
	color: #241706;
	box-shadow: var(--tg-shadow);
	font-weight: 900;
	text-decoration: none;
}

@media (max-width: 900px) {
	.tg-hero__grid,
	.tg-split,
	.tg-certifications,
	.tg-page-hero__grid,
	.tg-product-detail__grid {
		grid-template-columns: 1fr;
	}

	.tg-hero {
		min-height: auto;
	}

	.tg-certifications {
		align-items: start;
	}

	.tg-hero__visual {
		min-height: 240px;
	}

	.tg-hero__visual--logo {
		min-height: 260px;
		padding: 26px;
	}

	.tg-hero-logo-wrap {
		width: min(100%, 320px);
		padding: 30px;
	}

	.tg-hero-logo {
		max-width: 250px;
	}

	.tg-category-grid,
	.tg-card-grid,
	.tg-guide-grid,
	.tg-certification-list,
	.tg-card-grid--three,
	.tg-card-grid--four,
	.tg-product-showcase__grid,
	.tg-gallery-placeholders {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.tg-trust-strip ul {
		grid-template-columns: repeat(2, 1fr);
	}

	.tg-spec-list,
	.tg-facts {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 1120px) {
	.tg-footer__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	h1 {
		font-size: 2.45rem;
	}

	.tg-hero {
		padding: 1.75rem 0 1rem;
	}

	.tg-section,
	.tg-page,
	.tg-page-hero {
		padding: 2.25rem 0;
	}

	.tg-hero__grid {
		gap: 1.25rem;
	}

	.tg-site-header__inner {
		min-height: 66px;
	}

	.tg-brand__mark {
		width: 42px;
		height: 42px;
	}

	.tg-brand__logo {
		width: auto;
		max-width: 140px;
		height: auto;
		max-height: 46px;
	}

	.tg-brand__text strong {
		max-width: 150px;
		font-size: 0.9rem;
	}

	.tg-header-whatsapp {
		min-height: 42px;
		padding-inline: 0.75rem;
		font-size: 0.88rem;
	}

	.tg-mobile-whatsapp {
		display: none;
	}

	.tg-nav {
		top: 66px;
		width: min(360px, 90vw);
	}

	.tg-nav-overlay {
		inset-block-start: 66px;
	}

	.tg-category-grid,
	.tg-card-grid,
	.tg-guide-grid,
	.tg-certification-list,
	.tg-card-grid--three,
	.tg-card-grid--four,
	.tg-product-showcase__grid,
	.tg-gallery-placeholders,
	.tg-footer__grid,
	.tg-form__grid {
		grid-template-columns: 1fr;
	}

	.tg-hero__visual {
		min-height: 180px;
		padding: 12px;
	}

	.tg-hero__visual--logo {
		min-height: 190px;
		padding: 14px;
	}

	.tg-hero-logo-wrap {
		width: min(100%, 240px);
		padding: 18px;
		border-radius: var(--tg-radius);
	}

	.tg-hero-logo {
		max-width: 190px;
	}

	.tg-trust-strip ul {
		grid-template-columns: 1fr;
	}

	.tg-trust-strip li {
		padding: 0.9rem 0.8rem;
	}

	.tg-footer__bottom {
		display: grid;
	}

	.tg-actions {
		align-items: stretch;
	}

	.tg-actions .tg-button {
		width: 100%;
	}

	.tg-nutrition-table th,
	.tg-nutrition-table td {
		padding: 0.7rem 0.75rem;
	}
}

@media (max-width: 480px) {
	.tg-brand__text {
		display: none;
	}

	.tg-site-header__inner {
		gap: 0.75rem;
	}

	.tg-header-actions {
		gap: 10px;
	}

	.tg-brand__logo {
		width: auto;
		max-width: 112px;
		height: auto;
		max-height: 42px;
	}

	.custom-logo {
		max-width: 92px;
		max-height: 46px;
	}
}

@media (max-width: 768px) {
	.tg-brand--footer .tg-brand__text strong {
		white-space: normal;
	}
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}
}
