/* Motion and responsive parity with the original Next.js public experience. */
html {
	scroll-behavior: smooth;
}

body {
	overflow-x: hidden;
}

.booking-section {
	max-width: 1280px !important;
	padding-top: 96px !important;
	padding-bottom: 96px !important;
}

.site-header {
	transform: translateZ(0);
}

.header-inner {
	min-height: 88px;
	max-width: 1280px;
}

.brand {
	flex: 0 0 auto;
	min-width: 0;
}

.brand > span {
	white-space: nowrap;
}

.primary-nav > ul {
	align-items: center;
}

.menu-toggle {
	position: relative;
	z-index: 2;
	cursor: pointer;
}

.menu-toggle i {
	transform-origin: center;
	transition: transform .25s ease, opacity .2s ease;
}

.social-links a {
	width: 40px !important;
	height: 40px !important;
	border-radius: 0 !important;
	transition: background .2s, color .2s, border-color .2s;
}

.social-links a:hover {
	border-color: #c8a877;
	background: #c8a877;
	color: #241f1a;
}

.newsletter-notice {
	margin: 9px 0 0;
	color: #c8a877;
	font-size: 12px;
}

.newsletter-notice.error {
	color: #efb4aa;
}

.menu-open .menu-toggle i:nth-child(1) {
	transform: translateY(6px) rotate(45deg);
}

.menu-open .menu-toggle i:nth-child(2) {
	opacity: 0;
}

.menu-open .menu-toggle i:nth-child(3) {
	transform: translateY(-6px) rotate(-45deg);
}

.summerset-splash {
	position: fixed;
	z-index: 1000;
	inset: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: #241f1a;
	color: #f6f0e7;
	opacity: 1;
	visibility: visible;
	transition: opacity .7s cubic-bezier(.16, 1, .3, 1), visibility .7s;
}

.summerset-splash.hide {
	opacity: 0;
	visibility: hidden;
}

.summerset-splash img {
	width: 150px;
	height: 150px;
	object-fit: contain;
	filter: brightness(0) invert(1);
}

.summerset-splash p {
	margin: 24px 0 0;
	font: 500 24px/1 "Cormorant Garamond", Georgia, serif;
	letter-spacing: .24em;
}

.summerset-splash small {
	margin-top: 7px;
	color: #c8a877;
	font: 400 10px/1 Inter, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: .45em;
}

.summerset-splash i {
	display: block;
	width: 160px;
	height: 1px;
	margin-top: 32px;
	overflow: hidden;
	background: rgb(246 240 231 / 15%);
}

.summerset-splash i b {
	display: block;
	width: 100%;
	height: 100%;
	background: #c8a877;
	transform-origin: left;
}

.summerset-page {
	opacity: 0;
	transform: translateY(10px);
}

.summerset-page.page-entered {
	opacity: 1;
	transform: none;
	transition: opacity .5s ease, transform .5s cubic-bezier(.16, 1, .3, 1);
}

.summerset-page.page-leaving {
	opacity: 0;
	transform: translateY(-8px);
	transition: opacity .32s ease, transform .32s ease;
}

.summerset-reveal {
	opacity: 0;
	transform: translateY(32px);
	transition: opacity .75s ease, transform .75s cubic-bezier(.16, 1, .3, 1);
}

.summerset-reveal.revealed {
	opacity: 1;
	transform: none;
}

.summerset-reveal[data-reveal-delay="1"] { transition-delay: .1s; }
.summerset-reveal[data-reveal-delay="2"] { transition-delay: .2s; }
.summerset-reveal[data-reveal-delay="3"] { transition-delay: .3s; }
.summerset-reveal[data-reveal-delay="4"] { transition-delay: .4s; }

[data-slide-copy] > div {
	display: none;
}

[data-slide-copy] > div.active {
	display: block;
	animation: summerset-copy-in .6s cubic-bezier(.16, 1, .3, 1);
}

.testimonial-list blockquote {
	display: none;
}

.testimonial-list blockquote.active {
	display: block;
	animation: summerset-copy-in .55s cubic-bezier(.16, 1, .3, 1);
}

.testimonial-quote {
	display: block;
	height: 60px;
	color: #c8a877;
	font: 400 76px/1 "Cormorant Garamond", Georgia, serif;
}

.stars {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	letter-spacing: 0 !important;
}

.slider-prev,
.slider-next {
	display: grid;
	place-items: center;
}

.instagram-tile {
	position: relative;
	display: block;
	aspect-ratio: 1;
	overflow: hidden;
	box-shadow: inset 0 0 0 1px rgb(176 141 87 / 15%);
}

.instagram-tile img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .7s cubic-bezier(.16, 1, .3, 1);
}

.instagram-tile:hover img {
	transform: scale(1.1);
}

.instagram-tile > span {
	position: absolute;
	inset: 0;
	display: grid;
	place-items: center;
	background: transparent;
	color: #f6f0e7;
	opacity: 0;
	transition: background .3s, opacity .3s;
}

.instagram-tile:hover > span {
	background: rgb(36 31 26 / 40%);
	opacity: 1;
}

.testimonial-list footer span {
	color: rgb(246 240 231 / 50%);
}

.testimonial-dots {
	display: flex;
	justify-content: center;
	gap: 12px;
	margin-top: 29px;
}

.testimonial-dots button {
	width: 8px;
	height: 8px;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: rgb(246 240 231 / 40%);
	cursor: pointer;
	transition: width .25s, background .25s;
}

.testimonial-dots button.active {
	width: 28px;
	background: #c8a877;
}

.stat-number {
	font-variant-numeric: tabular-nums;
}

.whatsapp-float {
	display: grid !important;
	width: 56px !important;
	height: 56px !important;
	padding: 0 !important;
	place-items: center;
	background: #22c55e !important;
	color: #fff !important;
}

.whatsapp-float:hover {
	background: #16a34a !important;
}

.whatsapp-float svg {
	width: 24px;
	height: 24px;
}

.room-reserve-card {
	position: sticky;
	top: 112px;
	margin-top: 0 !important;
	padding: 32px !important;
	border: 0 !important;
	background: #241f1a !important;
	color: #f6f0e7;
}

.room-reserve-card .reserve-price {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 12px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgb(246 240 231 / 15%);
}

.room-reserve-card .reserve-price > span {
	color: #c8a877;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: .25em;
}

.room-reserve-card .reserve-price b {
	color: #f6f0e7 !important;
	font: 500 26px/1 "Cormorant Garamond", Georgia, serif;
	white-space: nowrap;
}

.room-reserve-card .reserve-price small {
	color: rgb(246 240 231 / 50%);
	font: 400 14px/1 Inter, Arial, sans-serif;
}

.room-reserve-card form {
	margin-top: 24px;
}

.room-reserve-card label {
	display: block;
	margin: 20px 0;
	color: rgb(246 240 231 / 60%);
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: .2em;
}

.room-reserve-card input,
.room-reserve-card select {
	display: block;
	width: 100%;
	margin-top: 8px;
	padding: 0 0 8px;
	border: 0;
	border-bottom: 1px solid rgb(246 240 231 / 25%);
	border-radius: 0;
	background: transparent;
	color: #f6f0e7;
	font: 400 14px/1.4 Inter, Arial, sans-serif;
	outline: none;
}

.room-reserve-card input:focus,
.room-reserve-card select:focus {
	border-color: #c8a877;
}

.room-reserve-card select option {
	color: #241f1a;
}

.room-reserve-card .button {
	width: 100%;
	margin-top: 8px;
	text-align: center;
}

.room-reserve-card .direct-discount {
	margin: 20px 0 0;
	color: #c8a877;
	text-align: center;
	font-size: 12px;
}

.room-reserve-card .side-note {
	margin: 8px 0 0;
	color: rgb(246 240 231 / 50%);
	text-align: center;
	font-size: 12px;
}

.room-introduction h1 {
	margin: 16px 0 0;
}

.room-detail-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 32px;
	margin-top: 20px;
	color: rgb(36 31 26 / 55%);
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: .16em;
}

.room-detail-meta b {
	color: #8c6e40;
	font-weight: 500;
}

.room-description p {
	margin: 0 0 18px;
}

.room-features {
	margin-top: 56px;
}

.room-features h2 {
	margin-top: 12px;
	font-size: 36px;
}

.room-features ul {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px 40px;
	margin: 30px 0 0;
	padding: 0;
	list-style: none;
}

.room-features li {
	display: flex;
	gap: 12px;
	color: rgb(36 31 26 / 75%);
	font-size: 14px;
	line-height: 1.65;
}

.room-features li > span {
	flex: 0 0 auto;
	color: #b08d57;
	font-weight: 700;
}

.room-features li b {
	color: #241f1a;
	font-weight: 500;
}

.stay-times {
	display: flex;
	flex-wrap: wrap;
	gap: 32px 64px;
	margin-top: 56px;
	padding-top: 40px;
	border-top: 1px solid rgb(176 141 87 / 20%);
}

.stay-times p {
	margin: 0;
	color: rgb(36 31 26 / 50%);
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: .25em;
}

.stay-times b {
	display: block;
	margin-top: 8px;
	font: 500 27px/1.2 "Cormorant Garamond", Georgia, serif;
}

.more-rooms {
	max-width: none !important;
	background: #f4e8db;
}

.more-room-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 32px;
	max-width: 1240px;
	margin: 52px auto 0;
}

.more-room-card {
	display: block;
	text-align: center;
}

.more-room-card .arch-top {
	height: 320px;
	overflow: hidden;
	border-radius: 999px 999px 0 0 / 44% 44% 0 0;
}

.more-room-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .7s cubic-bezier(.16, 1, .3, 1);
}

.more-room-card:hover img {
	transform: scale(1.05);
}

.more-room-card h3 {
	margin: 24px 0 0;
	font-size: 29px;
	transition: color .2s;
}

.more-room-card:hover h3 {
	color: #8c6e40;
}

.more-room-card p {
	margin: 8px 0 0;
	color: rgb(36 31 26 / 55%);
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: .18em;
}

.more-room-card > b {
	display: block;
	margin-top: 4px;
	color: #8c6e40;
	font: 500 20px/1.2 "Cormorant Garamond", Georgia, serif;
}

.booking-success {
	max-width: 600px;
	margin: 0 auto;
	padding: 52px;
	border: 1px solid rgb(176 141 87 / 25%);
	background: #f4e8db;
	text-align: center;
}

.booking-success > span {
	display: grid;
	width: 64px;
	height: 64px;
	margin: 0 auto 24px;
	place-items: center;
	border-radius: 50%;
	background: rgb(176 141 87 / 15%);
	color: #8c6e40;
	font-size: 28px;
}

.booking-success h2 {
	margin-top: 12px;
	font-size: 44px;
}

.booking-success > p:not(.eyebrow) {
	color: rgb(36 31 26 / 70%);
	font-size: 14px;
	line-height: 1.75;
}

.booking-success > div {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
	margin-top: 32px;
}

.contact-form {
	border-radius: 8px;
}

.contact-form input,
.contact-form textarea {
	border-radius: 6px;
}

.contact-actions {
	display: flex;
	justify-content: flex-end;
	margin-top: 32px;
	padding-top: 24px;
	border-top: 1px solid rgb(36 31 26 / 10%);
}

.contact-actions .button {
	border-radius: 999px;
}

.contact-success {
	padding: 40px;
	border: 1px solid rgb(176 141 87 / 20%);
	border-radius: 8px;
	background: #f4e8db;
	text-align: center;
}

.contact-success > span {
	display: grid;
	width: 56px;
	height: 56px;
	margin: 0 auto;
	place-items: center;
	border-radius: 50%;
	background: rgb(176 141 87 / 15%);
	color: #b08d57;
	font-size: 25px;
}

.contact-success h2 {
	margin-top: 24px;
	font-size: 34px;
}

.contact-success p {
	color: rgb(36 31 26 / 70%);
	font-size: 14px;
}

.image-label-wrap {
	position: relative;
}

.image-label-wrap > img {
	width: 100%;
	height: 420px;
	object-fit: cover;
}

.image-label-wrap > span {
	position: absolute;
	bottom: 16px;
	left: 16px;
	padding: 6px 16px;
	background: rgb(36 31 26 / 80%);
	color: #f6f0e7;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: .15em;
}

.feature-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
	margin: 32px 0 0;
}

.feature-list > div {
	padding-left: 16px;
	border-left: 2px solid rgb(176 141 87 / 40%);
}

.feature-list dt {
	font: 500 18px/1.2 "Cormorant Garamond", Georgia, serif;
}

.feature-list dd {
	margin: 5px 0 0;
	color: rgb(36 31 26 / 60%);
	font-size: 13px;
}

.button-row {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-top: 36px;
}

.button.outline-gold {
	border-color: #b08d57;
	color: #241f1a;
}

.button.outline-gold:hover {
	background: rgb(176 141 87 / 10%);
}

.hours-cta {
	margin-top: 48px;
}

.alt-surface {
	position: relative;
}

.location-logo {
	width: 64px;
	height: 64px;
	margin: 0 auto 24px;
	object-fit: contain;
	filter: brightness(0) invert(1);
}

.why-section {
	margin-bottom: 0 !important;
}

.why-section > img {
	height: 500px;
}

.about-closing {
	max-width: none !important;
	background: #241f1a;
	color: #f6f0e7;
}

.about-closing > p:not(.eyebrow) {
	max-width: 600px;
	margin: 24px auto 0;
	color: rgb(246 240 231 / 70%);
}

.centered-buttons {
	justify-content: center;
}

@keyframes summerset-copy-in {
	from { opacity: 0; transform: translateY(16px); }
	to { opacity: 1; transform: none; }
}

@keyframes summerset-logo-in {
	from { opacity: 0; transform: scale(.85); }
	to { opacity: 1; transform: none; }
}

@keyframes summerset-up-in {
	from { opacity: 0; transform: translateY(10px); }
	to { opacity: 1; transform: none; }
}

@keyframes summerset-line-in {
	from { transform: scaleX(0); }
	to { transform: scaleX(1); }
}

@media (prefers-reduced-motion: no-preference) {
	.summerset-splash img { animation: summerset-logo-in .9s cubic-bezier(.16, 1, .3, 1) both; }
	.summerset-splash p { animation: summerset-up-in .7s .35s both; }
	.summerset-splash small { animation: summerset-copy-in .7s .5s both; }
	.summerset-splash i b { animation: summerset-line-in 1.5s ease-in-out both; }
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	.summerset-splash { display: none !important; }
	.summerset-page,
	.summerset-reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
}

@media (max-width: 1100px) {
	.header-inner {
		padding-right: 24px !important;
		padding-left: 24px !important;
	}

	.primary-nav {
		gap: 20px !important;
	}

	.primary-nav > ul {
		gap: 20px !important;
	}
}

@media (max-width: 1024px) {
	.more-room-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.room-reserve-card {
		position: static;
	}

	.menu-toggle {
		display: block !important;
	}

	.primary-nav {
		position: absolute !important;
		top: 100% !important;
		right: 0;
		left: 0;
		display: block !important;
		max-height: 0;
		padding: 0 24px !important;
		overflow: hidden;
		border-top: 1px solid transparent;
		background: rgb(246 240 231 / 98%);
		color: #241f1a;
		opacity: 0;
		visibility: hidden;
		transition: max-height .35s ease, padding .35s ease, opacity .25s ease, visibility .25s;
	}

	.primary-nav.open {
		max-height: calc(100svh - 88px);
		padding-top: 20px !important;
		padding-bottom: 24px !important;
		overflow-y: auto;
		border-color: rgb(176 141 87 / 25%);
		opacity: 1;
		visibility: visible;
	}

	.primary-nav > ul {
		display: flex !important;
		flex-direction: column;
		align-items: stretch;
		gap: 0 !important;
	}

	.primary-nav li a {
		display: block;
		padding: 10px 0;
		color: rgb(36 31 26 / 80%);
	}

	.primary-nav .header-book {
		display: block;
		margin-top: 12px;
		border-color: #b08d57 !important;
		background: #b08d57 !important;
		color: #f6f0e7 !important;
		text-align: center;
	}
}

@media (max-width: 560px) {
	.booking-section {
		padding-top: 64px !important;
		padding-bottom: 64px !important;
	}

	.header-inner {
		min-height: 78px;
		padding: 14px 18px !important;
	}

	.brand {
		gap: 9px !important;
	}

	.brand b {
		font-size: 19px !important;
	}

	.brand small {
		font-size: 7px !important;
		letter-spacing: .34em !important;
	}

	.site-logo-image,
	.custom-logo {
		width: 42px !important;
		height: 42px !important;
	}

	.summerset-splash img {
		width: 120px;
		height: 120px;
	}

	.summerset-splash p {
		font-size: 20px;
	}

	.image-label-wrap > img {
		height: 300px;
	}

	.feature-list {
		grid-template-columns: 1fr;
	}

	.room-features ul,
	.more-room-grid {
		grid-template-columns: 1fr;
	}

	.more-room-card .arch-top {
		height: 300px;
	}

	.booking-success {
		padding: 38px 22px;
	}
}

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

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

/* Device-width parity with the responsive breakpoints used by the Next.js site. */
html,
body {
	width: 100%;
	max-width: 100%;
}

body {
	overflow-x: clip;
}

main,
section,
article,
aside,
header,
footer,
nav {
	min-width: 0;
}

iframe,
video,
svg {
	max-width: 100%;
}

input,
select,
textarea,
button {
	max-width: 100%;
}

.brand,
.primary-nav,
.section-heading > *,
.room-card,
.room-card-copy,
.split > *,
.dark-split > *,
.contact-section > *,
.room-layout > *,
.footer-grid > * {
	min-width: 0;
}

.editable-content,
.contact-details,
.footer-grid,
.room-description,
.room-card-copy {
	overflow-wrap: anywhere;
}

@media (max-width: 1024px) {
	.section {
		padding: 88px 32px;
	}

	.rooms-section,
	.values-section {
		padding-right: 32px;
		padding-left: 32px;
	}

	.availability form {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 24px 32px;
		padding: 30px 32px;
	}

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

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

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

	.split,
	.dark-split,
	.room-layout,
	.contact-section {
		grid-template-columns: minmax(0, 1fr);
	}

	.split {
		gap: 48px;
		margin-bottom: 88px;
	}

	.split.reverse > img {
		order: 0;
	}

	.split > img,
	.image-label-wrap > img,
	.why-section > img {
		height: clamp(360px, 52vw, 520px);
	}

	.dark-split {
		gap: 0;
	}

	.dark-split img {
		height: clamp(360px, 52vw, 500px);
	}

	.dark-split > div {
		width: 100%;
		max-width: none;
		padding: 64px 32px;
	}

	.room-layout,
	.contact-section {
		gap: 48px;
	}

	.room-reserve-card {
		width: 100%;
	}

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

	.location-band {
		padding: 96px 32px;
	}

	.page-hero-copy {
		width: min(100%, 780px);
	}

	.testimonial-wrap {
		padding-right: 32px;
		padding-left: 32px;
	}

	.footer-grid {
		padding-right: 32px;
		padding-left: 32px;
	}
}

@media (max-width: 767px) {
	.section {
		padding: 80px 24px;
	}

	.rooms-section,
	.values-section {
		padding-right: 24px;
		padding-left: 24px;
	}

	.page-hero {
		height: 62svh;
		min-height: 520px;
	}

	.page-hero-copy {
		padding-right: 24px;
		padding-left: 24px;
	}

	.room-detail-hero {
		height: 62svh;
		min-height: 480px;
	}

	.gallery-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 16px;
	}

	.instagram-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 16px;
	}

	.room-grid,
	.more-room-grid {
		gap: 24px;
	}

	.room-image {
		height: clamp(245px, 39vw, 300px);
	}

	.testimonial-wrap blockquote p {
		font-size: clamp(30px, 5vw, 36px);
	}

	.instagram-title {
		font-size: clamp(28px, 5.5vw, 39px);
		overflow-wrap: anywhere;
	}

	.location-band {
		padding: 84px 24px;
	}

	.footer-grid {
		gap: 28px 20px;
		padding-right: 24px;
		padding-left: 24px;
	}
}

@media (max-width: 639px) {
	.booking-section {
		padding-top: 64px !important;
		padding-bottom: 64px !important;
	}

	.header-inner {
		min-height: 78px;
		padding: 14px 18px !important;
	}

	.primary-nav {
		padding-right: 18px !important;
		padding-left: 18px !important;
	}

	.primary-nav.open {
		max-height: calc(100svh - 78px);
	}

	.brand {
		gap: 9px !important;
	}

	.brand b {
		font-size: 19px !important;
	}

	.brand small {
		font-size: 7px !important;
		letter-spacing: .34em !important;
	}

	.site-logo-image,
	.custom-logo {
		width: 42px !important;
		height: 42px !important;
	}

	.home-hero {
		height: 100svh;
		min-height: 640px;
	}

	.home-hero-frame {
		width: calc(100% - 36px);
		max-width: 560px;
		padding: 62px 22px 36px;
		transform: translate(-50%, -43%);
	}

	.home-hero h1,
	.page-hero h1 {
		font-size: clamp(43px, 12vw, 54px);
	}

	.home-hero-frame [data-slide-copy] > p:last-child {
		font-size: 14px;
	}

	.hero-actions {
		flex-direction: column;
		align-items: stretch;
	}

	.hero-actions .button {
		width: 100%;
	}

	.slider-prev,
	.slider-next {
		display: none;
	}

	.availability form {
		grid-template-columns: minmax(0, 1fr);
		gap: 18px;
		padding: 28px 22px;
	}

	.section {
		padding: 76px 22px;
	}

	.rooms-section,
	.values-section {
		padding-right: 22px;
		padding-left: 22px;
	}

	.section-heading {
		flex-direction: column;
		align-items: flex-start;
		gap: 16px;
	}

	.room-grid,
	.values-grid,
	.hours-grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.gallery-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 16px;
	}

	.instagram-grid {
		gap: 12px;
	}

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

	.facility-grid a {
		min-height: 150px;
		padding: 20px 12px;
	}

	.stats {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 28px 16px;
		padding: 48px 20px;
	}

	.split {
		gap: 36px;
		margin-bottom: 68px;
	}

	.split > img,
	.image-label-wrap > img,
	.why-section > img,
	.dark-split img {
		height: clamp(280px, 76vw, 380px);
	}

	.dark-split > div {
		padding: 56px 22px;
	}

	.room-layout,
	.contact-section {
		gap: 40px;
	}

	.room-features ul,
	.feature-list {
		grid-template-columns: minmax(0, 1fr);
	}

	.amenities ul {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 16px 12px;
	}

	.room-gallery {
		grid-template-columns: minmax(0, 1fr);
	}

	.more-room-grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.more-room-card .arch-top {
		height: clamp(300px, 88vw, 440px);
	}

	.photo-collage {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.location-band {
		padding: 76px 22px;
	}

	.distance-grid {
		grid-template-columns: minmax(0, 1fr);
		gap: 28px;
	}

	.button-row {
		align-items: stretch;
	}

	.button-row .button {
		flex: 1 1 210px;
		text-align: center;
	}

	.contact-form,
	.booking-form {
		padding: 24px 20px;
	}

	.contact-actions .button {
		width: 100%;
		text-align: center;
	}

	.testimonial-wrap {
		padding: 88px 22px;
	}

	.footer-grid {
		grid-template-columns: minmax(0, 1fr);
		padding: 48px 22px;
	}

	.footer-contact {
		align-items: flex-start;
		text-align: left;
	}

	.standard-page {
		padding-top: 130px;
	}
}

@media (max-width: 420px) {
	.brand b {
		font-size: 17px !important;
		letter-spacing: .13em !important;
	}

	.brand small {
		letter-spacing: .25em !important;
	}

	.home-hero-frame {
		width: calc(100% - 28px);
		padding-right: 16px;
		padding-left: 16px;
	}

	.home-hero h1 {
		font-size: clamp(39px, 11.5vw, 46px);
	}

	.home-hero-frame .eyebrow {
		letter-spacing: .27em;
	}

	.page-hero h1 {
		font-size: clamp(39px, 11.5vw, 47px);
	}

	.page-hero-copy .hero-subtitle {
		font-size: 14px;
	}

	.section,
	.booking-section {
		padding-right: 18px !important;
		padding-left: 18px !important;
	}

	.rooms-section,
	.values-section {
		padding-right: 18px;
		padding-left: 18px;
	}

	.room-card-copy {
		padding: 22px 18px;
	}

	.room-bottom {
		gap: 12px;
	}

	.room-bottom > span {
		font-size: 20px;
	}

	.gallery-grid {
		gap: 16px;
	}

	.footer-brand p {
		font-size: 27px;
		letter-spacing: .16em;
	}

	.newsletter-form > div {
		flex-direction: column;
		gap: 10px;
	}

	.newsletter-form button {
		width: 100%;
		min-height: 44px;
	}

	.whatsapp-float {
		right: 14px !important;
		bottom: 14px !important;
		width: 50px !important;
		height: 50px !important;
	}
}

@media (max-width: 360px) {
	.brand small {
		display: none;
	}

	.home-hero-frame {
		padding-top: 52px;
	}

	.home-hero h1 {
		font-size: 38px;
	}

	.amenities ul {
		grid-template-columns: minmax(0, 1fr);
	}

	.stats b {
		font-size: 38px;
	}
}

@media (max-width: 782px) {
	body.admin-bar .primary-nav.open {
		max-height: calc(100svh - 124px);
	}
}
