/* 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; }
}

/* =====================================================================
   Home - "Our verticals" section redesign (as-pillars)
   Self-contained; supersedes legacy .as-verticals / .as-vertical-card.
   ===================================================================== */
.as-pillars {
	padding: clamp(64px, 9vh, 118px) clamp(20px, 5vw, 48px);
	background:
		radial-gradient(120% 80% at 90% -10%, rgba(232, 160, 32, 0.06) 0%, transparent 55%),
		var(--as-bg);
}
.as-pillars__wrap { max-width: 1240px; margin-inline: auto; }

.as-pillars__head { max-width: 640px; margin: 0 0 clamp(34px, 4.5vw, 58px); }
.as-pillars__eyebrow {
	font-family: var(--as-font-mono);
	font-size: 0.72rem; font-weight: 600;
	letter-spacing: 0.2em; text-transform: uppercase;
	color: var(--as-gold);
	margin: 0 0 14px;
}
.as-pillars__title {
	font-family: var(--as-font-display);
	font-weight: 700;
	font-size: clamp(2rem, 1rem + 3vw, 3.1rem);
	line-height: 1.04; letter-spacing: -0.025em;
	color: var(--as-ink);
	margin: 0;
}
.as-pillars__title em { font-style: normal; color: var(--as-gold); }
.as-pillars__lede {
	margin: 18px 0 0;
	font-family: var(--as-font-body);
	font-size: 1.05rem; line-height: 1.6;
	color: var(--as-text-secondary);
}

.as-pillars__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(14px, 1.4vw, 20px);
}

.as-pillar {
	position: relative;
	display: flex; flex-direction: column;
	padding: 26px 26px 30px;
	background: var(--as-white);
	border: 1px solid var(--as-border);
	border-radius: 16px;
	color: var(--as-ink);
	text-decoration: none;
	overflow: hidden;
	isolation: isolate;
	transition: transform 0.28s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.28s ease, border-color 0.28s ease;
}
.as-pillar::before {
	content: "";
	position: absolute; left: 0; top: 0; bottom: 0;
	width: 3px;
	background: var(--pillar-accent, var(--as-gold));
	transform: scaleY(0); transform-origin: top;
	transition: transform 0.28s cubic-bezier(0.23, 1, 0.32, 1);
}
.as-pillar:hover {
	transform: translateY(-4px);
	border-color: transparent;
	box-shadow: 0 22px 46px -24px rgba(10, 22, 40, 0.5);
}
.as-pillar:hover::before { transform: scaleY(1); }
.as-pillar:focus-visible { outline: 2px solid var(--as-gold); outline-offset: 3px; }

.as-pillar__top {
	display: flex; align-items: center; justify-content: space-between;
	margin-bottom: 22px;
}
.as-pillar__index {
	font-family: var(--as-font-mono);
	font-size: 12px; letter-spacing: 0.16em;
	color: var(--as-gold);
}
.as-pillar__arrow {
	display: inline-flex;
	color: var(--as-shade-40);
	transition: transform 0.28s ease, color 0.28s ease;
}
.as-pillar:hover .as-pillar__arrow {
	color: var(--pillar-accent, var(--as-gold));
	transform: translate(3px, -3px);
}

.as-pillar__name {
	font-family: var(--as-font-display);
	font-weight: 700;
	font-size: 1.42rem; line-height: 1.16; letter-spacing: -0.015em;
	color: var(--as-ink);
	margin: 0;
}
.as-pillar__tag {
	font-family: var(--as-font-body);
	font-size: 0.8rem; font-weight: 600;
	letter-spacing: 0.01em; text-transform: uppercase;
	color: var(--as-shade-50);
	margin: 10px 0 0;
}
.as-pillar__blurb {
	font-family: var(--as-font-body);
	font-size: 0.95rem; line-height: 1.55;
	color: var(--as-text-secondary);
	margin: 14px 0 0;
}

@media (max-width: 980px) {
	.as-pillars__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 600px) {
	.as-pillars__grid { grid-template-columns: 1fr; }
	.as-pillar { padding: 22px 22px 26px; }
}

/* =====================================================================
   Home sections mirroring thealanscott.com (philosophy / IR / founder / culture)
   ===================================================================== */
.as-btn--gold { background: var(--as-gold); color: var(--as-ink); }
.as-btn--gold:hover { background: var(--as-gold-light); color: var(--as-ink); }

/* 2. Our Philosophy - four steps */
.as-howto { background: var(--as-bg); padding: clamp(56px, 8vh, 104px) 0; }
.as-howto__eyebrow { text-align: center; }
.as-howto__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(20px, 2.5vw, 40px); margin-top: 38px; }
.as-howto__step { text-align: center; padding: 0 8px; }
.as-howto__ic { display: inline-flex; color: var(--as-gold); }
.as-howto__n { display: block; font-family: var(--as-font-mono); font-size: 12px; letter-spacing: .16em; color: var(--as-shade-40); margin: 14px 0 8px; }
.as-howto__t { font-family: var(--as-font-display); font-weight: 600; font-size: 1.16rem; line-height: 1.25; letter-spacing: -.01em; color: var(--as-ink); margin: 0; }
@media (max-width: 880px) { .as-howto__grid { grid-template-columns: repeat(2, 1fr); gap: 32px 20px; } }
@media (max-width: 520px) { .as-howto__grid { grid-template-columns: 1fr; } }

/* 4. Investor Relations band */
.as-irband { background: var(--as-ink); color: #fff; padding: clamp(56px, 8vh, 104px) clamp(20px, 5vw, 48px); }
.as-irband__inner { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(28px, 4vw, 64px); align-items: center; max-width: 1240px; margin-inline: auto; }
.as-irband__eyebrow { color: var(--as-gold); }
.as-irband__title { font-family: var(--as-font-display); font-weight: 700; font-size: clamp(1.8rem, 1rem + 2.4vw, 2.8rem); line-height: 1.08; letter-spacing: -.02em; color: #fff; margin: 10px 0 26px; }
.as-irband__title em { font-style: normal; color: var(--as-gold); }
.as-irband__tags { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.as-irband__tags li { padding: 15px 20px; border: 1px solid rgba(255,255,255,.14); border-radius: 12px; background: rgba(255,255,255,.04); color: #cdd8e0; font-size: .98rem; }
@media (max-width: 820px) { .as-irband__inner { grid-template-columns: 1fr; } }

/* 5. Founder's vision */
.as-founderq { background: var(--as-cream); padding: clamp(60px, 9vh, 120px) 0; }
.as-founderq__inner { max-width: 880px; margin-inline: auto; text-align: center; }
.as-founderq__mark { display: block; font-family: var(--as-font-serif); font-size: 90px; line-height: .6; color: var(--as-gold); }
.as-founderq__quote { font-family: var(--as-font-serif); font-style: italic; font-size: clamp(1.2rem, 1rem + 1vw, 1.62rem); line-height: 1.5; color: var(--as-ink); margin: 8px 0 30px; }
.as-founderq__by strong { display: block; font-family: var(--as-font-display); font-weight: 700; font-size: 1.08rem; color: var(--as-ink); }
.as-founderq__by span { color: var(--as-shade-50); font-size: .92rem; }

/* 6. Culture / Work With Us */
.as-culture { background: var(--as-navy-panel); color: #fff; padding: clamp(56px, 8vh, 104px) clamp(20px, 5vw, 48px); }
.as-culture__inner { display: flex; flex-wrap: wrap; gap: 28px 48px; align-items: center; justify-content: space-between; max-width: 1240px; margin-inline: auto; }
.as-culture__eyebrow { color: var(--as-gold); }
.as-culture__title { font-family: var(--as-font-display); font-weight: 700; font-size: clamp(1.6rem, 1rem + 2vw, 2.4rem); line-height: 1.12; letter-spacing: -.02em; color: #fff; margin: 10px 0 12px; max-width: 20ch; }
.as-culture__sub { color: #cdd8e0; max-width: 46ch; margin: 0; font-size: 1.02rem; line-height: 1.55; }
.as-culture__actions { flex: none; }
