:root {
	--baystone-ink: #2c2a26;
	--baystone-muted: #b8b2a8;
	--baystone-line: #e4dfd6;
	--baystone-paper: #f7f4ef;
	--baystone-white: #ffffff;
	--baystone-accent: #ffbd38;
	--baystone-bar: #080808;
	--baystone-header: #b4b4b4;
	--baystone-header-text: var(--baystone-ink);
	--baystone-header-top: 20px;
	--baystone-header-h: 64px;
	--baystone-header-offset: 104px;
	--baystone-font-main: "Manrope", sans-serif;
	--baystone-font-secondary: "Marcellus", serif;
	--baystone-font-quote: "Bonheur Royale", cursive;
	--baystone-title-font: var(--baystone-font-secondary);
	--baystone-title-color: #f4f1ea;
	--baystone-font: var(--baystone-font-main);
	--baystone-serif: var(--baystone-font-secondary);
}

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

html {
	scroll-behavior: smooth;
	background: var(--baystone-bar);
}

body {
	margin: 0;
	color: #eae6df;
	background: var(--baystone-bar);
	font-family: var(--baystone-font-main);
	font-size: 16px;
	line-height: 1.6;
}

body.elementor-page,
body.elementor-default {
	background: var(--baystone-bar);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--baystone-title-color);
	font-family: var(--baystone-title-font);
	font-weight: 400;
}

.font-main,
.font-main .elementor-heading-title {
	font-family: var(--baystone-font-main) !important;
}

.font-secondary,
.font-secondary .elementor-heading-title {
	font-family: var(--baystone-font-secondary) !important;
}

.font-quote,
.font-quote .elementor-heading-title {
	font-family: var(--baystone-font-quote) !important;
}

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

a {
	color: inherit;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important;
}

.skip-link:focus {
	clip: auto !important;
	height: auto;
	width: auto;
	z-index: 100000;
	left: 8px;
	top: 8px;
	padding: 8px 16px;
	background: var(--baystone-ink);
	color: var(--baystone-white);
}

/* Floating header: logo | menu | language */

.site-header {
	position: fixed;
	top: var(--baystone-header-top);
	left: 20px;
	right: 20px;
	z-index: 1000;
	max-width: 1280px;
	margin-inline: auto;
	pointer-events: none;
}

.admin-bar .site-header {
	top: calc(var(--baystone-header-top) + 32px);
}

.site-header__inner {
	pointer-events: auto;
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 16px 28px;
	min-height: var(--baystone-header-h);
	padding: 8px 12px 8px 8px;
	border-radius: 20px;
	background: var(--baystone-header);
	color: var(--baystone-header-text);
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.16);
	backdrop-filter: none;
}

.site-header__brand {
	justify-self: start;
	display: inline-flex;
	align-items: center;
	align-self: stretch;
	min-width: 0;
	padding: 8px 18px;
	border-radius: 14px;
	background: #111;
	color: var(--baystone-white);
	text-decoration: none;
}

.site-header__brand .custom-logo {
	display: block;
	max-height: 44px;
	width: auto;
	height: auto;
}

.site-header__title {
	display: inline-block;
	color: var(--baystone-white);
	font-family: var(--baystone-font);
	font-size: 1.05rem;
	font-weight: 400;
	letter-spacing: 0.22em;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
}

.site-header__title-lead {
	font-weight: 700;
}

.site-header__nav {
	justify-self: center;
}

.site-header__drawer {
	display: contents;
}

.site-menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 4px 22px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-menu a {
	display: inline-block;
	padding: 4px 0;
	border-bottom: 3px solid transparent;
	color: var(--baystone-header-text);
	font-size: 0.92rem;
	font-weight: 500;
	letter-spacing: 0.01em;
	line-height: 1.2;
	text-decoration: none;
}

.site-menu a:hover,
.site-menu .current-menu-item > a,
.site-menu .current-menu-ancestor > a {
	border-bottom-color: var(--baystone-accent);
	color: var(--baystone-header-text);
}

.site-menu .sub-menu {
	display: none;
}

.site-header__tools {
	justify-self: end;
	display: flex;
	align-items: center;
	gap: 8px;
}

.site-header__select {
	appearance: none;
	-webkit-appearance: none;
	margin: 0;
	padding: 7px 28px 7px 14px;
	border: 2px solid var(--baystone-accent);
	border-radius: 999px;
	background-color: transparent;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%232c2a26' d='M0 0l5 6 5-6z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 12px center;
	background-size: 8px 5px;
	color: var(--baystone-header-text);
	font-family: inherit;
	font-size: 0.72rem;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	cursor: pointer;
}

.site-header__select:focus {
	outline: 1px solid var(--baystone-accent);
	outline-offset: 2px;
}

.site-header__toggle {
	display: none;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 5.5px;
	width: 46px;
	height: 46px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: var(--baystone-accent);
	cursor: pointer;
	transition: background 0.3s ease, transform 0.3s ease;
}

.site-header__toggle:hover,
.site-header__toggle:focus-visible {
	background: #ffc95a;
}

.site-header__toggle:focus-visible {
	outline: 1px solid var(--baystone-accent);
	outline-offset: 3px;
}

.site-header__toggle-bar {
	display: block;
	width: 20px;
	height: 2.5px;
	border-radius: 999px;
	background: var(--baystone-bar);
	transform-origin: center;
	transition:
		transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
		opacity 0.2s ease,
		width 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.site-header__toggle-bar:nth-child(3) {
	width: 14px;
}

body.nav-open {
	overflow: hidden;
}

body:not(.elementor-page) .site-main {
	padding-top: var(--baystone-header-offset);
}

body:not(.elementor-page) .baystone-page-hero {
	margin-top: calc(-1 * var(--baystone-header-offset));
}

.site-main {
	min-height: 50vh;
}

.site-article .entry-header,
.site-article .entry-content {
	max-width: 1200px;
	margin: 0 auto;
	padding: 48px 24px;
}

.elementor-widget-text-editor {
	color: #eae6df !important;
}

.elementor-widget-text-editor *:not(a):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
	color: inherit !important;
}

.elementor-widget-text-editor h1,
.elementor-widget-text-editor h2,
.elementor-widget-text-editor h3,
.elementor-widget-text-editor h4,
.elementor-widget-text-editor h5,
.elementor-widget-text-editor h6 {
	color: var(--baystone-title-color) !important;
}

.elementor-widget-text-editor a {
	color: var(--baystone-accent) !important;
}

.blog-single__thumb {
	text-align: center;
	margin-top: 75px;
	padding: 0 10px;
}

.blog-single__img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 800px;
	width: 100%;
	aspect-ratio: 16 / 9;
	height: auto;
	object-fit: cover;
	object-position: center;
	border-radius: 12px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.blog-single__meta {
	text-align: center;
	margin-top: 20px;
	font-size: 0.85rem;
	color: #888;
}

.site-article--blog .entry-content {
	text-align: justify;
}

.entry-title {
	font-family: var(--baystone-serif);
	font-weight: 400;
	letter-spacing: 0.04em;
}

.site-footer {
	margin-top: 48px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	background: var(--baystone-bar);
	color: #eae6df;
}

.site-footer__inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 24px;
}

.site-footer__subscribe-band {
	padding: 36px 0 28px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.site-footer__subscribe-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
}

.site-footer__subscribe-title {
	margin: 0;
	color: var(--baystone-accent);
	font-family: var(--baystone-serif);
	font-size: clamp(1.6rem, 2.6vw, 2.15rem);
	font-weight: 400;
	line-height: 1.2;
}

.site-footer__subscribe {
	flex: 0 1 420px;
	width: 100%;
	max-width: 420px;
}

.site-footer__subscribe-field {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 6px 6px 6px 16px;
	border-radius: 999px;
	background: var(--baystone-white);
}

.site-footer__subscribe-icon {
	display: inline-flex;
	color: #b0aaa3;
}

.site-footer__subscribe-field input[type="email"] {
	flex: 1;
	min-width: 0;
	padding: 10px 8px;
	border: 0;
	background: transparent;
	color: var(--baystone-ink);
	font: inherit;
	font-size: 0.95rem;
}

.site-footer__subscribe-field input[type="email"]::placeholder {
	color: #b0aaa3;
}

.site-footer__subscribe-field input[type="email"]:focus {
	outline: none;
}

.site-footer__subscribe-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: var(--baystone-accent);
	color: var(--baystone-white);
	cursor: pointer;
}

.site-footer__subscribe-submit:hover .site-footer__subscribe-arrow,
.site-footer__subscribe-submit:focus-visible .site-footer__subscribe-arrow {
	transform: rotate(45deg);
}

.site-footer__subscribe-arrow {
	display: inline-flex;
	transition: transform 0.25s ease;
}

.site-footer__subscribe-submit:focus-visible {
	outline: 2px solid var(--baystone-accent);
	outline-offset: 3px;
}

.site-footer__subscribe-submit:disabled {
	opacity: 0.65;
	cursor: wait;
}

.site-footer__subscribe-field.is-invalid {
	box-shadow: 0 0 0 2px #c0392b;
}

.site-footer__subscribe-msg {
	margin: 10px 0 0;
	padding: 0 16px;
	font-size: 0.82rem;
	line-height: 1.4;
}

.site-footer__subscribe-msg.is-error {
	color: #c0392b;
}

.site-footer__subscribe-msg.is-ok {
	color: #2d6a4f;
}

.site-footer__main {
	padding: 40px 0 48px;
}

.site-footer__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) repeat(3, minmax(0, 1fr));
	gap: 32px 40px;
	align-items: start;
}

.site-footer__about {
	padding-right: 28px;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.site-footer__brand {
	display: inline-flex;
	align-items: center;
	margin-bottom: 16px;
	padding: 10px 16px;
	border-radius: 6px;
	background: #111;
}

.site-footer__brand .custom-logo-link {
	display: inline-flex;
	align-items: center;
}

.site-footer__brand .custom-logo {
	display: block;
	max-height: 28px;
	width: auto;
}

.site-footer__wordmark {
	color: var(--baystone-white);
	font-family: var(--baystone-font);
	font-size: 0.95rem;
	font-weight: 400;
	letter-spacing: 0.2em;
	text-decoration: none;
	text-transform: uppercase;
}

.site-footer__about-text {
	margin: 0 0 20px;
	max-width: 28em;
	color: var(--baystone-muted);
	font-size: 0.92rem;
	line-height: 1.7;
}

.site-footer__social {
	display: flex;
	gap: 10px;
	margin: 16px 0 0;
	padding: 0;
	list-style: none;
}

.site-footer__social a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 10px;
	background: var(--baystone-white);
	color: var(--baystone-ink);
	text-decoration: none;
	transition: transform 0.15s ease, filter 0.15s ease;
}

.site-footer__social a:hover {
	transform: translateY(-1px);
	filter: brightness(1.06);
}

.site-footer__social a svg {
	display: block;
}

.site-footer__social a.site-footer__social-facebook {
	background: #1877f2;
	color: var(--baystone-white);
}

.site-footer__social a.site-footer__social-instagram {
	background: radial-gradient(circle at 30% 110%, #fdf497, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
	color: var(--baystone-white);
}

.site-footer__social a.site-footer__social-linkedin {
	background: #0a66c2;
	color: var(--baystone-white);
}

.site-footer__heading {
	margin: 0 0 16px;
	font-family: var(--baystone-serif);
	font-size: 1.2rem;
	font-weight: 400;
}

.site-footer__grid .widget {
	margin: 0;
}

.site-footer__grid .widget + .widget {
	margin-top: 16px;
}

.site-footer__grid .widget-title {
	margin: 0 0 16px;
	font-family: var(--baystone-serif);
	font-size: 1.2rem;
	font-weight: 400;
}

.site-footer__grid .widget p,
.site-footer__grid .widget .textwidget {
	margin: 0 0 16px;
	color: var(--baystone-muted);
	font-size: 0.92rem;
	line-height: 1.7;
}

.site-footer__grid .widget img {
	height: auto;
	max-width: 100%;
}

.site-footer__grid .widget ul,
.site-footer__links {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
	color: var(--baystone-muted);
	font-size: 0.92rem;
	line-height: 1.5;
}

.site-footer__grid .widget a,
.site-footer__links a {
	color: inherit;
	text-decoration: none;
}

.site-footer__grid .widget a:hover,
.site-footer__links a:hover {
	color: var(--baystone-accent);
}

.site-footer__bar {
	background: #111;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.site-footer__bar-inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 8px 24px;
	padding: 16px 24px;
	color: var(--baystone-muted);
	font-size: 0.82rem;
}

.site-footer__bar-inner p {
	margin: 0;
}

.site-footer__credit {
	color: var(--baystone-accent);
	font-weight: 600;
	text-decoration: none;
}

.site-footer__credit:hover {
	text-decoration: underline;
}

@media (max-width: 900px) {
	.site-footer__subscribe-row {
		flex-direction: column;
		align-items: stretch;
	}

	.site-footer__subscribe {
		max-width: none;
		flex: 1 1 auto;
	}

	.site-footer__grid {
		grid-template-columns: 1fr 1fr;
	}

	.site-footer__about {
		grid-column: 1 / -1;
		padding-right: 0;
		border-right: 0;
		padding-bottom: 8px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}
}

@media (max-width: 600px) {
	.site-footer__grid {
		grid-template-columns: 1fr;
	}

	.site-footer__bar-inner {
		flex-direction: column;
	}
}

@media (max-width: 782px) {
	.admin-bar .site-header {
		top: calc(var(--baystone-header-top) + 46px);
	}
}

@media (max-width: 1070px) {
	.site-header {
		left: 12px;
		right: 12px;
	}

	.site-header__inner {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 8px 10px 8px 8px;
		backdrop-filter: none;
	}

	.site-header.is-open .site-header__inner {
		background: transparent;
		box-shadow: none;
		backdrop-filter: none;
	}

	.site-header__brand,
	.site-header__toggle {
		position: relative;
		z-index: 1002;
	}

	.site-header__toggle {
		display: flex;
	}

	.site-header.is-open .site-header__toggle-bar:nth-child(2) {
		transform: translateY(8px) rotate(45deg);
	}

	.site-header.is-open .site-header__toggle-bar:nth-child(3) {
		width: 20px;
		opacity: 0;
	}

	.site-header.is-open .site-header__toggle-bar:nth-child(4) {
		transform: translateY(-8px) rotate(-45deg);
	}

	.site-header__drawer {
		display: flex;
		flex-direction: column;
		justify-content: center;
		gap: 40px;
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		width: 100vw;
		height: 100%;
		height: 100dvh;
		z-index: 1001;
		padding: 96px 32px 48px;
		background: var(--baystone-header);
		transform: translateX(calc(-100% - 24px));
		transition: transform 0.4s ease, visibility 0s linear 0.4s;
		pointer-events: none;
		visibility: hidden;
	}

	.site-header.is-open .site-header__drawer {
		transform: translateX(0);
		transition: transform 0.4s ease, visibility 0s linear 0s;
		pointer-events: auto;
		visibility: visible;
	}

	.site-header__nav {
		justify-self: stretch;
	}

	.site-menu {
		flex-direction: column;
		align-items: flex-start;
		gap: 18px;
	}

	.site-menu a {
		font-size: 1.35rem;
	}

	.site-header__tools {
		justify-content: flex-start;
		flex-wrap: wrap;
		gap: 12px;
	}

	.site-header__select {
		padding: 8px 28px 8px 14px;
		background-position: right 12px center;
	}
}

@media (prefers-reduced-motion: reduce) {
	.site-header__drawer,
	.site-header__toggle-bar {
		transition: none;
	}
}

.baystone-empty {
	margin: 0;
	color: var(--baystone-muted);
}

.baystone-rooms--split {
	display: flex;
	flex-direction: column;
	gap: 72px;
}

.baystone-room-row {
	display: flex;
	align-items: center;
	gap: 48px;
}

.baystone-room-row:nth-child(even) {
	flex-direction: row-reverse;
}

.baystone-room-row__copy,
.baystone-room-row__media {
	flex: 1 1 0;
	min-width: 0;
}

.baystone-room-row__media {
	overflow: hidden;
	border-radius: 28px;
	background: var(--baystone-paper);
}

.baystone-room-row__media img {
	display: block;
	width: 100%;
	height: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.baystone-room-image-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	margin: 0;
	background: var(--baystone-paper);
	color: var(--baystone-muted);
	font-family: var(--baystone-serif);
	font-size: 1.15rem;
	letter-spacing: 0.04em;
	text-align: center;
	text-transform: uppercase;
}

.baystone-room-row__media .baystone-room-image-placeholder {
	width: 100%;
	height: 100%;
	aspect-ratio: 4 / 3;
}

.baystone-rooms-slider__media-slide .baystone-room-image-placeholder,
.baystone-room__gallery-slide .baystone-room-image-placeholder {
	width: 100%;
	height: 100%;
	min-height: 420px;
}

.baystone-room-copy__title {
	margin: 0 0 16px;
	color: var(--baystone-accent);
	font-family: var(--baystone-serif);
	font-size: 2rem;
	font-weight: 400;
	line-height: 1.2;
}

.baystone-room-copy__price {
	margin: -8px 0 16px;
	color: var(--baystone-accent);
	font-size: 1.05rem;
	font-weight: 600;
}

.baystone-rooms--split .baystone-room-copy__price {
	margin: -4px 0 18px;
	font-size: 1.35rem;
}

.baystone-room-copy__mini {
	margin: 0 0 22px;
	max-width: 38em;
	color: var(--baystone-muted);
	line-height: 1.7;
}

.baystone-room-copy__specs {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin: 0 0 28px;
	padding: 0;
	list-style: none;
}

.baystone-room-copy__specs li {
	display: flex;
	align-items: center;
	gap: 12px;
}

.baystone-room-copy__icon {
	display: inline-flex;
	color: var(--baystone-accent);
}

.baystone-btn--sm {
	font-size: 0.82rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.baystone-btn--sm .baystone-btn__icon {
	width: 32px;
	height: 32px;
}

.baystone-rooms-slider {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
	align-items: stretch;
}

.baystone-rooms-slider__copy {
	display: flex;
	flex-direction: column;
	padding: 64px 48px 64px 56px;
}

.baystone-rooms-slider__intro {
	margin-bottom: 28px;
	padding-bottom: 28px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.28);
}

.baystone-rooms-slider__heading {
	margin: 0 0 12px;
	color: var(--baystone-accent);
	font-family: var(--baystone-serif);
	font-size: clamp(2rem, 3.4vw, 3.1rem);
	font-weight: 400;
	line-height: 1.15;
}

.baystone-rooms-slider__lede {
	margin: 0;
	max-width: 28em;
	color: var(--baystone-white);
}

.baystone-rooms-slider__copy-track {
	display: grid;
}

.baystone-rooms-slider__copy-slide,
.baystone-rooms-slider__media-slide {
	grid-area: 1 / 1;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.5s ease, visibility 0.5s ease;
}

.baystone-rooms-slider__copy-slide.is-active,
.baystone-rooms-slider__media-slide.is-active {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.baystone-rooms-slider .baystone-room-copy__title {
	color: var(--baystone-accent);
}

.baystone-rooms-slider .baystone-room-copy__mini,
.baystone-rooms-slider .baystone-room-copy__specs {
	color: var(--baystone-white);
}

.baystone-rooms-slider .baystone-room-copy__mini {
	color: rgba(255, 255, 255, 0.88);
}

.baystone-rooms-slider__nav {
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 3;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 68px;
	height: 138px;
	padding: 8px;
	border-radius: 999px;
	background: #e6e6e6;
	transform: translate(-50%, -50%);
}

.baystone-rooms-slider__arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 52px;
	width: 52px;
	height: 52px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: var(--baystone-white);
	color: var(--baystone-accent);
	cursor: pointer;
}

.baystone-rooms-slider.is-static .baystone-rooms-slider__nav {
	display: none;
}

.baystone-rooms-slider__media {
	position: relative;
	align-self: stretch;
	height: 100%;
	min-height: 420px;
	padding: 64px 40px 64px 0;
}

.baystone-rooms-slider__media-slide {
	position: absolute;
	top: 64px;
	right: 40px;
	bottom: 64px;
	left: 0;
	overflow: hidden;
	border-radius: 28px;
}

.baystone-rooms-slider__media-slide img {
	display: block;
	width: 100%;
	height: 100% !important;
	max-height: none;
	object-fit: cover;
	object-position: center;
}

.elementor-widget-baystone_rooms_slider .baystone-rooms-slider__media-slide img,
.elementor .baystone-rooms-slider__media-slide img,
.elementor-widget-baystone_rooms_slider .baystone-rooms-slider__media-slide .baystone-room-image-placeholder,
.elementor .baystone-rooms-slider__media-slide .baystone-room-image-placeholder {
	height: 100% !important;
	max-width: none;
}

.elementor-widget-baystone_experiences,
.elementor-widget-baystone_experiences > .elementor-widget-container {
	width: 100% !important;
}

.baystone-experiences {
	display: block;
	width: 100%;
	margin-inline: auto;
}

.baystone-experiences__grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	gap: 50px;
	width: 100%;
}

.baystone-experiences__grid .baystone-experience {
	flex: 1 1 calc((100% - 150px) / 4);
	width: calc((100% - 150px) / 4);
	max-width: calc((100% - 150px) / 4);
}

.baystone-experiences--slider .baystone-experiences__track {
	display: flex;
	gap: 24px;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
	overscroll-behavior-x: contain;
	scrollbar-width: none;
}

.baystone-experiences--slider .baystone-experiences__track::-webkit-scrollbar {
	display: none;
}

.baystone-experiences--slider .baystone-experience {
	flex: 0 0 calc((100% - 72px) / 4);
	min-width: 0;
	scroll-snap-align: start;
	scroll-snap-stop: always;
}

.baystone-experiences__nav {
	display: none;
}

.baystone-experiences--slider .baystone-experiences__nav {
	display: flex;
	justify-content: center;
	gap: 12px;
	margin-top: 20px;
}

.baystone-experiences--slider.is-static .baystone-experiences__nav {
	display: none;
}

.baystone-experiences__arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 1px solid var(--baystone-accent);
	border-radius: 50%;
	background: transparent;
	color: var(--baystone-accent);
	cursor: pointer;
}

.baystone-experiences__arrow:disabled {
	opacity: 0.35;
	cursor: default;
}

@media (max-width: 1100px) {
	.baystone-experiences__grid {
		justify-content: center;
		gap: 32px;
	}

	.baystone-experiences__grid .baystone-experience {
		flex-basis: calc((100% - 64px) / 3);
		width: calc((100% - 64px) / 3);
		max-width: calc((100% - 64px) / 3);
	}

	.baystone-experiences--slider .baystone-experience {
		flex-basis: calc((100% - 48px) / 3);
	}
}

@media (max-width: 900px) {
	.baystone-experiences__grid {
		gap: 20px;
	}

	.baystone-experiences__grid .baystone-experience {
		flex-basis: calc((100% - 20px) / 2);
		width: calc((100% - 20px) / 2);
		max-width: calc((100% - 20px) / 2);
	}

	.baystone-experiences--slider .baystone-experiences__track {
		gap: 16px;
	}

	.baystone-experiences--slider .baystone-experience {
		flex-basis: calc((100% - 16px) / 2);
	}
}

@media (max-width: 700px) {
	.baystone-experiences__grid {
		gap: 16px;
	}

	.baystone-experiences__grid .baystone-experience {
		flex-basis: 100%;
		width: 100%;
		max-width: 100%;
	}

	.baystone-experiences--slider .baystone-experiences__track {
		gap: 16px;
	}

	.baystone-experiences--slider .baystone-experience {
		flex-basis: 100%;
	}
}

.baystone-experience {
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
	min-height: 420px;
	aspect-ratio: 3 / 4;
	border-radius: 28px;
	background: var(--baystone-bar);
	color: var(--baystone-white);
	isolation: isolate;
}

.baystone-experience.has-description {
	cursor: pointer;
}

.baystone-experience:focus {
	outline: none;
}

.baystone-experience:focus-visible {
	outline: 2px solid var(--baystone-accent);
	outline-offset: 4px;
}

.baystone-experience__media {
	position: absolute;
	inset: 0;
	z-index: 0;
	overflow: hidden;
	background: var(--baystone-bar);
}

.baystone-experience__media::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.18) 42%, transparent 70%);
	opacity: 0;
	transition: opacity 0.45s ease;
}

.baystone-experience__media img {
	position: absolute;
	inset: 0;
	display: block;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	max-height: none !important;
	object-fit: cover;
	object-position: center;
	transition: transform 0.7s ease;
}

.baystone-experience__panel {
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
}

.baystone-experience__bar {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 22px 20px 20px;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.28) 55%, transparent 100%);
}

.baystone-experience__title {
	margin: 0;
	min-width: 0;
	color: var(--baystone-white);
	font-family: var(--baystone-serif);
	font-size: 1.45rem;
	font-weight: 400;
	letter-spacing: 0.01em;
	line-height: 1.2;
	overflow-wrap: anywhere;
}

.baystone-experience__icon {
	display: inline-flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border: 1px solid rgba(255, 255, 255, 0.92);
	border-radius: 50%;
	color: var(--baystone-accent);
	transition: transform 0.35s ease, background 0.35s ease;
}

.baystone-experience__description {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 100%;
	z-index: 1;
	margin: 0;
	padding: 22px 20px 96px;
	box-sizing: border-box;
	color: rgba(255, 255, 255, 0.92);
	font-size: 0.92rem;
	line-height: 1.5;
	opacity: 0;
	pointer-events: none;
	transform: translateY(100%);
	transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.4s ease;
}

.baystone-experience__description p {
	margin: 0 0 0.6em;
}

.baystone-experience__description p:last-child {
	margin-bottom: 0;
}

.baystone-experience.has-description:hover .baystone-experience__description,
.baystone-experience.has-description:focus-within .baystone-experience__description,
.baystone-experience.is-open .baystone-experience__description {
	opacity: 1;
	transform: translateY(0);
}

.baystone-experience.has-description:hover .baystone-experience__media::after,
.baystone-experience.has-description:focus-within .baystone-experience__media::after,
.baystone-experience.is-open .baystone-experience__media::after {
	opacity: 1;
}

.baystone-experience.has-description:hover .baystone-experience__media img,
.baystone-experience.has-description:focus-within .baystone-experience__media img,
.baystone-experience.is-open .baystone-experience__media img {
	transform: scale(1.06);
}

.baystone-experience.has-description:hover .baystone-experience__icon,
.baystone-experience.has-description:focus-within .baystone-experience__icon,
.baystone-experience.is-open .baystone-experience__icon {
	background: rgba(255, 255, 255, 0.08);
	transform: rotate(45deg);
}

.baystone-amenities {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 16px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.baystone-room {
	max-width: 1200px;
	margin: 0 auto;
	padding: 40px 24px 80px;
}

.baystone-room__top {
	display: grid;
	grid-template-columns: minmax(0, 1.7fr) minmax(250px, 0.78fr);
	gap: 24px;
	align-items: stretch;
}

.baystone-room__top:not(:has(.baystone-room__facts)) {
	grid-template-columns: 1fr;
}

.baystone-room__main {
	margin-top: 48px;
}

.baystone-room__gallery {
	position: relative;
	width: auto;
	min-height: 420px;
	margin: 0;
	overflow: hidden;
	border-radius: 20px;
	background: #ececec;
}

.baystone-room__gallery-track,
.baystone-room__gallery-slide.is-active {
	height: 100%;
}

.baystone-room__gallery-slide {
	display: none;
	margin: 0;
	height: 100%;
}

.baystone-room__gallery-slide.is-active {
	display: block;
}

.baystone-room__gallery-slide img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 420px;
	object-fit: cover;
	object-position: center;
}

.baystone-room__gallery-slide .baystone-room-image-placeholder {
	min-height: 420px;
}

.baystone-room__gallery-arrow {
	position: absolute;
	top: 50%;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: var(--baystone-white);
	color: var(--baystone-ink);
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
	transform: translateY(-50%);
	cursor: pointer;
}

.baystone-room__gallery-prev {
	left: 16px;
}

.baystone-room__gallery-next {
	right: 16px;
}

.baystone-room__gallery-dots {
	position: absolute;
	right: 0;
	bottom: 16px;
	left: 0;
	z-index: 2;
	display: flex;
	justify-content: center;
	gap: 8px;
}

.baystone-room__gallery-dots button {
	width: 9px;
	height: 9px;
	padding: 0;
	border: 1.5px solid var(--baystone-accent);
	border-radius: 50%;
	background: transparent;
	cursor: pointer;
}

.baystone-room__gallery-dots button.is-active {
	background: var(--baystone-accent);
}

.baystone-room__gallery.is-static .baystone-room__gallery-arrow,
.baystone-room__gallery.is-static .baystone-room__gallery-dots {
	display: none;
}

.baystone-room__facts {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	border-radius: 20px;
	background: var(--baystone-paper);
	color: var(--baystone-ink);
}

.baystone-room__price {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 22px 22px 20px;
	background: var(--baystone-accent);
	color: var(--baystone-white);
	border-radius: 0;
	font-size: 1.35rem;
	font-weight: 700;
	line-height: 1.2;
}

.baystone-room__price-icon {
	display: inline-flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.22);
	color: var(--baystone-white);
}

.baystone-room__specs {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	flex-wrap: nowrap;
	gap: 0;
	margin: 0;
	padding: 6px 8px 12px;
	border-radius: 0;
	background: transparent;
	list-style: none;
}

.baystone-room__specs li {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 13px 14px;
	border-bottom: 1px solid rgba(44, 42, 38, 0.08);
	font-size: 0.98rem;
}

.baystone-room__specs li:last-child {
	border-bottom: 0;
}

.baystone-room__spec-icon {
	display: inline-flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: var(--baystone-white);
	color: var(--baystone-accent);
}

.baystone-room__details-title,
.baystone-room__amenities h3,
.baystone-room__amenities-end h2 {
	margin: 0 0 16px;
	font-family: var(--baystone-serif);
	font-size: 1.7rem;
	font-weight: 400;
}

.baystone-room__description {
	margin: 0 0 36px;
	color: var(--baystone-muted);
	line-height: 1.75;
}

.baystone-amenity-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px 20px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.baystone-amenity-list li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-size: 0.95rem;
}

.baystone-amenity-list__icon {
	flex: 0 0 auto;
	color: var(--baystone-accent);
	line-height: 0;
}

.baystone-amenity-list--wide {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.baystone-room__amenities-end {
	margin-top: 56px;
	padding-top: 40px;
	border-top: 1px solid var(--baystone-line);
}

.baystone-reserve-card {
	overflow: hidden;
	border-radius: 16px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: #1c1c1c;
	color: #eae6df;
	box-shadow: 0 12px 36px rgba(0, 0, 0, 0.35);
}

.baystone-reserve-card__title {
	margin: 0;
	padding: 16px 22px;
	background: var(--baystone-accent);
	color: var(--baystone-white);
	font-family: var(--baystone-font-main);
	font-size: 1.05rem;
	font-weight: 600;
}

.baystone-reserve-card__body {
	padding: 20px 22px 24px;
}

.baystone-form--sidebar {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
	max-width: none;
}

.baystone-form.baystone-form--sidebar {
	max-width: none;
}

.baystone-form--sidebar > input[type="hidden"] {
	display: none;
}

.baystone-form--sidebar > p {
	margin: 0;
}

.baystone-form--sidebar .baystone-form__full,
.baystone-form--sidebar .baystone-form__actions,
.baystone-form--sidebar .baystone-form__notice {
	grid-column: 1 / -1;
}

.baystone-form--sidebar label {
	display: block;
	margin-bottom: 6px;
	font-size: 0.82rem;
	font-weight: 500;
	letter-spacing: 0;
	text-transform: none;
	color: rgba(234, 230, 223, 0.88);
}

.baystone-form--sidebar input,
.baystone-form--sidebar select,
.baystone-form--sidebar textarea {
	width: 100%;
	padding: 12px 14px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 8px;
	background: #141414;
	color: #eae6df;
	font: inherit;
	color-scheme: dark;
}

.baystone-form--sidebar input[type="date"]::-webkit-calendar-picker-indicator {
	opacity: 1;
	cursor: pointer;
	filter: invert(1);
}

.baystone-form--sidebar input::placeholder,
.baystone-form--sidebar textarea::placeholder {
	color: rgb(63, 63, 63);
}

.baystone-form--sidebar input:focus,
.baystone-form--sidebar select:focus,
.baystone-form--sidebar textarea:focus {
	outline: none;
	border-color: rgba(255, 189, 56, 0.55);
	box-shadow: 0 0 0 2px rgba(255, 189, 56, 0.15);
}

.baystone-form--sidebar textarea {
	min-height: 84px;
	resize: vertical;
}

.baystone-form--sidebar .baystone-form__submit {
	width: 100%;
	margin: 4px 0 0;
	padding: 13px 20px;
	border: 0;
	border-radius: 8px;
	background: var(--baystone-accent);
	color: var(--baystone-white);
	font-size: 0.95rem;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: none;
}

.baystone-form--sidebar .baystone-form__submit:hover {
	filter: brightness(1.05);
}

.baystone-form--sidebar .baystone-form__notice--ok {
	color: #1c1c1c;
}

.baystone-form--sidebar .baystone-form__notice--error {
	color: #f0b4b4;
}

.baystone-room__support {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-top: 18px;
	padding: 16px 18px;
	border-radius: 16px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: #1c1c1c;
	color: #eae6df;
}

.baystone-room__support-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 10px;
	background: var(--baystone-accent);
}

.baystone-room__support-label {
	margin: 0;
	font-weight: 600;
	color: #f4f1ea;
}

.baystone-room__support a {
	color: rgba(234, 230, 223, 0.8);
	text-decoration: none;
}

.baystone-room__support a:hover {
	color: var(--baystone-accent);
}

@media (max-width: 900px) {
	.baystone-room__top {
		grid-template-columns: 1fr;
	}

	.baystone-room__gallery,
	.baystone-room__gallery-slide img,
	.baystone-room__gallery-slide .baystone-room-image-placeholder {
		min-height: 280px;
	}

	.baystone-amenity-list,
	.baystone-amenity-list--wide {
		grid-template-columns: 1fr;
	}

	.baystone-form--sidebar {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 900px) {
	.baystone-rooms--split {
		gap: 40px;
	}

	.baystone-room-row,
	.baystone-room-row:nth-child(even) {
		position: relative;
		display: grid;
		grid-template-columns: minmax(0, 1fr);
		grid-template-rows: minmax(420px, auto);
		align-items: stretch;
		overflow: hidden;
		border-radius: 28px;
	}

	.baystone-room-row__media {
		grid-column: 1;
		grid-row: 1;
		position: relative;
		width: 100%;
		min-height: 420px;
		border-radius: 0;
		background: var(--baystone-paper);
	}

	.baystone-room-row__media img,
	.baystone-room-row__media .baystone-room-image-placeholder {
		display: block;
		width: 100% !important;
		max-width: none;
		height: 100% !important;
		min-height: 420px;
		aspect-ratio: auto;
		object-fit: cover;
	}

	.baystone-room-row__copy,
	.baystone-room-row:nth-child(even) .baystone-room-row__copy {
		grid-column: 1;
		grid-row: 1;
		z-index: 1;
		align-self: stretch;
		justify-self: stretch;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		max-width: none;
		min-width: 0;
		height: 100%;
		margin: 0;
		padding: 36px 40px;
		border: 0;
		border-radius: 0;
		background: rgb(0 0 0 / 32%);
		backdrop-filter: blur(8px);
		-webkit-backdrop-filter: blur(8px);
		box-shadow: none;
		color: var(--baystone-white);
		text-align: center;
	}

	.baystone-room-row__copy .baystone-room-copy {
		width: 100%;
		max-width: 420px;
	}

	.baystone-rooms--split .baystone-room-row__copy .baystone-room-copy__title,
	.baystone-rooms--split .baystone-room-row__copy .baystone-room-copy__price {
		color: var(--baystone-white);
	}

	.baystone-rooms--split .baystone-room-row__copy .baystone-room-copy__mini,
	.baystone-rooms--split .baystone-room-row__copy .baystone-room-copy__specs,
	.baystone-rooms--split .baystone-room-row__copy .baystone-room-copy__specs li {
		color: rgba(255, 255, 255, 0.92);
	}

	.baystone-rooms--split .baystone-room-row__copy .baystone-room-copy__icon {
		color: var(--baystone-accent);
	}

	.baystone-rooms--split .baystone-room-row__copy .baystone-room-copy__specs {
		align-items: center;
	}

	.elementor .baystone-room-row__media img,
	.elementor .baystone-room-row__media .baystone-room-image-placeholder {
		height: 100% !important;
		max-width: none;
	}

	.baystone-rooms--split .baystone-room-copy__title {
		font-size: 1.55rem;
	}

	.baystone-rooms--split .baystone-room-row__copy .baystone-room-copy__mini {
		margin-bottom: 16px;
		margin-left: auto;
		margin-right: auto;
		font-size: 0.9rem;
	}

	.baystone-rooms--split .baystone-room-copy__specs {
		margin-bottom: 20px;
	}

	.baystone-rooms-slider {
		grid-template-columns: 1fr;
	}

	.baystone-rooms-slider__copy {
		order: 2;
		padding: 88px 24px 40px;
	}

	.baystone-rooms-slider__media {
		order: 1;
		height: auto;
		min-height: 328px;
		padding: 24px 24px 0;
	}

	.baystone-rooms-slider__media-slide {
		top: 24px;
		right: 24px;
		bottom: auto;
		left: 24px;
		height: 280px;
		border-radius: 24px;
	}

	.baystone-rooms-slider__nav {
		top: auto;
		bottom: 0;
		left: 50%;
		transform: translate(-50%, 50%);
	}
}

@media (max-width: 600px) {
	.baystone-rooms--split {
		gap: 32px;
	}

	.baystone-room-row,
	.baystone-room-row:nth-child(even) {
		display: grid;
		grid-template-columns: minmax(0, 1fr);
		grid-template-rows: minmax(520px, auto);
		align-items: stretch;
		overflow: hidden;
		border-radius: 28px;
	}

	.baystone-room-row__media {
		grid-column: 1;
		grid-row: 1;
		width: 100%;
		height: 100%;
		min-height: 520px;
		border-radius: 0;
		background: var(--baystone-paper);
	}

	.baystone-room-row__media img,
	.baystone-room-row__media .baystone-room-image-placeholder {
		display: block;
		width: 100% !important;
		max-width: none;
		height: 100% !important;
		min-height: 520px;
		aspect-ratio: auto;
		object-fit: cover;
	}

	.baystone-room-row__copy,
	.baystone-room-row:nth-child(even) .baystone-room-row__copy {
		grid-column: 1;
		grid-row: 1;
		align-self: stretch;
		justify-self: stretch;
		justify-content: center;
		width: 100%;
		max-width: none;
		min-width: 0;
		height: 100%;
		margin: 0;
		padding: 28px 24px;
		border-radius: 0;
		background: rgb(0 0 0 / 32%);
		backdrop-filter: blur(3px);
		-webkit-backdrop-filter: blur(3px);
		color: var(--baystone-white);
		text-align: center;
	}

	.baystone-room-row__copy .baystone-room-copy {
		max-width: none;
	}

	.baystone-rooms--split .baystone-room-copy__title {
		font-size: 1.75rem;
	}

	.baystone-rooms--split .baystone-room-row__copy .baystone-room-copy__mini {
		margin-bottom: 16px;
		margin-left: auto;
		margin-right: auto;
		font-size: 0.9rem;
	}

	.baystone-rooms--split .baystone-room-copy__specs {
		margin-bottom: 20px;
	}
}

@media (hover: none), (max-width: 700px) {
	.baystone-experience.has-description {
		cursor: default;
	}

	.baystone-experience.has-description .baystone-experience__description {
		opacity: 1;
		transform: translateY(0);
	}

	.baystone-experience.has-description .baystone-experience__media::after {
		opacity: 1;
	}

	.baystone-experience.has-description .baystone-experience__media img {
		transform: scale(1.06);
	}

	.baystone-experience.has-description .baystone-experience__icon {
		background: rgba(255, 255, 255, 0.08);
		transform: rotate(45deg);
	}
}

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

	.baystone-experience__media img,
	.baystone-experience__media::after,
	.baystone-experience__icon,
	.baystone-experience__description,
	.baystone-rooms-slider__media img,
	.baystone-rooms-slider__copy-slide,
	.baystone-rooms-slider__media-slide,
	.baystone-reviews-slider__card {
		transition: none;
	}
}

.baystone-review__footer {
	margin: 0;
	color: var(--baystone-muted);
	font-size: 0.9rem;
}

.baystone-reviews-slider {
	--review-size: min(440px, 72vw);
	--review-shift: calc(var(--review-size) * 0.4);
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 48px 0 8px;
}

.baystone-reviews-slider__stage {
	position: relative;
	width: 100%;
	max-width: calc(var(--review-size) + var(--review-shift) * 2);
	height: var(--review-size);
}

.baystone-reviews-slider__card {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: var(--review-size);
	height: var(--review-size);
	margin: 0;
	overflow: visible;
	border: 1px solid transparent;
	border-radius: 50%;
	background: #ececec;
	color: var(--baystone-ink);
	text-align: center;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translate(-50%, -50%) scale(0.62);
	filter: blur(0);
	transition: transform 0.5s ease, opacity 0.5s ease, background 0.5s ease, border-color 0.5s ease, visibility 0.5s ease, filter 0.5s ease;
}

.baystone-reviews-slider__card.is-active {
	z-index: 3;
	background: var(--baystone-white);
	border-color: var(--baystone-accent);
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translate(-50%, -50%) scale(1);
	filter: none;
}

.baystone-reviews-slider__card.is-prev,
.baystone-reviews-slider__card.is-next {
	z-index: 1;
	opacity: 1;
	visibility: visible;
	filter: blur(3px);
}

.baystone-reviews-slider__card.is-prev {
	transform: translate(calc(-50% - var(--review-shift)), -50%) scale(0.68);
}

.baystone-reviews-slider__card.is-next {
	transform: translate(calc(-50% + var(--review-shift)), -50%) scale(0.68);
}

.baystone-reviews-slider__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: 68%;
	height: 72%;
}

.baystone-reviews-slider__quoted {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1 1 auto;
	width: 100%;
	min-height: 0;
	padding: 1.15em 0.45em;
}

.baystone-reviews-slider__quote {
	position: absolute;
	z-index: 0;
	color: var(--baystone-accent);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(5rem, 11vw, 7.5rem);
	font-weight: 400;
	line-height: 0.55;
	pointer-events: none;
}

.baystone-reviews-slider__quote--open {
	top: 0;
	left: 0;
}

.baystone-reviews-slider__quote--close {
	right: 0;
	bottom: 0;
}

.baystone-reviews-slider__message {
	position: relative;
	z-index: 1;
	margin: 0;
	max-height: 100%;
	overflow: auto;
	color: var(--baystone-ink);
	font-size: clamp(0.82rem, 1.5vw, 0.95rem);
	line-height: 1.5;
	white-space: pre-wrap;
}

.baystone-reviews-slider__name {
	position: relative;
	z-index: 1;
	flex: 0 0 auto;
	margin-top: 0.2em;
	font-style: normal;
	font-weight: 500;
	color: var(--baystone-accent);
}

.baystone-reviews-slider__nav {
	position: relative;
	z-index: 4;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 138px;
	height: 68px;
	margin-top: 48px;
	padding: 8px;
	border-radius: 999px;
	background: #e6e6e6;
}

.baystone-reviews-slider__arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 52px;
	width: 52px;
	height: 52px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: var(--baystone-white);
	color: var(--baystone-accent);
	cursor: pointer;
}

.baystone-reviews-slider.is-static .baystone-reviews-slider__nav {
	display: none;
}

@media (max-width: 900px) {
	.baystone-reviews-slider {
		--review-size: min(360px, 92vw);
		padding-top: 24px;
	}

	.baystone-reviews-slider__stage {
		max-width: var(--review-size);
	}

	.baystone-reviews-slider__card,
	.baystone-reviews-slider__card.is-active {
		border-radius: 0;
	}

	.baystone-reviews-slider__card.is-prev,
	.baystone-reviews-slider__card.is-next {
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transform: translate(-50%, -50%) scale(1);
	}

	.baystone-reviews-slider__inner {
		width: 84%;
		height: 86%;
	}

	.baystone-reviews-slider__nav {
		margin-top: 28px;
	}
}

.baystone-reviews {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
	gap: 24px;
}

.baystone-review {
	margin: 0;
	padding: 24px;
	background: var(--baystone-paper);
}

.baystone-review__rating {
	margin: 0 0 12px;
	color: var(--baystone-accent);
	letter-spacing: 0.08em;
}

.baystone-review__message {
	margin: 0 0 16px;
	font-family: var(--baystone-serif);
	font-size: 1.05rem;
}

.baystone-review__footer {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 12px;
}

.baystone-review__footer cite {
	font-style: normal;
	font-weight: 600;
	color: var(--baystone-ink);
}

.baystone-hp {
	position: absolute;
	left: -9999px;
	height: 0;
	overflow: hidden;
}

.baystone-room__reserve {
	margin-top: 56px;
	padding-top: 40px;
	border-top: 1px solid var(--baystone-line);
	scroll-margin-top: calc(var(--baystone-header-offset) + 16px);
}

.baystone-room__jump {
	position: fixed;
	right: 24px;
	bottom: 24px;
	z-index: 900;
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
}

.baystone-room__jump[hidden] {
	display: none;
}

@media (max-width: 700px) {
	.baystone-room__jump {
		right: 16px;
		bottom: 16px;
	}
}

.baystone-form {
	max-width: 720px;
}

.elementor-widget-baystone_availability_form,
.elementor-widget-baystone_availability_form > .elementor-widget-container,
.baystone-form--availability {
	width: 100%;
	max-width: none;
}

.baystone-form__grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
	gap: 16px 20px;
}

.baystone-form__grid p {
	margin: 0;
}

.baystone-form__full {
	grid-column: 1 / -1;
}

.baystone-form label {
	display: block;
	margin-bottom: 6px;
	font-size: 0.72rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.baystone-form input,
.baystone-form select,
.baystone-form textarea {
	width: 100%;
	padding: 10px 12px;
	border: 1px solid var(--baystone-line);
	background: var(--baystone-white);
	color: var(--baystone-ink);
	font: inherit;
}

.baystone-form input:read-only {
	background: var(--baystone-paper);
}

.baystone-form__submit {
	margin-top: 8px;
	padding: 12px 28px;
	border: 0;
	background: var(--baystone-ink);
	color: var(--baystone-white);
	font-size: 0.82rem;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	cursor: pointer;
}

.baystone-form__submit:hover {
	background: var(--baystone-accent);
}

.baystone-form__notice {
	margin: 0 0 20px;
	padding: 12px 16px;
}

.baystone-form__notice--ok {
	background: var(--baystone-paper);
	color: #1c1c1c;
	scroll-margin-top: calc(var(--baystone-header-offset) + 16px);
}

.baystone-form__notice--error {
	padding-left: 32px;
	color: #8a1f1f;
	background: #f8ecec;
	scroll-margin-top: calc(var(--baystone-header-offset) + 16px);
}

.baystone-contact-cta {
	display: flex;
	flex-direction: column;
	align-items: center;
	background: transparent;
	text-align: center;
}

.baystone-contact-cta__circles {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 36px;
}

.baystone-contact-cta__photo,
.baystone-contact-cta__ring {
	flex: 0 0 auto;
	width: min(220px, 42vw);
	height: min(220px, 42vw);
	border-radius: 50%;
}

.baystone-contact-cta__photo {
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
	overflow: hidden;
	margin-right: calc(min(220px, 42vw) * -0.28);
	background: var(--baystone-accent);
	color: var(--baystone-white);
}

.baystone-contact-cta__headset {
	display: block;
	width: 42%;
	height: 42%;
	transform: translateX(-10%);
}

.baystone-contact-cta__ring {
	position: relative;
	z-index: 2;
	box-sizing: border-box;
	overflow: hidden;
	border: 10px solid var(--baystone-bar);
	color: var(--baystone-accent);
	text-decoration: none;
}

.baystone-contact-cta__ring-svg {
	display: block;
	width: 100%;
	height: 100%;
	overflow: visible;
}

.baystone-contact-cta__ring-text {
	fill: var(--baystone-white);
	font-family: var(--baystone-font-main);
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.06em;
}

.baystone-contact-cta__title {
	margin: 0 0 16px;
	max-width: 16em;
	color: var(--baystone-accent);
	font-family: var(--baystone-serif);
	font-size: clamp(2rem, 4.2vw, 3.15rem);
	font-weight: 400;
	line-height: 1.2;
}

.baystone-contact-cta__desc {
	margin: 0 0 28px;
	max-width: 36em;
	color: rgba(255, 255, 255, 0.88);
	font-size: 0.98rem;
	line-height: 1.65;
}


@media (max-width: 900px) {
	.baystone-contact-cta__photo,
	.baystone-contact-cta__ring {
		width: min(160px, 40vw);
		height: min(160px, 40vw);
	}

	.baystone-contact-cta__photo {
		margin-right: calc(min(160px, 40vw) * -0.28);
	}

	.baystone-contact-cta__circles {
		margin-bottom: 28px;
	}

	.baystone-contact-cta__title {
		max-width: 12em;
	}
}

.baystone-faqs {
	display: flex;
	flex-direction: column;
	gap: 14px;
	width: 100%;
}

.baystone-faq {
	overflow: hidden;
	border: 1px solid transparent;
	border-radius: 16px;
	background: #e8e8e8;
	transition: border-color 0.3s ease, background 0.3s ease;
}

.baystone-faq.is-open {
	border-color: var(--baystone-accent);
	background: #f3f3f3;
}

.baystone-faq__trigger {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	width: 100%;
	margin: 0;
	padding: 16px 12px 16px 28px;
	border: 0;
	background: transparent;
	color: var(--baystone-ink);
	font-family: inherit;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.45;
	text-align: left;
	cursor: pointer;
}

.baystone-faq:hover:not(.is-open) {
	background: #dedede;
}

.baystone-faq__trigger:focus-visible {
	outline: 2px solid var(--baystone-accent);
	outline-offset: 3px;
}

.baystone-faq__question {
	flex: 1;
	min-width: 0;
}

.baystone-faq__icon {
	flex-shrink: 0;
	position: relative;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: var(--baystone-accent);
}

.baystone-faq__icon::before,
.baystone-faq__icon::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	background: var(--baystone-white);
	border-radius: 1px;
	transform: translate(-50%, -50%);
}

.baystone-faq__icon::before {
	width: 14px;
	height: 2px;
}

.baystone-faq__icon::after {
	width: 2px;
	height: 14px;
	transition: transform 0.25s ease;
}

.baystone-faq.is-open .baystone-faq__icon::after {
	transform: translate(-50%, -50%) scaleY(0);
}

.baystone-faq__panel {
	display: grid;
	grid-template-rows: 0fr;
	transition: grid-template-rows 0.3s ease;
}

.baystone-faq.is-open .baystone-faq__panel {
	grid-template-rows: 1fr;
}

.baystone-faq__panel-inner {
	overflow: hidden;
}

.baystone-faq__answer {
	margin: 0 20px 18px;
	padding: 16px 20px;
	border-radius: 16px;
	background: #f8f8f8;
	color: var(--baystone-ink);
}

.baystone-faq__answer p {
	margin: 0 0 0.75em;
}

.baystone-faq__answer p:last-child {
	margin-bottom: 0;
}

@media (max-width: 700px) {
	.baystone-faq {
		border-radius: 16px;
	}

	.baystone-faq__trigger {
		gap: 12px;
		padding: 14px 10px 14px 20px;
	}

	.baystone-faq__icon {
		width: 36px;
		height: 36px;
	}

	.baystone-faq__answer {
		margin: 0 12px 14px;
		padding: 12px 14px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.baystone-faq,
	.baystone-faq__icon::after,
	.baystone-faq__panel {
		transition: none;
	}
}

.baystone-blog-preview {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
}

.baystone-blog-preview__grid {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: clamp(16px, 2.5vw, 28px);
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
}

.baystone-blog-preview__card {
	display: flex;
	flex: 1 1 0;
	flex-direction: column;
	min-width: 0;
	max-width: 340px;
	border: 1px solid var(--baystone-accent);
	border-radius: 16px;
	background: var(--baystone-bar);
	overflow: hidden;
}

/* Side cards drop down so the middle one reads as floating up. */
.baystone-blog-preview__card:not(.is-featured) {
	margin-top: 56px;
}

.baystone-blog-preview__link {
	display: flex;
	flex: 1;
	flex-direction: column;
	height: 100%;
	color: inherit;
	text-decoration: none;
}

.baystone-blog-preview__media {
	flex-shrink: 0;
	overflow: hidden;
	aspect-ratio: 4 / 3;
	background: #2a2a2a;
}

.baystone-blog-preview__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.baystone-blog-preview__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 12px;
	padding: 22px 20px 26px;
	text-align: center;
}

.baystone-blog-preview__title {
	display: -webkit-box;
	margin: 0;
	overflow: hidden;
	color: var(--baystone-accent);
	font-family: var(--baystone-serif);
	font-size: clamp(1.05rem, 1.6vw, 1.35rem);
	font-weight: 400;
	line-height: 1.35;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	min-height: calc(1.35em * 2);
}

.baystone-blog-preview__excerpt {
	display: -webkit-box;
	margin: 0;
	overflow: hidden;
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.82rem;
	line-height: 1.55;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	min-height: calc(1.55em * 4);
}

.baystone-blog-preview__footer {
	margin-top: 8px;
}

.baystone-btn {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	padding: 6px 22px 6px 6px;
	border-radius: 999px;
	background: var(--baystone-accent);
	color: var(--baystone-white);
	font-size: 0.95rem;
	font-weight: 500;
	line-height: 1;
	text-decoration: none;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.baystone-btn__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: var(--baystone-white);
	color: var(--baystone-accent);
	transition: transform 0.25s ease;
}

.baystone-btn__hover-arrow {
	display: none;
}

.baystone-btn:hover .baystone-btn__icon,
.baystone-btn:focus-visible .baystone-btn__icon {
	transform: rotate(45deg);
}

.baystone-btn:focus-visible {
	outline: 2px solid var(--baystone-accent);
	outline-offset: 3px;
}

@media (max-width: 900px) {
	.baystone-blog-preview__grid {
		flex-direction: column;
		align-items: stretch;
	}

	.baystone-blog-preview__card {
		flex-basis: auto;
		max-width: none;
		margin-top: 0;
	}
}

/* ── Page hero ── */

.baystone-page-hero {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 400px;
	background-size: cover;
	background-position: center;
	overflow: hidden;
}

.baystone-page-hero__overlay {
	position: absolute;
	inset: 0;
	background: #000;
	pointer-events: none;
}

.baystone-page-hero__title {
	position: relative;
	margin: 0;
	padding: 0 24px;
	color: var(--baystone-accent);
	font-family: var(--baystone-serif);
	font-size: clamp(2rem, 5vw, 40px);
	font-weight: 400;
	letter-spacing: 0.04em;
	text-align: center;
	line-height: 1.2;
	transform: translateY(-36px);
}

.baystone-page-hero h1 {
	margin: 0;
	transform: translateY(-36px);
}

@media (max-width: 700px) {
	.baystone-page-hero {
		min-height: 260px;
		padding-top: var(--baystone-header-offset);
	}

	.baystone-page-hero__title,
	.baystone-page-hero h1 {
		transform: translateY(-20px);
	}
}

.baystone-page-hero__wave {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	line-height: 0;
	pointer-events: none;
}

.baystone-page-hero__wave img {
	display: block;
	width: 100%;
	/* max-width: min(320px, 40vw); */
	height: auto;
}

/* ── Staff ── */

.elementor-widget-baystone_staff,
.elementor-widget-baystone_staff > .elementor-widget-container,
.baystone-staff {
	width: 100%;
}

.baystone-staff__track {
	display: flex;
	gap: 50px;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
	overscroll-behavior-x: contain;
	scrollbar-width: none;
}

.baystone-staff__track::-webkit-scrollbar {
	display: none;
}

.baystone-staff__card {
	position: relative;
	flex: 0 0 calc((100% - 150px) / 4);
	width: calc((100% - 150px) / 4);
	min-width: 0;
	overflow: hidden;
	border-radius: 20px;
	background: var(--baystone-bar);
	isolation: isolate;
	scroll-snap-align: start;
	scroll-snap-stop: always;
}

.baystone-staff__photo {
	position: relative;
	width: 100%;
	overflow: hidden;
	aspect-ratio: 3 / 4;
}

.baystone-staff__img {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.baystone-staff__overlay {
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.28) 45%, transparent 70%);
}

.baystone-staff__copy {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	padding: 22px 18px 20px;
	text-align: center;
}

.baystone-staff__name {
	margin: 0 0 6px;
	color: var(--baystone-white);
	font-family: var(--baystone-serif);
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.2;
}

.baystone-staff__position {
	margin: 0;
	color: var(--baystone-accent);
	font-size: 0.9rem;
}

.baystone-staff__nav {
	display: flex;
	justify-content: center;
	gap: 12px;
	margin-top: 20px;
}

.baystone-staff.is-static .baystone-staff__nav {
	display: none;
}

.baystone-staff__arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 1px solid var(--baystone-accent);
	border-radius: 50%;
	background: transparent;
	color: var(--baystone-accent);
	cursor: pointer;
}

.baystone-staff__arrow:disabled {
	opacity: 0.35;
	cursor: default;
}

@media (max-width: 1100px) {
	.baystone-staff__track {
		gap: 32px;
	}

	.baystone-staff__card {
		flex-basis: calc((100% - 64px) / 3);
		width: calc((100% - 64px) / 3);
	}
}

@media (max-width: 900px) {
	.baystone-staff__track {
		gap: 20px;
	}

	.baystone-staff__card {
		flex-basis: calc((100% - 20px) / 2);
		width: calc((100% - 20px) / 2);
	}
}

@media (max-width: 700px) {
	.baystone-staff__track {
		gap: 16px;
	}

	.baystone-staff__card {
		flex-basis: 100%;
		width: 100%;
	}
}

/* ── Blog grid ── */

.elementor-widget-baystone_blog,
.elementor-widget-baystone_blog > .elementor-widget-container,
.baystone-blog,
.baystone-blog__grid {
	width: 100%;
}

.baystone-blog__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 50px;
}

.baystone-blog__card {
	overflow: hidden;
	border: 1px solid var(--baystone-accent);
	border-radius: 16px;
	background: var(--baystone-bar);
}

.baystone-blog__link {
	display: flex;
	flex-direction: column;
	height: 100%;
	color: inherit;
	text-decoration: none;
}

.baystone-blog__media {
	overflow: hidden;
	aspect-ratio: 4 / 3;
	background: #2a2a2a;
}

.baystone-blog__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.baystone-blog__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 10px;
	padding: 22px 20px 26px;
}

.baystone-blog__date {
	color: rgba(255, 255, 255, 0.55);
	font-size: 0.78rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.baystone-blog__title {
	margin: 0;
	color: var(--baystone-accent);
	font-family: var(--baystone-serif);
	font-size: clamp(1.05rem, 1.6vw, 1.35rem);
	font-weight: 400;
	line-height: 1.35;
}

.baystone-blog__excerpt {
	margin: 0;
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.85rem;
	line-height: 1.55;
}

.baystone-blog__pagination {
	margin-top: 48px;
	text-align: center;
}

.baystone-blog__pagination .page-numbers {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.baystone-blog__pagination .page-numbers li {
	margin: 0;
}

.baystone-blog__pagination a,
.baystone-blog__pagination span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	height: 40px;
	padding: 0 12px;
	border: 1px solid var(--baystone-accent);
	border-radius: 999px;
	color: var(--baystone-accent);
	text-decoration: none;
}

.baystone-blog__pagination .current {
	background: var(--baystone-accent);
	color: var(--baystone-white);
}

@media (max-width: 1100px) {
	.baystone-blog__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 32px;
	}
}

@media (max-width: 700px) {
	.baystone-blog__grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}
}

.baystone-contact-form {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 20px;
	width: 100%;
	margin: 0;
}

.baystone-contact-form > p {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin: 0;
}

.baystone-contact-form label {
	color: var(--baystone-accent);
	font-family: var(--baystone-font-main);
	font-size: 0.95rem;
	font-weight: 500;
	letter-spacing: 0;
	text-transform: none;
}

.baystone-contact-form input[type="text"],
.baystone-contact-form input[type="email"],
.baystone-contact-form input[type="tel"],
.baystone-contact-form input[type="date"],
.baystone-contact-form input[type="time"],
.baystone-contact-form input[type="number"],
.baystone-contact-form select,
.baystone-contact-form textarea {
	width: 100%;
	padding: 14px 16px;
	border: 1px solid transparent;
	border-radius: 8px;
	background: var(--baystone-white);
	color: var(--baystone-ink);
	font-family: inherit;
	font-size: 0.95rem;
	line-height: 1.4;
}

.baystone-contact-form textarea {
	min-height: 148px;
	resize: vertical;
}

.baystone-contact-form input::placeholder,
.baystone-contact-form textarea::placeholder {
	color: #b0b0b0;
}

.baystone-contact-form input:focus,
.baystone-contact-form select:focus,
.baystone-contact-form textarea:focus {
	outline: none;
	border-color: #4c9aff;
	box-shadow: 0 0 0 1px #4c9aff;
}

.baystone-contact-form__submit {
	width: 100%;
	margin: 0;
	padding: 14px 24px;
	border: 0;
	border-radius: 8px;
	background: var(--baystone-accent);
	color: var(--baystone-white);
	font-family: inherit;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.2;
	cursor: pointer;
}

.baystone-contact-form__submit:hover,
.baystone-contact-form__submit:focus-visible {
	filter: brightness(1.06);
}

.baystone-contact-form__submit:focus-visible {
	outline: 2px solid var(--baystone-accent);
	outline-offset: 3px;
}

.baystone-contact-form__notice {
	margin: 0 0 20px;
	padding: 12px 16px;
	border-radius: 8px;
}

.baystone-contact-form__notice--ok {
	color: var(--baystone-white);
	background: rgba(255, 189, 56, 0.18);
}

.baystone-contact-form__notice--error {
	padding-left: 32px;
	color: #f4c7c7;
	background: rgba(138, 31, 31, 0.45);
	scroll-margin-top: calc(var(--baystone-header-offset) + 16px);
}

.elementor-widget-baystone_partners_form,
.elementor-widget-baystone_partners_form > .elementor-widget-container,
.baystone-partners-form {
	width: 100%;
	max-width: none;
}

.baystone-partners-form {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.baystone-partners-form > input[type="hidden"] {
	display: none;
}

.baystone-partners-form > .baystone-hp,
.baystone-partners-form > .baystone-contact-form__notice,
.baystone-partners-form > .baystone-form__full {
	grid-column: 1 / -1;
}

@media (max-width: 700px) {
	.baystone-partners-form {
		grid-template-columns: 1fr;
	}
}

/* ── Map ── */

.elementor-widget-baystone_map,
.elementor-widget-baystone_map > .elementor-widget-container,
.baystone-map {
	width: 100%;
}

.baystone-map {
	line-height: 0;
}

.baystone-map iframe {
	display: block;
	width: 100%;
	height: var(--baystone-map-height, 600px);
	border: 0;
}

/* ── Promo popup + marquee ── */

body.has-baystone-promo-marquee {
	padding-bottom: 2.75rem;
}

body.baystone-promo-open {
	overflow: hidden;
}

.baystone-promo-popup[hidden] {
	display: none !important;
}

.baystone-promo-popup.is-open {
	display: flex;
}

.baystone-promo-popup {
	position: fixed;
	inset: 0;
	z-index: 10050;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1.25rem;
}

.baystone-promo-popup__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(8, 8, 8, 0.55);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	cursor: pointer;
}

.baystone-promo-popup__dialog {
	position: relative;
	z-index: 1;
	width: min(100%, 26rem);
	padding: 2rem 1.75rem 1.75rem;
	background: var(--baystone-paper);
	color: var(--baystone-ink);
	text-align: center;
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
	animation: baystone-promo-in 0.35s ease both;
}

.baystone-promo-popup__close {
	position: absolute;
	top: 0.5rem;
	right: 0.65rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--baystone-ink);
	font-size: 1.5rem;
	line-height: 1;
	cursor: pointer;
}

.baystone-promo-popup__close:hover,
.baystone-promo-popup__close:focus-visible {
	color: var(--baystone-accent);
	outline: none;
}

.baystone-promo-popup__title {
	margin: 0 0 0.65rem;
	font-family: var(--baystone-font-secondary);
	font-size: clamp(1.45rem, 3vw, 1.85rem);
	font-weight: 400;
	line-height: 1.2;
	color: var(--baystone-ink);
}

.baystone-promo-popup__text {
	margin: 0 0 1.35rem;
	font-size: 0.95rem;
	line-height: 1.55;
	color: #5c574f;
}

.baystone-promo-popup__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2.75rem;
	padding: 0.7rem 1.4rem;
	background: var(--baystone-accent);
	color: var(--baystone-ink);
	font-family: var(--baystone-font-main);
	font-size: 0.85rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-decoration: none;
	text-transform: uppercase;
	transition: filter 0.2s ease;
}

.baystone-promo-popup__cta:hover,
.baystone-promo-popup__cta:focus-visible {
	filter: brightness(1.05);
	outline: none;
}

@keyframes baystone-promo-in {
	from {
		opacity: 0;
		transform: translateY(0.75rem) scale(0.98);
	}
	to {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}

.baystone-promo-marquee {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10040;
	height: 2.75rem;
	background: var(--baystone-accent);
	color: var(--baystone-ink);
	overflow: hidden;
}

.baystone-promo-marquee__link {
	display: flex;
	align-items: center;
	height: 100%;
	color: inherit;
	text-decoration: none;
}

.baystone-promo-marquee__link:hover,
.baystone-promo-marquee__link:focus-visible {
	filter: brightness(0.97);
	outline: none;
}

.baystone-promo-marquee__track {
	display: flex;
	width: max-content;
	animation: baystone-promo-marquee 40s linear infinite;
}

.baystone-promo-marquee__group {
	display: flex;
	flex-shrink: 0;
	align-items: center;
}

.baystone-promo-marquee__item {
	display: inline-flex;
	align-items: center;
	padding: 0 2.5rem;
	font-family: var(--baystone-font-main);
	font-size: 0.8rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	white-space: nowrap;
}

.baystone-promo-marquee__item::after {
	content: "•";
	margin-left: 2.5rem;
	opacity: 0.55;
}

@keyframes baystone-promo-marquee {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-50%);
	}
}

@media (prefers-reduced-motion: reduce) {
	.baystone-promo-popup__dialog {
		animation: none;
	}

	.baystone-promo-marquee__track {
		animation: none;
	}
}

