/* Rent & Share editorial community direction v4 */
@font-face {
  font-family: "Manrope";
  src: url("../fonts/manrope-latin-variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}
@font-face {
  font-family: "Newsreader";
  src: url("../fonts/newsreader-latin-variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}
@font-face {
  font-family: "Newsreader";
  src: url("../fonts/newsreader-latin-variable-italic.woff2") format("woff2");
  font-style: italic;
  font-weight: 200 800;
  font-display: swap;
}
:root {
  --rs-forest: #17362d;
  --rs-forest-deep: #10251f;
  --rs-moss: #53685f;
  --rs-sage: #dfe4df;
  --rs-lime: #c6cbbd;
  --rs-coral: #a85340;
  --rs-stone: #efede6;
  --rs-paper: #f8f7f2;
  --rs-ink: #17201d;
  --rs-muted: #68716d;
  --rs-line: #d4d7d2;
  --rs-white: #fff;
  --rs-page: 1280px;
  --rs-radius: 6px;
}

html.html, body.body, .wrapper, .content { background: var(--rs-paper); }
body.body { color: var(--rs-ink); font-family: "Manrope", "Segoe UI", Helvetica, Arial, sans-serif; font-weight: 430; letter-spacing: -.006em; }
.content { width: min(var(--rs-page), calc(100% - 64px)); padding-bottom: 100px; }
.main, .ErrorText, .SuccessText, .PageSortButton, .smallText,
.Arial-8, .Arial-9, .Arial-10, .Arial-11, .Arial-12, .Arial-13,
.Arial-14, .Arial-16, .Arial-18, .Arial-20, .Arial-22, .Arial-24,
input, select, textarea, button { font-family: "Manrope", "Segoe UI", Helvetica, Arial, sans-serif !important; }

.site-header { border: 0; background: rgba(251, 250, 246, .94); backdrop-filter: blur(14px); }
.site-header::after { content: ""; display: block; width: min(var(--rs-page), calc(100% - 64px)); height: 1px; margin: 0 auto; background: rgba(23, 54, 45, .15); }
.site-header__inner { width: min(var(--rs-page), calc(100% - 64px)); min-height: 92px; gap: 44px; }
.site-brand { width: auto; gap: 11px; color: var(--rs-forest) !important; text-decoration: none; }
.site-brand__mark { position: relative; width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--rs-forest); border-radius: 2px; background: transparent; overflow: hidden; }
.site-brand__mark::before { content: "R/S"; color: var(--rs-forest); font-family: "Newsreader", serif; font-size: 13px; font-weight: 650; letter-spacing: -.03em; }
.site-brand__mark i { display: none; }
.site-brand__type { display: grid; line-height: 1; }
.site-brand__type strong { font-size: 14px; font-weight: 720; letter-spacing: .085em; }
.site-brand__type em { color: var(--rs-coral); font-family: "Newsreader", serif; font-size: 18px; font-weight: 500; }
.site-brand__type small { margin-top: 7px; color: var(--rs-muted); font-size: 8px; font-weight: 650; letter-spacing: .14em; text-transform: uppercase; }
.site-nav { gap: 32px; }
.site-nav a, .site-account a { color: var(--rs-ink); font-size: 13px; font-weight: 700; }
.site-social-link { display: none; }
.site-register { min-height: 44px; padding: 0 19px; border-color: var(--rs-forest); border-radius: 3px; background: var(--rs-forest); font-size: 12px !important; }
.site-register:hover { border-color: var(--rs-forest-deep); background: var(--rs-forest-deep); }

.home-page .content { padding-top: 0; }
.home-hero--community { min-height: 680px; grid-template-columns: minmax(0, .92fr) minmax(520px, 1.08fr); gap: 76px; padding: 62px 0 68px; }
.home-eyebrow { color: var(--rs-coral); font-size: 10px; font-weight: 750; letter-spacing: .17em; }
.home-hero h1 { max-width: 650px; color: var(--rs-forest); font-family: "Newsreader", Georgia, serif; font-size: clamp(58px, 5.6vw, 82px); font-weight: 590; line-height: .95; letter-spacing: -.048em; }
.home-hero h1 em { color: var(--rs-forest); font-weight: 470; font-style: italic; }
.home-hero__intro { max-width: 570px; margin: 27px 0 28px; color: var(--rs-muted); font-size: 17px; line-height: 1.65; }
.site-search--hero { position: relative; max-width: 620px; padding: 6px; border: 1px solid rgba(23, 54, 45, .24); border-radius: 4px; background: var(--rs-white); box-shadow: 0 12px 30px rgba(23, 54, 45, .07); }
.site-search--hero .site-search__icon { width: 46px; display: grid; place-items: center; color: var(--rs-forest); font-size: 26px; transform: rotate(-15deg); }
.site-search--hero input { height: 56px; padding: 0 10px; border: 0; border-radius: 0; box-shadow: none !important; background: transparent; font-size: 14px; }
.site-search--hero button { min-width: 145px; height: 56px; border: 0; border-radius: 2px; background: var(--rs-forest); font-size: 12px; font-weight: 720; letter-spacing: .01em; }
.site-search--hero button:hover { background: var(--rs-forest-deep); }
.home-hero__actions { align-items: center; gap: 22px; margin-top: 22px; }
.home-hero__actions .button-secondary { min-height: 42px; padding: 0; border: 0; border-bottom: 1px solid var(--rs-forest); border-radius: 0; color: var(--rs-forest) !important; font-size: 13px; }
.home-hero__actions .button-secondary:hover { background: transparent; color: var(--rs-coral) !important; border-color: var(--rs-coral); }
.hero-microcopy { display: grid; padding-left: 22px; border-left: 1px solid var(--rs-line); line-height: 1.25; }
.hero-microcopy b { color: var(--rs-forest); font-size: 12px; }
.hero-microcopy small { margin-top: 4px; color: var(--rs-muted); font-size: 10px; }

.home-hero__visual { position: relative; }
.hero-photo-wrap { position: relative; padding: 0 0 42px; }
.hero-photo-wrap::before { content: ""; position: absolute; left: -18px; top: 24px; width: 1px; height: calc(100% - 86px); background: var(--rs-coral); }
.hero-photo-wrap::after { content: ""; position: absolute; right: -18px; top: -18px; width: 72px; height: 72px; border-top: 1px solid var(--rs-line); border-right: 1px solid var(--rs-line); }
.hero-photo { position: relative; z-index: 1; width: 100%; height: 530px; display: block; border-radius: 3px; object-fit: cover; box-shadow: 0 22px 55px rgba(23, 54, 45, .13); }
.hero-caption { position: absolute; z-index: 2; right: 0; bottom: 0; width: 75%; display: grid; gap: 3px; padding: 18px 22px; border-left: 3px solid var(--rs-coral); background: var(--rs-paper); }
.hero-caption span { color: var(--rs-forest); font-family: "Newsreader", serif; font-size: 18px; font-weight: 560; }
.hero-caption small { color: var(--rs-muted); font-size: 9px; letter-spacing: .02em; }
.hero-float { display: none; }
.hero-float strong, .hero-float small { display: block; }
.hero-float strong { color: var(--rs-forest); font-size: 12px; }
.hero-float small { margin-top: 2px; color: var(--rs-muted); font-size: 9px; }
.hero-float--top { top: 54px; right: -18px; }
.hero-float--bottom { left: 0; bottom: 68px; }
.hero-float__icon { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; color: var(--rs-white); background: var(--rs-coral); font-size: 12px; }
.hero-avatar-stack { display: flex; padding-left: 16px; }
.hero-avatar-stack i { width: 30px; height: 30px; display: grid; place-items: center; margin-left: -12px; border: 2px solid white; border-radius: 50%; color: var(--rs-forest); background: var(--rs-lime); font-size: 9px; font-style: normal; font-weight: 900; }
.hero-avatar-stack i:nth-child(2) { background: var(--rs-sage); }
.hero-avatar-stack i:nth-child(3) { color: white; background: var(--rs-coral); }

.home-trustbar { display: grid; grid-template-columns: repeat(3, 1fr); margin-bottom: 104px; border-top: 1px solid var(--rs-line); border-bottom: 1px solid var(--rs-line); }
.home-trustbar > span { min-height: 92px; display: grid; grid-template-columns: 32px 1fr; grid-template-rows: auto auto; align-content: center; padding: 0 32px; border-right: 1px solid var(--rs-line); }
.home-trustbar > span:last-child { border-right: 0; }
.home-trustbar b { grid-row: 1 / 3; align-self: center; color: var(--rs-coral); font-family: "Newsreader", serif; font-size: 15px; font-weight: 480; }
.home-trustbar strong { color: var(--rs-forest); font-size: 13px; }
.home-trustbar small { margin-top: 3px; color: var(--rs-muted); font-size: 10px; }

.home-section-heading { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 24px; }
.home-section-heading h2, .home-browse-heading h2, .home-how h2, .community-path h2 { color: var(--rs-forest); font-family: "Newsreader", Georgia, serif; font-weight: 560; letter-spacing: -.034em; }
.home-section-heading h2 { margin: 0; font-size: 42px; }
.home-section-heading .home-eyebrow { margin-bottom: 5px; }
.home-section-heading > a, .home-browse-heading > a { color: var(--rs-forest); font-size: 12px; font-weight: 800; text-decoration: none; }
.home-section-heading a span, .home-browse-heading a span, .community-path a span, .home-how a span { margin-left: 7px; color: var(--rs-coral); }
.home-categories { grid-template-columns: repeat(6, 1fr); border-top: 1px solid var(--rs-line); border-bottom: 1px solid var(--rs-line); gap: 0; background: transparent; box-shadow: none; }
.home-categories a { min-height: 126px; align-items: flex-start; padding: 25px 20px; border: 0 !important; border-right: 1px solid var(--rs-line) !important; border-radius: 0; background: transparent; font-size: 11px; transition: color .2s ease, background .2s ease; }
.home-categories a:last-child { border-right: 0 !important; }
.home-categories a:hover { color: var(--rs-forest); background: var(--rs-stone); transform: none; }
.category-icon { width: auto; height: auto; border: 0; color: var(--rs-coral); background: transparent; font-family: "Newsreader", serif; font-size: 28px; font-weight: 480; }

.community-paths { display: grid; grid-template-columns: 1.15fr .85fr .85fr; gap: 12px; margin: 112px 0; }
.community-path { position: relative; min-height: 385px; padding: 42px; border: 1px solid var(--rs-line); border-radius: 3px; overflow: hidden; }
.community-path::after { display: none; }
.community-path--rent { color: white; background: var(--rs-forest); }
.community-path--share { background: var(--rs-white); }
.community-path--wanted { background: var(--rs-stone); }
.community-path__number { position: absolute; right: 30px; top: 26px; font-family: "Manrope", sans-serif; font-size: 10px; font-weight: 700; letter-spacing: .08em; opacity: .65; }
.community-path h2 { margin: 18px 0 20px; font-size: 39px; line-height: 1.03; }
.community-path--rent h2 { color: white; font-size: 50px; }
.community-path p:not(.home-eyebrow) { max-width: 420px; color: inherit; font-size: 13px; line-height: 1.7; opacity: .76; }
.community-path a { position: absolute; left: 38px; bottom: 34px; color: inherit; font-size: 12px; font-weight: 800; text-decoration: none; }
.community-path--rent .home-eyebrow, .community-path--rent a span { color: #d8d8cc; }
.community-path--share .home-eyebrow, .community-path--wanted .home-eyebrow { color: var(--rs-forest); }

.home-browse-heading { margin: 0 0 26px; padding: 0 0 18px; border-color: var(--rs-line); }
.home-browse-heading h2 { font-size: 46px; }
.marketplace-shell { padding: 28px; border: 1px solid var(--rs-line); border-radius: 3px; background: #f3f1eb; }
.home-page .FavBox, .home-page .BoxTable { border-color: var(--rs-line); border-radius: 3px; background: var(--rs-white); box-shadow: none; }
.home-page .ContentMain .FavBox { padding: 18px; }
.home-page .ContentMain .FavBox td img { border-radius: 2px; }
.home-page .ContentMain .FavBox td .ListingPrice { color: var(--rs-coral); }
.home-page #categories a:hover { color: var(--rs-coral); }
.marketplace-note h3 { color: var(--rs-forest); font-family: "Newsreader", serif; font-weight: 560; }

.home-how { grid-template-columns: 1.3fr repeat(3, 1fr); gap: 0; margin-top: 112px; border: 0; border-radius: 3px; overflow: hidden; background: var(--rs-forest); }
.home-how > div { min-height: 250px; padding: 35px 30px; border-left: 1px solid rgba(255,255,255,.14); color: white; background: transparent; }
.home-how > .home-how__intro { border-left: 0; background: #d8d8cc; }
.home-how__intro h2 { margin: 16px 0 28px; font-size: 34px; line-height: 1.05; }
.home-how__intro a { color: var(--rs-forest); font-size: 12px; font-weight: 800; text-decoration: none; }
.home-how > div:not(.home-how__intro) span { color: #d8d8cc; }
.home-how > div:not(.home-how__intro) strong { color: white; }
.home-how > div:not(.home-how__intro) p { color: rgba(255,255,255,.67); font-size: 12px; line-height: 1.7; }

.site-footer { border: 0; background: var(--rs-forest-deep); }
.site-footer__inner { min-height: 230px; grid-template-columns: minmax(280px, 1fr) 1.4fr; width: min(var(--rs-page), calc(100% - 64px)); padding: 48px 0 26px; }
.site-footer__name { font-size: 18px; letter-spacing: .06em; }
.site-footer__name em { color: #cf8a77; font-family: "Newsreader", serif; }
.site-footer__brand > span { color: #d8d8cc; }
.site-footer__brand p { max-width: 420px; margin-top: 16px; color: rgba(255,255,255,.55); font-size: 12px; line-height: 1.65; }
.site-footer__links { gap: 14px 26px; }
.site-footer__copyright { display: flex; justify-content: space-between; color: rgba(255,255,255,.42); }

body:not(.home-page) .content { padding-top: 54px; }
body:not(.home-page) .FavBox, body:not(.home-page) .BoxTable { border-color: var(--rs-line); }
.GreyTitle, .RedTitle { color: var(--rs-forest) !important; }
.ListingPrice { color: var(--rs-coral); }

@media (max-width: 1050px) {
  .home-hero--community { grid-template-columns: 1fr .85fr; gap: 36px; }
  .hero-photo { height: 460px; }
  .community-paths { grid-template-columns: 1fr 1fr; }
  .community-path--rent { grid-column: 1 / -1; }
  .home-how { grid-template-columns: 1fr 1fr; }
  .home-how > div:nth-child(3) { border-left: 0; }
}

@media (max-width: 780px) {
  .site-header__inner, .content, .site-footer__inner, .site-header::after { width: min(100% - 32px, var(--rs-page)); }
  .site-brand { width: auto; }
  .site-brand__type small { display: none; }
  .site-nav { background: var(--rs-paper); }
  .home-hero--community { grid-template-columns: 1fr; padding-top: 46px; }
  .home-hero__visual { max-width: 620px; }
  .home-trustbar { grid-template-columns: 1fr; }
  .home-trustbar > span { border-right: 0; border-bottom: 1px solid var(--rs-line); }
  .home-trustbar > span:last-child { border-bottom: 0; }
  .home-categories { grid-template-columns: repeat(3, 1fr); }
  .community-paths { grid-template-columns: 1fr; }
  .community-path--rent { grid-column: auto; }
  .home-how { grid-template-columns: 1fr; }
  .home-how > div { min-height: 190px; border-left: 0; border-top: 1px solid rgba(255,255,255,.14); }
  .home-how > .home-how__intro { border-top: 0; }
}

@media (max-width: 540px) {
  .site-header__inner, .content, .site-footer__inner, .site-header::after { width: min(100% - 24px, var(--rs-page)); }
  .site-brand__mark { width: 34px; height: 34px; }
  .site-brand__type strong { font-size: 13px; }
  .site-register { padding: 0 12px; }
  .home-hero h1 { font-size: 48px; }
  .site-search--hero { display: grid; grid-template-columns: 36px 1fr; }
  .site-search--hero button { grid-column: 1 / -1; width: 100%; }
  .home-hero__actions { align-items: flex-start; flex-direction: column; }
  .hero-microcopy { padding: 0; border: 0; }
  .hero-photo-wrap { padding: 0 0 38px; }
  .hero-photo-wrap::before, .hero-photo-wrap::after { display: none; }
  .hero-photo { height: 390px; border-radius: 2px; }
  .hero-caption { width: calc(100% - 18px); padding: 15px 17px; }
  .hero-float--top { display: none; }
  .hero-float--bottom { left: 0; bottom: 48px; }
  .home-section-heading { align-items: flex-start; gap: 12px; }
  .home-section-heading h2, .home-browse-heading h2 { font-size: 32px; }
  .home-categories { grid-template-columns: repeat(2, 1fr); }
  .home-categories a { border-right: 1px solid var(--rs-line) !important; border-bottom: 1px solid var(--rs-line) !important; }
  .home-categories a:nth-child(even) { border-right: 0 !important; }
  .community-path { min-height: 350px; padding: 30px; }
  .community-path a { left: 30px; }
  .community-path--rent h2 { font-size: 40px; }
  .marketplace-shell { padding: 12px; }
  .site-footer__inner { grid-template-columns: 1fr; }
  .site-footer__copyright { display: grid; gap: 6px; }
}
