:root {
	--renovo-champagne: #c5a880;
	--renovo-gold: #d4af37;
	--renovo-rose: #d8b4a0;
	--renovo-blush: #f0d9d2;
	--renovo-alabaster: #fbf9f8;
	--renovo-pearl: #ffffff;
	--renovo-ink: #1a1d20;
	--renovo-charcoal: #323438;
	--renovo-muted: #6f7072;
	--renovo-line: rgba(26, 29, 32, 0.12);
	--renovo-gold-line: rgba(197, 168, 128, 0.42);
	--renovo-shadow-sm: 0 14px 40px rgba(32, 25, 21, 0.08);
	--renovo-shadow-lg: 0 30px 80px rgba(32, 25, 21, 0.15);
	--renovo-radius-sm: 12px;
	--renovo-radius: 22px;
	--renovo-radius-lg: 36px;
	--renovo-serif: "Noto Serif TC", "PingFang TC", serif;
	--renovo-accent: "Cormorant Garamond", Georgia, serif;
	--renovo-sans: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
	--renovo-gradient: linear-gradient(135deg, #b6956d 0%, #d9c3a5 48%, #9b7a53 100%);
	--renovo-glass: rgba(255, 255, 255, 0.82);
	--renovo-transition: 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

html {
	scroll-behavior: smooth;
	scroll-padding-top: 92px;
}

body {
	margin: 0;
	overflow-x: hidden;
	background: var(--renovo-alabaster);
	color: var(--renovo-ink);
	font-family: var(--renovo-sans);
	font-size: 16px;
	line-height: 1.75;
	-webkit-font-smoothing: antialiased;
}

body.admin-bar .renovo-header {
	top: 32px;
}

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

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

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

button,
select {
	font: inherit;
}

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

.renovo-shell {
	width: min(1240px, calc(100% - 48px));
	margin-inline: auto;
}

.renovo-section {
	position: relative;
	padding: clamp(88px, 10vw, 150px) 0;
}

.renovo-elementor-module,
.elementor-widget-shortcode,
.elementor-widget-shortcode > .elementor-widget-container {
	width: 100%;
	margin: 0 !important;
	padding: 0 !important;
}

.renovo-reveal {
	opacity: 0;
	transform: translateY(24px);
	transition: opacity 800ms ease, transform 800ms cubic-bezier(0.22, 1, 0.36, 1);
}

.renovo-reveal.is-visible {
	opacity: 1;
	transform: none;
}

.renovo-eyebrow {
	margin: 0 0 18px;
	color: #9a7c59;
	font-family: var(--renovo-accent);
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.18em;
	line-height: 1.25;
	text-transform: uppercase;
}

.renovo-eyebrow-light {
	color: #ead8c1;
}

.renovo-heading {
	max-width: 760px;
	margin-bottom: clamp(40px, 6vw, 70px);
}

.renovo-heading h2,
.renovo-reservation h2 {
	margin: 0;
	font-family: var(--renovo-serif);
	font-size: clamp(36px, 5vw, 62px);
	font-weight: 600;
	letter-spacing: -0.04em;
	line-height: 1.24;
}

.renovo-heading-copy {
	max-width: 650px;
	margin: 22px 0 0;
	color: var(--renovo-muted);
	font-size: 17px;
}

.renovo-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	min-height: 52px;
	padding: 13px 24px;
	border: 1px solid transparent;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.2;
	transition: transform var(--renovo-transition), box-shadow var(--renovo-transition), background var(--renovo-transition), color var(--renovo-transition);
}

.renovo-btn svg,
.renovo-text-link svg,
.renovo-treatment-card a svg {
	width: 18px;
	height: 18px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
	transition: transform var(--renovo-transition);
}

.renovo-btn:hover {
	transform: translateY(-3px);
}

.renovo-btn:hover svg,
.renovo-text-link:hover svg,
.renovo-treatment-card a:hover svg {
	transform: translateX(4px);
}

.renovo-btn-gold {
	background: var(--renovo-gradient);
	box-shadow: 0 12px 28px rgba(150, 115, 73, 0.24);
	color: #fff;
}

.renovo-btn-gold:hover {
	box-shadow: 0 18px 40px rgba(150, 115, 73, 0.34);
	color: #fff;
}

.renovo-btn-ghost {
	border-color: rgba(255, 255, 255, 0.45);
	background: rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(12px);
	color: #fff;
}

.renovo-btn-ghost:hover {
	background: rgba(255, 255, 255, 0.17);
	color: #fff;
}

.renovo-btn-ink {
	background: var(--renovo-ink);
	color: #fff;
}

.renovo-btn-outline {
	border-color: var(--renovo-gold-line);
	background: transparent;
	color: var(--renovo-ink);
}

.renovo-btn-light {
	background: #fff;
	color: var(--renovo-ink);
}

/* Header */
.renovo-header {
	position: fixed;
	z-index: 1000;
	top: 0;
	right: 0;
	left: 0;
	height: 82px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	color: #fff;
	transition: height var(--renovo-transition), background var(--renovo-transition), color var(--renovo-transition), box-shadow var(--renovo-transition);
}

.renovo-header.is-scrolled {
	height: 72px;
	border-bottom-color: rgba(197, 168, 128, 0.2);
	background: var(--renovo-glass);
	box-shadow: 0 12px 40px rgba(20, 20, 20, 0.07);
	backdrop-filter: blur(18px) saturate(150%);
	color: var(--renovo-ink);
}

.renovo-header-inner {
	display: flex;
	align-items: center;
	height: 100%;
	gap: 34px;
}

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

.renovo-brand-logo {
	display: block;
	width: 180px;
	height: auto;
	max-height: 57px;
	object-fit: contain;
}

.renovo-brand-mark {
	display: grid;
	width: 42px;
	height: 42px;
	place-items: center;
	border: 1px solid currentColor;
	border-radius: 50%;
	font-family: var(--renovo-accent);
	font-size: 25px;
	font-weight: 600;
	line-height: 1;
}

.renovo-brand-copy {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.renovo-brand-copy strong {
	font-family: var(--renovo-accent);
	font-size: 17px;
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 1.1;
}

.renovo-brand-copy small {
	font-size: 11px;
	letter-spacing: 0.22em;
}

.renovo-nav {
	display: flex;
	align-items: center;
	gap: clamp(16px, 1.8vw, 28px);
	margin-left: auto;
}

.renovo-nav-dropdown {
	position: relative;
}

.renovo-nav-dropdown > a {
	display: inline-flex;
	align-items: center;
	gap: 5px;
}

.renovo-nav-dropdown > a > span {
	font-size: 12px;
	transition: transform var(--renovo-transition);
}

.renovo-treatment-menu {
	position: absolute;
	top: calc(100% + 24px);
	left: 50%;
	display: grid;
	width: min(820px, 82vw);
	grid-template-columns: repeat(4, 1fr);
	gap: 0;
	padding: 28px;
	border: 1px solid var(--renovo-gold-line);
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: var(--renovo-shadow-lg);
	color: var(--renovo-ink);
	opacity: 0;
	pointer-events: none;
	transform: translate(-50%, 12px);
	transition: opacity var(--renovo-transition), transform var(--renovo-transition), visibility var(--renovo-transition);
	visibility: hidden;
	backdrop-filter: blur(20px) saturate(150%);
}

.renovo-treatment-menu::before {
	position: absolute;
	top: -25px;
	right: 0;
	left: 0;
	height: 25px;
	content: "";
}

.renovo-nav-dropdown:hover .renovo-treatment-menu,
.renovo-nav-dropdown:focus-within .renovo-treatment-menu {
	opacity: 1;
	pointer-events: auto;
	transform: translate(-50%, 0);
	visibility: visible;
}

.renovo-nav-dropdown:hover > a > span,
.renovo-nav-dropdown:focus-within > a > span {
	transform: rotate(180deg);
}

.renovo-treatment-menu > div {
	display: flex;
	flex-direction: column;
	gap: 3px;
	padding: 0 20px;
	border-left: 1px solid var(--renovo-line);
}

.renovo-treatment-menu > div:first-child {
	padding-left: 0;
	border-left: 0;
}

.renovo-treatment-menu > div:last-child {
	padding-right: 0;
}

.renovo-treatment-menu strong {
	margin-bottom: 10px;
	color: #967653;
	font-family: var(--renovo-serif);
	font-size: 15px;
}

.renovo-treatment-menu a {
	padding: 7px 0;
	color: var(--renovo-charcoal);
	font-size: 12px;
	line-height: 1.5;
	white-space: normal;
}

.renovo-treatment-menu a::after {
	display: none;
}

.renovo-treatment-menu a:hover {
	color: #9a7048;
}

.renovo-treatment-menu .renovo-menu-all {
	margin-top: 5px;
	color: #9a7048;
	font-weight: 600;
}

.renovo-about-menu {
	position: absolute;
	top: calc(100% + 24px);
	left: -26px;
	width: 210px;
	padding: 10px;
	border: 1px solid var(--renovo-gold-line);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.97);
	box-shadow: var(--renovo-shadow-lg);
	opacity: 0;
	pointer-events: none;
	transform: translateY(12px);
	transition: opacity var(--renovo-transition), transform var(--renovo-transition), visibility var(--renovo-transition);
	visibility: hidden;
	backdrop-filter: blur(20px) saturate(150%);
}

.renovo-about-menu::before {
	position: absolute;
	top: -25px;
	right: 0;
	left: 0;
	height: 25px;
	content: "";
}

.renovo-nav-dropdown:hover .renovo-about-menu,
.renovo-nav-dropdown:focus-within .renovo-about-menu {
	opacity: 1;
	pointer-events: auto;
	transform: none;
	visibility: visible;
}

.renovo-about-menu a {
	display: block;
	padding: 11px 13px;
	border-radius: 10px;
	color: var(--renovo-charcoal);
	font-family: var(--renovo-sans);
	font-size: 13px;
	font-weight: 600;
	text-align: center;
}

.renovo-about-menu a::after {
	display: none;
}

.renovo-about-menu a:hover,
.renovo-about-menu a:focus-visible {
	background: var(--renovo-cream);
	color: #8f6844;
}

.renovo-nav a {
	position: relative;
	padding: 6px 0;
	font-size: 13px;
	font-weight: 500;
	white-space: nowrap;
}

.renovo-nav a::after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 1px;
	background: currentColor;
	content: "";
	transform: scaleX(0);
	transform-origin: right;
	transition: transform var(--renovo-transition);
}

.renovo-nav a:hover::after {
	transform: scaleX(1);
	transform-origin: left;
}

.renovo-header-actions {
	display: flex;
	align-items: center;
	gap: 18px;
}

.renovo-languages {
	position: relative;
	font-family: var(--renovo-accent);
	font-size: 12px;
	white-space: nowrap;
}

.renovo-language-toggle {
	display: inline-flex;
	gap: 7px;
	align-items: center;
	padding: 8px 2px;
	border: 0;
	background: transparent;
	color: inherit;
	cursor: pointer;
	font: inherit;
}

.renovo-language-chevron {
	font-family: var(--renovo-sans);
	font-size: 12px;
	transition: transform var(--renovo-transition);
}

.renovo-language-menu {
	position: absolute;
	top: calc(100% + 16px);
	right: -16px;
	display: grid;
	width: 148px;
	gap: 3px;
	padding: 9px;
	border: 1px solid var(--renovo-gold-line);
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.97);
	box-shadow: var(--renovo-shadow-lg);
	color: var(--renovo-charcoal);
	opacity: 0;
	pointer-events: none;
	transform: translateY(10px);
	transition: opacity var(--renovo-transition), transform var(--renovo-transition), visibility var(--renovo-transition);
	visibility: hidden;
	backdrop-filter: blur(20px) saturate(150%);
}

.renovo-language-menu::before {
	position: absolute;
	top: -17px;
	right: 0;
	left: 0;
	height: 17px;
	content: "";
}

.renovo-language-menu a,
.renovo-language-menu span {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 11px;
	border-radius: 8px;
	color: inherit;
	font-family: var(--renovo-sans);
	font-size: 12px;
	font-weight: 500;
}

.renovo-language-menu a {
	text-decoration: none;
}

.renovo-language-menu a:hover,
.renovo-language-menu a:focus-visible {
	background: var(--renovo-cream);
	color: #8f6844;
}

.renovo-language-menu .is-active {
	color: #8f6844;
	font-weight: 700;
}

.renovo-language-menu span[aria-disabled="true"] {
	color: var(--renovo-muted);
	cursor: not-allowed;
}

.renovo-language-menu small {
	color: inherit;
	font-size: 9px;
	font-weight: 500;
}

.renovo-language-dropdown:hover .renovo-language-menu,
.renovo-language-dropdown:focus-within .renovo-language-menu,
.renovo-language-dropdown.is-open .renovo-language-menu {
	opacity: 1;
	pointer-events: auto;
	transform: none;
	visibility: visible;
}

.renovo-language-dropdown:hover .renovo-language-chevron,
.renovo-language-dropdown:focus-within .renovo-language-chevron,
.renovo-language-dropdown.is-open .renovo-language-chevron {
	transform: rotate(180deg);
}

.renovo-header-cta {
	min-height: 44px;
	padding: 11px 19px;
	font-size: 12px;
}

.renovo-menu-toggle {
	display: none;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 0;
	background: transparent;
	color: inherit;
}

.renovo-menu-toggle svg {
	width: 24px;
	height: 24px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-width: 1.5;
}

.renovo-menu-close {
	display: none;
}

/* Hero */
.renovo-hero {
	position: relative;
	display: flex;
	min-height: 880px;
	align-items: center;
	overflow: visible;
	background: #24211f;
	color: #fff;
}

.renovo-hero-media,
.renovo-hero-overlay {
	position: absolute;
	inset: 0;
}

.renovo-hero-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	animation: renovoHeroZoom 16s ease-out both;
}

.renovo-hero-overlay {
	background:
		linear-gradient(90deg, rgba(20, 19, 19, 0.78) 0%, rgba(20, 19, 19, 0.5) 50%, rgba(20, 19, 19, 0.12) 100%),
		linear-gradient(0deg, rgba(12, 12, 12, 0.45) 0%, transparent 45%);
}

@keyframes renovoHeroZoom {
	from { transform: scale(1.06); }
	to { transform: scale(1); }
}

.renovo-hero-inner {
	position: relative;
	z-index: 2;
	padding-top: 80px;
	padding-bottom: 130px;
}

.renovo-hero-copy {
	max-width: 770px;
}

.renovo-hero h1 {
	margin: 0;
	font-family: var(--renovo-serif);
	font-size: clamp(54px, 7vw, 94px);
	font-weight: 600;
	letter-spacing: -0.06em;
	line-height: 1.12;
}

.renovo-hero h1 em {
	color: #e8cdbf;
	font-style: normal;
}

.renovo-hero-lead {
	max-width: 650px;
	margin: 28px 0 0;
	color: rgba(255, 255, 255, 0.84);
	font-size: clamp(17px, 2vw, 21px);
	line-height: 1.9;
}

.renovo-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 36px;
}

.renovo-hero-proof {
	display: flex;
	flex-wrap: wrap;
	gap: 0;
	margin-top: 58px;
}

.renovo-hero-proof span {
	display: inline-flex;
	align-items: baseline;
	gap: 8px;
	padding: 0 28px;
	border-left: 1px solid rgba(255, 255, 255, 0.3);
	color: rgba(255, 255, 255, 0.74);
	font-size: 13px;
}

.renovo-hero-proof span:first-child {
	padding-left: 0;
	border-left: 0;
}

.renovo-hero-proof strong {
	color: #fff;
	font-family: var(--renovo-accent);
	font-size: 32px;
	font-weight: 500;
}

.renovo-finder-wrap {
	position: absolute;
	z-index: 3;
	right: 0;
	bottom: 0;
	left: 0;
	transform: translateY(50%);
}

.renovo-finder {
	display: grid;
	grid-template-columns: 1.15fr 1fr auto;
	align-items: center;
	gap: 24px;
	padding: 25px 28px;
	border: 1px solid var(--renovo-gold-line);
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.92);
	box-shadow: var(--renovo-shadow-lg);
	backdrop-filter: blur(20px);
	color: var(--renovo-ink);
}

.renovo-finder-kicker {
	display: block;
	margin-bottom: 5px;
	color: #927455;
	font-family: var(--renovo-accent);
	font-size: 11px;
	letter-spacing: 0.16em;
}

.renovo-finder strong {
	font-family: var(--renovo-serif);
	font-size: 19px;
	font-weight: 600;
}

.renovo-finder select {
	width: 100%;
	height: 50px;
	padding: 0 44px 0 17px;
	border: 1px solid var(--renovo-line);
	border-radius: 12px;
	outline: 0;
	background: #fff;
	color: var(--renovo-charcoal);
}

/* About */
.renovo-about {
	padding-top: clamp(150px, 16vw, 220px);
}

.renovo-about-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 0.95fr);
	align-items: center;
	gap: clamp(60px, 9vw, 120px);
}

.renovo-about-visual {
	position: relative;
	min-height: 650px;
}

.renovo-image-frame {
	position: relative;
	overflow: hidden;
	border-radius: var(--renovo-radius-lg);
	background: #eee7e2;
	box-shadow: var(--renovo-shadow-sm);
}

.renovo-image-frame::after {
	position: absolute;
	inset: 0;
	border: 1px solid rgba(255, 255, 255, 0.55);
	border-radius: inherit;
	content: "";
	pointer-events: none;
}

.renovo-image-frame img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}

.renovo-image-frame:hover img {
	transform: scale(1.04);
}

.renovo-image-main {
	width: 82%;
	height: 570px;
}

.renovo-image-float {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 46%;
	height: 280px;
	border: 10px solid var(--renovo-alabaster);
	border-radius: 26px;
}

.renovo-year-seal {
	position: absolute;
	top: 60px;
	right: 4%;
	display: grid;
	width: 132px;
	height: 132px;
	place-content: center;
	border: 1px solid var(--renovo-gold-line);
	border-radius: 50%;
	background: rgba(251, 249, 248, 0.88);
	box-shadow: var(--renovo-shadow-sm);
	backdrop-filter: blur(12px);
	text-align: center;
}

.renovo-year-seal span {
	color: #9a7c59;
	font-family: var(--renovo-accent);
	font-size: 12px;
	letter-spacing: 0.16em;
}

.renovo-year-seal strong {
	font-family: var(--renovo-serif);
	font-size: 16px;
}

.renovo-rich-copy {
	color: var(--renovo-muted);
	font-size: 16px;
}

.renovo-rich-copy p {
	margin: 0 0 18px;
}

.renovo-values {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
	margin-top: 36px;
}

.renovo-values > div {
	padding-top: 18px;
	border-top: 1px solid var(--renovo-gold-line);
}

.renovo-values span {
	display: block;
	margin-bottom: 20px;
	color: #a4835d;
	font-family: var(--renovo-accent);
}

.renovo-values strong {
	display: block;
	font-family: var(--renovo-serif);
	font-size: 17px;
}

.renovo-values p {
	margin: 5px 0 0;
	color: var(--renovo-muted);
	font-size: 12px;
	line-height: 1.65;
}

/* Treatments */
.renovo-treatments {
	background:
		radial-gradient(circle at 90% 10%, rgba(216, 180, 160, 0.18), transparent 30%),
		#f4efeb;
}

.renovo-filter-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: -20px 0 38px;
}

.renovo-filter-tabs button {
	padding: 11px 18px;
	border: 1px solid rgba(26, 29, 32, 0.13);
	border-radius: 999px;
	background: transparent;
	color: var(--renovo-muted);
	cursor: pointer;
	font-size: 13px;
	transition: all var(--renovo-transition);
}

.renovo-filter-tabs button:hover,
.renovo-filter-tabs button.is-active {
	border-color: var(--renovo-ink);
	background: var(--renovo-ink);
	color: #fff;
}

.renovo-treatment-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
}

.renovo-treatment-card {
	position: relative;
	display: flex;
	min-height: 360px;
	flex-direction: column;
	padding: 30px;
	overflow: hidden;
	border: 1px solid rgba(197, 168, 128, 0.28);
	border-radius: var(--renovo-radius);
	background: rgba(255, 255, 255, 0.84);
	box-shadow: 0 10px 30px rgba(30, 25, 22, 0.04);
	transition: transform var(--renovo-transition), box-shadow var(--renovo-transition), border-color var(--renovo-transition);
}

.renovo-treatment-card::before {
	position: absolute;
	inset: 0;
	background: linear-gradient(145deg, rgba(216, 180, 160, 0.22), transparent 45%);
	content: "";
	opacity: 0;
	transition: opacity var(--renovo-transition);
}

.renovo-treatment-card:hover {
	border-color: rgba(197, 168, 128, 0.72);
	box-shadow: 0 24px 54px rgba(38, 28, 22, 0.12);
	transform: translateY(-8px);
}

.renovo-treatment-card:hover::before {
	opacity: 1;
}

.renovo-treatment-card[hidden] {
	display: none;
}

.renovo-card-number {
	position: relative;
	margin-bottom: auto;
	color: #ad9271;
	font-family: var(--renovo-accent);
	font-size: 15px;
}

.renovo-treatment-meta {
	position: relative;
	margin: 36px 0 8px;
	color: #a07f59 !important;
	font-size: 11px !important;
	font-weight: 600;
	letter-spacing: 0.08em;
}

.renovo-treatment-card h3 {
	position: relative;
	margin: 0;
	font-family: var(--renovo-serif);
	font-size: 23px;
	font-weight: 600;
	line-height: 1.35;
}

.renovo-treatment-card > p {
	position: relative;
	margin: 16px 0 26px;
	color: var(--renovo-muted);
	font-size: 13px;
	line-height: 1.8;
}

.renovo-treatment-card a {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: auto;
	font-size: 12px;
	font-weight: 600;
}

.renovo-medical-note {
	margin: 32px 0 0;
	color: var(--renovo-muted);
	font-size: 12px;
	text-align: center;
}

/* Results */
.renovo-results {
	background: var(--renovo-ink);
	color: #fff;
}

.renovo-results .renovo-heading-copy {
	color: rgba(255, 255, 255, 0.62);
}

.renovo-result-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px;
}

.renovo-comparison {
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: var(--renovo-radius);
	background: #25282c;
}

.renovo-comparison-stage {
	position: relative;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	background: #403d3a;
}

.renovo-comparison-stage img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.renovo-before {
	filter: saturate(0.85);
}

.renovo-after-wrap {
	position: absolute;
	inset: 0;
	width: var(--position);
	overflow: hidden;
	border-right: 1px solid rgba(255, 255, 255, 0.85);
}

.renovo-after-wrap .renovo-after {
	width: calc(100% / (var(--position) / 100));
	max-width: none;
}

.renovo-privacy-mask {
	position: absolute;
	z-index: 3;
	top: 22%;
	left: 50%;
	width: 42%;
	height: 10%;
	background: rgba(22, 22, 22, 0.78);
	filter: blur(5px);
	transform: translateX(-50%);
}

.renovo-comparison input {
	position: absolute;
	z-index: 5;
	inset: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	cursor: ew-resize;
	opacity: 0;
}

.renovo-slider-handle {
	position: absolute;
	z-index: 4;
	top: 50%;
	left: var(--position);
	width: 46px;
	height: 46px;
	border: 1px solid rgba(255, 255, 255, 0.75);
	border-radius: 50%;
	background: rgba(26, 29, 32, 0.72);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
	backdrop-filter: blur(8px);
	transform: translate(-50%, -50%);
}

.renovo-slider-handle::before,
.renovo-slider-handle::after {
	position: absolute;
	top: 50%;
	width: 7px;
	height: 7px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	content: "";
}

.renovo-slider-handle::before {
	left: 12px;
	transform: translateY(-50%) rotate(-45deg);
}

.renovo-slider-handle::after {
	right: 12px;
	transform: translateY(-50%) rotate(135deg);
}

.renovo-case-label {
	position: absolute;
	z-index: 4;
	bottom: 16px;
	padding: 6px 10px;
	border-radius: 999px;
	background: rgba(26, 29, 32, 0.68);
	font-family: var(--renovo-accent);
	font-size: 10px;
	letter-spacing: 0.13em;
}

.renovo-label-before { left: 16px; }
.renovo-label-after { right: 16px; }

.renovo-case-copy {
	padding: 28px;
}

.renovo-case-copy > span {
	color: #cdb698;
	font-family: var(--renovo-accent);
	font-size: 12px;
	letter-spacing: 0.12em;
}

.renovo-case-copy h3 {
	margin: 8px 0;
	font-family: var(--renovo-serif);
	font-size: 23px;
	font-weight: 500;
}

.renovo-case-copy p {
	margin: 0;
	color: rgba(255, 255, 255, 0.58);
	font-size: 12px;
}

/* Doctor and trust */
.renovo-doctor {
	background: #f6f1ed;
}

.renovo-doctor-grid {
	display: grid;
	grid-template-columns: 0.86fr 1fr;
	align-items: center;
	gap: clamp(60px, 9vw, 120px);
}

.renovo-doctor-photo .renovo-image-frame {
	height: 700px;
}

.renovo-doctor-photo img {
	object-position: center top;
}

.renovo-doctor-signature {
	position: relative;
	width: fit-content;
	margin: -20px 24px 0 auto;
	padding: 14px 24px;
	border-radius: 999px;
	background: #fff;
	box-shadow: var(--renovo-shadow-sm);
	color: #9a7c59;
	font-family: var(--renovo-accent);
	font-size: 20px;
	font-style: italic;
}

.renovo-doctor-copy blockquote {
	margin: 0 0 28px;
	padding: 0 0 0 24px;
	border-left: 1px solid var(--renovo-champagne);
	font-family: var(--renovo-serif);
	font-size: clamp(20px, 2.4vw, 28px);
	line-height: 1.8;
}

.renovo-credentials {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 12px 18px;
	margin: 34px 0 0;
	padding: 0;
	list-style: none;
}

.renovo-credentials li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-size: 13px;
}

.renovo-credentials svg {
	flex: 0 0 auto;
	width: 18px;
	height: 18px;
	margin-top: 5px;
	fill: none;
	stroke: #9b7a53;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.renovo-trust {
	padding: 0 0 clamp(88px, 10vw, 140px);
	background: #f6f1ed;
}

.renovo-trust-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	overflow: hidden;
	border: 1px solid var(--renovo-gold-line);
	border-radius: var(--renovo-radius);
	background: rgba(255, 255, 255, 0.72);
}

.renovo-trust-grid article {
	padding: 42px;
	border-left: 1px solid var(--renovo-gold-line);
}

.renovo-trust-grid article:first-child {
	border-left: 0;
}

.renovo-trust-grid span {
	color: #a4835d;
	font-family: var(--renovo-accent);
}

.renovo-trust-grid h3 {
	margin: 26px 0 10px;
	font-family: var(--renovo-serif);
	font-size: 21px;
}

.renovo-trust-grid p {
	margin: 0;
	color: var(--renovo-muted);
	font-size: 13px;
}

/* Reviews */
.renovo-review-layout {
	display: grid;
	grid-template-columns: 0.92fr 1.08fr;
	gap: 24px;
}

.renovo-review-cards {
	display: grid;
	gap: 18px;
}

.renovo-review-card {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 38px;
	border: 1px solid var(--renovo-gold-line);
	border-radius: var(--renovo-radius);
	background: #fff;
	box-shadow: var(--renovo-shadow-sm);
}

.renovo-stars {
	color: #b48c56;
	font-size: 13px;
	letter-spacing: 0.25em;
}

.renovo-review-card > p {
	margin: 20px 0 30px;
	font-family: var(--renovo-serif);
	font-size: 20px;
	line-height: 1.9;
}

.renovo-review-card footer {
	display: flex;
	flex-direction: column;
	padding-top: 18px;
	border-top: 1px solid var(--renovo-line);
}

.renovo-review-card footer strong {
	font-size: 13px;
}

.renovo-review-card footer span {
	color: var(--renovo-muted);
	font-size: 11px;
}

.renovo-social-card {
	position: relative;
	min-height: 620px;
	overflow: hidden;
	border-radius: var(--renovo-radius);
	background: #302d2b;
}

.renovo-social-card > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}

.renovo-social-card:hover > img {
	transform: scale(1.05);
}

.renovo-social-card::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(0deg, rgba(15, 15, 15, 0.78), transparent 68%);
	content: "";
}

.renovo-social-overlay {
	position: absolute;
	z-index: 2;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 42px;
	color: #fff;
}

.renovo-social-overlay span {
	font-family: var(--renovo-accent);
	font-size: 11px;
	letter-spacing: 0.16em;
}

.renovo-social-overlay h3 {
	margin: 8px 0 20px;
	font-family: var(--renovo-accent);
	font-size: 36px;
	font-weight: 500;
}

.renovo-social-overlay div {
	display: flex;
	gap: 12px;
}

.renovo-social-overlay a {
	padding: 9px 15px;
	border: 1px solid rgba(255, 255, 255, 0.4);
	border-radius: 999px;
	font-size: 11px;
}

/* Location and reservation */
.renovo-location {
	background: #f2ece7;
}

.renovo-location-grid {
	display: grid;
	grid-template-columns: 1.25fr 0.75fr;
	overflow: hidden;
	border-radius: var(--renovo-radius);
	background: #fff;
	box-shadow: var(--renovo-shadow-lg);
}

.renovo-map {
	min-height: 600px;
}

.renovo-map iframe {
	width: 100%;
	height: 100%;
	min-height: 600px;
	border: 0;
	filter: saturate(0.78) contrast(0.96);
}

.renovo-contact-panel {
	display: flex;
	flex-direction: column;
	padding: clamp(34px, 5vw, 62px);
}

.renovo-contact-row {
	padding: 24px 0;
	border-bottom: 1px solid var(--renovo-line);
}

.renovo-contact-row:first-child {
	padding-top: 0;
}

.renovo-contact-row > span,
.renovo-footer-label {
	display: block;
	margin-bottom: 7px;
	color: #9a7c59;
	font-family: var(--renovo-accent);
	font-size: 11px;
	letter-spacing: 0.15em;
}

.renovo-contact-row strong {
	display: block;
	font-family: var(--renovo-serif);
	font-size: 19px;
}

.renovo-contact-row p {
	margin: 7px 0 0;
	color: var(--renovo-muted);
	font-size: 12px;
}

.renovo-contact-links {
	display: flex;
	flex-direction: column;
	gap: 11px;
	margin-top: auto;
	padding-top: 28px;
}

.renovo-text-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin-top: 5px;
	font-size: 12px;
	font-weight: 600;
}

.renovo-reservation {
	padding: clamp(80px, 10vw, 140px) 0;
	background:
		linear-gradient(120deg, rgba(181, 142, 102, 0.18), transparent 45%),
		#1a1d20;
	color: #fff;
}

.renovo-reservation-grid {
	display: grid;
	grid-template-columns: 1fr 0.85fr;
	align-items: center;
	gap: clamp(50px, 8vw, 110px);
}

.renovo-reservation-copy > p:not(.renovo-eyebrow) {
	max-width: 650px;
	margin: 25px 0 32px;
	color: rgba(255, 255, 255, 0.68);
}

.renovo-reservation-template {
	padding: 32px;
	border: 1px solid rgba(216, 180, 160, 0.38);
	border-radius: var(--renovo-radius);
	background: rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(14px);
}

.renovo-template-head {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	padding-bottom: 18px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.renovo-template-head span {
	font-family: var(--renovo-serif);
	font-size: 18px;
}

.renovo-template-head small {
	color: rgba(255, 255, 255, 0.52);
}

.renovo-reservation-template pre {
	margin: 22px 0;
	overflow: auto;
	color: rgba(255, 255, 255, 0.78);
	font-family: var(--renovo-sans);
	font-size: 13px;
	line-height: 1.9;
	white-space: pre-wrap;
}

.renovo-copy-button {
	width: 100%;
	padding: 12px;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
	cursor: pointer;
	transition: background var(--renovo-transition);
}

.renovo-copy-button:hover {
	background: rgba(255, 255, 255, 0.18);
}

/* Footer and floating CTA */
.renovo-footer {
	padding: 80px 0 115px;
	background: #101214;
	color: rgba(255, 255, 255, 0.72);
}

.renovo-footer-top {
	display: grid;
	grid-template-columns: 1.7fr 0.7fr 0.8fr 1fr;
	gap: 50px;
}

.renovo-brand-footer {
	color: #fff;
}

.renovo-brand-footer .renovo-brand-logo {
	width: 180px;
}

.renovo-footer-top > div {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 9px;
}

.renovo-footer-top p,
.renovo-footer-top a {
	margin: 0;
	font-size: 12px;
}

.renovo-footer-top a {
	transition: color var(--renovo-transition);
}

.renovo-footer-top a:hover {
	color: #e0c6a3;
}

.renovo-footer-top > div:first-child p {
	margin-top: 18px;
	color: rgba(255, 255, 255, 0.48);
}

.renovo-footer-bottom {
	display: flex;
	justify-content: space-between;
	gap: 30px;
	margin-top: 60px;
	padding-top: 22px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	color: rgba(255, 255, 255, 0.38);
	font-size: 10px;
}

.renovo-floating-cta {
	position: fixed;
	z-index: 999;
	right: 28px;
	bottom: 22px;
	display: grid;
	grid-template-columns: repeat(2, minmax(150px, 1fr));
	overflow: hidden;
	border: 1px solid rgba(197, 168, 128, 0.46);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.86);
	box-shadow: 0 18px 50px rgba(25, 23, 22, 0.18);
	backdrop-filter: blur(18px) saturate(150%);
}

.renovo-floating-cta a {
	display: grid;
	grid-template-columns: 32px 1fr;
	grid-template-rows: auto auto;
	align-items: center;
	gap: 0 10px;
	padding: 13px 18px;
	border-left: 1px solid var(--renovo-gold-line);
}

.renovo-floating-cta a:first-child {
	border-left: 0;
}

.renovo-floating-cta a > span {
	display: grid;
	grid-row: 1 / 3;
	width: 32px;
	height: 32px;
	place-items: center;
	border-radius: 50%;
	background: var(--renovo-ink);
	color: #fff;
}

.renovo-floating-cta svg {
	width: 17px;
	height: 17px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.6;
}

.renovo-floating-cta a:first-child svg {
	fill: currentColor;
	stroke: none;
}

.renovo-floating-cta strong {
	font-size: 12px;
	line-height: 1.3;
}

.renovo-floating-cta small {
	color: var(--renovo-muted);
	font-size: 9px;
	line-height: 1.3;
}

.renovo-faq-section { background: #f4efea; }
.renovo-faq-shell { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: clamp(36px, 7vw, 115px); align-items: start; }
.renovo-faq-shell .renovo-heading { margin: 0; }
.renovo-faq-list { border-top: 1px solid var(--renovo-gold-line); }
.renovo-faq-item { border-bottom: 1px solid var(--renovo-gold-line); }
.renovo-faq-item summary { display: grid; grid-template-columns: 42px 1fr 22px; gap: 12px; align-items: center; padding: 24px 0; cursor: pointer; list-style: none; }
.renovo-faq-item summary::-webkit-details-marker { display: none; }
.renovo-faq-item summary span { color: var(--renovo-gold); font-size: 10px; letter-spacing: .12em; }
.renovo-faq-item summary strong { font-size: 17px; font-weight: 500; line-height: 1.5; }
.renovo-faq-item summary i { font-size: 23px; font-style: normal; font-weight: 300; text-align: right; transition: transform .2s ease; }
.renovo-faq-item[open] summary i { transform: rotate(45deg); }
.renovo-faq-item > div { padding: 0 34px 24px 54px; }
.renovo-faq-item p { max-width: 670px; margin: 0; color: var(--renovo-muted); font-size: 14px; line-height: 1.9; }

/* Multi-page templates */
.renovo-inner-hero {
	position: relative;
	display: flex;
	min-height: 630px;
	align-items: flex-end;
	overflow: hidden;
	background: #252321;
	color: #fff;
}

.renovo-inner-hero-media,
.renovo-inner-hero-overlay {
	position: absolute;
	inset: 0;
}

.renovo-inner-hero-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	animation: renovoHeroZoom 14s ease-out both;
}

.renovo-inner-hero-overlay {
	background:
		linear-gradient(90deg, rgba(18, 18, 18, 0.84), rgba(18, 18, 18, 0.32) 70%),
		linear-gradient(0deg, rgba(13, 13, 13, 0.72), transparent 65%);
}

.renovo-inner-hero-content {
	position: relative;
	z-index: 2;
	padding-top: 170px;
	padding-bottom: 88px;
}

.renovo-inner-hero h1 {
	max-width: 900px;
	margin: 0;
	font-family: var(--renovo-serif);
	font-size: clamp(50px, 7vw, 86px);
	font-weight: 600;
	letter-spacing: -0.055em;
	line-height: 1.18;
}

.renovo-inner-hero-content > p:last-child {
	max-width: 680px;
	margin: 24px 0 0;
	color: rgba(255, 255, 255, 0.78);
	font-size: 18px;
	line-height: 1.9;
}

.renovo-breadcrumbs {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 48px;
	color: rgba(255, 255, 255, 0.56);
	font-size: 11px;
	letter-spacing: 0.08em;
}

.renovo-breadcrumbs a {
	color: #fff;
}

.renovo-history {
	background: #f3ede8;
}

.renovo-history-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
}

.renovo-history-grid article {
	min-height: 280px;
	padding: 34px;
	border: 1px solid var(--renovo-gold-line);
	border-radius: var(--renovo-radius);
	background: rgba(255, 255, 255, 0.78);
}

.renovo-history-grid span,
.renovo-guide-card > span,
.renovo-detail-panel > span,
.renovo-process-grid span {
	color: #9b7a53;
	font-family: var(--renovo-accent);
	font-size: 13px;
	letter-spacing: 0.12em;
}

.renovo-history-grid h3 {
	margin: 80px 0 10px;
	font-family: var(--renovo-serif);
	font-size: 22px;
}

.renovo-history-grid p {
	margin: 0;
	color: var(--renovo-muted);
	font-size: 13px;
}

.renovo-space-gallery {
	display: grid;
	grid-template-columns: 1.4fr 0.8fr 1fr;
	gap: 18px;
	margin-top: 70px;
}

.renovo-space-gallery figure {
	height: 440px;
	margin: 0;
	overflow: hidden;
	border-radius: var(--renovo-radius);
}

.renovo-space-gallery figure:nth-child(2) {
	margin-top: 70px;
}

.renovo-space-gallery img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 1s cubic-bezier(0.22, 1, 0.36, 1);
}

.renovo-space-gallery figure:hover img {
	transform: scale(1.04);
}

.renovo-treatment-guide {
	background: var(--renovo-alabaster);
}

.renovo-guide-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 18px;
}

.renovo-guide-card {
	display: grid;
	grid-template-columns: 60px 1fr;
	padding: 36px;
	border: 1px solid var(--renovo-gold-line);
	border-radius: var(--renovo-radius);
	background: #fff;
	transition: transform var(--renovo-transition), box-shadow var(--renovo-transition);
}

.renovo-guide-card:hover {
	box-shadow: var(--renovo-shadow-sm);
	transform: translateY(-6px);
}

.renovo-guide-card > span {
	grid-row: 1 / 5;
}

.renovo-guide-card h3 {
	margin: 0;
	font-family: var(--renovo-serif);
	font-size: 25px;
}

.renovo-guide-card p {
	margin: 9px 0 22px;
	color: var(--renovo-muted);
	font-size: 13px;
}

.renovo-guide-card a {
	width: fit-content;
	padding: 8px 0;
	border-bottom: 1px solid var(--renovo-line);
	font-size: 13px;
	font-weight: 600;
}

.renovo-pricing-page {
	background: #f5f0ec;
}

.renovo-pricing-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 18px;
}

.renovo-pricing-card {
	padding: 38px;
	border: 1px solid var(--renovo-gold-line);
	border-radius: var(--renovo-radius);
	background: #fff;
}

.renovo-pricing-card h3 {
	margin: 0;
	font-family: var(--renovo-serif);
	font-size: 25px;
}

.renovo-pricing-card p {
	margin: 14px 0 26px;
	color: var(--renovo-muted);
}

.renovo-pricing-card strong {
	display: block;
	padding-top: 18px;
	border-top: 1px solid var(--renovo-line);
	color: #927455;
	font-size: 13px;
}

.renovo-price-note {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
	margin-top: 28px;
	padding: 38px;
	border-radius: var(--renovo-radius);
	background: var(--renovo-ink);
	color: #fff;
}

.renovo-price-note h3 {
	margin: 0;
	font-family: var(--renovo-serif);
	font-size: 24px;
}

.renovo-price-note p {
	margin: 8px 0 0;
	color: rgba(255, 255, 255, 0.62);
	font-size: 13px;
}

.renovo-detail-intro {
	background: var(--renovo-alabaster);
}

.renovo-detail-intro-grid {
	display: grid;
	grid-template-columns: 0.8fr 1.2fr;
	gap: clamp(50px, 9vw, 120px);
}

.renovo-detail-intro h2 {
	margin: 0;
	font-family: var(--renovo-serif);
	font-size: clamp(34px, 4.2vw, 54px);
	line-height: 1.35;
}

.renovo-detail-intro .renovo-rich-copy {
	font-size: 17px;
}

.renovo-detail-panels {
	padding: 0 0 clamp(88px, 10vw, 140px);
	background: var(--renovo-alabaster);
}

.renovo-detail-panel-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 18px;
}

.renovo-detail-panel {
	padding: clamp(34px, 5vw, 58px);
	border: 1px solid var(--renovo-gold-line);
	border-radius: var(--renovo-radius);
	background: #fff;
}

.renovo-detail-panel h2 {
	margin: 45px 0 26px;
	font-family: var(--renovo-serif);
	font-size: 30px;
}

.renovo-detail-panel ul {
	display: grid;
	gap: 14px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.renovo-detail-panel li {
	display: flex;
	align-items: flex-start;
	gap: 11px;
	padding-top: 14px;
	border-top: 1px solid var(--renovo-line);
	color: var(--renovo-muted);
	font-size: 14px;
}

.renovo-detail-panel li svg {
	flex: 0 0 auto;
	width: 18px;
	height: 18px;
	margin-top: 4px;
	fill: none;
	stroke: #9b7a53;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.renovo-process {
	background: #f2ece7;
}

.renovo-process-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	overflow: hidden;
	border: 1px solid var(--renovo-gold-line);
	border-radius: var(--renovo-radius);
	background: rgba(255, 255, 255, 0.76);
}

.renovo-process-grid article {
	min-height: 220px;
	padding: 32px;
	border-left: 1px solid var(--renovo-gold-line);
}

.renovo-process-grid article:first-child {
	border-left: 0;
}

.renovo-process-grid h3 {
	margin: 90px 0 0;
	font-family: var(--renovo-serif);
	font-size: 18px;
	line-height: 1.6;
}

.renovo-inner-cta {
	padding: clamp(70px, 9vw, 120px) 0;
	background: #121416;
	color: #fff;
}

.renovo-inner-cta-card {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 50px;
	padding: clamp(38px, 6vw, 70px);
	border: 1px solid rgba(216, 180, 160, 0.34);
	border-radius: var(--renovo-radius-lg);
	background:
		linear-gradient(125deg, rgba(197, 168, 128, 0.22), transparent 55%),
		rgba(255, 255, 255, 0.04);
}

.renovo-inner-cta h2 {
	margin: 0;
	font-family: var(--renovo-serif);
	font-size: clamp(31px, 4vw, 50px);
	line-height: 1.3;
}

.renovo-inner-cta p:not(.renovo-eyebrow) {
	margin: 14px 0 0;
	color: rgba(255, 255, 255, 0.62);
}

@media (max-width: 1120px) {
	.renovo-nav {
		gap: 14px;
	}

	.renovo-nav a {
		font-size: 12px;
	}

	.renovo-languages {
		display: none;
	}

	.renovo-treatment-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.renovo-footer-top {
		grid-template-columns: 1.4fr repeat(3, 1fr);
		gap: 30px;
	}

	.renovo-process-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.renovo-process-grid article:nth-child(3) {
		border-top: 1px solid var(--renovo-gold-line);
		border-left: 0;
	}

	.renovo-process-grid article:nth-child(4) {
		border-top: 1px solid var(--renovo-gold-line);
	}
}

@media (max-width: 900px) {
	body.admin-bar .renovo-header {
		top: 46px;
	}

	.renovo-shell {
		width: min(100% - 36px, 760px);
	}

	.renovo-header,
	.renovo-header.is-scrolled {
		height: 70px;
		background: rgba(255, 255, 255, 0.9);
		backdrop-filter: blur(18px);
		color: var(--renovo-ink);
	}

	.renovo-menu-toggle {
		display: flex;
		margin-left: auto;
	}

	.renovo-header-actions {
		display: none;
	}

	.renovo-nav {
		position: fixed;
		z-index: -1;
		top: 70px;
		right: 0;
		left: 0;
		display: flex;
		height: calc(100vh - 70px);
		flex-direction: column;
		align-items: stretch;
		gap: 0;
		padding: 38px 24px 110px;
		overflow: auto;
		background: rgba(251, 249, 248, 0.98);
		opacity: 0;
		pointer-events: none;
		transform: translateY(-14px);
		transition: opacity var(--renovo-transition), transform var(--renovo-transition);
	}

	.renovo-nav a {
		padding: 18px 4px;
		border-bottom: 1px solid var(--renovo-line);
		font-family: var(--renovo-serif);
		font-size: 20px;
	}

	.renovo-nav-dropdown {
		width: 100%;
	}

	.renovo-nav-dropdown > a {
		display: flex;
		justify-content: space-between;
	}

	.renovo-nav-dropdown > a > span {
		display: none;
	}

	.renovo-treatment-menu {
		position: static;
		display: grid;
		width: 100%;
		grid-template-columns: repeat(2, 1fr);
		gap: 20px 16px;
		padding: 18px 4px 26px;
		border: 0;
		border-bottom: 1px solid var(--renovo-line);
		border-radius: 0;
		background: transparent;
		box-shadow: none;
		opacity: 1;
		pointer-events: auto;
		transform: none;
		visibility: visible;
		backdrop-filter: none;
	}

	.renovo-treatment-menu > div,
	.renovo-treatment-menu > div:first-child,
	.renovo-treatment-menu > div:last-child {
		padding: 0;
		border: 0;
	}

	.renovo-treatment-menu strong {
		font-size: 13px;
	}

	.renovo-treatment-menu a {
		padding: 7px 0;
		border: 0;
		font-family: var(--renovo-sans);
		font-size: 12px;
	}

	.renovo-about-menu {
		position: static;
		display: grid;
		width: 100%;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 8px;
		padding: 12px 4px 22px;
		border: 0;
		border-bottom: 1px solid var(--renovo-line);
		border-radius: 0;
		background: transparent;
		box-shadow: none;
		opacity: 1;
		pointer-events: auto;
		transform: none;
		visibility: visible;
		backdrop-filter: none;
	}

	.renovo-about-menu a {
		padding: 10px 8px;
		border: 1px solid var(--renovo-line);
		border-radius: 9px;
		font-family: var(--renovo-sans);
		font-size: 12px;
		text-align: center;
	}

	.renovo-header.is-menu-open .renovo-nav {
		opacity: 1;
		pointer-events: auto;
		transform: none;
	}

	.renovo-header.is-menu-open .renovo-menu-open {
		display: none;
	}

	.renovo-header.is-menu-open .renovo-menu-close {
		display: inline-flex;
	}

	html.renovo-menu-lock {
		overflow: hidden;
	}

	.renovo-hero {
		min-height: 820px;
	}

	.renovo-hero-overlay {
		background: linear-gradient(90deg, rgba(18, 18, 18, 0.8), rgba(18, 18, 18, 0.32));
	}

	.renovo-hero-copy {
		max-width: 620px;
	}

	.renovo-finder {
		grid-template-columns: 1fr;
		gap: 13px;
		padding: 22px;
	}

	.renovo-finder-wrap {
		transform: translateY(58%);
	}

	.renovo-about {
		padding-top: 250px;
	}

	.renovo-about-grid,
	.renovo-doctor-grid,
	.renovo-review-layout,
	.renovo-location-grid,
	.renovo-reservation-grid {
		grid-template-columns: 1fr;
	}

	.renovo-about-visual {
		min-height: 580px;
	}

	.renovo-image-main {
		height: 500px;
	}

	.renovo-doctor-photo {
		max-width: 620px;
	}

	.renovo-doctor-photo .renovo-image-frame {
		height: 620px;
	}

	.renovo-result-grid {
		grid-template-columns: 1fr;
	}

	.renovo-trust-grid {
		grid-template-columns: 1fr;
	}

	.renovo-trust-grid article {
		border-top: 1px solid var(--renovo-gold-line);
		border-left: 0;
	}

	.renovo-trust-grid article:first-child {
		border-top: 0;
	}

	.renovo-location-grid {
		overflow: visible;
		background: transparent;
		box-shadow: none;
	}

	.renovo-map,
	.renovo-map iframe {
		min-height: 440px;
		border-radius: var(--renovo-radius);
	}

	.renovo-contact-panel {
		border-radius: var(--renovo-radius);
		background: #fff;
		box-shadow: var(--renovo-shadow-sm);
	}

	.renovo-footer-top {
		grid-template-columns: repeat(2, 1fr);
	}

	.renovo-inner-hero {
		min-height: 560px;
	}

	.renovo-history-grid,
	.renovo-detail-panel-grid {
		grid-template-columns: 1fr;
	}

	.renovo-space-gallery {
		grid-template-columns: repeat(2, 1fr);
	}

	.renovo-space-gallery figure:nth-child(2) {
		margin-top: 0;
	}

	.renovo-space-gallery figure:nth-child(3) {
		grid-column: 1 / 3;
	}

	.renovo-detail-intro-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 600px) {
	:root {
		--renovo-radius: 18px;
		--renovo-radius-lg: 24px;
	}

	html {
		scroll-padding-top: 72px;
	}

	.renovo-shell {
		width: calc(100% - 28px);
	}

	.renovo-section {
		padding: 78px 0;
	}

	.renovo-brand-copy strong {
		font-size: 15px;
	}

	.renovo-brand-copy small {
		font-size: 9px;
	}

	.renovo-brand-mark {
		width: 38px;
		height: 38px;
	}

	.renovo-brand-logo,
	.renovo-brand-footer .renovo-brand-logo {
		width: 154px;
		max-height: 49px;
	}

	.renovo-hero {
		min-height: 780px;
		align-items: flex-start;
	}

	.renovo-hero-media img {
		object-position: 58% center;
	}

	.renovo-hero-inner {
		padding-top: 150px;
		padding-bottom: 210px;
	}

	.renovo-hero h1 {
		font-size: clamp(43px, 13vw, 58px);
		line-height: 1.18;
	}

	.renovo-hero-lead {
		font-size: 15px;
		line-height: 1.8;
	}

	.renovo-hero-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.renovo-hero-actions .renovo-btn {
		width: 100%;
	}

	.renovo-hero-proof {
		gap: 18px;
		margin-top: 38px;
	}

	.renovo-hero-proof span {
		flex: 1 1 calc(50% - 18px);
		flex-direction: column;
		gap: 0;
		padding: 0 0 0 14px;
	}

	.renovo-hero-proof span:first-child {
		padding-left: 0;
	}

	.renovo-hero-proof strong {
		font-size: 28px;
	}

	.renovo-finder-wrap {
		transform: translateY(70%);
	}

	.renovo-finder {
		border-radius: 16px;
	}

	.renovo-finder strong {
		font-size: 17px;
	}

	.renovo-about {
		padding-top: 300px;
	}

	.renovo-about-grid {
		gap: 56px;
	}

	.renovo-about-visual {
		min-height: 440px;
	}

	.renovo-image-main {
		width: 90%;
		height: 400px;
	}

	.renovo-image-float {
		width: 50%;
		height: 200px;
		border-width: 6px;
	}

	.renovo-year-seal {
		top: 38px;
		width: 105px;
		height: 105px;
	}

	.renovo-year-seal strong {
		font-size: 13px;
	}

	.renovo-heading {
		margin-bottom: 38px;
	}

	.renovo-heading h2,
	.renovo-reservation h2 {
		font-size: 34px;
		line-height: 1.35;
	}

	.renovo-values {
		grid-template-columns: 1fr;
	}

	.renovo-values > div {
		display: grid;
		grid-template-columns: 42px 1fr;
	}

	.renovo-values span {
		grid-row: 1 / 3;
		margin: 0;
	}

	.renovo-filter-tabs {
		flex-wrap: nowrap;
		margin-right: -14px;
		margin-left: -14px;
		padding: 0 14px 8px;
		overflow-x: auto;
	}

	.renovo-filter-tabs button {
		flex: 0 0 auto;
	}

	.renovo-treatment-grid {
		grid-template-columns: 1fr;
	}

	.renovo-treatment-card {
		min-height: 300px;
	}

	.renovo-case-copy {
		padding: 22px;
	}

	.renovo-doctor-photo .renovo-image-frame {
		height: 500px;
	}

	.renovo-credentials {
		grid-template-columns: 1fr;
	}

	.renovo-trust-grid article {
		padding: 30px;
	}

	.renovo-review-card {
		padding: 28px;
	}

	.renovo-review-card > p {
		font-size: 17px;
	}

	.renovo-social-card {
		min-height: 480px;
	}

	.renovo-social-overlay {
		padding: 28px;
	}

	.renovo-social-overlay h3 {
		font-size: 28px;
	}

	.renovo-map,
	.renovo-map iframe {
		min-height: 350px;
	}

	.renovo-contact-panel,
	.renovo-reservation-template {
		padding: 26px;
	}

	.renovo-template-head {
		flex-direction: column;
	}

	.renovo-footer {
		padding-bottom: 130px;
	}

	.renovo-footer-top {
		grid-template-columns: 1fr;
	}

	.renovo-footer-bottom {
		flex-direction: column;
	}

	.renovo-floating-cta {
		right: 10px;
		bottom: 10px;
		left: 10px;
		grid-template-columns: repeat(2, 1fr);
		border-radius: 15px;
	}

	.renovo-floating-cta a {
		grid-template-columns: 28px 1fr;
		padding: 11px 12px;
	}

	.renovo-floating-cta a > span {
		width: 28px;
		height: 28px;
	}

	.renovo-faq-shell { grid-template-columns: 1fr; gap: 30px; }
	.renovo-faq-item summary { grid-template-columns: 34px 1fr 18px; padding: 19px 0; }
	.renovo-faq-item summary strong { font-size: 15px; }
	.renovo-faq-item > div { padding: 0 12px 20px 46px; }

	.renovo-inner-hero {
		min-height: 500px;
	}

	.renovo-inner-hero-content {
		padding-top: 150px;
		padding-bottom: 58px;
	}

	.renovo-inner-hero h1 {
		font-size: 43px;
	}

	.renovo-inner-hero-content > p:last-child {
		font-size: 15px;
	}

	.renovo-breadcrumbs {
		margin-bottom: 30px;
	}

	.renovo-history-grid,
	.renovo-guide-grid,
	.renovo-pricing-grid,
	.renovo-process-grid {
		grid-template-columns: 1fr;
	}

	.renovo-history-grid article {
		min-height: 230px;
	}

	.renovo-history-grid h3 {
		margin-top: 55px;
	}

	.renovo-space-gallery {
		grid-template-columns: 1fr;
	}

	.renovo-space-gallery figure,
	.renovo-space-gallery figure:nth-child(3) {
		grid-column: auto;
		height: 320px;
	}

	.renovo-guide-card {
		grid-template-columns: 42px 1fr;
		padding: 26px;
	}

	.renovo-price-note,
	.renovo-inner-cta-card {
		align-items: stretch;
		flex-direction: column;
	}

	.renovo-price-note .renovo-btn,
	.renovo-inner-cta .renovo-btn {
		width: 100%;
	}

	.renovo-process-grid article,
	.renovo-process-grid article:nth-child(3),
	.renovo-process-grid article:nth-child(4) {
		min-height: 170px;
		border-top: 1px solid var(--renovo-gold-line);
		border-left: 0;
	}

	.renovo-process-grid article:first-child {
		border-top: 0;
	}

	.renovo-process-grid h3 {
		margin-top: 52px;
	}
}

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

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

	.renovo-reveal {
		opacity: 1;
		transform: none;
	}
}

/* 1.2 visual system: clean finder separation, filled image frames, static cases */
.renovo-hero {
	overflow: hidden;
}

.renovo-finder-section {
	position: relative;
	z-index: 4;
	padding: 34px 0;
	border-bottom: 1px solid var(--renovo-line);
	background: var(--renovo-alabaster);
}

.renovo-finder-wrap {
	position: static;
	transform: none;
}

.renovo-finder {
	background: #fff;
	backdrop-filter: none;
}

.renovo-about {
	padding-top: clamp(96px, 10vw, 150px);
}

.renovo-about-grid {
	grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.9fr);
	gap: clamp(50px, 7vw, 90px);
}

.renovo-about-visual {
	min-height: 620px;
}

.renovo-image-main {
	width: 94%;
	height: auto;
	aspect-ratio: 16 / 10;
}

.renovo-image-float {
	width: 50%;
	height: auto;
	aspect-ratio: 16 / 11;
}

.renovo-doctor-photo .renovo-image-frame > img {
	object-position: center 18%;
}

.renovo-image-frame > img {
	position: absolute !important;
	inset: 0;
	display: block;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	object-fit: cover;
}

.renovo-result-card {
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: var(--renovo-radius);
	background: #25282c;
}

.renovo-result-image {
	position: relative;
	aspect-ratio: 4 / 5;
	overflow: hidden;
	background: #17191b;
}

.renovo-result-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.renovo-review-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
}

.renovo-space-gallery {
	grid-template-columns: 1.25fr 0.75fr;
}

.renovo-space-carousel {
	margin-top: 88px;
}

.renovo-carousel-heading {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	align-items: end;
	gap: 70px;
	margin-bottom: 34px;
}

.renovo-carousel-heading h3 {
	margin: 8px 0 0;
	font-family: var(--renovo-serif);
	font-size: clamp(34px, 4.2vw, 56px);
	font-weight: 600;
	letter-spacing: -0.045em;
	line-height: 1.28;
}

.renovo-carousel-heading > p {
	max-width: 560px;
	margin: 0 0 8px;
	color: var(--renovo-muted);
	line-height: 1.9;
}

.renovo-carousel-viewport {
	overflow: hidden;
	border: 1px solid var(--renovo-gold-line);
	border-radius: 30px;
	background: #ddd5cf;
	box-shadow: var(--renovo-shadow-lg);
	touch-action: pan-y;
}

.renovo-carousel-track {
	display: flex;
	will-change: transform;
	transition: transform 850ms cubic-bezier(0.22, 1, 0.36, 1);
}

.renovo-carousel-slide {
	position: relative;
	flex: 0 0 100%;
	aspect-ratio: 16 / 9;
	margin: 0;
	overflow: hidden;
}

.renovo-carousel-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.renovo-carousel-slide::after {
	position: absolute;
	inset: 55% 0 0;
	background: linear-gradient(0deg, rgba(20, 20, 19, 0.48), transparent);
	content: "";
	pointer-events: none;
}

.renovo-carousel-slide figcaption {
	position: absolute;
	z-index: 2;
	bottom: 26px;
	left: 26px;
	display: grid;
	grid-template-columns: auto 1fr;
	column-gap: 14px;
	min-width: 290px;
	padding: 17px 20px;
	border: 1px solid rgba(255, 255, 255, 0.58);
	border-radius: 16px;
	background: rgba(251, 249, 248, 0.9);
	box-shadow: var(--renovo-shadow-sm);
	backdrop-filter: blur(14px);
}

.renovo-carousel-slide figcaption span {
	grid-row: 1 / 3;
	color: #9b7a53;
	font-family: var(--renovo-accent);
	font-size: 12px;
	letter-spacing: 0.12em;
}

.renovo-carousel-slide figcaption strong {
	font-family: var(--renovo-serif);
	font-size: 18px;
	line-height: 1.3;
}

.renovo-carousel-slide figcaption small {
	color: var(--renovo-muted);
	font-size: 11px;
}

.renovo-carousel-controls {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	gap: 24px;
	margin-top: 24px;
}

.renovo-carousel-arrows {
	display: flex;
	gap: 10px;
}

.renovo-carousel-arrows button {
	display: grid;
	width: 52px;
	height: 52px;
	place-items: center;
	border: 1px solid var(--renovo-gold-line);
	border-radius: 50%;
	background: #fff;
	color: var(--renovo-ink);
	cursor: pointer;
	transition: color var(--renovo-transition), background var(--renovo-transition), transform var(--renovo-transition);
}

.renovo-carousel-arrows button:hover {
	background: var(--renovo-ink);
	color: #fff;
	transform: translateY(-2px);
}

.renovo-carousel-arrows button svg {
	width: 18px;
	height: 18px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.6;
}

.renovo-carousel-arrows button:first-child svg {
	transform: rotate(180deg);
}

.renovo-carousel-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}

.renovo-carousel-dots button {
	width: 9px;
	height: 9px;
	padding: 0;
	border: 0;
	border-radius: 10px;
	background: #c9bdb3;
	cursor: pointer;
	transition: width var(--renovo-transition), background var(--renovo-transition);
}

.renovo-carousel-dots button[aria-current="true"] {
	width: 34px;
	background: #a98357;
}

.renovo-carousel-count {
	justify-self: end;
	margin: 0;
	color: var(--renovo-muted);
	font-family: var(--renovo-accent);
	letter-spacing: 0.08em;
}

.renovo-carousel-count strong {
	color: var(--renovo-ink);
	font-size: 25px;
	font-weight: 500;
}

.renovo-carousel-count span {
	margin-left: 6px;
	font-size: 12px;
}

.renovo-review-grid .renovo-review-card {
	min-height: 360px;
}

.renovo-inner-hero-feature-media .renovo-inner-hero-media {
	left: 42%;
	background:
		radial-gradient(circle at 70% 50%, rgba(186, 153, 111, 0.2), transparent 42%),
		#242321;
}

.renovo-inner-hero-feature-media .renovo-inner-hero-media img {
	object-fit: contain;
	object-position: center right;
	animation: none;
}

.renovo-inner-hero-feature-media .renovo-inner-hero-overlay {
	background:
		linear-gradient(90deg, #1b1b1a 0%, rgba(27, 27, 26, 0.96) 38%, rgba(27, 27, 26, 0.4) 70%, rgba(27, 27, 26, 0.2) 100%),
		linear-gradient(0deg, rgba(13, 13, 13, 0.55), transparent 65%);
}

@media (max-width: 1024px) {
	.renovo-finder-wrap {
		transform: none;
	}

	.renovo-about-grid {
		grid-template-columns: 1fr;
		gap: 64px;
	}

	.renovo-carousel-heading {
		gap: 34px;
	}

	.renovo-about {
		padding-top: 110px;
	}

	.renovo-about-visual {
		min-height: 520px;
	}

	.renovo-image-main {
		height: auto;
	}

	.renovo-review-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 720px) {
	.renovo-finder-section {
		padding: 18px 0 28px;
	}

	.renovo-finder-wrap {
		transform: none;
	}

	.renovo-about {
		padding-top: 80px;
	}

	.renovo-about-visual {
		min-height: 390px;
	}

	.renovo-image-main {
		width: 92%;
		height: auto;
		aspect-ratio: 4 / 3;
	}

	.renovo-image-float {
		width: 52%;
		height: auto;
		aspect-ratio: 4 / 3;
	}

	.renovo-review-grid {
		grid-template-columns: 1fr;
	}

	.renovo-space-gallery {
		grid-template-columns: 1fr;
	}

	.renovo-space-gallery figure:nth-child(2) {
		margin-top: 0;
	}

	.renovo-space-carousel {
		margin-top: 64px;
	}

	.renovo-carousel-heading {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.renovo-carousel-heading h3 {
		font-size: 34px;
	}

	.renovo-carousel-slide {
		aspect-ratio: 4 / 3;
	}

	.renovo-carousel-slide figcaption {
		right: 14px;
		bottom: 14px;
		left: 14px;
		min-width: 0;
		padding: 13px 15px;
	}

	.renovo-carousel-slide figcaption small {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.renovo-carousel-controls {
		grid-template-columns: 1fr auto;
	}

	.renovo-carousel-dots {
		display: none;
	}

	.renovo-review-grid .renovo-review-card {
		min-height: 300px;
	}

	.renovo-inner-hero-feature-media .renovo-inner-hero-media {
		left: 25%;
		opacity: 0.58;
	}
}

/* Contact page and inquiry form */
.renovo-contact-page {
	background:
		radial-gradient(circle at 90% 4%, rgba(197, 164, 122, 0.12), transparent 30%),
		var(--renovo-ivory);
}

.renovo-form-notice {
	margin: 0 0 28px;
	padding: 16px 20px;
	border: 1px solid;
	border-radius: 12px;
	font-size: 14px;
	line-height: 1.7;
}

.renovo-form-notice.is-success {
	border-color: rgba(39, 119, 83, 0.28);
	background: rgba(39, 119, 83, 0.08);
	color: #246847;
}

.renovo-form-notice.is-error {
	border-color: rgba(155, 83, 61, 0.28);
	background: rgba(155, 83, 61, 0.08);
	color: #824735;
}

.renovo-contact-page-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
	gap: clamp(28px, 4vw, 60px);
	align-items: start;
}

.renovo-contact-form,
.renovo-contact-direct,
.renovo-contact-details,
.renovo-contact-map {
	border: 1px solid var(--renovo-gold-line);
	border-radius: var(--renovo-radius);
	background: rgba(255, 255, 255, 0.92);
	box-shadow: var(--renovo-shadow-sm);
}

.renovo-contact-form {
	padding: clamp(26px, 4vw, 52px);
}

.renovo-honeypot {
	position: absolute !important;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	white-space: nowrap;
}

.renovo-form-intro {
	display: flex;
	gap: 18px;
	align-items: flex-start;
	margin-bottom: 34px;
	padding-bottom: 26px;
	border-bottom: 1px solid var(--renovo-line);
}

.renovo-form-intro > span {
	display: grid;
	width: 42px;
	height: 42px;
	flex: 0 0 42px;
	place-items: center;
	border: 1px solid var(--renovo-gold-line);
	border-radius: 50%;
	color: #9a7048;
	font-family: var(--renovo-serif);
}

.renovo-form-intro h3,
.renovo-contact-direct h3 {
	margin: 0 0 7px;
	font-family: var(--renovo-serif);
	font-size: clamp(24px, 2.4vw, 34px);
	font-weight: 500;
}

.renovo-form-intro p,
.renovo-contact-direct p {
	margin: 0;
	color: var(--renovo-muted);
	font-size: 13px;
	line-height: 1.7;
}

.renovo-form-fields {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px 18px;
}

.renovo-form-fields label > span {
	display: block;
	margin-bottom: 8px;
	color: var(--renovo-charcoal);
	font-size: 13px;
	font-weight: 600;
}

.renovo-form-fields em {
	margin-left: 4px;
	color: #a06f42;
	font-size: 10px;
	font-style: normal;
	font-weight: 500;
}

.renovo-form-fields input,
.renovo-form-fields select,
.renovo-form-fields textarea {
	width: 100%;
	min-height: 52px;
	padding: 13px 15px;
	border: 1px solid #ddd5cd;
	border-radius: 9px;
	outline: 0;
	background: #fff;
	color: var(--renovo-ink);
	font: inherit;
	font-size: 14px;
	transition: border-color var(--renovo-transition), box-shadow var(--renovo-transition);
}

.renovo-form-fields textarea {
	min-height: 150px;
	resize: vertical;
	line-height: 1.7;
}

.renovo-form-fields input:focus,
.renovo-form-fields select:focus,
.renovo-form-fields textarea:focus {
	border-color: #b78a5d;
	box-shadow: 0 0 0 3px rgba(183, 138, 93, 0.13);
}

.renovo-field-full {
	grid-column: 1 / -1;
}

.renovo-consent {
	display: grid;
	grid-template-columns: 18px 1fr;
	gap: 10px;
	align-items: start;
	margin: 24px 0;
	color: var(--renovo-muted);
	font-size: 12px;
	line-height: 1.65;
}

.renovo-consent input {
	margin-top: 3px;
	accent-color: #a87a4d;
}

.renovo-form-submit {
	width: 100%;
	justify-content: center;
	border: 0;
	cursor: pointer;
}

.renovo-contact-aside {
	display: grid;
	gap: 20px;
}

.renovo-contact-direct,
.renovo-contact-details {
	padding: clamp(24px, 3vw, 38px);
}

.renovo-contact-direct .renovo-btn {
	width: 100%;
	justify-content: center;
	margin-top: 24px;
}

.renovo-contact-direct .renovo-text-link {
	display: inline-flex;
	gap: 7px;
	align-items: center;
	margin-top: 19px;
	color: #75573c;
	font-size: 13px;
	font-weight: 600;
}

.renovo-social-qr-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin-top: 24px;
}

.renovo-social-qr-grid a {
	display: grid;
	gap: 8px;
	justify-items: center;
	padding: 12px;
	border: 1px solid var(--renovo-line);
	border-radius: 10px;
	background: #fff;
	color: var(--renovo-charcoal);
	font-size: 10px;
	font-weight: 600;
	text-align: center;
}

.renovo-social-qr-grid img {
	width: 100%;
	max-width: 120px;
	aspect-ratio: 1;
	object-fit: contain;
}

.renovo-privacy-note {
	margin-top: 18px !important;
	padding-top: 16px;
	border-top: 1px solid var(--renovo-line);
	font-size: 11px !important;
}

.renovo-contact-details > div {
	padding: 18px 0;
	border-bottom: 1px solid var(--renovo-line);
}

.renovo-contact-details > div:first-child {
	padding-top: 0;
}

.renovo-contact-details > div:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.renovo-contact-details span,
.renovo-contact-details small {
	display: block;
}

.renovo-contact-details span {
	margin-bottom: 8px;
	color: #9a7048;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.15em;
}

.renovo-contact-details strong {
	display: block;
	font-family: var(--renovo-serif);
	font-size: 18px;
	font-weight: 500;
	line-height: 1.55;
}

.renovo-contact-details small {
	margin-top: 5px;
	color: var(--renovo-muted);
	font-size: 12px;
}

.renovo-contact-map {
	overflow: hidden;
}

.renovo-contact-map iframe {
	display: block;
	width: 100%;
	height: 390px;
	border: 0;
	filter: saturate(0.72) contrast(0.96);
}

@media (max-width: 1024px) {
	.renovo-contact-page-grid {
		grid-template-columns: 1fr;
	}

	.renovo-contact-aside {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.renovo-contact-map {
		grid-column: 1 / -1;
	}
}

@media (max-width: 720px) {
	.renovo-about-menu {
		grid-template-columns: 1fr;
	}

	.renovo-contact-form {
		padding: 24px 18px;
	}

	.renovo-form-fields,
	.renovo-contact-aside {
		grid-template-columns: 1fr;
	}

	.renovo-field-full,
	.renovo-contact-map {
		grid-column: auto;
	}

	.renovo-contact-map iframe {
		height: 320px;
	}
}
