/* Conference page shortcode */

.wte-conf-page {
	--wte-conf-teal: #008880;
	--wte-conf-teal-dark: #066e68;
	--wte-conf-gold: #c9a227;
	--wte-conf-gold-grad: linear-gradient(135deg, #e0c15a 0%, #c9a227 48%, #a8841a 100%);
	--wte-conf-text: #3a5555;
	--wte-conf-muted: #5a7272;
	--wte-conf-radius: 16px;

	/* Shell matches header; content below stays narrower */
	width: min(100% - 40px, var(--wte-container, 1180px));
	margin: 2.75rem auto 4.5rem;
	padding: 0 0 2.5rem;
	box-sizing: border-box;
	font-family: "Libre Franklin", "Segoe UI", Tahoma, sans-serif;
	color: var(--wte-conf-text);
}

.wte-conf-page *,
.wte-conf-page *::before,
.wte-conf-page *::after {
	box-sizing: border-box;
}

.wte-conf-page > *:not(.wte-conf-hero) {
	width: min(100%, 1100px);
	margin-left: auto;
	margin-right: auto;
}

/* Hero — same width as header */
.wte-conf-hero {
	width: 100%;
	margin: 0 0 2.5rem;
}

.wte-conf-hero__media {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	min-height: clamp(180px, 26vw, 260px);
	border-radius: var(--wte-conf-radius);
	overflow: hidden;
	background: #1a3a3a;
	box-shadow: 0 8px 28px rgba(0, 40, 40, 0.16);
}

.wte-conf-hero__img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.wte-conf-hero__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.28) 45%, rgba(0, 0, 0, 0.18) 100%);
	z-index: 1;
	pointer-events: none;
}

.wte-conf-hero__title {
	position: relative;
	z-index: 2;
	margin: 0;
	padding: clamp(1.5rem, 4vw, 2.75rem);
	color: #fff;
	font-size: clamp(1.6rem, 4.2vw, 2.75rem);
	font-weight: 800;
	letter-spacing: 0.06em;
	line-height: 1.1;
	text-transform: uppercase;
	text-shadow: 0 2px 18px rgba(0, 0, 0, 0.4);
	white-space: nowrap;
	text-align: left;
}

/* Shared type */
.wte-conf-eyebrow {
	margin: 0 0 0.45rem;
	color: var(--wte-conf-gold);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.wte-conf-heading {
	margin: 0 0 1rem;
	color: var(--wte-conf-teal);
	font-family: "Archivo", sans-serif;
	font-size: clamp(1.75rem, 4vw, 45px);
	font-weight: 700;
	font-style: normal;
	letter-spacing: 0;
	line-height: 1.3867; /* 62.4 / 45 */
	text-transform: uppercase;
}

.wte-conf-subheading {
	margin: 0 0 0.9rem;
	color: var(--wte-conf-teal);
	font-size: 0.95rem;
	font-weight: 800;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.wte-conf-text {
	color: var(--wte-conf-muted);
	font-size: 0.95rem;
	line-height: 1.7;
}

.wte-conf-text p {
	margin: 0 0 1rem;
}

.wte-conf-text p:last-child {
	margin-bottom: 0;
}

/* Programme */
.wte-conf-programme {
	margin-bottom: 3.25rem;
}

.wte-conf-programme__grid {
	display: grid;
	grid-template-columns: 1.15fr 0.85fr;
	gap: 2rem 2.5rem;
	align-items: start;
	margin-bottom: 2rem;
}

.wte-conf-programme__media img,
.wte-conf-placeholder {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	border-radius: 14px;
	background: linear-gradient(135deg, #d9e8e8 0%, #b7d0d0 100%);
	box-shadow: 0 8px 24px rgba(0, 70, 70, 0.1);
}

/* Benefits */
.wte-conf-benefits {
	padding-top: 0.25rem;
}

.wte-conf-checks {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.wte-conf-checks--cols {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.85rem 1.5rem;
}

.wte-conf-checks li {
	display: flex;
	align-items: flex-start;
	gap: 0.6rem;
	color: #5a5a5a;
	font-size: 0.92rem;
	font-weight: 400;
	line-height: 1.4;
}

.wte-conf-check {
	flex: 0 0 auto;
	width: 20px;
	height: 20px;
	margin-top: 0.1rem;
	object-fit: contain;
	display: block;
}

/* Venue + speakers */
.wte-conf-venue__grid {
	display: grid;
	grid-template-columns: 1.40fr 0.60fr;
	gap: 2rem 2.25rem;
	align-items: start;
}

.wte-conf-venue-info,
.wte-conf-advantages {
	margin-top: 1.75rem;
}

.wte-conf-meta {
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.wte-conf-meta > div {
	display: flex;
	flex-direction: column;
	gap: 0.5rem 0.75rem;
	align-items: baseline;
}

.wte-conf-meta dt {
	margin: 0;
	color: #5a5a5a;
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.wte-conf-meta dd {
	margin: 0;
	color: var(--wte-conf-teal);
	font-size: 0.92rem;
	font-weight: 700;
	line-height: 1.35;
	text-transform: uppercase;
}

/* Speakers card */
.wte-conf-speakers {
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 12px 36px rgba(0, 60, 60, 0.16);
	background: #fff;
	border: 1px solid rgba(0, 136, 128, 0.1);
}

.wte-conf-speakers__head {
	padding: 1.5rem 1.35rem 1.35rem;
	background: linear-gradient(160deg, #069ea0 0%, #04565d 100%);
	color: #fff;
	text-align: center;
}

.wte-conf-speakers__label {
	margin: 0 0 0.35rem;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	opacity: 0.95;
}

.wte-conf-speakers__count {
	margin: 0;
	font-size: clamp(2.4rem, 5vw, 3.2rem);
	font-weight: 800;
	line-height: 1;
	letter-spacing: 0.02em;
}

.wte-conf-speakers__sub {
	margin: 0.4rem 0 0;
	font-size: 0.95rem;
	font-weight: 600;
	opacity: 0.95;
}

.wte-conf-speakers__body {
	padding: 1.35rem 1.35rem 1.5rem;
}

.wte-conf-speakers__title {
	margin: 0 0 1rem;
	color: var(--wte-conf-teal);
	font-size: 0.92rem;
	font-weight: 800;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.wte-conf-checks--gold li {
	color: var(--wte-conf-text);
}

.wte-conf-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-top: 1.35rem;
	padding: 0.85rem 1.25rem;
	border-radius: 10px;
	background: var(--wte-conf-gold-grad);
	color: #fff !important;
	font-size: 0.92rem;
	font-weight: 800;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	text-decoration: none !important;
	box-shadow: 0 4px 14px rgba(168, 132, 26, 0.35);
	transition: transform 0.15s ease, filter 0.15s ease;
}

.wte-conf-btn:hover,
.wte-conf-btn:focus {
	color: #fff !important;
	filter: brightness(1.06);
	transform: translateY(-1px);
}

@media (max-width: 900px) {
	.wte-conf-programme__grid,
	.wte-conf-venue__grid {
		grid-template-columns: 1fr;
		gap: 1.5rem;
	}

	.wte-conf-checks--cols {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.wte-conf-speakers {
		max-width: 420px;
	}
}

@media (max-width: 560px) {
	.wte-conf-page {
		width: min(100% - 32px, var(--wte-container, 1180px));
		padding: 0 0 2rem;
		margin-top: 2rem;
		margin-bottom: 3.5rem;
	}

	.wte-conf-hero {
		margin-bottom: 1.75rem;
	}

	.wte-conf-hero__title {
		white-space: normal;
		font-size: clamp(1.4rem, 8vw, 2rem);
	}

	.wte-conf-checks--cols {
		grid-template-columns: 1fr;
	}

	.wte-conf-meta > div {
		grid-template-columns: 1fr;
		gap: 0.15rem;
	}

	.wte-conf-speakers {
		max-width: none;
	}
}
