:root {
	--navy-950: #071a33;
	--navy-900: #0a2547;
	--blue-800: #124f82;
	--blue-100: #dbeafe;
	--blue-200: #bfdbfe;
	--sky-300: #8ec5ff;
	--paper: #f7fbff;
	--ink: #102033;
	--muted: #5d7088;
	--line: #d8e5f2;
	--shadow: 0 22px 60px rgba(7, 26, 51, 0.16);
}

* { box-sizing: border-box; }

body {
	margin: 0;
	background: var(--paper);
	color: var(--ink);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 16px;
	line-height: 1.6;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }

.container {
	width: min(1120px, calc(100% - 40px));
	margin: 0 auto;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.topbar {
	background: #06162b;
	color: #e9f4ff;
	font-size: 0.78rem;
}

.topbar-inner,
.header-inner,
.section-title-row,
.footer-grid,
.site-info {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}

.topbar-inner { min-height: 34px; }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(247, 251, 255, 0.96); box-shadow: 0 1px 0 rgba(7, 26, 51, 0.08); backdrop-filter: blur(12px); }
.header-inner { min-height: 114px; gap: 36px; }
.site-branding { display: flex; align-items: center; gap: 12px; }
.brand-mark { display: inline-flex; align-items: center; gap: 18px; color: var(--navy-900); font-size: 2.12rem; font-weight: 900; letter-spacing: 0; }
.brand-logo { width: 111px; height: auto; }
.brand-name { color: var(--navy-900); line-height: 1; }

.main-navigation ul { display: flex; align-items: center; gap: 28px; list-style: none; margin: 0; padding: 0; font-size: 1.05rem; font-weight: 800; }
.main-navigation a { display: inline-flex; align-items: center; min-height: 42px; padding: 0 4px; border-bottom: 3px solid transparent; color: #203044; }
.main-navigation a:hover,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_item > a,
.main-navigation .current-menu-ancestor > a { border-bottom-color: var(--sky-300); color: var(--navy-900); }
.menu-toggle { display: none; }
.language-switcher { display: inline-flex; align-items: center; gap: 6px; }
.language-link { display: inline-flex; min-width: 34px; min-height: 34px; align-items: center; justify-content: center; border: 1px solid var(--line); border-radius: 4px; color: var(--muted); font-size: 0.76rem; font-weight: 900; }
.language-link:hover,
.language-link.is-active { border-color: var(--sky-300); color: var(--navy-900); background: #eaf4ff; }

.button,
button.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 20px;
	border: 1px solid var(--sky-300);
	border-radius: 4px;
	background: var(--sky-300);
	color: var(--navy-950);
	font-weight: 800;
	cursor: pointer;
}

.button:hover { filter: brightness(0.96); }
.button-small { min-height: 44px; padding: 0 18px; font-size: 0.92rem; }
.button-ghost { background: transparent; color: #fff; border-color: rgba(255, 255, 255, 0.72); }
.button-light { background: #eaf4ff; border-color: #eaf4ff; }

.hero {
	min-height: 660px;
	display: grid;
	align-items: center;
	background-position: center;
	background-size: cover;
	color: #fff;
}

.hero-content { max-width: 760px; margin-left: max(20px, calc((100vw - 1120px) / 2)); }
.eyebrow { margin: 0 0 12px; color: var(--blue-800); font-size: 0.78rem; font-weight: 800; letter-spacing: 0; text-transform: uppercase; }
.hero .eyebrow,
.dark-section .eyebrow { color: var(--sky-300); }
.hero h1 { margin: 0; max-width: 760px; font-size: clamp(3rem, 8vw, 6.8rem); line-height: 0.95; text-transform: uppercase; }
.hero p:not(.eyebrow) { max-width: 620px; margin: 22px 0 0; font-size: 1.18rem; color: rgba(255, 255, 255, 0.9); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }

.property-strip,
.dark-section,
.site-footer { background: var(--navy-950); color: #f5f9ff; }
.property-inner { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); gap: 48px; padding: 60px 0; }
.property-inner h2,
.section h2,
.page-hero h1 { margin: 0; font-size: clamp(2rem, 4vw, 3.2rem); line-height: 1.05; }
.property-inner p { color: #c6d7ea; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.stat-item { display: grid; gap: 8px; justify-items: center; padding: 20px 8px; border-top: 1px solid rgba(255, 255, 255, 0.2); }
.stat-icon { display: grid; place-items: center; width: 36px; height: 36px; color: var(--sky-300); }
.stat-icon svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.stat-item strong { font-size: 1.45rem; color: #fff; }
.stat-item span { color: #c8dbef; font-size: 0.84rem; text-align: center; }

.section { padding: 88px 0; }
.section-title-row { margin-bottom: 34px; }
.facility-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.facility-card { min-width: 0; }
.facility-card img { width: 100%; aspect-ratio: 1.1 / 1; object-fit: cover; border-radius: 8px; box-shadow: var(--shadow); }
.facility-card-slideshow { position: relative; aspect-ratio: 1.1 / 1; overflow: hidden; border-radius: 8px; box-shadow: var(--shadow); }
.facility-card-slideshow img { position: absolute; inset: 0; height: 100%; border-radius: 0; box-shadow: none; animation: facilityCrossfade 8s infinite; }
.facility-card-slideshow .facility-slide-2 { opacity: 0; animation-delay: 4s; }
.facility-card h3 { margin: 18px 0 8px; font-size: 1.1rem; }
.facility-card p { margin: 0; color: var(--muted); font-size: 0.94rem; }
.reviews-section { padding-top: 0; }
.reviews-panel { padding: 26px; background: #fff; border: 1px solid var(--line); border-radius: 8px; box-shadow: var(--shadow); }
.reviews-panel:empty { display: none; }
.local-guide-callout { padding-top: 0; }
.guide-preview { display: grid; grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr); gap: 34px; align-items: center; }
.guide-preview p { margin: 0; color: var(--muted); }

@keyframes facilityCrossfade {
	0%, 45% { opacity: 1; }
	50%, 95% { opacity: 0; }
	100% { opacity: 1; }
}

.visual-break { min-height: 540px; display: grid; place-items: center; background-position: center; background-size: cover; }
.play-circle { display: grid; place-items: center; width: 80px; height: 80px; border: 1px solid rgba(255, 255, 255, 0.76); border-radius: 50%; color: #fff; font-size: 2rem; transform: rotate(45deg); }

.floorplan-grid { display: grid; grid-template-columns: minmax(0, 0.8fr) minmax(0, 1fr); gap: 70px; padding: 86px 0; }
.detail-list { list-style: none; margin: 30px 0; padding: 0; display: grid; gap: 14px; }
.detail-list li { display: flex; justify-content: space-between; gap: 18px; padding-bottom: 14px; border-bottom: 1px solid rgba(255, 255, 255, 0.18); }
.detail-list span { color: #c6d7ea; }
.line-plan { position: relative; min-height: 330px; border: 2px solid rgba(142, 197, 255, 0.46); opacity: 0.9; }
.line-plan div { position: absolute; border: 1px solid rgba(142, 197, 255, 0.42); }
.line-plan div:nth-child(1) { inset: 24px auto auto 24px; width: 42%; height: 36%; }
.line-plan div:nth-child(2) { inset: 24px 24px auto auto; width: 34%; height: 44%; }
.line-plan div:nth-child(3) { inset: auto auto 24px 24px; width: 48%; height: 34%; }
.line-plan div:nth-child(4) { inset: auto 24px 24px auto; width: 30%; height: 34%; }
.line-plan div:nth-child(5) { left: 48%; top: 0; height: 100%; width: 0; }
.line-plan div:nth-child(6) { left: 0; top: 50%; width: 100%; height: 0; }

.gallery-row { display: grid; grid-template-columns: 0.8fr 1.4fr 0.8fr; gap: 22px; align-items: stretch; }
.gallery-row img { width: 100%; height: 340px; object-fit: cover; border-radius: 8px; box-shadow: var(--shadow); }
.gallery-row img:nth-child(2) { height: 420px; }

.surroundings-section { background: var(--blue-100); }
.surroundings-grid { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 48px; align-items: start; }
.surrounding-items { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.surrounding-items article { display: grid; gap: 8px; }
.surrounding-items span { color: #536b86; }

.contact-grid,
.content-columns,
.contact-page-grid { display: grid; grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr); gap: 44px; align-items: start; }
.booking-form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; padding: 24px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); border-radius: 8px; }
.booking-form h2,
.booking-form .full-field,
.booking-form button { grid-column: 1 / -1; }
.booking-form label { display: grid; gap: 6px; color: var(--muted); font-weight: 700; font-size: 0.86rem; }
.contact-form-7-wrap .wpcf7 { display: contents; }
.contact-form-7-wrap .wpcf7-form { display: contents; }
.contact-form-7-wrap .form-field { display: grid; gap: 6px; color: var(--muted); font-weight: 700; font-size: 0.86rem; }
.contact-form-7-wrap .wpcf7-form-control-wrap { display: block; margin-top: 6px; }
.contact-form-7-wrap .wpcf7-submit,
.contact-form-7-wrap .wpcf7-response-output { grid-column: 1 / -1; }
.contact-form-7-wrap .wpcf7-not-valid-tip { margin-top: 6px; color: #b42318; font-weight: 700; }
input,
textarea { width: 100%; border: 1px solid var(--line); border-radius: 4px; padding: 12px 13px; font: inherit; color: var(--ink); background: #fff; }
textarea { resize: vertical; }

.page-hero { background: var(--navy-950); color: #fff; }
.compact-hero .container { padding: 43px 0; }
.page-hero p:not(.eyebrow) { max-width: 760px; color: #c9d9ea; font-size: 1.08rem; }
.content-panel,
.rates-panel { padding: 32px; background: #fff; border: 1px solid var(--line); border-radius: 8px; box-shadow: var(--shadow); }
.content-panel h2,
.rates-panel h2 { margin-top: 0; }
.content-panel h3 { margin-top: 34px; }
.rate-table { display: grid; gap: 10px; margin: 24px 0; }
.rate-table div { display: flex; justify-content: space-between; gap: 20px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.check-list { display: grid; gap: 12px; padding-left: 20px; }
.faq-section { padding-top: 0; }
.faq-list { display: grid; gap: 22px; margin-top: 24px; }
.faq-list article { padding-top: 18px; border-top: 1px solid var(--line); }
.faq-list h3 { margin: 0 0 8px; }
.faq-list p { margin: 0; color: var(--muted); }
.guide-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.guide-card { padding: 24px; border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: var(--shadow); }
.guide-card h2 { margin-top: 0; }
.guide-card p { color: var(--muted); }
.guide-list { margin: 18px 0 0; padding-left: 20px; color: var(--muted); }

.gallery-page-section { background: #fff; }
.gallery-jump-list { position: sticky; top: 148px; z-index: 5; display: flex; flex-wrap: wrap; gap: 10px; padding: 12px 0; background: rgba(255, 255, 255, 0.92); backdrop-filter: blur(10px); }
.gallery-jump-list a { display: inline-flex; min-height: 36px; align-items: center; padding: 0 14px; border: 1px solid var(--line); border-radius: 4px; color: var(--navy-900); font-weight: 800; }
.gallery-jump-list a:hover { border-color: var(--sky-300); background: #eaf4ff; }
.gallery-sections { display: grid; gap: 42px; }
.gallery-section { scroll-margin-top: 180px; padding: 28px; border: 1px solid var(--line); border-radius: 8px; background: var(--paper); box-shadow: var(--shadow); }
.gallery-section-heading { display: grid; grid-template-columns: minmax(0, 0.7fr) minmax(0, 1fr); gap: 28px; margin-bottom: 22px; align-items: end; }
.gallery-section-heading h2 { margin: 0; }
.gallery-section-heading p:not(.eyebrow) { margin: 0; color: var(--muted); }
.gallery-strip { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 18px; padding: 0; }
.gallery-tile { display: block; width: 100%; margin: 0; padding: 0; border: 0; background: transparent; cursor: zoom-in; }
.gallery-tile img { width: 100%; height: 240px; object-fit: cover; border-radius: 8px; box-shadow: var(--shadow); }
.lightbox { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; background: rgba(0, 0, 0, 0.86); padding: 56px 70px; }
.lightbox[hidden] { display: none; }
.lightbox img { max-height: 80vh; max-width: min(1120px, 100%); object-fit: contain; }
.lightbox p { color: #fff; margin: 16px 0 0; text-align: center; }
.lightbox-close,
.lightbox-prev,
.lightbox-next { position: fixed; border: 0; background: rgba(255, 255, 255, 0.12); color: #fff; border-radius: 50%; cursor: pointer; }
.lightbox-close { top: 22px; right: 22px; width: 44px; height: 44px; font-size: 2rem; }
.lightbox-prev,
.lightbox-next { top: 50%; width: 52px; height: 52px; font-size: 2.6rem; }
.lightbox-prev { left: 20px; }
.lightbox-next { right: 20px; }
.lightbox-open { overflow: hidden; }

.contact-details ul { list-style: none; padding: 0; margin: 24px 0; display: grid; gap: 14px; }
.contact-details li { display: grid; gap: 4px; }
.map-panel { display: grid; gap: 16px; }
.map-panel p { margin: 0; color: var(--muted); }
.map-frame { overflow: hidden; min-height: 430px; border-radius: 8px; border: 1px solid var(--line); }
.map-frame iframe { display: block; width: 100%; height: 100%; min-height: 430px; border: 0; }
.travel-notes { display: grid; gap: 16px; margin-top: 26px; }
.travel-notes article { padding-top: 14px; border-top: 1px solid var(--line); }
.travel-notes span { display: block; color: var(--muted); }

.ticker { display: flex; overflow: hidden; gap: 30px; white-space: nowrap; padding: 18px 0; background: #eaf4ff; color: var(--navy-950); font-size: clamp(1.1rem, 3vw, 2rem); font-weight: 900; }
.ticker span { margin-left: 24px; }
.site-footer { padding-bottom: 26px; }
.footer-grid { align-items: start; padding: 58px 0 34px; }
.footer-grid h2 { margin-top: 0; }
.footer-grid p { color: #cbd7cf; max-width: 420px; }
.footer-navigation ul { list-style: none; display: grid; gap: 8px; padding: 0; margin: 0; }
.footer-contact { display: grid; gap: 8px; }
.site-info { border-top: 1px solid rgba(255, 255, 255, 0.12); padding-top: 20px; color: #cbd7cf; }

@media (max-width: 920px) {
	.gallery-jump-list { top: 0; }
	.gallery-section-heading { grid-template-columns: 1fr; }
	.gallery-strip { grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); }
	.header-inner { flex-wrap: wrap; padding: 12px 0; }
	.menu-toggle { display: inline-flex; min-height: 38px; padding: 0 12px; border: 1px solid var(--line); background: #fff; border-radius: 4px; }
	.main-navigation { order: 3; width: 100%; }
	.main-navigation ul { display: none; width: 100%; padding: 14px 0; border-top: 1px solid var(--line); }
	.main-navigation ul.is-open { display: grid; gap: 12px; }
	.hero { min-height: 560px; }
	.property-inner,
	.floorplan-grid,
	.surroundings-grid,
	.guide-preview,
	.guide-grid,
	.contact-grid,
	.content-columns,
	.contact-page-grid { grid-template-columns: 1fr; }
	.stats-grid { grid-template-columns: repeat(2, 1fr); }
	.facility-grid { grid-template-columns: repeat(2, 1fr); }
	.surrounding-items { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
	.container { width: min(100% - 28px, 1120px); }
	.topbar-inner { align-items: flex-start; flex-direction: column; gap: 2px; padding: 8px 0; }
	.header-inner > .button { display: none; }
	.brand-mark { font-size: 1.42rem; }
	.brand-logo { width: 74px; }
	.hero h1 { font-size: 3rem; }
	.section { padding: 62px 0; }
	.stats-grid,
	.facility-grid,
	.gallery-row,
	.booking-form { grid-template-columns: 1fr; }
	.gallery-row img,
	.gallery-row img:nth-child(2) { height: 260px; }
	.gallery-section { padding: 20px; }
	.gallery-strip { grid-template-columns: 1fr; }
	.gallery-tile img { height: 220px; }
	.lightbox { padding: 70px 18px; }
	.lightbox-prev,
	.lightbox-next { width: 42px; height: 42px; font-size: 2rem; }
	.footer-grid,
	.site-info,
	.section-title-row { align-items: flex-start; flex-direction: column; }
}
