@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap");

body.site-rentals {
  --bg: #ffffff;
  --surface: #ffffff;
  --fg: #0c1620;
  --muted: #5b6775;
  --line: #d7dce3;
  --primary: #2b6662;
  --primary-dark: #235854;
  --accent: #3c7f7a;
  --radius: 16px;
  --shadow: none;
  background:
    radial-gradient(circle at 92% -18%, rgba(60, 127, 122, 0.08), transparent 40%),
    radial-gradient(circle at -10% 12%, rgba(43, 102, 98, 0.05), transparent 35%),
    #fff;
  color: var(--fg);
  font-family: "Manrope", "Plus Jakarta Sans", "Avenir Next", "Segoe UI", sans-serif;
  overflow-x: clip;
}

body.site-rentals .site-main,
body.site-rentals .section,
body.site-rentals .container,
body.site-rentals .listing-shell > *,
body.site-rentals .listing-main,
body.site-rentals .listing-aside,
body.site-rentals .request-calendar-card,
body.site-rentals .request-cal-month,
body.site-rentals .request-cal-grid {
  min-width: 0;
}

body.site-rentals .site-header {
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(7px);
}

body.site-rentals .nav {
  min-height: 86px;
}

body.site-rentals .brand-logo {
  display: none !important;
}

body.site-rentals .brand {
  gap: 0.2rem;
}

body.site-rentals .brand-title {
  font-size: clamp(1.36rem, 1.7vw, 1.62rem);
  font-weight: 800;
  letter-spacing: -0.03em;
}

body.site-rentals .brand-title-main {
  color: #0c1620;
}

body.site-rentals .brand-title-suffix {
  color: #2b6662 !important;
}

body.site-rentals .brand-text small {
  display: none;
}

body.site-rentals .kicker {
  color: #2b6662;
  font-weight: 700;
}

body.site-rentals .nav-links a {
  border-radius: 10px;
  padding: 0.36rem 0.5rem;
  color: #0c1620;
  font-size: 0.95rem;
  font-weight: 700;
}

body.site-rentals .nav-links a:hover,
body.site-rentals .nav-links a:focus-visible {
  color: #2b6662;
  background: #f6f7f9;
}

body.site-rentals .lang-switch {
  border-color: var(--line);
  background: #fff;
}

body.site-rentals .lang {
  font-weight: 700;
}

body.site-rentals .lang.active {
  background: rgba(43, 102, 98, 0.12);
  color: #235854;
}

body.site-rentals .lang:hover,
body.site-rentals .lang:focus-visible {
  background: rgba(43, 102, 98, 0.08);
}

body.site-rentals .menu-btn:hover,
body.site-rentals .menu-btn:focus-visible,
body.site-rentals .mobile-menu-close:hover,
body.site-rentals .mobile-menu-close:focus-visible,
body.site-rentals .lang-switch-mobile .lang.active,
body.site-rentals .lang-switch-mobile .lang:hover,
body.site-rentals .lang-switch-mobile .lang:focus-visible {
  border-color: rgba(43, 102, 98, 0.42);
  box-shadow: 0 0 0 3px rgba(43, 102, 98, 0.12);
}

body.site-rentals .mobile-menu-panel {
  background: rgba(255, 255, 255, 0.98);
}

body.site-rentals .mobile-menu-section a:hover,
body.site-rentals .mobile-menu-section a:focus-visible {
  background: #f6f7f9;
  border-color: rgba(43, 102, 98, 0.2);
}

body.site-rentals .section {
  padding-block: clamp(1.35rem, 3vw, 2.45rem);
}

body.site-rentals .hero-feature-glow {
  display: none;
}

body.site-rentals .hero-feature,
body.site-rentals .hero-media-item,
body.site-rentals .hero-feature-card,
body.site-rentals .hero-badge {
  border-color: var(--line);
  box-shadow: none;
}

body.site-rentals .hero-feature-card {
  background: rgba(255, 255, 255, 0.96);
}

body.site-rentals .trust-dot {
  background: #3c7f7a;
  box-shadow: 0 0 0 3px rgba(60, 127, 122, 0.2);
}

body.site-rentals .hero-shell {
  gap: clamp(1rem, 2.2vw, 1.8rem);
}

body.site-rentals .hero-copy h1 {
  font-size: clamp(2.15rem, 4.2vw, 3.72rem);
  letter-spacing: -0.04em;
  max-width: 15ch;
}

body.site-rentals .hero-copy .lead {
  max-width: 48ch;
  font-size: clamp(1.04rem, 1.6vw, 1.3rem);
}

body.site-rentals .hero-rentals-trust {
  margin-top: 0.85rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.45rem;
}

body.site-rentals .hero-rentals-trust .trust-item {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  padding: 0.45rem 0.55rem;
  font-size: 0.9rem;
  color: #415161;
}

body.site-rentals .hero-chip-label {
  margin-top: 0.8rem;
  color: #586575;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

body.site-rentals .rentals-term-split {
  margin-top: 0.85rem;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 0.84rem;
  background: #f6f7f9;
}

body.site-rentals .rentals-term-head h3 {
  margin: 0;
  font-size: 1.02rem;
}

body.site-rentals .rentals-term-head .caption {
  margin-top: 0.18rem;
}

body.site-rentals .rentals-term-grid {
  margin-top: 0.64rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.64rem;
}

body.site-rentals .rentals-term-card {
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 0.7rem;
  background: #fff;
}

body.site-rentals .rentals-term-card.is-active {
  border-color: rgba(43, 102, 98, 0.4);
  background: rgba(43, 102, 98, 0.08);
}

body.site-rentals .rentals-term-card h4 {
  margin: 0;
  font-size: 1.02rem;
}

body.site-rentals .rentals-term-card p {
  margin: 0.48rem 0 0;
  font-size: 0.9rem;
  color: #4f5d6c;
}

body.site-rentals .card {
  border-radius: 16px;
  border-color: var(--line);
  box-shadow: none;
}

body.site-rentals .card:hover {
  box-shadow: none;
}

body.site-rentals .btn {
  border-radius: 14px;
  font-weight: 700;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

body.site-rentals .btn:hover,
body.site-rentals .btn:focus-visible {
  transform: translateY(-2px);
}

body.site-rentals .btn:focus-visible {
  box-shadow: 0 0 0 3px rgba(43, 102, 98, 0.18);
}

body.site-rentals .btn-primary {
  color: #fff;
  background: #2b6662;
  border-color: #2b6662;
  box-shadow: none;
}

body.site-rentals .btn-primary:hover,
body.site-rentals .btn-primary:focus-visible {
  background: #235854;
  border-color: #235854;
}

body.site-rentals .btn-secondary {
  color: #fff;
  background: #3c7f7a;
  border-color: #3c7f7a;
  box-shadow: none;
}

body.site-rentals .btn-secondary:hover,
body.site-rentals .btn-secondary:focus-visible {
  background: #326b67;
  border-color: #326b67;
  filter: none;
  box-shadow: none;
}

body.site-rentals .btn-header,
body.site-rentals .btn-outline {
  border-color: rgba(43, 102, 98, 0.3);
  color: #235854;
  background: #fff;
}

body.site-rentals .btn-ghost {
  border-color: var(--line);
  color: #0c1620;
  background: #fff;
}

body.site-rentals .text-link {
  color: #2b6662;
  text-decoration: none;
}

body.site-rentals .text-link:hover,
body.site-rentals .text-link:focus-visible {
  color: #235854;
  text-decoration: underline;
  text-underline-offset: 3px;
}

body.site-rentals .filters-card {
  background: #f6f7f9;
}

body.site-rentals .filters-form input,
body.site-rentals .filters-form select,
body.site-rentals .lead-form input,
body.site-rentals .lead-form textarea {
  border-color: var(--line);
  border-radius: 12px;
}

body.site-rentals .filters-form input:focus,
body.site-rentals .filters-form select:focus,
body.site-rentals .lead-form input:focus,
body.site-rentals .lead-form textarea:focus {
  border-color: rgba(43, 102, 98, 0.55);
  box-shadow: 0 0 0 3px rgba(43, 102, 98, 0.12);
}

body.site-rentals .listing-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: none;
}

body.site-rentals .listing-card:hover {
  transform: translateY(-3px);
  border-color: rgba(43, 102, 98, 0.4);
  box-shadow: 0 14px 28px rgba(12, 22, 32, 0.08);
}

body.site-rentals .listing-card:focus-visible {
  box-shadow: 0 0 0 3px rgba(43, 102, 98, 0.16);
}

body.site-rentals .listing-image-overlay {
  inset: auto 0.72rem 0.72rem 0.72rem;
}

body.site-rentals .listing-price-pill {
  background: #2b6662;
  border-color: rgba(255, 255, 255, 0.22);
  color: #fff;
}

body.site-rentals .listing-loc-pill {
  background: rgba(12, 22, 32, 0.68);
}

body.site-rentals .listing-shell {
  grid-template-columns: minmax(0, 1fr) minmax(304px, 360px);
  gap: 1rem;
}

body.site-rentals .listing-gallery-tile,
body.site-rentals .gallery-stage img,
body.site-rentals .gallery-thumb {
  border-color: var(--line);
  border-radius: 16px;
}

body.site-rentals .listing-gallery-all {
  border-color: var(--line);
}

body.site-rentals .chip {
  background: #f6f7f9;
  border-color: var(--line);
}

body.site-rentals .chip-primary {
  background: rgba(43, 102, 98, 0.12);
  border-color: rgba(43, 102, 98, 0.24);
}

body.site-rentals .taxo-link::before,
body.site-rentals .taxo-text::before,
body.site-rentals .icon-list li::before {
  background: #3c7f7a;
}

body.site-rentals .taxo-link:hover,
body.site-rentals .taxo-link:focus-visible {
  background: #f6f7f9;
  color: #235854;
}

body.site-rentals .listing-contact-price {
  font-size: 2.05rem;
  letter-spacing: -0.03em;
}

body.site-rentals .listing-share {
  border-top-color: var(--line);
}

body.site-rentals .listing-aside-extra {
  gap: 0.6rem;
}

body.site-rentals .map,
body.site-rentals .map-card {
  border-color: var(--line);
}

body.site-rentals .map-marker-price {
  background: #2b6662;
  box-shadow: none;
}

body.site-rentals .map-marker-current .map-marker-price {
  background: #3c7f7a;
}

body.site-rentals .site-footer {
  margin-top: 1rem;
  border-top: 1px solid var(--line);
  background: #fff;
}

body.site-rentals .footer-top-card {
  border-color: var(--line);
  background: #f6f7f9;
}

body.site-rentals .footer-brand-block,
body.site-rentals .footer-col {
  border-color: var(--line);
  background: #fff;
}

body.site-rentals .footer-bottom {
  border-top-color: var(--line);
}

body.site-rentals .consent-banner-inner {
  border-color: rgba(43, 102, 98, 0.26);
  box-shadow: 0 16px 28px rgba(12, 22, 32, 0.16);
}

body.site-rentals .fab-phone {
  background: #2b6662;
}

body.site-rentals .listing-main {
  gap: 1.2rem;
}

body.site-rentals .listing-media {
  border: 0;
  padding: 0;
  background: transparent;
}

body.site-rentals .listing-gallery {
  gap: 0.75rem;
  height: clamp(300px, 48vh, 520px);
}

body.site-rentals .listing-gallery-tile {
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 20px 32px rgba(12, 22, 32, 0.11);
}

body.site-rentals .listing-gallery-tile img {
  transition: transform 260ms ease;
}

body.site-rentals .listing-gallery-tile:hover img,
body.site-rentals .listing-gallery-tile:focus-visible img {
  transform: scale(1.035);
}

body.site-rentals .listing-gallery-all {
  border-radius: 12px;
  font-weight: 700;
}

body.site-rentals .listing-article {
  border-radius: 20px;
  border: 1px solid var(--line);
  background: #fff;
  padding: clamp(1.1rem, 2.3vw, 1.8rem);
}

body.site-rentals .listing-kicker-row {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  flex-wrap: wrap;
}

body.site-rentals .listing-term-badge {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(43, 102, 98, 0.32);
  background: rgba(43, 102, 98, 0.1);
  color: #235854;
  border-radius: 999px;
  padding: 0.28rem 0.62rem;
  font-size: 0.78rem;
  font-weight: 700;
}

body.site-rentals .listing-title h1 {
  font-size: clamp(1.72rem, 3vw, 2.48rem);
  line-height: 1.08;
  max-width: 20ch;
  margin-top: 0.2rem;
}

body.site-rentals .listing-title .lead {
  font-size: 1rem;
  color: #4a5968;
  max-width: 62ch;
}

body.site-rentals .listing-meta-chips {
  margin-top: 0.95rem;
}

body.site-rentals .listing-trust-strip {
  margin-top: 0.95rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.5rem;
}

body.site-rentals .listing-trust-strip span {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #f6f7f9;
  color: #2a3948;
  font-size: 0.86rem;
  font-weight: 600;
  padding: 0.46rem 0.6rem;
  text-align: center;
}

body.site-rentals .listing-section {
  margin-top: 1rem;
}

body.site-rentals .listing-section-surface {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  padding: 0.92rem 1rem;
}

body.site-rentals .listing-section-surface h2 {
  margin-bottom: 0.62rem;
}

body.site-rentals .taxo-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.4rem 1rem;
}

body.site-rentals .taxo-link,
body.site-rentals .taxo-text {
  border: 1px solid transparent;
  border-radius: 12px;
  padding: 0.44rem 0.5rem 0.44rem 1.2rem;
  min-height: 42px;
  display: flex;
  align-items: center;
  background: #fff;
}

body.site-rentals .taxo-link::before,
body.site-rentals .taxo-text::before {
  left: 0.44rem;
  top: 50%;
  transform: translateY(-50%);
}

body.site-rentals .taxo-link:hover,
body.site-rentals .taxo-link:focus-visible {
  border-color: rgba(43, 102, 98, 0.2);
  box-shadow: 0 0 0 3px rgba(43, 102, 98, 0.08);
}

body.site-rentals .taxo-text {
  border-color: var(--line);
  background: #f8fafb;
}

body.site-rentals .listing-split {
  gap: 0.8rem;
}

body.site-rentals .icon-list {
  gap: 0.5rem;
}

body.site-rentals .icon-list li {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  padding: 0.48rem 0.64rem 0.48rem 1.3rem;
}

body.site-rentals .icon-list li::before {
  left: 0.5rem;
}

body.site-rentals .listing-contact {
  border-radius: 20px;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: 0 14px 24px rgba(12, 22, 32, 0.08);
}

body.site-rentals .listing-contact-price {
  font-size: clamp(1.9rem, 3.2vw, 2.45rem);
  line-height: 1;
  margin-bottom: 0.14rem;
}

body.site-rentals .listing-contact-subprice {
  margin: 0;
  color: #2b6662;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

body.site-rentals .listing-contact-meta {
  margin-top: 0.45rem;
  font-size: 0.88rem;
}

body.site-rentals .listing-pricing-note {
  margin: 0.58rem 0 0;
  color: #4f5d6c;
  font-size: 0.86rem;
}

body.site-rentals .listing-share {
  margin-top: 1rem;
  padding-top: 0.95rem;
}

body.site-rentals .listing-share .btn-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.45rem;
}

body.site-rentals .listing-share .btn {
  justify-content: center;
  text-align: center;
}

body.site-rentals .request-calendar-card {
  border-radius: 18px;
}

body.site-rentals .request-cal-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 0.78rem;
  margin: 0.55rem 0 0.2rem;
  color: #5b6775;
  font-size: 0.88rem;
}

body.site-rentals .request-cal-legend span {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

body.site-rentals .request-cal-legend .dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  display: inline-block;
}

body.site-rentals .request-cal-legend .dot.open {
  background: #2b6662;
}

body.site-rentals .request-cal-legend .dot.booked {
  background: #d23a3a;
}

body.site-rentals .request-cal-legend .dot.past {
  background: #9aa6b5;
}

body.site-rentals .request-cal-status {
  margin: 0.38rem 0 0.6rem;
  font-size: 0.94rem;
  color: #2f3f4f;
  font-weight: 600;
}

body.site-rentals .request-cal-months {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
}

body.site-rentals .request-cal-month {
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 0.65rem;
  background: #fff;
}

body.site-rentals .request-cal-month h4 {
  margin: 0 0 0.5rem;
  font-size: 1.1rem;
}

body.site-rentals .request-cal-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 0.3rem;
}

body.site-rentals .rq-day {
  min-height: 38px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.88rem;
  font-weight: 650;
}

body.site-rentals .rq-day-head {
  min-height: 22px;
  color: #7b8593;
  font-size: 0.82rem;
  font-weight: 700;
}

body.site-rentals .rq-day-empty {
  background: transparent;
}

body.site-rentals .rq-day-past,
body.site-rentals .rq-day-booked {
  background: #f2f4f7;
  color: #a0aab7;
}

body.site-rentals .rq-day-booked {
  text-decoration: line-through;
}

body.site-rentals .rq-day-open {
  border: 1px solid var(--line);
  background: #fff;
  color: #233242;
  cursor: pointer;
}

body.site-rentals .rq-day-open:hover,
body.site-rentals .rq-day-open:focus-visible {
  border-color: rgba(43, 102, 98, 0.48);
  box-shadow: 0 0 0 2px rgba(43, 102, 98, 0.14);
  outline: none;
}

body.site-rentals .rq-day-open.is-start,
body.site-rentals .rq-day-open.is-end {
  background: #2b6662;
  border-color: #2b6662;
  color: #fff;
}

body.site-rentals .rq-day-open.is-in-range {
  background: rgba(43, 102, 98, 0.14);
  border-color: rgba(43, 102, 98, 0.26);
}

body.site-rentals .request-cal-cta {
  margin-top: 0.8rem;
}

body.site-rentals .request-calendar-form {
  margin-top: 0.65rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.56rem;
}

body.site-rentals .request-calendar-dates {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.56rem;
}

body.site-rentals .request-calendar-form label {
  display: grid;
  gap: 0.18rem;
  font-size: 0.86rem;
  color: #536070;
  font-weight: 700;
}

body.site-rentals .request-calendar-form label.full,
body.site-rentals .request-calendar-form .block,
body.site-rentals .request-calendar-form .caption,
body.site-rentals .request-calendar-form .form-note {
  grid-column: 1 / -1;
}

body.site-rentals .request-calendar-form input,
body.site-rentals .request-calendar-form select,
body.site-rentals .request-calendar-form textarea {
  border: 1px solid var(--line);
  border-radius: 11px;
  padding: 0.62rem 0.68rem;
  font: inherit;
  color: #0c1620;
  background: #fff;
}

body.site-rentals .request-calendar-form textarea {
  resize: vertical;
}

body.site-rentals .request-calendar-form input:focus,
body.site-rentals .request-calendar-form select:focus,
body.site-rentals .request-calendar-form textarea:focus {
  outline: none;
  border-color: rgba(43, 102, 98, 0.52);
  box-shadow: 0 0 0 3px rgba(43, 102, 98, 0.1);
}

@media (max-width: 1024px) {
  body.site-rentals .listing-shell {
    grid-template-columns: 1fr;
  }

  body.site-rentals .listing-aside {
    position: static;
  }

  body.site-rentals .hero-rentals-trust {
    grid-template-columns: 1fr;
  }

  body.site-rentals .listing-trust-strip {
    grid-template-columns: 1fr;
  }

  body.site-rentals .listing-share .btn-row {
    grid-template-columns: 1fr;
  }

  body.site-rentals .rentals-term-grid,
  body.site-rentals .request-calendar-dates,
  body.site-rentals .request-calendar-form {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1180px) {
  body.site-rentals .nav {
    display: flex;
    min-height: 72px;
    padding: 0.58rem 0;
    align-items: center;
    justify-content: space-between;
  }

  body.site-rentals .nav-links {
    display: none;
  }

  body.site-rentals .nav-side {
    width: auto;
    justify-content: flex-end;
  }

  body.site-rentals .nav-side-desktop {
    display: none;
  }

  body.site-rentals .menu-btn {
    display: grid;
  }
}

@media (max-width: 960px) {
  body.site-rentals .brand-title {
    font-size: 1.24rem;
  }

  body.site-rentals .listing-gallery {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    height: auto;
  }

  body.site-rentals .listing-gallery-main {
    grid-row: auto;
  }

  body.site-rentals .taxo-grid {
    grid-template-columns: 1fr;
  }

  body.site-rentals .request-cal-months {
    grid-template-columns: 1fr;
  }
}
