:root {
	--fsg-green: #1f402d;
	--fsg-green-dark: #142b20;
	--fsg-blue: #194760;
	--fsg-cream: #eddcc8;
	--fsg-ivory: #f7f2e9;
	--fsg-gold: #b6945b;
	--fsg-ink: #26332c;
	--fsg-white: #fff;
}

.fsg-xmas { color: var(--fsg-ink); background: var(--fsg-ivory); font-family: "Lora", Georgia, serif; }
.fsg-xmas h1, .fsg-xmas h2, .fsg-xmas h3 { margin-top: 0; font-family: "Lora", Georgia, serif; font-weight: 400; }
.fsg-xmas h2 { font-size: clamp(2.35rem, 5vw, 4.75rem); line-height: 1.05; }
.fsg-xmas p, .fsg-xmas li { font-size: clamp(.96rem, 1.05vw, 1.075rem); line-height: 1.75; }
.fsg-xmas-section { padding: clamp(4rem, 7vw, 7rem) 0; }
.fsg-xmas-narrow { max-width: 850px; }
.fsg-xmas-rich > :last-child, .fsg-xmas-lead > :last-child { margin-bottom: 0; }
.fsg-xmas-kicker { margin: 0 0 .85rem; color: var(--fsg-gold); font-family: "Open Sans", Arial, sans-serif; font-size: .76rem !important; font-weight: 800; letter-spacing: .16em; line-height: 1.4 !important; text-transform: uppercase; }
.fsg-xmas-heading { max-width: 900px; margin: 0 auto clamp(2.75rem, 5vw, 4.75rem); }
.fsg-xmas-heading .fsg-xmas-kicker { color: var(--fsg-green); }
.fsg-xmas-lead { max-width: 800px; margin-right: auto; margin-left: auto; }

.fsg-xmas-btn { display: inline-flex; min-height: 3.25rem; align-items: center; justify-content: center; margin-top: 1.5rem; padding: .85rem 1.55rem; border: 2px solid var(--fsg-green); border-radius: 0; color: #fff !important; background: var(--fsg-green); font-family: "Open Sans", Arial, sans-serif; font-size: .75rem; font-weight: 800; letter-spacing: .11em; text-align: center; text-decoration: none; text-transform: uppercase; transition: transform .2s ease, background-color .2s ease, border-color .2s ease, color .2s ease; }
.fsg-xmas-btn:hover, .fsg-xmas-btn:focus-visible { border-color: var(--fsg-gold); color: var(--fsg-green-dark) !important; background: var(--fsg-gold); transform: translateY(-2px); }
.fsg-xmas-btn-cream { border-color: var(--fsg-cream); color: var(--fsg-green-dark) !important; background: var(--fsg-cream); }
.fsg-xmas-btn-cream:hover, .fsg-xmas-btn-cream:focus-visible { border-color: #fff; background: #fff; }

.fsg-xmas-hero { position: relative; display: grid; min-height: min(88vh, 900px); align-items: end; overflow: hidden; color: #fff; background: var(--fsg-green-dark); }
.fsg-xmas-hero-image, .fsg-xmas-hero-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.fsg-xmas-hero-image { object-fit: cover; }
.fsg-xmas-hero-overlay { background: linear-gradient(180deg, rgba(20,43,32,.2), rgba(20,43,32,.94)); }
.fsg-xmas-hero-copy { position: relative; z-index: 1; max-width: 1050px; padding-top: 10rem; padding-bottom: clamp(4rem, 8vw, 7rem); text-align: center; }
.fsg-xmas-hero h1 { max-width: 950px; margin: 0 auto 1.5rem; color: #fff; font-size: clamp(3.25rem, 8vw, 7rem); line-height: .95; }
.fsg-xmas-hero .fsg-xmas-lead { margin-bottom: .5rem; }

.fsg-xmas-pubs { background: var(--fsg-ivory); }
.fsg-xmas-pub-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 1.25rem; }
.fsg-xmas-pub-card { position: relative; display: flex; min-height: 470px; grid-column: span 4; align-items: end; overflow: hidden; color: #fff; background: var(--fsg-green-dark); }
.fsg-xmas-pub-card:nth-child(n+4) { grid-column: span 3; }
.fsg-xmas-pub-card img, .fsg-xmas-pub-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.fsg-xmas-pub-card img { object-fit: cover; transition: transform .75s cubic-bezier(.2,.65,.3,1); }
.fsg-xmas-pub-card:hover img { transform: scale(1.045); }
.fsg-xmas-pub-shade { background: linear-gradient(180deg, rgba(10,22,16,.05) 10%, rgba(10,22,16,.35) 48%, rgba(10,22,16,.96) 100%); }
.fsg-xmas-pub-copy { position: relative; z-index: 1; width: 100%; padding: clamp(1.5rem, 2.5vw, 2.3rem); }
.fsg-xmas-pub-copy h3 { margin-bottom: .75rem; color: #fff; font-size: clamp(1.65rem, 2.4vw, 2.5rem); line-height: 1.08; }
.fsg-xmas-pub-copy p { margin-bottom: 0; }

.fsg-xmas-split { overflow: hidden; }
.fsg-xmas-split > .row { width: 100%; margin: 0; }
.fsg-xmas-split-image { position: relative; min-height: clamp(480px, 48vw, 720px); padding: 0; }
.fsg-xmas-split-image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.fsg-xmas-split-copy { display: flex; min-height: clamp(480px, 48vw, 720px); align-items: center; padding: 0; }
.fsg-xmas-split-copy > div { width: 100%; padding: clamp(3rem, 7vw, 7rem); }
.fsg-xmas-split-copy h2 { margin-bottom: 1.5rem; }
.fsg-xmas-split-no-image .fsg-xmas-split-copy { width: 100%; min-height: auto; }
.fsg-xmas-split-no-image .fsg-xmas-split-copy > div { max-width: 950px; margin: auto; text-align: center; }

.fsg-xmas-text-feature h2 { margin-bottom: 1.5rem; }
.fsg-xmas-bg-cream { color: var(--fsg-ink); background: var(--fsg-cream); }
.fsg-xmas-bg-green { color: #fff; background: var(--fsg-green); }
.fsg-xmas-bg-blue { color: #fff; background: var(--fsg-blue); }
.fsg-xmas-bg-green h2, .fsg-xmas-bg-blue h2 { color: #fff; }
.fsg-xmas-bg-green .fsg-xmas-btn, .fsg-xmas-bg-blue .fsg-xmas-btn { border-color: var(--fsg-cream); color: var(--fsg-green-dark) !important; background: var(--fsg-cream); }
.fsg-xmas-bg-green .fsg-xmas-btn:hover, .fsg-xmas-bg-green .fsg-xmas-btn:focus-visible, .fsg-xmas-bg-blue .fsg-xmas-btn:hover, .fsg-xmas-bg-blue .fsg-xmas-btn:focus-visible { border-color: var(--fsg-gold); background: var(--fsg-gold); }

.fsg-xmas-final { position: relative; display: grid; min-height: 560px; align-items: center; overflow: hidden; color: #fff; background: var(--fsg-green-dark); }
.fsg-xmas-final-image, .fsg-xmas-final-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.fsg-xmas-final-image { object-fit: cover; }
.fsg-xmas-final-overlay { background: rgba(20,43,32,.9); }
.fsg-xmas-final-copy { position: relative; z-index: 1; max-width: 1050px; padding-top: 4rem; padding-bottom: 4rem; }
.fsg-xmas-final h2 { color: #fff; }
.fsg-xmas-final-pubs { display: flex; max-width: 950px; flex-wrap: wrap; justify-content: center; gap: .45rem 1.25rem; margin: 2rem auto 0; padding: 0; list-style: none; }
/* Final pub-name buttons */
.fsg-xmas-final-pubs {
	gap: 0.75rem;
}

.fsg-xmas-final-pubs li {
	display: flex;
	font-size: 0.8rem;
}

.fsg-xmas-final-pubs a {
	display: inline-flex;
	min-height: 2.8rem;
	align-items: center;
	justify-content: center;
	padding: 0.7rem 1.15rem;
	border: 2px solid var(--fsg-gold);
	color: var(--fsg-green-dark) !important;
	background-color: var(--fsg-gold);
	font-family: "Open Sans", Arial, sans-serif;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: 0.06em;
	text-align: center;
	text-decoration: none !important;
	text-transform: uppercase;
	transition:
		color 0.2s ease,
		background-color 0.2s ease,
		transform 0.2s ease;
}

.fsg-xmas-final-pubs a:hover,
.fsg-xmas-final-pubs a:focus-visible {
	color: var(--fsg-gold) !important;
	background-color: var(--fsg-green);
	transform: translateY(-2px);
}

.fsg-reveal-ready .fsg-reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease var(--fsg-delay, 0ms), transform .8s ease var(--fsg-delay, 0ms); }
.fsg-reveal-ready .fsg-reveal.is-visible { opacity: 1; transform: none; }

body.page-template-page-christmas-group .headerbkgrd { background: var(--fsg-green-dark); }
body.page-template-page-christmas-group .headerbkgrd .btnbars, body.page-template-page-christmas-group .headerbkgrd .btnbars svg { color: #fff !important; fill: #fff !important; }
body.page-template-page-christmas-group #footer { color: var(--fsg-green-dark) !important; background: var(--fsg-cream) !important; }
body.page-template-page-christmas-group #footer a, body.page-template-page-christmas-group #footer p { color: var(--fsg-green-dark) !important; }

@media (max-width: 1199.98px) {
	.fsg-xmas-pub-card, .fsg-xmas-pub-card:nth-child(n+4) { grid-column: span 6; }
}

@media (max-width: 991.98px) {
	.fsg-xmas-split-image { min-height: 430px; }
	.fsg-xmas-split-copy { min-height: auto; }
}

@media (max-width: 767.98px) {
	.fsg-xmas-section { padding: 3.5rem 0; }
	.fsg-xmas-hero { min-height: 78vh; }
	.fsg-xmas-hero-copy { padding-right: 1.25rem; padding-left: 1.25rem; }
	.fsg-xmas-pub-card, .fsg-xmas-pub-card:nth-child(n+4) { min-height: 430px; grid-column: 1 / -1; }
	.fsg-xmas-split-copy > div { padding: 3rem 1.5rem; }
	.fsg-xmas-final { min-height: 640px; }
}

@media (prefers-reduced-motion: reduce) {
	.fsg-reveal-ready .fsg-reveal { opacity: 1; transform: none; transition: none; }
}


/* Force Christmas button styling above the theme's .btn rules */
.fsg-xmas a.fsg-xmas-btn,
.fsg-xmas .btn.fsg-xmas-btn {
	display: inline-flex !important;
	min-height: 3.25rem;
	align-items: center;
	justify-content: center;
	padding: 0.9rem 1.65rem !important;
	border: 2px solid var(--fsg-green) !important;
	border-radius: 0 !important;
	color: #fff !important;
	background-color: var(--fsg-green) !important;
	background-image: none !important;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 0.75rem;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: 0.11em;
	text-decoration: none !important;
	text-transform: uppercase;
	opacity: 1 !important;
}

/* Cream buttons on the hero, pub cards and dark sections */
.fsg-xmas-hero a.fsg-xmas-btn,
.fsg-xmas a.fsg-xmas-btn-cream,
.fsg-xmas-bg-green a.fsg-xmas-btn,
.fsg-xmas-bg-blue a.fsg-xmas-btn {
	border-color: var(--fsg-cream) !important;
	color: var(--fsg-green-dark) !important;
	background-color: var(--fsg-cream) !important;
}

/* Gold hover throughout */
.fsg-xmas a.fsg-xmas-btn:hover,
.fsg-xmas a.fsg-xmas-btn:focus-visible {
	border-color: var(--fsg-gold) !important;
	color: var(--fsg-green-dark) !important;
	background-color: var(--fsg-gold) !important;
	transform: translateY(-2px);
}

/* ==========================================================
   GOLD BUTTONS ON GREEN AND BLUE BACKGROUNDS
   ========================================================== */

/* Normal state: gold background with dark-green text */
body.page-template-page-christmas-group
main.fsg-xmas
.fsg-xmas-bg-green
a.btn.fsg-xmas-btn,

body.page-template-page-christmas-group
main.fsg-xmas
.fsg-xmas-bg-blue
a.btn.fsg-xmas-btn,

body.page-template-page-christmas-group
main.fsg-xmas
section.fsg-xmas-final
a.btn.fsg-xmas-btn {
	border: 2px solid #b6945b !important;
	color: #1f402d !important;
	background: #b6945b !important;
	background-color: #b6945b !important;
}

/* Hover: dark-green background with gold text */
body.page-template-page-christmas-group
main.fsg-xmas
.fsg-xmas-bg-green
a.btn.fsg-xmas-btn:hover,

body.page-template-page-christmas-group
main.fsg-xmas
.fsg-xmas-bg-green
a.btn.fsg-xmas-btn:focus-visible,

body.page-template-page-christmas-group
main.fsg-xmas
.fsg-xmas-bg-blue
a.btn.fsg-xmas-btn:hover,

body.page-template-page-christmas-group
main.fsg-xmas
.fsg-xmas-bg-blue
a.btn.fsg-xmas-btn:focus-visible,

body.page-template-page-christmas-group
main.fsg-xmas
section.fsg-xmas-final
a.btn.fsg-xmas-btn:hover,

body.page-template-page-christmas-group
main.fsg-xmas
section.fsg-xmas-final
a.btn.fsg-xmas-btn:focus-visible {
	border-color: #b6945b !important;
	color: #b6945b !important;
	background: #1f402d !important;
	background-color: #1f402d !important;
}


/* Gold buttons on the individual pub cards */
body.page-template-page-christmas-group
main.fsg-xmas
.fsg-xmas-pub-card
a.btn.fsg-xmas-btn {
	border: 2px solid #b6945b !important;
	color: #1f402d !important;
	background: #b6945b !important;
	background-color: #b6945b !important;
}

/* Reverse on hover */
body.page-template-page-christmas-group
main.fsg-xmas
.fsg-xmas-pub-card
a.btn.fsg-xmas-btn:hover,
body.page-template-page-christmas-group
main.fsg-xmas
.fsg-xmas-pub-card
a.btn.fsg-xmas-btn:focus-visible {
	border-color: #b6945b !important;
	color: #b6945b !important;
	background: #1f402d !important;
	background-color: #1f402d !important;
}

/* Centred image below Text Feature content
-------------------------------------------------- */

.fsg-xmas-text-image {
	margin: 40px auto 0;
	text-align: center;
}

.fsg-xmas-text-image img {
	display: block;
	width: auto;
	max-width: min(100%, 800px);
	height: auto;
	margin: 0 auto;
}