:root {
	--aam-hotel-dark: #004c66;
	--aam-hotel-blue: #00bcd4;
	--aam-hotel-orange: #ff8200;
	--aam-hotel-ink: #26363e;
	--aam-hotel-muted: #52636c;
	--aam-hotel-line: #cfe3e8;
	--aam-hotel-soft: #f3fafb;
	--aam-hotel-white: #fff;
	--aam-hotel-shadow: 0 14px 32px rgba(0, 76, 102, 0.1);
}

.aam-hotel-directory,
.aam-hotel-directory * {
	box-sizing: border-box;
}

.aam-hotel-directory {
	color: var(--aam-hotel-ink);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 1.55;
}

.aam-hotel-directory a {
	color: inherit;
}

.aam-hotel-directory h1,
.aam-hotel-directory h2,
.aam-hotel-directory h3,
.aam-hotel-directory strong,
.aam-hotel-directory button,
.aam-hotel-directory select,
.aam-hotel-directory__breadcrumbs {
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	letter-spacing: 0;
}

.aam-hotel-directory h1,
.aam-hotel-directory h2,
.aam-hotel-directory h3 {
	color: var(--aam-hotel-dark);
	line-height: 1.08;
	margin-top: 0;
}

.aam-hotel-directory h1 {
	font-size: clamp(42px, 6vw, 70px);
	margin-bottom: 22px;
}

.aam-hotel-directory h2 {
	font-size: clamp(32px, 4vw, 48px);
	margin-bottom: 16px;
}

.aam-hotel-directory h3 {
	font-size: 24px;
	margin-bottom: 14px;
}

.aam-hotel-directory p {
	margin-top: 0;
}

.aam-hotel-directory__wrap {
	margin: 0 auto;
	max-width: 1240px;
	padding-left: 24px;
	padding-right: 24px;
	width: 100%;
}

.aam-hotel-directory__breadcrumbs {
	border-bottom: 1px solid var(--aam-hotel-line);
	border-top: 1px solid var(--aam-hotel-line);
	font-size: 15px;
	font-weight: 700;
	padding: 15px 0;
}

.aam-hotel-directory__breadcrumbs .aam-hotel-directory__wrap {
	display: flex;
	gap: 14px;
}

.aam-hotel-directory__breadcrumbs a {
	color: var(--aam-hotel-dark);
	text-decoration: none;
}

.aam-hotel-eyebrow {
	color: var(--aam-hotel-orange);
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.aam-hotel-hero {
	background: linear-gradient(180deg, #fff 0%, #eff9fa 100%);
	padding: 64px 0;
}

.aam-hotel-hero__grid {
	align-items: center;
	display: grid;
	gap: 56px;
	grid-template-columns: minmax(0, 1fr) minmax(420px, 0.88fr);
}

.aam-hotel-hero__grid > div > p:not(.aam-hotel-eyebrow) {
	color: var(--aam-hotel-muted);
	font-size: 21px;
	margin-bottom: 28px;
	max-width: 650px;
}

.aam-hotel-hero__media {
	aspect-ratio: 16 / 10;
	border: 1px solid var(--aam-hotel-line);
	border-radius: 6px;
	box-shadow: var(--aam-hotel-shadow);
	margin: 0;
	overflow: hidden;
}

.aam-hotel-hero__media img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.aam-hotel-button {
	background: var(--aam-hotel-orange);
	border: 2px solid var(--aam-hotel-orange);
	border-radius: 6px;
	color: var(--aam-hotel-white);
	display: inline-flex;
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 800;
	justify-content: center;
	margin: 5px 10px 5px 0;
	min-height: 50px;
	padding: 12px 20px;
	text-decoration: none;
}

.aam-hotel-directory button.aam-hotel-button {
	color: var(--aam-hotel-dark);
}

.aam-hotel-button:hover,
.aam-hotel-button:focus-visible {
	background: #e87500;
	border-color: #e87500;
	color: var(--aam-hotel-white);
}

.aam-hotel-button--outline {
	background: var(--aam-hotel-white);
	border-color: var(--aam-hotel-blue);
	color: var(--aam-hotel-dark);
}

.aam-hotel-button--outline:hover,
.aam-hotel-button--outline:focus-visible {
	background: var(--aam-hotel-soft);
	border-color: var(--aam-hotel-dark);
	color: var(--aam-hotel-dark);
}

.aam-hotel-intro,
.aam-hotel-listing,
.aam-hotel-benefits,
.aam-hotel-faq,
.aam-hotel-tours {
	padding: 72px 0;
}

.aam-hotel-intro__panel {
	background: var(--aam-hotel-dark);
	border-radius: 6px;
	color: var(--aam-hotel-white);
	display: grid;
	gap: 48px;
	grid-template-columns: 1.35fr 1fr;
	padding: 46px;
}

.aam-hotel-intro__panel h2 {
	color: var(--aam-hotel-white);
}

.aam-hotel-intro__panel ul {
	display: grid;
	gap: 18px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.aam-hotel-intro__panel li {
	border-left: 4px solid var(--aam-hotel-orange);
	padding-left: 16px;
}

.aam-hotel-intro__panel strong {
	display: block;
	margin-bottom: 4px;
}

.aam-hotel-listing,
.aam-hotel-faq {
	background: var(--aam-hotel-soft);
}

.aam-hotel-section-heading {
	max-width: 800px;
}

.aam-hotel-section-heading > p:not(.aam-hotel-eyebrow) {
	color: var(--aam-hotel-muted);
	font-size: 19px;
}

.aam-hotel-controls {
	background: var(--aam-hotel-white);
	border: 1px solid var(--aam-hotel-line);
	border-radius: 6px;
	margin: 34px 0 16px;
	padding: 24px;
}

.aam-hotel-controls label {
	color: var(--aam-hotel-dark);
	display: block;
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 800;
	margin-bottom: 9px;
	text-transform: uppercase;
}

.aam-hotel-controls__row {
	display: grid;
	gap: 12px;
	grid-template-columns: minmax(260px, 1fr) minmax(210px, 0.45fr) auto;
}

.aam-hotel-controls input,
.aam-hotel-controls select {
	background: var(--aam-hotel-white);
	border: 1px solid #9fbfc8;
	border-radius: 5px;
	color: var(--aam-hotel-ink);
	font-size: 17px;
	min-height: 50px;
	padding: 11px 14px;
	width: 100%;
}

.aam-hotel-controls .aam-hotel-button {
	margin: 0;
}

.aam-hotel-controls__reset {
	color: var(--aam-hotel-dark);
	display: inline-block;
	font-weight: 700;
	margin-top: 14px;
}

.aam-hotel-result-count {
	color: var(--aam-hotel-muted);
	font-size: 16px;
	margin-bottom: 24px;
}

.aam-hotel-grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.aam-hotel-card {
	background: var(--aam-hotel-white);
	border: 1px solid var(--aam-hotel-line);
	border-radius: 6px;
	box-shadow: 0 8px 20px rgba(0, 76, 102, 0.06);
	display: flex;
	flex-direction: column;
	min-height: 300px;
	overflow: hidden;
}

.aam-hotel-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 28px;
}

.aam-hotel-card__body::before {
	background: var(--aam-hotel-blue);
	content: "";
	height: 5px;
	margin-bottom: 22px;
	width: 58px;
}

.aam-hotel-card--guide .aam-hotel-card__body::before {
	background: var(--aam-hotel-orange);
}

.aam-hotel-card__media {
	aspect-ratio: 2 / 1;
	background: var(--aam-hotel-soft);
	display: block;
	overflow: hidden;
}

.aam-hotel-card__media img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.aam-hotel-card__area {
	color: var(--aam-hotel-orange);
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 800;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.aam-hotel-card h3 a {
	color: var(--aam-hotel-dark);
	text-decoration: none;
}

.aam-hotel-card h3 a:hover,
.aam-hotel-card h3 a:focus-visible {
	color: #006f8e;
	text-decoration: underline;
	text-decoration-color: var(--aam-hotel-orange);
	text-underline-offset: 5px;
}

.aam-hotel-card__body > p:not(.aam-hotel-card__area) {
	color: var(--aam-hotel-muted);
	font-size: 16px;
}

.aam-hotel-card__footer {
	align-items: flex-end;
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	justify-content: space-between;
	margin-top: auto;
	padding-top: 24px;
}

.aam-hotel-card__status {
	background: #e8f8fa;
	border-radius: 4px;
	color: var(--aam-hotel-dark);
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 800;
	padding: 7px 9px;
}

.aam-hotel-card__link {
	color: var(--aam-hotel-dark);
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 800;
	text-decoration-color: var(--aam-hotel-orange);
	text-decoration-thickness: 2px;
	text-underline-offset: 5px;
}

.aam-hotel-pagination {
	align-items: center;
	display: flex;
	gap: 18px;
	justify-content: center;
	margin-top: 38px;
}

.aam-hotel-pagination__pages {
	align-items: center;
	display: flex;
	gap: 8px;
}

.aam-hotel-pagination a,
.aam-hotel-pagination .is-current {
	align-items: center;
	border: 1px solid var(--aam-hotel-line);
	border-radius: 4px;
	display: inline-flex;
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: 800;
	justify-content: center;
	min-height: 42px;
	min-width: 42px;
	padding: 8px 12px;
	text-decoration: none;
}

.aam-hotel-pagination .is-current {
	background: var(--aam-hotel-dark);
	border-color: var(--aam-hotel-dark);
	color: var(--aam-hotel-white);
}

.aam-hotel-pagination__direction {
	color: var(--aam-hotel-dark);
	min-width: 96px;
}

.aam-hotel-empty {
	background: var(--aam-hotel-white);
	border: 1px solid var(--aam-hotel-line);
	border-radius: 6px;
	padding: 32px;
}

.aam-hotel-benefits__grid {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.aam-hotel-benefits__grid article {
	border-top: 4px solid var(--aam-hotel-orange);
	padding-top: 20px;
}

.aam-hotel-benefits__grid h3 {
	font-size: 21px;
}

.aam-hotel-benefits__grid p {
	color: var(--aam-hotel-muted);
	font-size: 16px;
}

.aam-hotel-tours {
	background: linear-gradient(180deg, #eff9fa 0%, #b9eef0 52%, #158c98 100%);
}

.aam-hotel-tours > .aam-hotel-directory__wrap > p:not(.aam-hotel-eyebrow) {
	color: var(--aam-hotel-muted);
}

.aam-hotel-tour-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: 28px;
}

.aam-hotel-tour-card {
	background: var(--aam-hotel-white);
	border: 1px solid var(--aam-hotel-line);
	border-radius: 6px;
	color: var(--aam-hotel-ink);
	display: flex;
	flex-direction: column;
	min-height: 390px;
	overflow: hidden;
	text-decoration: none;
}

.aam-hotel-tour-card > img {
	aspect-ratio: 16 / 9;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.aam-hotel-tour-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 22px;
}

.aam-hotel-tour-card__badge {
	align-self: flex-start;
	background: var(--aam-hotel-orange);
	border-radius: 3px;
	color: var(--aam-hotel-white);
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 800;
	margin-bottom: 14px;
	padding: 6px 8px;
	text-transform: uppercase;
}

.aam-hotel-tour-card strong {
	color: var(--aam-hotel-dark);
	font-size: 21px;
	line-height: 1.15;
	margin-bottom: 12px;
}

.aam-hotel-tour-card__body > span:not(.aam-hotel-tour-card__badge) {
	color: var(--aam-hotel-muted);
	font-size: 15px;
}

.aam-hotel-tour-card em {
	color: var(--aam-hotel-orange);
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 800;
	margin-top: auto;
	padding-top: 22px;
}

.aam-hotel-tour-card--all {
	border-top: 5px solid var(--aam-hotel-orange);
}

.aam-hotel-faq__list {
	display: grid;
	gap: 10px;
	margin-top: 28px;
	max-width: 900px;
}

.aam-hotel-faq details {
	background: var(--aam-hotel-white);
	border: 1px solid var(--aam-hotel-line);
	border-radius: 5px;
}

.aam-hotel-faq summary {
	color: var(--aam-hotel-dark);
	cursor: pointer;
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: 800;
	padding: 18px 20px;
}

.aam-hotel-faq details p {
	color: var(--aam-hotel-muted);
	font-size: 16px;
	padding: 0 20px 18px;
}

@media (max-width: 960px) {
	.aam-hotel-hero__grid,
	.aam-hotel-intro__panel {
		grid-template-columns: 1fr;
	}

	.aam-hotel-hero__grid {
		gap: 36px;
	}

	.aam-hotel-grid,
	.aam-hotel-benefits__grid,
	.aam-hotel-tour-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.aam-hotel-directory {
		font-size: 17px;
	}

	.aam-hotel-directory__wrap {
		padding-left: 18px;
		padding-right: 18px;
	}

	.aam-hotel-directory h1 {
		font-size: 38px;
	}

	.aam-hotel-directory h2 {
		font-size: 30px;
	}

	.aam-hotel-hero,
	.aam-hotel-intro,
	.aam-hotel-listing,
	.aam-hotel-benefits,
	.aam-hotel-faq,
	.aam-hotel-tours {
		padding: 46px 0;
	}

	.aam-hotel-hero__grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.aam-hotel-hero__media {
		aspect-ratio: 4 / 3;
	}

	.aam-hotel-button {
		width: 100%;
	}

	.aam-hotel-intro__panel {
		gap: 26px;
		padding: 28px 22px;
	}

	.aam-hotel-controls {
		padding: 18px;
	}

	.aam-hotel-controls__row,
	.aam-hotel-grid,
	.aam-hotel-benefits__grid,
	.aam-hotel-tour-grid {
		grid-template-columns: 1fr;
	}

	.aam-hotel-card {
		min-height: 260px;
	}

	.aam-hotel-pagination {
		align-items: stretch;
		flex-direction: column;
	}

	.aam-hotel-pagination__pages {
		flex-wrap: wrap;
		justify-content: center;
	}

	.aam-hotel-pagination__direction {
		width: 100%;
	}

	.aam-hotel-tour-card {
		min-height: 330px;
	}
}
