/*
Theme Name: NAVIL Kapee Child
Theme URI: https://kapee.presslayouts.com/
Author: NAVIL Industries Limited
Description: NAVIL Industries Limited branded child theme for Kapee and WooCommerce.
Version: 1.0.0
Author URI: https://www.navilindustries.com/
Template: kapee
Text Domain: kapee-child
*/

:root {
	--navil-navy: #0f294d;
	--navil-deep-navy: #071a31;
	--navil-gold: #bf852b;
	--navil-warm-gold: #d8ad5a;
	--navil-cream: #fbf8f1;
	--navil-pale-navy: #edf2f7;
	--navil-ink: #152238;
	--navil-muted: #617086;
	--navil-white: #ffffff;
	--navil-radius: 18px;
	--navil-shadow: 0 18px 55px rgba(7, 26, 49, 0.12);
}

body.navil-store {
	color: var(--navil-ink);
}

body.navil-store a {
	text-underline-offset: 0.18em;
}

body.navil-store .site-header,
body.navil-store .header-main {
	border-bottom-color: rgba(15, 41, 77, 0.1);
}

body.navil-store .site-logo img,
body.navil-store .custom-logo {
	max-height: 64px;
	width: auto;
}

body.navil-store button,
body.navil-store input[type="submit"],
body.navil-store .button,
body.navil-store .btn,
body.navil-store .woocommerce a.button,
body.navil-store .woocommerce button.button,
body.navil-store .woocommerce input.button {
	background: var(--navil-navy);
	border-color: var(--navil-navy);
	border-radius: 999px;
	color: var(--navil-white);
	font-weight: 700;
	letter-spacing: 0.01em;
	padding: 0.85rem 1.3rem;
	transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

body.navil-store button:hover,
body.navil-store input[type="submit"]:hover,
body.navil-store .button:hover,
body.navil-store .btn:hover,
body.navil-store .woocommerce a.button:hover,
body.navil-store .woocommerce button.button:hover,
body.navil-store .woocommerce input.button:hover {
	background: var(--navil-deep-navy);
	border-color: var(--navil-deep-navy);
	box-shadow: 0 10px 24px rgba(7, 26, 49, 0.18);
	color: var(--navil-white);
	transform: translateY(-1px);
}

body.navil-store .woocommerce span.onsale {
	background: var(--navil-gold);
	color: var(--navil-deep-navy);
	font-weight: 800;
}

body.navil-store .woocommerce div.product p.price,
body.navil-store .woocommerce div.product span.price,
body.navil-store .woocommerce ul.products li.product .price {
	color: var(--navil-gold);
	font-weight: 800;
}

body.navil-store .woocommerce-message,
body.navil-store .woocommerce-info {
	border-top-color: var(--navil-gold);
}

body.navil-store .woocommerce-message::before,
body.navil-store .woocommerce-info::before {
	color: var(--navil-gold);
}

.navil-store-home {
	overflow: hidden;
}

.navil-store-home,
.navil-store-home * {
	box-sizing: border-box;
}

.navil-store-hero {
	background:
		radial-gradient(circle at 82% 18%, rgba(216, 173, 90, 0.28), transparent 28%),
		linear-gradient(135deg, var(--navil-deep-navy) 0%, var(--navil-navy) 68%, #183c69 100%);
	color: var(--navil-white);
	margin: 0 calc(50% - 50vw);
	padding: clamp(4.5rem, 10vw, 8rem) max(5vw, calc((100vw - 1240px) / 2));
	position: relative;
}

.navil-store-hero::after {
	background: linear-gradient(90deg, var(--navil-gold), var(--navil-warm-gold));
	bottom: 0;
	content: "";
	height: 6px;
	left: 0;
	position: absolute;
	right: 0;
}

.navil-store-hero__content {
	max-width: 760px;
	position: relative;
	z-index: 1;
}

.navil-store-eyebrow {
	color: var(--navil-warm-gold);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.17em;
	margin: 0 0 1rem;
	text-transform: uppercase;
}

.navil-store-hero h1 {
	color: var(--navil-white);
	font-size: clamp(2.65rem, 6vw, 5.5rem);
	letter-spacing: -0.045em;
	line-height: 0.98;
	margin: 0 0 1.35rem;
	max-width: 760px;
}

.navil-store-hero__lead {
	color: rgba(255, 255, 255, 0.82);
	font-size: clamp(1.05rem, 2vw, 1.3rem);
	line-height: 1.7;
	margin: 0;
	max-width: 680px;
}

.navil-store-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.9rem;
	margin-top: 2rem;
}

.navil-store-action {
	align-items: center;
	border: 1px solid transparent;
	border-radius: 999px;
	display: inline-flex;
	font-weight: 800;
	justify-content: center;
	padding: 0.95rem 1.35rem;
	text-decoration: none;
}

.navil-store-action--primary {
	background: var(--navil-gold);
	color: var(--navil-deep-navy);
}

.navil-store-action--primary:hover {
	background: var(--navil-warm-gold);
	color: var(--navil-deep-navy);
}

.navil-store-action--secondary {
	border-color: rgba(255, 255, 255, 0.44);
	color: var(--navil-white);
}

.navil-store-action--secondary:hover {
	background: var(--navil-white);
	color: var(--navil-deep-navy);
}

.navil-store-section {
	margin: 0 auto;
	max-width: 1240px;
	padding: clamp(3.5rem, 8vw, 6.5rem) 1.25rem;
}

.navil-store-section--soft {
	background: var(--navil-cream);
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	max-width: none;
	padding-left: max(1.25rem, calc((100vw - 1240px) / 2));
	padding-right: max(1.25rem, calc((100vw - 1240px) / 2));
}

.navil-store-section__heading {
	margin-bottom: 2rem;
	max-width: 700px;
}

.navil-store-section__heading h2 {
	color: var(--navil-deep-navy);
	font-size: clamp(2rem, 4vw, 3.4rem);
	letter-spacing: -0.035em;
	line-height: 1.08;
	margin: 0 0 0.8rem;
}

.navil-store-section__heading p {
	color: var(--navil-muted);
	font-size: 1.08rem;
	line-height: 1.75;
	margin: 0;
}

.navil-store-trust {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: -2rem auto 0;
	max-width: 1240px;
	padding: 0 1.25rem;
	position: relative;
	z-index: 2;
}

.navil-store-trust__item {
	background: var(--navil-white);
	border: 1px solid rgba(15, 41, 77, 0.08);
	border-radius: var(--navil-radius);
	box-shadow: var(--navil-shadow);
	padding: 1.5rem;
}

.navil-store-trust__icon {
	align-items: center;
	background: rgba(191, 133, 43, 0.14);
	border-radius: 12px;
	color: var(--navil-gold);
	display: inline-flex;
	font-size: 1.35rem;
	height: 46px;
	justify-content: center;
	margin-bottom: 1rem;
	width: 46px;
}

.navil-store-trust__item h3 {
	color: var(--navil-deep-navy);
	font-size: 1.08rem;
	margin: 0 0 0.45rem;
}

.navil-store-trust__item p {
	color: var(--navil-muted);
	line-height: 1.6;
	margin: 0;
}

.navil-store-quote {
	background:
		linear-gradient(120deg, rgba(255, 255, 255, 0.12), transparent 38%),
		var(--navil-gold);
	border-radius: 24px;
	box-shadow: 0 24px 64px rgba(191, 133, 43, 0.2);
	color: var(--navil-deep-navy);
	display: grid;
	gap: 2rem;
	grid-template-columns: minmax(0, 1.35fr) auto;
	margin: 0 auto clamp(4rem, 8vw, 7rem);
	max-width: 1200px;
	padding: clamp(2rem, 5vw, 4rem);
}

.navil-store-quote h2 {
	color: var(--navil-deep-navy);
	font-size: clamp(2rem, 4vw, 3.2rem);
	letter-spacing: -0.035em;
	margin: 0 0 0.75rem;
}

.navil-store-quote p {
	font-size: 1.05rem;
	line-height: 1.7;
	margin: 0;
	max-width: 680px;
}

.navil-store-quote__actions {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 0.8rem;
	justify-content: center;
	min-width: 250px;
}

.navil-store-quote .navil-store-action--primary {
	background: var(--navil-deep-navy);
	color: var(--navil-white);
	width: 100%;
}

.navil-store-quote .navil-store-action--secondary {
	border-color: rgba(7, 26, 49, 0.35);
	color: var(--navil-deep-navy);
	width: 100%;
}

.navil-store-quote .navil-store-action--secondary:hover {
	background: var(--navil-deep-navy);
	color: var(--navil-white);
}

@media (max-width: 780px) {
	.navil-store-trust {
		grid-template-columns: 1fr;
	}

	.navil-store-quote {
		border-radius: 0;
		grid-template-columns: 1fr;
		margin-left: 0;
		margin-right: 0;
	}

	.navil-store-quote__actions {
		min-width: 0;
		width: 100%;
	}
}
