@font-face {
	font-family: 'Urbanist';
	src: url('../fonts/Cormorant_Garamond/CormorantGaramond-VariableFont_wght.ttf') format('truetype');
	font-weight: 100 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Urbanist';
	src: url('../fonts/Cormorant_Garamond/CormorantGaramond-Italic-VariableFont_wght.ttf') format('truetype');
	font-weight: 100 900;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Urbanist';
	src: url('../fonts/Montserrat/Montserrat-Italic-VariableFont_wght.ttf') format('truetype');
	font-weight: 100 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Urbanist';
	src: url('../fonts/Montserrat/Montserrat-VariableFont_wght.ttf') format('truetype');
	font-weight: 100 900;
	font-style: italic;
	font-display: swap;
}

:root {
	--bs-body-font-family: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--qk-ink: #12100f;
	--qk-ink-soft: #2a2623;
	--qk-paper: #f7f1ea;
	--qk-paper-2: #efe4d8;
	--qk-sand: #d8c5b2;
	--qk-champagne: #b8926a;
	--qk-champagne-dark: #8a6544;
	--qk-muted: #786e66;
	--qk-white: #ffffff;
	--qk-radius-lg: 28px;
	--qk-radius-xl: 42px;
	--qk-font-title: "Cormorant Garamond", Georgia, serif;
	--qk-font-body: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	color: var(--qk-ink);
	background: var(--qk-paper);
	font-family: var(--qk-font-body);
	font-weight: 500;
	overflow-x: clip;
	scrollbar-gutter: stable;
}

img {
	max-width: 100%;
}

a {
	color: inherit;
	text-decoration: none;
	transition: color .28s ease, background-color .28s ease, border-color .28s ease, transform .28s ease, opacity .28s ease;
}

::selection {
	color: var(--qk-white);
	background: var(--qk-champagne-dark);
}

.font-title,
.section-title,
.hero-title,
.collection-overlay h3,
.category-card h3,
.lookbook-copy strong,
.product-body h3,
.qk-home-contact h2 {
	font-family: var(--qk-font-title);
}

.bg-paper {
	background: var(--qk-paper);
}

.bg-ink {
	background: var(--qk-ink);
}

.text-champagne {
	color: var(--qk-champagne);
}

.section-padding {
	padding: clamp(76px, 10vw, 120px) 0;
}

.section-label {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 18px;
	color: var(--qk-champagne-dark);
	font-size: .72rem;
	font-weight: 800;
	letter-spacing: .24em;
	text-transform: uppercase;
}

.section-label::before {
	content: '';
	display: inline-block;
	width: 42px;
	height: 1px;
	background: currentColor;
}

.section-label.light {
	color: #d9b48d;
}

.section-title {
	margin: 0;
	color: var(--qk-ink);
	font-size: clamp(3rem, 7vw, 7rem);
	font-weight: 500;
	line-height: .88;
	letter-spacing: 0;
}

.section-title.small {
	font-size: clamp(2.6rem, 5vw, 5.4rem);
}

.section-text {
	margin-top: 22px;
	color: var(--qk-muted);
	font-size: 1rem;
	line-height: 1.9;
}

.lead-fashion {
	color: rgba(255, 255, 255, .78);
	font-size: clamp(1rem, 1.4vw, 1.18rem);
	line-height: 1.95;
}

.btn-fashion,
.btn-outline-fashion {
	--bs-btn-padding-x: 2rem;
	--bs-btn-padding-y: .95rem;
	--bs-btn-border-radius: 999px;
	font-size: .78rem;
	font-weight: 800;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.btn-fashion {
	--bs-btn-bg: var(--qk-champagne);
	--bs-btn-border-color: var(--qk-champagne);
	--bs-btn-color: var(--qk-ink);
	--bs-btn-hover-bg: var(--qk-white);
	--bs-btn-hover-border-color: var(--qk-white);
	--bs-btn-hover-color: var(--qk-ink);
}

.btn-fashion-dark {
	--bs-btn-bg: var(--qk-ink);
	--bs-btn-border-color: var(--qk-ink);
	--bs-btn-color: var(--qk-white);
	--bs-btn-hover-bg: var(--qk-champagne-dark);
	--bs-btn-hover-border-color: var(--qk-champagne-dark);
	--bs-btn-hover-color: var(--qk-white);
}

.btn-outline-fashion {
	--bs-btn-color: var(--qk-white);
	--bs-btn-border-color: rgba(255, 255, 255, .45);
	--bs-btn-hover-bg: var(--qk-white);
	--bs-btn-hover-border-color: var(--qk-white);
	--bs-btn-hover-color: var(--qk-ink);
}

.btn-fashion:hover,
.btn-outline-fashion:hover {
	transform: translateY(-3px);
}

#header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1060;
	transition: background .32s ease, box-shadow .32s ease;
}

#header .navbar {
	min-height: 86px;
	background: rgba(18, 16, 15, .94);
	transition: min-height .32s ease, background .32s ease;
}

#header.is-scrolled {
	background: rgba(18, 16, 15, .94);
	backdrop-filter: blur(18px);
	box-shadow: 0 18px 70px rgba(0, 0, 0, .24);
}

#header.is-scrolled .navbar {
	min-height: 74px;
}

.navbar-brand {
	color: var(--qk-white);
	font-weight: 800;
	letter-spacing: .12em;
}

.navbar-brand img {
	width: auto;
	max-width: 150px;
	object-fit: contain;
}

.navbar .nav-link {
	position: relative;
	color: black;
	font-weight: 700;
	letter-spacing: .13em;
	text-transform: uppercase;
}

.navbar .nav-link:hover,
.navbar .nav-link.active {
	color: var(--qk-champagne);
}

.navbar .nav-link::after {
	content: '';
	position: absolute;
	left: .5rem;
	right: .5rem;
	bottom: .18rem;
	height: 1px;
	background: var(--qk-champagne);
	transform: scaleX(0);
	transform-origin: right;
	transition: transform .28s ease;
}

.navbar .nav-link:hover::after,
.navbar .nav-link.active::after {
	transform: scaleX(1);
	transform-origin: left;
}

.navbar-toggler {
	color: var(--qk-white);
}

.dropdown-menu {
	border: 0;
	padding: 14px;
	border-radius: 20px;
	background: rgba(255, 255, 255, .96) !important;
	box-shadow: 0 24px 70px rgba(0, 0, 0, .18);
}

.dropdown-item {
	border-radius: 14px;
	padding: 11px 14px;
	color: var(--qk-ink);
	font-size: .8rem;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.dropdown-item:hover,
.dropdown-item.active {
	background: var(--qk-paper);
	color: var(--qk-champagne-dark);
}

.offcanvas {
	background: var(--qk-paper) !important;
}


.header-bottom.offcanvas {
	--bs-offcanvas-width: 100vw;
	z-index: 1065;
	top: 0;
	bottom: 0;
	height: 100dvh;
	min-height: 100dvh;
	max-height: 100dvh;
	background: var(--qk-ink) !important;
	color: var(--qk-white);
}

.header-bottom.offcanvas .offcanvas-header {
	min-height: 86px;
	border-color: rgba(255, 255, 255, .14) !important;
	background: var(--qk-ink);
}

.header-bottom.offcanvas .navbar-brand,
.header-bottom.offcanvas .btn-close {
	color: var(--qk-white);
}

.header-bottom.offcanvas .navbar-brand img {
	filter: brightness(0) invert(1);
}

.header-bottom.offcanvas .btn-close {
	filter: invert(1) grayscale(100%) brightness(2);
	opacity: .92;
}

.header-bottom.offcanvas .offcanvas-body {
	min-height: calc(100dvh - 86px);
	padding: 28px 24px 42px;
	overflow-y: auto;
	background: var(--qk-ink);
}

.header-mobile-menu {
	gap: 0;
	align-items: stretch;
	text-align: left;
}

.header-mobile-menu .nav-link {
	display: block;
	padding: 14px 0;
	border-bottom: 1px solid rgba(255, 255, 255, .14);
	color: rgba(255, 255, 255, .88);
	font-size: 1rem;
	font-weight: 800;
	letter-spacing: .08em;
	line-height: 1.35;
	text-transform: uppercase;
}

.header-mobile-menu .nav-link::after {
	display: none;
}

.header-mobile-menu .nav-link.ps-3 {
	padding-left: 18px !important;
	font-size: .92rem;
	letter-spacing: .06em;
}

.header-mobile-menu .nav-link.ps-4 {
	padding-left: 34px !important;
	font-size: .86rem;
	letter-spacing: .04em;
}

.header-mobile-menu .nav-link.active,
.header-mobile-menu .nav-link:hover,
.header-mobile-menu .nav-link:focus {
	color: var(--qk-champagne);
}
.content {
	min-height: 40vh;
}

.content> :first-child:not(.hero-section) {
	padding-top: max(110px, env(safe-area-inset-top));
}

.hero-section {
	position: relative;
	min-height: 100svh;
	color: var(--qk-ink);
	overflow: hidden;
	background:
		radial-gradient(circle at 82% 18%, rgba(184, 146, 106, .22), transparent 28%),
		linear-gradient(110deg, color-mix(in srgb, var(--qk-paper) 96%, transparent) 0%, color-mix(in srgb, var(--qk-paper) 82%, transparent) 45%, color-mix(in srgb, var(--qk-paper) 35%, transparent) 100%),
		url('https://blessedsalento.qkka.it/content/uploads/2026/06/f843d7fd4291161351e91cf54894a001.webp') center / cover no-repeat;
}

.hero-section::before {
	content: '';
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
	background-size: 74px 74px;
	mask-image: linear-gradient(to bottom, rgba(0, 0, 0, .7), transparent 74%);
	pointer-events: none;
}

.hero-section::after {
	content: 'BLESSED';
	position: absolute;
	right: -2vw;
	bottom: 2vh;
	color: rgba(255, 255, 255, .045);
	font-family: var(--qk-font-title);
	font-size: clamp(8rem, 18vw, 22rem);
	line-height: .75;
	pointer-events: none;
}

.hero-section>.container {
	position: relative;
	z-index: 2;
	padding-top: 108px;
	padding-bottom: 88px;
}

.hero-logo {
	width: min(430px, 78vw);
	filter: brightness(0) invert(1);
	opacity: .96;
	margin-bottom: 42px;
}

.hero-title {
	max-width: 950px;
	margin: 0;
	font-size: clamp(4rem, 9vw, 10rem);
	font-weight: 500;
	line-height: .82;
	letter-spacing: 0;
}

.hero-title em {
	color: var(--qk-champagne);
	font-style: italic;
	font-weight: 400;
}

.hero-side-card {
	position: relative;
	z-index: 2;
	max-width: 390px;
	margin-left: auto;
	padding: 34px;
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: var(--qk-radius-xl);
	background: rgba(255, 255, 255, .09);
	backdrop-filter: blur(20px);
	box-shadow: 0 30px 90px rgba(0, 0, 0, .28);
}

.hero-side-card .number {
	color: var(--qk-champagne);
	font-family: var(--qk-font-title);
	font-size: 5.2rem;
	line-height: .75;
}

.scroll-note {
	position: absolute;
	left: 50%;
	bottom: 34px;
	z-index: 3;
	transform: translateX(-50%);
	display: flex;
	align-items: center;
	gap: 14px;
	color: rgba(255, 255, 255, .66);
	font-size: .68rem;
	font-weight: 800;
	letter-spacing: .2em;
	text-transform: uppercase;
}

.scroll-note span {
	width: 72px;
	height: 1px;
	overflow: hidden;
	background: rgba(255, 255, 255, .24);
}

.scroll-note span::after {
	content: '';
	display: block;
	width: 42px;
	height: 1px;
	background: var(--qk-champagne);
	animation: qkLineMove 1.8s ease-in-out infinite;
}

@keyframes qkLineMove {
	0% {
		transform: translateX(-100%);
	}

	100% {
		transform: translateX(180%);
	}
}

.intro-panel {
	position: relative;
	border-radius: var(--qk-radius-xl);
	background: var(--qk-white);
	box-shadow: 0 28px 90px rgba(0, 0, 0, .08);
	overflow: hidden;
}

.intro-panel::before {
	content: '';
	position: absolute;
	inset: 28px;
	border: 1px solid rgba(184, 146, 106, .36);
	border-radius: calc(var(--qk-radius-xl) - 14px);
	pointer-events: none;
}

.intro-panel>* {
	position: relative;
	z-index: 1;
}

.intro-logo {
	width: min(330px, 70vw);
}

.quote-mark {
	color: rgba(184, 146, 106, .18);
	font-family: var(--qk-font-title);
	font-size: 16rem;
	line-height: .2;
}

.collection-card {
	position: relative;
	display: block;
	min-height: 620px;
	overflow: hidden;
	border-radius: var(--qk-radius-xl);
	color: var(--qk-white);
	background: #000;
	box-shadow: 0 32px 100px rgba(0, 0, 0, .16);
}

.collection-card img,
.lookbook-card img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: .78;
	transform: scale(1.02);
	transition: transform .9s ease, opacity .9s ease, filter .9s ease;
}

.collection-card:hover img,
.lookbook-card:hover img {
	opacity: .58;
	transform: scale(1.1);
}

.collection-card::after {
	content: '';
	position: absolute;
	inset: 18px;
	border: 1px solid rgba(255, 255, 255, .28);
	border-radius: calc(var(--qk-radius-xl) - 14px);
	opacity: .65;
}

.collection-overlay,
.lookbook-copy {
	position: absolute;
	inset: auto 0 0;
	z-index: 2;
	color: var(--qk-white);
	background: linear-gradient(transparent, rgba(0, 0, 0, .82));
}

.collection-overlay {
	padding: 54px;
}

.collection-kicker {
	display: block;
	margin-bottom: 16px;
	color: rgba(255, 255, 255, .72);
	font-size: .72rem;
	font-weight: 800;
	letter-spacing: .22em;
	text-transform: uppercase;
}

.collection-overlay h3 {
	margin: 0 0 18px;
	font-size: clamp(4rem, 8vw, 8rem);
	font-weight: 500;
	line-height: .75;
	letter-spacing: 0;
}

.collection-overlay p {
	max-width: 500px;
	margin: 0;
	color: rgba(255, 255, 255, .82);
	line-height: 1.8;
}

.category-card {
	position: relative;
	display: block;
	color: var(--qk-ink);
}

.category-card .image-wrap {
	position: relative;
	overflow: hidden;
	border-radius: var(--qk-radius-lg);
	background: var(--qk-sand);
	box-shadow: 0 22px 60px rgba(0, 0, 0, .09);
}

.category-card img {
	width: 100%;
	aspect-ratio: 4 / 5.2;
	object-fit: cover;
	filter: saturate(.88) contrast(1.04);
	transform: scale(1.01);
	transition: transform .55s ease, filter .55s ease;
}

.category-card:hover img {
	filter: saturate(.6) contrast(1.12);
	transform: scale(1.08);
}

.category-card h3 {
	margin: 18px 0 0;
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0;
}

.category-card span {
	display: block;
	margin-top: 6px;
	color: var(--qk-muted);
	font-size: .72rem;
	font-weight: 800;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.category-card:hover h3 {
	color: var(--qk-champagne-dark);
}

.category-card.dark {
	color: var(--qk-white);
}

.category-card.dark span {
	color: rgba(255, 255, 255, .5);
}

.category-card.dark:hover h3 {
	color: var(--qk-champagne);
}

.lookbook-card {
	position: relative;
	overflow: hidden;
	min-height: 560px;
	border-radius: var(--qk-radius-xl);
	background: #000;
}

.lookbook-card img {
	opacity: .82;
}

.lookbook-copy {
	padding: 34px;
	background: linear-gradient(transparent, rgba(0, 0, 0, .78));
}

.lookbook-copy strong {
	display: block;
	font-size: 3rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: .9;
}

.lookbook-copy span {
	display: block;
	margin-top: 14px;
	color: rgba(255, 255, 255, .68);
	font-size: .72rem;
	font-weight: 800;
	letter-spacing: .2em;
	text-transform: uppercase;
}

.product-card {
	position: relative;
	height: 100%;
	overflow: hidden;
	border-radius: var(--qk-radius-lg);
	background: var(--qk-white);
	box-shadow: 0 24px 70px rgba(0, 0, 0, .08);
	transition: transform .36s ease, box-shadow .36s ease;
}

.product-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 34px 100px rgba(0, 0, 0, .14);
}

.product-img {
	position: relative;
	overflow: hidden;
	background: var(--qk-paper-2);
}

.product-img img {
	width: 100%;
	aspect-ratio: 4 / 5;
	object-fit: cover;
	transition: transform .7s ease, filter .7s ease;
}

.product-card:hover .product-img img {
	transform: scale(1.08);
	filter: saturate(.72);
}

.product-badge {
	position: absolute;
	left: 18px;
	top: 18px;
	z-index: 2;
	padding: 8px 12px;
	border-radius: 999px;
	background: rgba(255, 255, 255, .86);
	backdrop-filter: blur(12px);
	color: var(--qk-ink);
	font-size: .62rem;
	font-weight: 900;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.product-body {
	padding: 28px;
}

.product-body small {
	display: block;
	margin-bottom: 10px;
	color: var(--qk-champagne-dark);
	font-size: .7rem;
	font-weight: 900;
	letter-spacing: .13em;
	text-transform: uppercase;
}

.product-body h3 {
	margin: 0 0 12px;
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0;
}

.product-body p {
	color: var(--qk-muted);
	line-height: 1.75;
}

.product-link {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: var(--qk-ink);
	font-size: .72rem;
	font-weight: 900;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.product-link:hover {
	color: var(--qk-champagne-dark);
	gap: 16px;
}

.atelier-box {
	position: relative;
	padding: 46px;
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: var(--qk-radius-lg);
	background: rgba(255, 255, 255, .045);
	min-height: 220px;
}

.atelier-box strong {
	display: block;
	color: var(--qk-champagne);
	font-family: var(--qk-font-title);
	font-size: 4rem;
	font-weight: 500;
	line-height: .8;
}

.atelier-box span {
	display: block;
	margin-top: 32px;
	color: rgba(255, 255, 255, .74);
	line-height: 1.8;
}

.atelier-image {
	overflow: hidden;
	border-radius: var(--qk-radius-xl);
	box-shadow: 0 34px 90px rgba(0, 0, 0, .22);
}

.atelier-image img {
	width: 100%;
	aspect-ratio: 4 / 5;
	object-fit: cover;
	filter: saturate(.75) contrast(1.05);
}

.qk-home-contact {
	position: relative;
	overflow: hidden;
	border-radius: var(--qk-radius-xl);
	background: var(--qk-white);
	box-shadow: 0 28px 90px rgba(0, 0, 0, .08);
}

.qk-home-contact h2 {
	font-size: clamp(2.6rem, 5vw, 5.6rem);
	line-height: .9;
}

.qk-home-contact a:not(.btn) {
	color: var(--qk-champagne-dark);
	font-weight: 800;
}

footer {
	color: rgba(255, 255, 255, .72);
	background: var(--qk-ink);
	padding-top: 90px;
}

footer img {
	filter: brightness(0) invert(1);
}

footer strong,
footer .text-dark {
	color: var(--qk-white) !important;
}

footer .text-secondary,
footer a,
footer small {
	color: rgba(255, 255, 255, .64) !important;
}

footer a:hover {
	color: var(--qk-champagne) !important;
}

footer ul a {
	display: inline-flex;
	padding: 4px 0;
	font-size: .82rem;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
}

footer .border-top {
	border-color: rgba(255, 255, 255, .14) !important;
}

.gallery img,
.qk-gallery-carousel img {
	border-radius: var(--qk-radius-lg);
}

.img-gallery.gallery-thumb {
	width: 100% !important;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	object-position: center;
	display: block;
}

@media (max-width: 991.98px) {
	#header {
		background: rgba(18, 16, 15, .78);
		backdrop-filter: blur(12px);
	}

	.hero-section {
		min-height: 940px;
	}

	.hero-side-card {
		margin: 44px 0 0;
	}

	.collection-card {
		min-height: 520px;
	}

	.lookbook-card {
		min-height: 460px;
	}
}

@media (max-width: 767.98px) {
	.section-padding {
		padding: 72px 0;
	}

	.hero-section {
		min-height: 840px;
	}

	.hero-section::after {
		font-size: 8rem;
		right: -10vw;
	}

	.hero-title {
		font-size: clamp(3.6rem, 18vw, 6rem);
	}

	.hero-side-card {
		padding: 26px;
		border-radius: 28px;
	}

	.scroll-note {
		display: none;
	}

	.intro-panel,
	.qk-home-contact,
	.collection-card,
	.lookbook-card {
		border-radius: 28px;
	}

	.intro-panel::before,
	.collection-card::after {
		display: none;
	}

	.collection-card {
		min-height: 450px;
	}

	.collection-overlay {
		padding: 32px;
	}

	.collection-overlay h3 {
		font-size: 4rem;
	}

	.atelier-box {
		padding: 30px;
		min-height: 180px;
	}
}

.theme-category,
.theme-product {
	min-height: 100svh;
	background: var(--qk-ink);
	color: var(--qk-white);
}

.theme-category-header,
.theme-product-header {
	padding-top: max(150px, calc(110px + env(safe-area-inset-top)));
	padding-bottom: clamp(48px, 8vw, 92px);
}

.theme-category .hero-title,
.theme-product .hero-title {
	color: var(--qk-white);
}

.theme-category .lead-fashion,
.theme-product .lead-fashion {
	max-width: 760px;
}

.theme-category-hierarchy-nav {
	max-width: 100%;
	overflow-x: auto;
	scrollbar-width: thin;
}

.theme-category-hierarchy-nav ol {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style: none;
}

.theme-category-hierarchy-nav li {
	display: inline-flex;
	align-items: center;
	gap: 10px;
}

.theme-category-hierarchy-nav li:not(:last-child)::after {
	content: '/';
	color: rgba(255, 255, 255, .36);
	font-weight: 700;
}

.theme-category-hierarchy-nav a {
	display: inline-flex;
	align-items: center;
	min-height: 42px;
	padding: 10px 16px;
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: 999px;
	color: rgba(255, 255, 255, .76);
	font-size: .72rem;
	font-weight: 900;
	letter-spacing: .12em;
	line-height: 1.25;
	text-transform: uppercase;
	white-space: nowrap;
}

.theme-category-hierarchy-nav a:hover,
.theme-category-hierarchy-nav a:focus,
.theme-category-hierarchy-nav a[aria-current="page"] {
	border-color: var(--qk-champagne);
	background: var(--qk-champagne);
	color: var(--qk-ink);
}

.qk-contact-card {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 260px;
	padding: 34px;
	border-radius: var(--qk-radius-lg);
	background: var(--qk-white);
	box-shadow: 0 24px 70px rgba(0, 0, 0, .08);
	transition: transform .36s ease, box-shadow .36s ease, color .28s ease;
}

.qk-contact-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 34px 100px rgba(0, 0, 0, .14);
	color: var(--qk-champagne-dark);
}

.qk-contact-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	margin-bottom: 28px;
	border-radius: 50%;
	background: var(--qk-ink);
	color: var(--qk-white);
	font-size: 1.45rem;
}

.qk-contact-label {
	color: var(--qk-champagne-dark);
	font-size: .72rem;
	font-weight: 900;
	letter-spacing: .16em;
	text-transform: uppercase;
}

.qk-contact-card strong {
	display: block;
	margin-top: 12px;
	color: var(--qk-ink);
	font-family: var(--qk-font-title);
	font-size: clamp(1.7rem, 2.6vw, 2.6rem);
	font-weight: 500;
	line-height: .95;
	letter-spacing: 0;
	word-break: break-word;
}

.qk-contact-card small {
	display: block;
	margin-top: 22px;
	color: var(--qk-muted);
	font-weight: 700;
	line-height: 1.7;
}

.qk-map-panel {
	overflow: hidden;
	border-radius: var(--qk-radius-lg);
	background: var(--qk-white);
	box-shadow: 0 28px 90px rgba(0, 0, 0, .08);
}

.qk-map-panel iframe {
	display: block;
	width: 100%;
	min-height: 420px;
}

.qk-whatsapp-float {
	position: fixed;
	right: 22px;
	bottom: 22px;
	z-index: 1070;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 58px;
	height: 58px;
	border-radius: 50%;
	background: #25d366;
	color: #07170d;
	box-shadow: 0 18px 50px rgba(0, 0, 0, .24);
}

.qk-whatsapp-float:hover,
.qk-whatsapp-float:focus {
	color: #07170d;
	background: #ffffff;
	transform: translateY(-3px);
}

.qk-whatsapp-float svg {
	width: 26px;
	height: 26px;
	flex: 0 0 auto;
}
