/* rrmapts.com new design ("rrm2"), scoped to body.rrm2 until switch-over. Mobile-first. */
body.rrm2 {
  --r2-ink: #16213a; --r2-blue: #2b4c9b; --r2-blue-d: #1d3675; --r2-green: #5f8f1f;
  --r2-muted: #4a5568; --r2-light: #f2f4f8; --r2-line: #e3e7ee; --r2-chip-bg: #eef3e3; --r2-chip: #3e6414;
  font-family: 'Plus Jakarta Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
  background: #ffffff; color: var(--r2-ink);
}
/* full-bleed layout resets: rebuilt pages only (body.rrm2-page); the Contact / Accessibility pages keep Avada's containers */
body.rrm2-page #main, body.rrm2-page .fusion-body #main { padding: 0 !important; background: #ffffff; }
body.rrm2-page #main .fusion-fullwidth { padding: 0 !important; margin: 0 !important; }
body.rrm2-page #main .fusion-builder-row, body.rrm2-page #main .fusion-row { max-width: none !important; width: 100% !important; margin: 0 !important; }
body.rrm2-page #main .fusion-layout-column, body.rrm2-page #main .fusion-column-wrapper { width: 100% !important; margin: 0 !important; padding: 0 !important; }
body.rrm2 h1, body.rrm2 h2, body.rrm2 h3, body.rrm2 p, body.rrm2 ul { font-family: inherit; color: inherit; }
body.rrm2 a { color: var(--r2-blue); }
body.rrm2 a:hover { color: var(--r2-blue-d); }

/* header + footer: Avada's markup, restyled */
@media (min-width: 1000px) {
  body.rrm2 .fusion-header .fusion-row { display: flex; align-items: center; }
  body.rrm2 .fusion-header .fusion-logo { float: none; flex: none; }
  body.rrm2 .fusion-header .fusion-main-menu { float: none; flex: 1 1 auto; margin-left: 36px; width: auto; }
  body.rrm2 .fusion-header .fusion-main-menu > ul { display: flex; align-items: center; width: 100%; }
  body.rrm2 .fusion-header .fusion-main-menu > ul > li { float: none; }
  body.rrm2 .fusion-header .fusion-main-menu > ul > li.rrm2-menu-phone { margin-left: auto; }
}
.r2-footline { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 6px 0; margin: 0; padding: 0; list-style: none; }
.r2-footline > li { display: inline-flex; align-items: center; }
.r2-footline > li + li::before { content: "\00b7"; margin: 0 9px; color: #8a94a8; font-weight: 700; }

body.rrm2 .fusion-header-wrapper .fusion-header, body.rrm2 .fusion-header-wrapper .fusion-secondary-main-menu { background: #ffffff !important; }
body.rrm2 .fusion-header { border-bottom: 1px solid var(--r2-line); }
body.rrm2 .fusion-main-menu > ul > li > a, body.rrm2 .fusion-main-menu .menu-text { font-family: inherit; font-weight: 600; font-size: 16px; color: var(--r2-muted); }
body.rrm2 .fusion-main-menu > ul > li.current-menu-item > a .menu-text, body.rrm2 .fusion-main-menu > ul > li > a:hover .menu-text { color: var(--r2-ink); }
body.rrm2 .fusion-main-menu > ul > li.current-menu-item > a { border-bottom: 2px solid var(--r2-blue); }
body.rrm2 .fusion-main-menu > ul > li.rrm2-menu-phone > a .menu-text { color: var(--r2-ink); font-weight: 700; }
body.rrm2 .fusion-main-menu > ul > li.rrm2-menu-cta > a { padding: 0; margin-left: 8px; }
body.rrm2 .fusion-main-menu > ul > li.rrm2-menu-cta > a .menu-text { display: inline-block; background: var(--r2-blue); color: #ffffff !important; font-weight: 700; font-size: 15px; padding: 11px 18px; border-radius: 10px; line-height: 1.2; }
body.rrm2 .fusion-main-menu > ul > li.rrm2-menu-cta > a:hover .menu-text { background: var(--r2-blue-d); }
body.rrm2 .fusion-main-menu > ul > li.rrm2-menu-cta > a:focus-visible .menu-text { outline: 3px solid #1a4fd6; outline-offset: 2px; }
body.rrm2 .fusion-main-menu > ul > li.rrm2-menu-cta.current-menu-item > a { border-bottom: 0; }
body.rrm2 .fusion-mobile-nav-holder li.rrm2-menu-cta a, body.rrm2 .fusion-mobile-nav-holder li.rrm2-menu-phone a { font-weight: 700; }
/* footer: the existing copyright block (hours, phone, email, prices, accessibility link) on the dark band */
body.rrm2 .fusion-footer-widget-area { display: none; }
body.rrm2 .fusion-footer-copyright-area { background: var(--r2-ink) !important; color: #d9deea; padding: 36px 20px; border-top: 0; margin-top: 40px; }
body.rrm2 .fusion-footer-copyright-area .fusion-row { max-width: 1296px; }
body.rrm2 .fusion-footer-copyright-area .fusion-copyright-notice { font-family: inherit; font-size: 13px; line-height: 1.7; color: #d9deea; padding: 0; text-align: center; }
body.rrm2 .fusion-footer-copyright-area .fusion-copyright-notice strong, body.rrm2 .fusion-footer-copyright-area .fusion-copyright-notice b { color: #ffffff; }
body.rrm2 .fusion-footer-copyright-area a { color: #ffffff; font-weight: 600; }
body.rrm2 .fusion-footer-copyright-area a:hover { color: #ffffff; text-decoration: underline; }
body.rrm2 .fusion-footer-copyright-area a:focus-visible { outline: 3px solid #ffffff !important; outline-offset: 2px; }
body.rrm2-page .r2-foot { margin-top: 0; }

/* layout */
.r2-wrap { max-width: 1296px; margin: 0 auto; padding: 0 20px; box-sizing: border-box; }
.r2-section { padding: 24px 0 0 0; }
.r2-btn { display: inline-block; background: var(--r2-blue); color: #ffffff !important; font-weight: 700; font-size: 15px; padding: 13px 22px; border-radius: 10px; text-decoration: none !important; border: 0; cursor: pointer; }
.r2-btn:hover { background: var(--r2-blue-d); }
.r2-btn-o { display: inline-block; color: var(--r2-blue) !important; font-weight: 700; font-size: 14px; padding: 9px 14px; border: 1.5px solid var(--r2-blue); border-radius: 8px; text-decoration: none !important; background: #ffffff; white-space: nowrap; }
.r2-eyebrow { font-size: 13px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--r2-chip); } /* #3e6414: 6.5:1 on white (the lighter green failed AA at this size) */
.r2-eyebrow a { color: var(--r2-chip); text-decoration: none; }
.r2-h1 { margin: 0; font-size: 30px; font-weight: 800; letter-spacing: -0.02em; line-height: 1.08; }
.r2-h2 { margin: 0; font-size: 24px; font-weight: 800; letter-spacing: -0.01em; }
.r2-h3 { margin: 0; font-size: 18px; font-weight: 700; }
.r2-muted { color: var(--r2-muted); }
.r2-p { margin: 0; font-size: 17px; line-height: 1.65; color: #2f3a4f; }

/* property hero with the name card */
.r2-hero { position: relative; }
.r2-hero img { display: block; width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: cover; border-radius: 16px; }
.r2-hero-card { background: #ffffff; border-radius: 16px; padding: 18px 20px; display: flex; flex-direction: column; gap: 6px; box-shadow: 0 8px 30px rgba(22,33,58,0.12); margin: -40px 12px 0 12px; position: relative; }
.r2-hero-photos { display: none; }
@media (min-width: 900px) {
  .r2-hero img { aspect-ratio: 16 / 7; border-radius: 20px; }
  .r2-hero-card { position: absolute; left: 32px; bottom: 32px; margin: 0; max-width: 640px; padding: 22px 26px; box-shadow: 0 8px 30px rgba(22,33,58,0.18); }
  .r2-hero-photos { display: inline-block; position: absolute; right: 32px; bottom: 32px; background: #ffffff; color: var(--r2-ink) !important; font-size: 14px; font-weight: 700; padding: 12px 16px; border-radius: 10px; border: 1px solid var(--r2-line); text-decoration: none !important; }
}

/* facts row */
.r2-facts { margin-top: 24px; border-top: 1px solid var(--r2-line); border-bottom: 1px solid var(--r2-line); display: grid; grid-template-columns: 1fr 1fr; }
.r2-fact { padding: 16px 12px; display: flex; flex-direction: column; gap: 4px; }
.r2-fact-k { font-size: 12px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--r2-muted); }
.r2-fact-v { font-size: 20px; font-weight: 800; }
.r2-fact-v small { font-size: 14px; font-weight: 600; color: var(--r2-muted); }
.r2-fact-cta { grid-column: span 2; padding: 16px 12px; display: flex; align-items: center; }
.r2-fact-cta .r2-btn { width: 100%; text-align: center; }
@media (min-width: 900px) {
  .r2-facts { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .r2-fact { padding: 24px 28px 24px 0; }
  .r2-fact + .r2-fact, .r2-fact-cta { border-left: 1px solid var(--r2-line); padding-left: 28px; }
  .r2-fact-cta { grid-column: auto; justify-content: flex-end; padding-right: 0; }
  .r2-fact-cta .r2-btn { width: auto; }
  .r2-fact-v { font-size: 24px; }
}

/* body: text + contact card */
.r2-body { display: grid; grid-template-columns: minmax(0, 1fr); gap: 32px; padding-top: 32px; }
.r2-text { display: flex; flex-direction: column; gap: 22px; }
.r2-chips { display: flex; flex-wrap: wrap; gap: 10px; }
.r2-chip { font-size: 14px; font-weight: 600; padding: 8px 12px; border-radius: 999px; background: var(--r2-chip-bg); color: var(--r2-chip); }
.r2-cards2 { display: grid; grid-template-columns: minmax(0, 1fr); gap: 16px; }
.r2-card { padding: 20px 22px; border: 1px solid var(--r2-line); border-radius: 16px; display: flex; flex-direction: column; gap: 10px; background: #ffffff; }
.r2-card ul { margin: 0; padding-left: 20px; font-size: 15px; line-height: 1.7; color: #2f3a4f; }
.r2-card-row { flex-direction: row; align-items: center; justify-content: space-between; gap: 20px; }
.r2-contact { padding: 24px; border: 1px solid var(--r2-line); border-radius: 20px; box-shadow: 0 8px 30px rgba(22,33,58,0.08); background: #ffffff; display: flex; flex-direction: column; gap: 12px; }
@media (min-width: 900px) {
  .r2-body { grid-template-columns: minmax(0, 1fr) 400px; gap: 48px; padding-top: 40px; }
  .r2-cards2 { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
  .r2-contact { position: sticky; top: 100px; padding: 28px; }
  .r2-h1 { font-size: 42px; } .r2-h2 { font-size: 26px; }
}
/* Gravity Forms inside the contact card */
.r2-contact .gform_wrapper label, .r2-contact .gform_wrapper legend { font-size: 13px !important; font-weight: 600 !important; color: var(--r2-muted) !important; }
.r2-contact .gform_wrapper input[type=text], .r2-contact .gform_wrapper input[type=email], .r2-contact .gform_wrapper input[type=tel], .r2-contact .gform_wrapper select, .r2-contact .gform_wrapper textarea { width: 100%; box-sizing: border-box; min-height: 44px; border: 1px solid #cfd6e1 !important; border-radius: 10px !important; padding: 10px 12px !important; font: inherit !important; font-size: 15px !important; background: #ffffff !important; }
.r2-contact .gform_wrapper .gform_footer input[type=submit], .r2-contact .gform_wrapper .gform_button { width: 100%; min-height: 48px; border: 0 !important; border-radius: 10px !important; background: var(--r2-blue) !important; color: #ffffff !important; font: inherit !important; font-size: 16px !important; font-weight: 700 !important; cursor: pointer; }
.r2-contact .gform_wrapper .gfield { margin-bottom: 12px !important; }

/* photo row */
.r2-photos { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.r2-photos img { width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 14px; display: block; }
.r2-rowhead { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; margin-bottom: 16px; }
@media (min-width: 900px) { .r2-photos { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; } }

/* map + tour */
.r2-mapgrid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 20px; }
.r2-embed { border: 1px solid var(--r2-line); border-radius: 16px; overflow: hidden; display: flex; flex-direction: column; background: #ffffff; }
.r2-embed iframe { display: block; width: 100%; height: 300px; border: 0; }
.r2-embed-cap { padding: 14px 18px; display: flex; align-items: center; justify-content: space-between; gap: 16px; font-size: 14px; }
.r2-embed-cap strong { font-size: 15px; }
@media (min-width: 900px) { .r2-mapgrid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; } .r2-embed iframe { height: 340px; } }

/* footer band inside the page (until the global footer is switched) */
.r2-foot { margin-top: 40px; }

/* keep the accessibility guardrails */
body.rrm2 a:focus-visible, body.rrm2 button:focus-visible, body.rrm2 input:focus-visible, body.rrm2 select:focus-visible, body.rrm2 textarea:focus-visible { outline: 3px solid #1a4fd6 !important; outline-offset: 2px !important; }

/* photo rows: first four show, the rest behind "Show all" */
.r2-photos.r2-collapsed .r2-more { display: none; }
.r2-showall { flex: none; }
.r2-sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
/* floor plan card: one button per plan, stacks on phones */
.r2-fp-links { display: flex; flex-wrap: wrap; gap: 10px; }
@media (max-width: 599px) { .r2-card-row { flex-direction: column; align-items: flex-start; } .r2-rowhead { flex-direction: column; align-items: flex-start; gap: 10px; } }
/* rent fact */
.r2-rent { color: var(--r2-blue); }
.r2-rent.r2-rent-none { color: var(--r2-ink); font-size: 18px; }

/* ---- Properties (map) page ---- */
.r2-title { display: flex; flex-direction: column; gap: 6px; padding-top: 8px; }
.r2-title .r2-h1 { font-size: 30px; }
.r2-small { font-size: 14px; }
.r2-filter { margin-top: 20px; padding: 14px 16px; background: var(--r2-light); border: 1px solid var(--r2-line); border-radius: 14px; display: flex; flex-wrap: wrap; align-items: center; gap: 10px 12px; }
.r2-filter label { font-size: 14px; font-weight: 600; color: var(--r2-muted); }
.r2-filter select { height: 44px; border: 1px solid #cfd6e1; border-radius: 10px; padding: 0 12px; background: #ffffff; font: inherit; font-size: 15px; min-width: 150px; color: var(--r2-ink); }
.r2-filter select#r2-town { border: 1.5px solid var(--r2-blue); font-weight: 600; min-width: 190px; }
.r2-check { display: flex; align-items: center; gap: 8px; font-size: 15px; font-weight: 600; color: var(--r2-ink) !important; margin-left: 4px; }
.r2-check input { width: 18px; height: 18px; margin: 0; accent-color: var(--r2-blue); }
.r2-count { margin-left: auto; font-size: 14px; color: var(--r2-muted); }
.r2-range { display: flex; align-items: center; gap: 10px; }
.r2-range input[type=range] { width: 170px; accent-color: var(--r2-blue); margin: 0; }
.r2-range output { font-size: 15px; font-weight: 700; min-width: 76px; }
.r2-listgrid { display: flex; flex-direction: column; gap: 20px; padding-top: 24px; }
.r2-list { display: flex; flex-direction: column; gap: 10px; order: 2; }
.r2-townhead { margin: 14px 0 4px 0; font-size: 22px; font-weight: 800; display: flex; align-items: baseline; gap: 10px; scroll-margin-top: 110px; }
.r2-townhead span { font-size: 14px; font-weight: 600; color: var(--r2-muted); }
.r2-townhead:first-child { margin-top: 0; }
.r2-townhead[hidden], .r2-row[hidden] { display: none; }
.r2-row { text-decoration: none !important; color: var(--r2-ink) !important; display: grid; grid-template-columns: 36px minmax(0, 1fr); grid-auto-flow: dense; gap: 10px 12px; align-items: center; padding: 12px; border: 1px solid var(--r2-line); border-radius: 14px; background: #ffffff; scroll-margin-top: 110px; }
.r2-row img { grid-column: 1 / -1; width: 100%; height: auto; aspect-ratio: 5 / 3; object-fit: cover; border-radius: 10px; display: block; }
.r2-row-text { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.r2-row-name { font-size: 18px; font-weight: 700; }
.r2-row-sub { font-size: 14px; color: var(--r2-muted); }
.r2-row .r2-row-sub { display: flex; flex-wrap: wrap; align-items: center; gap: 4px 14px; }
.r2-ic { display: inline-flex; align-items: center; gap: 5px; white-space: nowrap; }
.r2-ic svg { width: 15px; height: 15px; flex: none; color: var(--r2-blue); }
.r2-pin { width: 30px; height: 30px; border-radius: 50%; background: var(--r2-blue); color: #ffffff; font-size: 13px; font-weight: 800; display: flex; align-items: center; justify-content: center; flex: none; }
.r2-pill { grid-column: 2; justify-self: start; font-size: 13px; font-weight: 700; color: var(--r2-muted); background: var(--r2-light); border-radius: 999px; padding: 6px 12px; white-space: nowrap; }
.r2-pill-on { color: var(--r2-chip); background: var(--r2-chip-bg); }
.r2-row:hover { border-color: var(--r2-blue); }
.r2-row.r2-active { border: 1.5px solid var(--r2-blue); background: #f6f8fc; }
.r2-mapwrap { order: 1; border: 1px solid var(--r2-line); border-radius: 16px; overflow: hidden; background: #eef1f5; display: flex; flex-direction: column; }
#r2-map { height: 320px; width: 100%; }
#r2-map img { max-width: none !important; }
.r2-mapcap { padding: 10px 16px; display: flex; align-items: center; justify-content: space-between; gap: 12px; font-size: 14px; background: #ffffff; border-top: 1px solid var(--r2-line); }
.r2-link { background: none; border: 0; padding: 0; color: var(--r2-blue); font: inherit; font-size: 14px; font-weight: 700; cursor: pointer; text-decoration: underline; }
@media (min-width: 900px) {
  .r2-title { flex-direction: row; align-items: flex-end; justify-content: space-between; }
  .r2-title .r2-h1 { font-size: 36px; }
  .r2-listgrid { display: grid; grid-template-columns: minmax(0, 1fr) 460px; gap: 24px; align-items: start; }
  .r2-list { order: 0; } .r2-mapwrap { order: 0; position: sticky; top: 100px; }
  #r2-map { height: calc(100vh - 230px); min-height: 460px; }
  .r2-row { grid-template-columns: 36px 150px minmax(0, 1fr) auto; gap: 16px; }
  .r2-row img { grid-column: auto; width: 150px; height: 90px; aspect-ratio: auto; }
  .r2-pill { grid-column: auto; }
}
@media (min-width: 1200px) { .r2-listgrid { grid-template-columns: minmax(0, 1fr) 520px; } }

/* ---- Home page ---- */
.r2-home-hero { display: grid; grid-template-columns: minmax(0, 1fr); gap: 28px; align-items: center; padding-top: 16px; }
.r2-home-copy { display: flex; flex-direction: column; gap: 18px; }
.r2-h1-xl { font-size: 34px; }
.r2-lead { font-size: 18px; color: var(--r2-muted); max-width: 540px; }
.r2-search { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 16px; background: var(--r2-light); border: 1px solid var(--r2-line); border-radius: 16px; align-items: end; margin: 0; }
.r2-search > div { display: flex; flex-direction: column; gap: 6px; }
.r2-search label { font-size: 13px; font-weight: 600; color: var(--r2-muted); }
.r2-search select { height: 44px; border: 1px solid #cfd6e1; border-radius: 10px; padding: 0 12px; background: #ffffff; font: inherit; font-size: 15px; width: 100%; color: var(--r2-ink); }
.r2-search .r2-btn { height: 44px; padding: 0 20px; grid-column: 1 / -1; }
.r2-home-img { width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 20px; display: block; }
.r2-cards3 { display: grid; grid-template-columns: minmax(0, 1fr); gap: 20px; }
.r2-pcard { border: 1px solid var(--r2-line); border-radius: 16px; overflow: hidden; background: #ffffff; display: flex; flex-direction: column; }
.r2-pcard img { width: 100%; height: auto; aspect-ratio: 16 / 10; object-fit: cover; display: block; }
.r2-pcard-body { padding: 18px 20px 20px 20px; display: flex; flex-direction: column; gap: 10px; }
.r2-pcard-top { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; flex-wrap: wrap; }
.r2-pcard-top h3 { margin: 0; font-size: 19px; font-weight: 700; }
.r2-price { font-size: 15px; font-weight: 700; color: var(--r2-blue); white-space: nowrap; }
.r2-tiles { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.r2-tile { position: relative; display: block; aspect-ratio: 3 / 2; border-radius: 16px; overflow: hidden; text-decoration: none !important; }
.r2-tile img { width: 100%; height: 100%; object-fit: cover; display: block; }
.r2-tile span { position: absolute; left: 0; right: 0; bottom: 0; padding: 40px 16px 14px 16px; background: linear-gradient(to top, rgba(22,33,58,0.85), rgba(22,33,58,0)); color: #ffffff; font-size: 18px; font-weight: 700; }
.r2-band { margin-top: 40px; padding: 28px; background: var(--r2-light); border-radius: 24px; display: grid; grid-template-columns: minmax(0, 1fr); gap: 28px; }
.r2-band-i { width: 44px; height: 44px; border-radius: 12px; background: var(--r2-blue); color: #ffffff; display: flex; align-items: center; justify-content: center; }
.r2-band h3 { margin: 10px 0 6px 0; font-size: 19px; font-weight: 700; }
.r2-band p { margin: 0; font-size: 15px; line-height: 1.55; color: var(--r2-muted); }
@media (min-width: 900px) {
  .r2-home-hero { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 48px; padding-top: 40px; }
  .r2-h1-xl { font-size: 50px; line-height: 1.1; }
  .r2-search { grid-template-columns: repeat(4, minmax(0, 1fr)); } .r2-search .r2-btn { grid-column: auto; }
  .r2-home-img { aspect-ratio: auto; height: 500px; }
  .r2-cards3 { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
  .r2-tiles { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
  .r2-band { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 48px; padding: 40px; }
}

/* the short Pet policy card sits at the top of its row instead of stretching beside the criteria */
.r2-pets { align-self: start; }
.r2-criteria li { margin-bottom: 4px; }
/* Equal Housing Opportunity logo in the footer line */
.r2-eho { width: auto; height: 38px; display: block; }
.r2-footline > li.r2-eho-item { align-items: center; }

/* second heading inside a shared card (You pay + Included in rent; Building amenities + Apartment features) */
.r2-card .r2-h3 ~ .r2-h3 { margin-top: 12px; }
.r2-costs, .r2-amenities { align-self: start; }
.r2-stack { display: flex; flex-direction: column; gap: 16px; align-self: start; }
@media (min-width: 900px) { .r2-stack { gap: 24px; } }
.r2-pets-line { font-size: 15px; color: #2f3a4f; font-weight: 600; }
.r2-pets-line span { color: #8a94a8; margin: 0 6px; }

/* floor-plan card in the narrow stacked slot: buttons drop under the text instead of squeezing it */
.r2-stack .r2-card-row { flex-wrap: wrap; }
.r2-stack .r2-card-row > div:first-child { flex: 1 1 180px; }

/* phone gutter: Avada zeroes .r2-wrap padding below its mobile breakpoint; pin it (ChatGPT review, 9/25) */
body.rrm2-page .r2-wrap { padding-left: 20px !important; padding-right: 20px !important; }
/* mobile header: smaller logo so the header is not 127px tall on a phone */
@media (max-width: 999px) {
  body.rrm2 .fusion-header .fusion-logo img, body.rrm2 .fusion-mobile-logo img { max-height: 56px !important; width: auto !important; }
  body.rrm2 .fusion-header .fusion-row { padding-top: 6px; padding-bottom: 6px; }
}

/* ---- ChatGPT-review round (9/25): shorter desktop hero, compact phone rows, List/Map switch ---- */
@media (min-width: 900px) { .r2-hero img { aspect-ratio: 8 / 3; } }
.r2-viewtoggle { display: none; }
@media (max-width: 899px) {
  .r2-viewtoggle { display: flex; gap: 8px; margin-top: 14px; }
  .r2-toggle { flex: 1; height: 42px; border: 1.5px solid var(--r2-blue); background: #ffffff; color: var(--r2-blue); font: inherit; font-size: 15px; font-weight: 700; border-radius: 10px; cursor: pointer; }
  .r2-toggle.is-on { background: var(--r2-blue); color: #ffffff; }
  .r2-listgrid[data-view="list"] .r2-mapwrap { display: none; }
  .r2-listgrid[data-view="map"] .r2-list { display: none; }
  .r2-listgrid[data-view="map"] #r2-map { height: 62vh; }
  .r2-row { grid-template-columns: 26px 92px minmax(0, 1fr); grid-auto-flow: row; gap: 8px 10px; padding: 10px; }
  .r2-row img { grid-column: 2; grid-row: 1 / span 2; width: 92px; height: 64px; aspect-ratio: auto; align-self: start; }
  .r2-pin { grid-column: 1; grid-row: 1; width: 26px; height: 26px; font-size: 12px; }
  .r2-row-text { grid-column: 3; grid-row: 1; }
  .r2-row-name { font-size: 16px; }
  .r2-row .r2-row-sub { gap: 2px 10px; font-size: 13px; }
  .r2-pill { grid-column: 3; grid-row: 2; font-size: 12px; padding: 5px 10px; white-space: normal; }
}

/* ---- photo viewer (lightbox): every gallery photo is a button; rrm2.js builds the dialog ---- */
.r2-ph { display: block; width: 100%; padding: 0; border: 0; background: none; cursor: zoom-in; border-radius: 14px; overflow: hidden; }
.r2-ph img { display: block; width: 100%; }
.r2-ph-hero { border-radius: 16px; }
@media (min-width: 900px) { .r2-ph-hero { border-radius: 20px; } }
.r2-photos.r2-collapsed .r2-more { display: none; }
.r2-lb { position: fixed; inset: 0; z-index: 100000; background: rgba(10, 14, 24, 0.94); display: flex; align-items: center; justify-content: center; padding: 16px; box-sizing: border-box; }
.r2-lb[hidden] { display: none; }
.r2-lb figure { margin: 0; display: flex; flex-direction: column; align-items: center; gap: 12px; width: min(100vw - 32px, 1200px); max-width: 100%; }
.r2-lb img { display: block; width: 100%; height: auto; max-height: 80vh; object-fit: contain; border-radius: 10px; }
.r2-lb figcaption { color: #ffffff; font-size: 14px; text-align: center; max-width: 720px; line-height: 1.4; }
.r2-lb figcaption span { display: block; color: #b8c0d0; font-size: 12px; margin-top: 2px; }
.r2-lb button { position: absolute; width: 46px; height: 46px; border-radius: 50%; border: 0; background: rgba(255, 255, 255, 0.14); color: #ffffff; font-size: 28px; line-height: 1; cursor: pointer; display: flex; align-items: center; justify-content: center; }
.r2-lb button:hover { background: rgba(255, 255, 255, 0.28); }
.r2-lb button:focus-visible { outline: 3px solid #ffffff; outline-offset: 2px; }
.r2-lb-close { top: 16px; right: 16px; }
.r2-lb-prev { left: 12px; top: 50%; transform: translateY(-50%); }
.r2-lb-next { right: 12px; top: 50%; transform: translateY(-50%); }
@media (max-width: 599px) { .r2-lb-prev, .r2-lb-next { top: auto; bottom: 18px; transform: none; } .r2-lb-prev { left: 18px; } .r2-lb-next { right: 18px; } .r2-lb img { max-height: 66vh; } }

/* ---- per-apartment rows: type chip, collapsed rows, "Available now" badge ---- */
.r2-typechip { display: inline-block; vertical-align: middle; margin-left: 10px; font-size: 13px; font-weight: 700; color: var(--r2-muted); background: var(--r2-light); border-radius: 999px; padding: 4px 10px; }
.r2-avail { display: inline-block; vertical-align: middle; margin-left: 10px; font-size: 13px; font-weight: 700; color: #ffffff; background: var(--r2-chip); border-radius: 999px; padding: 5px 12px; } /* #3e6414: 6.5:1 on white text */
.r2-unit-open .r2-photos img { outline: 3px solid var(--r2-green); outline-offset: -3px; }
.r2-unit-collapsed .r2-photos { display: none; }
.r2-unit-collapsed { padding-top: 22px !important; }
.r2-unit-collapsed .r2-rowhead { margin-bottom: 0; padding-bottom: 14px; border-bottom: 1px solid var(--r2-line); }
.r2-unit-collapsed .r2-h2 { font-size: 19px; }
.r2-avail-note { margin: -6px 0 14px 0; font-size: 14px; line-height: 1.5; max-width: 760px; }

/* ---- review round 3: one underline on the active nav item, cost groups, inquiry steps ---- */
body.rrm2 .fusion-main-menu > ul > li > a::after, body.rrm2 .fusion-main-menu > ul > li > a::before { display: none !important; }
.r2-h4 { margin: 12px 0 4px 0; font-size: 12px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--r2-muted); }
.r2-card .r2-h3 + .r2-h4 { margin-top: 4px; }
.r2-steps { display: flex; flex-wrap: wrap; gap: 6px 0; margin: 0; padding: 0; list-style: none; counter-reset: step; font-size: 13px; font-weight: 600; color: var(--r2-muted); }
.r2-steps li { display: inline-flex; align-items: center; counter-increment: step; }
.r2-steps li::before { content: counter(step); display: inline-flex; align-items: center; justify-content: center; width: 20px; height: 20px; border-radius: 50%; background: var(--r2-light); color: var(--r2-ink); font-size: 11px; font-weight: 800; margin-right: 6px; }
.r2-steps li + li::before { margin-left: 10px; }
.r2-steps li + li { position: relative; }
.r2-steps li + li::after { content: ""; }

/* ---- Contact page (new design) ---- */
.r2-biglink { font-size: 20px; font-weight: 800; text-decoration: none; }
.r2-reach .r2-p { margin-top: 6px; }
.r2-contactpage .r2-steps { margin-top: 4px; }

/* ---- only available apartments show (else the newest set per size); the rest sit behind one button ---- */
.r2-unit-hidden { display: none; }
.r2-others { padding-top: 28px; }
.r2-unit-revealed .r2-rowhead { border-top: 1px solid var(--r2-line); padding-top: 20px; }

/* ---- section bar (Photos / Floor plan / Rent & costs / Amenities / Location) — R1 #1, 9/26 ---- */
.r2-secnav { position: sticky; top: 0; z-index: 40; margin: 4px -20px 0 -20px; padding: 8px 20px; background: #ffffff; border-bottom: 1px solid var(--r2-line); box-shadow: 0 2px 6px rgba(22,33,58,0.04); display: flex; align-items: center; gap: 14px; }
.r2-secnav ul { list-style: none; margin: 0; padding: 0; display: flex; align-items: center; gap: 2px; overflow-x: auto; scrollbar-width: none; flex: 1 1 auto; }
.r2-secnav ul::-webkit-scrollbar { display: none; }
.r2-secnav li { flex: none; }
.r2-secnav a { display: inline-block; padding: 10px 14px; font-size: 14px; font-weight: 700; color: var(--r2-muted) !important; text-decoration: none !important; border-bottom: 2px solid transparent; white-space: nowrap; }
.r2-secnav a:hover { color: var(--r2-ink) !important; }
.r2-secnav a.is-active { color: var(--r2-ink) !important; border-bottom-color: var(--r2-blue); }
.r2-secnav a.r2-secnav-cta { flex: none; display: inline-block; background: var(--r2-blue); color: #ffffff !important; font-size: 14px; font-weight: 700; padding: 9px 16px; border-radius: 8px; text-decoration: none !important; border-bottom: 0; }
.r2-secnav a.r2-secnav-cta:hover { background: var(--r2-blue-d); color: #ffffff !important; }
@media (min-width: 900px) {
  .r2-secnav { padding: 10px 32px; gap: 20px; }
  .r2-secnav ul { gap: 4px; overflow: visible; }
}
/* anchor offsets so scrolled targets clear the sticky bar */
#photos, #floorplan, #rent, #amenities, #location, .r2-unitrow { scroll-margin-top: 72px; }
@media (min-width: 900px) { .r2-body { padding-top: 24px; } }
/* keep the sticky contact card below the section bar */
@media (min-width: 900px) { .r2-contact { top: 76px; } }

/* ---- inline floor-plan card — R1 #2, 9/26 ---- */
.r2-fp { align-self: start; }
.r2-fp-head { display: flex; align-items: baseline; justify-content: space-between; gap: 14px; }
.r2-fp-thumbs { display: grid; grid-template-columns: 1fr; gap: 12px; }
.r2-fp-thumb { display: flex; flex-direction: column; gap: 8px; padding: 0; border: 1px solid var(--r2-line); border-radius: 12px; background: #ffffff; cursor: zoom-in; overflow: hidden; }
.r2-fp-thumb img { display: block; width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: contain; background: var(--r2-light); }
.r2-fp-cap { padding: 8px 12px 10px 12px; font-size: 13px; font-weight: 600; color: var(--r2-muted); text-align: left; }
.r2-fp-thumb:hover { border-color: var(--r2-blue); }
@media (min-width: 900px) { .r2-fp-thumbs { grid-template-columns: 1fr; } }
.r2-fp-empty { padding: 6px 0; }

/* ---- per-unit action strip — R1 #3 + R2 #4, 9/26 ---- */
.r2-unit-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-top: 16px; }
.r2-ask-unit { padding: 10px 18px; font-size: 14px; }
.r2-share-unit { padding: 8px 14px; }
.r2-share-toast { font-size: 13px; font-weight: 600; color: var(--r2-chip); background: var(--r2-chip-bg); border-radius: 999px; padding: 6px 12px; opacity: 0; transition: opacity 180ms ease; }
.r2-share-toast.is-on { opacity: 1; }
.r2-unit-flash { animation: r2-unit-flash 1.6s ease; }
@keyframes r2-unit-flash {
  0% { box-shadow: 0 0 0 0 rgba(43, 76, 155, 0); }
  20% { box-shadow: 0 0 0 6px rgba(43, 76, 155, 0.28); }
  100% { box-shadow: 0 0 0 0 rgba(43, 76, 155, 0); }
}

/* ---- back-to-results chip — R2 #1, 9/26 ---- */
.r2-backtoresults { padding: 12px 20px 0 20px; max-width: 1296px; margin: 0 auto; box-sizing: border-box; }
.r2-backtoresults[hidden] { display: none; }
.r2-backtoresults a { display: inline-flex; align-items: center; gap: 6px; font-size: 14px; font-weight: 700; color: var(--r2-blue); text-decoration: none; padding: 8px 14px; border: 1px solid var(--r2-line); border-radius: 999px; background: #ffffff; }
.r2-backtoresults a:hover { border-color: var(--r2-blue); }

/* ---- header logo (9/26): 300px bitmap shown at 150px; fixed aspect keeps layout stable before it loads ---- */
body.rrm2 .fusion-header .fusion-logo img, body.rrm2 .fusion-mobile-logo img { height: auto; aspect-ratio: 1024 / 587; }
@media (min-width: 1000px) { body.rrm2 .fusion-header .fusion-logo img { width: 150px; max-width: 150px; } }

/* ---- empty-results state on /properties/ — R2 #3, 9/26 ---- */
.r2-empty { padding: 24px 20px; text-align: center; background: var(--r2-light); border: 1px dashed #cfd6e1; border-radius: 14px; margin-top: 20px; }
.r2-empty p { margin: 0 0 12px 0; font-size: 15px; color: var(--r2-ink); }
.r2-empty-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; }
.r2-empty-actions button { font: inherit; font-size: 14px; font-weight: 700; padding: 8px 14px; border: 1.5px solid var(--r2-blue); border-radius: 8px; background: #ffffff; color: var(--r2-blue); cursor: pointer; }
.r2-empty-actions button:hover { background: var(--r2-blue); color: #ffffff; }
