/*!
 * Radiantorbit SL — Interior Design Studio · Niebla, Huelva, Spain
 * https://radiantorbit-sl.com
 *
 * Studio-led residential and commercial interior design: spatial planning,
 * material and finish coordination, furniture and decor direction, and a
 * calm, considered visual language rooted in southern Spanish character.
 *
 * File: boutique-site.css — site-wide custom styles (gradients, components,
 * galleries, responsive refinements; consolidated from inline <style> blocks).
 */

@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i|Oswald:200,300,400,500,600,700|Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');

button.scroltop i {
	display: block;
	line-height: 40px;
	font-size: 16px;
}

.btn-accent-gradient {
	background: linear-gradient(135deg, #A66A3F 0%, #C9A46A 100%) !important;
	border: none !important;
	color: #FFFFFF !important;
	transition: all 0.3s ease;
}

.btn-accent-gradient:hover {
	background: linear-gradient(135deg, #7A4B2D 0%, #A66A3F 100%) !important;
	color: #FFFFFF !important;
	transform: translateY(-4px);
	box-shadow: 0 14px 32px rgba(166, 106, 63, 0.28);
}

.boutique-body {
	background-color: #F7F3EA;
	color: rgba(21, 21, 21, 0.72);
}

.boutique-body .brand-surface,
.boutique-body .sr-iconbox.bg-white,
.boutique-body .services-overview-card,
.boutique-body .service-home-card,
.boutique-body .about-icon-card,
.boutique-body .approach-card,
.boutique-body .service-feature-card,
.boutique-body .about-focus-panel__inner,
.boutique-body .about-process-step__content,
.boutique-body .about-process-step__marker,
.boutique-body .contact-form-panel,
.boutique-body .contact-info-card,
.boutique-body .contact-location-panel,
.boutique-body .legal-highlight-card,
.boutique-body .services-scope-card,
.boutique-body .site-filters.filter-style1 .filters li.btn:not(.active) {
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.95) 0%, rgba(247, 243, 234, 0.9) 52%, rgba(232, 212, 170, 0.24) 100%) !important;
}

.boutique-body .page-content.bg-white {
	background-color: #F7F3EA;
}

.boutique-body h1,
.boutique-body h2,
.boutique-body h3,
.boutique-body h4,
.boutique-body .head-title,
.boutique-body .dlab-tilte {
	color: #151515;
}

/* Inner page hero titles — light accent gradient over dark imagery */
.boutique-body .page-content .dlab-bnr-inr-entry h1 {
	background: linear-gradient(135deg, #FFFFFF 0%, #F5E6C8 38%, #E8C878 72%, #C9A46A 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: #F7F3EA;
	filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.42));
}

.boutique-body .page-content .dlab-bnr-inr-entry h1::after {
	display: none;
}

.boutique-body .service-page-hero__content h1 {
	background: linear-gradient(135deg, #FFFFFF 0%, #F5E6C8 38%, #E8C878 72%, #C9A46A 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: #F7F3EA;
	filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.42));
}

@media (max-width: 767px) {
	.boutique-body .page-content .dlab-bnr-inr-entry h1,
	.boutique-body .service-page-hero__content h1 {
		filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.5));
	}
}

.extra-nav .btn-header-cta {
	background: linear-gradient(135deg, #A66A3F 0%, #C9A46A 100%) !important;
	border: none !important;
	color: #FFFFFF !important;
	border-radius: 50px;
	font-weight: 600;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	transition: all 0.3s ease;
}

.extra-nav .btn-header-cta:hover {
	background: linear-gradient(135deg, #7A4B2D 0%, #A66A3F 100%) !important;
	color: #FFFFFF !important;
	transform: translateY(-2px);
}

.header-nav .nav > li.active > a,
.is-fixed .header-nav .nav > li.active > a {
	color: #E8C878 !important;
}

.header-nav .nav > li > a:hover,
.is-fixed .header-nav .nav > li > a:hover {
	color: #F0D48A !important;
}

.header-transparent .header-nav .nav > li.active > a {
	color: #F0D48A !important;
}

.header-transparent .header-nav .nav > li > a:hover {
	color: #F5DC96 !important;
}

.site-filters.filter-style1 .filters li.btn a,
.site-filters.filter-style1 .filters li.btn a span {
	position: relative;
	z-index: 2;
	color: #151515;
	transition: color 0.3s ease;
}

.site-filters.filter-style1 .filters li.btn:before,
.site-filters.filter-style1 .filters li.btn:after {
	display: none !important;
	content: none !important;
}

.site-filters.filter-style1 .filters {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 10px;
	padding: 0;
	margin: 0;
}

.site-filters.filter-style1 .filters li.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0 !important;
	padding: 9px 18px !important;
	border-radius: 50px;
	background: #FFFFFF !important;
	border: 1px solid rgba(166, 106, 63, 0.24) !important;
	box-shadow: none !important;
	float: none;
}

.site-filters.filter-style1 .filters li.btn a {
	margin: 0 !important;
	padding: 0 !important;
	display: inline-block;
	pointer-events: none;
}

.site-filters.filter-style1 .filters li.btn input[type="radio"] {
	position: absolute;
	opacity: 0;
	pointer-events: none;
	width: 0;
	height: 0;
}

.site-filters.filter-style1 .filters li.btn {
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
}

.site-filters.filter-style1 .filters li.btn.active {
	border-color: #A66A3F !important;
	background: linear-gradient(135deg, #A66A3F 0%, #C9A46A 100%) !important;
}

.site-filters.filter-style1 .filters li.btn:not(.active):hover {
	border-color: rgba(166, 106, 63, 0.45) !important;
	background: rgba(255, 255, 255, 0.95) !important;
}

.site-filters.filter-style1 .filters li.btn.active a,
.site-filters.filter-style1 .filters li.btn.active a span {
	color: #F7F3EA !important;
}

.site-filters.filter-style1 .filters li.btn:not(.active) a,
.site-filters.filter-style1 .filters li.btn:not(.active) a span {
	color: #151515 !important;
}

.site-filters.filter-style1 .filters li.btn:not(.active):hover a,
.site-filters.filter-style1 .filters li.btn:not(.active):hover a span {
	color: #A66A3F !important;
}

.btn.primary,
.video-bx .btn.primary {
	background: linear-gradient(135deg, #A66A3F 0%, #C9A46A 100%) !important;
	border: none !important;
}

.btn.primary:hover,
.video-bx .btn.primary:hover {
	background: linear-gradient(135deg, #7A4B2D 0%, #A66A3F 100%) !important;
	transform: translateY(-2px);
}

/* Portfolio cards */
.portfolio-boutique .dlab-media {
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 4px 20px rgba(21, 21, 21, 0.06);
	transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
	border: 1px solid transparent;
}

.portfolio-boutique .dlab-media:hover {
	transform: translateY(-4px);
	box-shadow: 0 18px 40px rgba(21, 21, 21, 0.12);
	border-color: rgba(166, 106, 63, 0.35);
}

.portfolio-boutique .dlab-media img {
	aspect-ratio: 4 / 3;
	object-fit: cover;
	width: 100%;
	display: block;
	transition: transform 0.45s ease;
}

@media (hover: hover) and (pointer: fine) {
	.portfolio-boutique .dlab-media:hover img {
		transform: scale(1.05);
	}
}

.project-example-meta {
	display: flex;
	flex-direction: column;
	gap: 4px;
	margin-top: 12px;
	padding: 0 4px 8px;
	text-align: left;
}

.project-example-meta span {
	font-size: 12px;
	line-height: 1.5;
	color: rgba(21, 21, 21, 0.62);
}

.project-example-meta em {
	font-style: normal;
	font-weight: 600;
	color: #A66A3F;
	margin-right: 6px;
}

@media (max-width: 767px) {
	.project-example-meta {
		margin-top: 10px;
		padding-bottom: 4px;
	}

	.project-example-meta span {
		font-size: 11px;
	}
}

.portfolio-boutique .overlay-bx {
	background: rgba(21, 21, 21, 0.58) !important;
	transition: opacity 0.35s ease;
}

.portfolio-boutique .portinner {
	padding: 14px 16px;
}

.portfolio-boutique .portinner span,
.portfolio-boutique .portinner .btn {
	display: none;
}

.portfolio-boutique .port-title {
	margin: 0;
	font-size: 14px;
	line-height: 1.35;
	font-weight: 600;
}

.portfolio-boutique .port-title a {
	color: #F7F3EA;
}

/* Services overview page */
.services-overview-card {
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.95) 0%, rgba(247, 243, 234, 0.9) 52%, rgba(232, 212, 170, 0.24) 100%);
	border: 1px solid rgba(166, 106, 63, 0.15);
	border-radius: 10px;
	padding: 0;
	height: 100%;
	overflow: hidden;
	transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.services-overview-card-thumb {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: linear-gradient(135deg, rgba(166, 106, 63, 0.2), rgba(201, 164, 106, 0.14));
}

.services-overview-card-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.45s ease;
}

.services-overview-card-body {
	padding: 22px 22px 26px;
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
}

.services-overview-grid > [class*="col-"] {
	display: flex;
}

a.services-overview-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	text-decoration: none;
	color: inherit;
}

a.services-overview-card:hover {
	text-decoration: none;
	color: inherit;
}

.services-overview-card h2 {
	font-size: 1.2rem;
	margin-bottom: 10px;
	line-height: 1.35;
	color: #151515;
}

.services-overview-card h2 i {
	color: #A66A3F;
}

.services-overview-card:hover .services-overview-card-thumb img {
	transform: scale(1.04);
}

.services-overview-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 18px 40px rgba(21, 21, 21, 0.12);
	border-color: rgba(166, 106, 63, 0.35);
}

.services-overview-card p {
	color: rgba(21, 21, 21, 0.72);
	margin-bottom: 14px;
	flex: 1 1 auto;
}

.services-overview-card .btn-learn-more {
	display: inline-block;
	padding: 10px 22px;
	border: 2px solid #A66A3F;
	color: #7A4B2D;
	border-radius: 50px;
	font-weight: 600;
	font-size: 14px;
	transition: all 0.3s ease;
	margin-top: auto;
	align-self: flex-start;
}

.services-overview-card .btn-learn-more:hover {
	background: linear-gradient(135deg, #7A4B2D 0%, #A66A3F 100%);
	color: #F7F3EA;
	border-color: transparent;
	text-decoration: none;
}

@media (max-width: 991px) {
	.services-overview-grid .col-lg-4 {
		padding-left: 12px;
		padding-right: 12px;
	}

	.services-overview-card {
		max-width: 520px;
		margin-left: auto;
		margin-right: auto;
	}
}

/* Example projects page gallery */
.example-projects-gallery {
	max-width: 520px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 6px;
	padding-right: 6px;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
}

.example-projects-gallery .card-container {
	flex: 0 0 50% !important;
	max-width: 50% !important;
	width: 50% !important;
	padding-left: 8px !important;
	padding-right: 8px !important;
	margin-bottom: 16px;
	float: none !important;
	position: relative !important;
	left: auto !important;
	top: auto !important;
}

.example-projects-gallery .dlab-media img {
	aspect-ratio: 4 / 3;
	object-fit: cover;
	width: 100%;
	display: block;
	cursor: zoom-in;
}

/* Example projects compact lightbox */
body.project-lightbox-open {
	overflow: hidden;
}

.project-lightbox {
	position: fixed;
	inset: 0;
	z-index: 10050;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px 16px;
}

.project-lightbox[hidden] {
	display: none !important;
}

.project-lightbox__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(21, 21, 21, 0.72);
}

.project-lightbox__dialog {
	position: relative;
	z-index: 1;
	width: min(920px, 92vw);
	max-height: min(82vh, 760px);
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 18px 12px;
	border-radius: 14px;
	background: linear-gradient(145deg, rgba(247, 243, 234, 0.98), rgba(232, 212, 170, 0.92));
	border: 1px solid rgba(201, 164, 106, 0.45);
	box-shadow: 0 24px 64px rgba(21, 21, 21, 0.28);
}

.project-lightbox__figure {
	flex: 1;
	margin: 0;
	min-width: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.project-lightbox__figure img {
	display: block;
	width: 100%;
	max-height: min(68vh, 620px);
	object-fit: contain;
	border-radius: 8px;
	background: #151515;
}

.project-lightbox__figure figcaption {
	margin-top: 12px;
	font-size: 14px;
	font-weight: 600;
	color: #151515;
	text-align: center;
}

.project-lightbox__close {
	position: absolute;
	top: 8px;
	right: 10px;
	border: 0;
	background: transparent;
	color: #7A4B2D;
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
	padding: 4px 8px;
}

.project-lightbox__nav {
	flex: 0 0 auto;
	width: 38px;
	height: 38px;
	border: 0;
	border-radius: 50%;
	background: linear-gradient(135deg, #A66A3F, #C9A46A);
	color: #FFFFFF;
	font-size: 24px;
	line-height: 1;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0;
}

.project-lightbox__nav:hover {
	filter: brightness(1.05);
}

/* Home projects preview — no image popup */
.home-projects-no-lightbox .dlab-media,
.home-projects-no-lightbox .dlab-media img,
.home-projects-no-lightbox .overlay-bx,
.home-projects-no-lightbox .port-title a,
.home-projects-no-lightbox .overlay-bx .btn {
	cursor: default;
}

@media (max-width: 767px) {
	.project-lightbox {
		padding: 16px 10px;
	}

	.project-lightbox__dialog {
		width: 96vw;
		max-height: 78vh;
		padding: 16px 8px 14px;
	}

	.project-lightbox__nav {
		width: 34px;
		height: 34px;
		font-size: 22px;
	}

	.project-lightbox__figure img {
		max-height: 56vh;
	}
}

@media (min-width: 768px) {
	.example-projects-gallery {
		max-width: 720px;
		padding-left: 10px;
		padding-right: 10px;
	}

	.example-projects-gallery .card-container {
		padding-left: 10px !important;
		padding-right: 10px !important;
		margin-bottom: 20px;
	}
}

@media (min-width: 992px) {
	.example-projects-gallery {
		max-width: 920px;
	}

	.example-projects-gallery .card-container {
		flex: 0 0 25% !important;
		max-width: 25% !important;
		width: 25% !important;
	}
}
#contactForm .form-control {
	border-radius: 6px;
	border: 1px solid rgba(21, 21, 21, 0.15);
	padding: 12px 16px;
	transition: border-color 0.3s ease, box-shadow 0.3s ease;
	background: #FFFFFF;
}

#contactForm .form-control:focus {
	border-color: #A66A3F;
	box-shadow: 0 0 0 0.2rem rgba(166, 106, 63, 0.18);
}

#contactForm .form-control.is-invalid {
	border-color: #c0392b;
}

#contactForm .invalid-feedback {
	display: none;
	color: #c0392b;
	font-size: 13px;
	margin-top: 6px;
}

#contactForm .form-control.is-invalid ~ .invalid-feedback,
#contactForm .contact-custom-select.is-invalid ~ .invalid-feedback {
	display: block;
}

#contactSubmitBtn.btn,
#contactSubmitBtn.contact-submit-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 14px 32px !important;
	font-weight: 600;
	font-size: 15px;
	line-height: 1.3;
	min-width: 168px;
	border: none !important;
	outline: none !important;
	box-shadow: none !important;
	background: linear-gradient(135deg, #A66A3F 0%, #C9A46A 100%) !important;
	color: #FFFFFF !important;
}

#contactSubmitBtn.btn:hover:not(:disabled),
#contactSubmitBtn.contact-submit-btn:hover:not(:disabled) {
	background: linear-gradient(135deg, #7A4B2D 0%, #A66A3F 100%) !important;
	color: #FFFFFF !important;
	transform: translateY(-4px);
	box-shadow: 0 18px 40px rgba(166, 106, 63, 0.28);
}

#contactSubmitBtn .btn-text {
	color: #FFFFFF;
}

.contact-main .contact-info-panel {
	padding-right: 12px;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.contact-info-lead,
.contact-form-intro {
	color: rgba(21, 21, 21, 0.72);
	line-height: 1.7;
}

.contact-form-panel {
	background: #FFFFFF;
	border: 1px solid rgba(166, 106, 63, 0.14);
	border-radius: 12px;
	padding: 36px 32px;
	box-shadow: 0 10px 28px rgba(21, 21, 21, 0.06);
	transition: box-shadow 0.35s ease, border-color 0.35s ease;
	display: flex;
	flex-direction: column;
}

.contact-form-layout {
	display: flex;
	flex-direction: column;
	flex: 1;
	min-height: 0;
}

.contact-form-fields-row {
	flex-shrink: 0;
}

.contact-form-message-col {
	flex: 1;
	display: flex;
	flex-direction: column;
	min-height: 160px;
	margin-bottom: 8px;
}

.contact-form-message-col .form-group {
	flex: 1;
	display: flex;
	flex-direction: column;
	margin-bottom: 0;
}

.contact-form-message-col textarea {
	flex: 1;
	min-height: 160px;
	resize: vertical;
}

.contact-form-submit-col {
	flex-shrink: 0;
	text-align: center;
	padding-top: 18px;
}

.contact-maps-wrap {
	text-align: center;
	margin-top: 14px;
	margin-bottom: 0;
}

.contact-info-cards {
	margin-bottom: 0;
}

.contact-accent-gradient-text {
	background: linear-gradient(90deg, #A66A3F, #C9A46A, #F7F3EA, #A66A3F);
	background-size: 300% 100%;
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
	animation: brandGradientShift 6s ease infinite;
	font-weight: 600;
}

.contact-custom-select {
	position: relative;
	width: 100%;
}

.contact-select-native {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.contact-select-trigger {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 12px 16px;
	border-radius: 6px;
	border: 1px solid rgba(21, 21, 21, 0.15);
	background: #FFFFFF;
	text-align: left;
	cursor: pointer;
	font: inherit;
	font-size: 16px;
	line-height: 1.5;
	color: #151515;
	transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.contact-select-trigger:focus {
	outline: none;
	border-color: #A66A3F;
	box-shadow: 0 0 0 0.2rem rgba(166, 106, 63, 0.18);
}

.contact-custom-select.is-open .contact-select-trigger {
	border-color: #A66A3F;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	box-shadow: none;
}

.contact-custom-select.is-invalid .contact-select-trigger {
	border-color: #c0392b;
}

.contact-select-placeholder {
	color: rgba(21, 21, 21, 0.45);
	font-weight: 400;
}

.contact-select-arrow {
	flex-shrink: 0;
	font-size: 14px;
	color: #A66A3F;
	transition: transform 0.25s ease;
}

.contact-custom-select.is-open .contact-select-arrow {
	transform: rotate(180deg);
}

.contact-select-dropdown {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 30;
	background: #FFFFFF;
	border: 1px solid #A66A3F;
	border-top: none;
	border-radius: 0 0 6px 6px;
	box-shadow: 0 12px 28px rgba(21, 21, 21, 0.08);
	max-height: 280px;
	overflow-y: auto;
}

.contact-select-options {
	list-style: none;
	margin: 0;
	padding: 6px 0;
}

.contact-select-options li {
	padding: 10px 16px;
	cursor: pointer;
	color: rgba(21, 21, 21, 0.82);
	line-height: 1.45;
	transition: background-color 0.15s ease, color 0.15s ease;
}

.contact-select-options li[data-value=""] {
	color: rgba(21, 21, 21, 0.45);
}

.contact-select-options li:hover:not([data-value=""]),
.contact-select-options li.is-selected:not([data-value=""]) {
	background: rgba(166, 106, 63, 0.1);
}

.contact-select-options li.is-focused:not([data-value=""]) {
	background: rgba(166, 106, 63, 0.08);
}

.contact-select-options li:hover:not([data-value=""]) .contact-select-option-text,
.contact-select-options li.is-selected:not([data-value=""]) .contact-select-option-text,
.contact-select-value.contact-accent-gradient-text {
	background: linear-gradient(90deg, #A66A3F, #C9A46A, #F7F3EA, #A66A3F);
	background-size: 300% 100%;
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
	animation: brandGradientShift 6s ease infinite;
	font-weight: 600;
}

.contact-select-option-text {
	display: inline-block;
}

.contact-subject-group {
	margin-bottom: 25px;
}

#contactSuccessModal .modal-content {
	border: none;
	border-radius: 14px;
	overflow: hidden;
	box-shadow: 0 24px 56px rgba(21, 21, 21, 0.2);
}

@media (max-width: 575px) {
	#contactSuccessModal .modal-dialog {
		max-width: min(340px, calc(100% - 36px));
		margin: 1.5rem auto;
	}

	#contactSuccessModal .contact-success-modal__header {
		padding: 30px 28px 24px;
	}

	#contactSuccessModal .contact-success-modal__body {
		padding: 24px 22px 26px;
		font-size: 14px;
	}
}

#contactSuccessModal .contact-success-modal__header .close {
	position: absolute;
	top: 12px;
	right: 16px;
	margin: 0;
	padding: 0;
	float: none;
	color: #F7F3EA;
	opacity: 0.8;
	text-shadow: none;
}

#contactSuccessModal .contact-success-modal__title-block {
	width: 100%;
	text-align: center;
}

#contactSuccessModal .contact-success-modal__header {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 36px 44px 28px;
	background: linear-gradient(160deg, #151515 0%, #2a2018 100%);
	color: #F7F3EA;
	border-bottom: 1px solid rgba(247, 243, 234, 0.12);
}

#contactSuccessModal .contact-success-modal__header .about-icon-card__icon {
	background: rgba(247, 243, 234, 0.08);
	border: 2px solid rgba(201, 164, 106, 0.45);
	box-shadow: 0 8px 24px rgba(166, 106, 63, 0.22);
	width: 56px;
	height: 56px;
}

#contactSuccessModal .contact-success-modal__header .about-icon-card__icon i {
	color: #E8D4AA;
	font-size: 28px;
}

#contactSuccessModal .contact-success-modal__header .modal-title {
	margin: 16px 0 0;
	width: 100%;
	text-align: center;
	color: #F7F3EA;
	font-size: 1.3rem;
	font-weight: 600;
}

#contactSuccessModal .contact-success-modal__body {
	padding: 30px 36px 32px;
	color: rgba(21, 21, 21, 0.78);
	line-height: 1.75;
	text-align: center;
	font-size: 15px;
}

#contactSuccessModal .contact-success-modal__footer {
	justify-content: center;
	text-align: center;
	border-top: 1px solid rgba(21, 21, 21, 0.08);
	padding: 20px 24px 24px;
	background: #FAF7F0;
}

#contactSuccessModal .btn-close-modal {
	background: linear-gradient(135deg, #A66A3F 0%, #C9A46A 100%);
	border: none;
	color: #F7F3EA;
	padding: 10px 28px;
	border-radius: 50px;
	font-weight: 600;
	transition: all 0.3s ease;
}

#contactSuccessModal .btn-close-modal:hover {
	background: linear-gradient(135deg, #7A4B2D 0%, #A66A3F 100%);
	color: #F7F3EA;
	transform: translateY(-2px);
	box-shadow: 0 12px 28px rgba(166, 106, 63, 0.3);
}

.contact-form-panel:hover {
	border-color: rgba(201, 164, 106, 0.4);
	box-shadow: 0 14px 34px rgba(166, 106, 63, 0.1);
}

.contact-main .contact-form-panel {
	min-height: 520px;
}

@media (min-width: 992px) {
	.contact-main .contact-info-panel {
		min-height: 520px;
	}

	.contact-maps-wrap {
		margin-top: auto;
		margin-bottom: auto;
		padding-top: 14px;
	}
}

.contact-form-panel h3 {
	color: #151515;
	font-size: 1.5rem;
}

.contact-info-card {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	padding: 18px 20px;
	background: #FFFFFF;
	border: 1px solid rgba(166, 106, 63, 0.12);
	border-radius: 10px;
	margin-bottom: 14px;
	transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.contact-info-card:last-child {
	margin-bottom: 0;
}

.contact-info-card:hover {
	transform: translateY(-4px);
	border-color: rgba(201, 164, 106, 0.5);
	box-shadow: 0 12px 28px rgba(166, 106, 63, 0.1);
}

.contact-info-card__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: linear-gradient(135deg, rgba(166, 106, 63, 0.14), rgba(201, 164, 106, 0.1));
	color: #A66A3F;
	font-size: 20px;
	transition: transform 0.35s ease, background 0.35s ease;
}

.contact-info-card:hover .contact-info-card__icon {
	transform: scale(1.08);
	background: linear-gradient(135deg, rgba(166, 106, 63, 0.22), rgba(201, 164, 106, 0.16));
}

.contact-info-card h5 {
	margin: 0 0 6px;
	font-size: 14px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #A66A3F;
}

.contact-info-card p {
	margin: 0;
	line-height: 1.6;
	color: rgba(21, 21, 21, 0.78);
}

.contact-info-card a {
	color: rgba(21, 21, 21, 0.78);
}

.contact-info-card a:hover {
	color: #A66A3F;
}

.contact-map-section {
	padding-bottom: 56px !important;
}

.contact-map-section .contact-map-embed {
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 8px 24px rgba(21, 21, 21, 0.06);
}

#contactSubmitBtn .spinner-border {
	width: 1rem;
	height: 1rem;
	border-width: 0.15em;
	margin-right: 8px;
	vertical-align: -2px;
}

.contact-box .form-group {
	margin-bottom: 22px;
}

.contact-location-panel {
	background: #FFFFFF;
	border: 1px solid rgba(166, 106, 63, 0.15);
	border-radius: 12px;
	padding: 48px 40px;
}

.contact-location-item {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	max-width: 440px;
	margin: 0 auto 22px;
	text-align: left;
}

.contact-location-item i {
	font-size: 22px;
	color: #A66A3F;
	flex-shrink: 0;
	margin-top: 2px;
}

.contact-location-item p,
.contact-location-item a {
	margin: 0;
	color: rgba(21, 21, 21, 0.78);
	line-height: 1.7;
}

.contact-location-item a:hover {
	color: #A66A3F;
}

.btn-maps-cta {
	display: inline-block;
	margin-top: 0;
	padding: 12px 28px;
	border-radius: 50px;
	background: linear-gradient(135deg, #A66A3F 0%, #C9A46A 100%);
	color: #FFFFFF !important;
	font-weight: 600;
	transition: all 0.3s ease;
	border: none;
}

.btn-maps-cta:hover {
	background: linear-gradient(135deg, #7A4B2D 0%, #A66A3F 100%);
	color: #FFFFFF !important;
	transform: translateY(-2px);
	text-decoration: none;
}

.contact-map-embed iframe {
	width: 100%;
	min-height: 420px;
	height: 480px;
	border: 0;
	display: block;
}

@media (max-width: 767px) {
	.contact-main .contact-info-panel {
		padding-right: 0;
		margin-bottom: 24px;
	}

	.contact-form-panel {
		padding: 28px 22px;
		min-height: 0;
	}

	.contact-form-message-col {
		min-height: 140px;
	}

	.contact-maps-wrap,
	.contact-form-submit-col {
		text-align: center;
	}

	.contact-submit-btn {
		width: auto;
		max-width: 100%;
	}

	.contact-box .section-head {
		margin-bottom: 32px;
	}

	.contact-box .form-group {
		margin-bottom: 18px;
	}

	.contact-location-panel {
		padding: 36px 24px;
	}

	.contact-location-item {
		justify-content: center;
	}

	.contact-map-embed iframe {
		min-height: 320px;
		height: 360px;
	}
}

/* Service detail pages */
.service-page-hero {
	position: relative;
	min-height: 420px;
	display: flex;
	align-items: flex-end;
	overflow: hidden;
}

.service-page-hero__media {
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, rgba(122, 75, 45, 0.92) 0%, rgba(201, 164, 106, 0.78) 100%);
}

.service-page-hero__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 38%;
	display: block;
	transition: transform 0.55s ease;
}

@media (hover: hover) and (pointer: fine) {
	.service-page-hero:hover .service-page-hero__media img {
		transform: scale(1.05);
	}

	.service-page-intro-media__frame img {
		transition: transform 0.55s ease;
	}

	.service-page-intro-section:hover .service-page-intro-media__frame img {
		transform: scale(1.04);
	}
}

.service-page-hero__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(21, 21, 21, 0.84) 0%, rgba(21, 21, 21, 0.42) 52%, rgba(21, 21, 21, 0.22) 100%);
	z-index: 1;
}

.service-page-hero__content {
	position: relative;
	z-index: 2;
	width: 100%;
	padding: 56px 15px 64px;
	color: #F7F3EA;
	text-align: center;
}

.service-page-hero__content h1 {
	margin-bottom: 14px;
}

.service-page-hero .breadcrumb-row {
	background: transparent !important;
	padding: 0 !important;
	width: 100%;
	text-align: center;
	margin-top: 18px;
}

.service-page-hero .breadcrumb-row ul {
	margin: 0 auto;
	display: inline-block;
	background: rgba(255, 255, 255, 0.18);
	padding: 10px 20px;
	border-radius: 4px;
	border: 1px solid rgba(255, 255, 255, 0.22);
}

.service-page-hero .breadcrumb-row ul li,
.service-page-hero .breadcrumb-row ul li a,
.service-page-hero .breadcrumb-row ul li::after {
	color: #fff !important;
	text-transform: capitalize;
	font-size: 14px;
	font-weight: 500;
}

.service-page-hero .breadcrumb-row ul li:last-child {
	color: rgba(255, 255, 255, 0.92) !important;
}

.service-page-hero .breadcrumb-row ul li::after {
	margin-left: 10px;
}

.service-page-intro-section {
	overflow: hidden;
	padding-bottom: 64px !important;
}

.service-page-intro-section + .section-full {
	padding-top: 64px !important;
}

.content-block .section-tone-cream:has(.service-page-grid) {
	padding-bottom: 64px !important;
}

.content-block .section-tone-cream + .section-tone-warm {
	padding-top: 64px !important;
}

.content-block .section-tone-warm:has(.service-process-panel) {
	padding-bottom: 64px !important;
}

.service-page-intro-media {
	display: flex;
	align-items: stretch;
	gap: 14px;
}

.service-page-intro-media__frame {
	flex: 1;
	border-radius: 12px;
	overflow: hidden;
	border: 1px solid rgba(166, 106, 63, 0.22);
	box-shadow: 0 16px 36px rgba(21, 21, 21, 0.1);
	aspect-ratio: 16 / 10;
	background: linear-gradient(135deg, rgba(166, 106, 63, 0.22) 0%, rgba(201, 164, 106, 0.16) 100%);
}

.service-page-intro-media__frame img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.service-page-intro-media__line {
	display: block;
	width: 4px;
	flex-shrink: 0;
	border-radius: 4px;
	background: linear-gradient(180deg, #A66A3F, #C9A46A, #A66A3F);
	background-size: 100% 220%;
	animation: serviceLineShift 2.8s ease-in-out infinite;
}

.service-page-intro-content {
	padding-left: 8px;
}

.service-page-intro-content__icon {
	justify-content: flex-start;
	margin-bottom: 20px;
}

.service-page-intro-content .lead {
	color: rgba(21, 21, 21, 0.86);
	font-size: 1.12rem;
	line-height: 1.75;
}

.service-page-intro-content p {
	line-height: 1.75;
	color: rgba(21, 21, 21, 0.74);
}

@media (max-width: 991px) {
	.service-page-intro-media__line {
		display: none;
	}

	.service-page-intro-content {
		padding-left: 0;
	}
}

.service-page-grid {
	align-items: stretch;
}

@media (min-width: 768px) and (max-width: 991px) {
	.service-page-grid {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 24px;
		margin-left: 0;
		margin-right: 0;
	}

	.service-page-grid > [class*="col-"] {
		max-width: none;
		width: auto;
		flex: none;
		padding-left: 0;
		padding-right: 0;
		margin-bottom: 0 !important;
	}
}

@media (min-width: 992px) {
	.service-page-grid {
		display: grid;
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 24px;
		margin-left: 0;
		margin-right: 0;
	}

	.service-page-grid > [class*="col-"] {
		max-width: none;
		width: auto;
		flex: none;
		padding-left: 0;
		padding-right: 0;
		margin-bottom: 0 !important;
	}
}

.service-page-grid > [class*="col-"] {
	display: flex;
	align-items: stretch;
}

@media (max-width: 991px) {
	.service-page-grid > [class*="col-"] {
		margin-bottom: 24px !important;
	}

	.service-page-grid > [class*="col-"]:last-child {
		margin-bottom: 0 !important;
	}
}

.service-feature-card {
	background: #FFFFFF;
	border: 1px solid rgba(166, 106, 63, 0.16);
	border-radius: 10px;
	padding: 28px 24px;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	position: relative;
	isolation: isolate;
	transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.service-feature-card::before {
	content: "";
	position: absolute;
	inset: -2px;
	border-radius: 12px;
	z-index: -1;
	opacity: 0;
	background: linear-gradient(120deg, rgba(166, 106, 63, 0.28), rgba(201, 164, 106, 0.22), rgba(247, 243, 234, 0.18));
	background-size: 280% 280%;
	filter: blur(12px);
	transition: opacity 0.35s ease;
	animation: aboutCardGlow 5s ease infinite;
}

.service-feature-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 14px 32px rgba(166, 106, 63, 0.12);
	border-color: rgba(201, 164, 106, 0.55);
}

.service-feature-card:hover::before {
	opacity: 0.4;
}

.service-feature-card .about-icon-card__icon-wrap {
	margin-bottom: 16px;
	justify-content: center;
}

.service-feature-card:hover .about-icon-card__line {
	animation-duration: 1.5s;
}

.service-feature-card h4 {
	margin-bottom: 12px;
	color: #151515;
	font-size: 1.05rem;
	text-align: center;
}

.service-feature-card p {
	margin-bottom: 0;
	flex: 1;
	line-height: 1.7;
	color: rgba(21, 21, 21, 0.72);
}

.service-process-panel {
	background: #FFFFFF;
	border: 1px solid rgba(166, 106, 63, 0.16);
	border-radius: 12px;
	padding: 8px;
	overflow: hidden;
	box-shadow: 0 10px 28px rgba(21, 21, 21, 0.06);
}

.service-process-table {
	width: 100%;
	border-collapse: collapse;
	margin: 0;
	font-size: 15px;
}

.service-process-table th,
.service-process-table td {
	padding: 16px 18px;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid rgba(166, 106, 63, 0.12);
}

.service-process-table thead th {
	background: linear-gradient(135deg, rgba(166, 106, 63, 0.14), rgba(201, 164, 106, 0.1));
	color: #151515;
	font-weight: 600;
}

.service-process-table tbody tr:last-child td {
	border-bottom: none;
}

.service-process-table tbody tr:hover {
	background: rgba(166, 106, 63, 0.06);
}

.service-process-table__step {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 36px;
	height: 36px;
	padding: 0 10px;
	border-radius: 50px;
	background: linear-gradient(135deg, rgba(166, 106, 63, 0.16), rgba(201, 164, 106, 0.12));
	color: #A66A3F;
	font-weight: 700;
	font-size: 13px;
	letter-spacing: 0.04em;
}

.service-process-table td:nth-child(2) {
	font-weight: 600;
	color: #151515;
	min-width: 180px;
}

.service-process-table td:nth-child(3) {
	color: rgba(21, 21, 21, 0.74);
	line-height: 1.7;
}

.service-detail-hero {
	padding: 88px 0 76px !important;
	background-position: center;
	background-size: cover;
}

.service-cta-section {
	background: #151515;
	color: #F7F3EA;
	padding: 56px 0;
}

@media (max-width: 991px) {
	.service-page-hero {
		min-height: 250px;
		align-items: center;
	}

	.service-page-hero__content {
		padding: 108px 15px 36px;
	}
}

@media (max-width: 767px) {
	.service-page-hero {
		min-height: 250px;
	}

	.service-process-panel {
		padding: 0;
		background: transparent;
		border: none;
		box-shadow: none;
		overflow: visible;
	}

	.service-process-table {
		display: block;
		overflow-x: visible;
		white-space: normal;
	}

	.service-process-table thead {
		display: none;
	}

	.service-process-table tbody {
		display: flex;
		flex-direction: column;
		gap: 16px;
	}

	.service-process-table tr {
		display: block;
		background: #FFFFFF;
		border: 1px solid rgba(166, 106, 63, 0.16);
		border-radius: 10px;
		padding: 18px 20px;
		box-shadow: 0 8px 22px rgba(21, 21, 21, 0.06);
	}

	.service-process-table tr:hover {
		background: #FFFFFF;
	}

	.service-process-table td {
		display: block;
		padding: 0;
		border: none;
		text-align: left;
	}

	.service-process-table td:first-child {
		margin-bottom: 12px;
	}

	.service-process-table td:nth-child(2) {
		font-weight: 600;
		margin-bottom: 8px;
		font-size: 1.05rem;
		color: #151515;
	}

	.service-process-table td:nth-child(3) {
		line-height: 1.7;
		color: rgba(21, 21, 21, 0.74);
	}
}

.service-hero-lead {
	color: rgba(255, 255, 255, 0.85);
	max-width: 640px;
	margin: 0 auto;
}

.content-inner.bg-gray {
	background: #F7F3EA !important;
}

.sr-iconbox.bg-white {
	background: linear-gradient(145deg, rgba(247, 243, 234, 0.98) 0%, rgba(232, 212, 170, 0.72) 52%, rgba(220, 196, 154, 0.5) 100%) !important;
	border: 1px solid rgba(166, 106, 63, 0.12);
	border-radius: 8px;
	transition: all 0.3s ease;
}

.sr-iconbox.bg-white:hover {
	transform: translateY(-6px);
	box-shadow: 0 14px 36px rgba(21, 21, 21, 0.1);
	border-color: #A66A3F;
}

.sr-iconbox .icon-cell i {
	color: #A66A3F !important;
}

/* Homepage service cards */
#services .services-home-grid {
	display: grid;
	gap: 20px;
	grid-template-columns: 1fr;
	align-items: stretch;
}

@media (min-width: 768px) {
	#services .services-home-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 992px) {
	#services .services-home-grid {
		grid-template-columns: repeat(3, 1fr);
		gap: 22px;
	}
}

#services .services-home-grid > [class*="col-"] {
	display: flex;
	width: 100% !important;
	max-width: 100% !important;
	flex: none !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin-bottom: 0 !important;
}

#services .service-home-card {
	display: flex;
	flex: 1;
	flex-direction: column;
	height: 100%;
	width: 100%;
	padding: 0 !important;
	text-decoration: none;
	color: inherit;
	position: relative;
	isolation: isolate;
	overflow: hidden;
	border-radius: 8px;
	box-shadow: none !important;
	border-bottom: none !important;
	transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.35s ease, box-shadow 0.45s ease;
}

#services .service-home-card-body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 28px 24px 30px;
	text-align: center;
}

#services .service-home-card-thumb {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 10;
	max-height: 200px;
	overflow: hidden;
	background: linear-gradient(135deg, rgba(166, 106, 63, 0.2), rgba(201, 164, 106, 0.14));
}

#services .service-home-card-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.55s ease;
}

#services .service-home-card:hover .service-home-card-thumb img {
	transform: scale(1.04);
}

@media (min-width: 992px) {
	#services .service-home-card-thumb {
		max-height: none;
	}
}

@media (max-width: 991px) {
	#services .section-head {
		margin-bottom: 36px;
	}

	#services .services-home-grid {
		gap: 24px;
		padding-left: 4px;
		padding-right: 4px;
	}

	#services .service-home-card {
		min-height: 0;
		max-width: 520px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width: 767px) {
	#services.content-inner {
		padding-bottom: 72px !important;
	}

	#services .container {
		padding-left: 20px;
		padding-right: 20px;
	}

	#services .services-home-grid {
		gap: 18px;
		padding-left: 10px;
		padding-right: 10px;
	}

	#services .service-home-card {
		max-width: calc(100% - 12px);
		border-radius: 10px;
		border: 1px solid rgba(201, 164, 106, 0.4) !important;
		box-shadow: 0 10px 28px rgba(166, 106, 63, 0.15), 0 4px 14px rgba(201, 164, 106, 0.12) !important;
	}

	#services .service-home-card-body {
		padding: 22px 18px 24px;
	}

	#services .service-home-card-thumb {
		max-height: 164px;
		aspect-ratio: 16 / 9;
	}

	#services .sr-iconbox .icon-content h4 {
		min-height: 0;
		font-size: 1.05rem;
	}

	#services .sr-iconbox .icon-content p {
		font-size: 14px;
		line-height: 1.65;
	}

	#services .service-icon-wrap {
		margin-bottom: 12px;
	}
}

@media (min-width: 992px) {
	#services .service-home-card {
		min-height: 0;
	}
}

#services .sr-iconbox.bg-white,
#services .service-home-card {
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.82) 0%, rgba(232, 212, 170, 0.58) 46%, rgba(201, 164, 106, 0.28) 100%) !important;
	border: 1px solid rgba(166, 106, 63, 0.14);
}

#services .sr-iconbox .icon-content h4 {
	min-height: 2.6em;
}

#services .sr-iconbox.bg-white::before,
#services .service-home-card::before {
	content: "";
	position: absolute;
	inset: -2px;
	border-radius: 10px;
	z-index: -1;
	opacity: 0;
	background: linear-gradient(120deg, rgba(166, 106, 63, 0.42), rgba(201, 164, 106, 0.34), rgba(247, 243, 234, 0.28), rgba(122, 75, 45, 0.32), rgba(166, 106, 63, 0.42));
	background-size: 320% 320%;
	filter: blur(16px);
	transition: opacity 0.4s ease;
	animation: serviceCardGlow 6s ease infinite;
}

#services .sr-iconbox.bg-white:hover,
#services .service-home-card:hover {
	transform: translateY(-6px) scale(1.02) !important;
	border-color: rgba(201, 164, 106, 0.55);
	box-shadow: 0 12px 28px rgba(166, 106, 63, 0.12), 0 6px 18px rgba(201, 164, 106, 0.1) !important;
}

#services .sr-iconbox.bg-white:hover::before,
#services .service-home-card:hover::before {
	opacity: 0.42;
}

#services .sr-iconbox .icon-lg:after {
	display: none !important;
	content: none !important;
}

#services .sr-iconbox .icon-content {
	display: flex;
	flex: 1;
	flex-direction: column;
}

#services .sr-iconbox .icon-content p {
	flex: 1;
	margin-bottom: 0;
}

#services .sr-iconbox .icon-lg {
	margin-bottom: 20px;
	position: relative;
	z-index: 1;
}

#services .sr-iconbox .icon-cell {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: auto;
	height: auto;
	border-radius: 0;
	background: transparent !important;
	box-shadow: none !important;
	transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

#services .sr-iconbox .icon-cell i {
	display: inline-block;
	font-size: 30px;
	line-height: 1;
	color: #A66A3F !important;
	transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), color 0.35s ease, filter 0.45s ease;
}

#services .sr-iconbox:hover .icon-cell {
	background: transparent !important;
	transform: none;
	box-shadow: none !important;
}

#services .sr-iconbox:hover .icon-cell i {
	animation: serviceIconFloat 1.2s ease-in-out infinite alternate;
	color: #A66A3F !important;
	filter: drop-shadow(0 2px 5px rgba(201, 164, 106, 0.22));
}

@keyframes serviceCardGlow {
	0%, 100% { background-position: 0% 50%; }
	50% { background-position: 100% 50%; }
}

@keyframes serviceIconFloat {
	0% { transform: translateY(0) scale(1.02) rotate(-3deg); }
	100% { transform: translateY(-4px) scale(1.08) rotate(3deg); }
}

/* Plan your interior section */
.video-bx .video-title {
	color: #F7F3EA !important;
}

.video-bx .video-content {
	color: rgba(247, 243, 234, 0.88) !important;
}

.video-bx .interior-icon-mark {
	margin-bottom: 22px;
}

.video-bx .interior-icon-mark i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 84px;
	height: 84px;
	font-size: 36px;
	color: #C9A46A;
	border: 2px solid rgba(201, 164, 106, 0.55);
	border-radius: 50%;
	background: rgba(21, 21, 21, 0.35);
}

/* Home parallax video section */
.home-parallax-section {
	position: relative;
	overflow: hidden;
	padding: 88px 0;
	min-height: 420px;
	background: #151515;
}

.home-parallax-media {
	position: absolute;
	left: 0;
	right: 0;
	top: -18%;
	bottom: -18%;
	z-index: 0;
	overflow: hidden;
}

.home-parallax-bg {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
	will-change: transform;
	transform: translate3d(0, 0, 0);
}

.home-parallax-overlay {
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(180deg, rgba(21, 21, 21, 0.48) 0%, rgba(21, 21, 21, 0.62) 48%, rgba(21, 21, 21, 0.74) 100%);
}

.home-parallax-content {
	position: relative;
	z-index: 2;
}

.home-parallax-section .video-title {
	color: #F7F3EA !important;
	text-shadow: 0 2px 18px rgba(0, 0, 0, 0.45);
}

.home-parallax-section .video-content {
	color: rgba(247, 243, 234, 0.92) !important;
	text-shadow: 0 1px 12px rgba(0, 0, 0, 0.4);
}

.home-parallax-section .btn.primary {
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
}

@media (max-width: 767px) {
	.home-parallax-section {
		padding: 64px 0;
		min-height: 360px;
	}

	.home-parallax-media {
		top: -10%;
		bottom: -10%;
	}

	.home-parallax-section .video-content {
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.home-parallax-bg {
		transform: none !important;
	}
}

/* Footer – image only, no duplicate text title */
.site-footer.footer-premium .footer-logo + .title {
	display: none;
}

/* Footer alignment and compact spacing */
.site-footer.footer-premium .footer-top {
	padding-top: 48px !important;
	padding-bottom: 12px !important;
}

.site-footer.footer-premium .footer-top .row {
	align-items: flex-start;
	margin-bottom: 0;
}

.site-footer.footer-premium .footer-top [class*="col-"] {
	margin-bottom: 0 !important;
}

.site-footer.footer-premium .footer-top .widget {
	margin-bottom: 0 !important;
}

.site-footer.footer-premium .footer-logo-spacer {
	display: none !important;
	height: 0 !important;
	margin: 0 !important;
}

.site-footer.footer-premium .footer-top .widget .title,
.site-footer.footer-premium .title {
	margin-top: 0 !important;
	margin-bottom: 12px !important;
	padding-top: 0;
	padding-bottom: 10px !important;
	line-height: 1.25;
	border-bottom: 1px solid rgba(247, 243, 234, 0.12);
}

.site-footer.footer-premium .footer-logo {
	margin-bottom: 14px;
	padding-bottom: 0 !important;
}

.site-footer.footer-premium .footer-logo img {
	max-width: 200px;
	height: auto;
	display: block;
}

.site-footer.footer-premium .widget p {
	color: rgba(247, 243, 234, 0.78);
	margin-top: 0;
}

.site-footer.footer-premium .footer-brand-location {
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #C9A46A;
	margin-bottom: 10px;
}

.site-footer.footer-premium .footer-nav-list a,
.site-footer.footer-premium .footer-contact-item a {
	transition: color 0.3s ease, transform 0.3s ease;
	display: inline-block;
}

@media (hover: hover) and (pointer: fine) {
	.site-footer.footer-premium .footer-nav-list a:hover,
	.site-footer.footer-premium .footer-contact-item a:hover {
		color: #E8D4AA;
		transform: translateX(3px);
	}
}

.site-footer.footer-premium .footer-nav-list li {
	margin-bottom: 6px !important;
}

.site-footer.footer-premium .footer-nav-list li.active > a,
.site-footer.footer-premium .footer-nav-list a.is-active {
	color: #E8C878 !important;
	font-weight: 600;
}

.site-footer.footer-premium .footer-contact-item.m-b15 {
	margin-bottom: 10px !important;
}

.site-footer.footer-premium .footer-bottom {
	padding: 16px 0 18px !important;
}

@media (max-width: 991px) {
	.site-footer.footer-premium .footer-top .widget {
		text-align: center;
	}

	.site-footer.footer-premium .footer-top [class*="col-"] {
		margin-bottom: 36px !important;
	}

	.site-footer.footer-premium .footer-top [class*="col-"]:last-child {
		margin-bottom: 0 !important;
	}

	.site-footer.footer-premium .footer-top .widget .title,
	.site-footer.footer-premium .title {
		margin-bottom: 18px !important;
		padding-bottom: 14px !important;
	}

	.site-footer.footer-premium .footer-nav-list {
		margin-top: 6px;
	}

	.site-footer.footer-premium .footer-contact-item:first-of-type {
		margin-top: 6px;
	}

	.site-footer.footer-premium .footer-logo img {
		margin-left: auto;
		margin-right: auto;
	}

	.site-footer.footer-premium .footer-copyright-rights {
		display: block;
		margin-top: 8px;
	}
}

.bt-buy-now,
.bt-support-now,
.theme-btn.bt-buy-now,
.theme-btn.bt-support-now {
	display: none !important;
	visibility: hidden !important;
}

/* About page */
.about-studio-visual {
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(247, 243, 234, 0.88));
	border: 1px solid rgba(166, 106, 63, 0.18);
	border-radius: 12px;
	padding: 48px 32px 36px;
	text-align: center;
	box-shadow: 0 10px 28px rgba(21, 21, 21, 0.06);
}

.about-studio-visual__frame {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 120px;
	height: 120px;
	margin-bottom: 22px;
	border-radius: 50%;
	border: 2px solid rgba(201, 164, 106, 0.45);
	background: linear-gradient(135deg, rgba(166, 106, 63, 0.12), rgba(201, 164, 106, 0.08));
}

.about-studio-visual__frame i {
	font-size: 52px;
	color: #A66A3F;
}

.about-studio-visual__caption {
	margin: 0;
	font-size: 15px;
	line-height: 1.7;
	color: rgba(21, 21, 21, 0.68);
	max-width: 320px;
	margin-left: auto;
	margin-right: auto;
}

.about-icon-card {
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.95) 0%, rgba(247, 243, 234, 0.9) 52%, rgba(232, 212, 170, 0.24) 100%);
	border: 1px solid rgba(166, 106, 63, 0.14);
	border-radius: 10px;
	padding: 30px 26px;
	height: 100%;
	position: relative;
	isolation: isolate;
	transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.4s ease, border-color 0.35s ease;
}

.about-icon-card::before {
	content: "";
	position: absolute;
	inset: -2px;
	border-radius: 12px;
	z-index: -1;
	opacity: 0;
	background: linear-gradient(120deg, rgba(166, 106, 63, 0.35), rgba(201, 164, 106, 0.28), rgba(247, 243, 234, 0.2));
	background-size: 280% 280%;
	filter: blur(14px);
	transition: opacity 0.4s ease;
	animation: aboutCardGlow 5s ease infinite;
}

.about-icon-card:hover {
	transform: translateY(-6px) scale(1.02);
	border-color: rgba(201, 164, 106, 0.55);
	box-shadow: 0 14px 32px rgba(166, 106, 63, 0.12);
}

.about-icon-card:hover::before {
	opacity: 0.45;
}

.about-icon-card__icon-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin-bottom: 16px;
	width: 100%;
}

.about-icon-card__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: linear-gradient(135deg, rgba(166, 106, 63, 0.14), rgba(201, 164, 106, 0.1));
	transition: transform 0.4s ease, background 0.35s ease;
}

.about-icon-card__icon i {
	font-size: 24px;
	color: #A66A3F;
	display: inline-block;
	line-height: 1;
	transition: transform 0.45s ease, color 0.35s ease;
}

.about-icon-card__line {
	display: block;
	flex: 1 1 0;
	max-width: 40px;
	min-width: 16px;
	height: 2px;
	border-radius: 2px;
	background: linear-gradient(90deg, #A66A3F, #C9A46A, #A66A3F);
	background-size: 220% 100%;
	animation: serviceLineShift 2.8s ease-in-out infinite;
}

@media (max-width: 575px) {
	.about-icon-card__icon-wrap {
		gap: 8px;
	}

	.about-icon-card__line {
		max-width: 32px;
		min-width: 12px;
	}
}

.about-icon-card:hover .about-icon-card__icon {
	background: linear-gradient(135deg, rgba(166, 106, 63, 0.22), rgba(201, 164, 106, 0.18));
}

.about-icon-card:hover .about-icon-card__icon i {
	transform: scale(1.1);
	color: #7A4B2D;
}

.about-icon-card:hover .about-icon-card__line {
	animation-duration: 1.5s;
}

.about-icon-card h4 {
	margin-bottom: 12px;
	color: #151515;
	font-size: 1.1rem;
	text-align: center;
}

.about-icon-card p {
	margin-bottom: 0;
	line-height: 1.7;
	color: rgba(21, 21, 21, 0.72);
}

.about-values-grid > [class*="col-"] {
	display: flex;
}

.about-values-grid .about-icon-card {
	flex: 1;
	width: 100%;
}

.about-cta-strip {
	padding-bottom: 64px !important;
}

.about-process-section + .about-cta-strip {
	padding-top: 64px !important;
}

.about-cta-strip h3 {
	color: #151515;
}

.about-cta-strip p {
	max-width: 560px;
	margin-left: auto;
	margin-right: auto;
	color: rgba(21, 21, 21, 0.72);
}

/* About intro — collage + segment toggle */
.about-intro-section {
	overflow: hidden;
	padding-bottom: 64px !important;
}

.about-intro-section + .about-focus-section {
	padding-top: 64px !important;
}

.about-intro-collage {
	position: relative;
	min-height: 360px;
	padding: 18px 18px 56px 0;
}

.about-intro-collage__primary,
.about-intro-collage__secondary {
	position: relative;
	border-radius: 12px;
	overflow: hidden;
	border: 1px solid rgba(166, 106, 63, 0.2);
	box-shadow: 0 16px 36px rgba(21, 21, 21, 0.1);
	background: linear-gradient(135deg, rgba(166, 106, 63, 0.28) 0%, rgba(201, 164, 106, 0.18) 55%, rgba(247, 243, 234, 0.92) 100%);
}

.about-intro-collage__primary {
	width: 78%;
	aspect-ratio: 4 / 5;
}

.about-intro-collage__secondary {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 52%;
	aspect-ratio: 1 / 1;
	border: 3px solid #F7F3EA;
	box-shadow: 0 12px 28px rgba(21, 21, 21, 0.12);
}

.about-intro-collage__primary img,
.about-intro-collage__secondary img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.about-intro-collage__badge {
	position: absolute;
	left: 12px;
	bottom: 12px;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 14px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.94);
	border: 1px solid rgba(166, 106, 63, 0.18);
	box-shadow: 0 8px 20px rgba(21, 21, 21, 0.08);
	font-size: 13px;
	font-weight: 600;
	color: #7A4B2D;
}

.about-intro-collage__badge i {
	font-size: 18px;
	color: #A66A3F;
}

.about-intro-content h2 {
	color: #151515;
}

.about-segment-toggle {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 6px;
	padding: 5px;
	margin-bottom: 22px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(166, 106, 63, 0.16);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.about-segment-toggle__btn {
	appearance: none;
	border: 0;
	background: transparent;
	padding: 10px 18px;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 600;
	color: rgba(21, 21, 21, 0.62);
	cursor: pointer;
	transition: color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.about-segment-toggle__btn.is-active {
	background: linear-gradient(135deg, #A66A3F, #C9A46A);
	color: #FFFFFF;
	box-shadow: 0 6px 16px rgba(166, 106, 63, 0.28);
}

.about-segment-toggle__btn:focus-visible {
	outline: 2px solid #A66A3F;
	outline-offset: 2px;
}

.about-segment-panels {
	position: relative;
	min-height: 180px;
}

.about-segment-panel {
	animation: aboutPanelFade 0.35s ease;
}

.about-segment-panel__layout {
	display: block;
}

.about-segment-panel__media {
	margin: 0 0 20px;
	border-radius: 12px;
	overflow: hidden;
	border: 1px solid rgba(166, 106, 63, 0.18);
	box-shadow: 0 12px 28px rgba(21, 21, 21, 0.08);
	background: linear-gradient(135deg, rgba(166, 106, 63, 0.2), rgba(201, 164, 106, 0.14));
}

.about-segment-panel__media img {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
}

.about-segment-panel__media figcaption {
	margin: 0;
	padding: 10px 14px;
	font-size: 13px;
	line-height: 1.55;
	color: rgba(21, 21, 21, 0.62);
	background: rgba(255, 255, 255, 0.82);
	border-top: 1px solid rgba(166, 106, 63, 0.1);
}

.about-segment-panel__text p {
	line-height: 1.75;
	color: rgba(21, 21, 21, 0.74);
	margin-bottom: 16px;
}

.about-segment-panel__text p:last-child {
	margin-bottom: 0;
}

.about-intro-collage.is-switching .about-intro-collage__primary img,
.about-intro-collage.is-switching .about-intro-collage__secondary img {
	opacity: 0.72;
	transition: opacity 0.25s ease;
}

@media (min-width: 992px) {
	.about-segment-panel__media {
		display: none;
	}
}

@media (max-width: 991px) {
	.about-segment-panel__media {
		margin-bottom: 18px;
	}
}

.about-intro-actions {
	margin-top: 28px;
}

@media (max-width: 767px) {
	.about-intro-actions {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 10px;
		text-align: center;
	}

	.about-intro-actions .btn {
		margin: 0 !important;
	}

	.about-focus-section {
		padding-bottom: 72px !important;
	}

	.about-focus-section + .about-process-section {
		padding-top: 72px !important;
	}
}

@keyframes aboutPanelFade {
	from {
		opacity: 0;
		transform: translateY(8px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* About focus — pill tabs + featured panel */
.about-focus-section {
	overflow: hidden;
}

.about-focus-switcher {
	max-width: 920px;
	margin-left: auto;
	margin-right: auto;
}

.about-focus-tabs {
	display: flex;
	flex-wrap: nowrap;
	gap: 8px;
	margin-bottom: 24px;
	padding-bottom: 4px;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
}

.about-focus-tabs::-webkit-scrollbar {
	display: none;
}

.about-focus-tab {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 12px 16px;
	border-radius: 999px;
	border: 1px solid rgba(166, 106, 63, 0.2);
	background: rgba(255, 255, 255, 0.55);
	color: rgba(21, 21, 21, 0.68);
	font-size: 13px;
	font-weight: 600;
	cursor: pointer;
	transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease, color 0.25s ease;
	white-space: nowrap;
}

.about-focus-tab i {
	font-size: 17px;
	color: #A66A3F;
	transition: color 0.25s ease;
	line-height: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.about-focus-tab.is-active {
	background: #FFFFFF;
	border-color: rgba(201, 164, 106, 0.55);
	color: #151515;
	box-shadow: 0 10px 24px rgba(166, 106, 63, 0.12);
	transform: translateY(-2px);
}

.about-focus-tab.is-active i {
	color: #7A4B2D;
}

.about-focus-tab:focus-visible {
	outline: 2px solid #A66A3F;
	outline-offset: 2px;
}

.about-focus-panels {
	position: relative;
}

.about-focus-panel {
	animation: aboutPanelFade 0.35s ease;
}

.about-focus-panel__inner {
	display: flex;
	align-items: flex-start;
	gap: 24px;
	padding: 32px 28px;
	border-radius: 12px;
	background: #FFFFFF;
	border: 1px solid rgba(166, 106, 63, 0.16);
	box-shadow: 0 14px 32px rgba(21, 21, 21, 0.07);
}

.about-focus-panel__icon {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 72px;
	height: 72px;
	border-radius: 50%;
	background: linear-gradient(135deg, rgba(166, 106, 63, 0.16), rgba(201, 164, 106, 0.12));
}

.about-focus-panel__icon i {
	font-size: 32px;
	color: #A66A3F;
}

.about-focus-panel__body h3 {
	margin: 0 0 12px;
	font-size: 1.35rem;
	color: #151515;
}

.about-focus-panel__body p {
	margin-bottom: 16px;
	line-height: 1.75;
	color: rgba(21, 21, 21, 0.72);
}

.about-focus-highlights {
	margin: 0;
	padding-left: 18px;
	color: rgba(21, 21, 21, 0.68);
}

.about-focus-highlights li {
	margin-bottom: 8px;
	line-height: 1.6;
}

.about-focus-highlights li:last-child {
	margin-bottom: 0;
}

/* About process — vertical timeline */
.about-process-section {
	overflow: hidden;
}

.about-process-timeline {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	max-width: 760px;
	position: relative;
}

.about-process-timeline::before {
	content: "";
	position: absolute;
	left: 27px;
	top: 12px;
	bottom: 12px;
	width: 2px;
	border-radius: 2px;
	background: linear-gradient(180deg, rgba(166, 106, 63, 0.15), rgba(201, 164, 106, 0.55), rgba(166, 106, 63, 0.15));
}

.about-process-step {
	display: flex;
	align-items: center;
	gap: 22px;
	position: relative;
	padding-bottom: 28px;
}

.about-process-step:last-child {
	padding-bottom: 0;
}

.about-process-step__marker {
	flex: 0 0 auto;
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: #FFFFFF;
	border: 2px solid rgba(201, 164, 106, 0.45);
	box-shadow: 0 8px 20px rgba(166, 106, 63, 0.12);
}

.about-process-step__num {
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.12em;
	color: #A66A3F;
	line-height: 1;
	margin-bottom: 2px;
}

.about-process-step__marker i {
	font-size: 18px;
	color: #7A4B2D;
	line-height: 1;
}

.about-process-step__content {
	flex: 1;
	padding: 18px 22px;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(166, 106, 63, 0.14);
	transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.about-process-step:hover .about-process-step__content {
	transform: translateX(4px);
	border-color: rgba(201, 164, 106, 0.45);
	box-shadow: 0 10px 24px rgba(166, 106, 63, 0.1);
}

.about-process-step__content h4 {
	margin: 0 0 10px;
	color: #151515;
	font-size: 1.12rem;
}

.about-process-step__content p {
	margin: 0;
	line-height: 1.7;
	color: rgba(21, 21, 21, 0.72);
}

@media (max-width: 767px) {
	.about-intro-collage {
		min-height: 300px;
		padding-right: 8px;
		padding-bottom: 48px;
	}

	.about-intro-collage__primary {
		width: 72%;
	}

	.about-intro-collage__secondary {
		width: 48%;
		border-width: 2px;
	}

	.about-intro-collage__badge {
		left: 0;
		bottom: 0;
		font-size: 12px;
		padding: 8px 12px;
	}

	.about-segment-toggle {
		display: flex;
		width: 100%;
	}

	.about-segment-toggle__btn {
		flex: 1 1 0;
		padding: 10px 12px;
		font-size: 13px;
		text-align: center;
	}

	.about-segment-panels {
		min-height: 0;
	}

	.about-focus-tabs {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
		overflow: visible;
		margin-bottom: 20px;
		padding-bottom: 0;
	}

	.about-focus-tab {
		width: 100%;
		justify-content: center;
		text-align: center;
		white-space: normal;
		padding: 12px 10px;
		font-size: 12px;
		line-height: 1.35;
	}

	.about-focus-tab span {
		max-width: none;
		overflow: visible;
		text-overflow: unset;
	}

	.about-process-section {
		padding-bottom: 64px !important;
	}

	.about-process-section + .about-cta-strip {
		padding-top: 64px !important;
	}

	.about-focus-panel__inner {
		flex-direction: column;
		align-items: center;
		text-align: center;
		padding: 24px 20px;
		gap: 16px;
	}

	.about-focus-highlights {
		display: inline-block;
		text-align: left;
	}

	.about-process-timeline::before {
		left: 23px;
	}

	.about-process-step {
		gap: 16px;
	}

	.about-process-step__marker {
		width: 48px;
		height: 48px;
	}

	.about-process-step__marker i {
		font-size: 16px;
	}

	.about-process-step__content {
		padding: 16px 18px;
	}

	.about-process-step:hover .about-process-step__content {
		transform: none;
	}
}

@media (min-width: 992px) {
	.about-focus-tabs {
		justify-content: center;
		flex-wrap: wrap;
		overflow: visible;
	}
}

@keyframes aboutCardGlow {
	0%, 100% { background-position: 0% 50%; }
	50% { background-position: 100% 50%; }
}

@media (hover: hover) and (pointer: fine) {
	.boutique-body .btn.black.outline {
		transition: all 0.3s ease;
	}

	.boutique-body .btn.black.outline:hover {
		transform: translateY(-4px);
		box-shadow: 0 18px 40px rgba(21, 21, 21, 0.12);
		border-color: rgba(166, 106, 63, 0.35) !important;
	}
}

/* Services page layout */
.services-page-intro {
	padding-bottom: 64px !important;
}

.services-page-intro + .services-page-scope {
	padding-top: 64px !important;
}

.services-page-scope {
	padding-bottom: 64px !important;
}

.services-page-scope + .services-page-grid-section {
	padding-top: 64px !important;
}

.services-page-grid-section {
	padding-bottom: 64px !important;
}

.services-page-grid-section + .services-page-faq {
	padding-top: 64px !important;
}

.services-page-faq {
	padding-bottom: 64px !important;
}

.services-page-faq + .services-page-cta {
	padding-top: 64px !important;
}

.services-page-lead {
	font-size: 1.1rem;
	line-height: 1.75;
	color: rgba(21, 21, 21, 0.82);
	margin-bottom: 16px;
}

.services-page-highlights {
	list-style: none;
	margin: 0;
	padding: 24px;
	border-radius: 12px;
	border: 1px solid rgba(166, 106, 63, 0.2);
	background: linear-gradient(145deg, rgba(247, 243, 234, 0.92), rgba(232, 212, 170, 0.45));
}

.services-page-highlights li {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 14px;
	color: rgba(21, 21, 21, 0.74);
	line-height: 1.6;
	min-height: 28px;
}

.services-page-highlights li span {
	flex: 1;
}

.services-page-highlights li:last-child {
	margin-bottom: 0;
}

.services-page-highlights i {
	font-size: 20px;
	color: #A66A3F;
	margin-top: 0;
	flex: 0 0 24px;
	width: 24px;
	height: 24px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
}

.services-page-scope {
	padding-bottom: 64px !important;
}

.services-scope-card {
	height: 100%;
	padding: 32px 24px 28px;
	border-radius: 12px;
	border: 1px solid rgba(166, 106, 63, 0.14);
	text-align: center;
	transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.35s ease, box-shadow 0.45s ease;
}

.services-scope-card:hover {
	transform: translateY(-8px);
	border-color: rgba(201, 164, 106, 0.55);
	box-shadow: 0 16px 36px rgba(166, 106, 63, 0.14);
}

.services-scope-card__step-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	margin-bottom: 16px;
}

.services-scope-card__line {
	display: block;
	flex: 1 1 0;
	max-width: 44px;
	min-width: 18px;
	height: 2px;
	border-radius: 2px;
	background: linear-gradient(90deg, #A66A3F, #C9A46A, #A66A3F);
	background-size: 220% 100%;
	animation: serviceLineShift 2.8s ease-in-out infinite;
}

.services-scope-card__step {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.12em;
	color: #A66A3F;
}

.services-scope-card:hover .services-scope-card__line {
	animation-duration: 1.5s;
}

.services-scope-card:hover .services-scope-card__step {
	color: #7A4B2D;
}

.services-scope-card h3 {
	font-size: 1.15rem;
	margin-bottom: 10px;
	color: #151515;
	text-align: center;
}

.services-scope-card p {
	margin: 0;
	line-height: 1.7;
	color: rgba(21, 21, 21, 0.72);
	text-align: center;
}

.services-page-card {
	position: relative;
}

.services-page-card__index {
	position: absolute;
	top: 14px;
	left: 14px;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 34px;
	height: 34px;
	padding: 0 10px;
	border-radius: 999px;
	background: rgba(21, 21, 21, 0.72);
	color: #F7F3EA;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.06em;
}

.services-page-card__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 14px;
	padding: 0;
	list-style: none;
	min-height: 32px;
}

.services-page-card__tags li {
	padding: 5px 10px;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 600;
	color: #7A4B2D;
	background: rgba(166, 106, 63, 0.12);
	border: 1px solid rgba(166, 106, 63, 0.18);
}

.services-page-cta {
	padding-bottom: 64px !important;
}

.services-page-cta.section-tone-warm {
	background-color: #DCC49A !important;
}

.services-page-cta h3 {
	color: #151515;
}

.services-page-cta p {
	max-width: 560px;
	margin-left: auto;
	margin-right: auto;
	color: rgba(21, 21, 21, 0.72);
}

/* Services FAQ */
.home-faq-section {
	padding-top: 64px !important;
	padding-bottom: 72px !important;
}

.services-faq-list {
	max-width: 820px;
	margin: 0 auto;
}

.services-faq-item {
	margin-bottom: 12px;
	border-radius: 12px;
	border: 1px solid rgba(166, 106, 63, 0.18);
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.72), rgba(247, 243, 234, 0.88));
	overflow: hidden;
	transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.services-faq-item.is-open {
	border-color: rgba(201, 164, 106, 0.55);
	box-shadow: 0 14px 32px rgba(166, 106, 63, 0.12);
	transform: translateY(-2px);
}

.services-faq-item__trigger {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 18px 22px;
	border: 0;
	background: transparent;
	text-align: left;
	font-size: 15px;
	font-weight: 600;
	color: #151515;
	cursor: pointer;
}

.services-faq-item__trigger i {
	font-size: 18px;
	color: #A66A3F;
	transition: transform 0.3s ease;
	flex-shrink: 0;
}

.services-faq-item.is-open .services-faq-item__trigger i {
	transform: rotate(180deg);
}

.services-faq-item__panel {
	padding: 0 22px 18px;
	animation: aboutPanelFade 0.35s ease;
}

.services-faq-item__panel p {
	margin: 0;
	line-height: 1.75;
	color: rgba(21, 21, 21, 0.72);
}

/* Example projects gallery wrap */
.example-projects-gallery-wrap {
	padding-top: 48px !important;
	padding-bottom: 64px !important;
}

.content-block .section-tone-accent:has(.section-head) + .example-projects-gallery-wrap {
	margin-top: 0;
}

/* Home approach flow detail */
#approach .approach-flow-detail {
	margin-top: 48px;
	padding-top: 36px;
	border-top: 1px solid rgba(166, 106, 63, 0.2);
}

.approach-flow-track {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 24px;
}

.approach-flow-track__node {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	font-size: 12px;
	font-weight: 700;
	color: #7A4B2D;
	background: rgba(255, 255, 255, 0.65);
	border: 2px solid rgba(166, 106, 63, 0.25);
	transition: all 0.3s ease;
}

.approach-flow-track__node.is-active {
	background: linear-gradient(135deg, #A66A3F, #C9A46A);
	color: #FFFFFF;
	border-color: transparent;
	box-shadow: 0 8px 20px rgba(166, 106, 63, 0.25);
}

.approach-flow-track__line {
	width: 28px;
	height: 2px;
	background: linear-gradient(90deg, #A66A3F, #C9A46A);
	border-radius: 2px;
}

.approach-flow-track__arrow {
	color: #A66A3F;
	font-size: 14px;
}

.approach-flow-tabs {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
	margin-bottom: 20px;
}

.approach-flow-tab {
	padding: 10px 16px;
	border-radius: 999px;
	border: 1px solid rgba(166, 106, 63, 0.22);
	background: rgba(255, 255, 255, 0.55);
	font-size: 13px;
	font-weight: 600;
	color: rgba(21, 21, 21, 0.68);
	cursor: pointer;
	transition: all 0.3s ease;
}

.approach-flow-tab.is-active {
	background: #FFFFFF;
	border-color: rgba(201, 164, 106, 0.55);
	color: #151515;
	box-shadow: 0 8px 20px rgba(166, 106, 63, 0.1);
}

.approach-flow-panels {
	max-width: 760px;
	margin: 0 auto;
}

.approach-flow-panel {
	padding: 24px 26px;
	border-radius: 12px;
	border: 1px solid rgba(166, 106, 63, 0.16);
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.82), rgba(247, 243, 234, 0.9));
	animation: aboutPanelFade 0.35s ease;
}

.approach-flow-panel h3 {
	margin: 0 0 10px;
	font-size: 1.2rem;
	color: #151515;
}

.approach-flow-panel p {
	margin: 0 0 12px;
	line-height: 1.7;
	color: rgba(21, 21, 21, 0.72);
}

.approach-flow-panel ul {
	margin: 0;
	padding-left: 18px;
	color: rgba(21, 21, 21, 0.68);
}

.approach-flow-panel li {
	margin-bottom: 6px;
	line-height: 1.6;
}

@media (max-width: 767px) {
	.home-faq-section {
		padding-top: 48px !important;
		padding-bottom: 56px !important;
	}

	.services-faq-item__trigger {
		padding: 16px 18px;
		font-size: 14px;
	}

	.services-scope-card {
		padding: 28px 20px 24px;
	}

	.services-scope-card__line {
		max-width: 32px;
		min-width: 14px;
	}

	.approach-flow-track__line,
	.approach-flow-track__arrow {
		display: none;
	}

	.approach-flow-track {
		gap: 10px;
	}

	.approach-flow-tabs {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.approach-flow-panel {
		padding: 20px 18px;
	}

	.example-projects-gallery-wrap {
		padding-top: 32px !important;
	}
}

.home-about-actions {
	margin-top: 4px;
}

@media (max-width: 767px) {
	.home-about-actions {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 10px;
		text-align: center;
	}

	.home-about-actions .btn {
		margin-right: 0 !important;
		margin-bottom: 0 !important;
	}
}

/* Cookie consent banner */
.cookie-consent {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 960;
	padding: 14px 16px calc(14px + env(safe-area-inset-bottom, 0px));
	pointer-events: none;
}

.cookie-consent:not([hidden]) {
	pointer-events: auto;
}

.cookie-consent__inner {
	max-width: 1120px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	gap: 18px;
	padding: 18px 22px;
	border-radius: 14px;
	border: 1px solid rgba(166, 106, 63, 0.22);
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(247, 243, 234, 0.96));
	box-shadow: 0 16px 40px rgba(21, 21, 21, 0.14);
	backdrop-filter: blur(8px);
}

.cookie-consent__icon {
	flex-shrink: 0;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, rgba(166, 106, 63, 0.16), rgba(201, 164, 106, 0.12));
	color: #A66A3F;
	font-size: 22px;
}

.cookie-consent__content {
	flex: 1;
	min-width: 0;
}

.cookie-consent__title {
	margin: 0 0 6px;
	font-size: 16px;
	line-height: 1.35;
	color: #151515;
	font-weight: 600;
}

.cookie-consent__content p {
	margin: 0;
	font-size: 14px;
	line-height: 1.65;
	color: rgba(21, 21, 21, 0.72);
}

.cookie-consent__content a {
	color: #A66A3F;
	font-weight: 600;
	text-decoration: none;
	border-bottom: 1px solid rgba(166, 106, 63, 0.35);
	transition: color 0.25s ease, border-color 0.25s ease;
}

.cookie-consent__content a:hover {
	color: #7A4B2D;
	border-color: #7A4B2D;
}

.cookie-consent__actions {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	gap: 10px;
}

.cookie-consent__btn {
	padding: 10px 20px !important;
	font-size: 14px;
	font-weight: 600;
	border-radius: 50px !important;
	line-height: 1.3;
	white-space: nowrap;
	transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.cookie-consent__btn--decline {
	background: transparent !important;
	border: 1px solid rgba(21, 21, 21, 0.18) !important;
	color: #151515 !important;
}

.cookie-consent__btn--decline:hover {
	border-color: #A66A3F !important;
	color: #A66A3F !important;
	transform: translateY(-1px);
}

.cookie-consent__btn--accept:hover {
	transform: translateY(-2px);
	box-shadow: 0 10px 22px rgba(166, 106, 63, 0.22);
}

body.cookie-banner-visible .scroltop {
	bottom: 108px;
}

body.mobile-nav-open .cookie-consent {
	display: none !important;
}

@media (max-width: 767px) {
	.cookie-consent {
		padding: 10px 10px calc(10px + env(safe-area-inset-bottom, 0px));
	}

	.cookie-consent__inner {
		flex-direction: column;
		align-items: stretch;
		gap: 14px;
		padding: 16px 16px 14px;
	}

	.cookie-consent__icon {
		width: 40px;
		height: 40px;
		font-size: 19px;
	}

	.cookie-consent__actions {
		width: 100%;
		flex-direction: column-reverse;
	}

	.cookie-consent__btn {
		width: 100%;
		text-align: center;
	}

	body.cookie-banner-visible .scroltop {
		bottom: 168px;
	}
}

/* Legal pages */
.legal-page-intro {
	max-width: 820px;
	margin: 0 auto 36px;
	text-align: center;
}

.legal-page-intro p {
	margin-bottom: 0;
	line-height: 1.75;
	color: rgba(21, 21, 21, 0.74);
}

.legal-page-grid {
	align-items: stretch;
}

@media (min-width: 992px) {
	.legal-page-grid {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 30px;
		margin-left: 0;
		margin-right: 0;
	}

	.legal-page-grid > [class*="col-"] {
		max-width: none;
		width: auto;
		flex: none;
		padding-left: 0;
		padding-right: 0;
		margin-bottom: 0 !important;
	}

	.legal-page-grid > [class*="col-"]:last-child:nth-child(odd) {
		grid-column: 1 / -1;
		justify-content: center;
	}

	.legal-page-grid > [class*="col-"]:last-child:nth-child(odd) .legal-highlight-card {
		max-width: calc(50% - 15px);
	}
}

.legal-page-grid > [class*="col-"] {
	display: flex;
	align-items: stretch;
}

@media (max-width: 991px) {
	.legal-page-grid > [class*="col-"] {
		margin-bottom: 30px !important;
	}

	.legal-page-grid > [class*="col-"]:last-child {
		margin-bottom: 0 !important;
	}
}

.legal-highlight-card {
	background: #FFFFFF;
	border: 1px solid rgba(166, 106, 63, 0.16);
	border-radius: 12px;
	padding: 28px 30px;
	position: relative;
	isolation: isolate;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.legal-highlight-card::before {
	content: "";
	position: absolute;
	inset: -2px;
	border-radius: 14px;
	z-index: -1;
	opacity: 0;
	background: linear-gradient(120deg, rgba(166, 106, 63, 0.28), rgba(201, 164, 106, 0.22), rgba(247, 243, 234, 0.18));
	background-size: 280% 280%;
	filter: blur(12px);
	transition: opacity 0.35s ease;
	animation: aboutCardGlow 5s ease infinite;
}

.legal-highlight-card:hover {
	transform: translateY(-4px);
	border-color: rgba(201, 164, 106, 0.5);
	box-shadow: 0 14px 30px rgba(166, 106, 63, 0.1);
}

.legal-highlight-card:hover::before {
	opacity: 0.4;
}

.legal-highlight-card__head {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 12px;
}

.legal-highlight-card__icon {
	flex-shrink: 0;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, rgba(166, 106, 63, 0.14), rgba(201, 164, 106, 0.1));
	color: #A66A3F;
	font-size: 20px;
	transition: transform 0.35s ease, background 0.35s ease;
}

.legal-highlight-card__icon i {
	display: inline-block;
	line-height: 1;
}

.legal-highlight-card__body {
	flex: 1;
}

.legal-highlight-card:hover .legal-highlight-card__icon {
	transform: scale(1.08);
	background: linear-gradient(135deg, rgba(166, 106, 63, 0.22), rgba(201, 164, 106, 0.16));
}

.legal-highlight-card h3 {
	margin: 0;
	font-size: 1.15rem;
	color: #151515;
}

.legal-highlight-card p,
.legal-highlight-card li {
	color: rgba(21, 21, 21, 0.74);
	line-height: 1.75;
}

.legal-highlight-card p:last-child,
.legal-highlight-card ul:last-child {
	margin-bottom: 0;
}

.legal-highlight-card ul {
	padding-left: 18px;
	margin: 10px 0 0;
}

.legal-highlight-card a {
	color: #A66A3F;
	font-weight: 600;
}

.legal-highlight-card a:hover {
	color: #7A4B2D;
}

.legal-table-section {
	margin-top: 36px;
	margin-bottom: 30px;
}

.legal-table-section .legal-highlight-card {
	height: auto;
}

.legal-cookie-table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 12px;
	font-size: 14px;
}

.legal-cookie-table th,
.legal-cookie-table td {
	border: 1px solid rgba(166, 106, 63, 0.16);
	padding: 10px 12px;
	text-align: left;
	vertical-align: top;
}

.legal-cookie-table th {
	background: rgba(166, 106, 63, 0.08);
	color: #151515;
	font-weight: 600;
}

.legal-links-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
	margin-top: 34px;
}

@media (max-width: 991px) {
	.section-full.content-inner:has(.legal-links-row) {
		padding-bottom: 56px !important;
	}

	.legal-links-row {
		margin-top: 28px;
		margin-bottom: 12px;
	}
}

.legal-links-row a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 18px;
	border-radius: 50px;
	border: 1px solid rgba(166, 106, 63, 0.22);
	color: #151515;
	background: #FFFFFF;
	font-weight: 600;
	font-size: 14px;
	transition: transform 0.25s ease, border-color 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
}

.legal-links-row a:hover {
	color: #A66A3F;
	border-color: rgba(201, 164, 106, 0.55);
	transform: translateY(-2px);
	box-shadow: 0 8px 20px rgba(166, 106, 63, 0.1);
	text-decoration: none;
}

@media (max-width: 767px) {
	.legal-cookie-table {
		display: block;
		overflow-x: auto;
		white-space: nowrap;
	}
}
