/**
 * Shared accommodation-page grammar.
 *
 * Loaded only by the apartments and private-chalets templates. Hotel Kuura keeps
 * its own stylesheet and is deliberately not a consumer of this file.
 */

/* Tokens and page canvas -------------------------------------------------- */

.xw-stay {
	--xw-stay-ink: #14100c;
	--xw-stay-ink-soft: #3d372f;
	--xw-stay-ink-faint: #6d6559;
	--xw-stay-paper: #f7f4ee;
	--xw-stay-paper-warm: #efe9df;
	--xw-stay-night: #100d0a;
	--xw-stay-night-soft: #1c1712;
	--xw-stay-gold: #e4c758;
	--xw-stay-rule: rgba(20, 16, 12, 0.14);
	--xw-stay-rule-dark: rgba(247, 244, 238, 0.18);
	--xw-stay-display: "Signifier Medium", Georgia, "Times New Roman", serif;
	--xw-stay-text: "Söehne Buch", Geograph, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
	--xw-stay-shell: 76rem;
	--xw-stay-shell-narrow: 44rem;
	--xw-stay-gap: clamp(1.1rem, 2.6vw, 2.1rem);
	--xw-stay-section-y: clamp(2.5rem, 4.4vw, 4.5rem);
	--xw-stay-offset: clamp(1.5rem, 6.67vw, 6rem);
	--xw-stay-numeral: clamp(1.6rem, 3vw, 2.25rem);
	--xw-stay-numeral-lg: clamp(2.25rem, 3.9vw, 3.5rem);
	--xw-stay-name-size: clamp(1.5rem, 2.2vw, 2rem);
	--xw-stay-hair: 1px;

	background: var(--xw-stay-paper);
	color: var(--xw-stay-ink);
	font-family: var(--xw-stay-text);
	overflow-x: clip;
}

.xw-stay *,
.xw-stay *::before,
.xw-stay *::after {
	box-sizing: border-box;
}

/* Shell and section rhythm ----------------------------------------------- */

.xw-stay .xw-stay-section {
	padding-block: var(--xw-stay-section-y);
}

.xw-stay .xw-stay-section--tight {
	padding-block: clamp(2rem, 3.8vw, 3.5rem);
}

.xw-stay .xw-stay-section--dark {
	background: var(--xw-stay-night);
	color: var(--xw-stay-paper);
}

.xw-stay .xw-stay-section--warm {
	background: var(--xw-stay-paper-warm);
}

.xw-stay .xw-stay-shell {
	width: min(100% - 2.5rem, var(--xw-stay-shell));
	margin-inline: auto;
}

.xw-stay .xw-stay-shell--narrow {
	width: min(100% - 2.5rem, var(--xw-stay-shell-narrow));
	margin-inline: max(1.25rem, calc((100% - var(--xw-stay-shell)) / 2)) auto;
}

/* Editorial type --------------------------------------------------------- */

.xw-stay .xw-stay-eyebrow {
	margin: 0 0 0.85rem;
	color: var(--xw-stay-ink-faint);
	font-family: var(--xw-stay-text);
	font-size: 0.75rem;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.xw-stay .xw-stay-section--dark .xw-stay-eyebrow {
	color: var(--xw-stay-gold);
}

.xw-stay .xw-stay-h2,
.xw-stay .xw-stay-h3 {
	color: inherit;
	font-family: var(--xw-stay-display);
	font-weight: 400;
	text-wrap: balance;
}

.xw-stay .xw-stay-h2 {
	margin: 0 0 1.1rem;
	font-size: clamp(1.9rem, 3.6vw, 2.6rem);
	line-height: 1.08;
	letter-spacing: -0.015em;
}

.xw-stay .xw-stay-h3 {
	margin: 2.15rem 0 0.85rem;
	font-size: clamp(1.25rem, 2.2vw, 1.6rem);
	line-height: 1.2;
}

.xw-stay .xw-stay-lede {
	max-width: 42ch;
	margin: 0 0 1.1rem;
	color: var(--xw-stay-ink-soft);
	font-size: clamp(1.1rem, 1.9vw, 1.375rem);
	line-height: 1.55;
}

.xw-stay .xw-stay-lede--wide {
	max-width: 56ch;
}

.xw-stay .xw-stay-body {
	max-width: 62ch;
	margin: 0 0 0.95rem;
	color: var(--xw-stay-ink-soft);
	font-size: 1.0625rem;
	line-height: 1.7;
}

.xw-stay .xw-stay-note {
	max-width: 62ch;
	margin: 1.5rem 0 0;
	padding-top: 1rem;
	border-top: 1px solid var(--xw-stay-rule);
	color: var(--xw-stay-ink-faint);
	font-size: 0.9375rem;
	line-height: 1.6;
}

.xw-stay .xw-stay-section--dark :is(.xw-stay-lede, .xw-stay-body) {
	color: rgba(247, 244, 238, 0.82);
}

.xw-stay .xw-stay-section--dark .xw-stay-note {
	border-top-color: var(--xw-stay-rule-dark);
	color: rgba(247, 244, 238, 0.6);
}

/* Figures, credits and honest gaps --------------------------------------- */

.xw-stay .xw-stay-figure {
	margin: 0;
}

.xw-stay .xw-stay-figure__media {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 2px;
	background: var(--xw-stay-paper-warm);
}

.xw-stay .xw-stay-section--dark .xw-stay-figure__media {
	background: var(--xw-stay-night-soft);
}

.xw-stay .xw-stay-figure__media img {
	display: block;
	width: 100%;
	height: auto;
}

.xw-stay .xw-stay-figure__cap,
.xw-stay .xw-stay-credit {
	max-width: 58ch;
	margin: 0.85rem 0 0;
	color: var(--xw-stay-ink-faint);
	font-size: 0.875rem;
	line-height: 1.55;
}

.xw-stay .xw-stay-section--dark :is(.xw-stay-figure__cap, .xw-stay-credit) {
	color: rgba(247, 244, 238, 0.6);
}

.xw-stay .xw-stay-figure--bleed {
	width: 100vw;
	max-width: 100vw;
	margin-inline: calc(50% - 50vw);
}

.xw-stay .xw-stay-figure--bleed .xw-stay-figure__media {
	width: 100%;
	max-height: clamp(19rem, 46vh, 30rem);
	border-radius: 0;
}

.xw-stay .xw-stay-figure--bleed .xw-stay-figure__media img {
	width: 100%;
	height: 100%;
	max-height: clamp(19rem, 46vh, 30rem);
	object-fit: cover;
}

.xw-stay .xw-stay-figure--bleed .xw-stay-figure__cap {
	width: min(100% - 2.5rem, var(--xw-stay-shell));
	margin-inline: max(1.25rem, calc((100% - var(--xw-stay-shell)) / 2)) auto;
	padding-top: 0.85rem;
}

.xw-stay .xw-stay-honesty-credit,
.xw-stay .xw-stay-card__credit {
	max-width: 52ch;
	margin: 0.9rem 0 0;
	padding-inline-start: 1rem;
	border-inline-start: 2px solid var(--xw-stay-gold);
	color: var(--xw-stay-ink-faint);
	font-size: 0.8125rem;
	line-height: 1.6;
}

.xw-stay .xw-stay-section--dark :is(.xw-stay-honesty-credit, .xw-stay-card__credit) {
	color: rgba(247, 244, 238, 0.68);
}

/* Hero ------------------------------------------------------------------- */

.xw-stay .xw-stay-hero {
	position: relative;
	display: flex;
	min-height: min(100svh, 56rem);
	align-items: flex-end;
	isolation: isolate;
	background: var(--xw-stay-night);
	color: var(--xw-stay-paper);
}

.xw-stay .xw-stay-hero .hero-2026-media {
	position: absolute;
	inset: 0;
	z-index: 0;
	overflow: hidden;
}

.xw-stay .xw-stay-hero :is(.hero-2026-still, .hero-2026-still img) {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 46%;
}

.xw-stay .xw-stay-hero .hero-2026-scrim {
	position: absolute;
	inset: 0;
	z-index: 1;
	background:
		linear-gradient(to right, rgba(10, 9, 8, 0.70) 0%, rgba(10, 9, 8, 0.42) 36%, rgba(10, 9, 8, 0.10) 66%, rgba(10, 9, 8, 0) 84%),
		linear-gradient(to top, rgba(10, 9, 8, 0.68) 0%, rgba(10, 9, 8, 0.26) 36%, rgba(10, 9, 8, 0.04) 64%, rgba(10, 9, 8, 0.38) 100%);
}

.xw-stay .xw-stay-hero .hero-2026-content {
	position: relative;
	z-index: 2;
	width: min(100% - 2.5rem, var(--xw-stay-shell));
	margin-inline: auto;
	padding-block: clamp(2.5rem, 5.2vw, 4.25rem);
}

.xw-stay .xw-stay-hero::after {
	position: absolute;
	inset: clamp(0.9rem, 1.7vw, 1.6rem);
	z-index: 3;
	border: 1px solid rgba(242, 237, 227, 0.26);
	content: "";
	pointer-events: none;
}

.xw-stay .xw-stay-hero .hero-2026-eyebrow {
	margin: 0 0 1.1rem;
	color: var(--xw-stay-paper);
	font-size: 0.75rem;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.xw-stay .xw-stay-hero .hero-2026-heading {
	max-width: 18ch;
	margin: 0 0 1.35rem;
	color: var(--xw-stay-paper);
	font-family: var(--xw-stay-display);
	font-size: clamp(2.6rem, 7.2vw, 5.75rem);
	font-weight: 400;
	letter-spacing: -0.02em;
	line-height: 0.98;
	text-wrap: balance;
}

.xw-stay .xw-stay-hero .hero-2026-subhead {
	max-width: 46ch;
	margin: 0 0 2rem;
	color: rgba(247, 244, 238, 0.86);
	font-size: clamp(1rem, 1.7vw, 1.2rem);
	line-height: 1.55;
}

.xw-stay .xw-stay-hero-credit {
	max-width: 52ch;
	margin: 1.75rem 0 0;
	color: rgba(247, 244, 238, 0.62);
	font-size: 0.8125rem;
	line-height: 1.5;
}

.xw-stay .xw-stay-hero-reserved {
	position: absolute;
	inset: 0;
	background: var(--xw-stay-night-soft);
}

/* Splits ----------------------------------------------------------------- */

.xw-stay .xw-stay-pair {
	display: grid;
	gap: var(--xw-stay-gap);
	align-items: start;
	margin-top: clamp(1.5rem, 3.6vw, 2.5rem);
}

.xw-stay .xw-stay-pair > * {
	min-width: 0;
}

.xw-stay .xw-stay-name {
	margin: 0 0 0.5rem;
	color: inherit;
	font-family: var(--xw-stay-display);
	font-size: var(--xw-stay-name-size);
	font-weight: 400;
	letter-spacing: -0.01em;
	line-height: 1.12;
}

.xw-stay .xw-stay-name + .xw-stay-eyebrow {
	margin-top: 0;
}

.xw-stay .xw-stay-numerals {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: var(--xw-stay-gap);
	margin: clamp(1.5rem, 3.2vw, 2.5rem) 0 0;
	padding: 0;
	list-style: none;
}

.xw-stay .xw-stay-numerals > li {
	padding-top: 1rem;
	border-top: var(--xw-stay-hair) solid var(--xw-stay-rule);
	/* the theme sets list-style on li directly, which beats inheritance from the ul */
	list-style: none;
}

.xw-stay .xw-stay-numerals > li:last-child:nth-child(odd) {
	grid-column: 1 / -1;
}

.xw-stay .xw-stay-section--dark .xw-stay-numerals > li {
	border-top-color: var(--xw-stay-rule-dark);
}

.xw-stay .xw-stay-numeral {
	display: block;
	margin-bottom: 0.45rem;
	font-family: var(--xw-stay-display);
	font-size: var(--xw-stay-numeral);
	font-weight: 400;
	letter-spacing: -0.02em;
	line-height: 1;
}

.xw-stay .xw-stay-numeral--lg {
	font-size: var(--xw-stay-numeral-lg);
}

.xw-stay .xw-stay-numeral-unit {
	display: block;
	color: var(--xw-stay-ink-faint);
	font-size: 0.6875rem;
	letter-spacing: 0.2em;
	line-height: 1.5;
	text-transform: uppercase;
}

.xw-stay .xw-stay-section--dark .xw-stay-numeral-unit {
	color: rgba(247, 244, 238, 0.6);
}

.xw-stay .xw-stay-plate {
	display: grid;
	grid-template-columns: 1fr;
	gap: var(--xw-stay-gap);
	margin: clamp(1.75rem, 3.6vw, 2.75rem) 0 0;
}

.xw-stay .xw-stay-plate__sheet {
	margin: 0;
}

.xw-stay .xw-stay-plate__sheet img {
	display: block;
	width: 100%;
	height: auto;
	border: 0;
	border-radius: 0;
	background: none;
}

.xw-stay .xw-stay-plate__label {
	margin: 0.9rem 0 0;
	color: var(--xw-stay-ink-faint);
	font-size: 0.6875rem;
	letter-spacing: 0.2em;
	line-height: 1.6;
	text-transform: uppercase;
}

.xw-stay .xw-stay-plate__gap {
	margin: clamp(1.5rem, 3vw, 2.25rem) 0 0;
	color: var(--xw-stay-ink-soft);
	font-family: var(--xw-stay-display);
	font-size: clamp(1.05rem, 1.6vw, 1.375rem);
	line-height: 1.45;
	text-align: center;
}

.xw-stay .xw-stay-plate__cap {
	max-width: 72ch;
	margin: 1.25rem 0 0;
	color: var(--xw-stay-ink-faint);
	font-size: 0.8125rem;
	line-height: 1.6;
}

.xw-stay .xw-stay-station {
	display: block;
	margin: 0;
	padding: clamp(2rem, 3.6vw, 2.75rem) 0 0;
	border: 0;
	border-top: var(--xw-stay-hair) solid var(--xw-stay-rule-dark);
	border-radius: 0;
	background: none;
	box-shadow: none;
}

.xw-stay .xw-stay-station:first-of-type {
	padding-top: clamp(1.5rem, 2.6vw, 2rem);
	border-top: 0;
}

.xw-stay .xw-stay-station__lead {
	max-width: 44ch;
	margin: 0 0 1.1rem;
	font-family: var(--xw-stay-display);
	font-size: clamp(1.2rem, 1.9vw, 1.375rem);
	font-weight: 400;
	line-height: 1.4;
}

.xw-stay .xw-stay-station__facts,
.xw-stay .xw-stay-station__rituals {
	max-width: 62ch;
	margin: 0 0 0.5rem;
	padding: 0;
	border: 0;
	color: rgba(247, 244, 238, 0.82);
	font-size: 1.0625rem;
	line-height: 1.7;
}

.xw-stay .xw-stay-station__rituals {
	display: flex;
	flex-wrap: wrap;
	/* the "· " on li+li already separates; a 0.75rem gap on top of it reads loose */
	gap: 0 0.3rem;
	list-style: none;
}

.xw-stay .xw-stay-station__rituals li {
	padding: 0;
	border: 0;
	list-style: none;
}

/* An unsupported ritual keeps its slot in the markup for the rhythm check, but a
   list-item with no text still paints a marker. Take it out of the visual flow. */
.xw-stay .xw-stay-station__rituals li[aria-hidden="true"] {
	display: none;
}

.xw-stay .xw-stay-station__rituals li + li:not([aria-hidden])::before {
	content: "· ";
}

.xw-stay .xw-stay-station__where {
	margin: 0.75rem 0 0;
	padding: 0;
	border: 0;
	color: rgba(247, 244, 238, 0.6);
	font-size: 0.875rem;
	line-height: 1.55;
}

.xw-stay .xw-stay-details {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: var(--xw-stay-gap);
	margin-top: var(--xw-stay-gap);
}

.xw-stay .xw-stay-quiet {
	grid-column: 1 / -1;
	max-width: 46ch;
	margin: var(--xw-stay-gap) 0 0;
	padding: 0;
	border: 0;
	color: var(--xw-stay-ink-faint);
	font-size: 0.9375rem;
	line-height: 1.6;
}

.xw-stay .xw-stay-split {
	display: grid;
	gap: var(--xw-stay-gap);
	align-items: center;
	margin-top: clamp(1.5rem, 3.6vw, 2.5rem);
}

/* Accommodation cards ---------------------------------------------------- */

.xw-stay .xw-stay-cards {
	display: grid;
	grid-template-columns: 1fr;
	gap: var(--xw-stay-gap);
	margin: clamp(1.75rem, 3.6vw, 2.5rem) 0 0;
	padding: 0;
	list-style: none;
}

.xw-stay .xw-stay-card,
.xw-stay .xw-stay-cards > * {
	display: flex;
	min-width: 0;
	flex-direction: column;
	border-top: 1px solid var(--xw-stay-rule);
	padding-top: 1rem;
}

.xw-stay .xw-stay-section--dark .xw-stay-card,
.xw-stay .xw-stay-section--dark .xw-stay-cards > * {
	border-top-color: var(--xw-stay-rule-dark);
}

.xw-stay .xw-stay-card__media {
	position: relative;
	overflow: hidden;
	margin: 0 0 1.25rem;
	border-radius: 2px;
	background: var(--xw-stay-paper-warm);
}

.xw-stay .xw-stay-section--dark .xw-stay-card__media {
	background: var(--xw-stay-night-soft);
}

.xw-stay .xw-stay-card__media img,
.xw-stay .xw-stay-card__image {
	display: block;
	width: 100%;
	height: auto;
}

.xw-stay .xw-stay-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
}

.xw-stay .xw-stay-card__name {
	margin: 0 0 0.65rem;
	color: inherit;
	font-family: var(--xw-stay-display);
	font-size: clamp(1.3rem, 2.2vw, 1.6rem);
	font-weight: 400;
	line-height: 1.15;
}

.xw-stay .xw-stay-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem 1rem;
	margin: 0 0 1rem;
	padding: 0 0 0.8rem;
	border-bottom: 1px solid var(--xw-stay-rule);
	color: var(--xw-stay-ink-faint);
	font-size: 0.75rem;
	letter-spacing: 0.12em;
	line-height: 1.5;
	list-style: none;
	text-transform: uppercase;
}

.xw-stay .xw-stay-section--dark .xw-stay-card__meta {
	border-bottom-color: var(--xw-stay-rule-dark);
	color: rgba(247, 244, 238, 0.68);
}

.xw-stay .xw-stay-card__features {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.xw-stay .xw-stay-card__tag {
	display: inline-flex;
	align-items: center;
	min-height: 1.75rem;
	padding: 0.3rem 0.6rem;
	border: 1px solid var(--xw-stay-rule);
	border-radius: 2px;
	color: var(--xw-stay-ink-soft);
	font-size: 0.75rem;
	line-height: 1.2;
}

.xw-stay .xw-stay-section--dark .xw-stay-card__tag {
	border-color: var(--xw-stay-rule-dark);
	color: rgba(247, 244, 238, 0.82);
}

.xw-stay .xw-stay-card__price {
	margin: auto 0 0;
	padding-top: 1.25rem;
	color: var(--xw-stay-ink);
	font-family: var(--xw-stay-display);
	font-size: 1.125rem;
	line-height: 1.35;
}

.xw-stay .xw-stay-card__price-label {
	display: block;
	margin-bottom: 0.35rem;
	color: var(--xw-stay-ink-faint);
	font-family: var(--xw-stay-text);
	font-size: 0.6875rem;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.xw-stay .xw-stay-section--dark .xw-stay-card__price {
	color: var(--xw-stay-paper);
}

.xw-stay .xw-stay-section--dark .xw-stay-card__price-label {
	color: rgba(247, 244, 238, 0.6);
}

/* Three-page "Stay with Xwander" rail ----------------------------------- */

.xw-stay .xw-stay-rail {
	padding-block: clamp(2rem, 3.8vw, 3.5rem);
	border-block: 1px solid var(--xw-stay-rule);
	background: var(--xw-stay-paper-warm);
}

.xw-stay .xw-stay-rail__list,
.xw-stay .xw-stay-rail > .xw-stay-shell > ul,
.xw-stay :is(ul, ol).xw-stay-rail {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0;
	margin: 1.5rem 0 0;
	padding: 0;
	list-style: none;
}

.xw-stay .xw-stay-rail__item,
.xw-stay .xw-stay-rail > .xw-stay-shell > ul > li,
.xw-stay :is(ul, ol).xw-stay-rail > li {
	border-top: 1px solid var(--xw-stay-rule);
}

.xw-stay .xw-stay-rail__link,
.xw-stay .xw-stay-rail > .xw-stay-shell > ul > li > a,
.xw-stay :is(ul, ol).xw-stay-rail > li > a {
	display: flex;
	min-height: 5.5rem;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 1rem 0;
	color: var(--xw-stay-ink);
	text-decoration: none;
}

.xw-stay .xw-stay-rail__link::after,
.xw-stay .xw-stay-rail > .xw-stay-shell > ul > li > a::after,
.xw-stay :is(ul, ol).xw-stay-rail > li > a::after {
	width: 1.5rem;
	height: 1px;
	flex: none;
	background: currentColor;
	content: "";
	transition: width 220ms ease;
}

.xw-stay .xw-stay-rail__link:hover::after,
.xw-stay .xw-stay-rail__link:focus-visible::after,
.xw-stay .xw-stay-rail > .xw-stay-shell > ul > li > a:hover::after,
.xw-stay .xw-stay-rail > .xw-stay-shell > ul > li > a:focus-visible::after,
.xw-stay :is(ul, ol).xw-stay-rail > li > a:hover::after,
.xw-stay :is(ul, ol).xw-stay-rail > li > a:focus-visible::after {
	width: 2.5rem;
}

.xw-stay .xw-stay-rail__link:focus-visible,
.xw-stay .xw-stay-rail > .xw-stay-shell > ul > li > a:focus-visible,
.xw-stay :is(ul, ol).xw-stay-rail > li > a:focus-visible {
	outline: 1px solid var(--xw-stay-ink);
	outline-offset: 6px;
}

.xw-stay .xw-stay-rail__name {
	display: block;
	font-family: var(--xw-stay-display);
	font-size: clamp(1.25rem, 2.2vw, 1.6rem);
	line-height: 1.2;
}

.xw-stay .xw-stay-rail__meta {
	display: block;
	margin-top: 0.35rem;
	color: var(--xw-stay-ink-faint);
	font-size: 0.75rem;
	letter-spacing: 0.12em;
	line-height: 1.4;
	text-transform: uppercase;
}

.xw-stay .xw-stay-rail [aria-current="page"] {
	color: var(--xw-stay-ink-faint);
	pointer-events: none;
}

/* Calls to action -------------------------------------------------------- */

.xw-stay .xw-stay-cta,
.xw-stay .xw-stay-hero .hero-2026-cta {
	display: inline-flex;
	align-items: center;
	gap: 0.85rem;
	margin-top: 0.5rem;
	padding: 0 0 0.7rem;
	border: 0;
	border-bottom: 1px solid rgba(228, 199, 88, 0.45);
	border-radius: 0;
	background: none;
	color: var(--xw-stay-gold);
	font-family: var(--xw-stay-text);
	font-size: 0.75rem;
	letter-spacing: 0.2em;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
	transition: border-color 220ms ease, color 220ms ease;
}

.xw-stay .xw-stay-cta::after,
.xw-stay .xw-stay-hero .hero-2026-cta::after {
	width: 1.5rem;
	height: 1px;
	flex: none;
	background: currentColor;
	content: "";
	transition: width 220ms ease;
}

.xw-stay .xw-stay-cta:hover,
.xw-stay .xw-stay-cta:focus-visible,
.xw-stay .xw-stay-hero .hero-2026-cta:hover,
.xw-stay .xw-stay-hero .hero-2026-cta:focus-visible {
	border-bottom-color: var(--xw-stay-paper);
	background: none;
	color: var(--xw-stay-paper);
}

.xw-stay .xw-stay-cta:hover::after,
.xw-stay .xw-stay-cta:focus-visible::after,
.xw-stay .xw-stay-hero .hero-2026-cta:hover::after,
.xw-stay .xw-stay-hero .hero-2026-cta:focus-visible::after {
	width: 2.5rem;
}

.xw-stay .xw-stay-cta:focus-visible,
.xw-stay .xw-stay-hero .hero-2026-cta:focus-visible {
	outline: 1px solid rgba(247, 244, 238, 0.7);
	outline-offset: 6px;
}

.xw-stay .xw-stay-cta--filled {
	padding: 1rem 1.75rem;
	border: 0;
	border-radius: 2px;
	background: var(--xw-stay-gold);
	color: var(--xw-stay-night);
	letter-spacing: 0.18em;
	transition: background-color 220ms ease;
}

.xw-stay .xw-stay-cta--filled::after {
	content: none;
}

.xw-stay .xw-stay-cta--filled:hover,
.xw-stay .xw-stay-cta--filled:focus-visible {
	background: #f0d876;
	color: var(--xw-stay-night);
}

.xw-stay .xw-stay-section--warm .xw-stay-cta,
.xw-stay .xw-stay-section:not(.xw-stay-section--dark) .xw-stay-cta {
	border-bottom-color: rgba(228, 199, 88, 0.85);
	color: var(--xw-stay-ink);
}

.xw-stay .xw-stay-enquire .xw-stay-cta {
	padding: 1.05rem 2.1rem;
	border: 1px solid var(--xw-stay-paper);
	border-radius: 1px;
	background: var(--xw-stay-paper);
	color: var(--xw-stay-ink);
	letter-spacing: 0.16em;
}

.xw-stay .xw-stay-enquire .xw-stay-cta:hover,
.xw-stay .xw-stay-enquire .xw-stay-cta:focus-visible {
	border-color: var(--xw-stay-paper);
	background: none;
	color: var(--xw-stay-paper);
}

/* Page close ------------------------------------------------------------- */

.xw-stay .xw-stay-pagefoot {
	position: relative;
	padding-block: clamp(2.25rem, 4.4vw, 3.75rem);
	background: var(--xw-stay-night);
	color: var(--xw-stay-paper);
}

.xw-stay .xw-stay-pagefoot::before {
	position: absolute;
	inset-inline: clamp(0.9rem, 1.7vw, 1.6rem);
	inset-block-start: 0;
	height: 1px;
	background: var(--xw-stay-rule-dark);
	content: "";
}

.xw-stay .xw-stay-pagefoot-name {
	margin: 0 0 0.85rem;
	font-family: var(--xw-stay-display);
	font-size: clamp(1.4rem, 3vw, 2rem);
	line-height: 1.1;
}

.xw-stay .xw-stay-pagefoot-addr,
.xw-stay .xw-stay-pagefoot-op {
	margin: 0 0 0.4rem;
	color: rgba(247, 244, 238, 0.68);
	font-size: 0.9375rem;
	line-height: 1.6;
}

.xw-stay .xw-stay-pagefoot-op {
	margin-bottom: 1.75rem;
}

/* Responsive and accessibility ------------------------------------------ */

@media (min-width: 56rem) {
	.xw-stay .xw-stay-pair {
		grid-template-columns: 1.35fr 1fr;
	}

	.xw-stay .xw-stay-pair > :last-child {
		padding-top: var(--xw-stay-offset);
	}

	.xw-stay .xw-stay-pair--mirror {
		grid-template-columns: 1fr 1.35fr;
		align-items: end;
	}

	.xw-stay .xw-stay-pair--mirror > :last-child,
	.xw-stay .xw-stay-pair--even > :last-child {
		padding-top: 0;
	}

	.xw-stay .xw-stay-pair--even {
		grid-template-columns: 1fr 1fr;
		align-items: start;
	}

	.xw-stay .xw-stay-numerals {
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}

	.xw-stay .xw-stay-numerals > li:last-child:nth-child(odd) {
		grid-column: auto;
	}

	.xw-stay .xw-stay-plate {
		grid-template-columns: 1fr 1fr;
	}

	.xw-stay .xw-stay-plate__sheet--ivalo {
		grid-column: 1;
		grid-row: 1;
	}

	.xw-stay .xw-stay-plate__sheet--saariselka {
		grid-column: 2;
		grid-row: 1;
	}

	.xw-stay .xw-stay-plate__gap {
		grid-column: 1 / -1;
		grid-row: 2;
	}

	.xw-stay .xw-stay-split {
		grid-template-columns: 1fr 1fr;
	}

	.xw-stay .xw-stay-split--portrait {
		grid-template-columns: 0.8fr 1.2fr;
	}

	.xw-stay .xw-stay-cards {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 64rem) {
	.xw-stay .xw-stay-cards {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.xw-stay .xw-stay-rail__list,
	.xw-stay .xw-stay-rail > .xw-stay-shell > ul,
	.xw-stay :is(ul, ol).xw-stay-rail {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: var(--xw-stay-gap);
	}
}

@media (prefers-reduced-motion: reduce) {
	.xw-stay * {
		animation-duration: 0.01ms !important;
		transition-duration: 0.01ms !important;
	}
}

@media (forced-colors: active) {
	.xw-stay .xw-stay-card__tag {
		border-color: CanvasText;
	}

	.xw-stay .xw-stay-honesty-credit,
	.xw-stay .xw-stay-card__credit {
		border-inline-start-color: CanvasText;
	}
}

/* A heading a section needs for the document outline but the design does not show. Used where the
   visible title is an eyebrow: without it the section is absent from every heading-navigation list,
   which is how three chalets sections were unreachable to a screen reader. */
.xw-stay .xw-stay-sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	white-space: nowrap;
	border: 0;
}
