 @font-face {
 	font-family: 'Montserrat';
 	src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
 	font-weight: normal;
 	font-style: normal;
 }

 @font-face {
 	font-family: 'Montserrat';
 	src: url('../fonts/Montserrat-Italic.ttf') format('truetype');
 	font-weight: normal;
 	font-style: italic;
 }

 @font-face {
 	font-family: 'Montserrat';
 	src: url('../fonts/Montserrat-Thin.ttf') format('truetype');
 	font-weight: 100;
 	font-style: normal;
 }

 @font-face {
 	font-family: 'Montserrat';
 	src: url('../fonts/Montserrat-ThinItalic.ttf') format('truetype');
 	font-weight: 100;
 	font-style: italic;
 }

 @font-face {
 	font-family: 'Montserrat';
 	src: url('../fonts/Montserrat-ExtraLight.ttf') format('truetype');
 	font-weight: 200;
 	font-style: normal;
 }

 @font-face {
 	font-family: 'Montserrat';
 	src: url('../fonts/Montserrat-Light.ttf') format('truetype');
 	font-weight: 300;
 	font-style: normal;
 }

 @font-face {
 	font-family: 'Montserrat';
 	src: url('../fonts/Montserrat-Medium.ttf') format('truetype');
 	font-weight: 500;
 	font-style: normal;
 }

 @font-face {
 	font-family: 'Montserrat';
 	src: url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
 	font-weight: 600;
 	font-style: normal;
 }

 @font-face {
 	font-family: 'Montserrat';
 	src: url('../fonts/Montserrat-Bold.ttf') format('truetype');
 	font-weight: 700;
 	font-style: normal;
 }

 @font-face {
 	font-family: 'Montserrat';
 	src: url('../fonts/Montserrat-Black.ttf') format('truetype');
 	font-weight: 900;
 	font-style: normal;
 }

@font-face {
    font-family: 'Joost Bold';
    src: url('../fonts/Joost_Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Joost_Bold';
    src: url('../fonts/Joost_Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}



 /* New Style 27/06/26 */

 img {
 	display: block;
 	max-width: 100%;
 	height: auto;
 }

 ul {
 	margin: 0;
 	padding: 0;
 	list-style: none;
 }

 p {
 	margin: 0;
 }

 h1,
 h2,
 h3,
 h4 {
 	margin: 0;
 }

 a {
 	text-decoration: none;
 	color: inherit;
 }


 /* -----------------------------------------------------------------
   2. DESIGN TOKENS
   ----------------------------------------------------------------- */
 :root {
 	/* Fonts */
 	--font-body: 'Montserrat';
 	--font-display: 'Joost Bold';
 	/* substitute for licensed Joost-Bold */

 	/* Colors — sampled directly from the PSD composite */
 	--color-navy-deep: #02060f;
 	/* page background base */
 	--color-navy-panel: #141b28;
 	/* dark slate panels (location bar, review bar) */
 	--color-navy-panel-2: #2b3034;
 	/* card location-name bar */

 	--color-gold: #dbb880;
 	/* bright headline gold (UK'S LARGEST) */
 	--color-gold-mid: #c9a06a;
 	/* mid gold accents / rules */
 	--color-gold-light: #d8b57e;
 	/* venue card header background (lighter tan) */
 	--color-gold-dark: #8f764f;
 	/* olive-gold stat bars / badges */
 	--color-gold-darker: #816a47;
 	/* challenge badge background */

 	--color-red: #ed4138;
 	/* primary CTA red */
 	--color-red-dark: #cd2118;
 	/* CTA red — pressed/shadow */

 	--color-text-light: #dadada;
 	/* body copy on dark backgrounds */
 	--color-text-faint: #494a4f;
 	/* faded repeated background text */
 	--color-text-white: #f5f0e6;
 	/* off-white button / heading text */

 	--color-orange-grad-top: #e46134;
 	/* promo banner gradient */
 	--color-orange-grad-bottom: #dc5429;

 	/* Layout */
 	--container-max: 1180px;
 	--container-pad: 20px;
 }


 /* -----------------------------------------------------------------
   3. LAYOUT HELPERS
   ----------------------------------------------------------------- */
 .container {
 	width: 100%;
 	max-width: var(--container-max);
 	margin-left: auto;
 	margin-right: auto;
 	padding-left: var(--container-pad);
 	padding-right: var(--container-pad);
 	position: relative;
 }


 /* -----------------------------------------------------------------
   4. HERO SECTION
   ----------------------------------------------------------------- */
 .hero {
 	position: relative;
 	padding-top: 52px;
 	padding-bottom: 36px;
 	overflow: hidden;
 	text-align: center;
 }

 .home-banner {

 	background-image:
 		url('../home/home-bg.png');
 	background-size: cover;
 	background-position: top;
 	background-repeat: no-repeat, no-repeat;
 }

 .top-section {
 	background-image:
 		url('../home/pattern2.png');
 	background-size: contain;
 	background-position: center;
 	background-repeat: no-repeat;
 	background-position: center bottom;
 }

 .middle-section {
 	background-image:
 		url('../home/pattern1.png');
 	background-size: contain;
 	background-position: center bottom;
 	background-repeat: no-repeat;
 	padding-top: 46px;
 }

 .venue-list .container {
 	max-width: 937px;
 }

 .hero__inner {
 	position: relative;
 	z-index: 1;
 }

 .hero__eyebrow {
 	margin: 0 auto;
 	margin-top: 0px;
 	width: 100%;
 	max-width: 365px;
 	height: 172px;
 	margin-top: 60px;
 }

 .hero__eyebrow-arc {
 	width: 100%;
 	height: 100%;
 	overflow: visible !important;
 }

 .hero__eyebrow-text {
 	font-family: var(--font-body);
 	font-weight: 600;
 	font-size: 40px;
 	letter-spacing: 2px;
 	fill: #bababb;
 }

 .hero__stars {
 	margin: -136px auto 22px;
 }

 .hero__title {
 	display: flex;
 	flex-direction: column;
 	align-items: center;
 	gap: 2px;
 	margin-bottom: 20px;
 }

 .hero__title-main {
 	font-family: var(--font-body);
 	font-weight: 800;
 	font-size: 70px;
 	line-height: 1;
 	letter-spacing: 0;
 	color: var(--color-gold);
 	text-transform: uppercase;
 }

 .hero__title-sub {
 	font-family: var(--font-body);
 	font-weight: 600;
 	font-size: 43.63px;
 	line-height: 34.63px;
 	letter-spacing: 9px;
 	color: #9a7c52;
 	text-transform: uppercase;
 }

 .hero__logo {
 	display: flex;
 	justify-content: center;
 	margin-bottom: 26px;
 }

 

 .hero__tagline {
 	font-family: var(--font-body);
 	font-weight: 700;
 	font-size: 16.61px;
 	letter-spacing: 0.3px;
 	color: #bababb;
 	max-width: 960px;
 	margin: 0 auto;
 	text-transform: uppercase;
 }


 /* -----------------------------------------------------------------
   5. CHOOSE YOUR VENUE SECTION
   ----------------------------------------------------------------- */
 .venues {
 	position: relative;
 	padding-top: 0;
 	padding-bottom: 0px;
 	overflow: hidden;
 	background-color: rgba(255, 255, 255, 0.05);
 }

 /* .venues__bg {
        position: absolute;
        inset: 0;
        background-image: url('../home/banner-bg.png');
        background-size: cover;
        background-position: center bottom;
        z-index: 0;
    } */

 .venues .container {
 	z-index: 1;
 }

 .venues__gear {
 	position: absolute;
 	top: 80px;
 	z-index: 1;
 	pointer-events: none;
 }

 .venues__gear--left {
 	left: 0;
 	width: 175px;
 }

 .venues__gear--right {
 	right: 0;
 	width: 183px;
 }

 .venues__gear img {
 	width: 100%;
 	height: auto;
 }

 .venues__heading-block {
 	position: relative;
 	text-align: center;
 	padding-top: 9px;
 	overflow: hidden;
 }

 .venues__heading {
 	font-family: var(--font-body);
 	font-weight: 800;
 	font-size: 37.5px;
 	letter-spacing: 4px;
 	color: #736751;
 	text-transform: uppercase;
 	position: relative;
 	z-index: 2;
 	margin-bottom: 5px;
 }

 .venues .container {
 	width: 100%;
 	max-width: 941px;
 }

 .venues__heading-rule {
 	display: block;
 	width: 100%;
 	height: 4px;
 	background-color: #967a50;
 	position: relative;
 	z-index: 2;
 }

 .venues__marquee {
 	position: relative;
 	z-index: 1;
 	display: flex;
 	flex-direction: column;
 	gap: 21px;
 	pointer-events: none;
 	padding: 10px 0px;
 }

 .venues__marquee p {
 	font-family: var(--font-body);
 	font-weight: 800;
 	font-size: 42px;
 	letter-spacing: 1px;
 	color: var(--color-text-faint);
 	text-transform: uppercase;
 	white-space: nowrap;
 	text-align: center;
 	margin: 0;
 	opacity: 0.55;
 	line-height: 50px;
 }

 .venue-badge {
 	position: absolute;
 	z-index: 2;
 	display: flex;
 	justify-content: center;
 	margin-top: 0px;
 	width: 190px;
 	height: 190px;
 	top: 50%;
 	left: 50%;
 	transform: translate(-50%, -50%);
 }

 .venue-badge img {
 	width: 190px;
 	height: 190px;
 }

 .venue-cards {
 	display: grid;
 	grid-template-columns: repeat(4, 1fr);
 	gap: 30px;
 }


 /* -----------------------------------------------------------------
   6. VENUE CARD COMPONENT
   ----------------------------------------------------------------- */
 .venue-card {
 	display: flex;
 	flex-direction: column;
 	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
 	position: relative;
 }

 .btn.btn--venue {
 	margin-top: 4px;
 	border-radius: 0px;
 	box-shadow: none;
 }

 .venue-card::before {
 	content: "";
 	position: absolute;
 	background-image: url('../home/bottom-shape.png');
 	width: 201px;
 	height: 28px;
 	bottom: -30px;
 	left: 50%;
 	transform: translateX(-50%);
 	background-repeat: no-repeat;
 	background-size: contain;
 	opacity: 0.8;
 }

 .venue-card__head {
 	text-align: center;
 	padding: 27px 12px 17px;
 	background-color: #d5b27c;
 }

 .venue-card__icon {
 	margin: 0 auto 10px;
 	height: 40px;
 	width: auto;
 	object-fit: contain;
 }

 .venue-card__name {
 	font-family: var(--font-body);
 	font-weight: 700;
 	font-size: 20px;
 	letter-spacing: 0px;
 	color: #2a3034;
 	text-transform: uppercase;
 	text-decoration: underline;
 	text-decoration-color: currentcolor;
 	text-decoration-thickness: auto;
 	text-underline-offset: 4px;
 	opacity: 0.9;
 	text-decoration-thickness: 2px;
 	text-decoration-color: rgba(42, 48, 52, 0.5);
 }

 .venue-card__photo {
 	width: 100%;
 	aspect-ratio: 203 / 154;
 	overflow: hidden;
 	background-color: #8f764f;
 }

 .venue-card__photo img {
 	width: 100%;
 	height: 100%;
 	object-fit: cover;
 	transition: transform 0.45s ease;
 }

 .venue-card:hover .venue-card__photo img {
 	transform: scale(1.08);
 }

 .venue-card__location {
 	background-color: var(--color-navy-panel-2);
 	color: var(--color-text-white);
 	font-family: var(--font-body);
 	font-weight: 500;
 	font-size: 16.67px;
 	letter-spacing: -0.7px;
 	text-align: center;
 	text-transform: uppercase;
 	padding: 8px 8px;
 	margin: 0;
	border-bottom: 2px solid #9f9379;
 }

 .venue-card__stats {
 	display: flex;
 	flex-direction: column;
 	align-items: center;
 	justify-content: center;
 	gap: 4px;
 	padding: 9px 8px;
 	flex: 1 0 auto;
 	background-color: var(--color-gold-dark);
 }

 .venue-card__stats span {
 	font-family: var(--font-body);
 	font-weight: 500;
 	font-size: 15px;
 	letter-spacing: 0.4px;
 	color: var(--color-text-white);
 	text-align: center;
 	text-transform: uppercase;
	line-height: 21px;
 }

 /* -----------------------------------------------------------------
   7. BUTTONS
   ----------------------------------------------------------------- */
 .btn {
 	display: block;
 	text-align: center;
 	font-family: var(--font-body);
 	font-weight: 700;
 	text-transform: uppercase;
 	letter-spacing: 1px;
 	cursor: pointer;
 	border: none;
 	transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
 }

 .btn--venue {
 	background-color: var(--color-red);
 	font-size: 15px;
  padding: 11px 10px;
  background: linear-gradient( to bottom, #f14940 10%, #ef3b33 40%, #de2922 60%, #ce1f16 100% );
  line-height: 15px;
  color: #ebe6d2;
 }

 .btn--venue:hover {
 	filter: brightness(1.15);
 	transform: translateY(-2px);
 	box-shadow: 0 6px 12px rgba(237, 65, 56, 0.3), inset 0 -4px 0 rgba(0, 0, 0, 0.15);
 	color: #ffffff;
 }

 .btn--venue:active {
 	transform: translateY(1px);
 	filter: brightness(0.95);
 	box-shadow: 0 2px 4px rgba(237, 65, 56, 0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.2);
 }

 .btn:focus-visible,
 .reviews__social:focus-visible {
 	outline: 2px solid var(--color-gold);
 	outline-offset: 3px;
 }

 .venues-inner-sec {
 	position: relative;
 }

 /* -----------------------------------------------------------------
   8. PARTNER STRIP  (Center Parcs bar in the source PSD)
   ----------------------------------------------------------------- */
 .partner-strip {
 	padding: 91px 0 82px;
 }

 .partner-strip__bar {
 	position: relative;
 	max-width: 700px;
 	margin: 0 auto;
 }

 .partner-strip__text {
 	width: 100%;
 	font-family: var(--font-body);
 	font-weight: 700;
 	font-size: 23.33px;
  letter-spacing: 3px;
  color: #dadada;
 	text-transform: uppercase;
 	text-align: center;
 	margin: 0;
 	border: 4px solid var(--color-gold-mid);
 	background-color: #283033;
 	padding: 22px 30px;
 	display: flex;
 	align-items: center;
 	justify-content: center;
 	position: relative;
 	z-index: 9;
 }

 .partner-strip__gear {
 	position: absolute;
 	bottom: -50px;
 	display: block;
 	width: 175px;
 	opacity: 0;
 }

 .partner-strip__gear img {
 	width: 100%;
 }

 .partner-strip__gear--left {
 	left: -121px;
 }

 .partner-strip__gear--right {
 	right: -125px;
 	transform: rotateX(-180deg);
 	bottom: -38px;
 }

 @keyframes slideInGearLeft {
 	0% {
 		transform: translateX(800px);
 		opacity: 0;
 	}

 	100% {
 		transform: translateX(0);
 		opacity: 1;
 	}
 }

 @keyframes slideInGearRight {
 	0% {
 		transform: rotateX(-180deg) translateX(-800px);
 		opacity: 0;
 	}

 	100% {
 		transform: rotateX(-180deg) translateX(0);
 		opacity: 1;
 	}
 }

 .partner-strip.aos-animate .partner-strip__gear--left {
 	animation: slideInGearLeft 3.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
 }

 .partner-strip.aos-animate .partner-strip__gear--right {
 	animation: slideInGearRight 3.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
 }

@keyframes flyInBird {
 	0% {
 		transform: translateX(-100vw) translateY(150px) rotate(-20deg);
 		opacity: 0;
 	}
 
 	100% {
 		transform: translateX(0) translateY(0) rotate(0);
 		opacity: 1;
 	}
 }

 .partner-strip__icon {
 	position: absolute;
 	top: -48px;
 	right: -16px;
 	width: 69px;
 	height: 69px;
 	z-index: 9;
 	opacity: 0;
 }

 .partner-strip.aos-animate .partner-strip__icon {
 	animation: flyInBird 3.5s cubic-bezier(0.25, 1, 0.5, 1) 0.3s forwards;
 }


 /* -----------------------------------------------------------------
   9. PROMO BANNER
   (Placeholder rebuild — original PSD section used licensed
   third-party character artwork; see HTML comment for details.)
   ----------------------------------------------------------------- */
 @keyframes slideUpArt {
 	0% {
 		transform: translateY(200px);
 		opacity: 0;
 	}

 	100% {
 		transform: translateY(0);
 		opacity: 1;
 	}
 }

 .promo-banner__art {
 	margin-top: -48px;
 }

 .promo-banner.aos-animate .promo-banner__art {
 	animation: slideUpArt 1.5s cubic-bezier(0.25, 1, 0.5, 1) 0.3s forwards;
 }

 .promo-banner {
 	position: relative;
 }

 .promo-banner::before {
 	content: "";
 	position: absolute;
 	inset: 0;
 	background: linear-gradient(180deg, #F45B1E 0%, #E84C0F 100%);
 	mix-blend-mode: screen;
 	pointer-events: none;
 }

 .promo-banner__inner {
 	position: relative;
 	z-index: 1;
 	display: flex;
 	align-items: center;
 	justify-content: space-between;
 	gap: 24px;
 }

 .promo-banner__copy {
 	flex: 1;
 	padding-top: 45px;
 }

 .promo-banner__copy--right {
 	text-align: right;
 }

 .promo-banner__brand {
 	font-family: var(--font-body);
 	font-size: 22px;
 	color: #2b1610;
 	margin-bottom: 4px;
 	padding-left: 36px;
 }

 .promo-available {
 	padding-left: 38px;
 }

 .promo-banner__img {
 	max-width: 100%;
 	height: auto;
 }

 .promo-banner__title {
 	font-family: var(--font-body);
 	font-weight: 800;
 	font-size: 26px;
 	letter-spacing: 0.4px;
 	color: #fdf2e3;
 	text-transform: uppercase;
 	margin: 0;
 }

 .promo-banner__title em {
 	font-style: normal;
 	color: #2b1610;
 }

 .promo-banner__title--accent {
 	color: #ffd95e;
 }


 /* -----------------------------------------------------------------
   10. CHALLENGE BADGE  ("Need more of a challenge?")
   ----------------------------------------------------------------- */
 .challenge {
 	padding: 52px 0 4px;
 }

 .challenge__badge {
 	background-color: var(--color-gold-darker);
 	border-radius: 100px;
 	display: flex;
 	align-items: center;
 	gap: 28px;
 	padding: 28px 50px;
 	max-width: 1070px;
 	margin: 0 auto;
 }

 .challenge__heading {
 	font-family: var(--font-body);
 	font-weight: 900;
 	font-size: 37.78px;
 	line-height: 40px;
 	color: #31343a;
 	text-transform: uppercase;
 	min-width: 320px;
 	max-width: 100%;
 }

 .challenge__heading span {
 	width: 100%;
 	display: block;
 }

 .challenge__divider {
 	display: block;
 	width: 4px;
 	align-self: stretch;
 	background-color: #323238;
 	flex-shrink: 0;
 }

 .challenge__body {
 	font-family: var(--font-body);
 	font-weight: 600;
 	font-size: 22.33px;
 	line-height: 27px;
 	color: #bababb;
 }


 /* -----------------------------------------------------------------
   11. REVIEWS / SOCIAL PROOF
   ----------------------------------------------------------------- */
 .reviews {
 	padding: 35px 0 35px;
 	text-align: center;
 }

 .reviews__stars {
 	margin: 0 auto -16px;
 	z-index: 10;
 	position: relative;
 }

 .reviews__bar {
 	position: relative;
 	max-width: 672px;
 	margin: 0 auto 19px;
 }

 .reviews__text {
 	font-weight: 700;
 	font-size: 36.65px;
 	color: #dadada;
 	text-transform: uppercase;
 	border: 4px solid var(--color-gold-mid);
 	background-color: #283033;
 	padding: 18px 30px;
 	width: 100%;
 	position: relative;
 	letter-spacing: 4px;
 	z-index: 9;
	font-family: 'Joost_Bold' !important;
 }

 .reviews__gear {
 	position: absolute;
 	bottom: -51px;
 	display: block;
 	width: 175px;
 	opacity: 0;
 }

 .reviews__gear img {
 	width: 100%;
 }

 .reviews__gear--left {
 	left: -123px;
 }

 .reviews__gear--right {
 	right: -125px;
 	transform: rotateX(-180deg);
 	bottom: -38px;
 }

 .reviews.aos-animate .reviews__gear--left {
 	animation: slideInGearLeft 3.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
 }

 .reviews.aos-animate .reviews__gear--right {
 	animation: slideInGearRight 3.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
 }

 .reviews__social {
 	display: inline-flex;
 	gap: 30px;
 }

 .reviews__social img {
 	transition: 0.5s;
 }

 .reviews__social img:hover {
 	transform: translateY(-2px);
 }

 .reviews__social img {
 	margin: 0 auto;
 }

 @media (prefers-reduced-motion: reduce) {
 	* {
 		transition-duration: 0.01ms !important;
 		animation-duration: 0.01ms !important;
 	}
 }


 /* -----------------------------------------------------------------
   12. INTRO COPY / SEO TEXT BLOCK
   ----------------------------------------------------------------- */
 .intro-copy {
 	padding: 25px 0 25px;
 	background-color: rgba(255, 255, 255, 0.05);
 }

 .intro-copy p {
 	font-family: var(--font-body);
 	font-weight: 400;
 	font-size: 12.5px;
 	line-height: 13px;
 	color: var(--color-text-light);
 	text-align: center;
 	max-width: 1020px;
 	margin: 0 auto 18px;
 }

 .intro-copy p:last-child {
 	margin-bottom: 0;
 }


 /* -----------------------------------------------------------------
   13. SITE FOOTER
   ----------------------------------------------------------------- */
 .site-footer {
 	background-color: #000308;
 	padding: 18px 0;
 	text-align: center;
 }

 .site-footer p {
 	font-family: var(--font-body);
 	font-size: 12px;
 	color: #6b7280;
 	margin: 0;
 }

 p.promo-locations {
 	margin-top: -39px;
 }

 p.promo-banner__title {
 	margin-top: -39px;
 }

 /* ===================================================================
   14. RESPONSIVE BREAKPOINTS
   =================================================================== */

 /* ---------- Laptop: 1200px ---------- */
 @media (max-width: 1200px) {
 	.hero__title-main {
 		font-size: 60px;
 	}

 	.hero__title-sub {
 		font-size: 30px;
 	}

 	.venues__marquee p {
 		font-size: 36px;
 	}

 	.venues__heading {
 		font-size: 38px;
 	}

 	.promo-banner__inner {
 		gap: 15px;
 	}

 	.promo-banner__copy {
 		padding-top: 60px;
 	}
 }

 /* ---------- Tablet: 992px ---------- */
 @media (max-width: 992px) {
 	.reviews__social img {
 		width: 40px;
 	}

 	.reviews__social {
 		gap: 20px;
 	}

 	.hero {
 		padding-top: 44px;
 	}

 	.hero__title-main {
 		font-size: 50px;
 	}

 	.hero__title-sub {
 		font-size: 26px;
 		letter-spacing: 3px;
 	}

 	.hero__logo img {
 		width: 300px;
 	}

 	.hero__tagline {
 		font-size: 14px;
 		padding: 0 20px;
 	}

 	.venues__heading {
 		font-size: 32px;
 	}

 	.venues__marquee p {
 		font-size: 30px;
 	}

 	.venues__marquee {
 		gap: 18px;
 	}

 	.venue-cards {
 		grid-template-columns: repeat(2, 1fr);
 		gap: 24px;
 		row-gap: 50px;
 	}

 	.partner-strip__bar {
 		max-width: 500px;
 	}

 	.partner-strip__gear {
 		width: 100px;
 		bottom: -8px;
 	}

 	.partner-strip__gear--left {
 		left: -46px;
 	}

 	.partner-strip__gear--right {
 		right: -46px;
 		bottom: -1px;
 	}

 	.reviews__bar {
 		max-width: 500px;
 	}

 	.partner-strip__bar {
 		padding: 20px 24px;
 	}

 	.partner-strip__text {
 		font-size: 16px;
 	}

 	.reviews__gear {
 		width: 100px;
 		bottom: -27px;
 	}

 	.reviews__gear--left {
 		left: -69px;
 	}

 	.reviews__gear--right {
 		right: -70px;
 		bottom: -21px;
 	}

 	.reviews__text {
 		font-size: 22px;
 	}

 	.promo-banner__art {
 		width: 250px;
 	}

 	.promo-banner__brand {
 		padding-left: 10px;
 	}

 	.promo-available {
 		padding-left: 10px;
 	}

 	.promo-banner__title {
 		margin-top: -43px;
 	}

 	.promo-locations {
 		margin-top: -36px;
 	}

 	.promo-banner__copy {
 		padding-top: 26px;
 	}

 	.promo-banner__art {
 		margin-top: -37px;
 	}

 	.challenge__badge {
 		flex-direction: column;
 		text-align: center;
 		border-radius: 28px;
 		gap: 14px;
 		padding: 28px 36px;
 	}

 	.challenge__divider {
 		width: 60%;
 		height: 2px;
 		align-self: center;
 	}
 }

 /* ---------- Tablet small / large mobile: 768px ---------- */
 @media (max-width: 767px) {
 	.promo-banner__copy.promo-banner__copy--right {
 		padding-top: 0px;
 	}

 	.container.promo-banner__inner {
 		width: 300px;
 		max-width: 100%;
 	}

 	.promo-banner__art {
 		order: 3;
 	}

 	.promo-banner__inner {
 		flex-direction: column;
 	}

 	.reviews__stars {
 		margin: 0 auto -31px;
 	}

 	.container {
 		padding-left: 16px;
 		padding-right: 16px;
 	}

 	.hero {
 		padding-top: 36px;
 		padding-bottom: 28px;
 	}


 	.hero__eyebrow-text {
 		font-size: 30px;
 		letter-spacing: 2px;
 	}

 	.hero__stars {
 		width: 130px;
 	}

 	.hero__title-main {
 		font-size: 40px;
 	}

 	.hero__title-sub {
 		font-size: 24px;
 		letter-spacing: 2px;
 	}

 	.venues__heading-block {
 		padding-top: 36px;
 		padding-bottom: 28px;
 	}

 	.venues__heading {
 		font-size: 26px;
 	}

 	.venues__marquee {
 		gap: 10px;
 	}

 	.venues__marquee p {
 		font-size: 20px;
 		line-height: 30px;
 	}

 	.venue-badge img {
 		width: 105px;
 		height: 105px;
 	}

 	.venue-cards {
 		grid-template-columns: 1fr;
 		max-width: 360px;
 		margin: 0 auto;
 	}

 	.venue-badge {
 		width: 105px;
 		height: 105px;
 	}

 	.partner-strip {
 		padding: 36px 0 50px;
 	}

 	.partner-strip__gear {
 		display: none;
 	}

 	.venues__gear {
 		display: none;
 	}

 	.partner-strip__text {
 		font-size: 15px;
 	}

 	.partner-strip__icon {
 		width: 60px;
 		height: 60px;
 		top: -20px;
 		right: 12px;
 		z-index: 9;
 	}

 	.challenge {
 		padding: 48px 0 40px;
 	}

 	.challenge__heading {
 		font-size: 21px;
 		line-height: 27px;
 	}

 	.challenge__body {
 		font-size: 15px;
 	}

 	.reviews {
 		padding: 24px 0 44px;
 	}

 	.reviews__gear {
 		display: none;
 	}

 	.reviews__text {
 		font-size: 18px;
 	}

 	.reviews__bar {
 		padding: 16px 20px;
 	}

 	.intro-copy p {
 		font-size: 12.5px;
 	}
 }

 /* ---------- Mobile: 576px and below ---------- */
 @media (max-width: 576px) {
 	.hero__eyebrow {
 		margin-top: 30px;
 	}

 	.hero__eyebrow-text {
 		font-size: 26px;
 		letter-spacing: 1.5px;
 	}

 	.hero__title-main {
 		font-size: 30px;
 	}

 	.hero__title-sub {
 		font-size: 16px;
 		letter-spacing: 1.5px;
 	}
 	.venues__heading {
 		font-size: 20px;
 		letter-spacing: 1px;
 	}
.hero__logo img {
    width: 300px;
  }
 	.venues__marquee p {
 		font-size: 16px;
 	}

 	.venue-badge img {
 		width: 84px;
 		height: 84px;
 	}

 	.venue-card__name {
 		font-size: 18px;
 	}

 	.venue-card__location {
 		font-size: 13px;
 	}

 	.venue-card__stats span {
 		font-size: 13px;
 	}

 	.btn--venue {
 		font-size: 11px;
 		padding: 12px 10px;
 	}

 	.partner-strip__bar {
 		padding: 16px 14px;
 	}

 	.partner-strip__text {
 		font-size: 14px;
 		letter-spacing: 0.2px;
 	}

 	.promo-banner__art {
 		max-width: 130px;
 	}

 	.challenge__badge {
 		padding: 22px 22px;
 		border-radius: 22px;
 	}

 	.challenge__heading {
 		font-size: 19px;
 	}

 	.challenge__body {
 		font-size: 14px;
		line-height: 24px;
 	}

 	.reviews__text {
 		font-size: 15px;
 	}

 	.reviews__bar {
 		padding: 14px 12px;
 	}

 	.reviews__social img {
 		max-width: 150px;
 	}

 	.intro-copy p {
 		font-size: 12px;
 	}

 	.venue-badge {
 		width: 84px;
 		height: 84px;
 	}
 }

 @media (max-width: 480px) {
 	.venues__marquee p {
 		font-size: 14px;
 	}

 	.venues__marquee p {
 		font-size: 14px;
 		line-height: 24px;
 	}
 }

 @media (max-width: 400px) {
 	.venues__marquee p {
 		font-size: 12px;
 		line-height: 22px;
 	}
 }