/* =========================================================================
   Vetazib — one page theme
   Cabinet vétérinaire Dr Azib Soukaina
   ========================================================================= */

/* -------------------------------------------------- 1. Fonts */

@font-face {
	font-family: 'InterVar';
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
	src: url('/lib/fonts/inter/inter-roman-var.woff2') format('woff2');
}

@font-face {
	font-family: 'InterVar';
	font-style: italic;
	font-weight: 100 900;
	font-display: swap;
	src: url('/lib/fonts/inter/inter-italic-var.woff2') format('woff2');
}

/* -------------------------------------------------- 2. Tokens */

:root {
	--brand-950: #04211F;
	--brand-900: #073733;
	--brand-800: #0A4B45;
	--brand-700: #0D6058;
	--brand-600: #10786C;
	--brand-500: #159384;
	--brand-400: #34AE9C;
	--brand-300: #7BCFC0;
	--brand-100: #D6EFE9;
	--brand-50: #EFF9F6;

	--amber-600: #C9832A;
	--amber-500: #E2A244;
	--amber-400: #F3C177;

	--ink: #08201E;
	--ink-2: #274441;
	--ink-3: #5B7573;
	--ink-4: #869997;

	--canvas: #F5F9F8;
	--surface: #FFFFFF;
	--line: rgba(8, 75, 69, 0.10);
	--line-strong: rgba(8, 75, 69, 0.18);

	--shadow-xs: 0 1px 2px rgba(4, 33, 31, 0.05);
	--shadow-sm: 0 2px 10px rgba(4, 33, 31, 0.06);
	--shadow-md: 0 14px 40px -18px rgba(4, 33, 31, 0.35);
	--shadow-lg: 0 40px 80px -40px rgba(4, 33, 31, 0.45);
	--shadow-brand: 0 18px 40px -18px rgba(13, 96, 88, 0.55);

	--radius-sm: 10px;
	--radius: 16px;
	--radius-lg: 24px;
	--radius-xl: 34px;
	--radius-pill: 999px;

	--shell: 1240px;
	--gutter: clamp(1.15rem, 4vw, 2.5rem);
	--header-h: 78px;

	--ease: cubic-bezier(0.22, 0.72, 0.24, 1);
	--ease-out: cubic-bezier(0.16, 1, 0.3, 1);
	--t-fast: 0.22s var(--ease);
	--t: 0.38s var(--ease);
	--t-slow: 0.7s var(--ease-out);

	--font: 'InterVar', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

/* -------------------------------------------------- 3. Base */

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
	scroll-padding-top: calc(var(--header-h) + 12px);
}

body.vz-body {
	margin: 0;
	font-family: var(--font);
	font-size: 17px;
	line-height: 1.65;
	color: var(--ink-2);
	background: var(--canvas);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
	font-feature-settings: 'cv05' 1, 'ss03' 1;
}

body.vz-lock {
	overflow: hidden;
}

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

h1, h2, h3, h4 {
	margin: 0;
	color: var(--ink);
	font-weight: 700;
	line-height: 1.12;
	letter-spacing: -0.022em;
}

p {
	margin: 0;
}

a {
	color: inherit;
	text-decoration: none;
}

button {
	font: inherit;
	color: inherit;
	border: 0;
	background: none;
	cursor: pointer;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

svg {
	width: 1em;
	height: 1em;
	flex: none;
}

::selection {
	background: var(--brand-300);
	color: var(--brand-950);
}

:focus-visible {
	outline: 2px solid var(--brand-500);
	outline-offset: 3px;
	border-radius: 6px;
}

.vz-sr {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.vz-skip {
	position: absolute;
	top: -100px;
	left: 1rem;
	z-index: 200;
	padding: 0.75rem 1.25rem;
	border-radius: var(--radius-sm);
	background: var(--brand-800);
	color: #fff;
	transition: top var(--t);
}

.vz-skip:focus {
	top: 1rem;
}

.vz-shell {
	width: 100%;
	max-width: var(--shell);
	margin: 0 auto;
	padding-inline: var(--gutter);
}

/* -------------------------------------------------- 4. Typography helpers */

.vz-display {
	font-size: clamp(2.3rem, 1.4rem + 3.1vw, 3.75rem);
	font-weight: 760;
	letter-spacing: -0.038em;
	line-height: 1.03;
	color: var(--ink);
}

.vz-display--sm {
	font-size: clamp(1.95rem, 1.3rem + 2.2vw, 2.85rem);
}

.vz-display__accent {
	display: block;
	background: linear-gradient(96deg, var(--brand-700) 0%, var(--brand-500) 52%, var(--brand-400) 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.vz-title {
	font-size: clamp(1.85rem, 1.15rem + 2.5vw, 2.9rem);
	letter-spacing: -0.03em;
}

.vz-subtitle {
	margin-top: 1.1rem;
	font-size: clamp(1rem, 0.96rem + 0.25vw, 1.12rem);
	color: var(--ink-3);
	max-width: 62ch;
}

.vz-lead {
	margin-top: clamp(0.9rem, 2vh, 1.35rem);
	font-size: clamp(1.03rem, 0.98rem + 0.35vw, 1.2rem);
	color: var(--ink-3);
	max-width: 54ch;
}

.vz-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 0.6rem;
	padding: 0.45rem 0.95rem 0.45rem 0.7rem;
	border: 1px solid var(--line-strong);
	border-radius: var(--radius-pill);
	background: rgba(255, 255, 255, 0.72);
	backdrop-filter: blur(8px);
	font-size: 0.795rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--brand-800);
}

.vz-eyebrow__dot {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--brand-500);
	box-shadow: 0 0 0 4px rgba(21, 147, 132, 0.16);
	animation: vz-pulse 2.6s var(--ease) infinite;
}

.vz-eyebrow--invert {
	border-color: rgba(255, 255, 255, 0.16);
	background: rgba(255, 255, 255, 0.06);
	color: var(--brand-300);
}

@keyframes vz-pulse {
	0%, 100% { box-shadow: 0 0 0 4px rgba(21, 147, 132, 0.16); }
	50% { box-shadow: 0 0 0 8px rgba(21, 147, 132, 0.04); }
}

/* -------------------------------------------------- 5. Buttons */

.vz-btn {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.6rem;
	padding: 0.95rem 1.6rem;
	border-radius: var(--radius-pill);
	font-size: 0.98rem;
	font-weight: 600;
	letter-spacing: -0.005em;
	white-space: nowrap;
	border: 1px solid transparent;
	transition: transform var(--t), box-shadow var(--t), background var(--t), color var(--t), border-color var(--t);
	will-change: transform;
}

.vz-btn svg {
	width: 1.05em;
	height: 1.05em;
	transition: transform var(--t);
}

.vz-btn:hover svg {
	transform: translateX(3px);
}

.vz-btn--primary {
	background: linear-gradient(135deg, var(--brand-700), var(--brand-500));
	color: #fff;
	box-shadow: var(--shadow-brand);
}

.vz-btn--primary:hover {
	transform: translateY(-2px);
	box-shadow: 0 24px 48px -20px rgba(13, 96, 88, 0.7);
}

.vz-btn--primary:active {
	transform: translateY(0);
}

.vz-btn--ghost {
	background: rgba(255, 255, 255, 0.6);
	border-color: var(--line-strong);
	color: var(--brand-900);
	backdrop-filter: blur(8px);
}

.vz-btn--ghost:hover {
	background: #fff;
	border-color: var(--brand-300);
	transform: translateY(-2px);
	box-shadow: var(--shadow-sm);
}

.vz-btn--outline {
	background: rgba(255, 255, 255, 0.06);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.32);
	color: #fff;
	backdrop-filter: blur(10px);
}

.vz-btn--outline:hover {
	background: rgba(255, 255, 255, 0.95);
	box-shadow: inset 0 0 0 1px transparent;
	color: var(--brand-900);
	transform: translateY(-2px);
}

.vz-btn--lg {
	padding: 1.05rem 1.9rem;
	font-size: 1.02rem;
}

.vz-btn--sm {
	padding: 0.66rem 1.15rem;
	font-size: 0.9rem;
}

.vz-btn--block {
	width: 100%;
}

.vz-cta-row {
	display: flex;
	flex-wrap: wrap;
	gap: 0.85rem;
	margin-top: clamp(1.4rem, 3vh, 2rem);
}

/* -------------------------------------------------- 6. Header */

.vz-header {
	position: fixed;
	inset: 0 0 auto 0;
	z-index: 90;
	height: var(--header-h);
	display: flex;
	align-items: center;
	transition: background var(--t), box-shadow var(--t), height var(--t), border-color var(--t);
	border-bottom: 1px solid transparent;
}

.vz-header__inner {
	display: flex;
	align-items: center;
	gap: 1.5rem;
	width: 100%;
}

.vz-header.is-stuck {
	height: 66px;
	background: rgba(255, 255, 255, 0.82);
	backdrop-filter: blur(16px) saturate(150%);
	border-bottom-color: var(--line);
	box-shadow: 0 10px 30px -24px rgba(4, 33, 31, 0.5);
}

.vz-header__progress {
	position: absolute;
	left: 0;
	bottom: -1px;
	height: 2px;
	width: 0;
	background: linear-gradient(90deg, var(--brand-600), var(--brand-400), var(--amber-500));
	transition: width 0.1s linear;
	opacity: 0;
}

.vz-header.is-stuck .vz-header__progress {
	opacity: 1;
}

.vz-brand {
	display: inline-flex;
	align-items: center;
	gap: 0.7rem;
	margin-right: auto;
}

.vz-brand__mark {
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	border-radius: 13px;
	background: linear-gradient(140deg, var(--brand-700), var(--brand-500) 60%, var(--brand-400));
	color: #fff;
	font-size: 22px;
	box-shadow: var(--shadow-brand);
	transition: transform var(--t), box-shadow var(--t);
}

.vz-brand:hover .vz-brand__mark {
	transform: rotate(-8deg) scale(1.06);
}

.vz-brand__text {
	display: flex;
	flex-direction: column;
	line-height: 1.18;
}

.vz-brand__text strong {
	font-size: 1.02rem;
	font-weight: 700;
	letter-spacing: -0.02em;
	color: var(--ink);
}

.vz-brand__text small {
	font-size: 0.72rem;
	font-weight: 500;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	color: var(--ink-4);
}

.vz-nav {
	position: relative;
	display: none;
	align-items: center;
	gap: 0.15rem;
	padding: 0.3rem;
	border-radius: var(--radius-pill);
	background: rgba(255, 255, 255, 0.55);
	border: 1px solid var(--line);
	backdrop-filter: blur(10px);
}

.vz-nav__link {
	position: relative;
	z-index: 2;
	padding: 0.5rem 0.95rem;
	border-radius: var(--radius-pill);
	font-size: 0.93rem;
	font-weight: 550;
	color: var(--ink-3);
	transition: color var(--t-fast);
}

.vz-nav__link:hover {
	color: var(--brand-700);
}

.vz-nav__link.is-active {
	color: var(--brand-900);
}

.vz-nav__pill {
	position: absolute;
	z-index: 1;
	top: 0.3rem;
	bottom: 0.3rem;
	left: 0;
	width: 0;
	border-radius: var(--radius-pill);
	background: #fff;
	box-shadow: var(--shadow-xs);
	opacity: 0;
	transition: transform var(--t), width var(--t), opacity var(--t);
}

.vz-header__actions {
	display: flex;
	align-items: center;
	gap: 0.75rem;
}

.vz-header__phone {
	display: none;
	align-items: center;
	gap: 0.5rem;
	font-size: 0.92rem;
	font-weight: 600;
	color: var(--brand-800);
	transition: color var(--t-fast);
}

.vz-header__phone svg {
	width: 1.05em;
	height: 1.05em;
	color: var(--brand-500);
}

.vz-header__phone:hover {
	color: var(--brand-500);
}

.vz-burger {
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	border-radius: 13px;
	border: 1px solid var(--line-strong);
	background: rgba(255, 255, 255, 0.7);
	transition: background var(--t), border-color var(--t);
}

.vz-burger:hover {
	background: #fff;
	border-color: var(--brand-300);
}

.vz-burger__box {
	display: flex;
	flex-direction: column;
	gap: 4px;
	width: 18px;
}

.vz-burger__box span {
	height: 2px;
	width: 100%;
	border-radius: 2px;
	background: var(--brand-900);
	transition: transform var(--t), opacity var(--t-fast), width var(--t);
}

.vz-burger[aria-expanded='true'] .vz-burger__box span:nth-child(1) {
	transform: translateY(6px) rotate(45deg);
}

.vz-burger[aria-expanded='true'] .vz-burger__box span:nth-child(2) {
	opacity: 0;
	transform: scaleX(0.2);
}

.vz-burger[aria-expanded='true'] .vz-burger__box span:nth-child(3) {
	transform: translateY(-6px) rotate(-45deg);
}

/* -------------------------------------------------- 7. Drawer */

.vz-drawer {
	position: fixed;
	inset: 0;
	z-index: 80;
	display: grid;
	align-items: start;
	padding: calc(var(--header-h) + 1rem) var(--gutter) 2rem;
	background: rgba(4, 33, 31, 0.45);
	backdrop-filter: blur(6px);
	opacity: 0;
	visibility: hidden;
	transition: opacity var(--t), visibility var(--t);
}

.vz-drawer.is-open {
	opacity: 1;
	visibility: visible;
}

.vz-drawer__panel {
	max-width: 540px;
	width: 100%;
	margin: 0 auto;
	padding: 1.6rem;
	border-radius: var(--radius-lg);
	background: var(--surface);
	box-shadow: var(--shadow-lg);
	transform: translateY(-14px) scale(0.985);
	opacity: 0;
	transition: transform var(--t-slow), opacity var(--t);
	max-height: 100%;
	overflow-y: auto;
}

.vz-drawer.is-open .vz-drawer__panel {
	transform: none;
	opacity: 1;
}

.vz-drawer__nav {
	display: grid;
}

.vz-drawer__nav a {
	display: flex;
	align-items: baseline;
	gap: 0.9rem;
	padding: 0.85rem 0.6rem;
	border-radius: var(--radius-sm);
	font-size: 1.22rem;
	font-weight: 620;
	letter-spacing: -0.02em;
	color: var(--ink);
	border-bottom: 1px solid var(--line);
	transition: background var(--t-fast), padding-left var(--t), color var(--t-fast);
}

.vz-drawer__nav a span {
	font-size: 0.72rem;
	font-weight: 600;
	color: var(--brand-400);
	letter-spacing: 0.08em;
}

.vz-drawer__nav a:hover {
	background: var(--brand-50);
	padding-left: 1.1rem;
	color: var(--brand-800);
}

.vz-drawer__label {
	flex: 0 0 100%;
	width: 100%;
	margin: 1.4rem 0 0.5rem;
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--ink-4);
}

.vz-drawer__pages {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.vz-drawer__pages a {
	padding: 0.45rem 0.9rem;
	border-radius: var(--radius-pill);
	border: 1px solid var(--line-strong);
	font-size: 0.88rem;
	font-weight: 550;
	color: var(--ink-2);
	transition: background var(--t-fast), color var(--t-fast), border-color var(--t-fast);
}

.vz-drawer__pages a:hover {
	background: var(--brand-800);
	border-color: var(--brand-800);
	color: #fff;
}

.vz-drawer__foot {
	display: grid;
	gap: 0.9rem;
	margin-top: 1.6rem;
}

.vz-drawer__contact {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	font-weight: 600;
	color: var(--brand-800);
}
/* -------------------------------------------------- 8. Hero — cinematic stage */

.vz-hero {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 100svh;
	padding-top: var(--header-h);
	overflow: hidden;
	isolation: isolate;
	background: var(--brand-950);
	color: rgba(255, 255, 255, 0.78);
}

.vz-hero__stage {
	position: absolute;
	inset: 0;
	z-index: -1;
	overflow: hidden;
	background:
		radial-gradient(110% 80% at 6% 2%, #0A4A45 0%, transparent 48%),
		radial-gradient(90% 70% at 94% 0%, #0B534C 0%, transparent 44%),
		linear-gradient(158deg, #03201E 0%, #052A27 44%, #021412 100%);
}

/* --- ambient aurora: three soft lights drifting behind the content --- */

.vz-aurora {
	position: absolute;
	inset: -18%;
	filter: saturate(1.05);
}

.vz-aurora__blob {
	position: absolute;
	display: block;
	border-radius: 50%;
	mix-blend-mode: screen;
	will-change: transform;
}

.vz-aurora__blob--a {
	top: -6%;
	left: -8%;
	width: 62vw;
	height: 62vw;
	background: radial-gradient(closest-side, rgba(21, 147, 132, 0.4), rgba(21, 147, 132, 0) 72%);
	animation: vz-aurora-a 30s ease-in-out infinite alternate;
}

.vz-aurora__blob--b {
	right: -12%;
	bottom: -22%;
	width: 58vw;
	height: 58vw;
	background: radial-gradient(closest-side, rgba(52, 174, 156, 0.3), rgba(52, 174, 156, 0) 70%);
	animation: vz-aurora-b 38s ease-in-out infinite alternate;
}

.vz-aurora__blob--c {
	top: 24%;
	left: 42%;
	width: 42vw;
	height: 42vw;
	background: radial-gradient(closest-side, rgba(226, 162, 68, 0.15), rgba(226, 162, 68, 0) 70%);
	animation: vz-aurora-c 46s ease-in-out infinite alternate;
}

@keyframes vz-aurora-a {
	from { transform: translate3d(0, 0, 0) scale(1); }
	to { transform: translate3d(9%, 7%, 0) scale(1.18); }
}

@keyframes vz-aurora-b {
	from { transform: translate3d(0, 0, 0) scale(1.1); }
	to { transform: translate3d(-11%, -6%, 0) scale(0.94); }
}

@keyframes vz-aurora-c {
	from { transform: translate3d(0, 0, 0) scale(0.92); }
	to { transform: translate3d(-8%, 9%, 0) scale(1.16); }
}

/* --- slow light sweep --- */

.vz-hero__sheen {
	position: absolute;
	inset: -55%;
	background: conic-gradient(from 210deg, transparent 0 30%, rgba(168, 226, 213, 0.07) 42%, rgba(255, 255, 255, 0.04) 50%, transparent 62% 100%);
	animation: vz-sweep 80s linear infinite;
	will-change: transform;
}

@keyframes vz-sweep {
	from { transform: rotate(0deg); }
	to { transform: rotate(360deg); }
}

/* --- structural mesh, kept very quiet --- */

.vz-hero__mesh {
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.032) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.032) 1px, transparent 1px);
	background-size: 76px 76px;
	mask-image: radial-gradient(95% 75% at 22% 18%, #000 5%, transparent 72%);
	-webkit-mask-image: radial-gradient(95% 75% at 22% 18%, #000 5%, transparent 72%);
}

/* --- per chapter colour wash, cross-faded with the slides --- */

.vz-hero__bg {
	position: absolute;
	inset: 0;
	opacity: 0;
	transition: opacity 1.2s var(--ease-out);
}

.vz-hero__bg.is-active {
	opacity: 1;
}

.vz-hero__bg[data-hero-bg='0'] {
	background: radial-gradient(78% 68% at 76% 32%, rgba(21, 147, 132, 0.34), transparent 62%);
}

.vz-hero__bg[data-hero-bg='1'] {
	background: radial-gradient(72% 62% at 68% 62%, rgba(52, 174, 156, 0.32), transparent 62%);
}

.vz-hero__bg[data-hero-bg='2'] {
	background:
		radial-gradient(70% 60% at 30% 30%, rgba(21, 147, 132, 0.28), transparent 62%),
		radial-gradient(60% 55% at 78% 76%, rgba(226, 162, 68, 0.2), transparent 62%);
}

.vz-hero__vignette {
	position: absolute;
	inset: 0;
	background: radial-gradient(118% 90% at 50% 40%, transparent 34%, rgba(1, 12, 11, 0.82) 100%);
}

.vz-hero__grain {
	position: absolute;
	inset: 0;
	opacity: 0.045;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)'/%3E%3C/svg%3E");
	pointer-events: none;
}

/* --- slides --- */

.vz-hero__stack {
	position: relative;
	display: flex;
	flex: 1;
	align-items: center;
}

.vz-slide {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translate3d(0, 16px, 0);
	transition: opacity 0.6s var(--ease-out), transform 0.85s var(--ease-out), visibility 0.6s;
}

.vz-slide.is-active {
	position: relative;
	inset: auto;
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: none;
}

.vz-slide__inner {
	display: grid;
	grid-template-columns: 1fr;
	gap: clamp(1.8rem, 3.4vw, 3.6rem);
	align-items: center;
	width: 100%;
	padding-block: clamp(1.6rem, 3vh, 2.6rem) clamp(7rem, 12vh, 9.5rem);
}

.vz-slide__lead-col {
	max-width: 660px;
}

.vz-slide__inner--stacked {
	justify-items: center;
	text-align: center;
}

.vz-slide__inner--stacked .vz-slide__head {
	max-width: 720px;
}

.vz-slide__inner--stacked .vz-lead {
	margin-inline: auto;
}

/* staggered entrance */

.vz-slide [data-anim] {
	opacity: 0;
	transform: translate3d(0, 24px, 0);
	transition: opacity 0.7s var(--ease-out), transform 0.9s var(--ease-out);
}

.vz-slide.is-active [data-anim] {
	opacity: 1;
	transform: none;
}

.vz-slide.is-active [data-anim='1'] { transition-delay: 0.12s; }
.vz-slide.is-active [data-anim='2'] { transition-delay: 0.22s; }
.vz-slide.is-active [data-anim='3'] { transition-delay: 0.34s; }
.vz-slide.is-active [data-anim='4'] { transition-delay: 0.46s; }
.vz-slide.is-active [data-anim='5'] { transition-delay: 0.58s; }

/* light typography on the cinematic background */

.vz-hero .vz-display {
	color: #fff;
	text-shadow: 0 18px 50px rgba(2, 16, 15, 0.45);
}

.vz-hero .vz-display__accent {
	background: linear-gradient(96deg, #7BCFC0 0%, #A8E2D5 55%, #F3C177 130%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.vz-lead--light {
	color: rgba(255, 255, 255, 0.76);
	max-width: 56ch;
}

.vz-eyebrow--light {
	border-color: rgba(255, 255, 255, 0.22);
	background: rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(10px);
	color: rgba(255, 255, 255, 0.86);
}

.vz-eyebrow--light .vz-eyebrow__dot {
	background: var(--brand-300);
	box-shadow: 0 0 0 4px rgba(123, 207, 192, 0.22);
}

.vz-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem 1.5rem;
	margin-top: clamp(1.5rem, 3.4vh, 2.2rem);
	padding-top: clamp(1.2rem, 2.4vh, 1.7rem);
	border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.vz-badges li {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	font-size: 0.92rem;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.8);
}

.vz-badges svg {
	width: 0.9em;
	height: 0.9em;
	padding: 3px;
	border-radius: 50%;
	background: rgba(123, 207, 192, 0.18);
	color: var(--brand-300);
	box-sizing: content-box;
}

.vz-slide__media {
	position: relative;
	justify-self: end;
	width: 100%;
	max-width: 620px;
}

.vz-heroshot {
	position: relative;
	margin: 0;
	--tiltx: 0deg;
	--tilty: 0deg;
	transform: perspective(1400px) rotateX(var(--tiltx)) rotateY(var(--tilty));
	transition: transform 0.7s var(--ease-out);
}

.vz-heroshot::before {
	content: '';
	position: absolute;
	inset: -14%;
	border-radius: 50%;
	background: radial-gradient(closest-side, rgba(52, 174, 156, 0.35), transparent 72%);
	filter: blur(10px);
	z-index: 0;
}

.vz-heroshot__frame {
	position: relative;
	z-index: 1;
	display: block;
	overflow: hidden;
	border-radius: var(--radius-lg);
	box-shadow:
		inset 0 0 0 1px rgba(255, 255, 255, 0.14),
		0 50px 90px -42px rgba(0, 0, 0, 0.95);
}

.vz-heroshot__frame::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(190deg, rgba(255, 255, 255, 0.06) 0%, transparent 32%, rgba(3, 24, 23, 0.34) 100%);
	pointer-events: none;
}

.vz-heroshot img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 10;
	object-fit: cover;
	object-position: 50% 42%;
	filter: saturate(1.02) contrast(1.03);
}

.vz-heroshot__badge {
	position: absolute;
	z-index: 2;
	left: clamp(-1.4rem, -1.6vw, -0.6rem);
	bottom: clamp(-1rem, -1.4vw, -0.6rem);
	display: flex;
	align-items: center;
	gap: 0.75rem;
	max-width: 320px;
	padding: 0.8rem 1.1rem;
	border-radius: var(--radius);
	background: rgba(4, 33, 31, 0.72);
	box-shadow:
		inset 0 0 0 1px rgba(255, 255, 255, 0.16),
		0 26px 50px -26px rgba(0, 0, 0, 0.9);
	backdrop-filter: blur(16px);
	text-align: left;
}

.vz-heroshot__icon {
	display: grid;
	place-items: center;
	width: 38px;
	height: 38px;
	flex: none;
	border-radius: 12px;
	background: linear-gradient(140deg, var(--brand-600), var(--brand-400));
	color: #fff;
	font-size: 19px;
}

.vz-heroshot__text {
	display: flex;
	flex-direction: column;
	line-height: 1.32;
}

.vz-heroshot__text strong {
	font-size: 0.93rem;
	font-weight: 620;
	color: #fff;
}

.vz-heroshot__text small {
	font-size: 0.78rem;
	color: rgba(255, 255, 255, 0.6);
}

/* -------------------------------------------------- 9. Chapter 2 — editorial showcase */

.vz-showcase {
	position: relative;
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	grid-auto-rows: clamp(52px, 7.4vh, 78px);
	gap: clamp(0.5rem, 1vw, 0.9rem);
	width: 100%;
}

.vz-showcase__item {
	position: relative;
	display: block;
	padding: 0;
	border-radius: var(--radius);
	background: rgba(255, 255, 255, 0.06);
	box-shadow: 0 30px 60px -34px rgba(0, 0, 0, 0.85);
	transition: transform 0.6s var(--ease-out), box-shadow 0.6s var(--ease-out);
}

.vz-showcase__item:nth-child(1) {
	grid-column: 1 / 5;
	grid-row: 1 / 5;
}

.vz-showcase__item:nth-child(2) {
	grid-column: 4 / 7;
	grid-row: 4 / 8;
	z-index: 2;
}

.vz-showcase__item:nth-child(3) {
	grid-column: 5 / 7;
	grid-row: 1 / 4;
}

.vz-showcase__frame {
	position: absolute;
	inset: 0;
	display: block;
	overflow: hidden;
	border-radius: inherit;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.vz-showcase__item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 1.1s var(--ease-out), filter 0.6s var(--ease);
	filter: saturate(0.95);
}

.vz-showcase__caption {
	position: absolute;
	left: 0.85rem;
	right: 2.6rem;
	bottom: 0.7rem;
	font-size: 0.78rem;
	font-weight: 500;
	line-height: 1.3;
	text-align: left;
	color: rgba(255, 255, 255, 0.92);
	text-shadow: 0 2px 12px rgba(0, 0, 0, 0.8);
	opacity: 0;
	transform: translateY(6px);
	transition: opacity var(--t), transform var(--t);
	pointer-events: none;
}

.vz-showcase__zoom {
	position: absolute;
	right: 0.6rem;
	bottom: 0.6rem;
	display: grid;
	place-items: center;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.92);
	color: var(--brand-800);
	font-size: 15px;
	opacity: 0;
	transform: scale(0.85);
	transition: opacity var(--t), transform 0.45s var(--ease-out);
}

.vz-showcase__item:hover,
.vz-showcase__item:focus-visible {
	transform: translateY(-6px);
	box-shadow: 0 40px 70px -30px rgba(0, 0, 0, 0.9);
}

.vz-showcase__item:hover img,
.vz-showcase__item:focus-visible img {
	transform: scale(1.07);
	filter: saturate(1.05);
}

.vz-showcase__item:hover .vz-showcase__caption,
.vz-showcase__item:focus-visible .vz-showcase__caption,
.vz-showcase__item:hover .vz-showcase__zoom,
.vz-showcase__item:focus-visible .vz-showcase__zoom {
	opacity: 1;
	transform: none;
}

/* -------------------------------------------------- 10. Chapter 3 — contact actions */

.vz-actions {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0.7rem;
	width: 100%;
	max-width: 900px;
	margin-top: clamp(1.6rem, 3.4vh, 2.4rem);
	text-align: left;
}

.vz-action {
	position: relative;
	display: flex;
	align-items: center;
	gap: 0.9rem;
	min-height: 68px;
	padding: 0.85rem 1.1rem;
	border-radius: var(--radius);
	background: rgba(255, 255, 255, 0.07);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
	backdrop-filter: blur(14px);
	transition: background var(--t), transform var(--t), box-shadow var(--t);
}

.vz-action:hover {
	background: rgba(255, 255, 255, 0.13);
	box-shadow: inset 0 0 0 1px rgba(123, 207, 192, 0.5);
	transform: translateY(-3px);
}

.vz-action__icon {
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	flex: none;
	border-radius: 13px;
	background: rgba(123, 207, 192, 0.16);
	color: var(--brand-300);
	font-size: 20px;
}

.vz-action__body {
	display: flex;
	flex-direction: column;
	line-height: 1.32;
	min-width: 0;
}

.vz-action__body small {
	font-size: 0.7rem;
	font-weight: 600;
	letter-spacing: 0.11em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.5);
}

.vz-action__body strong {
	font-size: 1.02rem;
	font-weight: 620;
	letter-spacing: -0.01em;
	color: #fff;
	overflow-wrap: anywhere;
}

.vz-action__go {
	margin-left: auto;
	color: rgba(255, 255, 255, 0.4);
	transition: transform var(--t), color var(--t);
}

.vz-action:hover .vz-action__go {
	transform: translateX(4px);
	color: var(--brand-300);
}

.vz-action--urgent {
	background: rgba(226, 162, 68, 0.14);
	box-shadow: inset 0 0 0 1px rgba(243, 193, 119, 0.38);
}

.vz-action--urgent .vz-action__icon {
	background: rgba(243, 193, 119, 0.2);
	color: var(--amber-400);
}

.vz-action--urgent:hover {
	background: rgba(226, 162, 68, 0.22);
	box-shadow: inset 0 0 0 1px rgba(243, 193, 119, 0.7);
}

.vz-action--urgent:hover .vz-action__go {
	color: var(--amber-400);
}

.vz-action--whatsapp .vz-action__icon {
	background: rgba(37, 211, 102, 0.16);
	color: #4BD37B;
}

.vz-hours {
	display: grid;
	gap: 0.9rem;
	width: 100%;
	max-width: 900px;
	margin-top: 0.7rem;
	padding: clamp(1rem, 2.2vh, 1.35rem) clamp(1.1rem, 2vw, 1.6rem);
	border-radius: var(--radius);
	background: rgba(3, 24, 23, 0.42);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(14px);
	text-align: left;
}

.vz-hours__title {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--brand-300);
}

.vz-hours ul {
	display: grid;
	gap: 0.3rem;
	font-size: 0.93rem;
	color: rgba(255, 255, 255, 0.78);
}

/* -------------------------------------------------- 11. Hero UI — chapters */

.vz-hero__ui {
	position: absolute;
	inset: auto 0 0 0;
	padding-bottom: clamp(1.1rem, 2.6vh, 2rem);
	pointer-events: none;
}

.vz-hero__ui-inner {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 1rem;
}

.vz-chapters {
	display: flex;
	gap: clamp(0.4rem, 1.4vw, 1.6rem);
	pointer-events: auto;
}

.vz-chapter {
	position: relative;
	display: grid;
	gap: 0.4rem;
	min-width: 104px;
	padding: 0.3rem 0 0;
	text-align: left;
	opacity: 0.55;
	transition: opacity var(--t);
}

.vz-chapter:hover {
	opacity: 0.85;
}

.vz-chapter.is-active {
	opacity: 1;
}

.vz-chapter__idx {
	font-size: 0.66rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	color: var(--brand-300);
}

.vz-chapter__label {
	font-size: 0.88rem;
	font-weight: 550;
	letter-spacing: -0.005em;
	color: rgba(255, 255, 255, 0.9);
	white-space: nowrap;
}

.vz-chapter__track {
	position: relative;
	display: block;
	height: 2px;
	border-radius: 2px;
	background: rgba(255, 255, 255, 0.22);
	overflow: hidden;
}

.vz-chapter__track i {
	position: absolute;
	inset: 0 auto 0 0;
	width: 0;
	border-radius: 2px;
	background: linear-gradient(90deg, var(--brand-300), #fff);
}

.vz-arrows {
	display: flex;
	gap: 0.5rem;
	pointer-events: auto;
}

.vz-arrow {
	display: grid;
	place-items: center;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.08);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.22);
	color: #fff;
	backdrop-filter: blur(10px);
	transition: background var(--t), transform var(--t), box-shadow var(--t);
}

.vz-arrow:hover {
	background: rgba(255, 255, 255, 0.9);
	box-shadow: inset 0 0 0 1px transparent;
	color: var(--brand-900);
	transform: translateY(-2px);
}

.vz-arrow svg {
	width: 1.15em;
	height: 1.15em;
}

.vz-arrow[data-prev] svg {
	transform: rotate(180deg);
}

.vz-scrollcue {
	position: absolute;
	left: 50%;
	bottom: clamp(1.1rem, 2.6vh, 2rem);
	display: none;
	align-items: center;
	gap: 0.65rem;
	transform: translateX(-50%);
	font-size: 0.7rem;
	font-weight: 600;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.55);
	transition: color var(--t-fast);
}

.vz-scrollcue:hover {
	color: #fff;
}

.vz-scrollcue__line {
	position: relative;
	display: block;
	width: 46px;
	height: 1px;
	background: rgba(255, 255, 255, 0.25);
	overflow: hidden;
}

.vz-scrollcue__line::after {
	content: '';
	position: absolute;
	inset: 0 auto 0 0;
	width: 14px;
	background: var(--brand-300);
	animation: vz-slide-line 2.6s var(--ease) infinite;
}

@keyframes vz-slide-line {
	0% { transform: translateX(-100%); }
	60%, 100% { transform: translateX(340%); }
}

/* -------------------------------------------------- 11b. Hero — responsive */

@media (max-width: 599px) {
	.vz-chapter {
		min-width: 0;
	}

	.vz-chapter__label {
		display: none;
	}

	.vz-chapter__track {
		width: 42px;
	}

	.vz-arrow {
		width: 44px;
		height: 44px;
	}

	.vz-hero .vz-cta-row .vz-btn {
		flex: 1 1 100%;
	}

	.vz-slide__inner {
		padding-block: 1rem 6rem;
	}

	.vz-badges {
		margin-top: 1.2rem;
		padding-top: 1rem;
		gap: 0.45rem 1.1rem;
	}

	.vz-heroshot img {
		max-height: 30svh;
	}

	.vz-heroshot__badge {
		padding: 0.7rem 0.9rem;
	}
}

@media (max-width: 859px) {
	.vz-hero {
		min-height: 100svh;
	}

	.vz-slide__media {
		justify-self: stretch;
		max-width: 560px;
	}

	.vz-heroshot img {
		aspect-ratio: 16 / 10;
		max-height: 38svh;
	}

	.vz-heroshot__badge {
		left: 0.6rem;
		bottom: -0.9rem;
		max-width: calc(100% - 1.2rem);
	}

	.vz-showcase {
		grid-auto-rows: clamp(46px, 6.4vw, 62px);
		max-width: 520px;
	}

	.vz-hero__mesh {
		background-size: 56px 56px;
	}
}

@media (min-width: 600px) {
	.vz-actions {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 860px) {
	.vz-hero {
		height: 100svh;
		min-height: 680px;
		max-height: 1080px;
	}

	.vz-heroshot__badge {
		max-width: 340px;
	}

	.vz-slide__inner--split,
	.vz-slide__inner--intro {
		grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr);
		align-items: center;
	}

	.vz-slide__inner--intro .vz-slide__lead-col {
		max-width: 600px;
	}

	.vz-slide__inner--split .vz-slide__lead-col {
		max-width: 520px;
	}

	.vz-showcase {
		grid-auto-rows: clamp(48px, 6.6vh, 74px);
	}

	.vz-actions {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0.8rem;
	}

	.vz-hours {
		grid-template-columns: minmax(0, 1fr) auto;
		align-items: center;
		gap: 0.8rem 2rem;
	}

	.vz-hours__title {
		grid-column: 1 / -1;
	}

	.vz-hours ul {
		grid-template-columns: repeat(3, minmax(0, auto));
		gap: 0 2rem;
		justify-content: start;
		font-size: 0.9rem;
	}

	.vz-hours .vz-btn {
		grid-column: 2;
		justify-self: end;
	}
}

@media (min-width: 1024px) {
}

@media (min-width: 860px) and (max-height: 820px) {
	/* Short laptops: let the hero grow instead of cramming its content. */
	.vz-hero {
		height: auto;
		min-height: 100svh;
		max-height: none;
	}

	.vz-scrollcue {
		display: none;
	}

	.vz-slide__inner {
		padding-block: 0.8rem 7rem;
	}

	.vz-hours {
		margin-top: 0.5rem;
	}
}
/* -------------------------------------------------- 12. Sections */

.vz-section {
	position: relative;
	padding-block: clamp(4.5rem, 9vw, 8rem);
}

.vz-section--services {
	background:
		radial-gradient(80% 60% at 100% 0%, rgba(214, 239, 233, 0.5), transparent 60%),
		var(--canvas);
}

.vz-section--about {
	background: var(--surface);
}

.vz-section--gallery {
	background:
		radial-gradient(70% 50% at 0% 100%, rgba(255, 244, 226, 0.75), transparent 65%),
		var(--canvas);
}

.vz-head {
	max-width: 720px;
	margin: 0 auto clamp(2.5rem, 5vw, 3.8rem);
	text-align: center;
}

.vz-head--left {
	margin-inline: 0;
	text-align: left;
	margin-bottom: 2rem;
}

.vz-head .vz-eyebrow {
	margin-bottom: 1.1rem;
}

.vz-head--invert .vz-title {
	color: #fff;
}

.vz-head--invert .vz-subtitle {
	color: rgba(255, 255, 255, 0.66);
}

.vz-head--invert {
	margin-inline: 0;
	text-align: left;
	max-width: 640px;
}

/* cards */

.vz-cards {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(268px, 1fr));
	gap: clamp(1rem, 1.8vw, 1.4rem);
}

.vz-card {
	position: relative;
	padding: 1.9rem 1.7rem 1.8rem;
	border-radius: var(--radius-lg);
	background: var(--surface);
	border: 1px solid var(--line);
	box-shadow: var(--shadow-xs);
	overflow: hidden;
	transition: transform var(--t), box-shadow var(--t), border-color var(--t);
}

.vz-card::before {
	content: '';
	position: absolute;
	inset: 0;
	background: radial-gradient(420px circle at var(--mx, 50%) var(--my, 0%), rgba(21, 147, 132, 0.09), transparent 62%);
	opacity: 0;
	transition: opacity var(--t);
	pointer-events: none;
}

.vz-card:hover {
	transform: translateY(-6px);
	border-color: var(--brand-300);
	box-shadow: var(--shadow-md);
}

.vz-card:hover::before {
	opacity: 1;
}

.vz-card__icon {
	display: grid;
	place-items: center;
	width: 52px;
	height: 52px;
	margin-bottom: 1.15rem;
	border-radius: 16px;
	background: linear-gradient(150deg, var(--brand-50), #fff);
	border: 1px solid var(--brand-100);
	color: var(--brand-600);
	font-size: 25px;
	transition: transform var(--t), background var(--t), color var(--t), border-color var(--t);
}

.vz-card:hover .vz-card__icon {
	transform: translateY(-2px) rotate(-4deg);
	background: linear-gradient(150deg, var(--brand-700), var(--brand-500));
	border-color: transparent;
	color: #fff;
}

.vz-card h3 {
	font-size: 1.15rem;
	letter-spacing: -0.025em;
	margin-bottom: 0.55rem;
}

.vz-card p {
	font-size: 0.95rem;
	color: var(--ink-3);
}

/* page links */

.vz-pagelinks {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.6rem;
	margin-top: clamp(2rem, 4vw, 3rem);
	padding-top: 1.8rem;
	border-top: 1px solid var(--line);
}

.vz-pagelinks__label {
	margin-right: 0.5rem;
	font-size: 0.74rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--ink-4);
}

.vz-pagelink {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	padding: 0.55rem 1.05rem;
	border-radius: var(--radius-pill);
	border: 1px solid var(--line-strong);
	background: var(--surface);
	font-size: 0.9rem;
	font-weight: 600;
	color: var(--ink-2);
	transition: background var(--t), color var(--t), border-color var(--t), transform var(--t);
}

.vz-pagelink svg {
	width: 0.95em;
	height: 0.95em;
	transition: transform var(--t);
}

.vz-pagelink:hover {
	background: var(--brand-800);
	border-color: var(--brand-800);
	color: #fff;
	transform: translateY(-2px);
}

.vz-pagelink:hover svg {
	transform: translateX(3px);
}

/* -------------------------------------------------- 13. About */

.vz-figure {
	position: relative;
	margin: 0;
	isolation: isolate;
}

.vz-figure img {
	position: relative;
	z-index: 1;
	width: 100%;
	border-radius: var(--radius-xl);
	box-shadow: var(--shadow-lg);
	object-fit: cover;
}

.vz-split {
	display: grid;
	grid-template-columns: 1fr;
	gap: clamp(2.4rem, 5vw, 4.5rem);
	align-items: center;
}

.vz-split__media {
	position: relative;
}

.vz-figure--about img {
	border-radius: var(--radius-xl);
	aspect-ratio: 4 / 4.4;
	object-fit: cover;
	box-shadow: var(--shadow-lg);
}

.vz-figure--about::after {
	content: '';
	position: absolute;
	inset: 18px -18px -18px 18px;
	border-radius: var(--radius-xl);
	background: linear-gradient(140deg, var(--brand-100), rgba(243, 193, 119, 0.35));
	z-index: 0;
}

.vz-quote {
	position: relative;
	max-width: 330px;
	margin: -3.5rem 0 0 auto;
	padding: 1.4rem 1.5rem;
	border-radius: var(--radius-lg);
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid var(--line);
	backdrop-filter: blur(12px);
	box-shadow: var(--shadow-md);
}

.vz-quote p {
	font-size: 1rem;
	font-weight: 550;
	font-style: italic;
	color: var(--ink);
	line-height: 1.5;
}

.vz-quote cite {
	display: block;
	margin-top: 0.6rem;
	font-size: 0.82rem;
	font-style: normal;
	font-weight: 600;
	letter-spacing: 0.04em;
	color: var(--brand-600);
}

.vz-quote__icon {
	position: absolute;
	top: -18px;
	left: 1.4rem;
	display: grid;
	place-items: center;
	width: 38px;
	height: 38px;
	border-radius: 12px;
	background: linear-gradient(140deg, var(--brand-600), var(--brand-400));
	color: #fff;
	font-size: 19px;
	box-shadow: var(--shadow-brand);
}

.vz-checklist {
	display: grid;
	gap: 0.55rem;
	margin-top: 1.6rem;
}

.vz-checklist li {
	display: flex;
	align-items: flex-start;
	gap: 0.8rem;
	padding: 0.85rem 1rem;
	border-radius: var(--radius);
	background: var(--brand-50);
	border: 1px solid transparent;
	font-size: 0.97rem;
	font-weight: 550;
	color: var(--ink-2);
	transition: background var(--t), border-color var(--t), transform var(--t);
}

.vz-checklist li:hover {
	background: #fff;
	border-color: var(--brand-100);
	transform: translateX(4px);
}

.vz-checklist li span {
	display: grid;
	place-items: center;
	width: 24px;
	height: 24px;
	flex: none;
	margin-top: 1px;
	border-radius: 50%;
	background: var(--brand-600);
	color: #fff;
	font-size: 13px;
}

/* -------------------------------------------------- 14. Gallery */

.vz-grid-gallery {
	display: grid;
	grid-template-columns: 1fr;
	grid-auto-rows: clamp(190px, 30vw, 230px);
	gap: clamp(0.7rem, 1.4vw, 1.1rem);
}

.vz-tile {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	overflow: hidden;
	border-radius: var(--radius-lg);
	background: var(--brand-100);
	box-shadow: var(--shadow-sm);
	transition: transform var(--t), box-shadow var(--t);
}

.vz-tile img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 1s var(--ease-out);
}

.vz-tile__veil {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(4, 33, 31, 0) 45%, rgba(4, 33, 31, 0.6) 100%);
	opacity: 0;
	transition: opacity var(--t);
}

.vz-tile__plus {
	position: absolute;
	top: 50%;
	left: 50%;
	display: grid;
	place-items: center;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.94);
	color: var(--brand-800);
	font-size: 1.5rem;
	font-weight: 500;
	transform: translate(-50%, -50%) scale(0.7);
	opacity: 0;
	transition: opacity var(--t), transform 0.45s var(--ease-out);
}

.vz-tile__caption {
	position: absolute;
	left: 1.1rem;
	right: 1.1rem;
	bottom: 1rem;
	font-size: 0.88rem;
	font-weight: 600;
	color: #fff;
	text-align: left;
	opacity: 0;
	transform: translateY(8px);
	transition: opacity var(--t), transform var(--t);
}

.vz-tile:hover,
.vz-tile:focus-visible {
	transform: translateY(-5px);
	box-shadow: var(--shadow-lg);
}

.vz-tile:hover img,
.vz-tile:focus-visible img {
	transform: scale(1.08);
}

.vz-tile:hover .vz-tile__veil,
.vz-tile:focus-visible .vz-tile__veil,
.vz-tile:hover .vz-tile__caption,
.vz-tile:focus-visible .vz-tile__caption {
	opacity: 1;
	transform: none;
}

.vz-tile:hover .vz-tile__plus,
.vz-tile:focus-visible .vz-tile__plus {
	opacity: 1;
	transform: translate(-50%, -50%) scale(1);
}

/* -------------------------------------------------- 15. Contact */

.vz-section--contact {
	position: relative;
	color: rgba(255, 255, 255, 0.8);
	background:
		radial-gradient(90% 70% at 100% 0%, rgba(21, 147, 132, 0.4), transparent 60%),
		radial-gradient(70% 60% at 0% 100%, rgba(226, 162, 68, 0.22), transparent 60%),
		linear-gradient(160deg, var(--brand-950), var(--brand-900) 55%, #062B28);
}

.vz-section--contact::before {
	content: '';
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.028) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.028) 1px, transparent 1px);
	background-size: 72px 72px;
	mask-image: radial-gradient(80% 60% at 50% 0%, #000, transparent 70%);
	-webkit-mask-image: radial-gradient(80% 60% at 50% 0%, #000, transparent 70%);
	pointer-events: none;
}

.vz-section--contact > * {
	position: relative;
}

.vz-contact {
	display: grid;
	grid-template-columns: 1fr;
	gap: clamp(1.4rem, 3vw, 2.6rem);
	align-items: start;
}

.vz-contact__info {
	display: grid;
	gap: 0.7rem;
}

.vz-info-row {
	display: flex;
	align-items: center;
	gap: 1rem;
	padding: 1.05rem 1.2rem;
	border-radius: var(--radius);
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.1);
	transition: background var(--t), border-color var(--t), transform var(--t);
}

.vz-info-row:hover {
	background: rgba(255, 255, 255, 0.1);
	border-color: rgba(123, 207, 192, 0.45);
	transform: translateX(4px);
}

.vz-info-row__icon {
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	flex: none;
	border-radius: 13px;
	background: rgba(123, 207, 192, 0.14);
	color: var(--brand-300);
	font-size: 20px;
}

.vz-info-row span:last-child {
	display: flex;
	flex-direction: column;
	line-height: 1.35;
	min-width: 0;
}

.vz-info-row small {
	font-size: 0.73rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.45);
}

.vz-info-row strong {
	font-size: 1rem;
	font-weight: 620;
	color: #fff;
	word-break: break-word;
}

.vz-info-hours {
	margin-top: 0.5rem;
	padding: 1.3rem 1.4rem;
	border-radius: var(--radius);
	border: 1px dashed rgba(255, 255, 255, 0.18);
}

.vz-info-hours__title {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	margin-bottom: 0.8rem;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--brand-300);
}

.vz-info-hours ul {
	display: grid;
	gap: 0.45rem;
	font-size: 0.94rem;
	color: rgba(255, 255, 255, 0.78);
}

/* form */

.vz-form-card {
	padding: clamp(1.5rem, 3vw, 2.4rem);
	border-radius: var(--radius-lg);
	background: #FFFFFF;
	box-shadow: var(--shadow-lg);
	color: var(--ink-2);
}

.vz-form-card__title {
	font-size: 1.4rem;
	letter-spacing: -0.03em;
}

.vz-form-card__text {
	margin-top: 0.55rem;
	font-size: 0.95rem;
	color: var(--ink-3);
}

.vz-form {
	display: grid;
	gap: 0.9rem;
	margin-top: 1.5rem;
}

.vz-form__pot {
	position: absolute !important;
	left: -9999px;
	opacity: 0;
	pointer-events: none;
}

.vz-field {
	position: relative;
}

.vz-input {
	width: 100%;
	padding: 1.35rem 1.05rem 0.6rem;
	border-radius: var(--radius);
	border: 1px solid var(--line-strong);
	background: var(--brand-50);
	font: inherit;
	font-size: 0.98rem;
	color: var(--ink);
	transition: border-color var(--t), background var(--t), box-shadow var(--t);
	appearance: none;
}

.vz-input--area {
	min-height: 130px;
	resize: vertical;
	line-height: 1.55;
}

.vz-input:hover {
	border-color: var(--brand-300);
}

.vz-input:focus {
	outline: none;
	background: #fff;
	border-color: var(--brand-500);
	box-shadow: 0 0 0 4px rgba(21, 147, 132, 0.14);
}

.vz-label {
	position: absolute;
	left: 1.05rem;
	top: 1rem;
	font-size: 0.97rem;
	color: var(--ink-4);
	pointer-events: none;
	transform-origin: left top;
	transition: transform var(--t), color var(--t);
}

.vz-input:focus + .vz-label,
.vz-input:not(:placeholder-shown) + .vz-label {
	transform: translateY(-0.62rem) scale(0.75);
	color: var(--brand-600);
}

.vz-field.is-invalid .vz-input {
	border-color: #D9534F;
	background: #FFF6F5;
}

.vz-form__note {
	margin-top: 0.3rem;
	font-size: 0.87rem;
	color: var(--ink-4);
	text-align: center;
}

.vz-form__note a {
	font-weight: 600;
	color: var(--brand-700);
	border-bottom: 1px solid var(--brand-300);
}

.vz-form__status {
	margin-top: 1.2rem;
	padding: 0.9rem 1.1rem;
	border-radius: var(--radius);
	font-size: 0.93rem;
	font-weight: 600;
}

.vz-form__status--success {
	background: var(--brand-50);
	border: 1px solid var(--brand-100);
	color: var(--brand-800);
}

.vz-form__status--error {
	background: #FFF5F4;
	border: 1px solid #F6D9D6;
	color: #A93A35;
}

/* -------------------------------------------------- 16. Footer */

.vz-footer {
	position: relative;
	padding-block: clamp(3rem, 6vw, 4.5rem) 2rem;
	background: var(--brand-950);
	color: rgba(255, 255, 255, 0.62);
	font-size: 0.94rem;
}

.vz-footer__top {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2.2rem;
	padding-bottom: 2.4rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.vz-footer__brand {
	max-width: 340px;
}

.vz-brand--footer .vz-brand__text strong {
	color: #fff;
}

.vz-brand--footer .vz-brand__text small {
	color: var(--brand-300);
}

.vz-footer__text {
	margin-top: 1rem;
	font-size: 0.92rem;
	line-height: 1.6;
}

.vz-footer__col {
	display: grid;
	align-content: start;
	gap: 0.55rem;
}

.vz-footer__label {
	margin-bottom: 0.3rem;
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.42);
}

.vz-footer__col a {
	width: fit-content;
	transition: color var(--t-fast), transform var(--t-fast);
}

.vz-footer__col a:hover {
	color: #fff;
	transform: translateX(3px);
}

.vz-footer__muted {
	color: rgba(255, 255, 255, 0.45);
}

.vz-footer__bottom {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 0.6rem;
	padding-top: 1.6rem;
	font-size: 0.86rem;
	color: rgba(255, 255, 255, 0.42);
}

.vz-footer__items {
	color: rgba(255, 255, 255, 0.42);
}

.vz-totop {
	position: fixed;
	right: clamp(1rem, 3vw, 2rem);
	bottom: clamp(1rem, 3vw, 2rem);
	z-index: 70;
	display: grid;
	place-items: center;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: linear-gradient(140deg, var(--brand-700), var(--brand-500));
	color: #fff;
	box-shadow: var(--shadow-brand);
	opacity: 0;
	visibility: hidden;
	transform: translateY(12px);
	transition: opacity var(--t), transform var(--t), visibility var(--t), background var(--t);
}

.vz-totop.is-visible {
	opacity: 1;
	visibility: visible;
	transform: none;
}

.vz-totop:hover {
	transform: translateY(-3px);
}

.vz-totop svg {
	width: 1.15em;
	height: 1.15em;
}

/* -------------------------------------------------- 17. Lightbox */

.vz-lightbox {
	position: fixed;
	inset: 0;
	z-index: 120;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: clamp(0.5rem, 2vw, 1.5rem);
	padding: clamp(1rem, 4vw, 3rem);
	background: rgba(4, 20, 19, 0.92);
	backdrop-filter: blur(10px);
	opacity: 0;
	visibility: hidden;
	transition: opacity var(--t), visibility var(--t);
}

.vz-lightbox.is-open {
	opacity: 1;
	visibility: visible;
}

.vz-lightbox__figure {
	margin: 0;
	max-width: min(1180px, 100%);
	max-height: 100%;
	display: flex;
	flex-direction: column;
	gap: 0.8rem;
	transform: scale(0.96);
	transition: transform 0.5s var(--ease-out);
}

.vz-lightbox.is-open .vz-lightbox__figure {
	transform: none;
}

.vz-lightbox__figure img {
	max-height: 80vh;
	width: auto;
	max-width: 100%;
	margin: 0 auto;
	border-radius: var(--radius);
	box-shadow: 0 40px 90px -30px rgba(0, 0, 0, 0.9);
	object-fit: contain;
}

.vz-lightbox__count {
	position: absolute;
	top: clamp(0.9rem, 2vw, 1.7rem);
	left: 50%;
	transform: translateX(-50%);
	font-size: 0.78rem;
	font-weight: 600;
	letter-spacing: 0.14em;
	color: rgba(255, 255, 255, 0.55);
}

.vz-lightbox__figure figcaption {
	text-align: center;
	font-size: 0.9rem;
	color: rgba(255, 255, 255, 0.7);
}

.vz-lightbox__figure figcaption:empty {
	display: none;
}

.vz-lightbox__nav,
.vz-lightbox__close {
	display: grid;
	place-items: center;
	width: 48px;
	height: 48px;
	flex: none;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.18);
	color: #fff;
	transition: background var(--t), transform var(--t);
}

.vz-lightbox__nav:hover,
.vz-lightbox__close:hover {
	background: rgba(255, 255, 255, 0.24);
	transform: scale(1.06);
}

.vz-lightbox__nav--prev svg {
	transform: rotate(180deg);
}

.vz-lightbox__close {
	position: absolute;
	top: clamp(0.8rem, 2vw, 1.6rem);
	right: clamp(0.8rem, 2vw, 1.6rem);
}

/* -------------------------------------------------- 18. Reveal on scroll */

[data-reveal] {
	opacity: 0;
	transform: translate3d(0, 26px, 0);
	transition: opacity 0.7s var(--ease-out), transform 0.9s var(--ease-out);
	transition-delay: calc(var(--d, 0) * 70ms);
}

[data-reveal].is-in {
	opacity: 1;
	transform: none;
}

/* -------------------------------------------------- 19. Responsive */

@media (min-width: 600px) {
	.vz-footer__top {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 860px) {
	:root {
		--header-h: 86px;
	}

	.vz-split {
		grid-template-columns: 0.92fr 1.08fr;
	}

	.vz-contact {
		grid-template-columns: 0.92fr 1.08fr;
	}

	.vz-head--invert {
		margin-bottom: 3rem;
	}

	.vz-footer__top {
		grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
	}

}

@media (min-width: 640px) {
	.vz-grid-gallery {
		grid-template-columns: repeat(2, 1fr);
	}

	.vz-grid-gallery .vz-tile:first-child {
		grid-column: span 2;
		grid-row: span 2;
	}
}

@media (min-width: 1024px) {
	.vz-cards {
		grid-template-columns: repeat(3, 1fr);
	}

	.vz-grid-gallery {
		grid-template-columns: repeat(4, 1fr);
		grid-auto-rows: clamp(180px, 15vw, 215px);
	}

	.vz-nav {
		display: flex;
	}

	.vz-burger {
		display: none;
	}

	.vz-scrollcue {
		display: flex;
	}
}

@media (min-width: 1200px) {
	.vz-header__phone {
		display: inline-flex;
	}
}

/* -------------------------------------------------- 20. Motion & print */

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

	*,
	*::before,
	*::after {
		animation-duration: 0.001ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.001ms !important;
		scroll-behavior: auto !important;
	}

	[data-reveal],
	.vz-slide [data-anim] {
		opacity: 1 !important;
		transform: none !important;
	}

	.vz-aurora__blob,
	.vz-hero__sheen,
	.vz-scrollcue__line::after,
	.vz-eyebrow__dot {
		animation: none !important;
	}
}

@media print {
	.vz-header,
	.vz-drawer,
	.vz-hero__ui,
	.vz-scrollcue,
	.vz-totop,
	.vz-lightbox {
		display: none !important;
	}

	.vz-slide {
		opacity: 1 !important;
		visibility: visible !important;
		position: static !important;
		transform: none !important;
	}

	body.vz-body {
		background: #fff;
	}
}

/* -------------------------------------------------- 22. Small screen header & hero */

@media (max-width: 719px) {
	:root {
		--header-h: 70px;
	}

	.vz-brand__mark {
		width: 38px;
		height: 38px;
		border-radius: 12px;
		font-size: 20px;
	}

	.vz-brand__text strong {
		font-size: 0.95rem;
		white-space: nowrap;
	}

	.vz-brand__text small {
		font-size: 0.64rem;
		letter-spacing: 0.07em;
		white-space: nowrap;
	}

	.vz-header__actions .vz-btn {
		display: none;
	}

	.vz-header__phone {
		display: grid;
		place-items: center;
		width: 44px;
		height: 44px;
		border-radius: 13px;
		border: 1px solid var(--line-strong);
		background: rgba(255, 255, 255, 0.7);
	}

	.vz-header__phone span {
		display: none;
	}

	.vz-header__phone svg {
		width: 1.2em;
		height: 1.2em;
		color: var(--brand-700);
	}

	.vz-eyebrow {
		font-size: 0.7rem;
		letter-spacing: 0.05em;
	}

	.vz-quote {
		max-width: none;
		margin: -2.5rem 0.5rem 0;
	}
}

/* -------------------------------------------------- 24. Urgences */

.vz-info-row--urgent {
	border-color: rgba(226, 162, 68, 0.35);
	background: rgba(226, 162, 68, 0.08);
}

.vz-info-row--urgent .vz-info-row__icon {
	background: rgba(243, 193, 119, 0.16);
	color: var(--amber-400);
}

.vz-info-row--urgent:hover {
	border-color: rgba(243, 193, 119, 0.6);
	background: rgba(226, 162, 68, 0.14);
}



/* -------------------------------------------------- 25. Header over the hero */

.vz-header:not(.is-stuck) .vz-brand__text strong {
	color: #fff;
}

.vz-header:not(.is-stuck) .vz-brand__text small {
	color: rgba(255, 255, 255, 0.55);
}

.vz-header:not(.is-stuck) .vz-nav {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.14);
}

.vz-header:not(.is-stuck) .vz-nav__link {
	color: rgba(255, 255, 255, 0.72);
}

.vz-header:not(.is-stuck) .vz-nav__link:hover {
	color: #fff;
}

.vz-header:not(.is-stuck) .vz-nav__link.is-active {
	color: var(--brand-950);
}

.vz-header:not(.is-stuck) .vz-nav__pill {
	background: rgba(255, 255, 255, 0.92);
}

.vz-header:not(.is-stuck) .vz-header__phone {
	color: rgba(255, 255, 255, 0.86);
	border-color: rgba(255, 255, 255, 0.22);
	background: rgba(255, 255, 255, 0.08);
}

.vz-header:not(.is-stuck) .vz-header__phone svg {
	color: var(--brand-300);
}

.vz-header:not(.is-stuck) .vz-header__phone:hover {
	color: #fff;
}

.vz-header:not(.is-stuck) .vz-burger {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.22);
}

.vz-header:not(.is-stuck) .vz-burger__box span {
	background: #fff;
}

.vz-header.is-stuck .vz-brand__mark {
	box-shadow: 0 10px 24px -14px rgba(13, 96, 88, 0.7);
}
