/* Wedo Massage — lean front-end styles */

/* Option A: fixed content shell (matches header inner width) */
:root {
	--wedo-content-width: 1200px;
	--wedo-prose-width: 720px;
	--wedo-font-system: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
}

body {
	font-family: var(--wedo-font-system);
}

/*
 * Fallback for WP block alignment utilities.
 * Locally, wp-includes/css/dist/block-library/common.min.css is unreadable
 * (Permission denied), so .has-text-align-* never loads. Live is fine.
 */
.has-text-align-center {
	text-align: center;
}
.has-text-align-left {
	text-align: left;
}
.has-text-align-right {
	text-align: right;
}

/* Header — floats over homepage / bookx / book hero */
body.home,
body.wedo-home,
body.wedo-bookx,
body.wedo-book,
body.wedo-booking-page,
body.wedo-book-hub,
body.wedo-gifts-page,
body.wedo-waitlist-page,
body.wedo-privacy-page,
body.wedo-terms-page,
body.wedo-faq-page,
body.wedo-local-page,
body.wedo-l99-page,
body.wedo-team-page,
body.wedo-op-page,
body.wedo-walk-page,
body.wedo-l00info-page,
body.wedo-info-page,
body.wedo-therapist-page,
body.wedo-service-page,
body.wedo-price-page {
	position: relative;
}

.wedo-header {
	overflow: visible;
}

body.home .wedo-header,
body.wedo-home .wedo-header,
body.wedo-bookx .wedo-header,
body.wedo-book .wedo-header,
body.wedo-booking-page .wedo-header,
body.wedo-book-hub .wedo-header,
body.wedo-gifts-page .wedo-header,
body.wedo-waitlist-page .wedo-header,
body.wedo-privacy-page .wedo-header,
body.wedo-terms-page .wedo-header,
body.wedo-faq-page .wedo-header,
body.wedo-local-page .wedo-header,
body.wedo-l99-page .wedo-header,
body.wedo-team-page .wedo-header,
body.wedo-op-page .wedo-header,
body.wedo-walk-page .wedo-header,
body.wedo-info-page .wedo-header,
body.wedo-therapist-page .wedo-header,
body.wedo-service-page .wedo-header,
body.wedo-price-page .wedo-header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	padding-top: 10px;
	background: transparent;
}

html.admin-bar body.home .wedo-header,
html.admin-bar body.wedo-home .wedo-header,
html.admin-bar body.wedo-bookx .wedo-header,
html.admin-bar body.wedo-book .wedo-header,
html.admin-bar body.wedo-booking-page .wedo-header,
html.admin-bar body.wedo-book-hub .wedo-header,
html.admin-bar body.wedo-gifts-page .wedo-header,
.admin-bar body.wedo-waitlist-page .wedo-header,
body.wedo-waitlist-page .wedo-header,
html.admin-bar body.wedo-waitlist-page .wedo-header,
html.admin-bar body.wedo-privacy-page .wedo-header,
html.admin-bar body.wedo-terms-page .wedo-header,
html.admin-bar body.wedo-faq-page .wedo-header,
html.admin-bar body.wedo-local-page .wedo-header,
html.admin-bar body.wedo-l99-page .wedo-header,
html.admin-bar body.wedo-team-page .wedo-header,
html.admin-bar body.wedo-op-page .wedo-header,
html.admin-bar body.wedo-walk-page .wedo-header,
html.admin-bar body.wedo-info-page .wedo-header,
html.admin-bar body.wedo-therapist-page .wedo-header,
html.admin-bar body.wedo-service-page .wedo-header,
html.admin-bar body.wedo-price-page .wedo-header,
.admin-bar body.home .wedo-header,
.admin-bar body.wedo-home .wedo-header,
.admin-bar body.wedo-bookx .wedo-header,
.admin-bar body.wedo-book .wedo-header,
.admin-bar body.wedo-booking-page .wedo-header,
.admin-bar body.wedo-book-hub .wedo-header,
.admin-bar body.wedo-gifts-page .wedo-header,
.admin-bar body.wedo-waitlist-page .wedo-header,
body.wedo-waitlist-page .wedo-header,
.admin-bar body.wedo-privacy-page .wedo-header,
.admin-bar body.wedo-terms-page .wedo-header,
.admin-bar body.wedo-faq-page .wedo-header,
.admin-bar body.wedo-local-page .wedo-header,
.admin-bar body.wedo-l99-page .wedo-header,
.admin-bar body.wedo-team-page .wedo-header,
.admin-bar body.wedo-op-page .wedo-header,
.admin-bar body.wedo-walk-page .wedo-header,
.admin-bar body.wedo-info-page .wedo-header,
.admin-bar body.wedo-therapist-page .wedo-header,
.admin-bar body.wedo-service-page .wedo-header,
.admin-bar body.wedo-price-page .wedo-header {
	top: var(--wp-admin--admin-bar--height, 32px);
}

body:not(.home):not(.wedo-home):not(.wedo-bookx):not(.wedo-book):not(.wedo-booking-page):not(.wedo-book-hub):not(.wedo-gifts-page):not(.wedo-waitlist-page):not(.wedo-privacy-page):not(.wedo-terms-page):not(.wedo-faq-page):not(.wedo-local-page):not(.wedo-l99-page):not(.wedo-team-page):not(.wedo-op-page):not(.wedo-walk-page):not(.wedo-info-page):not(.wedo-therapist-page):not(.wedo-service-page):not(.wedo-price-page) .wedo-header {
	background: rgba(33, 34, 35, 0.95);
}

/* Top utility bar */
.wedo-header-top {
	background: rgba(33, 34, 35, 0.29);
	color: #fff;
}

.wedo-header-top__inner,
.wedo-header-main__inner {
	box-sizing: border-box;
	width: 100%;
	max-width: var(--wedo-content-width);
	margin: 0 auto;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.wedo-header-top__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding-top: 0.65rem;
	padding-bottom: 0.65rem;
}

.wedo-header-top__info {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.5rem 1.25rem;
	flex: 1 1 auto;
	min-width: 0;
	font-weight: 700;
	font-size: 15px;
}

.wedo-header-top__item {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	color: #fff;
	text-decoration: none;
	line-height: 1.4;
	font-size: 15px;
}

.wedo-header-top__item:hover {
	color: #94d3ac;
}

.wedo-header-top__icon {
	flex-shrink: 0;
}

.wedo-header-top__divider {
	display: inline-block;
	width: 2px;
	height: 1em;
	background: repeating-linear-gradient(
		to bottom,
		#ffbf37 0,
		#ffbf37 2px,
		transparent 2px,
		transparent 4px
	);
	opacity: 0.8;
}

.wedo-header-top .wt-lang-switcher {
	justify-content: flex-end;
	margin: 0;
}

.wedo-header-top .wt-lang-switcher .wt-lang {
	padding: 0.15rem 0.35rem;
	opacity: 0.85;
}

.wedo-header-top .wt-lang-switcher .wt-lang:hover,
.wedo-header-top .wt-lang-switcher .wt-lang.is-active {
	opacity: 1;
}

/* Main header row */
.wedo-header-main {
	background: transparent;
}

.wedo-header-main__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
	padding-top: 0.85rem;
	padding-bottom: 0.85rem;
}

body:not(.home):not(.wedo-home):not(.wedo-bookx):not(.wedo-book):not(.wedo-booking-page):not(.wedo-book-hub):not(.wedo-gifts-page):not(.wedo-waitlist-page):not(.wedo-privacy-page):not(.wedo-terms-page):not(.wedo-faq-page):not(.wedo-local-page):not(.wedo-l99-page):not(.wedo-team-page):not(.wedo-op-page):not(.wedo-walk-page):not(.wedo-info-page):not(.wedo-therapist-page):not(.wedo-service-page):not(.wedo-price-page) .wedo-header-main {
	background: rgba(33, 34, 35, 0.95);
}

.wedo-header__logo {
	margin: 0;
	flex: 0 0 auto;
	line-height: 0;
}

.wedo-header__logo img {
	display: block;
	width: 300px;
	height: 73px;
	max-width: 100%;
	object-fit: contain;
}

.wedo-header__nav {
	flex: 1 1 auto;
	margin-left: auto;
}

.wedo-header__nav .wp-block-navigation__container {
	justify-content: flex-end;
	gap: 0;
}

.wedo-header__nav .wp-block-navigation-item__content {
	color: #e2e2e2 !important;
	font-family: var(--wedo-font-system);
	font-size: 22px;
	font-weight: 500;
	text-decoration: none;
	padding: 0 15px;
}

.wedo-header__nav .wp-block-navigation-item__content:hover,
.wedo-header__nav .wp-block-navigation-item__content:focus {
	color: #94d3ac !important;
}

.wedo-header .wp-block-navigation__responsive-container-open svg,
.wedo-header .wp-block-navigation__responsive-container-close svg {
	fill: #fff;
}

.wedo-header .wp-block-navigation__responsive-container.is-menu-open {
	background-color: #212223 !important;
}

/* Tablet portrait: language bar only, stacked centered nav */
@media (min-width: 768px) and (max-width: 1023px) {
	.wedo-header-top {
		display: block;
	}

	.wedo-header-top__info {
		display: none;
	}

	.wedo-header-top__inner {
		justify-content: center;
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
	}

	.wedo-header-main__inner {
		flex-direction: column;
		align-items: center;
		gap: 0.65rem;
		padding-top: 0.5rem;
		padding-bottom: 0.75rem;
	}

	.wedo-header__logo img {
		width: clamp(200px, 32vw, 280px);
		height: auto;
		max-height: 73px;
	}

	.wedo-header__nav {
		margin-left: 0;
		width: 100%;
	}

	.wedo-header__nav .wp-block-navigation__container {
		justify-content: center;
		flex-wrap: wrap;
		gap: 0.25rem;
	}

	.wedo-header__nav .wp-block-navigation-item__content {
		font-size: 22px;
		padding: 0.35rem 1rem;
	}
}

/* Mobile: language bar, transparent home header, hamburger */
@media (max-width: 767px) {
	.wedo-header-top {
		display: block;
	}

	.wedo-header-top__info {
		display: none;
	}

	.wedo-header-top__inner {
		justify-content: center;
		padding: 0.4rem 1rem;
	}

	body.home .wedo-header,
	body.wedo-home .wedo-header,
	body.wedo-bookx .wedo-header,
	body.wedo-book .wedo-header,
	body.wedo-booking-page .wedo-header,
	body.wedo-book-hub .wedo-header,
	body.wedo-gifts-page .wedo-header,
body.wedo-waitlist-page .wedo-header,
	body.wedo-waitlist-page .wedo-header,
	body.wedo-privacy-page .wedo-header,
	body.wedo-terms-page .wedo-header,
	body.wedo-faq-page .wedo-header,
	body.wedo-local-page .wedo-header,
	body.wedo-l99-page .wedo-header,
	body.wedo-team-page .wedo-header,
	body.wedo-op-page .wedo-header,
	body.wedo-walk-page .wedo-header,
	body.wedo-info-page .wedo-header,
	body.wedo-therapist-page .wedo-header,
	body.wedo-service-page .wedo-header,
	body.wedo-price-page .wedo-header {
		position: absolute;
		top: 0;
		padding-top: 0;
		background: transparent;
	}

	body.home .wedo-header-main,
	body.wedo-home .wedo-header-main,
	body.wedo-bookx .wedo-header-main,
	body.wedo-book .wedo-header-main,
	body.wedo-booking-page .wedo-header-main,
	body.wedo-book-hub .wedo-header-main,
	body.wedo-gifts-page .wedo-header-main,
	body.wedo-waitlist-page .wedo-header-main,
	body.wedo-privacy-page .wedo-header-main,
	body.wedo-terms-page .wedo-header-main,
	body.wedo-faq-page .wedo-header-main,
	body.wedo-local-page .wedo-header-main,
	body.wedo-l99-page .wedo-header-main,
	body.wedo-team-page .wedo-header-main,
	body.wedo-op-page .wedo-header-main,
	body.wedo-walk-page .wedo-header-main,
	body.wedo-info-page .wedo-header-main,
	body.wedo-therapist-page .wedo-header-main,
	body.wedo-service-page .wedo-header-main,
	body.wedo-price-page .wedo-header-main {
		background: transparent;
	}

	body:not(.home):not(.wedo-home):not(.wedo-bookx):not(.wedo-book):not(.wedo-booking-page):not(.wedo-book-hub):not(.wedo-gifts-page):not(.wedo-waitlist-page):not(.wedo-privacy-page):not(.wedo-terms-page):not(.wedo-faq-page):not(.wedo-local-page):not(.wedo-l99-page):not(.wedo-team-page):not(.wedo-op-page):not(.wedo-walk-page):not(.wedo-info-page):not(.wedo-therapist-page):not(.wedo-service-page):not(.wedo-price-page) .wedo-header-main {
		background: rgba(33, 34, 35, 0.95);
	}

	.wedo-header-main__inner {
		padding: 0.5rem 1rem;
		min-height: 56px;
	}

	.wedo-header__logo img {
		width: clamp(160px, 52vw, 240px);
		height: auto;
		max-height: 56px;
	}

	.wedo-header__nav.wp-block-navigation .wp-block-navigation__responsive-container-open {
		display: flex !important;
	}

	.wedo-header__nav.wp-block-navigation .wp-block-navigation__responsive-container:not(.is-menu-open) {
		display: none;
	}

	.wedo-header__nav.wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open {
		display: block;
	}

	/* Overlay menu spacing */
	.wedo-header__nav.wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open {
		padding-top: 3.5rem;
	}

	.wedo-header__nav.wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
		padding: 1.5rem 1.25rem 2.5rem;
	}

	.wedo-header__nav.wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		gap: 0;
		width: 100%;
	}

	.wedo-header__nav.wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item {
		width: 100%;
		border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	}

	.wedo-header__nav.wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item:last-child {
		border-bottom: none;
	}

	.wedo-header__nav.wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item__content {
		display: block;
		width: 100%;
		padding: 1.1rem 1rem;
		font-size: 1.35rem;
		line-height: 1.3;
		text-align: center;
		letter-spacing: 0.04em;
		text-transform: uppercase;
	}
}

/* Tablet/desktop: inline nav, hide hamburger */
@media (min-width: 768px) {
	.wedo-header__nav.wp-block-navigation .wp-block-navigation__responsive-container-open {
		display: none !important;
	}

	.wedo-header__nav.wp-block-navigation .wp-block-navigation__responsive-container {
		display: block !important;
		position: static !important;
		width: auto !important;
		height: auto !important;
		background: transparent !important;
		padding: 0 !important;
	}

	.wedo-header__nav.wp-block-navigation .wp-block-navigation__responsive-container-content {
		display: block !important;
		padding: 0 !important;
	}

	.wedo-header__nav.wp-block-navigation .wp-block-navigation__responsive-container-close {
		display: none !important;
	}
}

/*
 * Breakpoints: sm 0 | md 430 | lg 768 | xl 1024 | 2xl 1200 | 3xl 1440
 * Hero heights: 140 → 350 → 400 → 500 → 600
 */
.wedo-hero,
.wedo-header-home {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin-top: 0;
	min-height: 140px;
}

.wedo-hero__image,
.wedo-hero picture,
.wedo-header-home__image,
.wedo-header-home picture {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
}

.wedo-hero__image,
.wedo-hero picture img,
.wedo-header-home__image,
.wedo-header-home picture img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

@media (min-width: 768px) {
	.wedo-hero,
	.wedo-header-home {
		min-height: 350px;
	}
}

@media (min-width: 1024px) {
	.wedo-hero,
	.wedo-header-home {
		min-height: 400px;
	}

	.wedo-hero__image,
	.wedo-hero picture img,
	.wedo-header-home__image,
	.wedo-header-home picture img {
		object-position: center 35%;
	}
}

@media (min-width: 1200px) {
	.wedo-hero,
	.wedo-header-home {
		min-height: 500px;
	}
}

@media (min-width: 1440px) {
	.wedo-hero,
	.wedo-header-home {
		min-height: 600px;
	}
}

/* Bookx: booking grid directly under hero */
.wedo-bookx-section {
	padding-top: clamp(2rem, 5vw, 4rem);
}

/* Book: divider + inline form under hero */
.wedo-book-section {
	padding-top: clamp(1.5rem, 4vw, 3rem);
	padding-bottom: clamp(2rem, 5vw, 4rem);
}

.wedo-book-section .wedo-intro-line {
	margin-bottom: clamp(1.5rem, 4vw, 2.5rem);
}

.wedo-book-section .latepoint-book-form-wrapper {
	max-width: 100%;
}

/* Price page: divider + matrix under hero */
.wedo-price-section {
	padding-top: clamp(1.5rem, 4vw, 3rem);
	padding-bottom: clamp(2rem, 5vw, 4rem);
}

.wedo-price-section .wedo-intro-line {
	margin-bottom: clamp(1rem, 3vw, 1.5rem);
}

/* Gifts: divider + gift card form under hero */
.wedo-gifts-section,
.wedo-waitlist-section {
	padding-top: clamp(1.5rem, 4vw, 3rem);
	padding-bottom: clamp(2rem, 5vw, 4rem);
}

.wedo-gifts-section .wedo-intro-line,
.wedo-waitlist-section .wedo-intro-line {
	margin-bottom: clamp(1rem, 3vw, 1.5rem);
}

.wedo-gifts-section .latepoint-book-form-wrapper,
.wedo-waitlist-section .latepoint-book-form-wrapper {
	max-width: 100%;
}

/* Service listing: full-section light gray (divider + heading + filters + list) */
body.wedo-service-page .wedo-service-section,
body.wedo-service-page .wedo-gifts-section,
body.wedo-price-page .wedo-price-section,
body.wedo-price-page .wedo-gifts-section,
.wedo-waitlist-section {
	background-color: var(--wp--preset--color--light-gray, #efefef);
}

body.wedo-service-page .wedo-service-section .wt-services-wp,
body.wedo-service-page .wedo-gifts-section .wt-services-wp,
body.wedo-price-page .wedo-price-section .lp-pm,
body.wedo-price-page .wedo-gifts-section .lp-pm {
	background: transparent;
}

/* Service detail: light-gray section, no hero, solid header */
body.wedo-service-detail-page .wedo-service-detail-section {
	background-color: var(--wp--preset--color--light-gray, #efefef);
	padding-top: clamp(1.5rem, 4vw, 2.5rem);
	padding-bottom: clamp(2rem, 5vw, 4rem);
}

body.wedo-service-detail-page .wedo-service-detail-section .wt-services-wp {
	background: transparent;
}

/* Service detail mobile: ~20px gutters → 320px content @ 360px, 390px @ 430px */
@media (max-width: 599px) {
	body.wedo-service-detail-page .wedo-service-detail-section.wedo-section {
		--wp--style--root--padding-left: 20px;
		--wp--style--root--padding-right: 20px;
		padding-left: 20px;
		padding-right: 20px;
	}

	body.wedo-service-detail-page .wedo-service-detail-section .wt-services-wp,
	body.wedo-service-detail-page .wedo-service-detail-section .wp-block-shortcode {
		width: 100%;
		max-width: 100%;
	}
}

/* OP internal pages: banner hero, form, icon subfooter */
.wedo-header-home--op {
	min-height: 160px;
}

@media (min-width: 768px) {
	.wedo-header-home--op {
		min-height: 200px;
	}
}

body.wedo-op-page .wedo-op-section {
	background-color: var(--wp--preset--color--light-gray, #efefef);
	padding-top: clamp(1.5rem, 4vw, 3rem);
	padding-bottom: clamp(2rem, 5vw, 4rem);
}

.wedo-op-section .wedo-intro-line {
	margin-bottom: clamp(1rem, 3vw, 1.5rem);
}

.wedo-op-subfooter {
	background: #efefef;
	border-top: 1px solid #d1d5db;
	padding: 14px 16px 18px;
}

.wedo-op-subfooter__inner {
	box-sizing: border-box;
	width: 100%;
	max-width: var(--wedo-content-width);
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
	align-items: center;
	gap: 1rem;
}

.wedo-op-subfooter__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	color: #111111;
	text-decoration: none;
	font-size: 1.35rem;
	line-height: 1;
	transition: color 0.2s ease;
}

.wedo-op-subfooter__btn:hover,
.wedo-op-subfooter__btn:focus {
	color: #f4524d;
}

/* Walk-in internal pages: location hero, form, icon subfooter */
body.wedo-walk-page .wedo-walk-section {
	background-color: var(--wp--preset--color--base, #ffffff);
	padding-top: clamp(1.5rem, 4vw, 3rem);
	padding-bottom: clamp(2rem, 5vw, 4rem);
}

.wedo-walk-section .wedo-intro-line {
	margin-bottom: clamp(1rem, 3vw, 1.5rem);
}

.wedo-walk-section .latepoint-book-form-wrapper {
	max-width: 100%;
}

/* Location info pages: intro (white), directions (grey), booking (white) */
body.wedo-info-page .wedo-info-intro-section {
	background-color: var(--wp--preset--color--base, #ffffff);
	padding-top: clamp(1.5rem, 4vw, 3rem);
	padding-bottom: clamp(2rem, 5vw, 3rem);
}

body.wedo-info-page .wedo-info-directions-section {
	background-color: var(--wp--preset--color--light-gray, #efefef);
	padding-top: clamp(1.5rem, 4vw, 3rem);
	padding-bottom: clamp(2rem, 5vw, 3rem);
}

body.wedo-info-page .wedo-info-booking-section {
	background-color: var(--wp--preset--color--base, #ffffff);
	padding-top: clamp(1.5rem, 4vw, 3rem);
	padding-bottom: clamp(2rem, 5vw, 4rem);
}

.wedo-info-intro-section .wedo-intro-line,
.wedo-info-directions-section .wedo-intro-line,
.wedo-info-booking-section .wedo-intro-line {
	margin-bottom: clamp(1rem, 3vw, 1.5rem);
}

body.wedo-info-page .wedo-info-intro-section .wedo-info-photos-grid {
	margin-top: clamp(1rem, 3vw, 1.75rem);
	margin-bottom: clamp(2.5rem, 6vw, 4rem);
}

body.wedo-info-page .wedo-info-intro-section .wedo-locals-grid {
	margin-top: clamp(1rem, 3vw, 1.75rem);
	margin-bottom: clamp(2.5rem, 6vw, 4rem);
}

body.wedo-info-page .wedo-info-directions-section .storelocator-main,
body.wedo-info-page .wedo-info-directions-section .asl-cont {
	margin-bottom: clamp(2rem, 5vw, 3.5rem);
}

.wedo-info-photo {
	display: flex;
	justify-content: center;
	min-width: 0;
}

.wedo-info-photo__image,
.wedo-info-photo picture,
.wedo-info-photo img {
	display: block;
	width: 100%;
	max-width: 300px;
	height: auto;
	aspect-ratio: 1;
	border-radius: 12px;
	object-fit: cover;
	margin: 0 auto;
}

.wedo-info-booking-section .latepoint-book-form-wrapper {
	max-width: 100%;
}

/* Privacy: divider + legal prose under hero */
.wedo-privacy-section {
	padding-top: clamp(1.5rem, 4vw, 3rem);
	padding-bottom: clamp(2rem, 5vw, 4rem);
}

.wedo-privacy-section .wedo-intro-line {
	margin-bottom: clamp(1rem, 3vw, 1.5rem);
}

.wedo-privacy-section .wp-block-html,
.wedo-privacy-section .wp-block-html > * {
	max-width: var(--wedo-prose-width);
	margin-left: auto;
	margin-right: auto;
}

.wedo-privacy-section h2,
.wedo-privacy-section h3 {
	margin-top: 1.5rem;
	margin-bottom: 0.75rem;
}

.wedo-privacy-section p,
.wedo-privacy-section ul {
	margin-bottom: 1rem;
	line-height: 1.6;
}

.wedo-privacy-section hr {
	margin: 1.5rem auto;
	max-width: var(--wedo-prose-width);
	border: 0;
	border-top: 1px solid #ddd;
}

/* Terms FAQ: plain details/summary, no section titles */
.wedo-privacy-section .wedo-intro-line--faq {
	margin-top: clamp(2rem, 5vw, 3rem);
}

.wedo-terms-faq {
	max-width: var(--wedo-prose-width);
	margin: 0 auto;
}

.wedo-terms-faq__item {
	border-bottom: 1px solid #ddd;
}

.wedo-terms-faq__question {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 1rem;
	padding: 1rem 0;
	cursor: pointer;
	font-weight: inherit;
	font-size: inherit;
	line-height: 1.5;
	color: inherit;
	list-style: none;
}

.wedo-terms-faq__question::-webkit-details-marker {
	display: none;
}

.wedo-terms-faq__question::after {
	flex-shrink: 0;
	content: "+";
	font-size: 1.1em;
	line-height: 1;
	color: inherit;
}

.wedo-terms-faq__item[open] > .wedo-terms-faq__question::after {
	content: "\2212";
}

.wedo-terms-faq__answer {
	padding: 0 0 1rem;
}

.wedo-terms-faq__answer p:last-child {
	margin-bottom: 0;
}

/* Standalone FAQ page: larger type, wider column, quiet hierarchy */
body.wedo-faq-page .wedo-faq-section {
	font-size: 120%;
}

body.wedo-faq-page .wedo-faq-section .wp-block-html,
body.wedo-faq-page .wedo-faq-section .wp-block-html > *,
body.wedo-faq-page .wedo-faq-section .wedo-terms-faq {
	max-width: var(--wedo-content-width);
}

body.wedo-faq-page .wedo-terms-faq__item {
	border-bottom-color: rgba(0, 0, 0, 0.12);
}

body.wedo-faq-page .wedo-terms-faq__question {
	font-weight: 400;
	font-size: 1.05em;
	letter-spacing: 0.01em;
	color: #1a1a1a;
	padding: 1.15rem 0;
}

body.wedo-faq-page .wedo-terms-faq__question::after {
	color: rgba(0, 0, 0, 0.35);
	font-weight: 300;
	font-size: 1.25em;
	transition: color 0.15s ease;
}

body.wedo-faq-page .wedo-terms-faq__question:hover::after {
	color: #94d3ac;
}

body.wedo-faq-page .wedo-terms-faq__answer {
	padding: 0 0 1.25rem;
	color: rgba(43, 43, 43, 0.72);
	font-size: 0.92em;
	line-height: 1.65;
}

/* Book hub: locals, directions, booking form */
.wedo-book-hub-section {
	padding-top: clamp(1.5rem, 4vw, 3rem);
	padding-bottom: clamp(2rem, 5vw, 4rem);
}

.wedo-book-hub-section .wedo-intro-line {
	margin-bottom: clamp(1rem, 3vw, 1.5rem);
}

.wedo-book-hub-booking .latepoint-book-form-wrapper {
	max-width: 100%;
}

.wedo-booking-page-section {
	padding-top: clamp(1.25rem, 3vw, 2rem);
}

.wedo-booking-page-section .wedo-intro-line {
	margin-bottom: clamp(1rem, 3vw, 1.5rem);
}

/* Local directions: divider + store locator under hero */
.wedo-local-section {
	padding-top: clamp(1.5rem, 4vw, 3rem);
	padding-bottom: clamp(2rem, 5vw, 4rem);
}

.wedo-local-section .wedo-intro-line {
	margin-bottom: clamp(1rem, 3vw, 1.5rem);
}

/* Booking hub layout */
body.wedo-booking-page .wp-block-post-content > * + * {
	margin-block-start: 0;
	margin-top: 0;
}

body.wedo-booking-page .wedo-hero {
	margin-bottom: 0;
}

body.wedo-booking-page .wp-site-blocks {
	gap: 0;
}

body.wedo-booking-page main {
	background-color: #efefef;
	margin-bottom: 0;
	padding-bottom: 0;
}

body.wedo-booking-page .wp-block-post-content {
	margin-bottom: 0;
	padding-bottom: 0;
}

body.wedo-booking-page .wedo-booking-page-section.wedo-section {
	padding: clamp(1.25rem, 3vw, 2rem) max(1rem, var(--wp--style--root--padding-right, 1.5rem)) 0;
	padding-left: max(1rem, var(--wp--style--root--padding-left, 1.5rem));
	margin-bottom: 0;
}

body.wedo-booking-page .wedo-booking-page-section .wedo-booking-grid {
	margin-top: 1.5rem;
	margin-bottom: 0;
	padding-bottom: clamp(1.25rem, 3vw, 2rem);
}

/* Sections */
.wedo-section {
	padding: clamp(2rem, 5vw, 4rem) var(--wp--style--root--padding-right, 1.5rem);
}

.wedo-section .wp-block-shortcode,
.wedo-section .wp-block-html {
	width: 100%;
	max-width: 100%;
}

#booking {
	padding-left: max(1rem, var(--wp--style--root--padding-left, 1.5rem));
	padding-right: max(1rem, var(--wp--style--root--padding-right, 1.5rem));
}

#locals .wedo-locals-grid {
	padding-inline: max(0.75rem, var(--wp--style--root--padding-left, 1rem));
}

.wedo-hero-intro {
	padding-top: 1.25rem;
	padding-bottom: 1.5rem;
	text-align: center;
	background-color: #fff !important;
}

.wedo-hero-intro .wedo-intro-line {
	margin: 0 auto 1rem;
	background: transparent;
}

.wedo-intro-line {
	margin: 0 auto 1rem;
	background: transparent;
	text-align: center;
}

.wedo-intro-line img {
	display: block;
	width: 300px !important;
	height: 33.5px !important;
	max-width: 100%;
	margin: 0 auto;
	object-fit: contain;
	background: transparent;
}

/* Pricing */
.wedo-price-plan {
	--wedo-font-ui: var(--wedo-font-system);
	--wedo-text: #2b2b2b;
	--wedo-muted: rgba(0, 0, 0, 0.55);
	--wedo-line: rgba(0, 0, 0, 0.28);
	--wedo-red: #f4524d;
	--wedo-red-inactive: rgba(244, 82, 77, 0.44);
	margin-top: 1.5rem;
}

.wedo-price-note {
	font-size: 16px !important;
}

.wedo-price-plan .e-n-tabs-content > .e-con:not(.e-active) {
	display: none;
}

.wedo-price-plan .e-n-tabs-content > .e-con {
	border: none;
	background: transparent;
	box-shadow: none;
	max-width: none;
	padding-left: 0;
	padding-right: 0;
}

@media (min-width: 768px) {
	.wedo-price-plan .e-n-tabs-heading {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		width: 100%;
		max-width: var(--wedo-content-width);
		margin: 0 auto;
		gap: 0;
		overflow: visible;
		padding-bottom: 10px;
	}

	.wedo-price-plan .e-n-tab-title {
		flex: 1 1 0;
		width: auto;
		min-width: 0;
		min-height: 44px;
		padding: 12px 14px;
		margin: 0;
		border: none;
		border-radius: 0;
		box-shadow: none;
		background-color: var(--wedo-red-inactive);
		color: #fff;
		position: relative;
		cursor: pointer;
		transition: background-color 0.2s ease;
	}

	.wedo-price-plan .e-n-tab-title:first-child {
		border-radius: 25px 0 0 25px;
	}

	.wedo-price-plan .e-n-tab-title:last-child {
		border-radius: 0 25px 25px 0;
	}

	.wedo-price-plan .e-n-tab-title.is-active,
	.wedo-price-plan .e-n-tab-title[aria-selected="true"] {
		background-color: var(--wedo-red);
		color: #fff;
	}

	.wedo-price-plan .e-n-tab-title.is-active::after,
	.wedo-price-plan .e-n-tab-title[aria-selected="true"]::after {
		content: "";
		position: absolute;
		bottom: -8px;
		left: 50%;
		transform: translateX(-50%);
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
		border-top: 8px solid var(--wedo-red);
	}

	.wedo-price-plan .e-n-tab-title-text {
		font-family: var(--wedo-font-ui);
		font-size: 14px;
		font-weight: 400;
		color: #fff;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		display: block;
		width: 100%;
		text-align: center;
	}

	.wedo-price-plan .e-n-tabs-content {
		margin-top: 24px;
	}
}

@media (max-width: 767px) {
	.wedo-price-plan .e-n-tabs-heading {
		margin-bottom: 1.25rem;
	}

	.wedo-price-plan .e-n-tabs-content {
		margin-top: 0.75rem;
	}

	.wedo-price-plan .e-n-tab-title {
		width: 100%;
		min-height: 52px;
		padding: 16px 20px;
		margin: 0;
		border: none;
		border-radius: 0;
		box-shadow: none;
		background-color: var(--wedo-red-inactive);
		color: #fff;
		cursor: pointer;
		position: relative;
	}

	.wedo-price-plan .e-n-tab-title.is-active,
	.wedo-price-plan .e-n-tab-title[aria-selected="true"] {
		background-color: var(--wedo-red);
		margin-bottom: 10px;
	}

	.wedo-price-plan .e-n-tab-title-text {
		font-family: var(--wedo-font-ui);
		font-size: 15px;
		font-weight: 400;
		color: #fff;
		text-align: center;
	}

	.wedo-price-plan .e-n-tab-title.is-active::after,
	.wedo-price-plan .e-n-tab-title[aria-selected="true"]::after {
		content: "";
		display: block;
		position: absolute;
		bottom: -8px;
		left: 50%;
		z-index: 2;
		transform: translateX(-50%);
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
		border-top: 8px solid var(--wedo-red);
	}
}

.wedo-price-plan .price-table {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: clamp(32px, 5vw, 72px);
	width: 100%;
	max-width: 820px;
	margin: 0 auto;
	font-family: var(--wedo-font-ui);
	font-weight: 400;
	color: var(--wedo-text);
}

.wedo-price-plan .price-table .column {
	flex: 1 1 300px;
	min-width: min(100%, 280px);
	max-width: 380px;
}

.wedo-price-plan .price-item {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 20px;
	padding: 0;
	line-height: 1.35;
	overflow: visible;
}

.wedo-price-plan .price-item p {
	margin: 0;
	padding: 0;
}

.wedo-price-plan .price-item p:first-of-type {
	order: 1;
	flex: 0 1 auto;
	max-width: 72%;
}

.wedo-price-plan .price-item::before {
	content: "";
	order: 2;
	flex: 1 1 12px;
	min-width: 12px;
	height: 1px;
	margin: 0 10px;
	align-self: center;
	background: repeating-linear-gradient(
		to right,
		var(--wedo-line) 0,
		var(--wedo-line) 2px,
		transparent 2px,
		transparent 6px
	);
}

.wedo-price-plan .price-item p:nth-of-type(2) {
	order: 3;
	flex: 0 0 auto;
}

.wedo-price-plan .price-item .service {
	font-size: 17px;
	font-weight: 400;
	white-space: nowrap;
}

.wedo-price-plan .price-item .price {
	font-size: 15px;
	font-weight: 500;
	white-space: nowrap;
}

.wedo-price-plan .price-item .duration {
	order: 4;
	flex: 0 0 100%;
	width: 100%;
	margin-top: 6px;
	text-align: center;
	font-size: 13px;
	font-style: italic;
	font-weight: 400;
	color: var(--wedo-muted);
	line-height: 1.35;
}

@media (max-width: 767px) {
	.wedo-price-plan .price-table {
		flex-direction: column;
		gap: 0;
		max-width: none;
	}

	.wedo-price-plan .price-table .column {
		max-width: none;
	}

	.wedo-price-plan .price-item {
		margin-bottom: 16px;
	}

	.wedo-price-plan .price-item p:first-of-type {
		max-width: 68%;
	}

	.wedo-price-plan .price-item .service {
		font-size: 16px;
		white-space: normal;
	}

	.wedo-price-plan .price-item .price {
		font-size: 14px;
	}

	.wedo-price-plan .price-item .duration {
		font-size: 12px;
		margin-top: 5px;
	}
}

/* Booking grid */
.wedo-booking-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1.5rem;
	max-width: var(--wedo-content-width);
	margin: 1.5rem auto 0;
	padding-inline: 0.25rem;
}

.wedo-booking-card {
	text-align: center;
	min-width: 0;
}

.wedo-booking-card__title,
.wedo-booking-card .wp-block-heading.has-large-font-size {
	margin: 0 0 0.85rem;
	font-size: clamp(0.875rem, 2vw, 1.25rem);
}

.wedo-booking-card .wedo-booking-card__image {
	margin: 0 auto 0.75rem;
	max-width: 230px;
	overflow: hidden;
	border-radius: 12px;
}

.wedo-booking-card .wedo-booking-card__image img {
	display: block;
	width: 100%;
	max-width: 230px;
	height: auto;
	aspect-ratio: 1;
	margin: 0 auto;
	border-radius: 12px;
	object-fit: cover;
}

@media (max-width: 1199px) {
	.wedo-booking-grid {
		gap: 1.25rem;
		padding-inline: 0.5rem;
	}

	.wedo-booking-card .wedo-booking-card__image {
		max-width: 180px;
	}
}

@media (max-width: 1023px) {
	.wedo-booking-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 1rem;
	}

	.wedo-booking-card .wedo-booking-card__image {
		max-width: 160px;
	}
}

@media (max-width: 767px) {
	.wedo-booking-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0.85rem 1rem;
		padding-inline: 0.75rem;
	}

	.wedo-booking-card__title,
	.wedo-booking-card .wp-block-heading.has-large-font-size {
		margin-bottom: 0.5rem;
		font-size: 0.875rem;
	}

	.wedo-booking-card .wedo-booking-card__image {
		max-width: 100%;
		margin-bottom: 0.5rem;
	}
}

@media (max-width: 429px) {
	.wedo-booking-grid {
		gap: 0.75rem;
		padding-inline: 0.5rem;
	}
}

/* LatePoint buttons inherit brand color */
.latepoint-book-button,
.latepoint-book-form-wrapper .latepoint-book-button {
	font-family: inherit;
}

/* Service Extras step: price at 80% of LatePoint's 20px, black, not bold */
.latepoint-w.latepoint-lightbox-form .os-service-extras .os-item .os-item-i .os-item-price-w .os-item-price,
.latepoint-w .latepoint-booking-form-element .os-service-extras .os-item .os-item-i .os-item-price-w .os-item-price {
	font-size: 16px;
	font-weight: 400;
	color: #000;
}

/* Gifts banner */
.wedo-gifts-banner,
#gifts .wp-block-image.size-large {
	overflow: hidden;
	border-radius: 12px;
}

.wedo-gifts-banner img,
#gifts .wp-block-image.size-large img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 12px;
}

/* Gifts grid — value / custom / service tiles (copied from .wedo-booking-grid) */
.wedo-gifts-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1.5rem;
	max-width: var(--wedo-content-width);
	margin: 1.5rem auto 0;
	padding-inline: 0.25rem;
}

.wedo-gifts-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	gap: 0.5rem;
	box-sizing: border-box;
	min-width: 0;
	width: 100%;
	height: 100%;
	align-self: stretch;
	text-align: center;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 12px;
	padding: 1.25rem 1rem;
	cursor: pointer;
	transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
	font-family: inherit;
}

.wedo-gifts-card:hover,
.wedo-gifts-card:focus-visible {
	border-color: var(--wp--preset--color--contrast, #F4524D);
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
	transform: translateY(-2px);
}

.wedo-gifts-card.is-selected {
	border-color: var(--wp--preset--color--contrast, #F4524D);
	box-shadow: 0 0 0 2px var(--wp--preset--color--contrast, #F4524D);
}

.wedo-gifts-card--value .wedo-gifts-card__image img,
.wedo-gifts-card--custom .wedo-gifts-card__image > img {
	object-fit: contain;
}

.wedo-gifts-card__title {
	margin: 0;
	font-family: inherit;
	font-size: clamp(0.875rem, 2vw, 1.25rem);
	font-weight: 400;
}

.wedo-gifts-card__price {
	display: block;
	font-family: inherit;
	font-size: 0.8125rem;
	font-weight: 400;
	color: #6b7280;
}

.wedo-gifts-card__image {
	display: block;
	width: 100%;
	margin: 0 auto 0.25rem;
	max-width: 230px;
	aspect-ratio: 1;
	overflow: hidden;
	border-radius: 12px;
	background: #f2f2f2;
}

.wedo-gifts-card__image img {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	border-radius: 12px;
	object-fit: cover;
}

.wedo-gifts-card--custom {
	cursor: default;
	background: #fafafa;
	border-style: dashed;
}

.wedo-gifts-card--custom .wedo-gifts-card__title {
	cursor: pointer;
}

.wedo-gifts-card--custom.is-revealed .wedo-gifts-card__title {
	visibility: hidden;
}

.wedo-gifts-card--custom.is-revealed .wedo-gifts-card__price {
	visibility: hidden;
}

.wedo-gifts-card--custom .wedo-gifts-card__image {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.wedo-gifts-card--custom .wedo-gifts-card__image > img {
	display: block;
	width: 100%;
	height: 100%;
}

.wedo-gifts-card--custom.is-revealed .wedo-gifts-card__image > img {
	visibility: hidden;
}

.wedo-gifts-card__custom-reveal {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: center;
	gap: 0.4rem;
	box-sizing: border-box;
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	min-width: 0;
	padding: 0.75rem;
	background: #fafafa;
}

.wedo-gifts-card__custom-reveal[hidden] {
	display: none;
}

.wedo-gifts-card__currency {
	font-weight: 700;
	font-size: 0.75rem;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #6b7280;
}

.wedo-gifts-card__custom-input {
	box-sizing: border-box;
	width: 100%;
	min-width: 0;
	max-width: 100%;
	padding: 0.4rem 0.5rem;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 8px;
	font-size: 0.9375rem;
	text-align: center;
	background: #fff;
	-moz-appearance: textfield;
	appearance: textfield;
}

.wedo-gifts-card__custom-input::-webkit-outer-spin-button,
.wedo-gifts-card__custom-input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.wedo-gifts-card__custom-confirm {
	box-sizing: border-box;
	width: 100%;
	min-width: 0;
	padding: 0.4rem 0.5rem;
	border: none;
	border-radius: 8px;
	background: var(--wp--preset--color--contrast, #F4524D);
	color: #fff;
	font-size: 0.875rem;
	font-weight: 600;
	cursor: pointer;
}

.wedo-gifts-card--back {
	background: #fafafa;
	border-style: dashed;
	color: #6b7280;
}

.wedo-gifts-card--back .wedo-gifts-card__image {
	display: flex;
	align-items: center;
	justify-content: center;
	background: transparent;
}

.wedo-gifts-card__back-icon {
	width: 48px;
	height: 48px;
	color: #6b7280;
}

.wedo-gifts-card--duration .wedo-gifts-card__image {
	background: transparent;
}

.wedo-gifts-card--duration .wedo-gifts-card__image img {
	object-fit: contain;
}

.wedo-gifts-card--people .wedo-gifts-card__image {
	background: transparent;
}

.wedo-gifts-card--people .wedo-gifts-card__image img {
	object-fit: contain;
}

/* Post-payment success — replaces tiles inside .wedo-gifts-grid */
.wedo-gifts-grid--success {
	display: block;
	max-width: 520px;
}

.wedo-gifts-success {
	box-sizing: border-box;
	width: 100%;
	padding: 2rem 1.5rem;
	text-align: center;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 12px;
}

.wedo-gifts-success__title {
	margin: 0 0 1rem;
	font-size: 1.125rem;
	font-weight: 600;
	color: #1a1a2e;
}

.wedo-gifts-success__voucher {
	max-width: 640px;
	margin: 0 auto 1.25rem;
}

.wedo-gifts-success__voucher-image {
	position: relative;
	aspect-ratio: 148 / 105; /* A6 landscape */
	overflow: hidden;
	border-radius: 10px;
	background: #f0ebe3;
	container-type: inline-size;
}

.wedo-gifts-success__voucher-image img {
	width: 100%;
	height: 100%;
	object-fit: fill; /* match PDF stretch onto A6 */
	display: block;
}

.wedo-gifts-success__voucher-fields {
	position: absolute;
	inset: 0;
	pointer-events: none;
}

.wedo-gifts-success__preview-field {
	position: absolute;
	box-sizing: border-box;
	font-size: 2.9cqi; /* WP preview: +100% vs prior 1.45cqi */
	line-height: 1.2;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.wedo-gifts-success__preview-field--left {
	transform: translateY(-50%);
	text-align: left;
}

.wedo-gifts-success__preview-field--center {
	transform: translate(-50%, -50%);
	text-align: center;
}

.wedo-gifts-success__preview-field--box {
	font-size: 1.45cqi; /* message = 50% of WP base */
	text-align: center;
	white-space: normal;
	display: flex;
	align-items: center;
	justify-content: center;
}

.wedo-gifts-success__preview-field--code {
	font-size: 2.32cqi; /* voucher number = 80% of base 2.9cqi */
}

.wedo-gifts-success__actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.75rem;
	margin-top: 0.5rem;
}

.wedo-gifts-success__actions .wedo-gifts-wizard__btn {
	min-width: 9rem;
}

.wedo-gifts-success__code {
	font-size: 1.625rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	font-family: ui-monospace, Menlo, Consolas, monospace;
	margin: 0 0 0.75rem;
	color: var(--wp--preset--color--contrast, #F4524D);
}

.wedo-gifts-success__amount {
	font-size: 1.25rem;
	font-weight: 600;
	margin-bottom: 0.5rem;
	color: #1a1a2e;
}

.wedo-gifts-success__service {
	margin: 0 0 0.75rem;
	font-size: 0.9375rem;
	color: #555;
	line-height: 1.45;
}

.wedo-gifts-success__location {
	display: block;
	margin-top: 0.2rem;
	font-size: 0.8125rem;
	color: #888;
}

.wedo-gifts-success__text {
	margin: 0 0 1.25rem;
	font-size: 0.875rem;
	color: #6b7280;
	line-height: 1.5;
}

/* Checkout step — lives inside .wedo-gifts-grid, not a separate lp-gcw card */
.wedo-gifts-grid > .wedo-gifts-wizard {
	grid-column: 1 / -1;
	width: 100%;
	box-sizing: border-box;
	padding: 1.25rem 1rem 1.5rem;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 12px;
	color: #1c1c28;
}

.wedo-gifts-wizard__error {
	background: #fdeceb;
	color: #b3261e;
	border: 1px solid #f6c6c2;
	border-radius: 10px;
	padding: 10px 14px;
	margin-bottom: 1rem;
	font-size: 0.875rem;
}

.wedo-gifts-wizard__title {
	font-size: 1.125rem;
	font-weight: 600;
	margin: 0 0 1.125rem;
	color: #1a1a2e;
}

.wedo-gifts-wizard__sub-title {
	font-size: 0.8125rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #6b7280;
	margin-bottom: 0.625rem;
}

.wedo-gifts-wizard__cols {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1.5rem;
	margin-bottom: 0.5rem;
}

@media (max-width: 640px) {
	.wedo-gifts-wizard__cols {
		grid-template-columns: 1fr;
	}
}

.wedo-gifts-wizard__field {
	margin-bottom: 1rem;
}

.wedo-gifts-wizard__field--float {
	position: relative;
}

.wedo-gifts-wizard__field--float .wedo-gifts-wizard__label {
	position: absolute;
	left: 0.85rem;
	top: 50%;
	transform: translateY(-50%);
	margin: 0;
	padding: 0 0.25rem;
	font-size: 0.9375rem;
	font-weight: 400;
	color: #9aa0a6;
	pointer-events: none;
	background: transparent;
	transition: top 0.15s ease, transform 0.15s ease, font-size 0.15s ease, color 0.15s ease;
	z-index: 2;
}

.wedo-gifts-wizard__field--textarea .wedo-gifts-wizard__label {
	top: 1rem;
	transform: none;
}

.wedo-gifts-wizard__field--float .wedo-gifts-wizard__input:focus ~ .wedo-gifts-wizard__label,
.wedo-gifts-wizard__field--float .wedo-gifts-wizard__input:not(:placeholder-shown) ~ .wedo-gifts-wizard__label,
.wedo-gifts-wizard__field--float.is-filled .wedo-gifts-wizard__label,
.wedo-gifts-wizard__field--float.is-focused .wedo-gifts-wizard__label {
	top: 0;
	transform: translateY(-50%);
	font-size: 0.7rem;
	font-weight: 500;
	color: #6b7280;
	background: #fff;
}

.wedo-gifts-wizard__field--phone .wedo-gifts-wizard__label {
	left: 6.5rem;
}

.wedo-gifts-wizard__field--phone .wedo-gifts-wizard__input:focus ~ .wedo-gifts-wizard__label,
.wedo-gifts-wizard__field--phone .wedo-gifts-wizard__input:not(:placeholder-shown) ~ .wedo-gifts-wizard__label,
.wedo-gifts-wizard__field--phone.is-filled .wedo-gifts-wizard__label,
.wedo-gifts-wizard__field--phone.is-focused .wedo-gifts-wizard__label {
	left: 0.85rem;
}

.wedo-gifts-wizard__label {
	display: block;
	font-size: 0.8125rem;
	font-weight: 600;
	color: #6b7280;
	margin-bottom: 0.35rem;
}

.wedo-gifts-wizard__input {
	width: 100%;
	box-sizing: border-box;
	padding: 1.1rem 0.85rem 0.55rem;
	border: 1px solid rgba(0, 0, 0, 0.14);
	border-radius: 9px;
	font-size: 0.9375rem;
	font-family: inherit;
	color: #1c1c28;
	background: #f7f7f8;
}

.wedo-gifts-wizard__field--textarea .wedo-gifts-wizard__input {
	padding-top: 1.35rem;
	min-height: 5.5rem;
	resize: vertical;
}

.wedo-gifts-wizard__input:focus {
	outline: none;
	border-color: #5b8def;
	background: #fff;
	box-shadow: 0 0 0 1px #5b8def;
}

.wedo-gifts-wizard__field--phone .iti {
	width: 100%;
	display: block;
}

.wedo-gifts-wizard__field--phone .iti__flag-container {
	z-index: 3;
}

.wedo-gifts-wizard__field--phone .wedo-gifts-wizard__input--phone {
	padding-left: 5.75rem;
}

.wedo-gifts-wizard__review {
	margin-top: 0.5rem;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
	padding-top: 0.75rem;
}

.wedo-gifts-wizard__review-loading {
	color: #6b7280;
	font-size: 0.875rem;
	padding: 0.75rem 0;
}

.wedo-gifts-wizard__review-row {
	display: flex;
	justify-content: space-between;
	padding: 0.55rem 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
	font-size: 1.3125rem; /* was 0.875rem (+50%) */
}

.wedo-gifts-wizard__review-row--muted {
	color: #6b7280;
	font-size: 1.21875rem; /* was 0.8125rem (+50%) */
}

.wedo-gifts-wizard__review-row--total {
	border-bottom: none;
	font-size: 1.125rem;
	font-weight: 700;
	color: #1a1a2e;
	padding-top: 0.75rem;
}

.wedo-gifts-wizard__nav {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	margin-top: 1.25rem;
}

.wedo-gifts-wizard__nav-spacer {
	flex: 1;
}

.wedo-gifts-wizard__btn {
	padding: 0.7rem 1.25rem;
	border-radius: 10px;
	border: none;
	font-size: 0.875rem;
	font-weight: 600;
	cursor: pointer;
	font-family: inherit;
}

.wedo-gifts-wizard__btn--secondary {
	background: #f0f0f5;
	color: #1c1c28;
}

.wedo-gifts-wizard__btn--primary {
	background: var(--wp--preset--color--contrast, #F4524D);
	color: #fff;
}

.wedo-gifts-wizard__btn:disabled {
	opacity: 0.6;
	cursor: not-allowed;
}

.wedo-gifts-wizard__design-controls {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.75rem;
	margin: 0.5rem 0 0.75rem;
}

.wedo-gifts-wizard__field--select {
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
}

.wedo-gifts-wizard__select-label {
	font-size: 0.8rem;
	color: #555;
}

.wedo-gifts-wizard__select {
	width: 100%;
	padding: 0.55rem 0.75rem;
	border: 1px solid #d8d8d8;
	border-radius: 8px;
	background: #fff;
	font: inherit;
	color: inherit;
}

.wedo-gifts-wizard__template-grid {
	display: block;
	margin-top: 0.5rem;
}

.wedo-gifts-wizard__template {
	display: block;
	padding: 0;
	border: 2px solid var(--wp--preset--color--contrast, #F4524D);
	border-radius: 10px;
	background: #fff;
	overflow: hidden;
}

.wedo-gifts-wizard__template-image {
	position: relative;
	display: block;
	aspect-ratio: 148 / 105; /* A6 landscape */
	overflow: hidden;
	background: #f0ebe3;
	container-type: inline-size;
	container-name: gc-voucher;
}

.wedo-gifts-wizard__template-image img {
	width: 100%;
	height: 100%;
	object-fit: fill; /* match PDF stretch onto A6 */
	display: block;
}

.wedo-gifts-wizard__preview-fields {
	position: absolute;
	inset: 0;
	pointer-events: none;
}

.wedo-gifts-wizard__preview-field {
	position: absolute;
	box-sizing: border-box;
	/* WP preview: +100% vs prior 1.45cqi */
	font-size: 2.9cqi;
	line-height: 1.2;
	text-align: left;
	word-wrap: break-word;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.wedo-gifts-wizard__preview-field--left {
	transform: translateY(-50%);
	text-align: left;
}

.wedo-gifts-wizard__preview-field--center {
	transform: translate(-50%, -50%);
	text-align: center;
}

.wedo-gifts-wizard__preview-field--box {
	/* Message = 50% of WP base */
	font-size: 1.45cqi;
	text-align: center;
	white-space: normal;
	text-overflow: clip;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1.25;
}

.wedo-gifts-wizard__char-count {
	margin-top: 0.35rem;
	font-size: 0.8rem;
	color: #777;
	text-align: right;
}

.wedo-gifts-success__whatsapp {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	margin: 0 0 0.75rem;
	font-size: 0.95rem;
	cursor: pointer;
}

.wedo-gifts-success__whatsapp-status {
	margin: 0 0 1rem;
	font-size: 0.9rem;
	color: #555;
}

@media (max-width: 1199px) {
	.wedo-gifts-grid {
		gap: 1.25rem;
		padding-inline: 0.5rem;
	}

	.wedo-gifts-card__image {
		max-width: 180px;
	}
}

@media (max-width: 1023px) {
	.wedo-gifts-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 1rem;
	}

	.wedo-gifts-card__image {
		max-width: 160px;
	}
}

@media (max-width: 767px) {
	.wedo-gifts-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0.85rem 1rem;
		padding-inline: 0.75rem;
	}

	.wedo-gifts-card__title {
		font-size: 0.875rem;
	}

	.wedo-gifts-card__image {
		max-width: 100%;
	}
}

@media (max-width: 429px) {
	.wedo-gifts-grid {
		gap: 0.75rem;
		padding-inline: 0.5rem;
	}
}

/* Footer */
.wedo-footer {
	background: #efefef;
	color: #202020;
	padding: 2rem 0;
	text-align: center;
}

.wedo-footer__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1rem;
}

.wedo-footer__menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 0.35rem 0.75rem;
	font-size: 0.875rem;
	line-height: 1.5;
}

.wedo-footer__menu a {
	color: #202020;
	text-decoration: none;
}

.wedo-footer__menu a:hover,
.wedo-footer__menu a:focus {
	color: #f4524d;
}

.wedo-footer__sep {
	color: #202020;
	opacity: 0.45;
}

.wedo-footer__copyright {
	margin: 0;
	color: #202020;
}

/* Locals grid */
.wedo-locals-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.5rem 2rem;
	max-width: var(--wedo-content-width);
	margin: 1.5rem auto 0;
}

.wedo-local-card {
	text-align: center;
	min-width: 0;
}

.wedo-local-card__title {
	margin: 0 0 0.75rem;
	font-family: var(--wedo-font-system);
	font-size: 0.875rem;
	font-weight: 300;
	line-height: 1;
	letter-spacing: 1.4px;
	text-transform: uppercase;
	color: #202020;
}

.wedo-local-card__image {
	display: block;
	width: 100%;
	max-width: 300px;
	height: auto;
	margin: 0 auto 0.85rem;
	border-radius: 12px;
	overflow: hidden;
}

.wedo-local-card__image img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 1;
	border-radius: 12px;
	object-fit: cover;
}

.wedo-local-card__button {
	display: inline-block;
	padding: 4px 10px;
	border: none;
	border-radius: 9px;
	background: #f4524d;
	color: #fff;
	font-family: var(--wedo-font-system);
	font-size: 15px;
	font-weight: 500;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	box-shadow: none;
	transition: all 0.3s;
}

.wedo-local-card__button:hover,
.wedo-local-card__button:focus {
	background: #d93f3a;
	color: #fff;
}

@media (max-width: 1023px) {
	.wedo-locals-grid {
		gap: 1.25rem 1.5rem;
	}

	.wedo-local-card__image {
		max-width: 220px;
	}
}

@media (max-width: 767px) {
	.wedo-locals-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 1rem 0.85rem;
	}

	.wedo-local-card__title {
		font-size: 0.75rem;
		letter-spacing: 1px;
	}

	.wedo-local-card__image {
		max-width: 100%;
	}
}

@media (max-width: 429px) {
	.wedo-locals-grid {
		gap: 0.75rem;
	}
}

/* 404 */
.wedo-404 {
	margin-inline: auto;
	text-align: center;
}

.wedo-404__title {
	margin: 0 0 1.25rem;
	color: #2b2118;
	font-size: clamp(1.15rem, 2.4vw, 1.5rem);
	font-weight: 600;
	line-height: 1.35;
	text-wrap: balance;
}

.wedo-404__subtitle {
	display: block;
	margin-top: 0.35rem;
	color: #5a4a3c;
	font-size: 0.92em;
	font-weight: 400;
}

.wedo-404__image {
	margin: 0 auto 1.5rem;
}

.wedo-404__image img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 1080px;
	margin-inline: auto;
}

.wedo-404__actions {
	display: flex;
	justify-content: center;
}

.wedo-404__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2.75rem;
	padding: 0.7rem 1.6rem;
	border-radius: 999px;
	background: #d67b66;
	color: #fff !important;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none !important;
	transition: background-color 0.15s ease, transform 0.15s ease;
}

.wedo-404__button:hover,
.wedo-404__button:focus {
	background: #c56a55;
	color: #fff !important;
}

.wedo-404__button:focus-visible {
	outline: 2px solid #c56a55;
	outline-offset: 3px;
}
