/* ============================================
   STARTER Template — Bold, light, rounded
   ============================================ */

.template-starter {
	--wv3-font-heading: "Mina", system-ui, -apple-system, sans-serif;
	--wv3-font-body: "Open Sans", system-ui, -apple-system, sans-serif;
	--wv3-font-weight-heading: 700;
	--wv3-radius-sm: 8px;
	--wv3-radius-md: 15px;
	--wv3-radius-lg: 20px;
	--wv3-radius-xl: 24px;
}

/* Heading font-weight — configurable via --wv3-font-weight-heading */
.template-starter h1,
.template-starter h2,
.template-starter h3,
.template-starter h4,
.template-starter h5,
.template-starter h6,
.template-starter .wv3-header__site-name,
.template-starter .wv3-footer__brand-name,
.template-starter .wv3-footer__site-name {
	font-weight: var(--wv3-font-weight-heading, 700);
}

/* ── Header — light background, dark text ── */
.template-starter .wv3-header {
	background: var(--wv3-bg);
	border-bottom: 1px solid var(--wv3-border);
}

.template-starter .wv3-header.scrolled {
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}

.template-starter .wv3-header__site-name {
	color: var(--wv3-text);
}

.template-starter .wv3-header__logo .custom-logo {
	filter: none;
}

.template-starter .wv3-nav__link {
	color: var(--wv3-text-secondary);
	font-size: 1.02rem;
}

.template-starter .wv3-nav__link:hover,
.template-starter .wv3-nav__link--active {
	color: var(--wv3-text);
}

.template-starter .wv3-header__cta {
	background: var(--wv3-primary);
	color: #fff;
	border: 2px solid var(--wv3-primary);
	border-radius: var(--wv3-radius-md);
	font-size: 1.125rem;
}

.template-starter .wv3-header__cta:hover {
	background: var(--wv3-primary-dark);
	border-color: var(--wv3-primary-dark);
}

.template-starter .wv3-hamburger__line {
	background: var(--wv3-text);
}

/* ── Hero ───────────────────────────────── */
.template-starter .wv3-hero {
	background-color: var(--wv3-primary-lighter);
}

.template-starter .wv3-hero__badge {
	border-radius: var(--wv3-radius-md);
}

.template-starter .wv3-hero__image img {
	border-radius: var(--wv3-radius-lg);
}

/* ── Buttons — rounded ─────────────────── */
.template-starter .wv3-btn {
	border-radius: var(--wv3-radius-md);
}

.template-starter .wv3-btn--primary {
	background: var(--wv3-primary);
	border: 2px solid var(--wv3-primary);
}

.template-starter .wv3-btn--primary:hover {
	background: var(--wv3-primary-dark);
	border-color: var(--wv3-primary-dark);
}

.template-starter .wv3-btn--secondary {
	border-radius: var(--wv3-radius-md);
	border: 2px solid var(--wv3-primary);
}

/* ── Section title underline — primary color (#245) ── */
.template-starter .wv3-section__title::after {
	content: "";
	display: block;
	width: 50px;
	height: 3px;
	background: var(--wv3-primary);
	border-radius: var(--wv3-radius-full);
	margin: var(--wv3-space-md) auto 0;
}

/* Left-aligned titles */
.template-starter .wv3-business-info .wv3-section__title::after {
	margin-left: 0;
	margin-right: auto;
}

/* ── Cards — rounded, no shadow (#240-242) ── */
.template-starter .wv3-card {
	border-radius: var(--wv3-radius-lg);
	box-shadow: none;
	border: none;
	background: var(--wv3-bg);
}

.template-starter .wv3-card:hover {
	box-shadow: none;
}

.template-starter .wv3-card__image {
	border-radius: var(--wv3-radius-lg) var(--wv3-radius-lg) 0 0;
}

.template-starter .wv3-card__cta .wv3-btn {
	background: transparent;
	color: var(--wv3-primary);
	border: 2px solid var(--wv3-primary);
	font-size: 1.03rem;
}

.template-starter .wv3-card__cta .wv3-btn:hover {
	background: var(--wv3-primary);
	color: #fff;
}

/* #236 — Services section gray bg */
.template-starter .wv3-services {
	background: var(--wv3-bg-light);
}

/* ── Light accent sections — about, process, booking ── */
.template-starter .wv3-section--light {
	background-color: var(--wv3-primary-lighter);
}

/* #243 — Gallery white bg */
.template-starter .wv3-gallery {
	background-color: var(--wv3-bg);
}

.template-starter .wv3-gallery__item {
	border-radius: var(--wv3-radius-md);
}

/* #255 — About white bg */
.template-starter .wv3-about {
	background-color: var(--wv3-bg);
}

.template-starter .wv3-about__photo img {
	border-radius: var(--wv3-radius-lg);
}

.template-starter .wv3-about__photo::after {
	border-radius: var(--wv3-radius-lg);
	background: rgba(0, 0, 0, 0.03);
}

.template-starter .wv3-about__qual {
	background: var(--wv3-primary-lighter);
	border-radius: var(--wv3-radius-md);
}

.template-starter .wv3-about__qual svg {
	color: var(--wv3-primary);
}

/* ── Process — vertical timeline, gray bg (#254) ── */
.template-starter .wv3-process {
	background-color: var(--wv3-bg-light);
}

.template-starter .wv3-process__grid {
	display: flex;
	flex-direction: column;
	gap: 0;
	max-width: 600px;
	margin: 0 auto var(--wv3-space-2xl);
}

.template-starter .wv3-process__step {
	display: flex;
	gap: var(--wv3-space-lg);
	text-align: left;
	padding: 0 0 var(--wv3-space-2xl);
}

/* #244 — Connecting line in primary color */
.template-starter .wv3-process__step:not(:last-child)::after {
	content: "";
	position: absolute;
	top: 56px;
	left: 27px;
	width: 2px;
	height: calc(100% - 56px);
	background: var(--wv3-primary);
	right: auto;
}

.template-starter .wv3-process__marker {
	flex-shrink: 0;
	justify-content: flex-start;
}

.template-starter .wv3-process__number {
	background: transparent;
	border: 2px solid var(--wv3-primary);
	color: var(--wv3-primary);
}

.template-starter .wv3-process__content {
	padding-top: var(--wv3-space-md);
}

.template-starter .wv3-process__step-text {
	color: var(--wv3-text-secondary);
}

/* ── Reviews — no shadow ──────────────── */
.template-starter .wv3-reviews__card {
	background: var(--wv3-bg);
	border-radius: var(--wv3-radius-lg);
	box-shadow: none;
}

.template-starter .wv3-reviews__card:hover {
	box-shadow: none;
}

.template-starter .wv3-reviews__text::before {
	content: "\201C";
	display: block;
	font-size: 3rem;
	color: var(--wv3-primary);
	opacity: 0.25;
	line-height: 0.8;
	margin-bottom: var(--wv3-space-sm);
}

.template-starter .wv3-reviews__nav {
	border-radius: var(--wv3-radius-full);
}

/* ── Pricing — gray section bg, no shadow ── */
.template-starter .wv3-pricing {
	background: var(--wv3-bg-light);
}

.template-starter .wv3-pricing__table {
	border-radius: var(--wv3-radius-lg);
	box-shadow: none;
}

.template-starter .wv3-pricing__name {
	font-weight: 700;
}

.template-starter .wv3-pricing__row {
	transition: background var(--wv3-transition-fast);
}

.template-starter .wv3-pricing__row:hover {
	background: var(--wv3-primary-lighter);
}

/* ── Contact ───────────────────────────── */
/* #251 — No shadow on contact form */
.template-starter .wv3-contact__form {
	border-radius: var(--wv3-radius-lg);
	box-shadow: none;
}

/* ── Booking — accent bg ─────────────── */
.template-starter .wv3-booking {
	background-color: var(--wv3-primary-lighter);
}

.template-starter .wv3-booking__wrapper {
	border-radius: var(--wv3-radius-lg);
}

/* ── Business info ─────────────────────── */
.template-starter .wv3-business-info__card {
	border-radius: var(--wv3-radius-lg);
	box-shadow: none;
}

/* #246 — Amenities white wrapper */
.template-starter .wv3-business-info__amenities--below-map {
	border-radius: var(--wv3-radius-lg);
	background: var(--wv3-bg);
}

.template-starter .wv3-business-info__social-link {
	border-radius: var(--wv3-radius-full);
}

.template-starter .wv3-business-info__social-link:hover {
	background: var(--wv3-primary);
	color: #fff;
}

.template-starter .wv3-business-info__hours-row:nth-child(odd) {
	background: var(--wv3-bg-light);
}

/* ── Blog section ──────────────────────── */
/* #247 — Blog section gray bg */
.template-starter .wv3-blog-section {
	background: var(--wv3-bg-light);
}

/* #248-250 — No shadow on blog cards */
.template-starter .wv3-post-card {
	border-radius: var(--wv3-radius-lg);
	box-shadow: none;
	overflow: hidden;
}

.template-starter .wv3-post-card__image {
	overflow: hidden;
}

.template-starter .wv3-post-card__image img {
	display: block;
	transition: transform 0.4s ease;
}

.template-starter .wv3-post-card:hover {
	box-shadow: none;
}

.template-starter .wv3-post-card:hover .wv3-post-card__image img {
	transform: scale(1.05);
}

.template-starter .wv3-post-card__category {
	border-radius: var(--wv3-radius-full);
}

/* ── Footer — dark gray (#252) ─────────── */
.template-starter .wv3-footer {
	background: #2d2d2d;
	color: #e5e5e5;
}

.template-starter .wv3-footer a {
	color: #b0b0b0;
}

.template-starter .wv3-footer a:hover {
	color: #fff;
}

.template-starter .wv3-footer__brand-name {
	font-size: clamp(2rem, 5vw, 3rem);
	color: #fff;
}

.template-starter .wv3-footer__brand-claim {
	color: #b0b0b0;
}

.template-starter .wv3-footer__title {
	font-size: 1.125rem;
	font-weight: 700;
	color: #fff;
}

/* Push nav + contact columns 20px down, brand stays */
.template-starter .wv3-footer__nav,
.template-starter .wv3-footer__contact {
	padding-top: 20px;
}

.template-starter .wv3-footer__social-link {
	background: rgba(255, 255, 255, 0.1);
	color: #e5e5e5;
	border-radius: var(--wv3-radius-full);
}

.template-starter .wv3-footer__social-link:hover {
	background: var(--wv3-primary);
	color: #fff;
}

/* Footer bottom separator */
.template-starter .wv3-footer__bottom {
	border-top: none;
	position: relative;
	padding-top: calc(var(--wv3-space-xl) + var(--wv3-space-md));
}

.template-starter .wv3-footer__bottom::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 50rem;
	height: 2px;
	background: rgba(255, 255, 255, 0.15);
	border-radius: var(--wv3-radius-full);
}

.template-starter .wv3-footer__legal-info,
.template-starter .wv3-footer__legal a,
.template-starter .wv3-footer__credit {
	color: #999;
}

/* #253 — Footer separators same color as footer text */
.template-starter .wv3-footer__legal-sep {
	color: #999;
}

.template-starter .wv3-footer__lokafi-badge {
	height: 30px;
	width: auto;
	opacity: 0.7;
}

.template-starter .wv3-footer__lokafi-badge:hover {
	opacity: 1;
}

/* Dark footer — show light Lokafi badge */
.template-starter .wv3-footer__lokafi-badge--light {
	display: inline;
}

.template-starter .wv3-footer__lokafi-badge--dark {
	display: none;
}

/* ── Venue slider — rounded ────────────── */
.template-starter .wv3-venue__slider {
	border-radius: var(--wv3-radius-xl);
}

.template-starter .wv3-venue__nav {
	border-radius: var(--wv3-radius-full);
}

.template-starter .wv3-venue__dot {
	border-radius: var(--wv3-radius-full);
}

/* ── Archive — rounded tabs ────────────── */
.template-starter .wv3-archive__tab {
	border-radius: var(--wv3-radius-full);
}

.template-starter .wv3-article__category {
	border-radius: var(--wv3-radius-full);
}

/* ── Sidebar ───────────────────────────── */
.template-starter .wv3-sidebar__widget {
	border-radius: var(--wv3-radius-lg);
}

.template-starter .wv3-sidebar__post-image {
	border-radius: var(--wv3-radius-md);
}

.template-starter .wv3-sidebar__banner img {
	border-radius: var(--wv3-radius-lg);
}

/* ── Author BIO ────────────────────────── */
.template-starter .wv3-author-bio {
	border-radius: var(--wv3-radius-lg);
}

.template-starter .wv3-author-bio__photo {
	border-radius: var(--wv3-radius-full);
}

/* ── Lightbox — rounded ────────────────── */
.template-starter .wv3-lightbox__close,
.template-starter .wv3-lightbox__nav {
	border-radius: var(--wv3-radius-full);
}

/* ── Cookie banner — outline pill buttons ── */
.template-starter .wv3-cookie-banner__content {
	border-radius: var(--wv3-radius-md);
}

.template-starter .wv3-cookie-banner__btn {
	border-radius: var(--wv3-radius-md);
}

.template-starter .wv3-cookie-banner__btn--accept {
	background: var(--wv3-primary);
	border-color: var(--wv3-primary);
}

.template-starter .wv3-cookie-banner__btn--accept:hover {
	background: var(--wv3-primary-dark);
	border-color: var(--wv3-primary-dark);
}

.template-starter .wv3-cookie-banner__btn--decline {
	background: var(--wv3-bg-light, #2a2a2a);
	color: var(--wv3-text, #f5f5f5);
	border-color: var(--wv3-border, #444);
}

.template-starter .wv3-cookie-banner__btn--decline:hover {
	background: var(--wv3-border, #444);
	color: var(--wv3-text, #f5f5f5);
}

/* ── Mobile ───────────────────────────── */
@media (max-width: 768px) {
	.template-starter .wv3-nav {
		background: var(--wv3-bg);
	}

	.template-starter .wv3-nav__link {
		color: var(--wv3-text-secondary);
		border-bottom-color: var(--wv3-border);
	}

	.template-starter .wv3-nav__link:hover {
		color: var(--wv3-text);
	}

	.template-starter .wv3-nav__mobile-cta {
		border-radius: var(--wv3-radius-md);
	}

	/* Center underline on mobile */
	.template-starter .wv3-business-info .wv3-section__title::after {
		margin-left: auto;
	}

	/* Footer separator 70% on mobile */
	.template-starter .wv3-footer__bottom::before {
		max-width: 70%;
	}
}
