:root {
	--nav-height: 66px;
	--chai-brown: #5d3a1a;
	--chai-deep: #261407;
	--chai-dark: #2f1d0f;
	--chai-orange: #d68136;
	--chai-gold: #f0b46d;
	--chai-cream: #f8efe2;
	--paper: #fffdf9;
	--text-dark: #2f2014;
	--text-muted: #6f543f;
	--stroke-soft: rgba(129, 74, 35, 0.16);
	--shadow-soft: 0 18px 44px rgba(45, 24, 9, 0.12);
	--shadow-rich: 0 30px 80px rgba(46, 22, 8, 0.24);
	--radius-lg: 22px;
}

* {
	box-sizing: border-box;
}

html,
body {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	font-family: "Plus Jakarta Sans", sans-serif;
	color: var(--text-dark);
	background:
		radial-gradient(circle at 8% 12%, #fff4e2 0%, rgba(255, 244, 226, 0) 44%),
		radial-gradient(circle at 92% 8%, #ffe2bf 0%, rgba(255, 226, 191, 0) 38%),
		linear-gradient(180deg, #f8ecdc 0%, #fdf8f0 34%, #f8ebda 100%);
	line-height: 1.6;
	overflow-x: hidden;
}

img,
video {
	max-width: 100%;
	height: auto;
}

[data-parallax-speed] {
	will-change: transform;
	transform: translate3d(0, 0, 0);
}

.motion-section {
	position: relative;
}

.motion-item {
	opacity: 0;
	transform: translate3d(0, 30px, 0) scale(0.985);
	filter: blur(6px);
	transition:
		opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1),
		transform 0.85s cubic-bezier(0.22, 1, 0.36, 1),
		filter 0.75s cubic-bezier(0.22, 1, 0.36, 1);
	transition-delay: calc(var(--stagger-index, 0) * 70ms);
}

.motion-section.is-in-view .motion-item {
	opacity: 1;
	transform: translate3d(0, 0, 0) scale(1);
	filter: blur(0);
}

.motion-section.is-in-view .section-heading.motion-item {
	transition-duration: 0.65s;
}

.motion-section.is-in-view .gallery-item.motion-item {
	transform: translate3d(0, 0, 0) scale(1);
}

.bg-orb {
	position: fixed;
	border-radius: 999px;
	pointer-events: none;
	z-index: -1;
	filter: blur(6px);
}

.bg-orb-1 {
	width: 360px;
	height: 360px;
	top: -90px;
	left: -80px;
	background: radial-gradient(circle at center, rgba(228, 163, 90, 0.34), rgba(228, 163, 90, 0));
	animation: floatOrb 10s ease-in-out infinite alternate;
}

.bg-orb-2 {
	width: 430px;
	height: 430px;
	right: -130px;
	bottom: -170px;
	background: radial-gradient(circle at center, rgba(105, 62, 28, 0.28), rgba(105, 62, 28, 0));
	animation: floatOrb 14s ease-in-out infinite alternate-reverse;
}

@keyframes floatOrb {
	from {
		transform: translateY(0) translateX(0);
	}
	to {
		transform: translateY(12px) translateX(-10px);
	}
}

h1,
h2,
h3,
h4,
.brand-title {
	font-family: "Playfair Display", serif;
}

a {
	text-decoration: none;
}

.section {
	padding: 96px 0;
	position: relative;
}

.section-heading {
	max-width: 760px;
	margin: 0 auto;
}

.section-label {
	display: inline-block;
	margin-bottom: 14px;
	color: #b96622;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	font-size: 0.78rem;
}

.section h2 {
	font-size: clamp(1.95rem, 3vw, 2.95rem);
	color: var(--chai-deep);
	margin-bottom: 14px;
}

.section-heading p {
	color: var(--text-muted);
}

.main-nav {
	background: rgba(255, 255, 255, 0.9);
	border-bottom: 1px solid rgba(58, 38, 22, 0.12);
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
	padding: 12px 0;
	transition: all 0.35s ease;
}

.main-nav.scrolled {
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 8px 24px rgba(22, 12, 5, 0.12);
}

.navbar-brand {
	display: flex;
	align-items: center;
	height: 60px;
}

.navbar-logo {
	height: clamp(48px, 4.8vw, 64px);
	width: auto;
	object-fit: contain;
	display: block;
}

.brand-title {
	color: #3a2412;
	font-size: 1.5rem;
	font-weight: 700;
}

.brand-tagline {
	color: rgba(77, 50, 28, 0.86);
	font-size: 0.78rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.main-nav .nav-link {
	color: rgba(63, 40, 23, 0.9);
	font-size: 0.95rem;
	font-weight: 500;
}

.main-nav .nav-link:hover,
.main-nav .nav-link:focus,
.main-nav .nav-link.active {
	color: #2f1d0f;
}

.main-nav .btn-brand {
	background: #f8f3eb;
	color: #3d2615;
	border: 1px solid rgba(77, 50, 28, 0.3);
	box-shadow: none;
}

.main-nav .btn-brand:hover,
.main-nav .btn-brand:focus {
	background: #f1e8db;
	color: #2f1d0f;
	box-shadow: none;
}

.navbar-toggler {
	border: 1px solid rgba(63, 40, 23, 0.34);
}

.navbar-toggler:focus {
	box-shadow: none;
}

.navbar-toggler-icon {
	filter: none;
}

.btn-brand {
	background: linear-gradient(135deg, #e49c54, #be6121);
	border: none;
	color: #fff;
	font-weight: 600;
	border-radius: 999px;
	padding: 11px 25px;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
	box-shadow: 0 10px 20px rgba(176, 90, 27, 0.32);
}

.btn-brand:hover,
.btn-brand:focus {
	color: #fff;
	transform: translateY(-2px);
	box-shadow: 0 16px 26px rgba(159, 73, 14, 0.42);
}

.btn-outline-light {
	border-width: 1px;
	border-color: rgba(255, 236, 214, 0.82);
}

.btn-outline-light:hover,
.btn-outline-light:focus {
	background: rgba(255, 255, 255, 0.12);
}

.hero-section {
	position: relative;
	color: #fff;
	overflow: hidden;
	background: #ffffff;
	margin-top: var(--nav-height);
	min-height: calc(100vh - var(--nav-height));
	min-height: calc(100svh - var(--nav-height));
}

.subpage-hero {
	position: relative;
	min-height: 54vh;
	display: flex;
	align-items: center;
	margin-top: 0;
	color: #fff;
	background-size: cover;
	background-position: center;
}

.subpage-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(120deg, rgba(34, 18, 8, 0.78), rgba(58, 31, 11, 0.5));
}

.subpage-content {
	position: relative;
	z-index: 2;
	max-width: 720px;
	padding-top: 90px;
}

.subpage-content h1 {
	font-size: clamp(2rem, 4vw, 3.3rem);
	margin-bottom: 12px;
}

.subpage-content p {
	font-size: 1rem;
	color: rgba(255, 241, 224, 0.95);
	margin: 0;
}

.subpage-about {
	background-image: url("../Hero%20Content/banner%203.avif");
	background-size: cover;
	background-position: center;
}

.subpage-products {
	background-image: url("../Hero%20Content/banner%201.avif");
	background-size: cover;
	background-position: center;
}

.subpage-franchise {
	background-image: url("../Hero%20Content/banner%202.avif");
}

.subpage-gallery {
	background-image: url("https://images.pexels.com/photos/6802978/pexels-photo-6802978.jpeg?auto=compress&cs=tinysrgb&w=1920");
}

.hero-slider,
.hero-slide {
	min-height: calc(100vh - var(--nav-height));
	min-height: calc(100svh - var(--nav-height));
	background: #ffffff;
}

.hero-slider .slick-list,
.hero-slider .slick-track {
	min-height: calc(100vh - var(--nav-height));
	min-height: calc(100svh - var(--nav-height));
}

.hero-slide {
	position: relative;
	display: flex;
	align-items: center;
	overflow: hidden;
}

.hero-bg-video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
	pointer-events: none;
	transform: scale(1.06);
	will-change: transform;
}

.hero-row {
	min-height: calc(100vh - var(--nav-height));
	min-height: calc(100svh - var(--nav-height));
	padding-top: 88px;
	padding-bottom: 38px;
}

.hero-brand-copy {
	position: relative;
	z-index: 4;
	max-width: 760px;
	text-align: left;
	text-shadow: 0 3px 16px rgba(0, 0, 0, 0.55);
}

.hero-welcome {
	margin: 0;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	font-size: clamp(3rem, 4.2vw, 3.5rem);
	letter-spacing: 0.04em;
	line-height: 1.15;
	color: #f5f5f5;
}

.hero-brand-title {
	margin: 8px 0 0;
	font-family: "Poppins", sans-serif;
	font-weight: 800;
	font-size: clamp(5rem, 10vw, 6.875rem);
	line-height: 1.1;
	letter-spacing: 0.01em;
	color: #ffffff;
}

.hero-brand-tagline {
	margin: 24px 0 0;
	font-family: "Playfair Display", serif;
	font-style: italic;
	font-weight: 600;
	font-size: clamp(2.25rem, 4.5vw, 3rem);
	line-height: 1.2;
	color: #e6a85c;
	letter-spacing: 0.01em;
}

.hero-bg-layer {
	position: absolute;
	inset: 0;
	z-index: 2;
	will-change: transform;
	display: none;
}

.hero-bg-layer::before,
.hero-bg-layer::after {
	content: "";
	position: absolute;
	inset: -12%;
	pointer-events: none;
	display: none;
}

.hero-bg-layer::before {
	background: radial-gradient(circle at 72% 34%, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0));
	animation: heroGlowShift 12s ease-in-out infinite alternate;
}

.hero-bg-layer::after {
	background: linear-gradient(120deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0) 26%, rgba(255, 255, 255, 0.09) 54%, rgba(255, 255, 255, 0));
	mix-blend-mode: screen;
	animation: heroRaySweep 15s linear infinite;
}

.hero-overlay {
	position: absolute;
	inset: 0;
	z-index: 3;
	background: transparent;
	display: none;
}

.hero-copy {
	position: relative;
	z-index: 4;
	max-width: 600px;
	padding: 26px 28px 28px;
	border-radius: 24px;
	background: linear-gradient(152deg, rgba(35, 16, 6, 0.48), rgba(35, 16, 6, 0.26));
	border: 1px solid rgba(255, 227, 190, 0.2);
	box-shadow: 0 24px 52px rgba(20, 9, 3, 0.28);
	-webkit-backdrop-filter: blur(2px);
	backdrop-filter: blur(2px);
}

.hero-copy::after {
	content: "";
	position: absolute;
	left: 28px;
	top: 0;
	width: 88px;
	height: 3px;
	border-radius: 0 0 8px 8px;
	background: linear-gradient(90deg, #ffd2a4, #cf7c31);
}

.hero-copy.animate__animated,
.hero-visual-wrap.animate__animated {
	animation-duration: 900ms;
	animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
}

.hero-visual-wrap {
	position: relative;
	z-index: 4;
	display: flex;
	justify-content: center;
}

.hero-visual-card {
	display: block;
	width: min(440px, 100%);
	aspect-ratio: 4 / 5;
	object-fit: cover;
	border-radius: 26px;
	border: 1px solid rgba(255, 221, 186, 0.25);
	box-shadow: 0 28px 70px rgba(14, 6, 3, 0.42);
	transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.hero-visual-wrap:hover .hero-visual-card {
	transform: translateY(-6px) scale(1.02);
	box-shadow: 0 34px 86px rgba(14, 6, 3, 0.5);
}

.hero-kicker {
	font-size: 0.9rem;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	color: #ffd2a4;
	margin-bottom: 8px;
}

.hero-copy h1,
.hero-copy h2 {
	font-size: clamp(2.1rem, 4vw, 3.8rem);
	line-height: 1.1;
	margin-bottom: 15px;
}

.hero-subheading {
	color: rgba(255, 241, 224, 0.95);
	font-size: 1.05rem;
	margin-bottom: 26px;
}

.hero-lottie {
	position: absolute;
	right: 8px;
	bottom: 16px;
	width: 110px;
	height: 110px;
	opacity: 0.7;
	pointer-events: none;
	filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.22));
}

.hero-lottie svg {
	width: 100% !important;
	height: 100% !important;
}

.hero-cta {
	transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.hero-cta:hover,
.hero-cta:focus {
	transform: translateY(-2px);
}

.steam-layer {
	position: absolute;
	bottom: -80px;
	left: 0;
	width: 100%;
	height: 230px;
	pointer-events: none;
	background:
		radial-gradient(circle at 10% 70%, rgba(255, 255, 255, 0.28) 0, rgba(255, 255, 255, 0) 55%),
		radial-gradient(circle at 40% 90%, rgba(255, 255, 255, 0.18) 0, rgba(255, 255, 255, 0) 58%),
		radial-gradient(circle at 70% 75%, rgba(255, 255, 255, 0.24) 0, rgba(255, 255, 255, 0) 56%),
		radial-gradient(circle at 90% 85%, rgba(255, 255, 255, 0.16) 0, rgba(255, 255, 255, 0) 54%);
	animation: steamFloat 6s ease-in-out infinite alternate;
	display: none;
}

@keyframes steamFloat {
	from {
		transform: translateY(0);
		opacity: 0.82;
	}
	to {
		transform: translateY(-18px);
		opacity: 1;
	}
}

.slick-dots {
	bottom: 26px;
}

.slick-dots li button:before {
	color: #ffe8cc;
	opacity: 0.62;
	font-size: 11px;
}

.slick-dots li.slick-active button:before {
	color: #ffc98e;
	opacity: 1;
}

.hero-section .slick-prev,
.hero-section .slick-next {
	z-index: 6;
	width: 42px;
	height: 42px;
	border-radius: 999px;
	background: rgba(24, 11, 4, 0.48);
	border: 1px solid rgba(255, 222, 191, 0.3);
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
}

.hero-section .slick-prev:hover,
.hero-section .slick-next:hover {
	background: rgba(24, 11, 4, 0.72);
}

.hero-section .slick-prev {
	left: 20px;
}

.hero-section .slick-next {
	right: 20px;
}

.hero-section .slick-prev:before,
.hero-section .slick-next:before {
	font-size: 20px;
	opacity: 1;
	color: #fff3e1;
}

@keyframes heroGlowShift {
	from {
		transform: translate3d(-10px, 0, 0);
		opacity: 0.52;
	}
	to {
		transform: translate3d(16px, -8px, 0);
		opacity: 0.78;
	}
}

@keyframes heroRaySweep {
	from {
		transform: translate3d(-8%, 0, 0);
		opacity: 0.18;
	}
	50% {
		opacity: 0.34;
	}
	to {
		transform: translate3d(8%, 0, 0);
		opacity: 0.18;
	}
}

.trust-strip {
	margin-top: -54px;
	position: relative;
	z-index: 5;
}

.trust-item {
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(250, 236, 219, 0.98));
	border: 1px solid rgba(162, 101, 53, 0.16);
	box-shadow: var(--shadow-soft);
	border-radius: 18px;
	padding: 22px 16px;
	text-align: center;
	height: 100%;
}

.trust-item h3 {
	font-size: 1.58rem;
	margin: 0;
	color: #2e1a0b;
}

.trust-item p {
	margin: 5px 0 0;
	font-size: 0.88rem;
	color: var(--text-muted);
}

.about-section .section-heading {
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.76), rgba(255, 245, 232, 0.9));
	border: 1px solid var(--stroke-soft);
	border-radius: 22px;
	padding: 34px;
	box-shadow: var(--shadow-soft);
}

.products-section {
	background: linear-gradient(180deg, #fff8ee, #fffdf9);
}

.col-lg-2-4 {
	width: 100%;
}

.product-card {
	height: 100%;
	text-align: center;
	background: linear-gradient(180deg, #ffffff, #fff8ed);
	border-radius: var(--radius-lg);
	border: 1px solid var(--stroke-soft);
	padding: 30px 18px 24px;
	box-shadow: var(--shadow-soft);
	transition: transform 0.32s ease, box-shadow 0.32s ease;
	position: relative;
	overflow: hidden;
}

.menu-group-title {
	margin: 8px 0 2px;
	font-size: clamp(1.2rem, 2.2vw, 1.55rem);
	font-weight: 700;
	color: var(--chai-deep);
	letter-spacing: 0.02em;
	padding-bottom: 8px;
	border-bottom: 1px solid rgba(129, 74, 35, 0.2);
}

.product-card::before {
	content: "";
	position: absolute;
	left: 12%;
	right: 12%;
	top: 0;
	height: 3px;
	border-radius: 0 0 8px 8px;
	background: linear-gradient(90deg, #f2b06d, #bf6421);
}

.menu-item-image {
	width: 62px;
	height: 62px;
	border-radius: 50%;
	display: block;
	margin: 0 auto 14px;
	object-fit: cover;
	border: 1px solid rgba(149, 89, 41, 0.26);
	box-shadow: 0 10px 18px rgba(70, 38, 16, 0.18);
}

.product-card h3 {
	font-size: 1.15rem;
	margin-bottom: 0;
	color: var(--chai-dark);
}

.product-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 26px 44px rgba(70, 38, 16, 0.2);
}

.features-section {
	background:
		radial-gradient(circle at 80% 20%, rgba(227, 163, 100, 0.22), rgba(227, 163, 100, 0)),
		linear-gradient(140deg, #2e1709, #472610 58%, #5a2e10);
	color: #ffe8cd;
}

.features-section .section-label,
.features-section h2,
.features-section p {
	color: #ffe0c0;
}

.feature-card {
	background: rgba(255, 233, 206, 0.08);
	border: 1px solid rgba(255, 211, 167, 0.22);
	border-radius: 18px;
	padding: 24px 20px;
	height: 100%;
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
	transition: transform 0.25s ease, border-color 0.25s ease;
}

.feature-card:hover {
	transform: translateY(-6px);
	border-color: rgba(255, 211, 167, 0.45);
}

.feature-card i {
	color: #ffca8f;
	font-size: 1.55rem;
	margin-bottom: 10px;
}

.feature-card h3 {
	font-size: 1.2rem;
	margin-bottom: 7px;
	color: #ffe2c3;
}

.feature-card p {
	margin: 0;
	color: #f8dabb;
}

.franchise-section {
	background:
		radial-gradient(circle at 5% 20%, rgba(233, 174, 112, 0.2), rgba(233, 174, 112, 0)),
		#fffaf3;
}

.franchise-panel,
.franchise-form {
	border-radius: var(--radius-lg);
	padding: 28px;
	height: 100%;
}

.franchise-panel {
	background: linear-gradient(152deg, #2d180a, #4b2b14 62%, #643815);
	color: #fff2e6;
	box-shadow: var(--shadow-rich);
	border: 1px solid rgba(255, 221, 187, 0.14);
}

.investment-box {
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.2);
	padding: 20px;
	border-radius: 15px;
}

.investment-box h3 {
	font-size: 1.18rem;
}

.investment-value {
	font-size: 2rem;
	margin: 6px 0;
	color: #ffd9ac;
	font-weight: 700;
}

.steps-grid {
	display: grid;
	gap: 14px;
	position: relative;
}

.steps-grid::before {
	content: "";
	position: absolute;
	left: 16px;
	top: 10px;
	bottom: 10px;
	width: 2px;
	background: linear-gradient(180deg, rgba(255, 229, 197, 0.95), rgba(255, 185, 125, 0.35));
	opacity: 0.72;
	transform-origin: top;
	transform: scaleY(0);
	transition: transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

.franchise-section.is-in-view .steps-grid::before {
	transform: scaleY(1);
}

.step-item {
	display: flex;
	gap: 12px;
	align-items: flex-start;
}

.step-item span {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(145deg, #eea65b, #c56a27);
	color: #fff;
	font-weight: 600;
}

.step-item h4 {
	margin-bottom: 4px;
	font-size: 1.05rem;
	color: #ffe5c5;
}

.step-item p {
	margin: 0;
	color: #f8dfc1;
	font-size: 0.92rem;
}

.franchise-form {
	background: linear-gradient(170deg, #ffffff, #fff4e5);
	border: 1px solid rgba(153, 91, 41, 0.22);
	box-shadow: var(--shadow-soft);
}

.franchise-form h3 {
	color: var(--chai-dark);
	font-size: 1.72rem;
}

.franchise-form .form-label {
	font-weight: 500;
	color: #50311a;
}

.form-control,
.form-select {
	border-radius: 12px;
	border: 1px solid #d9b899;
	padding: 11px 12px;
	background-color: rgba(255, 255, 255, 0.96);
}

.form-control:focus,
.form-select:focus {
	border-color: #d68136;
	box-shadow: 0 0 0 0.18rem rgba(214, 129, 54, 0.2);
}

.form-message {
	margin: 12px 0 0;
	font-size: 0.9rem;
	font-weight: 500;
	min-height: 20px;
}

.gallery-section {
	background: linear-gradient(180deg, #fffdf9, #f8ebd9);
}

.gallery-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(12, 1fr);
}

.gallery-item {
	border: none;
	border-radius: 18px;
	overflow: hidden;
	padding: 0;
	cursor: pointer;
	background: #fff;
	border: 1px solid rgba(149, 89, 41, 0.16);
	box-shadow: 0 14px 32px rgba(87, 48, 18, 0.18);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	position: relative;
}

.gallery-item::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(27, 13, 5, 0.28), rgba(27, 13, 5, 0));
	opacity: 0;
	transition: opacity 0.28s ease;
}

.gallery-item:hover {
	transform: translateY(-7px) scale(1.01);
	box-shadow: 0 22px 42px rgba(87, 48, 18, 0.22);
}

.gallery-item:hover::after {
	opacity: 1;
}

.gallery-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.gallery-item:nth-child(1),
.gallery-item:nth-child(4) {
	grid-column: span 6;
	min-height: 280px;
}

.gallery-item:nth-child(2),
.gallery-item:nth-child(3),
.gallery-item:nth-child(5),
.gallery-item:nth-child(6) {
	grid-column: span 3;
	min-height: 280px;
}

.lightbox {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.9);
	display: none;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 24px;
	z-index: 2000;
}

.lightbox.active {
	display: flex;
}

.lightbox img {
	max-width: min(980px, 95vw);
	max-height: 80vh;
	border-radius: 14px;
	border: 1px solid rgba(255, 255, 255, 0.24);
	box-shadow: 0 26px 44px rgba(0, 0, 0, 0.52);
}

.lightbox p {
	color: #fff;
	margin-top: 14px;
}

.lightbox-close {
	position: absolute;
	top: 20px;
	right: 24px;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.45);
	background: transparent;
	color: #fff;
	font-size: 1.25rem;
}

.quote-icon {
	color: #cf7c31;
	font-size: 1.15rem;
	margin-bottom: 10px;
	display: inline-block;
}

.cta-strip {
	background: linear-gradient(155deg, rgba(255, 245, 232, 0.94), rgba(255, 233, 205, 0.92));
	text-align: center;
}

.cta-strip h2 {
	font-size: clamp(1.7rem, 2.8vw, 2.4rem);
	margin-bottom: 8px;
}

.cta-strip p {
	color: var(--text-muted);
	max-width: 680px;
	margin: 0 auto 18px;
}

.footer {
	background:
		radial-gradient(circle at 12% 20%, rgba(255, 196, 135, 0.12), rgba(255, 196, 135, 0)),
		linear-gradient(150deg, #1f1109, #2f1b0f 50%, #371f10);
	color: #f8dec0;
	padding: 78px 0 24px;
}

.footer .row {
	align-items: flex-start;
}

.footer > .container > .row > div {
	display: flex;
	flex-direction: column;
}

.footer h3,
.footer h4 {
	color: #ffdfbd;
	margin-top: 0;
	margin-bottom: 16px;
}

.footer p {
	margin-bottom: 12px;
	line-height: 1.6;
}

.footer-links {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	gap: 9px;
}

.footer-links a,
.footer-links li {
	color: #f3d2ad;
	font-size: 0.95rem;
	line-height: 1.5;
}

.footer-links a:hover {
	color: #fff2e3;
}

.social-icons {
	display: flex;
	gap: 11px;
}

.social-icons a {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.34);
	transition: all 0.25s ease;
}

.social-icons a:hover {
	border-color: #f3a85e;
	background: rgba(244, 156, 80, 0.24);
	transform: translateY(-3px);
}

.social-icon-image {
	width: 20px;
	height: 20px;
	object-fit: contain;
	display: block;
}

.footer-bottom {
	margin-top: 24px;
	padding-top: 18px;
	border-top: 1px solid rgba(255, 255, 255, 0.14);
	text-align: center;
	color: #e8c8a4;
	font-size: 0.9rem;
}

@media (min-width: 576px) {
	.col-lg-2-4 {
		width: 50%;
	}
}

@media (min-width: 768px) {
	.col-lg-2-4 {
		width: 33.333%;
	}
}

@media (min-width: 1200px) {
	.col-lg-2-4 {
		width: 20%;
	}
}

@media (max-width: 991px) {
	.section {
		padding: 78px 0;
	}

	.hero-row {
		padding-top: 108px;
		padding-bottom: 56px;
		min-height: 100vh;
	}

	.hero-copy {
		max-width: 100%;
		padding: 24px 22px 26px;
	}

	.hero-visual-card {
		width: min(390px, 100%);
	}

	.hero-lottie {
		width: 94px;
		height: 94px;
		right: 4px;
		bottom: 12px;
	}

	.hero-section .slick-prev,
	.hero-section .slick-next {
		top: auto;
		bottom: 84px;
		transform: none;
	}

	.hero-section .slick-prev {
		left: 18px;
	}

	.hero-section .slick-next {
		right: 18px;
	}

	.subpage-hero {
		min-height: 46vh;
	}

	.subpage-content {
		padding-top: 74px;
	}

	.trust-strip {
		margin-top: -36px;
	}

	.gallery-item:nth-child(1),
	.gallery-item:nth-child(4) {
		grid-column: span 12;
	}

	.gallery-item:nth-child(2),
	.gallery-item:nth-child(3),
	.gallery-item:nth-child(5),
	.gallery-item:nth-child(6) {
		grid-column: span 6;
	}

	.main-nav .navbar-collapse {
		margin-top: 12px;
		background: rgba(255, 255, 255, 0.98);
		border: 1px solid rgba(58, 38, 22, 0.12);
		border-radius: 10px;
		padding: 12px;
	}

	.main-nav .navbar-nav {
		gap: 0.35rem;
	}
}

@media (max-width: 767px) {
	.main-nav .navbar-brand {
		height: 52px;
	}

	.main-nav .navbar-collapse {
		text-align: center;
	}

	.main-nav .nav-item.mt-2.mt-lg-0 {
		margin-top: 0.5rem !important;
	}

	.main-nav .btn-brand {
		width: 100%;
	}

	.hero-brand-copy {
		max-width: 100%;
	}

	.footer {
		padding-top: 64px;
	}

	.footer .row > div {
		text-align: center;
	}

	.footer-links {
		justify-items: center;
	}
}

@media (max-width: 575px) {
	.section {
		padding: 64px 0;
	}

	.hero-row {
		padding-top: 96px;
		padding-bottom: 62px;
	}

	.hero-welcome {
		font-size: clamp(2rem, 7vw, 2.6rem);
	}

	.hero-brand-title {
		font-size: clamp(3.2rem, 14vw, 5rem);
	}

	.hero-brand-tagline {
		font-size: clamp(1.8rem, 8.5vw, 2.5rem);
		margin-top: 20px;
	}

	.hero-copy h1,
	.hero-copy h2 {
		font-size: 2rem;
	}

	.hero-copy {
		padding: 22px 18px 22px;
	}

	.hero-copy::after {
		left: 18px;
		width: 74px;
	}

	.hero-subheading {
		font-size: 0.95rem;
	}

	.hero-visual-card {
		width: min(320px, 100%);
		border-radius: 18px;
	}

	.hero-lottie {
		width: 80px;
		height: 80px;
		right: 2px;
		bottom: 10px;
	}

	.hero-section .slick-prev,
	.hero-section .slick-next {
		display: none !important;
	}

	.subpage-hero {
		min-height: 42vh;
	}

	.subpage-content h1 {
		font-size: 2rem;
	}

	.subpage-content p {
		font-size: 0.95rem;
	}

	.trust-item {
		padding: 18px 12px;
	}

	.gallery-item:nth-child(n) {
		grid-column: span 12;
		min-height: 230px;
	}

	.franchise-panel,
	.franchise-form,
	.about-section .section-heading {
		padding: 22px;
	}

	.cta-strip .btn-brand {
		width: 100%;
		max-width: 320px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.motion-item {
		opacity: 1;
		transform: none;
		filter: none;
		transition: none;
	}

	.steps-grid::before {
		transform: scaleY(1);
		transition: none;
	}

	[data-parallax-speed] {
		transform: none !important;
	}
}

