/* Events Guide landing page — scoped to body.sm-events-guide.
   Colours and fonts come from Avada's global CSS variables so the page
   tracks the site design system automatically. */

body.sm-events-guide {
	--eg-ink-deep: var(--awb-color8);
	--eg-ink: var(--awb-color7);
	--eg-gold: var(--awb-color2);
	--eg-text: var(--awb-color6);
	--eg-white: var(--awb-color1);
	--eg-hair: hsla(var(--awb-color2-h), var(--awb-color2-s), var(--awb-color2-l), .28);
	--eg-border: hsla(var(--awb-color2-h), var(--awb-color2-s), var(--awb-color2-l), .22);
	--eg-max: 1200px;
	--eg-prose: 860px;
	--eg-head-font: var(--awb-typography1-font-family);
	--eg-body-font: var(--awb-typography4-font-family);

	/* Page behind the sheet sits a touch darker so the sheet edges read. */
	background: hsl(var(--awb-color8-h), var(--awb-color8-s), calc(var(--awb-color8-l) - 4%));
	color: var(--eg-text);
	font-family: var(--eg-body-font);
	font-size: 17px;
	line-height: 1.75;
}

/* Neutralise Avada wrappers; the sheet handles its own width. */
body.sm-events-guide #boxed-wrapper,
body.sm-events-guide #wrapper {
	background: transparent;
	max-width: none;
}
body.sm-events-guide #main {
	padding: 0 !important;
	background: transparent;
}
body.sm-events-guide #main > .fusion-row {
	max-width: none;
	width: 100%;
}

/* ---------- the sheet ---------- */
.eg-sheet {
	max-width: var(--eg-max);
	margin: 0 auto;
	background: var(--eg-ink-deep);
	box-shadow: 0 0 90px rgba(0, 0, 0, .6);
	border-left: 1px solid hsla(var(--awb-color2-h), var(--awb-color2-s), var(--awb-color2-l), .12);
	border-right: 1px solid hsla(var(--awb-color2-h), var(--awb-color2-s), var(--awb-color2-l), .12);
}

/* ---------- layout primitives ---------- */
.eg-inner {
	margin: 0 auto;
	padding: 0 56px;
}
.eg-section {
	padding: 64px 0;
}
.eg-prose {
	max-width: var(--eg-prose);
	margin-left: auto;
	margin-right: auto;
}
/* When the prose block is also the padded container, widen the cap so the
   text itself still measures --eg-prose, matching nested prose blocks. */
.eg-inner.eg-prose {
	max-width: calc(var(--eg-prose) + 112px);
}

/* ---------- type ---------- */
body.sm-events-guide h1,
body.sm-events-guide h2,
body.sm-events-guide h3 {
	font-family: var(--eg-head-font);
	font-weight: 400;
	color: var(--eg-white);
	margin: 0;
}
body.sm-events-guide h2 {
	font-size: clamp(28px, 3.4vw, 40px);
	line-height: 1.2;
	letter-spacing: .02em;
	text-transform: lowercase;
	margin-bottom: 12px;
}
body.sm-events-guide h3 {
	font-size: 21px;
	line-height: 1.3;
	text-transform: lowercase;
}
body.sm-events-guide .eg-section p {
	margin: 0 0 18px;
	color: var(--eg-text);
}
.eg-lead {
	font-size: 19px;
	color: var(--eg-white) !important;
}
body.sm-events-guide .eg-section strong {
	font-weight: 600;
	color: var(--eg-white);
}
.eg-eyebrow {
	font-family: var(--eg-head-font);
	font-size: 13px;
	letter-spacing: .42em;
	text-transform: uppercase;
	color: var(--eg-gold);
	margin: 0 0 14px;
}

/* ---------- flourish divider ---------- */
.eg-rule {
	display: flex;
	align-items: center;
	gap: 20px;
	margin: 0 auto;
	padding: 0 56px;
}
.eg-rule::before,
.eg-rule::after {
	content: "";
	flex: 1;
	height: 1px;
	background: linear-gradient(90deg, transparent, var(--eg-hair), transparent);
}
.eg-flourish {
	display: block;
	width: 230px;
	height: 26px;
}
.eg-flourish path,
.eg-flourish circle {
	stroke: var(--eg-gold);
	fill: none;
	stroke-width: 1.1;
}
.eg-flourish .fill {
	fill: var(--eg-gold);
	stroke: none;
}

/* ---------- cover ---------- */
.eg-cover {
	background:
		radial-gradient(120% 80% at 50% 0%, hsla(var(--awb-color2-h), var(--awb-color2-s), var(--awb-color2-l), .14) 0%, transparent 62%),
		var(--eg-ink-deep);
	text-align: center;
	padding: 64px 0 58px;
	border-bottom: 1px solid var(--eg-hair);
}
.eg-cover .eg-logo {
	width: 400px;
	max-width: 82%;
	height: auto;
	margin: 0 auto 18px;
	display: block;
}
.eg-cover .eg-kicker {
	font-family: var(--eg-head-font);
	font-size: 13px;
	letter-spacing: .5em;
	text-transform: uppercase;
	color: var(--eg-gold);
	margin: 0 0 20px;
}
.eg-cover h1 {
	font-size: clamp(40px, 6vw, 64px);
	line-height: 1.05;
	text-transform: lowercase;
}
.eg-cover .eg-strap {
	margin: 24px auto 0;
	max-width: 460px;
	font-size: 16px;
	color: var(--eg-text);
}
.eg-cover .eg-cities {
	margin-top: 30px;
	font-family: var(--eg-head-font);
	font-size: 12px;
	letter-spacing: .34em;
	text-transform: uppercase;
	color: var(--eg-text);
}

/* ---------- top booking strip ---------- */
.eg-strip {
	background: var(--eg-ink);
	border-bottom: 1px solid var(--eg-hair);
	padding: 34px 0;
}
.eg-strip .eg-inner {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 30px;
	align-items: center;
}
.eg-strip .eg-eyebrow {
	margin-bottom: 8px;
}
.eg-strip h2 {
	font-size: 26px;
	margin-bottom: 4px;
}
.eg-strip .eg-when {
	font-family: var(--eg-head-font);
	font-size: 17px;
	color: var(--eg-gold);
	margin: 0;
}
.eg-strip .eg-where {
	font-size: 15px;
	margin: 4px 0 0;
	color: var(--eg-text);
}
.eg-strip .eg-act {
	text-align: center;
}
.eg-strip .eg-price {
	font-size: 14px;
	color: var(--eg-text);
	margin: 12px 0 0;
}

/* ---------- buttons ---------- */
.eg-btn {
	display: inline-block;
	background: linear-gradient(100deg, hsla(var(--awb-color2-h), var(--awb-color2-s), calc(var(--awb-color2-l) - 12%), 1) 0%, var(--eg-gold) 45%, hsla(var(--awb-color2-h), var(--awb-color2-s), calc(var(--awb-color2-l) + 12%), 1) 60%, var(--eg-gold) 100%);
	color: var(--eg-ink-deep) !important;
	font-family: var(--eg-head-font);
	font-weight: 400;
	font-size: 14px;
	letter-spacing: .24em;
	text-transform: uppercase;
	text-decoration: none;
	padding: 18px 48px;
	border: 0;
	transition: filter .2s ease;
}
.eg-btn:hover {
	filter: brightness(1.1);
	color: var(--eg-ink-deep);
}
.eg-btn-note {
	margin: 16px 0 0;
	font-size: 13px;
	letter-spacing: .04em;
	color: var(--eg-text);
}

/* ---------- events listing (/events-guide/) ---------- */
.eg-listing {
	display: grid;
	gap: 14px;
	margin-top: 34px;
}
.eg-list-item {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 30px;
	align-items: center;
	background: var(--eg-ink);
	border: 1px solid var(--eg-hair);
	padding: 26px 32px;
	text-decoration: none;
	transition: border-color .2s ease, transform .2s ease;
}
.eg-list-item:hover {
	border-color: hsla(var(--awb-color2-h), var(--awb-color2-s), var(--awb-color2-l), .55);
	transform: translateY(-1px);
}
.eg-list-item h3 {
	font-size: 24px;
	margin-bottom: 4px;
}
.eg-list-item .eg-when {
	font-family: var(--eg-head-font);
	font-size: 16px;
	color: var(--eg-gold);
	margin: 0 !important;
}
.eg-list-item .eg-where {
	font-size: 15px;
	margin: 4px 0 0 !important;
	color: var(--eg-text);
}
.eg-list-past {
	opacity: .55;
}
.eg-list-past:hover {
	opacity: .8;
}
.eg-past-tag {
	font-family: var(--eg-head-font);
	font-size: 11px;
	letter-spacing: .28em;
	text-transform: uppercase;
	color: var(--eg-text);
	border: 1px solid var(--eg-hair);
	padding: 12px 20px;
	white-space: nowrap;
}

/* ---------- itinerary ---------- */
.eg-run {
	list-style: none;
	margin: 34px 0 0;
	padding: 0;
}
.eg-run li {
	display: grid;
	grid-template-columns: 140px 1fr;
	gap: 28px;
	padding: 22px 0;
	border-top: 1px solid var(--eg-hair);
}
.eg-run li:last-child {
	border-bottom: 1px solid var(--eg-hair);
}
.eg-run .eg-time {
	font-family: var(--eg-head-font);
	font-size: 19px;
	color: var(--eg-gold);
	padding-top: 2px;
	white-space: nowrap;
}
.eg-run h3 {
	margin-bottom: 6px;
}
.eg-run p {
	margin: 0 !important;
	font-size: 16px;
}

/* ---------- feature panel ---------- */
.eg-panel {
	background: var(--eg-ink);
	border: 1px solid var(--eg-hair);
	padding: 38px 40px;
	margin: 38px 0 0;
}
.eg-panel.eg-center {
	text-align: center;
}
.eg-panel h3 {
	margin-bottom: 12px;
}
.eg-panel p:last-child {
	margin-bottom: 0 !important;
}
.eg-panel img {
	width: 100%;
	max-width: 460px;
	height: auto;
	display: block;
	margin: 0 auto 22px;
	border: 1px solid var(--eg-border);
}
.eg-prize {
	font-family: var(--eg-head-font);
	font-size: 46px;
	line-height: 1;
	color: var(--eg-gold);
	display: block;
	margin-bottom: 8px;
}

/* ---------- columns (dress code) ---------- */
.eg-cols {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 34px 40px;
	margin-top: 34px;
}
.eg-cols h3 {
	font-size: 18px;
	margin-bottom: 8px;
}
.eg-cols p {
	font-size: 16px;
	margin-bottom: 0 !important;
}
.eg-cols .eg-tag {
	font-family: var(--eg-head-font);
	font-size: 11px;
	letter-spacing: .3em;
	text-transform: uppercase;
	color: var(--eg-gold);
	display: block;
	margin-bottom: 10px;
}

/* ---------- gallery ---------- */
.eg-gallery {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
	margin-top: 20px;
}
.eg-gallery img,
.eg-lead-shot img {
	width: 100%;
	height: auto;
	aspect-ratio: 3 / 2;
	object-fit: cover;
	display: block;
	border: 1px solid var(--eg-border);
}
.eg-lead-shot {
	margin-top: 34px;
}
.eg-lead-shot img {
	aspect-ratio: 16 / 7;
}
.eg-shot-note {
	font-family: var(--eg-head-font);
	font-size: 12px;
	letter-spacing: .16em;
	text-transform: uppercase;
	color: hsla(var(--awb-color1-h), var(--awb-color1-s), var(--awb-color1-l), .45);
	margin: 14px 0 0 !important;
	text-align: center;
}

/* ---------- testimonials ---------- */
.eg-quotes {
	margin-top: 34px;
}
.eg-quote {
	padding: 28px 0;
	border-top: 1px solid var(--eg-hair);
}
.eg-quote:last-child {
	border-bottom: 1px solid var(--eg-hair);
}
.eg-quote p {
	font-size: 19px;
	font-style: italic;
	line-height: 1.6;
	color: var(--eg-white) !important;
	margin-bottom: 12px !important;
}
.eg-quote .eg-who {
	font-family: var(--eg-head-font);
	font-size: 12px;
	letter-spacing: .28em;
	text-transform: uppercase;
	color: var(--eg-gold);
}
.eg-stars {
	color: var(--eg-gold);
	letter-spacing: .28em;
	font-size: 13px;
	margin-bottom: 14px;
}

/* ---------- success stories ---------- */
.eg-story {
	background: var(--eg-ink);
	border-left: 2px solid var(--eg-gold);
	padding: 30px 34px;
	margin-top: 22px;
}
.eg-story.eg-with-photo {
	display: grid;
	grid-template-columns: 250px 1fr;
	gap: 30px;
	align-items: center;
}
.eg-story img {
	width: 100%;
	height: auto;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	display: block;
	border: 1px solid var(--eg-border);
}
.eg-story h3 {
	font-size: 19px;
	margin-bottom: 8px;
}
.eg-story p:last-child {
	margin-bottom: 0 !important;
}
.eg-story .eg-meta {
	font-family: var(--eg-head-font);
	font-size: 11px;
	letter-spacing: .26em;
	text-transform: uppercase;
	color: var(--eg-gold);
	margin-bottom: 12px;
}

/* ---------- event block ---------- */
.eg-event {
	background:
		radial-gradient(110% 90% at 50% 0%, hsla(var(--awb-color2-h), var(--awb-color2-s), var(--awb-color2-l), .16) 0%, transparent 68%),
		var(--eg-ink-deep);
	border-top: 1px solid var(--eg-hair);
	border-bottom: 1px solid var(--eg-hair);
	text-align: center;
	padding: 62px 0;
}
.eg-event h2 {
	font-size: clamp(30px, 3.6vw, 42px);
	margin-bottom: 6px;
}
.eg-event .eg-venue {
	font-family: var(--eg-head-font);
	font-size: 17px;
	color: var(--eg-gold);
	letter-spacing: .06em;
	margin: 0 0 30px;
}
.eg-facts {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1px;
	background: var(--eg-hair);
	border: 1px solid var(--eg-hair);
	margin: 0 0 34px;
}
.eg-facts > div {
	background: var(--eg-ink);
	padding: 20px 12px;
}
.eg-facts dt {
	font-family: var(--eg-head-font);
	font-size: 11px;
	letter-spacing: .28em;
	text-transform: uppercase;
	color: var(--eg-gold);
	margin-bottom: 7px;
}
.eg-facts dd {
	margin: 0;
	font-family: var(--eg-head-font);
	font-size: 18px;
	color: var(--eg-white);
}

/* ---------- FAQ ---------- */
.eg-faq {
	margin-top: 30px;
}
.eg-faq details {
	border-bottom: 1px solid var(--eg-hair);
}
.eg-faq details:first-of-type {
	border-top: 1px solid var(--eg-hair);
}
.eg-faq summary {
	list-style: none;
	cursor: pointer;
	font-family: var(--eg-head-font);
	font-size: 18px;
	color: var(--eg-white);
	padding: 19px 34px 19px 0;
	position: relative;
}
.eg-faq summary::-webkit-details-marker {
	display: none;
}
.eg-faq summary::after {
	content: "+";
	position: absolute;
	right: 4px;
	top: 17px;
	color: var(--eg-gold);
	font-size: 20px;
	font-weight: 300;
}
.eg-faq details[open] summary::after {
	content: "–";
}
.eg-faq details p {
	font-size: 16px;
	padding-right: 34px;
	margin: 0 0 20px !important;
}

/* ---------- footer ---------- */
.eg-foot {
	background: var(--eg-ink-deep);
	text-align: center;
	padding: 52px 0 46px;
	border-top: 1px solid var(--eg-hair);
}
.eg-foot .eg-signoff {
	font-family: var(--eg-head-font);
	font-size: 26px;
	text-transform: lowercase;
	color: var(--eg-gold);
	display: block;
	margin-bottom: 14px;
}
.eg-foot p {
	font-size: 14px;
	margin: 0 0 10px;
}
.eg-foot a {
	color: var(--eg-gold);
	text-decoration: none;
}
.eg-foot .eg-legal {
	font-size: 11px;
	color: hsla(var(--awb-color1-h), var(--awb-color1-s), var(--awb-color1-l), .45);
	margin-top: 24px;
	line-height: 1.7;
}

/* ---------- responsive ---------- */
@media (max-width: 900px) {
	.eg-cols {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 640px) {
	body.sm-events-guide {
		font-size: 16px;
	}
	.eg-inner,
	.eg-rule {
		padding: 0 22px;
	}
	.eg-section {
		padding: 44px 0;
	}
	.eg-cover {
		padding: 52px 0 44px;
	}
	.eg-strip {
		padding: 30px 0;
	}
	.eg-strip .eg-inner {
		grid-template-columns: 1fr;
		gap: 22px;
		text-align: center;
	}
	.eg-strip h2 {
		font-size: 22px;
	}
	.eg-cols {
		grid-template-columns: 1fr;
		gap: 26px;
	}
	.eg-story.eg-with-photo {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	.eg-list-item {
		grid-template-columns: 1fr;
		gap: 18px;
		padding: 24px 22px;
		text-align: center;
	}
	.eg-story {
		padding: 24px 22px;
	}
	.eg-run li {
		grid-template-columns: 1fr;
		gap: 6px;
	}
	.eg-facts {
		grid-template-columns: 1fr 1fr;
	}
	.eg-event {
		padding: 46px 0;
	}
	.eg-gallery {
		grid-template-columns: 1fr 1fr;
		gap: 6px;
	}
	.eg-lead-shot img {
		aspect-ratio: 3 / 2;
	}
	.eg-panel {
		padding: 28px 24px;
	}
	.eg-btn {
		padding: 17px 34px;
		letter-spacing: .18em;
		font-size: 13px;
	}
}

@media print {
	body.sm-events-guide {
		background: #fff;
	}
	.eg-faq details,
	.eg-faq details p {
		display: block;
	}
	.eg-section {
		break-inside: avoid;
	}
}
