.cb-communities {
  background: #fff;
  padding: clamp(80px,9vw,80px) clamp(20px,5vw,72px);
}
.cb-communities__inner { max-width: 1280px; margin: auto; }

.cb-communities__layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}
/* Left text */
.cb-communities__left p { font-size: 17px; line-height: 1.75; color: #2D031E; font-weight: 300; margin-bottom: 26px; max-width: 480px; }
.cb-communities__left p strong { color: #2D031E; font-weight: 500; }
}


/* Card */
.cb-wfh-calc__card {
  background: #fff;
  box-shadow: 0 12px 40px rgba(26,23,20,0.08);
  border: none;
  border-radius: 28px;
  padding: 44px;
}
.cb-wfh-calc__card-title { font-size: 24px; font-weight: 500; color: #2D031E; margin-bottom: 6px; letter-spacing: -0.3px; }
.cb-wfh-calc__card-sub { font-size: 13px; color: #2D031E; margin-bottom: 32px; line-height: 1.5; }

.rounded-image {
  border-radius: 20px;
  
}

.cb-home-btl__grid-wrap {
  position: relative;
}


.cb-home-btl__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  
  
}
.cb-home-btl__img-tall {
  border-radius: 22px;
  height: 400px;
  overflow: hidden;
  width: calc(60% - 10px);
  box-shadow: 0 12px 30px rgba(26,23,20,.12);
  
}
.cb-home-btl__img-tall img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
 
  
}
.cb-home-btl__img-col {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: calc(40% - 10px);
}
.cb-home-btl__img-top,
.cb-home-btl__img-bot {
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(26,23,20,.12);

}
.cb-home-btl__img-top { height: 240px; }
.cb-home-btl__img-bot { height: 140px; }
.cb-home-btl__img-top img,
.cb-home-btl__img-bot img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
    
}

/* eyebrow/h2 */
.cb-communities-eyebrow { font-size: 11px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; color: #F4552A; margin-bottom: 14px; }
.cb-communities-h2 { font-size: clamp(48px,4vw,60px); font-weight: 500; line-height: 1.09em;  color: #2D031E; margin-bottom: 0px; }
.cb-communities-h2-name { font-size: clamp(48px,4vw,60px); font-weight: 500; line-height: 1.09em;  color: #F4552A; margin-top: -5px; padding-bottom: 5px; }


.cb-ao-hero__ctas { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }

/* Shared button styles */
.cb-ao-btn {
  font-size: 15px; font-weight: 600;
  border-radius: 50px; border: none;
  text-decoration: none; cursor: pointer;
  white-space: nowrap; display: inline-block;
  font-family: inherit;
  transition: background .2s, border-color .2s, transform .18s;
}
.cb-ao-btn--brand {
  padding: 15px 34px;
  background: #F4552A; color: #fff;
}
.cb-ao-btn--brand:hover { background: #2D031E; color: #fff; }
.cb-ao-btn--ghost {
  padding: 14px 28px;
  background: transparent; color: #F4552A;
  border: 1.5px solid; color: #F4552A;
}
.cb-ao-btn--ghost:hover { background: #2D031E; color: #fff; }{ border-color: #2D031E; }

@media (max-width: 960px) {
  .cb-communities__layout { grid-template-columns: 1fr; gap: 48px; padding: 14px, 14px;}
  .cb-communities__row { grid-template-columns: 1fr; }
}


  
/* ─── CB Amber Oaks Hero ──────────────────────────────────────────────────── */
.cb-ao-wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 clamp(20px, 5vw, 72px);
}

.cb-ao-hero {
  background: #2D031E;
  min-height: 85vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.cb-ao-hero__bg {
  position: absolute; inset: 0;
  background-image: url('https://images.unsplash.com/photo-1582407947304-fd86f028f716?w=1800&q=90');
  background-size: cover;
  background-position: center 40%;
  z-index: 0;
  transform: scale(1.04);
  animation: cbAoHeroZoom 14s ease-out forwards;
}
@keyframes cbAoHeroZoom {
  from { transform: scale(1.04); }
  to   { transform: scale(1); }
}

.cb-ao-hero__content {
  position: relative; z-index: 2;
  padding: clamp(80px, 10vh, 120px) 0 clamp(60px, 7vh, 90px);
}

/* Eyebrow pill */
.cb-ao-hero__eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 11px; font-weight: 600; letter-spacing: 2px;
  text-transform: uppercase; color: #F4552A;
  background: rgba(244,85,42,0.15);
  border: 1px solid rgba(244,85,42,0.32);
  border-radius: 50px;
  padding: 6px 14px;
  margin-bottom: 28px;
}
.cb-ao-hero__eyebrow::before {
  content: ''; width: 6px; height: 6px;
  border-radius: 50%; background: #F4552A; flex-shrink: 0;
}

.cb-ao-hero__h1 {
  font-size: clamp(38px, 5.5vw, 72px);
  font-weight: 500; line-height: 1.06;
  letter-spacing: -1.5px; color: #fff;
  max-width: 640px; margin-bottom: 22px;
  text-shadow: 0 2px 24px rgba(0,0,0,.22);
}
.cb-ao-hero__h1 em { font-style: italic; color: #F4552A; }

.cb-ao-hero__sub {
  font-size: clamp(15px, 1.6vw, 17px);
  color: rgba(255,255,255,0.68);
  max-width: 490px; line-height: 1.72;
  margin-bottom: 40px; font-weight: 300;
}



@media (max-width: 640px) {
  .cb-ao-hero { min-height: auto; }
  .cb-ao-hero__ctas { flex-direction: column; align-items: flex-start; }
}
