/* BHH Holiday - shared section + banner + split + prose */
.bhh-container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.bhh-eyebrow { font-size: 13px; letter-spacing: .08em; text-transform: uppercase; color: #6a7280; margin: 0 0 8px; }

.bhh-banner { position: relative; min-height: 360px; display: flex; align-items: end; padding: 80px 0 56px; background: #022E3D; color: #fff; overflow: hidden; }
.bhh-banner__media { position: absolute; inset: 0; background-position: center; background-size: cover; }
.bhh-banner__overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(2,46,61,.4) 0%, rgba(2,46,61,.85) 100%); }
.bhh-banner__inner { position: relative; z-index: 1; max-width: 1200px; width: 100%; margin: 0 auto; padding: 0 20px; }
.bhh-banner__eyebrow { color: #e8e3da; }
.bhh-banner h1 { margin: 0; font-family: "Source Serif 4", Georgia, serif; font-size: 52px; line-height: 1.1; color: #fff; }

.bhh-section { padding: 80px 0; }
.bhh-section--cream { background: #f5f1ea; }
.bhh-section__head { text-align: center; max-width: 720px; margin: 0 auto 48px; }
.bhh-section__head h2, .bhh-section h2 { font-family: "Source Serif 4", Georgia, serif; font-size: 38px; margin: 0; color: #022E3D; line-height: 1.15; }

.bhh-split { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.bhh-split__media img { width: 100%; height: auto; border-radius: 14px; display: block; aspect-ratio: 4/3; object-fit: cover; }
.bhh-split__body p { color: #4a5568; line-height: 1.7; font-size: 16px; }

.bhh-prose { max-width: 720px; margin: 0 auto; color: #4a5568; line-height: 1.7; font-size: 16px; text-align: center; }
.bhh-prose p { margin: 0 0 18px; }
.bhh-prose strong { color: #022E3D; }
.bhh-prose a:not(.bhh-btn) { color: #022E3D; text-decoration: underline; text-decoration-color: #A6CE39; text-underline-offset: 4px; }

@media (max-width: 800px) {
	.bhh-banner h1 { font-size: 36px; }
	.bhh-section__head h2, .bhh-section h2 { font-size: 28px; }
	.bhh-split { grid-template-columns: 1fr; }
	.bhh-section { padding: 56px 0; }
}
