@font-face {
	font-family: "Cormorant Garamond";
	font-style: normal;
	font-weight: 400 700;
	font-display: swap;
	src: url("../fonts/cormorant-garamond-variable.ttf") format("truetype");
}

@font-face {
	font-family: "Cormorant Garamond";
	font-style: italic;
	font-weight: 400 700;
	font-display: swap;
	src: url("../fonts/cormorant-garamond-italic-variable.ttf") format("truetype");
}

@font-face {
	font-family: "DM Sans";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("../fonts/dm-sans-400.ttf") format("truetype");
}

@font-face {
	font-family: "DM Sans";
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url("../fonts/dm-sans-500.ttf") format("truetype");
}

@font-face {
	font-family: "DM Sans";
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url("../fonts/dm-sans-600.ttf") format("truetype");
}

:root {
	--zt-bg: #0b0a08;
	--zt-surface: #15120d;
	--zt-ink: #f4ebd6;
	--zt-muted: #b8ad96;
	--zt-accent: #d4af37;
	--zt-deep: #070605;
	--zt-line: #3b321f;
	--zt-font-heading: "Cormorant Garamond", Georgia, serif;
	--zt-font-body: "DM Sans", Arial, sans-serif;
	--zt-container: 1180px;
	--zt-gutter: clamp(20px, 4vw, 48px);
	--zt-section: clamp(76px, 9vw, 132px);
	--zt-radius-sm: 0;
	--zt-radius-md: 2px;
	--zt-shadow: 0 30px 80px rgba(59, 50, 31, 0.24);
}

html {
	scroll-behavior: smooth;
}

body.zt-site {
	margin: 0;
	background: var(--zt-bg);
	color: var(--zt-ink);
	font-family: var(--zt-font-body);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.72;
	-webkit-font-smoothing: antialiased;
}

.zt-site,
.zt-site * {
	box-sizing: border-box;
}

.zt-site :where(h1, h2, h3, h4, p, ul, ol, dl, figure, blockquote) {
	margin: 0;
	padding: 0;
	border: 0;
}

.zt-site :where(ul, ol) {
	list-style: none;
}

.zt-site :where(img) {
	display: block;
	max-width: 100%;
	height: auto;
}

.zt-site :where(a) {
	color: inherit;
	text-decoration: none;
}

.zt-site :where(button, input, select, textarea) {
	font: inherit;
}

.zt-site :where(button, a) {
	-webkit-tap-highlight-color: transparent;
}

.zt-site h1,
.zt-site h2,
.zt-site h3,
.zt-site h4 {
	color: var(--zt-ink);
	font-family: var(--zt-font-heading);
	font-weight: 600;
	letter-spacing: -0.01em;
}

.zt-site h1 {
	font-size: clamp(54px, 7vw, 94px);
	line-height: 0.96;
}

.zt-site h2 {
	font-size: clamp(42px, 5vw, 68px);
	line-height: 1.02;
}

.zt-site h3 {
	font-size: clamp(26px, 2.3vw, 34px);
	line-height: 1.1;
}

.zt-site p {
	max-width: 68ch;
}

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

.zt-container {
	width: min(100% - (2 * var(--zt-gutter)), var(--zt-container));
	margin-inline: auto;
}

.zt-section {
	padding-block: var(--zt-section);
}

.zt-kicker {
	margin-bottom: 18px !important;
	color: var(--zt-accent);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.16em;
	line-height: 1.4;
	text-transform: uppercase;
}

.zt-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 13px 24px;
	border: 1px solid var(--zt-accent);
	border-radius: var(--zt-radius-sm);
	background: var(--zt-accent);
	color: var(--zt-deep) !important;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
	transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.zt-button:hover {
	border-color: var(--zt-ink);
	background: var(--zt-ink);
	color: var(--zt-deep) !important;
	transform: translateY(-2px);
}

.zt-button:active {
	transform: translateY(0);
}

.zt-button--small {
	min-height: 44px;
	padding: 11px 18px;
	font-size: 11px;
}

.zt-button--accent {
	border-color: var(--zt-accent);
	background: var(--zt-accent);
	color: var(--zt-deep) !important;
}

.zt-button--accent:hover {
	border-color: var(--zt-ink);
	background: var(--zt-ink);
	color: var(--zt-deep) !important;
}

.zt-button--outline {
	background: transparent;
	color: var(--zt-ink) !important;
}

.zt-button--outline:hover {
	color: var(--zt-deep) !important;
}

.zt-whatsapp-icon {
	display: block;
	flex: 0 0 auto;
	width: 1.25em;
	height: 1.25em;
}

.zt-contact-link--whatsapp,
.zt-button--whatsapp {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.zt-contact-link--whatsapp {
	min-height: 44px;
}

.zt-contact-link--whatsapp .zt-whatsapp-icon {
	color: var(--zt-accent);
}

.zt-button--light {
	border-color: var(--zt-ink);
	background: var(--zt-ink);
	color: var(--zt-deep) !important;
}

.zt-button--light:hover {
	border-color: var(--zt-accent);
	background: var(--zt-accent);
	color: var(--zt-ink) !important;
}

.zt-text-link {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	min-height: 44px;
	border-bottom: 1px solid var(--zt-accent);
	color: var(--zt-ink);
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.zt-text-link span {
	font-size: 20px;
	transition: transform 180ms ease;
}

.zt-text-link:hover span {
	transform: translateX(5px);
}

.zt-text-link--light {
	border-color: rgba(212, 175, 55, 0.7);
	color: var(--zt-ink);
}

.zt-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 24px;
	margin-top: 34px;
}

.zt-skip-link {
	position: fixed;
	z-index: 9999;
	top: 12px;
	left: 12px;
	padding: 12px 18px;
	background: var(--zt-surface);
	color: var(--zt-ink);
	transform: translateY(-160%);
	transition: transform 160ms ease;
}

.zt-skip-link:focus {
	transform: translateY(0);
}

.zt-header {
	position: relative;
	z-index: 100;
	background: var(--zt-surface);
	box-shadow: 0 1px 0 var(--zt-line);
}

.zt-topbar {
	background: var(--zt-deep);
	color: rgba(244, 235, 214, 0.82);
	font-size: 12px;
	letter-spacing: 0.02em;
}

.zt-topbar__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 44px;
}

.zt-topbar__inner p {
	font-size: inherit;
}

.zt-topbar__contact {
	display: flex;
	align-items: center;
	gap: 15px;
}

.zt-topbar__contact a {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
}

.zt-topbar__contact > span {
	width: 1px;
	height: 13px;
	background: rgba(212, 175, 55, 0.35);
}

.zt-topbar a:hover {
	color: var(--zt-accent);
}

.zt-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 108px;
	gap: 32px;
}

.zt-brand {
	display: inline-flex;
	align-items: center;
	flex: 0 0 auto;
	gap: 13px;
}

.zt-brand__mark {
	display: grid;
	width: 42px;
	height: 42px;
	border: 1px solid var(--zt-accent);
	color: var(--zt-ink);
	font-family: var(--zt-font-heading);
	font-size: 17px;
	font-weight: 600;
	letter-spacing: 0.02em;
	place-items: center;
	transform: rotate(-3deg);
}

.zt-brand__text {
	display: flex;
	flex-direction: column;
	line-height: 1.1;
}

.zt-brand__text strong {
	font-family: var(--zt-font-heading);
	font-size: 21px;
	font-weight: 600;
	letter-spacing: -0.02em;
}

.zt-brand__text small {
	margin-top: 5px;
	color: var(--zt-muted);
	font-size: 9px;
	font-weight: 600;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

.zt-brand__custom-logo {
	display: block;
	width: clamp(245px, 24vw, 330px);
	height: auto;
	aspect-ratio: 1170 / 414;
	overflow: hidden;
}

.zt-brand__logo,
.zt-brand__custom-logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}

.zt-nav {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: clamp(20px, 3vw, 40px);
}

.zt-nav__list {
	display: flex;
	align-items: center;
	gap: clamp(19px, 2.2vw, 34px);
}

.zt-nav__list a {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 44px;
	color: var(--zt-ink);
	font-size: 13px;
	font-weight: 500;
}

.zt-nav__list > li > a::after {
	position: absolute;
	right: 0;
	bottom: 6px;
	left: 0;
	height: 1px;
	background: var(--zt-accent);
	content: "";
	transform: scaleX(0);
	transform-origin: right;
	transition: transform 180ms ease;
}

.zt-nav__list > li.current-menu-item > a::after,
.zt-nav__list > li > a:hover::after {
	transform: scaleX(1);
	transform-origin: left;
}

.zt-menu-toggle {
	display: none;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-width: 44px;
	min-height: 44px;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--zt-ink);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.zt-menu-toggle__lines {
	display: grid;
	gap: 6px;
	width: 25px;
}

.zt-menu-toggle__lines i {
	display: block;
	height: 1px;
	background: currentColor;
	transition: transform 180ms ease;
}

.zt-menu-toggle[aria-expanded="true"] .zt-menu-toggle__lines i:first-child {
	transform: translateY(3.5px) rotate(45deg);
}

.zt-menu-toggle[aria-expanded="true"] .zt-menu-toggle__lines i:last-child {
	transform: translateY(-3.5px) rotate(-45deg);
}

.zt-hero {
	position: relative;
	min-height: clamp(620px, calc(100svh - 124px), 780px);
	overflow: hidden;
	background-color: var(--zt-deep);
	background-image:
		linear-gradient(90deg, rgba(7, 6, 5, 0.96) 0%, rgba(7, 6, 5, 0.82) 34%, rgba(7, 6, 5, 0.28) 68%, rgba(7, 6, 5, 0.08) 100%),
		var(--zt-hero-image);
	background-position: center;
	background-size: cover;
	color: var(--zt-ink);
}

.zt-hero::after {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 23%;
	height: 8px;
	background: var(--zt-accent);
	content: "";
}

.zt-hero__inner {
	display: flex;
	align-items: center;
	min-height: inherit;
}

.zt-hero__content {
	width: min(100%, 700px);
	padding-block: 58px;
}

.zt-hero h1 {
	max-width: 700px;
	color: var(--zt-ink);
	font-size: clamp(52px, 5.15vw, 70px);
	line-height: 0.98;
}

.zt-hero__text {
	margin-top: 24px !important;
	max-width: 540px !important;
	color: rgba(244, 235, 214, 0.82);
	font-size: clamp(17px, 1.7vw, 20px);
	line-height: 1.6;
}

.zt-value-strip {
	background: var(--zt-surface);
	border-bottom: 1px solid var(--zt-line);
}

.zt-value-strip__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.zt-value-strip__grid > div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 116px;
	padding: 22px clamp(20px, 3vw, 40px);
	border-left: 1px solid var(--zt-line);
}

.zt-value-strip__grid > div:last-child {
	border-right: 1px solid var(--zt-line);
}

.zt-value-strip strong {
	color: var(--zt-ink);
	font-family: var(--zt-font-heading);
	font-size: 23px;
	font-weight: 600;
}

.zt-value-strip span {
	margin-top: 4px;
	color: var(--zt-muted);
	font-size: 13px;
}

.zt-about-preview {
	overflow: hidden;
}

.zt-about-preview__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.06fr) minmax(320px, 0.94fr);
	align-items: center;
	gap: clamp(54px, 9vw, 130px);
}

.zt-about-preview__visual {
	position: relative;
	min-height: 690px;
}

.zt-about-preview__visual img {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	width: min(88%, 520px);
	height: 650px;
	border-radius: var(--zt-radius-md);
	box-shadow: var(--zt-shadow);
	object-fit: cover;
}

.zt-about-preview__accent {
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: -9vw;
	width: 64%;
	height: 66%;
	border: 1px solid var(--zt-accent);
	background: var(--zt-deep);
}

.zt-about-preview__content h2 {
	max-width: 530px;
}

.zt-about-preview__content > p:not(.zt-kicker) {
	margin-top: 24px !important;
	color: var(--zt-muted);
	font-size: 17px;
}

.zt-about-preview__content .zt-text-link {
	margin-top: 30px;
}

.zt-services-preview {
	background: var(--zt-surface);
}

.zt-section-heading {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
	align-items: end;
	gap: clamp(30px, 8vw, 110px);
	margin-bottom: 58px;
}

.zt-section-heading p {
	padding-bottom: 6px;
	color: var(--zt-muted);
	font-size: 16px;
}

.zt-service-grid {
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	gap: 40px 28px;
}

.zt-service-card {
	grid-column: span 4;
	min-width: 0;
}

.zt-service-card--1 {
	grid-column: span 7;
}

.zt-service-card--2 {
	grid-column: span 5;
	padding-top: 86px;
}

.zt-service-card--3 {
	grid-column: span 4;
}

.zt-service-card--4 {
	grid-column: span 4;
	padding-top: 46px;
}

.zt-service-card--5 {
	grid-column: span 4;
}

.zt-service-card--6 {
	grid-column: 3 / span 8;
	margin-top: 22px;
}

.zt-service-card__image {
	display: block;
	overflow: hidden;
	background: var(--zt-line);
}

.zt-service-card__image img {
	width: 100%;
	height: 440px;
	object-fit: cover;
	transition: transform 550ms cubic-bezier(0.22, 1, 0.36, 1);
}

.zt-service-card--1 .zt-service-card__image img,
.zt-service-card--6 .zt-service-card__image img {
	height: 540px;
}

.zt-service-card__image:hover img {
	transform: scale(1.025);
}

.zt-service-card__body {
	display: grid;
	grid-template-columns: 38px 1fr;
	gap: 14px;
	padding-top: 22px;
}

.zt-service-card__body > span,
.zt-service-row__content > span {
	padding-top: 8px;
	color: var(--zt-accent);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.08em;
}

.zt-service-card h3 a {
	transition: color 180ms ease;
}

.zt-service-card h2 {
	font-size: clamp(30px, 3vw, 44px);
}

.zt-service-card h2 a,
.zt-service-card h3 a {
	transition: color 180ms ease;
}

.zt-service-card h2 a:hover,
.zt-service-card h3 a:hover {
	color: var(--zt-accent);
}

.zt-service-card p {
	margin-top: 9px !important;
	color: var(--zt-muted);
	font-size: 14px;
	line-height: 1.62;
}

.zt-service-card .zt-text-link {
	margin-top: 20px;
}

.zt-section-action {
	display: flex;
	justify-content: center;
	margin-top: 62px;
}

.zt-gallery-preview {
	border-block: 1px solid rgba(212, 175, 55, 0.18);
	background: var(--zt-bg);
}

.zt-gallery-preview__heading {
	align-items: start;
}

.zt-gallery-preview__heading .zt-kicker {
	padding-bottom: 0;
}

.zt-gallery-grid {
	column-count: 3;
	column-gap: 22px;
}

.zt-gallery-card {
	display: inline-block;
	width: 100%;
	margin: 0 0 22px !important;
	overflow: hidden;
	break-inside: avoid;
	border: 1px solid var(--zt-line) !important;
	background: var(--zt-surface);
	vertical-align: top;
	transition: border-color 180ms ease, transform 180ms ease;
}

.zt-gallery-card:hover {
	border-color: rgba(212, 175, 55, 0.72) !important;
	transform: translateY(-2px);
}

.zt-gallery-card__image {
	overflow: hidden;
	background: var(--zt-deep);
}

.zt-gallery-card__image img {
	width: 100%;
	height: auto;
	transition: transform 550ms cubic-bezier(0.22, 1, 0.36, 1), filter 300ms ease;
}

.zt-gallery-card:hover .zt-gallery-card__image img {
	filter: saturate(1.04) contrast(1.02);
	transform: scale(1.012);
}

.zt-gallery-card figcaption {
	padding: 24px 24px 26px;
	border-top: 1px solid var(--zt-line);
}

.zt-gallery-card h2,
.zt-gallery-card h3 {
	font-size: clamp(25px, 2.2vw, 32px);
}

.zt-gallery-card figcaption p {
	margin-top: 8px !important;
	color: var(--zt-muted);
	font-size: 14px;
	line-height: 1.62;
}

.zt-process {
	background: var(--zt-deep);
	color: rgba(244, 235, 214, 0.76);
}

.zt-process__grid {
	display: grid;
	grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1.22fr);
	gap: clamp(50px, 10vw, 150px);
}

.zt-process h2,
.zt-process h3 {
	color: var(--zt-ink);
}

.zt-process__intro {
	position: sticky;
	top: 40px;
	align-self: start;
}

.zt-process__intro p {
	margin-top: 24px !important;
	color: rgba(244, 235, 214, 0.72);
}

.zt-process__steps article {
	display: grid;
	grid-template-columns: minmax(160px, 0.75fr) minmax(220px, 1.25fr);
	gap: 34px;
	padding: 35px 0;
	border-top: 1px solid rgba(212, 175, 55, 0.28);
}

.zt-process__steps article:last-child {
	border-bottom: 1px solid rgba(212, 175, 55, 0.28);
}

.zt-process__steps h3 {
	font-size: 29px;
}

.zt-process__steps p {
	color: rgba(244, 235, 214, 0.7);
	font-size: 15px;
}

.zt-home-cta {
	border-block: 1px solid var(--zt-accent);
	background: var(--zt-surface);
}

.zt-home-cta__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
	align-items: center;
	gap: 70px;
}

.zt-home-cta__grid h2 {
	max-width: 720px;
}

.zt-home-cta__grid p {
	margin-top: 20px !important;
	max-width: 650px;
	color: var(--zt-muted);
}

.zt-home-cta__actions {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 12px;
}

.zt-page-hero {
	padding-block: clamp(86px, 10vw, 150px);
	background: var(--zt-bg);
}

.zt-page-hero--centered {
	text-align: center;
}

.zt-page-hero--centered .zt-kicker {
	width: fit-content;
	max-width: 100%;
	margin-inline: auto !important;
}

.zt-page-hero--centered .zt-page-hero__intro {
	margin-inline: auto !important;
}

.zt-page-hero__intro {
	margin-top: 24px !important;
	max-width: 720px !important;
	color: var(--zt-muted);
	font-size: clamp(17px, 1.8vw, 21px);
	line-height: 1.62;
}

.zt-page-hero--gallery {
	border-bottom: 1px solid var(--zt-line);
	background:
		linear-gradient(135deg, rgba(212, 175, 55, 0.045), transparent 42%),
		var(--zt-surface);
}

.zt-page-hero--gallery h1 {
	max-width: 780px;
}

.zt-gallery-page {
	background: var(--zt-bg);
}

.zt-gallery-note {
	border-top: 1px solid var(--zt-line);
	background: var(--zt-surface);
}

.zt-gallery-note .zt-rich-text {
	max-width: 760px;
}

.zt-page-hero--split {
	padding-block: 0;
	background: var(--zt-surface);
}

.zt-page-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
	align-items: center;
	min-height: 680px;
	gap: clamp(44px, 8vw, 110px);
}

.zt-page-hero__image {
	height: 680px;
	margin-right: calc(-1 * var(--zt-gutter));
	overflow: hidden;
	background: var(--zt-line);
}

.zt-page-hero__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.zt-story {
	background: var(--zt-surface);
}

.zt-story--tinted {
	background: var(--zt-bg);
}

.zt-story__grid {
	display: grid;
	grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1.3fr);
	gap: clamp(48px, 11vw, 170px);
}

.zt-story__lead h2 {
	position: sticky;
	top: 40px;
}

.zt-story__copy > p,
.zt-story__copy .zt-rich-text {
	color: var(--zt-muted);
	font-size: 18px;
}

.zt-story__copy .zt-rich-text {
	margin-top: 26px;
}

.zt-story__copy .zt-button {
	margin-top: 34px;
}

.zt-services-list {
	padding-top: 20px;
	background: var(--zt-surface);
}

.zt-service-grid--directory {
	padding-top: 58px;
}

.zt-service-row {
	display: grid;
	grid-template-columns: minmax(340px, 0.95fr) minmax(0, 1.05fr);
	align-items: center;
	gap: clamp(52px, 10vw, 145px);
	padding-block: 74px;
	border-top: 1px solid var(--zt-line);
}

.zt-service-row:last-child {
	border-bottom: 1px solid var(--zt-line);
}

.zt-service-row--reverse .zt-service-row__image {
	order: 2;
}

.zt-service-row__image {
	height: 560px;
	overflow: hidden;
	background: var(--zt-line);
}

.zt-service-row__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 500ms cubic-bezier(0.22, 1, 0.36, 1);
}

.zt-service-row__image:hover img {
	transform: scale(1.025);
}

.zt-service-row__content {
	max-width: 500px;
}

.zt-service-row__content h2 {
	margin-top: 12px;
}

.zt-service-row__content p {
	margin-top: 22px !important;
	color: var(--zt-muted);
	font-size: 17px;
}

.zt-service-row__content .zt-text-link {
	margin-top: 26px;
}

.zt-page-hero--contact {
	padding-bottom: clamp(60px, 7vw, 100px);
	background: var(--zt-deep);
}

.zt-page-hero--contact h1 {
	color: var(--zt-ink);
}

.zt-page-hero--contact .zt-page-hero__intro {
	color: rgba(244, 235, 214, 0.72);
}

.zt-contact {
	background: var(--zt-surface);
}

.zt-contact__grid {
	display: grid;
	grid-template-columns: minmax(290px, 0.75fr) minmax(0, 1.25fr);
	align-items: start;
	gap: clamp(50px, 10vw, 145px);
}

.zt-contact__details > p {
	margin-top: 22px !important;
	color: var(--zt-muted);
}

.zt-contact__details dl {
	margin-top: 42px;
	border-top: 1px solid var(--zt-line);
}

.zt-contact__details dl > div {
	display: grid;
	grid-template-columns: 92px 1fr;
	gap: 18px;
	padding: 20px 0;
	border-bottom: 1px solid var(--zt-line);
}

.zt-contact__details dt {
	color: var(--zt-muted);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.zt-contact__details dd {
	margin: 0;
	font-size: 15px;
}

.zt-contact__details dd a:hover {
	color: var(--zt-accent);
}

.zt-contact__details dd a {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
}

.zt-contact__details .zt-rich-text {
	margin-top: 28px;
}

.zt-contact__form-wrap {
	padding: clamp(30px, 5vw, 64px);
	background: var(--zt-bg);
}

.zt-contact__form-wrap h2 {
	margin-bottom: 32px;
	font-size: clamp(36px, 4vw, 50px);
}

.zt-form {
	display: grid;
	gap: 22px;
}

.zt-form__row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 18px;
}

.zt-form label {
	display: grid;
	gap: 8px;
	color: var(--zt-ink);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.04em;
}

.zt-form input,
.zt-form select,
.zt-form textarea {
	width: 100%;
	border: 1px solid var(--zt-line);
	border-radius: var(--zt-radius-sm);
	background: var(--zt-surface);
	color: var(--zt-ink);
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0;
}

.zt-form input,
.zt-form select {
	min-height: 52px;
	padding: 10px 14px;
}

.zt-form textarea {
	padding: 14px;
	resize: vertical;
}

.zt-form ::placeholder {
	color: var(--zt-muted);
	opacity: 0.92;
}

.zt-form input:focus,
.zt-form select:focus,
.zt-form textarea:focus {
	border-color: var(--zt-accent);
	box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.3);
	outline: 0;
}

.zt-form input[type="checkbox"],
.zt-form input[type="radio"] {
	flex: 0 0 auto;
	width: 18px;
	height: 18px;
	min-height: 0;
	margin: 2px 0 0;
	padding: 0;
	accent-color: var(--zt-accent);
}

.zt-form .zt-button {
	justify-self: start;
	margin-top: 4px;
}

.zt-form__privacy {
	max-width: 58ch !important;
	color: var(--zt-muted);
	font-size: 12px;
	line-height: 1.6;
}

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

.zt-form-notice {
	margin-bottom: 24px;
	padding: 16px 18px;
	border-left: 3px solid var(--zt-accent);
	background: var(--zt-surface);
	font-size: 14px;
}

.zt-form-notice--error {
	border-color: var(--zt-ink);
}

.zt-page-hero--measurements {
	border-bottom: 1px solid var(--zt-line);
	background:
		linear-gradient(135deg, rgba(212, 175, 55, 0.06), transparent 46%),
		var(--zt-deep);
}

.zt-page-hero--measurements h1 {
	max-width: 800px;
}

.zt-measurements {
	background: var(--zt-surface);
}

.zt-measurements__grid {
	display: grid;
	grid-template-columns: minmax(270px, 0.62fr) minmax(0, 1.38fr);
	align-items: start;
	gap: clamp(48px, 8vw, 110px);
}

.zt-measurement-guide {
	position: sticky;
	top: 36px;
}

.zt-measurement-guide h2 {
	margin-top: 14px;
	font-size: clamp(38px, 4vw, 54px);
}

.zt-measurement-guide > p:not(.zt-kicker),
.zt-measurement-form__heading > p:not(.zt-kicker) {
	margin-top: 20px !important;
	color: var(--zt-muted);
}

.zt-measurement-guide__steps {
	display: grid;
	gap: 0;
	margin: 34px 0 0;
	padding: 0;
	border-top: 1px solid var(--zt-line);
	list-style: none;
}

.zt-measurement-guide__steps li {
	display: grid;
	grid-template-columns: 38px 1fr;
	gap: 13px;
	padding: 18px 0;
	border-bottom: 1px solid var(--zt-line);
	color: var(--zt-muted);
	font-size: 14px;
}

.zt-measurement-guide__steps span {
	color: var(--zt-accent);
	font-family: var(--zt-font-heading);
	font-size: 18px;
}

.zt-measurement-guide__note {
	padding-left: 16px;
	border-left: 2px solid var(--zt-accent);
	font-size: 13px;
}

.zt-measurement-guide .zt-text-link,
.zt-measurement-guide .zt-rich-text {
	margin-top: 26px;
}

.zt-measurement-form-wrap {
	padding: clamp(28px, 5vw, 62px);
	border: 1px solid var(--zt-line);
	background: var(--zt-bg);
	scroll-margin-top: 28px;
}

.zt-measurement-form__heading {
	margin-bottom: 34px;
}

.zt-measurement-form__heading h2 {
	margin-top: 10px;
	font-size: clamp(40px, 4.5vw, 58px);
}

.zt-measurement-form {
	gap: 30px;
}

.zt-form-section {
	min-width: 0;
	margin: 0;
	padding: 25px;
	border: 1px solid var(--zt-line);
}

.zt-form-section legend {
	padding: 0 9px;
	color: var(--zt-ink);
	font-family: var(--zt-font-heading);
	font-size: clamp(25px, 3vw, 32px);
	font-weight: 600;
	line-height: 1.1;
}

.zt-form-section__intro {
	margin: 0 0 20px !important;
	color: var(--zt-muted);
	font-size: 13px;
}

.zt-form-section .zt-form__row + .zt-form__row,
.zt-form__unit-block {
	margin-top: 18px;
}

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

.zt-form__field-label {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 10px;
}

.zt-form__field-label small {
	color: var(--zt-accent);
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.zt-form__group-label {
	display: block;
	margin-bottom: 10px;
	color: var(--zt-ink);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.04em;
}

.zt-form__choices {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.zt-form label.zt-form__choice {
	display: flex;
	align-items: flex-start;
	min-width: 180px;
	padding: 14px 16px;
	border: 1px solid var(--zt-line);
	background: var(--zt-surface);
	cursor: pointer;
}

.zt-form label.zt-form__choice:has(input:checked) {
	border-color: var(--zt-accent);
}

.zt-form label.zt-form__consent {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin-top: 22px;
	color: var(--zt-muted);
	font-size: 13px;
	font-weight: 400;
	line-height: 1.6;
}

.zt-form__consent span {
	flex: 1 1 auto;
}

.zt-service-hero {
	padding-block: clamp(70px, 8vw, 110px);
	background: var(--zt-surface);
}

.zt-service-hero h1 {
	font-size: clamp(50px, 5vw, 72px);
	text-wrap: balance;
}

.zt-service-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.82fr) minmax(420px, 1.18fr);
	align-items: center;
	gap: clamp(52px, 9vw, 130px);
}

.zt-service-hero__content > p:not(.zt-kicker) {
	margin-top: 24px !important;
	color: var(--zt-muted);
	font-size: 18px;
}

.zt-service-hero__content .zt-button {
	margin-top: 30px;
}

.zt-service-hero__image {
	height: 650px;
	overflow: hidden;
	background: var(--zt-line);
}

.zt-service-hero__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.zt-service-content {
	background: var(--zt-bg);
}

.zt-service-content__grid {
	display: grid;
	grid-template-columns: minmax(250px, 0.7fr) minmax(0, 1.3fr);
	gap: clamp(45px, 10vw, 150px);
}

.zt-rich-text {
	max-width: 760px;
	color: var(--zt-muted);
}

.zt-rich-text > * + * {
	margin-top: 20px !important;
}

.zt-rich-text h2,
.zt-rich-text h3 {
	margin-top: 40px !important;
	color: var(--zt-ink);
}

.zt-rich-text ul,
.zt-rich-text ol {
	display: grid;
	gap: 10px;
	margin-left: 20px !important;
}

.zt-rich-text ul {
	list-style: disc;
}

.zt-rich-text ol {
	list-style: decimal;
}

.zt-rich-text a {
	border-bottom: 1px solid var(--zt-accent);
	color: var(--zt-ink);
}

.zt-content-section {
	background: var(--zt-surface);
}

.zt-content-section > .zt-rich-text {
	margin-inline: auto;
}

.zt-not-found {
	min-height: 60vh;
}

.zt-not-found .zt-button {
	margin-top: 30px;
}

.zt-footer-cta {
	padding-block: 60px;
	background: var(--zt-deep);
	color: var(--zt-ink);
}

.zt-footer-cta__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
}

.zt-footer-cta h2 {
	color: var(--zt-ink);
	font-size: clamp(38px, 4.5vw, 58px);
}

.zt-footer-cta .zt-kicker {
	margin-bottom: 10px !important;
}

.zt-footer {
	padding-top: 84px;
	background: var(--zt-deep);
	color: rgba(244, 235, 214, 0.7);
}

.zt-footer__grid {
	display: grid;
	grid-template-columns: 1.35fr 0.65fr 0.8fr 1.2fr;
	gap: clamp(34px, 6vw, 78px);
	padding-bottom: 70px;
}

.zt-brand--footer .zt-brand__mark,
.zt-brand--footer .zt-brand__text strong {
	color: var(--zt-ink);
}

.zt-brand--footer .zt-brand__text small {
	color: rgba(244, 235, 214, 0.58);
}

.zt-brand--footer .zt-brand__custom-logo {
	width: min(100%, 350px);
	height: auto;
	aspect-ratio: 1170 / 414;
}

.zt-footer__brand > p {
	margin-top: 24px !important;
	font-size: 14px;
}

.zt-footer h3 {
	margin-bottom: 22px;
	color: var(--zt-ink);
	font-family: var(--zt-font-body);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.zt-footer__links {
	display: grid;
	gap: 11px;
}

.zt-footer__links a,
.zt-footer__contact a {
	font-size: 14px;
	transition: color 160ms ease;
}

.zt-footer__links a:hover,
.zt-footer__contact a:hover {
	color: var(--zt-accent);
}

.zt-footer__contact {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.zt-footer__contact address,
.zt-footer__contact p {
	font-style: normal;
	font-size: 14px;
}

.zt-footer__contact a,
.zt-footer__contact p {
	margin-top: 10px;
}

.zt-footer__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 70px;
	border-top: 1px solid rgba(212, 175, 55, 0.22);
	font-size: 12px;
}

.zt-whatsapp-float {
	position: fixed;
	inset-inline-end: clamp(16px, 2.2vw, 32px);
	bottom: calc(clamp(16px, 2.2vw, 32px) + env(safe-area-inset-bottom, 0px));
	z-index: 90;
	display: inline-flex;
	align-items: center;
	gap: 11px;
	min-height: 58px;
	max-width: calc(100vw - 32px);
	padding: 10px 16px 10px 13px;
	border: 1px solid var(--zt-accent);
	border-radius: var(--zt-radius-md);
	background: rgba(11, 10, 8, 0.96);
	box-shadow: 0 14px 40px rgba(0, 0, 0, 0.42);
	color: var(--zt-ink) !important;
	transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.zt-whatsapp-float .zt-whatsapp-icon {
	width: 28px;
	height: 28px;
	color: var(--zt-accent);
}

.zt-whatsapp-float__text {
	display: grid;
	gap: 1px;
	line-height: 1.2;
}

.zt-whatsapp-float__text small {
	color: var(--zt-muted);
	font-size: 9px;
	font-weight: 600;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.zt-whatsapp-float__text strong {
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.025em;
}

.zt-whatsapp-float:hover {
	background: var(--zt-accent);
	color: var(--zt-deep) !important;
	transform: translateY(-2px);
}

.zt-whatsapp-float:hover .zt-whatsapp-icon,
.zt-whatsapp-float:hover small {
	color: var(--zt-deep);
}

.zt-js [data-reveal] {
	opacity: 0;
	transform: translateY(14px);
	transition: opacity 480ms ease, transform 480ms ease;
}

.zt-js [data-reveal].is-visible {
	opacity: 1;
	transform: none;
}

@media (max-width: 1080px) {
	.zt-topbar__inner > p {
		display: none;
	}

	.zt-topbar__inner {
		justify-content: flex-end;
	}

	.zt-menu-toggle {
		display: inline-flex;
	}

	.zt-nav {
		position: absolute;
		z-index: 20;
		top: 100%;
		right: 0;
		left: 0;
		display: none;
		align-items: stretch;
		padding: 24px var(--zt-gutter) 30px;
		border-top: 1px solid var(--zt-line);
		background: var(--zt-surface);
		box-shadow: 0 20px 35px rgba(7, 6, 5, 0.44);
	}

	.zt-nav.is-open {
		display: grid;
	}

	.zt-nav__list {
		display: grid;
		gap: 0;
	}

	.zt-nav__list li {
		border-bottom: 1px solid var(--zt-line);
	}

	.zt-nav__list a {
		min-height: 50px;
	}

	.zt-nav__list > li > a::after {
		display: none;
	}

	.zt-nav .zt-button {
		margin-top: 18px;
	}

	.zt-service-card--1,
	.zt-service-card--2,
	.zt-service-card--3,
	.zt-service-card--4,
	.zt-service-card--5 {
		grid-column: span 6;
		padding-top: 0;
	}

	.zt-service-card--6 {
		grid-column: 2 / span 10;
	}

	.zt-service-card__image img,
	.zt-service-card--1 .zt-service-card__image img,
	.zt-service-card--6 .zt-service-card__image img {
		height: 480px;
	}

	.zt-footer__grid {
		grid-template-columns: 1.2fr 0.8fr 1fr;
	}

	.zt-footer__brand {
		grid-column: 1 / -1;
		max-width: 540px;
	}
}

@media (max-width: 820px) {
	:root {
		--zt-section: 78px;
	}

	.zt-site h1 {
		font-size: clamp(50px, 12vw, 72px);
	}

	.zt-site h2 {
		font-size: clamp(39px, 9vw, 56px);
	}

	.zt-topbar__inner {
		justify-content: center;
	}

	.zt-hero {
		min-height: 650px;
		background-image:
			linear-gradient(90deg, rgba(7, 6, 5, 0.94) 0%, rgba(7, 6, 5, 0.78) 60%, rgba(7, 6, 5, 0.38) 100%),
			var(--zt-hero-image);
		background-position: 63% center;
	}

	.zt-hero__content {
		max-width: 540px;
	}

	.zt-value-strip__grid {
		grid-template-columns: 1fr;
	}

	.zt-value-strip__grid > div {
		min-height: 96px;
		border-right: 1px solid var(--zt-line);
		border-bottom: 1px solid var(--zt-line);
	}

	.zt-value-strip__grid > div:last-child {
		border-bottom: 0;
	}

	.zt-about-preview__grid,
	.zt-section-heading,
	.zt-process__grid,
	.zt-home-cta__grid,
	.zt-page-hero__grid,
	.zt-story__grid,
	.zt-contact__grid,
	.zt-measurements__grid,
	.zt-service-hero__grid,
	.zt-service-content__grid {
		grid-template-columns: 1fr;
	}

	.zt-about-preview__grid {
		gap: 58px;
	}

	.zt-about-preview__visual {
		min-height: 580px;
	}

	.zt-about-preview__visual img {
		height: 550px;
	}

	.zt-section-heading {
		gap: 22px;
	}

	.zt-gallery-grid {
		column-count: 2;
	}

	.zt-process__intro,
	.zt-story__lead h2 {
		position: static;
	}

	.zt-process__grid {
		gap: 48px;
	}

	.zt-home-cta__grid {
		gap: 40px;
	}

	.zt-home-cta__actions {
		max-width: 400px;
	}

	.zt-page-hero__grid {
		padding-top: 80px;
		gap: 50px;
	}

	.zt-page-hero__image {
		height: 550px;
		margin-right: 0;
	}

	.zt-story__grid,
	.zt-service-content__grid {
		gap: 34px;
	}

	.zt-service-row,
	.zt-service-row--reverse {
		grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
		gap: 44px;
	}

	.zt-service-row--reverse .zt-service-row__image {
		order: initial;
	}

	.zt-service-row__image {
		height: 480px;
	}

	.zt-contact__grid,
	.zt-measurements__grid,
	.zt-service-hero__grid {
		gap: 60px;
	}

	.zt-measurement-guide {
		position: static;
	}

	.zt-service-hero__image {
		height: 600px;
	}

	.zt-footer-cta__inner {
		align-items: flex-start;
		flex-direction: column;
	}

	.zt-footer__grid {
		grid-template-columns: 1fr 1fr;
	}

	.zt-footer__brand,
	.zt-footer__contact {
		grid-column: 1 / -1;
	}
}

@media (max-width: 620px) {
	:root {
		--zt-gutter: 20px;
		--zt-section: 68px;
	}

	.zt-topbar__contact {
		width: 100%;
		justify-content: space-between;
		gap: 8px;
	}

	.zt-topbar__contact > span {
		display: none;
	}

	.zt-topbar__contact a {
		font-size: 10px;
	}

	.zt-topbar__contact .zt-whatsapp-icon {
		width: 14px;
		height: 14px;
	}

	.zt-header__inner {
		min-height: 78px;
		gap: 14px;
	}

	.zt-brand__custom-logo {
		width: min(205px, calc(100vw - 104px));
		height: auto;
		aspect-ratio: 1170 / 414;
	}

	.zt-brand__mark {
		width: 38px;
		height: 38px;
	}

	.zt-brand__text strong {
		font-size: 18px;
	}

	.zt-brand__text small {
		display: none;
	}

	.zt-menu-toggle__label {
		display: none;
	}

	.zt-hero {
		min-height: 620px;
		background-image:
			linear-gradient(90deg, rgba(7, 6, 5, 0.96) 0%, rgba(7, 6, 5, 0.84) 75%, rgba(7, 6, 5, 0.58) 100%),
			var(--zt-hero-image);
		background-position: 67% center;
	}

	.zt-hero__content {
		padding-block: 48px;
	}

	.zt-hero h1 {
		font-size: clamp(30px, 9.5vw, 48px);
		line-height: 1.02;
		text-wrap: balance;
	}

	.zt-hero__text {
		font-size: 16px;
	}

	.zt-actions {
		align-items: flex-start;
		flex-direction: column;
		gap: 16px;
		margin-top: 28px;
	}

	.zt-about-preview__visual {
		min-height: 470px;
	}

	.zt-about-preview__visual img {
		width: 91%;
		height: 440px;
	}

	.zt-about-preview__accent {
		left: -20px;
	}

	.zt-service-grid {
		grid-template-columns: 1fr;
		gap: 48px;
	}

	.zt-service-card--1,
	.zt-service-card--2,
	.zt-service-card--3,
	.zt-service-card--4,
	.zt-service-card--5,
	.zt-service-card--6 {
		grid-column: 1 / -1;
		margin-top: 0;
	}

	.zt-service-card__image img,
	.zt-service-card--1 .zt-service-card__image img,
	.zt-service-card--6 .zt-service-card__image img {
		height: min(122vw, 560px);
	}

	.zt-service-card__body {
		grid-template-columns: 30px 1fr;
	}

	.zt-gallery-grid {
		column-count: 1;
	}

	.zt-gallery-card {
		margin-bottom: 20px !important;
	}

	.zt-gallery-card figcaption {
		padding: 20px 20px 22px;
	}

	.zt-process__steps article {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.zt-page-hero {
		padding-block: 74px;
	}

	.zt-page-hero__grid {
		padding-top: 70px;
	}

	.zt-page-hero__image {
		height: 470px;
	}

	.zt-service-row,
	.zt-service-row--reverse {
		grid-template-columns: 1fr;
		gap: 30px;
		padding-block: 56px;
	}

	.zt-service-row__image {
		height: min(122vw, 560px);
	}

	.zt-form__row {
		grid-template-columns: 1fr;
	}

	.zt-form__measure-grid {
		grid-template-columns: 1fr;
	}

	.zt-measurement-form-wrap {
		margin-inline: -20px;
		padding: 28px 20px;
	}

	.zt-form-section {
		padding: 22px 16px;
	}

	.zt-contact__form-wrap {
		margin-inline: -20px;
	}

	.zt-contact__details dl > div {
		grid-template-columns: 1fr;
		gap: 5px;
	}

	.zt-service-hero__image {
		height: min(132vw, 610px);
	}

	.zt-footer-cta {
		padding-block: 50px;
	}

	.zt-footer__grid {
		grid-template-columns: 1fr;
		padding-bottom: 56px;
	}

	.zt-footer__brand,
	.zt-footer__contact {
		grid-column: auto;
	}

	.zt-footer__bottom {
		align-items: flex-start;
		flex-direction: column;
		justify-content: center;
		gap: 4px;
		padding-block: 20px;
	}

	.zt-whatsapp-float {
		inset-inline-end: 14px;
		bottom: calc(14px + env(safe-area-inset-bottom, 0px));
		min-height: 52px;
		padding: 9px 12px;
		gap: 9px;
	}

	.zt-whatsapp-float .zt-whatsapp-icon {
		width: 24px;
		height: 24px;
	}

	.zt-whatsapp-float__text small {
		display: none;
	}

	.zt-whatsapp-float__text strong {
		font-size: 12px;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	.zt-site *,
	.zt-site *::before,
	.zt-site *::after {
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}

	.zt-js [data-reveal] {
		opacity: 1;
		transform: none;
	}
}
