/*
Theme Name: Riviera Stays
Theme URI: https://rivierastays.fr/
Author: Riviera Stays
Description: Thème éditorial, rapide et accessible pour des locations de vacances premium sur la Côte d’Azur.
Version: 1.3.9
Requires at least: 6.2
Requires PHP: 7.4
Text Domain: riviera-stays
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

:root {
	--rs-ink: #0d2b3c;
	--rs-ink-deep: #061824;
	--rs-sea: #234f68;
	--rs-sea-light: #d9e4e8;
	--rs-sand: #f1e4ce;
	--rs-shell: #fbf8f2;
	--rs-white: #fffdf9;
	--rs-coral: #c98d2b;
	--rs-gold: #d5a13a;
	--rs-text: #263a46;
	--rs-muted: #4d5d67;
	--rs-border: rgba(13, 43, 60, 0.16);
	--rs-shadow: 0 22px 60px rgba(4, 22, 34, 0.12);
	--rs-serif: "Iowan Old Style", "Palatino Linotype", Palatino, "Book Antiqua", Georgia, serif;
	--rs-sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--rs-radius: 2px;
	--rs-radius-soft: 18px;
	--rs-shell-width: 1240px;
	--rs-header-height: 90px;
}

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

html {
	scroll-behavior: smooth;
	scroll-padding-top: calc(var(--rs-header-height) + 20px);
}

body {
	margin: 0;
	background: var(--rs-shell);
	color: var(--rs-text);
	font-family: var(--rs-sans);
	font-size: 16px;
	line-height: 1.7;
	-webkit-font-smoothing: antialiased;
}

body.nav-open {
	overflow: hidden;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

a {
	color: inherit;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.2em;
}

button,
input,
textarea,
select {
	font: inherit;
}

button,
a {
	-webkit-tap-highlight-color: transparent;
}

:focus-visible {
	outline: 3px solid var(--rs-coral);
	outline-offset: 4px;
}

::selection {
	background: var(--rs-sea-light);
	color: var(--rs-ink-deep);
}

h1,
h2,
h3,
h4,
p {
	margin-top: 0;
}

h1,
h2,
h3,
h4 {
	color: var(--rs-ink);
	font-family: var(--rs-serif);
	font-weight: 400;
	line-height: 1.06;
	text-wrap: balance;
}

.shell {
	width: min(calc(100% - 48px), var(--rs-shell-width));
	margin-inline: auto;
}

.section {
	padding-block: clamp(88px, 10vw, 150px);
}

.display-title {
	margin-bottom: 0;
	font-size: clamp(2.4rem, 5vw, 4.8rem);
	letter-spacing: -0.045em;
}

.eyebrow {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 22px;
	color: var(--rs-sea);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	line-height: 1.4;
	text-transform: uppercase;
}

.eyebrow::before {
	width: 32px;
	height: 1px;
	background: currentColor;
	content: "";
}

.eyebrow--light {
	color: rgba(255, 253, 249, 0.88);
}

.lead-copy {
	font-family: var(--rs-serif);
	font-size: clamp(1.45rem, 2.4vw, 2.05rem);
	line-height: 1.35;
}

.button-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 28px;
}

.button-row--center {
	justify-content: center;
}

.button {
	display: inline-flex;
	min-height: 56px;
	align-items: center;
	justify-content: center;
	gap: 12px;
	padding: 0 26px;
	border: 1px solid transparent;
	border-radius: 999px;
	background: var(--rs-coral);
	color: var(--rs-ink-deep);
	font-size: 0.74rem;
	font-weight: 750;
	letter-spacing: 0.11em;
	line-height: 1.2;
	text-decoration: none;
	text-transform: uppercase;
	transition: background 180ms ease, color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.button:hover {
	background: #a87522;
	transform: translateY(-2px);
}

.button--small {
	min-height: 46px;
	padding-inline: 21px;
	font-size: 0.68rem;
}

.button--light {
	background: var(--rs-white);
	color: var(--rs-ink);
}

.button--light:hover {
	background: var(--rs-sand);
}

.button--dark {
	background: var(--rs-ink);
	color: var(--rs-white);
}

.button--dark:hover {
	background: var(--rs-sea);
}

.rs-icon {
	width: 21px;
	height: 21px;
	flex: 0 0 auto;
}

.text-link {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	border-bottom: 1px solid currentColor;
	font-size: 0.75rem;
	font-weight: 750;
	letter-spacing: 0.12em;
	line-height: 2;
	text-decoration: none;
	text-transform: uppercase;
}

.text-link .rs-icon {
	width: 17px;
	transition: transform 180ms ease;
}

.text-link:hover .rs-icon {
	transform: translateX(4px);
}

.text-link--light {
	color: var(--rs-white);
}

.placeholder-badge,
.setup-note,
.placeholder-copy {
	font-size: 0.69rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.placeholder-badge {
	display: inline-flex;
	align-items: center;
	padding: 8px 12px;
	border: 1px solid rgba(255, 255, 255, 0.55);
	border-radius: 999px;
	background: rgba(4, 22, 34, 0.76);
	color: #fff;
	line-height: 1;
	backdrop-filter: blur(8px);
}

.setup-note {
	display: inline-block;
	margin: 8px 0 24px;
	padding: 8px 11px;
	border-radius: 4px;
	background: rgba(201, 141, 43, 0.14);
	color: #815b1d;
	line-height: 1.5;
}

.placeholder-copy {
	color: rgba(255, 255, 255, 0.55);
}

.screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.screen-reader-text:focus {
	z-index: 100000;
	top: 10px;
	left: 10px;
	width: auto;
	height: auto;
	clip: auto;
	padding: 14px 18px;
	background: #fff;
	color: #111;
	font-weight: 700;
	white-space: normal;
}

/* Header */
.site-header {
	position: absolute;
	z-index: 100;
	top: 0;
	right: 0;
	left: 0;
	height: var(--rs-header-height);
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	color: var(--rs-white);
	transition: background 220ms ease, color 220ms ease, box-shadow 220ms ease;
}

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

.site-header.is-scrolled,
body:not(.home) .site-header {
	position: fixed;
	border-color: var(--rs-border);
	background: rgba(251, 248, 242, 0.96);
	box-shadow: 0 8px 28px rgba(4, 22, 34, 0.07);
	color: var(--rs-ink);
	backdrop-filter: blur(12px);
}

.rs-uses-brand-banner .site-header:not(.is-scrolled) {
	background: linear-gradient(180deg, rgba(4, 22, 34, 0.76), rgba(4, 22, 34, 0.42));
	text-shadow: 0 1px 12px rgba(4, 22, 34, 0.45);
	backdrop-filter: blur(4px);
}

.site-header__inner {
	display: grid;
	height: 100%;
	grid-template-columns: minmax(170px, 1fr) auto minmax(170px, 1fr);
	align-items: center;
	gap: 32px;
}

.site-brand {
	display: flex;
	align-items: center;
}

.site-brand__text {
	display: inline-flex;
	flex-direction: column;
	color: inherit;
	line-height: 1;
	text-decoration: none;
}

.site-brand__name {
	font-family: var(--rs-serif);
	font-size: 1.5rem;
	letter-spacing: 0.01em;
}

.site-brand__tagline {
	margin-top: 7px;
	font-size: 0.56rem;
	font-weight: 700;
	letter-spacing: 0.32em;
	text-transform: uppercase;
}

.custom-logo-link {
	display: inline-flex;
}

.custom-logo {
	width: auto;
	max-width: 190px;
	height: 52px;
	object-fit: contain;
}

.primary-navigation .menu {
	display: flex;
	align-items: center;
	gap: clamp(20px, 2.5vw, 38px);
	padding: 0;
	margin: 0;
	list-style: none;
}

.primary-navigation a {
	position: relative;
	display: block;
	padding-block: 9px;
	font-size: 0.68rem;
	font-weight: 750;
	letter-spacing: 0.12em;
	text-decoration: none;
	text-transform: uppercase;
}

.primary-navigation a::after {
	position: absolute;
	right: 0;
	bottom: 3px;
	left: 0;
	height: 1px;
	background: currentColor;
	content: "";
	transform: scaleX(0);
	transform-origin: right;
	transition: transform 180ms ease;
}

.primary-navigation a:hover::after,
.primary-navigation .current-menu-item > a::after {
	transform: scaleX(1);
	transform-origin: left;
}

.site-header__cta {
	justify-self: end;
	border-color: rgba(255, 255, 255, 0.62);
	background: transparent;
}

.site-header__cta:hover {
	border-color: var(--rs-white);
	background: var(--rs-white);
	color: var(--rs-ink);
}

.site-header.is-scrolled .site-header__cta,
body:not(.home) .site-header__cta {
	border-color: var(--rs-ink);
	color: var(--rs-ink);
}

.site-header.is-scrolled .site-header__cta:hover,
body:not(.home) .site-header__cta:hover {
	background: var(--rs-ink);
	color: var(--rs-white);
}

.nav-toggle {
	display: none;
}

/* Hero */
.hero {
	position: relative;
	display: grid;
	min-height: min(900px, 94vh);
	align-items: center;
	overflow: hidden;
	background: var(--rs-ink-deep);
	color: var(--rs-white);
}

.hero__media,
.hero__wash {
	position: absolute;
	inset: 0;
}

.hero__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	animation: hero-in 1.4s cubic-bezier(0.2, 0.7, 0, 1) both;
}

.hero__media picture,
.gallery-item picture {
	display: block;
	width: 100%;
	height: 100%;
}

.hero__wash {
	background: linear-gradient(90deg, rgba(4, 22, 34, 0.82) 0%, rgba(4, 22, 34, 0.48) 48%, rgba(4, 22, 34, 0.12) 82%), linear-gradient(0deg, rgba(4, 22, 34, 0.44), transparent 45%);
}

.hero--brand-art {
	display: block;
	height: min(50vw, 560px);
	min-height: 0;
	aspect-ratio: auto;
	background: var(--rs-ink-deep);
}

.hero--brand-art .hero__media img {
	object-fit: contain;
	object-position: center;
	animation: none;
}

.hero--brand-art .hero__wash {
	display: none;
}

.hero__brand-copy {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	clip-path: inset(50%);
	white-space: nowrap;
}

.hero__inner {
	position: relative;
	z-index: 2;
	padding-top: var(--rs-header-height);
}

.hero__content {
	width: min(760px, 74%);
	padding-block: 110px 90px;
}

.hero h1 {
	max-width: 750px;
	margin-bottom: 30px;
	color: var(--rs-white);
	font-size: clamp(3.7rem, 7.6vw, 7.7rem);
	letter-spacing: -0.055em;
}

.hero__lead {
	max-width: 590px;
	margin-bottom: 38px;
	color: rgba(255, 255, 255, 0.84);
	font-family: var(--rs-serif);
	font-size: clamp(1.2rem, 2vw, 1.65rem);
	line-height: 1.5;
}

.hero__placeholder {
	position: absolute;
	z-index: 3;
	top: calc(var(--rs-header-height) + 28px);
	right: 28px;
}

.hero__scroll {
	position: absolute;
	z-index: 3;
	right: 4vw;
	bottom: 52px;
	display: flex;
	align-items: center;
	gap: 15px;
	color: rgba(255, 255, 255, 0.76);
	font-size: 0.62rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-decoration: none;
	text-transform: uppercase;
	transform: rotate(90deg) translateX(-100%);
	transform-origin: bottom left;
}

.hero__scroll i {
	position: relative;
	display: block;
	width: 54px;
	height: 1px;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.32);
}

.hero__scroll i::after {
	position: absolute;
	inset: 0;
	background: #fff;
	content: "";
	animation: scroll-line 2s ease-in-out infinite;
}

@keyframes hero-in {
	from { opacity: 0.45; transform: scale(1.04); }
	to { opacity: 1; transform: scale(1); }
}

@keyframes scroll-line {
	0% { transform: translateX(-100%); }
	50%, 100% { transform: translateX(100%); }
}

/* Property summary */
.stay-strip {
	position: relative;
	z-index: 4;
	background: var(--rs-white);
	box-shadow: var(--rs-shadow);
}

.stay-strip__inner {
	display: grid;
	min-height: 128px;
	grid-template-columns: minmax(150px, 1.1fr) 3fr auto;
	align-items: center;
	gap: 36px;
}

.stay-strip__name {
	display: flex;
	min-width: 0;
	flex-direction: column;
}

.stay-strip__name span {
	color: var(--rs-muted);
	font-size: 0.63rem;
	font-weight: 700;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

.stay-strip__name strong {
	overflow: hidden;
	margin-top: 6px;
	color: var(--rs-ink);
	font-family: var(--rs-serif);
	font-size: 1.15rem;
	font-weight: 400;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.stay-facts {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	padding: 0;
	margin: 0;
	list-style: none;
}

.stay-facts li {
	display: flex;
	min-height: 58px;
	align-items: center;
	gap: 13px;
	padding-inline: clamp(12px, 2vw, 28px);
	border-left: 1px solid var(--rs-border);
	color: var(--rs-sea);
}

.stay-facts span {
	display: flex;
	flex-direction: column;
	color: var(--rs-muted);
	font-size: 0.66rem;
	line-height: 1.3;
	text-transform: uppercase;
}

.stay-facts strong {
	margin-bottom: 3px;
	color: var(--rs-ink);
	font-size: 1rem;
	font-weight: 700;
	text-transform: none;
}

/* Apartment presentation */
.property-showcase {
	padding-block: clamp(80px, 8vw, 124px);
	background: var(--rs-shell);
}

.property-showcase__intro {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
	gap: clamp(56px, 8vw, 130px);
	align-items: start;
}

.property-showcase__intro .display-title {
	max-width: 720px;
}

.property-showcase__copy {
	padding-top: 32px;
}

.property-showcase__copy > p:not(.lead-copy) {
	margin-top: 20px;
	color: var(--rs-muted);
}

.property-showcase__copy .button-row {
	margin-top: 34px;
}

.property-showcase__visuals {
	display: grid;
	height: auto;
	min-height: 0;
	grid-template-columns: 1fr;
	gap: 16px;
	margin-top: clamp(56px, 7vw, 96px);
}

.property-showcase__stack {
	display: grid;
	height: min(52vw, 620px);
	min-height: 480px;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr;
	gap: 16px;
}

.property-showcase__photo {
	position: relative;
	min-height: 0;
	margin: 0;
	overflow: hidden;
	background: #d9d0c3;
}

.property-showcase__photo picture {
	display: block;
	width: 100%;
	height: 100%;
}

.property-showcase__photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 500ms cubic-bezier(0.2, 0.7, 0, 1);
}

.property-showcase__photo--main img {
	object-position: center;
}

.property-showcase__photo--main {
	height: min(45vw, 540px);
}

.property-showcase__stack .property-showcase__photo img {
	object-fit: contain;
}

.property-showcase__photo:hover img {
	transform: scale(1.018);
}

.property-showcase__photo::after,
.gallery-item::after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 34%;
	background: linear-gradient(0deg, rgba(4, 22, 34, 0.66), transparent);
	content: "";
	pointer-events: none;
}

.property-showcase__photo figcaption,
.gallery-item figcaption {
	position: absolute;
	z-index: 2;
	right: 22px;
	bottom: 20px;
	left: 22px;
	color: var(--rs-white);
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.45;
	text-transform: uppercase;
}

.property-showcase__facts {
	margin-top: 16px;
	background: var(--rs-white);
	box-shadow: 0 14px 38px rgba(4, 22, 34, 0.08);
}

.property-showcase__facts .stay-facts li:first-child {
	border-left: 0;
}

.property-showcase__facts .stay-facts li {
	min-height: 94px;
	justify-content: center;
}

/* Full, uncropped apartment viewer */
.property-gallery {
	margin-top: clamp(56px, 7vw, 96px);
}

.property-gallery__stage {
	margin: 0;
	background: var(--rs-ink-deep);
	box-shadow: 0 20px 50px rgba(4, 22, 34, 0.16);
}

.property-gallery__open {
	position: relative;
	display: flex;
	min-height: 680px;
	align-items: center;
	justify-content: center;
	color: var(--rs-white);
}

.property-gallery__open picture {
	display: flex;
	width: 100%;
	height: min(78vh, 900px);
	align-items: center;
	justify-content: center;
}

.property-gallery__open img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}

.property-gallery__expand {
	position: absolute;
	top: 18px;
	right: 18px;
	padding: 10px 14px;
	background: rgba(4, 22, 34, 0.82);
	color: var(--rs-white);
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	backdrop-filter: blur(8px);
}

.property-gallery__stage figcaption {
	padding: 17px 22px;
	background: var(--rs-white);
	color: var(--rs-ink);
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.07em;
	line-height: 1.45;
	text-transform: uppercase;
}

.property-gallery__thumbs {
	display: grid;
	grid-template-columns: repeat(8, minmax(0, 1fr));
	gap: 9px;
	margin-top: 12px;
}

.property-gallery__thumb {
	position: relative;
	min-width: 0;
	padding: 0;
	border: 3px solid transparent;
	background: var(--rs-ink-deep);
	color: var(--rs-white);
	cursor: pointer;
	overflow: hidden;
}

.property-gallery__thumb picture {
	display: flex;
	height: 128px;
	align-items: center;
	justify-content: center;
}

.property-gallery__thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.72;
	transition: opacity 180ms ease, transform 180ms ease;
}

.property-gallery__thumb span {
	position: absolute;
	right: 6px;
	bottom: 5px;
	padding: 3px 6px;
	background: rgba(4, 22, 34, 0.76);
	font-size: 0.62rem;
	font-weight: 700;
}

.property-gallery__thumb:hover img,
.property-gallery__thumb:focus-visible img,
.property-gallery__thumb.is-selected img {
	opacity: 1;
}

.property-gallery__thumb.is-selected {
	border-color: var(--rs-gold);
}

.property-gallery__thumb:focus-visible,
.property-gallery__open:focus-visible {
	outline: 3px solid var(--rs-gold);
	outline-offset: 3px;
}

/* Intro and section headings */
.intro-section {
	background: var(--rs-shell);
}

.intro-grid {
	display: grid;
	grid-template-columns: 1.2fr 0.8fr;
	gap: clamp(60px, 10vw, 150px);
	align-items: start;
}

.intro-copy {
	max-width: 520px;
	padding-top: 46px;
}

.intro-copy > p:last-child {
	color: var(--rs-muted);
}

.section-heading {
	margin-bottom: 50px;
}

.section-heading--split {
	display: grid;
	grid-template-columns: 1.3fr 0.7fr;
	align-items: end;
	gap: 80px;
}

.section-heading--split > p {
	max-width: 440px;
	margin-bottom: 8px;
	color: var(--rs-muted);
}

.section-heading--center {
	max-width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.section-heading--center .eyebrow {
	justify-content: center;
}

/* Gallery */
.gallery-section {
	padding-block: clamp(80px, 9vw, 135px);
	background: #e9e0d2;
}

.gallery-grid {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	grid-template-rows: 430px 430px 480px 380px;
	gap: 15px;
}

.gallery-item {
	position: relative;
	min-height: 260px;
	margin: 0;
	overflow: hidden;
	background: var(--rs-sea-light);
}

.gallery-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 500ms cubic-bezier(0.2, 0.7, 0, 1);
}

.gallery-item:hover img {
	transform: scale(1.025);
}

.gallery-item .placeholder-badge {
	position: absolute;
	right: 14px;
	bottom: 14px;
}

.gallery-item--1 {
	grid-row: 1;
	grid-column: 1 / 13;
}

.gallery-item--2 {
	grid-row: 2;
	grid-column: 1 / 7;
}

.gallery-item--3 {
	grid-row: 2;
	grid-column: 7 / 10;
}

.gallery-item--4 {
	grid-row: 2;
	grid-column: 10 / 13;
}

.gallery-item--5 {
	grid-row: 3;
	grid-column: 1 / 5;
}

.gallery-item--6 {
	grid-row: 3;
	grid-column: 5 / 9;
}

.gallery-item--7 {
	grid-row: 3;
	grid-column: 9 / 13;
}

.gallery-item--8 {
	grid-row: 4;
	grid-column: 1 / 13;
}

/* Amenities */
.amenities-section {
	background: var(--rs-ink-deep);
	color: rgba(255, 255, 255, 0.74);
}

.amenities-section .display-title {
	color: var(--rs-white);
}

.amenities-section .eyebrow {
	color: #d7b16b;
}

.amenities-grid {
	display: grid;
	grid-template-columns: 1fr 0.85fr;
	gap: clamp(60px, 10vw, 160px);
	align-items: center;
}

.amenities-intro > p:last-child {
	max-width: 560px;
	margin: 34px 0 0;
}

.amenities-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	padding: 0;
	margin: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.16);
	list-style: none;
}

.amenities-list li {
	display: flex;
	min-height: 78px;
	align-items: center;
	gap: 13px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.16);
	color: var(--rs-white);
}

.amenities-list li:nth-child(odd) {
	padding-right: 22px;
	border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.amenities-list li:nth-child(even) {
	padding-left: 22px;
}

.amenities-list .rs-icon {
	color: #d7b16b;
}

.amenities-section .setup-note {
	margin-top: 24px;
	background: rgba(255, 255, 255, 0.1);
	color: rgba(255, 255, 255, 0.75);
}

/* Guest journey */
.service-section {
	padding-block: clamp(90px, 10vw, 145px);
	background: var(--rs-white);
}

.service-steps {
	position: relative;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 48px;
	margin-top: 70px;
}

.service-steps::before {
	position: absolute;
	top: 24px;
	right: 8%;
	left: 8%;
	height: 1px;
	background: var(--rs-border);
	content: "";
}

.service-steps article {
	position: relative;
	padding-top: 66px;
	text-align: center;
}

.service-steps article > span {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 50%;
	display: grid;
	width: 48px;
	height: 48px;
	place-items: center;
	border: 1px solid var(--rs-border);
	border-radius: 50%;
	background: var(--rs-white);
	color: var(--rs-sea);
	font-size: 0.66rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	transform: translateX(-50%);
}

.service-steps h3 {
	margin-bottom: 15px;
	font-size: 1.8rem;
}

.service-steps p {
	max-width: 300px;
	margin-inline: auto;
	color: var(--rs-muted);
}

/* Location */
.location-section {
	background: var(--rs-sand);
}

.location-grid {
	display: grid;
	grid-template-columns: 1.05fr 0.95fr;
	gap: clamp(60px, 10vw, 150px);
	align-items: center;
}

.location-card {
	position: relative;
	display: grid;
	min-height: 560px;
	place-items: center;
	overflow: hidden;
	background-color: #d8e1e6;
	background-image: linear-gradient(135deg, transparent 24%, rgba(255, 255, 255, 0.52) 25%, rgba(255, 255, 255, 0.52) 27%, transparent 28%, transparent 72%, rgba(255, 255, 255, 0.38) 73%, rgba(255, 255, 255, 0.38) 75%, transparent 76%), linear-gradient(45deg, transparent 40%, rgba(35, 79, 104, 0.16) 41%, rgba(35, 79, 104, 0.16) 45%, transparent 46%);
}

.location-card__rings {
	position: absolute;
	inset: 0;
}

.location-card__rings i {
	position: absolute;
	top: 50%;
	left: 50%;
	border: 1px solid rgba(13, 43, 60, 0.18);
	border-radius: 50%;
	transform: translate(-50%, -50%);
}

.location-card__rings i:nth-child(1) { width: 180px; height: 180px; }
.location-card__rings i:nth-child(2) { width: 310px; height: 310px; }
.location-card__rings i:nth-child(3) { width: 460px; height: 460px; }

.location-card__pin {
	position: relative;
	z-index: 1;
	display: grid;
	width: 76px;
	height: 76px;
	place-items: center;
	border-radius: 50% 50% 50% 0;
	background: var(--rs-coral);
	box-shadow: 0 16px 35px rgba(4, 22, 34, 0.2);
	color: #fff;
	transform: rotate(-45deg);
}

.location-card__pin .rs-icon {
	width: 32px;
	height: 32px;
	transform: rotate(45deg);
}

.location-card__label {
	position: absolute;
	right: 25px;
	bottom: 25px;
	left: 25px;
	display: flex;
	flex-direction: column;
	padding: 21px 24px;
	background: rgba(255, 253, 249, 0.88);
	box-shadow: var(--rs-shadow);
	backdrop-filter: blur(10px);
}

.location-card__label span {
	color: var(--rs-muted);
	font-size: 0.6rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.location-card__label strong {
	margin-top: 5px;
	color: var(--rs-ink);
	font-family: var(--rs-serif);
	font-size: 1.25rem;
	font-weight: 400;
}

.location-card > .placeholder-badge {
	position: absolute;
	top: 18px;
	right: 18px;
}

.location-copy > p:not(.eyebrow) {
	max-width: 510px;
	margin-top: 30px;
	color: var(--rs-muted);
}

.location-address {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-top: 32px;
	padding-top: 26px;
	border-top: 1px solid var(--rs-border);
	color: var(--rs-ink);
	font-weight: 650;
}

.location-address .rs-icon {
	color: var(--rs-coral);
}

/* FAQ */
.faq-section {
	background: var(--rs-shell);
}

.faq-grid {
	display: grid;
	grid-template-columns: 0.8fr 1.2fr;
	gap: clamp(70px, 10vw, 160px);
}

.faq-grid > div:first-child > p:last-child {
	margin-top: 30px;
	color: var(--rs-muted);
}

.faq-list {
	border-top: 1px solid var(--rs-border);
}

.faq-list details {
	border-bottom: 1px solid var(--rs-border);
}

.faq-list summary {
	position: relative;
	padding: 27px 54px 27px 0;
	color: var(--rs-ink);
	cursor: pointer;
	font-family: var(--rs-serif);
	font-size: 1.35rem;
	line-height: 1.25;
	list-style: none;
}

.faq-list summary::-webkit-details-marker {
	display: none;
}

.faq-list summary span,
.faq-list summary span::after {
	position: absolute;
	top: 50%;
	right: 8px;
	width: 18px;
	height: 1px;
	background: var(--rs-ink);
	content: "";
	transition: transform 180ms ease;
}

.faq-list summary span::after {
	top: 0;
	right: 0;
	transform: rotate(90deg);
}

.faq-list details[open] summary span::after {
	transform: rotate(0);
}

.faq-list details p {
	max-width: 650px;
	padding: 0 54px 26px 0;
	margin: 0;
	color: var(--rs-muted);
}

/* Closing CTA */
.cta-section {
	position: relative;
	overflow: hidden;
	padding-block: clamp(95px, 11vw, 155px);
	background: var(--rs-sea);
	color: rgba(255, 255, 255, 0.82);
	text-align: center;
}

.cta-section::before,
.cta-section::after {
	position: absolute;
	width: 520px;
	height: 520px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 50%;
	content: "";
}

.cta-section::before { top: -300px; left: -170px; }
.cta-section::after { right: -220px; bottom: -330px; }

.cta-section__inner {
	position: relative;
	z-index: 1;
}

.cta-section .eyebrow {
	justify-content: center;
}

.cta-section h2 {
	max-width: 920px;
	margin: 0 auto 24px;
	color: var(--rs-white);
	font-size: clamp(3rem, 6.8vw, 6.5rem);
	letter-spacing: -0.05em;
}

.cta-section__inner > p:not(.eyebrow) {
	font-family: var(--rs-serif);
	font-size: 1.28rem;
}

.cta-section .button-row {
	margin-top: 34px;
}

.airbnb-link {
	display: inline-block;
	margin-top: 30px;
	color: rgba(255, 255, 255, 0.65);
	font-size: 0.72rem;
}

/* Editorial links and safe direct-booking embed */
.editorial-links {
	background: var(--rs-white);
}

.editorial-card-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
}

.editorial-card {
	position: relative;
	display: flex;
	min-height: 330px;
	flex-direction: column;
	padding: clamp(28px, 4vw, 48px);
	border: 1px solid var(--rs-border);
	background: var(--rs-shell);
	color: var(--rs-text);
	text-decoration: none;
	transition: background 220ms ease, color 220ms ease, transform 220ms ease;
}

.editorial-card:hover {
	background: var(--rs-ink);
	color: var(--rs-white);
	transform: translateY(-5px);
}

.editorial-card > span {
	color: var(--rs-gold);
	font-size: 0.68rem;
	font-weight: 750;
	letter-spacing: 0.16em;
}

.editorial-card h3 {
	margin: auto 0 18px;
	color: inherit;
	font-size: clamp(1.8rem, 3vw, 2.55rem);
}

.editorial-card p {
	margin-bottom: 24px;
	color: var(--rs-muted);
}

.editorial-card:hover p {
	color: rgba(255, 255, 255, 0.72);
}

.editorial-card > .rs-icon {
	align-self: flex-end;
}

.booking-embed-section {
	background: var(--rs-sand);
}

.booking-embed-section .section-heading > p:last-child {
	color: var(--rs-muted);
}

.booking-embed {
	overflow: hidden;
	border: 1px solid var(--rs-border);
	border-radius: var(--rs-radius-soft);
	background: var(--rs-white);
	box-shadow: var(--rs-shadow);
}

.booking-embed iframe {
	display: block;
	width: 100%;
	height: min(820px, 86vh);
	min-height: 620px;
	border: 0;
}

.booking-embed__fallback {
	display: flex;
	justify-content: center;
	margin: 28px 0 0;
}

/* Public guides */
.guide-page {
	background: var(--rs-shell);
}

.guide-hero {
	position: relative;
	overflow: hidden;
	padding: calc(var(--rs-header-height) + clamp(80px, 10vw, 140px)) 0 clamp(90px, 11vw, 150px);
	background: var(--rs-ink-deep);
	color: rgba(255, 255, 255, 0.8);
}

.guide-hero::before,
.guide-hero::after {
	position: absolute;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 50%;
	content: "";
}

.guide-hero::before {
	top: 12%;
	right: -120px;
	width: 420px;
	height: 420px;
}

.guide-hero::after {
	right: 100px;
	bottom: -220px;
	width: 330px;
	height: 330px;
}

.guide-hero--nice {
	background: linear-gradient(125deg, #061824 0%, #17445d 58%, #ad7724 160%);
}

.guide-hero--food {
	background: linear-gradient(125deg, #061824 0%, #553a2d 72%, #c98d2b 170%);
}

.guide-hero--prepare {
	background: linear-gradient(125deg, #061824 0%, #24475a 75%, #57717c 150%);
}

.guide-hero__inner {
	position: relative;
	z-index: 1;
}

.guide-breadcrumb {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 56px;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.guide-breadcrumb a {
	color: rgba(255, 255, 255, 0.62);
}

.guide-hero h1 {
	max-width: 1000px;
	margin-bottom: 28px;
	color: var(--rs-white);
	font-size: clamp(3.8rem, 8vw, 8rem);
	letter-spacing: -0.06em;
}

.guide-hero__lead {
	max-width: 760px;
	margin-bottom: 0;
	font-family: var(--rs-serif);
	font-size: clamp(1.25rem, 2.3vw, 1.8rem);
	line-height: 1.5;
}

.guide-anchor-nav {
	position: relative;
	z-index: 3;
	display: flex;
	justify-content: center;
	gap: 8px;
	padding: 18px;
	margin-top: -32px;
	border: 1px solid var(--rs-border);
	border-radius: 999px;
	background: rgba(255, 253, 249, 0.95);
	box-shadow: 0 15px 45px rgba(4, 22, 34, 0.1);
	backdrop-filter: blur(12px);
}

.guide-anchor-nav a {
	padding: 10px 18px;
	border-radius: 999px;
	color: var(--rs-ink);
	font-size: 0.68rem;
	font-weight: 750;
	letter-spacing: 0.08em;
	text-decoration: none;
	text-transform: uppercase;
}

.guide-anchor-nav a:hover {
	background: var(--rs-sea-light);
}

.guide-section {
	padding-block: clamp(90px, 10vw, 145px);
}

.guide-section--compact {
	padding-block: clamp(70px, 8vw, 105px);
}

.guide-section--tinted {
	background: var(--rs-sand);
}

.guide-section--night {
	background: var(--rs-ink-deep);
	color: rgba(255, 255, 255, 0.72);
}

.guide-heading {
	max-width: 850px;
	margin-bottom: clamp(45px, 6vw, 75px);
}

.guide-heading h2,
.guide-split h2,
.guide-callout h2 {
	margin-bottom: 25px;
	font-size: clamp(2.6rem, 5.5vw, 5rem);
	letter-spacing: -0.045em;
}

.guide-heading > p:last-child,
.guide-prose,
.guide-callout > p {
	color: var(--rs-muted);
}

.guide-heading--light h2,
.guide-section--night h2,
.guide-section--night h3 {
	color: var(--rs-white);
}

.guide-heading--light > p:last-child {
	color: rgba(255, 255, 255, 0.7);
}

.guide-split,
.guide-callout {
	display: grid;
	grid-template-columns: 1fr 0.9fr;
	gap: clamp(55px, 10vw, 140px);
	align-items: start;
}

.guide-prose p {
	margin-bottom: 24px;
}

.guide-card-grid {
	display: grid;
	gap: 18px;
}

.guide-card-grid--four {
	grid-template-columns: repeat(4, 1fr);
}

.guide-card-grid--three {
	grid-template-columns: repeat(3, 1fr);
}

.guide-card {
	position: relative;
	min-height: 280px;
	padding: clamp(28px, 3vw, 42px);
	border: 1px solid var(--rs-border);
	background: var(--rs-white);
}

.guide-card__number {
	display: block;
	margin-bottom: 55px;
	color: var(--rs-gold);
	font-size: 0.68rem;
	font-weight: 750;
	letter-spacing: 0.14em;
}

.guide-card h3 {
	margin-bottom: 18px;
	font-size: 1.75rem;
}

.guide-card p {
	margin-bottom: 20px;
	color: var(--rs-muted);
}

.guide-note {
	margin: 35px 0 0;
	padding-left: 18px;
	border-left: 2px solid var(--rs-gold);
	color: var(--rs-muted);
	font-size: 0.88rem;
}

.guide-note--light {
	color: rgba(255, 255, 255, 0.64);
}

.guide-note--light a {
	color: var(--rs-white);
}

.guide-timeline {
	padding: 0;
	margin: 0;
	list-style: none;
}

.guide-timeline li {
	display: grid;
	grid-template-columns: 110px 1fr;
	gap: 30px;
	padding: 32px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.guide-timeline li:last-child {
	border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.guide-timeline li > span {
	color: var(--rs-gold);
	font-size: 0.72rem;
	font-weight: 750;
	letter-spacing: 0.12em;
}

.guide-timeline h3 {
	margin-bottom: 8px;
	font-size: 1.65rem;
}

.guide-timeline p {
	margin-bottom: 0;
}

.beach-list {
	border-top: 1px solid var(--rs-border);
}

.beach-list article {
	display: grid;
	grid-template-columns: 0.6fr 0.9fr 1.8fr;
	gap: 38px;
	align-items: baseline;
	padding: 32px 0;
	border-bottom: 1px solid var(--rs-border);
}

.beach-list article > span {
	color: var(--rs-sea);
	font-size: 0.68rem;
	font-weight: 750;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.beach-list h3 {
	margin: 0;
	font-size: 1.65rem;
}

.beach-list p {
	margin: 0;
	color: var(--rs-muted);
}

.restaurant-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 18px;
}

.restaurant-card {
	display: flex;
	min-height: 480px;
	flex-direction: column;
	padding: clamp(30px, 4vw, 52px);
	background: var(--rs-white);
}

.restaurant-card__top {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: auto;
	color: var(--rs-sea);
	font-size: 0.66rem;
	font-weight: 750;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.restaurant-card__top p {
	margin: 0;
	text-align: right;
}

.restaurant-card h2 {
	margin: 65px 0 10px;
	font-size: clamp(2.3rem, 4.5vw, 4rem);
}

.restaurant-card__type {
	color: var(--rs-gold);
	font-size: 0.7rem;
	font-weight: 750;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.restaurant-card > p:not(.restaurant-card__type) {
	color: var(--rs-muted);
}

.restaurant-card address {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	padding-top: 20px;
	margin-top: auto;
	border-top: 1px solid var(--rs-border);
	font-size: 0.82rem;
	font-style: normal;
}

.restaurant-card address .rs-icon {
	width: 18px;
	color: var(--rs-gold);
}

.restaurant-card .text-link {
	align-self: flex-start;
	margin-top: 22px;
}

.public-amenities {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	padding: 0;
	margin: 0;
	border-top: 1px solid var(--rs-border);
	list-style: none;
}

.public-amenities li {
	display: flex;
	gap: 18px;
	padding: 30px 25px 30px 0;
	border-bottom: 1px solid var(--rs-border);
}

.public-amenities li:nth-child(even) {
	padding-left: 25px;
	border-left: 1px solid var(--rs-border);
}

.public-amenities .rs-icon {
	color: var(--rs-gold);
}

.public-amenities h3 {
	margin-bottom: 7px;
	font-size: 1.35rem;
}

.public-amenities p {
	margin: 0;
	color: var(--rs-muted);
}

.rule-list {
	padding: 0;
	margin: 0;
	border-top: 1px solid var(--rs-border);
	list-style: none;
}

.rule-list li {
	display: grid;
	grid-template-columns: 46px 1fr;
	gap: 20px;
	padding: 24px 0;
	border-bottom: 1px solid var(--rs-border);
}

.rule-list li > span {
	color: var(--rs-gold);
	font-size: 0.68rem;
	font-weight: 750;
}

.rule-list h3 {
	margin-bottom: 5px;
	font-family: var(--rs-sans);
	font-size: 1rem;
	font-weight: 750;
}

.rule-list p {
	margin: 0;
	color: var(--rs-muted);
}

.emergency-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	border-top: 1px solid rgba(255, 255, 255, 0.16);
	border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.emergency-grid article {
	min-height: 270px;
	padding: 30px 24px;
	border-right: 1px solid rgba(255, 255, 255, 0.16);
	border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.emergency-grid strong {
	display: block;
	margin-bottom: 45px;
	color: var(--rs-gold);
	font-family: var(--rs-serif);
	font-size: 2.5rem;
	font-weight: 400;
}

.emergency-grid h3 {
	font-size: 1.35rem;
}

.emergency-grid p {
	font-size: 0.86rem;
}

.guide-crossnav {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	padding-block: 72px;
}

.guide-crossnav a {
	display: flex;
	min-height: 100px;
	align-items: center;
	gap: 20px;
	padding: 24px;
	border: 1px solid var(--rs-border);
	color: var(--rs-ink);
	font-family: var(--rs-serif);
	font-size: 1.35rem;
	text-decoration: none;
}

.guide-crossnav a + a {
	border-left: 0;
}

.guide-crossnav span {
	color: var(--rs-gold);
	font-family: var(--rs-sans);
	font-size: 0.65rem;
	font-weight: 750;
}

.guide-crossnav a:hover {
	background: var(--rs-sea-light);
}

.guide-booking-cta {
	padding-block: clamp(80px, 9vw, 125px);
	background: var(--rs-sea);
	color: var(--rs-white);
}

.guide-booking-cta__inner {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 50px;
}

.guide-booking-cta h2 {
	max-width: 780px;
	margin: 0;
	color: var(--rs-white);
	font-size: clamp(2.8rem, 6vw, 5.6rem);
}

.site-footer__registration {
	font-size: 0.68rem;
	letter-spacing: 0.06em;
}

/* Footer */
.site-footer {
	padding-top: 76px;
	background: var(--rs-ink-deep);
	color: rgba(255, 255, 255, 0.66);
}

.site-footer__grid {
	display: grid;
	grid-template-columns: 1.6fr 0.7fr 0.8fr;
	gap: 70px;
	padding-bottom: 70px;
}

.site-footer .site-brand {
	color: var(--rs-white);
}

.site-footer__brand > p {
	max-width: 360px;
	margin: 24px 0 0;
}

.site-footer__title {
	margin-bottom: 24px;
	color: var(--rs-white);
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

.site-footer .menu,
.site-footer__contact {
	padding: 0;
	margin: 0;
	list-style: none;
}

.site-footer .menu li,
.site-footer__contact li {
	margin-bottom: 10px;
}

.site-footer a {
	text-decoration: none;
	transition: color 180ms ease;
}

.site-footer a:hover {
	color: var(--rs-white);
}

.site-footer__legal {
	display: flex;
	justify-content: space-between;
	gap: 30px;
	padding-block: 24px;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	font-size: 0.7rem;
}

.site-footer__legal p {
	margin: 0;
}

.site-footer__legal p:last-child {
	display: flex;
	gap: 10px;
}

/* Generic WordPress templates */
.site-main--inner {
	min-height: 70vh;
	padding-top: calc(var(--rs-header-height) + 80px);
	padding-bottom: 110px;
}

.page-hero,
.archive-hero {
	padding: 80px 0 60px;
	text-align: center;
}

.page-hero h1,
.archive-hero h1 {
	max-width: 900px;
	margin: 0 auto;
	font-size: clamp(3rem, 7vw, 6rem);
	letter-spacing: -0.05em;
}

.page-hero .eyebrow,
.archive-hero .eyebrow {
	justify-content: center;
}

.entry-content {
	width: min(calc(100% - 48px), 760px);
	margin-inline: auto;
}

.entry-content > * {
	margin-bottom: 1.5em;
}

.entry-content h2 {
	margin-top: 1.5em;
	font-size: 2.5rem;
}

.entry-content h3 {
	margin-top: 1.4em;
	font-size: 1.8rem;
}

.entry-content a {
	color: var(--rs-sea);
}

.entry-content .alignwide {
	width: min(1100px, calc(100vw - 48px));
	max-width: none;
	margin-left: 50%;
	transform: translateX(-50%);
}

.entry-content .alignfull {
	width: 100vw;
	max-width: none;
	margin-left: 50%;
	transform: translateX(-50%);
}

.entry-featured {
	width: min(calc(100% - 48px), 1120px);
	max-height: 720px;
	margin: 0 auto 70px;
	object-fit: cover;
}

.journal-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 28px;
}

.journal-card {
	background: var(--rs-white);
	box-shadow: 0 10px 36px rgba(4, 22, 34, 0.06);
}

.journal-card__media {
	display: block;
	aspect-ratio: 4 / 3;
	overflow: hidden;
}

.journal-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.journal-card__body {
	padding: 28px;
}

.journal-card__body .eyebrow {
	margin-bottom: 12px;
}

.journal-card__title {
	margin-bottom: 14px;
	font-size: 1.8rem;
}

.journal-card__title a {
	text-decoration: none;
}

.journal-card__excerpt {
	color: var(--rs-muted);
}

.pagination {
	margin-top: 60px;
	text-align: center;
}

.nav-links {
	display: flex;
	justify-content: center;
	gap: 8px;
}

.page-numbers {
	display: grid;
	width: 42px;
	height: 42px;
	place-items: center;
	border: 1px solid var(--rs-border);
	border-radius: 50%;
	text-decoration: none;
}

.page-numbers.current {
	border-color: var(--rs-ink);
	background: var(--rs-ink);
	color: #fff;
}

.not-found {
	max-width: 700px;
	margin: 80px auto;
	text-align: center;
}

.not-found__code {
	margin-bottom: 0;
	color: var(--rs-sea);
	font-family: var(--rs-serif);
	font-size: clamp(6rem, 18vw, 13rem);
	line-height: 0.8;
}

/* Progressive reveal; content remains visible without JavaScript. */
.js [data-reveal] {
	opacity: 0;
	transform: translateY(24px);
	transition: opacity 600ms ease, transform 600ms cubic-bezier(0.2, 0.7, 0, 1);
}

.js [data-reveal].is-visible {
	opacity: 1;
	transform: none;
}

/* Tablet */
@media (max-width: 1080px) {
	:root { --rs-header-height: 78px; }

	html:not(.js) .site-header {
		height: auto;
	}

	html:not(.js) .site-header__inner {
		min-height: var(--rs-header-height);
	}

	.site-header__inner {
		grid-template-columns: 1fr auto auto;
	}

	.primary-navigation {
		grid-column: 1 / -1;
	}

	.primary-navigation .menu {
		flex-wrap: wrap;
		justify-content: center;
		gap: 4px 20px;
		padding-bottom: 12px;
	}

	.js .nav-toggle {
		position: relative;
		z-index: 3;
		display: grid;
		width: 45px;
		height: 45px;
		place-items: center;
		padding: 0;
		border: 0;
		background: transparent;
		color: inherit;
		cursor: pointer;
	}

	.nav-toggle > span:not(.screen-reader-text) {
		position: absolute;
		width: 24px;
		height: 1px;
		background: currentColor;
		transition: transform 180ms ease;
	}

	.nav-toggle > span:nth-child(2) { transform: translateY(-4px); }
	.nav-toggle > span:nth-child(3) { transform: translateY(4px); }
	.nav-toggle[aria-expanded="true"] > span:nth-child(2) { transform: rotate(45deg); }
	.nav-toggle[aria-expanded="true"] > span:nth-child(3) { transform: rotate(-45deg); }

	.js .primary-navigation {
		position: fixed;
		z-index: 2;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		display: grid;
		place-items: center;
		background: var(--rs-ink-deep);
		color: var(--rs-white);
		opacity: 0;
		pointer-events: none;
		visibility: hidden;
		transition: opacity 200ms ease, visibility 0s linear 200ms;
	}

	.js .admin-bar .primary-navigation { top: 32px; }

	.js .primary-navigation.is-open {
		opacity: 1;
		pointer-events: auto;
		visibility: visible;
		transition-delay: 0s;
	}

	.js .primary-navigation .menu {
		flex-direction: column;
		gap: 10px;
		padding-bottom: 0;
		text-align: center;
	}

	.js .primary-navigation a {
		font-family: var(--rs-serif);
		font-size: clamp(2rem, 6vw, 3.3rem);
		font-weight: 400;
		letter-spacing: -0.02em;
		text-transform: none;
	}

	.nav-open .site-header,
	.nav-open .site-header.is-scrolled {
		position: fixed;
		border-color: rgba(255, 255, 255, 0.15);
		background: var(--rs-ink-deep);
		box-shadow: none;
		color: var(--rs-white);
	}

	.nav-open .site-header__cta { display: none; }

	.hero--brand-art {
		height: auto;
		min-height: 0;
		padding-top: var(--rs-header-height);
		aspect-ratio: auto;
	}

	.hero--brand-art .hero__media {
		position: relative;
		aspect-ratio: 1774 / 887;
	}

	.property-showcase__intro {
		grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
		gap: 52px;
	}

	.property-showcase__visuals {
		height: auto;
		min-height: 0;
		grid-template-columns: 1fr;
	}

	.property-showcase__photo--main { height: 460px; }
	.property-showcase__stack { height: 540px; min-height: 0; }
	.property-gallery__open { min-height: 580px; }
	.property-gallery__thumbs { grid-template-columns: repeat(4, minmax(0, 1fr)); }

	.stay-strip__inner {
		grid-template-columns: 1fr auto;
		padding-block: 22px;
	}

	.stay-facts {
		grid-row: 2;
		grid-column: 1 / -1;
	}

	.stay-facts li:first-child { border-left: 0; padding-left: 0; }

	.gallery-grid {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 460px 340px 420px 420px 420px 380px;
	}

	.gallery-item--1 { grid-row: 1; grid-column: 1 / span 2; }
	.gallery-item--2 { grid-row: 2; grid-column: 1 / span 2; }
	.gallery-item--3 { grid-row: 3; grid-column: 1; }
	.gallery-item--4 { grid-row: 3; grid-column: 2; }
	.gallery-item--5 { grid-row: 4; grid-column: 1; }
	.gallery-item--6 { grid-row: 4; grid-column: 2; }
	.gallery-item--7 { grid-row: 5; grid-column: 1 / span 2; }
	.gallery-item--8 { grid-row: 6; grid-column: 1 / span 2; }

	.editorial-card-grid {
		grid-template-columns: 1fr 1fr;
	}

	.editorial-card:last-child {
		grid-column: 1 / -1;
	}

	.guide-card-grid--four,
	.guide-card-grid--three {
		grid-template-columns: 1fr 1fr;
	}

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

	.guide-booking-cta__inner {
		align-items: flex-start;
		flex-direction: column;
	}

	.journal-grid { grid-template-columns: 1fr 1fr; }
}

/* Mobile */
@media (max-width: 720px) {
	:root { --rs-header-height: 70px; }

	.shell,
	.entry-content,
	.entry-featured {
		width: min(calc(100% - 32px), var(--rs-shell-width));
	}

	.section { padding-block: 80px; }

	.site-header__inner {
		grid-template-columns: 1fr auto;
		gap: 10px;
	}

	.site-header__cta { display: none; }
	.custom-logo { max-width: 150px; height: 42px; }

	.admin-bar .site-header { top: 46px; }
	.js .admin-bar .primary-navigation { top: 46px; }

	.hero {
		min-height: 820px;
		align-items: end;
	}

	.hero__wash {
		background: linear-gradient(0deg, rgba(4, 22, 34, 0.86) 0%, rgba(4, 22, 34, 0.32) 70%, rgba(4, 22, 34, 0.5) 100%);
	}

	.hero--brand-art {
		min-height: 0;
		align-items: initial;
	}

	.hero--brand-art .hero__brand-copy {
		position: relative;
		display: flex;
		width: auto;
		height: auto;
		align-items: center;
		flex-direction: column;
		padding: 42px 24px 50px;
		margin: 0;
		overflow: visible;
		clip: auto;
		clip-path: none;
		background: var(--rs-ink-deep);
		color: rgba(255, 255, 255, 0.8);
		text-align: center;
		white-space: normal;
	}

	.hero--brand-art .hero__brand-copy .eyebrow {
		justify-content: center;
		margin-bottom: 14px;
		color: var(--rs-gold);
	}

	.hero--brand-art .hero__brand-copy h1 {
		margin-bottom: 14px;
		color: var(--rs-white);
		font-size: clamp(2.5rem, 13vw, 4rem);
		letter-spacing: -0.04em;
	}

	.hero--brand-art .hero__brand-copy > p:last-child {
		max-width: 480px;
		margin-bottom: 0;
		font-family: var(--rs-serif);
		font-size: 1.08rem;
		line-height: 1.5;
	}

	.hero__content {
		width: 100%;
		padding: 145px 0 96px;
	}

	.hero h1 { font-size: clamp(3.2rem, 15vw, 5.2rem); }
	.hero__lead { font-size: 1.18rem; }
	.hero__scroll { display: none; }
	.hero__placeholder { top: calc(var(--rs-header-height) + 14px); right: 16px; }

	.hero .button-row {
		align-items: flex-start;
		flex-direction: column;
		gap: 22px;
	}

	.stay-strip__inner {
		display: block;
		padding-block: 24px 28px;
	}

	.stay-strip__name { margin-bottom: 20px; }
	.stay-strip__inner > .button { width: 100%; margin-top: 23px; }

	.stay-facts {
		grid-template-columns: 1fr 1fr;
		border-top: 1px solid var(--rs-border);
	}

	.stay-facts li {
		padding: 15px 10px 15px 0;
		border-bottom: 1px solid var(--rs-border);
		border-left: 0;
	}

	.stay-facts li:nth-child(even) { padding-left: 15px; border-left: 1px solid var(--rs-border); }

	.intro-grid,
	.property-showcase__intro,
	.amenities-grid,
	.location-grid,
	.faq-grid,
	.section-heading--split {
		grid-template-columns: 1fr;
		gap: 45px;
	}

	.intro-copy { padding-top: 0; }
	.property-showcase__copy { padding-top: 0; }
	.section-heading--split > p { margin-bottom: 0; }

	.property-showcase {
		padding-block: 72px;
	}

	.property-showcase__visuals {
		height: auto;
		grid-template-columns: 1fr;
		gap: 12px;
		margin-top: 50px;
	}

	.property-showcase__photo--main {
		height: auto;
		aspect-ratio: 3 / 2;
	}

	.property-showcase__stack {
		height: 290px;
		min-height: 0;
		grid-template-rows: 1fr;
		grid-template-columns: 1fr 1fr;
		gap: 12px;
	}

	.property-showcase__photo figcaption,
	.gallery-item figcaption {
		right: 14px;
		bottom: 13px;
		left: 14px;
		font-size: 0.58rem;
	}

	.property-showcase__facts {
		margin-top: 12px;
	}

	.property-showcase__facts .stay-facts li {
		min-height: 76px;
		justify-content: flex-start;
	}

	.property-gallery {
		margin-top: 50px;
	}

	.property-gallery__open {
		min-height: 0;
	}

	.property-gallery__open picture {
		height: min(72vh, 720px);
	}

	.property-gallery__expand {
		top: 10px;
		right: 10px;
		padding: 8px 10px;
		font-size: 0.6rem;
	}

	.property-gallery__stage figcaption {
		padding: 14px 16px;
		font-size: 0.66rem;
	}

	.property-gallery__thumbs {
		display: flex;
		overflow-x: auto;
		padding: 3px 3px 10px;
		scroll-snap-type: x mandatory;
	}

	.property-gallery__thumb {
		width: 34vw;
		min-width: 34vw;
		scroll-snap-align: start;
	}

	.property-gallery__thumb picture {
		height: 132px;
	}

	.gallery-grid {
		display: flex;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		padding-bottom: 12px;
	}

	.gallery-item {
		width: 84vw;
		min-width: 84vw;
		height: 460px;
		scroll-snap-align: center;
	}

	.gallery-item img {
		object-fit: contain;
	}

	.editorial-card-grid,
	.guide-card-grid--four,
	.guide-card-grid--three,
	.restaurant-grid,
	.public-amenities,
	.guide-crossnav {
		grid-template-columns: 1fr;
	}

	.editorial-card:last-child {
		grid-column: auto;
	}

	.editorial-card {
		min-height: 280px;
	}

	.guide-hero {
		padding-top: calc(var(--rs-header-height) + 72px);
		padding-bottom: 84px;
	}

	.guide-hero h1 {
		font-size: clamp(3.2rem, 15vw, 5.2rem);
	}

	.guide-breadcrumb {
		margin-bottom: 38px;
	}

	.guide-anchor-nav {
		justify-content: flex-start;
		overflow-x: auto;
		padding: 10px;
		border-radius: 14px;
		scrollbar-width: thin;
	}

	.guide-anchor-nav a {
		flex: 0 0 auto;
	}

	.guide-section {
		padding-block: 78px;
	}

	.guide-split,
	.guide-callout {
		grid-template-columns: 1fr;
		gap: 38px;
	}

	.guide-heading h2,
	.guide-split h2,
	.guide-callout h2 {
		font-size: clamp(2.35rem, 12vw, 3.8rem);
	}

	.guide-card {
		min-height: auto;
	}

	.guide-card__number {
		margin-bottom: 38px;
	}

	.guide-timeline li {
		grid-template-columns: 70px 1fr;
		gap: 18px;
	}

	.beach-list article {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.restaurant-card {
		min-height: 440px;
	}

	.public-amenities li:nth-child(even) {
		padding-left: 0;
		border-left: 0;
	}

	.emergency-grid {
		grid-template-columns: 1fr 1fr;
	}

	.guide-crossnav a + a {
		border-top: 0;
		border-left: 1px solid var(--rs-border);
	}

	.booking-embed iframe {
		height: 720px;
		min-height: 560px;
	}

	.amenities-list { grid-template-columns: 1fr; }
	.amenities-list li:nth-child(odd) { padding-right: 0; border-right: 0; }
	.amenities-list li:nth-child(even) { padding-left: 0; }

	.service-steps {
		grid-template-columns: 1fr;
		gap: 35px;
	}

	.service-steps::before { display: none; }
	.service-steps article { padding: 0 0 0 72px; text-align: left; }
	.service-steps article > span { top: 0; left: 0; transform: none; }
	.service-steps p { margin-left: 0; }

	.location-grid { gap: 60px; }
	.location-card { min-height: 450px; }

	.faq-grid { gap: 55px; }
	.faq-list summary { font-size: 1.18rem; }

	.cta-section h2 { font-size: clamp(3rem, 14vw, 5rem); }
	.cta-section .button-row { flex-direction: column; }

	.site-footer__grid {
		grid-template-columns: 1fr;
		gap: 42px;
	}

	.site-footer__legal {
		align-items: flex-start;
		flex-direction: column;
		gap: 12px;
	}

	.journal-grid { grid-template-columns: 1fr; }
}

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

/* Riviera Stays daily news evolution */
.daily-news {
    background: #f5f1e8;
}

.daily-news__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.72fr);
    gap: clamp(1.5rem, 4vw, 4rem);
    align-items: stretch;
}

.daily-news__intro {
    align-self: center;
}

.daily-news__card,
.upcoming-property {
    border: 1px solid rgba(28, 37, 44, 0.14);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 18px 48px rgba(28, 37, 44, 0.08);
}

.daily-news__card {
    padding: clamp(1.4rem, 3vw, 2.2rem);
}

.daily-news__card h3,
.upcoming-property h3 {
    margin: 0 0 0.75rem;
    font-family: var(--font-display, inherit);
    font-size: clamp(1.45rem, 2.4vw, 2.1rem);
    line-height: 1.1;
}

.daily-news__date,
.status-pill {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    margin: 0 0 1rem;
    border-radius: 999px;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.daily-news__date {
    color: #8f5639;
}

.upcoming-properties {
    background: #ffffff;
}

.upcoming-properties__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(1rem, 2.5vw, 1.5rem);
}

.upcoming-property {
    padding: clamp(1.2rem, 2.5vw, 1.8rem);
}

.status-pill {
    padding: 0.42rem 0.72rem;
    background: #eef4f1;
    color: #2d6b5a;
}

.upcoming-properties__link {
    margin-top: 1.5rem;
}

@media (max-width: 800px) {
    .daily-news__grid,
    .upcoming-properties__grid {
        grid-template-columns: 1fr;
    }
}


/* Riviera Stays home top spotlight */
.home-spotlight {
    background: #f7f3ec;
    border-bottom: 1px solid rgba(18, 31, 44, 0.1);
    padding: 18px 0;
    position: relative;
    z-index: 3;
}

.home-spotlight__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.5fr);
    gap: 22px;
    align-items: stretch;
}

.home-spotlight__intro {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
}

.home-spotlight__intro h2 {
    font-size: 1.5rem;
    line-height: 1.14;
    margin: 0;
}

.home-spotlight__intro p:last-child {
    color: rgba(18, 31, 44, 0.72);
    margin: 0;
    max-width: 44rem;
}

.home-spotlight__actions {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.home-spotlight__card {
    background: #fffdf8;
    border: 1px solid rgba(18, 31, 44, 0.12);
    border-radius: 8px;
    color: inherit;
    display: flex;
    flex-direction: column;
    gap: 7px;
    min-height: 138px;
    padding: 16px;
    text-decoration: none;
    transition: border-color 180ms ease, transform 180ms ease;
}

.home-spotlight__card:hover,
.home-spotlight__card:focus-visible {
    border-color: rgba(188, 143, 78, 0.58);
    transform: translateY(-2px);
}

.home-spotlight__card span {
    color: #9a6b32;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.home-spotlight__card strong {
    color: #142331;
    font-size: 1rem;
    line-height: 1.22;
}

.home-spotlight__card small {
    color: rgba(18, 31, 44, 0.68);
    font-size: 0.86rem;
    line-height: 1.45;
}

.home-spotlight__card--booking {
    background: #142331;
    border-color: #142331;
    color: #fff;
}

.home-spotlight__card--booking span,
.home-spotlight__card--booking strong,
.home-spotlight__card--booking small {
    color: inherit;
}

.home-spotlight__card--booking small {
    color: rgba(255, 255, 255, 0.76);
}

@media (max-width: 980px) {
    .home-spotlight__grid,
    .home-spotlight__actions {
        grid-template-columns: 1fr;
    }

    .home-spotlight__card {
        min-height: auto;
    }
}

/* Keep the top spotlight readable below the transparent header */
.home-spotlight {
    padding-top: 112px;
}

.home-spotlight__intro,
.home-spotlight__actions {
    opacity: 1;
    transform: none;
}

@media (max-width: 980px) {
    .home-spotlight {
        padding-top: 96px;
    }
}

/* Home spotlight without intro copy */
.home-spotlight__grid {
    grid-template-columns: 1fr;
}

.home-spotlight__actions {
    width: 100%;
}

/* Remove requested home intro copy */
.home-spotlight__intro {
    display: none !important;
}

/* Riviera Stays availability and newsletter experience */
.stay-planner {
    background: #f7f3ec;
    border-bottom: 1px solid rgba(18, 31, 44, 0.1);
    padding: 112px 0 28px;
    position: relative;
    z-index: 3;
}

.stay-planner__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
    gap: 28px;
    align-items: stretch;
}

.stay-planner__main h2 {
    font-size: 3.2rem;
    line-height: 1.02;
    margin: 0 0 14px;
    max-width: 12em;
}

.stay-planner__main > p {
    color: rgba(18, 31, 44, 0.72);
    font-size: 1.04rem;
    line-height: 1.6;
    margin: 0 0 22px;
    max-width: 44rem;
}

.availability-form {
    background: #fffdf8;
    border: 1px solid rgba(18, 31, 44, 0.12);
    border-radius: 8px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr)) auto;
    gap: 12px;
    padding: 16px;
}

.availability-form__apartment {
    border-bottom: 1px solid rgba(18, 31, 44, 0.1);
    grid-column: 1 / -1;
    padding-bottom: 12px;
}

.availability-form__apartment span,
.availability-form label span {
    color: #9a6b32;
    display: block;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.availability-form__apartment strong {
    color: #142331;
    display: block;
    font-size: 1.05rem;
}

.availability-form input,
.availability-form select {
    background: #fff;
    border: 1px solid rgba(18, 31, 44, 0.16);
    border-radius: 6px;
    color: #142331;
    min-height: 46px;
    padding: 0 12px;
    width: 100%;
}

.availability-form button {
    align-self: end;
    background: #142331;
    border: 0;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    font-weight: 700;
    min-height: 46px;
    padding: 0 18px;
    white-space: nowrap;
}

.availability-form__note {
    color: rgba(18, 31, 44, 0.64);
    grid-column: 1 / -1;
    margin: 0;
}

.stay-planner__properties {
    display: grid;
    gap: 12px;
}

.stay-property {
    background: #fffdf8;
    border: 1px solid rgba(18, 31, 44, 0.12);
    border-radius: 8px;
    padding: 18px;
}

.stay-property h3 {
    font-size: 1.16rem;
    margin: 10px 0 8px;
}

.stay-property p {
    color: rgba(18, 31, 44, 0.68);
    margin: 0;
}

.stay-property.is-available {
    border-color: rgba(41, 120, 85, 0.38);
}

.home-newsletter-band {
    background: #fffdf8;
    padding: 26px 0;
}

.riviera-newsletter {
    align-items: start;
    background: #142331;
    border-radius: 8px;
    color: #fff;
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    padding: 24px;
}

.riviera-newsletter .eyebrow,
.riviera-newsletter__field label {
    color: rgba(255, 255, 255, 0.72);
}

.riviera-newsletter h2 {
    color: #fff;
    font-size: 2.3rem;
    line-height: 1.05;
    margin: 0 0 10px;
}

.riviera-newsletter p {
    color: rgba(255, 255, 255, 0.74);
    margin: 0;
}

.riviera-newsletter__form {
    display: grid;
    gap: 12px;
}

.riviera-newsletter__field input {
    border: 0;
    border-radius: 6px;
    min-height: 48px;
    padding: 0 14px;
    width: 100%;
}

.riviera-newsletter__honeypot {
    display: none;
}

.riviera-newsletter__consent {
    align-items: start;
    color: rgba(255, 255, 255, 0.78);
    display: grid;
    gap: 10px;
    grid-template-columns: auto 1fr;
    line-height: 1.45;
}

.riviera-newsletter__form button {
    background: #f7f3ec;
    border: 0;
    border-radius: 6px;
    color: #142331;
    cursor: pointer;
    font-weight: 700;
    min-height: 48px;
    padding: 0 18px;
}

.riviera-newsletter__message {
    border-radius: 6px;
    padding: 10px 12px;
}

.riviera-newsletter__message.is-success {
    background: rgba(80, 180, 120, 0.18);
}

.riviera-newsletter__message.is-error {
    background: rgba(220, 90, 80, 0.18);
}

.riviera-newsletter__privacy {
    font-size: 0.84rem;
}

@media (max-width: 980px) {
    .stay-planner {
        padding-top: 96px;
    }

    .stay-planner__grid,
    .riviera-newsletter {
        grid-template-columns: 1fr;
    }

    .availability-form {
        grid-template-columns: 1fr 1fr;
    }

    .availability-form button {
        grid-column: 1 / -1;
    }
}

@media (max-width: 640px) {
    .availability-form {
        grid-template-columns: 1fr;
    }
}


/* Reservation page */
.guide-hero--reservation {
    background: linear-gradient(135deg, rgba(13, 43, 60, 0.94), rgba(35, 79, 104, 0.9)), url('assets/images/rivierastays-banner.png');
    background-position: center;
    background-size: cover;
}

.booking-page .stay-planner {
    border-bottom: 0;
    padding-top: 72px;
}

.stay-planner--reservation .stay-planner__main h2 {
    max-width: 14em;
}

.home-newsletter-band--reservation {
    padding-bottom: 72px;
}

.stay-property.is-upcoming {
    opacity: 0.82;
}

@media (max-width: 980px) {
    .stay-planner__main h2 {
        font-size: 2.4rem;
    }

    .riviera-newsletter h2 {
        font-size: 2rem;
    }
}

@media (max-width: 640px) {
    .stay-planner__main h2 {
        font-size: 2rem;
    }

    .booking-page .stay-planner {
        padding-top: 52px;
    }
}

.home-newsletter-band--news {
    margin-top: 64px;
    padding-bottom: 72px;
}

.availability-form__platforms {
    align-self: end;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.availability-form__platforms button {
    width: 100%;
}

/* Codex layout repair 2026-07-29 START */
.home main#contenu {
  display: flex;
  flex-direction: column;
}
.home main#contenu > .stay-planner {
  display: none !important;
}
.home main#contenu > .hero { order: 1; }
.home main#contenu > .property-showcase { order: 2; }
.home main#contenu > .amenities-section { order: 3; }
.home main#contenu > .service-section { order: 4; }
.home main#contenu > .location-section { order: 5; }
.home main#contenu > .daily-news { order: 6; }
.home main#contenu > .home-newsletter-band { order: 7; }
.home main#contenu > .upcoming-properties { order: 8; }
.home main#contenu > .editorial-links { order: 9; }
.home main#contenu > .faq-section { order: 10; }
.home main#contenu > .cta-section { order: 11; }

.availability-form {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(140px, 1fr)) !important;
  gap: 16px !important;
  align-items: start !important;
}
.availability-form > input[type="hidden"] {
  display: none !important;
}
.availability-form__apartment,
.availability-form__platforms,
.availability-form__note,
.availability-form .rs-smoobu-availability,
.availability-form > .rs-smoobu-availability {
  grid-column: 1 / -1 !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
}
.availability-form > label {
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
  width: auto !important;
  min-width: 0 !important;
}
.availability-form > label span {
  display: block !important;
  white-space: normal !important;
}
.availability-form input[type="date"],
.availability-form select {
  width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
}
.availability-form__platforms {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 12px !important;
}
.availability-form__platforms button {
  width: 100% !important;
  min-width: 0 !important;
  white-space: normal !important;
}
.rs-smoobu-availability {
  box-sizing: border-box !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
}
.rs-smoobu-status,
.rs-smoobu-note {
  width: auto !important;
  max-width: 100% !important;
}
.rs-smoobu-calendar {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)) !important;
  gap: 16px !important;
  width: 100% !important;
  max-width: 100% !important;
}
.rs-smoobu-month {
  width: 100% !important;
  min-width: 0 !important;
}

@media (max-width: 900px) {
  .availability-form {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .availability-form__platforms {
    grid-template-columns: 1fr !important;
  }
}
@media (max-width: 640px) {
  .availability-form {
    grid-template-columns: 1fr !important;
  }
}
/* Codex layout repair 2026-07-29 END */

/* Codex hero visibility repair 2026-07-29 START */
.home .hero {
  position: relative;
  overflow: hidden;
}
.home .hero__wash {
  display: block !important;
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(5, 22, 34, 0.94) 0%, rgba(5, 22, 34, 0.82) 44%, rgba(5, 22, 34, 0.28) 72%, rgba(5, 22, 34, 0.10) 100%);
  pointer-events: none;
}
.home .hero__brand-copy {
  position: absolute !important;
  left: clamp(24px, 6vw, 96px) !important;
  bottom: clamp(36px, 7vw, 86px) !important;
  z-index: 2 !important;
  width: min(660px, calc(100% - 48px)) !important;
  height: auto !important;
  max-width: calc(100% - 48px) !important;
  overflow: visible !important;
  clip: auto !important;
  clip-path: none !important;
  white-space: normal !important;
  transform: none !important;
  color: #fffdf9 !important;
}
.home .hero__brand-copy .eyebrow,
.home .hero__brand-copy h1,
.home .hero__brand-copy p {
  position: static !important;
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  overflow: visible !important;
  clip: auto !important;
  clip-path: none !important;
  color: inherit !important;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.42);
}
.home .hero__brand-copy h1 {
  margin: 12px 0 18px !important;
  font-size: clamp(42px, 6vw, 84px) !important;
  line-height: 0.96 !important;
  letter-spacing: 0 !important;
}
.home .hero__brand-copy p:not(.eyebrow) {
  max-width: 560px !important;
  font-size: clamp(18px, 2vw, 24px) !important;
  line-height: 1.45 !important;
}
@media (max-width: 700px) {
  .home .hero__brand-copy {
    left: 22px !important;
    right: 22px !important;
    bottom: 34px !important;
    width: auto !important;
    max-width: none !important;
  }
  .home .hero__brand-copy h1 {
    font-size: 42px !important;
  }
}
/* Codex hero visibility repair 2026-07-29 END */

/* Codex home editorial order 2026-07-29 START */
.home main#contenu > .hero { order: 1; }
.home main#contenu > .daily-news { order: 2; }
.home main#contenu > .upcoming-properties { order: 3; }
.home main#contenu > .home-newsletter-band { order: 4; }
.home main#contenu > .property-showcase { order: 5; }
.home main#contenu > .amenities-section { order: 6; }
.home main#contenu > .service-section { order: 7; }
.home main#contenu > .location-section { order: 8; }
.home main#contenu > .editorial-links { order: 9; }
.home main#contenu > .faq-section { order: 10; }
.home main#contenu > .cta-section { order: 11; }
/* Codex home editorial order 2026-07-29 END */

/* Codex home news visibility 2026-07-29 START */
.home .daily-news {
  padding-top: 44px !important;
}
/* Codex home news visibility 2026-07-29 END */

/* Codex apartments redesign 2026-07-29 START */
.page-id-1138 .page-hero.shell {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.page-id-1138 .site-main--inner {
  background: linear-gradient(180deg, #fbf7f1 0%, #f5eee5 52%, #fbfaf7 100%);
}

.page-id-1138 .entry-content {
  max-width: none;
  width: 100%;
  margin: 0;
}

.page-id-1138 .entry-content > .apartments-redesign {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.page-id-1138 .apartments-redesign {
  box-sizing: border-box;
  padding: clamp(46px, 6vw, 82px) 0;
  color: #102637;
}

.page-id-1138 .apartments-redesign br,
.page-id-1138 .apartments-redesign p:empty {
  display: none;
}

.page-id-1138 .apartments-redesign--hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(400px, 1fr);
  gap: clamp(26px, 4vw, 56px);
  align-items: center;
  min-height: auto;
  padding-top: clamp(34px, 5vw, 72px);
  padding-bottom: clamp(42px, 6vw, 82px);
}

.page-id-1138 .apartments-redesign__hero-copy,
.page-id-1138 .apartments-redesign__section-head {
  max-width: 660px;
}

.page-id-1138 .apartments-redesign .eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 20px;
  color: #9a6a33;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.page-id-1138 .apartments-redesign .eyebrow::before {
  content: "";
  width: 38px;
  height: 1px;
  background: currentColor;
  opacity: 0.75;
}

.page-id-1138 .apartments-redesign h2 {
  margin: 0;
  color: #092233;
  font-family: var(--font-display, Georgia, serif);
  font-size: clamp(2.2rem, 4vw, 4.35rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.page-id-1138 .apartments-redesign h3 {
  margin: 16px 0 10px;
  color: #102637;
  font-family: var(--font-display, Georgia, serif);
  font-size: clamp(1.5rem, 2.4vw, 2.15rem);
  line-height: 1.08;
  letter-spacing: 0;
}

.page-id-1138 .apartments-redesign p {
  margin: 18px 0 0;
  max-width: 680px;
  color: #5f6972;
  font-size: clamp(1rem, 1.45vw, 1.18rem);
  line-height: 1.65;
}

.page-id-1138 .apartments-redesign__hero-media {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(160px, 0.72fr);
  grid-template-rows: 240px 240px;
  gap: 14px;
  align-items: stretch;
}

.page-id-1138 .apartments-redesign img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  background: #e8ddd0;
}

.page-id-1138 .apartments-redesign__hero-media img {
  min-height: 190px;
  box-shadow: 0 24px 70px rgba(16, 38, 55, 0.16);
}

.page-id-1138 .apartments-redesign__hero-media img:first-child {
  grid-row: 1 / span 2;
  min-height: 494px;
}

.page-id-1138 .apartments-redesign__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 30px;
}

.page-id-1138 .apartments-redesign__actions .button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 13px 22px;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
}

.page-id-1138 .apartments-redesign__actions .button--dark {
  background: #102637;
  color: #fff;
  border: 1px solid #102637;
}

.page-id-1138 .apartments-redesign__actions .button--ghost {
  color: #102637;
  background: rgba(255,255,255,0.58);
  border: 1px solid rgba(16,38,55,0.22);
}

.page-id-1138 .apartments-redesign__actions .text-link {
  color: #9a6a33;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.page-id-1138 .apartments-redesign--available,
.page-id-1138 .apartments-redesign--coming,
.page-id-1138 .apartments-redesign--context {
  border-top: 1px solid rgba(16, 38, 55, 0.13);
}

.page-id-1138 .apartments-redesign__section-head {
  margin-bottom: 30px;
}

.page-id-1138 .apartments-redesign__section-head h2 {
  font-size: clamp(2rem, 3.7vw, 3.6rem);
  line-height: 1.03;
}

.page-id-1138 .apartment-feature-card {
  display: grid;
  grid-template-columns: minmax(340px, 0.95fr) minmax(0, 1.05fr);
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(16,38,55,0.14);
  border-radius: 8px;
  background: #fffdf8;
  box-shadow: 0 22px 60px rgba(16, 38, 55, 0.08);
}

.page-id-1138 .apartment-feature-card__media {
  min-height: 420px;
}

.page-id-1138 .apartment-feature-card__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(28px, 4vw, 54px);
}

.page-id-1138 .apartment-status {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  border-radius: 999px;
  padding: 9px 14px;
  background: #e8f2ed;
  color: #2d765f;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.page-id-1138 .apartment-status--open {
  background: #f5eadb;
  color: #9a6a33;
}

.page-id-1138 .apartment-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.page-id-1138 .apartment-facts li {
  border: 1px solid rgba(16,38,55,0.13);
  border-radius: 999px;
  padding: 9px 13px;
  background: #fbf7f1;
  color: #102637;
  font-size: 0.9rem;
  font-weight: 800;
}

.page-id-1138 .apartment-facts--muted li {
  background: rgba(255,255,255,0.7);
}

.page-id-1138 .apartment-coming-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.page-id-1138 .apartment-coming-card {
  overflow: hidden;
  border: 1px solid rgba(16,38,55,0.13);
  border-radius: 8px;
  background: #fffdf8;
  box-shadow: 0 20px 50px rgba(16, 38, 55, 0.07);
}

.page-id-1138 .apartment-coming-card__image {
  position: relative;
  height: clamp(250px, 30vw, 380px);
}

.page-id-1138 .apartment-coming-card__image::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 42%;
  background: linear-gradient(180deg, rgba(16,38,55,0), rgba(16,38,55,0.62));
  pointer-events: none;
}

.page-id-1138 .apartment-coming-card__image span {
  position: absolute;
  left: 18px;
  bottom: 16px;
  z-index: 1;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.page-id-1138 .apartment-coming-card__body {
  padding: clamp(24px, 3.5vw, 38px);
}

.page-id-1138 .apartments-redesign--context {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: start;
}

.page-id-1138 .apartments-redesign__context-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.page-id-1138 .apartments-redesign__context-grid > div {
  border-left: 3px solid #9a6a33;
  padding: 6px 0 8px 18px;
}

.page-id-1138 .apartments-redesign__context-grid h3 {
  margin-top: 0;
  font-size: 1.35rem;
}

.page-id-1138 .apartments-redesign--credits {
  padding-top: 16px;
  padding-bottom: 44px;
  color: #7a8288;
  font-size: 0.82rem;
}

@media (max-width: 980px) {
  .page-id-1138 .entry-content > .apartments-redesign {
    width: min(100% - 32px, 760px);
  }

  .page-id-1138 .apartments-redesign--hero,
  .page-id-1138 .apartment-feature-card,
  .page-id-1138 .apartments-redesign--context,
  .page-id-1138 .apartment-coming-grid,
  .page-id-1138 .apartments-redesign__context-grid {
    grid-template-columns: 1fr;
  }

  .page-id-1138 .apartments-redesign--hero {
    min-height: auto;
    padding-top: 34px;
  }

  .page-id-1138 .apartments-redesign__hero-media {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 280px 190px;
  }

  .page-id-1138 .apartments-redesign__hero-media img:first-child {
    grid-column: 1 / span 2;
    grid-row: auto;
    min-height: 280px;
  }

  .page-id-1138 .apartment-feature-card__media {
    min-height: 300px;
  }
}

@media (max-width: 620px) {
  .page-id-1138 .entry-content > .apartments-redesign {
    width: min(100% - 28px, 460px);
  }

  .page-id-1138 .apartments-redesign {
    padding: 40px 0;
  }

  .page-id-1138 .apartments-redesign h2 {
    font-size: clamp(2rem, 11vw, 3.15rem);
    line-height: 1;
  }

  .page-id-1138 .apartments-redesign__hero-copy {
    order: 2;
  }

  .page-id-1138 .apartments-redesign__hero-media {
    order: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 220px 140px;
    gap: 10px;
  }

  .page-id-1138 .apartments-redesign__hero-media img {
    height: 100%;
    min-height: 0;
    margin-top: 0;
  }

  .page-id-1138 .apartments-redesign__hero-media img:first-child {
    grid-column: 1 / span 2;
    grid-row: auto;
    height: 100%;
    min-height: 0;
  }

  .page-id-1138 .apartments-redesign__actions,
  .page-id-1138 .apartments-redesign__actions .button {
    width: 100%;
  }

  .page-id-1138 .apartment-coming-card__image {
    height: 260px;
  }
}
/* Codex apartments redesign 2026-07-29 END */

/* Codex reservation loading feedback 2026-07-29 START */
.availability-form.rs-is-checking {
  position: relative;
}

.availability-form.rs-is-checking [data-platform-url] {
  opacity: 0.52;
  cursor: wait;
}

.rs-smoobu-availability.rs-smoobu-loading {
  position: relative;
  overflow: hidden;
  border-color: rgba(154, 106, 51, 0.32);
  background: linear-gradient(135deg, #fffdf8 0%, #f7efe4 100%);
  box-shadow: 0 18px 44px rgba(16, 38, 55, 0.10);
}

.rs-smoobu-availability.rs-smoobu-loading::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.68) 44%, rgba(255,255,255,0) 72%);
  transform: translateX(-100%);
  animation: rsBookingSweep 1.45s ease-in-out infinite;
  pointer-events: none;
}

.rs-smoobu-loader {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 12px;
}

.rs-smoobu-loader span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #9a6a33;
  animation: rsBookingPulse 0.9s ease-in-out infinite;
}

.rs-smoobu-loader span:nth-child(2) {
  animation-delay: 0.14s;
}

.rs-smoobu-loader span:nth-child(3) {
  animation-delay: 0.28s;
}

.rs-smoobu-loading .rs-smoobu-status,
.rs-smoobu-loading .rs-smoobu-note,
.rs-smoobu-progress {
  position: relative;
  z-index: 1;
}

.rs-smoobu-progress {
  height: 7px;
  margin-top: 16px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(16, 38, 55, 0.10);
}

.rs-smoobu-progress span {
  display: block;
  width: 42%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #9a6a33, #102637);
  animation: rsBookingSlide 1.05s ease-in-out infinite;
}

@keyframes rsBookingPulse {
  0%, 100% { transform: translateY(0); opacity: 0.45; }
  50% { transform: translateY(-5px); opacity: 1; }
}

@keyframes rsBookingSlide {
  0% { transform: translateX(-115%); }
  100% { transform: translateX(250%); }
}

@keyframes rsBookingSweep {
  0% { transform: translateX(-110%); }
  100% { transform: translateX(110%); }
}

@media (prefers-reduced-motion: reduce) {
  .rs-smoobu-availability.rs-smoobu-loading::before,
  .rs-smoobu-loader span,
  .rs-smoobu-progress span {
    animation: none;
  }
}
/* Codex reservation loading feedback 2026-07-29 END */

/* Codex mobile polish 2026-07-29 START */
@media (max-width: 720px) {
  html {
    overflow-x: clip;
  }

  body {
    overflow-x: hidden;
    padding-bottom: 74px;
  }

  .shell,
  .entry-content,
  .entry-featured {
    width: min(calc(100% - 28px), var(--rs-shell-width));
  }

  .section {
    padding-block: 58px;
  }

  .site-header__inner {
    min-height: var(--rs-header-height);
  }

  .custom-logo {
    max-width: 134px;
    height: auto;
  }

  .js .primary-navigation .menu {
    gap: 8px;
  }

  .js .primary-navigation a {
    font-size: clamp(1.75rem, 8.5vw, 2.55rem);
    letter-spacing: 0;
  }

  .hero,
  .guide-hero {
    min-height: auto;
  }

  .home .hero--brand-art {
    display: flex !important;
    min-height: 0 !important;
    height: auto !important;
    flex-direction: column;
    padding-top: var(--rs-header-height) !important;
    overflow: visible !important;
    background: #102637;
  }

  .home .hero--brand-art .hero__media {
    position: relative !important;
    inset: auto !important;
    width: 100%;
    aspect-ratio: 16 / 10;
    min-height: 0;
  }

  .home .hero--brand-art .hero__media img {
    height: 100% !important;
    object-fit: cover !important;
    object-position: center;
  }

  .home .hero__wash {
    display: none !important;
  }

  .home .hero__brand-copy {
    position: relative !important;
    inset: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    width: 100% !important;
    max-width: none !important;
    padding: 28px 20px 34px !important;
    background: #102637;
    text-align: center;
  }

  .home .hero__brand-copy .eyebrow {
    justify-content: center;
    margin-bottom: 10px !important;
  }

  .home .hero__brand-copy h1,
  .guide-hero h1,
  .page-hero h1,
  .archive-hero h1 {
    font-size: clamp(2.35rem, 10.5vw, 3.15rem) !important;
    line-height: 1.03 !important;
    letter-spacing: 0 !important;
  }

  .home .hero__brand-copy h1 {
    margin: 0 0 14px !important;
  }

  .home .hero__brand-copy p:not(.eyebrow) {
    max-width: 21rem !important;
    margin-inline: auto !important;
    font-size: 1rem !important;
    line-height: 1.48 !important;
  }

  .guide-hero {
    padding-top: calc(var(--rs-header-height) + 48px);
    padding-bottom: 64px;
  }

  .guide-hero__lead {
    font-size: 1.08rem;
    line-height: 1.55;
  }

  .guide-anchor-nav {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    overflow: visible;
    padding: 8px;
  }

  .guide-anchor-nav a {
    min-width: 0;
    padding: 11px 6px;
    font-size: 0.64rem;
    line-height: 1.2;
    text-align: center;
    white-space: normal;
  }

  .section-heading h2,
  .guide-heading h2,
  .guide-split h2,
  .guide-callout h2,
  .stay-planner__main h2,
  .riviera-newsletter h2 {
    font-size: clamp(2rem, 8.8vw, 2.65rem) !important;
    line-height: 1.08 !important;
    letter-spacing: 0 !important;
  }

  .button-row {
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
  }

  .button-row .button,
  .button-row a {
    width: 100%;
    justify-content: center;
  }

  .property-showcase,
  .guide-section {
    padding-block: 58px;
  }

  .property-showcase__visuals {
    margin-top: 30px;
  }

  .property-gallery__open picture {
    height: min(58vh, 520px);
  }

  .property-gallery__thumb {
    width: 28vw;
    min-width: 28vw;
  }

  .property-gallery__thumb picture {
    height: 96px;
  }

  .gallery-item {
    width: 78vw;
    min-width: 78vw;
    height: 380px;
  }

  .journal-card h2,
  .editorial-card h3,
  .guide-card h3 {
    font-size: clamp(1.35rem, 7vw, 1.8rem) !important;
    line-height: 1.14 !important;
    letter-spacing: 0 !important;
  }

  .booking-page .stay-planner {
    padding-top: 42px;
  }

  .stay-planner__grid {
    gap: 20px;
  }

  .availability-form {
    gap: 14px !important;
    padding: 14px !important;
  }

  .availability-form__apartment strong {
    font-size: 1rem;
    line-height: 1.35;
  }

  .availability-form input,
  .availability-form select,
  .availability-form button,
  .availability-form__platforms button {
    min-height: 52px;
    font-size: 1rem;
  }

  .availability-form__note {
    line-height: 1.55;
  }

  .rs-smoobu-calendar {
    grid-template-columns: 1fr !important;
  }

  .rs-smoobu-month {
    overflow: hidden;
  }

  .home-newsletter-band {
    padding-block: 20px 38px;
  }

  .riviera-newsletter {
    gap: 18px;
    padding: 20px;
  }

  .riviera-newsletter__consent {
    font-size: 0.92rem;
  }

  #gt_float_wrapper {
    right: 10px !important;
    bottom: 10px !important;
    left: auto !important;
    top: auto !important;
    transform: scale(0.88);
    transform-origin: bottom right;
  }

  .cookieadmin_re_consent {
    width: 44px !important;
    height: 44px !important;
    left: 10px !important;
    right: auto !important;
    bottom: 13px !important;
    top: auto !important;
  }
}

@media (max-width: 620px) {
  .page-id-1138 .entry-content > .apartments-redesign {
    width: min(100% - 28px, 460px);
  }

  .page-id-1138 .apartments-redesign {
    padding: 28px 0 34px;
  }

  .page-id-1138 .apartments-redesign--hero {
    gap: 22px;
    padding-top: 18px !important;
    padding-bottom: 40px;
  }

  .page-id-1138 .apartments-redesign__hero-media {
    grid-template-rows: 190px 116px;
    gap: 9px;
  }

  .page-id-1138 .apartments-redesign h2 {
    font-size: clamp(2.15rem, 9.4vw, 2.75rem) !important;
    line-height: 1.04 !important;
    letter-spacing: 0 !important;
  }

  .page-id-1138 .apartments-redesign h3 {
    font-size: clamp(1.35rem, 6.6vw, 1.8rem) !important;
    line-height: 1.12 !important;
  }

  .page-id-1138 .apartments-redesign p {
    margin-top: 14px;
    font-size: 1rem;
    line-height: 1.58;
  }

  .page-id-1138 .apartments-redesign .eyebrow {
    gap: 10px;
    margin-bottom: 14px;
    font-size: 0.68rem;
    letter-spacing: 0.12em;
  }

  .page-id-1138 .apartments-redesign .eyebrow::before {
    width: 32px;
  }

  .page-id-1138 .apartment-feature-card__media,
  .page-id-1138 .apartment-coming-card__image {
    min-height: 0;
    height: 250px;
  }

  .page-id-1138 .apartment-feature-card__body,
  .page-id-1138 .apartment-coming-card__body {
    padding: 22px;
  }

  .page-id-1138 .apartment-facts li {
    width: 100%;
    border-radius: 8px;
  }
}

@media (max-width: 420px) {
  .home .hero__brand-copy h1,
  .guide-hero h1,
  .page-hero h1,
  .archive-hero h1 {
    font-size: clamp(2.25rem, 10vw, 2.75rem) !important;
  }

  .section-heading h2,
  .guide-heading h2,
  .guide-split h2,
  .guide-callout h2,
  .stay-planner__main h2,
  .riviera-newsletter h2,
  .page-id-1138 .apartments-redesign h2 {
    font-size: clamp(2rem, 9vw, 2.45rem) !important;
  }

  .guide-anchor-nav a {
    font-size: 0.58rem;
    padding-inline: 4px;
  }
}
/* Codex mobile polish 2026-07-29 END */

/* Codex mobile polish refinement 2026-07-29 START */
@media (max-width: 720px) {
  .home .daily-news h2 {
    font-size: clamp(2rem, 8.2vw, 2.4rem) !important;
    line-height: 1.08 !important;
    letter-spacing: 0 !important;
  }

  .home .daily-news .section-heading > p:last-child {
    font-size: 1rem;
    line-height: 1.55;
  }

  #gt_float_wrapper,
  #gt_float_wrapper .gt_float_switcher,
  #gt_float_wrapper .gt-selected,
  #gt_float_wrapper .gt-current-lang {
    width: 72px !important;
  }

  #gt_float_wrapper .gt-current-lang {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 8px 9px !important;
  }

  #gt_float_wrapper .gt-lang-code {
    display: none !important;
  }

  #gt_float_wrapper .gt-current-lang img {
    width: 25px !important;
    height: auto !important;
    margin: 0 !important;
  }

  #gt_float_wrapper .gt_float_switcher-arrow {
    margin: 0 !important;
  }

  .cookieadmin_re_consent {
    width: 40px !important;
    height: 40px !important;
  }
}
/* Codex mobile polish refinement 2026-07-29 END */
