.luana-homepage section {
	padding: clamp(2.5rem, 7vw, 5.3rem) 0;
	position: relative;
}

.luana-hero {
	padding-top: clamp(3.8rem, 9vw, 6rem);
}

.luana-hero-grid {
	align-items: center;
	display: grid;
	gap: clamp(1.2rem, 3vw, 2.1rem);
	grid-template-columns: 1.08fr 0.92fr;
}

.luana-overline {
	color: rgba(243, 221, 179, 0.92);
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	margin: 0 0 0.72rem;
	text-transform: none;
}

.luana-hero-copy h1 {
	color: var(--luana-cream);
	font-family: "Cormorant Garamond", serif;
	font-size: clamp(1.85rem, 4.4vw, 3.1rem);
	font-weight: 600;
	line-height: 0.98;
	margin: 0;
	max-width: 15ch;
}

.luana-intro {
	color: rgba(245, 236, 220, 0.8);
	font-size: clamp(0.95rem, 1.4vw, 1.06rem);
	line-height: 1.72;
	margin: 1.04rem 0 0;
	max-width: 56ch;
}

.luana-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	margin-top: 1.3rem;
}

.luana-btn {
	border-radius: 2px;
	display: inline-flex;
	font-size: 0.77rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	padding: 0.8rem 1.1rem;
	text-decoration: none;
	text-transform: none;
	transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.luana-btn:hover {
	transform: translateY(-1px);
}

.luana-btn-primary {
	background: var(--luana-gold);
	border: 1px solid var(--luana-gold);
	color: #121212;
}

.luana-btn-primary:hover {
	background: #f0ce93;
	border-color: #f0ce93;
	color: #121212;
}

.luana-btn-outline {
	background: rgba(227, 186, 110, 0.06);
	border: 1px solid rgba(227, 186, 110, 0.44);
	color: var(--luana-cream);
}

.luana-btn-outline:hover {
	border-color: rgba(243, 221, 179, 0.82);
	color: var(--luana-gold-soft);
}

.luana-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	list-style: none;
	margin: 1.2rem 0 0;
	padding: 0;
}

.luana-chips li {
	background: rgba(12, 12, 12, 0.92);
	border: 1px solid rgba(227, 186, 110, 0.28);
	border-radius: 2px;
	color: rgba(245, 236, 220, 0.76);
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.01em;
	padding: 0.45rem 0.6rem;
	text-transform: none;
}

.luana-hero-visual {
	display: flex;
	justify-content: center;
}

.luana-logo-card {
	background: linear-gradient(154deg, rgba(18, 18, 18, 0.97), rgba(8, 8, 8, 0.96));
	border: 1px solid rgba(227, 186, 110, 0.3);
	border-radius: 4px;
	box-shadow: 0 18px 36px rgba(0, 0, 0, 0.34);
	display: flex;
	min-height: clamp(420px, 52vw, 620px);
	max-width: 520px;
	padding: 0.9rem;
	position: relative;
	width: 100%;
}

.luana-logo-card::before {
	background: radial-gradient(circle at center, rgba(227, 186, 110, 0.28), transparent 68%);
	content: "";
	height: 250px;
	left: -40px;
	opacity: 0.64;
	position: absolute;
	top: -76px;
	width: 250px;
}

.luana-logo-card img,
.luana-logo-card video,
.luana-logo-fallback {
	border-radius: 2px;
	display: block;
	height: 100%;
	position: relative;
	width: 100%;
	z-index: 1;
}

.luana-logo-card img {
	background: #080808;
	object-fit: cover;
	object-position: center;
}

.luana-logo-card video {
	filter: saturate(0.9) contrast(1.02) brightness(0.9);
	height: 100%;
	object-fit: cover;
}

.luana-logo-fallback {
	align-items: center;
	background: #080808;
	border: 1px solid rgba(227, 186, 110, 0.45);
	color: var(--luana-gold-soft);
	display: flex;
	font-family: "Cormorant Garamond", serif;
	font-size: clamp(1.8rem, 7vw, 3.2rem);
	justify-content: center;
	letter-spacing: 0.08em;
	min-height: 260px;
}

.luana-section-head {
	margin-bottom: clamp(1.3rem, 3vw, 2.1rem);
	max-width: 760px;
}

.luana-section-head h2 {
	color: var(--luana-cream);
	font-family: "Cormorant Garamond", serif;
	font-size: clamp(1.55rem, 3.8vw, 2.35rem);
	font-weight: 600;
	line-height: 1.05;
	margin: 0;
}

.luana-repair-grid {
	display: grid;
	gap: 0.9rem;
	grid-template-columns: 1.2fr 0.8fr;
}

.luana-repair-main,
.luana-repair-side {
	background: rgba(10, 10, 10, 0.94);
	border: 1px solid rgba(227, 186, 110, 0.24);
	border-radius: 4px;
	padding: 1.05rem;
}

.luana-repair-main h3 {
	color: var(--luana-cream);
	font-family: "Cormorant Garamond", serif;
	font-size: clamp(1.35rem, 2.9vw, 2rem);
	font-weight: 600;
	line-height: 1.08;
	margin: 0;
	max-width: 20ch;
}

.luana-repair-main p {
	color: rgba(245, 236, 220, 0.74);
	font-size: 0.92rem;
	line-height: 1.7;
	margin-top: 0.82rem;
	max-width: 60ch;
}

.luana-repair-list {
	display: grid;
	gap: 0.5rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	list-style: none;
	margin: 1rem 0 0;
	padding: 0;
}

.luana-repair-list li {
	background: rgba(7, 7, 7, 0.92);
	border: 1px solid rgba(227, 186, 110, 0.2);
	border-radius: 2px;
	color: rgba(245, 236, 220, 0.86);
	font-size: 0.85rem;
	padding: 0.52rem 0.6rem;
}

.luana-repair-side {
	display: grid;
	gap: 0.52rem;
}

.luana-repair-point {
	align-items: flex-start;
	display: flex;
	gap: 0.72rem;
}

.luana-repair-point span {
	background: rgba(227, 186, 110, 0.12);
	border: 1px solid rgba(227, 186, 110, 0.3);
	border-radius: 2px;
	color: var(--luana-gold-soft);
	font-size: 0.7rem;
	font-weight: 700;
	height: 30px;
	line-height: 30px;
	min-width: 30px;
	text-align: center;
}

.luana-repair-point h4 {
	color: var(--luana-cream);
	font-family: "Cormorant Garamond", serif;
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1.12;
	margin: 0;
}

.luana-repair-point p {
	color: rgba(245, 236, 220, 0.72);
	font-size: 0.87rem;
	line-height: 1.6;
	margin: 0.24rem 0 0;
}

.luana-card-grid {
	display: grid;
	gap: 0.85rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.luana-collection-card {
	background: rgba(10, 10, 10, 0.94);
	border: 1px solid rgba(227, 186, 110, 0.24);
	border-radius: 4px;
	display: flex;
	flex-direction: column;
	min-height: 260px;
	padding: 1.05rem;
	position: relative;
	transition: border-color 170ms ease, transform 170ms ease;
}

.luana-collection-card:hover {
	border-color: rgba(243, 221, 179, 0.74);
	transform: translateY(-2px);
}

.luana-collection-card::before {
	content: "";
	height: 96px;
	left: -12px;
	position: absolute;
	top: -18px;
	width: 96px;
}

.luana-tone-1::before {
	background: radial-gradient(circle at center, rgba(227, 186, 110, 0.28), transparent 72%);
}

.luana-tone-2::before {
	background: radial-gradient(circle at center, rgba(255, 232, 191, 0.23), transparent 72%);
}

.luana-tone-3::before {
	background: radial-gradient(circle at center, rgba(220, 165, 83, 0.23), transparent 72%);
}

.luana-card-tag {
	color: rgba(243, 221, 179, 0.9);
	font-size: 0.74rem;
	font-weight: 700;
	letter-spacing: 0.01em;
	margin: 0;
	position: relative;
	text-transform: none;
	z-index: 1;
}

.luana-collection-card h3 {
	color: var(--luana-cream);
	font-family: "Cormorant Garamond", serif;
	font-size: 1.45rem;
	font-weight: 600;
	line-height: 1.06;
	margin: 0.8rem 0 0;
	position: relative;
	z-index: 1;
}

.luana-collection-card p {
	color: rgba(245, 236, 220, 0.74);
	font-size: 0.9rem;
	line-height: 1.66;
	margin-top: 0.76rem;
	position: relative;
	z-index: 1;
}

.luana-collection-card a {
	color: var(--luana-gold-soft);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.01em;
	margin-top: auto;
	padding-top: 0.86rem;
	position: relative;
	text-decoration: none;
	text-transform: none;
	z-index: 1;
}

.luana-video-grid {
	display: grid;
	gap: 0.9rem;
	grid-template-columns: 1fr 0.9fr;
}

.luana-video-copy {
	background: rgba(10, 10, 10, 0.94);
	border: 1px solid rgba(227, 186, 110, 0.24);
	border-radius: 4px;
	padding: 1rem;
}

.luana-video-copy h2 {
	color: var(--luana-cream);
	font-family: "Cormorant Garamond", serif;
	font-size: clamp(1.55rem, 3.4vw, 2.1rem);
	line-height: 1.06;
	margin: 0;
}

.luana-video-copy p {
	color: rgba(245, 236, 220, 0.76);
	font-size: 0.92rem;
	line-height: 1.7;
	margin-top: 0.8rem;
}

.luana-video-card {
	align-items: center;
	background: rgba(9, 9, 9, 0.95);
	border: 1px solid rgba(227, 186, 110, 0.24);
	border-radius: 4px;
	box-shadow: 0 18px 34px rgba(0, 0, 0, 0.28);
	display: flex;
	justify-content: center;
	min-height: 320px;
	overflow: hidden;
	position: relative;
	isolation: isolate;
}

.luana-video-card::before {
	background:
		radial-gradient(circle at 18% 10%, rgba(227, 186, 110, 0.1), transparent 55%),
		linear-gradient(180deg, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0.09) 42%, rgba(0, 0, 0, 0.28) 100%);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: 2;
}

.luana-video-card::after {
	background-image:
		repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.018) 0 1px, transparent 1px 3px),
		repeating-linear-gradient(90deg, rgba(0, 0, 0, 0.028) 0 1px, transparent 1px 4px);
	content: "";
	inset: 0;
	mix-blend-mode: soft-light;
	opacity: 0.18;
	pointer-events: none;
	position: absolute;
	z-index: 3;
}

.luana-video-card video {
	display: block;
	filter: saturate(0.86) contrast(1.05) brightness(0.92);
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.luana-video-fallback {
	color: rgba(245, 236, 220, 0.72);
	font-size: 0.9rem;
	line-height: 1.7;
	max-width: 32ch;
	padding: 1rem;
	position: relative;
	text-align: center;
	z-index: 4;
}

.luana-product-grid {
	display: grid;
	gap: 0.85rem;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.luana-product-card {
	background: rgba(10, 10, 10, 0.94);
	border: 1px solid rgba(227, 186, 110, 0.24);
	border-radius: 4px;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.luana-product-media {
	align-items: center;
	background: #0f0f0f;
	display: flex;
	justify-content: center;
	overflow: hidden;
	aspect-ratio: 16 / 10;
	min-height: 180px;
}

.luana-product-media-link {
	display: block;
	height: 100%;
	width: 100%;
}

.luana-product-media img {
	display: block;
	height: 100%;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

.luana-product-media .luana-logo-fallback {
	min-height: 100%;
}

.luana-product-body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 0.9rem;
}

.luana-product-body h3 {
	color: var(--luana-cream);
	font-family: "Cormorant Garamond", serif;
	font-size: 1.28rem;
	line-height: 1.1;
	margin: 0;
}

.luana-product-body p {
	color: rgba(245, 236, 220, 0.72);
	font-size: 0.88rem;
	line-height: 1.65;
	margin-top: 0.62rem;
}

.luana-product-meta {
	display: grid;
	gap: 0.35rem;
	list-style: none;
	margin: 0.72rem 0 0;
	padding: 0;
}

.luana-product-meta li {
	color: rgba(245, 236, 220, 0.78);
	font-size: 0.82rem;
	line-height: 1.5;
}

.luana-inline-link {
	color: var(--luana-gold-soft);
	display: inline-block;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.01em;
	margin-top: auto;
	padding-top: 0.75rem;
	text-decoration: none;
	text-transform: none;
}

.luana-services-grid {
	display: grid;
	gap: 0.85rem;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.luana-services-grid article {
	background: rgba(9, 9, 9, 0.94);
	border: 1px solid rgba(227, 186, 110, 0.23);
	border-radius: 4px;
	padding: 1rem 0.9rem 1rem;
}

.luana-services-grid span {
	color: rgba(243, 221, 179, 0.86);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.01em;
}

.luana-services-grid h3 {
	color: var(--luana-cream);
	font-family: "Cormorant Garamond", serif;
	font-size: 1.28rem;
	font-weight: 600;
	line-height: 1.06;
	margin: 0.75rem 0 0;
}

.luana-services-grid p {
	color: rgba(245, 236, 220, 0.72);
	font-size: 0.88rem;
	line-height: 1.66;
	margin: 0.75rem 0 0;
}

.luana-cta {
	padding-bottom: clamp(3.4rem, 8vw, 6.8rem);
}

.luana-cta-box {
	background: linear-gradient(160deg, rgba(227, 186, 110, 0.1), rgba(18, 18, 18, 0.96));
	border: 1px solid rgba(227, 186, 110, 0.31);
	border-radius: 4px;
	box-shadow: 0 18px 36px rgba(0, 0, 0, 0.34);
	padding: clamp(1.2rem, 3vw, 2.1rem);
}

.luana-cta-box h2 {
	color: var(--luana-cream);
	font-family: "Cormorant Garamond", serif;
	font-size: clamp(1.55rem, 3.8vw, 2.35rem);
	font-weight: 600;
	line-height: 1.02;
	margin: 0;
	max-width: 18ch;
}

.luana-cta-box p {
	color: rgba(245, 236, 220, 0.78);
	font-size: 0.92rem;
	line-height: 1.72;
	margin: 0.86rem 0 0;
	max-width: 62ch;
}

@media (max-width: 1200px) {
	.luana-product-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 1080px) {
	.luana-hero-grid,
	.luana-repair-grid,
	.luana-video-grid {
		grid-template-columns: 1fr;
	}

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

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

@media (max-width: 760px) {
	.luana-homepage section {
		padding: clamp(2.3rem, 11vw, 3.8rem) 0;
	}

	.luana-hero {
		padding-top: clamp(3.2rem, 14vw, 4.6rem);
	}

	.luana-hero-copy h1 {
		font-size: clamp(1.72rem, 10vw, 2.5rem);
		max-width: 100%;
	}

	.luana-card-grid,
	.luana-services-grid,
	.luana-repair-list,
	.luana-product-grid {
		grid-template-columns: 1fr;
	}

	.luana-btn {
		padding-left: 1rem;
		padding-right: 1rem;
	}
}
