:root {
	--gtg-plum: #40002e;
	--gtg-pink: #e6818c;
	--gtg-mustard: #eba200;
	--gtg-coral: #e9715b;
	--gtg-coral-bright: #f86752;
	--gtg-sage: #c4dbb4;
	--gtg-sage-deep: #a6c089;
	--gtg-sage-inset: #9bb67d;
	--gtg-olive: #453708;
	--gtg-ink: #1a1014;
	--gtg-mountain: #606155;
	--gtg-brown: #792c1a;
	--gtg-plum-input: #4b0236;
	--gtg-button-text: #470030;

	--gtg-font-display: "Barlow Condensed", Impact, sans-serif;
	--gtg-font-mono: "JetBrains Mono", ui-monospace, monospace;

	/* Legacy aliases used by exported inline SVG snippets. */
	--plum: var(--gtg-plum);
	--pink: var(--gtg-pink);
	--mustard: var(--gtg-mustard);
	--coral: var(--gtg-coral);
	--coral-bright: var(--gtg-coral-bright);
	--sage: var(--gtg-sage);
	--sage-deep: var(--gtg-sage-deep);
	--sage-inset: var(--gtg-sage-inset);
	--olive: var(--gtg-olive);
	--ink: var(--gtg-ink);
	--mountain: var(--gtg-mountain);
	--brown: var(--gtg-brown);
	--font-display: var(--gtg-font-display);
	--font-mono: var(--gtg-font-mono);
}


/* Reset the page canvas around this design */
.gtg-page,
.gtg-page * {
	box-sizing: border-box;
}

.gtg-page {
	width: 100%;
	margin: 0;
	padding: 0;
	background: var(--gtg-plum);
	color: var(--gtg-plum);
	overflow-x: hidden;
}

.gtg-page p,
.gtg-page h1,
.gtg-page h2,
.gtg-page h3,
.gtg-page figure {
	margin-top: 0;
	margin-bottom: 0;
}

.gtg-page img {
	display: block;
	max-width: 100%;
	height: auto;
}

/* Bar 1: very thin plum strip from SVG: y 0–29 */
.gtg-top-strip {
	width: 100%;
	height: 29px;
	min-height: 29px;
	background: var(--gtg-plum);
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

/* Shared full-width band primitive */
.gtg-band {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.gtg-band--pink {
	background: var(--gtg-pink);
	color: var(--gtg-plum);
}

.gtg-band--mustard {
	background: var(--gtg-mustard);
	color: var(--gtg-plum);
}

.gtg-band--sage {
	background: var(--gtg-sage);
	color: var(--gtg-ink);
}

/*
 * Bar 2: pink hero.
 * SVG pink band is y 29–601 = 572px high.
 */
.gtg-hero-band {
	height: 572px;
	min-height: 572px;
}

/*
 * At 1728px SVG width:
 * left image x = 352
 * image width = 458
 * therefore centered container width = 1728 - 2*352 = 1024
 */
.gtg-hero {
	width: 1024px;
	max-width: calc(100vw - 40px);
	height: 572px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 458px 1fr;
	column-gap: 76px;
	align-items: center;
}

.gtg-hero__mark {
	width: 458px;
	height: 458px;
	margin: 0;
}

.gtg-hero__mark img {
	width: 458px;
	height: 458px;
	object-fit: contain;
}

.gtg-hero__cluster {
	width: max-content;
	max-width: 100%;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: center;
}

/*
 * Big text:
 * User confirmed: Barlow Condensed, 115px in Figma.
 */
.gtg-hero__title {
	font-family: var(--gtg-font-display);
	font-size: 115px;
	font-weight: 700;
	line-height: 0.92;
	letter-spacing: 0;
	text-transform: uppercase;
	color: var(--gtg-plum);
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

.gtg-hero__title--good,
.gtg-hero__title--gravel {
	text-align: left;
}

.gtg-hero__title--times {
	text-align: right;
}

.gtg-hero__motto {
	width: 100%;
	margin: 26px 0 0 0;
	padding: 0;
	font-family: var(--gtg-font-mono);
	font-size: 17px;
	font-weight: 300;
	line-height: 1.15;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--gtg-plum);
	text-align: justify;
	text-align-last: justify;
	opacity: 0.9;
}

/*
 * Bar 3: mustard event/newsletter band.
 * SVG mustard starts at y=601 and continues beyond current crop.
 * For the shown first block, use 419px, matching the SVG y 601–1020.
 */
.gtg-event-band {
	height: 419px;
	min-height: 419px;
}

.gtg-event {
	width: 802px;
	max-width: calc(100vw - 40px);
	height: 419px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 440px 436px;
	column-gap: 68px;
	align-items: start;
	padding-top: 61px;
	transform: translateX(-64px);
}

/* Mono labels */
.gtg-eyebrow {
	font-family: var(--gtg-font-mono);
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--gtg-plum);
	margin: 0 0 28px 0;
}

/* Date block */
.gtg-event__day {
	font-family: var(--gtg-font-mono);
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--gtg-plum);
	margin: 0 0 14px 0;
}

.gtg-event__date {
	font-family: var(--gtg-font-display);
	font-size: 78px;
	font-weight: 600;
	line-height: 0.9;
	letter-spacing: 0.015em;
	text-transform: uppercase;
	color: var(--gtg-plum);
	margin: 0;
	padding: 0;
}

.gtg-event__place {
	font-family: var(--gtg-font-mono);
	font-size: 15px;
	font-weight: 300;
	line-height: 1.25;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--gtg-plum);
	margin: 18px 0 0 0;
}

/* Countdown: live countdown with subtle digit-change animation */
.gtg-countdown {
	width: 436px;
	height: 98px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 0;
	margin-top: 32px;
	border: 4px solid var(--gtg-plum);
	border-radius: 4px;
	background: var(--gtg-plum);
	overflow: hidden;
}

.gtg-countdown__cell {
	height: 90px;
	background: var(--gtg-mustard);
	border-left: 4px solid var(--gtg-plum);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 0;
}

.gtg-countdown__cell:first-child {
	border-left: 0;
}

.gtg-countdown__num {
	font-family: var(--gtg-font-display);
	font-size: 45px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0;
	color: var(--gtg-plum);
	margin: 0;
	padding: 0;
	font-variant-numeric: tabular-nums;
	transform-origin: 50% 0;
	will-change: transform, opacity;
}

.gtg-countdown__num.is-changing {
	animation: gtg-countdown-drop-in 0.28s ease-out both;
}

@keyframes gtg-countdown-drop-in {
	0% {
		opacity: 0.15;
		transform: translateY(-9px) rotateX(-16deg);
	}
	100% {
		opacity: 1;
		transform: translateY(0) rotateX(0deg);
	}
}

.gtg-countdown__lbl {
	font-family: var(--gtg-font-mono);
	font-size: 10px;
	font-weight: 300;
	line-height: 1;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--gtg-brown);
	margin: 9px 0 0 0;
	padding: 0;
}

.gtg-countdown__sr {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

/* Newsletter block */
.gtg-signup {
	width: 436px;
	padding-top: 35px;
}

.gtg-signup .gtg-eyebrow {
	margin-bottom: 24px;
}

.gtg-signup__title {
	font-family: var(--gtg-font-display);
	font-size: 28px;
	font-weight: 600;
	line-height: 1.05;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: var(--gtg-plum);
	margin: 0 0 24px 0;
	padding: 0;
}

.gtg-signup__form {
	width: 436px;
	height: 67px;
	display: grid;
	grid-template-columns: 259px 165px;
	gap: 0;
	background: var(--gtg-plum);
	border-radius: 4px;
	padding: 6px;
	margin: 0;
}

.gtg-signup__form input {
	width: 100%;
	height: 55px;
	border: 0;
	border-radius: 4px 0 0 4px;
	background: var(--gtg-plum-input);
	color: var(--gtg-mustard);
	font-family: var(--gtg-font-mono);
	font-size: 15px;
	font-weight: 300;
	line-height: 1;
	padding: 0 18px;
	outline: none;
}

.gtg-signup__form input::placeholder {
	color: var(--gtg-mustard);
	opacity: 1;
}

.gtg-signup__form button {
	width: 100%;
	height: 55px;
	border: 0;
	border-radius: 0 2px 2px 0;
	background: var(--gtg-mustard);
	color: var(--gtg-button-text);
	font-family: var(--gtg-font-mono);
	font-size: 12px;
	font-weight: 500;
	line-height: 1.05;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	padding: 0 14px;
	cursor: pointer;
}

.gtg-signup__form button:hover,
.gtg-signup__form button:focus {
	background: var(--gtg-pink);
}

.gtg-signup__hint {
	font-family: var(--gtg-font-mono);
	font-size: 11px;
	font-weight: 300;
	line-height: 1.35;
	letter-spacing: 0.13em;
	text-transform: uppercase;
	color: var(--gtg-brown);
	margin: 14px 0 0 0;
	padding: 0;
}


/* Tickets: editable core blocks styled like the Figma export. */
.gtg-tickets-band {
	background: var(--gtg-mustard);
	color: var(--gtg-plum);
}

.gtg-tickets-band .gtg-section-head {
	color: var(--gtg-plum);
}

.tickets {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
}

.tickets--single {
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	align-items: stretch;
}

.tickets--single .ticket-card,
.tickets--single .ticket-info {
	width: 100%;
}

.ticket-card {
	display: flex;
	flex-direction: column;
	border: 2px solid var(--gtg-plum);
	border-radius: 3px;
	padding: 36px 34px 30px;
	color: var(--gtg-plum);
	background: transparent;
	transition: background 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
	min-height: 100%;
	cursor: pointer;
}

.ticket-card:hover,
.ticket-card:focus-visible {
	background: rgba(255, 255, 255, 0.34);
	transform: translateY(-3px);
	box-shadow: 0 14px 40px rgba(64, 0, 46, 0.22);
	outline: none;
}

.ticket-card__top {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 16px;
	border-bottom: 1px solid rgba(64, 0, 46, 0.22);
	padding-bottom: 18px;
}

.ticket-card__route {
	font-family: var(--gtg-font-display);
	font-weight: 700;
	text-transform: uppercase;
	font-size: clamp(26px, 2.6vw, 38px);
	letter-spacing: 0.03em;
	line-height: 0.95;
	margin: 0;
	padding: 0;
	color: inherit;
}

.ticket-card__spec {
	font-family: var(--gtg-font-mono);
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	line-height: 1.45;
	opacity: 0.72;
	white-space: nowrap;
	text-align: right;
	margin: 0;
	padding: 0;
}

.ticket-card__body {
	flex: 1;
	padding: 26px 0 22px;
}

.ticket-price {
	display: flex;
	align-items: baseline;
	gap: 14px;
}

.ticket-price__eyebrow {
	font-family: var(--gtg-font-mono);
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	opacity: 0.78;
	margin: 0 0 8px 0;
	padding: 0;
}

.ticket-price__num {
	font-family: var(--gtg-font-display);
	font-weight: 700;
	font-size: clamp(52px, 6.5vw, 88px);
	letter-spacing: 0.02em;
	line-height: 0.9;
	margin: 0;
	padding: 0;
}

.ticket-price__num .cur {
	font-size: 0.5em;
	opacity: 0.7;
	margin-right: 4px;
}

.ticket-price__was {
	font-family: var(--gtg-font-display);
	font-weight: 700;
	font-size: clamp(26px, 3vw, 40px);
	letter-spacing: 0.02em;
	line-height: 1;
	opacity: 0.55;
	margin: 0;
	padding: 0;
}

.ticket-price__was s {
	text-decoration: line-through;
	text-decoration-thickness: 2px;
}

.ticket-price__was .cur {
	font-size: 0.55em;
	margin-right: 2px;
}

.ticket-switch {
	margin: 20px 0 0 0 !important;
	padding: 16px 0 0 0;
	border-top: 1px dashed rgba(64, 0, 46, 0.28);
	font-family: var(--gtg-font-mono);
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 0.04em;
	line-height: 1.5;
	color: var(--gtg-brown);
}

.ticket-switch strong {
	font-weight: 700;
	color: var(--gtg-plum);
}

.ticket-card__cta-wrap {
	margin-top: auto;
}

.ticket-card__cta,
.ticket-card__cta .wp-block-button__link {
	width: 100%;
}

.ticket-card__cta .wp-block-button__link {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	margin-top: auto;
	padding: 18px 24px;
	background: var(--gtg-plum);
	color: var(--gtg-mustard);
	border-radius: 2px;
	font-family: var(--gtg-font-mono);
	font-size: 14px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	transition: background 0.15s ease, color 0.15s ease;
}

.ticket-card__cta .arrow {
	font-size: 18px;
	line-height: 1;
	transition: transform 0.18s ease;
}

.ticket-card:hover .ticket-card__cta .wp-block-button__link,
.ticket-card:focus-visible .ticket-card__cta .wp-block-button__link {
	background: var(--gtg-pink);
	color: var(--gtg-plum);
}

.ticket-card:hover .ticket-card__cta .arrow,
.ticket-card:focus-visible .ticket-card__cta .arrow {
	transform: translate(3px, -3px);
}

.editor-styles-wrapper .ticket-card {
	cursor: default;
}

.ticket-info {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	/* gap: 28px; */
	border: 0;
	border-radius: 0;
	padding: 36px 34px 30px;
	color: var(--gtg-plum);
	background: transparent;
	min-height: 100%;
}

.ticket-info__kicker {
	font-family: var(--gtg-font-mono);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.18em;
	line-height: 1.35;
	text-transform: uppercase;
	margin: 0 0 12px 0;
	color: var(--gtg-brown);
}

.ticket-info__title {
	font-family: var(--gtg-font-display);
	font-weight: 700;
	font-size: clamp(30px, 3.4vw, 48px);
	line-height: 0.95;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	margin: 0 0 18px 0;
	color: var(--gtg-plum);
}

.ticket-info__text,
.ticket-info__disclaimer {
	font-family: var(--gtg-font-display);
	font-size: 18px;
	font-weight: 400;
	line-height: 1.42;
	margin: 0;
}

.ticket-info__text strong,
.ticket-info__disclaimer strong {
	font-weight: 700;
}

.ticket-info__disclaimer {
	padding-top: 18px;
	border-top: 1px dashed rgba(64, 0, 46, 0.3);
	font-family: var(--gtg-font-mono);
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 0.04em;
	line-height: 1.55;
	color: var(--gtg-brown);
}

.ticket-info__disclaimer a {
	color: var(--gtg-plum);
	font-weight: 700;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}


/* Bar 4: FAQ plum band, built with core Details blocks so items remain add/remove/editable in WordPress. */
.gtg-band--plum {
	background: var(--gtg-plum);
	color: var(--gtg-pink);
}

.gtg-band__inner {
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
	padding: 96px 32px;
}

.gtg-faq-band {
	background: var(--gtg-plum);
	color: var(--gtg-pink);
}

.gtg-section-head {
	display: flex;
	align-items: baseline;
	gap: 24px;
	margin-bottom: 56px;
	border-bottom: 1.5px solid currentColor;
	padding-bottom: 16px;
	color: inherit;
}

.gtg-section-head__num {
	font-family: var(--gtg-font-mono);
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

.gtg-faq-band .gtg-section-head__num {
	display: none;
}

.gtg-section-head__title {
	font-family: var(--gtg-font-display);
	font-size: clamp(34px, 3.2vw, 50px);
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	flex: 1;
	color: inherit;
}

.gtg-section-head__meta {
	font-family: var(--gtg-font-mono);
	font-size: 12px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	opacity: 0.7;
	white-space: nowrap;
}

.gtg-faq-band .faq {
	max-width: 920px;
	margin: 0 auto;
	counter-reset: faq;
}

.gtg-faq-band .faq > details.wp-block-details {
	border-bottom: 1px solid rgba(230, 129, 140, 0.25);
	margin: 0;
	padding: 0;
	color: var(--gtg-pink);
}

.gtg-faq-band .faq > details.wp-block-details > summary {
	width: 100%;
	background: transparent;
	border: 0;
	color: inherit;
	text-align: left;
	padding: 22px 0;
	display: flex;
	align-items: baseline;
	gap: 20px;
	font-family: var(--gtg-font-display);
	font-weight: 700;
	font-size: clamp(20px, 2.2vw, 28px);
	line-height: 1.1;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	list-style: none;
	cursor: pointer;
}

.gtg-faq-band .faq > details.wp-block-details > summary::-webkit-details-marker {
	display: none;
}

.gtg-faq-band .faq > details.wp-block-details > summary::before {
	content: counter(faq, decimal-leading-zero);
	counter-increment: faq;
	font-family: var(--gtg-font-mono);
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.16em;
	opacity: 0.6;
	width: 36px;
	min-width: 36px;
	flex-shrink: 0;
}

.gtg-faq-band .faq > details.wp-block-details > summary::after {
	content: "+";
	margin-left: auto;
	font-weight: 400;
	opacity: 0.7;
	transition: transform 180ms ease, opacity 180ms ease;
}

.gtg-faq-band .faq > details.wp-block-details[open] > summary::after,
.gtg-faq-band .faq > details.wp-block-details.is-open > summary::after {
	content: "\2013";
}

.gtg-faq-band .faq > details.wp-block-details > .gtg-faq__body {
	height: 0;
	overflow: hidden;
	transition: height 240ms ease;
}

.gtg-faq-band .faq > details.wp-block-details.is-animating > .gtg-faq__body {
	will-change: height;
}

.gtg-faq-band .faq > details.wp-block-details > .gtg-faq__body-inner,
.gtg-faq-band .faq > details.wp-block-details > .gtg-faq__body > .gtg-faq__body-inner,
.gtg-faq-band .faq > details.wp-block-details > :not(summary):not(.gtg-faq__body) {
	padding: 0 0 22px 56px;
	font-family: var(--gtg-font-display);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
	max-width: 60ch;
	color: var(--gtg-pink);
}

.gtg-faq-band .faq > details.wp-block-details > .gtg-faq__body .gtg-faq__body-inner > * {
	margin: 0;
}

.gtg-faq-band .faq > details.wp-block-details > .gtg-faq__body .gtg-faq__body-inner > * + * {
	margin-top: 12px;
}

/* Fallback/editor direct paragraph styling before JS wraps FAQ bodies. */
.gtg-faq-band .faq > details.wp-block-details > p,
.gtg-faq-band .faq > details.wp-block-details > .wp-block-paragraph {
	margin: 0;
}

/* Keep newly inserted Details blocks visually consistent in the editor. */
.editor-styles-wrapper .gtg-faq-band .faq > details.wp-block-details {
	color: var(--gtg-pink);
}

/* WordPress editor compatibility */
.editor-styles-wrapper .gtg-page {
	font-family: var(--gtg-font-display);
}

.editor-styles-wrapper .gtg-top-strip,
.editor-styles-wrapper .gtg-band {
	max-width: none !important;
}



/* ── COURSE / ROUTE SECTION ─────────────────────────────────── */
.gtg-course-band {
	background: var(--gtg-sage);
	color: var(--gtg-ink);
}

.gtg-course-band .gtg-section-head {
	color: var(--gtg-ink);
}

.gtg-course__head .gtg-section-head__num {
	display: none;
}

.course-intro {
	display: grid;
	grid-template-columns: 1.05fr 0.95fr;
	gap: 56px;
	align-items: stretch;
	margin-bottom: 64px;
}

.course-intro__text {
	display: flex;
	flex-direction: column;
	gap: 26px;
}

.manifesto__lede {
	font-family: var(--gtg-font-display);
	font-size: clamp(28px, 3.2vw, 44px);
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	margin: 0;
	color: var(--gtg-ink);
}

.manifesto__lede em {
	font-style: normal;
	color: var(--gtg-coral);
}

.course-intro__body {
	font-family: var(--gtg-font-display);
	font-size: 17px;
	font-weight: 400;
	line-height: 1.6;
	max-width: 50ch;
}

.course-intro__body p {
	margin: 0;
}

.course-intro__body p + p {
	margin-top: 14px;
}

.course-intro__body strong {
	font-weight: 600;
}

.stats {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 0;
	border-top: 1.5px solid var(--gtg-ink);
	border-bottom: 1.5px solid var(--gtg-ink);
	margin-bottom: 24px;
}

.stats__cell {
	padding: 28px 20px;
}

.stats__cell + .stats__cell {
	border-left: 1px solid rgba(26, 16, 20, 0.25);
}

.stats__num {
	font-family: var(--gtg-font-display);
	font-weight: 700;
	font-size: clamp(40px, 5.2vw, 76px);
	letter-spacing: 0.02em;
	line-height: 1;
	margin: 0;
	color: var(--gtg-ink);
}

.stats__num .unit {
	font-size: 0.42em;
	margin-left: 6px;
	opacity: 0.55;
	font-weight: 600;
}

.stats__lbl {
	font-family: var(--gtg-font-mono);
	font-size: 11px;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	margin: 10px 0 0;
	opacity: 0.65;
}

.shot {
	position: relative;
	overflow: hidden;
	margin: 0;
	background: var(--gtg-plum);
	border: 1px solid rgba(64, 0, 46, 0.25);
	border-radius: 3px;
	min-height: 260px;
}

.shot .gtg-shot__image,
.shot .wp-block-image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	margin: 0;
}

.shot img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: none;
}

.shot::before,
.shot::after {
	content: none;
	display: none;
}

.course-intro__shot {
	min-height: 100%;
}

.shot__meta {
	position: absolute;
	top: 16px;
	left: 16px;
	right: 16px;
	z-index: 3;
	display: flex;
	justify-content: space-between;
	gap: 18px;
	font-family: var(--gtg-font-mono);
	font-size: 11px;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--gtg-plum);
	opacity: 0.85;
}

.shot__meta p,
.shot__cap p {
	margin: 0;
}

.shot__cap {
	position: absolute;
	z-index: 3;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 14px 16px;
	background: var(--gtg-sage-deep);
	color: var(--gtg-ink);
	font-family: var(--gtg-font-display);
	font-weight: 700;
	font-size: clamp(16px, 1.5vw, 23px);
	text-transform: uppercase;
	letter-spacing: 0.04em;
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	gap: 10px;
}

.shot__cap small {
	font-family: var(--gtg-font-mono);
	font-size: 10px;
	letter-spacing: 0.16em;
	font-weight: 600;
	opacity: 0.75;
}

.routepanel {
	background: var(--gtg-sage-deep);
	color: var(--gtg-ink);
	border-radius: 3px;
	padding: 32px;
	margin: 0 0 28px;
}

.routepanel__head {
	display: flex;
	align-items: baseline;
	gap: 24px;
	border-bottom: 1px solid rgba(26, 16, 20, 0.18);
	padding-bottom: 18px;
	margin-bottom: 28px;
}

.routepanel__num {
	font-family: var(--gtg-font-mono);
	font-size: 13px;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--gtg-brown);
}

.routepanel__title {
	font-family: var(--gtg-font-display);
	font-weight: 700;
	font-size: clamp(24px, 2.4vw, 38px);
	text-transform: uppercase;
	letter-spacing: 0.03em;
	margin: 0;
	flex: 1;
	color: var(--gtg-ink);
}

.routepanel__meta {
	font-family: var(--gtg-font-mono);
	font-size: 12px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--gtg-ink);
	opacity: 0.65;
}

.routepanel__grid {
	display: grid;
	grid-template-columns: 0.82fr 1.18fr;
	gap: 28px;
	align-items: stretch;
}

.routemap {
	position: relative;
	min-height: 320px;
	border: 1px solid rgba(26, 16, 20, .2);
	border-radius: 3px;
	overflow: hidden;
	background-color: var(--sage-inset);
	background-image:
		linear-gradient(to right, rgba(26, 16, 20, .12) 1px, transparent 1px),
		linear-gradient(to bottom, rgba(26, 16, 20, .12) 1px, transparent 1px);
	background-size: 72px 72px;
	background-position: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.routemap__grid {
	display: none;
}

.routemap__image {
	position: relative;
	z-index: 1;
	width: min(74%, 520px);
	height: auto;
	max-height: 78%;
	object-fit: contain;
	display: block;
}

.routemap__tag {
	position: absolute;
	left: 14px;
	bottom: 12px;
	z-index: 2;
	font-family: var(--font-mono);
	font-size: 10px;
	letter-spacing: .14em;
	text-transform: uppercase;
	color: var(--ink);
	opacity: .5;
}

.routepanel__elev {
	display: flex;
	flex-direction: column;
	gap: 14px;
	min-width: 0;
}

.routepanel__elevhead {
	font-family: var(--gtg-font-mono);
	font-size: 11px;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--gtg-brown);
	opacity: 0.9;
}

.elev {
	width: 100%;
	height: auto;
	display: block;
}

.gtg-course-carousel {
	position: relative;
	margin-top: 28px;
	padding: 0;
}

.gtg-course-carousel__viewport {
	overflow-x: auto;
	overflow-y: hidden;
	width: 100%;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
}

.gtg-course-carousel__viewport::-webkit-scrollbar {
	display: none;
}

.gtg-course-carousel__track {
	--gtg-course-gap: 16px;
	display: flex;
	gap: var(--gtg-course-gap);
}

.gtg-course-slide {
	flex: 0 0 calc((100% - (2 * var(--gtg-course-gap))) / 3);
	aspect-ratio: 4 / 3;
	min-height: 0;
	scroll-snap-align: start;
}

.gtg-course-carousel__arrow {
	position: absolute;
	top: 50%;
	z-index: 5;
	width: 42px;
	height: 42px;
	border: 1px solid var(--gtg-plum);
	border-radius: 3px;
	background: rgba(166, 192, 137, 0.96);
	color: var(--gtg-plum);
	font-family: var(--gtg-font-mono);
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transform: translateY(-50%);
	cursor: pointer;
	transition: background 160ms ease, transform 160ms ease;
}

.gtg-course-carousel__arrow:hover,
.gtg-course-carousel__arrow:focus-visible {
	background: var(--gtg-mustard);
	outline: none;
}

.gtg-course-carousel__arrow--prev {
	left: -56px;
}

.gtg-course-carousel__arrow--next {
	right: -56px;
}

.editor-styles-wrapper .gtg-course-carousel__track {
	transform: none !important;
}

.editor-styles-wrapper .gtg-course-carousel__arrow {
	display: none;
}


/* ── SPONSOR TICKER ─────────────────────────────────────────── */
.gtg-sponsor-ticker-band {
	background: var(--gtg-coral);
	color: var(--gtg-plum);
}

.gtg-sponsor-ticker-band,
.gtg-band--tight {
	min-height: 0;
}

.ticker-wrap {
	overflow: hidden;
	display: flex;
	width: 100%;
	padding: 28px 0;
}

.ticker {
	display: flex;
	align-items: center;
	gap: 60px;
	white-space: nowrap;
	animation: gtg-ticker 38s linear infinite;
	padding-right: 60px;
	will-change: transform;
}

.ticker-wrap:hover .ticker {
	animation-play-state: paused;
}

.ticker__dot {
	width: 12px;
	height: 12px;
	background: var(--gtg-plum);
	border-radius: 50%;
	flex-shrink: 0;
}

.ticker__logo {
	display: inline-flex;
	align-items: center;
	height: 56px;
	flex-shrink: 0;
	color: var(--gtg-plum);
}

.ticker__logo svg,
.ticker__logo img {
	height: 100%;
	width: auto;
	display: block;
	max-width: none;
}

@keyframes gtg-ticker {
	to {
		transform: translateX(-50%);
	}
}




/* ── FOOTER ─────────────────────────────────────────────────── */
.gtg-footer-band {
	width: 100%;
	background: var(--gtg-coral-bright, #f86752);
	color: var(--gtg-plum, #40002e);
}

.gtg-footer {
	width: min(1240px, calc(100% - 44px));
	min-height: 54px;
	margin: 0 auto;
	padding: 12px 0 !important;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	font-family: var(--gtg-font-mono);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.12em;
	line-height: 1.35;
	text-transform: uppercase;
}

.gtg-footer__brand,
.gtg-footer__links {
	display: flex;
	align-items: center;
	gap: 14px;
}

.gtg-footer__icon,
.gtg-footer__icon img {
	width: 28px;
	height: 28px;
}

.gtg-footer__icon {
	flex: 0 0 28px;
	margin: 0;
}

.gtg-footer__icon img {
	display: block;
	object-fit: contain;
}

/* Defensive cleanup for already-inserted old footer versions. */
.gtg-footer__logo {
	display: none !important;
}

/* A footer should be the last visual section. If an old duplicated hero/image block
   is still stored after the footer in page content, keep it from rendering. */
.gtg-footer-band ~ .gtg-hero-band,
.gtg-footer-band ~ .gtg-band--pink,
.gtg-footer-band + .wp-block-image,
.gtg-footer-band + figure.wp-block-image {
	display: none !important;
}


.gtg-footer__links {
	justify-content: flex-end;
	gap: 22px;
}

.gtg-footer p {
	margin: 0;
}

.gtg-footer a {
	color: inherit;
	text-decoration: none;
	text-underline-offset: 0.18em;
}

.gtg-footer a:hover,
.gtg-footer a:focus-visible {
	text-decoration: underline;
}

@media (max-width: 1340px) {
	.gtg-course-carousel {
		padding-inline: 52px;
	}

	.gtg-course-carousel__arrow--prev {
		left: 0;
	}

	.gtg-course-carousel__arrow--next {
		right: 0;
	}
}

/* Respect users who prefer reduced motion */
@media (prefers-reduced-motion: reduce) {
	.ticker {
		animation: none;
	}

	.gtg-course-carousel__track,
	.gtg-course-carousel__arrow {
		transition: none;
	}

	.gtg-countdown__num.is-changing {
		animation: none;
	}

	.gtg-faq-band .faq > details.wp-block-details > .gtg-faq__body {
		transition: none;
	}

	.ticket-card,
	.ticket-card__cta .wp-block-button__link,
	.ticket-card__cta .arrow {
		transition: none;
	}
}

/* Responsive fallback */
@media (max-width: 1100px) {


	.routepanel__grid {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.routepanel {
		padding: 22px;
	}

	.routepanel__head {
		flex-wrap: wrap;
		gap: 10px 18px;
	}

	.routemap {
		min-height: 260px;
	}

	.gtg-course-carousel__arrow--prev {
		left: 0;
	}

	.gtg-course-carousel__arrow--next {
		right: 0;
	}

	.gtg-course-slide {
		flex-basis: calc((100% - var(--gtg-course-gap)) / 2);
	}

	.gtg-band__inner {
		padding: 72px 24px;
	}

	.gtg-section-head {
		flex-direction: column;
		align-items: flex-start;
		gap: 12px;
		margin-bottom: 40px;
	}

	.gtg-section-head__meta {
		white-space: normal;
	}

	.gtg-hero-band {
		height: auto;
		min-height: 572px;
	}

	.gtg-hero {
		width: 100%;
		height: auto;
		min-height: 572px;
		grid-template-columns: minmax(220px, 360px) minmax(260px, 360px);
		column-gap: 48px;
		justify-content: center;
		padding: 56px 24px;
	}

	.gtg-hero__mark,
	.gtg-hero__mark img {
		width: min(360px, 38vw);
		height: min(360px, 38vw);
	}

	.gtg-hero__cluster {
		width: max-content;
		max-width: 100%;
	}

	.gtg-hero__title {
		font-size: clamp(76px, 10vw, 115px);
	}

	.gtg-hero__motto {
		font-size: clamp(13px, 1.3vw, 17px);
	}

	.gtg-event {
		transform: none;
		width: calc(100vw - 48px);
		grid-template-columns: 1fr 1fr;
		column-gap: 40px;
	}

	.gtg-countdown,
	.gtg-signup,
	.gtg-signup__form {
		width: 100%;
	}

	.gtg-signup__form {
		grid-template-columns: 1fr 165px;
	}
}

@media (max-width: 860px) {
	.course-intro {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.course-intro__shot {
		min-height: 0;
		aspect-ratio: 16 / 9;
	}

	.course-intro__body {
		max-width: 62ch;
	}
}


@media (max-width: 900px) {
	.gtg-course-carousel {
		padding-inline: 0;
	}

	.gtg-course-slide {
		flex-basis: 100%;
	}

	.gtg-course-carousel__arrow {
		width: 38px;
		height: 38px;
		background: rgba(166, 192, 137, 0.9);
	}

	.gtg-course-carousel__arrow--prev {
		left: 12px;
	}

	.gtg-course-carousel__arrow--next {
		right: 12px;
	}
}

@media (max-width: 760px) {


	.gtg-footer {
		width: min(100% - 36px, 1240px);
		align-items: flex-start;
		flex-direction: column;
		gap: 12px;
		padding: 14px 0 !important;
	}

	.gtg-footer__links {
		justify-content: flex-start;
		gap: 14px 18px;
	}


	.stats {
		grid-template-columns: repeat(2, 1fr);
	}

	.stats__cell:nth-child(3) {
		border-left: 0;
		border-top: 1px solid rgba(26, 16, 20, 0.25);
	}

	.stats__cell:nth-child(4) {
		border-top: 1px solid rgba(26, 16, 20, 0.25);
	}

	.gtg-course-slide {
		flex-basis: 100%;
	}

	.gtg-course-carousel__arrow {
		width: 36px;
		height: 36px;
		background: rgba(166, 192, 137, 0.9);
	}

	.gtg-course-carousel__arrow--prev {
		left: 12px;
	}

	.gtg-course-carousel__arrow--next {
		right: 12px;
	}

	.ticker-wrap {
		padding: 22px 0;
	}

	.ticker {
		gap: 38px;
		padding-right: 38px;
	}

	.ticker__logo {
		height: 44px;
	}

	.ticker__dot {
		width: 9px;
		height: 9px;
	}

	.tickets,
	.tickets--single {
		grid-template-columns: 1fr;
	}

	.ticket-card,
	.ticket-info {
		padding: 30px 24px 26px;
	}

	.gtg-band__inner {
		padding: 64px 22px;
	}

	.gtg-faq-band .faq > details.wp-block-details > summary {
		gap: 14px;
		padding: 20px 0;
	}

	.gtg-faq-band .faq > details.wp-block-details > summary::before {
		width: 30px;
		min-width: 30px;
	}

	.gtg-faq-band .faq > details.wp-block-details > .gtg-faq__body-inner,
	.gtg-faq-band .faq > details.wp-block-details > .gtg-faq__body > .gtg-faq__body-inner,
	.gtg-faq-band .faq > details.wp-block-details > :not(summary):not(.gtg-faq__body) {
		padding-left: 44px;
	}

	.gtg-top-strip {
		height: 29px;
		min-height: 29px;
	}

	.gtg-hero-band {
		height: auto;
		min-height: 0;
	}

	.gtg-hero {
		min-height: 0;
		display: flex;
		flex-direction: column;
		row-gap: 32px;
		padding: 48px 24px 56px;
	}

	.gtg-hero__mark,
	.gtg-hero__mark img {
		width: 260px;
		height: 260px;
	}

	.gtg-hero__cluster {
		width: max-content;
		max-width: 100%;
	}

	.gtg-hero__title {
		font-size: 92px;
	}

	.gtg-hero__motto {
		font-size: 13px;
		margin-top: 22px;
	}

	.gtg-event-band {
		height: auto;
		min-height: 0;
	}

	.gtg-event {
		height: auto;
		display: flex;
		flex-direction: column;
		row-gap: 44px;
		padding: 56px 24px;
		width: 100%;
		max-width: 520px;
	}

	.gtg-event__date {
		font-size: clamp(58px, 16vw, 78px);
	}

	.gtg-countdown {
		height: auto;
	}

	.gtg-countdown__cell {
		height: 84px;
	}


	.gtg-signup {
		width: 100%;
		padding-top: 0;
	}

	.gtg-signup__form {
		height: auto;
		grid-template-columns: 1fr;
	}

	.gtg-signup__form input,
	.gtg-signup__form button {
		height: 55px;
		border-radius: 3px;
	}
}


@media (max-width: 420px) {
	.gtg-hero__title {
		font-size: clamp(70px, 22vw, 92px);
	}

	.gtg-hero__motto {
		font-size: 12px;
	}
}



/* -------------------------------------------------------
   TIMETABLE
------------------------------------------------------- */

.gtg-timetable-band {
    background: #DE89AA;
    color: var(--gtg-plum);
}

.gtg-timetable-band .gtg-section-head {
    color: var(--gtg-plum);
}

.gtg-timetable-band .gtg-band__inner {
    padding-top: 120px;
    padding-bottom: 120px;
}

.timeline {
    display: flex;
    flex-direction: column;
    gap: 0;
    max-width: 820px;
}

.timeline-item {
    position: relative;
    display: grid;
    grid-template-columns: 85px 1fr; /* Narrowed to accommodate smaller time text */
    column-gap: 20px;
    align-items: start;
    padding-top: 24px;
    padding-bottom: 24px;
    min-height: 64px;
    padding-left: 60px; /* Pulled closer to the line */
}

/* Connecting line */
.timeline-item::before {
    content: "";
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    width: 4px;
    background: var(--gtg-plum);
    box-sizing: border-box; /* Forces strict sizing */
}

.timeline-item:first-child::before {
    top: 38px;
}

.timeline-item:last-child::before {
    bottom: calc(100% - 38px);
}

/* Dot marker */
.timeline-item::after {
    content: "";
    position: absolute;
    left: 12px; /* Center-aligned with the 20px line */
    top: 38px;
    transform: translateY(-50%);
    z-index: 2;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #DE89AA;
    border: 5px solid var(--gtg-plum); /* Thickened border */
    box-sizing: border-box; /* Critical fix for alignment */
}

.timeline-time {
    font-family: var(--gtg-font-display);
    font-weight: 700;
    color: var(--gtg-plum);
    font-size: 28px; /* Shrunk down from 3rem */
    line-height: 1;
    letter-spacing: 0.02em;
    margin: 0;
}

.timeline-text {
    display: flex;
    align-items: baseline;
    gap: 14px;
    font-family: var(--gtg-font-display);
    font-size: 22px;
    font-weight: 500;
    line-height: 1.35;
    color: var(--gtg-plum);
    margin: 0;
}



@media (max-width: 900px) {
    .gtg-timetable-band .gtg-band__inner {
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .timeline-item {
        grid-template-columns: 75px 1fr;
        column-gap: 14px;
        padding-left: 50px;
        min-height: 56px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .timeline-item::before {
        left: 16px;
    }

    .timeline-item::after {
        left: 9px;
        width: 18px;
        height: 18px;
        border-width: 5px; /* Keeps thick look on mobile */
    }

    .timeline-time {
        font-size: 24px;
    }

    .timeline-item::after { top: 32px; }
    .timeline-item:first-child::before { top: 32px; }
    .timeline-item:last-child::before { bottom: calc(100% - 32px); }


    .timeline-text {
        font-size: 19px;
        gap: 10px;
    }
}