/* ==========================================================================
   Alnwick Accommodation - Property page, modernised lower sections
   Loaded LAST on property pages. Pure CSS: no markup or JS hooks change,
   so tabs, accordions, carousel and modals keep working exactly as before.
   Covers: features, nearby services, audience cards, FAQs, reviews,
   related collections and the "other cottages" carousel.
   ========================================================================== */

:root {
	--lime: #A8C900;
	--lime-dark: #8FAD00;
	--lime-ink: #2B3300;
	--green-deep: #1F3326;
	--green-mid: #2E4A36;
	--cream: #F6F4EC;
	--ink: #2A2E27;
	--ink-soft: #5E6459;
	--line: #E2E0D6;
	--radius: 14px;
	--radius-lg: 20px;
	--shadow-sm: 0 1px 3px rgba(31,51,38,.06);
	--shadow: 0 2px 14px rgba(31,51,38,.07);
	--shadow-lift: 0 10px 30px rgba(31,51,38,.14);
	--ease: 300ms cubic-bezier(.22,.61,.36,1);
}

/* need-to-know.php ships its own teal palette - repoint it at ours so the
   whole page reads as one design rather than two. */
.needToKnowSection {
	--primary: var(--green-deep);
	--secondary: var(--lime-dark);
	--accent: var(--lime-dark);
	--light: var(--cream);
	--dark: var(--ink);
	--shadow: 0 2px 14px rgba(31,51,38,.07);
	background-color: transparent;
	color: var(--ink);
}

/* That stylesheet adds a glow to every icon - drop it, it reads as dated */
.needToKnowSection i { filter: none; }

/* 80px top and bottom on every section is a lot of dead space */
.needToKnowSection section { padding: 44px 0; }

.needToKnowSection .container { max-width: 1200px; padding: 0 20px; }

/* --------------------------------------------------------------------------
   Section titles
   -------------------------------------------------------------------------- */

.needToKnowSection .section-title { margin-bottom: 30px; text-align: center; }

.needToKnowSection .section-title h2 {
	font-family: 'Rum Raisin', 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 1.9rem;
	color: var(--green-deep);
	margin: 0 auto 8px;
	margin-left: auto !important;
	margin-right: auto !important;
	letter-spacing: 0;
	text-align: center;
}

/* need-to-know.php's body <style> has a reset that zeroes margins on every p
   via :is(h1,h2,...,p,...). It loads after this file, so it killed the
   "margin: 0 auto" that was centring this - the sub-heading sat hard left.
   !important on the margin, and centring that doesn't rely on margins at all. */
.needToKnowSection .section-title p {
	color: var(--ink-soft);
	font-size: .98rem;
	max-width: 660px;
	margin-left: auto !important;
	margin-right: auto !important;
	text-align: center;
}

/* The old underline pseudo-element sat awkwardly under centred titles */
.needToKnowSection .section-title::after {
	content: '';
	display: block;
	width: 54px;
	height: 3px;
	border-radius: 2px;
	background: var(--lime);
	margin: 14px auto 0;
	position: static;
	transform: none;
}

/* ==========================================================================
   FEATURE PILLS  (features.php / features.css)
   Was: Arial, grey boxes, heavy drop shadows, scale-on-hover.
   ========================================================================== */

.featuresBox { margin: 6px 0 10px; }

.feature-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	text-align: left;
}

.feature-list li {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	font-family: inherit;
	font-size: .9rem;
	line-height: 1.35;
	color: var(--ink);
	background: var(--cream);
	border: 1px solid var(--line);
	border-radius: 999px;
	padding: 9px 16px 9px 12px;
	margin: 0;
	box-shadow: none;
	vertical-align: baseline;
	transition: border-color var(--ease), background var(--ease);
}

.feature-list li span.icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 18px;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: var(--lime);
	color: var(--lime-ink);
	font-size: .62rem;
	font-weight: 700;
	margin: 0;
}

.feature-list li:hover {
	background: #fff;
	border-color: var(--lime);
	transform: none;
}

.feature-list li:hover span.icon { color: var(--lime-ink); }

.facilityHeader {
	font-family: 'Rum Raisin', 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 1.4rem;
	color: var(--green-deep);
	margin: 26px 0 12px;
}

.facilityBox { color: var(--ink-soft); line-height: 1.7; }

/* ==========================================================================
   NEARBY SERVICES  - tabs + cards
   ========================================================================== */

.needToKnowSection .services-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center;
	margin: 0 0 28px;
	padding-bottom: 20px;
	border-bottom: 1px solid var(--line);
}

.needToKnowSection .tab-btn {
	appearance: none;
	border: 1px solid var(--line);
	background: #fff;
	color: var(--ink-soft);
	font-family: inherit;
	font-size: .88rem;
	font-weight: 600;
	line-height: 1;
	white-space: nowrap;
	padding: 10px 18px;
	border-radius: 999px;
	cursor: pointer;
	transition: background var(--ease), color var(--ease), border-color var(--ease);
}

.needToKnowSection .tab-btn:hover { border-color: var(--lime); color: var(--green-deep); }

.needToKnowSection .tab-btn:focus-visible {
	outline: 2px solid var(--lime-dark);
	outline-offset: 2px;
}

.needToKnowSection .tab-btn.active {
	background: var(--green-deep);
	border-color: var(--green-deep);
	color: #fff;
}

.needToKnowSection .services-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
	gap: 14px;
	align-items: stretch;
}

/* Cards are a fixed three-column strip: icon | text | postcode. The old
   centred/floating layout let long venue names run under the postcode pill. */
.needToKnowSection .service-card {
	display: grid;
	grid-template-columns: 44px minmax(0, 1fr) auto;
	align-items: center;
	column-gap: 14px;
	background: #fff;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	padding: 16px 18px;
	box-shadow: none;
	text-align: left;
	cursor: default;
	transition: border-color var(--ease), box-shadow var(--ease);
	content-visibility: auto;
	contain-intrinsic-size: 88px;
}

.needToKnowSection .service-card[hidden] { display: none; }

.needToKnowSection .service-card:hover {
	transform: none;
	border-color: var(--lime);
	box-shadow: var(--shadow-sm);
}

.needToKnowSection .service-icon {
	width: 44px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--cream);
	border-radius: 11px;
	font-size: 1rem;
	margin: 0;
}

.service-card .service-icon i,
.service-card .service-icon svg {
	color: var(--lime-dark);
	filter: none;
	font-size: 1rem;
	width: 1em;
	height: 1em;
}

.needToKnowSection .service-content { min-width: 0; }

.needToKnowSection .service-venue {
	font-family: inherit;
	font-weight: 700;
	color: var(--green-deep);
	font-size: .97rem;
	line-height: 1.3;
	margin: 0 0 4px;
	overflow-wrap: break-word;
}

.needToKnowSection .venue-distance {
	display: flex;
	align-items: center;
	gap: 6px;
	color: var(--ink-soft);
	font-size: .84rem;
	line-height: 1.3;
	margin: 0;
}

.needToKnowSection .venue-distance i { color: var(--lime-dark) !important; margin: 0; }

.needToKnowSection .service-postcode {
	justify-self: end;
	display: inline-block;
	background: var(--cream);
	border: 1px solid var(--line);
	color: var(--green-deep);
	font-size: .74rem;
	font-weight: 700;
	letter-spacing: .02em;
	white-space: nowrap;
	padding: 6px 10px;
	border-radius: 8px;
	margin: 0;
	text-decoration: none;
	transition: background var(--ease), color var(--ease), border-color var(--ease);
}

.needToKnowSection .service-postcode:hover,
.needToKnowSection .service-postcode:focus-visible {
	background: var(--green-deep);
	border-color: var(--green-deep);
	color: #fff;
}

/* ==========================================================================
   AUDIENCE CARDS  (families / couples / pets)
   ========================================================================== */

/* Centred on the page rather than stretched edge to edge - three fixed-width
   columns that sit as a block in the middle of the container. */
.audience-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
	max-width: 1080px;
	margin-left: auto;
	margin-right: auto;
	justify-content: center;
}

/* Photo-backed cards: the image sits in a ::before layer with a dark gradient
   over it, so the white text keeps its contrast whatever the photo does. */
.audience-card {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	border: 0;
	border-radius: var(--radius-lg);
	padding: 30px 26px 32px;
	box-shadow: var(--shadow);
	background: var(--green-deep);
	/* Everything in the card centres - the old left-aligned h5 sat off to the
	   side of centred paragraph text. */
	text-align: center;
	display: flex;
	flex-direction: column;
	/* Equal-height cards regardless of copy length */
	min-height: 320px;
	transition: transform var(--ease), box-shadow var(--ease);
}

/* Photo layer + darkening gradient */
.audience-card::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background-image:
		linear-gradient(180deg, rgba(14,26,18,.10) 0%, rgba(14,26,18,.18) 45%, rgba(14,26,18,.30) 100%),
		var(--audience-photo, none);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: transform var(--ease);
}

.audience-card--families { --audience-photo: url('/images/audience/families.jpg?id=21092026'); }
.audience-card--couples  { --audience-photo: url('/images/audience/couples.jpg?id=21092026'); }
.audience-card--pets     { --audience-photo: url('/images/audience/pets.jpg?id=21092026'); }

.audience-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lift); }
.audience-card:hover::before { transform: scale(1.04); }

/* Compact icon tile, now centred above the title */
.audience-icon {
	width: 46px;
	height: 46px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--lime);
	border-radius: 12px;
	margin: 0 auto 16px;
	font-size: 1.05rem;
	flex: 0 0 auto;
}

.audience-card .audience-icon i { color: var(--lime-ink) !important; filter: none; font-size: 1.05rem; }

/* A soft scrim directly behind the copy. The card overlay is deliberately
   light now so the photos read, so this is what actually guarantees contrast
   on a bright patch of sky or sand. */
.audience-content {
	display: flex;
	flex-direction: column;
	position: relative;
	background: rgba(12,22,16,.62);
	border-radius: 14px;
	padding: 18px 16px 20px;
	backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(3px);
}

/* The supplemental copy arrives as whatever markup the DB holds - sometimes a
   bare text node, sometimes <p>, sometimes a <div>. needToKnowSection sets
   color:#333 on everything inside it, so target the card's whole subtree and
   beat that specificity, or the body text renders grey on the photo. */
.needToKnowSection .audience-card,
.needToKnowSection .audience-card *,
.needToKnowSection .audience-content,
.needToKnowSection .audience-content * {
	color: #fff;
	text-align: center;
}

/* The lime icon tile keeps its dark glyph - it sits on lime, not on photo */
.needToKnowSection .audience-card .audience-icon i { color: var(--lime-ink) !important; }

.needToKnowSection .audience-content h5 {
	font-size: 1.22rem;
	font-weight: 700;
	color: #fff;
	margin: 0 0 10px;
	text-align: center;
	text-shadow: 0 2px 5px rgba(0,0,0,.6);
}

.needToKnowSection .audience-content p,
.needToKnowSection .audience-content div,
.needToKnowSection .audience-content li,
.needToKnowSection .audience-content span {
	color: #fff;
	font-size: .94rem;
	line-height: 1.65;
	margin: 0;
	text-align: center;
	text-shadow: 0 2px 5px rgba(0,0,0,.65);
}

/* Between tablet and the 860px stack point, three columns get too narrow for
   the copy - go to two centred columns with the last one centred beneath. */
@media only screen and (max-width: 1040px) and (min-width: 861px) {
	.audience-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 720px; }
	.audience-card:last-child { grid-column: 1 / -1; max-width: 350px; margin: 0 auto; width: 100%; }
}

/* Any links the supplemental copy brings with it must stay visible on photo.
   Needs the section prefix to outrank the blanket white rule above. */
.needToKnowSection .audience-content a { color: var(--lime); text-decoration: underline; }
.needToKnowSection .audience-content a:hover { color: #fff; }

/* ==========================================================================
   DINING / FEATURE CARDS
   Centred grid so the cards don't stretch to the container edges, and every
   element inside the card centred explicitly - the inline <style> in the body
   only sets text-align on .feature-card, which leaves the icon (a flex/block
   child) free to sit left of centre on the card that wraps to two lines.
   ========================================================================== */

.needToKnowSection .features-grid {
	grid-template-columns: repeat(auto-fit, minmax(260px, 320px));
	justify-content: center;
	max-width: 1080px;
	margin-left: auto;
	margin-right: auto;
}

.needToKnowSection .feature-card {
	text-align: center;
	border-radius: var(--radius-lg);
	display: flex;
	flex-direction: column;
	align-items: center;
}

.needToKnowSection .feature-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.needToKnowSection .feature-content { width: 100%; text-align: center; }

.needToKnowSection .feature-content h5,
.needToKnowSection .feature-content p {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

/* ==========================================================================
   FAQ ACCORDION
   ========================================================================== */

.accordion { max-width: 860px; margin: 0 auto; }

.accordion-item {
	margin-bottom: 10px;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	overflow: hidden;
	background: #fff;
	box-shadow: none;
	transition: border-color var(--ease);
}

.accordion-item:hover { border-color: #cfd4c6; }

.accordion-header {
	background: #fff;
	padding: 17px 20px;
	gap: 16px;
	transition: background var(--ease);
}

.accordion-header:hover { background: var(--cream); }

.accordion-title {
	font-weight: 600;
	color: var(--green-deep);
	font-size: .98rem;
	line-height: 1.4;
}

.accordion-icon { font-size: .85rem; color: var(--lime-dark); transition: transform var(--ease); }

/* Closed by default; prefixed so the body <style> block can't override it */
.needToKnowSection .accordion-content {
	background: #fff;
	max-height: 0;
	overflow: hidden;
	transition: max-height 300ms ease;
}

.needToKnowSection .accordion-text {
	padding: 20px;
	color: var(--ink-soft);
	line-height: 1.7;
	font-size: .95rem;
}

/* The header must stay clickable - it carries the only click target */
.needToKnowSection .accordion-header { cursor: pointer; }

/* Open state: the old rule turned the title white on a light background.
   These need the .needToKnowSection prefix to beat need-to-know.php's own
   <style> block, which sits in the BODY and so loads after this stylesheet -
   at equal specificity it was winning, capping answers at its max-height:300px
   and clipping longer FAQs so they looked like they weren't opening. */
.needToKnowSection .accordion-item.active { border-color: var(--lime); }
.needToKnowSection .accordion-item.active .accordion-header { background: var(--cream); }
.needToKnowSection .accordion-item.active .accordion-title { color: var(--green-deep); }
.needToKnowSection .accordion-item.active .accordion-icon { color: var(--lime-dark); transform: rotate(180deg); }

/* Generous cap - long answers were being cut off at 300px */
.needToKnowSection .accordion-item.active .accordion-content { max-height: 1500px; }

/* ==========================================================================
   OTHER COTTAGES CAROUSEL
   ========================================================================== */

.carousel-item {
	border: 1px solid var(--line);
	border-radius: var(--radius);
	overflow: hidden;
	background: #fff;
	box-shadow: var(--shadow-sm);
	transition: transform var(--ease), box-shadow var(--ease);
}

.carousel-item:hover { transform: translateY(-8px); box-shadow: var(--shadow); }

.carousel-title { color: var(--green-deep); font-weight: 700; }
.carousel-location { color: var(--ink-soft); font-size: .85rem; }
.carousel-description { color: var(--ink-soft); font-size: .9rem; line-height: 1.6; }

.carousel-feature { color: var(--ink-soft); font-size: .82rem; }
.carousel-feature i { color: var(--lime-dark); }

.carousel-badge {
	border-radius: 999px;
	font-size: .72rem;
	font-weight: 700;
	padding: 5px 11px;
	letter-spacing: .01em;
}

.carousel-hot-tub { background: var(--lime); color: var(--lime-ink); }
.carousel-miles { background: var(--green-deep); color: #fff; }

.carousel-arrow {
	background: #fff;
	border: 1px solid var(--line);
	color: var(--green-deep);
	border-radius: 50%;
	box-shadow: var(--shadow);
	transition: background var(--ease), color var(--ease);
}

.carousel-arrow:hover { background: var(--lime); border-color: var(--lime); color: var(--lime-ink); }

.carousel-image-count {
	background: rgba(31,51,38,.78);
	color: #fff;
	border-radius: 999px;
	font-size: .74rem;
	padding: 4px 10px;
}

/* ==========================================================================
   RELATED COLLECTIONS
   ========================================================================== */

.relatedCollections { max-width: 1200px; margin: 30px auto; padding: 0 20px; }

.relatedCollectionsTitle {
	font-family: 'Rum Raisin', 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 1.5rem;
	color: var(--green-deep);
	margin: 0 0 14px;
}

.relatedCollectionsPills { display: flex; flex-wrap: wrap; gap: 9px; }

.relatedCollectionPill {
	display: inline-block;
	background: var(--cream);
	border: 1px solid var(--line);
	color: var(--ink);
	border-radius: 999px;
	padding: 9px 17px;
	font-size: .88rem;
	font-weight: 600;
	text-decoration: none;
	transition: background var(--ease), border-color var(--ease), color var(--ease);
}

.relatedCollectionPill:hover {
	background: var(--lime);
	border-color: var(--lime);
	color: var(--lime-ink);
}

/* ==========================================================================
   REVIEWS
   ========================================================================== */

.reviewsList { max-width: 1200px; margin: 0 auto; padding: 0 20px; }

/* Review cards: a light card on white, quote marks dropped in favour of a
   clean left rule. The quote GIFs are legacy markup we can't edit per-page. */
.reviewsList .reviewBox {
	margin: 0 0 14px;
	padding: 22px 24px;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: #fff;
	box-shadow: var(--shadow-sm);
	transition: border-color var(--ease), box-shadow var(--ease);
}

.reviewsList .reviewBox:hover {
	border-color: var(--lime);
	box-shadow: var(--shadow);
}

.reviewsList .reviewName {
	font-size: 1.02rem;
	font-weight: 700;
	color: var(--green-deep);
	margin: 0 0 10px;
	line-height: 1.4;
}

.reviewsList .reviewDate {
	font-size: .82rem;
	color: var(--ink-soft);
	margin: 0 0 10px;
}

/* The markup wraps the text in a flex row between two quote images. Hide the
   images and let the copy use the full width. */
.reviewsList .reviewComment { display: block; }
.reviewsList .reviewComment img { display: none; }

.reviewsList .reviewComment .reviewText {
	width: auto;
	padding: 0 0 0 16px;
	border-left: 3px solid var(--lime);
	color: var(--ink-soft);
	font-size: .95rem;
	line-height: 1.7;
}

/* --------------------------------------------------------------------------
   Leave a review form
   -------------------------------------------------------------------------- */

.reviewsList .reviewForm,
.reviewForm {
	max-width: 1200px;
	margin: 26px auto 0;
	padding: 28px 30px 30px;
	background: #fff;
	border: 1px solid var(--line);
	border-radius: var(--radius-lg);
	box-shadow: var(--shadow);
}

.reviewForm .reviewFormHeader {
	font-size: 1.4rem;
	font-weight: 700;
	color: var(--green-deep);
	margin: 0 0 6px;
}

.reviewForm form > div:first-of-type {
	color: var(--ink-soft);
	font-size: .95rem;
	margin-bottom: 22px;
}

/* Labels above fields rather than in a rigid left column */
.reviewForm .reviewFormRow {
	display: block;
	margin: 0 0 18px;
}

.reviewForm .reviewFormCellLeft {
	margin: 0 0 7px;
	min-width: 0;
	font-size: .85rem;
	font-weight: 600;
	color: var(--ink);
	letter-spacing: .01em;
}

.reviewForm .reviewFormCellRight { margin: 0; width: 100%; }

.reviewForm input[type=text],
.reviewForm select,
.reviewForm textarea,
.reviewForm .reviewText,
.reviewForm .reviewTextarea {
	width: 100%;
	max-width: 420px;
	box-sizing: border-box;
	font-family: inherit;
	font-size: .95rem;
	color: var(--ink);
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 10px;
	padding: 11px 13px;
	transition: border-color var(--ease), box-shadow var(--ease);
}

.reviewForm .reviewTextarea,
.reviewForm textarea {
	max-width: 100%;
	height: 150px;
	resize: vertical;
	line-height: 1.6;
}

.reviewForm select { max-width: 220px; cursor: pointer; }

.reviewForm input[type=text]:focus,
.reviewForm select:focus,
.reviewForm textarea:focus {
	outline: none;
	border-color: var(--lime);
	box-shadow: 0 0 0 3px rgba(168,201,0,.22);
}

.reviewForm .reviewButton { text-align: right; margin-top: 4px; }

.reviewForm .reviewButton input[type=submit] {
	appearance: none;
	font-family: inherit;
	font-size: .92rem;
	font-weight: 700;
	color: var(--lime-ink);
	background: var(--lime);
	border: 1px solid var(--lime);
	border-radius: 999px;
	padding: 12px 30px;
	cursor: pointer;
	transition: background var(--ease), border-color var(--ease), transform var(--ease);
}

.reviewForm .reviewButton input[type=submit]:hover {
	background: var(--lime-dark);
	border-color: var(--lime-dark);
	transform: translateY(-1px);
}

@media only screen and (max-width: 600px) {
	.reviewsList .reviewBox { padding: 17px 18px; }
	.reviewForm { padding: 22px 18px 24px; border-radius: var(--radius); }
	.reviewForm input[type=text],
	.reviewForm select { max-width: 100%; }
	.reviewForm .reviewButton input[type=submit] { width: 100%; }
}

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */

@media only screen and (max-width: 860px) {

	.needToKnowSection section { padding: 34px 0; }
	.needToKnowSection .section-title h2 { font-size: 1.6rem; }

	.needToKnowSection .services-grid { grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); }
	/* Single centred column - keep it narrow so it doesn't span the screen */
	.audience-grid {
		grid-template-columns: minmax(0, 460px);
		justify-content: center;
	}

	/* Stacked: the photo no longer needs to carry a tall card, and a shorter
	   one keeps all three visible without a long scroll. */
	.audience-card {
		padding: 24px 20px 26px;
		min-height: 0;
	}

	.audience-content h5 { font-size: 1.15rem; }
}

@media only screen and (max-width: 600px) {

	.needToKnowSection .container,
	.relatedCollections,
	.reviewsList { padding: 0 16px; }

	/* features.css stacks these full width on mobile - pills read better */
	.feature-list { gap: 7px; }

	.feature-list li {
		display: inline-flex;
		width: auto;
		margin: 0;
		font-size: .85rem;
		padding: 8px 14px 8px 10px;
	}

	.needToKnowSection .services-tabs { justify-content: flex-start; overflow-x: auto; flex-wrap: nowrap; padding-bottom: 4px; }
	.needToKnowSection .services-tabs::-webkit-scrollbar { display: none; }
	.needToKnowSection .tab-btn { flex: 0 0 auto; }

	.needToKnowSection .services-grid { grid-template-columns: 1fr; gap: 8px; }
	.needToKnowSection .service-card { grid-template-columns: 36px minmax(0, 1fr) auto; column-gap: 10px; padding: 12px 13px; }
	.needToKnowSection .service-icon { width: 36px; height: 36px; border-radius: 9px; font-size: .9rem; }
	.needToKnowSection .service-card .service-icon i { font-size: .9rem; }
	.needToKnowSection .service-venue { font-size: .9rem; }
	.needToKnowSection .venue-distance { font-size: .78rem; }
	.needToKnowSection .service-postcode { font-size: .7rem; padding: 5px 8px; }
	.accordion-header { padding: 15px 16px; }
	.accordion-text { padding: 17px 16px; }
}

/* Respect reduced-motion preferences */
@media (prefers-reduced-motion: reduce) {
	.needToKnowSection *,
	.feature-list li,
	.needToKnowSection .service-card,
	.audience-card,
	.carousel-item,
	.accordion-item,
	.accordion-content { transition: none !important; }

	.needToKnowSection .service-card:hover,
	.audience-card:hover,
	.audience-card::before,
	.audience-card:hover::before,
	.carousel-item:hover { transform: none; }
}

/* ==========================================================================
   MOBILE: fixed "Check Prices" bar + back-to-top button
   The bar is position:fixed at bottom:0, so the back-to-top button (bottom:2em
   in main.css) sat underneath it. Lift it clear of the bar's height.
   ========================================================================== */

@media only screen and (max-width: 600px) {

	/* Bar height ~ (20px padding * 2) + line-height. Clear it with room to spare. */
	.backToTop {
		bottom: calc(70px + env(safe-area-inset-bottom, 0px)) !important;
	}

	/* White label reads better on the lime bar than the dark olive default */
	.newButtonContainerMobile .newButton,
	.newButtonContainerMobile a.newButton {
		color: #fff !important;
	}

	.newButtonContainerMobile .newButton:hover,
	.newButtonContainerMobile a.newButton:hover,
	.newButtonContainerMobile .newButton:focus {
		color: #fff !important;
	}
}

@media only screen and (max-width: 400px) {

	/* Bar shrinks to 15px padding at this width - tighten the offset to match */
	.backToTop {
		bottom: calc(60px + env(safe-area-inset-bottom, 0px)) !important;
	}
}
