/* WorQ location detail — scoped premium layout */
.worq-location-detail {
	--wld-max: 1280px;
	--wld-ink: var(--wq-ink, #1a1a1a);
	--wld-muted: var(--wq-muted, #5c5c5c);
	--wld-yellow: var(--wq-yellow, #fdb813);
	--wld-ivory: var(--wq-ivory, #f6f3ec);
	--wld-surface: #fffdf8;
	--wld-line: rgba(26, 26, 26, 0.1);
	--wld-radius: 18px;
	--wld-font-display: var(--wq-font-display, "Graphik", "Helvetica Neue", Arial, sans-serif);
	--wld-font-ui: var(--wq-font-ui, "Roboto", "Segoe UI", sans-serif);
	color: var(--wld-ink);
	font-family: var(--wld-font-ui);
	background:
		radial-gradient(900px 420px at 100% 0%, rgba(253, 184, 19, 0.12), transparent 55%),
		linear-gradient(180deg, #f3efe6 0%, var(--wld-ivory) 28%, #efebe3 100%);
	/* Clear fixed site header (+ WP admin bar when present). */
	padding-top: calc(var(--wq-header-h, 76px) + 0.35rem);
	padding-bottom: 0;
}

.admin-bar .worq-location-detail {
	padding-top: calc(var(--wq-header-h, 76px) + var(--wp-admin--admin-bar--height, 32px) + 0.35rem);
}

@media screen and (max-width: 782px) {
	.admin-bar .worq-location-detail {
		padding-top: calc(var(--wq-header-h, 76px) + 46px + 0.35rem);
	}
}

.worq-location-detail *,
.worq-location-detail *::before,
.worq-location-detail *::after {
	box-sizing: border-box;
}

.wld-wrap {
	width: min(100% - 2 * var(--wq-gutter, 1.25rem), var(--wld-max));
	margin-inline: auto;
}

.wld-crumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem 0.55rem;
	align-items: center;
	padding: 1rem 0 0.35rem;
	font-size: 0.86rem;
	color: var(--wld-muted);
}

.wld-crumbs a {
	color: inherit;
	text-decoration: none;
	border-bottom: 1px solid transparent;
}

.wld-crumbs a:hover,
.wld-crumbs a:focus-visible {
	color: var(--wld-ink);
	border-bottom-color: var(--wld-yellow);
	outline: none;
}

.wld-kicker {
	margin: 0 0 0.45rem;
	font-size: 0.78rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--wld-muted);
	font-weight: 650;
}

.wld-h2 {
	margin: 0 0 0.65rem;
	font-family: var(--wld-font-display);
	font-size: clamp(1.65rem, 2.6vw, 2.35rem);
	line-height: 1.15;
	font-weight: 560;
	letter-spacing: -0.02em;
}

.wld-lead {
	margin: 0;
	max-width: 62ch;
	color: var(--wld-muted);
	font-size: 1.02rem;
}

.wld-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.4rem;
	min-height: 2.85rem;
	padding: 0.7rem 1.15rem;
	border-radius: 999px;
	border: 1px solid transparent;
	font: inherit;
	font-weight: 650;
	text-decoration: none;
	cursor: pointer;
	transition: transform 0.2s var(--wq-ease, ease), background 0.2s ease, border-color 0.2s ease;
}

.wld-btn:focus-visible {
	outline: 2px solid var(--wld-ink);
	outline-offset: 3px;
}

.wld-btn--sm {
	min-height: 2.35rem;
	padding: 0.45rem 0.9rem;
	font-size: 0.92rem;
}

.wld-btn--primary {
	background: var(--wld-yellow);
	color: var(--wld-ink);
	border-color: #e0a40f;
}

.wld-btn--primary:hover {
	transform: translateY(-1px);
	background: #ffc227;
}

.wld-btn--ghost {
	background: transparent;
	border-color: rgba(26, 26, 26, 0.22);
	color: var(--wld-ink);
}

.wld-btn--ghost:hover {
	background: rgba(255, 255, 255, 0.55);
}

.wld-btn--dark {
	background: var(--wld-ink);
	color: #fff;
}

.wld-btn--on-yellow {
	background: transparent;
	border-color: rgba(26, 26, 26, 0.28);
	color: var(--wld-ink);
}

/* Beat body.worq-editorial a { color: inherit } (tokens.css). */
body.worq-editorial .worq-location-detail a.wld-btn--dark,
body.worq-editorial .worq-location-detail a.wld-btn--dark:link,
body.worq-editorial .worq-location-detail a.wld-btn--dark:visited,
body.worq-editorial .worq-location-detail a.wld-btn--dark:hover,
body.worq-editorial .worq-location-detail a.wld-btn--dark:active,
body.worq-editorial .worq-location-detail a.wld-btn--dark:focus,
.worq-location-detail a.wld-btn--dark {
	background: var(--wld-ink);
	color: #fff;
	border-color: var(--wld-ink);
}

body.worq-editorial .worq-location-detail a.wld-btn--on-yellow,
body.worq-editorial .worq-location-detail a.wld-btn--on-yellow:link,
body.worq-editorial .worq-location-detail a.wld-btn--on-yellow:visited,
body.worq-editorial .worq-location-detail a.wld-btn--on-yellow:hover,
body.worq-editorial .worq-location-detail a.wld-btn--on-yellow:active,
body.worq-editorial .worq-location-detail a.wld-btn--on-yellow:focus,
.worq-location-detail a.wld-btn--on-yellow {
	color: var(--wld-ink);
}

.wld-badge {
	display: inline-flex;
	align-items: center;
	padding: 0.2rem 0.55rem;
	border-radius: 999px;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.wld-badge--soon {
	background: #fff1c9;
	color: #7a5200;
	margin-left: 0.55rem;
	vertical-align: middle;
}

/* Hero */
.wld-hero {
	padding: clamp(1rem, 2.5vw, 1.75rem) 0 clamp(1.5rem, 3vw, 2.5rem);
}

.wld-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.2fr);
	gap: clamp(1.25rem, 3vw, 2.5rem);
	align-items: center;
}

.wld-hero__eyebrow {
	margin: 0 0 0.65rem;
	font-size: 0.9rem;
	color: var(--wld-muted);
	font-weight: 600;
}

.wld-hero__title {
	margin: 0 0 0.85rem;
	font-family: var(--wld-font-display);
	font-size: clamp(2rem, 4vw, 3.25rem);
	line-height: 1.05;
	letter-spacing: -0.03em;
	font-weight: 560;
	overflow-wrap: anywhere;
}

.wld-hero__summary {
	margin: 0 0 1rem;
	max-width: 48ch;
	font-size: 1.08rem;
	line-height: 1.55;
	color: var(--wld-muted);
}

.wld-hero__address {
	margin: 0 0 1.25rem;
	max-width: 46ch;
	font-size: 0.98rem;
	color: var(--wld-ink);
}

.wld-hero__address-label {
	display: block;
	margin-bottom: 0.2rem;
	font-size: 0.74rem;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--wld-muted);
	font-weight: 700;
}

.wld-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
}

.wld-hero__media {
	min-width: 0;
}

.wld-hero__figure {
	margin: 0;
	position: relative;
	border-radius: calc(var(--wld-radius) + 4px);
	overflow: hidden;
	aspect-ratio: 4 / 3;
	background: #ddd6c8;
	box-shadow: 0 18px 40px rgba(26, 26, 26, 0.12);
}

.wld-hero__figure img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
	object-position: center;
	display: block;
}

.wld-hero__fallback {
	display: grid;
	place-content: center;
	gap: 0.4rem;
	aspect-ratio: 4 / 3;
	border-radius: calc(var(--wld-radius) + 4px);
	background:
		linear-gradient(145deg, rgba(253, 184, 19, 0.35), transparent 55%),
		linear-gradient(180deg, #2a3731, #1c2a25);
	color: #fff;
	text-align: center;
	padding: 1.5rem;
}

.wld-hero__fallback-mark {
	font-family: var(--wld-font-display);
	font-size: clamp(2rem, 4vw, 3rem);
	letter-spacing: -0.03em;
}

.wld-hero__fallback-place {
	font-size: 1rem;
	opacity: 0.86;
}

/* Facts */
.wld-facts {
	padding: 0 0 clamp(1.5rem, 3vw, 2.25rem);
}

.wld-facts__bar {
	display: grid;
	grid-template-columns: minmax(12rem, 18rem) minmax(0, 1fr) auto;
	gap: 1rem 1.5rem;
	align-items: start;
	padding: 1.1rem 1.25rem 1.2rem;
	border: 1px solid var(--wld-line);
	border-radius: var(--wld-radius);
	background: #fff;
	box-shadow: 0 10px 28px rgba(28, 42, 37, 0.06);
}

.wld-facts__place,
.wld-facts__types,
.wld-facts__aside {
	min-width: 0;
}

.wld-facts__aside {
	text-align: right;
	white-space: nowrap;
}

.wld-facts__value {
	margin: 0;
	font-size: 1.05rem;
	font-weight: 750;
	line-height: 1.3;
	color: var(--wld-ink);
}

.wld-facts__label {
	display: block;
	margin-bottom: 0.4rem;
	font-size: 0.68rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--wld-muted);
	font-weight: 700;
}

.wld-facts__city {
	display: flex;
	align-items: flex-start;
	gap: 0.45rem;
	margin: 0;
	font-size: 1.05rem;
	font-weight: 750;
	line-height: 1.3;
	color: var(--wld-ink);
}

.wld-facts__pin {
	flex: 0 0 0.7rem;
	width: 0.7rem;
	height: 0.7rem;
	margin-top: 0.32rem;
	border-radius: 50% 50% 50% 0;
	transform: rotate(-45deg);
	background: var(--wld-yellow);
	border: 1.5px solid var(--wld-ink);
}

.wld-facts__street {
	margin: 0.28rem 0 0 1.15rem;
	font-size: 0.82rem;
	line-height: 1.35;
	color: var(--wld-muted);
}

.wld-facts__chips {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem;
}

.wld-facts__chip {
	display: inline-flex;
	align-items: center;
	padding: 0.32rem 0.7rem;
	border-radius: 999px;
	border: 1px solid var(--wld-line);
	background: var(--wld-ivory);
	color: var(--wld-ink);
	font-size: 0.78rem;
	font-weight: 650;
	line-height: 1.2;
	text-decoration: none;
}

.wld-facts__chip:hover,
.wld-facts__chip:focus-visible {
	border-color: var(--wld-yellow);
	background: var(--wld-yellow);
	color: var(--wld-ink);
}

/* Sections */
.wld-section {
	padding: clamp(2rem, 5vw, 3.75rem) 0;
}

.wld-section__head {
	margin-bottom: 1.5rem;
}

.wld-overview {
	padding-block: clamp(3rem, 7vw, 6.5rem);
}

.wld-overview__copy {
	max-width: 72ch;
}

.wld-prose {
	max-width: 68ch;
	color: var(--wld-ink);
	font-size: 1.05rem;
	line-height: 1.7;
}

.wld-prose p {
	margin: 0 0 1rem;
}

/* Cinematic location gallery */
.worq-location-gallery {
	--wlg-ink: #f7f2e8;
	--wlg-muted: rgba(247, 242, 232, 0.68);
	--wlg-stage: #141311;
	--wlg-yellow: var(--wld-yellow, #fdb813);
	--wlg-ease: cubic-bezier(0.22, 1, 0.36, 1);
	--wlg-slide: min(74vw, 980px);
	--wlg-gap: clamp(0.75rem, 1.8vw, 1.35rem);
	position: relative;
	margin: 0;
	padding: clamp(3rem, 6vw, 5.5rem) 0 clamp(3.25rem, 6vw, 5.75rem);
	color: var(--wlg-ink);
	background:
		radial-gradient(900px 420px at 15% 0%, rgba(253, 184, 19, 0.12), transparent 55%),
		linear-gradient(180deg, #1a1815 0%, var(--wlg-stage) 45%, #10100e 100%);
	overflow: hidden;
}

.wlg-head {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
	gap: 1.25rem 2rem;
	margin-bottom: clamp(1.5rem, 3vw, 2.25rem);
}

.wlg-kicker {
	margin: 0 0 0.45rem;
	font-size: 0.78rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	font-weight: 700;
	color: var(--wlg-yellow);
}

.wlg-title {
	margin: 0 0 0.55rem;
	font-family: var(--wld-font-display);
	font-size: clamp(1.75rem, 3vw, 2.55rem);
	line-height: 1.12;
	font-weight: 560;
	letter-spacing: -0.02em;
	color: var(--wlg-ink);
}

.wlg-title .wq-brand-mark {
	display: inline-flex;
	align-items: center;
	vertical-align: middle;
	margin: 0 0.08em;
	padding: 0.08em 0.28em;
	border-radius: 0.28em;
	background: #fff;
}

.wlg-title .wq-brand-mark img {
	display: block;
	height: 0.72em;
	width: auto;
	max-width: 6.5em;
	object-fit: contain;
}

.wlg-lead {
	margin: 0;
	max-width: 42ch;
	color: var(--wlg-muted);
	font-size: 1rem;
	line-height: 1.55;
}

.wlg-head__controls {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.55rem;
}

.wlg-nav,
.wlg-viewall,
.wlg-dialog__close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2.75rem;
	min-height: 2.75rem;
	padding: 0;
	border-radius: 999px;
	border: 1px solid rgba(247, 242, 232, 0.28);
	background: rgba(255, 255, 255, 0.04);
	color: var(--wlg-ink);
	font: inherit;
	font-weight: 650;
	cursor: pointer;
	overflow: hidden;
	-webkit-appearance: none;
	appearance: none;
	-webkit-tap-highlight-color: transparent;
	outline: none;
	box-shadow: none;
	transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s var(--wlg-ease), box-shadow 0.18s ease;
}

.wlg-nav:hover,
.wlg-viewall:hover,
.wlg-dialog__close:hover {
	background: var(--wlg-yellow);
	border-color: var(--wlg-yellow);
	color: #1a1a1a;
}

.wlg-nav:active,
.wlg-viewall:active,
.wlg-dialog__close:active {
	background: var(--wlg-yellow);
	border-color: var(--wlg-yellow);
	color: #1a1a1a;
	transform: scale(0.94);
}

/* Mouse click leaves :focus; do not keep the yellow fill. */
.wlg-nav:focus,
.wlg-viewall:focus,
.wlg-dialog__close:focus,
.wlg-slide__hit:focus {
	outline: none;
	box-shadow: none;
	background: rgba(255, 255, 255, 0.04);
	border-color: rgba(247, 242, 232, 0.28);
	color: var(--wlg-ink);
}

.wlg-nav:focus:hover,
.wlg-viewall:focus:hover,
.wlg-dialog__close:focus:hover,
.wlg-nav:focus:active,
.wlg-viewall:focus:active,
.wlg-dialog__close:focus:active {
	background: var(--wlg-yellow);
	border-color: var(--wlg-yellow);
	color: #1a1a1a;
}

.wlg-nav:focus-visible,
.wlg-viewall:focus-visible,
.wlg-dialog__close:focus-visible,
.wlg-slide__hit:focus-visible {
	outline: none;
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(247, 242, 232, 0.55);
	color: var(--wlg-ink);
	box-shadow: 0 0 0 2px var(--wlg-stage), 0 0 0 4px var(--wlg-yellow);
}

.wlg-nav:focus-visible:hover,
.wlg-viewall:focus-visible:hover,
.wlg-dialog__close:focus-visible:hover {
	background: var(--wlg-yellow);
	border-color: var(--wlg-yellow);
	color: #1a1a1a;
}

@media (hover: none) {
	.wlg-nav:hover,
	.wlg-nav:focus,
	.wlg-nav:focus-visible,
	.wlg-viewall:hover,
	.wlg-viewall:focus,
	.wlg-viewall:focus-visible,
	.wlg-dialog__close:hover,
	.wlg-dialog__close:focus,
	.wlg-dialog__close:focus-visible,
	.wlg-slide__hit:focus,
	.wlg-slide__hit:focus-visible {
		background: rgba(255, 255, 255, 0.04);
		border-color: rgba(247, 242, 232, 0.28);
		color: var(--wlg-ink);
		box-shadow: none;
	}

	.wlg-nav:active,
	.wlg-viewall:active,
	.wlg-dialog__close:active {
		background: var(--wlg-yellow);
		border-color: var(--wlg-yellow);
		color: #1a1a1a;
	}
}

.wlg-viewall {
	padding: 0 1.1rem;
	font-size: 0.92rem;
}

.wlg-stage {
	position: relative;
	outline: none;
	cursor: grab;
	touch-action: pan-y;
	overflow: hidden;
	width: 100%;
	margin-inline: calc(-1 * var(--wq-gutter, 1.25rem));
	padding-inline: max(var(--wq-gutter, 1.25rem), calc((100% - var(--wlg-slide)) / 2));
	/* One cinematic row only — never a vertical image list. */
	max-height: calc(var(--wlg-slide) * 10 / 16 + 1rem);
}

.wlg-stage.is-dragging {
	cursor: grabbing;
}

.wlg-track {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	gap: var(--wlg-gap);
	width: max-content;
	max-width: none;
	will-change: transform;
	transition: transform 620ms var(--wlg-ease);
}

.wlg-slide {
	position: relative;
	flex: 0 0 var(--wlg-slide);
	flex-shrink: 0;
	width: var(--wlg-slide);
	min-width: var(--wlg-slide);
	max-width: var(--wlg-slide);
	margin: 0;
	border-radius: 16px;
	overflow: hidden;
	opacity: 0.55;
	transform: scale(0.92);
	transition: opacity 620ms var(--wlg-ease), transform 620ms var(--wlg-ease);
	background: #0d0c0b;
}

.wlg-slide.is-active {
	opacity: 1;
	transform: scale(1);
	z-index: 1;
}

.wlg-slide__hit {
	display: block;
	position: relative;
	width: 100%;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: inherit;
	aspect-ratio: 16 / 10;
	overflow: hidden;
}

.wlg-slide__hit img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
	display: block;
	transform: scale(1.03);
	transition: transform 700ms var(--wlg-ease);
	user-select: none;
}

.wlg-slide.is-active .wlg-slide__hit img {
	transform: scale(1);
}

.wlg-slide.is-active.is-fx-enter .wlg-slide__hit img {
	animation: wlg-kenburns 900ms var(--wlg-ease) both;
}

@keyframes wlg-kenburns {
	from {
		transform: scale(1.08);
		filter: brightness(0.92);
	}
	to {
		transform: scale(1);
		filter: none;
	}
}

/* Transition FX overlay: horizontal slices / vertical blinds */
.wlg-fx {
	position: absolute;
	z-index: 12;
	border-radius: 16px;
	overflow: visible;
	pointer-events: none;
	box-shadow: 0 18px 50px rgba(0, 0, 0, 0.35);
}

.wlg-fx__strip {
	position: absolute;
	background-repeat: no-repeat;
	will-change: transform, opacity;
	transition:
		transform 720ms var(--wlg-ease),
		opacity 560ms ease;
	transform: translate3d(0, 0, 0) scale(1);
	opacity: 1;
}

.wlg-fx--h .wlg-fx__strip {
	left: 0;
	width: 100%;
}

.wlg-fx--v .wlg-fx__strip {
	top: 0;
	height: 100%;
}

.wlg-fx.is-out .wlg-fx__strip[data-dir="left"] {
	transform: translate3d(-112%, 0, 0) scale(1.02);
	opacity: 0;
}

.wlg-fx.is-out .wlg-fx__strip[data-dir="right"] {
	transform: translate3d(112%, 0, 0) scale(1.02);
	opacity: 0;
}

.wlg-fx.is-out .wlg-fx__strip[data-dir="up"] {
	transform: translate3d(0, -112%, 0) scale(1.02);
	opacity: 0;
}

.wlg-fx.is-out .wlg-fx__strip[data-dir="down"] {
	transform: translate3d(0, 112%, 0) scale(1.02);
	opacity: 0;
}

.worq-location-gallery.is-fx-busy .wlg-nav,
.worq-location-gallery.is-fx-busy .wlg-stage {
	pointer-events: none;
}

/* During strip FX: no carousel slide/track motion — only the overlay strips move. */
.worq-location-gallery.is-fx-busy .wlg-track,
.worq-location-gallery.is-fx-busy .wlg-slide,
.worq-location-gallery.is-fx-busy .wlg-slide__hit img,
.worq-location-gallery.is-fx-busy .wlg-caption {
	transition: none !important;
}

.wlg-caption {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	padding: 1.1rem 1.15rem 0.95rem;
	font-size: 0.9rem;
	color: #fff;
	background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.55));
	opacity: 0;
	transform: translateY(10px);
	transition: opacity 520ms var(--wlg-ease), transform 520ms var(--wlg-ease);
	pointer-events: none;
}

.wlg-slide.is-active .wlg-caption {
	opacity: 1;
	transform: translateY(0);
}

.wlg-meta {
	display: grid;
	gap: 0.85rem;
	margin-top: 1.35rem;
}

.wlg-count {
	margin: 0;
	font-variant-numeric: tabular-nums;
	letter-spacing: 0.08em;
	font-size: 0.92rem;
	font-weight: 650;
	color: var(--wlg-muted);
}

.wlg-count__sep {
	margin: 0 0.35rem;
	opacity: 0.55;
}

.wlg-progress {
	width: min(100%, 16rem);
	height: 2px;
	border-radius: 999px;
	background: rgba(247, 242, 232, 0.16);
	overflow: hidden;
}

.wlg-progress__bar {
	display: block;
	height: 100%;
	background: var(--wlg-yellow);
	transition: width 620ms var(--wlg-ease);
}

.wlg-dialog {
	width: min(96vw, 1180px);
	max-width: 96vw;
	padding: 0;
	border: 0;
	border-radius: 18px;
	background: #0f0e0c;
	color: var(--wlg-ink);
	box-shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
}

.wlg-dialog::backdrop {
	background: rgba(10, 9, 8, 0.82);
}

.wlg-dialog__bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 0.85rem 1rem;
}

.wlg-dialog__count {
	margin: 0;
	letter-spacing: 0.08em;
	font-weight: 650;
}

.wlg-dialog__stage {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 0.5rem;
	padding: 0 0.75rem 1rem;
}

.wlg-dialog__figure {
	margin: 0;
}

.wlg-dialog__figure img {
	width: 100%;
	max-height: min(72vh, 820px);
	object-fit: contain;
	border-radius: 12px;
	background: #000;
}

.wlg-dialog__caption {
	margin: 0.65rem 0 0;
	text-align: center;
	color: var(--wlg-muted);
	font-size: 0.92rem;
}

.worq-location-gallery.is-ready .wlg-head,
.worq-location-gallery.is-ready .wlg-stage {
	animation: wlg-reveal 720ms var(--wlg-ease) both;
}

.worq-location-gallery.is-ready .wlg-stage {
	animation-delay: 80ms;
}

@keyframes wlg-reveal {
	from {
		opacity: 0.01;
		transform: translateY(12px) scale(0.985);
	}
	to {
		opacity: 1;
		transform: none;
	}
}

@media (max-width: 1024px) {
	.worq-location-gallery {
		--wlg-slide: min(82vw, 860px);
	}

}

@media (max-width: 768px) {
	.worq-location-gallery {
		--wlg-slide: min(88vw, 560px);
		padding-block: clamp(2.75rem, 8vw, 4rem);
	}

	.wlg-stage {
		max-height: calc(var(--wlg-slide) * 3 / 4 + 1rem);
	}

	.wlg-slide__hit {
		aspect-ratio: 4 / 3;
	}

	.wlg-head__controls {
		width: 100%;
	}

	.wlg-viewall {
		flex: 1 1 auto;
	}

	.wlg-dialog__stage {
		grid-template-columns: 1fr 1fr;
		grid-template-areas:
			"figure figure"
			"prev next";
		justify-items: center;
		gap: 0.75rem 0.7rem;
	}

	.wlg-dialog__figure {
		grid-area: figure;
		width: 100%;
	}

	.wlg-nav--dialog[data-wlg-dialog-prev] {
		grid-area: prev;
		justify-self: end;
	}

	.wlg-nav--dialog[data-wlg-dialog-next] {
		grid-area: next;
		justify-self: start;
	}
}

@media (prefers-reduced-motion: reduce) {
	.wlg-track,
	.wlg-slide,
	.wlg-slide__hit img,
	.wlg-caption,
	.wlg-progress__bar,
	.wlg-fx__strip,
	.worq-location-gallery.is-ready .wlg-head,
	.worq-location-gallery.is-ready .wlg-stage {
		transition: none !important;
		animation: none !important;
	}

	.wlg-slide,
	.wlg-slide.is-active {
		transform: none;
	}

	.wlg-slide__hit img,
	.wlg-slide.is-active .wlg-slide__hit img,
	.wlg-slide.is-active.is-fx-enter .wlg-slide__hit img {
		transform: none;
		animation: none !important;
		filter: none;
	}

	.wlg-fx {
		display: none !important;
	}
}

/* Workspaces */
.wld-type-filter {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin: 0 0 1.35rem;
}

.wld-chip {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	padding: 0.45rem 0.8rem;
	border-radius: 999px;
	border: 1px solid var(--wld-line);
	background: rgba(255, 253, 248, 0.8);
	color: var(--wld-ink);
	text-decoration: none;
	font-size: 0.9rem;
	font-weight: 600;
}

.wld-chip span {
	display: inline-flex;
	min-width: 1.4rem;
	justify-content: center;
	padding: 0.05rem 0.35rem;
	border-radius: 999px;
	background: rgba(26, 26, 26, 0.06);
	font-size: 0.75rem;
}

.wld-chip.is-active,
.wld-chip:hover,
.wld-chip:focus-visible {
	border-color: var(--wld-yellow);
	background: #fff8e4;
	outline: none;
}

.wld-office-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.15rem;
}

.wld-office {
	display: grid;
	grid-template-rows: auto 1fr;
	border: 1px solid var(--wld-line);
	border-radius: var(--wld-radius);
	overflow: hidden;
	background: var(--wld-surface);
}

.wld-office__media {
	display: block;
	position: relative;
	aspect-ratio: 3 / 2;
	background: #ddd6c8;
	overflow: hidden;
}

.wld-office__media img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
	object-position: center;
	display: block;
}

.wld-office__media--empty {
	background:
		linear-gradient(135deg, rgba(253, 184, 19, 0.22), transparent 50%),
		#e7e2d8;
}

.wld-office__body {
	padding: 1.15rem 1.15rem 1.25rem;
	display: flex;
	flex-direction: column;
	gap: 0.28rem;
}

.wld-office__type {
	margin: 0 0 0.2rem;
	font-size: 0.75rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--wld-muted);
	font-weight: 700;
}

.wld-office__title {
	margin: 0 0 0.1rem;
	font-size: 1.2rem;
	line-height: 1.25;
	font-family: var(--wld-font-display);
	font-weight: 560;
}

.wld-office__desc,
.wld-office__meta {
	margin: 0;
	color: var(--wld-muted);
	font-size: 0.95rem;
}

.wld-office__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
	margin-top: 0.55rem;
}

.wld-office__actions .wld-btn {
	flex: 1 1 calc(50% - 0.25rem);
	min-width: min(100%, 9.5rem);
	text-align: center;
	white-space: nowrap;
}

.wld-empty,
.wld-soon-panel {
	padding: 1.35rem 1.4rem;
	border-radius: var(--wld-radius);
	border: 1px solid var(--wld-line);
	background: rgba(255, 253, 248, 0.9);
	display: grid;
	gap: 0.9rem;
	max-width: 48rem;
}

.wld-empty p,
.wld-soon-panel p {
	margin: 0;
	color: var(--wld-muted);
}

/* Amenities — icon cards (scoped to location detail) */
.worq-location-detail .wld-amenities {
	--wld-amenity-icon-bg: rgba(253, 184, 19, 0.16);
	--wld-amenity-icon-size: 3.25rem;
	--wld-amenity-svg-size: 2rem;
}

.wld-amenities__grid {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.85rem;
}

.wld-amenity {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 0.85rem;
	padding: 0.9rem 1rem;
	border-radius: 16px;
	border: 1px solid var(--wld-line);
	background: var(--wld-surface, #fffdf8);
	min-height: 4.75rem;
	height: 100%;
	transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
	box-shadow: 0 1px 0 rgba(26, 26, 26, 0.03);
}

.wld-amenity__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: var(--wld-amenity-icon-size, 3.25rem);
	height: var(--wld-amenity-icon-size, 3.25rem);
	border-radius: 14px;
	background: var(--wld-amenity-icon-bg, rgba(253, 184, 19, 0.16));
	color: var(--wld-ink);
	flex: 0 0 auto;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.wld-amenity__svg {
	width: var(--wld-amenity-svg-size, 2rem);
	height: var(--wld-amenity-svg-size, 2rem);
	display: block;
}

.wld-amenity__label {
	flex: 1;
	min-width: 0;
	font-weight: 600;
	line-height: 1.35;
	font-size: 0.92rem;
	overflow-wrap: anywhere;
}

@media (hover: hover) and (pointer: fine) {
	.worq-location-detail .wld-amenity:hover,
	.worq-location-detail .wld-amenity:focus-within {
		transform: translateY(-2px);
		border-color: rgba(253, 184, 19, 0.55);
		box-shadow: 0 10px 24px rgba(26, 26, 26, 0.08);
	}

	.worq-location-detail .wld-amenity:hover .wld-amenity__icon,
	.worq-location-detail .wld-amenity:focus-within .wld-amenity__icon {
		background: var(--wld-yellow);
		color: var(--wld-ink);
	}
}

@media (prefers-reduced-motion: reduce) {
	.worq-location-detail .wld-amenity,
	.worq-location-detail .wld-amenity__icon {
		transition: none;
	}

	.worq-location-detail .wld-amenity:hover,
	.worq-location-detail .wld-amenity:focus-within {
		transform: none;
	}
}

/* Visit */
.wld-visit__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	gap: 1.25rem;
	align-items: stretch;
}

.wld-visit__card {
	padding: 1.4rem 1.5rem;
	border-radius: var(--wld-radius);
	border: 1px solid var(--wld-line);
	background: var(--wld-surface);
	display: grid;
	gap: 0.55rem;
	align-content: start;
}

.wld-visit__name {
	margin: 0.2rem 0 0;
	font-family: var(--wld-font-display);
	font-size: 1.35rem;
	font-weight: 560;
}

.wld-visit__address,
.wld-visit__postal {
	margin: 0;
	color: var(--wld-muted);
}

.wld-visit__map {
	border-radius: var(--wld-radius);
	overflow: hidden;
	border: 1px solid var(--wld-line);
	background: #e7e2d8;
	min-height: 280px;
	position: relative;
}

.wld-map-toggle {
	position: absolute;
	inset: auto 1rem 1rem auto;
	z-index: 2;
	display: none;
}

.wld-map-frame {
	height: 100%;
	min-height: 280px;
}

.wld-map-frame iframe {
	width: 100%;
	height: 100%;
	min-height: 280px;
	border: 0;
	display: block;
}

/* Related */
.wld-related__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
}

.wld-related__card {
	display: grid;
	grid-template-rows: auto 1fr;
	border-radius: var(--wld-radius);
	overflow: hidden;
	border: 1px solid var(--wld-line);
	background: var(--wld-surface);
	text-decoration: none;
	color: inherit;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.wld-related__card:hover,
.wld-related__card:focus-visible {
	transform: translateY(-2px);
	box-shadow: 0 12px 28px rgba(26, 26, 26, 0.1);
	outline: none;
}

.wld-related__card img,
.wld-related__fallback {
	display: block;
	width: 100%;
	height: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
	background: #ddd6c8;
}

.wld-related__body {
	display: grid;
	gap: 0.3rem;
	padding: 0.95rem 1rem 1.1rem;
}

.wld-related__title {
	font-family: var(--wld-font-display);
	font-size: 1.15rem;
	font-weight: 560;
}

.wld-related__city {
	color: var(--wld-muted);
	font-size: 0.92rem;
}

/* Final CTA */
.wld-cta {
	margin-top: clamp(1rem, 3vw, 2rem);
	background:
		linear-gradient(135deg, rgba(26, 26, 26, 0.04), transparent 40%),
		var(--wld-yellow);
	padding: clamp(2.2rem, 5vw, 3.4rem) 0;
}

.wld-cta__inner {
	display: grid;
	gap: 0.85rem;
	max-width: 46rem;
}

.wld-cta__title {
	margin: 0;
	font-family: var(--wld-font-display);
	font-size: clamp(1.8rem, 3vw, 2.5rem);
	line-height: 1.1;
	font-weight: 560;
}

.wld-cta__text {
	margin: 0;
	max-width: 48ch;
	color: rgba(26, 26, 26, 0.78);
	font-size: 1.05rem;
}

.wld-cta__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	margin-top: 0.35rem;
}

body.worq-editorial .wld-cta__actions a.wld-btn--dark,
body.worq-editorial .wld-cta__actions a.wld-btn--dark:link,
body.worq-editorial .wld-cta__actions a.wld-btn--dark:visited,
body.worq-editorial .wld-cta__actions a.wld-btn--dark:hover,
body.worq-editorial .wld-cta__actions a.wld-btn--dark:active,
body.worq-editorial .wld-cta__actions a.wld-btn--dark:focus,
.wld-cta__actions a.wld-btn--dark {
	background: #1a1a1a;
	color: #fff;
	border-color: #1a1a1a;
}

/* Sticky mobile actions */
.wld-sticky {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 40;
	display: none;
	align-items: stretch;
	gap: 0.5rem;
	padding: 0.7rem var(--wq-gutter, 1rem) calc(0.7rem + env(safe-area-inset-bottom, 0px));
	background: rgba(246, 243, 236, 0.94);
	backdrop-filter: blur(10px);
	border-top: 1px solid var(--wld-line);
	box-shadow: 0 -8px 24px rgba(26, 26, 26, 0.08);
}

.wld-sticky .wld-btn {
	flex: 1 1 0;
	min-width: 0;
	text-align: center;
	line-height: 1.2;
	white-space: normal;
}

/* ── Office detail (aligned with location detail system) ── */
.worq-office-detail {
	--wld-max: 1280px;
	--wld-ink: var(--wq-ink, #1a1a1a);
	--wld-muted: var(--wq-muted, #5c5c5c);
	--wld-yellow: var(--wq-yellow, #fdb813);
	--wld-ivory: var(--wq-ivory, #f6f3ec);
	--wld-surface: #fffdf8;
	--wld-line: rgba(26, 26, 26, 0.1);
	--wld-radius: 18px;
	--wld-font-display: var(--wq-font-display, "Graphik", "Helvetica Neue", Arial, sans-serif);
	--wld-font-ui: var(--wq-font-ui, "Roboto", "Segoe UI", sans-serif);
	color: var(--wld-ink);
	font-family: var(--wld-font-ui);
	background:
		radial-gradient(880px 400px at 0% 8%, rgba(253, 184, 19, 0.14), transparent 55%),
		radial-gradient(720px 360px at 100% 0%, rgba(26, 26, 26, 0.05), transparent 50%),
		linear-gradient(180deg, #f3efe6 0%, var(--wld-ivory) 32%, #efebe3 100%);
	padding-top: calc(var(--wq-header-h, 76px) + 0.35rem);
	padding-bottom: 0;
}

.admin-bar .worq-office-detail {
	padding-top: calc(var(--wq-header-h, 76px) + var(--wp-admin--admin-bar--height, 32px) + 0.35rem);
}

@media screen and (max-width: 782px) {
	.admin-bar .worq-office-detail {
		padding-top: calc(var(--wq-header-h, 76px) + 46px + 0.35rem);
	}
}

.worq-office-detail *,
.worq-office-detail *::before,
.worq-office-detail *::after {
	box-sizing: border-box;
}

.wod-hero {
	padding: clamp(1rem, 2.5vw, 1.75rem) 0 clamp(1.75rem, 3.5vw, 2.75rem);
}

.wod-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
	gap: clamp(1.35rem, 3.5vw, 2.75rem);
	align-items: center;
}

.wod-hero__eyebrow {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.45rem 0.65rem;
	margin: 0 0 0.55rem;
	font-size: 0.78rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	font-weight: 700;
	color: var(--wld-muted);
}

.wod-badge--status {
	background: rgba(26, 26, 26, 0.08);
	color: var(--wld-ink);
}

.wod-hero__place {
	margin: 0 0 0.65rem;
	font-size: 0.95rem;
	color: var(--wld-muted);
}

.wod-hero__place a {
	color: inherit;
	text-decoration: none;
	border-bottom: 1px solid transparent;
}

.wod-hero__place a:hover,
.wod-hero__place a:focus-visible {
	color: var(--wld-ink);
	border-bottom-color: var(--wld-yellow);
	outline: none;
}

.wod-hero__title {
	margin: 0 0 0.85rem;
	font-family: var(--wld-font-display);
	font-size: clamp(2.15rem, 4.2vw, 3.35rem);
	line-height: 1.08;
	font-weight: 560;
	letter-spacing: -0.025em;
}

.wod-hero__lead {
	margin: 0 0 1.15rem;
	max-width: 42ch;
	font-size: 1.05rem;
	line-height: 1.55;
	color: var(--wld-muted);
}

.wod-pills {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
	margin: 0 0 1.35rem;
	padding: 0;
	list-style: none;
}

.wod-pills li {
	padding: 0.4rem 0.8rem;
	border-radius: 999px;
	border: 1px solid var(--wld-line);
	background: rgba(255, 253, 248, 0.72);
	font-size: 0.86rem;
	font-weight: 650;
	color: var(--wld-ink);
}

.wod-pill__k {
	display: inline;
	margin-right: 0.2rem;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-transform: none;
	color: var(--wld-muted);
}

.wod-pill__k::after {
	content: ":";
}

.wod-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
}

.wod-hero__media {
	min-width: 0;
}

.wod-hero__figure {
	margin: 0;
	position: relative;
	border-radius: calc(var(--wld-radius) + 6px);
	overflow: hidden;
	aspect-ratio: 4 / 3;
	background: #ddd6c8;
	box-shadow: 0 18px 48px rgba(26, 26, 26, 0.1);
}

.wod-hero__figure img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
	object-position: center;
	display: block;
}

.wod-hero__fallback {
	display: grid;
	align-content: end;
	gap: 0.35rem;
	min-height: 320px;
	padding: 1.5rem;
	border-radius: calc(var(--wld-radius) + 6px);
	background:
		linear-gradient(160deg, rgba(26, 26, 26, 0.88) 0%, rgba(26, 26, 26, 0.55) 48%, rgba(253, 184, 19, 0.85) 100%),
		repeating-linear-gradient(-12deg, transparent, transparent 12px, rgba(255, 255, 255, 0.03) 12px, rgba(255, 255, 255, 0.03) 24px);
	color: #fff;
	box-shadow: 0 18px 48px rgba(26, 26, 26, 0.12);
}

.wod-hero__mark {
	font-family: var(--wld-font-display);
	font-size: 1.15rem;
	letter-spacing: 0.04em;
	opacity: 0.85;
}

.wod-hero__fallback-type {
	font-family: var(--wld-font-display);
	font-size: clamp(1.6rem, 3vw, 2.2rem);
	line-height: 1.15;
	font-weight: 560;
}

.wod-hero__fallback-place {
	font-size: 0.95rem;
	opacity: 0.82;
}

.wod-facts {
	padding: clamp(1.75rem, 4vw, 3rem) 0;
}

.wod-facts__inner {
	max-width: 1080px;
}

.wod-facts__lead {
	margin: 0 0 1.35rem;
	max-width: 38rem;
	color: var(--wld-muted);
	line-height: 1.55;
	font-size: 1.02rem;
}

.wod-facts__highlights {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.75rem;
	margin: 0 0 1.25rem;
}

.wod-facts__pill {
	display: grid;
	gap: 0.4rem;
	padding: 1.1rem 1.15rem 1.15rem;
	border-radius: calc(var(--wld-radius) - 2px);
	border: 1px solid var(--wld-line);
	background:
		linear-gradient(165deg, rgba(255, 253, 248, 0.98), rgba(246, 243, 236, 0.88));
	box-shadow: 0 10px 28px rgba(26, 26, 26, 0.04);
	animation: wod-fact-rise 640ms cubic-bezier(0.22, 1, 0.36, 1) both;
	animation-delay: calc(var(--wod-fact-i, 0) * 70ms);
}

.wod-facts__pill--accent {
	border-color: rgba(253, 184, 19, 0.55);
	background:
		linear-gradient(165deg, rgba(253, 184, 19, 0.22), rgba(255, 253, 248, 0.96));
}

.wod-facts__pill-label {
	font-size: 0.72rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	font-weight: 700;
	color: var(--wld-muted);
}

.wod-facts__pill-value {
	font-family: var(--wld-font-display);
	font-size: clamp(1.15rem, 1.8vw, 1.45rem);
	font-weight: 600;
	line-height: 1.25;
	color: var(--wld-ink);
}

.wod-facts__groups {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.85rem;
	align-items: start;
}

.wod-facts__group {
	padding: 1.15rem 1.2rem 1.25rem;
	border-radius: var(--wld-radius);
	border: 1px solid var(--wld-line);
	background: rgba(255, 253, 248, 0.78);
	animation: wod-fact-rise 700ms cubic-bezier(0.22, 1, 0.36, 1) both;
	animation-delay: calc(180ms + var(--wod-fact-i, 0) * 90ms);
}

.wod-facts__group-title {
	margin: 0 0 0.85rem;
	padding-bottom: 0.65rem;
	border-bottom: 1px solid var(--wld-line);
	font-size: 0.92rem;
	font-weight: 750;
	letter-spacing: 0.01em;
}

.wod-facts__list {
	margin: 0;
	display: grid;
	gap: 0.7rem;
}

.wod-facts__row {
	display: grid;
	gap: 0.18rem;
}

.wod-facts__row dt {
	margin: 0;
	font-size: 0.78rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	font-weight: 700;
	color: var(--wld-muted);
}

.wod-facts__row dd {
	margin: 0;
	font-size: 1rem;
	font-weight: 650;
	line-height: 1.35;
	color: var(--wld-ink);
}

@keyframes wod-fact-rise {
	from {
		opacity: 0;
		transform: translateY(12px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (max-width: 1024px) {
	.wod-facts__highlights {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.wod-facts__groups {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 640px) {
	.wod-facts__highlights,
	.wod-facts__groups {
		grid-template-columns: 1fr;
	}
}

@media (prefers-reduced-motion: reduce) {
	.wod-facts__pill,
	.wod-facts__group {
		animation: none;
	}
}

.wod-section {
	padding: clamp(1.5rem, 3.5vw, 2.75rem) 0;
}

.wod-section__inner {
	max-width: 920px;
}

.wod-detail-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
	margin-top: 1.15rem;
}

.wod-detail {
	padding: 1.15rem 1.2rem;
	border-radius: var(--wld-radius);
	border: 1px solid var(--wld-line);
	background: rgba(255, 253, 248, 0.7);
}

.wod-detail__title {
	margin: 0 0 0.45rem;
	font-size: 0.95rem;
	font-weight: 700;
}

.wod-detail p {
	margin: 0;
	color: var(--wld-muted);
	line-height: 1.55;
}

.wod-gallery {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.75rem;
	margin-top: 1.15rem;
}

.wod-gallery img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	border-radius: 14px;
	display: block;
	background: #ddd6c8;
}

.wod-specs {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.75rem 1.25rem;
	margin: 1.15rem 0 0;
}

.wod-specs > div {
	padding: 0.85rem 0;
	border-bottom: 1px solid var(--wld-line);
}

.wod-specs dt {
	margin: 0 0 0.2rem;
	font-size: 0.75rem;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: var(--wld-muted);
	font-weight: 700;
}

.wod-specs dd {
	margin: 0;
	font-weight: 600;
}

.wod-includes {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.55rem 1.25rem;
	margin: 1.15rem 0 0;
	padding: 0;
	list-style: none;
}

.wod-includes li {
	position: relative;
	padding-left: 1.15rem;
	color: var(--wld-ink);
	line-height: 1.45;
}

.wod-includes li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.55em;
	width: 0.45rem;
	height: 0.45rem;
	border-radius: 50%;
	background: var(--wld-yellow);
}

.wod-faq details {
	border-bottom: 1px solid var(--wld-line);
	padding: 0.85rem 0;
}

.wod-faq summary {
	cursor: pointer;
	font-weight: 650;
}

.wod-cta {
	margin-top: clamp(1rem, 3vw, 2rem);
	padding: clamp(1.75rem, 4vw, 2.75rem) 0;
	background:
		linear-gradient(120deg, rgba(253, 184, 19, 0.95), #fdb813 42%, #ffc84a);
}

.wod-cta__inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 1.25rem 2rem;
}

.wod-cta__title {
	margin: 0 0 0.45rem;
	font-family: var(--wld-font-display);
	font-size: clamp(1.55rem, 2.8vw, 2.15rem);
	line-height: 1.15;
	font-weight: 560;
}

.wod-cta__text {
	margin: 0;
	max-width: 48ch;
	color: rgba(26, 26, 26, 0.78);
}

.wod-cta__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
}

body.worq-editorial .worq-office-detail a.wld-btn--dark,
.worq-office-detail a.wld-btn--dark {
	background: var(--wld-ink);
	color: #fff;
	border-color: var(--wld-ink);
}

body.worq-editorial .worq-office-detail a.wld-btn--on-yellow,
.worq-office-detail a.wld-btn--on-yellow {
	color: var(--wld-ink);
}

.wod-disclaimer {
	margin: 1rem auto 1.5rem;
	font-size: 0.86rem;
	color: var(--wld-muted);
}

.wod-sticky {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 40;
	display: none;
	padding: 0.7rem var(--wq-gutter, 1rem) calc(0.7rem + env(safe-area-inset-bottom, 0px));
	background: rgba(246, 243, 236, 0.94);
	backdrop-filter: blur(10px);
	border-top: 1px solid var(--wld-line);
	box-shadow: 0 -8px 24px rgba(26, 26, 26, 0.08);
}

.wod-sticky .wld-btn {
	width: 100%;
}

@media (max-width: 1024px) {
	.wod-hero__grid {
		grid-template-columns: 1fr;
		gap: 1.25rem;
	}

	.wod-hero__media {
		order: -1;
	}
}

@media (max-width: 768px) {
	.wod-detail-grid,
	.wod-specs,
	.wod-includes {
		grid-template-columns: 1fr;
	}

	.wod-gallery {
		grid-template-columns: 1fr 1fr;
	}

	.wod-hero__title {
		font-size: clamp(1.7rem, 8vw, 2.2rem);
	}

	.wod-hero__lead {
		max-width: none;
	}

	.wod-hero__actions,
	.wod-cta__actions {
		flex-direction: column;
		align-items: stretch;
	}

	.wod-hero__actions .wld-btn,
	.wod-cta__actions .wld-btn {
		flex: 1 1 auto;
		width: 100%;
	}

	.wod-cta__inner {
		flex-direction: column;
		align-items: stretch;
	}

	.wod-sticky:not([hidden]) {
		display: flex;
	}

	.worq-office-detail {
		padding-bottom: 5.5rem;
		overflow-x: clip;
	}

	.wod-hero__copy,
	.wod-hero__media,
	.wod-facts__inner {
		min-width: 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	.wld-btn {
		transition: none;
	}
}

.admin-bar .worq-office-detail .wod-sticky {
	bottom: var(--wp-admin--admin-bar--height, 32px);
}

@media screen and (max-width: 782px) {
	.admin-bar .worq-office-detail .wod-sticky {
		bottom: 46px;
	}
}

@media (max-width: 1024px) {
	.wld-hero__grid,
	.wld-visit__grid {
		grid-template-columns: 1fr;
	}

	.wld-hero__grid {
		gap: 1.25rem;
	}

	.wld-hero__media {
		order: -1;
	}

	.wld-facts__bar {
		grid-template-columns: minmax(0, 1fr) auto;
		gap: 0.85rem 1rem;
	}

	.wld-facts__types {
		grid-column: 1 / -1;
	}

	.wld-amenities__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.wld-related__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 768px) {
	.wld-office-grid {
		grid-template-columns: 1fr;
	}

	.wld-amenities__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.worq-location-detail .wld-amenities {
		--wld-amenity-icon-size: 2.85rem;
		--wld-amenity-svg-size: 1.75rem;
	}

	.worq-location-detail .wld-amenity {
		min-height: 4.25rem;
		padding: 0.8rem 0.85rem;
		gap: 0.7rem;
	}

	.wld-related__grid {
		grid-template-columns: 1fr;
	}

	.wld-map-toggle {
		display: inline-flex;
		position: static;
		width: calc(100% - 1.5rem);
		margin: 0.85rem;
	}

	.wld-visit__map {
		min-height: auto;
	}

	.wld-map-frame[hidden] {
		display: none !important;
	}

	.wld-sticky:not([hidden]) {
		display: flex;
	}

	.worq-location-detail {
		padding-bottom: 5.5rem;
	}

	body.worq-lang-es .wld-office__actions {
		display: grid;
		grid-template-columns: 1fr;
	}

	body.worq-lang-es .wld-office__actions .wld-btn,
	.wld-office__actions .wld-btn {
		white-space: normal;
	}

	body.worq-lang-es .wld-sticky .wld-btn,
	body.worq-lang-es .wod-sticky .wld-btn {
		font-size: 0.78rem;
		padding: 0.62rem 0.55rem;
		letter-spacing: -0.01em;
	}
}

@media (max-width: 430px) {
	.wld-facts__bar {
		grid-template-columns: 1fr;
		gap: 0.85rem;
	}

	.wld-facts__aside {
		text-align: left;
	}

	.wld-hero__actions,
	.wld-cta__actions {
		flex-direction: column;
	}

	.wld-hero__actions .wld-btn,
	.wld-cta__actions .wld-btn {
		width: 100%;
	}
}

@media (max-width: 380px) {
	.wld-amenities__grid {
		grid-template-columns: 1fr;
	}
}

@media (min-width: 769px) {
	.wld-map-toggle {
		display: none !important;
	}

	.wld-map-frame[hidden] {
		display: block !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	.wld-btn,
	.wld-related__card {
		transition: none;
	}
}

/* Admin bar clearance */
.admin-bar .worq-location-detail .wld-sticky {
	bottom: 32px;
}

@media screen and (max-width: 782px) {
	.admin-bar .worq-location-detail .wld-sticky {
		bottom: 46px;
	}
}

.wld-btn--text {
	background: transparent;
	border: 0;
	box-shadow: none;
	padding-left: 0.35rem;
	padding-right: 0.35rem;
	text-decoration: underline;
	text-underline-offset: 0.15em;
}

body.worq-reserve-modal-open {
	overflow: hidden;
}

body.worq-reserve-modal-open .wod-sticky,
body.worq-reserve-modal-open .wld-sticky {
	display: none !important;
}

.worq-reserve-modal {
	--wrm-ink: var(--wq-ink, #1a1a1a);
	--wrm-muted: var(--wq-muted, #5c5c5c);
	--wrm-yellow: var(--wq-yellow, #fdb813);
	--wrm-ivory: var(--wq-ivory, #f6f3ec);
	--wrm-line: rgba(26, 26, 26, 0.1);
	--wrm-radius: 18px;
	--wrm-font-display: var(--wq-font-display, "Graphik", "Helvetica Neue", Arial, sans-serif);
	--wrm-font-ui: var(--wq-font-ui, "Roboto", "Segoe UI", sans-serif);
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100dvh;
	z-index: 10050;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: clamp(0.75rem, 2vw, 1.25rem);
	box-sizing: border-box;
	overflow: hidden;
	font-family: var(--wrm-font-ui);
	color: var(--wrm-ink);
}

.worq-reserve-modal[hidden] {
	display: none !important;
}

.worq-reserve-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(18, 24, 22, 0.68);
	backdrop-filter: blur(4px);
	animation: worq-modal-fade 0.28s ease;
}

.worq-reserve-modal__dialog {
	position: relative;
	z-index: 1;
	width: min(56rem, 100%);
	max-width: 100%;
	min-width: 0;
	height: min(92dvh, 52rem, 100%);
	max-height: 100%;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	background: var(--wrm-ivory);
	border-radius: calc(var(--wrm-radius) + 4px);
	box-shadow:
		0 28px 70px rgba(0, 0, 0, 0.28),
		0 0 0 1px rgba(255, 255, 255, 0.06) inset;
	animation: worq-modal-rise 0.34s cubic-bezier(0.22, 1, 0.36, 1);
}

.worq-reserve-modal__close,
button.worq-reserve-modal__close[type="button"] {
	position: absolute;
	top: 0.85rem;
	right: 0.85rem;
	z-index: 3;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 2.25rem;
	height: 2.25rem;
	padding: 0 !important;
	margin: 0;
	border: 0 !important;
	border-radius: 999px;
	background: rgba(255, 253, 248, 0.92) !important;
	color: #24352f !important;
	line-height: 0;
	cursor: pointer;
	box-shadow: 0 4px 14px rgba(36, 53, 47, 0.12);
	transition: transform 0.18s ease, background 0.18s ease;
	-webkit-appearance: none;
	appearance: none;
	box-sizing: border-box;
}

.worq-reserve-modal__close svg {
	display: block;
	width: 14px;
	height: 14px;
	flex: 0 0 auto;
}

.worq-reserve-modal__close:hover,
button.worq-reserve-modal__close[type="button"]:hover {
	transform: scale(1.04);
	background: #fff !important;
}

.worq-reserve-modal__shell {
	display: grid;
	grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
	flex: 1;
	min-height: 0;
	max-height: 100%;
}

.worq-reserve-modal__shell > * {
	min-height: 0;
}

.worq-reserve-modal__context {
	display: flex;
	flex-direction: column;
	min-height: 0;
	background:
		radial-gradient(700px 320px at 0% 0%, rgba(253, 184, 19, 0.18), transparent 58%),
		linear-gradient(165deg, #24352f 0%, #1a2824 55%, #152019 100%);
	color: #f7f4ee;
	overflow: hidden;
}

.worq-reserve-modal__media {
	margin: 0;
	flex-shrink: 0;
	aspect-ratio: 16 / 10;
	max-height: 38%;
	background: #1a2824;
	overflow: hidden;
}

.worq-reserve-modal__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.worq-reserve-modal__media--fallback {
	display: grid;
	place-items: center;
	background:
		linear-gradient(135deg, rgba(253, 184, 19, 0.28), transparent 55%),
		#24352f;
	font-family: var(--wrm-font-display);
	font-size: 1.75rem;
	font-weight: 600;
}

.worq-reserve-modal__context-body {
	flex: 1;
	min-height: 0;
	padding: 1.15rem 1.35rem 1.35rem;
	display: flex;
	flex-direction: column;
	gap: 0;
	overflow-y: auto;
}

.worq-reserve-modal__kicker {
	margin: 0 0 0.4rem;
	font-size: 0.72rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-weight: 700;
	color: rgba(247, 244, 238, 0.72);
}

.worq-reserve-modal__office-title {
	margin: 0 0 0.45rem;
	font-family: var(--wrm-font-display);
	font-size: 1.35rem;
	line-height: 1.18;
	font-weight: 560;
}

.worq-reserve-modal__place {
	margin: 0 0 0.55rem;
	color: rgba(247, 244, 238, 0.82);
	font-size: 0.92rem;
	line-height: 1.4;
	font-weight: 600;
}

.worq-reserve-modal__summary {
	margin: 0;
	color: rgba(247, 244, 238, 0.72);
	font-size: 0.88rem;
	line-height: 1.45;
}

.worq-reserve-modal__price {
	margin: 0.75rem 0 0;
	font-weight: 700;
	font-size: 0.98rem;
	color: var(--wrm-yellow);
}

.worq-reserve-modal__loading {
	padding: 1.5rem;
	color: rgba(247, 244, 238, 0.8);
	font-size: 0.95rem;
}

.worq-reserve-modal__panel {
	display: flex;
	flex-direction: column;
	min-height: 0;
	overflow: hidden;
	background: #fffdf8;
	container-type: inline-size;
	container-name: worq-modal-panel;
}

.worq-reserve-modal__panel-head {
	flex-shrink: 0;
	padding: 1.35rem 1.5rem 0.65rem 1.5rem;
	padding-right: 3.25rem;
}

.worq-reserve-modal__title {
	margin: 0;
	font-family: var(--wrm-font-display);
	font-size: clamp(1.45rem, 2.4vw, 1.85rem);
	line-height: 1.12;
	font-weight: 560;
	letter-spacing: -0.02em;
}

.worq-reserve-modal__panel-head .worq-reserve-modal__lead {
	margin: 0.45rem 0 0;
	color: var(--wrm-muted);
	font-size: 0.92rem;
	line-height: 1.5;
	max-width: 36rem;
}

.worq-reserve-modal__note {
	margin: 0.35rem 0 0;
	color: var(--wrm-muted);
	font-size: 0.82rem;
}

.worq-reserve-modal__body {
	flex: 1;
	min-height: 0;
	padding: 0 1.5rem 1.25rem;
	overflow: hidden;
}

.worq-reserve-modal__form {
	display: flex;
	flex-direction: column;
	min-height: 0;
	height: 100%;
}

.worq-reserve-modal__form-scroll {
	flex: 1;
	min-height: 0;
	overflow-y: auto;
	overflow-x: hidden;
	padding-right: 0.15rem;
	overscroll-behavior: contain;
	-webkit-overflow-scrolling: touch;
}

.worq-reserve-modal__form-foot {
	flex-shrink: 0;
	padding-top: 0.5rem;
	padding-bottom: env(safe-area-inset-bottom, 0px);
	border-top: 1px solid var(--wrm-line);
	background: #fffdf8;
}

.worq-reserve-modal__group {
	margin-bottom: 1.1rem;
}

.worq-reserve-modal__group-title {
	margin: 0 0 0.55rem;
	font-size: 0.78rem;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	font-weight: 700;
	color: var(--wrm-muted);
}

.worq-reserve-modal__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0.65rem;
	align-items: start;
}

.worq-reserve-modal__field {
	display: grid;
	gap: 0.35rem;
	margin: 0;
	min-width: 0;
}

.worq-reserve-modal__field--full,
.worq-reserve-modal__field--half {
	grid-column: 1 / -1;
}

.worq-reserve-modal__field label {
	display: block;
	font-size: 0.86rem;
	font-weight: 600;
	color: var(--wrm-ink);
	line-height: 1.35;
}

.worq-reserve-modal__req {
	color: #c45a2a;
	font-weight: 700;
}

.worq-reserve-modal__field input,
.worq-reserve-modal__field textarea {
	width: 100%;
	max-width: 100%;
	min-width: 0;
	box-sizing: border-box;
	padding: 0.62rem 0.72rem;
	border: 1px solid var(--wrm-line);
	border-radius: 0.65rem;
	font: inherit;
	background: #fff;
	color: var(--wrm-ink);
	transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.worq-reserve-modal__field input[type="date"],
.worq-reserve-modal__field input[type="time"],
.worq-reserve-modal__field input[type="number"] {
	min-height: 2.75rem;
}

@container worq-modal-panel (min-width: 32rem) {
	.worq-reserve-modal__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0.65rem 0.75rem;
	}

	.worq-reserve-modal__field--half {
		grid-column: auto;
	}

	.worq-reserve-modal__field--full {
		grid-column: 1 / -1;
	}
}

.worq-reserve-modal__field input:focus,
.worq-reserve-modal__field textarea:focus {
	outline: none;
	border-color: rgba(253, 184, 19, 0.65);
	box-shadow: 0 0 0 3px rgba(253, 184, 19, 0.22);
}

.worq-reserve-modal__field textarea {
	min-height: 5.5rem;
	resize: vertical;
}

.worq-reserve-modal__field--check label {
	display: flex;
	align-items: flex-start;
	gap: 0.55rem;
	font-weight: 500;
	font-size: 0.84rem;
	line-height: 1.45;
}

.worq-reserve-modal__field--check input {
	width: auto;
	margin-top: 0.15rem;
	accent-color: var(--wrm-yellow);
}

.worq-reserve-modal__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.55rem;
	margin-top: 0.5rem;
}

.worq-reserve-modal__submit {
	min-width: 9rem;
}

.worq-reserve-modal__fullpage {
	margin-left: auto;
	font-size: 0.84rem;
	color: var(--wrm-muted);
	text-decoration: underline;
	text-underline-offset: 0.14em;
}

.worq-reserve-modal__fullpage:hover {
	color: var(--wrm-ink);
}

.worq-reserve-modal__status {
	min-height: 1.25rem;
	margin: 0.5rem 0 0;
	font-size: 0.88rem;
	line-height: 1.45;
}

.worq-reserve-modal__status.is-ok {
	color: #1f6b45;
}

.worq-reserve-modal__status.is-error {
	color: #b33a2a;
}

@keyframes worq-modal-fade {
	from { opacity: 0; }
	to { opacity: 1; }
}

@keyframes worq-modal-rise {
	from {
		opacity: 0;
		transform: translateY(14px) scale(0.98);
	}
	to {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}

@media (max-width: 860px) {
	.worq-reserve-modal {
		padding: 0;
		align-items: stretch;
		justify-content: stretch;
	}

	.worq-reserve-modal__dialog {
		width: 100%;
		max-width: 100%;
		height: 100%;
		max-height: 100dvh;
		border-radius: 0;
		box-shadow: none;
	}

	.worq-reserve-modal__shell {
		display: flex;
		flex-direction: column;
		grid-template-columns: none;
		flex: 1;
		min-height: 0;
	}

	.worq-reserve-modal__context {
		position: relative;
		flex: 0 0 auto;
		max-height: none;
	}

	.worq-reserve-modal__media {
		max-height: 11rem;
		aspect-ratio: 16 / 9;
	}

	.worq-reserve-modal__context-body {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		flex: none;
		min-height: 0;
		padding: 2.4rem 1rem 0.7rem;
		overflow: hidden;
		background: linear-gradient(180deg, transparent 0%, rgba(18, 24, 22, 0.88) 58%);
	}

	.worq-reserve-modal__office-title {
		margin: 0 0 0.15rem;
		font-size: 1.15rem;
		color: #fff;
	}

	.worq-reserve-modal__kicker {
		margin: 0 0 0.2rem;
		color: rgba(255, 255, 255, 0.78);
	}

	.worq-reserve-modal__place {
		margin: 0;
		font-size: 0.82rem;
		font-weight: 500;
		color: rgba(255, 255, 255, 0.88);
	}

	.worq-reserve-modal__summary,
	.worq-reserve-modal__price {
		display: none;
	}

	.worq-reserve-modal__panel {
		flex: 1 1 auto;
	}

	.worq-reserve-modal__panel-head {
		padding: 0.75rem 1rem 0.35rem;
		padding-right: 1rem;
	}

	.worq-reserve-modal__title {
		font-size: 1.35rem;
	}

	.worq-reserve-modal__panel-head .worq-reserve-modal__lead {
		margin-top: 0.28rem;
		font-size: 0.82rem;
		line-height: 1.4;
	}

	.worq-reserve-modal__note {
		margin-top: 0.15rem;
		font-size: 0.75rem;
	}

	.worq-reserve-modal__body {
		padding: 0 1rem 0.75rem;
	}

	.worq-reserve-modal__grid {
		grid-template-columns: 1fr;
		gap: 0.5rem;
	}

	.worq-reserve-modal__field--half,
	.worq-reserve-modal__field--full {
		grid-column: 1 / -1;
	}

	.worq-reserve-modal__field textarea {
		min-height: 6.5rem;
	}

	.worq-reserve-modal__form-foot {
		padding-top: 0.4rem;
	}

	.worq-reserve-modal__status {
		min-height: 0;
		margin: 0 0 0.35rem;
	}

	.worq-reserve-modal__actions {
		display: grid;
		grid-template-columns: 1fr 1fr;
		align-items: stretch;
		gap: 0.5rem;
	}

	.worq-reserve-modal__submit,
	.worq-reserve-modal__actions .wld-btn {
		width: auto;
		min-width: 0;
		padding-left: 0.7rem;
		padding-right: 0.7rem;
	}

	.worq-reserve-modal__fullpage {
		grid-column: 1 / -1;
		margin: 0.15rem 0 0;
		text-align: center;
	}
}

/* Reserve / quote / contact / book pages */
.worq-reserve {
	--wld-max: 1280px;
	--wld-ink: var(--wq-ink, #1a1a1a);
	--wld-muted: var(--wq-muted, #5c5c5c);
	--wld-yellow: var(--wq-yellow, #fdb813);
	--wld-ivory: var(--wq-ivory, #f6f3ec);
	--wld-surface: #fffdf8;
	--wld-line: rgba(26, 26, 26, 0.1);
	--wld-radius: 18px;
	--wld-font-display: var(--wq-font-display, "Graphik", "Helvetica Neue", Arial, sans-serif);
	--wld-font-ui: var(--wq-font-ui, "Roboto", "Segoe UI", sans-serif);
	color: var(--wld-ink);
	font-family: var(--wld-font-ui);
	background:
		radial-gradient(900px 420px at 0% 0%, rgba(253, 184, 19, 0.14), transparent 55%),
		linear-gradient(180deg, #f3efe6 0%, var(--wld-ivory) 30%, #efebe3 100%);
	padding-top: calc(var(--wq-header-h, 76px) + 0.35rem);
	padding-bottom: clamp(2.5rem, 6vw, 4.5rem);
	min-height: 70vh;
}

.admin-bar .worq-reserve {
	padding-top: calc(var(--wq-header-h, 76px) + var(--wp-admin--admin-bar--height, 32px) + 0.35rem);
}

@media screen and (max-width: 782px) {
	.admin-bar .worq-reserve {
		padding-top: calc(var(--wq-header-h, 76px) + 46px + 0.35rem);
	}
}

.worq-reserve *,
.worq-reserve *::before,
.worq-reserve *::after {
	box-sizing: border-box;
}

.worq-reserve .wld-crumbs {
	margin-bottom: 0.35rem;
}

.worq-reserve__hero {
	padding: 0.75rem 0 0;
}

.worq-reserve__layout {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.18fr);
	gap: clamp(1.25rem, 3vw, 2.35rem);
	align-items: start;
}

.worq-reserve__title {
	margin: 0 0 0.65rem;
	font-family: var(--wld-font-display);
	font-size: clamp(2rem, 3.4vw, 2.85rem);
	line-height: 1.08;
	font-weight: 560;
	letter-spacing: -0.02em;
}

.worq-reserve__lead {
	margin: 0 0 1.35rem;
	color: var(--wld-muted);
	font-size: 1.05rem;
	line-height: 1.55;
	max-width: 36rem;
}

.worq-reserve__office-card {
	display: grid;
	gap: 0;
	border: 1px solid var(--wld-line);
	border-radius: calc(var(--wld-radius) + 2px);
	overflow: hidden;
	background: rgba(255, 253, 248, 0.92);
	box-shadow: 0 18px 40px rgba(36, 53, 47, 0.08);
}

.worq-reserve__media {
	margin: 0;
	aspect-ratio: 16 / 10;
	background: #e8e2d6;
	overflow: hidden;
}

.worq-reserve__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.worq-reserve__media--fallback {
	display: grid;
	place-items: center;
	background:
		linear-gradient(135deg, rgba(253, 184, 19, 0.22), transparent 55%),
		#24352f;
	color: #f7f4ee;
	font-family: var(--wld-font-display);
	font-size: 1.8rem;
	font-weight: 600;
}

.worq-reserve__office-body {
	padding: 1.15rem 1.2rem 1.25rem;
	display: grid;
	gap: 0.35rem;
}

.worq-reserve__office-type {
	margin: 0;
	font-size: 0.75rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	font-weight: 700;
	color: var(--wld-muted);
}

.worq-reserve__office-title {
	margin: 0;
	font-family: var(--wld-font-display);
	font-size: 1.35rem;
	line-height: 1.2;
	font-weight: 560;
}

.worq-reserve__office-place,
.worq-reserve__office-summary {
	margin: 0;
	color: var(--wld-muted);
	font-size: 0.95rem;
	line-height: 1.45;
}

.worq-reserve__price {
	margin: 0.35rem 0 0;
	font-weight: 700;
	font-size: 1rem;
	color: var(--wld-ink);
}

.worq-reserve__office-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
	margin-top: 0.65rem;
}

.worq-reserve__panel-card {
	border: 1px solid var(--wld-line);
	border-radius: calc(var(--wld-radius) + 4px);
	background: #fff;
	box-shadow: 0 22px 48px rgba(36, 53, 47, 0.1);
	padding: clamp(1.25rem, 2.5vw, 1.85rem);
}

.worq-reserve__panel-head {
	margin-bottom: 1.15rem;
	padding-bottom: 0.95rem;
	border-bottom: 1px solid var(--wld-line);
}

.worq-reserve__panel-title {
	margin: 0 0 0.35rem;
	font-family: var(--wld-font-display);
	font-size: clamp(1.35rem, 2vw, 1.7rem);
	line-height: 1.15;
	font-weight: 560;
}

.worq-reserve__panel-note {
	margin: 0;
	color: var(--wld-muted);
	font-size: 0.88rem;
}

.worq-reserve__group + .worq-reserve__group {
	margin-top: 1.35rem;
	padding-top: 1.15rem;
	border-top: 1px solid rgba(26, 26, 26, 0.06);
}

.worq-reserve__group-title {
	margin: 0 0 0.85rem;
	font-size: 0.8rem;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	font-weight: 700;
	color: var(--wld-muted);
}

.worq-reserve__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.85rem 0.9rem;
}

.worq-reserve__field {
	display: grid;
	gap: 0.35rem;
	margin: 0;
}

.worq-reserve__field--full {
	grid-column: 1 / -1;
}

.worq-reserve__field label {
	font-size: 0.9rem;
	font-weight: 650;
	color: var(--wld-ink);
}

.worq-reserve__field input,
.worq-reserve__field textarea,
.worq-reserve__field select {
	width: 100%;
	border: 1px solid #d9d3c7;
	border-radius: 0.7rem;
	background: #fffcf7;
	padding: 0.72rem 0.85rem;
	font: inherit;
	color: var(--wld-ink);
	transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.worq-reserve__field input:hover,
.worq-reserve__field textarea:hover,
.worq-reserve__field select:hover {
	border-color: #c7bfb0;
}

.worq-reserve__field input:focus,
.worq-reserve__field textarea:focus,
.worq-reserve__field select:focus {
	outline: none;
	border-color: #24352f;
	background: #fff;
	box-shadow: 0 0 0 3px rgba(253, 184, 19, 0.35);
}

.worq-reserve__field--check {
	grid-column: 1 / -1;
}

.worq-reserve__check {
	display: flex;
	align-items: flex-start;
	gap: 0.65rem;
	font-weight: 500;
	font-size: 0.92rem;
	line-height: 1.45;
	color: var(--wld-muted);
	cursor: pointer;
}

.worq-reserve__check input {
	width: 1.1rem;
	height: 1.1rem;
	margin-top: 0.15rem;
	flex: 0 0 auto;
	accent-color: #24352f;
}

.worq-reserve__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	margin-top: 1.25rem;
}

.worq-reserve__status {
	min-height: 1.35rem;
	margin: 0.85rem 0 0;
	font-size: 0.95rem;
	line-height: 1.4;
}

.worq-reserve__status.is-ok {
	color: #1f6b45;
	font-weight: 650;
}

.worq-reserve__status.is-error {
	color: #a1281f;
	font-weight: 650;
}

.worq-reserve__specs {
	display: grid;
	gap: 0.55rem;
	margin: 0 0 1rem;
}

.worq-reserve__specs > div {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	gap: 0.5rem;
	padding: 0.55rem 0;
	border-bottom: 1px solid var(--wld-line);
}

.worq-reserve__specs dt {
	margin: 0;
	font-weight: 650;
	color: var(--wld-muted);
	font-size: 0.9rem;
}

.worq-reserve__specs dd {
	margin: 0;
}

.worq-reserve__includes {
	margin: 0 0 1rem;
	padding-left: 1.1rem;
	color: var(--wld-muted);
}

.worq-reserve__gallery {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.65rem;
	margin: 0 0 1rem;
}

.worq-reserve__gallery img {
	width: 100%;
	height: 8.5rem;
	object-fit: cover;
	border-radius: 0.75rem;
}

.worq-reserve__empty,
.worq-reserve__provider {
	margin: 0;
	color: var(--wld-muted);
}

@media (max-width: 900px) {
	.worq-reserve__layout {
		grid-template-columns: 1fr;
	}

	.worq-reserve__panel {
		order: -1;
	}

	.worq-reserve {
		overflow-x: clip;
	}

	.worq-reserve__office-card,
	.worq-reserve__panel-card {
		min-width: 0;
	}

	.worq-reserve__actions {
		flex-direction: column;
		align-items: stretch;
	}

	.worq-reserve__actions .wld-btn {
		width: 100%;
	}
}

@media (max-width: 640px) {
	.worq-reserve__grid {
		grid-template-columns: 1fr;
	}

	.worq-reserve__field--half {
		grid-column: 1 / -1;
	}

	.worq-reserve__gallery {
		grid-template-columns: 1fr;
	}
}

/* Check Availability: the WorQ database answer shown above the enquiry form. */
.worq-reserve__availability {
	margin: 0 0 1.25rem;
	padding: 1rem 1.1rem;
	border: 1px solid var(--wld-line);
	border-radius: 12px;
	background: rgba(26, 26, 26, 0.025);
}

.worq-reserve__availability .worq-reserve__group-title {
	margin-top: 0;
}

.worq-reserve__availability-status {
	margin: 0 0 0.65rem;
	font-weight: 650;
}

.worq-reserve__availability .worq-reserve__specs {
	margin-bottom: 0.75rem;
}

.worq-reserve__availability-hours,
.worq-reserve__availability-note {
	margin: 0 0 0.5rem;
	color: var(--wld-muted);
	font-size: 0.92rem;
}

.worq-reserve__availability-cta {
	margin: 0.75rem 0 0;
	font-size: 0.92rem;
}
