:root {
	--kc-charcoal: #2a2a2a;
	--kc-cyan: #51d6f3;
	--kc-yellow: #fff200;
	--kc-spring: #d16499;
	--kc-winter: #098fad;
	--kc-paper: rgba(255, 255, 255, 0.88);
	--kc-content-width: 980px;
	--kc-brand: "KC Montserrat", Montserrat, sans-serif;
	--kc-tagline: "KC Amatic SC", "Arial Narrow", sans-serif;
	--kc-display: "KC Roboto Condensed", "Arial Narrow", sans-serif;
	--kc-body: "KC Open Sans", "Open Sans", Arial, sans-serif;
	--kc-script: "KC Niconne", Niconne, cursive;
	--kc-signika: "KC Signika", Signika, sans-serif;
	--kc-basic: "KC Basic", Basic, sans-serif;
	--kc-slab: "KC Roboto Slab", "Roboto Slab", Georgia, serif;
}

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

html {
	scroll-behavior: smooth;
}

body {
	min-width: 320px;
	margin: 0;
	color: var(--kc-charcoal);
	background: #333;
	font-family: var(--kc-body);
	font-size: 16px;
	line-height: 1.5;
}

body.admin-bar .kc-site-background {
	top: 32px;
}

img {
	max-width: 100%;
	height: auto;
}

a {
	color: inherit;
	text-underline-offset: 0.16em;
}

a:hover,
a:focus-visible {
	color: #006f88;
}

button,
input,
textarea {
	font: inherit;
}

button,
a {
	-webkit-tap-highlight-color: transparent;
}

:focus-visible {
	outline: 3px solid var(--kc-yellow);
	outline-offset: 3px;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.screen-reader-text:focus {
	z-index: 100000;
	top: 8px;
	left: 8px;
	width: auto;
	height: auto;
	padding: 12px 16px;
	clip: auto;
	color: #000;
	background: #fff;
}

.kc-site-background {
	position: fixed;
	z-index: -2;
	inset: 0;
	background-color: #313131;
	background-image:
		linear-gradient(rgba(18, 18, 18, 0.08), rgba(18, 18, 18, 0.08)),
		var(--kc-page-background);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.kc-site-background::after {
	position: absolute;
	z-index: 2;
	inset: 0;
	content: "";
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.08), transparent 42%, rgba(0, 0, 0, 0.08));
}

.kc-background-video {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.kc-site {
	min-height: 100vh;
}

.kc-site-header {
	width: min(var(--kc-content-width), calc(100% - 32px));
	margin: 0 auto;
	padding-top: 4px;
}

.kc-brand {
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
}

.kc-brand-name {
	display: block;
	overflow: hidden;
	color: inherit;
	font-family: var(--kc-brand);
	font-size: clamp(2.5rem, 5vw, 4.25rem);
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1.12;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	text-shadow: none;
}

@supports ((-webkit-background-clip: text) or (background-clip: text)) {
	.kc-brand-name {
		color: transparent;
		background: repeating-linear-gradient(
			135deg,
			#fff 0,
			#fff 3px,
			rgba(255, 255, 255, 0.08) 3px,
			rgba(255, 255, 255, 0.08) 4.25px
		);
		background-clip: text;
		-webkit-background-clip: text;
		-webkit-text-stroke: 0.35px #fff;
	}
}

.kc-brand-name:hover,
.kc-brand-name:focus-visible {
	color: #fff;
	text-decoration: none;
}

@supports ((-webkit-background-clip: text) or (background-clip: text)) {
	.kc-brand-name:hover,
	.kc-brand-name:focus-visible {
		color: transparent;
	}
}

.kc-brand-tagline {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: clamp(14px, 2.2vw, 24px);
	margin: 22px 0 42px;
	font-family: var(--kc-tagline);
	font-size: clamp(2.2rem, 3.6vw, 3.125rem);
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1;
}

.kc-arrow {
	display: block;
	width: clamp(52px, 5vw, 64px);
	max-width: 18vw;
	height: auto;
	flex: 0 1 auto;
}

.kc-arrow-left {
	transform: scaleX(-1);
}

.kc-menu-toggle {
	display: none;
}

.kc-primary-navigation {
	position: relative;
	z-index: 20;
}

.kc-menu {
	display: grid;
	grid-template-columns: repeat(8, minmax(0, 1fr));
	gap: 10px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.kc-menu > li {
	position: relative;
	min-width: 0;
}

.kc-menu > li > a,
.kc-menu > li > .kc-submenu-toggle {
	display: flex;
	width: 100%;
	min-height: 30px;
	align-items: center;
	justify-content: center;
	padding: 5px 8px;
	border: 0;
	border-radius: 12px 12px 0 0;
	color: rgba(74, 63, 49, 0.72);
	background: rgba(255, 255, 255, 0.55);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
	font-family: var(--kc-display);
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.1;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
}

.kc-menu > li > a:hover,
.kc-menu > li > a:focus-visible,
.kc-menu > li > .kc-submenu-toggle:hover,
.kc-menu > li > .kc-submenu-toggle:focus-visible,
.kc-menu > .current-menu-item > a,
.kc-menu > .current-menu-ancestor > a {
	color: #2a2a2a;
	background: rgba(255, 242, 0, 0.82);
}

.kc-menu .sub-menu {
	position: absolute;
	z-index: 30;
	top: 100%;
	left: 50%;
	display: none;
	width: 170px;
	padding: 6px;
	margin: 0;
	transform: translateX(-50%);
	border: 1px solid rgba(255, 255, 255, 0.55);
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
	list-style: none;
}

.kc-menu .sub-menu a {
	display: block;
	padding: 9px 12px;
	color: var(--kc-charcoal);
	text-decoration: none;
}

.kc-menu .sub-menu a:hover,
.kc-menu .sub-menu a:focus-visible {
	color: #000;
	background: rgba(81, 214, 243, 0.25);
}

.kc-menu .menu-item-has-children:hover > .sub-menu,
.kc-menu .menu-item-has-children:focus-within > .sub-menu,
.kc-menu .menu-item-has-children.is-submenu-open > .sub-menu {
	display: block;
}

.kc-main {
	display: block;
}

.kc-content-shell {
	width: min(var(--kc-content-width), calc(100% - 32px));
	margin: 0 auto 100px;
	background: var(--kc-paper);
	box-shadow: 0 3px 18px rgba(0, 0, 0, 0.08);
}

.kc-content-shell-standard,
.kc-not-found {
	padding: clamp(28px, 5vw, 64px);
}

.kc-entry,
.kc-entry-content,
.kc-page {
	min-width: 0;
}

.kc-entry-content > .kc-page {
	padding: clamp(18px, 3.25vw, 40px);
}

.kc-entry-content .kc-page .kc-page {
	padding: 0;
}

.kc-rich-text {
	font-family: var(--kc-body);
}

.kc-rich-text h1,
.kc-rich-text .font_0 {
	font-family: var(--kc-signika);
}

.kc-rich-text h2,
.kc-rich-text .font_2,
.kc-rich-text h5,
.kc-rich-text .font_5 {
	font-family: var(--kc-script);
}

.kc-rich-text h3,
.kc-rich-text .font_3,
.kc-rich-text h6,
.kc-rich-text .font_1,
.kc-rich-text .font_6 {
	font-family: var(--kc-slab);
}

.kc-rich-text h4,
.kc-rich-text .font_4 {
	font-family: var(--kc-signika);
}

.kc-rich-text p,
.kc-rich-text .font_8 {
	font-family: var(--kc-body);
}

.kc-rich-text .font_7,
.kc-rich-text .font_9,
.kc-rich-text .font_10 {
	font-family: var(--kc-basic);
}

.kc-rich-text h1,
.kc-rich-text h2,
.kc-rich-text h3,
.kc-rich-text h4,
.kc-rich-text h5,
.kc-rich-text h6,
.kc-rich-text p {
	max-width: 100%;
	margin-top: 0;
}

.kc-rich-text h1,
.kc-rich-text h2,
.kc-rich-text h3,
.kc-rich-text h4,
.kc-rich-text h5,
.kc-rich-text h6 {
	font-weight: 400;
}

.kc-rich-text h1,
.kc-rich-text h2,
.kc-rich-text h3,
.kc-rich-text h4 {
	line-height: 1.1 !important;
}

.kc-rich-text p {
	margin-bottom: 0;
}

.kc-divider {
	width: 100%;
	height: 0;
	margin: 0;
	border: 0;
	border-top: 2px dotted rgba(42, 42, 42, 0.5);
}

.kc-image {
	margin: 0 0 24px;
	text-align: center;
}

.kc-image img {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	margin: auto;
}

.kc-button-row {
	margin: 0 0 14px;
	text-align: center;
}

.kc-button,
.kc-form-actions button,
.kc-search-form button {
	display: inline-flex;
	min-height: 40px;
	align-items: center;
	justify-content: center;
	padding: 9px 18px;
	border: 1px solid #16869e;
	border-radius: 2px;
	color: #fff;
	background: #16869e;
	font-family: var(--kc-body);
	text-decoration: none;
	cursor: pointer;
}

.kc-button:hover,
.kc-button:focus-visible,
.kc-form-actions button:hover,
.kc-form-actions button:focus-visible,
.kc-search-form button:hover,
.kc-search-form button:focus-visible {
	color: #2a2a2a;
	background: var(--kc-cyan);
}

.kc-icon-link a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	text-decoration: none;
}

.kc-icon-link a::before {
	content: "⌖";
	display: inline-grid;
	width: 34px;
	height: 34px;
	place-items: center;
	border-radius: 50%;
	color: #fff;
	background: #d75240;
	font-size: 1.35rem;
}

/* Home page source structure. */
.kc-page-home > .kc-page > .kc-group > .kc-section {
	display: grid;
	grid-template-columns: minmax(235px, 0.72fr) minmax(0, 1.55fr);
	gap: 20px 28px;
}

.kc-page-home > .kc-page > .kc-group > .kc-section > :nth-child(1),
.kc-page-home > .kc-page > .kc-group > .kc-section > :nth-child(2),
.kc-page-home > .kc-page > .kc-group > .kc-section > :last-child {
	grid-column: 1 / -1;
}

.kc-page-home > .kc-page > .kc-group > .kc-section > .kc-rich-text:nth-child(3) {
	grid-column: 1;
}

.kc-page-home > .kc-page > .kc-group > .kc-section > .kc-gallery {
	grid-column: 2;
	align-self: start;
}

.kc-page-home .kc-rich-text h2 {
	margin-bottom: 0;
	font-weight: 400;
}

.kc-entry-content > .kc-page-home,
.kc-entry-content > .kc-activity-page {
	padding: 20px;
}

/* Slideshow and lightbox. */
.kc-gallery {
	position: relative;
	min-width: 0;
	overflow: hidden;
	background: rgba(32, 32, 32, 0.9);
}

.kc-gallery-stage {
	position: relative;
	aspect-ratio: 1.58 / 1;
	overflow: hidden;
}

.kc-gallery-slide {
	position: absolute;
	inset: 0;
	display: flex;
	margin: 0;
	transform: translateX(100%);
	transition: transform 1000ms ease;
	background: #222;
}

.kc-gallery-slide.is-active {
	z-index: 2;
	transform: translateX(0);
}

.kc-gallery-slide.is-past {
	transform: translateX(-100%);
}

.kc-gallery-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	cursor: zoom-in;
}

.kc-gallery-slide figcaption {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 3;
	display: flex;
	flex-wrap: wrap;
	gap: 6px 12px;
	padding: 8px 12px;
	color: #fff;
	background: rgba(0, 0, 0, 0.62);
	font-size: 0.86rem;
}

.kc-gallery-prev,
.kc-gallery-next,
.kc-gallery-toggle,
.kc-gallery-expand {
	position: absolute;
	z-index: 5;
	border: 0;
	color: #fff;
	background: rgba(0, 0, 0, 0.55);
	cursor: pointer;
}

.kc-gallery-prev,
.kc-gallery-next {
	top: 50%;
	display: grid;
	width: 42px;
	height: 54px;
	place-items: center;
	transform: translateY(-50%);
	font-size: 2.25rem;
}

.kc-gallery-prev {
	left: 0;
}

.kc-gallery-next {
	right: 0;
}

.kc-gallery-counter,
.kc-gallery-toggle,
.kc-gallery-expand {
	bottom: 8px;
	min-height: 28px;
	padding: 4px 8px;
	font-size: 0.82rem;
}

.kc-gallery-counter {
	position: absolute;
	right: 8px;
	z-index: 5;
	color: #fff;
	background: rgba(0, 0, 0, 0.55);
}

.kc-gallery-toggle {
	left: 8px;
}

.kc-gallery-expand {
	left: 72px;
}

.kc-lightbox {
	width: min(1120px, calc(100% - 30px));
	max-width: none;
	height: min(820px, calc(100% - 30px));
	max-height: none;
	padding: 0;
	border: 0;
	background: #111;
}

.kc-lightbox::backdrop {
	background: rgba(0, 0, 0, 0.88);
}

.kc-lightbox figure {
	display: grid;
	width: 100%;
	height: 100%;
	grid-template-rows: minmax(0, 1fr) auto;
	margin: 0;
}

.kc-lightbox img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.kc-lightbox figcaption {
	min-height: 44px;
	padding: 10px 60px;
	color: #fff;
	text-align: center;
}

.kc-lightbox button {
	position: absolute;
	z-index: 2;
	display: grid;
	width: 46px;
	height: 46px;
	place-items: center;
	border: 0;
	border-radius: 50%;
	color: #fff;
	background: rgba(0, 0, 0, 0.62);
	cursor: pointer;
}

.kc-lightbox-close {
	top: 10px;
	right: 10px;
	font-size: 1.6rem;
}

.kc-lightbox-prev,
.kc-lightbox-next {
	top: 50%;
	transform: translateY(-50%);
	font-size: 2rem;
}

.kc-lightbox-prev {
	left: 10px;
}

.kc-lightbox-next {
	right: 10px;
}

/* Seasonal landing pages. */
.kc-activity-page {
	background: #fff;
}

.kc-activity-page > .kc-rich-text h4 {
	margin-bottom: 12px;
}

.kc-activity-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 38px 28px;
	margin-top: 14px;
}

.kc-activity-card {
	display: flex;
	min-width: 0;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	color: #00a4c5;
	font-family: var(--kc-display);
	font-size: 1.4rem;
	line-height: 1.05;
	text-align: center;
	text-decoration: none;
}

.kc-activity-card:first-child span {
	color: #db0b16;
	font-family: var(--kc-script);
	font-size: 1.3em;
}

.kc-activity-card:hover,
.kc-activity-card:focus-visible {
	color: #007790;
}

.kc-activity-card img {
	width: 100%;
	height: 140px;
	margin-bottom: 9px;
	object-fit: contain;
}

/* Amenities source icon grid. */
.kc-page-amenities > .kc-page > .kc-group {
	display: block !important;
}

.kc-page-amenities > .kc-page > .kc-group > .kc-section:first-child {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 24px 14px;
	align-items: start;
}

.kc-page-amenities > .kc-page > .kc-group > .kc-section:first-child > .kc-rich-text:first-child {
	order: 0;
	grid-column: 1 / -1;
}

.kc-page-amenities > .kc-page > .kc-group > .kc-section:first-child > .kc-rich-text:not(:first-child) {
	position: relative;
	display: flex;
	min-width: 0;
	min-height: 126px;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	padding-top: 72px;
	text-align: center;
}

.kc-page-amenities > .kc-page > .kc-group > .kc-section:first-child > .kc-rich-text:not(:first-child)::before {
	position: absolute;
	top: 0;
	left: 50%;
	width: 66px;
	height: 66px;
	content: "";
	transform: translateX(-50%);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.kc-page-amenities > .kc-page > .kc-group > .kc-section:first-child > .kc-rich-text h2 {
	margin: 0;
}

.kc-page-amenities > .kc-page > .kc-group > .kc-section:first-child > .kc-rich-text:not(:first-child) h2,
.kc-page-amenities > .kc-page > .kc-group > .kc-section:first-child > .kc-rich-text:not(:first-child) h2 * {
	font-size: 25px !important;
}

.kc-page-amenities > .kc-page > .kc-group > .kc-section:first-child > .kc-divider {
	order: 11;
	grid-column: 1 / -1;
	margin-top: 4px;
}

.kc-page-amenities > .kc-page > .kc-group > .kc-section:first-child > .kc-rich-text:nth-child(2) {
	order: 1;
}

.kc-page-amenities > .kc-page > .kc-group > .kc-section:first-child > .kc-rich-text:nth-child(2)::before {
	background-image: url("../images/amenities/14-guests.svg");
}

.kc-page-amenities > .kc-page > .kc-group > .kc-section:first-child > .kc-rich-text:nth-child(5) {
	order: 2;
}

.kc-page-amenities > .kc-page > .kc-group > .kc-section:first-child > .kc-rich-text:nth-child(5)::before {
	width: 59px;
	height: 59px;
	background-image: url("../images/amenities/4-bedrooms.svg");
}

.kc-page-amenities > .kc-page > .kc-group > .kc-section:first-child > .kc-rich-text:nth-child(7) {
	order: 3;
}

.kc-page-amenities > .kc-page > .kc-group > .kc-section:first-child > .kc-rich-text:nth-child(7)::before {
	width: 59px;
	height: 59px;
	background-image: url("../images/amenities/3.5-bath.svg");
}

.kc-page-amenities > .kc-page > .kc-group > .kc-section:first-child > .kc-rich-text:nth-child(9) {
	order: 4;
}

.kc-page-amenities > .kc-page > .kc-group > .kc-section:first-child > .kc-rich-text:nth-child(9)::before {
	width: 54px;
	height: 50px;
	background-image: url("../images/amenities/car-charger.svg");
}

.kc-page-amenities > .kc-page > .kc-group > .kc-section:first-child > .kc-rich-text:nth-child(11) {
	order: 5;
}

.kc-page-amenities > .kc-page > .kc-group > .kc-section:first-child > .kc-rich-text:nth-child(11)::before {
	width: 52px;
	height: 52px;
	background-image: url("../images/amenities/washer-dryer.svg");
}

.kc-page-amenities > .kc-page > .kc-group > .kc-section:first-child > .kc-rich-text:nth-child(3) {
	order: 6;
}

.kc-page-amenities > .kc-page > .kc-group > .kc-section:first-child > .kc-rich-text:nth-child(3)::before {
	width: 66px;
	height: 66px;
	transform: translateX(-50%) rotate(315.309deg);
	background-image: url("../images/amenities/fork.svg");
}

.kc-page-amenities > .kc-page > .kc-group > .kc-section:first-child > .kc-rich-text:nth-child(3)::after {
	position: absolute;
	top: 0;
	left: 50%;
	width: 66px;
	height: 66px;
	content: "";
	transform: translateX(-50%) rotate(45.274deg);
	background: url("../images/amenities/knife.svg") center / contain no-repeat;
}

.kc-page-amenities > .kc-page > .kc-group > .kc-section:first-child > .kc-rich-text:nth-child(6) {
	order: 7;
}

.kc-page-amenities > .kc-page > .kc-group > .kc-section:first-child > .kc-rich-text:nth-child(6)::before {
	width: 53px;
	height: 45px;
	background-image: url("../images/amenities/wifi.svg");
}

.kc-page-amenities > .kc-page > .kc-group > .kc-section:first-child > .kc-rich-text:nth-child(8) {
	order: 8;
}

.kc-page-amenities > .kc-page > .kc-group > .kc-section:first-child > .kc-rich-text:nth-child(8)::before {
	width: 59px;
	height: 59px;
	background-image: url("../images/amenities/gas-fireplace.svg");
}

.kc-page-amenities > .kc-page > .kc-group > .kc-section:first-child > .kc-rich-text:nth-child(10) {
	order: 9;
}

.kc-page-amenities > .kc-page > .kc-group > .kc-section:first-child > .kc-rich-text:nth-child(10)::before {
	width: 57px;
	height: 57px;
	background-image: url("../images/amenities/game-room.svg");
}

.kc-page-amenities > .kc-page > .kc-group > .kc-section:first-child > .kc-rich-text:nth-child(12) {
	order: 10;
}

.kc-page-amenities > .kc-page > .kc-group > .kc-section:first-child > .kc-rich-text:nth-child(12)::before {
	width: 51px;
	height: 51px;
	background-image: url("../images/amenities/hot-tub.svg");
}

.kc-page-amenities > .kc-page > .kc-group > .kc-section:first-child > .kc-rich-text:nth-child(12) h2,
.kc-page-amenities > .kc-page > .kc-group > .kc-section:first-child > .kc-rich-text:nth-child(12) h2 * {
	font-size: 22px !important;
}

.kc-page-amenities > .kc-page > .kc-group > .kc-section + .kc-section {
	margin-top: 18px;
}

.kc-page-amenities > .kc-page > .kc-group > .kc-section + .kc-section > .kc-divider:first-child {
	display: none;
}

/* Activity detail and ordinary source pages. */
.kc-entry-content .kc-page:not(.kc-page-home):not(.kc-activity-page) > .kc-page > .kc-group {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 34px;
}

.kc-entry-content .kc-page:not(.kc-page-home):not(.kc-activity-page) > .kc-page > .kc-group > .kc-section:only-child {
	grid-column: 1 / -1;
}

.kc-entry-content .kc-section > * + * {
	margin-top: 22px;
}

.kc-responsive-embed {
	position: relative;
	width: 100%;
	overflow: hidden;
	aspect-ratio: 16 / 9;
	background: #111;
}

.kc-responsive-embed iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.kc-responsive-embed-map {
	min-height: 420px;
	aspect-ratio: 4 / 3;
}

.kc-page-virtual-tour .kc-responsive-embed {
	aspect-ratio: 853 / 480;
}

.ownerrez-widget {
	min-height: 280px;
	padding: 10px;
	background: #fff;
}

/* Contact form. */
.kc-page-contact > .kc-page > .kc-group {
	display: block !important;
}

.kc-page-contact > .kc-page > .kc-group > .kc-section:first-child {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px 48px;
}

.kc-page-contact > .kc-page > .kc-group > .kc-section:first-child > :nth-child(1),
.kc-page-contact > .kc-page > .kc-group > .kc-section:first-child > :nth-child(2),
.kc-page-contact > .kc-page > .kc-group > .kc-section:first-child > :nth-child(4) {
	grid-column: 1 / -1;
}

.kc-page-contact > .kc-page > .kc-group > .kc-section:first-child > :nth-child(3) {
	grid-column: 1;
}

.kc-page-contact > .kc-page > .kc-group > .kc-section:first-child > :nth-child(5) {
	grid-column: 2;
	grid-row: 3;
}

.kc-page-contact > .kc-page > .kc-group > .kc-section + .kc-section {
	margin-top: 30px;
}

.kc-page-contact > .kc-page > .kc-group > .kc-section:nth-child(2) {
	display: grid;
	grid-template-columns: 1.05fr 0.95fr;
	gap: 28px;
}

.kc-page-contact > .kc-page > .kc-group > .kc-section:nth-child(2) > .kc-divider {
	grid-column: 1 / -1;
}

.kc-contact-form {
	display: grid;
	gap: 6px;
}

.kc-form-field,
.kc-form-actions {
	margin: 0;
}

.kc-form-field label {
	display: block;
	margin-bottom: 4px;
	color: #555;
	font-size: 0.9rem;
}

.kc-form-field input,
.kc-form-field textarea,
.kc-search-form input {
	width: 100%;
	padding: 9px 10px;
	border: 1px solid #d4d4d4;
	border-radius: 0;
	color: #2a2a2a;
	background: rgba(255, 255, 255, 0.92);
}

.kc-form-field textarea {
	min-height: 126px;
	resize: vertical;
}

.kc-form-actions {
	text-align: right;
}

.kc-form-actions button {
	min-height: 32px;
	padding: 5px 14px;
	border-color: #777;
	background: #777;
}

.kc-honeypot {
	position: absolute !important;
	left: -10000px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

.kc-form-notice {
	padding: 10px 12px;
	border-left: 4px solid;
	background: rgba(255, 255, 255, 0.9);
}

.kc-form-success {
	border-color: #27813d;
}

.kc-form-error {
	border-color: #a52b26;
}

/* Generic archive/search output. */
.kc-archive-header h1,
.kc-entry-header h1,
.kc-not-found h1 {
	font-family: var(--kc-display);
	font-size: clamp(2.2rem, 5vw, 3.8rem);
	line-height: 1.05;
}

.kc-summary {
	padding: 20px 0;
	border-top: 2px dotted rgba(42, 42, 42, 0.4);
}

.kc-summary h2 {
	margin-bottom: 6px;
	font-family: var(--kc-display);
}

.kc-search-form > div {
	display: flex;
	gap: 8px;
}

.kc-search-form input {
	flex: 1;
}

/* Source-like translucent footer. */
.kc-site-footer {
	border-bottom: 1px solid rgba(42, 42, 42, 0.75);
	background: rgba(255, 255, 255, 0.72);
}

.kc-footer-inner {
	display: grid;
	width: min(var(--kc-content-width), calc(100% - 32px));
	min-height: 156px;
	grid-template-columns: 1fr 1fr 1.25fr 0.7fr;
	gap: 32px;
	align-items: center;
	margin: 0 auto;
	padding: 22px 10px;
}

.kc-footer-contact {
	font-family: var(--kc-slab);
	font-size: 0.9rem;
	text-align: center;
}

.kc-footer-contact p {
	margin: 0 0 3px;
}

.kc-footer-label {
	font-family: var(--kc-script);
	font-size: 1.05rem;
}

.kc-booking-platform {
	display: flex;
	align-items: center;
	justify-content: center;
}

.kc-booking-platform img {
	display: block;
	max-width: 138px;
	max-height: 75px;
	object-fit: contain;
}

.kc-booking-platform-airbnb img {
	max-width: 72px;
	max-height: 82px;
}

.kc-footer-icon-links {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding-top: 8px;
}

.kc-footer-icon-links a {
	display: grid;
	width: 28px;
	height: 28px;
	place-items: center;
	color: #fff;
	background: #d64b36;
	text-decoration: none;
}

.kc-footer-icon-links img {
	display: block;
	width: 28px;
	height: 28px;
	object-fit: cover;
}

@media (max-width: 900px) {
	body.admin-bar .kc-site-background {
		top: 46px;
	}

	.kc-site-header {
		width: min(100% - 24px, var(--kc-content-width));
	}

	.kc-brand-name {
		font-size: clamp(2rem, 8vw, 3.5rem);
	}

	.kc-brand-tagline {
		margin: 15px 0 24px;
	}

	.kc-menu-toggle {
		display: flex;
		width: 100%;
		min-height: 44px;
		align-items: center;
		justify-content: center;
		gap: 10px;
		border: 0;
		border-radius: 12px 12px 0 0;
		color: var(--kc-charcoal);
		background: rgba(255, 255, 255, 0.88);
		font-family: var(--kc-display);
		cursor: pointer;
	}

	.kc-menu-toggle-bars,
	.kc-menu-toggle-bars::before,
	.kc-menu-toggle-bars::after {
		display: block;
		width: 22px;
		height: 2px;
		background: currentColor;
	}

	.kc-menu-toggle-bars {
		position: relative;
	}

	.kc-menu-toggle-bars::before,
	.kc-menu-toggle-bars::after {
		position: absolute;
		left: 0;
		content: "";
	}

	.kc-menu-toggle-bars::before {
		top: -7px;
	}

	.kc-menu-toggle-bars::after {
		top: 7px;
	}

	.kc-primary-navigation {
		display: none;
		background: rgba(255, 255, 255, 0.96);
	}

	.kc-primary-navigation.is-open {
		display: block;
	}

	.kc-menu {
		display: block;
		padding: 8px;
	}

	.kc-menu > li > a,
	.kc-menu > li > .kc-submenu-toggle {
		justify-content: space-between;
		border-radius: 0;
		background: transparent;
		text-align: left;
	}

	.kc-menu .sub-menu {
		position: static;
		width: auto;
		padding: 0 0 0 18px;
		transform: none;
		border: 0;
		box-shadow: none;
	}

	.kc-content-shell {
		width: min(100% - 24px, var(--kc-content-width));
		margin-bottom: 60px;
	}

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

	.kc-page-amenities > .kc-page > .kc-group > .kc-section:first-child {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.kc-footer-inner {
		width: min(100% - 24px, var(--kc-content-width));
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 680px) {
	.kc-brand-name {
		letter-spacing: 0.025em;
		white-space: normal;
	}

	.kc-brand-tagline {
		gap: 10px;
		font-size: 2rem;
	}

	.kc-arrow {
		width: 54px;
	}

	.kc-entry-content > .kc-page {
		padding: 22px 16px;
	}

	.kc-page-home > .kc-page > .kc-group > .kc-section {
		display: block;
	}

	.kc-page-home > .kc-page > .kc-group > .kc-section > * + * {
		margin-top: 20px;
	}

	.kc-gallery-stage {
		aspect-ratio: 4 / 3;
	}

	.kc-activity-page > .kc-rich-text h4 {
		font-size: clamp(2.8rem, 15vw, 5rem) !important;
	}

	.kc-activity-page > .kc-rich-text:nth-child(2) h4 {
		font-size: 1.25rem !important;
	}

	.kc-activity-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 28px 14px;
	}

	.kc-page-amenities > .kc-page > .kc-group > .kc-section:first-child {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.kc-activity-card {
		font-size: 1.12rem;
	}

	.kc-activity-card img {
		height: 116px;
	}

	.kc-entry-content .kc-page:not(.kc-page-home):not(.kc-activity-page) > .kc-page > .kc-group,
	.kc-page-contact > .kc-page > .kc-group > .kc-section:first-child,
	.kc-page-contact > .kc-page > .kc-group > .kc-section:nth-child(2) {
		display: block;
	}

	.kc-page-contact > .kc-page > .kc-group > .kc-section:first-child > * + *,
	.kc-page-contact > .kc-page > .kc-group > .kc-section:nth-child(2) > * + *,
	.kc-entry-content .kc-page:not(.kc-page-home):not(.kc-activity-page) .kc-section + .kc-section {
		margin-top: 24px;
	}

	.kc-rich-text [style*="font-size:60px"],
	.kc-rich-text [style*="font-size:50px"],
	.kc-rich-text [style*="font-size:44px"] {
		font-size: clamp(2.15rem, 11vw, 3.75rem) !important;
	}

	.kc-rich-text [style*="font-size:30px"],
	.kc-rich-text [style*="font-size:28px"] {
		font-size: clamp(1.35rem, 7vw, 1.875rem) !important;
	}

	.kc-rich-text [style*="font-size:22px"] {
		font-size: 1.15rem !important;
	}

	.kc-responsive-embed-map {
		min-height: 340px;
		margin-top: 24px;
	}

	.kc-footer-inner {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.kc-booking-platform-vrbo {
		order: 3;
	}

	.kc-booking-platform-airbnb {
		order: 4;
	}
}

@media (max-width: 430px) {
	.kc-site-header,
	.kc-content-shell {
		width: calc(100% - 16px);
	}

	.kc-brand-name {
		font-size: 2.2rem;
	}

	.kc-brand-tagline {
		font-size: 1.7rem;
	}

	.kc-arrow {
		width: 42px;
	}

	.kc-activity-grid {
		grid-template-columns: 1fr;
	}

	.kc-activity-card img {
		height: 150px;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	.kc-gallery-slide {
		transition-duration: 0.01ms;
	}

	.kc-background-video {
		display: none;
	}
}

@media (forced-colors: active) {
	.kc-brand-name {
		color: CanvasText;
		background: none;
		filter: none;
		-webkit-text-stroke: 0;
	}

}
