@charset "UTF-8";
/*
 * Stylesheet for Calisto custom theme
 * Author: Spot On Earth Team
 */
/* Import fonts */
/* Google fonts used in the design */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400&family=Inter:wght@300;400;500&family=Playfair+Display:wght@400;500;600;700&display=swap");
/* Ivy Mode — now loaded via Adobe Typekit (family "ivymode"), linked in
   header.php: https://use.typekit.net/etj5lmy.css. The local @font-face blocks
   were removed; $display_font_family in _variables.scss points at 'ivymode'. */
/* Main Styles */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  overflow-x: hidden;
  overflow-y: scroll;
}

body {
  margin: 0;
  font-size: 23px;
  line-height: 1.7391304348;
  font-family: "Montserrat", Helvetica, sans-serif;
  font-weight: normal;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff;
}

textarea,
button,
input,
select {
  font-family: "Montserrat", Helvetica, sans-serif;
}

*, *:focus,
a, a:focus {
  outline: 0;
}

a {
  color: inherit;
  text-decoration: none;
  transition: color 0.25s ease 0s;
}
a:visited {
  color: inherit;
}
a:hover, a:focus {
  text-decoration: none;
}

audio, canvas, iframe, img, svg, video {
  vertical-align: top;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
}

progress {
  display: inline-block;
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
  vertical-align: top;
}

figure {
  margin: 0 0 32px 0;
}
figure > figcaption {
  display: block;
}

figcaption {
  padding-top: 12px;
  font-size: 16px;
  line-height: 1.5;
  font-style: italic;
}

p {
  margin: 0 0 26px 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 25px 0;
  font-weight: normal;
  font-family: "Montserrat", Helvetica, sans-serif;
}

h1,
.h1 {
  font-size: 84px;
  line-height: 1.119047619;
  letter-spacing: 0.38px;
  font-weight: 300;
}
@media screen and (max-width: 860px) {
  h1,
  .h1 {
    font-size: 60px;
    line-height: 1.1333333333;
    letter-spacing: 0.27px;
  }
}

h2 {
  font-size: 30px;
  line-height: 1.2666666667;
}

h3 {
  font-size: 25px;
  line-height: 1.4;
}

h4 {
  font-size: 22px;
  line-height: 1.4545454545;
}

h5 {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
}

h6 {
  font-size: 17px;
  line-height: 1.5294117647;
  font-weight: 500;
}

blockquote,
blockquote p {
  margin: 25px 0;
  font-size: 30px;
  line-height: 1.2666666667;
  font-weight: italic;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 2px solid #000;
  margin: 25px 0;
  padding: 0;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

small {
  font-size: 75%;
}

ul {
  margin: 0 0 25px 0;
  padding: 0 0 0 16px;
  list-style-type: disc;
}

ol {
  margin: 0 0 25px 0;
  padding: 0 0 0 24px;
}

ins {
  color: #000;
  text-decoration: none;
  background-color: #ff9;
}

mark {
  color: #000;
  font-style: italic;
  font-weight: bold;
  background-color: #ff9;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

pre, code, kbd, samp {
  font-family: monospace, sans-serif;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -0.25em;
}

sub {
  bottom: -0.25em;
}

pre {
  padding: 10px;
  white-space: pre-wrap;
  word-wrap: break-word;
}

table {
  width: 100%;
  border: 0;
  border-collapse: collapse;
}
table td {
  border-top: 2px solid #000;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  padding: 15px 40px 40px 0;
  vertical-align: top;
  text-align: left;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 860px) {
  table td {
    padding: 12px 16px 24px 0;
    font-size: 14px;
    line-height: 1.2857142857;
  }
}
table th {
  border: 0;
  vertical-align: top;
  text-align: left;
  font-size: 14px;
  line-height: 1.7142857143;
  font-weight: bold;
  text-transform: uppercase;
}
@media screen and (max-width: 860px) {
  table th {
    font-size: 12px;
    line-height: 1.6666666667;
  }
}
table th[scope=col] {
  padding: 0 40px 3px 0;
}
@media screen and (max-width: 860px) {
  table th[scope=col] {
    padding-right: 16px;
  }
}
table th[scope=row] {
  border-top: 2px solid #000;
  padding: 15px 40px 40px 0;
}
@media screen and (max-width: 860px) {
  table th[scope=row] {
    padding: 12px 16px 24px 0;
  }
}
table caption {
  margin: 0 0 3px 0;
  padding: 0 0 16px 0;
  font-size: 32px;
  line-height: 1.25;
  font-style: normal;
}
@media screen and (max-width: 860px) {
  table caption {
    margin: 0 0 3px 0;
    padding: 0 0 12px 0;
    font-size: 24px;
    line-height: 1.3333333333;
  }
}

html {
  margin-top: 0 !important;
}

#wpadminbar {
  display: none !important;
}

.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  clear: both;
}

.container {
  position: relative;
  width: 100%;
  max-width: 1650px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1690px) {
  .container {
    width: auto;
    max-width: none;
    margin-left: 20px;
    margin-right: 20px;
  }
}

a.cta {
  display: inline-block;
  padding-bottom: 4px;
  border-bottom: 2px solid #000;
  color: #000;
  font-size: 30px;
  line-height: 1.2666666667;
  font-weight: 500;
  text-decoration: none;
  transition: border-bottom-color 0.35s ease 0s;
}
a.cta:hover, a.cta:focus {
  color: #000;
  border-bottom-color: #eba904;
}

.invisible,
.visually-hidden {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
  word-wrap: normal;
}

.disabled {
  opacity: 0.7;
  pointer-events: none;
  cursor: not-allowed;
}

.message {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 8px 10px 8px 30px;
  border: 1px solid;
  color: #444;
  font-size: 14px;
  line-height: 1.5;
  background-position: 6px 10px !important;
  background-repeat: no-repeat !important;
}

.warning {
  border-color: #E6DB55;
  background: url("../images/ui/warning.png") repeat scroll 0 0 #FFFBCC;
}

.br-mobile {
  display: none;
}

@media screen and (max-width: 860px) {
  .br-mobile {
    display: inline;
  }
}
[data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 1200ms cubic-bezier(0.22, 0.61, 0.36, 1), transform 1600ms cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: opacity, transform;
}

[data-reveal].is-revealed {
  opacity: 1;
  transform: none;
  will-change: auto;
}

@media (prefers-reduced-motion: reduce) {
  [data-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
.parallax-window {
  position: relative;
  overflow: hidden;
}

.parallax-layer {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}

@media screen and (min-width: 861px) {
  .parallax-layer {
    top: -120px;
    bottom: -120px;
    transform: translate3d(0, 0, 0);
    will-change: transform;
  }
}
@media (prefers-reduced-motion: reduce) {
  .parallax-layer {
    top: 0;
    bottom: 0;
    transform: none !important;
    will-change: auto;
  }
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: #211111;
}

.site-header__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1150px;
  margin: 0 auto;
  min-height: 150px;
  padding: 34px 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .site-header__inner {
    padding: 22px 20px;
  }
}
@media screen and (max-width: 860px) {
  .site-header__inner {
    min-height: 0;
    padding: 14px 20px;
  }
}

.site-logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  line-height: 0;
}
.site-logo img {
  display: block;
  width: 142px;
  height: auto;
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 860px) {
  .site-logo {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    z-index: 2;
  }
  .site-logo img {
    width: 110px;
  }
}

.site-nav-wrap {
  display: contents;
}

.site-nav {
  flex: 1;
}
.site-nav .nav-menu {
  display: flex;
  align-items: center;
  gap: 40px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-nav .nav-menu li {
  margin: 0;
}
.site-nav .nav-menu a {
  display: inline-block;
  font-family: "Montserrat", Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 1.95px;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
}
.site-nav .nav-menu .current-menu-item > a,
.site-nav .nav-menu .current_page_item > a {
  font-weight: 700;
}

.site-nav--left .nav-menu {
  justify-content: flex-start;
}

.site-nav--right .nav-menu {
  justify-content: flex-end;
}

#nav-toggle {
  display: none;
  position: relative;
  z-index: 2;
  width: 48px;
  height: 48px;
  border: 0;
  padding: 0;
  background: none;
  cursor: pointer;
}
#nav-toggle > span {
  display: block;
  position: relative;
  width: 32px;
  height: 21px;
  margin: 0 auto;
}
#nav-toggle > span > span {
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  background: #ffffff;
  transition: 0.25s ease;
}
#nav-toggle > span > span:nth-child(1) {
  top: 0;
}
#nav-toggle > span > span:nth-child(2), #nav-toggle > span > span:nth-child(3) {
  top: 9px;
}
#nav-toggle > span > span:nth-child(4) {
  top: 18px;
}
html.mobile-nav-open #nav-toggle > span > span:nth-child(1) {
  top: 9px;
  opacity: 0;
}
html.mobile-nav-open #nav-toggle > span > span:nth-child(2) {
  transform: rotate(45deg);
}
html.mobile-nav-open #nav-toggle > span > span:nth-child(3) {
  transform: rotate(-45deg);
}
html.mobile-nav-open #nav-toggle > span > span:nth-child(4) {
  top: 9px;
  opacity: 0;
}

@media screen and (max-width: 860px) {
  #nav-toggle {
    display: block;
  }
  .site-nav-wrap {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    z-index: 1;
    background: #211111;
    padding: 110px 20px 40px;
    box-sizing: border-box;
    overflow-y: auto;
    visibility: hidden;
    transform: translateX(100%);
    transition: transform 0.35s ease, visibility 0s linear 0.35s;
  }
  html.mobile-nav-open .site-nav-wrap {
    visibility: visible;
    transform: translateX(0);
    transition: transform 0.35s ease;
  }
  .site-nav {
    flex: none;
    display: none;
  }
  html.mobile-nav-open .site-nav {
    display: block;
  }
  .site-nav .nav-menu {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
  .site-nav .nav-menu a {
    display: block;
    padding: 11px 0;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 3px;
    text-align: center;
  }
  .site-nav--right .nav-menu {
    align-items: center;
  }
}
html.mobile-nav-open,
html.mobile-nav-open body {
  overflow: hidden;
}

#main {
  padding-bottom: 1px;
}

.site-footer {
  position: relative;
  color: #010101;
  background: #f7f7f7;
}
.site-footer::before {
  content: "";
  position: absolute;
  top: 158px;
  left: 0;
  right: 0;
  height: 1px;
  background: #d8d3d3;
}
@media screen and (max-width: 860px) {
  .site-footer::before {
    display: none;
  }
}

.site-footer__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 1320px;
  margin: 0 auto;
  min-height: 520px;
  padding: 55px 20px 0;
  box-sizing: border-box;
}
@media screen and (max-width: 860px) {
  .site-footer__inner {
    padding: 40px 20px 48px;
  }
}

.site-footer__logo {
  display: block;
  line-height: 0;
  margin-bottom: 34px;
}
.site-footer__logo img {
  display: block;
  width: 118px;
  height: auto;
  filter: brightness(0);
}
@media screen and (max-width: 860px) {
  .site-footer__logo {
    display: none;
  }
}

.site-footer__body {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  flex: 1;
}
@media screen and (max-width: 860px) {
  .site-footer__body {
    flex-direction: column;
    gap: 48px;
  }
}

.footer-actions {
  display: flex;
  flex-direction: column;
  width: 168px;
  padding-top: 59px;
}
@media screen and (max-width: 860px) {
  .footer-actions {
    width: 100%;
    padding-top: 16px;
  }
}

.footer-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0;
  border-top: 1px solid #010101;
  font-family: "ivymode", Georgia, serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: #010101;
  text-decoration: none;
}
.footer-action:last-child {
  border-bottom: 1px solid #010101;
}
.footer-action:hover .footer-action__arrow, .footer-action:focus .footer-action__arrow {
  transform: translateX(4px);
}

.footer-action__arrow {
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
  background: url("../images/arrow.svg") no-repeat center/contain;
  transition: transform 0.25s ease;
}

.site-footer__nav {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 0 0 auto;
  min-width: 386px;
  padding: 45px 0 31px 49px;
  border-left: 1px solid #d8d3d3;
}
@media screen and (max-width: 860px) {
  .site-footer__nav {
    padding: 0;
    border-left: 0;
    min-width: 0;
    gap: 40px;
  }
}

.footer-menus {
  display: flex;
  gap: 46px;
  margin-bottom: 60px;
}
@media screen and (max-width: 860px) {
  .footer-menus {
    margin-bottom: 10px;
  }
}
.footer-menus .footer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-menus .footer-menu li {
  margin: 0 0 6px;
}
.footer-menus .footer-menu a {
  font-family: "Montserrat", Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  color: #010101;
  text-decoration: none;
}

.footer-legal {
  display: flex;
  gap: 46px;
}
.footer-legal__col {
  font-family: "Montserrat", Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.48px;
  color: #010101;
}
.footer-legal__col a {
  color: #010101;
  text-decoration: none;
}
@media screen and (max-width: 860px) {
  .footer-legal {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 0;
  }
  .footer-legal br {
    display: none;
  }
  .footer-legal__col:nth-child(2) {
    display: contents;
  }
  .footer-legal__col:nth-child(2) a, .footer-legal__col:nth-child(3) {
    order: -1;
    font-size: 14px;
    padding: 12px 0;
  }
  .footer-legal__col:nth-child(3) a {
    font-size: 14px;
  }
  .footer-legal__col:nth-child(1) {
    width: 100%;
    padding-top: 14px;
    border-top: 1px solid rgba(1, 1, 1, 0.15);
    color: rgba(1, 1, 1, 0.55);
  }
}

#main {
  padding-bottom: 0;
}

.home-hero,
.home-ctas,
.home-gallery,
.home-stats,
.home-amenities {
  font-family: "Montserrat", Helvetica, sans-serif;
  box-sizing: border-box;
}
.home-hero *,
.home-ctas *,
.home-gallery *,
.home-stats *,
.home-amenities * {
  box-sizing: border-box;
}

.home-hero {
  position: relative;
  width: 100%;
  height: 693px;
  background: #1b1c1e;
  overflow: hidden;
}
.home-hero__slider {
  position: absolute;
  inset: 0;
}
@media screen and (min-width: 861px) {
  .home-hero__slider {
    top: -120px;
    bottom: -120px;
    will-change: transform;
  }
}
@media (prefers-reduced-motion: reduce) {
  .home-hero__slider {
    top: 0;
    bottom: 0;
    transform: none !important;
    will-change: auto;
  }
}
.home-hero__slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 0.8s ease;
}
.home-hero__slide.is-active {
  opacity: 1;
}
.home-hero__message {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -582px;
  width: 462px;
  height: 484px;
  padding: 197px 42px 30px;
  background: #e93519;
  color: #ffffff;
  z-index: 2;
}
@media screen and (min-width: 861px) {
  .home-hero__message[data-reveal] {
    opacity: 1;
    transform: translateY(-105%);
    transition: transform 675ms cubic-bezier(0.22, 0.61, 0.36, 1);
  }
  .home-hero__message[data-reveal].is-revealed {
    transform: none;
  }
}
@media screen and (min-width: 861px) and (prefers-reduced-motion: reduce) {
  .home-hero__message[data-reveal] {
    transform: none;
    transition: none;
  }
}
.home-hero__title {
  margin: 0 0 31px;
  font-family: "ivymode", Georgia, serif;
  font-weight: 600;
  font-size: 68px;
  line-height: 66px;
  letter-spacing: 0;
}
.home-hero__title[data-reveal] {
  transform: none;
  transition: opacity 300ms cubic-bezier(0.22, 0.61, 0.36, 1);
}
.home-hero__copy {
  margin: 0;
  max-width: 387px;
  font-weight: 500;
  font-size: 17.5px;
  line-height: 27px;
  letter-spacing: -0.17px;
}
.home-hero__copy[data-reveal] {
  transition: opacity 900ms cubic-bezier(0.22, 0.61, 0.36, 1), transform 1200ms cubic-bezier(0.22, 0.61, 0.36, 1);
}
@media screen and (max-width: 1024px) {
  .home-hero {
    height: 48vw;
    min-height: 460px;
  }
  .home-hero__message {
    left: 20px;
    margin-left: 0;
    width: 420px;
    max-width: calc(100% - 20px * 2);
    height: auto;
    padding: 120px 32px 32px;
  }
  .home-hero__title {
    font-size: 52px;
    line-height: 52px;
  }
}
@media screen and (max-width: 860px) {
  .home-hero {
    height: auto;
    min-height: 0;
  }
  .home-hero__slider {
    position: relative;
    inset: auto;
    height: 64vw;
  }
  .home-hero__message {
    position: static;
    width: 100%;
    max-width: none;
    padding: 48px 20px;
  }
  .home-hero__title {
    font-size: 50px;
    line-height: 52px;
    margin-bottom: 24px;
  }
  .home-hero__copy {
    max-width: none;
  }
}

.home-ctas {
  display: flex;
  justify-content: center;
  gap: 96px;
  padding: 49px 20px;
  background: #ffffff;
}

.home-ctas--mobile {
  display: none;
}

.home-ctas__lead {
  font-weight: 300;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #211111;
}

.home-ctas__row {
  display: flex;
  justify-content: center;
  gap: 40px;
}
.home-ctas__row .home-cta {
  line-height: 1.4;
}

@media screen and (max-width: 860px) {
  .home-ctas--desktop {
    display: none;
  }
  .home-ctas--mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding: 40px 20px;
  }
  .home-ctas__lead {
    display: none;
  }
}
.home-cta {
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
  font-weight: 300;
  font-size: 22px;
  line-height: 60px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #211111;
  text-decoration: none;
}
.home-cta:hover .home-cta__arrow, .home-cta:focus .home-cta__arrow {
  transform: translateX(4px);
}
.home-cta strong,
.home-cta span:not(.home-cta__arrow) {
  font-family: "ivymode", Georgia, serif;
  font-weight: 600;
  font-size: 23px;
  letter-spacing: 0.1em;
}
.home-cta__arrow {
  flex: 0 0 auto;
  align-self: center;
  margin-left: 4px;
  width: 29px;
  height: 30px;
  background: url("../images/ArrowRightRed.svg") no-repeat center/contain;
  transition: transform 0.25s ease;
}

.home-gallery {
  position: relative;
  background: #ffffff;
  padding-bottom: 0;
}
.home-gallery__track {
  outline: none;
}
.home-gallery__track:focus {
  outline: none;
}
.home-gallery .flickity-prev-next-button {
  top: 0;
  width: 50%;
  height: 100%;
  transform: none;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  z-index: 2;
}
.home-gallery .flickity-prev-next-button .flickity-button-icon {
  display: none;
}
.home-gallery .flickity-prev-next-button:hover {
  background: transparent;
}
.home-gallery .flickity-prev-next-button:focus {
  box-shadow: none;
  outline: none;
}
.home-gallery .flickity-prev-next-button:disabled {
  opacity: 1;
}
.home-gallery .flickity-prev-next-button.previous {
  left: 0;
  cursor: url("../images/ArrowCircleLeftWhite.svg") 37 37, w-resize;
}
.home-gallery .flickity-prev-next-button.next {
  right: 0;
  cursor: url("../images/ArrowCircleRightWhite.svg") 37 37, e-resize;
}
.home-gallery__slide {
  height: 608px;
  margin-right: 4px;
}
.home-gallery__slide img {
  display: block;
  height: 100%;
  width: auto;
}
@media screen and (max-width: 1024px) {
  .home-gallery__slide {
    height: 42vw;
  }
}
@media screen and (max-width: 860px) {
  .home-gallery__slide {
    height: 56vw;
  }
  .home-gallery .flickity-prev-next-button {
    display: none;
  }
  .home-gallery .flickity-page-dots {
    display: block;
    bottom: 14px;
    line-height: 1;
    z-index: 3;
  }
  .home-gallery .flickity-page-dots .dot {
    width: 8px;
    height: 8px;
    margin: 0 4px;
    background: #ffffff;
    opacity: 1;
  }
  .home-gallery .flickity-page-dots .dot.is-selected {
    background: #ce1c03;
  }
}

.home-stats {
  background: #211111;
  color: #ffffff;
  padding: 82px 20px 121px;
  text-align: center;
}
.home-stats__headline {
  margin: 0 0 78px;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.home-stats__cols {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  max-width: 1150px;
  margin: 0 auto;
}
.home-stats__col {
  position: relative;
  flex: 1 1 0;
  max-width: 380px;
  padding: 0 20px;
}
.home-stats__col:not(:first-child)::before {
  content: "+";
  position: absolute;
  left: -12px;
  top: 70px;
  font-family: "ivymode", Georgia, serif;
  font-weight: 300;
  font-size: 44px;
  line-height: 1;
  color: #ffffff;
}
.home-stats__metric {
  position: relative;
  height: 208px;
}
.home-stats__ring {
  position: absolute;
  top: 0;
  left: 50%;
  width: 208px;
  height: 208px;
  margin-left: -104px;
  border: 1px solid #e93519;
  border-radius: 50%;
}
.home-stats__ring::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border: 1px solid #e93519;
  border-radius: 50%;
}
.home-stats__value {
  position: absolute;
  left: 0;
  right: 0;
  top: 28px;
  text-align: center;
  font-family: "ivymode", Georgia, serif;
  font-weight: 700;
  font-size: 100px;
  line-height: 1;
}
.home-stats__unit {
  position: absolute;
  left: 50%;
  bottom: 55px;
  transform: translateX(-50%);
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 2.25px;
  text-transform: uppercase;
}
.home-stats__desc {
  margin: 30px auto 0;
  max-width: 210px;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: -0.18px;
}
@media screen and (max-width: 860px) {
  .home-stats {
    padding: 56px 20px 64px;
  }
  .home-stats__headline {
    margin-bottom: 48px;
  }
  .home-stats__cols {
    flex-direction: column;
    align-items: stretch;
    gap: 36px;
    max-width: 340px;
  }
  .home-stats__col {
    display: flex;
    align-items: center;
    gap: 24px;
    max-width: none;
    padding: 0;
    text-align: left;
  }
  .home-stats__col:not(:first-child)::before {
    content: none;
  }
  .home-stats__metric {
    flex: 0 0 120px;
    height: 120px;
  }
  .home-stats__ring {
    width: 120px;
    height: 120px;
    margin-left: -60px;
  }
  .home-stats__ring::after {
    top: 6px;
    left: 6px;
    right: 6px;
    bottom: 6px;
  }
  .home-stats__value {
    top: 18px;
    font-size: 56px;
  }
  .home-stats__unit {
    bottom: 26px;
    font-size: 11px;
    letter-spacing: 1.65px;
  }
  .home-stats__desc {
    flex: 1;
    margin: 0;
    max-width: none;
    font-size: 16px;
    line-height: 24px;
  }
}

.home-amenities {
  background: #ffffff;
}
.home-amenities__intro {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 84px;
  max-width: 1150px;
  margin: 0 auto;
  padding: 100px 20px 122px;
}
.home-amenities__title {
  flex: 0 0 auto;
  max-width: 400px;
  margin: 0;
  font-family: "ivymode", Georgia, serif;
  font-weight: 600;
  font-size: 78px;
  line-height: 75px;
  letter-spacing: -0.78px;
  color: #211111;
}
.home-amenities__lead {
  max-width: 550px;
  margin: 0;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0;
  color: #211111;
}
.home-amenities__lead p {
  margin: 0;
}
.home-amenities__lead a {
  color: inherit;
  font-weight: 700;
  text-decoration: none;
}
.home-amenities__slider {
  position: relative;
}
.home-amenities__slide {
  position: relative;
}
.home-amenities__photos {
  display: grid;
  height: 734px;
  overflow: hidden;
}
.home-amenities__photo {
  grid-area: 1/1;
  display: block;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.8s ease;
}
.home-amenities__photo.is-active {
  opacity: 1;
  pointer-events: auto;
}
@media screen and (max-width: 1024px) {
  .home-amenities__intro {
    flex-direction: column;
    gap: 28px;
    padding: 64px 20px 40px;
  }
  .home-amenities__title {
    font-size: 54px;
    line-height: 54px;
  }
}
@media screen and (max-width: 860px) {
  .home-amenities__photos {
    height: auto;
  }
  .home-amenities__photo {
    width: 100%;
    aspect-ratio: var(--photo-ratio, 2160/1101);
    background-size: contain;
    background-position: center top;
  }
}

.office-hero,
.office-gallery-intro,
.office-detail,
.office-stacking,
.office-engineered,
.office-leasing {
  font-family: "Montserrat", Helvetica, sans-serif;
  box-sizing: border-box;
}
.office-hero *,
.office-gallery-intro *,
.office-detail *,
.office-stacking *,
.office-engineered *,
.office-leasing * {
  box-sizing: border-box;
}

.office-btn {
  display: inline-flex;
  align-items: center;
  height: 73px;
  padding: 0 30px;
  color: #ffffff;
  text-decoration: none;
  background: #e93519;
}
.office-btn:hover .office-btn__arrow, .office-btn:focus .office-btn__arrow {
  transform: translateX(4px);
}
.office-btn__lead {
  color: #ffffff;
  font-family: "Montserrat", Helvetica, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.office-btn__key {
  margin-left: 7px;
  color: #ffffff;
  font-family: "ivymode", Georgia, serif;
  font-weight: 600;
  font-size: 19px;
  line-height: 1;
  letter-spacing: 1.9px;
  text-transform: uppercase;
}
.office-btn__arrow {
  width: 20px;
  height: 20px;
  margin-left: 16px;
  flex: 0 0 auto;
  background: url("../images/arrow-white.svg") no-repeat center/contain;
  transition: transform 0.25s ease;
}
@media screen and (max-width: 860px) {
  .office-btn {
    height: 52px;
    padding: 0 22px;
  }
  .office-btn__lead {
    font-size: 14px;
  }
  .office-btn__key {
    font-size: 15px;
    letter-spacing: 1.5px;
  }
  .office-btn__arrow {
    width: 16px;
    height: 16px;
    margin-left: 12px;
  }
}

.office-stacking__pdf,
.office-engineered__brochure {
  background: transparent;
  border: 1px solid #ffffff;
}

.office-btn--center {
  align-self: center;
}

.office-hero {
  position: relative;
  background-color: #1b1c1e;
}
.office-hero__inner {
  position: relative;
  z-index: 2;
  max-width: 1440px;
  margin: 0 auto;
  min-height: 535px;
  padding: 131px 49px 40px 108px;
}
.office-hero__title {
  margin: 0;
  max-width: 720px;
  font-family: "ivymode", Georgia, serif;
  font-weight: 600;
  font-size: 110px;
  line-height: 110px;
  letter-spacing: 0;
  color: #ffffff;
}
.office-hero__brochure {
  position: absolute;
  right: 49px;
  bottom: 0;
}
@media screen and (max-width: 1024px) {
  .office-hero__inner {
    padding: 90px 20px 32px;
    min-height: 0;
  }
  .office-hero__title {
    font-size: 64px;
    line-height: 64px;
    max-width: none;
  }
  .office-hero__brochure {
    position: static;
    margin-top: 32px;
  }
}
@media screen and (max-width: 860px) {
  .office-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(1, 1, 1, 0.4) 0%, rgba(1, 1, 1, 0.08) 75%);
    pointer-events: none;
  }
  .office-hero__inner {
    padding: 64px 20px 96px;
  }
  .office-hero__title {
    font-size: 48px;
    line-height: 52px;
  }
  .office-hero__brochure {
    position: absolute;
    right: 20px;
    bottom: 0;
    margin-top: 0;
  }
}

.office-gallery-intro {
  text-align: center;
  padding: 43px 20px 24px;
}
@media screen and (max-width: 860px) {
  .office-gallery-intro {
    padding: 16px 20px 20px;
  }
}
.office-gallery-intro__title {
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
  margin: 0;
  font-family: "Montserrat", Helvetica, sans-serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 60px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #211111;
}
.office-gallery-intro__title strong, .office-gallery-intro__title b {
  font-family: "ivymode", Georgia, serif;
  font-weight: 600;
  font-size: 23px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 860px) {
  .office-gallery-intro__title {
    flex-direction: column;
    align-items: center;
    gap: 4px;
    line-height: 28px;
    max-width: 250px;
  }
}

.office-detail {
  background: #211111;
  color: #ffffff;
}
.office-detail--1 {
  background: #211111;
}
.office-detail--2 {
  background: #0d364b;
}
.office-detail--3 {
  background: #0c4a4f;
}
.office-detail__band {
  position: relative;
  max-width: 1276px;
  margin: 0 auto;
  min-height: 341px;
  padding: 147px 0 47px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 28px;
}
.office-detail__band::before, .office-detail__band::after {
  content: "";
  position: absolute;
  top: 62px;
  height: 220px;
  width: 6px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  pointer-events: none;
}
.office-detail__band::before {
  left: 0;
}
.office-detail__band::after {
  left: calc(50% + 8px);
}
.office-detail__head, .office-detail__copy {
  padding-left: 27px;
}
.office-detail__head {
  align-self: start;
  min-height: 135px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.office-detail__num {
  display: block;
  margin-bottom: 6px;
  font-family: "Inter", Helvetica, sans-serif;
  font-weight: 300;
  font-size: 28px;
  line-height: 35px;
  letter-spacing: -0.56px;
}
.office-detail__title {
  margin: 0;
  font-family: "ivymode", Georgia, serif;
  font-weight: 400;
  font-size: 42px;
  line-height: 45px;
  letter-spacing: 0;
}
.office-detail__copy {
  align-self: center;
  max-width: 590px;
  font-family: "Montserrat", Helvetica, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: -0.18px;
}
.office-detail__copy p {
  margin: 0 0 1em;
}
.office-detail__copy p:last-child {
  margin-bottom: 0;
}
.office-detail__media {
  position: relative;
  height: 700px;
  overflow: hidden;
}
.office-detail__inset-wrap {
  position: absolute;
  top: 108px;
  left: 50%;
  transform: translateX(-50%);
  width: 1224px;
  max-width: calc(100% - 20px * 2);
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 28px;
  pointer-events: none;
}
.office-detail__inset-wrap--title .office-detail__inset {
  grid-column: 1;
}
.office-detail__inset-wrap--content .office-detail__inset {
  grid-column: 2;
}
.office-detail__inset {
  justify-self: start;
  width: 378px;
  height: 484px;
  background-size: cover;
  background-position: center;
}
.office-detail__slider {
  display: none;
}
@media screen and (max-width: 860px) {
  .office-detail__band {
    grid-template-columns: 1fr;
    row-gap: 24px;
    padding: 40px 20px;
  }
  .office-detail__band::before, .office-detail__band::after {
    content: none;
  }
  .office-detail__head {
    min-height: 0;
  }
  .office-detail__head, .office-detail__copy {
    padding-left: 0;
  }
  .office-detail__media {
    display: none;
  }
  .office-detail__slider {
    display: block;
  }
  .office-detail__slider::after {
    content: "flickity";
    display: none;
  }
  .office-detail__slide {
    width: 100%;
    height: 78vw;
    background-size: cover;
    background-position: center;
  }
  .office-detail .flickity-page-dots {
    display: block;
    bottom: 14px;
    line-height: 1;
  }
  .office-detail .flickity-page-dots .dot {
    width: 8px;
    height: 8px;
    margin: 0 4px;
    background: #ffffff;
    opacity: 1;
  }
  .office-detail .flickity-page-dots .dot.is-selected {
    background: #ce1c03;
  }
}

.office-stacking {
  position: relative;
  background: #383838;
}
.office-stacking__chart {
  display: block;
  width: 1440px;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.office-stacking__zoom {
  display: block;
  pointer-events: none;
}
.office-stacking__head {
  position: absolute;
  top: 78px;
  left: 50%;
  transform: translateX(-50%);
  width: 1256px;
  max-width: calc(100% - 96px);
}
.office-stacking__row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.office-stacking__title {
  margin: 0;
  font-family: "ivymode", Georgia, serif;
  font-weight: 400;
  font-size: 42px;
  line-height: 45px;
  color: #ffffff;
}
.office-stacking__surface {
  position: relative;
  margin: 32px 0 0;
  padding: 17px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.28px;
  color: #ffffff;
}
.office-stacking__surface::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -6px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 860px) {
  .office-stacking__head {
    position: static;
    transform: none;
    width: auto;
    max-width: none;
    padding: 32px 20px;
    background: #383838;
  }
  .office-stacking__row {
    flex-direction: column;
    gap: 20px;
  }
  .office-stacking__title {
    font-size: 36px;
    line-height: 40px;
  }
  .office-stacking__surface {
    font-size: 15px;
    line-height: 22px;
  }
  .office-stacking__zoom {
    pointer-events: auto;
    padding-bottom: 24px;
  }
}

.office-engineered {
  background: #211111;
  color: #ffffff;
  text-align: center;
  padding: 114px 20px 90px;
}
.office-engineered__title {
  margin: 0 0 57px;
  font-family: "ivymode", Georgia, serif;
  font-weight: 400;
  font-size: 50px;
  line-height: 62px;
  color: #ffffff;
}
.office-engineered__grid {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 190px;
  row-gap: 56px;
  text-align: left;
}
@media screen and (min-width: 861px) {
  .office-engineered__grid {
    position: relative;
    left: 50px;
  }
}
.office-engineered__brochure {
  margin: 64px auto 0;
}
@media screen and (max-width: 860px) {
  .office-engineered {
    padding-top: 90px;
  }
  .office-engineered__title {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 40px;
  }
}

.office-spec {
  display: flex;
  align-items: flex-start;
  gap: 28px;
}
.office-spec__icon {
  flex: 0 0 auto;
  width: 60px;
}
.office-spec__icon img {
  display: block;
  width: 100%;
  height: auto;
}
.office-spec__text {
  display: block;
}
.office-spec__title {
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffffff;
}
.office-spec__sub {
  display: block;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: -0.18px;
  color: #ffffff;
}
.office-spec__sub br {
  display: none;
}
@media screen and (max-width: 860px) {
  .office-spec__icon {
    width: 48px;
  }
}

@media screen and (max-width: 860px) {
  .office-engineered__grid {
    grid-template-columns: 1fr;
    column-gap: 0;
    row-gap: 36px;
  }
}
.office-leasing {
  background: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  max-width: 1320px;
  margin: 0 auto;
  padding: 108px 20px 80px;
}
.office-leasing__title {
  position: relative;
  flex: 0 0 auto;
  margin: 0;
  padding-bottom: 22px;
  font-family: "ivymode", Georgia, serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 55px;
  color: #211111;
}
.office-leasing__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 8px;
  width: 245px;
  height: 4px;
  border-top: 1px solid #ff543d;
  border-bottom: 1px solid #ff543d;
}
.office-leasing__contacts {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 290px));
}
@media screen and (max-width: 860px) {
  .office-leasing {
    flex-direction: column;
    gap: 24px;
    padding: 56px 20px 64px;
  }
  .office-leasing__contacts {
    margin-top: 0;
    grid-template-columns: 1fr;
    row-gap: 28px;
  }
}

.office-contact {
  max-width: 290px;
}
.office-contact__name {
  margin: 0 0 14px;
  font-family: "Montserrat", Helvetica, sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #211111;
}
.office-contact__details {
  margin: 0;
  font-family: "Montserrat", Helvetica, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: -0.18px;
  color: #211111;
}
.office-contact__details a {
  color: inherit;
  text-decoration: none;
}

.retail-hero,
.retail-gallery,
.retail-hood,
.retail-stats {
  font-family: "Montserrat", Helvetica, sans-serif;
  box-sizing: border-box;
}
.retail-hero *,
.retail-gallery *,
.retail-hood *,
.retail-stats * {
  box-sizing: border-box;
}

.retail-hero {
  position: relative;
  background: #ffffff;
}
.retail-hero__panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 642px;
  background: #4f110b;
}
.retail-hero__inner {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  min-height: 734px;
}
.retail-hero__text {
  width: 50%;
  padding: 186px 56px 0 82px;
  color: #ffffff;
}
.retail-hero__title {
  margin: 0 0 28px;
  font-family: "ivymode", Georgia, serif;
  font-weight: 600;
  font-size: 82px;
  line-height: 90px;
  letter-spacing: -0.82px;
}
.retail-hero__title span, .retail-hero__title strong {
  color: #e93519;
  font-weight: inherit;
}
.retail-hero__copy {
  margin: 0;
  max-width: 583px;
  font-weight: 400;
  font-size: 22px;
  line-height: 38px;
  letter-spacing: 0;
}
.retail-hero__scroll {
  display: block;
  width: 53px;
  height: 92px;
  margin-top: 24px;
  background: url("../images/arrow-down.svg") no-repeat center/contain;
}
.retail-hero__image {
  width: 50%;
  min-height: 734px;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 1024px) {
  .retail-hero__panel {
    height: 100%;
  }
  .retail-hero__inner {
    flex-direction: column;
    min-height: 0;
  }
  .retail-hero__text {
    width: 100%;
    padding: 90px 20px 60px;
  }
  .retail-hero__title {
    font-size: 54px;
    line-height: 60px;
  }
  .retail-hero__image {
    width: 100%;
    min-height: 60vw;
  }
}
@media screen and (max-width: 860px) {
  .retail-hero__text {
    padding: 64px 20px 48px;
  }
  .retail-hero__title {
    font-size: 48px;
    line-height: 52px;
  }
  .retail-hero__copy {
    font-size: 18px;
    line-height: 28px;
  }
  .retail-hero__scroll {
    width: 36px;
    height: 62px;
    margin-top: 24px;
  }
  .retail-hero__image {
    min-height: 80vw;
  }
}

.retail-gallery {
  padding: 0 0 8px;
}
.retail-gallery__inner {
  position: relative;
  max-width: 1267px;
  margin: 0 auto;
}
.retail-gallery__eyebrow {
  margin: 0 0 16px;
  font-family: "Montserrat", Helvetica, sans-serif;
  font-weight: 300;
  font-size: 27px;
  line-height: 60px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #21201d;
}
.retail-gallery__eyebrow strong, .retail-gallery__eyebrow span {
  font-family: "ivymode", Georgia, serif;
  font-weight: 600;
  font-size: 28px;
}
.retail-gallery__slider {
  outline: none;
}
.retail-gallery__cell {
  width: 100%;
  height: 722px;
  margin-right: 0;
  background-size: cover;
  background-position: center;
}
.retail-gallery__arrow {
  position: absolute;
  right: 40px;
  top: 400px;
  width: 75px;
  height: 75px;
  padding: 0;
  border: 0;
  background: url("../images/ArrowCircleLeftWhite.svg") no-repeat center/contain;
  transform: rotate(180deg);
  cursor: pointer;
  z-index: 2;
}
.retail-gallery__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
}
.retail-gallery__caption {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #21201d;
}
.retail-gallery__counter {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 1;
  color: #000;
}
.retail-gallery__counter::after {
  content: "";
  width: 40px;
  height: 1px;
  background: #000;
}
@media screen and (max-width: 1024px) {
  .retail-gallery__cell {
    height: 56vw;
  }
  .retail-gallery__arrow {
    top: 30vw;
  }
}
@media screen and (max-width: 860px) {
  .retail-gallery__eyebrow {
    padding: 0 20px;
    margin-top: 32px;
  }
  .retail-gallery__footer {
    padding: 0 20px;
  }
  .retail-gallery__cell {
    height: 70vw;
  }
  .retail-gallery__arrow {
    display: none;
  }
  .retail-gallery__caption {
    font-size: 12px;
  }
  .retail-gallery__counter {
    font-size: 24px;
  }
}

.retail-hood {
  background: #211111;
  color: #ffffff;
  padding: 68px 20px 118px;
  margin-top: 90px;
}
.retail-hood__head {
  max-width: 836px;
  margin: 0 auto 68px;
  text-align: center;
}
.retail-hood__title {
  margin: 0;
  font-family: "ivymode", Georgia, serif;
  font-weight: 400;
  font-size: 50px;
  line-height: 62px;
  color: #ffffff;
}
.retail-hood__subtitle {
  margin: 22px 0 0;
  font-family: "Montserrat", Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 2.1px;
  text-transform: uppercase;
  color: #ffffff;
}
.retail-hood__subtitle .br-mobile {
  display: none;
}
.retail-hood__tiles {
  display: flex;
  gap: 5px;
  max-width: 1440px;
  margin: 0 auto;
}
@media screen and (max-width: 860px) {
  .retail-hood {
    padding: 56px 20px 80px;
    margin-top: 32px;
  }
  .retail-hood__title {
    font-size: 30px;
    line-height: 40px;
  }
  .retail-hood__title br {
    display: none;
  }
  .retail-hood__subtitle .br-mobile {
    display: inline;
  }
  .retail-hood__tiles {
    flex-direction: column;
    gap: 24px;
  }
}

.retail-tile {
  flex: 1 1 0;
}
.retail-tile__img {
  height: 560px;
  background-size: cover;
  background-position: center;
}
.retail-tile__caption {
  margin: 24px 0 0;
  text-align: center;
  font-weight: 500;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  color: #ffffff;
}
@media screen and (max-width: 860px) {
  .retail-tile__img {
    height: 70vw;
  }
}

.retail-stats {
  background: #ffffff;
  color: #211111;
  padding: 24px 20px;
  margin-top: 64px;
}
.retail-stats__row {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}
.retail-stats__title {
  position: relative;
  flex: 0 0 384px;
  margin: 0;
  padding-bottom: 22px;
  font-family: "ivymode", Georgia, serif;
  font-weight: 400;
  font-size: 42px;
  line-height: 45px;
  color: #211111;
}
.retail-stats__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 6px;
  width: 310px;
  max-width: 100%;
  height: 4px;
  border-top: 1px solid #ff543d;
  border-bottom: 1px solid #ff543d;
}
.retail-stats__content {
  flex: 1;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: -0.18px;
  color: #211111;
}
.retail-stats__content h3 {
  margin: 0 0 22px;
  font-family: "Montserrat", Helvetica, sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: #211111;
}
.retail-stats__content p {
  margin: 0 0 1em;
}
.retail-stats__content strong, .retail-stats__content b {
  font-weight: 600;
}
.retail-stats__content ul {
  display: inline-block;
  vertical-align: top;
  width: 48%;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}
.retail-stats__content li {
  position: relative;
  margin: 0 0 26px;
  padding-left: 22px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  text-transform: uppercase;
  color: #010101;
}
.retail-stats__content li::before {
  content: "•";
  position: absolute;
  left: 4px;
}
@media screen and (max-width: 860px) {
  .retail-stats__row {
    flex-direction: column;
    gap: 28px;
  }
  .retail-stats__title {
    flex: none;
    font-size: 32px;
    line-height: 38px;
  }
  .retail-stats__content ul {
    width: 100%;
    display: block;
  }
}

.page-template-template-retail .office-detail {
  margin-top: 38px;
}
.page-template-template-retail .office-leasing {
  padding-top: 95px;
  padding-bottom: 109px;
}
.page-template-template-retail .office-leasing__contacts {
  margin-top: 30px;
  gap: 40px;
}
.page-template-template-retail .retail-hero__scroll {
  margin-top: 59px;
}
@media screen and (max-width: 860px) {
  .page-template-template-retail .retail-hero__scroll {
    margin-top: 24px;
  }
  .page-template-template-retail .office-leasing {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}

.amenity-brand {
  position: absolute;
  right: 49px;
  bottom: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 275px;
  height: 73px;
  padding: 0 28px;
  background: #010101;
  text-decoration: none;
}
.amenity-brand__logo {
  display: block;
  max-width: 100%;
  width: auto;
  object-fit: contain;
}
.amenity-brand__arrow {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  background: url("../images/arrow-white.svg") no-repeat center/contain;
  transition: transform 0.25s ease;
}
.amenity-brand:hover .amenity-brand__arrow, .amenity-brand:focus .amenity-brand__arrow {
  transform: translateX(4px);
}
.amenity-brand--mobile {
  display: none;
}

.page-template-template-amenities .office-detail__copy {
  max-width: 610px;
}

.office-detail--2 .amenity-brand__logo {
  padding-left: 18px;
}

.location-gallery,
.location-map,
.location-insights {
  font-family: "Montserrat", Helvetica, sans-serif;
  box-sizing: border-box;
}
.location-gallery *,
.location-map *,
.location-insights * {
  box-sizing: border-box;
}

.retail-hero--blue .retail-hero__panel {
  background: #0d364b;
}
.retail-hero--blue .retail-hero__title span,
.retail-hero--blue .retail-hero__title strong {
  color: inherit;
}
.retail-hero--blue .retail-hero__text {
  padding-top: 150px;
}
.retail-hero--blue .retail-hero__title {
  margin-bottom: 37px;
}
.retail-hero--blue .retail-hero__scroll {
  margin-top: 86px;
}
@media screen and (max-width: 860px) {
  .retail-hero--blue .retail-hero__text {
    padding-top: 64px;
  }
  .retail-hero--blue .retail-hero__scroll {
    margin-top: 24px;
  }
}

.location-gallery {
  padding-top: 0;
}
.location-gallery__head {
  max-width: 1440px;
  margin: 0 auto;
}
.location-gallery .retail-gallery__eyebrow {
  margin: 0 0 28px 87px;
}
.location-gallery__row {
  display: flex;
  gap: 5px;
}
.location-gallery__img {
  flex: 1 1 0;
  height: 608px;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 860px) {
  .location-gallery .retail-gallery__eyebrow {
    margin-left: 20px;
    margin-top: 32px;
  }
  .location-gallery__row {
    flex-direction: column;
  }
  .location-gallery__row::after {
    content: "flickity";
    display: none;
  }
  .location-gallery__img {
    flex: none;
    width: 100%;
    height: auto;
    aspect-ratio: var(--photo-ratio, 715/912);
  }
  .location-gallery .flickity-page-dots {
    display: block;
    bottom: 14px;
    line-height: 1;
  }
  .location-gallery .flickity-page-dots .dot {
    width: 8px;
    height: 8px;
    margin: 0 4px;
    background: #ffffff;
    opacity: 1;
  }
  .location-gallery .flickity-page-dots .dot.is-selected {
    background: #ce1c03;
  }
}

.location-map {
  background: #010101;
  color: #ffffff;
}
.location-map__inner {
  display: flex;
  align-items: stretch;
  max-width: 1440px;
  margin: 0 auto;
}
.location-map__text {
  width: 50%;
  padding: 68px 56px 60px 87px;
}
.location-map__title {
  margin: 0 0 28px;
  max-width: 480px;
  font-family: "ivymode", Georgia, serif;
  font-weight: 400;
  font-size: 50px;
  line-height: 62px;
  color: #ffffff;
}
.location-map__title .br-mobile {
  display: none;
}
.location-map__intro {
  max-width: 410px;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: -0.18px;
  color: #ffffff;
}
.location-map__intro ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.location-map__intro li {
  position: relative;
  margin: 0 0 14px;
  padding-left: 20px;
}
.location-map__intro li::before {
  content: "•";
  position: absolute;
  left: 2px;
}
.location-map__intro p {
  margin: 0 0 1em;
}
.location-map__subtitle {
  position: relative;
  margin: 40px 0 0;
  padding-bottom: 30px;
  font-family: "Montserrat", Helvetica, sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.944;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  color: #ffffff;
}
.location-map__subtitle::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 8px;
  width: 380px;
  max-width: 100%;
  height: 4px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.location-map__stats {
  margin: 16px 0 0;
  max-width: 420px;
}
.location-map__image {
  width: 50%;
  background-size: cover;
  background-position: center;
  min-height: 747px;
}
@media screen and (max-width: 1024px) {
  .location-map__inner {
    flex-direction: column;
  }
  .location-map__text {
    width: 100%;
    padding: 56px 20px;
  }
  .location-map__image {
    width: 100%;
    min-height: 80vw;
  }
}
@media screen and (max-width: 860px) {
  .location-map__title {
    font-size: 32px;
    line-height: 40px;
  }
  .location-map__title .br-mobile {
    display: inline;
  }
  .location-map__image {
    min-height: 0;
    height: auto;
    aspect-ratio: var(--photo-ratio, 1080/1120);
  }
}

.location-stat {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 16px;
  margin: 0 0 14px;
}
.location-stat__label {
  margin: 0;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase;
  color: #ffffff;
}
.location-stat__content {
  margin: 0;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #ffffff;
}

.location-insights {
  background: #ffffff;
  color: #211111;
  padding: 87px 20px 38px;
}
.location-insights__title {
  margin: 0 auto;
  max-width: 1247px;
  text-align: center;
  font-family: "ivymode", Georgia, serif;
  font-weight: 400;
  font-size: 50px;
  line-height: 62px;
  color: #211111;
}
.location-insights__rule {
  max-width: 1247px;
  height: 4px;
  margin: 24px auto 56px;
  border-top: 1px solid #ff543d;
  border-bottom: 1px solid #ff543d;
}
.location-insights__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 70px;
  row-gap: 44px;
  max-width: 1247px;
  margin: 0 auto;
}
@media screen and (max-width: 860px) {
  .location-insights {
    padding: 60px 20px 38px;
  }
  .location-insights__title {
    font-size: 34px;
    line-height: 40px;
  }
  .location-insights__grid {
    grid-template-columns: 1fr;
  }
}

.location-insight__title {
  margin: 0 0 10px;
  font-family: "Montserrat", Helvetica, sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.944;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: #211111;
}
.location-insight__content {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: -0.18px;
  color: #211111;
}
.location-insight__content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.location-insight__content li {
  margin: 0 0 6px;
}
.location-insight__content p {
  margin: 0;
}

.retail-hero--contact .retail-hero__panel {
  background: #4f110b;
}
.retail-hero--contact .retail-hero__text {
  padding-top: 121px;
}
.retail-hero--contact .retail-hero__title span,
.retail-hero--contact .retail-hero__title strong {
  color: inherit;
}
.retail-hero--contact .retail-hero__scroll {
  margin-top: 67px;
}
.retail-hero--contact .retail-hero__copy {
  max-width: 551px;
}
.retail-hero--contact .retail-hero__copy p {
  margin: 0 0 1.1em;
}
.retail-hero--contact .retail-hero__copy p:last-child {
  margin-bottom: 0;
}
.retail-hero--contact .retail-hero__copy p:first-child {
  margin-bottom: 43px;
}
.retail-hero--contact .retail-hero__copy p + p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 5px;
}
.retail-hero--contact .retail-hero__copy strong {
  display: inline-block;
  font-weight: 600;
  letter-spacing: 1.8px;
  line-height: 1.944;
  text-transform: uppercase;
}
.retail-hero--contact .addr-gap {
  display: none;
}
@media screen and (max-width: 860px) {
  .retail-hero--contact .retail-hero__text {
    padding-top: 64px;
  }
  .retail-hero--contact .retail-hero__scroll {
    margin-top: 24px;
  }
  .retail-hero--contact .addr-gap {
    display: block;
    height: 14px;
  }
}

.contact-groups {
  background: #ffffff;
}
.contact-groups__inner {
  display: flex;
  gap: 90px;
  max-width: 1220px;
  margin: 0 auto;
  padding: 46px 20px 107px;
}
@media screen and (max-width: 860px) {
  .contact-groups__inner {
    flex-direction: column;
    gap: 56px;
    padding: 56px 20px;
  }
  .contact-groups .office-leasing__title {
    font-size: 32px;
  }
}

.contact-group {
  flex: 1 1 0;
}
.contact-group .office-leasing__title {
  margin-bottom: 22px;
}
.contact-group__list {
  display: flex;
  flex-direction: column;
  gap: 46px;
}

.contact-bottom-image {
  width: 100%;
  height: 725px;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 1024px) {
  .contact-bottom-image {
    height: 52vw;
  }
}
@media screen and (max-width: 860px) {
  .contact-bottom-image {
    height: auto;
    aspect-ratio: var(--photo-ratio, 2160/1088);
  }
}

.page-legal {
  background: #ffffff;
  font-family: "Montserrat", Helvetica, sans-serif;
  box-sizing: border-box;
}
.page-legal * {
  box-sizing: border-box;
}
.page-legal__inner {
  max-width: 1227px;
  margin: 0 auto;
  padding: 82px 20px 126px;
}
.page-legal__title {
  margin: 0 0 42px;
  font-family: "ivymode", Georgia, serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 55px;
  letter-spacing: 0;
  color: #211111;
}
.page-legal__body {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 60px;
}
.page-legal__content {
  flex: 0 1 774px;
  max-width: 774px;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #010101;
}
.page-legal__content p {
  margin: 0 0 1.55em;
}
.page-legal__content a {
  color: inherit;
  text-decoration: underline;
}
.page-legal__content strong, .page-legal__content b {
  font-weight: 600;
}
.page-legal__content ul, .page-legal__content ol {
  margin: 0 0 1.55em;
  padding-left: 1.2em;
}
.page-legal__content li {
  margin: 0 0 0.4em;
}
.page-legal__content h1, .page-legal__content h2, .page-legal__content h3, .page-legal__content h4, .page-legal__content h5, .page-legal__content h6 {
  margin: 2.4em 0 0.7em;
  font-family: "Montserrat", Helvetica, sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: #010101;
}
.page-legal__content h1:first-child, .page-legal__content h2:first-child, .page-legal__content h3:first-child, .page-legal__content h4:first-child, .page-legal__content h5:first-child, .page-legal__content h6:first-child {
  margin-top: 0;
}
.page-legal__aside {
  flex: 0 0 289px;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #010101;
}
.page-legal__aside p {
  margin: 0;
}
.page-legal__aside a {
  color: inherit;
  text-decoration: none;
}
.page-legal__aside strong {
  display: block;
  margin-bottom: 0.4em;
  font-weight: 600;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .page-legal__body {
    flex-direction: column;
    gap: 48px;
  }
  .page-legal__content, .page-legal__aside {
    flex: none;
    max-width: none;
    width: 100%;
  }
  .page-legal__inner {
    padding: 56px 20px 80px;
  }
}

.flickity-page-dots {
  display: none;
}
