/*
 * Shipping Policy — Hero, Stats Bar, Quick Nav
 * Depends on: design-tokens.css, log-global-core.css
 * Page: body.log-shipping-page
 */

/* ── BLOCKSY PARENT CONFLICT: is-layout-constrained forces margin-left/right:auto on direct children ── */
body.log-shipping-page .entry-content.is-layout-constrained>.page-banner,
body.log-shipping-page .entry-content.is-layout-constrained>.stats-bar {
	margin-left: 88px !important;
	margin-right: 88px !important;
	margin-bottom: 20px;
}

/* ── PAGE BANNER ── */
.page-banner {
	position: relative;
	background: linear-gradient(160deg, var(--plum-950) 0%, var(--plum-800) 55%, var(--plum-700) 100%);
	border-radius: 26px;
	margin: 22px 88px 0;
	overflow: hidden;
	padding: 28px 48px 0;
	color: #fff;
}

.page-banner::before {
	content: '';
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at 15% 18%, rgba(188, 211, 172, .14), transparent 42%);
	pointer-events: none;
}

.page-banner::after {
	content: '';
	position: absolute;
	width: 340px;
	height: 340px;
	border: 1px solid rgba(188, 211, 172, .07);
	border-radius: 50%;
	bottom: -200px;
	right: -120px;
	pointer-events: none;
}

.banner-inner {
	position: relative;
	z-index: 2;
	max-width: 920px;
	margin: 0 auto;
	text-align: center;
}

.eyebrow-pill {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: rgba(188, 211, 172, .13);
	border: 1px solid rgba(188, 211, 172, .38);
	color: var(--sage-400);
	padding: 7px 15px;
	border-radius: var(--r-pill, 999px);
	font-size: 10.5px;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
	margin-bottom: 12px;
}

.eyebrow-pill .icon {
	width: 12px;
	height: 12px;
}

.page-banner h1 {
	font-family: var(--display);
	font-weight: 700;
	line-height: 1.12;
	font-size: clamp(28px, 3.2vw, 44px);
	letter-spacing: -.01em;
	margin: 0;
	color: #fff;
}

.page-banner h1 em {
	font-style: italic;
	font-weight: 600;
	color: var(--sage-400);
}

.page-banner p.banner-lede {
	margin: 10px auto 0;
	max-width: 540px;
	color: #e2d3da;
	font-size: 13.5px;
	line-height: 1.6;
}

.trust-pills {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
	margin-top: 14px;
}

.trust-pill {
	display: flex;
	align-items: center;
	gap: 6px;
	background: rgba(255, 255, 255, .07);
	border: 1px solid rgba(255, 255, 255, .14);
	padding: 7px 13px;
	border-radius: var(--r-pill, 999px);
	font-size: 11.5px;
	font-weight: 600;
	transition: transform .25s var(--ease), background .25s var(--ease);
}

.trust-pill:hover {
	transform: translateY(-3px);
	background: rgba(255, 255, 255, .13);
}

.trust-pill .icon {
	width: 13px;
	height: 13px;
	color: var(--sage-400);
}

.hero-btn-row {
	display: flex;
	gap: 10px;
	margin-top: 14px;
	flex-wrap: wrap;
	justify-content: center;
}

.btn-sage {
	position: relative;
	overflow: hidden;
	background: var(--sage-500);
	color: var(--plum-950);
	font-weight: 700;
	font-size: 12.5px;
	padding: 11px 22px;
	border-radius: var(--r-pill, 999px);
	display: inline-flex;
	align-items: center;
	gap: 8px;
	transition: transform .25s var(--ease), box-shadow .25s var(--ease), background .25s var(--ease);
}

.btn-sage:hover {
	background: var(--sage-400);
	box-shadow: 0 14px 30px rgba(155, 185, 138, .35);
}

.btn-ghost-white {
	border: 1.4px solid rgba(255, 255, 255, .5);
	color: #fff;
	font-weight: 700;
	font-size: 12.5px;
	padding: 11px 22px;
	border-radius: var(--r-pill, 999px);
	transition: all .25s var(--ease);
}

.btn-ghost-white:hover {
	background: rgba(255, 255, 255, .12);
}

.hero-quicknav {
	position: relative;
	z-index: 2;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
	margin-top: 20px;
	padding: 14px 0 18px;
	border-top: 1px solid rgba(255, 255, 255, .12);
}

.hero-quicknav a {
	font-size: 11.5px;
	font-weight: 700;
	color: #d8c5cf;
	background: rgba(255, 255, 255, .06);
	border: 1px solid rgba(255, 255, 255, .13);
	padding: 8px 15px;
	border-radius: var(--r-pill, 999px);
	transition: all .25s var(--ease);
}

.hero-quicknav a:hover {
	background: var(--sage-500);
	color: var(--plum-950);
	border-color: var(--sage-500);
	transform: translateY(-2px);
}

/* ── STATS BAR ── */
.stats-bar {
	background: linear-gradient(120deg, var(--plum-700), var(--plum-800));
	margin: 18px 88px 0;
	border-radius: 18px;
	box-shadow: var(--shadow-md);
}

.stats-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

.stat-item {
	display: flex;
	align-items: center;
	gap: 14px;
	color: #fff;
	padding: 26px 22px;
	border-right: 1px solid rgba(255, 255, 255, .12);
	transition: background .3s var(--ease);
}

.stat-item:hover {
	background: rgba(255, 255, 255, .05);
}

.stat-item:last-child {
	border-right: none;
}

.stat-icon {
	width: 46px;
	height: 46px;
	border-radius: 12px;
	flex-shrink: 0;
	background: rgba(188, 211, 172, .16);
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--sage-400);
	transition: transform .3s var(--ease);
}

.stat-item:hover .stat-icon {
	transform: scale(1.08) rotate(-6deg);
}

.stat-icon .icon {
	width: 21px;
	height: 21px;
}

.stat-item strong {
	display: block;
	font-size: 15px;
	font-weight: 700;
}

.stat-item .stat-desc {
	display: block;
	font-size: 12.5px;
	color: #e3d6dc;
	margin-top: 2px;
}