/*-- -------------------------- -->
<---     Hero Button            -->
<--- -------------------------- -*/
@media only screen and (min-width: 0em) {
  #int-hero .cs-hero-btn {
    margin-top: 1rem;
    position: relative;
    z-index: 2;
  }
}
/*-- -------------------------- -->
<---     Leasing Intro SBS     -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0em) {
  #sbs-intro {
    padding: var(--sectionPadding);
  }
  #sbs-intro .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    row-gap: 2.5rem;
  }
  #sbs-intro .cs-left {
    font-size: min(2.31vw, .7em);
    width: 39.4375em;
    height: 39.75em;
    position: relative;
  }
  #sbs-intro .cs-picture {
    border-radius: 0;
    overflow: hidden;
    position: absolute;
    display: block;
  }
  #sbs-intro .cs-picture img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  #sbs-intro .cs-picture1 {
    width: 32.625em;
    height: 36.3125em;
    left: 0;
    top: 0;
  }
  #sbs-intro .cs-picture2 {
    width: 25.875em;
    height: 25em;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 40px;
    border: clamp(0.375em, 1.5vw, 0.75em) solid #ffffff;
    right: 0;
    bottom: 0;
  }
  #sbs-intro .cs-right {
    margin: auto;
    max-width: 33.875rem;
  }
  #sbs-intro .cs-topper {
    font-size: var(--topperFontSize);
    line-height: 1.2em;
    text-transform: uppercase;
    text-align: left;
    letter-spacing: .1em;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 0.25rem;
    display: block;
  }
  #sbs-intro .cs-title {
    font-size: var(--headerFontSize);
    font-weight: 900;
    line-height: 1.2em;
    text-align: left;
    max-width: 50rem;
    margin: 0 auto 1rem;
    color: var(--headerColor);
    position: relative;
  }
  #sbs-intro .cs-text {
    font-size: var(--bodyFontSize);
    line-height: 1.5em;
    text-align: left;
    width: 100%;
    max-width: 46.875rem;
    margin: 0 auto;
    margin-bottom: 1rem;
    color: var(--bodyTextColor);
  }
  #sbs-intro .cs-text:last-of-type {
    margin-bottom: 2rem;
  }
}
/* Desktop - 1024px */
@media only screen and (min-width: 64em) {
  #sbs-intro .cs-container {
    flex-flow: row;
    justify-content: space-between;
    gap: 3.25rem;
  }
  #sbs-intro .cs-left {
    font-size: min(1.2vw, 1em);
    flex: none;
  }
  #sbs-intro .cs-right {
    margin: 0;
  }
}
/* Dark Mode */
@media only screen and (min-width: 0em) {
  body.dark-mode #sbs-intro .cs-picture2 {
    background-color: var(--dark);
    border: clamp(0.375em, 1.5vw, 0.75em) solid var(--dark);
  }
  body.dark-mode #sbs-intro .cs-topper {
    color: var(--primaryShade);
  }
  body.dark-mode #sbs-intro .cs-title,
  body.dark-mode #sbs-intro .cs-text {
    color: var(--bodyTextColorWhite);
  }
}
/*-- -------------------------- -->
<---   Portfolio SBS (Reversed) -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0em) {
  #sbs-portfolio {
    padding: var(--sectionPadding);
  }
  #sbs-portfolio .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    row-gap: 2.5rem;
  }
  #sbs-portfolio .cs-left {
    font-size: min(2.31vw, .7em);
    width: 39.4375em;
    height: 39.75em;
    position: relative;
  }
  #sbs-portfolio .cs-picture {
    border-radius: 0;
    overflow: hidden;
    position: absolute;
    display: block;
  }
  #sbs-portfolio .cs-picture img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  #sbs-portfolio .cs-picture1 {
    width: 32.625em;
    height: 36.3125em;
    right: 0;
    top: 0;
  }
  #sbs-portfolio .cs-picture2 {
    width: 25.875em;
    height: 25em;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 40px;
    border: clamp(0.375em, 1.5vw, 0.75em) solid #ffffff;
    left: 0;
    bottom: 0;
  }
  #sbs-portfolio .cs-right {
    margin: auto;
    max-width: 33.875rem;
  }
  #sbs-portfolio .cs-topper {
    font-size: var(--topperFontSize);
    line-height: 1.2em;
    text-transform: uppercase;
    text-align: left;
    letter-spacing: .1em;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 0.25rem;
    display: block;
  }
  #sbs-portfolio .cs-title {
    font-size: var(--headerFontSize);
    font-weight: 900;
    line-height: 1.2em;
    text-align: left;
    max-width: 50rem;
    margin: 0 auto 1rem;
    color: var(--headerColor);
    position: relative;
  }
  #sbs-portfolio .cs-text {
    font-size: var(--bodyFontSize);
    line-height: 1.5em;
    text-align: left;
    width: 100%;
    max-width: 46.875rem;
    margin: 0 auto;
    margin-bottom: 1rem;
    color: var(--bodyTextColor);
  }
  #sbs-portfolio .cs-text:last-of-type {
    margin-bottom: 2rem;
  }
  #sbs-portfolio .button-solid {
    margin-top: 2rem;
  }
}
/* Desktop - 1024px */
@media only screen and (min-width: 64em) {
  #sbs-portfolio .cs-container {
    flex-flow: row;
    justify-content: space-between;
    gap: 3.25rem;
  }
  #sbs-portfolio .cs-left {
    font-size: min(1.2vw, 1em);
    flex: none;
    order: 2;
  }
  #sbs-portfolio .cs-right {
    margin: 0;
  }
}
/* Dark Mode */
@media only screen and (min-width: 0em) {
  body.dark-mode #sbs-portfolio .cs-picture2 {
    background-color: var(--dark);
    border: clamp(0.375em, 1.5vw, 0.75em) solid var(--dark);
  }
  body.dark-mode #sbs-portfolio .cs-topper {
    color: var(--primaryShade);
  }
  body.dark-mode #sbs-portfolio .cs-title,
  body.dark-mode #sbs-portfolio .cs-text {
    color: var(--bodyTextColorWhite);
  }
}
/*-- -------------------------- -->
<---        Asset Cards        -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #reviews {
    padding-top: 3.75rem;
    padding-bottom: 3.125rem;
    margin: auto;
  }
  #reviews .container {
    width: 96%;
    max-width: 82.5rem;
  }
  #reviews .review {
    padding: 2rem 1.875rem 1.5rem 1.875rem;
    width: 100%;
    max-width: 25.625rem;
    margin: auto;
    margin-bottom: 2rem;
    border-radius: 0;
    position: relative;
    background: var(--medium);
    border-left: 4px solid var(--primary);
    display: flex;
    flex-direction: column;
  }
  #reviews .review:last-of-type {
    margin-bottom: 0;
  }
  #reviews .review h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: #fff;
    line-height: 1.3em;
  }
  #reviews .review p {
    line-height: 1.5em;
    margin-bottom: 0;
    text-align: left;
    color: var(--bodyTextColorWhite);
    opacity: 0.9;
  }
}
/* Tablet */
@media only screen and (min-width: 48em) {
  #reviews {
    padding-top: 3.75rem;
    padding-bottom: 3.125rem;
  }
  #reviews .container {
    font-size: min(1.4vw, 1em);
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0;
    column-gap: 1.875rem;
    row-gap: 2rem;
  }
  #reviews .review {
    margin: 0;
  }
  #reviews .review:last-of-type {
    margin-bottom: 0;
  }
}
/*-- -------------------------- -->
<---   Available Properties    -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #available {
    padding: var(--sectionPadding);
    text-align: center;
  }
  #available .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
  }
  #available .cs-topper {
    font-size: var(--topperFontSize);
    line-height: 1.2em;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.1em;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 1rem;
    display: block;
  }
  #available .cs-title {
    font-size: var(--headerFontSize);
    font-weight: 900;
    line-height: 1.2em;
    text-align: center;
    margin: 0 auto 1rem;
    color: #fff;
  }
  #available .cs-intro-text {
    font-size: 1.125rem;
    line-height: 1.5em;
    text-align: center;
    color: var(--bodyTextColorWhite);
    opacity: 0.9;
    max-width: 40rem;
    margin: 0 auto 2.5rem;
  }
  #available .cs-card-group {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    text-align: left;
  }
  #available .cs-card {
    background: var(--medium);
    border-left: 4px solid var(--primary);
    width: 100%;
  }
  #available .cs-card-header {
    padding: 0.75rem 1.5rem 0;
    display: flex;
    justify-content: flex-end;
  }
  #available .cs-status {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #1C2B44;
    background: var(--primary);
    padding: 0.25rem 0.75rem;
    display: inline-block;
  }
  #available .cs-card-content {
    padding: 0.75rem 1.5rem 1.5rem;
  }
  #available .cs-card-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.125rem;
    line-height: 1.3em;
  }
  #available .cs-card-location {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--primary);
    display: block;
    margin-bottom: 0.25rem;
  }
  #available .cs-card-type {
    font-size: 0.8125rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--bodyTextColorWhite);
    opacity: 0.6;
    display: block;
    margin-bottom: 0.75rem;
  }
  #available .cs-card-text {
    font-size: 0.9375rem;
    line-height: 1.5em;
    color: var(--bodyTextColorWhite);
    opacity: 0.85;
    margin-bottom: 1rem;
  }
  #available .cs-tag-group {
    display: flex;
    flex-wrap: wrap;
    gap: 0.375rem;
    margin-bottom: 1rem;
  }
  #available .cs-tag {
    font-size: 0.75rem;
    font-weight: 600;
    color: #fff;
    background: var(--accent);
    padding: 0.25rem 0.625rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
  }
  #available .cs-card-acreage {
    font-size: 0.875rem;
    font-weight: 700;
    color: var(--bodyTextColorWhite);
    display: block;
    margin-bottom: 0.75rem;
  }
  #available .cs-card-actions {
    display: flex;
    gap: 1.5rem;
    align-items: center;
  }
  #available .cs-card-link {
    font-size: 0.875rem;
    font-weight: 700;
    color: var(--primary);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    display: inline-block;
    transition: color 0.3s;
  }
  #available .cs-card-link:after {
    content: ' \2192';
  }
  #available .cs-card-link:hover {
    color: var(--primaryShade);
  }
}
/* Tablet */
@media only screen and (min-width: 48em) {
  #available .cs-card-group {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
}
/* Desktop */
@media only screen and (min-width: 64em) {
  #available .cs-card-group {
    grid-template-columns: repeat(3, 1fr);
  }
}
/*-- -------------------------- -->
<---    Final Call To Action    -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #cta {
    position: relative;
    padding: 3.125rem 0;
  }
  #cta:before {
    content: '';
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: .7;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #cta .container {
    text-align: center;
  }
  #cta picture {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -2;
  }
  #cta picture img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  #cta .title {
    font-weight: 900;
    font-size: min(9vw, 3rem);
    line-height: 1.20833333;
    color: #fff;
    position: relative;
    margin-bottom: 2.25rem;
    text-align: center;
  }
  #cta p {
    color: #fff;
    text-align: center;
    opacity: 1;
    margin: auto;
    margin-bottom: 2.25rem;
    width: 96%;
    max-width: 37.375rem;
  }
}
/* Small Desktop */
@media only screen and (min-width: 64em) {
  #cta {
    padding: 10.5rem 0;
  }
}
/* Large Desktop */
@media only screen and (min-width: 1300px) {
  #cta {
    position: relative;
    margin-top: 6.25rem;
  }
  #cta:before {
    display: none;
  }
  #cta:after {
    content: '';
    position: absolute;
    display: block;
    height: 69.25rem;
    width: 125rem;
    background: url("/assets/svgs/cta-squares.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -3;
  }
  #cta .container {
    width: 90.0625%;
    margin: auto;
  }
  #cta picture {
    width: 90.0625%;
    left: 50%;
    transform: translateX(-50%);
  }
  #cta picture:before {
    content: '';
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: .7;
    top: 0;
    left: 0;
    z-index: 1;
  }
}
/* Dark Mode */
@media only screen and (min-width: 0em) {
  body.dark-mode #cta:after {
    display: none;
  }
}
