/* Mountain-1 — Alpine Raw */

html { font-size: 62.5%; }
html.mtn-menu-open { overflow: hidden; }

*, *::before, *::after { box-sizing: border-box; padding: 0; margin: 0; }

:root {
	--mtn-cream: #f6f2ed;
	--mtn-ink: #1c2029;
	--mtn-muted: #6b7280;
	--mtn-copper: #b07a3d;
	--mtn-copper-light: #d4a66a;
	--mtn-surface: #fff;
	--mtn-line: rgb(28 32 41 / 10%);
	--mtn-shadow: 0 1.6rem 4rem rgb(20 18 14 / 14%);
	--mtn-font-head: "Playfair Display", georgia, serif;
	--mtn-font-body: "Manrope", "Segoe UI", sans-serif;
}

body {
	font-family: var(--mtn-font-body);
	font-size: 1.6rem;
	line-height: 1.72;
	color: var(--mtn-ink);
	background: var(--mtn-cream);
	text-rendering: geometricprecision;
	-webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }

.mtn-shell {
	position: relative;
	overflow-x: clip;
}

.mtn-container {
	width: min(140rem, 100%);
	padding-right: 6rem;
	padding-left: 6rem;
	margin: 0 auto;
}

/* ── Header ── */

.mtn-header {
	position: absolute;
	inset: 0 0 auto;
	z-index: 80;
	padding: 2.8rem 0;
	transition: background 0.35s ease, padding 0.35s ease, box-shadow 0.35s ease;
}

.mtn-header.is-scrolled {
	position: fixed;
	padding: 1.2rem 0;
	background: rgb(28 32 41 / 94%);
	box-shadow: 0 0.4rem 2rem rgb(0 0 0 / 22%);
	backdrop-filter: blur(1.2rem);
}

.mtn-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding-right: 8rem;
	padding-left: 8rem;
}

.mtn-brand {
	display: inline-flex;
	align-items: center;
	max-width: min(48vw, 28rem);
	line-height: 0;
}

.mtn-brand__logo {
	display: flex;
	flex: 0 0 auto;
	align-items: center;
	width: 15rem;
	height: 5.4rem;
	transition: height 0.35s ease;
}

.is-scrolled .mtn-brand__logo {
	height: 4.2rem;
}

.mtn-brand__logo img {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	object-fit: contain;
}

.mtn-brand__name {
	overflow: hidden;
	max-width: min(48vw, 28rem);
	font-family: var(--mtn-font-head);
	font-size: clamp(1.92rem, 1.6rem + 0.9vw, 2.88rem);
	font-weight: 700;
	letter-spacing: 0.01em;
	line-height: 1;
	color: #fff;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.mtn-nav {
	display: flex;
	gap: 0.4rem;
	align-items: center;
	margin-left: auto;
}

.mtn-nav a {
	position: relative;
	padding: 0.8rem 1.4rem;
	font-size: 1.24rem;
	font-weight: 700;
	color: rgb(255 255 255 / 82%);
	text-transform: uppercase;
	letter-spacing: 0.15em;
	transition: color 0.2s ease;
}

.mtn-nav a:hover {
	color: #fff;
}

.mtn-nav a.is-active {
	color: #fff;
}

.mtn-nav a.is-active::after {
	position: absolute;
	right: 1.4rem;
	bottom: 0.2rem;
	left: 1.4rem;
	height: 0.2rem;
	content: "";
	background: var(--mtn-copper-light);
}

.mtn-menu-toggle {
	position: relative;
	z-index: 1001;
	display: none;
	flex: 0 0 4.2rem;
	width: 4.2rem;
	height: 4.2rem;
	margin-left: auto;
	cursor: pointer;
	background: transparent;
	border: 0;
}

.mtn-menu-toggle span {
	display: block;
	width: 2.4rem;
	height: 0.2rem;
	margin: 0.5rem auto;
	background: #fff;
	border-radius: 0.2rem;
	transform-origin: center;
	transition: transform 0.25s ease, opacity 0.25s ease;
}

.mtn-menu-toggle.is-open span:nth-child(1) { transform: translateY(0.7rem) rotate(45deg); }
.mtn-menu-toggle.is-open span:nth-child(2) { opacity: 0; }
.mtn-menu-toggle.is-open span:nth-child(3) { transform: translateY(-0.7rem) rotate(-45deg); }

/* ── Main ── */

.mtn-main {
	padding-bottom: 0;
}

/* ── Hero wrapper ── */

.mtn-hero {
	position: relative;
	width: 100%;
	height: 100vh;
	height: 100dvh;
	overflow: hidden;
}

.mtn-hero::before {
	position: absolute;
	inset: 0 0 auto;
	z-index: 15;
	height: 18rem;
	pointer-events: none;
	content: "";
	background: linear-gradient(180deg, rgba(0,0,0,0.52) 0%, rgba(0,0,0,0.22) 55%, transparent 100%);
}

/* ── Slider ── */

.mtn-home-slider {
	width: 100%;
	height: 100%;
	--swiper-pagination-bottom: 4rem;
}

.mtn-home-slider--demo,
.mtn-home-slider .swiper-wrapper,
.mtn-home-slider .swiper-slide {
	height: 100%;
}

.mtn-home-slider .swiper-slide {
	position: relative;
	overflow: hidden;
}

.mtn-home-slider .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* ── Overlay (per-slide, inside each swiper-slide) ── */

.mtn-home-slider__overlay {
	position: absolute;
	inset: 0;
	z-index: 20;
	display: flex;
	align-items: flex-end;
	pointer-events: none;
	background:
		linear-gradient(180deg, rgba(0,0,0,0.08) 0%, rgba(0,0,0,0.22) 40%, rgba(0,0,0,0.7) 100%);
}

.mtn-home-slider__overlay .mtn-container {
	width: 100%;
}

.mtn-home-slider__content {
	padding-bottom: clamp(7rem, 11vh, 13rem);
	color: #fff;
}

.mtn-home-slider__content::before {
	display: block;
	width: 0.3rem;
	height: 5.6rem;
	margin-bottom: 2rem;
	content: "";
	background: var(--mtn-copper-light);
}

.mtn-home-slider__content h2 {
	font-family: var(--mtn-font-head);
	font-size: clamp(4rem, 4vw + 1rem, 8.6rem);
	font-weight: 700;
	line-height: 0.88;
	text-wrap: balance;
	text-shadow: 0 0.2rem 1.6rem rgb(0 0 0 / 28%);
}

.mtn-home-slider__content p {
	display: -webkit-box;
	-webkit-line-clamp: 6;
	line-clamp: 6;
	-webkit-box-orient: vertical;
	max-width: 52ch;
	margin-top: 1.6rem;
	overflow: hidden;
	font-size: clamp(1.56rem, 0.4vw + 1.44rem, 1.96rem);
	font-weight: 400;
	color: rgb(255 255 255 / 82%);
	text-shadow: 0 0.1rem 0.8rem rgb(0 0 0 / 18%);
}

.mtn-home-slider__content div {
	margin-top: 2rem;
	font-size: 2rem;
}

.mtn-hero-pagination,
.mtn-hero-nav {
	position: absolute;
	z-index: 99;
}

.mtn-hero .swiper-horizontal > .swiper-pagination-bullets,
.mtn-hero .swiper-pagination-bullets.swiper-pagination-horizontal,
.mtn-hero .swiper-pagination-custom,
.mtn-hero .swiper-pagination-fraction {
	z-index: 99;
}

.mtn-hero-pagination {
	bottom: 4rem;
	left: 50%;
	transform: translateX(-50%);
}

.mtn-hero-pagination .swiper-pagination-bullet {
	width: 0.8rem;
	height: 0.8rem;
	background: rgb(255 255 255 / 46%);
	opacity: 1;
	transition: background 0.3s ease, transform 0.3s ease;
}

.mtn-hero-pagination .swiper-pagination-bullet-active {
	background: #d4a66a;
	transform: scale(1.35);
}

.mtn-hero .swiper-button-prev,
.mtn-hero .swiper-button-next {
	color: rgb(255 255 255 / 78%);
}

/* ── Sections ── */

.mtn-section {
	padding: clamp(5rem, 7vw, 9rem) 0;
}

.mtn-section--shaded {
	background: #f8f8f8;
}

.mtn-section + .mtn-section {
	border-top: 0.1rem solid var(--mtn-line);
}

/* ── Intro ── */

.mtn-intro {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: clamp(3rem, 4vw, 6rem);
	align-items: center;
}

.mtn-intro__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 0.8rem;
	width: fit-content;
	padding: 0.48rem 1.2rem;
	font-size: 1.08rem;
	font-weight: 700;
	color: var(--mtn-copper);
	text-transform: uppercase;
	letter-spacing: 0.16em;
	background: rgb(176 122 61 / 8%);
	border: 0.1rem solid rgb(176 122 61 / 22%);
	border-radius: 0.4rem;
}

.mtn-intro__title {
	margin-top: 1.4rem;
	font-family: var(--mtn-font-head);
	font-size: clamp(3.2rem, 2.5vw + 1.4rem, 6rem);
	line-height: 0.92;
	color: var(--mtn-ink);
}

.mtn-intro__lead {
	max-width: 52ch;
	margin-top: 1.6rem;
	font-size: clamp(1.52rem, 0.2vw + 1.44rem, 1.72rem);
	line-height: 1.72;
	color: var(--mtn-muted);
}

.mtn-intro__media {
	position: relative;
	overflow: hidden;
	border-radius: 0.4rem;
	aspect-ratio: 4 / 3;
}

.mtn-intro__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mtn-intro__media::after {
	position: absolute;
	inset: 0;
	pointer-events: none;
	content: "";
	border: 0.1rem solid rgb(28 32 41 / 8%);
	border-radius: 0.4rem;
}

/* ── Rich content ── */

.mtn-rich {
	font-size: clamp(1.52rem, 0.12vw + 1.48rem, 1.68rem);
	line-height: 1.76;
	color: #2a2d38;
}

.mtn-rich h2,
.mtn-rich h3,
.mtn-rich h4 {
	margin-top: 2.4rem;
	margin-bottom: 1.2rem;
	font-family: var(--mtn-font-head);
	line-height: 1.1;
	color: var(--mtn-ink);
}

.mtn-rich h2 { font-size: clamp(2.4rem, 1vw + 1.8rem, 3.2rem); }
.mtn-rich h3 { font-size: clamp(2rem, 0.8vw + 1.6rem, 2.8rem); }

.mtn-rich p,
.mtn-rich ul,
.mtn-rich ol,
.mtn-rich blockquote { margin: 1.4rem 0; }

.mtn-rich ul,
.mtn-rich ol { padding-left: 2rem; }
.mtn-rich li { margin-bottom: 0.5rem; }

.mtn-rich blockquote {
	padding: 1.6rem 2rem;
	background: rgb(176 122 61 / 6%);
	border-left: 0.3rem solid var(--mtn-copper);
	border-radius: 0 0.4rem 0.4rem 0;
}

.mtn-table-wrap {
	width: 100%;
	max-width: 100%;
	margin: 1.6rem 0;
	overflow-x: auto;
	background: #fff;
	border: 0.1rem solid var(--mtn-line);
	border-radius: 0.4rem;
}

.mtn-table-wrap table {
	width: 100%;
	min-width: 64rem;
	margin: 0;
	table-layout: fixed;
	border-collapse: collapse;
}

.mtn-table-wrap th,
.mtn-table-wrap td {
	padding: 1rem 1.2rem;
	vertical-align: top;
	text-align: left;
	word-break: break-word;
	border: 0.1rem solid var(--mtn-line);
}

.mtn-table-wrap th {
	font-weight: 600;
	color: var(--mtn-ink);
	background: rgb(246 242 237 / 80%);
}

.mtn-table-wrap tbody tr:nth-child(even) td {
	background: rgb(246 242 237 / 50%);
}

/* ── Amenities ── */

.mtn-amenities__title {
	margin-bottom: 3.2rem;
	font-family: var(--mtn-font-head);
	font-size: clamp(2.8rem, 1.2vw + 1.8rem, 4rem);
	line-height: 1;
	color: var(--mtn-ink);
}

.mtn-amenities__grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 2rem 1.6rem;
}

.mtn-amenity-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.8rem;
	padding: 2rem 1rem;
	text-align: center;
	border-radius: 0.4rem;
	transition: background 0.3s ease;
}

.mtn-amenity-item:hover {
	background: rgba(176, 122, 61, 0.06);
}

.mtn-amenity-item__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 4.4rem;
	height: 4.4rem;
	font-size: 2.4rem;
	font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
	line-height: 1;
	color: var(--mtn-copper);
	border-bottom: 0.2rem solid var(--mtn-copper-light);
}

.mtn-amenity-item__label {
	font-size: 1.3rem;
	font-weight: 600;
	line-height: 1.35;
	color: var(--mtn-muted);
	letter-spacing: 0.02em;
}

/* ── Features — horizontal alternating ── */

.mtn-features {
	display: grid;
	gap: clamp(2rem, 3vw, 4rem);
}

.mtn-feature {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: clamp(2.4rem, 3vw, 5rem);
	align-items: center;
}

.mtn-feature:nth-child(even) {
	direction: rtl;
}

.mtn-feature:nth-child(even) > * {
	direction: ltr;
}

.mtn-feature__media {
	overflow: hidden;
	border-radius: 0.4rem;
	aspect-ratio: 3 / 2;
}

.mtn-feature__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.mtn-feature:hover .mtn-feature__media img {
	transform: scale(1.04);
}

.mtn-feature__body {
	padding: 1rem 0;
}

.mtn-feature__title::before {
	display: block;
	width: 0.3rem;
	height: 3.2rem;
	margin-bottom: 1.2rem;
	content: "";
	background: var(--mtn-copper-light);
}

.mtn-feature__title {
	font-family: var(--mtn-font-head);
	font-size: clamp(2.4rem, 1vw + 1.6rem, 3.6rem);
	line-height: 0.96;
	color: var(--mtn-ink);
}

.mtn-feature__text {
	margin-top: 1.2rem;
	font-size: 1.52rem;
	line-height: 1.72;
	color: var(--mtn-muted);
}

/* ── Gallery preview ── */

.mtn-gallery-preview__title {
	margin-bottom: 2rem;
	font-family: var(--mtn-font-head);
	font-size: clamp(2.8rem, 1.2vw + 1.8rem, 4rem);
	line-height: 1;
	color: var(--mtn-ink);
}

.mtn-gallery-preview__grid {
	display: grid;
	grid-template-columns: 1.2fr 1fr;
	grid-template-rows: 1fr 1fr;
	gap: 1.2rem;
	height: clamp(30rem, 36vw, 48rem);
}

.mtn-gallery-preview__item {
	display: block;
	overflow: hidden;
	border-radius: 0.4rem;
}

.mtn-gallery-preview__item:first-child {
	grid-row: 1 / -1;
}

.mtn-gallery-preview__item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.mtn-gallery-preview__item:hover img {
	transform: scale(1.05);
}

.mtn-gallery-preview__actions {
	display: flex;
	justify-content: flex-start;
	margin-top: 2.4rem;
}

.mtn-gallery-preview__cta {
	display: inline-flex;
	align-items: center;
	gap: 0.8rem;
	padding: 1.2rem 2.6rem;
	font-size: 1.26rem;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	background: var(--mtn-ink);
	border-radius: 0.4rem;
	transition: background 0.25s ease, transform 0.25s ease;
}

.mtn-gallery-preview__cta:hover {
	background: #2a2f3e;
	transform: translateY(-0.15rem);
}

/* ── Page hero (subpages) ── */

.mtn-page-hero {
	position: relative;
	display: grid;
	align-items: end;
	min-height: clamp(36rem, 50vh, 56rem);
	overflow: hidden;
	isolation: isolate;
	background: var(--mtn-ink);
}

.mtn-page-hero::after {
	position: absolute;
	inset: 0;
	z-index: -1;
	content: "";
	background: linear-gradient(180deg, rgb(0 0 0 / 12%) 0%, rgb(0 0 0 / 58%) 100%);
}

.mtn-page-hero__image {
	position: absolute;
	inset: 0;
	z-index: -2;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.mtn-page-hero__content {
	padding: 0 0 clamp(4rem, 6vh, 7rem);
	color: #fff;
}

.mtn-page-hero__content::before {
	display: block;
	width: 0.3rem;
	height: 4rem;
	margin-bottom: 1.6rem;
	content: "";
	background: var(--mtn-copper-light);
}

.mtn-page-hero__eyebrow {
	display: inline-flex;
	padding: 0.48rem 1.2rem;
	margin-bottom: 1.2rem;
	font-size: 1.08rem;
	font-weight: 700;
	color: rgb(255 255 255 / 78%);
	text-transform: uppercase;
	letter-spacing: 0.14em;
	background: rgb(255 255 255 / 8%);
	border: 0.1rem solid rgb(255 255 255 / 18%);
	border-radius: 0.4rem;
}

.mtn-page-hero__title {
	max-width: 60%;
	font-family: var(--mtn-font-head);
	font-size: clamp(3.6rem, 2.5vw + 2rem, 7rem);
	line-height: 0.9;
}

.mtn-page-hero__lead {
	max-width: 60ch;
	margin-top: 1.4rem;
	font-size: clamp(1.52rem, 0.3vw + 1.44rem, 1.84rem);
	color: rgb(255 255 255 / 82%);
}

/* ── Content split (about) ── */

.mtn-content-split {
	display: grid;
	grid-template-columns: 1fr minmax(28rem, 42%);
	gap: 3rem;
	align-items: start;
}

.mtn-content-split.is-no-image {
	grid-template-columns: 1fr;
}

.mtn-content-split__text {
	min-width: 0;
}

.mtn-content-split__media {
	overflow: hidden;
	border-radius: 0.4rem;
	min-height: 28rem;
}

.mtn-content-split__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* ── Contact ── */

.mtn-contact-layout {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 3rem;
	align-items: start;
}

.mtn-contact-layout__content,
.mtn-contact-layout__form {
	min-width: 0;
}

.mtn-contact-layout__form .lake-form,
.mtn-contact-layout__form .mtn-form {
	margin-top: 0;
}

/* ── Gallery grid ── */

.mtn-gallery-grid {
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	grid-auto-rows: 22rem;
	gap: 1rem;
	margin-top: 2rem;
}

.mtn-gallery-item {
	position: relative;
	overflow: hidden;
	border-radius: 0.4rem;
	grid-column: span 4;
}

.mtn-gallery-item:nth-child(6n + 1) {
	grid-column: span 7;
	grid-row: span 2;
}

.mtn-gallery-item:nth-child(6n + 2) {
	grid-column: span 5;
}

.mtn-gallery-item:nth-child(6n + 3) {
	grid-column: span 5;
}

.mtn-gallery-item:nth-child(6n + 4) {
	grid-column: span 4;
}

.mtn-gallery-item:nth-child(6n + 5) {
	grid-column: span 4;
}

.mtn-gallery-item:nth-child(6n + 6) {
	grid-column: span 4;
}

.mtn-gallery-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.mtn-gallery-item:hover img {
	transform: scale(1.05);
}

/* ── Empty state ── */

.mtn-empty-content {
	padding: 2.4rem;
	font-size: 1.52rem;
	color: var(--mtn-muted);
	background: rgb(176 122 61 / 5%);
	border: 0.1rem dashed rgb(176 122 61 / 28%);
	border-radius: 0.4rem;
}

/* ── Forms ── */

.mtn-form,
.lake-form {
	display: grid;
	gap: 1.6rem;
	margin-top: 1.6rem;
}

.mtn-honeypot,
.lake-honeypot {
	position: absolute;
	left: -999.9rem;
}

.mtn-form__grid,
.lake-form__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.2rem;
}

.mtn-form__group,
.lake-form__group {
	display: grid;
	gap: 0.5rem;
}

.mtn-form__group--full,
.lake-form__group--full {
	grid-column: 1 / -1;
}

.mtn-form label,
.lake-form label {
	font-size: 1.2rem;
	font-weight: 700;
	color: var(--mtn-muted);
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.mtn-form input:not([type="checkbox"]),
.mtn-form textarea,
.lake-form input:not([type="checkbox"]),
.lake-form textarea {
	width: 100%;
	padding: 1.2rem 0;
	font: inherit;
	font-size: 1.52rem;
	color: var(--mtn-ink);
	background: transparent;
	border: 0;
	border-bottom: 0.2rem solid var(--mtn-line);
	border-radius: 0;
	outline: none;
	transition: border-color 0.25s ease;
}

.mtn-form input:not([type="checkbox"]):focus,
.mtn-form textarea:focus,
.lake-form input:not([type="checkbox"]):focus,
.lake-form textarea:focus {
	border-color: var(--mtn-copper);
}

.mtn-form textarea,
.lake-form textarea {
	min-height: 14rem;
	resize: vertical;
}

.mtn-form select,
.lake-form select {
	width: 100%;
	padding: 1.2rem 0;
	font: inherit;
	font-size: 1.52rem;
	color: var(--mtn-ink);
	background: transparent;
	border: 0;
	border-bottom: 0.2rem solid var(--mtn-line);
	border-radius: 0;
	outline: none;
}

.mtn-form select:focus,
.lake-form select:focus {
	border-color: var(--mtn-copper);
}

.mtn-form__captcha,
.lake-form__captcha {
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem;
	align-items: center;
	font-size: 1.44rem;
	color: var(--mtn-muted);
}

.mtn-form__captcha input,
.lake-form__captcha input {
	width: 10rem;
}

.mtn-form__consent,
.lake-form__rodo {
	margin-top: 1.2rem;
	font-size: 1.3rem;
	line-height: 1.5;
	color: rgba(0, 0, 0, 0.45);
}

.lake-form__rodo p {
	margin: 0 0 0.4rem;
}

.lake-form__rodo p:last-child {
	margin-bottom: 0;
}

.mtn-form__error,
.lake-form__error {
	margin-top: 0.5rem;
	font-size: 1.2rem;
	color: #b91c1c;
}

.mtn-form__error ul,
.lake-form__error ul {
	padding-left: 1.6rem;
	margin: 0;
}

.lake-flash--form-errors ul {
	padding-left: 1.8rem;
	margin: 0;
}

.mtn-btn,
.lake-btn {
	display: inline-flex;
	gap: 0.8rem;
	align-items: center;
	justify-content: center;
	padding: 1.3rem 2.4rem;
	font-size: 1.36rem;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	cursor: pointer;
	background: var(--mtn-ink);
	border: 0;
	border-radius: 0.4rem;
	transition: background 0.25s ease, transform 0.25s ease;
}

.mtn-btn:hover,
.lake-btn:hover {
	background: #2a2f3e;
	transform: translateY(-0.1rem);
}

.mtn-flash,
.lake-flash {
	padding: 1.2rem 1.4rem;
	margin-bottom: 1rem;
	font-size: 1.4rem;
	border-radius: 0.4rem;
}

.mtn-flash--success,
.lake-flash--success {
	color: #065f46;
	background: #d1fae5;
}

.mtn-flash--error,
.lake-flash--error {
	color: #991b1b;
	background: #fee2e2;
}

.mtn-form-loading,
.lake-form-loading {
	padding: 1.2rem 1.4rem;
	font-size: 1.34rem;
	color: var(--mtn-muted);
	background: rgb(176 122 61 / 5%);
	border-radius: 0.4rem;
}

/* ── Footer ── */

.mtn-footer {
	margin-top: clamp(4rem, 6vw, 8rem);
	padding: clamp(4rem, 5vw, 7rem) 0 clamp(2.4rem, 3vw, 3.6rem);
	background: var(--mtn-ink);
	color: rgb(255 255 255 / 82%);
}

.mtn-footer__inner {
	display: flex;
	flex-wrap: wrap;
	gap: 3rem;
	justify-content: space-between;
}

.mtn-footer__name {
	font-family: var(--mtn-font-head);
	font-size: clamp(2.8rem, 0.8vw + 2.2rem, 3.8rem);
	line-height: 0.95;
	color: #fff;
}

.mtn-footer__meta {
	margin-top: 0.8rem;
	font-size: 1.44rem;
	color: rgb(255 255 255 / 55%);
}

.mtn-footer__links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.6rem 2rem;
	align-content: start;
	font-size: 1.24rem;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.mtn-footer__links a {
	color: rgb(255 255 255 / 55%);
	transition: color 0.2s ease;
}

.mtn-footer__links a:hover {
	color: #fff;
}

.mtn-footer__bottom {
	margin-top: 3rem;
	padding-top: 2rem;
	font-size: 1.2rem;
	color: rgb(255 255 255 / 36%);
	border-top: 0.1rem solid rgb(255 255 255 / 10%);
}

.mtn-footer__bottom a {
	color: var(--mtn-copper-light);
}


/* ── Responsive ── */

@media (max-width: 1217px) {
	.mtn-hero .swiper-button-prev,
	.mtn-hero .swiper-button-next {
		display: none;
	}
}

@media (width <= 106rem) {
	.mtn-intro {
		grid-template-columns: 1fr;
	}

	.mtn-intro__media {
		max-height: 44rem;
	}

	.mtn-feature {
		grid-template-columns: 1fr;
	}

	.mtn-feature:nth-child(even) {
		direction: ltr;
	}

	.mtn-content-split {
		grid-template-columns: 1fr;
	}

	.mtn-amenities__grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.mtn-gallery-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-auto-rows: 20rem;
	}

	.mtn-gallery-item,
	.mtn-gallery-item:nth-child(n) {
		grid-column: span 1;
		grid-row: span 1;
	}

	.mtn-gallery-item:nth-child(6n + 1) {
		grid-column: span 2;
		grid-row: span 1;
	}
}

@media (width <= 92rem) {
	.mtn-menu-toggle {
		display: block;
	}

	.mtn-nav {
		position: fixed;
		inset: 0;
		z-index: 1000;
		display: flex;
		visibility: hidden;
		flex-flow: column nowrap;
		gap: 1.2rem;
		align-items: center;
		justify-content: center;
		width: 100vw;
		height: 100vh;
		padding: 4rem 2rem;
		margin-left: 0;
		pointer-events: none;
		background: rgb(28 32 41 / 97%);
		backdrop-filter: blur(1.2rem);
		opacity: 0;
		transform: translateY(-1rem);
		transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
	}

	.mtn-nav.is-open {
		visibility: visible;
		pointer-events: auto;
		opacity: 1;
		transform: translateY(0);
	}

	.mtn-nav a {
		padding: 1.2rem 2rem;
		font-size: clamp(1.8rem, 2.5vw, 2.6rem);
		color: rgb(255 255 255 / 88%);
	}

	.mtn-footer__links {
		flex-direction: column;
	}
}

@media (width <= 76rem) {
	.mtn-container {
		padding-right: 2rem;
		padding-left: 2rem;
	}

	.mtn-header__inner {
		padding-right: 2rem;
		padding-left: 2rem;
	}

	.mtn-header {
		padding: 2rem 0;
	}

	.mtn-header.is-scrolled {
		padding: 1rem 0;
	}

	.mtn-brand__logo {
		max-width: min(50vw, 16rem);
		height: 4.2rem;
	}

	.mtn-page-hero__title {
		max-width: 100%;
	}

	.mtn-feature {
		grid-template-columns: 1fr;
	}

	.mtn-feature:nth-child(even) {
		direction: ltr;
	}

	.mtn-amenities__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.mtn-gallery-preview__grid {
		grid-template-columns: 1fr;
		grid-template-rows: auto;
		height: auto;
	}

	.mtn-gallery-preview__item:first-child {
		grid-row: span 1;
	}

	.mtn-gallery-preview__item {
		aspect-ratio: 16 / 9;
	}

	.mtn-gallery-grid {
		grid-template-columns: 1fr;
		grid-auto-rows: 22rem;
	}

	.mtn-gallery-item,
	.mtn-gallery-item:nth-child(n) {
		grid-column: span 1;
		grid-row: span 1;
	}

	.mtn-contact-layout {
		grid-template-columns: 1fr;
	}

	.mtn-form__grid,
	.lake-form__grid {
		grid-template-columns: 1fr;
	}

	.mtn-home-slider__content h2 {
		font-size: clamp(3rem, 5.5vw, 5rem);
	}

	.mtn-intro__title {
		max-width: 100%;
	}
}

@media (width <= 48rem) {
	.mtn-amenities__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.mtn-home-slider__content div {
		font-size: 1.4rem;
	}
}
