/* Russian Rancho — cinematic editorial rebuild.
   This layer intentionally scopes the new visual system to the rebuilt home page. */

:root {
  --rr-ink: #101713;
  --rr-night: #07120f;
  --rr-forest: #123d30;
  --rr-moss: #557259;
  --rr-paper: #f0eadc;
  --rr-paper-bright: #faf6ed;
  --rr-terracotta: #a74831;
  --rr-amber: #e4a94e;
  --rr-line: rgba(16, 23, 19, 0.18);
  --rr-light-line: rgba(255, 255, 255, 0.22);
  --rr-shell: 1380px;
  --rr-pad: clamp(22px, 4.2vw, 68px);
  --rr-ease: cubic-bezier(0.22, 0.72, 0.28, 1);
}

.rr-home {
  position: relative;
  display: block;
  overflow: clip;
  background: var(--rr-paper);
  color: var(--rr-ink);
}

.rr-home :where(h1, h2, h3, p, figure, blockquote) {
  margin: 0;
}

.rr-home :where(h1, h2, h3) {
  text-wrap: balance;
}

.rr-home a {
  color: inherit;
}

.rr-scene {
  position: relative;
  isolation: isolate;
}

.rr-shell {
  width: min(100%, var(--rr-shell));
  margin-inline: auto;
  padding-inline: var(--rr-pad);
}

.rr-kicker,
.rr-eyebrow {
  font-size: clamp(11px, 0.78vw, 13px);
  font-weight: 600;
  letter-spacing: 0.19em;
  line-height: 1.4;
  text-transform: uppercase;
}

.rr-kicker::before {
  display: inline-block;
  width: 34px;
  height: 1px;
  margin: 0 12px 3px 0;
  background: currentColor;
  content: "";
  opacity: 0.5;
}

.rr-kicker--light {
  color: rgba(255, 255, 255, 0.74);
}

.rr-button,
.rr-text-link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 50px;
  color: inherit;
  font: 600 12px/1 "Manrope", sans-serif;
  letter-spacing: 0.09em;
  text-decoration: none;
  text-transform: uppercase;
}

.rr-button {
  min-width: 220px;
  padding: 0 20px;
  border: 1px solid currentColor;
  border-radius: 2px;
  background: transparent;
  cursor: pointer;
  transition: color 300ms var(--rr-ease), background 300ms var(--rr-ease), border-color 300ms var(--rr-ease), transform 300ms var(--rr-ease);
}

.rr-button:hover {
  transform: translateY(-3px);
}

.rr-button--light {
  border-color: rgba(255, 255, 255, 0.75);
  color: #fff;
}

.rr-button--light:hover {
  border-color: #fff;
  background: #fff;
  color: var(--rr-ink);
}

.rr-home .rr-button--dark {
  border-color: var(--rr-ink);
  background: var(--rr-ink);
  color: #fff;
}

.rr-home .rr-button--dark:hover {
  border-color: var(--rr-terracotta);
  background: var(--rr-terracotta);
  color: #fff;
}

.rr-text-link {
  min-height: 40px;
  padding-block: 6px;
  border-bottom: 1px solid rgba(16, 23, 19, 0.38);
}

.rr-text-link--light {
  border-color: rgba(255, 255, 255, 0.48);
  color: #fff;
}

.rr-text-link span,
.rr-button span {
  transition: transform 300ms var(--rr-ease);
}

.rr-text-link:hover span,
.rr-button:hover span {
  transform: translate(3px, -2px);
}

/* Floating frosted navigation — the warm, editorial layer from DESIGN (2). */
body:has(.rr-home) {
  background: var(--rr-paper);
}

body:has(.rr-home)::before {
  display: none;
}

body:has(.rr-home) .site-header {
  inset: 18px auto auto 50%;
  width: min(calc(100vw - 36px), 1260px);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 14px;
  background: rgba(13, 25, 20, 0.25);
  box-shadow: 0 14px 50px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(18px) saturate(1.1);
  transform: translateX(-50%);
}

body:has(.rr-home) .site-header.is-scrolled,
body:has(.rr-home) .site-header.nav-open {
  border-color: rgba(24, 34, 29, 0.12);
  background: rgba(250, 246, 237, 0.9);
  box-shadow: 0 16px 48px rgba(8, 24, 18, 0.12);
}

body:has(.rr-home) .header-inner {
  height: 66px;
  padding-inline: 14px 12px;
}

body:has(.rr-home) .logo {
  min-width: 168px;
  gap: 9px;
}

body:has(.rr-home) .logo-mark {
  width: 34px;
  height: 34px;
  flex-basis: 34px;
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: none;
  color: #fff;
  font-family: "Cormorant Garamond", Georgia, serif;
  animation: rr-mark-breathe 8s ease-in-out infinite alternate;
}

body:has(.rr-home) .logo-main,
body:has(.rr-home) .main-nav > a,
body:has(.rr-home) .nav-more > summary {
  color: #fff;
}

body:has(.rr-home) .logo-main {
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body:has(.rr-home) .logo-sub {
  display: none;
}

body:has(.rr-home) .main-nav {
  gap: 1px;
  font-size: 12px;
  letter-spacing: 0.03em;
}

body:has(.rr-home) .main-nav > a,
body:has(.rr-home) .nav-more > summary {
  min-height: 38px;
  padding: 9px 9px;
}

body:has(.rr-home) .main-nav > a:hover,
body:has(.rr-home) .nav-more > summary:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

body:has(.rr-home) .nav-cta {
  min-height: 40px;
  padding-inline: 15px;
  border: 1px solid rgba(255, 255, 255, 0.44);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--rr-ink);
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

body:has(.rr-home) .site-header.is-scrolled .logo-main,
body:has(.rr-home) .site-header.is-scrolled .main-nav > a,
body:has(.rr-home) .site-header.is-scrolled .nav-more > summary,
body:has(.rr-home) .site-header.nav-open .logo-main,
body:has(.rr-home) .site-header.nav-open .main-nav > a,
body:has(.rr-home) .site-header.nav-open .nav-more > summary {
  color: var(--rr-ink);
}

body:has(.rr-home) .site-header.is-scrolled .logo-mark,
body:has(.rr-home) .site-header.nav-open .logo-mark {
  border-color: rgba(16, 23, 19, 0.2);
  background: var(--rr-forest);
}

body:has(.rr-home) .site-header.is-scrolled .nav-cta,
body:has(.rr-home) .site-header.nav-open .nav-cta {
  border-color: var(--rr-ink);
  background: var(--rr-ink);
  color: #fff;
}

/* 01. Hero: Aker scale + Air depth + Dala living field. */
.rr-hero {
  min-height: max(720px, 100svh);
  overflow: hidden;
  background: var(--rr-night);
  color: #fff;
}

.rr-hero-media,
.rr-hero-video,
.rr-hero-shade,
.rr-field {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.rr-hero-video {
  object-fit: cover;
  object-position: 50% 52%;
  filter: saturate(0.78) contrast(1.05) brightness(0.82);
  transform: scale(1.035);
  animation: rr-hero-breathe 18s ease-in-out infinite alternate;
}

.rr-hero-shade {
  background:
    linear-gradient(90deg, rgba(4, 14, 11, 0.48), transparent 48%, rgba(4, 14, 11, 0.16)),
    linear-gradient(180deg, rgba(4, 14, 11, 0.44) 0%, transparent 28%, transparent 54%, rgba(4, 14, 11, 0.72) 100%),
    radial-gradient(circle at 65% 42%, transparent 0 22%, rgba(4, 14, 11, 0.18) 62%, rgba(4, 14, 11, 0.42));
}

.rr-field {
  z-index: 1;
  mix-blend-mode: screen;
  pointer-events: auto;
}

.rr-hero-status,
.rr-hero-coordinates,
.rr-hero-copy,
.rr-hero-bottom,
.rr-orbit {
  position: absolute;
  z-index: 2;
}

.rr-hero-status {
  top: 112px;
  left: var(--rr-pad);
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 11px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.rr-live-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #d4ed85;
  box-shadow: 0 0 0 0 rgba(212, 237, 133, 0.5);
  animation: rr-live 2.4s ease-out infinite;
}

.rr-status-separator {
  opacity: 0.45;
}

.rr-hero-coordinates {
  top: 112px;
  right: var(--rr-pad);
  display: grid;
  gap: 2px;
  color: rgba(255, 255, 255, 0.58);
  font: 500 9px/1.4 "Manrope", sans-serif;
  letter-spacing: 0.17em;
  text-align: right;
}

.rr-hero-copy {
  top: 48%;
  left: 50%;
  width: min(92vw, 1500px);
  transform: translate(-50%, -50%);
}

.rr-eyebrow {
  margin: 0 0 clamp(18px, 2.5vh, 30px) 1.1vw !important;
  color: rgba(255, 255, 255, 0.72);
}

.rr-wordmark {
  display: grid;
  width: 100%;
  color: #fff;
  font-family: "Oswald", "Arial Narrow", sans-serif;
  font-size: clamp(112px, 17.2vw, 292px);
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 0.69;
  text-transform: uppercase;
}

.rr-wordmark span:last-child {
  justify-self: end;
  margin-right: 0.8vw;
  color: rgba(255, 255, 255, 0.94);
  -webkit-text-stroke: 0;
  text-shadow: 0 14px 44px rgba(5, 15, 12, 0.28);
}

.rr-hero-script {
  position: absolute;
  right: 10%;
  bottom: -7%;
  color: var(--rr-amber);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(24px, 3.3vw, 56px);
  font-style: italic;
  font-weight: 500;
  letter-spacing: -0.04em;
  transform: rotate(-5deg);
  animation: rr-script-float 7s ease-in-out infinite alternate;
}

.rr-hero-bottom {
  right: var(--rr-pad);
  bottom: clamp(34px, 5vh, 60px);
  left: var(--rr-pad);
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 36px;
}

.rr-hero-bottom > p {
  width: min(420px, 34vw);
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(13px, 1.05vw, 16px);
  line-height: 1.65;
}

.rr-hero-actions {
  display: flex;
  align-items: center;
  gap: 24px;
}

.rr-orbit {
  top: 18%;
  right: 9%;
  display: grid;
  width: 104px;
  aspect-ratio: 1;
  place-items: center;
  opacity: 0.72;
}

.rr-orbit-ring {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 50%;
}

.rr-orbit-ring::before {
  position: absolute;
  top: -4px;
  left: 47%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--rr-amber);
  box-shadow: 0 0 16px var(--rr-amber);
  content: "";
}

.rr-orbit-core {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 8px 24px rgba(4, 16, 13, 0.24);
}

.rr-orbit-core img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
}

.rr-orbit-label {
  position: absolute;
  bottom: -23px;
  width: 170px;
  font-size: 7px;
  letter-spacing: 0.23em;
  text-align: center;
  text-transform: uppercase;
  animation: rr-orbit 18s linear infinite;
}

/* 02. Warm editorial manifesto. */
.rr-manifesto {
  min-height: 92vh;
  overflow: hidden;
  padding: clamp(110px, 15vw, 210px) 0 clamp(100px, 13vw, 180px);
  background:
    radial-gradient(circle at 85% 28%, rgba(164, 72, 49, 0.12), transparent 22%),
    linear-gradient(115deg, #f5efe2 0%, var(--rr-paper) 50%, #e6decf 100%);
}

.rr-manifesto::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: radial-gradient(rgba(16, 23, 19, 0.09) 0.6px, transparent 0.6px);
  background-size: 20px 20px;
  content: "";
  opacity: 0.32;
}

.rr-manifesto-grid {
  display: grid;
  grid-template-columns: minmax(0, 3.5fr) minmax(260px, 1.15fr);
  gap: clamp(24px, 4vw, 72px);
  align-items: start;
}

.rr-manifesto-copy .rr-kicker {
  margin-bottom: 34px;
}

.rr-manifesto-copy h2 {
  color: var(--rr-ink);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(48px, 7vw, 112px);
  font-weight: 500;
  letter-spacing: -0.062em;
  line-height: 0.94;
}

.rr-manifesto-copy h2 em {
  color: var(--rr-terracotta);
  font-weight: 500;
}

.rr-manifesto-note {
  align-self: end;
  padding-bottom: 0.8vw;
}

.rr-manifesto-note > p {
  margin: 32px 0 28px;
  color: #465049;
  font-size: 15px;
  line-height: 1.8;
}

.rr-sunmark {
  position: relative;
  display: grid;
  width: 88px;
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid rgba(167, 72, 49, 0.32);
  border-radius: 50%;
  animation: rr-orbit 24s linear infinite;
}

.rr-sunmark::before,
.rr-sunmark::after {
  position: absolute;
  inset: -12px 43px;
  background: rgba(167, 72, 49, 0.3);
  content: "";
}

.rr-sunmark::after {
  transform: rotate(90deg);
}

.rr-sunmark span {
  width: 15px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--rr-terracotta);
}

.rr-contour {
  position: absolute;
  z-index: -1;
  width: 430px;
  aspect-ratio: 1.35;
  border: 1px solid rgba(18, 61, 48, 0.13);
  border-radius: 43% 57% 64% 36% / 46% 43% 57% 54%;
}

.rr-contour::before,
.rr-contour::after {
  position: absolute;
  border: 1px solid rgba(18, 61, 48, 0.11);
  border-radius: inherit;
  content: "";
}

.rr-contour::before { inset: 30px; }
.rr-contour::after { inset: 64px; }
.rr-contour--one { right: -90px; bottom: -90px; transform: rotate(-14deg); }
.rr-contour--two { top: 9%; left: -250px; transform: rotate(28deg) scale(1.3); }

/* 03. Immersive portal cards. */
.rr-portals {
  padding: clamp(100px, 10vw, 150px) var(--rr-pad) clamp(110px, 12vw, 180px);
  background: var(--rr-night);
  color: #fff;
}

.rr-portals::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 15% 18%, rgba(80, 113, 83, 0.25), transparent 25%),
    radial-gradient(circle at 82% 62%, rgba(167, 72, 49, 0.18), transparent 29%);
  content: "";
}

.rr-portals-head {
  display: grid;
  grid-template-columns: 2fr 0.72fr;
  gap: 40px;
  align-items: end;
  margin-bottom: clamp(54px, 7vw, 100px);
  padding-inline: 0;
}

.rr-portals-head h2 {
  margin-top: 20px;
  font-family: "Oswald", "Arial Narrow", sans-serif;
  font-size: clamp(76px, 10vw, 156px);
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 0.82;
  text-transform: uppercase;
}

.rr-portals-head > p {
  max-width: 310px;
  padding-bottom: 10px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 15px;
  line-height: 1.7;
}

.rr-portal-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(12px, 1.6vw, 24px);
  width: min(100%, 1480px);
  margin-inline: auto;
  align-items: end;
}

.rr-portal {
  --rx: 0deg;
  --ry: 0deg;
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 610px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 2px;
  color: #fff;
  text-decoration: none;
  transform: perspective(1100px) rotateX(var(--rx)) rotateY(var(--ry));
  transform-style: preserve-3d;
  transition: border-color 400ms var(--rr-ease), transform 220ms ease-out;
}

.rr-portal--animals { grid-column: 1 / span 5; min-height: 720px; }
.rr-portal--water { grid-column: 6 / span 3; min-height: 585px; }
.rr-portal--slow { grid-column: 9 / span 4; min-height: 660px; }

.rr-portal > img,
.rr-portal-vignette {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.rr-portal > img {
  object-fit: cover;
  filter: saturate(0.76) contrast(1.04);
  transform: scale(1.025);
  transition: filter 850ms var(--rr-ease), transform 1100ms var(--rr-ease);
}

.rr-portal--water > img { object-position: 52% center; }
.rr-portal--slow > img { object-position: 58% center; }

.rr-portal-vignette {
  background: linear-gradient(180deg, rgba(5, 13, 10, 0.08), rgba(5, 13, 10, 0.06) 36%, rgba(5, 13, 10, 0.84));
}

.rr-portal-index {
  position: absolute;
  top: 22px;
  left: 22px;
  width: 38px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.55);
  font-size: 10px;
  letter-spacing: 0.12em;
}

.rr-portal-copy {
  position: absolute;
  right: clamp(20px, 2.3vw, 36px);
  bottom: clamp(22px, 2.8vw, 42px);
  left: clamp(20px, 2.3vw, 36px);
  transform: translateZ(32px);
}

.rr-portal-copy small {
  display: block;
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 11px;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.rr-portal-copy strong {
  display: block;
  margin-bottom: 24px;
  font-family: "Oswald", "Arial Narrow", sans-serif;
  font-size: clamp(48px, 5.3vw, 82px);
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 0.85;
  text-transform: uppercase;
}

.rr-portal--water .rr-portal-copy strong {
  font-size: clamp(42px, 4vw, 64px);
}

.rr-portal-copy > span {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding-top: 17px;
  border-top: 1px solid rgba(255, 255, 255, 0.38);
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
  line-height: 1.5;
}

.rr-portal-copy i {
  flex: 0 0 auto;
  font-style: normal;
}

.rr-portal:hover {
  border-color: rgba(255, 255, 255, 0.58);
}

.rr-portal:hover > img {
  filter: saturate(1) contrast(1.02);
  transform: scale(1.075);
}

/* 04. Full-bleed stay scene with sculptural glass surface. */
.rr-stay {
  min-height: max(760px, 100svh);
  overflow: hidden;
  color: #fff;
}

.rr-stay-media,
.rr-stay-video,
.rr-stay-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.rr-stay-video {
  object-fit: cover;
  filter: saturate(0.72) brightness(0.68);
}

.rr-stay-shade {
  background:
    radial-gradient(circle at 66% 42%, transparent, rgba(4, 12, 9, 0.3) 56%),
    linear-gradient(90deg, rgba(5, 15, 12, 0.7), rgba(5, 15, 12, 0.08) 65%),
    linear-gradient(180deg, rgba(4, 12, 9, 0.2), rgba(4, 12, 9, 0.68));
}

.rr-stay-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(320px, 1fr);
  gap: clamp(28px, 5vw, 76px);
  min-height: max(760px, 100svh);
  align-items: center;
  padding-block: 120px 80px;
}

.rr-stay-heading h2 {
  margin: 22px 0 28px;
  font-family: "Oswald", "Arial Narrow", sans-serif;
  font-size: clamp(86px, 10.8vw, 168px);
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 0.8;
  text-transform: uppercase;
}

.rr-stay-heading h2 em {
  display: block;
  margin-top: 10px;
  color: var(--rr-amber);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 0.43em;
  font-style: italic;
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1;
  text-transform: none;
}

.rr-stay-heading > p:last-child {
  max-width: 500px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 15px;
  line-height: 1.8;
}

.rr-glass-stay {
  align-self: end;
  margin-bottom: 4vh;
  padding: clamp(22px, 2.4vw, 34px);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.07));
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.22), 0 30px 80px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(22px) saturate(1.12);
}

.rr-glass-stay-top {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  color: rgba(255, 255, 255, 0.62);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.rr-stay-options a {
  display: grid;
  grid-template-columns: 24px 1fr auto auto;
  gap: 10px;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  text-decoration: none;
  transition: padding 300ms var(--rr-ease), color 300ms var(--rr-ease);
}

.rr-stay-options a:hover {
  padding-left: 7px;
  color: #f7cb7e;
}

.rr-stay-options span,
.rr-stay-options small {
  color: rgba(255, 255, 255, 0.55);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.rr-stay-options strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 21px;
  font-weight: 600;
}

.rr-stay-options i {
  font-style: normal;
}

.rr-button--glass {
  width: 100%;
  margin-top: 24px;
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.96);
  color: var(--rr-ink);
}

/* 05. Editorial event board and price ribbon. */
.rr-now {
  padding: clamp(110px, 12vw, 180px) 0;
  background: var(--rr-paper-bright);
}

.rr-now-head {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(260px, 1fr);
  gap: clamp(28px, 5vw, 76px);
  align-items: end;
  margin-bottom: clamp(60px, 8vw, 110px);
}

.rr-now-head h2 {
  margin-top: 22px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(54px, 7.4vw, 112px);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.91;
}

.rr-now-head > p {
  max-width: 340px;
  color: #657068;
  font-size: 14px;
  line-height: 1.8;
}

.rr-events-list {
  border-top: 1px solid var(--rr-line);
}

.rr-event-row {
  position: relative;
  display: grid;
  grid-template-columns: 0.45fr 1.45fr 1fr 56px;
  gap: clamp(18px, 3vw, 48px);
  align-items: center;
  min-height: 168px;
  padding: 24px 8px;
  border-bottom: 1px solid var(--rr-line);
}

.rr-event-row time {
  display: flex;
  align-items: baseline;
  gap: 8px;
  text-transform: uppercase;
}

.rr-event-row time strong {
  font-family: "Oswald", "Arial Narrow", sans-serif;
  font-size: clamp(48px, 5vw, 76px);
  font-weight: 400;
  line-height: 1;
}

.rr-event-row time span {
  color: #6b756e;
  font-size: 11px;
  letter-spacing: 0.1em;
}

.rr-event-title > span {
  display: block;
  margin-bottom: 10px;
  color: var(--rr-terracotta);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.rr-event-title h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(22px, 2.2vw, 34px);
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.12;
}

.rr-event-row > p {
  color: #667069;
  font-size: 13px;
  line-height: 1.65;
}

.rr-event-action {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  border: 1px solid rgba(16, 23, 19, 0.34);
  border-radius: 50%;
  background: transparent;
  color: var(--rr-ink);
  cursor: pointer;
  transition: color 300ms var(--rr-ease), background 300ms var(--rr-ease), transform 300ms var(--rr-ease);
}

.rr-event-row:hover .rr-event-action {
  background: var(--rr-terracotta);
  border-color: var(--rr-terracotta);
  color: #fff;
  transform: rotate(45deg);
}

.rr-event-image {
  position: absolute;
  z-index: 3;
  top: 50%;
  right: 70px;
  width: 190px;
  aspect-ratio: 1.25;
  overflow: hidden;
  border-radius: 3px;
  box-shadow: 0 20px 55px rgba(13, 27, 20, 0.22);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-42%) rotate(3deg) scale(0.94);
  transition: opacity 300ms var(--rr-ease), transform 500ms var(--rr-ease);
}

.rr-event-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rr-event-row:hover .rr-event-image {
  opacity: 1;
  transform: translateY(-50%) rotate(-2deg) scale(1);
}

.rr-now-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 42px;
}

.rr-price-ribbon {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: clamp(80px, 9vw, 130px);
  border-top: 1px solid var(--rr-line);
  border-bottom: 1px solid var(--rr-line);
}

.rr-price-group {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 18px;
  min-height: 145px;
  padding: 28px clamp(18px, 2.3vw, 34px);
  border-right: 1px solid var(--rr-line);
}

.rr-price-group:first-child { padding-left: 0; }
.rr-price-group:last-child { border-right: 0; }

.rr-price-group > span {
  color: var(--rr-terracotta);
  font-size: 11px;
  letter-spacing: 0.12em;
}

.rr-price-group strong,
.rr-price-group small {
  display: block;
}

.rr-price-group strong {
  margin-bottom: 15px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 23px;
  font-weight: 600;
}

.rr-price-group small {
  margin-top: 6px;
  color: #68716b;
  font-size: 12px;
  line-height: 1.45;
}

/* 06. Moving meadow and gallery marquee. */
.rr-meadow {
  min-height: max(690px, 92svh);
  overflow: hidden;
  background: #5b674b;
  color: #fff;
}

.rr-meadow-media,
.rr-meadow-video,
.rr-meadow-wash {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.rr-meadow-video {
  object-fit: cover;
  filter: saturate(0.8) contrast(0.94) brightness(0.82);
}

.rr-meadow-wash {
  background:
    linear-gradient(180deg, rgba(16, 23, 19, 0.22), rgba(16, 23, 19, 0.08) 50%, rgba(16, 23, 19, 0.56)),
    linear-gradient(90deg, rgba(12, 26, 18, 0.52), transparent 62%);
}

.rr-meadow-copy {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: var(--rr-pad);
  transform: translateY(-55%);
}

.rr-meadow-copy > p {
  margin-bottom: 24px;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.rr-meadow-copy h2 {
  margin-bottom: 42px;
  font-family: "Oswald", "Arial Narrow", sans-serif;
  font-size: clamp(70px, 9.6vw, 150px);
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 0.82;
  text-transform: uppercase;
}

.rr-meadow-copy h2 em {
  display: block;
  margin: 12px 0 0 9vw;
  color: #f5c778;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 0.42em;
  font-style: italic;
  font-weight: 500;
  letter-spacing: -0.04em;
  text-transform: none;
}

.rr-marquee {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(8, 18, 13, 0.18);
  backdrop-filter: blur(10px);
}

.rr-marquee-track,
.rr-marquee-set {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.rr-marquee-track {
  width: max-content;
  animation: rr-marquee 32s linear infinite;
}

.rr-marquee-set {
  justify-content: space-around;
  min-width: 100vw;
  padding: 18px 0;
}

.rr-marquee-set span {
  padding-inline: 28px;
  font: 500 clamp(18px, 1.65vw, 25px)/1 "Cormorant Garamond", Georgia, serif;
  white-space: nowrap;
}

.rr-marquee-set i {
  color: #f5c778;
  font-size: 9px;
  font-style: normal;
}

/* 07. Proof in a restrained, magazine-like grid. */
.rr-proof {
  padding: clamp(110px, 12vw, 180px) 0;
  background: #e5ddcd;
}

.rr-proof-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 1fr);
  gap: clamp(28px, 5vw, 76px);
}

.rr-proof-title h2 {
  margin-top: 22px;
  font-family: "Oswald", "Arial Narrow", sans-serif;
  font-size: clamp(72px, 8.3vw, 126px);
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 0.83;
  text-transform: uppercase;
}

.rr-proof blockquote {
  padding-top: 40px;
  border-top: 1px solid var(--rr-line);
}

.rr-proof blockquote p {
  color: #27322c;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(25px, 2.5vw, 38px);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.18;
}

.rr-proof blockquote cite {
  display: block;
  margin-top: 26px;
  color: #69736c;
  font-size: 10px;
  font-style: normal;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.rr-press-links {
  grid-column: 1 / 3;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 36px;
  border-top: 1px solid var(--rr-line);
}

.rr-press-links a {
  display: grid;
  grid-template-columns: 90px 1fr auto;
  gap: 20px;
  align-items: center;
  min-height: 112px;
  padding: 24px 0;
  border-bottom: 1px solid var(--rr-line);
  color: var(--rr-ink);
  text-decoration: none;
}

.rr-press-links a:first-child {
  margin-right: 34px;
}

.rr-press-links span {
  color: var(--rr-terracotta);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.rr-press-links strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 21px;
  font-weight: 600;
}

.rr-press-links i {
  font-style: normal;
  transition: transform 300ms var(--rr-ease);
}

.rr-press-links a:hover i { transform: translate(4px, -4px); }

/* 08. Night contact scene with continuous fireflies. */
.rr-contact {
  min-height: max(850px, 100svh);
  overflow: hidden;
  padding: clamp(120px, 12vw, 170px) 0 clamp(240px, 20vw, 330px);
  background:
    radial-gradient(circle at 73% 24%, rgba(91, 121, 78, 0.22), transparent 28%),
    linear-gradient(180deg, #0c211a 0%, #07140f 68%, #06100d 100%);
  color: #fff;
}

.rr-contact-sky {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
}

.rr-contact-sky::before,
.rr-contact-sky::after {
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #e8bd69;
  box-shadow:
    12vw 18vh 0 rgba(232, 189, 105, 0.5),
    30vw 33vh 0 rgba(255, 255, 255, 0.28),
    54vw 14vh 0 rgba(232, 189, 105, 0.42),
    73vw 42vh 0 rgba(255, 255, 255, 0.3),
    88vw 22vh 0 rgba(232, 189, 105, 0.55),
    91vw 66vh 0 rgba(255, 255, 255, 0.2),
    42vw 71vh 0 rgba(232, 189, 105, 0.38),
    16vw 62vh 0 rgba(255, 255, 255, 0.26);
  content: "";
  animation: rr-firefly-field 8s ease-in-out infinite alternate;
}

.rr-contact-sky::before { top: 10%; left: 2%; }
.rr-contact-sky::after { top: 28%; left: 8%; transform: scale(0.6); animation-delay: -3s; }

.rr-star {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #f5c778;
  box-shadow: 0 0 22px 5px rgba(245, 199, 120, 0.28);
  animation: rr-firefly 5s ease-in-out infinite alternate;
}

.rr-star--one { top: 22%; left: 44%; }
.rr-star--two { top: 48%; right: 8%; animation-delay: -2.2s; }
.rr-star--three { top: 70%; left: 16%; animation-delay: -3.7s; }

.rr-moon {
  position: absolute;
  top: 13%;
  right: 9%;
  width: clamp(90px, 11vw, 170px);
  aspect-ratio: 1;
  border: 1px solid rgba(232, 189, 105, 0.42);
  border-radius: 50%;
  box-shadow: inset -24px -12px 42px rgba(228, 169, 78, 0.09), 0 0 80px rgba(228, 169, 78, 0.06);
}

.rr-moon::after {
  position: absolute;
  top: 20%;
  right: -4px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--rr-amber);
  box-shadow: 0 0 14px var(--rr-amber);
  content: "";
  animation: rr-moon-point 12s linear infinite;
  transform-origin: calc(-0.5 * clamp(90px, 11vw, 170px)) 42px;
}

.rr-horizon-line {
  position: absolute;
  right: -12%;
  bottom: 7%;
  width: 75%;
  height: 29%;
  border: 1px solid rgba(221, 234, 192, 0.13);
  border-radius: 50% 70% 0 0;
  transform: rotate(-5deg);
}

.rr-horizon-line--two {
  right: -19%;
  bottom: 1%;
  width: 93%;
  height: 34%;
  border-color: rgba(221, 234, 192, 0.08);
  transform: rotate(-2deg);
}

.rr-contact-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(330px, 0.9fr);
  gap: clamp(28px, 5vw, 76px);
  align-items: start;
}

.rr-contact-intro h2 {
  margin: 24px 0 30px;
  font-family: "Oswald", "Arial Narrow", sans-serif;
  font-size: clamp(94px, 11vw, 172px);
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 0.79;
  text-transform: uppercase;
}

.rr-contact-intro > p {
  max-width: 480px;
  margin-bottom: 36px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 15px;
  line-height: 1.8;
}

.rr-contact .contact-choices {
  margin-top: 24px;
}

.rr-contact .contact-choices-lead {
  color: rgba(255, 255, 255, 0.62);
}

.rr-contact .contact-choices-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.rr-contact .contact-choice {
  min-height: 86px;
  padding: 17px;
  border-color: rgba(255, 255, 255, 0.2);
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  box-shadow: none;
  backdrop-filter: blur(10px);
}

.rr-contact .contact-choice:hover {
  border-color: rgba(255, 255, 255, 0.48);
  background: rgba(255, 255, 255, 0.1);
}

.rr-contact .contact-choice-meta { color: rgba(255, 255, 255, 0.56); }

.rr-contact-meta {
  display: grid;
  gap: 12px;
  margin-top: 34px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.62);
  font-size: 11px;
  line-height: 1.6;
}

.rr-contact-meta a {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
}

.rr-contact-meta i { font-style: normal; }

.rr-contact-form {
  margin-top: 50px;
  padding: clamp(24px, 2.7vw, 38px);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 20px;
  background: linear-gradient(150deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.055));
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.22), inset 0 1px rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(22px) saturate(1.1);
}

.rr-contact-form .booking-form {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.rr-contact-form .booking-form h3 {
  margin-bottom: 28px;
  color: #fff;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 31px;
  font-weight: 600;
}

.rr-contact-form .booking-form label {
  color: rgba(255, 255, 255, 0.66);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.rr-contact-form .booking-form input,
.rr-contact-form .booking-form textarea {
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 0;
  background: transparent;
  color: #fff;
  box-shadow: none;
}

.rr-contact-form .booking-form input::placeholder,
.rr-contact-form .booking-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.32);
}

.rr-contact-form .booking-form input:focus,
.rr-contact-form .booking-form textarea:focus {
  border-color: #f5c778;
  box-shadow: none;
}

.rr-contact-form .booking-form .btn-primary {
  border-color: #fff;
  border-radius: 2px;
  background: #fff;
  color: var(--rr-ink);
}

.rr-contact-form .form-note,
.rr-contact-form .form-note a {
  color: rgba(255, 255, 255, 0.43);
}

.rr-contact-map {
  grid-column: 1 / -1;
  overflow: hidden;
  margin-top: clamp(38px, 6vw, 84px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: clamp(20px, 2.6vw, 34px);
  background: rgba(255, 255, 255, 0.07);
  box-shadow: 0 40px 110px rgba(0, 0, 0, 0.28), inset 0 1px rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(18px) saturate(1.08);
}

.rr-contact-map-head {
  display: flex;
  gap: 30px;
  align-items: end;
  justify-content: space-between;
  padding: clamp(24px, 3.4vw, 44px);
}

.rr-contact-map-head .rr-kicker { margin-bottom: 14px; }

.rr-contact-map-head h3 {
  max-width: 720px;
  margin: 0;
  color: #fff;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(36px, 5vw, 72px);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.rr-contact-map-link {
  display: inline-flex;
  min-height: 52px;
  flex: 0 0 auto;
  gap: 22px;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 220ms var(--rr-ease), border-color 220ms var(--rr-ease), color 220ms var(--rr-ease);
}

.rr-contact-map-link:hover,
.rr-contact-map-link:focus-visible {
  border-color: #fff;
  background: #fff;
  color: var(--rr-ink);
}

.rr-contact-map-frame {
  position: relative;
  height: clamp(350px, 42vw, 530px);
  overflow: hidden;
  background: #d7d9cd;
}

.rr-contact-map-frame::after {
  position: absolute;
  inset: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  background: linear-gradient(180deg, rgba(7, 20, 15, 0.18), transparent 22%, transparent 78%, rgba(7, 20, 15, 0.16));
  content: "";
  pointer-events: none;
}

.rr-contact-map-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  filter: saturate(0.78) sepia(0.08) contrast(0.94);
  transition: filter 320ms ease;
}

.rr-contact-map:hover iframe,
.rr-contact-map:focus-within iframe {
  filter: saturate(1) sepia(0) contrast(1);
}

.rr-contact-map-foot {
  display: flex;
  gap: 24px;
  justify-content: space-between;
  padding: 18px clamp(24px, 3.4vw, 44px) 20px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 11px;
  letter-spacing: 0.04em;
}

.rr-contact-map-foot span:last-child {
  flex: 0 0 auto;
  color: rgba(255, 255, 255, 0.42);
  font-variant-numeric: tabular-nums;
}

.rr-contact-word {
  position: absolute;
  right: -0.5vw;
  bottom: clamp(28px, 4vw, 64px);
  left: -0.5vw;
  z-index: 0;
  color: rgba(255, 255, 255, 0.045);
  font-family: "Oswald", "Arial Narrow", sans-serif;
  font-size: clamp(130px, 20vw, 330px);
  line-height: 0.82;
  letter-spacing: -0.03em;
  text-align: center;
  white-space: nowrap;
  pointer-events: none;
}

body:has(.rr-home) .site-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background: #050e0b;
}

.rr-mobile-dock {
  display: none;
}

body:has(.modal-overlay[aria-hidden="false"]) .rr-mobile-dock {
  opacity: 0;
  pointer-events: none;
  transform: translateY(calc(100% + 18px));
}

/* Constant, quiet motion: no scroll trigger required. */
@keyframes rr-hero-breathe {
  from { transform: scale(1.025) translate3d(0, 0, 0); }
  to { transform: scale(1.075) translate3d(-0.7%, -0.5%, 0); }
}

@keyframes rr-script-float {
  from { transform: rotate(-5deg) translate3d(0, -4px, 0); }
  to { transform: rotate(-3.5deg) translate3d(6px, 5px, 0); }
}

@keyframes rr-live {
  0% { box-shadow: 0 0 0 0 rgba(212, 237, 133, 0.5); }
  70% { box-shadow: 0 0 0 9px rgba(212, 237, 133, 0); }
  100% { box-shadow: 0 0 0 0 rgba(212, 237, 133, 0); }
}

@keyframes rr-mark-breathe {
  from { border-radius: 44% 56% 51% 49% / 56% 43% 57% 44%; transform: rotate(-4deg); }
  to { border-radius: 55% 45% 43% 57% / 45% 57% 43% 55%; transform: rotate(4deg); }
}

@keyframes rr-orbit { to { transform: rotate(360deg); } }

@keyframes rr-marquee { to { transform: translateX(-50%); } }

@keyframes rr-firefly {
  0% { opacity: 0.2; transform: translate3d(-6px, 8px, 0) scale(0.7); }
  55% { opacity: 1; }
  100% { opacity: 0.48; transform: translate3d(10px, -12px, 0) scale(1.05); }
}

@keyframes rr-firefly-field {
  from { opacity: 0.34; transform: translate3d(-5px, 4px, 0); }
  to { opacity: 0.85; transform: translate3d(9px, -11px, 0); }
}

@keyframes rr-moon-point { to { transform: rotate(360deg); } }

/* Responsive layouts */
@media (max-width: 1180px) {
  body:has(.rr-home) .main-nav > a:nth-of-type(3),
  body:has(.rr-home) .main-nav > a:nth-of-type(4) {
    display: none;
  }

  .rr-wordmark { font-size: clamp(110px, 18.5vw, 218px); }
  .rr-portals { padding-inline: 24px; }
  .rr-portal--animals { grid-column: 1 / span 6; }
  .rr-portal--water { grid-column: 7 / span 6; min-height: 610px; }
  .rr-portal--slow { grid-column: 3 / span 8; margin-top: 6px; }
  .rr-stay-layout { grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.8fr); }
  .rr-contact-layout { grid-template-columns: minmax(0, 1.15fr) minmax(310px, 0.85fr); }
}

@media (max-width: 900px) {
  :root { --rr-pad: 24px; }

  body:has(.rr-home) .site-header {
    top: 12px;
    width: calc(100vw - 24px);
  }

  body:has(.rr-home) .header-inner { height: 58px; }

  body:has(.rr-home) .nav-toggle {
    display: inline-flex;
    border-color: rgba(255, 255, 255, 0.34);
    background: rgba(255, 255, 255, 0.08);
  }

  body:has(.rr-home) .nav-toggle span { background: #fff; }

  body:has(.rr-home) .site-header.is-scrolled .nav-toggle,
  body:has(.rr-home) .site-header.nav-open .nav-toggle {
    border-color: rgba(16, 23, 19, 0.18);
    background: rgba(16, 23, 19, 0.05);
  }

  body:has(.rr-home) .site-header.is-scrolled .nav-toggle span,
  body:has(.rr-home) .site-header.nav-open .nav-toggle span { background: var(--rr-ink); }

  body:has(.rr-home) .main-nav {
    top: calc(100% + 8px);
    right: 0;
    left: 0;
    padding: 12px;
    border: 1px solid rgba(16, 23, 19, 0.12);
    border-radius: 14px;
    background: rgba(250, 246, 237, 0.97);
    box-shadow: 0 20px 50px rgba(8, 24, 18, 0.16);
  }

  body:has(.rr-home) .site-header.nav-open .main-nav { display: flex; }

  body:has(.rr-home) .main-nav > a:nth-of-type(3),
  body:has(.rr-home) .main-nav > a:nth-of-type(4) { display: flex; }

  body:has(.rr-home) .main-nav > a,
  body:has(.rr-home) .nav-more > summary { color: var(--rr-ink); }

  body:has(.rr-home) .nav-cta { margin-top: 4px; }

  .rr-hero { min-height: max(690px, 100svh); }
  .rr-hero-status { top: 94px; }
  .rr-hero-coordinates { top: 94px; }
  .rr-hero-copy { top: 45%; }
  .rr-wordmark { font-size: clamp(94px, 20vw, 174px); line-height: 0.73; }
  .rr-hero-script { right: 6%; bottom: -10%; }
  .rr-orbit { display: none; }
  .rr-hero-bottom { display: grid; }
  .rr-hero-bottom > p { width: min(480px, 80vw); }
  .rr-hero-actions { justify-content: space-between; }

  .rr-manifesto { min-height: auto; }
  .rr-manifesto-grid,
  .rr-now-head,
  .rr-proof-grid,
  .rr-contact-layout {
    grid-template-columns: 1fr;
  }

  .rr-manifesto-note,
  .rr-now-head > p,
  .rr-proof blockquote,
  .rr-contact-form {
    grid-column: 1;
  }

  .rr-manifesto-note { max-width: 500px; }
  .rr-portals-head { grid-template-columns: 1fr; }

  .rr-portal--animals,
  .rr-portal--water,
  .rr-portal--slow {
    grid-column: span 6;
    min-height: 590px;
    margin: 0;
  }

  .rr-portal--slow { grid-column: 4 / span 6; }

  .rr-stay-layout {
    grid-template-columns: 1fr;
    align-content: center;
  }

  .rr-stay-heading { grid-column: 1; }
  .rr-glass-stay { grid-column: 1; width: min(100%, 520px); margin: 0; }
  .rr-events-list { margin-top: -10px; }
  .rr-event-row { grid-template-columns: 0.42fr 1.25fr 56px; }
  .rr-event-row > p { display: none; }
  .rr-event-image { right: 58px; }
  .rr-price-ribbon { grid-template-columns: 1fr; }
  .rr-price-group { border-right: 0; border-bottom: 1px solid var(--rr-line); }
  .rr-price-group:first-child { padding-left: clamp(18px, 2.3vw, 34px); }
  .rr-price-group:last-child { border-bottom: 0; }
  .rr-meadow-copy h2 em { margin-left: 3vw; }
  .rr-proof blockquote { margin-top: 22px; }
  .rr-press-links { grid-column: 1; grid-template-columns: 1fr; }
  .rr-press-links a:first-child { margin-right: 0; }
  .rr-contact-intro { grid-column: 1; }
  .rr-contact-form { width: min(100%, 580px); margin-top: 12px; }
}

@media (max-width: 640px) {
  :root { --rr-pad: 18px; }

  body:has(.rr-home) .logo { min-width: 0; }
  body:has(.rr-home) .logo-main { font-size: 10px; }

  .rr-button { min-width: 0; width: 100%; }
  .rr-hero-status { top: 86px; left: 18px; }
  .rr-hero-coordinates { top: 86px; right: 18px; }
  .rr-status-separator,
  .rr-hero-status span:last-child { display: none; }
  .rr-hero-copy { top: 42%; width: calc(100vw - 26px); }
  .rr-eyebrow { max-width: 210px; margin-left: 6px !important; }
  .rr-wordmark { font-size: clamp(84px, 27vw, 124px); line-height: 0.79; }
  .rr-wordmark span:last-child { justify-self: start; margin-left: 12vw; }
  .rr-hero-script { right: 5%; bottom: -17%; font-size: 24px; }
  .rr-hero-bottom { right: 18px; bottom: 24px; left: 18px; gap: 18px; }
  .rr-hero-bottom > p { width: 100%; font-size: 13px; }
  .rr-hero-actions { display: grid; grid-template-columns: 1fr auto; gap: 14px; }
  .rr-hero-actions .rr-text-link { font-size: 10px; }

  .rr-manifesto { padding-block: 95px; }
  .rr-manifesto-grid,
  .rr-now-head,
  .rr-proof-grid,
  .rr-contact-layout,
  .rr-stay-layout {
    grid-template-columns: 1fr;
  }
  .rr-manifesto-note,
  .rr-now-head > p,
  .rr-proof blockquote,
  .rr-contact-intro,
  .rr-contact-form,
  .rr-stay-heading,
  .rr-glass-stay { grid-column: 1; }
  .rr-manifesto-copy h2 { font-size: clamp(46px, 14.5vw, 67px); }
  .rr-sunmark { width: 68px; }

  .rr-portals { padding: 90px 14px 100px; }
  .rr-portals-head { padding-inline: 4px; }
  .rr-portals-head h2 { font-size: 76px; }
  .rr-portal-grid { display: grid; grid-template-columns: 1fr; }
  .rr-portal--animals,
  .rr-portal--water,
  .rr-portal--slow {
    grid-column: 1;
    min-height: 68vh;
  }
  .rr-portal-copy strong,
  .rr-portal--water .rr-portal-copy strong { font-size: 52px; }

  .rr-stay { min-height: auto; }
  .rr-stay-layout { min-height: auto; padding-block: 110px 70px; }
  .rr-stay-heading h2 { font-size: 82px; }
  .rr-glass-stay { margin-top: 18px; padding: 20px; }
  .rr-glass-stay-top { display: grid; }
  .rr-stay-options a { grid-template-columns: 20px 1fr auto; }
  .rr-stay-options small { display: none; }

  .rr-now { padding-block: 95px; }
  .rr-now-head { margin-bottom: 52px; }
  .rr-now-head h2 { font-size: 54px; }
  .rr-event-row { grid-template-columns: 72px 1fr 44px; gap: 14px; min-height: 130px; }
  .rr-event-row time { display: grid; gap: 0; }
  .rr-event-row time strong { font-size: 48px; }
  .rr-event-title h3 { font-size: 20px; }
  .rr-event-action { width: 42px; height: 42px; }
  .rr-event-image { display: none; }
  .rr-now-footer { align-items: stretch; flex-direction: column; }
  .rr-now-footer .rr-text-link { align-self: flex-start; }

  .rr-meadow { min-height: 720px; }
  .rr-meadow-copy { right: 18px; left: 18px; }
  .rr-meadow-copy h2 { font-size: 66px; }
  .rr-meadow-copy h2 em { margin-left: 0; font-size: 0.48em; }
  .rr-meadow-copy .rr-button { width: auto; }
  .rr-marquee-set { min-width: 170vw; }

  .rr-proof { padding-block: 95px; }
  .rr-proof-title h2 { font-size: 56px; overflow-wrap: normal; }
  .rr-proof blockquote { padding-top: 28px; }
  .rr-press-links { grid-column: 1; }
  .rr-press-links a { grid-template-columns: 72px 1fr auto; gap: 12px; }

  .rr-contact { padding-block: 100px 210px; }
  .rr-contact-intro h2 { font-size: 88px; }
  .rr-contact .contact-choices-actions { grid-template-columns: 1fr; }
  .rr-contact-form { padding: 22px; }
  .rr-contact-map { margin-top: 30px; border-radius: 20px; }
  .rr-contact-map-head { display: grid; gap: 22px; padding: 24px 20px; }
  .rr-contact-map-head h3 { font-size: clamp(38px, 11vw, 54px); }
  .rr-contact-map-link { width: 100%; }
  .rr-contact-map-frame { height: 330px; }
  .rr-contact-map-foot { display: grid; gap: 8px; padding-inline: 20px; }
  .rr-contact-map-foot span:last-child { justify-self: start; }
  .rr-contact-word { bottom: 62px; font-size: 33vw; }
  .rr-moon { right: -28px; opacity: 0.6; }

  .rr-mobile-dock {
    position: fixed;
    right: 12px;
    bottom: calc(10px + env(safe-area-inset-bottom, 0px));
    left: 12px;
    z-index: 95;
    display: grid;
    grid-template-columns: 0.72fr 1.28fr;
    gap: 7px;
    padding: 7px;
    border: 1px solid rgba(255, 255, 255, 0.48);
    border-radius: 15px;
    background: rgba(247, 242, 232, 0.9);
    box-shadow: 0 16px 42px rgba(5, 18, 13, 0.24);
    backdrop-filter: blur(18px) saturate(1.12);
    opacity: 1;
    transform: translateY(0);
    transition: opacity 240ms var(--rr-ease), transform 240ms var(--rr-ease);
  }

  .rr-mobile-dock.is-hidden {
    opacity: 0;
    pointer-events: none;
    transform: translateY(calc(100% + 18px));
  }

  .rr-mobile-dock a,
  .rr-mobile-dock button {
    display: flex;
    min-width: 0;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    border: 1px solid rgba(16, 23, 19, 0.18);
    border-radius: 10px;
    font: 700 11px/1.2 "Manrope", sans-serif;
    letter-spacing: 0.045em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    touch-action: manipulation;
  }

  .rr-mobile-dock a {
    background: rgba(255, 255, 255, 0.72);
    color: var(--rr-forest);
  }

  .rr-mobile-dock button {
    border-color: var(--rr-forest);
    background: var(--rr-forest);
    color: #fff;
    cursor: pointer;
  }

  body:has(.rr-home) .site-footer {
    padding-bottom: calc(82px + env(safe-area-inset-bottom, 0px));
  }
}

@media (prefers-reduced-motion: reduce) {
  .rr-home *,
  .rr-home *::before,
  .rr-home *::after,
  body:has(.rr-home) .logo-mark {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .rr-hero-video { transform: none; }
  .rr-marquee-track { transform: none; }
}

/* 09. Shared editorial language for every internal page. */
.rr-inner-page main {
  position: relative;
  overflow: clip;
  background:
    radial-gradient(circle at 92% 14%, rgba(167, 72, 49, 0.08), transparent 28rem),
    var(--rr-paper);
  color: var(--rr-ink);
}

.rr-inner-page main::before {
  position: fixed;
  inset: 0;
  z-index: 0;
  background-image: radial-gradient(rgba(16, 23, 19, 0.07) 0.7px, transparent 0.7px);
  background-size: 19px 19px;
  content: "";
  opacity: 0.36;
  pointer-events: none;
}

.rr-inner-page main > * {
  position: relative;
  z-index: 1;
}

.rr-inner-page main :where(h1, h2, h3) {
  text-wrap: balance;
}

.rr-inner-page .hero-page {
  min-height: clamp(620px, 82svh, 840px);
  padding: calc(var(--nav-height) + 100px) 0 96px;
  align-items: end;
  background: var(--rr-night);
}

.rr-inner-page .hero-page::before {
  right: -0.02em;
  bottom: -0.1em;
  z-index: 1;
  color: rgba(255, 255, 255, 0.13);
  content: "РАНЧО";
  font-family: "Oswald", "Arial Narrow", sans-serif;
  font-size: clamp(124px, 20vw, 318px);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 0.76;
  animation: wordmark-drift 18s ease-in-out infinite alternate-reverse;
}

.rr-inner-page .hero-page::after {
  position: absolute;
  inset: auto 0 0;
  z-index: 1;
  height: 1px;
  background: rgba(255, 255, 255, 0.28);
  content: "";
}

.rr-inner-page .hero-page .hero-media::after,
.rr-inner-page .hero-page .hero-ribbon::after {
  background:
    linear-gradient(90deg, rgba(5, 18, 15, 0.86) 0%, rgba(5, 18, 15, 0.44) 56%, rgba(5, 18, 15, 0.2) 100%),
    linear-gradient(0deg, rgba(4, 16, 13, 0.7) 0%, transparent 52%);
}

.rr-inner-page .hero-ribbon-track img {
  width: clamp(340px, 48vw, 740px);
  object-fit: cover;
  filter: saturate(0.92) brightness(0.82) contrast(1.06);
}

.rr-inner-page .hero-page .hero-content {
  width: min(100%, 1240px);
  max-width: none;
  padding-top: 0;
}

.rr-inner-page .hero-page .hero-kicker {
  color: rgba(255, 255, 255, 0.8);
  font: 600 clamp(11px, 0.8vw, 13px)/1.4 "Manrope", sans-serif;
  letter-spacing: 0.2em;
}

.rr-inner-page .hero-page h1 {
  max-width: 970px;
  margin-block: 24px 20px;
  font-family: "Oswald", "Arial Narrow", sans-serif;
  font-size: clamp(68px, 9.5vw, 142px);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 0.92;
  text-transform: uppercase;
}

.rr-inner-page .hero-page .hero-subtitle {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(17px, 1.45vw, 21px);
  line-height: 1.65;
}

.rr-inner-page .hero-page .hero-actions {
  margin-top: 34px;
}

.rr-inner-page .hero-page .btn {
  min-height: 54px;
  border-radius: 3px;
  padding-inline: 24px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.rr-inner-page .hero-page .btn-primary {
  border: 1px solid #fff;
  background: #fff;
  box-shadow: none;
  color: var(--rr-ink);
}

.rr-inner-page .hero-page .btn-primary:hover {
  border-color: var(--rr-amber);
  background: var(--rr-amber);
  box-shadow: none;
}

.rr-inner-page .section {
  padding-block: clamp(86px, 9vw, 140px);
}

.rr-inner-page .section-light {
  background: rgba(250, 246, 237, 0.78);
}

.rr-inner-page main > .section:not(.hero-page):not(.section-contacts):nth-of-type(even) {
  background: rgba(255, 253, 248, 0.7);
}

.rr-inner-page .section-header {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.72fr);
  gap: 44px;
  align-items: end;
  margin-bottom: clamp(42px, 6vw, 76px);
  padding-bottom: 28px;
  border-bottom: 1px solid var(--rr-line);
}

.rr-inner-page .section-header h2,
.rr-inner-page .section-text h2,
.rr-inner-page .property-card > h2,
.rr-inner-page .privacy-card > h1,
.rr-inner-page .privacy-card h2 {
  margin: 0;
  color: var(--rr-forest);
  font-family: "Oswald", "Arial Narrow", sans-serif;
  font-size: clamp(48px, 6vw, 88px);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 0.98;
  text-transform: uppercase;
}

.rr-inner-page .section-header p,
.rr-inner-page .section-text p {
  max-width: 640px;
  margin: 0;
  color: #4c5b54;
  font-size: clamp(16px, 1.25vw, 19px);
  line-height: 1.75;
}

.rr-inner-page .cards-grid,
.rr-inner-page .property-grid,
.rr-inner-page .stay-units-grid,
.rr-inner-page .object-gallery {
  gap: clamp(18px, 2.2vw, 30px);
}

.rr-inner-page .program-card,
.rr-inner-page .property-card,
.rr-inner-page .stay-unit-card,
.rr-inner-page .reason,
.rr-inner-page .event-item {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(16, 23, 19, 0.14);
  border-radius: 3px 32px 3px 32px;
  background: rgba(250, 246, 237, 0.86);
  box-shadow: none;
}

.rr-inner-page .program-card,
.rr-inner-page .stay-unit-card,
.rr-inner-page .reason,
.rr-inner-page .event-item {
  padding: clamp(22px, 2.4vw, 34px);
}

.rr-inner-page .program-card::before,
.rr-inner-page .stay-unit-card::before,
.rr-inner-page .reason::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 58px;
  height: 3px;
  background: var(--rr-terracotta);
  content: "";
  transition: width 420ms var(--rr-ease);
}

.rr-inner-page .program-card:hover,
.rr-inner-page .property-card:hover,
.rr-inner-page .stay-unit-card:hover,
.rr-inner-page .reason:hover,
.rr-inner-page .event-item:hover {
  border-color: rgba(16, 23, 19, 0.28);
  box-shadow: 0 28px 70px rgba(16, 23, 19, 0.11);
  transform: translateY(-6px);
}

.rr-inner-page .program-card:hover::before,
.rr-inner-page .stay-unit-card:hover::before,
.rr-inner-page .reason:hover::before {
  width: 100%;
}

.rr-inner-page .program-card h3,
.rr-inner-page .property-card h3,
.rr-inner-page .stay-unit-card h3,
.rr-inner-page .reason h3,
.rr-inner-page .event-item h3 {
  color: var(--rr-forest);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(29px, 2.8vw, 43px);
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.04;
}

.rr-inner-page .program-card p,
.rr-inner-page .program-meta,
.rr-inner-page .property-card p,
.rr-inner-page .stay-unit-card p,
.rr-inner-page .event-item p {
  color: #56635d;
  font-size: 15px;
  line-height: 1.7;
}

.rr-inner-page .program-tag,
.rr-inner-page .format-label {
  border: 1px solid rgba(167, 72, 49, 0.22);
  border-radius: 999px;
  background: rgba(167, 72, 49, 0.08);
  color: #813622;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.rr-inner-page .novelty-card-media,
.rr-inner-page .property-card-image,
.rr-inner-page .section-image,
.rr-inner-page .object-photo,
.rr-inner-page .photo-card,
.rr-inner-page .event-item-figure {
  border: 0;
  border-radius: 3px 26px 3px 26px;
}

.rr-inner-page .novelty-card-media {
  margin: -20px -20px 10px;
}

.rr-inner-page .novelty-card-image,
.rr-inner-page .novelty-card-video,
.rr-inner-page .section-image img,
.rr-inner-page .property-card-image img,
.rr-inner-page .object-photo img {
  animation: image-breathe 18s ease-in-out infinite alternate;
}

.rr-inner-page .btn {
  min-height: 50px;
  border-radius: 3px;
  letter-spacing: 0.045em;
}

.rr-inner-page .btn-primary {
  background: var(--rr-forest);
  box-shadow: none;
}

.rr-inner-page .btn-primary:hover {
  background: var(--rr-ink);
  box-shadow: none;
}

.rr-inner-page .btn-secondary,
.rr-inner-page .btn-outline,
.rr-inner-page .btn-ghost {
  border-color: rgba(16, 23, 19, 0.24);
  background: transparent;
}

.rr-inner-page .section-split {
  gap: clamp(46px, 7vw, 100px);
}

.rr-inner-page .section-image {
  min-height: clamp(420px, 48vw, 660px);
  box-shadow: 24px 28px 0 rgba(18, 61, 48, 0.1);
}

.rr-inner-page .bullet-list {
  margin-block: 26px;
  font-size: 16px;
  line-height: 1.75;
}

.rr-inner-page .timeline-day-date {
  color: var(--rr-terracotta);
  font-family: "Oswald", "Arial Narrow", sans-serif;
  font-size: clamp(28px, 3.5vw, 48px);
  font-weight: 400;
  text-transform: uppercase;
}

.rr-inner-page .events-walk-in-note {
  border-radius: 3px 22px 3px 22px;
  background: #dce8da;
}

.rr-inner-page .gallery-grid-photos {
  gap: 18px;
}

.rr-inner-page .gallery-grid-photos .photo-card {
  box-shadow: none;
}

.rr-inner-page .property-card > h2 {
  font-size: clamp(44px, 5vw, 70px);
}

.rr-inner-page .property-card:not(:has(.property-card-image)) {
  padding: clamp(28px, 4vw, 52px);
}

.rr-inner-page .property-meta,
.rr-inner-page .property-includes {
  font-size: 16px;
  line-height: 1.75;
}

.rr-inner-page .object-gallery {
  margin-top: clamp(34px, 5vw, 70px);
}

.rr-inner-page .section-contacts {
  background:
    radial-gradient(circle at 88% 15%, rgba(228, 169, 78, 0.18), transparent 26rem),
    var(--rr-forest);
  color: #fff;
}

.rr-inner-page .section-contacts .section-text h2,
.rr-inner-page .section-contacts .section-text p,
.rr-inner-page .section-contacts .contacts-list,
.rr-inner-page .section-contacts .contacts-list a,
.rr-inner-page .section-contacts .faq-preview,
.rr-inner-page .section-contacts .faq-note {
  color: #fff;
}

.rr-inner-page .section-form {
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 3px 30px 3px 30px;
  background: rgba(250, 246, 237, 0.96);
  box-shadow: 0 28px 80px rgba(3, 13, 10, 0.28);
  color: var(--rr-ink);
}

.hero-media-activities::before {
  background-image: url("assets/для-семей/fViW40a4oBNz1HMAa7kT8ylhMCrByKr7OMUJRZ6fOWq3vbq06othmjfb2rFR1UIrZYRzl37wdjRtLXr36H_2L_9G.opt.8bd73daa9711.jpg");
}

.hero-media-domik-lesa::before {
  background-image: url("assets/nedvizhimost/domik-u-lesa/photo_2026-03-15_13-17-44.opt.a0e4e842e0a9.jpg");
}

.hero-media-domik-pruda::before {
  background-image: url("assets/nedvizhimost/domik-u-pruda/photo_2026-03-15_13-17-39.opt.d3aa2688a5e1.jpg");
}

.hero-media-teplaya-besedka-1::before {
  background-image: url("assets/nedvizhimost/teplaya-besedka-1/photo_2026-03-15_13-17-41.opt.7900dbb1da4a.jpg");
}

.hero-media-teplaya-besedka-2::before {
  background-image: url("assets/nedvizhimost/teplaya-besedka-2/photo_2026-03-15_13-17-35.opt.f56cc321f90f.jpg");
}

.hero-media-letnyaya-besedka::before {
  background-image: url("assets/nedvizhimost/letnyaya-besedka/photo_2026-03-15_13-25-14.opt.7ced4c7d43a7.jpg");
}

@media (max-width: 900px) {
  .rr-inner-page .hero-page {
    min-height: 700px;
  }

  .rr-inner-page .hero-page::before {
    font-size: 24vw;
  }

  .rr-inner-page .section-header {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

@media (max-width: 640px) {
  .rr-inner-page .hero-page {
    min-height: 690px;
    padding: calc(var(--nav-height) + 78px) 0 84px;
  }

  .rr-inner-page .hero-page::before {
    right: -0.05em;
    bottom: -0.03em;
    font-size: 33vw;
  }

  .rr-inner-page .hero-page h1 {
    font-size: clamp(54px, 16vw, 82px);
    line-height: 0.94;
  }

  .rr-inner-page .hero-page .hero-subtitle {
    font-size: 16px;
  }

  .rr-inner-page .hero-page .hero-actions,
  .rr-inner-page .hero-page .hero-actions .btn {
    width: 100%;
  }

  .rr-inner-page .hero-ribbon-track img {
    width: 82vw;
  }

  .rr-inner-page .section {
    padding-block: 82px;
  }

  .rr-inner-page .section-header h2,
  .rr-inner-page .section-text h2,
  .rr-inner-page .property-card > h2,
  .rr-inner-page .privacy-card > h1,
  .rr-inner-page .privacy-card h2 {
    font-size: clamp(42px, 13vw, 62px);
  }

  .rr-inner-page .program-card,
  .rr-inner-page .stay-unit-card,
  .rr-inner-page .reason,
  .rr-inner-page .event-item {
    padding: 21px;
  }

  .rr-inner-page .novelty-card-media {
    margin: -14px -14px 8px;
  }

  .rr-inner-page .section-image {
    min-height: 430px;
    box-shadow: 12px 14px 0 rgba(18, 61, 48, 0.1);
  }

}

@media (max-width: 620px) {
  .rr-mobile-dock--inner {
    display: grid;
  }

  .rr-inner-page .site-footer {
    padding-bottom: calc(82px + env(safe-area-inset-bottom, 0px));
  }
}

@media (prefers-reduced-motion: reduce) {
  .rr-inner-page *,
  .rr-inner-page *::before,
  .rr-inner-page *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
