/**
 * Layout — header, hero band, grids, footer
 */

.price-wrap {
	width: min(100% - 2rem, var(--price-max));
	margin-inline: auto;
}

.price-site-header {
	position: sticky;
	top: 0;
	z-index: 50;
	backdrop-filter: blur(12px);
	background: rgba(247, 245, 241, 0.88);
	border-bottom: 1px solid rgba(213, 221, 230, 0.7);
}

.price-site-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 0.85rem 0;
}

.price-brand {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	text-decoration: none;
	color: var(--price-ink);
	font-family: var(--price-font-display);
	font-weight: 700;
	font-size: 1.15rem;
}

.price-brand img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	object-fit: cover;
}

.price-nav {
	display: flex;
	align-items: center;
	gap: 1.25rem;
}

.price-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.25rem 1.1rem;
}

.price-nav a {
	text-decoration: none;
	color: var(--price-ink-soft);
	font-weight: 500;
	font-size: 0.95rem;
}

.price-nav a:hover,
.price-nav .current-menu-item > a {
	color: var(--price-teal-deep);
}

.price-nav-toggle {
	display: none;
	border: 1px solid var(--price-line);
	background: var(--price-surface);
	border-radius: 10px;
	padding: 0.55rem 0.7rem;
	cursor: pointer;
	color: var(--price-ink);
}

.price-lang {
	margin-left: 0.5rem;
}

.price-lang .dlx-switcher {
	font-size: 0.85rem;
}

.price-header-band {
	position: relative;
	min-height: clamp(160px, 28vw, 320px);
	background: linear-gradient(135deg, #16324a, #1a7a72 70%);
	overflow: hidden;
}

.price-header-band img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	inset: 0;
	opacity: 0.85;
}

.price-header-band__shade {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(15, 28, 46, 0.15), rgba(15, 28, 46, 0.45));
}

.price-hero {
	padding: 2.5rem 0 1rem;
	text-align: center;
}

.price-hero__photo {
	width: 140px;
	height: 140px;
	margin: -72px auto 1.25rem;
	border-radius: 50%;
	object-fit: cover;
	border: 4px solid var(--price-paper);
	box-shadow: var(--price-shadow);
	position: relative;
	z-index: 2;
	background: var(--price-paper-2);
}

.price-hero__signature {
	max-width: 280px;
	margin: 0 auto 0.75rem;
}

.price-hero__name {
	margin: 0 0 0.4rem;
	font-size: clamp(2rem, 4vw, 2.75rem);
}

.price-hero__tagline {
	margin: 0 auto 1.25rem;
	max-width: 36rem;
	color: var(--price-muted);
	font-size: 1.1rem;
}

.price-hero__actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.75rem;
	margin-bottom: 1.5rem;
}

.price-section {
	padding: 2.75rem 0;
}

.price-section__head {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 1.5rem;
}

.price-section__head h2 {
	margin: 0;
	font-size: clamp(1.5rem, 3vw, 2rem);
}

.price-section__head p {
	margin: 0.35rem 0 0;
	color: var(--price-muted);
}

.price-section-nav {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 0.75rem;
	padding: 0.5rem 0 1.5rem;
}

.price-section-nav a {
	display: block;
	padding: 1rem 1.1rem;
	background: var(--price-surface);
	border: 1px solid var(--price-line);
	border-radius: var(--price-radius);
	text-decoration: none;
	color: var(--price-ink);
	font-weight: 600;
	box-shadow: 0 1px 0 rgba(15, 28, 46, 0.03);
	transition: transform 0.25s var(--price-ease), border-color 0.2s ease, box-shadow 0.25s ease;
}

.price-section-nav a:hover {
	transform: translateY(-3px);
	border-color: var(--price-teal);
	box-shadow: var(--price-shadow);
	text-decoration: none;
}

.price-section-nav span {
	display: block;
	margin-top: 0.25rem;
	font-weight: 400;
	font-size: 0.85rem;
	color: var(--price-muted);
}

.price-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.25rem;
}

.price-grid--2 {
	grid-template-columns: repeat(2, 1fr);
}

.price-site-footer {
	margin-top: 3rem;
	padding: 2.5rem 0 2rem;
	border-top: 1px solid var(--price-line);
	background: linear-gradient(180deg, transparent, rgba(15, 28, 46, 0.03));
}

.price-site-footer__inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 1.5rem;
	align-items: center;
}

.price-site-footer__copy {
	color: var(--price-muted);
	font-size: 0.9rem;
}

.price-content {
	padding: 2rem 0 3rem;
}

.price-content article > *:first-child {
	margin-top: 0;
}

.price-entry-header {
	margin-bottom: 1.5rem;
}

.price-entry-meta {
	color: var(--price-muted);
	font-size: 0.9rem;
}

.price-breadcrumbs {
	margin: 0 0 1.25rem;
	font-size: 0.9rem;
}

.price-breadcrumbs__list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.35rem 0.15rem;
	list-style: none;
	margin: 0;
	padding: 0;
	color: var(--price-muted);
}

.price-breadcrumbs__item {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
}

.price-breadcrumbs__item:not(:last-child)::after {
	content: "/";
	margin-left: 0.35rem;
	opacity: 0.55;
	pointer-events: none;
}

.price-breadcrumbs a {
	color: var(--price-teal-deep);
	text-decoration: none;
}

.price-breadcrumbs a:hover {
	text-decoration: underline;
}

.price-pagination {
	display: flex;
	justify-content: center;
	gap: 0.75rem;
	padding: 2rem 0;
}

.price-pagination a,
.price-pagination span {
	padding: 0.45rem 0.85rem;
	border-radius: 8px;
	border: 1px solid var(--price-line);
	text-decoration: none;
	color: var(--price-ink);
}

.price-pagination .current {
	background: var(--price-ink);
	color: #fff;
	border-color: var(--price-ink);
}

@media (max-width: 900px) {
	.price-grid,
	.price-section-nav {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 720px) {
	.price-nav-toggle {
		display: inline-flex;
	}

	.price-nav {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		display: none;
		flex-direction: column;
		align-items: stretch;
		padding: 1rem;
		background: var(--price-paper);
		border-bottom: 1px solid var(--price-line);
		box-shadow: var(--price-shadow);
	}

	.price-nav.is-open {
		display: flex;
	}

	.price-nav ul {
		flex-direction: column;
		gap: 0.15rem;
	}

	.price-nav a {
		display: block;
		padding: 0.65rem 0.25rem;
	}

	.price-grid,
	.price-grid--2,
	.price-section-nav {
		grid-template-columns: 1fr;
	}

	.price-hero__photo {
		margin-top: -56px;
		width: 112px;
		height: 112px;
	}

	.price-site-header__inner {
		position: relative;
	}
}
