/* ============================================
   FLOW Template — Modern, rounded, soft
   DM Sans headings, pill buttons, gradient CTA,
   soft shadows, large border-radius
   ============================================ */

.template-flow {
	--wv3-font-heading: "Plus Jakarta Sans", system-ui, -apple-system, sans-serif;
	--wv3-font-weight-heading: 700;
	--wv3-radius-sm: 8px;
	--wv3-radius-md: 12px;
	--wv3-radius-lg: 20px;
	--wv3-radius-xl: 28px;
}

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

/* ── Header ─────────────────────────────── */
.template-flow .wv3-header {
	border-radius: 0 0 var(--wv3-radius-xl) var(--wv3-radius-xl);
}

.template-flow .wv3-header__site-name {
	font-size: 1.0625rem;
}

.template-flow .wv3-nav__link {
	font-size: 1.056rem;
}

.template-flow .wv3-hero__subtitle {
	font-size: clamp(0.9rem, 1.8vw, 1.125rem);
}

.template-flow .wv3-header.scrolled {
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

/* Header CTA — pill, gradient, larger */
.template-flow .wv3-header__cta {
	border-radius: var(--wv3-radius-full);
	background: linear-gradient(135deg, var(--wv3-primary) 0%, var(--wv3-primary-dark) 100%);
	color: #fff;
	border: none;
	padding: 10px 28px;
	font-size: 0.9375rem;
}

.template-flow .wv3-header__cta:hover {
	background: linear-gradient(135deg, var(--wv3-primary-dark) 0%, var(--wv3-primary) 100%);
}

/* ── Buttons ────────────────────────────── */
.template-flow .wv3-btn {
	border-radius: var(--wv3-radius-full);
}

.template-flow .wv3-btn--primary {
	background: linear-gradient(135deg, var(--wv3-primary) 0%, var(--wv3-primary-dark) 100%);
	border: none;
}

.template-flow .wv3-btn--primary:hover {
	background: linear-gradient(135deg, var(--wv3-primary-dark) 0%, var(--wv3-primary) 100%);
}

.template-flow .wv3-btn--secondary {
	border-radius: var(--wv3-radius-full);
}

/* ── Cards ──────────────────────────────── */
.template-flow .wv3-card {
	border-radius: var(--wv3-radius-lg);
	box-shadow: 0 4px 20px rgba(45, 52, 54, 0.06);
	border: none;
}

.template-flow .wv3-card:hover {
	box-shadow: 0 8px 30px rgba(45, 52, 54, 0.12);
}

.template-flow .wv3-card__image {
	border-radius: var(--wv3-radius-lg) var(--wv3-radius-lg) 0 0;
	margin: calc(-1 * var(--wv3-space-xl)) calc(-1 * var(--wv3-space-xl)) var(--wv3-space-lg);
}

.template-flow .wv3-card__icon {
	border-radius: var(--wv3-radius-lg);
}

/* Service cards — soft shadow */
.template-flow .wv3-services__card {
	border: none;
	box-shadow: 0 4px 20px rgba(45, 52, 54, 0.06);
}

/* Card CTA — pill gradient, same size as header CTA */
.template-flow .wv3-card__cta .wv3-btn {
	border-radius: var(--wv3-radius-full);
	background: linear-gradient(135deg, var(--wv3-primary) 0%, var(--wv3-primary-dark) 100%);
	color: #fff;
	border: none;
	padding: 10px 28px;
	font-size: 0.9375rem;
}

.template-flow .wv3-card__cta .wv3-btn:hover {
	background: linear-gradient(135deg, var(--wv3-primary-dark) 0%, var(--wv3-primary) 100%);
}

/* ── Hero ───────────────────────────────── */
.template-flow .wv3-hero {
	background-color: var(--wv3-primary-lighter);
	margin-top: calc(-1 * var(--wv3-header-height));
	padding-top: calc(var(--wv3-header-height) + var(--wv3-space-3xl));
}

.template-flow .wv3-hero__overlay {
	background: linear-gradient(135deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.1) 100%);
}

.template-flow .wv3-hero__image img {
	border-radius: var(--wv3-radius-xl);
}

.template-flow .wv3-hero__badge {
	border-radius: var(--wv3-radius-full);
}

/* ── Section titles — rounded underline ── */
.template-flow .wv3-section__title::after {
	content: "";
	display: block;
	width: 60px;
	height: 3px;
	background: var(--wv3-primary);
	border-radius: var(--wv3-radius-full);
	margin: var(--wv3-space-md) auto 0;
}

/* ── Gallery ────────────────────────────── */
.template-flow .wv3-gallery__item {
	border-radius: var(--wv3-radius-lg);
}

/* ── About ──────────────────────────────── */
.template-flow .wv3-about__photo img {
	border-radius: var(--wv3-radius-xl);
}

.template-flow .wv3-about__photo::after {
	border-radius: var(--wv3-radius-xl);
}

.template-flow .wv3-about__qual {
	border-radius: var(--wv3-radius-md);
}

/* Service card titles — extra bold */
.template-flow .wv3-card__title {
	font-weight: 800;
}

/* ── Reviews ────────────────────────────── */
.template-flow .wv3-reviews__scroll {
	padding-bottom: var(--wv3-space-xl);
}

.template-flow .wv3-reviews__card {
	background: var(--wv3-bg);
	border-radius: var(--wv3-radius-lg);
	box-shadow: 0 4px 20px rgba(45, 52, 54, 0.06);
}

.template-flow .wv3-reviews__card:hover {
	box-shadow: 0 8px 30px rgba(45, 52, 54, 0.12);
}

.template-flow .wv3-reviews__text::before {
	content: "\201C";
	display: block;
	font-size: 3.5rem;
	color: var(--wv3-primary);
	opacity: 0.3;
	font-family: Georgia, serif;
	line-height: 0.8;
	margin-bottom: var(--wv3-space-sm);
}

/* Reviews nav — rounded */
.template-flow .wv3-reviews__nav {
	border-radius: var(--wv3-radius-full);
}

/* ── Process ────────────────────────────── */
.template-flow .wv3-process__number {
	border-radius: var(--wv3-radius-full);
	background: linear-gradient(135deg, var(--wv3-primary) 0%, var(--wv3-primary-dark) 100%);
	box-shadow: 0 4px 12px rgba(79, 127, 116, 0.3);
}

.template-flow .wv3-process__step:not(:last-child)::after {
	background: linear-gradient(90deg, var(--wv3-primary-light) 0%, var(--wv3-border) 100%);
	height: 3px;
	border-radius: var(--wv3-radius-full);
}

/* ── Pricing ────────────────────────────── */
.template-flow .wv3-pricing__table {
	border-radius: var(--wv3-radius-lg);
	box-shadow: 0 4px 20px rgba(45, 52, 54, 0.06);
}

.template-flow .wv3-pricing__name {
	font-weight: 800;
	font-size: 1.25rem;
}

.template-flow .wv3-pricing__price {
	color: var(--wv3-text);
	text-align: center;
	min-width: 180px;
}

.template-flow .wv3-pricing__row {
	align-items: center;
}

.template-flow .wv3-pricing__row:hover {
	background: var(--wv3-secondary-light);
}

/* ── Contact ────────────────────────────── */
.template-flow .wv3-contact__form {
	border-radius: var(--wv3-radius-xl);
}

/* ── Booking ────────────────────────────── */
.template-flow .wv3-booking__wrapper {
	border-radius: var(--wv3-radius-xl);
}

/* ── Business info ──────────────────────── */
/* Business info title underline — left-aligned */
.template-flow .wv3-business-info .wv3-section__title::after {
	margin-left: 0;
	margin-right: auto;
}

.template-flow .wv3-business-info__card {
	border-radius: var(--wv3-radius-lg);
}

.template-flow .wv3-business-info__map {
	border-radius: var(--wv3-radius-xl);
}

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

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

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

.template-flow .wv3-business-info__amenities--below-map {
	border-radius: var(--wv3-radius-xl);
}

/* ── Blog section ───────────────────────── */
.template-flow .wv3-post-card {
	border-radius: var(--wv3-radius-lg);
	box-shadow: 0 4px 20px rgba(45, 52, 54, 0.06);
	overflow: hidden;
}

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

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

.template-flow .wv3-post-card:hover {
	box-shadow: 0 8px 30px rgba(45, 52, 54, 0.12);
}

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

/* Post card category badge — pill */
.template-flow .wv3-post-card__category {
	border-radius: var(--wv3-radius-full);
}

/* ── Archive ────────────────────────────── */
.template-flow .wv3-archive__tab {
	border-radius: var(--wv3-radius-full);
}

/* Article category — pill */
.template-flow .wv3-article__category {
	border-radius: var(--wv3-radius-full);
}

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

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

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

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

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

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

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

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

/* ── Footer ─────────────────────────────── */
.template-flow .wv3-footer {
	border-radius: var(--wv3-radius-xl) var(--wv3-radius-xl) 0 0;
}

.template-flow .wv3-footer__brand-name {
	font-size: clamp(2rem, 5vw, 3.5rem);
}

.template-flow .wv3-footer__title {
	font-size: 1.125rem;
	font-weight: 700;
}

.template-flow .wv3-footer__social-link {
	border-radius: var(--wv3-radius-full);
}

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

/* Footer bottom — visible separator, same style as section titles */
.template-flow .wv3-footer__bottom {
	border-top: none;
	position: relative;
	padding-top: calc(var(--wv3-space-xl) + var(--wv3-space-md));
}

.template-flow .wv3-footer__bottom::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 50rem;
	height: 3px;
	background: var(--wv3-primary);
	border-radius: var(--wv3-radius-full);
}

.template-flow .wv3-footer__lokafi {
	text-align: center;
	width: 100%;
}

.template-flow .wv3-footer__lokafi a {
	display: inline-block;
}

.template-flow .wv3-footer__lokafi-badge {
	height: 30px;
	width: auto;
}

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

/* ── Cookie banner — pill gradient buttons, soft shadow ── */
.template-flow .wv3-cookie-banner__content {
	border-radius: var(--wv3-radius-lg);
	box-shadow: 0 8px 32px rgba(45, 52, 54, 0.1);
}

.template-flow .wv3-cookie-banner__btn {
	border-radius: var(--wv3-radius-full);
}

.template-flow .wv3-cookie-banner__btn--accept {
	background: linear-gradient(135deg, var(--wv3-primary) 0%, var(--wv3-primary-dark) 100%);
	border-color: transparent;
}

.template-flow .wv3-cookie-banner__btn--accept:hover {
	background: linear-gradient(135deg, var(--wv3-primary-dark) 0%, var(--wv3-primary) 100%);
}

/* ── Mobile ─────────────────────────────── */
@media (max-width: 768px) {
	.template-flow .wv3-nav__mobile-cta {
		border-radius: var(--wv3-radius-full);
	}
}
