/* ============================================================
   Additions: What's On expiry, News grid, landing-page blocks.
   Kept outside the Grunt build so it can ship without a compile.
   ============================================================ */

/* --- What's On: expired items --- */
.whatson-expired-bar {
	background: #393635;
	color: #fff;
	text-align: center;
	padding: 0.85rem 1.25rem;
}
.whatson-expired-bar p { margin: 0; }
.whatson-expired-bar a {
	color: #fff;
	text-decoration: underline;
}
.whatson-expired {
	opacity: 0.55;
	filter: grayscale(35%);
	transition: opacity 0.3s ease;
}
.whatson-expired:hover { opacity: 0.75; }

/* --- News index + single --- */
.news-index .news-date,
.news-single-header .news-date {
	text-transform: uppercase;
	letter-spacing: 0.08em;
	opacity: 0.6;
	font-size: 0.72rem;
}
.news-index .news-date { margin: 0.35rem 0 0.5rem; }
.news-single-header .news-date { text-align: center; }
.news-index .news-excerpt { margin-bottom: 1.5rem; }

/* Equal-height news cards: each card fills its cell so rows stay level.
   Scope the flex to the OUTER card cells only — never the inner .small-11
   cells, or the stacked title/image/text would collapse into a row. */
.news-index > .grid-x > .cell { display: flex; }
.news-index article {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
}
.news-index article > .grid-x {
	flex: 1 1 auto;
	align-content: flex-start;
	width: 100%;
}

/* Uniform 5:4 landscape news card images, soft-cropped to fill the box */
.news-index .flex-image-special-container .flex-image-special img {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

/* News single body: all headings small and centered above the copy,
   with generous vertical space between headings and surrounding text */
.news-body h1,
.news-body h2,
.news-body h3,
.news-body h4,
.news-body h5,
.news-body h6 {
	text-align: center;
	font-size: 1rem;
	margin: 2.5rem 0 1rem;
}
.news-body > *:first-child { margin-top: 0; }
.news-single-footer { margin: 2.5rem 0 4rem; }
.news-back { text-decoration: underline; }
.news-index .pagination,
.news-index .nav-links {
	display: block;
	width: 100%;
	text-align: center;
	margin: 2rem 0 3rem;
}
.news-index .nav-links .page-numbers {
	display: inline-block;
	padding: 0.25rem 0.6rem;
	text-decoration: none;
}
.news-index .nav-links .page-numbers.current { text-decoration: underline; }

/* --- Landing page blocks --- */
.landing-intro { margin-top: 4.5rem; margin-bottom: 1rem; }
.landing-answer { margin-top: 1.25rem; }
.landing-facts { margin-top: 3.5rem; }
.landing-fact-value {
	font-size: 2rem;
	line-height: 1.1;
	font-weight: 700;
}
.landing-fact-label {
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-size: 0.75rem;
	opacity: 0.65;
	margin-top: 0.35rem;
}

.landing-card {
	height: 100%;
	padding: 1.75rem 1.5rem;
	border: 1px solid rgba(57, 54, 53, 0.18);
}
.landing-card h3 { margin: 0.75rem 0 0.25rem; }
.landing-card-eyebrow,
.landing-card-meta {
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-size: 0.75rem;
	opacity: 0.65;
}
.landing-card-body { margin-top: 0.75rem; }
.landing-card-link { text-decoration: underline; }

.landing-directions, .landing-rooms, .landing-nearby,
.landing-packages, .landing-related, .landing-faq,
.landing-info-table, .landing-split, .landing-quote { margin: 6rem auto; }

.landing-faq-item {
	border-bottom: 1px solid rgba(57, 54, 53, 0.18);
	padding: 1rem 0;
}
.landing-faq-item summary {
	cursor: pointer;
	font-weight: 600;
	list-style: none;
	position: relative;
	padding-right: 2rem;
}
.landing-faq-item summary::-webkit-details-marker { display: none; }
.landing-faq-item summary::after {
	content: "+";
	position: absolute;
	right: 0.25rem;
	top: 0;
	font-weight: 400;
}
.landing-faq-item[open] summary::after { content: "\2013"; }
.landing-faq-answer { padding-top: 0.75rem; }

.landing-info-table table { width: 100%; border-collapse: collapse; margin-top: 1.5rem; }
.landing-info-table th,
.landing-info-table td {
	text-align: left;
	padding: 0.65rem 0.5rem;
	border-bottom: 1px solid rgba(57, 54, 53, 0.18);
	vertical-align: top;
}
.landing-info-table th { font-weight: 600; width: 45%; }

.landing-cta {
	background: #393635;
	color: #fff;
	padding: 4.5rem 0;
	margin: 6rem 0;
	text-align: center;
}
.landing-cta h2 { color: #fff; }
.landing-cta p { margin-bottom: 0; }
/* Actions wrap: keep both buttons centered on one baseline */
.landing-cta-actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.75rem;
	margin-top: 1.75rem;
}
.landing-cta-button,
.landing-cta-secondary {
	display: inline-block;
	padding: 0.8rem 2rem;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-size: 0.8rem;
	text-decoration: none;
	border: 1px solid #fff;
	line-height: 1.4;
}
.landing-cta-button { background: #fff; color: #393635; }        /* primary: solid */
.landing-cta-secondary { background: transparent; color: #fff; } /* secondary: outline */

.landing-split-flip { flex-direction: row-reverse; }

.landing-quote blockquote { margin: 0; }
.landing-quote cite {
	display: block;
	margin-top: 1rem;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-size: 0.75rem;
	opacity: 0.65;
}

.landing-info-bar {
	border-top: 1px solid rgba(57, 54, 53, 0.18);
	border-bottom: 1px solid rgba(57, 54, 53, 0.18);
	padding: 1.5rem 0;
	margin: 3rem 0;
}
.landing-info-bar h5 {
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-size: 0.7rem;
	opacity: 0.6;
}
.landing-info-bar p { margin: 0.15rem 0 0; }
