/* ==========================================================================
   Novi — Boutique Hotel Novi, Zandvoort
   ========================================================================== */

:root {
	--paper: #f6f1ea;
	--sand: #ece3d6;
	--sand-2: #e3d7c6;
	--surface: #fffdf9;
	--ink: #1d1a16;
	--ink-2: #45403a;
	--muted: #7a7166;
	--line: rgba(29, 26, 22, 0.12);
	--line-strong: rgba(29, 26, 22, 0.24);
	--brick: #9a4a31;
	--brick-2: #b86a4c;
	--sea: #1f3638;
	--sea-2: #294447;
	--on-dark: #f3ece2;
	--on-dark-muted: rgba(243, 236, 226, 0.68);

	--font-display: "Instrument Serif", "Iowan Old Style", Georgia, serif;
	--font-body: "Inter Tight", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;

	--gutter: clamp(20px, 4.5vw, 56px);
	--max: 1360px;
	--radius: 4px;
	--radius-lg: 10px;
	--header-h: 84px;
	--header-scrolled: 68px;
	--section: clamp(80px, 11vw, 160px);
	--ease: cubic-bezier(0.22, 1, 0.36, 1);
	--mark: url("../img/logo-mark.png");
}

/* --------------------------------------------------------------------------
   Base
   -------------------------------------------------------------------------- */

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

html {
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
	scroll-padding-top: calc(var(--header-h) + 16px);
}

body {
	margin: 0;
	background: var(--paper);
	color: var(--ink);
	font-family: var(--font-body);
	font-size: clamp(16px, 0.25vw + 15px, 17.5px);
	line-height: 1.65;
	font-feature-settings: "ss01", "cv11";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	overflow-x: clip;
}

img, svg, video, iframe { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 0.2em; }
p { margin: 0 0 1.1em; }
p:last-child { margin-bottom: 0; }
h1, h2, h3, h4 { margin: 0; font-weight: 400; line-height: 1.08; text-wrap: balance; }
em { font-style: italic; }
button { font: inherit; color: inherit; }
address { font-style: normal; }
::selection { background: var(--brick); color: #fff; }

:focus-visible { outline: 2px solid var(--brick); outline-offset: 3px; border-radius: 2px; }

.skip-link {
	position: fixed; left: 16px; top: -100px; z-index: 100;
	background: var(--ink); color: #fff; padding: 10px 16px; border-radius: var(--radius);
}
.skip-link:focus { top: 16px; }

.container {
	width: 100%;
	max-width: calc(var(--max) + 2 * var(--gutter));
	margin-inline: auto;
	padding-inline: var(--gutter);
}

.section { padding-block: var(--section); position: relative; }
.section--tight { padding-block: clamp(56px, 7vw, 96px); }
.section--sand { background: var(--sand); }
.section--dark { background: var(--sea); color: var(--on-dark); }

/* --------------------------------------------------------------------------
   Type
   -------------------------------------------------------------------------- */

.eyebrow {
	font-family: var(--font-body);
	font-size: 0.72rem;
	font-weight: 500;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--brick);
	margin: 0 0 1.4rem;
	display: flex; align-items: center; gap: 12px;
}
.eyebrow::before { content: ""; width: 28px; height: 1px; background: currentColor; opacity: 0.6; }
.section--dark .eyebrow, .hero .eyebrow, .page-hero--image .eyebrow, .cta .eyebrow, .room-hero .eyebrow { color: var(--on-dark); }

.section-title,
.page-hero__title,
.hero__title,
.cta__title {
	font-family: var(--font-display);
	letter-spacing: -0.015em;
}
.section-title { font-size: clamp(2.4rem, 4.6vw, 4.4rem); }
.section-title em, .page-hero__title em, .hero__title em, .cta__title em, .site-footer__statement em { color: var(--brick); }
.section--dark .section-title em, .hero__title em, .page-hero--image .page-hero__title em, .cta__title em, .site-footer__statement em { color: #e9c9a8; }

.section-intro { color: var(--ink-2); max-width: 36rem; margin-top: 1.4rem; font-size: 1.05em; }
.section--dark .section-intro { color: var(--on-dark-muted); }

.section-head { max-width: 46rem; margin-bottom: clamp(40px, 5vw, 72px); }
.section-head--center { text-align: center; margin-inline: auto; }
.section-head--center .eyebrow { justify-content: center; }
.section-head--center .section-intro { margin-inline: auto; }
.section-head-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; flex-wrap: wrap; margin-bottom: clamp(40px, 5vw, 72px); }
.section-head-row .section-head { margin-bottom: 0; }

.h-small { font-family: var(--font-display); font-size: clamp(1.6rem, 2.2vw, 2rem); margin-bottom: 1.2rem; }

.prose { max-width: 44rem; color: var(--ink-2); }
.prose-lg { font-size: clamp(1.05rem, 0.5vw + 0.95rem, 1.2rem); }
.prose h2 { font-family: var(--font-display); font-size: clamp(2rem, 3.4vw, 3rem); color: var(--ink); margin: 2.2em 0 0.6em; }
.prose h3 { font-family: var(--font-display); font-size: clamp(1.5rem, 2.2vw, 2rem); color: var(--ink); margin: 1.8em 0 0.5em; }
.prose h2:first-child, .prose h3:first-child { margin-top: 0; }
.prose strong { color: var(--ink); font-weight: 600; }
.prose a { color: var(--brick); }
.prose ul { padding-left: 1.2em; }

/* --------------------------------------------------------------------------
   Buttons & links
   -------------------------------------------------------------------------- */

.btn {
	--bg: var(--ink); --fg: #fff; --bd: var(--ink);
	display: inline-flex; align-items: center; justify-content: center; gap: 10px;
	min-height: 52px; padding: 0 26px;
	background: var(--bg); color: var(--fg); border: 1px solid var(--bd);
	border-radius: 999px;
	font-size: 0.95rem; font-weight: 500; letter-spacing: 0.01em;
	text-decoration: none; cursor: pointer; white-space: nowrap;
	transition: background-color .35s var(--ease), color .35s var(--ease), border-color .35s var(--ease), transform .35s var(--ease);
}
.btn:hover { --bg: var(--brick); --bd: var(--brick); }
.btn:active { transform: scale(0.98); }
.btn .arrow { width: 18px; height: 18px; transition: transform .35s var(--ease); }
.btn:hover .arrow { transform: translateX(4px); }
.btn--dark { }
.btn--light { --bg: var(--paper); --fg: var(--ink); --bd: var(--paper); }
.btn--light:hover { --bg: #fff; --bd: #fff; --fg: var(--brick); }
.btn--ghost { --bg: transparent; --fg: var(--ink); --bd: var(--line-strong); }
.btn--ghost:hover { --bg: var(--ink); --fg: #fff; --bd: var(--ink); }
.btn--ghost-light { --bg: transparent; --fg: #fff; --bd: rgba(255, 255, 255, 0.5); }
.btn--ghost-light:hover { --bg: #fff; --fg: var(--ink); --bd: #fff; }
.btn--glass { --bg: rgba(255, 255, 255, 0.14); --fg: #fff; --bd: rgba(255, 255, 255, 0.35); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); min-height: 46px; padding: 0 20px; }
.btn--glass:hover { --bg: #fff; --fg: var(--ink); --bd: #fff; }
.btn--glass .icon { width: 18px; height: 18px; }
.btn--pill { min-height: 44px; padding: 0 22px; font-size: 0.9rem; }
.btn--block { width: 100%; }

.text-link {
	display: inline-flex; align-items: center; gap: 10px;
	font-weight: 500; text-decoration: none; font-size: 0.95rem;
	padding-bottom: 4px;
	background: linear-gradient(currentColor, currentColor) 0 100% / 100% 1px no-repeat;
	transition: background-size .45s var(--ease), color .3s;
}
.text-link:hover { background-size: 0 1px; background-position: 100% 100%; color: var(--brick); }
.text-link .arrow, .text-link .icon { width: 18px; height: 18px; }

.icon { width: 22px; height: 22px; flex: none; }
.icon--lg { width: 30px; height: 30px; }

/* --------------------------------------------------------------------------
   Brand mark (logo PNG used as mask so it can take any colour)
   -------------------------------------------------------------------------- */

.brand__mark {
	display: inline-block; width: 72px; aspect-ratio: 474 / 217; flex: none;
	background: currentColor;
	-webkit-mask: var(--mark) center / contain no-repeat;
	mask: var(--mark) center / contain no-repeat;
}
.brand__mark--lg { width: 132px; }
.brand__mark--xl { width: min(100%, 340px); color: var(--brick); }

/* --------------------------------------------------------------------------
   Header
   -------------------------------------------------------------------------- */

.site-header {
	position: fixed; inset: 0 0 auto; z-index: 50;
	height: var(--header-h);
	color: var(--ink);
	transition: background-color .45s var(--ease), color .45s var(--ease), box-shadow .45s var(--ease), transform .45s var(--ease), height .45s var(--ease);
}
.site-header__inner { height: 100%; display: flex; align-items: center; gap: 32px; }
.has-hero .site-header:not(.is-scrolled) { color: #fff; }
.site-header.is-scrolled {
	--header-h: var(--header-scrolled);
	background: rgba(246, 241, 234, 0.86);
	backdrop-filter: saturate(1.4) blur(16px); -webkit-backdrop-filter: saturate(1.4) blur(16px);
	box-shadow: 0 1px 0 var(--line);
}
.site-header.is-hidden { transform: translateY(-100%); }
body:not(.has-hero) .site-main { padding-top: var(--header-h); }

.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; margin-right: auto; }
.brand .brand__mark { width: 64px; }
.brand__text { display: flex; flex-direction: column; line-height: 1; }
.brand__name { font-family: var(--font-display); font-size: 1.9rem; letter-spacing: 0.02em; }
.brand__sub { font-size: 0.58rem; letter-spacing: 0.28em; text-transform: uppercase; margin-top: 4px; opacity: 0.8; }

.primary-nav__list { display: flex; gap: clamp(20px, 2.4vw, 36px); list-style: none; margin: 0; padding: 0; }
.primary-nav a {
	font-size: 0.9rem; font-weight: 450; text-decoration: none; letter-spacing: 0.01em;
	position: relative; padding: 6px 0;
}
.primary-nav a::after {
	content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: currentColor;
	transform: scaleX(0); transform-origin: right; transition: transform .45s var(--ease);
}
.primary-nav a:hover::after, .primary-nav .current-menu-item > a::after, .primary-nav .current_page_item > a::after, .primary-nav .current-menu-ancestor > a::after { transform: scaleX(1); transform-origin: left; }

.site-header__actions { display: flex; align-items: center; gap: 12px; }
.has-hero .site-header:not(.is-scrolled) .header-book { --bg: rgba(255,255,255,.14); --bd: rgba(255,255,255,.4); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); }
.has-hero .site-header:not(.is-scrolled) .header-book:hover { --bg: #fff; --fg: var(--ink); --bd: #fff; }

.menu-toggle {
	display: none; align-items: center; gap: 10px;
	background: none; border: 0; padding: 8px 0; cursor: pointer;
	font-size: 0.85rem; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase;
}
.menu-toggle__lines { display: grid; gap: 6px; width: 26px; }
.menu-toggle__lines span { height: 1.5px; background: currentColor; transition: transform .45s var(--ease); }
.menu-open .menu-toggle__lines span:first-child { transform: translateY(3.75px) rotate(45deg); }
.menu-open .menu-toggle__lines span:last-child { transform: translateY(-3.75px) rotate(-45deg); }

.mobile-menu {
	position: fixed; inset: 0; z-index: 40;
	background: var(--sea); color: var(--on-dark);
	padding-top: calc(var(--header-h) + 24px); padding-bottom: 32px;
	display: flex; overflow-y: auto;
	opacity: 0; visibility: hidden; transition: opacity .45s var(--ease), visibility 0s .45s;
}
.mobile-menu[hidden] { display: flex; }
.menu-open .mobile-menu { opacity: 1; visibility: visible; transition: opacity .45s var(--ease); }
.menu-open .site-header { color: var(--on-dark) !important; background: transparent !important; box-shadow: none !important; backdrop-filter: none !important; transform: none !important; }
.menu-open .header-book { display: none; }
.menu-open { overflow: hidden; }
.mobile-menu__inner { display: flex; flex-direction: column; justify-content: space-between; gap: 48px; }
.mobile-menu__list { list-style: none; margin: 0; padding: 0; }
.mobile-menu__list li { overflow: hidden; border-bottom: 1px solid rgba(243, 236, 226, 0.14); }
.mobile-menu__list a {
	display: block; padding: 14px 0; text-decoration: none;
	font-family: var(--font-display); font-size: clamp(2.2rem, 9vw, 3.4rem); line-height: 1.1;
	transform: translateY(100%); transition: transform .7s var(--ease);
}
.menu-open .mobile-menu__list a { transform: none; }
.mobile-menu__list li:nth-child(2) a { transition-delay: .04s; }
.mobile-menu__list li:nth-child(3) a { transition-delay: .08s; }
.mobile-menu__list li:nth-child(4) a { transition-delay: .12s; }
.mobile-menu__list li:nth-child(5) a { transition-delay: .16s; }
.mobile-menu__list li:nth-child(6) a { transition-delay: .2s; }
.mobile-menu__footer { display: grid; gap: 24px; color: var(--on-dark-muted); }
.mobile-menu__footer .btn { justify-self: start; }

/* --------------------------------------------------------------------------
   Home hero
   -------------------------------------------------------------------------- */

.hero {
	position: relative; min-height: 100svh; display: flex; align-items: flex-end;
	color: #fff; overflow: hidden; isolation: isolate;
	padding: calc(var(--header-h) + 40px) 0 clamp(56px, 8vh, 96px);
}
.hero__media { position: absolute; inset: 0; z-index: -1; }
.hero__media img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.06); animation: heroZoom 2.4s var(--ease) forwards; will-change: transform; }
.hero__media::after {
	content: ""; position: absolute; inset: 0;
	background:
		linear-gradient(180deg, rgba(20, 18, 15, 0.42) 0%, rgba(20, 18, 15, 0) 26%),
		linear-gradient(0deg, rgba(20, 18, 15, 0.62) 0%, rgba(20, 18, 15, 0.12) 48%, rgba(20, 18, 15, 0) 70%);
}
@keyframes heroZoom { to { transform: scale(1); } }

.hero__title { font-size: clamp(3.4rem, 9.4vw, 9.2rem); line-height: 1; max-width: 12ch; margin-bottom: clamp(28px, 4vw, 48px); }
.hero__bottom { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px 48px; flex-wrap: wrap; }
.hero__text { max-width: 30rem; font-size: clamp(1.02rem, 0.5vw + 0.9rem, 1.2rem); color: rgba(255, 255, 255, 0.88); margin: 0; }
.hero__actions { display: flex; gap: 12px; flex-wrap: wrap; }
.hero__scroll {
	position: absolute; left: 50%; bottom: 20px; width: 1px; height: 44px; overflow: hidden;
	background: rgba(255, 255, 255, 0.25); transform: translateX(-50%);
}
.hero__scroll span { position: absolute; inset: 0; background: #fff; animation: scrollLine 2.2s var(--ease) infinite; }
@keyframes scrollLine { 0% { transform: translateY(-100%); } 60%, 100% { transform: translateY(100%); } }

/* --------------------------------------------------------------------------
   Intro + stats
   -------------------------------------------------------------------------- */

.intro__grid { display: grid; grid-template-columns: minmax(0, 4fr) minmax(0, 8fr); gap: clamp(32px, 6vw, 96px); align-items: start; }
.intro__mark { display: flex; justify-content: center; padding-top: 40px; }
.intro__body h2 { font-family: var(--font-display); font-size: clamp(2.6rem, 5.4vw, 5.2rem); color: var(--ink); margin-bottom: 0.4em; line-height: 1; }
.intro__body h2 em { color: var(--brick); }
.intro__body p { color: var(--ink-2); max-width: 40rem; }

.stats {
	list-style: none; margin: clamp(64px, 8vw, 120px) 0 0; padding: 0;
	display: grid; grid-template-columns: repeat(4, 1fr);
	border-top: 1px solid var(--line);
}
.stats li { padding: 32px 24px 0 0; display: grid; gap: 10px; align-content: start; }
.stats li + li { padding-left: 24px; border-left: 1px solid var(--line); }
.stats__num { font-family: var(--font-display); font-size: clamp(2.8rem, 4.8vw, 4.4rem); line-height: 1; }
.stats__num small { font-family: var(--font-body); font-size: 0.8rem; letter-spacing: 0.14em; text-transform: uppercase; margin-left: 6px; color: var(--brick); vertical-align: 0.9em; }
.stats__label { color: var(--muted); font-size: 0.92rem; max-width: 16rem; }

/* --------------------------------------------------------------------------
   Room cards
   -------------------------------------------------------------------------- */

.room-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(36px, 3.4vw, 56px) clamp(20px, 2.4vw, 36px); }
.room-card__link { display: block; text-decoration: none; }
.room-card__media { position: relative; aspect-ratio: 4 / 5; overflow: hidden; border-radius: var(--radius); background: var(--sand-2); }
.room-card__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: opacity .8s var(--ease), transform 1.2s var(--ease); }
.room-card__img--2 { opacity: 0; }
.room-card__link:hover .room-card__img { transform: scale(1.04); }
.room-card__link:hover .room-card__img--2 { opacity: 1; }
.room-card__badge {
	position: absolute; left: 16px; top: 16px;
	background: rgba(246, 241, 234, 0.92); color: var(--ink);
	font-size: 0.78rem; font-weight: 500; letter-spacing: 0.04em;
	padding: 6px 12px; border-radius: 999px;
}
.room-card__body { padding-top: 22px; display: grid; gap: 6px; }
.room-card__name { font-family: var(--font-display); font-size: clamp(2rem, 2.8vw, 2.6rem); line-height: 1; }
.room-card__prefix { font-size: 0.5em; font-style: italic; color: var(--muted); margin-right: 2px; }
.room-card__specs { font-size: 0.8rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--brick); margin: 4px 0 0; }
.room-card__tagline { color: var(--ink-2); font-size: 0.98rem; margin: 4px 0 0; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.room-card__more { display: inline-flex; align-items: center; gap: 8px; margin-top: 10px; font-size: 0.9rem; font-weight: 500; }
.room-card__more .arrow { width: 18px; height: 18px; transition: transform .45s var(--ease); }
.room-card__link:hover .room-card__more .arrow { transform: translateX(6px); }

/* --------------------------------------------------------------------------
   Story
   -------------------------------------------------------------------------- */

.story__grid { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: clamp(40px, 7vw, 120px); align-items: center; }
.story__media { position: relative; padding-bottom: 56px; }
.story__img { width: 100%; aspect-ratio: 4 / 3.2; object-fit: cover; border-radius: var(--radius); }
.story__stamp {
	position: absolute; right: -24px; bottom: 0; margin: 0; width: clamp(150px, 17vw, 230px);
	background: var(--surface); padding: 10px 10px 12px; border-radius: var(--radius);
	box-shadow: 0 30px 60px -20px rgba(29, 26, 22, 0.35); transform: rotate(3deg);
}
.story__stamp img { width: 100%; aspect-ratio: 273 / 300; object-fit: cover; }
.story__stamp figcaption { font-size: 0.72rem; color: var(--muted); margin-top: 8px; line-height: 1.35; }
.story__body p { color: var(--ink-2); }
.story__body .section-title { margin-bottom: 1.6rem; }

.timeline { list-style: none; margin: 2.2rem 0 2.4rem; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line-strong); }
.timeline li { padding-top: 18px; position: relative; font-size: 0.9rem; color: var(--muted); padding-right: 12px; }
.timeline li::before { content: ""; position: absolute; top: -5px; left: 0; width: 9px; height: 9px; border-radius: 50%; background: var(--paper); border: 1px solid var(--brick); }
.timeline li:last-child::before { background: var(--brick); }
.timeline span { display: block; font-family: var(--font-display); font-size: 2rem; color: var(--ink); line-height: 1.1; }

/* --------------------------------------------------------------------------
   Sustainability band
   -------------------------------------------------------------------------- */

.green { overflow: hidden; }
.green::before {
	content: ""; position: absolute; right: -8vw; top: 50%; width: 48vw; height: 48vw; transform: translateY(-50%);
	background: var(--on-dark); opacity: 0.04;
	-webkit-mask: var(--mark) center / contain no-repeat; mask: var(--mark) center / contain no-repeat;
	pointer-events: none;
}
.green__list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(5, 1fr); gap: 1px; background: rgba(243, 236, 226, 0.14); border: 1px solid rgba(243, 236, 226, 0.14); border-radius: var(--radius-lg); overflow: hidden; }
.green__list li { background: var(--sea); padding: clamp(28px, 3vw, 44px) 24px; display: grid; gap: 20px; justify-items: start; transition: background-color .4s; }
.green__list li:hover { background: var(--sea-2); }
.green__list .icon { color: #e9c9a8; }
.green__list span { font-family: var(--font-display); font-size: clamp(1.35rem, 1.8vw, 1.7rem); line-height: 1.15; }

/* --------------------------------------------------------------------------
   Nearby
   -------------------------------------------------------------------------- */

.nearby__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(20px, 2vw, 32px); }
.nearby-card:nth-child(even) { margin-top: clamp(0px, 5vw, 72px); }
.nearby-card__media { aspect-ratio: 4 / 5; overflow: hidden; border-radius: var(--radius); margin-bottom: 20px; background: var(--sand-2); }
.nearby-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.4s var(--ease); }
.nearby-card:hover .nearby-card__media img { transform: scale(1.05); }
.nearby-card__meta { display: flex; align-items: center; gap: 8px; font-size: 0.75rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--brick); margin-bottom: 10px; }
.nearby-card__meta .icon { width: 18px; height: 18px; }
.nearby-card__title { font-family: var(--font-display); font-size: clamp(1.6rem, 2vw, 2rem); margin-bottom: 8px; }
.nearby-card p:last-child { color: var(--ink-2); font-size: 0.96rem; }

/* --------------------------------------------------------------------------
   Favourites teaser
   -------------------------------------------------------------------------- */

.favs__grid { display: grid; grid-template-columns: minmax(0, 4fr) minmax(0, 8fr); gap: clamp(40px, 6vw, 96px); }
.favs__intro .section-head { margin-bottom: 36px; }
.favs__lists { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(24px, 3vw, 40px); }
.favs__type { font-family: var(--font-display); font-size: 1.7rem; padding-bottom: 16px; border-bottom: 1px solid var(--line-strong); margin-bottom: 4px; }
.favs__col ul { list-style: none; margin: 0; padding: 0; }
.favs__col li { border-bottom: 1px solid var(--line); }
.favs__col a { display: grid; gap: 2px; padding: 16px 0; text-decoration: none; transition: padding .4s var(--ease), color .3s; }
.favs__col a:hover { padding-left: 8px; color: var(--brick); }
.favs__name { font-weight: 500; letter-spacing: 0.02em; }
.favs__addr { font-size: 0.85rem; color: var(--muted); }

/* --------------------------------------------------------------------------
   Gallery marquee
   -------------------------------------------------------------------------- */

.gallery { overflow: hidden; }
.gallery .section-head { margin-bottom: 48px; }
.marquee { overflow: hidden; -webkit-mask: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); mask: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); }
.marquee__track { display: flex; gap: 16px; width: max-content; animation: marquee 60s linear infinite; }
.marquee:hover .marquee__track { animation-play-state: paused; }
.marquee__item { flex: none; width: clamp(200px, 22vw, 300px); aspect-ratio: 1; border-radius: var(--radius); overflow: hidden; }
.marquee__item:nth-child(3n + 2) { margin-top: 40px; }
.marquee__item img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease); }
.marquee__item:hover img { transform: scale(1.06); }
@keyframes marquee { to { transform: translateX(calc(-50% - 8px)); } }
.gallery__follow { text-align: center; margin-top: 48px; }

/* --------------------------------------------------------------------------
   CTA band
   -------------------------------------------------------------------------- */

.cta { position: relative; isolation: isolate; color: #fff; padding-block: clamp(120px, 16vw, 220px); text-align: center; overflow: hidden; background: var(--sea); }
.cta__media { position: absolute; inset: 0; z-index: -1; }
.cta__media img { width: 100%; height: 100%; object-fit: cover; }
.cta__media::after { content: ""; position: absolute; inset: 0; background: rgba(20, 18, 15, 0.42); }
.cta .eyebrow { justify-content: center; }
.cta__title { font-size: clamp(2.8rem, 6.4vw, 6rem); line-height: 1; max-width: 14ch; margin: 0 auto 40px; }
.cta__actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* --------------------------------------------------------------------------
   Page hero (inner pages)
   -------------------------------------------------------------------------- */

.page-hero { position: relative; isolation: isolate; padding: clamp(72px, 10vw, 140px) 0 clamp(48px, 6vw, 80px); }
.page-hero__title { font-size: clamp(3rem, 7.4vw, 7rem); line-height: 1.02; max-width: 16ch; }
.page-hero__intro { max-width: 38rem; margin-top: 28px; font-size: clamp(1.05rem, 0.5vw + 0.95rem, 1.22rem); color: var(--ink-2); }
.page-hero--image { color: #fff; min-height: min(78svh, 760px); display: flex; align-items: flex-end; padding-top: calc(var(--header-h) + 80px); }
.page-hero--image .page-hero__intro { color: rgba(255, 255, 255, 0.88); }
.page-hero__media { position: absolute; inset: 0; z-index: -1; }
.page-hero__media img { width: 100%; height: 100%; object-fit: cover; }
.page-hero__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(20,18,15,.4) 0%, rgba(20,18,15,0) 30%), linear-gradient(0deg, rgba(20,18,15,.6) 0%, rgba(20,18,15,0) 65%); }
.page-hero:not(.page-hero--image) { border-bottom: 1px solid var(--line); }
.page-hero--404 { min-height: 70svh; display: flex; align-items: center; border: 0 !important; }
.page-hero--404 .hero__actions { margin-top: 36px; }

/* --------------------------------------------------------------------------
   Rooms archive
   -------------------------------------------------------------------------- */

.room-row { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: clamp(32px, 6vw, 96px); align-items: center; }
.room-row + .room-row { margin-top: clamp(80px, 10vw, 160px); }
.room-row--flip { grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); }
.room-row--flip .room-row__media { order: 2; }
.room-row__media { position: relative; display: block; padding-right: 18%; padding-bottom: 12%; }
.room-row--flip .room-row__media { padding-right: 0; padding-left: 18%; }
.room-row__img { border-radius: var(--radius); object-fit: cover; }
.room-row__img--1 { width: 100%; aspect-ratio: 4 / 3; transition: transform 1.2s var(--ease); }
.room-row__img--2 { position: absolute; right: 0; bottom: 0; width: 38%; aspect-ratio: 4 / 5; border: 8px solid var(--paper); border-radius: var(--radius-lg); }
.room-row--flip .room-row__img--2 { right: auto; left: 0; }
.room-row__media:hover .room-row__img--1 { transform: scale(1.015); }
.room-row__name { font-family: var(--font-display); font-size: clamp(3rem, 6vw, 5.6rem); line-height: 0.95; margin-bottom: 24px; }
.room-row__name span { font-size: 0.4em; font-style: italic; color: var(--muted); }
.room-row__text { color: var(--ink-2); font-size: 1.08rem; }
.room-row__actions { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; margin-top: 32px; }

.spec-list { list-style: none; margin: 28px 0 0; padding: 20px 0 0; border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px 24px; }
.spec-list li { display: flex; align-items: center; gap: 12px; font-size: 0.95rem; }
.spec-list .icon { color: var(--brick); }

.amenity-grid { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }
.amenity-grid li { display: grid; justify-items: center; text-align: center; gap: 14px; padding: 28px 12px; background: var(--paper); border-radius: var(--radius-lg); font-size: 0.95rem; }
.amenity-grid .icon { color: var(--brick); }

/* --------------------------------------------------------------------------
   Single room
   -------------------------------------------------------------------------- */

.room-hero { position: relative; isolation: isolate; min-height: 88svh; display: flex; align-items: flex-end; color: #fff; padding: calc(var(--header-h) + 60px) 0 clamp(40px, 6vw, 72px); overflow: hidden; }
.room-hero__media { position: absolute; inset: 0; z-index: -1; }
.room-hero__media img { width: 100%; height: 100%; object-fit: cover; }
.room-hero__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(20,18,15,.38) 0%, rgba(20,18,15,0) 26%), linear-gradient(0deg, rgba(20,18,15,.64) 0%, rgba(20,18,15,0) 55%); }
.room-hero__inner { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 16px 32px; }
.room-hero__inner > :not(.room-hero__photos) { grid-column: 1; }
.room-hero__photos { grid-column: 2; grid-row: 1 / span 3; align-self: end; }
.breadcrumbs { font-size: 0.8rem; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,.8); display: flex; gap: 10px; }
.breadcrumbs a { text-decoration: none; }
.breadcrumbs a:hover { text-decoration: underline; }
.room-hero__title { font-family: var(--font-display); font-size: clamp(4rem, 12vw, 11rem); line-height: 0.9; }
.room-hero__title span { font-size: 0.3em; font-style: italic; vertical-align: 0.9em; margin-right: 4px; }
.room-hero__tagline { max-width: 34rem; font-size: clamp(1.05rem, 0.5vw + 0.95rem, 1.22rem); color: rgba(255,255,255,.9); margin: 0; }

.room-detail__grid { display: grid; grid-template-columns: minmax(0, 8fr) minmax(0, 4fr); gap: clamp(40px, 7vw, 120px); align-items: start; }
.spec-bar { list-style: none; margin: 0 0 clamp(40px, 5vw, 64px); padding: 0 0 32px; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; }
.spec-bar li { display: flex; align-items: center; gap: 14px; }
.spec-bar .icon { color: var(--brick); }
.spec-bar span { display: grid; line-height: 1.3; font-weight: 500; }
.spec-bar small { font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); font-weight: 400; }
.room-features { margin-top: clamp(40px, 5vw, 64px); }
.feature-list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 32px; }
.feature-list li { display: flex; align-items: center; gap: 14px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.feature-list .icon { color: var(--brick); }

.room-detail__aside { position: sticky; top: calc(var(--header-h) + 24px); }
.book-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: clamp(24px, 2.6vw, 36px); box-shadow: 0 30px 60px -40px rgba(29, 26, 22, 0.35); }
.book-card__title { font-family: var(--font-display); font-size: 2.2rem; line-height: 1; margin-bottom: 8px; }
.book-card__specs { color: var(--muted); font-size: 0.92rem; margin-bottom: 24px; }
.book-card__usp { list-style: none; margin: 24px 0 0; padding: 20px 0 0; border-top: 1px solid var(--line); display: grid; gap: 10px; font-size: 0.9rem; color: var(--ink-2); }
.book-card__usp li { display: flex; align-items: center; gap: 10px; }
.book-card__usp .icon { width: 18px; height: 18px; color: var(--brick); }

.photo-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-flow: dense; gap: 12px; }
.photo-grid__item { display: block; overflow: hidden; border-radius: var(--radius); aspect-ratio: 4 / 3; cursor: zoom-in; background: var(--sand-2); }
.photo-grid__item:nth-child(6n + 1) { grid-column: span 2; grid-row: span 2; aspect-ratio: auto; }
.photo-grid__item img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease); }
.photo-grid__item:hover img { transform: scale(1.04); }

/* --------------------------------------------------------------------------
   Booking (BookingSync widget restyled)
   -------------------------------------------------------------------------- */

.booking__grid { display: grid; grid-template-columns: minmax(0, 8fr) minmax(0, 4fr); gap: clamp(32px, 5vw, 80px); align-items: start; }
.booking__aside { position: sticky; top: calc(var(--header-h) + 24px); }
.booking-embed { display: grid; grid-template-columns: minmax(260px, 320px) minmax(0, 1fr); gap: clamp(20px, 2.4vw, 32px); align-items: start; }
.booking-embed--single { grid-template-columns: minmax(260px, 360px); }
.booking-widget { min-height: 120px; position: sticky; top: calc(var(--header-h) + 24px); }
.booking-widget > .BookingSyncBookNowWidget > * { max-width: none !important; width: 100% !important; margin: 0 !important; border-radius: var(--radius-lg) !important; }
.booking-calendar { background: var(--surface); border-radius: var(--radius-lg); border: 1px solid var(--line); overflow: hidden; }
.booking-calendar iframe { width: 100%; height: 600px; border: 0; }
.booking__grid .booking-embed { grid-template-columns: 1fr; }
.booking__grid .booking-widget { position: static; max-width: 360px; }
.booking .BookingSyncBookNowWidget,
.booking .BookingSyncBookNowWidget * { font-family: var(--font-body) !important; }
.booking .BookingSyncBookNowWidget .btn,
.booking .BookingSyncBookNowWidget button,
.booking .BookingSyncBookNowWidget input[type="submit"] { background: var(--ink) !important; border-color: var(--ink) !important; color: #fff !important; border-radius: 999px !important; }

.room-mini-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.room-mini-list li { border-bottom: 1px solid var(--line); }
.room-mini-list a { display: grid; grid-template-columns: 64px 1fr auto; gap: 16px; align-items: center; padding: 12px 0; text-decoration: none; transition: color .3s; }
.room-mini-list img { width: 64px; height: 64px; object-fit: cover; border-radius: var(--radius); }
.room-mini-list span { display: grid; }
.room-mini-list strong { font-family: var(--font-display); font-weight: 400; font-size: 1.5rem; line-height: 1.1; }
.room-mini-list small { color: var(--muted); font-size: 0.85rem; }
.room-mini-list .arrow { width: 18px; height: 18px; transition: transform .4s var(--ease); }
.room-mini-list a:hover { color: var(--brick); }
.room-mini-list a:hover .arrow { transform: translateX(4px); }

/* --------------------------------------------------------------------------
   Local favourites
   -------------------------------------------------------------------------- */

.tabs { position: sticky; top: var(--header-scrolled); z-index: 20; background: rgba(246, 241, 234, 0.97); border-bottom: 1px solid var(--line); transition: transform .45s var(--ease); }
.header-hidden .tabs.is-stuck { transform: translateY(calc(-1 * var(--header-scrolled))); }
.fav-section { scroll-margin-top: calc(var(--header-scrolled) + 72px); }
.tabs__inner { display: flex; gap: 8px; overflow-x: auto; padding-block: 14px; scrollbar-width: none; }
.tabs__inner::-webkit-scrollbar { display: none; }
.tabs__link { flex: none; padding: 9px 18px; border-radius: 999px; border: 1px solid var(--line-strong); text-decoration: none; font-size: 0.9rem; transition: background-color .3s, color .3s, border-color .3s; }
.tabs__link:hover, .tabs__link.is-active { background: var(--ink); border-color: var(--ink); color: #fff; }

.fav-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(20px, 2.4vw, 32px); }
.fav-card { display: grid; grid-template-columns: clamp(120px, 14vw, 200px) 1fr; gap: clamp(18px, 2vw, 28px); background: var(--surface); border-radius: var(--radius-lg); padding: clamp(14px, 1.4vw, 18px); border: 1px solid var(--line); transition: box-shadow .5s var(--ease), transform .5s var(--ease); }
.fav-card:hover { box-shadow: 0 30px 60px -40px rgba(29, 26, 22, 0.45); transform: translateY(-3px); }
.section--sand .fav-card { background: var(--paper); }
.fav-card__media { aspect-ratio: 1; overflow: hidden; border-radius: var(--radius); background: var(--sand-2); }
.fav-card__media img { width: 100%; height: 100%; object-fit: cover; }
.fav-card__body { padding: 6px 6px 6px 0; display: grid; align-content: start; gap: 8px; }
.fav-card__name { font-family: var(--font-display); font-size: clamp(1.5rem, 2vw, 1.9rem); line-height: 1.05; }
.fav-card__addr { display: flex; align-items: center; gap: 6px; font-size: 0.8rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--brick); margin: 0; }
.fav-card__addr .icon { width: 16px; height: 16px; }
.fav-card__text { color: var(--ink-2); font-size: 0.95rem; }
.fav-card__label { display: inline-block; justify-self: start; font-size: 0.8rem; padding: 4px 12px; border-radius: 999px; background: var(--sand); margin: 4px 0 0; }

/* --------------------------------------------------------------------------
   Contact
   -------------------------------------------------------------------------- */

.contact__grid { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(40px, 7vw, 120px); }
.contact-list { list-style: none; margin: 32px 0 0; padding: 0; }
.contact-list li { display: flex; gap: 18px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.contact-list li:first-child { border-top: 1px solid var(--line); }
.contact-list .icon { color: var(--brick); }
.contact-list span { display: grid; gap: 2px; justify-items: start; color: var(--ink-2); }
.contact-list strong { color: var(--ink); font-weight: 500; }
.contact-list .text-link { margin-top: 10px; }
.contact__form { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: clamp(24px, 4vw, 56px); }

.contact-form { display: grid; gap: 20px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.field { display: grid; gap: 8px; }
.field label { font-size: 0.85rem; font-weight: 500; }
.field .optional { color: var(--muted); font-weight: 400; }
.field input, .field textarea {
	width: 100%; font: inherit; color: var(--ink);
	background: var(--paper); border: 1px solid var(--line-strong); border-radius: var(--radius);
	padding: 14px 16px; transition: border-color .3s, background-color .3s, box-shadow .3s;
}
.field textarea { resize: vertical; min-height: 150px; }
.field input:focus, .field textarea:focus { outline: none; border-color: var(--ink); background: #fff; box-shadow: 0 0 0 4px rgba(154, 74, 49, 0.12); }
.field--hp { position: absolute !important; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.contact-form .btn { justify-self: start; }
.form-notice { padding: 14px 18px; border-radius: var(--radius); font-size: 0.95rem; }
.form-notice--error { background: #f6e1d9; color: #7a2e17; }

.map { height: clamp(320px, 42vw, 520px); background: var(--sand); }
.map iframe { width: 100%; height: 100%; border: 0; filter: grayscale(1) sepia(0.25) contrast(0.95); }

/* --------------------------------------------------------------------------
   Gutenberg content (about / zandvoort pages)
   -------------------------------------------------------------------------- */

.entry-content { max-width: none; }
.entry-content > * { max-width: 44rem; margin-inline: auto; }
.entry-content > .alignwide { max-width: var(--max); }
.entry-content > .alignfull { max-width: none; margin-inline: calc(-1 * var(--gutter)); }
.entry-content > * + * { margin-top: 1.4em; }
.entry-content > .wp-block-columns, .entry-content > .wp-block-media-text, .entry-content > .wp-block-group, .entry-content > .wp-block-image, .entry-content > .wp-block-gallery { margin-top: clamp(48px, 7vw, 112px); }
.entry-content .wp-block-image img { border-radius: var(--radius); }
.entry-content .wp-block-image figcaption { font-size: 0.85rem; color: var(--muted); text-align: left; }
.entry-content .wp-block-columns { gap: clamp(24px, 5vw, 80px); }
.entry-content .wp-block-media-text { gap: clamp(24px, 5vw, 80px); }
.entry-content .wp-block-media-text__content { padding: 0 !important; }
.entry-content .wp-block-media-text__media img { border-radius: var(--radius); aspect-ratio: 4 / 5; object-fit: cover; }
.entry-content .wp-block-media-text h2, .entry-content .wp-block-media-text h3 { margin-top: 0; }
.entry-content .wp-block-quote { border: 0; padding: 0; margin-block: clamp(48px, 7vw, 112px); text-align: center; }
.entry-content .wp-block-quote p { font-family: var(--font-display); font-size: clamp(2rem, 4vw, 3.4rem); line-height: 1.1; color: var(--ink); }
.entry-content .wp-block-quote cite { font-style: normal; font-size: 0.85rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--brick); }
.entry-content .has-large-font-size { font-size: clamp(1.25rem, 1vw + 1rem, 1.6rem) !important; line-height: 1.5; color: var(--ink); }

.is-style-novi-lead { font-family: var(--font-display); font-size: clamp(1.8rem, 3vw, 2.6rem) !important; line-height: 1.2; color: var(--ink); }

.is-style-novi-cards { display: grid !important; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(20px, 2.4vw, 32px) !important; }
.is-style-novi-cards > .wp-block-group, .is-style-novi-cards > .wp-block-column {
	background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg);
	padding: clamp(16px, 1.6vw, 20px) clamp(16px, 1.6vw, 20px) clamp(24px, 2.4vw, 32px); margin: 0 !important;
}
.is-style-novi-cards img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; border-radius: var(--radius); margin-bottom: 20px; }
.is-style-novi-cards h3 { font-family: var(--font-display); font-size: clamp(1.6rem, 2.2vw, 2.1rem); margin: 0 8px 10px; }
.is-style-novi-cards p { margin-inline: 8px; color: var(--ink-2); font-size: 0.98rem; }
.is-style-novi-cards figure { margin: 0; }

.novi-facts { list-style: none; padding: 0 !important; display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); border-top: 1px solid var(--line-strong); }
.novi-facts li { padding: 20px 20px 0 0; }
.novi-facts strong { display: block; font-family: var(--font-display); font-weight: 400; font-size: 2.6rem; line-height: 1.1; color: var(--ink); }

/* --------------------------------------------------------------------------
   Footer
   -------------------------------------------------------------------------- */

.site-footer { background: var(--sea); color: var(--on-dark); padding: clamp(80px, 10vw, 140px) 0 32px; position: relative; overflow: hidden; }
.site-footer__cta { display: flex; justify-content: space-between; align-items: flex-end; gap: 32px; flex-wrap: wrap; padding-bottom: clamp(56px, 7vw, 96px); border-bottom: 1px solid rgba(243, 236, 226, 0.16); }
.site-footer__statement { font-family: var(--font-display); font-size: clamp(3rem, 8vw, 7.6rem); line-height: 0.95; margin: 0; }
.site-footer__grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; padding-block: clamp(48px, 6vw, 80px); }
.site-footer__brand { display: grid; gap: 20px; align-content: start; color: var(--on-dark-muted); }
.site-footer__brand .brand__mark { color: #e9c9a8; }
.site-footer__label { font-family: var(--font-body); font-size: 0.72rem; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; color: #e9c9a8; margin-bottom: 18px; }
.site-footer address { color: var(--on-dark-muted); margin-bottom: 14px; }
.site-footer__menu { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.site-footer__menu a { color: var(--on-dark-muted); text-decoration: none; transition: color .3s; }
.site-footer__menu a:hover { color: #fff; }
.socials { display: flex; gap: 10px; margin-top: 20px; }
.socials a { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; border: 1px solid rgba(243, 236, 226, 0.24); transition: background-color .3s, color .3s; }
.socials a:hover { background: var(--on-dark); color: var(--sea); }
.socials .icon { width: 18px; height: 18px; }
.site-footer__bottom { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; padding-top: 24px; border-top: 1px solid rgba(243, 236, 226, 0.16); font-size: 0.85rem; color: var(--on-dark-muted); }
.site-footer__bottom p { margin: 0; }
.to-top { text-decoration: none; }
.to-top:hover { color: #fff; }

/* Mobile sticky booking bar */
.mobile-book {
	display: none; position: fixed; left: 12px; right: 12px; bottom: max(12px, env(safe-area-inset-bottom)); z-index: 30;
	align-items: center; justify-content: space-between; gap: 12px;
	background: var(--ink); color: #fff; text-decoration: none;
	padding: 16px 22px; border-radius: 999px; font-weight: 500;
	box-shadow: 0 20px 40px -12px rgba(29, 26, 22, 0.5);
	transform: translateY(160%); transition: transform .5s var(--ease);
}
.mobile-book .arrow { width: 20px; height: 20px; }
.mobile-book.is-visible { transform: none; }

/* --------------------------------------------------------------------------
   Lightbox
   -------------------------------------------------------------------------- */

.lightbox { width: 100vw; height: 100dvh; max-width: none; max-height: none; margin: 0; padding: 0; border: 0; background: rgba(15, 13, 11, 0.96); color: #fff; }
.lightbox[open] { display: grid; grid-template-columns: 72px 1fr 72px; align-items: center; animation: fadeIn .35s var(--ease); }
.lightbox::backdrop { background: transparent; }
.lightbox__figure { margin: 0; height: 100dvh; display: grid; grid-template-rows: 1fr auto; align-items: center; justify-items: center; padding: 64px 0 20px; }
.lightbox__figure img { max-height: calc(100dvh - 120px); width: auto; object-fit: contain; border-radius: 2px; }
.lightbox__figure figcaption { font-size: 0.85rem; letter-spacing: 0.14em; color: rgba(255,255,255,.7); padding-top: 14px; }
.lightbox__close, .lightbox__nav { width: 52px; height: 52px; border-radius: 50%; border: 1px solid rgba(255,255,255,.24); background: transparent; color: #fff; display: grid; place-items: center; cursor: pointer; transition: background-color .3s, color .3s; justify-self: center; }
.lightbox__close:hover, .lightbox__nav:hover { background: #fff; color: var(--ink); }
.lightbox__close { position: absolute; top: 16px; right: 16px; }
@keyframes fadeIn { from { opacity: 0; } }

/* --------------------------------------------------------------------------
   Reveal on scroll
   -------------------------------------------------------------------------- */

.js [data-reveal] { opacity: 0; transform: translateY(28px); transition: opacity 1s var(--ease), transform 1.1s var(--ease); transition-delay: calc(var(--i, 0) * 90ms); }
.js [data-reveal].is-in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
	.js [data-reveal] { opacity: 1; transform: none; }
	.marquee__track { animation: none; }
	.marquee { overflow-x: auto; }
}

/* --------------------------------------------------------------------------
   Responsive
   -------------------------------------------------------------------------- */

@media (max-width: 1100px) {
	.primary-nav { display: none; }
	.menu-toggle { display: inline-flex; }
	.room-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.nearby__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.nearby-card:nth-child(even) { margin-top: 48px; }
	.green__list { grid-template-columns: repeat(3, 1fr); }
	.green__list li:nth-child(4), .green__list li:nth-child(5) { grid-column: span 1; }
	.favs__grid { grid-template-columns: 1fr; }
	.amenity-grid { grid-template-columns: repeat(3, 1fr); }
	.site-footer__grid { grid-template-columns: 1fr 1fr; }
	.fav-grid { grid-template-columns: 1fr; }
}

@media (max-width: 900px) {
	:root { --header-h: 72px; }
	.intro__grid, .story__grid, .room-row, .room-row--flip, .room-detail__grid, .booking__grid, .contact__grid { grid-template-columns: 1fr; }
	.intro__mark { justify-content: flex-start; }
	.brand__mark--xl { width: 180px; }
	.stats { grid-template-columns: repeat(2, 1fr); }
	.stats li:nth-child(3) { padding-left: 0; border-left: 0; }
	.stats li:nth-child(n + 3) { border-top: 1px solid var(--line); margin-top: 32px; }
	.story__stamp { right: 12px; }
	.room-row--flip .room-row__media { order: 0; }
	.room-detail__aside, .booking__aside { position: static; }
	.booking-embed { grid-template-columns: 1fr; }
	/* Mobile: the 9-month calendar iframe doesn't fit; the widget's own date picker shows availability. */
	.booking-calendar { display: none; }
	.booking-widget, .booking__grid .booking-widget { position: static; max-width: none; display: flex; justify-content: center; }
	.booking-widget .BookingSyncBookNowWidget { width: 100% !important; max-width: 420px !important; margin-inline: auto; }
	.booking .section-head { text-align: center; margin-inline: auto; }
	.booking .section-head .eyebrow { justify-content: center; }
	.booking .section-head .section-intro { margin-inline: auto; }
	.spec-bar { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.photo-grid { grid-template-columns: repeat(2, 1fr); }
	.room-hero__inner { grid-template-columns: 1fr; }
	.room-hero__photos { grid-column: 1; grid-row: auto; justify-self: start; margin-top: 16px; }
	.mobile-book { display: flex; }
	.site-footer { padding-bottom: 100px; }
	.lightbox[open] { grid-template-columns: 1fr; }
	.lightbox__nav { position: absolute; bottom: 24px; }
	.lightbox__nav--prev { left: calc(50% - 64px); }
	.lightbox__nav--next { right: calc(50% - 64px); }
	.lightbox__figure { padding-bottom: 96px; }
	.lightbox__figure img { max-width: 100vw; border-radius: 0; }
}

@media (max-width: 640px) {
	.header-book { display: none; }
	.room-grid, .nearby__grid { grid-template-columns: 1fr; }
	.nearby-card:nth-child(even) { margin-top: 0; }
	.nearby__grid { grid-template-columns: repeat(4, 78%); overflow-x: auto; scroll-snap-type: x mandatory; margin-inline: calc(-1 * var(--gutter)); padding-inline: var(--gutter); scrollbar-width: none; padding-bottom: 8px; }
	.nearby__grid::-webkit-scrollbar { display: none; }
	.nearby-card { scroll-snap-align: start; }
	.green::before { display: none; }
	.green__list { grid-template-columns: 1fr 1fr; }
	.green__list li:last-child { grid-column: span 2; }
	.favs__lists { grid-template-columns: 1fr; }
	.amenity-grid { grid-template-columns: repeat(2, 1fr); }
	.form-row { grid-template-columns: 1fr; }
	.feature-list, .spec-list { grid-template-columns: 1fr; }
	.fav-card { grid-template-columns: 1fr; }
	.fav-card__media { aspect-ratio: 16 / 10; }
	.fav-card__body { padding: 4px; }
	.site-footer__grid { grid-template-columns: 1fr; }
	.is-style-novi-cards { grid-template-columns: 1fr; }
	.hero__actions .btn { flex: 1 1 auto; }
	.timeline span { font-size: 1.6rem; }
	.photo-grid__item:nth-child(6n + 1) { grid-column: span 2; grid-row: auto; aspect-ratio: 4 / 3; }
}
