/* ===== Brohn Homes header layout ===== */
.brohn-hero-wrap { width: 100%; }
.brohn-hero {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
.brohn-hero__primary, .brohn-hero__side-item { margin: 0; position: relative; }
.brohn-hero__img {
  width: 100%;
  height: 100%;
  max-height: 800px;
  display: block;
  object-fit: cover;
  border-radius: 40px;
}

/* Orange pill badge (matches "Home Of The Week" style) */
.home-item-special-details {
    position: absolute;
    top: 0;
    right: 55px;
    z-index: 3;
    background: #F5A800;
    color: #fff;
    padding: 10px 30px;
    border-radius: 0 0 15px 15px;
    line-height: 1.5em;
    letter-spacing: 0.025em;
    font-weight: 700;
    font-size: 21px;
    text-align: center;
}
.home-item-special-details strong{ font-weight: 800; }

.home-item-status-template {
    background: #F5A800;
    color: #fff;
    display: inline-block;
    padding: 5px 15px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.025em;
    margin-bottom: 15px;
}

/* Circular CTA bottom-right */
.brohn-hero__cta {
  position: absolute;
  right: 24px;
  bottom: 24px;
  z-index: 3;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: #211451;
  color: #fff!important;
  text-decoration: none!important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 16px 36px rgba(0,0,0,.28);
  transition: transform .15s ease, box-shadow .15s ease, background-color .15s ease;
}
.brohn-hero__cta-top {
  font-size: 18px;
  letter-spacing: 0.08em;
  font-weight: 800;
}
.brohn-hero__cta-mid {
  font-size: 15px;
  letter-spacing: 0.12em;
  font-weight: 500;
  margin-top: 0;
}
.brohn-hero__cta-bottom {
  margin-top: 12px;
  font-size: 11px;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #F5A800;
}
.brohn-hero__cta:hover, .brohn-hero__cta:focus {
  transform: translateY(-2px);
  box-shadow: 0 20px 44px rgba(0,0,0,.34);
}


/* Promotion banner (two-column: 1/3 | 2/3, stacks on mobile) */
.brohn-promo-wrap { width: 100%;  }
.brohn-promo { display: flex; gap: 2rem; align-items: center; }
.brohn-promo__left { flex: 0 0 33.3333%; }
.brohn-promo__right { flex: 1 1 66.6666%; }
.brohn-promo__left-inner { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.brohn-promo__lockup { max-width: 160px; height: auto; display: block; width: 33%; }
.home-template-special { font-weight: 800; font-size: 18px; color: #ffffff; width: 62%; }

.brohn-promo__left-inner--no-lockup .home-template-special,
.brohn-promo__left-inner--no-lockup {
  width: 100%;
}
.home-template-special span {
    font-size: 21px;
    color: #F5A800;
}



/* Home details block */

.brohn-home-details { display: flex; gap: 2rem; align-items: flex-start; width: 100%; position: relative; margin-bottom: 10px; }
.brohn-home-details__left { flex: 0 0 200px; padding-right: 2rem; }
.brohn-home-details__right { flex: 1 1 60%; align-self: center; }
.brohn-home-details__community { color: #28B8B0; font-size: 24px; font-weight: 500; margin-bottom: 22px; }
.brohn-home-details__city-state { color: #28B8B0; margin-left: 5px;  }
.home-old-price { color: #e84a5b; text-decoration: line-through; font-size: 20px; margin:13px 0 -2px; }
.home-price { color: #28B8B0; font-size: 40px; font-weight: 800; margin: 0 0 20px; }
.brohn-get-directions { display: inline-block; color: #28B8B0; margin-bottom: 12px; }
.brohn-self-tour {
      display: inline-block;
      background: #F5A800;
      color: #ffffff !important;
      padding: 9px 40px;
      text-decoration: none !important;
      font-weight: 800;
      border: 3px solid #fff;
      border-radius: 0;
      text-align: center;
      font-size: 16px;
      letter-spacing: 0.08em;
  }
  .brohn-home-details__vtour {
    border: 1.5px solid #F5A800;
    display: inline-block;
  }
  .brohn-home-details__vtour:hover {
    opacity:.9;
  }
.brohn-home-stats { display: flex; gap: 5%; align-items: center; flex-wrap: wrap; }
.brohn-home-stats .stat { text-align: center; }
.stat-number { display: block; font-size: 32px; font-weight: 800; color: #4E535B; }
.stat-label { display: block; color: #4E535B; text-transform: none; font-size:18px; }

/* Vertical separator between price and stats */
.brohn-home-details::before {
  content: '';
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 210px;
  width: 1px;
  background: #d8d8d8;
}

.home-template-special {
    font-size: 28px;
}


/* Community details styles */
.brohn-community-details { margin: 0 0 2rem 0;    max-width: 700px; }
.brohn-community-details__header { display: flex; align-items: center; justify-content: space-between; gap: 16px;flex-wrap: wrap; }
.brohn-community-details__title { font-size: 40px; margin: 0; color: #333; }
.brohn-community-details__view { color: #211451; text-decoration: none; display: inline-flex; gap: 8px; align-items: center; font-weight: 700; font-size: 14px; letter-spacing: 2px; }
.brohn-community-details__view svg { display: inline-block; color: inherit; }
.brohn-community-details__excerpt { margin-top: 12px; color: #555; max-width: 700px; }
.brohn-community-details__meta {
    display: flex;
    gap: 15px;
    margin-top: 25px;
    justify-content: space-between;
    max-width: 405px;
}
.brohn-community-details__meta .meta-label { color: #28B8B0; font-weight: 800; letter-spacing: 0.08em; font-size: 14px; }
.brohn-community-details__meta .meta-value { font-weight: 700; color: #333; margin-top: 6px; }
.brohn-community-details__more-title { margin-top: 45px; font-size: 20px; color: #333; }
.brohn-community-details__actions { display: flex; gap: 18px; margin-top: 14px; align-items: center; }
.brohn-community-details__actions .theme-button { padding: 14px 32px; border-radius: 999px; text-decoration: none; white-space: nowrap; }
.brohn-community-details__actions a:first-child {
    background: #211451;
}
.brohn-community-details__actions a:first-child:hover {
    opacity:.9;
}

/* Agents grid */
.brohn-agents-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; align-items: start; }
.brohn-agent { text-align: center; }
.brohn-agent__photo img { width: 160px; height: 160px; object-fit: cover; border-radius: 999px; display: block; margin: 0 auto 18px; }
.brohn-agent__name { font-weight: 700; font-size: 20px; color: #fff; }


/* Subnavigation menu */
/* Subnavigation menu: inherit container styles (no bg/padding) and align left */
.brohn-home-menu { background: none; color: #fff; padding: 0; }
.brohn-home-menu__list { list-style: none; margin: 0; padding: 0; display: flex; gap: 40px; align-items: center; justify-content: flex-start; }
.brohn-home-menu__item { position: relative; padding-left: 28px; }
.brohn-home-menu__link { color: #fff; text-decoration: none; font-weight: 800; letter-spacing: 0.08em; }
.brohn-home-menu__item + .brohn-home-menu__item::before { content: ''; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 2px; height: 28px; background: #ffffff; }

div#home-contact-block {
    max-width: 460px;
}
div#home-contact-block p {
    margin-bottom: 10px;
}
div#home-contact-block a {
    letter-spacing: 2px;
    font-weight: bold;
}
span.gallery-label {
    display: none !important;
}
.home-template-gallery .owl-carousel .owl-stage-outer {
    border-radius: 40px;
    overflow:hidden;
}
.brohn-hero__side .brohn-hero__img {
    max-height: 392px;
}

/* ===== Combined responsive rules (moved to bottom) ===== */

/* Desktop/tablet: two-column layout with stacked interiors */
@media (min-width: 992px) {
  .brohn-hero--with-interiors .brohn-hero {
    grid-template-columns: 2fr 1fr;
    align-items: stretch;
  }
  .brohn-hero__side {
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: 1rem;
  }
  .brohn-hero--single .brohn-hero {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1340px) {
  .home-price {
    font-size: 30px;
  }
  .brohn-home-details__left {
        flex: 0 0 150px;
  }
  .brohn-home-details::before {
    left: 165px;
  }
  .stat-label {
    font-size: 14px;
  }
  .stat-number {
    font-size: 24px;
  }
}

@media (max-width:1200px) {
  .brohn-community-details__actions a:last-child {
    display: none;
  }
}
/* Large mobile / small tablet adjustments */
@media (max-width: 991.98px) {
  .brohn-hero__side { display: none; }
  .brohn-hero__cta {
    width: 160px;
    height: 160px;
    right: 16px;
    bottom: 16px;
  }
  .brohn-hero__cta-top { font-size: 16px; }
  .brohn-hero__cta-mid { font-size: 12px; }
  .brohn-hero__cta-bottom { font-size: 11px; margin-top: 8px; }

  .brohn-home-details__community { font-size: 20px; }
  .brohn-agents-grid { grid-template-columns: repeat(2, 1fr); gap: 32px; }
  .brohn-agent__photo img { width: 140px; height: 140px; }
}

/* Tablet / small desktop -> mobile adjustments grouped */
@media (max-width: 767.98px) {
  div#fp-pop-right {
    display: none;
  }
  h2.brohn-community-description__headline {
    margin-top: 0;
  }
  .home-block .home-exterior-slider .owl-dots {
    left: 0;
  }
  .home-template-gallery .owl-carousel {
    border-radius: 20px;
  }
  .brohn-home-details {
    gap: 0rem;
    margin-bottom: 20px;
  }
  section.brohn-hero-wrap.brohn-hero--with-interiors {
      margin-bottom: -40px;
  }
  .brohn-home-details__community {
      margin-bottom: 5px;
  }
  .home-item-special-details {
      font-size: 14px;
      padding: 5px 15px;
      right: 50%;
      transform: translatex(50%);
      width: 200px;
      top: auto;
      bottom: 0;
      border-radius: 20px 20px 0 0;
  }
  .brohn-hero__cta { display:none; }
  .brohn-promo { flex-direction: column; gap: 0; align-items: start; }
  .brohn-promo__left, .brohn-promo__right { flex: 1 1 100%; }
  .brohn-promo__left { order: 1; }
  .brohn-promo__right { order: 2; }
  .home-template-special, .brohn-promo__lockup { width: 100%; }
  .home-template-special { font-size: 24px; }

  .brohn-home-details { flex-direction: column; }
  .brohn-home-details__left, .brohn-home-details__right { flex: 1 1 100%; padding-right: 0; width: 100%;}
  .brohn-home-details::before { display: none; }
  .brohn-self-tour { width: 100%; padding-left: 20px; padding-right: 20px; }

  .brohn-community-details__excerpt { max-width: 100%; }
  .brohn-community-details__header { flex-direction: column; align-items: flex-start; }
  .brohn-community-details__title { font-size: 28px; }
  .brohn-community-details__meta { font-size:13px; gap: 10px; }
  .brohn-community-details__meta .meta-label {
    font-size: 12px;
}
  .brohn-community-details__actions { flex-direction: column; width: 100%; }
  .brohn-community-details__actions .theme-button { width: 100%; text-align: center; }

  .brohn-home-menu__list { gap: 18px; }
  .brohn-home-menu { padding: 10px 12px; }
  .brohn-home-menu__item + .brohn-home-menu__item::before { display: none; }
}

@media (max-width: 576px) {
  .brohn-agents-grid { gap: 14px; }
  .brohn-agent__photo img { width: 120px; height: 120px; }
}
