:root {
  --rental-ink: #14241e;
  --rental-forest: #193c31;
  --rental-forest-2: #245243;
  --rental-clay: #c86f48;
  --rental-clay-dark: #a95736;
  --rental-sand: #f3ede4;
  --rental-cream: #faf8f4;
  --rental-white: #ffffff;
  --rental-muted: #66726c;
  --rental-line: #dedfd9;
  --rental-shadow: 0 22px 55px rgba(20, 36, 30, 0.10);
  --rental-radius: 18px;
}

html { scroll-behavior: smooth; }

body {
  background: var(--rental-white);
  color: var(--rental-ink);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
}

body h1, body h2, body h3, body h4, body h5, body h6 {
  color: var(--rental-ink);
  font-family: "DM Serif Display", Georgia, serif;
  font-weight: 400;
}

body p { color: var(--rental-muted); }
body a { color: inherit; }
body img { max-width: 100%; }

.boxed_wrapper { overflow: visible; }

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

.skip-link:focus { top: 12px; }

.rental-container {
  margin: 0 auto;
  max-width: 1240px;
  padding-left: 24px;
  padding-right: 24px;
  width: 100%;
}

.eyebrow {
  color: var(--rental-clay);
  display: block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.4;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.eyebrow--light { color: #f1c5ad; }

.rental-button {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 8px;
  cursor: pointer;
  display: inline-flex;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 14px;
  font-weight: 800;
  gap: 9px;
  justify-content: center;
  letter-spacing: 0.01em;
  line-height: 1.2;
  min-height: 52px;
  padding: 15px 24px;
  text-align: center;
  transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

.rental-button:hover { transform: translateY(-2px); }
.rental-button--primary { background: var(--rental-clay); color: #fff !important; }
.rental-button--primary:hover { background: var(--rental-clay-dark); }
.rental-button--dark { background: var(--rental-ink); color: #fff !important; }
.rental-button--dark:hover { background: var(--rental-forest-2); }
.rental-button--light { background: #fff; color: var(--rental-ink) !important; }
.rental-button--light:hover { background: var(--rental-sand); }
.rental-button--outline-light { border-color: rgba(255,255,255,.65); color: #fff !important; }
.rental-button--outline-light:hover { background: #fff; color: var(--rental-ink) !important; }
.rental-button--small { min-height: 44px; padding: 12px 20px; }
.rental-button--full { width: 100%; }

.rental-text-link {
  align-items: center;
  color: var(--rental-forest-2);
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  gap: 8px;
}

.rental-text-link:hover { color: var(--rental-clay); }
.rental-text-link--arrow:after { content: "\2192"; font-size: 20px; transition: transform .2s ease; }
.rental-text-link--arrow:hover:after { transform: translateX(4px); }

/* Header */
.rental-topbar { background: var(--rental-forest); color: #fff; }
.rental-topbar__inner { align-items: center; display: flex; justify-content: space-between; min-height: 38px; }
.rental-topbar p { color: rgba(255,255,255,.78); font-size: 12px; margin: 0; }
.rental-topbar i { color: #f1c5ad; margin-right: 7px; }
.rental-topbar__inner > div { display: flex; gap: 24px; }
.rental-topbar a { color: #fff; font-size: 12px; font-weight: 700; }

.main-header.rental-header,
.main-header.rental-header.fixed-header {
  background: #fff;
  border-bottom: 1px solid #ecece7;
  box-shadow: none;
  left: auto;
  position: sticky !important;
  right: auto;
  top: 0;
  width: 100%;
  z-index: 999;
}

.rental-header .header-lower { background: #fff; padding: 0 !important; position: relative; }
.rental-header__inner { align-items: center; display: flex; justify-content: space-between; min-height: 82px; }
.rental-header .logo-box { float: none; margin: 0 !important; padding: 0 !important; width: 164px !important; }
.rental-header .logo-box .logo { margin: 0; }
.rental-header .logo-box img { display: block; height: 58px; object-fit: contain; width: auto; }
.rental-header .menu-area { align-items: center; display: flex; float: none; }
.rental-header .main-menu { float: none; }
.rental-header .main-menu .navigation { display: flex; gap: 34px; }
.rental-header .main-menu .navigation > li { float: none; margin: 0 !important; padding: 0 !important; }
.rental-header .main-menu .navigation > li > a {
  color: #47534e !important;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 82px;
  padding: 0 !important;
  text-transform: none;
}
.rental-header .main-menu .navigation > li.current > a,
.rental-header .main-menu .navigation > li > a:hover { color: var(--rental-clay) !important; }
.rental-header .main-menu .navigation > li.current > a:after { background: var(--rental-clay); bottom: 21px; content: ""; height: 2px; left: 0; position: absolute; width: 100%; }
.rental-header__actions { align-items: center; display: flex; gap: 12px; }
.rental-header__phone { align-items: center; border: 1px solid var(--rental-line); border-radius: 50%; color: var(--rental-forest); display: flex; height: 44px; justify-content: center; width: 44px; }
.rental-header__phone:hover { border-color: var(--rental-clay); color: var(--rental-clay); }
.rental-header .mobile-nav-toggler { background: none; border: 0; display: none; margin: 0; padding: 10px; }
.rental-header .mobile-nav-toggler .icon-bar { background: var(--rental-ink); }
.sticky-header { display: none !important; }
.rental-mobile-cta { margin-top: 24px; }

/* Hero */
.rental-hero {
  background: var(--rental-forest) url("/assets/images/banner/banner-real-1.webp") center/cover no-repeat;
  min-height: 690px;
  overflow: hidden;
  position: relative;
}

.rental-hero__backdrop { background: linear-gradient(90deg, rgba(17,43,34,.96) 0%, rgba(17,43,34,.84) 48%, rgba(17,43,34,.35) 100%); inset: 0; position: absolute; }
.rental-hero__grid { align-items: center; display: grid; gap: 80px; grid-template-columns: minmax(0, 1.08fr) minmax(390px, .72fr); min-height: 690px; padding-bottom: 70px; padding-top: 70px; position: relative; }
.rental-hero__content { max-width: 660px; }
.rental-hero__content h1 { color: #fff; font-size: clamp(54px, 6vw, 82px); letter-spacing: -.025em; line-height: .98; margin-bottom: 26px; }
.rental-hero__content h1 em { color: #f1c5ad; font-weight: 400; }
.rental-hero__content > p { color: rgba(255,255,255,.84); font-size: 18px; line-height: 1.75; max-width: 620px; }
.rental-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.rental-hero__trust { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 38px; }
.rental-hero__trust span { color: rgba(255,255,255,.88); font-size: 13px; font-weight: 700; }
.rental-hero__trust i { color: #f1c5ad; margin-right: 7px; }

/* Forms */
.rental-enquiry-card { background: #fff; border-radius: var(--rental-radius); box-shadow: var(--rental-shadow); padding: 38px; }
.rental-enquiry-card__heading { margin-bottom: 24px; }
.rental-enquiry-card__heading h2 { font-size: 34px; line-height: 1.15; margin-bottom: 10px; }
.rental-enquiry-card__heading p { font-size: 14px; line-height: 1.65; margin: 0; }
.rental-form__grid { display: grid; gap: 15px; grid-template-columns: 1fr 1fr; }
.rental-field--full { grid-column: 1 / -1; }
.rental-field label { color: #33423c; display: block; font-size: 12px; font-weight: 800; margin-bottom: 6px; }
.rental-field input,
.rental-field select,
.rental-field textarea {
  background: #f8f7f3;
  border: 1px solid #e5e4df;
  border-radius: 7px;
  color: var(--rental-ink);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 14px;
  height: 50px;
  padding: 12px 14px;
  transition: border-color .2s ease, box-shadow .2s ease;
  width: 100%;
}
.rental-field textarea { height: auto; min-height: 100px; resize: vertical; }
.rental-field input:focus, .rental-field select:focus, .rental-field textarea:focus { border-color: var(--rental-clay); box-shadow: 0 0 0 3px rgba(200,111,72,.12); outline: 0; }
.rental-form__submit { grid-column: 1 / -1; }
.rental-form__submit p { font-size: 11px; margin: 9px 0 0; text-align: center; }
.rental-form__submit i { margin-right: 4px; }

/* Proof and shared sections */
.rental-proofbar { background: var(--rental-cream); border-bottom: 1px solid #ebe6df; }
.rental-proofbar__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.rental-proofbar__grid > div { align-items: center; border-right: 1px solid #dfdcd5; display: flex; gap: 13px; min-height: 118px; padding: 22px 28px; }
.rental-proofbar__grid > div:first-child { padding-left: 0; }
.rental-proofbar__grid > div:last-child { border: 0; padding-right: 0; }
.rental-proofbar strong { color: var(--rental-forest); font-family: "DM Serif Display", Georgia, serif; font-size: 34px; font-weight: 400; }
.rental-proofbar i { color: var(--rental-clay); font-size: 30px; }
.rental-proofbar span { color: #52605a; font-size: 12px; font-weight: 700; line-height: 1.5; }

.rental-section { padding: 110px 0; }
.rental-section--soft { background: var(--rental-cream); }
.rental-section--listings { background: #fff; }
.rental-section-heading { margin-bottom: 46px; }
.rental-section-heading h2 { font-size: clamp(40px, 4.2vw, 58px); letter-spacing: -.02em; line-height: 1.1; }
.rental-section-heading p { font-size: 16px; }
.rental-section-heading--split { align-items: end; display: flex; justify-content: space-between; }
.rental-section-heading--split > div:first-child { max-width: 700px; }
.rental-section-heading--split > div:last-child { max-width: 360px; }
.rental-section-heading--split p { margin-bottom: 12px; }
.rental-section-heading--center { margin-left: auto; margin-right: auto; max-width: 720px; text-align: center; }
.rental-section-heading--center p { margin-top: 15px; }
.rental-section__center-action { margin-top: 42px; text-align: center; }

/* Cards */
.rental-card-grid { display: grid; gap: 28px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.rental-card-grid--three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.rental-card { background: #fff; border: 1px solid #e5e5df; border-radius: 14px; box-shadow: 0 10px 35px rgba(24,40,34,.05); min-width: 0; overflow: hidden; transition: transform .25s ease, box-shadow .25s ease; }
.rental-card:hover { box-shadow: var(--rental-shadow); transform: translateY(-5px); }
.rental-card__image { display: block; height: 330px; overflow: hidden; position: relative; }
.rental-card-grid--three .rental-card__image { height: 250px; }
.rental-card__image img { height: 100%; object-fit: cover; transition: transform .5s ease; width: 100%; }
.rental-card:hover .rental-card__image img { transform: scale(1.035); }
.rental-card__status, .rental-card__new { background: var(--rental-forest); border-radius: 5px; color: #fff; font-size: 10px; font-weight: 800; left: 18px; letter-spacing: .1em; padding: 7px 10px; position: absolute; text-transform: uppercase; top: 18px; }
.rental-card__new { background: #fff; color: var(--rental-ink); left: auto; right: 18px; }
.rental-card__body { padding: 28px; }
.rental-card__price { color: var(--rental-clay); font-family: "DM Serif Display", Georgia, serif; font-size: 29px; line-height: 1; }
.rental-card__price small { color: var(--rental-muted); font-family: "Manrope", Arial, sans-serif; font-size: 12px; font-weight: 600; }
.rental-card__location { color: #7b847f; font-size: 12px; margin: 17px 0 7px; }
.rental-card__location i { color: var(--rental-clay); margin-right: 5px; }
.rental-card h3 { font-size: 26px; line-height: 1.2; margin-bottom: 20px; }
.rental-card h3 a:hover { color: var(--rental-clay); }
.rental-card__specs { border-bottom: 1px solid #ebeae5; border-top: 1px solid #ebeae5; display: flex; gap: 20px; padding: 15px 0; }
.rental-card__specs span { color: #68736e; font-size: 11px; white-space: nowrap; }
.rental-card__specs i { color: var(--rental-forest-2); font-size: 14px; margin-right: 5px; }
.rental-card__specs strong { color: var(--rental-ink); }
.rental-card__actions { align-items: center; display: flex; gap: 22px; justify-content: space-between; padding-top: 21px; }
.rental-empty-state { background: var(--rental-cream); border: 1px solid var(--rental-line); border-radius: var(--rental-radius); padding: 55px; text-align: center; }
.rental-empty-state h3 { font-size: 34px; }
.rental-empty-state p { margin: 10px auto 22px; max-width: 600px; }

/* Home content */
.rental-story-section { background: #fff; padding: 30px 0 120px; }
.rental-story-panel { background: var(--rental-forest); border-radius: 24px; display: grid; grid-template-columns: 1.03fr .97fr; min-height: 690px; overflow: hidden; }
.rental-story-panel__content { align-self: center; padding: 72px 68px; }
.rental-story-panel__content h2 { color: #fff; font-size: clamp(46px, 4.5vw, 64px); line-height: 1.04; margin-bottom: 22px; max-width: 560px; }
.rental-story-panel__intro { color: rgba(255,255,255,.72); font-size: 15px; line-height: 1.85; max-width: 580px; }
.rental-story-benefits { margin: 34px 0 38px; }
.rental-story-benefits article { align-items: start; border-top: 1px solid rgba(255,255,255,.14); display: grid; gap: 18px; grid-template-columns: 34px 1fr; padding: 18px 0; }
.rental-story-benefits article:last-child { border-bottom: 1px solid rgba(255,255,255,.14); }
.rental-story-benefits article > span { color: #f1c5ad; font-size: 11px; font-weight: 800; letter-spacing: .08em; padding-top: 4px; }
.rental-story-benefits h3 { color: #fff; font-family: "Manrope", Arial, sans-serif; font-size: 14px; font-weight: 800; margin-bottom: 3px; }
.rental-story-benefits p { color: rgba(255,255,255,.6); font-size: 12px; line-height: 1.6; margin: 0; }
.rental-story-panel__actions { align-items: center; display: flex; flex-wrap: wrap; gap: 25px; }
.rental-story-panel__actions .rental-text-link { color: #fff; }
.rental-story-panel__actions .rental-text-link:hover { color: #f1c5ad; }
.rental-story-panel__visual { background: #d9c8b5; min-height: 690px; overflow: hidden; position: relative; }
.rental-story-panel__main-image { border-radius: 14px; height: 67%; margin: 0; overflow: hidden; position: absolute; right: 34px; top: 34px; width: 82%; }
.rental-story-panel__main-image img, .rental-story-panel__detail-image img { height: 100%; object-fit: cover; width: 100%; }
.rental-story-panel__detail-image { border: 8px solid #d9c8b5; border-radius: 14px; bottom: 34px; height: 39%; left: 28px; margin: 0; overflow: hidden; position: absolute; width: 48%; z-index: 2; }
.rental-story-panel__badge { align-items: center; background: #fff; border-radius: 10px; bottom: 54px; box-shadow: var(--rental-shadow); display: flex; gap: 14px; padding: 18px 20px; position: absolute; right: 28px; z-index: 3; }
.rental-story-panel__badge i { color: var(--rental-clay); font-size: 29px; }
.rental-story-panel__badge span { color: var(--rental-muted); font-size: 10px; line-height: 1.45; }
.rental-story-panel__badge strong { color: var(--rental-ink); display: block; font-size: 14px; }
.rental-check-list { margin: 34px 0 38px; }
.rental-check-list li { align-items: flex-start; display: flex; gap: 15px; margin-bottom: 22px; }
.rental-check-list i { align-items: center; background: var(--rental-sand); border-radius: 50%; color: var(--rental-clay); display: flex; flex: 0 0 32px; height: 32px; justify-content: center; margin-top: 3px; }
.rental-check-list span { color: var(--rental-muted); font-size: 13px; }
.rental-check-list strong { color: var(--rental-ink); display: block; font-size: 15px; margin-bottom: 2px; }
.rental-inline-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 28px; }
.rental-steps { display: grid; grid-template-columns: repeat(4, 1fr); }
.rental-steps article { border-right: 1px solid #ddd9d1; padding: 20px 34px; position: relative; text-align: center; }
.rental-steps article:last-child { border: 0; }
.rental-steps article > span { color: #d2cec6; font-size: 11px; font-weight: 800; position: absolute; right: 24px; top: 5px; }
.rental-steps i { color: var(--rental-clay); font-size: 36px; margin-bottom: 17px; }
.rental-steps h3 { font-size: 25px; margin-bottom: 8px; }
.rental-steps p { font-size: 13px; line-height: 1.7; }
.rental-contact-band { background: var(--rental-forest); padding: 74px 0; }
.rental-contact-band__grid { align-items: center; display: grid; gap: 50px; grid-template-columns: 1fr auto; }
.rental-contact-band h2 { color: #fff; font-size: 48px; line-height: 1.1; margin-bottom: 12px; }
.rental-contact-band p { color: rgba(255,255,255,.72); max-width: 720px; }
.rental-contact-band__actions { align-items: center; display: flex; gap: 28px; }
.rental-contact-band__actions > a:last-child { align-items: center; color: #fff; display: flex; gap: 12px; }
.rental-contact-band__actions > a:last-child i { color: #f1c5ad; font-size: 28px; }
.rental-contact-band__actions span { font-size: 11px; }
.rental-contact-band__actions strong { display: block; font-size: 15px; }

/* Page hero */
.rental-page-hero { background-position: center; background-size: cover; min-height: 390px; position: relative; }
.rental-page-hero:before { background: linear-gradient(90deg, rgba(16,40,32,.94), rgba(16,40,32,.48)); content: ""; inset: 0; position: absolute; }
.rental-page-hero__content { display: flex; flex-direction: column; justify-content: center; min-height: 390px; max-width: 830px; padding: 70px 0; position: relative; }
.rental-page-hero h1 { color: #fff; font-size: clamp(48px, 5vw, 70px); line-height: 1.02; margin-bottom: 14px; }
.rental-page-hero p { color: rgba(255,255,255,.8); font-size: 17px; max-width: 620px; }
.rental-breadcrumbs { display: flex; flex-wrap: wrap; gap: 0; margin-bottom: 20px; }
.rental-breadcrumbs li { color: rgba(255,255,255,.65); font-size: 11px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.rental-breadcrumbs li:not(:last-child):after { color: #f1c5ad; content: "/"; margin: 0 10px; }
.rental-breadcrumbs a { color: #fff; }

/* Rentals index / enquiry split */
.rental-results-bar { align-items: end; border-bottom: 1px solid var(--rental-line); display: flex; justify-content: space-between; margin-bottom: 45px; padding-bottom: 28px; }
.rental-results-bar h2 { font-size: 40px; }
.rental-results-bar > p { font-size: 13px; font-weight: 700; }
.rental-results-bar i { color: var(--rental-clay); margin-right: 6px; }
.rental-enquiry-split { align-items: center; display: grid; gap: 80px; grid-template-columns: .8fr 1.2fr; }
.rental-enquiry-split__content h2, .rental-contact-page__intro h2 { font-size: clamp(42px, 4vw, 58px); line-height: 1.08; margin-bottom: 22px; }
.rental-enquiry-split__content > p, .rental-contact-page__intro > p { font-size: 16px; line-height: 1.85; margin-bottom: 32px; }
.rental-contact-detail { align-items: center; display: flex; gap: 16px; margin: 22px 0; }
.rental-contact-detail > i { align-items: center; background: var(--rental-sand); border-radius: 50%; color: var(--rental-clay); display: flex; flex: 0 0 48px; font-size: 18px; height: 48px; justify-content: center; }
.rental-contact-detail span { color: var(--rental-muted); display: block; font-size: 11px; }
.rental-contact-detail a, .rental-contact-detail strong { color: var(--rental-ink); display: block; font-size: 14px; font-weight: 800; line-height: 1.5; overflow-wrap: anywhere; }

/* Listing detail */
.rental-listing-overview { padding: 80px 0 110px; }
.rental-listing-overview__grid { align-items: start; display: grid; gap: 56px; grid-template-columns: minmax(0, 1fr) 420px; }
.rental-listing-cover { border-radius: var(--rental-radius); height: 510px; overflow: hidden; position: relative; }
.rental-listing-cover img { height: 100%; object-fit: cover; width: 100%; }
.rental-listing-title-row { align-items: start; border-bottom: 1px solid var(--rental-line); display: flex; gap: 35px; justify-content: space-between; padding: 34px 0; }
.rental-listing-title-row h1 { font-size: 42px; line-height: 1.12; margin: 5px 0 7px; }
.rental-listing-title-row > div:first-child > p:last-child { font-size: 14px; }
.rental-listing-price { flex: 0 0 auto; text-align: right; }
.rental-listing-price strong { color: var(--rental-clay); display: block; font-family: "DM Serif Display", Georgia, serif; font-size: 34px; font-weight: 400; }
.rental-listing-price span { color: var(--rental-muted); font-size: 11px; }
.rental-listing-specs { display: grid; grid-template-columns: repeat(4, 1fr); margin: 30px 0 55px; }
.rental-listing-specs > div { align-items: center; border-right: 1px solid var(--rental-line); display: flex; gap: 11px; justify-content: center; }
.rental-listing-specs > div:first-child { justify-content: flex-start; }
.rental-listing-specs > div:last-child { border: 0; }
.rental-listing-specs i { color: var(--rental-clay); font-size: 20px; }
.rental-listing-specs span { color: var(--rental-muted); font-size: 10px; line-height: 1.35; }
.rental-listing-specs strong { color: var(--rental-ink); display: block; font-size: 15px; }
.rental-listing-copy h2, .rental-listing-amenities h2 { font-size: 38px; line-height: 1.15; margin-bottom: 22px; }
.rental-listing-copy p { font-size: 15px; line-height: 1.9; margin-bottom: 18px; }
.rental-listing-amenities { border-top: 1px solid var(--rental-line); margin-top: 50px; padding-top: 50px; }
.rental-amenity-grid { display: grid; gap: 16px 30px; grid-template-columns: 1fr 1fr; }
.rental-amenity-grid > div { align-items: center; background: var(--rental-cream); border-radius: 7px; color: #45524c; display: flex; font-size: 13px; gap: 12px; padding: 15px; }
.rental-amenity-grid i { color: var(--rental-clay); }
.rental-listing-sidebar { position: sticky; top: 105px; }
.rental-listing-sidebar .rental-enquiry-card { border: 1px solid #e5e3dc; box-shadow: 0 14px 45px rgba(20,36,30,.09); padding: 30px; }
.rental-listing-sidebar .rental-enquiry-card__heading h2 { font-size: 29px; }
.rental-listing-sidebar .rental-form__grid { grid-template-columns: 1fr; }
.rental-listing-sidebar .rental-field--full, .rental-listing-sidebar .rental-form__submit { grid-column: auto; }
.rental-listing-call { align-items: center; background: var(--rental-forest); border-radius: 10px; color: #fff; display: flex; gap: 14px; margin-top: 14px; padding: 18px 22px; }
.rental-listing-call > i { color: #f1c5ad; font-size: 24px; }
.rental-listing-call span { color: rgba(255,255,255,.68); font-size: 10px; }
.rental-listing-call a { color: #fff; display: block; font-size: 15px; font-weight: 800; }
.rental-gallery-grid { display: grid; gap: 12px; grid-template-columns: repeat(4, 1fr); }
.rental-gallery-grid a { border-radius: 8px; display: block; height: 230px; overflow: hidden; position: relative; }
.rental-gallery-grid a:after { background: rgba(16,40,32,.25); content: ""; inset: 0; opacity: 0; position: absolute; transition: opacity .2s ease; }
.rental-gallery-grid a:hover:after { opacity: 1; }
.rental-gallery-grid img { height: 100%; object-fit: cover; width: 100%; }
.rental-gallery-grid a > span { align-items: center; background: #fff; border-radius: 50%; color: var(--rental-forest); display: flex; height: 42px; justify-content: center; opacity: 0; position: absolute; right: 14px; top: 14px; transform: translateY(-5px); transition: .2s ease; width: 42px; z-index: 2; }
.rental-gallery-grid a:hover > span { opacity: 1; transform: none; }
.rental-gallery-grid__feature { grid-column: span 2; grid-row: span 2; height: 472px !important; }
.rental-location-section { padding: 110px 0; }
.rental-location-section__grid { align-items: center; display: grid; gap: 70px; grid-template-columns: .72fr 1.28fr; }
.rental-location-section h2 { font-size: 46px; margin-bottom: 18px; }
.rental-location-section p { line-height: 1.85; margin-bottom: 22px; }
.rental-location-section iframe { border-radius: var(--rental-radius) !important; }

/* Contact */
.rental-contact-layout { align-items: start; display: grid; gap: 85px; grid-template-columns: .8fr 1.2fr; }
.rental-contact-page .rental-enquiry-card { border: 1px solid #e6e3dc; }
.rental-agent-note { align-items: center; background: var(--rental-cream); border-radius: 10px; display: flex; gap: 16px; margin-top: 32px; padding: 18px; }
.rental-agent-note img { border-radius: 50%; height: 60px; object-fit: cover; width: 60px; }
.rental-agent-note p { font-size: 12px; line-height: 1.55; margin: 0; }
.rental-agent-note strong { color: var(--rental-ink); }
.rental-map-section { background: var(--rental-cream); padding-top: 90px; }
.rental-map-section__heading { margin: 0 auto 35px; max-width: 700px; padding: 0 24px; text-align: center; }
.rental-map-section__heading h2 { font-size: 48px; }

/* About */
.rental-about-intro { padding: 120px 0; }
.rental-about-intro__grid { align-items: center; display: grid; gap: 100px; grid-template-columns: 1fr 1fr; }
.rental-about-intro__images { min-height: 620px; position: relative; }
.rental-about-intro__images > img:first-child { border-radius: 14px; height: 500px; object-fit: cover; width: 78%; }
.rental-about-intro__images > img:nth-child(2) { border: 10px solid #fff; border-radius: 14px; bottom: 0; height: 310px; object-fit: cover; position: absolute; right: 0; width: 55%; }
.rental-about-intro__images > div { align-items: center; background: var(--rental-clay); border-radius: 10px; bottom: 40px; color: #fff; display: flex; gap: 12px; left: 28px; padding: 18px 22px; position: absolute; }
.rental-about-intro__images strong { font-family: "DM Serif Display", Georgia, serif; font-size: 35px; font-weight: 400; }
.rental-about-intro__images span { font-size: 10px; line-height: 1.45; max-width: 130px; }
.rental-about-intro__grid > div:last-child h2 { font-size: clamp(44px, 4.5vw, 62px); line-height: 1.05; margin-bottom: 25px; }
.rental-about-intro__grid > div:last-child p { line-height: 1.9; margin-bottom: 18px; }
.rental-about-intro__lead { color: #3e4c46 !important; font-size: 18px; }
.rental-about-intro .rental-inline-actions { margin-top: 34px; }
.rental-values-grid { display: grid; gap: 20px; grid-template-columns: repeat(4, 1fr); }
.rental-values-grid article { background: #fff; border: 1px solid #e5e2db; border-radius: 12px; padding: 34px 28px; }
.rental-values-grid i { color: var(--rental-clay); font-size: 34px; margin-bottom: 25px; }
.rental-values-grid h3 { font-size: 24px; margin-bottom: 10px; }
.rental-values-grid p { font-size: 13px; line-height: 1.75; }
.rental-leadership-section { background: #fff; padding: 120px 0; }
.rental-leadership-card { align-items: stretch; background: var(--rental-cream); border: 1px solid #e7e2da; border-radius: 22px; display: grid; gap: 72px; grid-template-columns: .8fr 1.2fr; padding: 24px; }
.rental-leadership-card__portrait { border-radius: 15px; margin: 0; min-height: 560px; overflow: hidden; position: relative; }
.rental-leadership-card__portrait:after { background: linear-gradient(0deg, rgba(13,32,26,.72), transparent 42%); content: ""; inset: 0; position: absolute; }
.rental-leadership-card__portrait img { height: 100%; object-fit: cover; object-position: center top; position: absolute; width: 100%; }
.rental-leadership-card__portrait figcaption { bottom: 25px; color: #fff; left: 28px; position: absolute; z-index: 2; }
.rental-leadership-card__portrait figcaption strong { display: block; font-family: "DM Serif Display", Georgia, serif; font-size: 28px; font-weight: 400; line-height: 1.2; }
.rental-leadership-card__portrait figcaption span { color: rgba(255,255,255,.75); font-size: 11px; font-weight: 700; }
.rental-leadership-card__content { align-self: center; max-width: 650px; padding: 35px 55px 35px 0; }
.rental-leadership-card__content h3 { font-size: clamp(40px, 4vw, 54px); line-height: 1.08; margin-bottom: 20px; }
.rental-leadership-card__content > p { font-size: 14px; line-height: 1.85; margin-bottom: 15px; }
.rental-leadership-card__lead { color: #35443e !important; font-size: 17px !important; }
.rental-leadership-facts { border-bottom: 1px solid #dedbd4; margin: 28px 0 32px; }
.rental-leadership-facts > div { align-items: center; border-top: 1px solid #dedbd4; display: grid; gap: 16px; grid-template-columns: 42px 1fr; padding: 14px 0; }
.rental-leadership-facts i { align-items: center; background: #fff; border-radius: 50%; color: var(--rental-clay); display: flex; font-size: 17px; height: 42px; justify-content: center; width: 42px; }
.rental-leadership-facts span { color: var(--rental-muted); font-size: 11px; line-height: 1.45; }
.rental-leadership-facts strong { color: var(--rental-ink); display: block; font-size: 13px; }
.rental-leadership-card__actions { align-items: center; display: flex; flex-wrap: wrap; gap: 26px; }
.rental-quality-banner { align-items: center; background: var(--rental-sand); border-radius: var(--rental-radius); display: flex; justify-content: space-between; padding-bottom: 45px; padding-top: 45px; }
.rental-quality-banner h2 { font-size: 40px; max-width: 750px; }

/* Footer */
.rental-footer { background: #102820; color: #fff; padding: 78px 0 0; }
.rental-footer__grid { display: grid; gap: 60px; grid-template-columns: 1.7fr .75fr .8fr 1fr; padding-bottom: 60px; }
.rental-footer__brand img { height: 76px; object-fit: contain; object-position: left center; width: 190px; }
.rental-footer__brand > p { color: rgba(255,255,255,.58); font-size: 13px; margin: 18px 0; max-width: 350px; }
.rental-footer h3 { color: #fff; font-family: "Manrope", Arial, sans-serif; font-size: 13px; font-weight: 800; margin: 9px 0 22px; text-transform: uppercase; }
.rental-footer li { color: rgba(255,255,255,.62); font-size: 12px; margin-bottom: 10px; }
.rental-footer a:hover { color: #f1c5ad; }
.rental-footer__plain-list li { cursor: default; }
.rental-footer__social { display: flex; gap: 8px; }
.rental-footer__social a { align-items: center; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; display: flex; height: 38px; justify-content: center; width: 38px; }
.rental-footer__bottom { border-top: 1px solid rgba(255,255,255,.1); display: flex; justify-content: space-between; padding: 22px 0; }
.rental-footer__bottom p { color: rgba(255,255,255,.45); font-size: 10px; margin: 0; }

.rental-flash { border-radius: 8px; font-size: 14px; font-weight: 700; margin: 18px auto; max-width: 1192px; padding: 14px 20px; }
.rental-flash--success { background: #e7f5ed; color: #185c38; }
.rental-flash--error { background: #fde9e6; color: #8c3025; }
.rental-error-page { padding: 110px 0; text-align: center; }
.rental-error-page .rental-container { align-items: center; display: flex; flex-direction: column; }
.rental-error-page h1 { font-size: 54px; margin-bottom: 15px; }
.rental-error-page p { font-size: 17px; margin-bottom: 28px; max-width: 620px; }
.mobile-enquiry-button { display: none; }

/* Preserve the theme lightbox and mobile drawer while matching the new palette. */
.mobile-menu .menu-box { background: var(--rental-forest); }
.mobile-menu .navigation li > a { font-family: "Manrope", Arial, sans-serif; }
.scroll-top { background: var(--rental-clay) !important; }

@media (max-width: 1180px) {
  .rental-header .main-menu .navigation { gap: 22px; }
  .rental-card__specs { gap: 10px; }
  .rental-story-panel__content { padding: 64px 50px; }
  .rental-contact-band__grid { grid-template-columns: 1fr; }
  .rental-contact-band__actions { justify-content: flex-start; }
}

@media (max-width: 991px) {
  .rental-topbar__inner > div a:last-child { display: none; }
  .rental-header__inner { min-height: 72px; }
  .rental-header .logo-box img { height: 50px; }
  .rental-header .main-menu { display: none !important; }
  .rental-header .mobile-nav-toggler { display: block; }
  .rental-header__actions .rental-button { display: none; }
  .rental-hero__grid { gap: 42px; grid-template-columns: 1fr; padding-bottom: 65px; padding-top: 65px; }
  .rental-hero__content { max-width: 760px; }
  .rental-hero__form { max-width: 650px; }
  .rental-proofbar__grid { grid-template-columns: 1fr 1fr; }
  .rental-proofbar__grid > div { border-bottom: 1px solid #dfdcd5; }
  .rental-proofbar__grid > div:nth-child(2) { border-right: 0; }
  .rental-proofbar__grid > div:first-child, .rental-proofbar__grid > div:last-child { padding: 22px 28px; }
  .rental-card-grid--three { grid-template-columns: 1fr 1fr; }
  .rental-story-panel { grid-template-columns: 1fr; }
  .rental-story-panel__content { padding: 70px 60px; }
  .rental-story-panel__visual { min-height: 600px; }
  .rental-steps { grid-template-columns: 1fr 1fr; }
  .rental-steps article:nth-child(2) { border-right: 0; }
  .rental-steps article { border-bottom: 1px solid #ddd9d1; padding: 35px; }
  .rental-steps article:nth-child(3), .rental-steps article:nth-child(4) { border-bottom: 0; }
  .rental-enquiry-split, .rental-contact-layout { gap: 50px; grid-template-columns: 1fr; }
  .rental-enquiry-split__content, .rental-contact-page__intro { max-width: 700px; }
  .rental-listing-overview__grid { grid-template-columns: 1fr; }
  .rental-listing-sidebar { position: static; }
  .rental-listing-sidebar .rental-form__grid { grid-template-columns: 1fr 1fr; }
  .rental-listing-sidebar .rental-field--full, .rental-listing-sidebar .rental-form__submit { grid-column: 1 / -1; }
  .rental-gallery-grid { grid-template-columns: repeat(3, 1fr); }
  .rental-location-section__grid { grid-template-columns: 1fr; }
  .rental-about-intro__grid { gap: 65px; grid-template-columns: 1fr; }
  .rental-about-intro__images { max-width: 720px; }
  .rental-values-grid { grid-template-columns: 1fr 1fr; }
  .rental-leadership-card { gap: 42px; grid-template-columns: 1fr; }
  .rental-leadership-card__portrait { min-height: 620px; }
  .rental-leadership-card__content { max-width: none; padding: 35px; }
  .rental-footer__grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .rental-footer__grid > div:last-child { grid-column: 2 / 4; }
}

@media (max-width: 767px) {
  body { padding-bottom: 68px; }
  .rental-container { padding-left: 18px; padding-right: 18px; }
  .rental-topbar p { max-width: 235px; }
  .rental-topbar__inner > div { display: none; }
  .rental-header__phone { display: none; }
  .rental-hero { min-height: auto; }
  .rental-hero__grid { min-height: auto; }
  .rental-hero__content h1 { font-size: 52px; }
  .rental-hero__content > p { font-size: 16px; }
  .rental-hero__actions { align-items: stretch; flex-direction: column; }
  .rental-hero__trust { align-items: flex-start; flex-direction: column; gap: 8px; }
  .rental-enquiry-card { padding: 26px 20px; }
  .rental-enquiry-card__heading h2 { font-size: 30px; }
  .rental-form__grid, .rental-listing-sidebar .rental-form__grid { grid-template-columns: 1fr; }
  .rental-field--full, .rental-form__submit, .rental-listing-sidebar .rental-field--full, .rental-listing-sidebar .rental-form__submit { grid-column: auto; }
  .rental-proofbar__grid { grid-template-columns: 1fr; padding: 12px 18px; }
  .rental-proofbar__grid > div { border-bottom: 1px solid #dfdcd5; border-right: 0; min-height: 80px; padding: 16px 0 !important; }
  .rental-proofbar__grid > div:last-child { border-bottom: 0; }
  .rental-section { padding: 78px 0; }
  .rental-section-heading--split { align-items: flex-start; flex-direction: column; gap: 18px; }
  .rental-section-heading h2 { font-size: 40px; }
  .rental-card-grid, .rental-card-grid--three { grid-template-columns: 1fr; }
  .rental-card__image, .rental-card-grid--three .rental-card__image { height: 265px; }
  .rental-story-section { padding: 20px 0 78px; }
  .rental-story-panel { border-radius: 16px; }
  .rental-story-panel__content { padding: 52px 25px; }
  .rental-story-panel__content h2 { font-size: 42px; }
  .rental-story-panel__actions { align-items: stretch; flex-direction: column; }
  .rental-story-panel__visual { min-height: 480px; }
  .rental-story-panel__main-image { height: 63%; right: 18px; top: 20px; width: 87%; }
  .rental-story-panel__detail-image { border-width: 6px; bottom: 22px; height: 39%; left: 14px; width: 52%; }
  .rental-story-panel__badge { bottom: 34px; padding: 14px; right: 14px; }
  .rental-steps { grid-template-columns: 1fr; }
  .rental-steps article { border-bottom: 1px solid #ddd9d1 !important; border-right: 0; }
  .rental-steps article:last-child { border-bottom: 0 !important; }
  .rental-contact-band { padding: 62px 0; }
  .rental-contact-band h2 { font-size: 39px; }
  .rental-contact-band__actions { align-items: flex-start; flex-direction: column; }
  .rental-page-hero, .rental-page-hero__content { min-height: 330px; }
  .rental-page-hero h1 { font-size: 46px; }
  .rental-results-bar { align-items: flex-start; flex-direction: column; gap: 16px; }
  .rental-listing-overview { padding: 55px 0 80px; }
  .rental-listing-cover { height: 320px; }
  .rental-listing-title-row { flex-direction: column; }
  .rental-listing-title-row h1 { font-size: 36px; }
  .rental-listing-price { text-align: left; }
  .rental-listing-specs { grid-template-columns: 1fr 1fr; }
  .rental-listing-specs > div { border-bottom: 1px solid var(--rental-line); justify-content: flex-start !important; min-height: 70px; }
  .rental-listing-specs > div:nth-child(2) { border-right: 0; }
  .rental-amenity-grid { grid-template-columns: 1fr; }
  .rental-gallery-grid { grid-template-columns: 1fr 1fr; }
  .rental-gallery-grid a { height: 180px; }
  .rental-gallery-grid__feature { grid-column: span 2; height: 300px !important; }
  .rental-location-section { padding: 78px 0; }
  .rental-about-intro { padding: 78px 0; }
  .rental-about-intro__images { min-height: 470px; }
  .rental-about-intro__images > img:first-child { height: 390px; width: 88%; }
  .rental-about-intro__images > img:nth-child(2) { height: 220px; width: 56%; }
  .rental-about-intro__images > div { bottom: 20px; left: 8px; }
  .rental-values-grid { grid-template-columns: 1fr; }
  .rental-leadership-section { padding: 78px 0; }
  .rental-leadership-card { gap: 16px; padding: 14px; }
  .rental-leadership-card__portrait { min-height: 460px; }
  .rental-leadership-card__content { padding: 32px 12px 24px; }
  .rental-leadership-card__content h3 { font-size: 38px; }
  .rental-leadership-card__actions { align-items: flex-start; flex-direction: column; }
  .rental-quality-banner { align-items: flex-start; flex-direction: column; gap: 25px; margin-left: 18px; margin-right: 18px; }
  .rental-quality-banner h2 { font-size: 34px; }
  .rental-footer__grid { gap: 35px; grid-template-columns: 1fr 1fr; }
  .rental-footer__brand { grid-column: 1 / -1; }
  .rental-footer__grid > div:last-child { grid-column: 1 / -1; }
  .rental-footer__bottom { flex-direction: column; gap: 5px; }
  .mobile-enquiry-button { align-items: center; background: var(--rental-clay); border-top: 1px solid rgba(255,255,255,.25); bottom: 0; color: #fff !important; display: flex; font-size: 14px; font-weight: 800; gap: 9px; height: 62px; justify-content: center; left: 0; position: fixed; right: 0; z-index: 9998; }
  .scroll-top { bottom: 78px; }
}

@media (max-width: 420px) {
  .rental-hero__content h1 { font-size: 46px; }
  .rental-card__specs { flex-wrap: wrap; }
  .rental-gallery-grid { grid-template-columns: 1fr; }
  .rental-gallery-grid__feature { grid-column: auto; }
}
