/* Alan Scott front-page styles */
.alanscott-container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.alanscott-front section { padding: 80px 0; }

.alanscott-hero { text-align: center; background: #f5f1ea; }
.alanscott-hero__logo { max-width: 220px; height: auto; margin: 0 auto 24px; display: block; }
.alanscott-hero__title { font-size: 52px; line-height: 1.1; margin: 0 0 24px; font-family: "Source Serif 4", Georgia, serif; color: #022E3D; }
.alanscott-hero__intro { max-width: 720px; margin: 0 auto 48px; font-size: 18px; line-height: 1.6; color: #4a5568; }
.alanscott-hero__video { max-width: 880px; margin: 0 auto; }
.alanscott-hero__video-wrap { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; border-radius: 12px; box-shadow: 0 20px 60px rgba(0,0,0,.15); }
.alanscott-hero__video-wrap iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.alanscott-hero__cta { margin-top: 40px; }

.alanscott-btn { display: inline-block; padding: 14px 32px; border-radius: 999px; background: #022E3D; color: #fff; text-decoration: none; font-weight: 500; transition: background .2s; border: 1px solid #022E3D; }
.alanscott-btn:hover { background: #034058; }
.alanscott-btn--ghost { background: transparent; color: #022E3D; }
.alanscott-btn--ghost:hover { background: #022E3D; color: #fff; }

.alanscott-amenities__head, .alanscott-rooms__head { display: flex; align-items: end; justify-content: space-between; flex-wrap: wrap; gap: 16px; margin-bottom: 48px; }
.alanscott-amenities__eyebrow, .alanscott-rooms__eyebrow { display: block; font-size: 14px; color: #6a7280; margin-bottom: 8px; letter-spacing: .04em; }
.alanscott-amenities__title, .alanscott-rooms__title { font-size: 40px; margin: 0; font-family: "Source Serif 4", Georgia, serif; color: #022E3D; flex: 1 1 auto; }

.alanscott-amenities__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.alanscott-amenity-card { position: relative; aspect-ratio: 1; border-radius: 16px; overflow: hidden; background: #d8d4cc center/cover no-repeat; color: #fff; text-decoration: none; }
.alanscott-amenity-card__overlay { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; background: linear-gradient(180deg, rgba(0,0,0,.1) 0%, rgba(0,0,0,.55) 100%); padding: 24px; }
.alanscott-amenity-card__icon svg { stroke: #fff; }
.alanscott-amenity-card__title { margin: 0; font-size: 26px; font-family: "Source Serif 4", Georgia, serif; }

.alanscott-rooms__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.alanscott-room-card { display: block; border-radius: 14px; overflow: hidden; background: #fff; box-shadow: 0 8px 24px rgba(0,0,0,.06); color: inherit; text-decoration: none; transition: transform .2s, box-shadow .2s; }
.alanscott-room-card:hover { transform: translateY(-4px); box-shadow: 0 16px 36px rgba(0,0,0,.1); }
.alanscott-room-card__img { aspect-ratio: 4/3; background: #e8e4dd center/cover no-repeat; }
.alanscott-room-card__body { padding: 20px; }
.alanscott-room-card__title { font-size: 20px; margin: 0 0 12px; color: #022E3D; }
.alanscott-room-card__specs { list-style: none; margin: 0; padding: 0; display: flex; gap: 12px; flex-wrap: wrap; font-size: 14px; color: #6a7280; }
.alanscott-room-card__specs li { padding: 4px 10px; background: #f5f1ea; border-radius: 999px; }

.alanscott-cta { background: #022E3D; color: #fff; text-align: center; }
.alanscott-cta h2 { font-size: 36px; margin: 0 0 16px; font-family: "Source Serif 4", Georgia, serif; }
.alanscott-cta p { margin: 0 0 24px; font-size: 18px; }
.alanscott-cta a:not(.alanscott-btn) { color: #A6CE39; }
.alanscott-cta .alanscott-btn { background: #A6CE39; border-color: #A6CE39; color: #022E3D; }
.alanscott-cta .alanscott-btn:hover { background: #b8d950; border-color: #b8d950; }
.alanscott-cta .alanscott-btn--ghost { background: transparent; color: #fff; border-color: #fff; }
.alanscott-cta .alanscott-btn--ghost:hover { background: #fff; color: #022E3D; }

@media (max-width: 900px) {
	.alanscott-front section { padding: 56px 0; }
	.alanscott-hero__title { font-size: 38px; }
	.alanscott-amenities__title, .alanscott-rooms__title { font-size: 30px; }
	.alanscott-amenities__grid { grid-template-columns: repeat(2, 1fr); }
	.alanscott-rooms__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
	.alanscott-hero__title { font-size: 30px; }
	.alanscott-amenities__grid { grid-template-columns: 1fr; }
	.alanscott-rooms__grid { grid-template-columns: 1fr; }
}
