/**
 * AL Hospitality — content page templates stylesheet.
 * Covers: front-page.php, page-about.php, page-services.php, page-why-al-hospitality.php.
 *
 * Relies on design tokens declared in style.css: --alh-bg, --alh-ink, --alh-ink-2,
 * --alh-muted, --alh-muted-2, --alh-accent (--ac alias), --alh-rule, --alh-maxw.
 * Loaded after style.css.
 */

/* -----------------------------------------------------------------------
 * Shared building blocks (namespaced alh-pages- to avoid colliding with
 * anything the shell stylesheet may already define).
 * --------------------------------------------------------------------- */

.alh-pages-wrap {
	max-width: var( --alh-maxw );
	margin-inline: auto;
	padding-inline: 40px;
}

.alh-pages-section {
	padding-block: clamp( 3rem, 6vw, 6rem );

/* Match About and Services backgrounds to the Home page. */
.alh-about,
.alh-about .alh-pages-section,
.alh-svc,
.alh-svc .alh-pages-section {
/**
 * AL Hospitality — content page templates stylesheet.
 * Covers: front-page.php, page-about.php, page-services.php, page-why-al-hospitality.php.
 *
 * Relies on design tokens declared in style.css: --alh-bg, --alh-ink, --alh-ink-2,
 * --alh-muted, --alh-muted-2, --alh-accent (--ac alias), --alh-rule, --alh-maxw.
 * Loaded after style.css.
 */

/* -----------------------------------------------------------------------
 * Shared building blocks (namespaced alh-pages- to avoid colliding with
 * anything the shell stylesheet may already define).
 * --------------------------------------------------------------------- */

.alh-pages-wrap {
	max-width: var( --alh-maxw );
	margin-inline: auto;
	padding-inline: 40px;
}

.alh-pages-section {
	padding-block: clamp( 3rem, 6vw, 6rem );
}

.alh-pages-eyebrow {
	margin: 0 0 14px;
	font-family: 'Karla', sans-serif;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var( --alh-muted-2 );
}

.alh-pages-pill {
	display: inline-flex;
	align-items: center;
	gap: 0.5em;
	padding: 0.85em 1.75em;
	border: 1px solid var( --alh-ink );
	border-radius: 999px;
	background: transparent;
	color: var( --alh-ink );
	font-family: 'Karla', sans-serif;
	font-size: 0.95rem;
	font-weight: 500;
	text-decoration: none;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.alh-pages-pill:hover {
	background: var( --alh-ink );
	color: var( --alh-bg );
	border-color: var( --alh-ink );
}

.alh-pages-pill:focus-visible {
	outline: 2px solid var( --ac );
	outline-offset: 3px;
}

/* Dashed striped placeholder, shared shape for hero + portrait images */
.alh-home-hero-placeholder,
.alh-about-portrait-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px dashed var( --alh-rule );
	background-image: repeating-linear-gradient(
		45deg,
		var( --alh-rule ) 0,
		var( --alh-rule ) 1px,
		transparent 1px,
		transparent 12px
	);
	color: var( --alh-muted-2 );
	text-align: center;
	font-family: 'Karla', sans-serif;
	font-size: 0.8rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	padding: 1.5rem;
}

/* -----------------------------------------------------------------------
 * Home — front-page.php
 * --------------------------------------------------------------------- */

.alh-home-hero-copy {
	text-align: left;
	max-width: 46rem;
}

.alh-home-hero-title {
	margin: 0 0 1.25rem;
	font-family: 'Newsreader', serif;
	font-weight: 400;
	font-size: clamp( 2.25rem, 4.5vw, 3.75rem );
	line-height: 1.1;
	color: var( --alh-ink );
}

.alh-home-hero-sub {
	margin: 0 0 2rem;
	font-family: 'Karla', sans-serif;
	font-size: 1.125rem;
	line-height: 1.6;
	color: var( --alh-muted );
	max-width: 38rem;
}

.alh-home-hero-media {
	margin-top: clamp( 2.5rem, 5vw, 4rem );
}

.alh-home-hero-img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 640px;
	object-fit: cover;
}

.alh-home-hero-placeholder {
	width: 100%;
	aspect-ratio: 16 / 9;
}

.alh-home-services-head {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 1.5rem;
	margin-bottom: 2.5rem;
}

.alh-home-services-head h2 {
	margin: 0;
	font-family: 'Newsreader', serif;
	font-weight: 400;
	font-size: clamp( 1.75rem, 3vw, 2.5rem );
	color: var( --alh-ink );
}

.alh-home-services-tag {
	margin: 0;
	white-space: nowrap;
}

.alh-home-rows {
	display: flex;
	flex-direction: column;
}

.alh-home-row {
	display: grid;
	grid-template-columns: 88px 1fr 1.15fr 40px;
	align-items: center;
	gap: 1.5rem;
	padding: 2rem 0;
	border-bottom: 1px solid var( --alh-rule );
	text-decoration: none;
	color: inherit;
	transition: padding-left 0.2s ease, background-color 0.2s ease;
}

.alh-home-row:first-child {
	border-top: 1px solid var( --alh-rule );
}

.alh-home-row-number {
	font-family: 'Newsreader', serif;
	font-style: italic;
	font-size: 1.25rem;
	color: var( --alh-muted-2 );
}

.alh-home-row-title {
	font-family: 'Newsreader', serif;
	font-size: 1.375rem;
	font-weight: 400;
	color: var( --alh-ink );
}

.alh-home-row-desc {
	font-family: 'Karla', sans-serif;
	font-size: 0.95rem;
	line-height: 1.5;
	color: var( --alh-muted );
}

.alh-home-row-arrow {
	justify-self: end;
	font-size: 1.25rem;
	color: var( --alh-ink );
	transition: transform 0.2s ease;
}

.alh-home-row:hover {
	padding-left: 0.5rem;
	background: rgba( 178, 107, 76, 0.06 );
}

.alh-home-row:hover .alh-home-row-arrow {
	transform: translateX( 4px );
	color: var( --ac );
}

.alh-home-row:focus-visible {
	outline: 2px solid var( --ac );
	outline-offset: -2px;
}

.alh-home-cta {
	background: var( --alh-ink );
	color: var( --alh-bg );
}

.alh-home-cta-inner {
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.alh-home-cta-eyebrow {
	color: var( --alh-muted-2 );
}

.alh-home-cta-title {
	margin: 0 0 2rem;
	max-width: 40rem;
	font-family: 'Newsreader', serif;
	font-weight: 400;
	font-size: clamp( 1.75rem, 3.5vw, 2.75rem );
	line-height: 1.25;
	color: var( --alh-bg );
}

.alh-home-cta-btn {
	border-color: var( --alh-bg );
	color: var( --alh-bg );
}

.alh-home-cta-btn:hover {
	background: var( --ac );
	border-color: var( --ac );
	color: var( --alh-bg );
}

/* -----------------------------------------------------------------------
 * About — page-about.php
 * --------------------------------------------------------------------- */

.alh-about-title {
	margin: 0;
	max-width: 42rem;
	font-family: 'Newsreader', serif;
	font-weight: 400;
	font-size: clamp( 2rem, 4vw, 3rem );
	line-height: 1.15;
	color: var( --alh-ink );
}

.alh-about-split-grid {
	display: grid;
	grid-template-columns: 0.9fr 1.1fr;
	gap: clamp( 2.5rem, 5vw, 5rem );
	align-items: start;
}

.alh-about-portrait-img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 3 / 4;
	object-fit: cover;
}

.alh-about-portrait-placeholder {
	width: 100%;
	aspect-ratio: 3 / 4;
}

.alh-about-prose p {
	margin: 0 0 1.5rem;
	font-family: 'Karla', sans-serif;
	font-size: 1.0625rem;
	line-height: 1.7;
	color: var( --alh-muted );
}

.alh-about-prose p:last-child {
	margin-bottom: 2rem;
}

.alh-about-link {
	display: inline-flex;
	align-items: center;
	gap: 0.4em;
	font-family: 'Karla', sans-serif;
	font-size: 1rem;
	font-weight: 500;
	color: var( --alh-ink );
	text-decoration: underline;
	text-underline-offset: 4px;
	transition: color 0.2s ease;
}

.alh-about-link:hover {
	color: var( --ac );
}

.alh-about-link:focus-visible {
	outline: 2px solid var( --ac );
	outline-offset: 3px;
}

/* -----------------------------------------------------------------------
 * Services — page-services.php
 * --------------------------------------------------------------------- */

.alh-svc-title {
	margin: 0;
	max-width: 42rem;
	font-family: 'Newsreader', serif;
	font-weight: 400;
	font-size: clamp( 2rem, 4vw, 3rem );
	line-height: 1.15;
	color: var( --alh-ink );
}

.alh-svc-item {
	padding-block: clamp( 2.5rem, 5vw, 4rem );
	border-top: 1px solid var( --alh-rule );
}

.alh-svc-item:last-child {
	border-bottom: 1px solid var( --alh-rule );
}

.alh-svc-item-head {
	display: grid;
	grid-template-columns: 88px 1fr;
	gap: 1.5rem;
	margin-bottom: 2rem;
}

.alh-svc-item-number {
	font-family: 'Newsreader', serif;
	font-style: italic;
	font-size: 1.5rem;
	color: var( --alh-muted-2 );
}

.alh-svc-item-heading h2 {
	margin: 0 0 0.75rem;
	font-family: 'Newsreader', serif;
	font-weight: 400;
	font-size: clamp( 1.5rem, 2.5vw, 2rem );
	color: var( --alh-ink );
}

.alh-svc-item-lead {
	margin: 0;
	max-width: 42rem;
	font-family: 'Karla', sans-serif;
	font-size: 1.0625rem;
	line-height: 1.6;
	color: var( --alh-muted );
}

.alh-svc-item-grid {
	display: grid;
	grid-template-columns: repeat( 3, 1fr );
	gap: 2.5rem;
	padding-left: calc( 88px + 1.5rem );
}

.alh-svc-item-col h3 {
	margin: 0 0 1rem;
	font-family: 'Karla', sans-serif;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var( --alh-muted-2 );
}

.alh-svc-item-col ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.alh-svc-item-col p {
	margin: 0;
	font-family: 'Karla', sans-serif;
	font-size: 0.95rem;
	line-height: 1.6;
	color: var( --alh-ink-2 );
}

.alh-svc-item-col li {
	position: relative;
	margin-bottom: 0.75rem;
	padding-left: 1.1rem;
	font-family: 'Karla', sans-serif;
	font-size: 0.95rem;
	line-height: 1.5;
	color: var( --alh-ink-2 );
}

.alh-svc-item-col li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0.6em;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: var( --ac );
}

/* -----------------------------------------------------------------------
 * Why AL Hospitality — page-why-al-hospitality.php
 * --------------------------------------------------------------------- */

.alh-why-title {
	margin: 0;
	max-width: 42rem;
	font-family: 'Newsreader', serif;
	font-weight: 400;
	font-size: clamp( 2rem, 4vw, 3rem );
	line-height: 1.15;
	color: var( --alh-ink );
}

.alh-why-row {
	display: grid;
	grid-template-columns: 200px 1fr;
	gap: 2rem;
	padding-block: clamp( 2rem, 4vw, 3rem );
	border-top: 1px solid var( --alh-rule );
}

.alh-why-body .alh-why-row:last-child {
	border-bottom: 1px solid var( --alh-rule );
}

.alh-why-row-label {
	font-family: 'Karla', sans-serif;
	font-size: 11.5px;
	font-weight: 500;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var( --alh-muted-2 );
}

.alh-why-row-text {
	margin: 0;
	max-width: 32ch;
	font-family: 'Newsreader', serif;
	font-weight: 400;
	font-size: clamp( 24px, 2.8vw, 38px );
	line-height: 1.25;
	color: var( --alh-ink );
}

.alh-why-row-content {
	margin: 0;
}

.alh-why-values {
	display: grid;
	grid-template-columns: repeat( 3, 1fr );
	gap: 2rem;
}

.alh-why-value-card {
	padding: 1.75rem;
	border: 1px solid var( --alh-rule );
}

.alh-why-value-number {
	display: block;
	margin-bottom: 1rem;
	font-family: 'Newsreader', serif;
	font-style: italic;
	font-size: 1.25rem;
	color: var( --alh-muted-2 );
}

.alh-why-value-card h3 {
	margin: 0 0 0.75rem;
	font-family: 'Newsreader', serif;
	font-weight: 400;
	font-size: 1.25rem;
	color: var( --alh-ink );
}

.alh-why-value-card p {
	margin: 0;
	font-family: 'Karla', sans-serif;
	font-size: 0.95rem;
	line-height: 1.6;
	color: var( --alh-muted );
}

/* -----------------------------------------------------------------------
 * Responsive — 900px: numbered rows collapse to one column, arrows hide,
 * 200px/1fr splits stack.
 * --------------------------------------------------------------------- */

@media ( max-width: 900px ) {

	.alh-home-services-head {
		flex-direction: column;
		align-items: flex-start;
		gap: 0.5rem;
	}

	.alh-home-row {
		grid-template-columns: 48px 1fr;
		grid-template-areas:
			'number title'
			'. desc';
		row-gap: 0.5rem;
	}

	.alh-home-row-number {
		grid-area: number;
	}

	.alh-home-row-title {
		grid-area: title;
	}

	.alh-home-row-desc {
		grid-area: desc;
	}

	.alh-home-row-arrow {
		display: none;
	}

	.alh-about-split-grid {
		grid-template-columns: 1fr;
	}

	.alh-about-media {
		max-width: 24rem;
	}

	.alh-svc-item-head {
		grid-template-columns: 48px 1fr;
	}

	.alh-svc-item-grid {
		grid-template-columns: 1fr;
		padding-left: 0;
		gap: 2rem;
	}

	.alh-why-row {
		grid-template-columns: 1fr;
		gap: 0.75rem;
	}

	.alh-why-values {
		grid-template-columns: 1fr;
	}
}

/* -----------------------------------------------------------------------
 * Motion
 * --------------------------------------------------------------------- */

@media ( prefers-reduced-motion: reduce ) {

	.alh-pages-pill,
	.alh-home-row,
/**
 * AL Hospitality — content page templates stylesheet.
 * Covers: front-page.php, page-about.php, page-services.php, page-why-al-hospitality.php.
 *
 * Relies on design tokens declared in style.css: --alh-bg, --alh-ink, --alh-ink-2,
 * --alh-muted, --alh-muted-2, --alh-accent (--ac alias), --alh-rule, --alh-maxw.
 * Loaded after style.css.
 */

/* -----------------------------------------------------------------------
 * Shared building blocks (namespaced alh-pages- to avoid colliding with
 * anything the shell stylesheet may already define).
 * --------------------------------------------------------------------- */

.alh-pages-wrap {
	max-width: var( --alh-maxw );
	margin-inline: auto;
	padding-inline: 40px;
}

.alh-pages-section {
	padding-block: clamp( 3rem, 6vw, 6rem );
}

.alh-pages-eyebrow {
	margin: 0 0 14px;
	font-family: 'Karla', sans-serif;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var( --alh-muted-2 );
}

.alh-pages-pill {
	display: inline-flex;
	align-items: center;
	gap: 0.5em;
	padding: 0.85em 1.75em;
	border: 1px solid var( --alh-ink );
	border-radius: 999px;
	background: transparent;
	color: var( --alh-ink );
	font-family: 'Karla', sans-serif;
	font-size: 0.95rem;
	font-weight: 500;
	text-decoration: none;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.alh-pages-pill:hover {
	background: var( --alh-ink );
	color: var( --alh-bg );
	border-color: var( --alh-ink );
}

.alh-pages-pill:focus-visible {
	outline: 2px solid var( --ac );
	outline-offset: 3px;
}

/* Dashed striped placeholder, shared shape for hero + portrait images */
.alh-home-hero-placeholder,
.alh-about-portrait-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px dashed var( --alh-rule );
	background-image: repeating-linear-gradient(
		45deg,
		var( --alh-rule ) 0,
		var( --alh-rule ) 1px,
		transparent 1px,
		transparent 12px
	);
	color: var( --alh-muted-2 );
	text-align: center;
	font-family: 'Karla', sans-serif;
	font-size: 0.8rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	padding: 1.5rem;
}

/* -----------------------------------------------------------------------
 * Home — front-page.php
 * --------------------------------------------------------------------- */

.alh-home-hero-copy {
	text-align: left;
	max-width: 46rem;
}

.alh-home-hero-title {
	margin: 0 0 1.25rem;
	font-family: 'Newsreader', serif;
	font-weight: 400;
	font-size: clamp( 2.25rem, 4.5vw, 3.75rem );
	line-height: 1.1;
	color: var( --alh-ink );
}

.alh-home-hero-sub {
	margin: 0 0 2rem;
	font-family: 'Karla', sans-serif;
	font-size: 1.125rem;
	line-height: 1.6;
	color: var( --alh-muted );
	max-width: 38rem;
}

.alh-home-hero-media {
	margin-top: clamp( 2.5rem, 5vw, 4rem );
}

.alh-home-hero-img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 640px;
	object-fit: cover;
}

.alh-home-hero-placeholder {
	width: 100%;
	aspect-ratio: 16 / 9;
}

.alh-home-services-head {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 1.5rem;
	margin-bottom: 2.5rem;
}

.alh-home-services-head h2 {
	margin: 0;
	font-family: 'Newsreader', serif;
	font-weight: 400;
	font-size: clamp( 1.75rem, 3vw, 2.5rem );
	color: var( --alh-ink );
}

.alh-home-services-tag {
	margin: 0;
	white-space: nowrap;
}

.alh-home-rows {
	display: flex;
	flex-direction: column;
}

.alh-home-row {
	display: grid;
	grid-template-columns: 88px 1fr 1.15fr 40px;
	align-items: center;
	gap: 1.5rem;
	padding: 2rem 0;
	border-bottom: 1px solid var( --alh-rule );
	text-decoration: none;
	color: inherit;
	transition: padding-left 0.2s ease, background-color 0.2s ease;
}

.alh-home-row:first-child {
	border-top: 1px solid var( --alh-rule );
}

.alh-home-row-number {
	font-family: 'Newsreader', serif;
	font-style: italic;
	font-size: 1.25rem;
	color: var( --alh-muted-2 );
}

.alh-home-row-title {
	font-family: 'Newsreader', serif;
	font-size: 1.375rem;
	font-weight: 400;
	color: var( --alh-ink );
}

.alh-home-row-desc {
	font-family: 'Karla', sans-serif;
	font-size: 0.95rem;
	line-height: 1.5;
	color: var( --alh-muted );
}

.alh-home-row-arrow {
	justify-self: end;
	font-size: 1.25rem;
	color: var( --alh-ink );
	transition: transform 0.2s ease;
}

.alh-home-row:hover {
	padding-left: 0.5rem;
	background: rgba( 178, 107, 76, 0.06 );
}

.alh-home-row:hover .alh-home-row-arrow {
	transform: translateX( 4px );
	color: var( --ac );
}

.alh-home-row:focus-visible {
	outline: 2px solid var( --ac );
	outline-offset: -2px;
}

.alh-home-cta {
	background: var( --alh-ink );
	color: var( --alh-bg );
}

.alh-home-cta-inner {
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.alh-home-cta-eyebrow {
	color: var( --alh-muted-2 );
}

.alh-home-cta-title {
	margin: 0 0 2rem;
	max-width: 40rem;
	font-family: 'Newsreader', serif;
	font-weight: 400;
	font-size: clamp( 1.75rem, 3.5vw, 2.75rem );
	line-height: 1.25;
	color: var( --alh-bg );
}

.alh-home-cta-btn {
	border-color: var( --alh-bg );
	color: var( --alh-bg );
}

.alh-home-cta-btn:hover {
	background: var( --ac );
	border-color: var( --ac );
	color: var( --alh-bg );
}

/* -----------------------------------------------------------------------
 * About — page-about.php
 * --------------------------------------------------------------------- */

.alh-about-title {
	margin: 0;
	max-width: 42rem;
	font-family: 'Newsreader', serif;
	font-weight: 400;
	font-size: clamp( 2rem, 4vw, 3rem );
	line-height: 1.15;
	color: var( --alh-ink );
}

.alh-about-split-grid {
	display: grid;
	grid-template-columns: 0.9fr 1.1fr;
	gap: clamp( 2.5rem, 5vw, 5rem );
	align-items: start;
}

.alh-about-portrait-img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 3 / 4;
	object-fit: cover;
}

.alh-about-portrait-placeholder {
	width: 100%;
	aspect-ratio: 3 / 4;
}

.alh-about-prose p {
	margin: 0 0 1.5rem;
	font-family: 'Karla', sans-serif;
	font-size: 1.0625rem;
	line-height: 1.7;
	color: var( --alh-muted );
}

.alh-about-prose p:last-child {
	margin-bottom: 2rem;
}

.alh-about-link {
	display: inline-flex;
	align-items: center;
	gap: 0.4em;
	font-family: 'Karla', sans-serif;
	font-size: 1rem;
	font-weight: 500;
	color: var( --alh-ink );
	text-decoration: underline;
	text-underline-offset: 4px;
	transition: color 0.2s ease;
}

.alh-about-link:hover {
	color: var( --ac );
}

.alh-about-link:focus-visible {
	outline: 2px solid var( --ac );
	outline-offset: 3px;
}

/* -----------------------------------------------------------------------
 * Services — page-services.php
 * --------------------------------------------------------------------- */

.alh-svc-title {
	margin: 0;
	max-width: 42rem;
	font-family: 'Newsreader', serif;
	font-weight: 400;
	font-size: clamp( 2rem, 4vw, 3rem );
	line-height: 1.15;
	color: var( --alh-ink );
}

.alh-svc-item {
	padding-block: clamp( 2.5rem, 5vw, 4rem );
	border-top: 1px solid var( --alh-rule );
}

.alh-svc-item:last-child {
	border-bottom: 1px solid var( --alh-rule );
}

.alh-svc-item-head {
	display: grid;
	grid-template-columns: 88px 1fr;
	gap: 1.5rem;
	margin-bottom: 2rem;
}

.alh-svc-item-number {
	font-family: 'Newsreader', serif;
	font-style: italic;
	font-size: 1.5rem;
	color: var( --alh-muted-2 );
}

.alh-svc-item-heading h2 {
	margin: 0 0 0.75rem;
	font-family: 'Newsreader', serif;
	font-weight: 400;
	font-size: clamp( 1.5rem, 2.5vw, 2rem );
	color: var( --alh-ink );
}

.alh-svc-item-lead {
	margin: 0;
	max-width: 42rem;
	font-family: 'Karla', sans-serif;
	font-size: 1.0625rem;
	line-height: 1.6;
	color: var( --alh-muted );
}

.alh-svc-item-grid {
	display: grid;
	grid-template-columns: repeat( 3, 1fr );
	gap: 2.5rem;
	padding-left: calc( 88px + 1.5rem );
}

.alh-svc-item-col h3 {
	margin: 0 0 1rem;
	font-family: 'Karla', sans-serif;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var( --alh-muted-2 );
}

.alh-svc-item-col ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.alh-svc-item-col p {
	margin: 0;
	font-family: 'Karla', sans-serif;
	font-size: 0.95rem;
	line-height: 1.6;
	color: var( --alh-ink-2 );
}

.alh-svc-item-col li {
	position: relative;
	margin-bottom: 0.75rem;
	padding-left: 1.1rem;
	font-family: 'Karla', sans-serif;
	font-size: 0.95rem;
	line-height: 1.5;
	color: var( --alh-ink-2 );
}

.alh-svc-item-col li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0.6em;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: var( --ac );
}

/* -----------------------------------------------------------------------
 * Why AL Hospitality — page-why-al-hospitality.php
 * --------------------------------------------------------------------- */

.alh-why-title {
	margin: 0;
	max-width: 42rem;
	font-family: 'Newsreader', serif;
	font-weight: 400;
	font-size: clamp( 2rem, 4vw, 3rem );
	line-height: 1.15;
	color: var( --alh-ink );
}

.alh-why-row {
	display: grid;
	grid-template-columns: 200px 1fr;
	gap: 2rem;
	padding-block: clamp( 2rem, 4vw, 3rem );
	border-top: 1px solid var( --alh-rule );
}

.alh-why-body .alh-why-row:last-child {
	border-bottom: 1px solid var( --alh-rule );
}

.alh-why-row-label {
	font-family: 'Karla', sans-serif;
	font-size: 11.5px;
	font-weight: 500;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var( --alh-muted-2 );
}

.alh-why-row-text {
	margin: 0;
	max-width: 32ch;
	font-family: 'Newsreader', serif;
	font-weight: 400;
	font-size: clamp( 24px, 2.8vw, 38px );
	line-height: 1.25;
	color: var( --alh-ink );
}

.alh-why-row-content {
	margin: 0;
}

.alh-why-values {
	display: grid;
	grid-template-columns: repeat( 3, 1fr );
	gap: 2rem;
}

.alh-why-value-card {
	padding: 1.75rem;
	border: 1px solid var( --alh-rule );
}

.alh-why-value-number {
	display: block;
	margin-bottom: 1rem;
	font-family: 'Newsreader', serif;
	font-style: italic;
	font-size: 1.25rem;
	color: var( --alh-muted-2 );
}

.alh-why-value-card h3 {
	margin: 0 0 0.75rem;
	font-family: 'Newsreader', serif;
	font-weight: 400;
	font-size: 1.25rem;
	color: var( --alh-ink );
}

.alh-why-value-card p {
	margin: 0;
	font-family: 'Karla', sans-serif;
	font-size: 0.95rem;
	line-height: 1.6;
	color: var( --alh-muted );
}

/* -----------------------------------------------------------------------
 * Responsive — 900px: numbered rows collapse to one column, arrows hide,
 * 200px/1fr splits stack.
 * --------------------------------------------------------------------- */

@media ( max-width: 900px ) {

	.alh-home-services-head {
		flex-direction: column;
		align-items: flex-start;
		gap: 0.5rem;
	}

	.alh-home-row {
		grid-template-columns: 48px 1fr;
		grid-template-areas:
			'number title'
			'. desc';
		row-gap: 0.5rem;
	}

	.alh-home-row-number {
		grid-area: number;
	}

	.alh-home-row-title {
		grid-area: title;
	}

	.alh-home-row-desc {
		grid-area: desc;
	}

	.alh-home-row-arrow {
		display: none;
	}

	.alh-about-split-grid {
		grid-template-columns: 1fr;
	}

	.alh-about-media {
		max-width: 24rem;
	}

	.alh-svc-item-head {
		grid-template-columns: 48px 1fr;
	}

	.alh-svc-item-grid {
		grid-template-columns: 1fr;
		padding-left: 0;
		gap: 2rem;
	}

	.alh-why-row {
		grid-template-columns: 1fr;
		gap: 0.75rem;
	}

	.alh-why-values {
		grid-template-columns: 1fr;
	}
}

/* -----------------------------------------------------------------------
 * Motion
 * --------------------------------------------------------------------- */

@media ( prefers-reduced-motion: reduce ) {

	.alh-pages-pill,
	.alh-home-row,
	.alh-home-row-arrow,
	.alh-about-link {
		transition: none;
	}

	.alh-home-row:hover .alh-home-row-arrow {
		transform: none;
	}
}

/* Match About and Services backgrounds to the Home page. */
.alh-about,
.alh-about .alh-pages-section,
.alh-svc,
.alh-svc .alh-pages-section {
	background-color: #F1DFC4;
}
	.alh-home-row-arrow,
	.alh-about-link {
		transition: none;
	}

	.alh-home-row:hover .alh-home-row-arrow {
		transform: none;
	}
}

/* Match About and Services backgrounds to the Home page. */
.alh-about,
.alh-about .alh-pages-section,
.alh-svc,
.alh-svc .alh-pages-section {
	background-color: #F1DFC4;
}
  background-color: #F1DFC4;
}

}

.alh-pages-eyebrow {
	margin: 0 0 14px;
	font-family: 'Karla', sans-serif;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var( --alh-muted-2 );
}

.alh-pages-pill {
	display: inline-flex;
	align-items: center;
	gap: 0.5em;
	padding: 0.85em 1.75em;
	border: 1px solid var( --alh-ink );
	border-radius: 999px;
	background: transparent;
	color: var( --alh-ink );
	font-family: 'Karla', sans-serif;
	font-size: 0.95rem;
	font-weight: 500;
	text-decoration: none;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.alh-pages-pill:hover {
	background: var( --alh-ink );
	color: var( --alh-bg );
	border-color: var( --alh-ink );
}

.alh-pages-pill:focus-visible {
	outline: 2px solid var( --ac );
	outline-offset: 3px;
}

/* Dashed striped placeholder, shared shape for hero + portrait images */
.alh-home-hero-placeholder,
.alh-about-portrait-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px dashed var( --alh-rule );
	background-image: repeating-linear-gradient(
		45deg,
		var( --alh-rule ) 0,
		var( --alh-rule ) 1px,
		transparent 1px,
		transparent 12px
	);
	color: var( --alh-muted-2 );
	text-align: center;
	font-family: 'Karla', sans-serif;
	font-size: 0.8rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	padding: 1.5rem;
}

/* -----------------------------------------------------------------------
 * Home — front-page.php
 * --------------------------------------------------------------------- */

.alh-home-hero-copy {
	text-align: left;
	max-width: 46rem;
}

.alh-home-hero-title {
	margin: 0 0 1.25rem;
	font-family: 'Newsreader', serif;
	font-weight: 400;
	font-size: clamp( 2.25rem, 4.5vw, 3.75rem );
	line-height: 1.1;
	color: var( --alh-ink );
}

.alh-home-hero-sub {
	margin: 0 0 2rem;
	font-family: 'Karla', sans-serif;
	font-size: 1.125rem;
	line-height: 1.6;
	color: var( --alh-muted );
	max-width: 38rem;
}

.alh-home-hero-media {
	margin-top: clamp( 2.5rem, 5vw, 4rem );
}

.alh-home-hero-img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 640px;
	object-fit: cover;
}

.alh-home-hero-placeholder {
	width: 100%;
	aspect-ratio: 16 / 9;
}

.alh-home-services-head {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 1.5rem;
	margin-bottom: 2.5rem;
}

.alh-home-services-head h2 {
	margin: 0;
	font-family: 'Newsreader', serif;
	font-weight: 400;
	font-size: clamp( 1.75rem, 3vw, 2.5rem );
	color: var( --alh-ink );
}

.alh-home-services-tag {
	margin: 0;
	white-space: nowrap;
}

.alh-home-rows {
	display: flex;
	flex-direction: column;
}

.alh-home-row {
	display: grid;
	grid-template-columns: 88px 1fr 1.15fr 40px;
	align-items: center;
	gap: 1.5rem;
	padding: 2rem 0;
	border-bottom: 1px solid var( --alh-rule );
	text-decoration: none;
	color: inherit;
	transition: padding-left 0.2s ease, background-color 0.2s ease;
}

.alh-home-row:first-child {
	border-top: 1px solid var( --alh-rule );
}

.alh-home-row-number {
	font-family: 'Newsreader', serif;
	font-style: italic;
	font-size: 1.25rem;
	color: var( --alh-muted-2 );
}

.alh-home-row-title {
	font-family: 'Newsreader', serif;
	font-size: 1.375rem;
	font-weight: 400;
	color: var( --alh-ink );
}

.alh-home-row-desc {
	font-family: 'Karla', sans-serif;
	font-size: 0.95rem;
	line-height: 1.5;
	color: var( --alh-muted );
}

.alh-home-row-arrow {
	justify-self: end;
	font-size: 1.25rem;
	color: var( --alh-ink );
	transition: transform 0.2s ease;
}

.alh-home-row:hover {
	padding-left: 0.5rem;
	background: rgba( 178, 107, 76, 0.06 );
}

.alh-home-row:hover .alh-home-row-arrow {
	transform: translateX( 4px );
	color: var( --ac );
}

.alh-home-row:focus-visible {
	outline: 2px solid var( --ac );
	outline-offset: -2px;
}

.alh-home-cta {
	background: var( --alh-ink );
	color: var( --alh-bg );
}

.alh-home-cta-inner {
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.alh-home-cta-eyebrow {
	color: var( --alh-muted-2 );
}

.alh-home-cta-title {
	margin: 0 0 2rem;
	max-width: 40rem;
	font-family: 'Newsreader', serif;
	font-weight: 400;
	font-size: clamp( 1.75rem, 3.5vw, 2.75rem );
	line-height: 1.25;
	color: var( --alh-bg );
}

.alh-home-cta-btn {
	border-color: var( --alh-bg );
	color: var( --alh-bg );
}

.alh-home-cta-btn:hover {
	background: var( --ac );
	border-color: var( --ac );
	color: var( --alh-bg );
}

/* -----------------------------------------------------------------------
 * About — page-about.php
 * --------------------------------------------------------------------- */

.alh-about-title {
	margin: 0;
	max-width: 42rem;
	font-family: 'Newsreader', serif;
	font-weight: 400;
	font-size: clamp( 2rem, 4vw, 3rem );
	line-height: 1.15;
	color: var( --alh-ink );
}

.alh-about-split-grid {
	display: grid;
	grid-template-columns: 0.9fr 1.1fr;
	gap: clamp( 2.5rem, 5vw, 5rem );
	align-items: start;
}

.alh-about-portrait-img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 3 / 4;
	object-fit: cover;
}

.alh-about-portrait-placeholder {
	width: 100%;
	aspect-ratio: 3 / 4;
}

.alh-about-prose p {
	margin: 0 0 1.5rem;
	font-family: 'Karla', sans-serif;
	font-size: 1.0625rem;
	line-height: 1.7;
	color: var( --alh-muted );
}

.alh-about-prose p:last-child {
	margin-bottom: 2rem;
}

.alh-about-link {
	display: inline-flex;
	align-items: center;
	gap: 0.4em;
	font-family: 'Karla', sans-serif;
	font-size: 1rem;
	font-weight: 500;
	color: var( --alh-ink );
	text-decoration: underline;
	text-underline-offset: 4px;
	transition: color 0.2s ease;
}

.alh-about-link:hover {
	color: var( --ac );
}

.alh-about-link:focus-visible {
	outline: 2px solid var( --ac );
	outline-offset: 3px;
}

/* -----------------------------------------------------------------------
 * Services — page-services.php
 * --------------------------------------------------------------------- */

.alh-svc-title {
	margin: 0;
	max-width: 42rem;
	font-family: 'Newsreader', serif;
	font-weight: 400;
	font-size: clamp( 2rem, 4vw, 3rem );
	line-height: 1.15;
	color: var( --alh-ink );
}

.alh-svc-item {
	padding-block: clamp( 2.5rem, 5vw, 4rem );
	border-top: 1px solid var( --alh-rule );
}

.alh-svc-item:last-child {
	border-bottom: 1px solid var( --alh-rule );
}

.alh-svc-item-head {
	display: grid;
	grid-template-columns: 88px 1fr;
	gap: 1.5rem;
	margin-bottom: 2rem;
}

.alh-svc-item-number {
	font-family: 'Newsreader', serif;
	font-style: italic;
	font-size: 1.5rem;
	color: var( --alh-muted-2 );
}

.alh-svc-item-heading h2 {
	margin: 0 0 0.75rem;
	font-family: 'Newsreader', serif;
	font-weight: 400;
	font-size: clamp( 1.5rem, 2.5vw, 2rem );
	color: var( --alh-ink );
}

.alh-svc-item-lead {
	margin: 0;
	max-width: 42rem;
	font-family: 'Karla', sans-serif;
	font-size: 1.0625rem;
	line-height: 1.6;
	color: var( --alh-muted );
}

.alh-svc-item-grid {
	display: grid;
	grid-template-columns: repeat( 3, 1fr );
	gap: 2.5rem;
	padding-left: calc( 88px + 1.5rem );
}

.alh-svc-item-col h3 {
	margin: 0 0 1rem;
	font-family: 'Karla', sans-serif;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var( --alh-muted-2 );
}

.alh-svc-item-col ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.alh-svc-item-col p {
	margin: 0;
	font-family: 'Karla', sans-serif;
	font-size: 0.95rem;
	line-height: 1.6;
	color: var( --alh-ink-2 );
}

.alh-svc-item-col li {
	position: relative;
	margin-bottom: 0.75rem;
	padding-left: 1.1rem;
	font-family: 'Karla', sans-serif;
	font-size: 0.95rem;
	line-height: 1.5;
	color: var( --alh-ink-2 );
}

.alh-svc-item-col li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0.6em;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: var( --ac );
}

/* -----------------------------------------------------------------------
 * Why AL Hospitality — page-why-al-hospitality.php
 * --------------------------------------------------------------------- */

.alh-why-title {
	margin: 0;
	max-width: 42rem;
	font-family: 'Newsreader', serif;
	font-weight: 400;
	font-size: clamp( 2rem, 4vw, 3rem );
	line-height: 1.15;
	color: var( --alh-ink );
}

.alh-why-row {
	display: grid;
	grid-template-columns: 200px 1fr;
	gap: 2rem;
	padding-block: clamp( 2rem, 4vw, 3rem );
	border-top: 1px solid var( --alh-rule );
}

.alh-why-body .alh-why-row:last-child {
	border-bottom: 1px solid var( --alh-rule );
}

.alh-why-row-label {
	font-family: 'Karla', sans-serif;
	font-size: 11.5px;
	font-weight: 500;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var( --alh-muted-2 );
}

.alh-why-row-text {
	margin: 0;
	max-width: 32ch;
	font-family: 'Newsreader', serif;
	font-weight: 400;
	font-size: clamp( 24px, 2.8vw, 38px );
	line-height: 1.25;
	color: var( --alh-ink );
}

.alh-why-row-content {
	margin: 0;
}

.alh-why-values {
	display: grid;
	grid-template-columns: repeat( 3, 1fr );
	gap: 2rem;
}

.alh-why-value-card {
	padding: 1.75rem;
	border: 1px solid var( --alh-rule );
}

.alh-why-value-number {
	display: block;
	margin-bottom: 1rem;
	font-family: 'Newsreader', serif;
	font-style: italic;
	font-size: 1.25rem;
	color: var( --alh-muted-2 );
}

.alh-why-value-card h3 {
	margin: 0 0 0.75rem;
	font-family: 'Newsreader', serif;
	font-weight: 400;
	font-size: 1.25rem;
	color: var( --alh-ink );
}

.alh-why-value-card p {
	margin: 0;
	font-family: 'Karla', sans-serif;
	font-size: 0.95rem;
	line-height: 1.6;
	color: var( --alh-muted );
}

/* -----------------------------------------------------------------------
 * Responsive — 900px: numbered rows collapse to one column, arrows hide,
 * 200px/1fr splits stack.
 * --------------------------------------------------------------------- */

@media ( max-width: 900px ) {

	.alh-home-services-head {
		flex-direction: column;
		align-items: flex-start;
		gap: 0.5rem;
	}

	.alh-home-row {
		grid-template-columns: 48px 1fr;
		grid-template-areas:
			'number title'
			'. desc';
		row-gap: 0.5rem;
	}

	.alh-home-row-number {
		grid-area: number;
	}

	.alh-home-row-title {
		grid-area: title;
	}

	.alh-home-row-desc {
		grid-area: desc;
	}

	.alh-home-row-arrow {
		display: none;
	}

	.alh-about-split-grid {
		grid-template-columns: 1fr;
	}

	.alh-about-media {
		max-width: 24rem;
	}

	.alh-svc-item-head {
		grid-template-columns: 48px 1fr;
	}

	.alh-svc-item-grid {
		grid-template-columns: 1fr;
		padding-left: 0;
		gap: 2rem;
	}

	.alh-why-row {
		grid-template-columns: 1fr;
		gap: 0.75rem;
	}

	.alh-why-values {
		grid-template-columns: 1fr;
	}
}

/* -----------------------------------------------------------------------
 * Motion
 * --------------------------------------------------------------------- */

@media ( prefers-reduced-motion: reduce ) {

	.alh-pages-pill,
	.alh-home-row,
	.alh-home-row-arrow,
	.alh-about-link {
		transition: none;
	}

	.alh-home-row:hover .alh-home-row-arrow {
		transform: none;
	}
}
