/* WHT final editorial system — Private Tours v0.1.15 */
:root {
	--wht-private-radius: 8px;
	--wht-private-shell: 1320px;
	--wht-private-shadow: 0 18px 42px rgba(7, 22, 36, .07);
}

.wht-private-tours-page {
	font-size: 16px;
	line-height: 1.65;
}

.wht-private-tours-shell {
	width: min(1320px, calc(100% - clamp(40px, 6.4vw, 128px)));
}

/* Integrated header: same visual contract as the final Málaga Wine Tour. */
.wht-vineyard-header {
	--wht-vineyard-header-top: 96px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 900;
	background: linear-gradient(180deg, rgba(7, 22, 36, .82) 0%, rgba(7, 22, 36, .42) 58%, transparent 100%);
}

.wht-vineyard-header__inner {
	min-height: var(--wht-vineyard-header-top);
	gap: clamp(18px, 2.4vw, 38px);
	padding: 18px clamp(24px, 3.2vw, 64px);
}

.wht-vineyard-header__logo {
	width: clamp(220px, 18vw, 320px);
	min-width: 220px;
}

.wht-vineyard-header__logo-img {
	width: 100%;
	height: auto;
	max-height: 52px;
	object-fit: contain;
}

.wht-vineyard-header__nav {
	margin-left: auto;
	gap: clamp(18px, 2vw, 34px);
}

.wht-vineyard-header__menu-button,
.wht-vineyard-header__wine-shop {
	color: #fffdf8;
	font-size: .86rem;
	font-weight: 750;
}

.wht-vineyard-header__submenu {
	padding: 10px;
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: 8px;
	background: rgba(7, 22, 36, .98);
	box-shadow: 0 18px 40px rgba(0, 0, 0, .22);
}

.wht-vineyard-header__submenu a,
.wht-vineyard-mobile-panel__list a {
	border-radius: 6px;
}

.wht-vineyard-header__actions { gap: 10px; }

.wht-vineyard-header__social,
.wht-vineyard-header__hamburger {
	width: 50px;
	height: 50px;
	border: 1px solid rgba(255, 255, 255, .22);
	border-radius: 50%;
	background: rgba(7, 22, 36, .14);
	color: #fffdf8;
}

.wht-vineyard-header__hamburger {
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 5px;
	border-radius: 8px;
}

.wht-vineyard-header__hamburger span {
	flex: 0 0 2px;
	margin: 0;
}
.wht-vineyard-header__social-svg { width: 18px; height: 18px; }

.wht-vineyard-header__contact {
	min-height: 50px;
	padding: 0 24px;
	border: 1px solid #fffdf8;
	border-radius: 8px;
	background: #fffdf8;
	color: #071624;
	font-size: .78rem;
	font-weight: 800;
}

/* Keep CONTACT legible even when the active theme forces header-link colours. */
body.wht-private-tours-clean .wht-private-tours-page .wht-vineyard-header__contact:link,
body.wht-private-tours-clean .wht-private-tours-page .wht-vineyard-header__contact:visited,
body.wht-private-tours-clean .wht-private-tours-page .wht-vineyard-header__contact:hover,
body.wht-private-tours-clean .wht-private-tours-page .wht-vineyard-header__contact:focus-visible {
	border-color: #fffdf8 !important;
	background: #fffdf8 !important;
	color: #071624 !important;
	-webkit-text-fill-color: #071624 !important;
	opacity: 1 !important;
	text-shadow: none !important;
	mix-blend-mode: normal !important;
}

/* Hero */
.wht-private-tours-hero {
	min-height: clamp(700px, 80vh, 860px);
}

.wht-private-tours-hero__overlay {
	background:
		linear-gradient(90deg, rgba(6, 20, 32, .93) 0%, rgba(6, 20, 32, .74) 42%, rgba(6, 20, 32, .25) 74%, rgba(6, 20, 32, .40) 100%),
		linear-gradient(180deg, rgba(6, 20, 32, .10), rgba(6, 20, 32, .54));
}

.wht-private-tours-hero__inner {
	padding-top: clamp(172px, 17vh, 216px);
	padding-bottom: clamp(84px, 9vh, 116px);
}

.wht-private-tours-hero h1,
.wht-private-tours-section h2,
.wht-private-tours-footer h2 {
	font-family: var(--wht-private-serif);
	font-weight: 700;
	letter-spacing: -.035em;
}

.wht-private-tours-hero h1 {
	max-width: 12ch;
	font-size: clamp(4rem, 6.35vw, 6.35rem);
	line-height: .94;
}

.wht-private-tours-hero__lead {
	max-width: 700px;
	font-size: clamp(1.08rem, 1.35vw, 1.28rem);
	font-weight: 520;
	line-height: 1.62;
}

.wht-private-tours-button {
	min-height: 54px;
	padding-inline: 28px;
	border-radius: 8px;
	font-size: .88rem;
	font-weight: 800;
}

/* Editorial rhythm and cards */
.wht-private-tours-section { padding-block: clamp(88px, 8.2vw, 132px); }
.wht-private-tours-section h2 { font-size: clamp(2.65rem, 4.2vw, 4.65rem); line-height: 1.02; }
.wht-private-tours-section-intro { max-width: 720px; font-size: 1.08rem; }

.wht-private-tours-starting-card,
.wht-private-tours-combo-card,
.wht-private-tours-editorial__item,
.wht-private-tours-video-card,
.wht-private-tours-process li,
.wht-private-tours-why__cards article,
.wht-private-tours-review-track article,
.wht-private-tours-enquiry__form,
.wht-private-tours-form-fallback,
.wht-private-tours-desktop-float {
	border-radius: 8px;
}

.wht-private-tours-starting-card,
.wht-private-tours-combo-card,
.wht-private-tours-process li,
.wht-private-tours-why__cards article,
.wht-private-tours-review-track article,
.wht-private-tours-enquiry__form {
	border: 1px solid rgba(48, 57, 47, .12);
	box-shadow: 0 18px 42px rgba(7, 22, 36, .055);
}

.wht-private-tours-starting-card img { aspect-ratio: 4 / 3; }
.wht-private-tours-starting-card__body { padding: 30px; }

.wht-private-tours-combos,
.wht-private-tours-process,
.wht-private-tours-faq {
	background: #071624;
	color: #fffdf8;
}

.wht-private-tours-combos h2,
.wht-private-tours-combos h3,
.wht-private-tours-process h2,
.wht-private-tours-process h3,
.wht-private-tours-faq h2,
.wht-private-tours-faq summary { color: #fffdf8; }

.wht-private-tours-combos p,
.wht-private-tours-process p,
.wht-private-tours-faq p { color: rgba(255, 253, 248, .75); }

.wht-private-tours-combo-card,
.wht-private-tours-process li {
	border-color: rgba(255, 255, 255, .14);
	background: rgba(255, 255, 255, .055);
	box-shadow: none;
}

.wht-private-tours-editorial__grid { gap: 12px; }
.wht-private-tours-editorial__item { overflow: hidden; box-shadow: none; }
.wht-private-tours-video-card { box-shadow: 0 22px 54px rgba(7, 22, 36, .14); }

.wht-private-tours-faq__list {
	gap: 0;
	border-top: 1px solid rgba(255, 255, 255, .16);
}

.wht-private-tours-faq details {
	border: 0;
	border-bottom: 1px solid rgba(255, 255, 255, .16);
	border-radius: 0;
	background: transparent;
}

.wht-private-tours-faq summary {
	padding-inline: 0;
	font-family: var(--wht-private-serif);
	font-size: clamp(1.2rem, 1.6vw, 1.55rem);
}

.wht-private-tours-faq details p { padding-inline: 0; }

.wht-private-tours-enquiry { background: #f5f1e8; }
.wht-private-tours-enquiry__grid { align-items: start; }
.wht-private-tours-field input,
.wht-private-tours-field textarea,
.wht-private-tours-field select { border-radius: 6px; }

.wht-private-tours-footer {
	padding-top: clamp(64px, 6vw, 92px);
	background: #fffdf8;
	color: #1d221d;
}

.wht-private-tours-footer__grid {
	padding-top: clamp(42px, 5vw, 64px);
	border-top: 1px solid rgba(48, 57, 47, .14);
}

.wht-private-tours-footer h2,
.wht-private-tours-footer h3 { color: #1d221d; }

.wht-private-tours-footer p,
.wht-private-tours-footer li,
.wht-private-tours-footer a,
.wht-private-tours-footer__bottom { color: #67706b; }

.wht-private-tours-footer__cta {
	border-radius: 8px;
	background: #596f43;
	color: #fff !important;
}

.wht-private-tours-footer__bottom { border-top-color: rgba(48, 57, 47, .14); }

@media (max-width: 1199px) {
	.wht-vineyard-header { --wht-vineyard-header-top: 82px; }
	.wht-vineyard-header__inner { min-height: 82px; padding: 12px 20px; gap: 10px; }
	.wht-vineyard-header__logo { width: clamp(145px, 30vw, 190px); min-width: 0; }
	.wht-vineyard-header__logo-img { max-height: 34px; }
	.wht-vineyard-header__nav,
	.wht-vineyard-header__contact { display: none; }
	.wht-vineyard-header__actions { margin-left: auto; }
	.wht-vineyard-header__hamburger,
	.wht-vineyard-header__social { display: inline-flex; width: 50px; height: 50px; }
	.wht-vineyard-mobile-panel { top: 0; right: 0; z-index: 950; border-radius: 0; background: #071624; }
	body.wht-private-tours-clean .wht-private-tours-page .wht-vineyard-mobile-panel__list li:last-child a,
	body.wht-private-tours-clean .wht-private-tours-page .wht-vineyard-mobile-panel__list li:last-child a:link,
	body.wht-private-tours-clean .wht-private-tours-page .wht-vineyard-mobile-panel__list li:last-child a:visited,
	body.wht-private-tours-clean .wht-private-tours-page .wht-vineyard-mobile-panel__list li:last-child a:hover,
	body.wht-private-tours-clean .wht-private-tours-page .wht-vineyard-mobile-panel__list li:last-child a:focus-visible {
		margin-top: 10px;
		border-color: #fffdf8 !important;
		background: #fffdf8 !important;
		color: #071624 !important;
		-webkit-text-fill-color: #071624 !important;
		opacity: 1 !important;
		text-shadow: none !important;
		mix-blend-mode: normal !important;
		text-align: center;
	}
	body.wht-private-tours-clean .wht-private-tours-page .wht-vineyard-mobile-panel__list li:last-child a::after {
		color: #596f43 !important;
	}
}

@media (max-width: 720px) {
	.wht-private-tours-shell { width: min(100% - 40px, 620px); }
	.wht-private-tours-hero { min-height: 760px; align-items: end; }
	.wht-private-tours-hero__media img { object-position: 55% 50%; }
	.wht-private-tours-hero__overlay {
		background:
			linear-gradient(180deg, rgba(7,22,36,.18) 0%, rgba(7,22,36,.48) 37%, rgba(7,22,36,.94) 74%, #071624 100%),
			linear-gradient(90deg, rgba(7,22,36,.36), rgba(7,22,36,.08));
	}
	.wht-private-tours-hero__inner { padding: 150px 0 54px; }
	.wht-private-tours-kicker { margin-bottom: 14px; font-size: .7rem; }
	.wht-private-tours-hero h1 { max-width: 10ch; font-size: clamp(3.35rem, 15vw, 4.65rem); line-height: .94; }
	.wht-private-tours-hero__lead { margin-top: 20px; max-width: 35ch; font-size: 1rem; line-height: 1.55; }
	.wht-private-tours-facts { display: none !important; }
	.wht-private-tours-hero__actions { display: grid; grid-template-columns: 1fr; width: 100%; gap: 12px; }
	.wht-private-tours-hero__actions .wht-private-tours-button { width: 100%; min-height: 56px; }
	.wht-private-tours-section { padding-block: 72px; }
	.wht-private-tours-section h2 { font-size: clamp(2.45rem, 11vw, 3.45rem); }
	.wht-private-tours-footer__grid { padding-top: 42px; }
}

@media (max-width: 430px) {
	.wht-vineyard-header__inner { padding-inline: 14px; gap: 8px; }
	.wht-vineyard-header__logo { width: clamp(128px, 34vw, 158px); }
	.wht-vineyard-header__hamburger,
	.wht-vineyard-header__social { width: 46px; height: 46px; }
}

@media (max-width: 370px) {
	.wht-vineyard-header__logo { width: 118px; }
	.wht-vineyard-header__hamburger,
	.wht-vineyard-header__social { width: 42px; height: 42px; }
}

@media (prefers-reduced-motion: reduce) {
	.wht-private-tours-page *, .wht-private-tours-page *::before, .wht-private-tours-page *::after { scroll-behavior: auto !important; transition: none !important; }
}
