.rr-site {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

.rr-site-main {
	flex: 1;
}

.rr-container {
	width: 100%;
	max-width: var(--rr-max);
	margin-inline: auto;
	padding-inline: var(--rr-gutter);
}

.rr-section {
	padding-block: var(--rr-section-medium);
}

.rr-site-header {
	position: sticky;
	top: 0;
	z-index: 60;
	border-bottom: 1px solid rgba(38, 38, 31, 0.12);
	background: rgba(234, 234, 227, 0.9);
	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
}

.rr-site-header__inner {
	height: 82px;
	display: grid;
	grid-template-columns: var(--rr-header-columns, 1fr auto 1fr);
	align-items: center;
	column-gap: var(--rr-header-gap, 20px);
}

.rr-site-header__left,
.rr-site-header__right {
	display: flex;
	align-items: center;
}

.rr-site-header__left {
	justify-self: start;
	gap: var(--rr-header-left-gap, clamp(18px, 2.6vw, 32px));
}

.rr-site-header__right {
	justify-self: end;
}

.rr-site-header__brand {
	justify-self: var(--rr-header-brand-justify, center);
	display: flex;
	align-items: center;
}

.rr-site-header__brand img {
	width: auto;
	height: 34px;
}

.rr-menu-toggle {
	min-width: 44px;
	min-height: 44px;
	padding: 8px 0;
	display: inline-flex;
	align-items: center;
	gap: 12px;
	border: 0;
	background: transparent;
	color: var(--rr-charcoal);
	font-size: 12px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.rr-menu-toggle__bars {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.rr-menu-toggle__bars span {
	display: block;
	width: 22px;
	height: 1px;
	background: var(--rr-ink);
}

.no-js .rr-menu-toggle {
	display: none;
}

.rr-menu-overlay {
	position: fixed;
	inset: 0;
	z-index: 80;
	overflow-y: auto;
	padding: 28px clamp(20px, 6vw, 52px);
	background: var(--rr-mist);
}

.rr-menu-overlay__top {
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.rr-menu-overlay__logo {
	width: auto;
	height: 30px;
}

.rr-menu-overlay__close {
	min-width: 44px;
	min-height: 44px;
	border: 0;
	background: transparent;
	color: var(--rr-ink);
	font-size: 13px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.rr-menu-overlay__nav {
	margin-top: 48px;
}

.rr-menu-overlay__nav ul,
.rr-no-js-nav ul,
.rr-footer-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.rr-menu-overlay__nav li {
	border-bottom: 1px solid var(--rr-rule-soft);
}

.rr-menu-overlay__nav a {
	display: block;
	padding: 10px 0;
	font-family: var(--rr-serif);
	font-size: 40px;
	font-weight: 300;
	line-height: 1.2;
	text-decoration: none;
}

.rr-menu-overlay .rr-menu-overlay__booking {
	margin-top: 32px;
	padding: clamp(12px, 1.3vw, 16px) clamp(24px, 2.7vw, 34px);
}

.rr-site-header .rr-button {
	min-height: 44px;
	padding: clamp(10px, 1.15vw, 14px) clamp(16px, 2.2vw, 28px);
	font-size: 11px;
	white-space: nowrap;
}

.rr-no-js-nav {
	border-bottom: 1px solid var(--rr-rule);
}

.rr-no-js-nav ul {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 22px;
	padding-block: 12px;
}

.rr-no-js-nav a {
	font-size: 12px;
	letter-spacing: 0.12em;
	text-decoration: none;
	text-transform: uppercase;
}

.rr-site-footer {
	background: var(--rr-ink);
	color: var(--rr-mist);
}

.rr-site-footer .rr-button {
	padding: clamp(12px, 1.15vw, 14px) clamp(22px, 2.2vw, 28px);
}

.rr-site-footer__inner {
	padding-top: clamp(48px, 6vw, 88px);
	padding-bottom: clamp(28px, 3vw, 44px);
}

.rr-site-footer__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 40px;
	padding-bottom: clamp(40px, 5vw, 64px);
}

.rr-site-footer__logo {
	width: auto;
	height: 34px;
}

.rr-site-footer__tagline {
	max-width: 260px;
	margin: 24px 0 0;
	color: var(--rr-sand);
	font-size: 14px;
	line-height: 1.7;
}

.rr-site-footer__socials {
	display: flex;
	gap: 4px;
	margin-top: 18px;
}

.rr-site-footer__socials a {
	width: 44px;
	height: 44px;
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	border: 0;
	color: var(--rr-mist);
	text-decoration: none;
	transition: color 0.25s var(--rr-ease);
}

.rr-site-footer__socials a:hover,
.rr-site-footer__socials a:focus-visible {
	color: var(--rr-sand);
}

.rr-site-footer__heading {
	margin: 0 0 18px;
	color: var(--rr-stone);
	font-family: var(--rr-sans);
	font-size: 11px;
	font-weight: 300;
	letter-spacing: 0.24em;
	line-height: 1.4;
	text-transform: uppercase;
}

.rr-footer-nav li + li {
	margin-top: 12px;
}

.rr-footer-nav a,
.rr-site-footer__contact a {
	color: var(--rr-mist);
	font-size: 14px;
	text-decoration: none;
}

.rr-site-footer__contact {
	display: grid;
	gap: 12px;
	color: var(--rr-mist);
	font-size: 14px;
	line-height: 1.6;
}

.rr-site-footer__contact a[href^="tel:"] {
	font-variant-numeric: lining-nums tabular-nums;
}

.rr-site-footer__bottom {
	margin-top: clamp(30px, 4vw, 44px);
	padding-top: 24px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 16px;
	border-top: 1px solid var(--rr-rule-dark);
	color: var(--rr-stone);
	font-size: 11px;
	letter-spacing: 0.1em;
}

.rr-site-footer__bottom a {
	color: inherit;
	text-decoration: none;
}

.rr-site-footer__credit a {
	color: var(--rr-mist);
}

@supports not ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))) {
	.rr-site-header {
		background: var(--rr-mist);
	}
}
