/* Skydrel Hotel Booking — front end
   White paper, ink text, pine accent, marigold for money.
   Scoped to .skh so the host theme is left alone. */

.skh {
	--skh-paper: #ffffff;
	--skh-wash: #f7f9f9;
	--skh-ink: #14181d;
	--skh-muted: #5d6874;
	--skh-line: #e4e9ea;
	--skh-line-soft: #eef2f2;
	--skh-pine: #0f5c52;
	--skh-pine-dark: #0a453d;
	--skh-pine-wash: #eef5f3;
	--skh-gold: #a8710f;
	--skh-bad: #a52a1e;
	--skh-ok: #10714f;
	--skh-radius: 14px;
	--skh-radius-sm: 9px;
	--skh-shadow: 0 1px 2px rgba(20, 24, 29, .04), 0 8px 24px -14px rgba(20, 24, 29, .16);
	--skh-display: "Iowan Old Style", "Palatino Linotype", Palatino, "Book Antiqua", Georgia, serif;
	--skh-body: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;

	max-width: 1180px;
	margin: 0 auto;
	padding: 8px 18px 64px;
	color: var(--skh-ink);
	font-family: var(--skh-body);
	font-size: 16px;
	line-height: 1.6;
	background: var(--skh-paper);
	-webkit-font-smoothing: antialiased;
}

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

/* Hidden fields must stay hidden even inside grid and flex parents. */
.skh [hidden] { display: none !important; }

.skh img { max-width: 100%; height: auto; display: block; }
.skh a { color: var(--skh-pine); text-underline-offset: 3px; }
.skh-narrow { max-width: 520px; margin-left: auto; margin-right: auto; }
.skh-narrow-lg { max-width: 720px; }
.skh-mt { margin-top: 18px; }

/* ---------- Type ---------- */

.skh-h1, .skh-h2, .skh-h3, .skh-h4 {
	font-family: var(--skh-display);
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: -.01em;
	margin: 0 0 10px;
	color: var(--skh-ink);
}
.skh-h1 { font-size: clamp(1.9rem, 4.2vw, 2.7rem); }
.skh-h2 { font-size: clamp(1.45rem, 3vw, 1.85rem); }
.skh-h3 { font-size: 1.22rem; }
.skh-h4 { font-size: 1.05rem; }

.skh-eyebrow {
	font-family: var(--skh-body);
	font-size: .69rem;
	font-weight: 700;
	letter-spacing: .16em;
	text-transform: uppercase;
	color: var(--skh-pine);
	margin: 0 0 6px;
}

.skh-lede { font-size: 1.05rem; color: var(--skh-muted); margin: 0 0 4px; max-width: 62ch; }
.skh-muted { color: var(--skh-muted); margin: 0 0 8px; }
.skh-hint { display: block; font-size: .82rem; color: var(--skh-muted); margin-top: 6px; }
.skh-clamp { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.skh-back { margin: 0 0 14px; font-size: .9rem; }
.skh-back a { text-decoration: none; color: var(--skh-muted); }
.skh-back a:hover { color: var(--skh-pine); }

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

.skh-hero { padding: 26px 0 22px; border-bottom: 1px solid var(--skh-line-soft); margin-bottom: 24px; }
.skh-hero--tight { padding-bottom: 14px; margin-bottom: 18px; }

/* A short pine rule under headings, echoing the painted sill of a dzong window. */
.skh-hero .skh-h1::after,
.skh-results-head .skh-h3::after {
	content: "";
	display: block;
	width: 46px;
	height: 3px;
	margin-top: 13px;
	background: var(--skh-pine);
	border-radius: 2px;
}

/* ---------- Surfaces ---------- */

.skh-card {
	background: var(--skh-paper);
	border: 1px solid var(--skh-line);
	border-radius: var(--skh-radius);
	box-shadow: var(--skh-shadow);
	overflow: hidden;
}
.skh-pad { padding: 24px; }
.skh-card + .skh-card { margin-top: 18px; }

.skh-empty {
	border: 1px dashed var(--skh-line);
	border-radius: var(--skh-radius);
	padding: 44px 24px;
	text-align: center;
	background: var(--skh-wash);
}
.skh-empty .skh-h4 { margin-bottom: 4px; }

.skh-callout {
	background: var(--skh-pine-wash);
	border-left: 3px solid var(--skh-pine);
	border-radius: var(--skh-radius-sm);
	padding: 14px 16px;
	margin: 0 0 18px;
	font-size: .94rem;
}
.skh-callout--warn { background: #fdf6e9; border-left-color: var(--skh-gold); }

.skh-quote {
	background: var(--skh-wash);
	border-radius: var(--skh-radius-sm);
	padding: 14px 16px;
	margin: 14px 0;
}
.skh-quote p { margin: 4px 0 0; }

/* ---------- Notices ---------- */

.skh-notice {
	border-radius: var(--skh-radius-sm);
	padding: 13px 16px;
	margin-bottom: 14px;
	font-size: .95rem;
	border-left: 3px solid;
}
.skh-notice--success { background: var(--skh-pine-wash); border-left-color: var(--skh-pine); color: #0b3f38; }
.skh-notice--error { background: #fdf1ef; border-left-color: var(--skh-bad); color: #7d2118; }
.skh-notice--info { background: var(--skh-wash); border-left-color: var(--skh-muted); }

/* ---------- Buttons ----------
   Themes are aggressive about styling anchors and buttons, so these rules are
   deliberately specific and forced. Without this the label can end up the same
   colour as the fill and only appear on hover. */

.skh .skh-btn,
.skh a.skh-btn,
.skh a.skh-btn:link,
.skh a.skh-btn:visited,
.skh button.skh-btn,
.skh input.skh-btn {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	gap: 8px;
	background: var(--skh-pine) !important;
	background-image: none !important;
	color: #ffffff !important;
	border: 1px solid var(--skh-pine) !important;
	border-radius: 999px !important;
	padding: 11px 22px;
	font-family: var(--skh-body);
	font-size: .93rem;
	font-weight: 600;
	line-height: 1.2;
	text-align: center;
	text-decoration: none !important;
	text-shadow: none !important;
	text-transform: none;
	letter-spacing: 0;
	cursor: pointer;
	opacity: 1 !important;
	transition: background-color .16s ease, border-color .16s ease, transform .16s ease;
	-webkit-appearance: none;
	appearance: none;
}
.skh .skh-btn *, .skh a.skh-btn * { color: inherit !important; }

.skh .skh-btn:hover,
.skh a.skh-btn:hover,
.skh button.skh-btn:hover,
.skh .skh-btn:focus,
.skh a.skh-btn:focus {
	background: var(--skh-pine-dark) !important;
	border-color: var(--skh-pine-dark) !important;
	color: #ffffff !important;
}
.skh .skh-btn:active { transform: translateY(1px); }
.skh .skh-btn:focus-visible { outline: 2px solid var(--skh-pine); outline-offset: 3px; }

.skh .skh-btn--ghost,
.skh a.skh-btn--ghost,
.skh a.skh-btn--ghost:link,
.skh a.skh-btn--ghost:visited,
.skh button.skh-btn--ghost {
	background: transparent !important;
	color: var(--skh-pine) !important;
	border-color: var(--skh-line) !important;
}
.skh .skh-btn--ghost:hover,
.skh a.skh-btn--ghost:hover,
.skh button.skh-btn--ghost:hover {
	background: var(--skh-pine-wash) !important;
	color: var(--skh-pine-dark) !important;
	border-color: var(--skh-pine) !important;
}

.skh .skh-btn--danger,
.skh button.skh-btn--danger {
	background: transparent !important;
	color: var(--skh-bad) !important;
	border-color: #f0d6d2 !important;
}
.skh .skh-btn--danger:hover,
.skh button.skh-btn--danger:hover {
	background: #fdf1ef !important;
	color: var(--skh-bad) !important;
	border-color: var(--skh-bad) !important;
}

.skh .skh-btn--sm { padding: 8px 15px; font-size: .84rem; }
.skh .skh-btn--lg { padding: 14px 30px; font-size: 1rem; }
.skh .skh-btn--block { width: 100%; display: flex !important; }
.skh .skh-btn[disabled], .skh .skh-btn.is-busy { cursor: progress; opacity: .75 !important; }

/* ---------- Forms ---------- */

.skh-form { margin: 0; }
.skh-form .skh-card + .skh-card { margin-top: 18px; }

.skh-field { margin-bottom: 16px; min-width: 0; }
.skh-field > label { display: block; font-size: .84rem; font-weight: 600; margin-bottom: 6px; color: var(--skh-ink); }
.skh-field--full { grid-column: 1 / -1; }
.skh-field--narrow { max-width: 260px; }
.skh-field--split { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.skh-field--split label { display: block; font-size: .84rem; font-weight: 600; margin-bottom: 6px; }

.skh-input {
	width: 100%;
	background: var(--skh-paper);
	border: 1px solid var(--skh-line);
	border-radius: var(--skh-radius-sm);
	padding: 11px 13px;
	font-family: var(--skh-body);
	font-size: .95rem;
	color: var(--skh-ink);
	transition: border-color .16s ease, box-shadow .16s ease;
	-webkit-appearance: none;
	appearance: none;
}
.skh-input:focus {
	outline: none;
	border-color: var(--skh-pine);
	box-shadow: 0 0 0 3px rgba(15, 92, 82, .12);
}
.skh-input:disabled { background: var(--skh-wash); color: var(--skh-muted); }
select.skh-input {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath fill='%235d6874' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 13px center;
	padding-right: 34px;
}
textarea.skh-input { resize: vertical; min-height: 90px; }
.skh-file { padding: 9px 12px; font-size: .88rem; background: var(--skh-wash); }

.skh-grid { display: grid; gap: 0 18px; }
.skh-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.skh-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }

.skh-phone { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr); gap: 8px; }
.skh-dial { text-overflow: ellipsis; }
.skh-address { margin-bottom: 4px; }

/* PIN with a reveal control */
.skh-pin { position: relative; }
.skh-pin .skh-input {
	padding-right: 46px;
	letter-spacing: .38em;
	font-size: 1.05rem;
	font-variant-numeric: tabular-nums;
}
.skh-pin--free .skh-input { letter-spacing: normal; font-size: .95rem; }
.skh-pin__eye {
	position: absolute;
	top: 50%;
	right: 6px;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	padding: 0;
	border: 0;
	border-radius: 8px;
	background: transparent;
	color: var(--skh-muted);
	cursor: pointer;
}
.skh-pin__eye:hover { color: var(--skh-pine); background: var(--skh-pine-wash); }
.skh-pin__eye:focus-visible { outline: 2px solid var(--skh-pine); outline-offset: 1px; }
.skh-pin__eye .skh-eye-slash { opacity: 0; transition: opacity .15s ease; }
.skh-pin__eye[aria-pressed="true"] .skh-eye-slash { opacity: 1; }

.skh-step {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 26px;
	height: 26px;
	margin-right: 10px;
	border-radius: 50%;
	background: var(--skh-pine-wash);
	color: var(--skh-pine);
	font-family: var(--skh-body);
	font-size: .8rem;
	font-weight: 700;
	vertical-align: 2px;
}

.skh-submit-bar {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	margin-top: 22px;
	padding: 20px 24px;
	background: var(--skh-wash);
	border: 1px solid var(--skh-line);
	border-radius: var(--skh-radius);
}
.skh-submit-bar p { margin: 0; font-size: .9rem; max-width: 46ch; }

.skh-toggle { display: flex; align-items: flex-start; gap: 10px; cursor: pointer; font-size: .95rem; }
.skh-toggle input { margin-top: 4px; width: 17px; height: 17px; accent-color: var(--skh-pine); flex: none; }

.skh-checks { display: grid; grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); gap: 8px 16px; }
.skh-check { display: flex; align-items: center; gap: 9px; font-size: .92rem; cursor: pointer; }
.skh-check input { width: 16px; height: 16px; accent-color: var(--skh-pine); flex: none; }

.skh-thumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.skh-thumbs img { width: 68px; height: 68px; object-fit: cover; border-radius: var(--skh-radius-sm); border: 1px solid var(--skh-line); }

.skh-lookup { display: flex; flex-wrap: wrap; align-items: flex-end; gap: 14px; margin-bottom: 18px; }
.skh-lookup .skh-field { flex: 1 1 220px; margin-bottom: 0; }

/* ---------- Working indicator ---------- */

.skh-working {
	position: absolute;
	inset: 0;
	z-index: 5;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 14px;
	background: rgba(255, 255, 255, .82);
	backdrop-filter: blur(1.5px);
	border-radius: var(--skh-radius);
	text-align: center;
}
.skh-working__bar {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	overflow: hidden;
	background: var(--skh-line-soft);
	border-radius: 3px 3px 0 0;
}
.skh-working__bar::after {
	content: "";
	position: absolute;
	inset: 0;
	width: 40%;
	background: var(--skh-pine);
	border-radius: 3px;
	animation: skh-slide 1.15s ease-in-out infinite;
}
@keyframes skh-slide {
	0% { transform: translateX(-100%); }
	100% { transform: translateX(300%); }
}
.skh-working__spin {
	width: 30px;
	height: 30px;
	border: 3px solid var(--skh-line);
	border-top-color: var(--skh-pine);
	border-radius: 50%;
	animation: skh-spin .8s linear infinite;
}
@keyframes skh-spin { to { transform: rotate(360deg); } }
.skh-working__text { font-size: .92rem; font-weight: 600; color: var(--skh-pine); }
.skh-busy { position: relative; }
.skh-busy > *:not(.skh-working) { pointer-events: none; }

/* ---------- Plans ---------- */

.skh-plans { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; }
.skh-plan { cursor: pointer; }
.skh-plan input { position: absolute; opacity: 0; width: 0; height: 0; }
.skh-plan__box {
	display: block;
	height: 100%;
	padding: 20px 18px;
	border: 1px solid var(--skh-line);
	border-radius: var(--skh-radius);
	background: var(--skh-paper);
	transition: border-color .16s ease, background .16s ease;
}
.skh-plan:hover .skh-plan__box { border-color: var(--skh-pine); }
.skh-plan input:checked + .skh-plan__box { border-color: var(--skh-pine); background: var(--skh-pine-wash); box-shadow: inset 0 0 0 1px var(--skh-pine); }
.skh-plan input:focus-visible + .skh-plan__box { outline: 2px solid var(--skh-pine); outline-offset: 2px; }
.skh-plan__label { display: block; font-size: .74rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; color: var(--skh-muted); }
.skh-plan__price { display: block; font-family: var(--skh-display); font-size: 1.55rem; font-weight: 600; margin: 8px 0 4px; color: var(--skh-ink); }
.skh-plan__meta { display: block; font-size: .82rem; color: var(--skh-muted); }
.skh-plans--static .skh-plan__box.is-current { border-color: var(--skh-pine); background: var(--skh-pine-wash); }

/* ---------- Payment block ---------- */

.skh-pay {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	align-items: flex-start;
	justify-content: space-between;
	background: var(--skh-wash);
	border: 1px solid var(--skh-line);
	border-radius: var(--skh-radius);
	padding: 20px;
	margin-top: 14px;
}
.skh-pay__details { flex: 1 1 260px; min-width: 0; }
.skh-pay__row { display: flex; justify-content: space-between; gap: 16px; padding: 9px 0; border-bottom: 1px solid var(--skh-line-soft); font-size: .93rem; }
.skh-pay__row:last-child { border-bottom: 0; }
.skh-pay__row span { color: var(--skh-muted); }
.skh-pay__qr { text-align: center; flex: 0 0 auto; }
.skh-pay__qr img { width: 148px; height: 148px; object-fit: contain; background: #fff; border: 1px solid var(--skh-line); border-radius: var(--skh-radius-sm); padding: 8px; }

/* ---------- Search bar ---------- */

.skh-search {
	display: block;
	background: var(--skh-paper);
	border: 1px solid var(--skh-line);
	border-radius: var(--skh-radius);
	box-shadow: var(--skh-shadow);
	padding: 18px;
	margin-bottom: 28px;
}
.skh-search__field { min-width: 0; }
.skh-search__field label { display: block; font-size: .68rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--skh-muted); margin-bottom: 5px; }
.skh-search__submit .skh-btn { width: 100%; padding-top: 12px; padding-bottom: 12px; }

/* ---------- Results ---------- */

.skh-results-head {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 18px;
}
.skh-results-head .skh-h2, .skh-results-head .skh-h3 { margin-bottom: 0; }
.skh-results-head p { margin: 0; font-size: .92rem; }

.skh-cards { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 22px; }

.skh-hotel-card { display: flex; flex-direction: column; transition: box-shadow .18s ease, transform .18s ease; }
.skh-hotel-card:hover { box-shadow: 0 2px 4px rgba(20,24,29,.05), 0 18px 40px -22px rgba(20,24,29,.3); transform: translateY(-2px); }
.skh-hotel-card__media { display: block; aspect-ratio: 16 / 10; overflow: hidden; background: var(--skh-wash); }
.skh-hotel-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.skh-hotel-card:hover .skh-hotel-card__media img { transform: scale(1.03); }
.skh-hotel-card__body { padding: 18px 20px 20px; display: flex; flex-direction: column; flex: 1; }
.skh-hotel-card__title { font-family: var(--skh-display); font-size: 1.18rem; font-weight: 600; margin: 0 0 6px; line-height: 1.25; }
.skh-hotel-card__title a { color: var(--skh-ink); text-decoration: none; }
.skh-hotel-card__title a:hover { color: var(--skh-pine); }
.skh-hotel-card__foot {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-top: auto;
	padding-top: 16px;
	border-top: 1px solid var(--skh-line-soft);
}

.skh-tags { list-style: none; display: flex; flex-wrap: wrap; gap: 6px; margin: 10px 0 0; padding: 0; }
.skh-tags li {
	font-size: .76rem;
	color: var(--skh-muted);
	background: var(--skh-wash);
	border: 1px solid var(--skh-line-soft);
	border-radius: 999px;
	padding: 3px 10px;
	list-style: none;
}
.skh-tags--lg li { font-size: .86rem; padding: 6px 14px; background: var(--skh-paper); border-color: var(--skh-line); }

.skh-rate { line-height: 1.35; }
.skh-rate__label { display: block; font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; color: var(--skh-muted); }
.skh-rate__value { display: block; font-family: var(--skh-display); font-size: 1.32rem; font-weight: 600; color: var(--skh-gold); }
.skh-rate__strike { display: block; font-size: .85rem; color: var(--skh-muted); text-decoration: line-through; }

/* ---------- Photo strip and lightbox ---------- */

.skh-strip { position: relative; margin-bottom: 22px; }
.skh-strip__track {
	display: flex;
	gap: 10px;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: thin;
	padding-bottom: 6px;
}
.skh-strip__track::-webkit-scrollbar { height: 6px; }
.skh-strip__track::-webkit-scrollbar-thumb { background: var(--skh-line); border-radius: 4px; }
.skh-strip__item {
	flex: 0 0 auto;
	width: min(78%, 520px);
	aspect-ratio: 16 / 10;
	padding: 0;
	border: 0;
	border-radius: var(--skh-radius);
	overflow: hidden;
	background: var(--skh-wash);
	cursor: zoom-in;
	scroll-snap-align: start;
}
.skh-strip__item img { width: 100%; height: 100%; object-fit: cover; }
.skh-strip__item:focus-visible { outline: 2px solid var(--skh-pine); outline-offset: 2px; }
.skh-strip__nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 38px;
	height: 38px;
	border-radius: 50%;
	border: 1px solid var(--skh-line);
	background: rgba(255, 255, 255, .94);
	color: var(--skh-ink);
	font-size: 1.3rem;
	line-height: 1;
	cursor: pointer;
	box-shadow: var(--skh-shadow);
	display: none;
}
.skh-strip__nav--prev { left: 8px; }
.skh-strip__nav--next { right: 8px; }
.skh-strip:hover .skh-strip__nav { display: block; }

.skh-lightbox {
	position: fixed;
	inset: 0;
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(12, 16, 20, .93);
	padding: 28px;
}
.skh-lightbox img {
	max-width: 100%;
	max-height: 88vh;
	width: auto;
	border-radius: 8px;
	object-fit: contain;
}
.skh-lightbox__btn {
	position: absolute;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, .3);
	background: rgba(0, 0, 0, .45);
	color: #fff;
	font-size: 1.5rem;
	line-height: 1;
	cursor: pointer;
}
.skh-lightbox__btn:hover { background: rgba(0, 0, 0, .75); }
.skh-lightbox__close { top: 20px; right: 20px; }
.skh-lightbox__prev { left: 18px; top: 50%; transform: translateY(-50%); }
.skh-lightbox__next { right: 18px; top: 50%; transform: translateY(-50%); }

/* ---------- Read more ---------- */

.skh-readmore { margin-bottom: 20px; max-width: 68ch; }
.skh-readmore__body { color: #2b333d; overflow: hidden; }
.skh-readmore__body p { margin: 0 0 12px; }
.skh-readmore:not(.is-short):not(.is-open) .skh-readmore__body {
	max-height: 5.2em;
	-webkit-mask-image: linear-gradient(to bottom, #000 55%, transparent 100%);
	mask-image: linear-gradient(to bottom, #000 55%, transparent 100%);
}
.skh-readmore__btn {
	padding: 0;
	border: 0;
	background: none;
	color: var(--skh-pine);
	font-family: var(--skh-body);
	font-size: .88rem;
	font-weight: 600;
	cursor: pointer;
	text-decoration: underline;
	text-underline-offset: 3px;
}
.skh-readmore__btn:hover { color: var(--skh-pine-dark); }

/* ---------- Hotel detail ---------- */

.skh-detail-head { margin-bottom: 18px; }
.skh-link-map { font-size: .9rem; font-weight: 600; }
.skh-amenity-block { margin-bottom: 30px; }
.skh-rooms { margin-top: 10px; }

.skh-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 20px; }
.skh-chips--scroll {
	flex-wrap: nowrap;
	overflow-x: auto;
	scrollbar-width: thin;
	padding-bottom: 6px;
	-webkit-overflow-scrolling: touch;
}
.skh-chips--scroll::-webkit-scrollbar { height: 5px; }
.skh-chips--scroll::-webkit-scrollbar-thumb { background: var(--skh-line); border-radius: 4px; }
.skh-chips--scroll .skh-chip { flex: 0 0 auto; }
.skh-chip {
	display: inline-block;
	padding: 7px 15px;
	border: 1px solid var(--skh-line);
	border-radius: 999px;
	font-size: .86rem;
	color: var(--skh-muted);
	text-decoration: none;
	background: var(--skh-paper);
	white-space: nowrap;
	transition: all .16s ease;
}
.skh-chip:hover { border-color: var(--skh-pine); color: var(--skh-pine); }
.skh-chip.is-on { background: var(--skh-pine); border-color: var(--skh-pine); color: #fff; }

/* ---------- Room row ---------- */

.skh-room { display: grid; grid-template-columns: 300px 1fr 230px; margin-bottom: 18px; }
.skh-room__media { background: var(--skh-wash); padding: 14px; }
.skh-room__media .skh-strip { margin-bottom: 0; }
.skh-room__media .skh-strip__item { width: 100%; aspect-ratio: 4 / 3; }
.skh-room__body { padding: 20px 22px; min-width: 0; }
.skh-room__top { margin-bottom: 8px; }
.skh-room__top .skh-h4 { margin-bottom: 2px; }
.skh-room__body .skh-readmore { margin-bottom: 12px; }
.skh-room__meta { font-size: .86rem; color: var(--skh-muted); margin: 12px 0 0; }
.skh-room__buy {
	padding: 20px 22px;
	border-left: 1px solid var(--skh-line-soft);
	background: var(--skh-wash);
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 14px;
}
.skh-room__buy form { margin: 0; }
.skh-soldout { font-size: .9rem; color: var(--skh-bad); margin: 0; font-weight: 600; }

/* ---------- Booking form ---------- */

.skh-booking { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 22px; align-items: start; }
.skh-booking__main { min-width: 0; }
.skh-booking__aside { position: sticky; top: 24px; }
.skh-summary__media { aspect-ratio: 16 / 9; background: var(--skh-wash); }
.skh-summary__media img { width: 100%; height: 100%; object-fit: cover; }
.skh-summary__lines { margin: 16px 0 0; border-top: 1px solid var(--skh-line-soft); }
.skh-summary__row { display: flex; justify-content: space-between; gap: 12px; padding: 9px 0; border-bottom: 1px solid var(--skh-line-soft); font-size: .9rem; }
.skh-summary__row span { color: var(--skh-muted); }
.skh-summary__total {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	gap: 12px;
	margin: 14px 0 4px;
	padding-top: 12px;
	border-top: 2px solid var(--skh-ink);
}
.skh-summary__total span { font-size: .76rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--skh-muted); }
.skh-summary__total strong { font-family: var(--skh-display); font-size: 1.5rem; color: var(--skh-gold); }
.skh-pickup-fields { margin-top: 18px; padding-top: 18px; border-top: 1px solid var(--skh-line-soft); }

.skh-confirm { text-align: center; }
.skh-confirm__total {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 12px;
	padding-bottom: 14px;
	margin-bottom: 14px;
	border-bottom: 1px solid var(--skh-line);
	text-align: left;
}
.skh-confirm__total span { font-size: .76rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--skh-muted); }
.skh-confirm__total strong { font-family: var(--skh-display); font-size: 1.85rem; color: var(--skh-gold); }
.skh-confirm__note { font-size: .88rem; color: var(--skh-muted); margin: 0 0 14px; }

/* ---------- Confirmation ---------- */

.skh-done { max-width: 640px; margin: 0 auto; text-align: center; padding: 26px 0; }
.skh-done__mark {
	width: 62px;
	height: 62px;
	margin: 0 auto 20px;
	border-radius: 50%;
	background: var(--skh-pine-wash);
	color: var(--skh-pine);
	font-size: 1.9rem;
	line-height: 62px;
}
.skh-done .skh-lede { margin: 0 auto 24px; }
.skh-ticket { text-align: left; margin-bottom: 22px; }
.skh-ticket__ref {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 12px;
	padding-bottom: 14px;
	margin-bottom: 6px;
	border-bottom: 1px dashed var(--skh-line);
}
.skh-ticket__ref strong { font-family: var(--skh-display); font-size: 1.3rem; letter-spacing: .04em; }

.skh-steps { text-align: left; margin-top: 22px; }
.skh-steps__list { margin: 6px 0 0; padding-left: 20px; font-size: .93rem; color: var(--skh-muted); }
.skh-steps__list li { margin-bottom: 9px; }
.skh-steps__list strong { color: var(--skh-ink); }

.skh-dl { margin: 0; }
.skh-dl > div { display: flex; justify-content: space-between; gap: 16px; padding: 10px 0; border-bottom: 1px solid var(--skh-line-soft); }
.skh-dl > div:last-child { border-bottom: 0; }
.skh-dl dt { color: var(--skh-muted); font-size: .89rem; margin: 0; }
.skh-dl dd { margin: 0; text-align: right; font-weight: 600; font-size: .93rem; }
.skh-dl--tight > div { padding: 7px 0; }
.skh-dl--tight dd { font-weight: 500; }

/* ---------- Dashboard ---------- */

.skh-dash__head {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	padding: 22px 0 16px;
}
.skh-dash__head .skh-h2 { margin: 0; }
.skh-dash__meta { display: flex; align-items: center; gap: 10px; }

.skh-tabs {
	display: flex;
	gap: 2px;
	border-bottom: 1px solid var(--skh-line);
	margin-bottom: 24px;
	overflow-x: auto;
	scrollbar-width: none;
}
.skh-tabs::-webkit-scrollbar { display: none; }
.skh-tab {
	padding: 11px 15px;
	font-size: .91rem;
	font-weight: 600;
	color: var(--skh-muted);
	text-decoration: none;
	border-bottom: 2px solid transparent;
	margin-bottom: -1px;
	white-space: nowrap;
}
.skh-tab:hover { color: var(--skh-pine); }
.skh-tab.is-on { color: var(--skh-pine); border-bottom-color: var(--skh-pine); }

.skh-stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 14px; margin-bottom: 22px; }
.skh-stat {
	background: var(--skh-paper);
	border: 1px solid var(--skh-line);
	border-radius: var(--skh-radius);
	padding: 18px;
}
.skh-stat__num { display: block; font-family: var(--skh-display); font-size: 1.65rem; font-weight: 600; line-height: 1.1; }
.skh-stat__label { display: block; font-size: .76rem; letter-spacing: .07em; text-transform: uppercase; color: var(--skh-muted); margin-top: 6px; }

.skh-state { text-align: center; padding: 42px 26px; }
.skh-state__mark { font-size: 2.1rem; margin-bottom: 12px; }
.skh-state .skh-dl { max-width: 420px; margin: 20px auto 0; text-align: left; }

/* Confirmation shown straight after a hotel, room or promotion is submitted. */
.skh-done { border: 1px solid #0f5c52; border-left-width: 5px; background: #f3fbf8; }
.skh-done .skh-state__mark { color: #0f5c52; }
.skh-done .skh-h3 { margin: 0 0 6px; }
.skh-done p { max-width: 560px; margin-left: auto; margin-right: auto; }


.skh-list { display: grid; gap: 14px; }
.skh-listrow { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; padding: 16px; }
.skh-listrow__img { width: 78px; height: 78px; object-fit: cover; border-radius: var(--skh-radius-sm); flex: none; background: var(--skh-wash); }
.skh-listrow__body { flex: 1 1 220px; min-width: 0; }
.skh-listrow__body .skh-h4 { margin-bottom: 3px; }
.skh-listrow__body p { margin: 0; font-size: .88rem; }
.skh-listrow__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }
.skh-listrow__actions form { margin: 0; }

.skh-inv { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-top: 8px !important; font-size: .84rem; }
.skh-inv__free { color: var(--skh-ok); font-weight: 600; }
.skh-inv__used { color: var(--skh-gold); font-weight: 600; }
.skh-inv__total { color: var(--skh-muted); }

.skh-pill {
	display: inline-block;
	font-size: .7rem;
	font-weight: 700;
	letter-spacing: .06em;
	text-transform: uppercase;
	padding: 4px 10px;
	border-radius: 999px;
	border: 1px solid;
	white-space: nowrap;
}
.skh-pill--ok { color: var(--skh-ok); background: #edf7f2; border-color: #cfe8dd; }
.skh-pill--warn { color: var(--skh-gold); background: #fdf6e9; border-color: #f0e0c2; }
.skh-pill--bad { color: var(--skh-bad); background: #fdf1ef; border-color: #f2d8d4; }
.skh-pill--neutral { color: var(--skh-muted); background: var(--skh-wash); border-color: var(--skh-line); }

/* ---------- Booking rows ---------- */

.skh-blist { display: grid; gap: 12px; }
.skh-booking-row__head {
	display: grid;
	grid-template-columns: auto 1fr auto auto;
	align-items: center;
	gap: 16px;
	padding: 16px 20px;
}
.skh-booking-row__id { display: flex; flex-direction: column; gap: 6px; align-items: flex-start; }
.skh-booking-row__id strong { font-size: .92rem; letter-spacing: .03em; }
.skh-booking-row__who { min-width: 0; }
.skh-booking-row__name { display: block; font-weight: 600; }
.skh-booking-row__money { font-family: var(--skh-display); font-size: 1.12rem; font-weight: 600; color: var(--skh-gold); white-space: nowrap; }
.skh-booking-row__toggle {
	padding: 7px 14px;
	border: 1px solid var(--skh-line);
	border-radius: 999px;
	background: var(--skh-paper);
	color: var(--skh-muted);
	font-family: var(--skh-body);
	font-size: .82rem;
	font-weight: 600;
	cursor: pointer;
	white-space: nowrap;
}
.skh-booking-row__toggle:hover { border-color: var(--skh-pine); color: var(--skh-pine); }
.skh-booking-row__body { padding: 4px 20px 18px; border-top: 1px solid var(--skh-line-soft); }
.skh-booking-row__foot {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	padding: 14px 20px;
	background: var(--skh-wash);
	border-top: 1px solid var(--skh-line-soft);
}
.skh-booking-row__foot form { margin: 0; }
.skh-sub { display: block; font-size: .82rem; color: var(--skh-muted); font-weight: 400; }
.skh-sub--flag { color: var(--skh-gold); }

.skh-cancel-card__head { display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: space-between; gap: 12px; }
.skh-cancel-card__head .skh-h4 { margin-bottom: 2px; }
.skh-cancel-card__actions { margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--skh-line-soft); }

/* ---------- Tables ---------- */

.skh-tablewrap { overflow-x: auto; }
.skh-table { width: 100%; border-collapse: collapse; font-size: .9rem; }
.skh-table th {
	text-align: left;
	font-size: .72rem;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: var(--skh-muted);
	padding: 0 14px 10px 0;
	border-bottom: 1px solid var(--skh-line);
	white-space: nowrap;
}
.skh-table td { padding: 14px 14px 14px 0; border-bottom: 1px solid var(--skh-line-soft); vertical-align: top; }
.skh-table tr:last-child td { border-bottom: 0; }
.skh-table__actions { display: flex; gap: 6px; flex-wrap: wrap; }
.skh-table__actions form { margin: 0; }

/* ---------- Responsive ---------- */

@media (max-width: 980px) {
	.skh-booking { grid-template-columns: 1fr; }
	.skh-booking__aside { position: static; order: -1; }
	.skh-room { grid-template-columns: 240px 1fr; }
	.skh-room__buy { grid-column: 1 / -1; border-left: 0; border-top: 1px solid var(--skh-line-soft); flex-direction: row; align-items: center; justify-content: space-between; flex-wrap: wrap; }
	.skh-room__buy form { flex: 1 1 200px; }
}

@media (max-width: 760px) {
	.skh { padding: 4px 14px 48px; }
	.skh-pad { padding: 18px; }
	.skh-grid--2, .skh-grid--3 { grid-template-columns: 1fr; }

	.skh-room { grid-template-columns: 1fr; }
	.skh-room__media { padding: 0; }
	.skh-room__media .skh-strip__item { border-radius: 0; aspect-ratio: 16 / 10; }
	.skh-strip__item { width: 86%; }
	.skh-phone { grid-template-columns: 1fr; }
	.skh-submit-bar { flex-direction: column; align-items: stretch; }
	.skh-submit-bar .skh-btn { width: 100%; }
	.skh-listrow { flex-direction: column; align-items: flex-start; }
	.skh-listrow__actions { width: 100%; }

	.skh-booking-row__head { grid-template-columns: 1fr auto; gap: 10px 14px; }
	.skh-booking-row__id { grid-column: 1 / -1; flex-direction: row; align-items: center; }
	.skh-booking-row__who { grid-column: 1; }
	.skh-booking-row__money { grid-column: 2; align-self: center; }
	.skh-booking-row__toggle { grid-column: 1 / -1; justify-self: start; }

	.skh-lightbox { padding: 12px; }
	.skh-lightbox__prev { left: 6px; }
	.skh-lightbox__next { right: 6px; }

	.skh-table thead { display: none; }
	.skh-table, .skh-table tbody, .skh-table tr, .skh-table td { display: block; width: 100%; }
	.skh-table tr { border: 1px solid var(--skh-line); border-radius: var(--skh-radius-sm); padding: 12px; margin-bottom: 12px; }
	.skh-table td { border: 0; padding: 5px 0; }
	.skh-table td::before {
		content: attr(data-label);
		display: block;
		font-size: .68rem;
		font-weight: 700;
		letter-spacing: .1em;
		text-transform: uppercase;
		color: var(--skh-muted);
		margin-bottom: 2px;
	}
}

@media (max-width: 420px) {
	.skh-dl > div { flex-direction: column; gap: 2px; }
	.skh-dl dd { text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
	.skh *, .skh *::before, .skh *::after {
		transition-duration: .01ms !important;
		animation-duration: .01ms !important;
	}
	.skh-hotel-card:hover { transform: none; }
	.skh-hotel-card:hover .skh-hotel-card__media img { transform: none; }
	.skh-strip__track { scroll-behavior: auto; }
}

/* ============================================================
   Added in 1.2: promotions, showcase rail, PIN reset, messages
   ============================================================ */

/* ---------- Link that behaves like a button ---------- */

.skh .skh-linkbtn {
	padding: 0;
	border: 0;
	background: none;
	color: var(--skh-pine);
	font-family: var(--skh-body);
	font-size: inherit;
	font-weight: 600;
	cursor: pointer;
	text-decoration: underline;
	text-underline-offset: 3px;
}
.skh .skh-linkbtn:hover { color: var(--skh-pine-dark); }

/* ---------- Featured badge ---------- */

.skh-badge-featured {
	position: absolute;
	top: 12px;
	left: 12px;
	z-index: 2;
	display: inline-block;
	padding: 5px 12px;
	border-radius: 999px;
	background: var(--skh-gold);
	color: #fff;
	font-size: .68rem;
	font-weight: 700;
	letter-spacing: .12em;
	text-transform: uppercase;
	box-shadow: 0 2px 8px rgba(20, 24, 29, .22);
}
.skh-badge-featured--inline { position: static; margin-bottom: 10px; }
.skh-hotel-card__media { position: relative; }

.skh-pill--gold { color: #fff; background: var(--skh-gold); border-color: var(--skh-gold); }

.skh .skh-btn--gold,
.skh a.skh-btn--gold,
.skh a.skh-btn--gold:link,
.skh a.skh-btn--gold:visited,
.skh button.skh-btn--gold {
	background: var(--skh-gold) !important;
	border-color: var(--skh-gold) !important;
	color: #ffffff !important;
}
.skh .skh-btn--gold:hover,
.skh a.skh-btn--gold:hover,
.skh button.skh-btn--gold:hover {
	background: #8d5d0b !important;
	border-color: #8d5d0b !important;
	color: #ffffff !important;
}

.skh-plan__save {
	display: inline-block;
	margin-top: 2px;
	padding: 3px 9px;
	border-radius: 999px;
	background: #fdf6e9;
	border: 1px solid #f0e0c2;
	color: var(--skh-gold);
	font-size: .74rem;
	font-weight: 700;
}

/* ---------- Home page showcase ---------- */

.skh-showcase { padding-bottom: 28px; }
.skh-showcase__row { margin-bottom: 34px; }
.skh-showcase__head {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 14px;
}
.skh-showcase__head .skh-h3 { margin-bottom: 0; }
.skh-showcase__all { font-size: .86rem; font-weight: 600; text-decoration: none; white-space: nowrap; }
.skh-showcase__all:hover { text-decoration: underline; }

.skh-rail { position: relative; }
.skh-rail__track {
	display: flex;
	gap: 16px;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: thin;
	padding: 4px 2px 12px;
}
.skh-rail__track::-webkit-scrollbar { height: 6px; }
.skh-rail__track::-webkit-scrollbar-thumb { background: var(--skh-line); border-radius: 4px; }

.skh-tile {
	flex: 0 0 auto;
	width: 268px;
	scroll-snap-align: start;
	display: block;
	background: var(--skh-paper);
	border: 1px solid var(--skh-line);
	border-radius: var(--skh-radius);
	overflow: hidden;
	text-decoration: none !important;
	color: var(--skh-ink);
	box-shadow: var(--skh-shadow);
	transition: transform .18s ease, box-shadow .18s ease;
}
.skh-tile:hover {
	transform: translateY(-3px);
	box-shadow: 0 2px 4px rgba(20,24,29,.05), 0 18px 40px -22px rgba(20,24,29,.34);
	color: var(--skh-ink);
}
.skh-tile__media { position: relative; display: block; aspect-ratio: 16 / 11; overflow: hidden; background: var(--skh-wash); }
.skh-tile__media img { width: 100%; height: 100%; object-fit: cover; }
.skh-tile__body { display: block; padding: 14px 16px 16px; }
.skh-tile__place { display: block; font-size: .68rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--skh-pine); margin-bottom: 4px; }
.skh-tile__name {
	display: block;
	font-family: var(--skh-display);
	font-size: 1.06rem;
	font-weight: 600;
	line-height: 1.3;
	margin-bottom: 6px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.skh-tile__rate { display: block; font-size: .82rem; color: var(--skh-muted); }
.skh-tile__rate strong { color: var(--skh-gold); font-weight: 700; }

.skh-rail__nav {
	position: absolute;
	top: 38%;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid var(--skh-line);
	background: rgba(255, 255, 255, .96);
	color: var(--skh-ink);
	font-size: 1.35rem;
	line-height: 1;
	cursor: pointer;
	box-shadow: var(--skh-shadow);
	display: none;
	z-index: 3;
}
.skh-rail__nav--prev { left: -14px; }
.skh-rail__nav--next { right: -14px; }
.skh-rail:hover .skh-rail__nav { display: block; }
.skh-rail__nav[disabled] { opacity: .35; cursor: default; }

/* ---------- Modal ---------- */

.skh-modal {
	position: fixed;
	inset: 0;
	z-index: 99998;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	background: rgba(12, 16, 20, .55);
}
.skh-modal__sheet {
	position: relative;
	width: 100%;
	max-width: 420px;
	max-height: 92vh;
	overflow-y: auto;
	background: var(--skh-paper);
	border-radius: var(--skh-radius);
	padding: 28px 26px 26px;
	box-shadow: 0 24px 60px -18px rgba(12, 16, 20, .5);
}
.skh-modal__close {
	position: absolute;
	top: 10px;
	right: 12px;
	width: 34px;
	height: 34px;
	border: 0;
	border-radius: 50%;
	background: transparent;
	color: var(--skh-muted);
	font-size: 1.5rem;
	line-height: 1;
	cursor: pointer;
}
.skh-modal__close:hover { background: var(--skh-wash); color: var(--skh-ink); }
.skh-modal__note { font-size: .9rem; color: var(--skh-muted); margin: 0 0 18px; }
.skh-modal__msg {
	border-radius: var(--skh-radius-sm);
	padding: 11px 14px;
	margin-bottom: 16px;
	font-size: .88rem;
	border-left: 3px solid var(--skh-pine);
	background: var(--skh-pine-wash);
	color: #0b3f38;
}
.skh-modal__msg.is-bad { border-left-color: var(--skh-bad); background: #fdf1ef; color: #7d2118; }
.skh-modal__link {
	display: block;
	width: 100%;
	margin-top: 12px;
	padding: 0;
	border: 0;
	background: none;
	color: var(--skh-muted);
	font-family: var(--skh-body);
	font-size: .85rem;
	cursor: pointer;
	text-decoration: underline;
	text-underline-offset: 3px;
}
.skh-modal__link:hover { color: var(--skh-pine); }
.skh-otp-code { letter-spacing: .5em; text-align: center; font-size: 1.25rem; font-variant-numeric: tabular-nums; }

/* ---------- Messages ---------- */

.skh-message { position: relative; }
.skh-message.is-unread { border-left: 3px solid var(--skh-pine); }
.skh-message__head { margin-bottom: 10px; }
.skh-message__head .skh-h4 { margin-bottom: 2px; }
.skh-message__body { color: #2b333d; font-size: .95rem; }
.skh-message__body p { margin: 0 0 10px; }
.skh-message .skh-pill { position: absolute; top: 20px; right: 20px; }

@media (max-width: 760px) {
	.skh-tile { width: 78vw; max-width: 300px; }
	.skh-rail__nav { display: none !important; }
	.skh-showcase__row { margin-bottom: 26px; }
	.skh-modal { padding: 12px; align-items: flex-end; }
	.skh-modal__sheet { max-width: none; border-radius: var(--skh-radius) var(--skh-radius) 0 0; padding: 24px 18px; }
}

/* ============================================================
   Added in 1.3: guest reviews
   ============================================================ */

.skh-stars { display: inline-flex; gap: 1px; vertical-align: -1px; }
.skh-star { color: #d9dfe0; font-size: 1rem; line-height: 1; }
.skh-star.is-on { color: var(--skh-gold); }
.skh-star.is-half {
	background: linear-gradient(90deg, var(--skh-gold) 50%, #d9dfe0 50%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.skh-scoreline { display: flex; align-items: center; gap: 8px; font-size: .92rem; margin: 4px 0 8px; }
.skh-scoreline strong { color: var(--skh-ink); }
.skh-scoreline a { font-size: .88rem; }
.skh-scoreline--sm { margin: 2px 0 6px; font-size: .85rem; color: var(--skh-muted); }
.skh-scoreline--sm .skh-star { font-size: .85rem; }

.skh-reviews { margin-top: 42px; padding-top: 30px; border-top: 1px solid var(--skh-line); }
.skh-reviewlist { display: grid; gap: 16px; margin-bottom: 26px; }

.skh-review {
	background: var(--skh-paper);
	border: 1px solid var(--skh-line);
	border-radius: var(--skh-radius);
	padding: 20px 22px;
}
.skh-list .skh-review { padding: 0; }
.skh-review__head {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 8px;
}
.skh-review__who { display: block; font-weight: 600; }
.skh-review__meta { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.skh-verified {
	display: inline-block;
	margin-left: 6px;
	padding: 2px 8px;
	border-radius: 999px;
	background: var(--skh-pine-wash);
	border: 1px solid #cfe3dd;
	color: var(--skh-pine);
	font-size: .66rem;
	font-weight: 700;
	letter-spacing: .06em;
	text-transform: uppercase;
	vertical-align: 1px;
}
.skh-review__title { font-family: var(--skh-display); font-size: 1.02rem; font-weight: 600; margin: 0 0 6px; }
.skh-review__body { color: #2b333d; font-size: .95rem; }
.skh-review__body p { margin: 0 0 10px; }

.skh-review__shots { display: flex; gap: 8px; flex-wrap: wrap; margin: 12px 0 4px; }
.skh-review__shot {
	width: 108px;
	height: 84px;
	padding: 0;
	border: 1px solid var(--skh-line);
	border-radius: var(--skh-radius-sm);
	overflow: hidden;
	background: var(--skh-wash);
	cursor: zoom-in;
}
.skh-review__shot img { width: 100%; height: 100%; object-fit: cover; }
.skh-review__shot:focus-visible { outline: 2px solid var(--skh-pine); outline-offset: 2px; }

.skh-review__reply {
	margin-top: 14px;
	padding: 13px 15px;
	background: var(--skh-wash);
	border-left: 3px solid var(--skh-pine);
	border-radius: var(--skh-radius-sm);
}
.skh-review__reply p { margin: 4px 0 0; font-size: .92rem; color: #2b333d; }
.skh-review__replyform { margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--skh-line-soft); }
.skh-review__replyform .skh-field { margin-bottom: 10px; }

/* Star picker: laid out in reverse so hovering fills to the left. */
.skh-ratepick { display: inline-flex; flex-direction: row-reverse; justify-content: flex-end; gap: 4px; }
.skh-ratepick input { position: absolute; opacity: 0; width: 0; height: 0; }
.skh-ratepick label {
	font-size: 1.85rem;
	line-height: 1;
	color: #d9dfe0;
	cursor: pointer;
	transition: color .12s ease, transform .12s ease;
}
.skh-ratepick label:hover,
.skh-ratepick label:hover ~ label,
.skh-ratepick input:checked ~ label { color: var(--skh-gold); }
.skh-ratepick label:hover { transform: scale(1.12); }
.skh-ratepick input:focus-visible + label { outline: 2px solid var(--skh-pine); outline-offset: 2px; border-radius: 4px; }

.skh-reviewform { margin-top: 8px; }
.skh-rvpreview { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 10px; }
.skh-rvpreview img {
	width: 84px;
	height: 64px;
	object-fit: cover;
	border-radius: var(--skh-radius-sm);
	border: 1px solid var(--skh-line);
}
.skh-hint.is-bad { color: var(--skh-bad); font-weight: 600; }

@media (max-width: 760px) {
	.skh-review__shot { width: calc(33.33% - 6px); height: 76px; }
	.skh-review__head { flex-direction: column; }
}
.skh .skh-input--bad { border-color: var(--skh-bad); box-shadow: 0 0 0 3px rgba(165,42,30,.12); }

/* ============================================================
   Added in 1.4: filters, contact row, booking window
   ============================================================ */

.skh-search__row {
	display: grid;
	grid-template-columns: 1.9fr 1.15fr .95fr .95fr .6fr .6fr auto;
	gap: 12px;
	align-items: end;
}
.skh-search__field--find input { font-size: .95rem; }
.skh-search__more {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-top: 12px;
	padding-top: 12px;
	border-top: 1px solid var(--skh-line-soft);
}
.skh-morefilters {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 0;
	border: 0;
	background: none;
	color: var(--skh-pine);
	font-family: var(--skh-body);
	font-size: .86rem;
	font-weight: 600;
	cursor: pointer;
}
.skh-morefilters::before {
	content: "";
	width: 14px;
	height: 14px;
	background: currentColor;
	-webkit-mask: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 5h18M6 12h12M10 19h4' stroke='%23000' stroke-width='2' stroke-linecap='round' fill='none'/%3E%3C/svg%3E") center/contain no-repeat;
	mask: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 5h18M6 12h12M10 19h4' stroke='%23000' stroke-width='2' stroke-linecap='round' fill='none'/%3E%3C/svg%3E") center/contain no-repeat;
}
.skh-morefilters:hover { color: var(--skh-pine-dark); }
.skh-morefilters__count {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 19px;
	height: 19px;
	padding: 0 5px;
	border-radius: 999px;
	background: var(--skh-pine);
	color: #fff;
	font-size: .68rem;
	font-weight: 700;
}

.skh-filters { margin-top: 16px; padding-top: 16px; border-top: 1px solid var(--skh-line-soft); }
.skh-filters__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 0 16px; }
.skh-filters__amenities { border: 0; padding: 0; margin: 4px 0 16px; }
.skh-filters__amenities legend {
	padding: 0;
	font-size: .78rem;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: var(--skh-muted);
	margin-bottom: 10px;
}

.skh-contactrow { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.skh-contact {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 7px 14px;
	border: 1px solid var(--skh-line);
	border-radius: 999px;
	background: var(--skh-paper);
	color: var(--skh-ink);
	font-size: .86rem;
	font-weight: 600;
	text-decoration: none;
	transition: border-color .16s ease, color .16s ease;
}
.skh-contact:hover { border-color: var(--skh-pine); color: var(--skh-pine); }
.skh-contact--wa { border-color: #bfe6cb; color: #128c47; }
.skh-contact--wa:hover { background: #f0faf3; border-color: #128c47; color: #0d6f38; }
.skh-contact--map { border-color: #cfe3dd; color: var(--skh-pine); }
.skh-btmnote { margin-top: 16px; }

/* Tablet: the keyword box takes its own line, the rest sit in threes. */
@media (max-width: 1080px) {
	.skh-search__row { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.skh-search__field--find { grid-column: 1 / -1; }
	.skh-search__submit { grid-column: 3; }
}

/* Phone: one field per line where it matters, pairs where it reads better.
   The row and action wrappers dissolve so everything shares one grid:
   search / where to / dates / guests / buttons. */
@media (max-width: 760px) {
	.skh-search {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 12px;
		padding: 14px;
	}
	.skh-search__row,
	.skh-search__more { display: contents; }

	.skh-search__field--find,
	.skh-search__field--wide { grid-column: 1 / -1; }

	.skh-search__field label { font-size: .7rem; margin-bottom: 6px; }

	/* 16px keeps iOS from zooming the page when a field takes focus. */
	.skh-search .skh-input {
		font-size: 16px;
		padding: 11px 12px;
	}
	.skh-search select.skh-input { padding-right: 32px; }

	.skh-search__submit { grid-column: 1; align-self: stretch; }
	.skh-search__submit .skh-btn { height: 100%; padding-top: 13px; padding-bottom: 13px; }

	/* Matches the Search button so the two sit as a proper pair. */
	.skh-search .skh-morefilters {
		grid-column: 2;
		justify-content: center;
		gap: 7px;
		padding: 13px 14px;
		border: 1px solid var(--skh-line);
		border-radius: 999px;
		background: var(--skh-paper);
		font-size: .9rem;
		line-height: 1.2;
	}
	.skh-search .skh-morefilters:active { transform: translateY(1px); }

	.skh-search__more .skh-linkbtn {
		grid-column: 1 / -1;
		justify-self: center;
		font-size: .85rem;
	}

	.skh-filters { grid-column: 1 / -1; margin-top: 4px; padding-top: 14px; }

	/* Rating and sort take a line each; the two rate boxes pair up as a range. */
	.skh-filters__grid { grid-template-columns: 1fr 1fr; gap: 0 12px; }
	.skh-filters__grid > .skh-field--wide { grid-column: 1 / -1; }

	.skh-filters .skh-checks { grid-template-columns: 1fr 1fr; gap: 10px 12px; }
	.skh-filters .skh-check { font-size: .88rem; align-items: flex-start; }
	.skh-filters .skh-check input { margin-top: 2px; }
	.skh-filters .skh-btn { width: 100%; }
}

@media (max-width: 360px) {
	.skh-filters__grid { grid-template-columns: 1fr; }
	.skh-filters .skh-checks { grid-template-columns: 1fr; }
	.skh-search .skh-morefilters { font-size: .84rem; padding-left: 10px; padding-right: 10px; }
}

/* ============================================================
   Added in 1.6: reveal, house rules, reports, holds
   ============================================================ */

/* ---------- Reveal and copy ---------- */

.skh-reveal { display: inline-flex; align-items: center; }
.skh-reveal__btn { cursor: pointer; font-family: var(--skh-body); }
.skh-reveal__out {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	padding: 4px 4px 4px 14px;
	border: 1px solid var(--skh-pine);
	border-radius: 999px;
	background: var(--skh-pine-wash);
}
.skh-reveal__value {
	font-size: .88rem;
	font-weight: 600;
	color: var(--skh-pine-dark);
	text-decoration: none;
	white-space: nowrap;
}
.skh-reveal__value:hover { text-decoration: underline; }
.skh-reveal__copy {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: transparent;
	color: var(--skh-pine);
	cursor: pointer;
}
.skh-reveal__copy:hover { background: #fff; }
.skh-reveal__copied {
	position: absolute;
	bottom: calc(100% + 6px);
	left: 50%;
	transform: translateX(-50%);
	padding: 3px 8px;
	border-radius: 6px;
	background: var(--skh-ink);
	color: #fff;
	font-size: .68rem;
	font-weight: 700;
	letter-spacing: .04em;
	white-space: nowrap;
}

/* ---------- Website line ---------- */

.skh-website { margin: 0 0 22px; }
.skh-website a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: .92rem;
	font-weight: 600;
	text-decoration: none;
	color: var(--skh-pine);
}
.skh-website a:hover { text-decoration: underline; }

/* ---------- Good to know ---------- */

.skh-house {
	background: var(--skh-wash);
	border: 1px solid var(--skh-line);
	border-radius: var(--skh-radius);
	padding: 20px 22px;
	margin-bottom: 32px;
}
.skh-house .skh-h4 { margin-bottom: 14px; }
.skh-house__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 16px; }
.skh-house__item { display: flex; flex-direction: column; gap: 3px; }
.skh-house__label { font-size: .7rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--skh-muted); }
.skh-house__item strong { font-size: .95rem; }
.skh-house__rules {
	margin: 16px 0 0;
	padding-top: 14px;
	border-top: 1px solid var(--skh-line);
	font-size: .92rem;
	color: var(--skh-muted);
}

/* ---------- Dashboard greeting ---------- */

.skh-greet .skh-h2 { margin: 0; }
.skh-greet__hotel {
	margin: 3px 0 0;
	font-size: .88rem;
	font-weight: 600;
	letter-spacing: .02em;
	color: var(--skh-muted);
}

/* ---------- Reports ---------- */

.skh-inlineform { margin: 0; }
.skh-toggleset { display: flex; gap: 6px; }

.skh-chart { margin-top: 6px; }
.skh-chart svg { width: 100%; height: 190px; display: block; overflow: visible; }
.skh-chart__empty { padding: 40px 0; text-align: center; }
.skh-chart__axis {
	display: grid;
	grid-template-columns: repeat(var(--skh-cols), minmax(0, 1fr));
	margin-top: 4px;
}
.skh-chart__axis span {
	font-size: .68rem;
	color: var(--skh-muted);
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
}

.skh-reportcols { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 18px; margin-top: 18px; }
.skh-reportcols .skh-card + .skh-card { margin-top: 0; }

.skh-bars { list-style: none; margin: 12px 0 0; padding: 0; display: grid; gap: 12px; }
.skh-bars li {
	display: grid;
	grid-template-columns: minmax(90px, 1fr) minmax(60px, 2fr) auto;
	align-items: center;
	gap: 12px;
	font-size: .88rem;
}
.skh-bars__label { color: var(--skh-muted); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.skh-bars__track { height: 8px; border-radius: 999px; background: var(--skh-line-soft); overflow: hidden; }
.skh-bars__fill { display: block; height: 100%; border-radius: 999px; background: var(--skh-pine); }
.skh-bars__fill--gold { background: var(--skh-gold); }
.skh-bars__num { font-weight: 600; font-variant-numeric: tabular-nums; white-space: nowrap; }

/* ---------- Collapsible panels ---------- */

.skh-holds summary,
.skh-clear summary,
.skh-edit summary { cursor: pointer; }
.skh-holds__summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	font-family: var(--skh-display);
	font-size: 1.05rem;
	font-weight: 600;
	list-style: none;
}
.skh-holds__summary::-webkit-details-marker { display: none; }
.skh-holds__summary::after {
	content: "+";
	flex: none;
	width: 26px;
	height: 26px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--skh-line);
	border-radius: 50%;
	font-family: var(--skh-body);
	font-size: 1rem;
	color: var(--skh-muted);
}
details[open] > .skh-holds__summary::after { content: "\2212"; }
.skh-clear__counts { list-style: none; display: flex; flex-wrap: wrap; gap: 12px; margin: 14px 0; padding: 0; }
.skh-clear__counts li { display: flex; align-items: center; gap: 7px; font-size: .9rem; }

@media (max-width: 760px) {
	.skh-bars li { grid-template-columns: 1fr auto; grid-template-areas: "label num" "track track"; }
	.skh-bars__label { grid-area: label; }
	.skh-bars__num { grid-area: num; }
	.skh-bars__track { grid-area: track; }
	.skh-chart svg { height: 160px; }
	.skh-chart__axis span { font-size: .6rem; }
	.skh-results-head .skh-inlineform { width: 100%; }
	.skh-results-head .skh-inlineform .skh-btn { width: 100%; }
	.skh-house__grid { grid-template-columns: 1fr 1fr; }
	.skh-reveal__out { padding-left: 12px; }
	.skh-reveal__value { font-size: .84rem; }
}

/* ============================================================
   1.6 finishing pass
   ============================================================ */

/* Anchored sections should not hide under a theme's sticky header. */
.skh [id] { scroll-margin-top: 90px; }

/* Numbers stay on one line where they can. */
.skh-stat__num { font-size: clamp(1.3rem, 1.1vw + .95rem, 1.65rem); }

/* A soft fade tells people a row keeps going. */
.skh-tabs,
.skh-chips--scroll {
	-webkit-mask-image: linear-gradient(to right, #000 calc(100% - 28px), transparent 100%);
	mask-image: linear-gradient(to right, #000 calc(100% - 28px), transparent 100%);
}
.skh-tabs:not(:hover),
.skh-chips--scroll:not(:hover) { scrollbar-width: none; }

/* Consistent focus ring across every interactive part. */
.skh a:focus-visible,
.skh button:focus-visible,
.skh summary:focus-visible,
.skh [tabindex]:focus-visible {
	outline: 2px solid var(--skh-pine);
	outline-offset: 2px;
	border-radius: 6px;
}

/* Sticky rate bar: phones only, where the rooms are a long scroll away. */
.skh-stickybar { display: none; }

@media (max-width: 760px) {
	.skh-stickybar {
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 40;
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 14px;
		padding: 11px 16px calc(11px + env(safe-area-inset-bottom, 0px));
		background: rgba(255, 255, 255, .97);
		border-top: 1px solid var(--skh-line);
		box-shadow: 0 -6px 24px -14px rgba(20, 24, 29, .4);
		backdrop-filter: blur(6px);
	}
	.skh-stickybar__rate { display: flex; align-items: baseline; gap: 5px; font-size: .74rem; color: var(--skh-muted); }
	.skh-stickybar__rate strong { font-family: var(--skh-display); font-size: 1.12rem; color: var(--skh-gold); }
	.skh-stickybar .skh-btn { flex: 0 0 auto; }

	/* Room for the bar so it never covers the last thing on the page. */
	body.skh-has-stickybar .skh { padding-bottom: 96px; }
}

@media print {
	.skh-stickybar,
	.skh-search,
	.skh-tabs,
	.skh-reviewform,
	.skh-btn { display: none !important; }
	.skh-card { box-shadow: none; break-inside: avoid; }
	.skh { max-width: none; padding: 0; }
}

/* ============================================================
   1.7: scanner, requests, verification
   ============================================================ */

.skh-scanbtn { gap: 7px; }

.skh-scan__sheet { max-width: 460px; }
.skh-scan__stage {
	position: relative;
	margin: 0 0 16px;
	border-radius: var(--skh-radius);
	overflow: hidden;
	background: #0c1014;
	aspect-ratio: 4 / 3;
}
.skh-scan__stage video { width: 100%; height: 100%; object-fit: cover; display: block; }
.skh-scan__frame {
	position: absolute;
	inset: 16% 14%;
	border: 2px solid rgba(255, 255, 255, .9);
	border-radius: 12px;
	box-shadow: 0 0 0 100vmax rgba(0, 0, 0, .35);
}
.skh-scan__actions { display: grid; gap: 14px; }
.skh-scan__manual label { display: block; font-size: .82rem; font-weight: 600; margin-bottom: 6px; }
.skh-scan__row { display: grid; grid-template-columns: 1fr auto; gap: 8px; }
.skh-scan__row .skh-input { text-transform: uppercase; letter-spacing: .08em; }

.skh-scan__result {
	border-radius: var(--skh-radius-sm);
	padding: 14px 16px;
	margin-bottom: 14px;
	border-left: 3px solid var(--skh-line);
	background: var(--skh-wash);
}
.skh-scan__result.is-in { border-left-color: var(--skh-ok); background: #edf7f2; }
.skh-scan__result.is-held { border-left-color: var(--skh-gold); background: #fdf6e9; }
.skh-scan__name { margin: 0 0 8px; font-family: var(--skh-display); font-size: 1.1rem; font-weight: 600; }

/* ---------- Request form ---------- */

.skh-verify { text-align: center; }
.skh-verify .skh-muted { max-width: 46ch; margin: 0 auto 18px; }

.skh-asktypes { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 10px; margin-bottom: 20px; }
.skh-asktype { cursor: pointer; }
.skh-asktype input { position: absolute; opacity: 0; width: 0; height: 0; }
.skh-asktype span {
	display: block;
	padding: 13px 16px;
	border: 1px solid var(--skh-line);
	border-radius: var(--skh-radius-sm);
	font-size: .92rem;
	font-weight: 600;
	text-align: center;
	transition: border-color .16s ease, background .16s ease, color .16s ease;
}
.skh-asktype:hover span { border-color: var(--skh-pine); }
.skh-asktype.is-on span { border-color: var(--skh-pine); background: var(--skh-pine-wash); color: var(--skh-pine-dark); box-shadow: inset 0 0 0 1px var(--skh-pine); }
.skh-asktype input:focus-visible + span { outline: 2px solid var(--skh-pine); outline-offset: 2px; }

.skh-askpanel { margin-bottom: 8px; }

.skh-asked { background: var(--skh-pine-wash); border-radius: var(--skh-radius-sm); padding: 14px 16px; margin: 14px 0; }
.skh-asked ul { list-style: none; margin: 6px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px 20px; font-size: .92rem; }
.skh-amend { margin: 14px 0; padding-top: 14px; border-top: 1px solid var(--skh-line-soft); }
.skh-request .skh-cancel-card__actions { margin-top: 16px; }

@media (max-width: 760px) {
	.skh-asktypes { grid-template-columns: 1fr 1fr; }
	.skh-dash__meta { flex-wrap: wrap; }
}

/* ============================================================
   1.8: workers and coupons
   ============================================================ */

.skh-greet__role {
	display: inline-block;
	margin-left: 8px;
	padding: 2px 8px;
	border-radius: 999px;
	background: var(--skh-pine-wash);
	color: var(--skh-pine-dark);
	font-size: .66rem;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
	vertical-align: middle;
}

.skh-workers { display: grid; gap: 16px; margin-bottom: 24px; }
.skh-worker .skh-listrow__actions { margin-top: 14px; }

.skh-perms { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 12px; }
.skh-perm {
	display: inline-block;
	padding: 5px 11px;
	border: 1px solid var(--skh-line);
	border-radius: 999px;
	background: var(--skh-wash);
	font-size: .78rem;
	color: var(--skh-muted);
}

/* ---------- Coupon field ---------- */

.skh-coupon {
	margin: 22px 0 0;
	padding-top: 20px;
	border-top: 1px solid var(--skh-line-soft);
}
.skh-coupon > label { display: block; font-size: .82rem; font-weight: 600; margin-bottom: 7px; }
.skh-coupon__row { display: grid; grid-template-columns: 1fr auto; gap: 8px; }
.skh-coupon__row .skh-input { text-transform: uppercase; letter-spacing: .06em; }
.skh-coupon__out {
	margin-top: 10px;
	padding: 11px 14px;
	border-radius: var(--skh-radius-sm);
	background: var(--skh-pine-wash);
	border-left: 3px solid var(--skh-pine);
	font-size: .89rem;
	color: var(--skh-pine-dark);
}
.skh-coupon__out.is-bad { background: #fdf1f1; border-left-color: var(--skh-bad); color: #8c2d2d; }
.skh-coupon__out s { opacity: .65; }
.skh-coupon.is-on .skh-coupon__row .skh-input { border-color: var(--skh-pine); }

@media (max-width: 560px) {
	.skh-coupon__row { grid-template-columns: 1fr; }
	.skh-coupon__row .skh-btn { width: 100%; }
}

/* ============================================================
   1.9: offers, availability, socials, currency, banners
   ============================================================ */

.skh-offer { margin-bottom: 18px; padding-bottom: 18px; border-bottom: 1px solid var(--skh-line-soft); }
.skh-offer > label { display: block; font-size: .82rem; font-weight: 600; margin-bottom: 7px; }
.skh-offer__row { display: grid; grid-template-columns: 1fr auto; gap: 8px; }
.skh-offer__row .skh-input { text-transform: uppercase; letter-spacing: .06em; }
.skh-offer__out {
	margin-top: 10px;
	padding: 10px 13px;
	border-radius: var(--skh-radius-sm);
	background: var(--skh-pine-wash);
	border-left: 3px solid var(--skh-pine);
	font-size: .88rem;
	color: var(--skh-pine-dark);
}
.skh-offer__out.is-bad { background: #fdf1f1; border-left-color: var(--skh-bad); color: #8c2d2d; }
.skh-offer.is-on .skh-offer__row .skh-input { border-color: var(--skh-pine); }
.skh-input--code { text-transform: uppercase; letter-spacing: .06em; }

/* ---------- Rooms left ---------- */

.skh-avail {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 10px 0 0;
	font-size: .86rem;
	font-weight: 600;
}
.skh-avail__dot { width: 8px; height: 8px; border-radius: 50%; background: currentColor; flex: none; }
.skh-avail.is-ok { color: #1c7a52; }
.skh-avail.is-low { color: #a8660a; }
.skh-avail.is-gone { color: var(--skh-muted); font-weight: 500; }
.skh-avail.is-gone .skh-avail__dot { background: var(--skh-line); }

/* ---------- Currency ---------- */

.skh-curpick { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; margin-top: 14px; }
.skh-curpick label { font-size: .8rem; font-weight: 600; color: var(--skh-muted); }
.skh-curpick .skh-input { width: auto; min-width: 120px; padding: 7px 30px 7px 11px; font-size: .86rem; }
.skh-curpick__note { font-size: .76rem; color: var(--skh-muted); }
.skh-approx {
	display: block;
	font-size: .8rem;
	font-weight: 600;
	color: var(--skh-muted);
	margin-top: 2px;
}
.skh-confirm__approx { margin: 2px 0 12px; font-size: .84rem; color: var(--skh-muted); }

/* ---------- Consent ---------- */

.skh-consent { margin: 18px 0; }
.skh-check--consent { align-items: flex-start; font-size: .88rem; line-height: 1.5; }
.skh-check--consent input { margin-top: 3px; }
.skh-check--consent a { color: var(--skh-pine); font-weight: 600; }

/* ---------- Social links ---------- */

.skh-socials {
	margin: 36px 0;
	padding: 24px;
	border: 1px solid var(--skh-line);
	border-radius: var(--skh-radius);
	background: var(--skh-wash);
}
.skh-socials .skh-h4 { margin-bottom: 4px; }
.skh-socials__row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px; }
.skh-social {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 9px 16px;
	border: 1px solid var(--skh-line);
	border-radius: 999px;
	background: var(--skh-paper);
	color: var(--skh-ink);
	font-size: .88rem;
	font-weight: 600;
	text-decoration: none;
	transition: border-color .16s ease, color .16s ease, transform .16s ease;
}
.skh-social:hover { transform: translateY(-1px); }
.skh-social--facebook:hover { border-color: #1877f2; color: #1877f2; }
.skh-social--instagram:hover { border-color: #c13584; color: #c13584; }
.skh-social--tiktok:hover { border-color: #010101; color: #010101; }
.skh-social--youtube:hover { border-color: #ff0000; color: #cc0000; }

/* ---------- Promotion banners ---------- */

.skh-bannerrail { display: grid; gap: 14px; margin-bottom: 32px; }
.skh-banner {
	position: relative;
	display: block;
	border-radius: var(--skh-radius);
	overflow: hidden;
	line-height: 0;
	box-shadow: var(--skh-shadow);
}
.skh-banner img { width: 100%; height: auto; display: block; }
.skh-banner__tag {
	position: absolute;
	left: 16px;
	bottom: 14px;
	padding: 6px 14px;
	border-radius: 999px;
	background: rgba(255, 255, 255, .94);
	color: var(--skh-ink);
	font-size: .82rem;
	font-weight: 700;
	line-height: 1.2;
}
.skh-plan__perk {
	display: block;
	margin-top: 6px;
	font-size: .74rem;
	font-weight: 700;
	letter-spacing: .04em;
	color: var(--skh-gold);
}

@media (max-width: 560px) {
	.skh-offer__row { grid-template-columns: 1fr; }
	.skh-offer__row .skh-btn { width: 100%; }
	.skh-socials { padding: 18px; }
}

/* ============================================================
   1.10: announcement ticker and hotel deal bar
   ============================================================ */

.skh-ticker {
	position: relative;
	display: flex;
	align-items: stretch;
	gap: 0;
	margin: 0 0 26px;
	border: 1px solid var(--skh-line);
	border-radius: var(--skh-radius);
	background: var(--skh-paper);
	overflow: hidden;
}
.skh-ticker__window {
	flex: 1;
	overflow: hidden;
	/* Items entering and leaving fade rather than being sliced off. */
	-webkit-mask-image: linear-gradient(to right, transparent, #000 26px, #000 calc(100% - 26px), transparent);
	mask-image: linear-gradient(to right, transparent, #000 26px, #000 calc(100% - 26px), transparent);
}
.skh-ticker__track {
	display: flex;
	align-items: center;
	gap: 10px;
	width: max-content;
	padding: 9px 0;
	animation: skh-ticker-run var(--skh-ticker-time, 40s) linear infinite;
}
.skh-ticker:hover .skh-ticker__track,
.skh-ticker.is-paused .skh-ticker__track { animation-play-state: paused; }

@keyframes skh-ticker-run {
	from { transform: translateX(0); }
	to { transform: translateX(-50%); }
}

.skh-ticker__item {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	flex: none;
	padding: 7px 16px;
	border-radius: 999px;
	background: var(--skh-ticker-bg, #eef2f3);
	color: var(--skh-ticker-ink, #14181d);
	font-size: .88rem;
	font-weight: 500;
	text-decoration: none;
	white-space: nowrap;
}
a.skh-ticker__item:hover { text-decoration: underline; }
.skh-ticker__tag {
	font-size: .64rem;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
	opacity: .8;
}
.skh-ticker__text { font-weight: 600; }

.skh-ticker__pause {
	flex: none;
	width: 40px;
	border: 0;
	border-right: 1px solid var(--skh-line);
	background: var(--skh-wash);
	color: var(--skh-muted);
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}
.skh-ticker__pause:hover { color: var(--skh-pine); }
.skh-ticker__pauseicon {
	width: 10px;
	height: 12px;
	border-left: 3px solid currentColor;
	border-right: 3px solid currentColor;
}
.skh-ticker.is-paused .skh-ticker__pauseicon {
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-left: 10px solid currentColor;
	border-right: 0;
}

@media (prefers-reduced-motion: reduce) {
	.skh-ticker__track { animation: none; flex-wrap: wrap; width: auto; padding: 9px 12px; }
	.skh-ticker__pause { display: none; }
}

/* ---------- Hotel deal bar ---------- */

.skh-dealbar {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin: 0 0 26px;
	padding: 18px 22px;
	border: 1px solid #e4d3ae;
	border-radius: var(--skh-radius);
	background: linear-gradient(180deg, #fdf7ea, #fbf3e2);
}
.skh-dealbar__text { display: flex; align-items: center; gap: 12px; flex: 1 1 260px; }
.skh-dealbar__text p { margin: 0; font-size: .96rem; font-weight: 600; color: #6b4a10; }
.skh-dealbar__tag {
	flex: none;
	padding: 5px 11px;
	border-radius: 999px;
	background: var(--skh-gold);
	color: #fff;
	font-size: .64rem;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
}
.skh-dealbar__code { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; }
.skh-dealbar__out {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	padding: 4px 4px 4px 14px;
	border: 1px dashed #c99a2e;
	border-radius: 10px;
	background: #fff;
}
.skh-dealbar__out code {
	font-family: var(--skh-body);
	font-size: .95rem;
	font-weight: 800;
	letter-spacing: .1em;
	color: #6b4a10;
	background: none;
	padding: 0;
}
.skh-dealbar__copy {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: transparent;
	color: #a8660a;
	cursor: pointer;
}
.skh-dealbar__copy:hover { background: #fdf3e3; }
.skh-dealbar__hint { font-size: .78rem; color: #8a6a2a; }

@media (max-width: 620px) {
	.skh-dealbar { padding: 16px; }
	.skh-dealbar__code { width: 100%; }
	.skh-dealbar__hint { width: 100%; }
}

/* ============================================================
   1.10.1: what a code actually takes off
   ============================================================ */

.skh-pricebox {
	margin-top: 14px;
	padding: 14px 16px;
	border: 1px solid var(--skh-line);
	border-radius: var(--skh-radius-sm);
	background: var(--skh-paper);
}
.skh-pricebox__row,
.skh-pricebox__total {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 16px;
	font-size: .9rem;
}
.skh-pricebox__row { padding: 4px 0; color: var(--skh-muted); }
.skh-pricebox__row--off { color: #1c7a52; }
.skh-pricebox__row em { font-style: normal; font-size: .8rem; opacity: .8; }
.skh-pricebox__total {
	margin-top: 8px;
	padding-top: 10px;
	border-top: 1px solid var(--skh-line-soft);
	font-size: 1rem;
}
.skh-pricebox__total strong { font-family: var(--skh-display); font-size: 1.25rem; color: var(--skh-gold); }

.skh-summary__row--off { color: #1c7a52; }
.skh-summary__row--off em { font-style: normal; font-size: .78rem; opacity: .85; }

.skh-confirm__saving {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 12px;
	margin: 6px 0 12px;
	font-size: .86rem;
	color: var(--skh-muted);
}
.skh-confirm__saving [data-skh-out="wasprice"] { text-decoration: line-through; }
.skh-saved {
	padding: 3px 10px;
	border-radius: 999px;
	background: #e8f4ee;
	color: #1c7a52;
	font-weight: 700;
}

/* ============================================================
   1.11: dashboard ribbon, plan perks, place pins, bank details
   ============================================================ */

/* ---------- The dashboard ribbon ---------- */

.skh-dash .skh-tabs {
	position: sticky;
	top: 0;
	z-index: 30;
	display: flex;
	gap: 4px;
	margin: 0 0 26px;
	padding: 6px;
	border: 1px solid var(--skh-line);
	border-radius: 999px;
	background: rgba(255, 255, 255, .96);
	backdrop-filter: blur(8px);
	box-shadow: 0 1px 2px rgba(20, 24, 29, .04);
	overflow-x: auto;
	scroll-snap-type: x proximity;
}
.skh-dash .skh-tab {
	flex: none;
	padding: 9px 16px;
	border: 0;
	border-radius: 999px;
	color: var(--skh-muted);
	font-size: .88rem;
	font-weight: 600;
	text-decoration: none;
	white-space: nowrap;
	scroll-snap-align: center;
	transition: background .16s ease, color .16s ease;
}
.skh-dash .skh-tab:hover { background: var(--skh-wash); color: var(--skh-ink); }
.skh-dash .skh-tab.is-on {
	background: var(--skh-pine);
	color: #fff;
	box-shadow: 0 1px 3px rgba(15, 92, 82, .35);
}
.skh-dash .skh-tab.is-on::after { display: none; }

@media (max-width: 760px) {
	.skh-dash .skh-tabs { border-radius: var(--skh-radius); padding: 5px; }
	.skh-dash .skh-tab { padding: 8px 13px; font-size: .84rem; }
}

/* ---------- Plan benefits ---------- */

.skh-plan__perks {
	display: block;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid var(--skh-line-soft);
	text-align: left;
}
.skh-plan__perk {
	display: block;
	position: relative;
	padding-left: 16px;
	margin-bottom: 4px;
	font-size: .74rem;
	font-weight: 600;
	line-height: 1.4;
	color: var(--skh-muted);
	letter-spacing: 0;
}
.skh-plan__perk::before {
	content: "";
	position: absolute;
	left: 2px;
	top: .45em;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: var(--skh-gold);
}
.skh-plan input:checked + .skh-plan__box .skh-plan__perk { color: var(--skh-pine-dark); }

/* ---------- Place pin ---------- */

.skh-place { display: inline-flex; align-items: center; gap: 5px; }
.skh-pin { flex: none; opacity: .85; }
.skh-tile__place { display: inline-flex; align-items: center; gap: 4px; }

/* ---------- Featured grid ---------- */

.skh-showgrid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}
.skh-showgrid .skh-tile { width: auto; }
@media (max-width: 980px) { .skh-showgrid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 760px) { .skh-showgrid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; } }

/* ---------- Cancellation payment ---------- */

.skh-bankqr { margin-top: 16px; text-align: center; }
.skh-bankqr img { max-width: 220px; width: 100%; height: auto; border-radius: var(--skh-radius-sm); border: 1px solid var(--skh-line); }
.skh-paypanel {
	margin-top: 18px;
	padding-top: 18px;
	border-top: 1px solid var(--skh-line-soft);
}
.skh-paypanel .skh-h4 { margin-bottom: 4px; }
