/* ==========================================================================
   Wrexham Ceremonies
   v3.6 - iPad landscape homepage planning title
   ========================================================================== */

:root {
	--wc-pink: #ff5b9b;
	--wc-pink-soft: #ff8bb6;
	--wc-burgundy: #650020;
	--wc-ink: #111111;
	--wc-muted: #686868;
	--wc-line: #dedede;
	--wc-white: #ffffff;
	--wc-content-width: 1320px;
	--wc-gutter: clamp(1.25rem, 3vw, 3rem);
	--wc-serif: "Cormorant Upright", "Cormorant Garamond", "Bodoni 72", Didot, "Times New Roman", serif;
	--wc-sans: "Roboto", Arial, sans-serif;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	color: var(--wc-ink);
	background: var(--wc-white);
	font-family: var(--wc-sans);
	font-size: 16px;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
}

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

a {
	color: inherit;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.16em;
}

p {
	margin: 0 0 1em;
}

svg {
	display: block;
}

.wc-container {
	width: min(calc(100% - (2 * var(--wc-gutter))), var(--wc-content-width));
	margin-inline: auto;
}

.screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.wc-skip-link {
	position: fixed;
	top: 0.5rem;
	left: 0.5rem;
	z-index: 9999;
	padding: 0.65rem 1rem;
	background: #fff;
	color: #000;
	transform: translateY(-200%);
}

.wc-skip-link:focus {
	transform: translateY(0);
}

/* Header */
.wc-announcement {
	min-height: 22px;
	display: flex;
	align-items: center;
	background: var(--wc-pink);
	color: var(--wc-ink);
	font-size: 12px;
	text-align: center;
}

.site-header {
	border-bottom: 1px solid var(--wc-pink);
	background: #fff;
}

.wc-header-inner {
	position: relative;
	min-height: 68px;
	display: grid;
	grid-template-columns: minmax(150px, 1fr) auto minmax(150px, 1fr) auto;
	align-items: center;
	column-gap: clamp(1.3rem, 3vw, 3.25rem);
}

.site-navigation ul,
.wc-footer-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.site-navigation ul {
	display: flex;
	gap: clamp(1.35rem, 2.6vw, 2.9rem);
	align-items: center;
}

.wc-header-nav-left ul {
	justify-content: flex-end;
}

.wc-header-nav-right ul {
	justify-content: flex-start;
}

.site-navigation a {
	text-decoration: none;
	font-size: 15px;
}

.site-logo,
.wc-footer-logo {
	display: inline-flex;
	text-decoration: none;
}

.site-logo {
	justify-self: center;
	width: 132px;
}

.site-logo img {
	width: 100%;
	height: auto;
	display: block;
}

.wc-language-switcher {
	justify-self: end;
	display: flex;
	align-items: center;
	gap: 1.35rem;
	font-size: 14px;
	white-space: nowrap;
}

.wc-language-switcher a {
	text-decoration: none;
}

.wc-language-switcher .is-active,
.wc-language-switcher strong {
	font-weight: 700;
}

/* Breadcrumbs */
.wc-breadcrumbs {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0.32rem;
	font-size: 14px;
	font-weight: 600;
}

.wc-breadcrumbs a {
	text-decoration: none;
}

.wc-breadcrumb-mark {
	color: var(--wc-pink);
	font-size: 30px;
	line-height: 1;
	font-family: var(--wc-serif);
	font-weight: 400;
	transform: translateY(2px);
}

/* Venue archive */
.wc-venues-hero {
	padding: clamp(1.7rem, 3vw, 2.7rem) 0 0;
}

.wc-venues-intro {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.85fr);
	align-items: end;
	gap: clamp(2rem, 7vw, 7rem);
	margin-top: clamp(1.4rem, 3vw, 2.7rem);
}

.wc-venues-intro h1 {
	margin: 0;
	font-family: var(--wc-serif);
	font-size: clamp(4.4rem, 7vw, 7.25rem);
	font-weight: 400;
	line-height: 0.86;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.wc-venues-intro-copy {
	max-width: 390px;
	padding-bottom: 0.35rem;
	font-size: 16px;
	line-height: 1.5;
}

.wc-script {
	margin: 0;
	font-family: var(--wc-serif);
	font-size: 22px;
	font-style: italic;
}

.wc-venue-filters {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0.7rem 1.05rem;
	margin-top: 1.8rem;
	padding-bottom: 1.25rem;
	font-size: 15px;
}

.wc-filter-label {
	margin-right: 0.15rem;
}

.wc-filter-chip {
	display: inline-flex;
	align-items: center;
	gap: 0.38rem;
	padding: 0.2rem 0;
	border-bottom: 1px solid transparent;
	text-decoration: none;
	white-space: nowrap;
}

.wc-filter-chip.is-active {
	border-bottom-color: var(--wc-pink);
	font-weight: 700;
}

.wc-filter-icon,
.wc-inline-icon,
.wc-feature-icon {
	flex: 0 0 auto;
}

.wc-filter-icon {
	width: 18px;
	height: 18px;
}

.wc-filter-icon svg,
.wc-inline-icon svg,
.wc-feature-icon svg,
.wc-socials svg,
.wc-venue-socials svg {
	width: 100%;
	height: 100%;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.5;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.wc-clear-filters {
	margin-left: auto;
	color: var(--wc-burgundy);
}

.wc-venues-listing {
	padding: 0 0 clamp(5rem, 8vw, 8rem);
}

.wc-venue-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 3rem 1.5rem;
}

.wc-venue-card {
	min-width: 0;
}

.wc-venue-card-image-link {
	display: block;
	text-decoration: none;
}

.wc-venue-card-image {
	position: relative;
	margin-bottom: 1.7rem;
	aspect-ratio: 1.55 / 1;
	overflow: visible;
	background: #f1f1f1;
}

.wc-venue-card-image img,
.wc-image-placeholder {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.wc-image-placeholder {
	background:
		linear-gradient(135deg, #efefef, #dcdcdc);
}

.wc-venue-card-title {
	position: absolute;
	left: 7%;
	right: 7%;
	bottom: -1.15rem;
	min-height: 2.3rem;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0.42rem 0.65rem;
	background: var(--wc-pink);
	font-family: var(--wc-sans);
	font-size: clamp(0.95rem, 1.05vw, 1.1rem);
	font-weight: 700;
	line-height: 1.05;
	letter-spacing: 0.025em;
	text-align: center;
	text-transform: uppercase;
}

.wc-venue-card-body {
	font-size: 14px;
	line-height: 1.45;
}

.wc-venue-location {
	display: flex;
	align-items: center;
	gap: 0.42rem;
	margin-bottom: 0.65rem;
	font-size: 14px;
}

.wc-inline-icon {
	width: 16px;
	height: 16px;
}

.wc-venue-excerpt p {
	margin-bottom: 0.35rem;
}

.wc-read-more,
.wc-text-link {
	font-weight: 700;
}

.wc-card-features {
	min-height: 21px;
	display: flex;
	align-items: center;
	gap: 0.6rem;
	margin-top: 0.65rem;
}

.wc-feature-icon {
	width: 21px;
	height: 21px;
	color: var(--wc-ink);
}

.wc-no-results {
	padding: 4rem 0 7rem;
	text-align: center;
}

/* Single venue */
.wc-single-venue {
	position: relative;
	overflow: hidden;
	padding: clamp(1.7rem, 3vw, 2.7rem) 0 clamp(3.5rem, 6vw, 5.5rem);
}

.wc-single-venue > .wc-container {
	position: relative;
	z-index: 1;
}

.wc-single-breadcrumbs {
	margin-bottom: clamp(3rem, 5vw, 5.2rem);
}

.wc-single-venue-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
	gap: clamp(2.3rem, 5vw, 4.5rem);
	align-items: start;
}

.wc-venue-gallery {
	display: grid;
	gap: 1.15rem;
}

.wc-gallery-image {
	margin: 0;
}

.wc-gallery-image img {
	width: 100%;
	height: auto;
}

.wc-venue-details {
	position: sticky;
	top: 2rem;
	padding-top: 0.3rem;
}

.wc-venue-details h1 {
	margin: 0 0 1.25rem;
	font-family: var(--wc-serif);
	font-size: clamp(3.25rem, 4.8vw, 4.85rem);
	font-weight: 400;
	line-height: 0.95;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.wc-single-location {
	margin-bottom: 1.25rem;
	font-size: 14px;
}

.wc-venue-main-copy {
	max-width: 580px;
	font-size: 16px;
	line-height: 1.55;
}

.wc-single-features {
	display: grid;
	gap: 0.75rem;
	list-style: none;
	margin: 1.4rem 0 1.9rem;
	padding: 0;
	font-size: 15px;
}

.wc-single-features li {
	display: flex;
	align-items: center;
	gap: 0.7rem;
}

.wc-single-features .wc-feature-icon {
	width: 20px;
	height: 20px;
}

.wc-venue-meta-section {
	margin-top: 1.55rem;
	font-size: 16px;
	line-height: 1.55;
}

.wc-venue-meta-section h2 {
	margin: 0 0 0.55rem;
	font-family: var(--wc-sans);
	font-size: 17px;
	line-height: 1.2;
	text-transform: uppercase;
}

.wc-venue-meta-section p:last-child,
.wc-venue-meta-section div > *:last-child {
	margin-bottom: 0;
}

.wc-venue-website {
	margin-top: 1.6rem;
	font-size: 13px;
}

.wc-venue-socials {
	display: flex;
	gap: 0.5rem;
	margin-top: 1.8rem;
}

.wc-venue-socials a {
	width: 28px;
	height: 28px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--wc-burgundy);
}

.wc-adjacent-venues {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2rem;
	max-width: 480px;
	margin: clamp(2.8rem, 5vw, 4.2rem) auto 0;
	font-size: 14px;
}

.wc-adjacent-venues > div:last-child {
	text-align: right;
}

.wc-adjacent-venues a {
	display: inline-flex;
	align-items: center;
	gap: 0.85rem;
	text-decoration: none;
}

.wc-arrow {
	color: var(--wc-burgundy);
	font-family: var(--wc-serif);
	font-size: 34px;
	font-weight: 300;
	line-height: 1;
}


/* Decorative floral artwork */
.wc-single-florals {
	position: absolute;
	z-index: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: clamp(300px, 34vw, 410px);
	overflow: hidden;
	pointer-events: none;
}
.wc-flower { position: absolute; bottom: -2px; height: auto; max-width: none; opacity: .72; }
.wc-flower-left { left: 0; width: clamp(220px, 24vw, 350px); }
.wc-flower-right { right: 0; width: clamp(290px, 30vw, 440px); }

/* Get in Touch */
.wc-get-in-touch-wrap {
	padding-bottom: clamp(3rem, 5vw, 5rem);
}

.wc-get-in-touch {
	display: grid;
	grid-template-columns: 1fr 1fr;
	height: clamp(420px, 32vw, 500px);
	background: var(--wc-pink);
	color: var(--wc-ink);
}

.wc-get-in-touch-image {
	position: relative;
	min-height: 0;
	overflow: hidden;
	background: #111;
	color: #fff;
}

.wc-get-in-touch-image::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(
		180deg,
		rgba(0, 0, 0, 0.02) 28%,
		rgba(0, 0, 0, 0.66) 100%
	);
	pointer-events: none;
}

.wc-get-in-touch-image > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 51%;
	filter: grayscale(1);
}

.wc-get-in-touch-copy {
	position: absolute;
	z-index: 1;
	left: clamp(1.25rem, 3vw, 2.5rem);
	right: clamp(1.25rem, 3vw, 2.5rem);
	bottom: clamp(1rem, 2vw, 1.7rem);
}

.wc-get-in-touch-copy h2 {
	margin: 0 0 0.55rem;
	color: #fff;
	font-family: var(--wc-serif);
	font-size: clamp(3.6rem, 5vw, 5.7rem);
	font-weight: 400;
	line-height: 0.72;
	letter-spacing: 0;
	text-transform: uppercase;
}

.wc-get-in-touch-copy h2 span {
	display: block;
}

.wc-get-in-touch-copy p {
	max-width: 25rem;
	margin-bottom: 0.25rem;
	font-size: 14px;
	line-height: 1.4;
}

.wc-get-in-touch-team {
	font-weight: 600;
}

.wc-contact-mark {
	display: block;
	margin-top: 0.2rem;
	color: var(--wc-pink);
	font-family: var(--wc-serif);
	font-size: 24px;
	line-height: 1;
}

.wc-get-in-touch-form {
	display: flex;
	align-items: center;
	min-height: 0;
	padding: 1.15rem clamp(1.5rem, 3vw, 2.8rem);
	background: var(--wc-pink);
	overflow: hidden;
}

.wc-get-in-touch-form-inner {
	width: 100%;
	margin-inline: auto;
}

.wc-form-admin-note {
	padding: 0.8rem;
	border: 1px dashed rgba(0,0,0,0.5);
	font-size: 12px;
}

/* Compact Gravity Forms presentation from the approved design. */
.wc-get-in-touch .gform_wrapper {
	width: 100%;
	margin: 0 !important;
	color: var(--wc-ink);
	font-size: 13px;
	--gf-form-gap-y: 8px;
	--gf-field-gap-y: 2px;
}

.wc-get-in-touch .gform_wrapper form,
.wc-get-in-touch .gform_wrapper .gform_body {
	margin: 0 !important;
}

.wc-get-in-touch .gform_wrapper .gform_fields {
	gap: 7px 18px !important;
	row-gap: 7px !important;
}

.wc-get-in-touch .gform_wrapper .gfield {
	margin: 0 !important;
	padding: 0 !important;
}

.wc-get-in-touch .gform_wrapper .ginput_container {
	margin-top: 0 !important;
}

.wc-get-in-touch .gform_wrapper label,
.wc-get-in-touch .gform_wrapper legend,
.wc-get-in-touch .gform_wrapper .gfield_label {
	margin: 0 0 1px !important;
	padding: 0 !important;
	color: var(--wc-ink) !important;
	font-family: var(--wc-sans);
	font-size: 12px !important;
	font-weight: 600 !important;
	line-height: 1.05 !important;
}

.wc-get-in-touch .gform_wrapper input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.wc-get-in-touch .gform_wrapper textarea,
.wc-get-in-touch .gform_wrapper select {
	width: 100%;
	min-height: 0 !important;
	height: 34px !important;
	border: 0 !important;
	border-bottom: 1px solid rgba(0,0,0,0.72) !important;
	border-radius: 0 !important;
	padding: 2px 0 3px !important;
	background: transparent !important;
	color: var(--wc-ink) !important;
	font: inherit !important;
	font-size: 12px !important;
	line-height: 1.2 !important;
	box-shadow: none !important;
}

.wc-get-in-touch .gform_wrapper select {
	appearance: auto;
}

.wc-get-in-touch .gform_wrapper textarea {
	height: 86px !important;
	min-height: 86px !important;
	resize: none;
}

.wc-get-in-touch .gform_wrapper input::placeholder,
.wc-get-in-touch .gform_wrapper textarea::placeholder {
	color: rgba(0,0,0,0.48);
}

.wc-get-in-touch .gform_wrapper .gfield_description,
.wc-get-in-touch .gform_wrapper .charleft,
.wc-get-in-touch .gform_wrapper .instruction {
	margin: 1px 0 0 !important;
	padding: 0 !important;
	color: rgba(0,0,0,0.62) !important;
	font-size: 10px !important;
	line-height: 1 !important;
}

.wc-get-in-touch .gform_wrapper .gchoice {
	display: flex;
	align-items: center;
	gap: 5px;
}

.wc-get-in-touch .gform_wrapper input[type="checkbox"] {
	width: 14px !important;
	height: 14px !important;
	margin: 0 !important;
}

.wc-get-in-touch .gform_wrapper .gchoice label {
	margin: 0 !important;
	font-size: 11px !important;
}

.wc-get-in-touch .gform_wrapper .gform_footer {
	display: flex !important;
	justify-content: center;
	margin: 4px 0 0 !important;
	padding: 0 !important;
}

.wc-get-in-touch .gform_wrapper input[type="submit"],
.wc-get-in-touch .gform_wrapper button[type="submit"],
.wc-get-in-touch .gform_wrapper .gform_button {
	min-width: 0 !important;
	min-height: 0 !important;
	height: auto !important;
	margin: 0 !important;
	border: 0 !important;
	border-bottom: 1px solid var(--wc-ink) !important;
	border-radius: 0 !important;
	padding: 2px 0 !important;
	background: transparent !important;
	color: var(--wc-ink) !important;
	font-family: var(--wc-sans) !important;
	font-size: 12px !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
	box-shadow: none !important;
	cursor: pointer;
}

.wc-get-in-touch .gform_wrapper input[type="submit"]:hover,
.wc-get-in-touch .gform_wrapper button[type="submit"]:hover,
.wc-get-in-touch .gform_wrapper .gform_button:hover {
	opacity: 0.65;
}

/* Generic content */
.wc-generic-page {
	padding-block: 4rem 6rem;
}

.wc-generic-page h1 {
	font-family: var(--wc-serif);
	font-size: clamp(2.6rem, 6vw, 5rem);
	font-weight: 400;
}

/* Footer */
.site-footer {
	background: var(--wc-burgundy);
	color: #fff;
}

.wc-footer-grid {
	display: grid;
	grid-template-columns: 1.1fr 1.35fr 0.75fr 0.9fr;
	gap: clamp(1.5rem, 4vw, 4rem);
	padding-block: clamp(3rem, 5vw, 5rem);
	font-size: 13px;
	line-height: 1.55;
}

.wc-footer-logo {
	display: block;
	width: min(180px, 100%);
	margin-bottom: 1.7rem;
}

.wc-footer-logo img {
	width: 100%;
	height: auto;
}

.wc-council-logo {
	width: min(150px, 100%);
	height: auto;
}

.site-footer a {
	text-decoration: none;
}

.wc-footer-menu li + li {
	margin-top: 0.8rem;
}

.wc-footer-contact p:last-child,
.wc-footer-hours p:last-of-type {
	margin-bottom: 0;
}

.wc-socials {
	display: flex;
	gap: 0.5rem;
	margin-top: 0.55rem;
}

.wc-socials span {
	width: 22px;
	height: 22px;
}

.wc-footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.25);
	padding: 0.9rem 0;
	font-size: 11px;
	text-align: center;
}

/* Focus */
a:focus-visible {
	outline: 3px solid #000;
	outline-offset: 3px;
}

.site-footer a:focus-visible {
	outline-color: #fff;
}

/* Responsive */
@media (max-width: 980px) {
	.wc-header-inner {
		grid-template-columns: 1fr auto 1fr;
		row-gap: 0.55rem;
		padding-block: 0.65rem;
	}

	.site-logo {
		grid-column: 2;
		grid-row: 1;
		margin: 0;
	}

	.wc-language-switcher {
		grid-column: 3;
		grid-row: 1;
	}

	.wc-header-nav-left {
		grid-column: 1 / 2;
		grid-row: 2;
	}

	.wc-header-nav-right {
		grid-column: 2 / 4;
		grid-row: 2;
	}

	.wc-header-nav-left ul,
	.wc-header-nav-right ul {
		justify-content: flex-start;
	}

	.wc-venue-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 2.8rem 1.5rem;
	}

	.wc-single-venue-grid {
		gap: 2.5rem;
	}

	.wc-venue-details {
		position: static;
	}

	.wc-footer-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 720px) {
	.wc-get-in-touch {
		grid-template-columns: 1fr;
		height: auto;
	}

	.wc-get-in-touch-image {
		min-height: 440px;
	}

	.wc-get-in-touch-form {
		padding: 2rem 1.5rem;
		overflow: visible;
	}

	.wc-get-in-touch .gform_wrapper input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
	.wc-get-in-touch .gform_wrapper select {
		height: 32px !important;
	}

	.wc-get-in-touch .gform_wrapper textarea {
		height: 76px !important;
		min-height: 76px !important;
	}
	.wc-single-florals { height:270px; }
	.wc-flower-left { left:-65px; width:255px; }
	.wc-flower-right { right:-105px; width:325px; }


	.wc-announcement {
		min-height: 28px;
	}

	.wc-header-inner {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding-block: 0.7rem;
	}

	.site-logo {
		order: 1;
		margin: 0;
		font-size: 22px;
	}

	.wc-header-nav-left,
	.wc-header-nav-right {
		order: 3;
		width: auto;
		padding: 0.6rem 0 0;
		overflow: visible;
	}

	.wc-header-nav-left {
		flex: 1 1 auto;
	}

	.wc-header-nav-right {
		flex: 1 1 auto;
	}

	.site-navigation ul {
		justify-content: flex-start;
		white-space: nowrap;
	}

	.wc-language-switcher {
		order: 2;
		padding: 0;
	}

	.wc-venues-intro {
		grid-template-columns: 1fr;
		gap: 1.2rem;
		align-items: start;
	}

	.wc-venues-intro h1 {
		font-size: clamp(3.2rem, 17vw, 5rem);
	}

	.wc-venue-filters {
		align-items: flex-start;
	}

	.wc-filter-label {
		width: 100%;
		font-weight: 700;
	}

	.wc-clear-filters {
		margin-left: 0;
		width: 100%;
	}

	.wc-single-breadcrumbs {
		margin-bottom: 2.4rem;
	}

	.wc-single-venue-grid {
		grid-template-columns: 1fr;
	}

	.wc-venue-details {
		order: -1;
	}

	.wc-venue-gallery {
		margin-top: 0.5rem;
	}

	.wc-footer-grid {
		grid-template-columns: 1fr;
	}

	.wc-footer-brand {
		margin-bottom: 0.7rem;
	}
}

@media (max-width: 540px) {
	.wc-venue-grid {
		grid-template-columns: 1fr;
		gap: 3rem;
	}

	.wc-venue-card-title {
		font-size: 0.92rem;
	}

	.wc-venue-card-body,
	.wc-venue-location {
		font-size: 12.5px;
	}

	.wc-adjacent-venues {
		max-width: none;
		gap: 1rem;
	}

	.wc-language-switcher {
		font-size: 11px;
		gap: 0.7rem;
	}
}


@media (min-width: 981px) {
	.wc-header-nav-left,
	.wc-header-nav-right {
		min-width: 0;
	}

	.wc-header-nav-left {
		justify-self: end;
	}

	.wc-header-nav-right {
		justify-self: start;
	}
}


/* v0.8 scale refinements */
@media (max-width: 1200px) {
	:root {
		--wc-content-width: 1120px;
	}

	.site-navigation a {
		font-size: 14px;
	}

	.wc-venue-card-body,
	.wc-venue-location {
		font-size: 13px;
	}

	.wc-venue-main-copy,
	.wc-venue-meta-section {
		font-size: 15px;
	}
}

@media (max-width: 720px) {
	body {
		font-size: 16px;
	}

	.wc-breadcrumbs {
		font-size: 13px;
	}

	.wc-venues-intro-copy {
		font-size: 15px;
	}

	.wc-venue-filters {
		font-size: 13px;
	}

	.wc-venue-card-body,
	.wc-venue-location {
		font-size: 15px;
	}

	.wc-venue-main-copy,
	.wc-venue-meta-section {
		font-size: 16px;
	}

	.wc-single-features {
		font-size: 15px;
	}

	.wc-get-in-touch {
		height: auto;
	}

	.wc-get-in-touch-copy p {
		font-size: 13px;
	}

	.wc-get-in-touch .gform_wrapper {
		font-size: 13px;
	}

	.wc-get-in-touch .gform_wrapper label,
	.wc-get-in-touch .gform_wrapper legend,
	.wc-get-in-touch .gform_wrapper .gfield_label {
		font-size: 12px !important;
	}
}


/* ==========================================================================
   v0.9 exact design specifications
   Desktop values supplied from the original design.
   ========================================================================== */

body {
	font-family: var(--wc-sans);
}

/* All ordinary UI/content text uses Roboto. */
.site-navigation,
.wc-language-switcher,
.wc-breadcrumbs,
.wc-venues-intro-copy,
.wc-venue-filters,
.wc-venue-card-body,
.wc-venue-location,
.wc-venue-main-copy,
.wc-single-features,
.wc-venue-meta-section,
.wc-venue-website,
.wc-adjacent-venues,
.wc-get-in-touch-copy p,
.wc-get-in-touch .gform_wrapper,
.site-footer {
	font-family: var(--wc-sans);
}

@media (min-width: 981px) {
	/* Header */
	.wc-header-inner {
		min-height: 104px;
	}

	.site-logo {
		width: auto;
		height: 75px;
		display: flex;
		align-items: center;
	}

	.site-logo img {
		width: auto;
		height: 75px;
		max-height: 75px;
	}

	.site-navigation a,
	.wc-language-switcher {
		font-size: 20px;
		line-height: 1.2;
	}
    

/* Welsh navigation */
html[lang^="cy"] .site-navigation li > a {
	font-size: 17px !important;
	display: block !important;
	text-align: center !important;
	line-height: 1.2;
}
html[lang^="cy"] .wc-language-switcher {
	font-size: 17px !important;
	line-height: 1.2;
}

	/* Breadcrumbs */
	.wc-breadcrumbs {
		font-size: 24px;
		line-height: 1.25;
	}

	.wc-breadcrumb-mark {
		font-size: 38px;
	}

	/* Venue archive */
	.wc-venues-intro-copy {
		max-width: 520px;
		font-size: 24px;
		line-height: 1.45;
	}

	.wc-script {
		font-size: 28px;
	}

	.wc-venue-filters {
		font-size: 16px;
		line-height: 1.35;
		gap: 0.9rem 1.35rem;
	}

	.wc-venue-card-body {
		font-size: 16px;
		line-height: 1.5;
	}

	.wc-venue-location {
		font-size: 18px;
		line-height: 1.4;
	}

	.wc-inline-icon {
		width: 20px;
		height: 20px;
	}

	/* Single venue */
	.wc-venue-details h1 {
		font-size: 62px;
		line-height: 0.95;
		letter-spacing: -5px;
	}

	.wc-single-location {
		font-size: 18px;
		line-height: 1.4;
	}

	.wc-venue-main-copy {
		max-width: 650px;
		font-size: 18px;
		line-height: 1.55;
	}

	.wc-single-features {
		font-size: 16px;
		line-height: 1.4;
	}

	.wc-single-features .wc-feature-icon {
		width: 22px;
		height: 22px;
	}

	.wc-venue-meta-section {
		font-size: 18px;
		line-height: 1.55;
	}

	.wc-venue-meta-section h2 {
		font-size: 18px;
		line-height: 1.25;
	}

	.wc-venue-website,
	.wc-adjacent-venues {
		font-size: 16px;
	}

	/* Contact panel */
	.wc-get-in-touch {
		height: 800px;
	}

	.wc-get-in-touch-image {
		min-height: 800px;
	}

	.wc-get-in-touch-copy {
		left: 48px;
		right: 48px;
		bottom: 48px;
	}

	.wc-get-in-touch-copy h2 {
		margin-bottom: 24px;
		font-size: 62px;
		line-height: 0.9;
		letter-spacing: -5px;
		white-space: nowrap;
	}

	.wc-get-in-touch-copy h2 span {
		display: inline;
	}

	.wc-get-in-touch-copy p {
		max-width: 540px;
		margin-bottom: 10px;
		font-size: 24px;
		line-height: 1.4;
	}

	.wc-get-in-touch-team {
		font-size: 18px !important;
		font-weight: 600;
	}

	.wc-contact-mark {
		margin-top: 8px;
		font-size: 30px;
	}

	.wc-get-in-touch-form {
		min-height: 800px;
		padding: 55px 60px;
		overflow: visible;
	}

	.wc-get-in-touch .gform_wrapper {
		font-size: 18px;
	}

	.wc-get-in-touch .gform_wrapper .gform_fields {
		gap: 17px 24px !important;
		row-gap: 17px !important;
	}

	.wc-get-in-touch .gform_wrapper label,
	.wc-get-in-touch .gform_wrapper legend,
	.wc-get-in-touch .gform_wrapper .gfield_label {
		margin-bottom: 5px !important;
		font-size: 20px !important;
		line-height: 1.2 !important;
	}

	.wc-get-in-touch .gform_wrapper input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
	.wc-get-in-touch .gform_wrapper select {
		height: 52px !important;
		padding: 8px 0 9px !important;
		font-size: 18px !important;
		line-height: 1.3 !important;
	}

	.wc-get-in-touch .gform_wrapper textarea {
		height: 180px !important;
		min-height: 180px !important;
		padding: 10px 0 !important;
		font-size: 18px !important;
		line-height: 1.4 !important;
		resize: vertical;
	}

	.wc-get-in-touch .gform_wrapper .gfield_description,
	.wc-get-in-touch .gform_wrapper .charleft,
	.wc-get-in-touch .gform_wrapper .instruction {
		font-size: 14px !important;
		line-height: 1.25 !important;
	}

	.wc-get-in-touch .gform_wrapper input[type="checkbox"] {
		width: 18px !important;
		height: 18px !important;
	}

	.wc-get-in-touch .gform_wrapper .gchoice label {
		font-size: 16px !important;
		line-height: 1.3 !important;
	}

	.wc-get-in-touch .gform_wrapper .gform_footer {
		margin-top: 18px !important;
	}

	.wc-get-in-touch .gform_wrapper input[type="submit"],
	.wc-get-in-touch .gform_wrapper button[type="submit"],
	.wc-get-in-touch .gform_wrapper .gform_button {
		padding: 6px 0 !important;
		font-size: 20px !important;
		line-height: 1.25 !important;
	}

	/* Footer */
	.wc-footer-grid {
		font-size: 16px;
		line-height: 1.55;
	}

	.wc-footer-bottom {
		font-size: 14px;
	}
}

/* Keep the supplied mobile composition practical rather than inheriting
   the large desktop typography. */
@media (max-width: 980px) {
	.site-logo {
		width: auto;
		height: 58px;
	}

	.site-logo img {
		width: auto;
		height: 58px;
	}

	.wc-get-in-touch-copy h2 {
		white-space: normal;
	}
}



/* ==========================================================================
   v1.0 refinements from design comparison
   ========================================================================== */

/* Top notice */
.wc-announcement {
	font-size: 16px;
	line-height: 1.2;
	min-height: 28px;
}

/* Header: full-width outer grid with the navigation/logo cluster centred
   independently from the language selector. */
@media (min-width: 981px) {
	.site-header .wc-header-inner {
		width: 100%;
		max-width: none;
		padding-inline: clamp(32px, 4vw, 72px);
		grid-template-columns: 1fr auto auto auto 1fr;
		column-gap: clamp(34px, 3.5vw, 64px);
	}

	.wc-header-nav-left {
		grid-column: 2;
		justify-self: end;
	}

	.site-logo {
		grid-column: 3;
		justify-self: center;
	}

	.wc-header-nav-right {
		grid-column: 4;
		justify-self: start;
	}

	.wc-language-switcher {
		grid-column: 5;
		justify-self: end;
	}

	.site-navigation ul {
		gap: clamp(34px, 3.4vw, 60px);
	}
}

/* Venue cards: portrait imagery with the title panel sitting flush inside
   the lower edge of the image, matching the original artwork. */
@media (min-width: 981px) {
	.wc-venue-card-image {
		height: 480px;
		aspect-ratio: auto;
		margin-bottom: 18px;
		overflow: hidden;
	}

	.wc-venue-card-image img,
	.wc-image-placeholder {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.wc-venue-card-title {
		left: 7%;
		right: 7%;
		bottom: 0;
		height: 75px;
		min-height: 75px;
		padding: 0 14px;
		font-size: 24px;
		line-height: 1.05;
		display: flex;
		align-items: center;
		justify-content: center;
	}
}

/* Contact panel */
@media (min-width: 981px) {
	.wc-get-in-touch {
		height: 860px;
	}

	.wc-get-in-touch-image {
		min-height: 860px;
	}

	.wc-get-in-touch-form {
		min-height: 860px;
		padding: 62px 64px;
	}

	.wc-get-in-touch .gform_wrapper .gform_fields {
		gap: 20px 26px !important;
		row-gap: 20px !important;
	}

	.wc-get-in-touch .gform_wrapper label,
	.wc-get-in-touch .gform_wrapper legend,
	.wc-get-in-touch .gform_wrapper .gfield_label {
		color: #000 !important;
		font-weight: 600 !important;
	}

	.wc-get-in-touch .gform_wrapper input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
	.wc-get-in-touch .gform_wrapper textarea,
	.wc-get-in-touch .gform_wrapper select {
		color: #000 !important;
		font-weight: 600 !important;
	}

	.wc-get-in-touch .gform_wrapper input::placeholder,
	.wc-get-in-touch .gform_wrapper textarea::placeholder {
		color: #000 !important;
		opacity: 1 !important;
		font-weight: 600 !important;
	}

	.wc-get-in-touch .gform_wrapper textarea {
		height: 140px !important;
		min-height: 140px !important;
	}

	.wc-get-in-touch .gform_wrapper .gchoice label {
		color: #000 !important;
		font-weight: 600 !important;
	}

	.wc-get-in-touch .gform_wrapper input[type="submit"],
	.wc-get-in-touch .gform_wrapper button[type="submit"],
	.wc-get-in-touch .gform_wrapper .gform_button {
		color: #000 !important;
		font-weight: 600 !important;
	}

	.wc-get-in-touch-team {
		display: inline-block;
		margin: 0 8px 0 0 !important;
		font-weight: 600;
	}

	.wc-contact-mark {
		display: inline-block;
		margin: 0 !important;
		vertical-align: baseline;
	}
}

/* Single venue floral artwork: the originals deliberately bleed beyond
   the viewport edges. Keep the full SVG files and crop them with positioning. */
@media (min-width: 981px) {
	.wc-single-florals {
		height: clamp(390px, 34vw, 520px);
		overflow: hidden;
	}

	.wc-flower-left {
		left: 0;
		width: clamp(430px, 34vw, 600px);
		transform: translateX(-34%);
	}

	.wc-flower-right {
		right: 0;
		width: clamp(500px, 39vw, 690px);
		transform: translateX(31%);
	}
}

@media (max-width: 980px) {
	.wc-announcement {
		font-size: 14px;
	}

	.wc-venue-card-image {
		overflow: hidden;
	}

	.wc-venue-card-title {
		bottom: 0;
	}

	.wc-get-in-touch-team {
		display: inline-block;
		margin-right: 6px;
	}

	.wc-contact-mark {
		display: inline-block;
		margin: 0;
	}
}



/* ==========================================================================
   v1.1 refinements
   ========================================================================== */

@media (min-width: 981px) {
	/* Venue cards */
	.wc-venue-card-image {
		height: 390px;
	}

	.wc-venue-card-image img,
	.wc-image-placeholder {
		object-position: center center;
	}

	/* Gravity Forms: all form text at the specified 20px, black.
	   Labels and button retain the previously requested semi-bold weight. */
	.wc-get-in-touch .gform_wrapper,
	.wc-get-in-touch .gform_wrapper input,
	.wc-get-in-touch .gform_wrapper textarea,
	.wc-get-in-touch .gform_wrapper select,
	.wc-get-in-touch .gform_wrapper option,
	.wc-get-in-touch .gform_wrapper label,
	.wc-get-in-touch .gform_wrapper legend,
	.wc-get-in-touch .gform_wrapper .gfield_label,
	.wc-get-in-touch .gform_wrapper .gfield_description,
	.wc-get-in-touch .gform_wrapper .charleft,
	.wc-get-in-touch .gform_wrapper .instruction,
	.wc-get-in-touch .gform_wrapper .gchoice label,
	.wc-get-in-touch .gform_wrapper input[type="submit"],
	.wc-get-in-touch .gform_wrapper button[type="submit"],
	.wc-get-in-touch .gform_wrapper .gform_button {
		color: #000 !important;
		font-size: 20px !important;
		line-height: 1.3 !important;
	}

	.wc-get-in-touch .gform_wrapper input::placeholder,
	.wc-get-in-touch .gform_wrapper textarea::placeholder {
		color: #000 !important;
		opacity: 1 !important;
		font-size: 20px !important;
	}

	.wc-get-in-touch .gform_wrapper label,
	.wc-get-in-touch .gform_wrapper legend,
	.wc-get-in-touch .gform_wrapper .gfield_label,
	.wc-get-in-touch .gform_wrapper .gchoice label,
	.wc-get-in-touch .gform_wrapper input[type="submit"],
	.wc-get-in-touch .gform_wrapper button[type="submit"],
	.wc-get-in-touch .gform_wrapper .gform_button {
		font-weight: 600 !important;
	}

	/* Exact floral artwork sizing/bleed from supplied specification.
	   The single venue section clips the lower overlap at the footer boundary,
	   giving the effect of the artwork sitting behind the footer. */
	.wc-single-florals {
		height: 828px;
		overflow: visible;
	}

	.wc-flower-left {
		left: -168px;       /* one third of 504px off the left edge */
		right: auto;
		bottom: -272px;     /* one third of 816px behind the footer */
		width: 504px;
		height: 816px;
		transform: none;
	}

	.wc-flower-right {
		right: -338.33px;   /* one third of 1015px off the right edge */
		left: auto;
		bottom: -207px;     /* one quarter of 828px behind the footer */
		width: 1015px;
		height: 828px;
		transform: none;
	}
}


/* ==========================================================================
   v1.2 refinements
   ========================================================================== */

@media (min-width: 981px) {
	/* Venue archive title: normal tracking */
	.wc-venues-intro h1 {
		letter-spacing: normal;
	}

	/* Venue cards */
	.wc-venue-grid {
		column-gap: 10px;
	}

	.wc-venue-card-title {
		font-size: 20px;
	}

	.wc-venue-card-body {
		padding-inline: 35px;
	}

	.wc-venue-card .wc-venue-location {
		font-weight: 600;
	}

	/* Single venue title: normal tracking */
	.wc-venue-details h1 {
		letter-spacing: normal;
	}

	/* Google Maps location link */
	.wc-single-location {
		width: fit-content;
		color: inherit;
		text-decoration: none;
	}

	.wc-single-location:hover strong,
	.wc-single-location:focus-visible strong {
		text-decoration: underline;
		text-underline-offset: 0.18em;
	}
}


/* ==========================================================================
   v1.3 client changes
   ========================================================================== */

/* Footer now uses the site's pink with black content. */
.site-footer {
	background: var(--wc-pink);
	color: #000;
}

.site-footer a {
	color: #000;
}

.wc-footer-bottom {
	border-top-color: rgba(0, 0, 0, 0.25);
}

.wc-footer-logo img,
.wc-council-logo {
	filter: brightness(0);
}

.site-footer a:focus-visible {
	outline-color: #000;
}

/* Supplied artwork icons. */
.wc-icon-image {
	display: block;
	max-width: none;
}

/* Location marker: exact 29px height and vertically centred with its label. */
.wc-venue-location {
	align-items: center;
}

.wc-inline-icon {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	width: auto !important;
	height: 29px !important;
}

.wc-location-icon-image {
	width: auto;
	height: 29px;
}

/* Feature/filter icons: exact 19px height. */
.wc-filter-chip,
.wc-single-features li {
	align-items: center;
}

.wc-filter-icon,
.wc-feature-icon,
.wc-single-features .wc-feature-icon {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	width: auto !important;
	height: 19px !important;
}

.wc-feature-icon-image {
	width: auto;
	height: 19px;
}

/* Social artwork: exact 38px height. */
.wc-socials {
	align-items: center;
}

.wc-socials span,
.wc-venue-socials a {
	width: 38px;
	height: 38px;
}

.wc-social-icon-image {
	width: auto;
	height: 38px;
}

/* Venue website / telephone / email group. */
.wc-venue-contact-links {
	margin-top: 1.7rem;
	font-size: 18px;
	line-height: 1.5;
}

.wc-venue-contact-links p {
	margin: 0 0 0.45rem;
}

.wc-venue-contact-links a {
	text-underline-offset: 0.16em;
}

@media (max-width: 980px) {
	.wc-venue-contact-links {
		font-size: 16px;
	}
}


/* ==========================================================================
   v1.4 Homepage
   ========================================================================== */

.wc-home,
.wc-home a,
.wc-home p,
.wc-home h1,
.wc-home h2,
.wc-home h3,
.wc-home blockquote {
	color: #000;
}

.wc-home h1,
.wc-home h2,
.wc-home h3 {
	font-family: var(--wc-serif);
	font-weight: 400;
}

.wc-home-hero {
	background: var(--wc-pink);
}

.wc-home-hero-image {
	width: 100%;
	aspect-ratio: 2048 / 867;
	overflow: hidden;
}

.wc-home-hero-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.wc-home-hero-title {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 190px;
	padding: 18px var(--wc-gutter) 22px;
	background: var(--wc-pink);
	text-align: center;
}

.wc-home-hero-title h1 {
	margin: 0;
	font-size: clamp(70px, 7.2vw, 112px);
	line-height: 0.7;
	letter-spacing: -2px;
	text-transform: uppercase;
}

.wc-home-hero-title h1 span {
	display: block;
}

.wc-home-quote {
	padding: 72px 0 78px;
	background: #fff;
	text-align: center;
}

.wc-home-quote-mark {
	height: 48px;
	margin-bottom: 12px;
	color: var(--wc-pink);
	font-family: var(--wc-serif);
	font-size: 84px;
	font-weight: 700;
	line-height: 0.7;
}

.wc-home-quote blockquote {
	max-width: 900px;
	margin: 0 auto;
	font-family: var(--wc-sans);
	font-size: 22px;
	font-style: italic;
	line-height: 1.55;
}

.wc-home-about {
	padding: 80px 0 105px;
	background: #fff;
}

.wc-home-about-grid {
	display: grid;
	grid-template-columns: 0.9fr 1.1fr;
	align-items: center;
	gap: clamp(70px, 9vw, 150px);
	max-width: 1110px;
}

.wc-home-about-copy {
	max-width: 430px;
}

.wc-home-about-copy h2 {
	margin: 0 0 22px;
	font-size: 58px;
	line-height: 0.82;
	letter-spacing: -1px;
	text-transform: uppercase;
}

.wc-home-about-copy p {
	margin-bottom: 18px;
	font-size: 18px;
	line-height: 1.5;
}

.wc-home-about-copy .wc-text-link {
	font-size: 16px;
	font-weight: 600;
}

.wc-home-about-image {
	aspect-ratio: 1 / 1;
	overflow: hidden;
}

.wc-home-about-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.wc-home-venues {
	padding: 76px 0 92px;
	background: var(--wc-pink);
}

.wc-home-venues-heading {
	display: grid;
	grid-template-columns: 1fr 0.75fr;
	align-items: start;
	gap: 80px;
}

.wc-home-venues-heading h2 {
	margin: 0;
	font-size: 84px;
	line-height: 0.82;
	letter-spacing: normal;
	text-transform: uppercase;
}

.wc-home-venues-intro {
	max-width: 420px;
	padding-top: 6px;
}

.wc-home-venues-intro p {
	margin-bottom: 16px;
	font-size: 18px;
	line-height: 1.5;
}

.wc-home-venues-intro .wc-text-link,
.wc-home-venues-subhead .wc-text-link {
	font-size: 15px;
	font-weight: 600;
}

.wc-home-venues-subhead {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 52px 0 22px;
	font-size: 16px;
}

.wc-home-venues-subhead p {
	margin: 0;
	font-weight: 600;
}

.wc-home-venues-subhead p span {
	margin-right: 6px;
	font-family: var(--wc-serif);
	font-size: 26px;
	line-height: 1;
}

.wc-home-venue-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
}

.wc-home-venue-card-link {
	display: block;
	text-decoration: none;
}

.wc-home-venue-card-image {
	position: relative;
	height: 390px;
	overflow: hidden;
	background: #eee;
}

.wc-home-venue-card-image img,
.wc-home-venue-card-image .wc-image-placeholder {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.wc-home-venue-card-image h3 {
	position: absolute;
	left: 7%;
	right: 7%;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 75px;
	margin: 0;
	padding: 0 12px;
	background: var(--wc-pink);
	font-family: var(--wc-sans);
	font-size: 20px;
	font-weight: 600;
	line-height: 1.05;
	text-align: center;
	text-transform: uppercase;
}

.wc-home-planning {
	padding: 0;
	background: var(--wc-pink);
}

.wc-home-planning-grid {
	display: grid;
	grid-template-columns: minmax(260px, 0.85fr) minmax(420px, 1.25fr) minmax(260px, 0.85fr);
	align-items: center;
	gap: clamp(45px, 6vw, 100px);
	max-width: 1600px;
	margin: 0 auto;
	padding: 45px 0 80px;
}

.wc-home-plan-image {
	aspect-ratio: 1 / 1;
	overflow: hidden;
}

.wc-home-plan-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.wc-home-plan-copy {
	max-width: 520px;
}

.wc-home-plan-copy h2 {
	margin: 0 0 28px;
	font-size: clamp(64px, 6vw, 96px);
	line-height: 0.72;
	letter-spacing: -1px;
	text-transform: uppercase;
}

.wc-home-plan-copy p {
	max-width: 430px;
	margin-bottom: 22px;
	font-size: 18px;
	line-height: 1.55;
}

.wc-home-plan-copy .wc-text-link {
	font-size: 16px;
	font-weight: 600;
}

.wc-home-get-in-touch-wrap {
	padding-top: 70px;
	padding-bottom: 90px;
}

.wc-home-get-in-touch .wc-get-in-touch-copy h2,
.wc-home-get-in-touch .wc-get-in-touch-copy p,
.wc-home-get-in-touch .wc-get-in-touch-team,
.wc-home-get-in-touch .wc-contact-mark {
	color: #000;
}

.wc-home-get-in-touch .wc-get-in-touch-image::after {
	background: linear-gradient(
		180deg,
		rgba(255,255,255,0.05) 15%,
		rgba(255,255,255,0.82) 100%
	);
}

@media (max-width: 980px) {
	.wc-home-hero-title {
		min-height: 145px;
	}

	.wc-home-about-grid {
		grid-template-columns: 1fr 1fr;
		gap: 45px;
	}

	.wc-home-venues-heading {
		grid-template-columns: 1fr 1fr;
		gap: 45px;
	}

	.wc-home-venue-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.wc-home-planning-grid {
		grid-template-columns: 0.8fr 1.2fr;
		padding-inline: var(--wc-gutter);
	}

	.wc-home-plan-image-right {
		display: none;
	}
}

@media (max-width: 720px) {
	.wc-home-hero-image {
		aspect-ratio: 0.83 / 1;
	}

	.wc-home-hero-image img {
		object-position: 58% center;
	}

	.wc-home-hero-title {
		min-height: 110px;
		padding-block: 13px 16px;
	}

	.wc-home-hero-title h1 {
		font-size: clamp(48px, 15vw, 66px);
		line-height: 0.72;
	}

	.wc-home-quote {
		padding: 48px 22px 58px;
	}

	.wc-home-quote-mark {
		margin-bottom: 6px;
		font-size: 68px;
	}

	.wc-home-quote blockquote {
		font-size: 16px;
		line-height: 1.5;
	}

	.wc-home-about {
		padding: 0 0 55px;
	}

	.wc-home-about-grid {
		display: flex;
		flex-direction: column;
		width: 100%;
		gap: 34px;
	}

	.wc-home-about-image {
		order: 1;
		width: min(78%, 420px);
	}

	.wc-home-about-copy {
		order: 2;
		width: calc(100% - (2 * var(--wc-gutter)));
		max-width: none;
	}

	.wc-home-about-copy h2 {
		font-size: 46px;
		line-height: 0.82;
	}

	.wc-home-about-copy p {
		font-size: 16px;
	}

	.wc-home-venues {
		padding: 48px 0 58px;
	}

	.wc-home-venues-heading {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.wc-home-venues-heading h2 {
		font-size: 58px;
	}

	.wc-home-venues-intro p {
		font-size: 16px;
	}

	.wc-home-venues-subhead {
		display: block;
		margin: 30px 0 20px;
	}

	.wc-home-venues-subhead .wc-text-link {
		display: inline-block;
		margin-top: 8px;
	}

	.wc-home-venue-grid {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.wc-home-venue-card:nth-child(n+3) {
		display: none;
	}

	.wc-home-venue-card-image {
		width: min(76%, 350px);
		height: 390px;
		margin-inline: auto;
	}

	.wc-home-planning-grid {
		display: flex;
		flex-direction: column;
		gap: 32px;
		padding: 0 0 58px;
	}

	.wc-home-plan-image-left {
		width: 100%;
		aspect-ratio: 1.4 / 1;
	}

	.wc-home-plan-copy {
		width: calc(100% - (2 * var(--wc-gutter)));
		max-width: none;
	}

	.wc-home-plan-copy h2 {
		font-size: 54px;
		line-height: 0.75;
	}

	.wc-home-plan-copy p {
		font-size: 16px;
	}

	.wc-home-get-in-touch-wrap {
		width: 100%;
		padding: 0;
	}

	.wc-home-get-in-touch .wc-get-in-touch-copy h2 {
		color: #000;
	}

	.wc-home-get-in-touch .wc-get-in-touch-copy p {
		color: #000;
	}
}


/* ==========================================================================
   v1.5 Homepage sizing refinements
   ========================================================================== */

@media (min-width: 981px) {
	/* Hero */
	.wc-home-hero-image {
		height: 600px;
		aspect-ratio: auto;
	}

	.wc-home-hero-image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center center;
	}

	.wc-home-hero-title {
		min-height: 225px;
	}

	.wc-home-hero-title h1 {
		font-size: 140px;
		line-height: 0.68;
		letter-spacing: normal;
	}
    
@media (max-width: 1180px) {
    html[lang^="cy"] .wc-home-hero-title h1 {
	font-size: 80px;
    }
    html[lang^="cy"] .wc-home-venues-heading h2 {
	font-size: 62px !important;
    }
    html[lang^="cy"] body .wc-home-plan-copy h2 {
	font-size: 62px;
    }
    }

	/* Quote */
	.wc-home-quote blockquote {
		font-size: 28px;
	}

	/* About */
	.wc-home-about-copy h2 {
		font-size: 62px;
		line-height: 0.86;
		letter-spacing: normal;
	}

	.wc-home-about-copy p {
		font-size: 24px;
		line-height: 1.5;
	}

	.wc-home-about-copy .wc-text-link {
		font-size: 18px;
		font-weight: 600;
	}

	/* Venues section */
	.wc-home-venues-heading h2 {
		font-size: 140px;
		line-height: 0.72;
		letter-spacing: normal;
	}
    


	.wc-home-venues-intro p {
		font-size: 24px;
		line-height: 1.45;
		font-weight: 600;
	}

	.wc-home-venues-intro .wc-text-link {
		font-size: 18px;
		font-weight: 600;
	}

	.wc-home-venues-subhead {
		font-size: 24px;
	}

	.wc-home-venues-subhead p {
		font-weight: 600;
	}

	.wc-home-venues-subhead .wc-text-link {
		font-size: 18px;
		font-weight: 600;
	}

	/* Plan Your Perfect Day */
	.wc-home-planning-grid {
		grid-template-columns: 520px minmax(420px, 1fr) 340px;
		gap: clamp(52px, 5vw, 90px);
		max-width: 1780px;
		padding: 58px 0 95px;
	}

	.wc-home-plan-image-left {
		width: 520px;
		height: 716px;
		aspect-ratio: auto;
	}

	.wc-home-plan-image-right {
		width: 340px;
		height: 468px;
		aspect-ratio: auto;
		justify-self: end;
	}

	.wc-home-plan-image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center center;
	}

	.wc-home-plan-copy h2 {
		font-size: 140px;
		line-height: 0.7;
		letter-spacing: normal;
	}
    
html[lang^="cy"] .wc-home-plan-copy h2 {
	font-size: 100px;
}

	.wc-home-plan-copy p {
		font-size: 24px;
		line-height: 1.45;
		font-weight: 600;
	}

	.wc-home-plan-copy .wc-text-link {
		font-size: 18px;
		font-weight: 600;
	}

	/* Homepage Get In Touch text should match the archive treatment: white over photo. */
	.wc-home-get-in-touch .wc-get-in-touch-image::after {
		background: linear-gradient(
			180deg,
			rgba(0,0,0,0.02) 25%,
			rgba(0,0,0,0.68) 100%
		);
	}

	.wc-home-get-in-touch .wc-get-in-touch-copy h2,
	.wc-home-get-in-touch .wc-get-in-touch-copy p,
	.wc-home-get-in-touch .wc-get-in-touch-team {
		color: #fff;
	}

	.wc-home-get-in-touch .wc-contact-mark {
		color: var(--wc-pink);
	}

	.wc-get-in-touch-signoff {
		display: flex;
		align-items: center;
		gap: 10px;
		margin-top: 10px;
	}

	.wc-home-get-in-touch .wc-contact-mark {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		height: 28px;
		margin: 0 !important;
		font-size: 28px;
		line-height: 1;
	}

	.wc-home-get-in-touch .wc-get-in-touch-team {
		display: block;
		margin: 0 !important;
		line-height: 28px;
	}
}

@media (max-width: 980px) {
	.wc-get-in-touch-signoff {
		display: flex;
		align-items: center;
		gap: 8px;
		margin-top: 8px;
	}

	.wc-home-get-in-touch .wc-contact-mark {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		height: 24px;
		margin: 0 !important;
		font-size: 24px;
		line-height: 1;
	}

	.wc-home-get-in-touch .wc-get-in-touch-team {
		display: block;
		margin: 0 !important;
	}

	.wc-home-get-in-touch .wc-get-in-touch-image::after {
		background: linear-gradient(
			180deg,
			rgba(0,0,0,0.02) 25%,
			rgba(0,0,0,0.68) 100%
		);
	}

	.wc-home-get-in-touch .wc-get-in-touch-copy h2,
	.wc-home-get-in-touch .wc-get-in-touch-copy p,
	.wc-home-get-in-touch .wc-get-in-touch-team {
		color: #fff;
	}

	.wc-home-get-in-touch .wc-contact-mark {
		color: var(--wc-pink);
	}
}



/* ==========================================================================
   v1.6 Contact page
   ========================================================================== */

.wc-contact-page {
	color: #000;
	padding: 42px 0 0;
}

.wc-contact-page,
.wc-contact-page a,
.wc-contact-page p,
.wc-contact-page h1,
.wc-contact-page h2,
.wc-contact-page blockquote {
	color: #000;
}

.wc-contact-breadcrumbs {
	margin-bottom: 72px;
}

.wc-contact-intro {
	display: grid;
	grid-template-columns: minmax(0, 0.84fr) minmax(420px, 1.16fr);
	gap: clamp(70px, 8vw, 130px);
	align-items: start;
	max-width: 1100px;
	margin-inline: auto;
}

.wc-contact-copy h1 {
	max-width: 7ch;
	margin: 0 0 48px;
	font-family: var(--wc-serif);
	font-size: 86px;
	font-weight: 400;
	line-height: 0.68;
	letter-spacing: normal;
	text-transform: uppercase;
}

/* Welsh Contact page title only */
html[lang^="cy"] .wc-contact-copy h1 {
	font-size: 90px;
}

.wc-contact-copy h2 {
	margin: 0 0 22px;
	font-family: var(--wc-sans);
	font-size: 22px;
	font-weight: 600;
	line-height: 1.35;
}

.wc-contact-copy > p,
.wc-contact-detail-row,
.wc-contact-address {
	font-family: var(--wc-sans);
	font-size: 17px;
	line-height: 1.55;
}

.wc-contact-copy > p {
	margin-bottom: 22px;
}

.wc-contact-emphasis {
	font-weight: 600;
}

.wc-contact-detail-row {
	display: grid;
	grid-template-columns: 30px 1fr;
	gap: 13px;
	align-items: start;
	margin: 0 0 22px;
}

.wc-contact-detail-row p {
	margin: 0;
}

.wc-contact-detail-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	font-size: 22px;
	line-height: 1;
	font-weight: 500;
}

.wc-contact-clock {
	font-size: 26px;
	transform: translateY(-1px);
}

.wc-contact-address {
	margin-top: 26px;
	font-style: normal;
}

.wc-contact-office-image {
	height: 580px;
	overflow: hidden;
}

.wc-contact-office-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.wc-contact-map {
	max-width: 1100px;
	height: 500px;
	margin: 78px auto 0;
	overflow: hidden;
	background: #eee;
}

.wc-contact-map iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}

.wc-contact-testimonial {
	position: relative;
	display: grid;
	grid-template-columns: 50px minmax(0, 1fr) 50px;
	align-items: center;
	max-width: 1100px;
	min-height: 420px;
	margin: 50px auto 40px;
	text-align: center;
}

.wc-contact-testimonial-content {
	max-width: 790px;
	margin-inline: auto;
}

.wc-contact-quote-mark {
	height: 62px;
	margin-bottom: 14px;
	color: var(--wc-pink);
	font-family: var(--wc-serif);
	font-size: 116px;
	font-weight: 700;
	line-height: 0.65;
}

.wc-contact-testimonial blockquote {
	margin: 0;
	font-family: var(--wc-sans);
	font-size: 23px;
	font-style: italic;
	font-weight: 500;
	line-height: 1.5;
}

.wc-contact-testimonial-name {
	margin: 25px 0 0;
	font-family: var(--wc-sans);
	font-size: 20px;
	font-weight: 600;
}

.wc-contact-testimonial-arrow {
	color: #a69696;
	font-family: var(--wc-serif);
	font-size: 72px;
	font-weight: 300;
	line-height: 1;
}

.wc-contact-testimonial-arrow-left {
	justify-self: start;
}

.wc-contact-testimonial-arrow-right {
	justify-self: end;
}

@media (max-width: 980px) {
	.wc-contact-intro {
		grid-template-columns: 1fr 1fr;
		gap: 45px;
	}

	.wc-contact-copy h1 {
		font-size: 70px;
	}

	.wc-contact-office-image {
		height: 500px;
	}
}

@media (max-width: 720px) {
	.wc-contact-page {
		padding-top: 28px;
	}

	.wc-contact-breadcrumbs {
		margin-bottom: 38px;
	}

	.wc-contact-intro {
		display: flex;
		flex-direction: column;
		gap: 38px;
	}

	.wc-contact-copy {
		width: 100%;
	}

	.wc-contact-copy h1 {
		max-width: none;
		margin-bottom: 34px;
		font-size: 58px;
		line-height: 0.72;
	}

	.wc-contact-copy h2 {
		font-size: 20px;
	}

	.wc-contact-copy > p,
	.wc-contact-detail-row,
	.wc-contact-address {
		font-size: 16px;
	}

	.wc-contact-office-image {
		width: 100%;
		height: auto;
		aspect-ratio: 1 / 1;
	}

	.wc-contact-map {
		height: 340px;
		margin-top: 45px;
	}

	.wc-contact-testimonial {
		grid-template-columns: 28px minmax(0, 1fr) 28px;
		min-height: 330px;
		margin-block: 34px 28px;
	}

	.wc-contact-quote-mark {
		font-size: 86px;
	}

	.wc-contact-testimonial blockquote {
		font-size: 17px;
	}

	.wc-contact-testimonial-name {
		font-size: 16px;
	}

	.wc-contact-testimonial-arrow {
		font-size: 48px;
	}
}


/* ==========================================================================
   v1.7 Contact page refinements
   ========================================================================== */

@media (min-width: 981px) {
	/* Align the whole contact layout with the breadcrumb/container edges. */
	.wc-contact-intro,
	.wc-contact-map,
	.wc-contact-testimonial {
		max-width: none;
		width: 100%;
	}

	.wc-contact-intro {
		grid-template-columns: minmax(0, 0.9fr) minmax(520px, 1.1fr);
		gap: clamp(70px, 7vw, 120px);
	}

	.wc-contact-copy h1 {
		max-width: 8ch;
		font-size: 140px;
		line-height: 0.68;
		letter-spacing: normal;
	}

	.wc-contact-copy h2 {
		font-size: 24px;
		font-weight: 600;
	}

	.wc-contact-copy > p,
	.wc-contact-detail-row,
	.wc-contact-address {
		font-size: 18px;
		line-height: 1.55;
	}

	.wc-contact-emphasis,
	.wc-contact-detail-row strong {
		font-weight: 600;
	}

	.wc-contact-office-image {
		height: 610px;
	}

	.wc-contact-office-image img {
		object-position: center center;
	}

	.wc-contact-map {
		height: 540px;
	}

	.wc-contact-testimonial {
		grid-template-columns: 70px minmax(0, 1fr) 70px;
		min-height: 470px;
	}

	.wc-contact-testimonial-stage {
		min-width: 0;
	}

	.wc-contact-testimonial-slide {
		max-width: 980px;
		margin: 0 auto;
		text-align: center;
	}

	.wc-contact-testimonial-slide[hidden] {
		display: none;
	}

	.wc-contact-testimonial blockquote {
		font-size: 28px;
		font-style: italic;
		font-weight: 400;
		line-height: 1.5;
	}

	.wc-contact-testimonial-name {
		margin-top: 28px;
		font-size: 28px;
		font-weight: 600;
	}

	.wc-contact-testimonial-arrow {
		appearance: none;
		border: 0;
		padding: 0;
		background: transparent;
		color: #a69696;
		font-family: var(--wc-serif);
		font-size: 72px;
		font-weight: 300;
		line-height: 1;
		cursor: pointer;
	}

	.wc-contact-testimonial-arrow:hover {
		color: #000;
	}

	.wc-contact-testimonial-arrow:focus-visible {
		outline: 3px solid #000;
		outline-offset: 4px;
	}
}

@media (max-width: 980px) {
	.wc-contact-testimonial-slide {
		margin: 0 auto;
		text-align: center;
	}

	.wc-contact-testimonial-slide[hidden] {
		display: none;
	}

	.wc-contact-testimonial-arrow {
		appearance: none;
		border: 0;
		padding: 0;
		background: transparent;
		cursor: pointer;
	}
}



/* ==========================================================================
   v1.8 Testimonial carousel layout fix
   ========================================================================== */

/*
 * Keep each carousel element in an explicit grid column.
 * This is particularly important when there is only one testimonial:
 * JavaScript hides both arrow buttons, but the testimonial stage must remain
 * in the centre column rather than being auto-placed into the 70px arrow
 * column.
 */
.wc-contact-testimonial-arrow-left {
	grid-column: 1;
	grid-row: 1;
}

.wc-contact-testimonial-stage {
	grid-column: 2;
	grid-row: 1;
	width: 100%;
	min-width: 0;
}

.wc-contact-testimonial-arrow-right {
	grid-column: 3;
	grid-row: 1;
}

.wc-contact-testimonial-slide {
	width: 100%;
	max-width: 980px;
	margin-inline: auto;
}

@media (max-width: 720px) {
	.wc-contact-testimonial-slide {
		max-width: 100%;
	}
}


/* ==========================================================================
   v1.9 Contact telephone
   ========================================================================== */

.wc-contact-telephone {
	margin: 8px 0 0;
	font-family: var(--wc-sans);
	font-size: 18px;
	line-height: 1.55;
}

.wc-contact-telephone strong {
	font-weight: 600;
}

@media (max-width: 720px) {
	.wc-contact-telephone {
		font-size: 16px;
	}
}


/* ==========================================================================
   v2.0 Global navigation + breadcrumbs
   ========================================================================== */

.site-navigation .current-menu-item > a,
.site-navigation .current_page_item > a,
.site-navigation .current-menu-ancestor > a,
.site-navigation .current_page_ancestor > a {
	font-weight: 700;
}

.wc-breadcrumbs,
.wc-breadcrumbs a {
	font-weight: 400;
}

.wc-breadcrumbs a {
	text-decoration: none;
}

.wc-breadcrumbs a:hover,
.wc-breadcrumbs a:focus-visible {
	text-decoration: underline;
	text-underline-offset: 0.18em;
}

.wc-breadcrumbs > span:last-child {
	font-weight: 700;
}

/* ==========================================================================
   v2.0 FAQs
   ========================================================================== */

.wc-faq-page {
	padding: 44px 0 92px;
	color: #000;
}

.wc-faq-breadcrumbs {
	margin-bottom: 78px;
}

.wc-faq-hero {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 500px;
	margin-bottom: 54px;
	padding: 58px 40px;
	background: var(--wc-pink);
	text-align: center;
}

.wc-faq-hero h1 {
	margin: 0;
	color: #000;
	font-family: var(--wc-serif);
	font-size: 140px;
	font-weight: 400;
	line-height: 0.62;
	letter-spacing: normal;
	text-transform: uppercase;
}

.wc-faq-hero h1 span {
	display: block;
}

.wc-faq-content {
	padding-inline: 18px;
}

.wc-faq-subtitle {
	margin: 0 0 34px;
	color: #000;
	font-family: var(--wc-sans);
	font-size: 24px;
	font-weight: 600;
	line-height: 1.45;
}

.wc-faq-list {
	border-bottom: 1px solid #d6d6d6;
}

.wc-faq-item {
	border-top: 1px solid #d6d6d6;
	color: #000;
}

.wc-faq-item:first-child {
	border-top: 0;
}

.wc-faq-item summary {
	display: grid;
	grid-template-columns: 48px minmax(0, 1fr);
	gap: 22px;
	align-items: center;
	min-height: 76px;
	padding: 12px 0;
	cursor: pointer;
	list-style: none;
}

.wc-faq-item summary::-webkit-details-marker {
	display: none;
}

.wc-faq-toggle {
	position: relative;
	display: block;
	width: 44px;
	height: 44px;
	background: var(--wc-pink);
}

.wc-faq-toggle::before,
.wc-faq-toggle::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 20px;
	height: 2px;
	background: #000;
	transform: translate(-50%, -50%);
}

.wc-faq-toggle::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.wc-faq-item[open] .wc-faq-toggle::after {
	transform: translate(-50%, -50%) rotate(0deg);
}

.wc-faq-question {
	color: #000;
	font-family: var(--wc-sans);
	font-size: 24px;
	font-weight: 600;
	line-height: 1.35;
}

.wc-faq-answer {
	padding: 0 0 32px 70px;
	color: #000;
	font-family: var(--wc-sans);
	font-size: 18px;
	line-height: 1.65;
}

.wc-faq-answer p {
	margin: 0 0 16px;
}

.wc-faq-answer p:last-child {
	margin-bottom: 0;
}

.wc-faq-item summary:focus-visible {
	outline: 3px solid #000;
	outline-offset: 4px;
}

@media (max-width: 980px) {
	.wc-faq-hero {
		min-height: 420px;
	}

	.wc-faq-hero h1 {
		font-size: clamp(92px, 12vw, 120px);
	}
}

@media (max-width: 720px) {
	.wc-faq-page {
		padding: 28px 0 58px;
	}

	.wc-faq-breadcrumbs {
		margin-bottom: 38px;
	}

	.wc-faq-hero {
		min-height: 280px;
		margin-bottom: 36px;
		padding: 38px 18px;
	}

	.wc-faq-hero h1 {
		font-size: clamp(54px, 17vw, 76px);
		line-height: 0.68;
	}

	.wc-faq-content {
		padding-inline: 0;
	}

	.wc-faq-subtitle {
		margin-bottom: 24px;
		font-size: 18px;
	}

	.wc-faq-item summary {
		grid-template-columns: 38px minmax(0, 1fr);
		gap: 14px;
		min-height: 64px;
	}

	.wc-faq-toggle {
		width: 36px;
		height: 36px;
	}

	.wc-faq-toggle::before,
	.wc-faq-toggle::after {
		width: 17px;
	}

	.wc-faq-question {
		font-size: 19px;
	}

	.wc-faq-answer {
		padding: 0 0 24px 52px;
		font-size: 16px;
	}
}


/* ==========================================================================
   v2.1 FAQ display-title refinement
   ========================================================================== */

/*
 * Cormorant Upright uses a contextual alternate that turns Q into its
 * long-tail Q when followed by U. Disable that feature for this display
 * heading so QUESTIONS uses the regular, shorter Q.
 */
.wc-faq-hero h1 {
	line-height: 0.72;
	font-variant-ligatures: no-contextual;
	font-feature-settings: "calt" 0;
}

@media (max-width: 720px) {
	.wc-faq-hero h1 {
		line-height: 0.74;
	}
}


/* ==========================================================================
   v2.2 Planning page
   ========================================================================== */

.wc-planning-page {
	padding: 44px 0 100px;
	color: #000;
}

.wc-planning-page,
.wc-planning-page a,
.wc-planning-page p,
.wc-planning-page h1,
.wc-planning-page h2,
.wc-planning-page h3 {
	color: #000;
}

.wc-planning-breadcrumbs {
	margin-bottom: 74px;
}

.wc-planning-intro {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(390px, 0.72fr);
	gap: clamp(80px, 9vw, 150px);
	align-items: center;
	margin-bottom: 86px;
}

.wc-planning-intro h1 {
	margin: 0;
	font-family: var(--wc-serif);
	font-size: 140px;
	font-weight: 400;
	line-height: 0.72;
	letter-spacing: normal;
	text-transform: uppercase;
}

.wc-planning-intro h1 span {
	display: block;
}

.wc-planning-intro-copy {
	max-width: 500px;
	font-family: var(--wc-sans);
	font-size: 24px;
	font-weight: 600;
	line-height: 1.55;
}

.wc-planning-intro-copy p {
	margin: 0 0 26px;
}

.wc-planning-intro-copy p:last-child {
	margin-bottom: 0;
}

.wc-planning-links {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	margin-bottom: 86px;
}

.wc-planning-link-card {
	display: block;
	text-decoration: none;
}

.wc-planning-link-image {
	position: relative;
	height: 420px;
	overflow: hidden;
	background: #eee;
}

.wc-planning-link-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	transition: transform 0.25s ease;
}

a.wc-planning-link-card:hover .wc-planning-link-image img,
a.wc-planning-link-card:focus-visible .wc-planning-link-image img {
	transform: scale(1.015);
}

.wc-planning-link-image h2 {
	position: absolute;
	left: 7%;
	right: 7%;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 75px;
	margin: 0;
	padding: 0 16px;
	background: var(--wc-pink);
	font-family: var(--wc-sans);
	font-size: 20px;
	font-weight: 600;
	line-height: 1.15;
	text-align: center;
	text-transform: uppercase;
}

.wc-planning-steps-heading {
	margin-bottom: 60px;
}

.wc-planning-steps-heading h2 {
	margin: 0 0 20px;
	font-family: var(--wc-serif);
	font-size: 62px;
	font-weight: 400;
	line-height: 0.82;
	letter-spacing: normal;
	text-transform: uppercase;
}

.wc-planning-steps-heading h2 span {
	display: block;
}

.wc-planning-steps-heading p {
	margin: 0;
	font-family: var(--wc-sans);
	font-size: 24px;
	font-weight: 600;
	line-height: 1.45;
}

.wc-planning-steps-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 86px 48px;
}

.wc-planning-step-icon {
	display: flex;
	align-items: flex-end;
	height: 112px;
	margin-bottom: 20px;
}

.wc-planning-step-icon img {
	display: block;
	width: auto;
	max-width: 130px;
	max-height: 110px;
	height: auto;
	object-fit: contain;
}

.wc-planning-step h3 {
	margin: 0 0 24px;
	font-family: var(--wc-serif);
	font-size: 24px;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: normal;
	text-transform: uppercase;
}

.wc-planning-step-copy {
	font-family: var(--wc-sans);
	font-size: 18px;
	line-height: 1.6;
}

.wc-planning-step-copy p {
	margin: 0 0 18px;
}

.wc-planning-step-copy p:last-child {
	margin-bottom: 0;
}

.wc-planning-step-copy a {
	font-weight: 600;
	text-underline-offset: 0.18em;
}

@media (max-width: 1100px) {
	.wc-planning-intro h1 {
		font-size: clamp(92px, 11vw, 124px);
	}

	.wc-planning-intro-copy {
		font-size: 21px;
	}

	.wc-planning-link-image {
		height: 360px;
	}
}

@media (max-width: 980px) {
	.wc-planning-intro {
		grid-template-columns: 1fr 0.8fr;
		gap: 48px;
	}

	.wc-planning-links {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.wc-planning-link-image {
		height: 300px;
	}

	.wc-planning-steps-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 720px) {
	.wc-planning-page {
		padding: 28px 0 58px;
	}

	.wc-planning-breadcrumbs {
		margin-bottom: 38px;
	}

	.wc-planning-intro {
		display: block;
		margin-bottom: 46px;
	}

	.wc-planning-intro h1 {
		margin-bottom: 30px;
		font-size: clamp(58px, 18vw, 80px);
		line-height: 0.72;
	}

	.wc-planning-intro-copy {
		max-width: none;
		font-size: 18px;
	}

	.wc-planning-links {
		grid-template-columns: 1fr;
		gap: 14px;
		margin-bottom: 52px;
	}

	.wc-planning-link-image {
		width: min(88%, 420px);
		height: 390px;
		margin-inline: auto;
	}

	.wc-planning-steps-heading {
		margin-bottom: 42px;
	}

	.wc-planning-steps-heading h2 {
		font-size: 48px;
	}

	.wc-planning-steps-heading p {
		font-size: 18px;
	}

	.wc-planning-steps-grid {
		grid-template-columns: 1fr;
		gap: 54px;
	}

	.wc-planning-step-icon {
		height: 96px;
		margin-bottom: 16px;
	}

	.wc-planning-step-icon img {
		max-height: 94px;
		max-width: 115px;
	}

	.wc-planning-step h3 {
		font-size: 22px;
	}

	.wc-planning-step-copy {
		font-size: 16px;
	}
}


/* ==========================================================================
   v2.3 Planning refinements
   ========================================================================== */

/* Supporting copy should use regular Roboto, not semibold. */
.wc-planning-intro-copy {
	font-weight: 400;
}

.wc-planning-steps-heading p {
	font-weight: 400;
}

/* Give the large title more horizontal room so its intended line breaks
   are preserved, in particular keeping "YOUR DAY," on a single line. */
@media (min-width: 1101px) {
	.wc-planning-intro {
		grid-template-columns: minmax(0, 1.25fr) minmax(390px, 0.75fr);
		gap: clamp(50px, 5vw, 80px);
	}

	.wc-planning-intro h1 span {
		white-space: nowrap;
	}
    
html[lang^="cy"] .wc-planning-intro h1, .wc-contact-copy h1 {
	font-size: 80px !important;
}
    
}


/* ==========================================================================
   v2.4 About Us
   ========================================================================== */

.wc-about-page {
	padding: 44px 0 100px;
	color: #000;
}

.wc-about-page,
.wc-about-page a,
.wc-about-page p,
.wc-about-page h1,
.wc-about-page h2,
.wc-about-page blockquote {
	color: #000;
}

.wc-about-breadcrumbs {
	margin-bottom: 76px;
}

.wc-about-intro {
	display: grid;
	grid-template-columns: minmax(0, 0.85fr) minmax(520px, 1.15fr);
	gap: clamp(80px, 8vw, 140px);
	align-items: center;
}

.wc-about-copy {
	max-width: 540px;
}

.wc-about-copy h1 {
	margin: 0 0 52px;
	font-family: var(--wc-serif);
	font-size: 140px;
	font-weight: 400;
	line-height: 0.72;
	letter-spacing: normal;
	text-transform: uppercase;
}

.wc-about-copy h1 span {
	display: block;
}

.wc-about-intro-text {
	font-family: var(--wc-sans);
	font-size: 24px;
	font-weight: 400;
	line-height: 1.55;
}

.wc-about-intro-text p {
	margin: 0 0 24px;
}

.wc-about-intro-text p:last-child {
	margin-bottom: 0;
}

.wc-about-image {
	height: 660px;
	overflow: hidden;
}

.wc-about-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.wc-about-quote {
	padding: 72px 0 78px;
	text-align: center;
}

.wc-about-quote-mark {
	height: 54px;
	margin-bottom: 10px;
	color: var(--wc-pink);
	font-family: var(--wc-serif);
	font-size: 104px;
	font-weight: 700;
	line-height: 0.65;
}

.wc-about-quote blockquote {
	max-width: 1080px;
	margin: 0 auto;
	font-family: var(--wc-sans);
	font-size: 28px;
	font-style: italic;
	font-weight: 400;
	line-height: 1.5;
}

.wc-about-details {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(80px, 10vw, 180px);
	margin-top: 12px;
}

.wc-about-detail-icon {
	display: flex;
	align-items: flex-end;
	height: 120px;
	margin-bottom: 24px;
}

.wc-about-detail-icon img {
	display: block;
	width: auto;
	max-width: 120px;
	max-height: 110px;
	height: auto;
	object-fit: contain;
}

.wc-about-detail h2 {
	margin: 0 0 28px;
	font-family: var(--wc-serif);
	font-size: 34px;
	font-weight: 400;
	line-height: 1.15;
	letter-spacing: normal;
	text-transform: uppercase;
}

.wc-about-detail-copy {
	font-family: var(--wc-sans);
	font-size: 18px;
	line-height: 1.6;
}

.wc-about-detail-copy p {
	margin: 0 0 18px;
}

.wc-about-detail-copy p:last-child {
	margin-bottom: 0;
}

.wc-about-detail-copy a {
	font-weight: 600;
	text-underline-offset: 0.18em;
}

@media (max-width: 1100px) {
	.wc-about-copy h1 {
		font-size: clamp(96px, 11vw, 124px);
	}

	.wc-about-image {
		height: 590px;
	}
}

@media (max-width: 980px) {
	.wc-about-intro {
		grid-template-columns: 1fr 1fr;
		gap: 48px;
	}

	.wc-about-intro-text {
		font-size: 21px;
	}

	.wc-about-image {
		height: 520px;
	}
}

@media (max-width: 720px) {
	.wc-about-page {
		padding: 28px 0 58px;
	}

	.wc-about-breadcrumbs {
		margin-bottom: 38px;
	}

	.wc-about-intro {
		display: flex;
		flex-direction: column;
		gap: 34px;
	}

	.wc-about-copy {
		max-width: none;
		width: 100%;
	}

	.wc-about-copy h1 {
		margin-bottom: 30px;
		font-size: clamp(58px, 18vw, 80px);
		line-height: 0.72;
	}

	.wc-about-intro-text {
		font-size: 18px;
	}

	.wc-about-image {
		width: 100%;
		height: auto;
		aspect-ratio: 1 / 1;
	}

	.wc-about-quote {
		padding: 54px 0 58px;
	}

	.wc-about-quote-mark {
		font-size: 82px;
	}

	.wc-about-quote blockquote {
		font-size: 20px;
	}

	.wc-about-details {
		grid-template-columns: 1fr;
		gap: 54px;
	}

	.wc-about-detail-icon {
		height: 96px;
		margin-bottom: 18px;
	}

	.wc-about-detail-icon img {
		max-height: 90px;
		max-width: 105px;
	}

	.wc-about-detail h2 {
		font-size: 28px;
	}

	.wc-about-detail-copy {
		font-size: 16px;
	}
}


/* ==========================================================================
   v2.5 Responsive foundation
   ========================================================================== */

html {
	overflow-x: hidden;
}

body {
	overflow-x: clip;
}

img,
svg,
iframe {
	max-width: 100%;
}

.wc-mobile-menu-toggle {
	display: none;
}

/* Keep focus rings clear on pink and white backgrounds. */
button:focus-visible,
summary:focus-visible {
	outline: 3px solid #000;
	outline-offset: 4px;
}

/* Tablet ----------------------------------------------------------------- */
@media (max-width: 980px) {
	:root {
		--wc-gutter: clamp(22px, 4vw, 40px);
	}

	/* Header / mobile navigation */
	.wc-announcement {
		min-height: 28px;
		font-size: 13px;
	}

	.site-header {
		position: relative;
		z-index: 100;
	}

	.site-header .wc-header-inner {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		max-width: none;
		min-height: 76px;
		padding: 9px var(--wc-gutter);
		column-gap: 0;
		row-gap: 0;
	}

	.site-logo {
		order: 1;
		width: auto;
		height: 58px;
		margin: 0;
		justify-self: auto;
	}

	.site-logo img {
		width: auto;
		height: 58px;
		max-height: 58px;
	}

	.wc-mobile-menu-toggle {
		order: 2;
		display: inline-flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 5px;
		width: 48px;
		height: 48px;
		margin-left: auto;
		padding: 0;
		border: 0;
		background: transparent;
		color: #000;
		cursor: pointer;
	}

	.wc-mobile-menu-bar {
		display: block;
		width: 26px;
		height: 2px;
		background: currentColor;
		transform-origin: center;
		transition: transform 0.2s ease, opacity 0.2s ease;
	}

	.site-header.is-menu-open .wc-mobile-menu-bar:nth-child(1) {
		transform: translateY(7px) rotate(45deg);
	}

	.site-header.is-menu-open .wc-mobile-menu-bar:nth-child(2) {
		opacity: 0;
	}

	.site-header.is-menu-open .wc-mobile-menu-bar:nth-child(3) {
		transform: translateY(-7px) rotate(-45deg);
	}

	.site-navigation,
	.wc-language-switcher {
		order: 3;
		width: 100%;
	}

	.js .site-header:not(.is-menu-open) .site-navigation,
	.js .site-header:not(.is-menu-open) .wc-language-switcher {
		display: none;
	}

	.site-navigation {
		padding-top: 12px;
	}

	.site-navigation + .site-navigation {
		padding-top: 0;
	}

	.site-navigation ul {
		display: block;
		width: 100%;
		white-space: normal;
	}

	.wc-header-nav-left ul,
	.wc-header-nav-right ul {
		justify-content: initial;
	}

	.site-navigation li {
		border-top: 1px solid rgba(0, 0, 0, 0.12);
	}

	.site-navigation a {
		display: flex;
		align-items: center;
		min-height: 52px;
		padding: 10px 2px;
		font-size: 18px;
		line-height: 1.25;
	}

	.wc-language-switcher {
		display: flex;
		justify-content: flex-start;
		gap: 26px;
		padding: 14px 2px 18px;
		border-top: 1px solid rgba(0, 0, 0, 0.12);
		font-size: 17px;
	}

	/* Breadcrumbs */
	.wc-breadcrumbs {
		gap: 5px;
		font-size: 18px;
		line-height: 1.35;
	}

	.wc-breadcrumb-mark {
		font-size: 30px;
	}

	/* Footer */
	.wc-footer-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 34px 52px;
		padding-block: 54px;
		font-size: 15px;
	}

	.wc-footer-brand,
	.wc-footer-contact,
	.wc-footer-menu,
	.wc-footer-hours {
		min-width: 0;
	}

	/* Homepage */
	.wc-home-hero-image {
		height: 500px;
		aspect-ratio: auto;
	}

	.wc-home-hero-title {
		min-height: 170px;
	}

	.wc-home-hero-title h1 {
		font-size: clamp(86px, 13vw, 118px);
	}
    
        /* Welsh title only */
html[lang^="cy"] .wc-home-hero-title h1 {
	font-size: 80px;
}

	.wc-home-quote blockquote {
		font-size: 23px;
	}

	.wc-home-about-grid {
		grid-template-columns: 0.9fr 1.1fr;
		gap: 52px;
	}

	.wc-home-about-copy h2 {
		font-size: 56px;
	}

	.wc-home-about-copy p {
		font-size: 20px;
	}

	.wc-home-venues-heading h2 {
		font-size: 105px;
	}
    
            /* Welsh title only */
html[lang^="cy"] .wc-home-venues-heading h2 {
	font-size: 56px;
}

	.wc-home-venues-intro p {
		font-size: 20px;
	}

	.wc-home-venues-subhead {
		font-size: 20px;
	}

	.wc-home-venue-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 14px;
	}

	.wc-home-planning-grid {
		grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr);
		gap: 48px;
		padding: 48px var(--wc-gutter) 70px;
	}

	.wc-home-plan-image-left {
		width: 100%;
		height: 620px;
	}

	.wc-home-plan-copy h2 {
		font-size: 92px;
	}
    
            /* Welsh title only */
html[lang^="cy"] .wc-home-plan-copy h2 {
	font-size: 56px;
}
    

	.wc-home-plan-copy p {
		font-size: 20px;
	}

	.wc-home-plan-image-right {
		display: none;
	}

	/* Venue archive */
	.wc-venues-intro {
		grid-template-columns: minmax(0, 1fr) minmax(280px, 0.75fr);
		gap: 48px;
	}

	.wc-venues-intro h1 {
		font-size: clamp(82px, 12vw, 112px);
	}
    
            /* Welsh title only */
html[lang^="cy"] .wc-venues-intro h1 {
	font-size: 56px !important;
}

	.wc-venues-intro-copy {
		font-size: 20px;
	}

	.wc-venue-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		column-gap: 10px;
		row-gap: 56px;
	}

	.wc-venue-card-image {
		height: 390px;
	}

	.wc-venue-card-body {
		padding-inline: 24px;
		font-size: 15px;
	}

	.wc-venue-location {
		font-size: 16px;
	}

	/* Single venue */
	.wc-single-venue-grid {
		grid-template-columns: minmax(0, 1fr) minmax(320px, 0.86fr);
		gap: 48px;
	}

	.wc-venue-details h1 {
		font-size: 56px;
	}

	.wc-venue-main-copy,
	.wc-venue-contact-links {
		font-size: 17px;
	}

	/* Contact */
	.wc-contact-intro {
		grid-template-columns: 1fr 1fr;
		gap: 48px;
	}

	.wc-contact-copy h1 {
		font-size: 96px;
	}
    
            /* Welsh title only */
html[lang^="cy"] .wc-contact-copy h1 {
	font-size: 56px !important;
}

	.wc-contact-office-image {
		height: 520px;
	}

	.wc-contact-map {
		height: 430px;
	}

	.wc-contact-testimonial blockquote {
		font-size: 24px;
	}

	.wc-contact-testimonial-name {
		font-size: 24px;
	}

	/* FAQs */
	.wc-faq-hero {
		min-height: 390px;
	}

	.wc-faq-hero h1 {
		font-size: clamp(88px, 12vw, 116px);
		line-height: 0.74;
	}

	/* Planning */
	.wc-planning-intro {
		grid-template-columns: minmax(0, 1fr) minmax(320px, 0.7fr);
		gap: 48px;
	}

	.wc-planning-intro h1 {
		font-size: clamp(88px, 11vw, 118px);
	}

	.wc-planning-intro-copy {
		font-size: 20px;
	}

	.wc-planning-link-image {
		height: 330px;
	}

	.wc-planning-steps-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 64px 42px;
	}

	/* About */
	.wc-about-intro {
		grid-template-columns: 0.9fr 1.1fr;
		gap: 48px;
	}

	.wc-about-copy h1 {
		font-size: clamp(92px, 11vw, 118px);
	}

	.wc-about-intro-text {
		font-size: 20px;
	}

	.wc-about-image {
		height: 540px;
	}
}

/* Phone ------------------------------------------------------------------ */
@media (max-width: 720px) {
	:root {
		--wc-gutter: 20px;
	}

	.wc-container {
		width: calc(100% - 40px);
	}

	/* Header */
	.wc-announcement {
		min-height: 24px;
		font-size: 11px;
		line-height: 1.2;
	}

	.site-header .wc-header-inner {
		min-height: 62px;
		padding: 5px 14px;
	}

	.site-logo,
	.site-logo img {
		height: 48px;
		max-height: 48px;
	}

	.wc-mobile-menu-toggle {
		width: 44px;
		height: 44px;
	}

	.site-navigation {
		padding-top: 8px;
	}

	.site-navigation a {
		min-height: 48px;
		font-size: 17px;
	}

	.wc-language-switcher {
		font-size: 16px;
	}

	/* Breadcrumbs */
	.wc-breadcrumbs {
		font-size: 16px;
	}

	.wc-breadcrumb-mark {
		font-size: 25px;
	}

	/* Footer - centred mobile composition */
	.wc-footer-grid {
		grid-template-columns: 1fr;
		gap: 26px;
		padding-block: 44px 36px;
		text-align: center;
		font-size: 14px;
	}

	.wc-footer-logo {
		width: 180px;
		margin: 0 auto 18px;
	}

	.wc-council-logo {
		width: 135px;
	}

	.wc-footer-menu ul {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.wc-socials {
		justify-content: center;
	}

	.wc-footer-bottom {
		padding: 14px 0;
		font-size: 10px;
	}

	/* Homepage */
	.wc-home-hero-image {
		height: auto;
		aspect-ratio: 0.83 / 1;
	}

	.wc-home-hero-image img {
		object-position: 58% center;
	}

	.wc-home-hero-title {
		min-height: 105px;
		padding: 10px 18px 14px;
	}

	.wc-home-hero-title h1 {
		font-size: clamp(48px, 15vw, 64px);
		line-height: 0.72;
	}
    
html[lang^="cy"] .wc-home-hero-title h1, .wc-home-plan-copy h2, .wc-home-venues-heading h2, .wc-get-in-touch-copy h2 {
	font-size: 42px !important;
}

	.wc-home-quote {
		padding: 42px 0 50px;
	}

	.wc-home-quote-mark {
		height: 38px;
		font-size: 68px;
	}

	.wc-home-quote blockquote {
		font-size: 16px;
	}

	.wc-home-about {
		padding: 0 0 48px;
	}

	.wc-home-about-grid {
		display: flex;
		flex-direction: column;
		width: 100%;
		gap: 28px;
	}

	.wc-home-about-image {
		order: 1;
		width: min(78%, 390px);
		aspect-ratio: 1 / 1;
		margin-inline: auto;
	}

	.wc-home-about-copy {
		order: 2;
		width: calc(100% - 40px);
		max-width: none;
		margin-inline: auto;
	}

	.wc-home-about-copy h2 {
		margin-bottom: 16px;
		font-size: 46px;
		line-height: 0.83;
	}

	.wc-home-about-copy p {
		font-size: 16px;
	}

	.wc-home-about-copy .wc-text-link {
		font-size: 15px;
	}

	.wc-home-venues {
		padding: 44px 0 52px;
	}

	.wc-home-venues-heading {
		grid-template-columns: 1fr;
		gap: 22px;
	}

	.wc-home-venues-heading h2 {
		font-size: 58px;
	}

	.wc-home-venues-intro {
		max-width: none;
		padding-top: 0;
	}

	.wc-home-venues-intro p {
		font-size: 16px;
		font-weight: 600;
	}

	.wc-home-venues-intro .wc-text-link,
	.wc-home-venues-subhead .wc-text-link {
		font-size: 15px;
	}

	.wc-home-venues-subhead {
		display: block;
		margin: 28px 0 18px;
		font-size: 16px;
	}

	.wc-home-venues-subhead .wc-text-link {
		display: inline-block;
		margin-top: 8px;
	}

	.wc-home-venue-grid {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.wc-home-venue-card:nth-child(n+3) {
		display: none;
	}

	.wc-home-venue-card-image {
		width: min(78%, 340px);
		height: 390px;
		margin-inline: auto;
	}

	.wc-home-planning-grid {
		display: flex;
		flex-direction: column;
		gap: 28px;
		padding: 0 0 50px;
	}

	.wc-home-plan-image-left {
		width: 100%;
		height: auto;
		aspect-ratio: 1.4 / 1;
	}

	.wc-home-plan-copy {
		width: calc(100% - 40px);
		max-width: none;
		margin-inline: auto;
	}

	.wc-home-plan-copy h2 {
		margin-bottom: 18px;
		font-size: 54px;
		line-height: 0.75;
	}

	.wc-home-plan-copy p {
		font-size: 16px;
	}

	.wc-home-plan-copy .wc-text-link {
		font-size: 15px;
	}

	.wc-home-get-in-touch-wrap,
	.wc-get-in-touch-wrap {
		width: 100%;
		padding: 0;
	}

	.wc-get-in-touch {
		grid-template-columns: 1fr;
		height: auto;
	}

	.wc-get-in-touch-image,
	.wc-home-get-in-touch .wc-get-in-touch-image {
		min-height: 430px;
	}

	.wc-get-in-touch-copy {
		left: 22px;
		right: 22px;
		bottom: 22px;
	}

	.wc-get-in-touch-copy h2 {
		font-size: 52px;
		line-height: 0.82;
		letter-spacing: normal;
		white-space: normal;
	}

	.wc-get-in-touch-copy p {
		font-size: 16px;
	}

	.wc-get-in-touch-form {
		min-height: 0;
		padding: 34px 22px 40px;
		overflow: visible;
	}

	.wc-get-in-touch .gform_wrapper,
	.wc-get-in-touch .gform_wrapper label,
	.wc-get-in-touch .gform_wrapper legend,
	.wc-get-in-touch .gform_wrapper .gfield_label,
	.wc-get-in-touch .gform_wrapper input,
	.wc-get-in-touch .gform_wrapper textarea,
	.wc-get-in-touch .gform_wrapper select,
	.wc-get-in-touch .gform_wrapper option,
	.wc-get-in-touch .gform_wrapper .gchoice label,
	.wc-get-in-touch .gform_wrapper input[type="submit"],
	.wc-get-in-touch .gform_wrapper button[type="submit"],
	.wc-get-in-touch .gform_wrapper .gform_button {
		font-size: 18px !important;
	}

	.wc-get-in-touch .gform_wrapper input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
	.wc-get-in-touch .gform_wrapper select {
		height: 44px !important;
	}

	.wc-get-in-touch .gform_wrapper textarea {
		height: 110px !important;
		min-height: 110px !important;
	}

	/* Venue archive */
	.wc-venues-hero {
		padding-top: 28px;
	}

	.wc-venues-intro {
		grid-template-columns: 1fr;
		gap: 22px;
		margin-top: 30px;
	}

	.wc-venues-intro h1 {
		font-size: 64px;
		line-height: 0.82;
	}

	.wc-venues-intro-copy {
		max-width: none;
		font-size: 18px;
	}

	.wc-script {
		font-size: 21px;
	}

	.wc-venue-filters {
		gap: 10px 16px;
		margin-top: 26px;
		padding-bottom: 16px;
		font-size: 14px;
	}

	.wc-filter-label {
		width: 100%;
		margin-bottom: 2px;
		font-weight: 600;
	}

	.wc-venue-grid {
		grid-template-columns: 1fr;
		gap: 48px;
	}

	.wc-venue-card {
		width: 100%;
	}

	.wc-venue-card-image {
		height: 390px;
	}

	.wc-venue-card-title {
		left: 7%;
		right: 7%;
		height: 68px;
		min-height: 68px;
		font-size: 19px;
	}

	.wc-venue-card-body {
		padding-inline: 22px;
		font-size: 16px;
	}

	.wc-venue-card .wc-venue-location {
		font-size: 17px;
	}

	/* Single venue */
	.wc-single-venue {
		padding-top: 28px;
		padding-bottom: 54px;
	}

	.wc-single-breadcrumbs {
		margin-bottom: 32px;
	}

	.wc-single-venue-grid {
		display: flex;
		flex-direction: column;
		gap: 30px;
	}

	.wc-venue-details {
		order: -1;
		position: static;
	}

	.wc-venue-details h1 {
		font-size: 48px;
		line-height: 0.95;
	}

	.wc-single-location {
		font-size: 17px;
	}

	.wc-venue-main-copy,
	.wc-venue-contact-links {
		font-size: 16px;
	}

	.wc-single-features {
		font-size: 15px;
	}

	.wc-gallery-image + .wc-gallery-image {
		margin-top: 10px;
	}

	.wc-adjacent-venues {
		gap: 18px;
		font-size: 14px;
	}

	.wc-single-florals {
		height: 250px;
		overflow: hidden;
	}

	.wc-flower-left {
		left: -95px;
		bottom: -70px;
		width: 300px;
		height: auto;
		transform: none;
	}

	.wc-flower-right {
		right: -180px;
		bottom: -58px;
		width: 500px;
		height: auto;
		transform: none;
	}

	/* Contact */
	.wc-contact-page {
		padding-top: 28px;
	}

	.wc-contact-breadcrumbs {
		margin-bottom: 36px;
	}

	.wc-contact-intro {
		display: flex;
		flex-direction: column;
		gap: 34px;
	}

	.wc-contact-copy h1 {
		max-width: none;
		margin-bottom: 30px;
		font-size: 62px;
		line-height: 0.72;
	}

	.wc-contact-copy h2 {
		font-size: 21px;
	}

	.wc-contact-copy > p,
	.wc-contact-detail-row,
	.wc-contact-address,
	.wc-contact-telephone {
		font-size: 16px;
	}

	.wc-contact-office-image {
		order: 2;
		width: 100%;
		height: auto;
		aspect-ratio: 1 / 1;
	}

	.wc-contact-map {
		height: 330px;
		margin-top: 42px;
	}

	.wc-contact-testimonial {
		grid-template-columns: 32px minmax(0, 1fr) 32px;
		min-height: 330px;
		margin-block: 32px 24px;
	}

	.wc-contact-quote-mark {
		font-size: 82px;
	}

	.wc-contact-testimonial blockquote {
		font-size: 19px;
	}

	.wc-contact-testimonial-name {
		font-size: 18px;
	}

	.wc-contact-testimonial-arrow {
		font-size: 44px;
	}

	/* FAQs */
	.wc-faq-page {
		padding: 28px 0 56px;
	}

	.wc-faq-breadcrumbs {
		margin-bottom: 36px;
	}

	.wc-faq-hero {
		min-height: 270px;
		margin-bottom: 34px;
		padding: 34px 14px;
	}

	.wc-faq-hero h1 {
		font-size: clamp(52px, 16vw, 70px);
		line-height: 0.75;
	}

	.wc-faq-content {
		padding: 0;
	}

	.wc-faq-subtitle {
		margin-bottom: 22px;
		font-size: 18px;
	}

	.wc-faq-item summary {
		grid-template-columns: 38px minmax(0, 1fr);
		gap: 14px;
		min-height: 64px;
		padding: 10px 0;
	}

	.wc-faq-toggle {
		width: 36px;
		height: 36px;
	}

	.wc-faq-question {
		font-size: 19px;
	}

	.wc-faq-answer {
		padding: 0 0 24px 52px;
		font-size: 16px;
	}

	/* Planning */
	.wc-planning-page {
		padding: 28px 0 58px;
	}

	.wc-planning-breadcrumbs {
		margin-bottom: 36px;
	}

	.wc-planning-intro {
		display: block;
		margin-bottom: 46px;
	}

	.wc-planning-intro h1 {
		margin-bottom: 28px;
		font-size: clamp(58px, 18vw, 78px);
		line-height: 0.73;
	}
    
html[lang^="cy"] .wc-planning-intro h1 {
	font-size: 56px;
}

	.wc-planning-intro h1 span {
		white-space: normal;
	}

	.wc-planning-intro-copy {
		max-width: none;
		font-size: 18px;
	}

	.wc-planning-links {
		grid-template-columns: 1fr;
		gap: 14px;
		margin-bottom: 52px;
	}

	.wc-planning-link-image {
		width: min(88%, 420px);
		height: 390px;
		margin-inline: auto;
	}

	.wc-planning-steps-heading {
		margin-bottom: 38px;
	}

	.wc-planning-steps-heading h2 {
		font-size: 48px;
	}

	.wc-planning-steps-heading p {
		font-size: 18px;
	}

	.wc-planning-steps-grid {
		grid-template-columns: 1fr;
		gap: 48px;
	}

	.wc-planning-step-icon {
		height: 90px;
		margin-bottom: 16px;
	}

	.wc-planning-step-icon img {
		max-width: 110px;
		max-height: 88px;
	}

	.wc-planning-step h3 {
		margin-bottom: 18px;
		font-size: 22px;
	}

	.wc-planning-step-copy {
		font-size: 16px;
	}

	/* About */
	.wc-about-page {
		padding: 28px 0 58px;
	}

	.wc-about-breadcrumbs {
		margin-bottom: 36px;
	}

	.wc-about-intro {
		display: flex;
		flex-direction: column;
		gap: 30px;
	}

	.wc-about-copy {
		width: 100%;
		max-width: none;
	}

	.wc-about-copy h1 {
		margin-bottom: 28px;
		font-size: clamp(58px, 18vw, 78px);
		line-height: 0.73;
	}

	.wc-about-intro-text {
		font-size: 18px;
	}

	.wc-about-image {
		width: 100%;
		height: auto;
		aspect-ratio: 1 / 1;
	}

	.wc-about-quote {
		padding: 48px 0 52px;
	}

	.wc-about-quote-mark {
		height: 42px;
		font-size: 78px;
	}

	.wc-about-quote blockquote {
		font-size: 19px;
	}

	.wc-about-details {
		grid-template-columns: 1fr;
		gap: 48px;
	}

	.wc-about-detail-icon {
		height: 88px;
		margin-bottom: 16px;
	}

	.wc-about-detail-icon img {
		max-width: 105px;
		max-height: 86px;
	}

	.wc-about-detail h2 {
		margin-bottom: 20px;
		font-size: 28px;
	}

	.wc-about-detail-copy {
		font-size: 16px;
	}
}

/* Narrow phone safeguards ------------------------------------------------ */
@media (max-width: 420px) {
	.wc-container {
		width: calc(100% - 32px);
	}

	.wc-home-about-copy,
	.wc-home-plan-copy {
		width: calc(100% - 32px);
	}

	.wc-home-venue-card-image {
		width: min(86%, 330px);
	}

	.wc-planning-link-image {
		width: 100%;
	}

	.wc-faq-hero h1 {
		font-size: clamp(48px, 15.5vw, 64px);
	}

	.wc-contact-testimonial {
		grid-template-columns: 24px minmax(0, 1fr) 24px;
	}

	.wc-contact-testimonial-arrow {
		font-size: 38px;
	}
}

/* Honour reduced-motion preference. */
@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}
}


/* ==========================================================================
   v2.6 Mobile screenshot refinements
   ========================================================================== */

/* Use the sans font for navigation arrows so the glyph renders cleanly
   on all devices rather than relying on the display serif's character set. */
.wc-arrow {
	font-family: var(--wc-sans);
	font-size: 28px;
	line-height: 1;
}

/* The mobile single-venue floral treatment should remain decorative rather
   than dominating the previous/next navigation area. */
@media (max-width: 720px) {
	.wc-single-venue {
		padding-bottom: 34px;
	}

	.wc-adjacent-venues {
		position: relative;
		z-index: 3;
		margin-top: 30px;
		margin-bottom: 24px;
		padding: 18px 0 6px;
		gap: 14px;
		font-size: 14px;
		background: #fff;
	}

	.wc-adjacent-venues a {
		gap: 8px;
	}

	.wc-single-florals {
		position: relative;
		height: 145px;
		margin-top: -10px;
		overflow: hidden;
	}

	.wc-flower-left {
		left: -68px;
		bottom: -26px;
		width: 205px;
		height: auto;
		opacity: 0.55;
	}

	.wc-flower-right {
		right: -118px;
		bottom: -22px;
		width: 315px;
		height: auto;
		opacity: 0.55;
	}

	/* Give venue cards a little more breathing room between image content
	   and body copy without changing the requested 390px image height. */
	.wc-venue-card-body {
		padding-top: 4px;
		padding-inline: 20px;
	}

	/* Keep the planning title's intended lines readable at phone widths. */
	.wc-planning-intro h1 {
		max-width: 100%;
	}

	.wc-planning-intro h1 span {
		display: block;
	}

	/* Slightly improve long-form mobile readability. */
	.wc-planning-step-copy,
	.wc-about-detail-copy,
	.wc-faq-answer,
	.wc-venue-main-copy {
		line-height: 1.65;
	}

	/* Keep form labels/values clear while secondary Gravity Forms help text
	   stays subordinate on small screens. */
	.wc-get-in-touch .gform_wrapper .gfield_description,
	.wc-get-in-touch .gform_wrapper .charleft,
	.wc-get-in-touch .gform_wrapper .instruction {
		font-size: 13px !important;
		line-height: 1.3 !important;
		font-weight: 400 !important;
	}

	/* The footer is intentionally centred on mobile; slightly reduce its
	   vertical footprint while preserving the client's requested content. */
	.wc-footer-grid {
		gap: 22px;
		padding-block: 38px 32px;
	}

	.wc-footer-brand {
		margin-bottom: 2px;
	}
}

@media (max-width: 420px) {
	.wc-adjacent-venues {
		font-size: 13px;
	}

	.wc-arrow {
		font-size: 24px;
	}

	.wc-single-florals {
		height: 130px;
	}

	.wc-flower-left {
		width: 185px;
		left: -65px;
	}

	.wc-flower-right {
		width: 285px;
		right: -112px;
	}
}


/* ==========================================================================
   v2.7 Site-wide title rhythm
   ========================================================================== */

/*
 * Use one consistent line-height for the large display headings throughout
 * the site. Smaller content headings retain their existing line-height.
 */
.wc-home-hero-title h1,
.wc-home-about-copy h2,
.wc-home-venues-heading h2,
.wc-home-plan-copy h2,
.wc-venues-intro h1,
.wc-venue-details h1,
.wc-get-in-touch-copy h2,
.wc-contact-copy h1,
.wc-faq-hero h1,
.wc-planning-intro h1,
.wc-about-copy h1 {
	line-height: 0.77;
}

/* ==========================================================================
   v2.7 Mobile horizontal rhythm
   ========================================================================== */

@media (max-width: 720px) {
	/*
	 * The approved mobile artwork is approximately 30px inset at 390px wide,
	 * but allowing the gutter to reduce toward 20px keeps narrow phones usable.
	 */
	:root {
		--wc-mobile-gutter: clamp(20px, 7.7vw, 30px);
		--wc-gutter: var(--wc-mobile-gutter);
	}

	.wc-container {
		width: calc(100% - (2 * var(--wc-mobile-gutter)));
		max-width: none;
		margin-inline: auto;
	}

	/*
	 * Homepage sections that previously used their own widths now follow
	 * exactly the same left/right gutter as the rest of the mobile site.
	 */
	.wc-home-about-copy,
	.wc-home-about-image,
	.wc-home-plan-copy {
		width: calc(100% - (2 * var(--wc-mobile-gutter)));
		max-width: none;
		margin-inline: auto;
	}

	.wc-home-about-image {
		aspect-ratio: 1 / 1;
	}

	.wc-home-venue-card-image {
		width: 100%;
		max-width: none;
		margin-inline: 0;
	}

	.wc-planning-link-image {
		width: 100%;
		max-width: none;
		margin-inline: 0;
	}

	/*
	 * These two homepage photographs are intentionally full bleed in the
	 * approved mobile design.
	 */
	.wc-home-planning-grid {
		width: 100%;
		max-width: none;
		margin-inline: 0;
		padding-inline: 0;
	}

	.wc-home-plan-image-left {
		width: 100%;
		max-width: none;
		margin-inline: 0;
		aspect-ratio: 1.4 / 1;
	}

	.wc-home-get-in-touch-wrap,
	.wc-get-in-touch-wrap {
		width: 100%;
		max-width: none;
		margin-inline: 0;
		padding-inline: 0;
	}

	.wc-home-get-in-touch .wc-get-in-touch-image,
	.wc-get-in-touch .wc-get-in-touch-image {
		width: 100%;
		max-width: none;
		margin-inline: 0;
	}

	/*
	 * Keep the Get In Touch overlay aligned to the same mobile text gutter,
	 * even though its photograph itself is full width.
	 */
	.wc-get-in-touch-copy {
		left: var(--wc-mobile-gutter);
		right: var(--wc-mobile-gutter);
	}

	/*
	 * Form content follows the same gutter inside the full-width pink panel.
	 */
	.wc-get-in-touch-form {
		padding-left: var(--wc-mobile-gutter);
		padding-right: var(--wc-mobile-gutter);
	}

	/* Main display titles retain the requested rhythm on phone screens too. */
	.wc-home-hero-title h1,
	.wc-home-about-copy h2,
	.wc-home-venues-heading h2,
	.wc-home-plan-copy h2,
	.wc-venues-intro h1,
	.wc-venue-details h1,
	.wc-get-in-touch-copy h2,
	.wc-contact-copy h1,
	.wc-faq-hero h1,
	.wc-planning-intro h1,
	.wc-about-copy h1 {
		line-height: 0.77;
	}
}

/* Narrow phones still keep a useful inset, rather than dropping to 16px. */
@media (max-width: 420px) {
	.wc-container,
	.wc-home-about-copy,
	.wc-home-about-image,
	.wc-home-plan-copy {
		width: calc(100% - (2 * var(--wc-mobile-gutter)));
	}
}


/* ==========================================================================
   v2.8 Homepage mobile alignment fixes
   ========================================================================== */

@media (max-width: 720px) {
	/*
	 * .wc-home-about-grid is already a .wc-container, so its children should
	 * fill that container rather than applying a second set of side gutters.
	 * This aligns both the image and copy with the rest of the page content.
	 */
	.wc-home-about-grid {
		width: calc(100% - (2 * var(--wc-mobile-gutter)));
		margin-inline: auto;
	}

	.wc-home-about-image,
	.wc-home-about-copy {
		width: 100%;
		max-width: none;
		margin-inline: 0;
	}

	/*
	 * Ensure the pink form panel itself spans the full viewport width on
	 * mobile. The form fields retain the standard internal text gutter.
	 */
	.wc-home-get-in-touch-wrap,
	.wc-home-get-in-touch,
	.wc-home-get-in-touch .wc-get-in-touch-form {
		width: 100%;
		max-width: none;
		margin-inline: 0;
		box-sizing: border-box;
	}

	.wc-home-get-in-touch {
		display: block;
	}

	.wc-home-get-in-touch .wc-get-in-touch-form {
		display: block;
		min-width: 0;
		padding-left: var(--wc-mobile-gutter);
		padding-right: var(--wc-mobile-gutter);
	}

	.wc-home-get-in-touch .wc-get-in-touch-form-inner,
	.wc-home-get-in-touch .gform_wrapper,
	.wc-home-get-in-touch .gform_wrapper form,
	.wc-home-get-in-touch .gform_wrapper .gform_body,
	.wc-home-get-in-touch .gform_wrapper .gform_fields {
		width: 100% !important;
		max-width: none !important;
		box-sizing: border-box;
	}
}

@media (max-width: 420px) {
	.wc-home-about-grid {
		width: calc(100% - (2 * var(--wc-mobile-gutter)));
	}
}


/* ==========================================================================
   v2.9 Small visual refinements
   ========================================================================== */

/* Slightly larger announcement text, while preserving the existing 16px desktop spec. */
.wc-announcement {
	font-size: 16px;
}

@media (max-width: 980px) {
	.wc-announcement {
		font-size: 14px;
		min-height: 30px;
	}
}

@media (max-width: 720px) {
	.wc-announcement {
		font-size: 13px;
		min-height: 28px;
		padding-inline: 12px;
	}
}

/* Make all of the decorative pink quote marks more prominent. */
.wc-home-quote-mark {
	font-size: 100px;
	height: 58px;
}

.wc-contact-quote-mark {
	font-size: 132px;
	height: 72px;
}

.wc-about-quote-mark {
	font-size: 120px;
	height: 64px;
}

@media (max-width: 720px) {
	.wc-home-quote-mark {
		font-size: 82px;
		height: 46px;
	}

	.wc-contact-quote-mark {
		font-size: 100px;
		height: 56px;
	}

	.wc-about-quote-mark {
		font-size: 96px;
		height: 52px;
	}
}

/* Standardise decorative asterisks: larger and vertically centred beside text. */
.wc-breadcrumb-mark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	font-size: 36px;
	line-height: 1;
	transform: none;
}

.wc-home-venues-subhead p {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.wc-home-venues-subhead p span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	margin-right: 0;
	font-size: 32px;
	line-height: 1;
}

.wc-get-in-touch-signoff {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 10px;
}

.wc-get-in-touch-signoff .wc-contact-mark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	height: 32px;
	margin: 0;
	font-size: 32px;
	line-height: 1;
}

.wc-get-in-touch-signoff .wc-get-in-touch-team {
	margin: 0;
	line-height: 1.25;
}

@media (max-width: 720px) {
	.wc-breadcrumb-mark {
		font-size: 32px;
	}

	.wc-home-venues-subhead p span {
		font-size: 30px;
	}

	.wc-get-in-touch-signoff {
		gap: 8px;
		margin-top: 8px;
	}

	.wc-get-in-touch-signoff .wc-contact-mark {
		height: 30px;
		font-size: 30px;
	}
}

/* Centre the council identity beneath the Ceremonies logo in the mobile footer. */
@media (max-width: 720px) {
	.wc-council-logo {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
}


/* ==========================================================================
   v3.0 Mobile finishing refinements
   ========================================================================== */

@media (max-width: 720px) {
	/*
	 * Larger decorative asterisks, with an explicit box so the glyph is
	 * optically centred against the accompanying text.
	 */
	.wc-breadcrumb-mark {
		width: 38px;
		height: 38px;
		font-size: 38px;
		line-height: 38px;
		align-self: center;
		transform: translateY(1px);
	}

	.wc-home-venues-subhead {
		display: block;
	}

	.wc-home-venues-subhead p {
		display: flex;
		width: 100%;
		align-items: center;
		gap: 10px;
		margin: 0;
		line-height: 1.25;
	}

	.wc-home-venues-subhead p span {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		flex: 0 0 40px;
		width: 40px;
		height: 40px;
		margin: 0;
		font-size: 40px;
		line-height: 40px;
		transform: translateY(1px);
	}

	/*
	 * Keep Discover All on its own line beneath the "Just a few..." label,
	 * matching the approved mobile artwork.
	 */
	.wc-home-venues-subhead > .wc-text-link {
		display: block;
		width: fit-content;
		margin-top: 8px;
		margin-left: 50px;
	}

	.wc-get-in-touch-signoff {
		display: flex;
		align-items: center;
		gap: 10px;
	}

	.wc-get-in-touch-signoff .wc-contact-mark {
		flex: 0 0 38px;
		width: 38px;
		height: 38px;
		font-size: 38px;
		line-height: 38px;
		align-self: center;
		transform: translateY(1px);
	}

	.wc-get-in-touch-signoff .wc-get-in-touch-team {
		display: flex;
		align-items: center;
		min-height: 38px;
		line-height: 1.25;
	}

	/*
	 * More breathing room throughout the mobile form and, in particular,
	 * before the submit button at the bottom.
	 */
	.wc-get-in-touch .gform_wrapper .gform_fields {
		gap: 13px 18px !important;
		row-gap: 13px !important;
	}

	.wc-get-in-touch .gform_wrapper .gfield {
		margin-bottom: 2px !important;
	}

	.wc-get-in-touch .gform_wrapper .gform_footer {
		margin: 26px 0 0 !important;
		padding: 0 0 4px !important;
	}

	/*
	 * Add clearer separation between the two footer marks while keeping both
	 * centred.
	 */
	.wc-footer-logo {
		margin: 0 auto 30px;
	}

	.wc-council-logo {
		display: block;
		margin: 0 auto;
	}
}

@media (max-width: 420px) {
	.wc-home-venues-subhead > .wc-text-link {
		margin-left: 50px;
	}
}


/* ==========================================================================
   v3.1 Homepage mobile Venues subhead
   ========================================================================== */

@media (max-width: 720px) {
	/*
	 * "Discover Our Venues" above already provides the archive link, so the
	 * secondary Discover All link is intentionally hidden on mobile to match
	 * the approved artwork.
	 */
	.wc-home-venues-subhead > .wc-text-link {
		display: none !important;
	}

	/*
	 * Tighten and optically centre the decorative asterisk with the text.
	 * Avoid the fixed 40px box used previously, which created too much space.
	 */
	.wc-home-venues-subhead p {
		display: flex;
		align-items: center;
		gap: 6px;
		width: 100%;
		margin: 0;
		line-height: 1.25;
	}

	.wc-home-venues-subhead p span {
		display: inline-block;
		flex: 0 0 auto;
		width: auto;
		height: auto;
		margin: 0;
		font-size: 36px;
		line-height: 1;
		transform: translateY(-1px);
	}
}


/* ==========================================================================
   v3.2 Mobile Get In Touch sign-off alignment
   ========================================================================== */

@media (max-width: 720px) {
	.wc-get-in-touch-signoff {
		display: flex;
		align-items: center;
		gap: 6px;
		margin-top: 8px;
	}

	.wc-get-in-touch-signoff .wc-contact-mark {
		display: inline-block;
		flex: 0 0 auto;
		width: auto;
		height: auto;
		margin: 0;
		font-size: 36px;
		line-height: 1;
		transform: translateY(-1px);
	}

	.wc-get-in-touch-signoff .wc-get-in-touch-team {
		display: block;
		min-height: 0;
		margin: 0;
		line-height: 1.25;
	}
}


/* ==========================================================================
   v3.3 Mobile venue archive refinements
   ========================================================================== */

@media (max-width: 720px) {
	/*
	 * Breadcrumb asterisk: remove the fixed-width box from the earlier pass.
	 * This closes the artificial gap while keeping the glyph optically
	 * centred with the breadcrumb text.
	 */
	.wc-breadcrumbs {
		column-gap: 3px;
		row-gap: 3px;
	}

	.wc-breadcrumb-mark {
		display: inline-block;
		flex: 0 0 auto;
		width: auto;
		height: auto;
		margin: 0;
		font-size: 36px;
		line-height: 1;
		align-self: center;
		transform: translateY(-1px);
	}

	/*
	 * Keep every archive card completely inside the mobile content column.
	 * box-sizing is important here because the absolutely-positioned pink
	 * title has horizontal padding as well as left/right offsets.
	 */
	.wc-venue-grid,
	.wc-venue-card,
	.wc-venue-card-image-link,
	.wc-venue-card-image,
	.wc-venue-card-body {
		width: 100%;
		max-width: 100%;
		min-width: 0;
		box-sizing: border-box;
	}

	.wc-venue-grid {
		overflow: hidden;
	}

	.wc-venue-card {
		overflow: hidden;
	}

	.wc-venue-card-image {
		overflow: hidden;
	}

	.wc-venue-card-title {
		box-sizing: border-box;
		max-width: 86%;
		overflow: hidden;
		white-space: normal;
		overflow-wrap: anywhere;
		word-break: normal;
	}

	/*
	 * The archive Get In Touch block is deliberately full bleed on mobile,
	 * matching the homepage treatment rather than inheriting .wc-container's
	 * side gutters.
	 */
	.wc-get-in-touch-wrap {
		width: 100vw !important;
		max-width: 100vw !important;
		margin-left: calc(50% - 50vw) !important;
		margin-right: calc(50% - 50vw) !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.wc-get-in-touch {
		display: block;
		width: 100%;
		max-width: none;
		margin: 0;
		box-sizing: border-box;
	}

	.wc-get-in-touch-image,
	.wc-get-in-touch-form {
		display: block;
		width: 100% !important;
		max-width: none !important;
		min-width: 0;
		margin: 0;
		box-sizing: border-box;
	}

	.wc-get-in-touch-form-inner,
	.wc-get-in-touch .gform_wrapper,
	.wc-get-in-touch .gform_wrapper form,
	.wc-get-in-touch .gform_wrapper .gform_body,
	.wc-get-in-touch .gform_wrapper .gform_fields {
		width: 100% !important;
		max-width: none !important;
		min-width: 0 !important;
		box-sizing: border-box;
	}
}


/* ==========================================================================
   v3.4 Mobile FAQ title sizing
   ========================================================================== */

@media (max-width: 720px) {
	.wc-faq-hero h1 {
		font-size: 50px;
		line-height: 0.77;
	}
}


/* ==========================================================================
   v3.5 Venue archive: landscape phone / small tablet
   ========================================================================== */

@media (min-width: 721px) and (max-width: 980px) {
	/*
	 * Keep the two-column archive comfortably inside the content area at
	 * landscape-phone/tablet widths such as 852px.
	 */
	.wc-venue-grid {
		width: 100%;
		max-width: 100%;
		min-width: 0;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		column-gap: 18px;
		row-gap: 52px;
		overflow: hidden;
		box-sizing: border-box;
	}

	.wc-venue-card,
	.wc-venue-card-image-link,
	.wc-venue-card-image,
	.wc-venue-card-body {
		width: 100%;
		max-width: 100%;
		min-width: 0;
		box-sizing: border-box;
	}

	.wc-venue-card {
		overflow-x: clip;
	}

	.wc-venue-card-image {
		overflow: hidden;
	}

	/*
	 * Long venue names were the main source of apparent right-hand overflow.
	 * Keep the pink title panel fully inside its image and allow names to wrap.
	 */
	.wc-venue-card-title {
		box-sizing: border-box;
		width: auto;
		max-width: 86%;
		min-width: 0;
		white-space: normal;
		overflow-wrap: anywhere;
		word-break: normal;
	}

	.wc-venue-card-body {
		padding-left: 18px;
		padding-right: 18px;
	}
}


/* ==========================================================================
   v3.6 Homepage: iPad landscape planning title
   ========================================================================== */

/*
 * At iPad-landscape / small-laptop widths the 140px display title is too
 * large for the central column. Reduce only this homepage heading to 100px.
 */
@media (min-width: 981px) and (max-width: 1180px) {
	.wc-home-plan-copy h2 {
		font-size: 100px;
		line-height: 0.77;
	}
}


/* ==========================================================================
   v3.7 Mobile single venue floral/footer overlap
   ========================================================================== */

/*
 * On phone portrait layouts, let the decorative single-venue flowers sit
 * behind the footer, matching the desktop treatment and removing the visible
 * white gap above the footer.
 */
@media (max-width: 720px) and (orientation: portrait) {
	.wc-single-venue {
		padding-bottom: 0;
	}

	.wc-single-florals {
		position: relative;
		z-index: 0;
		height: 145px;
		margin-top: -10px;
		margin-bottom: -96px;
		overflow: hidden;
		pointer-events: none;
	}

	.wc-single-venue + .site-footer {
		position: relative;
		z-index: 1;
	}
}
