﻿@charset "utf-8";  
/*
font-family: "Cormorant Garamond", serif;

  Acumin Pro Regular
font-family: "acumin-pro", sans-serif;
font-weight: 400;
font-style: normal;

Acumin Pro Italic
font-family: "acumin-pro", sans-serif;
font-weight: 400;
font-style: italic;

Acumin Pro Bold
font-family: "acumin-pro", sans-serif;
font-weight: 700;
font-style: normal;

Acumin Pro Bold Italic
font-family: "acumin-pro", sans-serif;
font-weight: 700;
font-style: italic;
*/

input,select,textarea{-webkit-appearance: none;-moz-appearance: none;appearance: none;border-radius: 0;-webkit-border-radius:0; -moz-border-radius:0; }


html{-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;height: 100%;height: 100%;
  /* -webkit-overflow-scrolling: touch;scroll-snap-type: none;scroll-snap-type: none;scroll-behavior: smooth;padding:0 !important;margin:0 !important;*/}
/*html.sticky-visible{scroll-snap-type: y mandatory;}

html.proximity{scroll-snap-type: y proximity;}
html.proximity.sticky-visible{scroll-snap-type: y proximity;}
html.mandatory{scroll-snap-type: y mandatory;}*/


body{margin: 0;padding:0;font-family: var(--cormorant-garamond-font); font-size: calc(20 / var(--main-width));line-height: 110%;font-weight: 400;background-color:var(--beige-color);overflow-y:scroll;overflow-x:hidden;}

body, button, input, select, textarea{color: var(--red-color);}
div, h1, h2, h3, h4, h5, h6, p, span{padding: 0px;margin: 0px;}
/* 
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection{background: #000000;color: #ffffff;text-shadow: none;}
::selection{background: #000000;color: #ffffff;text-shadow: none;}

/* =============================================================================
   Links
   ========================================================================== */

a{color:#000000;text-decoration:none;outline: none;position: relative;}
a:hover{text-decoration:none;}
a:focus{outline: none;}

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active{outline: 0;}
img {border-style:none}
/* =============================================================================
   Lists
   ========================================================================== */

ul, ol{margin:0;padding-left: 0;list-style-type:none;}
li ul, li ol{margin: 0;padding:0;}

/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e 
 */

img{border: 0;-ms-interpolation-mode: bicubic;vertical-align: middle;border-style:none;outline:none;}

/*
 * Correct overflow not hidden in IE9 
 */

svg:not(:root){overflow: hidden;}

/* =============================================================================
   Tables
   ========================================================================== */

table{border-collapse: collapse;border-spacing: 0;}
td{	vertical-align: top;}

p{line-height:1.3;}

/* ==== primary styles =====================================================
   Author: Abbas Tahir
   ========================================================================== */

/* For image replacement */
.ir{display: block;border: 0;text-indent: -999em;overflow: hidden;background-color: transparent;background-repeat: no-repeat;text-align: left;direction: ltr;}
.ir a{display: block;height: 100%;}
.hidden{display: none !important;visibility: hidden;}
  
/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after{content: "";display: table;}
.clearfix:after{clear: both;}
.clearfix{zoom: 1;}   
.web{display:block;}
.mobile{display:none;}
.webhide{display:block;}
.mobilehide{display:none;}
*{box-sizing:border-box;} 

html.lenis{height: auto;}
.lenis.lenis-smooth {scroll-behavior: auto;}
.lenis.lenis-smooth [data-lenis-prevent] {overscroll-behavior: contain;}
.lenis.lenis-stopped {overflow: hidden;}
.lenis.lenis-scrolling iframe {pointer-events: none;}

:root{
   --main-width: 1440 * 1440px; 
   --white-color: #ffffff;
   --black-color: #000000; 
   --red-color: #6B1219;  
   --beige-color: #EFE9D8;
   --cormorant-garamond-font: "Cormorant Garamond", serif; 
}

.web{display:grid !important;}
.mobile{display:none !important;}


a:not(.logo,.btn,.menu,.btn-slick,.client-info .column>a,.brand>a)::before{content:'';position: absolute;width: 100%;height: calc(1 / var(--main-width));background-color: var(--magenta-color);bottom:calc(2 / var(--main-width));left: 0;transform-origin: center;transform: scaleX(0);transition: transform .2s ease-in-out;}
a:not(.logo,.btn,.menu,.btn-slick,.client-info .column>a,.brand>a):hover::before,
a:not(.logo,.btn,.menu,.btn-slick,.client-info .column>a,.brand>a).active::before{transform-origin: center;transform: scaleX(1);}


/* .web {display: block;}
.mobile {display: none;} */
#outer-wrapper {width: 100%;position: relative;margin: 0;float: left;}

/* header{width:100%;height: calc(109 / var(--main-width));background-color: var(--red-color); margin:0;padding:0;z-index:999;position:fixed;top:0;left: 0;z-index: 99;transition: all .5s ease;overflow: hidden;}
header #header{width: 100%;height:calc(109 / var(--main-width));max-width:calc(1440 / var(--main-width));margin:0 auto;padding:0 calc(78 / var(--main-width));position:relative;z-index: 10;}
header .logo{width:100%;height: 100%;;display: flex;align-items: center;justify-content: center; position:absolute;left: 0;top: 0;background-image:none !important;background-repeat:no-repeat;background-size:100% auto;background-position: center; text-decoration:none;z-index:99999999;transition: all .5s ease;}
header .logo img{width: calc(56 / var(--main-width));}   */

header{width:100%;background-color: transparent;height: calc(50 / var(--main-width));margin:0;padding:0;z-index:999;position:fixed;top:calc(30 / var(--main-width));left: 0;transition: all .5s ease-in-out;}
header #header{width: 100%;max-width:1440px;/*display: flex;flex-wrap:wrap;align-items: center;justify-content: space-between;*/;margin:0 auto;padding:0 calc(78 / var(--main-width));position:relative;}
header .logo{width:calc(220 / var(--main-width));height: calc(20 / var(--main-width));position: absolute;left: calc(50% - ((220/2) / var(--main-width)));top: calc(15 / var(--main-width)); background-image:url(../images/logo-header.svg);background-repeat:no-repeat;background-size:100% auto;background-position: center; text-decoration:none;transition: all .5s ease-in-out;}
header .logo img{width: 100%;display: none;}

header nav{width: 100%;display: grid;grid-template-columns: auto auto;height: calc(50 / var(--main-width));justify-content: space-between;border-radius:calc(10 / var(--main-width));justify-items: center;align-items: center;margin-top: 0;margin-right: 0;padding:0 calc(10 / var(--main-width));transition: all .5s ease-in-out;}
header nav ul{width: 100%;margin:0;padding:0;list-style:none;display: grid;grid-auto-flow: column;align-items: center;justify-content: end;gap: calc(16 / var(--main-width));}
header nav ul:first-child{justify-content:flex-start;}
header nav ul a{display: flex;border:none;border-radius: calc(20 / var(--main-width));font-size: calc(14 / var(--main-width));font-family: "acumin-pro", sans-serif;font-weight: 400;letter-spacing:25%;line-height: calc(14 / var(--main-width));color: var(--beige-color);text-transform: uppercase;text-decoration:none;position: relative;}
header nav ul:last-of-type li:last-of-type a{background-color: var(--red-color);color: var(--beige-color);padding:calc(8 / var(--main-width)) calc(17 / var(--main-width)) calc(9 / var(--main-width));}
header nav ul:last-of-type li:last-of-type a:hover{background-color: #d71b29;}
header .menu-o{width:calc(20 / var(--main-width));right: calc(20 / var(--main-width));height: 100%;display: flex;align-items: center;position:absolute;top: 0;background-image:url(../images/icon-menu.svg);background-repeat:no-repeat;background-size:100% auto;background-position: center; text-decoration:none;cursor: pointer;z-index: 999;}

/* header #header nav ul li a.active{font-weight: 600;} */
header #header nav ul li a:before{content: "";width: calc(100% + 1px);height: 1px;opacity: 0.8;background-color: #ffffff; margin: 0;padding: 0;position: absolute;bottom:calc(-3 / var(--main-width));left: 0; transform: scaleX(0);transition: transform 250ms ease-in-out;}
header #header nav ul li:hover a:before, header #header nav ul li a.active:before, header #header nav ul li.current-menu-item a:before,header #header nav ul li.current-page-ancestor a:before {transform: scaleX(1);}
body.privacy header .logo {background-image: url(../images/logo-header-sticky.svg);}
body.privacy header nav ul a{color: var(--red-color);}

body.home header .logo{display: none;}

body.hide header{top: calc(-70 / var(--main-width));} 

body.stickys header #header nav{background:var(--beige-color);}
header #header .menu-o, header #header .menu{display:none;}
body.stickys header .logo{background-image:url(../images/logo-header-sticky.svg);}
body.stickys header nav ul a{color:var(--red-color);}
header #header nav ul li a:before{background-color: var(--beige-color); }
header nav ul:last-of-type li:last-of-type a:before{display:none;}
body.stickys header #header nav ul li a:before{background-color: var(--red-color); }

body.smhead header{width:100%;height: calc(110 / var(--main-width));background-color: var(--red-color); margin:0;padding:0;z-index:999;position:fixed;top:0;left: 0;z-index: 99;transition: all .5s ease;/*transform: scale3d(1, 1, 1);*/overflow: visible; /*backdrop-filter: blur(10px);*/}
body.smhead header #header{width: 100%;height:calc(110 / var(--main-width));max-width:calc(1440 / var(--main-width));margin:0 auto;padding:0 calc(78 / var(--main-width));position:relative;z-index: 10;}
body.smhead header .logo{width:auto;height: 100%;;display: flex;align-items: center;justify-content: flex-start; position:absolute;left: calc(40 / var(--main-width));;top: 0;background-image:none !important;background-repeat:no-repeat;background-size:100% auto;background-position: center; text-decoration:none;z-index:99999999;transition: all .5s ease;}
body.smhead header .logo img{width: calc(281.99493408203125 / var(--main-width));}  

.logo {width: calc(251 / var(--main-width));/*height: calc(402 / var(--main-width));*/}
.logo .path{opacity: 0;animation: fadeInUp 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;}
#logo7  {animation-delay: 0s; }
#old    {animation-delay: 0.25s;}
#park   {animation-delay: 0.50s;}
#lane   {animation-delay: 0.75s;}
#mayfair{animation-delay: 1s;}
#dots   {animation-delay: 1.5s;} /* + extra 0.3s */
@keyframes fadeInUp {0% {opacity: 0; } 100% {opacity: 1; }}

/* body.no-shade .shade{display: none !important;} */

main {width: 100%;margin: 0;padding:0;position: relative;/*margin-bottom: 660px;*/background-color: var(--beige-color);display: grid;grid-template-columns: 100%;}
:where(section,article,figure,aside) {width: 100%;display: grid;grid-template-columns: 100%;margin: 0;padding: 0;position: relative;}
figure{background-size: cover;background-repeat: no-repeat;background-position: center center;}
figure img{width: 100%;display: none;}
.inner {width: 100%;/*max-width: 1440px;margin: 0 auto;*/padding: 0;position: relative;}
video{width: 100%;height: 100%;object-fit: cover;border:0;object-position: center center;}

/* .logo-stagger{height: 661px;background-color: transparent;width: 1px;position: absolute;bottom: -660px;left: 0;visibility: hidden;display: none !important;} */


:where(h1,h2,h3,h4,h5,h6,p,ul,li){font-family: var(--cormorant-garamond-font);color: var(--red-color);font-display:auto;font-style:normal;font-stretch:normal;color: var(--red-color);}
:where(h1,h2,h3,h4,h5,h6){font-weight: 500;}
:where(p,ul,li){font-weight: 400;}
h1, h2{font-size: calc(80 / var(--main-width));line-height: 110.00000000000001%;letter-spacing: 10%;text-align: center;text-transform: uppercase;}
/* h2{font-size: 35px;line-height: 100%;} 
h2 .small{font-size: 70px;line-height: 51px;color: var(--red-color);}*/
h3{font-size: 20px;}
h4{font-size: 16px;}
h5{font-size: 12px;}
h6{font-size: 12px;}
p,li:not(nav ul li){font-size: calc(20 / var(--main-width));line-height: 110%;}
/* :where(p,li):last-of-type {margin-bottom: 0;} */
ul{list-style: disc;}
blockquote{background-color: #f3f4f7;width: auto;padding:75px 20px 20px 20px;float: left;margin: 0;margin-bottom: 20px;position: relative;}
blockquote::before{width: auto;position: absolute;left: 20px;top: 0; content: "“";font-size: 136px;font-family: Arial, Helvetica, sans-serif;height: 50px;margin-left: -5px;}

.btn {min-width: calc(208 / var(--main-width));height: calc(45 / var(--main-width));text-transform: uppercase; background: transparent;border: 1px solid var(--red-color);color: var(--red-color);
  padding: calc(0 / var(--main-width)) calc(45 / var(--main-width)) calc(0 / var(--main-width)) calc(25 / var(--main-width));border-radius: 50px;cursor: pointer;transition: 0.3s;display: inline-flex;align-items: center;font-size: calc(14 / var(--main-width));line-height: calc(9 / var(--main-width));letter-spacing: 0.25em;font-family: "acumin-pro", sans-serif;font-weight: 400;font-style: normal;justify-content: space-between;align-self: self-end;position: relative;}
.btn::after{content: "";width: calc(10.181591 / var(--main-width));margin-left: calc(0/ var(--main-width));height: calc(10.181591 / var(--main-width));position: absolute;right:calc(28 / var(--main-width));
    top: calc(16 / var(--main-width));background: url('../images/arrow-up.svg') no-repeat center center;background-size: 100% auto/* ;float:left;position:relative */;}
.btn:hover{background: var(--red-color);color: var(--beige-color);}
.btn:hover::after{background: url('../images/arrow-up-h.svg') no-repeat center;background-size: 100% auto;}

.btn.rd{background:var(--red-color);color:#EFE9D8;margin-top: calc(8 / var(--main-width))!important;}
.btn.rd::after{background-image: url('../images/arrow-up-h.svg');}

.btn.wht{background:#EFE9D8;color:var(--red-color);min-width: calc(291 / var(--main-width));align-self:flex-start;}
.btn.wht::after{background-image: url('../images/arrow-down.svg');}
.btn.wht:hover::after{background-image: url('../images/arrow-down.svg');}


.btn.download{left: calc(6 / var(--main-width));}
.btn.download::after{content: "";width: calc(14 / var(--main-width));height: calc(14 / var(--main-width));top: calc(11 / var(--main-width));right: calc(13 / var(--main-width));background: url('../images/download-icon.png') no-repeat center;background-size: 100% auto;}
.btn.download:hover::after {background: url('../images/download-icon-hover.png') no-repeat center;background-size: 100% auto;}/* 
.video-box{ position:sticky;position: -webkit-sticky;height: 100vh;float:left; width: 100%;position:relative;}
.video-box img{width: 100%; float:left;height:100%;}
.video-box iframe{ position: absolute !important; top: 0 !important; left:0 !important;margin-top: 0 !important; margin-left:0 !important; width: 100% !important; height: 100% !important; }
 @media (min-aspect-ratio: 16 / 9) {.video-box iframe {height: 500% !important;top: -200% !important;}}
 @media (max-aspect-ratio: 16 / 9) {.video-box iframe {width: 500% !important;left: -200% !important;}}
.video-box .player{ position: absolute !important; top: 0; left:0; width: 100%; height: 100vh; background-color:#000000; } */

.hero-box .animation-box.hide{opacity: 0;visibility: hidden;transition: all 0.75s;}
.hero-box{background-color:var(--blue-color);height: 100dvh;z-index: 100;scroll-snap-align: center;/*scroll-snap-stop: always;*/}
.hero-box :where(.image-maskig-animation,.slide-repeat, /* .hero-animation-box,*/.animation-box){width:100%;height:100%;display: grid;grid-template-columns: 1fr;position: relative;justify-items: center;align-items: center;}
.hero-box .bg{background-color:var(--blue-color);width: 100%;height: 100%;overflow: hidden;position: relative;background-image:none !important ;}
.hero-box .bg img{width: 140%;height: 100%;object-fit: cover;display: block;transform: translateX(-20%);object-position:bottom left;}
/* .hero-box .animation-box{position: absolute;left: 0;top: 0;right: 0; bottom: 0;opacity: 0;visibility: hidden;transition: all 0.5s;} */
/* .hero-box .video{max-width: 1440px;padding: 0 calc(65 / var(--main-width));} */
.hero-box .video video{height: 100dvh;/*max-height: calc(900 / var(--main-width));padding: 0 calc(65 / var(--main-width));*/}
/* .hero-box .logo{max-width: 1440px;padding: 0 calc(65 / var(--main-width));} */
.hero-box .logo :where(img,svg){width: calc(559 / var(--main-width));} 
.hero-box .hero-cover-box{position: absolute;width: 100%;height: 100%;left: 0;top: 0;}
.hero-box .hero-cover-box .hero-cover{position: absolute;width: 50%;height: 100%;bottom: 0;top: 0;background-color: var(--blue-color);}
.hero-box .hero-cover-box .hero-cover.left{left: 0;}
.hero-box .hero-cover-box .hero-cover.a-rt{right: 0;}
.hero-cover.left,
.hero-cover.a-rt{transform: translateX(0);}
/* body.animate .hero-box .video{opacity: 0;visibility: hidden;} */
/* body.animate .hero-box aside h1{opacity: 0;transform: translateX(200px);}
body.animate .hero-box aside h1:last-of-type,
body.animate .hero-box aside p{opacity: 0;transform: translateX(-200px);} */

.hero-box .hero-logo-box{width: 100%;height: 100%;padding-top: calc(95 / var(--main-width)); display: grid;position: absolute;left: 0;top: 0;right: 0; bottom: 0;align-items: center;justify-items: center;}

.capsule-animate{width: calc(339 / var(--main-width));height: calc(593 / var(--main-width));}
.capsule-animate .animate-capsule-text{font-family: "Cormorant Garamond", serif;font-size: 22px;fill: var(--beige-color);color: var(--beige-color);text-transform: uppercase;}
.capsule-animate .animate-capsule-text.building{letter-spacing: 17.95px;}
.capsule-animate .animate-capsule-text.neighbourhood{letter-spacing: 16.95px;}
.capsule-animate .animate-capsule-text.availability{letter-spacing: 17.75px;}
.capsule-animate .animate-capsule-text.contact{letter-spacing: 17.65px;}

.capsule-slider{padding:calc(200 / var(--main-width)) 0;background: #EFE9D8;width: 100%;float: left;}
.capsule-slider article{height: auto;align-items: center;}
.capsule-slider-box{width: 100%;float: left;position: relative;float: left;}
/* .capsule-slider-box .slick-list{overflow: initial;} */
/* .capsule-slider-box .slick-slide{width: calc(25vw - (10 / var(--main-width)));} */
.capsule-slider-box .capsule-item{width: 100%;/*height: 100dvh;text-align: center;display: grid !important;justify-content: center;align-items: center;*/}
.capsule-slider-box .capsule-item > div > div{width: 100%;display: grid;align-items: center;justify-items: center;height: calc(526 / var(--main-width));}
.capsule-slider-box .capsule-item img{display: block;width: calc(220 / var(--main-width));height: calc(379 / var(--main-width));object-fit: cover;border-radius: 999px;transition: all 0.25s ease-in;}
.capsule-slider-box .capsule-item h2{font-size: calc(35 / var(--main-width));margin-bottom: calc(67 / var(--main-width));min-height: calc(81 / var(--main-width));display: flex;align-items: center;justify-content: center;transition: opacity 0.3s ease;}
.capsule-slider-box .capsule-item p{/*min-width: calc(470 / var(--main-width));*/min-height: calc(75 / var(--main-width)); margin: 0;padding-top: calc(65 / var(--main-width));  text-align: center;transition: opacity 0.3s ease;}
.capsule-slider-box .capsule-item :where(h2,p){opacity: 0;visibility: hidden;}

.capsule-slider-box .slick-slide.slick-current img{width: calc(300 / var(--main-width));height: calc(526 / var(--main-width));}
/* .capsule-slider-box .slick-slide:has(+ .slick-current) img{margin-left: calc(-40 / var(--main-width));}
.capsule-slider-box .slick-slide.slick-cloned:nth-child(2) img{margin-left: calc(-40 / var(--main-width));}
.capsule-slider-box .slick-slide.slick-current + .slick-slide img{margin-right: calc(-40 / var(--main-width));} */
.capsule-slider-box .slick-slide.slick-current :where(h2,p){opacity: 1;visibility: visible;}

.capsule-slider.neighbourhood article{align-items: start;}
.capsule-slider.neighbourhood h2{font-size: calc(35 / var(--main-width));margin-bottom: calc(67 / var(--main-width));min-height: calc(81 / var(--main-width));display: flex;align-items: center;justify-content: center;transition: opacity 0.3s ease;margin-top: auto;}


.hero-box img { 
  position: absolute;
  left: 0; 
  
	/*animation: panMove 8s ease-in infinite alternate;*/
  animation: panMove 25s linear infinite alternate;
}

@keyframes panMove {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-20%);
  }
}
/*END: Hero Image pan animation effect*/

.two-column-box{padding: 0;}
/*.two-column-box .inner{max-width: 100%;} */
.info-box{padding: /*calc(175 / var(--main-width))*/ 0;scroll-snap-align: center;/*scroll-snap-stop: always;*/height: 100dvh;} 
.info-box article{align-items: center;justify-items: center;min-height: 100dvh;max-height: calc(950 / var(--main-width));} 
.info-box .info{width: calc(700 / var(--main-width));position: relative;justify-items: center;display: grid;}
.info-box .info>div{width: 100%;position: relative;justify-items: center;display: grid;}
.info-box .info h1, .info-box .info h2{width: 100%;display: grid;margin-bottom: calc(80 / var(--main-width));}
.info-box .info span{font-size: calc(25 / var(--main-width));line-height: 130%;letter-spacing: 24%;font-weight: 400;}
.info-box .info p a::before{background-color: var(--red-color);}
.info-box .info ul{padding-left: calc(24 / var(--main-width));}
.info-box .info :where(p,ul){margin-bottom: calc(15 / var(--main-width));}

.info-box .info p{text-align: center;font-size: calc(35 / var(--main-width));line-height: 110.00000000000001%;margin-bottom: calc(15 / var(--main-width));text-align:center;
   overflow:hidden;}
.info-box .info .small{margin-top: calc(95 / var(--main-width));font-family: "acumin-pro", sans-serif;font-weight: 400;font-style: normal;text-align: center;font-size: calc(14 / var(--main-width));line-height: 130%;letter-spacing: 0.25em;text-transform: uppercase;margin-bottom: calc(30 / var(--main-width));}
.split-child {display: inline-block;}

.split-line{overflow: hidden;display: inline-block;} 

.info-box .info p:not(.small) .split-parent{overflow: hidden;height: calc(42 / var(--main-width));text-align:center;}
.info-box .info .small .split-parent{overflow: hidden;height: calc(18.5 / var(--main-width));text-align:center;}

.info-box{position:relative;}
.info-box .b-bg{width: 100%;height: 100%;overflow:hidden;background-color:#EFE9D8;position:absolute;top:0;left:0;background-size:cover;}
.info-box .b-bg img{width: 140%;height: 100%;object-fit: cover;display: block;transform: translateX(-20%);object-position:bottom left;}

.info-box .btn {
    margin-top: calc(100 / var(--main-width));}
/* .fade-in {
   opacity: 1; 
   transform: translateY(20%);
 }

 .fade-in.visible {
   animation: slideUp 0.8s ease-out forwards;
 }
 @keyframes slideUp {
   0% {
     transform: translateY(20%);
     opacity: 0;
   }
   100% {
     transform: translateY(0);
     opacity: 1;
   }
 }  */

 .sticky-section {
   position: relative;
   
  /* scroll-snap-align: center;
  scroll-snap-stop: always;
  height: 100vh;
  overflow-y: hidden;
  scroll-snap-type: y mandatory;  
   scroll-snap-align: center; */
   /* scroll-snap-stop: always;  */
} 
 /* ---- LEFT — sticky image column (desktop) ---- */ 
 .sticky-left {
   position: sticky;
   top: 0;
   width: 50%;
   height: 100dvh; 
   overflow: hidden;
   float: left;z-index: 3;
   /* position: absolute;
    left: 0;
    top: 0; 
    z-index: 1;*/
 }
 
 /* All images stacked, crossfade via JS */
 .s-img {
   position: absolute;
   inset: 0;
   opacity: 0;
   transition: opacity 1s ease;
 }
 .s-img.active { opacity: 1; z-index: 3;}
 .s-img img { width: 100%; height: 100%; object-fit: cover; }
 
 /* ---- RIGHT — scrollable content (desktop) ---- */
 .sticky-right { 
  width: 100%;
  position: relative;
  z-index: 2;
  /*height: 100dvh;
  overflow-y: auto;  
  scroll-snap-type: y mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;*/
}
 
 .s-block {
   height: 100dvh; 
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   padding: 0; 
   text-align: center;
   background: var(--beige-color);

   scroll-snap-align: center;
   /* scroll-snap-stop: always;  */
   width: 50%;
   justify-self: right;
 }
 .s-block:nth-child(even) { background: var(--beige-color); }
 
.s-block-inner {
   /*opacity: 0;
   transform: translateY(28px);
   transition: opacity 0.8s ease, transform 0.8s ease;*/
   max-width: calc(537 / var(--main-width));
	 display:grid;
justify-items: center;
height: 100dvh; 
 } 
 
 .s-block-inner>div{
  display: grid;
  justify-items: center; 
  align-self: center;
}
 .s-block-inner.visible { opacity: 1; transform: translateY(0); }
 
 /* Mobile image — hidden on desktop */
 .s-block-img-mobile { display: none; }
 
 /* ---- Shared panel typography ---- */
 
.sticky-right .s-block h2,
.sticky-right .s-block h3,
.sticky-panel-title {
      font-family: var(--cormorant-garamond-font);
     font-size: calc(35 / var(--main-width));
     letter-spacing: 10%;
     line-height: 110.00000000000001%;
     color: var(--red-color);
     font-weight: 500;
     margin-bottom: calc(16 / var(--main-width));
   max-width: calc(380 / var(--main-width));text-transform: uppercase;
 }
 
 /* Rounded capsule thumbnail image */
 .sticky-panel-thumb {
   width: calc(170 / var(--main-width));
   height: calc(298 / var(--main-width));
   border-radius: 100px;
   overflow: hidden;
   margin: calc(80 / var(--main-width)) auto calc(96 / var(--main-width));
 }
 
 .sticky-panel-thumb img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }
 
.sticky-right .s-block p,
.sticky-panel-text {
 font-family: var(--cormorant-garamond-font);
     font-size: calc(20 / var(--main-width));
     letter-spacing: 0%;
     line-height: 110.00000000000001%;
     color: var(--red-color);
     font-weight: 400;color: var(--red-color);max-width: calc(403 / var(--main-width));
 }
.sticky-right .s-block p:first-of-type{margin-top:calc(89 / var(--main-width));;}
.sticky-right .s-block .btn{margin-top:calc(105 / var(--main-width));;}

 /*.sticky-right .s-block:nth-of-type(1) p,
 .sticky-right .s-block:nth-of-type(1) .sticky-panel-text{
  max-width: calc(385 / var(--main-width));
 }*/
 /*.sticky-right .s-block:nth-of-type(2) p,
 .sticky-right .s-block:nth-of-type(2) .sticky-panel-text{
  max-width: calc(307 / var(--main-width));
 }*/
 /*.sticky-right .s-block:nth-of-type(3) p,
 .sticky-right .s-block:nth-of-type(3) .sticky-panel-text{
  max-width: calc(400 / var(--main-width));
 }*/
 
 .sticky-panel-link {
   font-family: var(--font-sans);
   font-size: 0.6rem;
   letter-spacing: 0.2em;
   color: var(--text-light);
   border-bottom: 1px solid currentColor;
   padding-bottom: 2px;
   transition: color var(--transition);
 }
 
 .sticky-panel-link:hover {
   color: var(--burgundy);
 }

/* .fade-in {
   opacity: 1; 
   transform: translateY(20%);
 }

 .fade-in.visible {
   animation: slideUp 0.8s ease-out forwards;
 }
 @keyframes slideUp {
   0% {
     transform: translateY(20%);
     opacity: 0;
   }
   100% {
     transform: translateY(0);
     opacity: 1;
   }
 }  */

.carousel-section {width: 100%;overflow: hidden;position: relative;}
.carousel-section .carousel {width: 100%;position: relative;display: grid;grid-template-columns: 1fr;}
.carousel-section .carousel .carousel-track {width: 100%;height: 100dvh;}
.carousel-section .carousel .carousel-track figure{width: 100%;height: 100%;position: absolute;left: 0;top: 0;}

.slick-slider{display: block;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-touch-callout: none;-khtml-user-select: none;-ms-touch-action: pan-y;touch-action: pan-y;-webkit-tap-highlight-color: transparent;}
.slick-list{position: relative;display: block;overflow: hidden;margin: 0;padding: 0;}
.slick-list:focus{outline: none;}
.slick-list.dragging{cursor: pointer;cursor: hand;}
.slick-slider .slick-track,
.slick-slider .slick-list{-webkit-transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-ms-transform: translate3d(0, 0, 0);-o-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
.slick-track{position: relative;top: 0;left: 0;display: block;margin-left: auto;margin-right: auto;}
.slick-track:before,.slick-track:after{display: table;content: '';}
.slick-track:after{clear: both;}
.slick-loading .slick-track{visibility: hidden;}
.slick-slide{display: none;float: left;height: auto;min-height: 1px;margin: 0 0 0 0;padding:0;position:relative;opacity: 1 !important;}
.slick-slide:first-of-type{margin-left: 0 !important;}  
[dir='rtl'] .slick-slide{float: right;}
/* .slick-slide img{display: block;} */
.slick-slide.slick-loading img{display: none;}
.slick-slide.dragging img{pointer-events: none;}
.slick-initialized .slick-slide{display: block;}
.slick-loading .slick-slide{visibility: hidden;}
.slick-vertical .slick-slide{display: block;height: auto;border: 1px solid transparent;}

 .btn-slick{width:calc(22.295709609985373 / var(--main-width));height:calc(40.96275711059574 / var(--main-width));z-index: 9;background-repeat:no-repeat;background-size:100%;background-position:center center;position:absolute;bottom:auto;top:calc(50% - ((40.96275711059574/2) / var(--main-width)));}
 .btn-slick.prev{background-image: url(../images/arrow-l.svg);right:0px;left:calc(40 / var(--main-width));}
 .btn-slick.next{background-image: url(../images/arrow-r.svg);right: calc(40 / var(--main-width));}
 

.slick-dots{position:absolute;height:auto;width:100%;bottom:20px;right:0;background-color:transparent;z-index:99;text-align:center;display: none!important;}
.slick-dots li{width:12px !important;height:12px !important;margin:10px;border-radius:100%;background-color:transparent;margin-bottom: 0 !important; text-indent: -999em;padding:0; float:none;display:none;text-align:center;border:1px solid #000000;display:inline-block;}
.slick-dots li.slick-active{background-color:#000000;}
 .slick-dots li a{cursor:pointer;font-family:Arial;font-size:12px;color:#fff;text-decoration:none !important;cursor:default;}

/* Arrows */  
.flex-direction-nav {width:100%;height: auto;position:absolute;left:0;top:0;list-style:none !important;z-index:1;}
.flex-direction-nav a {width:40px;height:40px;background:#fff ;position: absolute; cursor: pointer; text-indent: -9999px; opacity: 1;margin-top:249px;z-index:9;background-repeat:no-repeat;background-position:center center;background-size:100% auto;text-decoration:none;}
.flex-direction-nav a.flex-next{background-image: url(../images/next-slide-arrow.png);right:54px;}  
.flex-direction-nav a.flex-prev{background-image: url(../images/prev-slide-arrow.png);left:54px;}
.flexslider:hover a.flex-next, .flexslider:hover a.flex-prev {opacity: 1; }
.flexslider:hover a.flex-next:hover, .flexslider:hover a.flex-prev:hover {opacity: 1;}     
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default !important;/*display:none;*/ }
.flex-direction-nav a:before  { content: '\f001'; }
.flex-direction-nav a.flex-next:before  { content: '\f002'; }
.flex-control-paging {width:auto;list-style:none;position:absolute;left:0;bottom:14px;z-index:2;text-align:center;display:block;}
.flex-control-paging li{width:auto;display:inline-block;}
.flex-control-paging li a{width:10px;height:10px;border-radius:100%;float:left;margin-right:9px;text-align:center;text-decoration:none;font-size:0px;background-color:#ffffff;border:1px solid #272727;opacity:1;position:relative;text-decoration:none;}
.flex-control-paging li a:hover, .flex-control-paging li a.flex-active{width:10px;height:10px;background-color:#272727;border-radius:100%;opacity:1;}
main .img-info-box.dots-r .flex-control-paging {left:auto;right: 90px;}

/* Chrome, Edge, Safari */
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0px 1000px rgba(255, 255, 255, 0) inset !important; /* background color */
     transition: background-color 5000s ease-in-out 0s; /* prevents flash */
      font-family: var(--adobe-caslon-pro-font) !important;
         color: var(--magenta-color) !important;
}

/* Firefox */
input:-moz-autofill {
    box-shadow: 0 0 0px 1000px rgba(255, 255, 255, 0) inset !important;
     background:transparent;
     font-family: var(--adobe-caslon-pro-font);
      font-family: var(--adobe-caslon-pro-font) !important;
         color: var(--magenta-color) !important;
 }

 .logout{position:absolute;right:calc(20 / var(--main-width));top:calc(33 / var(--main-width));padding:0 calc(25 / var(--main-width)) 0 calc(25 / var(--main-width));}
.btn.logout::after{display:none;}

.full-image{width: 100%;height:100dvh;margin:0;padding:0;float:left;position:relative;}
.full-image img{width: 100%;height:100%;object-fit:cover;padding:0;float:left;position:relative;display:block;}

.s-dots{position: fixed;top: 50%;right: calc(40 / var(--main-width));transform: translateY(-50%);display: flex;flex-direction: column;gap: calc(14 / var(--main-width));z-index: 50;
  opacity: 0;/*pointer-events: none;*/transition: opacity .3s ease;}
.s-dots.show {opacity: 1;}
/* html.sticky-visible .s-dots {opacity: 1;} */
.s-dot {width: calc(7 / var(--main-width));height: calc(7 / var(--main-width));border-radius: 50%;border: 1px solid currentColor;cursor: pointer;display: block;}
.s-dot.active{background: var(--red-color);}
.b-download{height:100%;position:relative;}
.b-download .btn{position:absolute;bottom:0;left:0;}

/* BUILDING PAGE */
.info-box.building .info {width: calc(862 / var(--main-width));}
.info-box.building .info span {font-size: calc(20 / var(--main-width));letter-spacing: 25%;font-family: "acumin-pro", sans-serif;}

.building-highlights {width: 100%;overflow: hidden;position: relative;height: auto;scroll-snap-align: center;background: #EFE9D8;padding-top:calc(213 / var(--main-width));padding-bottom:calc(213 / var(--main-width))}
.building-highlights .inner {width: 100%;max-width: calc(1440 / var(--main-width));height: auto;margin: 0 auto;padding: 0;}
.building-highlights .highlights-title {font-family: "acumin-pro", sans-serif;font-weight: 400;font-style: normal;text-align: center;
font-size: calc(20 / var(--main-width));line-height: 130%;letter-spacing:25%;color: var(--red-color);margin-bottom: calc(154 / var(--main-width));}
.highlights-grid {display: flex;flex-direction: column;gap: calc(124 / var(--main-width));width: 100%;}
.highlight-row{display:grid;grid-template-columns:calc(366 / var(--main-width)) calc(373 / var(--main-width));max-height: calc(309 / var(--main-width));justify-content:center;align-items:center;column-gap:calc(212 / var(--main-width));}
/* .highlight-row:nth-child(2), .highlight-row:nth-child(3){margin-bottom:calc(50 / var(--main-width));}
 */.reverse .text-block{order:2;}
.reverse .image-block{order:1;}
.highlight-row .text-block{text-align:center;}
.highlight-row .text-block .number{font-size: calc(14 / var(--main-width));line-height: 130%;letter-spacing:25%;color: var(--red-color);margin-bottom:calc(30 / var(--main-width));  font-family: "acumin-pro", sans-serif;
 font-weight: 400;font-style: normal;}
.highlight-row .text-block h3{font-size: calc(35 / var(--main-width));line-height: 90%;
    letter-spacing:10%;text-transform:uppercase;color: var(--red-color);margin-bottom:calc(37 / var(--main-width));font-weight:500;font-family: var(--cormorant-garamond-font);
}
.highlight-row .text-block span{display:block;font-size: calc(14 / var(--main-width));line-height: 130%;letter-spacing:25%;
    text-transform:uppercase;color: var(--red-color); font-family: "acumin-pro", sans-serif;font-weight: 400;font-style: normal;}
.highlight-row .image-block{width:calc(366 / var(--main-width));height:auto;display:flex;justify-content:center;align-items:center;overflow:hidden;}
.highlight-row .image-block img{max-width:100%;max-height:100%;width:auto;height:auto;display:block;object-fit:contain;}
.highlight-row .image-block .small-image {max-width:calc(205 / var(--main-width))  !important;max-height:calc(181 / var(--main-width)) !important;}
.lounge-row .right-text{order:2;}
.highlight-row.lounge-row .text-block:last-of-type {margin-top: calc(240 / var(--main-width));}
.highlight-row.lounge-row  {max-height: 100%;}
.highlight-row:last-of-type{
    align-items:start;
}
/* 2nd column */
.highlight-row:last-of-type > .text-block:first-child{
    grid-column:2;
}

/* 1st column + top gap */
.highlight-row > .right-text{
    grid-column:1;
    margin-top:calc(-64 / var(--main-width));
}
:root {
    /* scaled from the 1440px reference design, so the same 5-slide
       composition (3 full + 2 peeking) holds at any screen width */
    --wb-slide-width-active: 20.884vw;
    --wb-slide-height-active: 36.545vw;
    --wb-slide-width-inactive: 15.278vw;
    --wb-slide-height-inactive: 26.735vw;
    --wb-slide-gap: 8.333vw;
  }

  .wellbeing {width: 100vw;padding: calc(200 / var(--main-width)) 0 calc(200 / var(--main-width));background: #EFE9D8;overflow: hidden;}
  .wellbeing-title {text-align: center;font-size: calc(35 / var(--main-width));line-height: 110.00000000000001%;letter-spacing: 10%;text-transform: uppercase;color: var(--red-color);margin-bottom: calc(70 / var(--main-width));font-weight: 500;font-family: var(--cormorant-garamond-font);
    text-transform: uppercase;min-height: calc(103 / var(--main-width));display: flex;align-items: center;justify-content: center;transition: opacity 0.3s ease;}
  .wellbeing-title.is-fading {opacity: 0;}
  .wb-carousel {position: relative;width: 100%;display: flex;align-items: center;}
  .wb-viewport {width: 100%;overflow: hidden;}
  .wb-track {display: flex;align-items: center;gap: var(--wb-slide-gap);will-change: transform;}
  .wb-slide {flex: 0 0 auto;width: var(--wb-slide-width-inactive);height: var(--wb-slide-height-inactive);border-radius: 150px;overflow: hidden;cursor: pointer;will-change: width, height;}
  .wb-slide.is-active {cursor: default;}
  .wb-slide img {width: 100%;height: 100%;object-fit: cover;display: block;}
  .wb-arrow {width: calc(22.295709609985373 / var(--main-width));height: calc(40.96275711059574 / var(--main-width));z-index: 9;background-repeat: no-repeat;background-size: 100%;background-position: center center;position: absolute;bottom: auto;top: 50%;}
  .wb-arrow--prev { background-image: url(../images/arrow-l.svg);right: 0px;left: calc(40 / var(--main-width)); }
  .wb-arrow--next {    background-image: url(../images/arrow-r.svg);right: calc(40 / var(--main-width));}
  .wellbeing-caption {min-width: calc(500 / var(--main-width));margin: calc(66 / var(--main-width)) auto 0;text-align: center;
     font-size: calc(20 / var(--main-width));line-height: 110.00000000000001%;letter-spacing: 0%;text-transform: uppercase;color: var(--red-color);font-weight: 400;font-family: var(--cormorant-garamond-font);min-height: calc(44 / var(--main-width));display: flex;align-items: center;justify-content: center;transition: opacity 0.3s ease;}
  .wellbeing-caption.is-fading {opacity: 0;}
.sticky-panel-icon {width:auto;max-height:calc(50 / var(--main-width));max-width:calc(90 / var(--main-width));overflow: hidden;display:flex;justify-content:center;align-items:center;margin-bottom: calc(33.9 / var(--main-width));}
.sticky-panel-icon img {width:100%;height:100%;object-fit:contain;display:block;}
.sticky-panel-icon.icon-electric img {width:calc(15 / var(--main-width));height:calc(29.16666603088379 / var(--main-width));}
/*.sticky-panel-icon.icon-A img {width:calc(24 / var(--main-width));height:calc(27.789472579956055 / var(--main-width));}*/
/*.sticky-panel-icon.icon-breem {width:auto;height:auto;border: solid 0px var(--red-color);border-radius: initial;margin-bottom: calc(49.9 / var(--main-width));}*/
/*.sticky-panel-icon.icon-breem img {max-width:calc(89 / var(--main-width));max-height:calc(22 / var(--main-width));border: solid 0px var(--red-color);}*/
.sticky-section.building .sticky-right .s-block h2, .sticky-section.building .sticky-right .s-block h3{min-width: calc(420 / var(--main-width));line-height: 90%;margin-bottom: calc(39 / var(--main-width));}
.sticky-section.building .sticky-right .s-block p{font-family: "acumin-pro", sans-serif;font-size: calc(14 / var(--main-width));letter-spacing: 25%;line-height: 130%;
    font-weight: 400;font-style: normal;color: var(--red-color);margin: 0!important;}
/* BUILDING PAGE */

/*Our-Neighborhood-Page-Start====*/
.nh-guide{display: flex;padding:calc(90 / var(--main-width)) calc(125 / var(--main-width)) calc(94 / var(--main-width)) calc(155 / var(--main-width));margin: 0 auto;width: 100%;max-width: calc(1440 / var(--main-width));}
.nh-guide .nh-categories{width: calc(390 / var(--main-width));order: 1;display: block;}
.nh-guide .nh-categories .category{margin-bottom: calc(48 / var(--main-width));}
.nh-guide .nh-categories .category:last-of-type{margin-bottom: 0;}
.nh-guide .nh-categories .category h3{margin-bottom: calc(37 / var(--main-width));font-size: calc(35 / var(--main-width));line-height: 90%;letter-spacing: 10%;text-transform: uppercase;}
.nh-guide .nh-categories .category ol li{width:100%;margin-bottom: calc(9.46 / var(--main-width));float:left;font-size: calc(14 / var(--main-width));line-height: 130%;letter-spacing: 25%;font-family: "acumin-pro", sans-serif;font-weight: 400;font-style: normal;text-transform: uppercase;}
.nh-guide .nh-categories .category ol li span{width:21px;float:left;}
.nh-guide .nh-categories .category ol li i{width:auto;float:left;margin:0 calc(8 / var(--main-width));}
.nh-guide .nh-categories .category ol li p{font-size: calc(14 / var(--main-width));line-height: 130%;letter-spacing: 25%;font-family: "acumin-pro", sans-serif;font-weight: 400;font-style: normal;text-transform: uppercase;}
.nh-guide .nh-categories .category ol li:last-of-type{margin-bottom: 0;}
.nh-guide .map-box{width: calc(778.74 / var(--main-width));height: calc(778.74 / var(--main-width));order: 2;margin-top:calc(24px / var(--main-width));}
.nh-guide .map-box figure{width: 100%;height: 100%;background-repeat: no-repeat;background-size: 100% auto;border-radius: 100%;}
.nh-guide .map-box figure img{display: none;}
.nh-guide .map-box .pins{width: 100%;height: 100%;position: absolute;top: 0;left: 0;}
.nh-guide .map-box .pins .pin{width: calc(20.38 / var(--main-width));height: calc(20.38 / var(--main-width));padding: calc(4 / var(--main-width)) 0;position: absolute;top: 0;right: 0;background-color: var(--red-color);border-radius: 100%;color: #EFE9D8;font-size: calc(12.42 / var(--main-width));line-height: 100%;letter-spacing: 6%;font-family: "acumin-pro", sans-serif;font-weight: 600;font-style: normal;text-align: center;}
.nh-guide .map-box .pins .p1{top:calc(257.32 / var(--main-width));right:calc(320.55 / var(--main-width));}
.nh-guide .map-box .pins .p2{top:calc(373.51 / var(--main-width));right:calc(426.71 / var(--main-width));}
.nh-guide .map-box .pins .p3{top:calc(208.06 / var(--main-width));right:calc(270.9 / var(--main-width));}
.nh-guide .map-box .pins .p4{top:calc(157.41 / var(--main-width));right:calc(236.78 / var(--main-width));}
.nh-guide .map-box .pins .p5{top:calc(93.72 / var(--main-width));right: calc(256.16 / var(--main-width));}
.nh-guide .map-box .pins .p6{top:calc(337.14 / var(--main-width));right:calc(370.66 / var(--main-width));}
.nh-guide .map-box .pins .p7{top:calc(278.7 / var(--main-width));right: calc(185.83 / var(--main-width));}
.nh-guide .map-box .pins .p8{top:calc(250.52 / var(--main-width));right:calc(285.34 / var(--main-width));}
.nh-guide .map-box .pins .p9{top:calc(321.01 / var(--main-width));right:calc(394.43 / var(--main-width));}
.nh-guide .map-box .pins .p10{top:calc(258.32 / var(--main-width));right:calc(256.16 / var(--main-width));}
.nh-guide .map-box .pins .p11{top:calc(243.88 / var(--main-width));right:calc(268.05 / var(--main-width));}
.nh-guide .map-box .pins .p12{top:calc(340.54 / var(--main-width));right:calc(320.7 / var(--main-width));}
.nh-guide .map-box .pins .p13{top:calc(383.85 / var(--main-width));right:calc(390.19 / var(--main-width));}
.nh-guide .map-box .pins .p14{top:calc(315.06 / var(--main-width));right:calc(369.81 / var(--main-width));}
.nh-guide .map-box .pins .p15{top:calc(367.56 / var(--main-width));right:calc(288.44 / var(--main-width));}
.nh-guide .map-box .pins .p16{top:calc(498.35 / var(--main-width));right:calc(508.23 / var(--main-width));}
.nh-guide .map-box .pins .p17{top:calc(215.7 / var(--main-width));right: calc(473.42 / var(--main-width));}
.nh-guide .map-box .pins .p18{top:calc(545.75 / var(--main-width));right:calc(482.61 / var(--main-width));}
.nh-guide .map-box .pins .p19{top:calc(294.83 / var(--main-width));right:calc(204.51 / var(--main-width));}
.nh-guide .map-box .pins .p20{top:calc(340.54 / var(--main-width));right:calc(270.6 / var(--main-width));}

.bg-text-box{height:calc(800 / var(--main-width));display: flex;align-items: center;}
.bg-text-box .bg{height:100%;background-repeat: no-repeat;background-size: cover;background-position: center center;position: absolute;top: 0;left: 0;}
.bg-text-box .bg::after{width: 100%;height: 100%;content: ' ';position: absolute;top: 0;left: 0;background-color: #0000004D;}
.bg-text-box .text{height: auto;}
.bg-text-box .text .inner{width:calc(538 / var(--main-width));height: auto;margin: 0 auto;}
.bg-text-box .text .inner h2{text-align: center;color: #EFE9D8;font-size: calc(35 / var(--main-width));line-height: 110.00000000000001%;letter-spacing: 10%;}

.nh-location{height:calc(1093 / var(--main-width));margin: 0 auto;width: 100%;max-width: calc(1440 / var(--main-width));}
.nh-location #neisec1{display: block;}
.nh-location #neisec2{display: none;}
.nh-location .diagram{width:calc(1200.75 / var(--main-width));height:calc(575 / var(--main-width));background-image: url(../images/diagram-nh-location.svg);background-repeat: no-repeat;background-size: 100% auto;background-position: top left;position: absolute;top: calc(130 / var(--main-width));left: calc(111.64 / var(--main-width));overflow: hidden;}
.nh-location .seven{width:calc(65.73 / var(--main-width));height:calc(115.57 / var(--main-width));background-image: url(../images/seven-nh-location.svg);background-repeat: no-repeat;background-size: 100% auto;background-position: top left;position: absolute;top: calc(703.21 / var(--main-width));left: calc(78.41 / var(--main-width));}
.nh-location .content{height:calc(385 / var(--main-width));position: absolute;top: calc(703 / var(--main-width));left:0;}
.nh-location .content h2{width: calc(166 / var(--main-width));text-align: center;font-size: calc(35 / var(--main-width));line-height: 110.00000000000001%;letter-spacing: 10%;position: absolute;top: 0;left: calc(214.05 / var(--main-width));}
.nh-location .content .tt-box{width: 100%;height: 100%;position: absolute;top: 0;left: 0;}
.nh-location .content .tt-box .tt{width: calc(125 / var(--main-width));top: calc(34 / var(--main-width));left: calc(420 / var(--main-width));position: absolute;}
.nh-location .content .tt-box .tt:nth-of-type(2){left: calc(588 / var(--main-width));}
.nh-location .content .tt-box .tt:nth-of-type(3){left: calc(753 / var(--main-width));}
.nh-location .content .tt-box .tt:nth-of-type(4){left: calc(918.49 / var(--main-width));}
.nh-location .content .tt-box .tt:nth-of-type(5){left: calc(1085.88 / var(--main-width));}
.nh-location .content .tt-box .tt:nth-of-type(6){left: calc(1252.02 / var(--main-width));}
.nh-location .content .tt-box .tt::before{width: calc(17.9 / var(--main-width));height: calc(17.9 / var(--main-width));content: ' ';position: absolute;top: calc(-33.51 / var(--main-width));left: calc(50 / var(--main-width));;background-color: var(--red-color);border-radius: 100%;}
.nh-location .content .tt-box .tt time{margin-bottom: calc(27 / var(--main-width));text-align: center;font-size: calc(35 / var(--main-width));line-height: 90%;letter-spacing: 10%;}
.nh-location .content .tt-box .tt time span{text-align: center;margin-left: calc(2.73 / var(--main-width));font-size: calc(12 / var(--main-width));line-height: 110.00000000000001%;letter-spacing: 25%;font-family: "acumin-pro", sans-serif;font-weight: 400;font-style: normal;}
.nh-location .content .tt-box .tt label{margin-bottom: calc(14.06 / var(--main-width));text-align: center;font-size: calc(14 / var(--main-width));line-height: 110.00000000000001%;letter-spacing: 25%;font-family: "acumin-pro", sans-serif;font-weight: 400;font-style: normal;text-transform: uppercase;}
.nh-location .btm-line{position: absolute;top: calc(986 / var(--main-width));padding: 0 calc(78 / var(--main-width));}
.nh-location .btm-line p{width: 100%;text-align: left;font-size: calc(12 / var(--main-width));line-height: 130%;letter-spacing: 25%;font-family: "acumin-pro", sans-serif;font-weight: 400;font-style: normal;text-transform: uppercase;}
.nh-location .btns-box{width: auto;position: absolute;top: calc(177 / var(--main-width));right:calc(100 / var(--main-width));display: block;}
.nh-location .btns-box .btn{margin-left: calc(21 / var(--main-width));background-color: #EFE9D8;padding-right:calc(23 / var(--main-width));}
.nh-location .btns-box .btn:hover,
.nh-location .btns-box .btn.active{color: #EFE9D8;background-color: var(--red-color);}
.nh-location .btns-box .btn::after{display: none;}
.nh-location .left-box{width: calc(605 / var(--main-width));height: calc(748 / var(--main-width));position: absolute;top: calc(128 / var(--main-width));left: calc(78 / var(--main-width));}
.nh-location .left-box .travel-diagram{width:100%;height:100%;background-image: url(../images/travel-diagram-nh.svg);background-repeat: no-repeat;background-size: 100% auto;}
.nh-location .left-box .travel-diagram .seven{width:calc(71 / var(--main-width));height:calc(127 / var(--main-width));top: calc(311 / var(--main-width));left: calc(251 / var(--main-width));}
.nh-location .left-box .routes-box{width:100%;height:100%;position: absolute;top: 0;left: 0;}
.nh-location .left-box .routes-box .route{width:100%;height:100%;position: absolute;top: 0;left: 0;}
.nh-location .left-box .routes-box .route label{text-align: center;font-size: calc(12 / var(--main-width));line-height: 130%;letter-spacing: 25%;font-family: "acumin-pro", sans-serif;font-weight: 400;font-style: normal;text-transform: uppercase;position: absolute;top: calc(36 / var(--main-width));left:calc(227 / var(--main-width));}
.nh-location .left-box .routes-box .route .details{width:calc(95 / var(--main-width));position: absolute;top: calc(255 / var(--main-width));right: calc(-4 / var(--main-width));}
.nh-location .left-box .routes-box .route .details::before{width: calc(17.9 / var(--main-width));height: calc(17.9 / var(--main-width));content: ' ';position: absolute;top: calc(-33.51 / var(--main-width));left: calc(38 / var(--main-width));;background-color: var(--red-color);border-radius: 100%;}
.nh-location .left-box .routes-box .route .details h4{margin-bottom: calc(5 / var(--main-width));text-align: center;font-size: calc(12 / var(--main-width));line-height: 130%;letter-spacing: 25%;font-family: "acumin-pro", sans-serif;font-weight: 400;font-style: normal;text-transform: uppercase;}
.nh-location .left-box .routes-box .route .details .bullets{width: 100%;text-align: center;display: block;margin-top: calc(-7 / var(--main-width));}
.nh-location .left-box .routes-box .route .details .bullets .bullet{width: calc(9 / var(--main-width));height: calc(9 / var(--main-width));display: inline-block;background-color: #000000;border-radius: 100%;}
.nh-location .left-box .routes-box .route .details .bullets .bullet.c-gray{background-color: #868F98;}
.nh-location .left-box .routes-box .route .details .bullets .bullet.red{background-color: #DC241F;}
.nh-location .left-box .routes-box .route .details .bullets .bullet.purple{background-color: #6950A1;}
.nh-location .left-box .routes-box .route .details .bullets .bullet.blue{background-color:#0019A8;}
.nh-location .left-box .routes-box .route .details .bullets .bullet.sky{background-color:#00A3E0;}
.nh-location .left-box .routes-box .route:nth-of-type(2) label{top: calc(123 / var(--main-width));left:calc(231 / var(--main-width));}
.nh-location .left-box .routes-box .route:nth-of-type(2) .details{top: calc(414 / var(--main-width));right: calc(77 / var(--main-width));}
.nh-location .left-box .routes-box .route:nth-of-type(3) label{top: calc(210 / var(--main-width));left:calc(231 / var(--main-width));}
.nh-location .left-box .routes-box .route:nth-of-type(3) .details{top: calc(565 / var(--main-width));right: calc(338 / var(--main-width));}
.nh-location .text-box{width: calc(385 / var(--main-width));position: absolute;top: calc(405 / var(--main-width));right: calc(172 / var(--main-width));}
.nh-location .text-box h2{text-align: center;margin-bottom: calc(50 / var(--main-width));font-size: calc(35 / var(--main-width));}
.nh-location .text-box p{text-align: center;}
/*Our-Neighborhood-Page-End====*/
/*Contact-Us-Page-Start====*/
.contact-directory{height: calc(900 / var(--main-width));display: flex;}
.contact-box{width: 100%;height: 100%;display: flex;align-items: center;}
.contact-box .cd-content{width: 100%;}
.contact-box .company-logo{height: calc(70 / var(--main-width));margin-bottom: calc(59 / var(--main-width));display: block;text-align: center;}
.contact-box .company-logo img{width: auto;height: 100%;display: inline-block;}
.contact-box .contact-card{margin-bottom: calc(40 / var(--main-width));width: 100%;
  display: grid;
  grid-template-columns: 100%;}
.contact-box .contact-card label{text-align: center;font-size: calc(20 / var(--main-width));line-height: 130%;letter-spacing: 0%;color: var(--red-color);}
.contact-box .contact-card a{color: var(--red-color);text-align: center;}
.contact-box.map .cd-content{height: 100%;}
.contact-box .map-box{height: 100%;background-repeat: no-repeat;background-size: cover;background-position: center center;}
.contact-box .map-box .seven{width:1.7361111111111112vw;height:3.125vw;background-image: url(../images/seven-nh-location.svg);background-repeat: no-repeat;background-size: 100% auto;position: absolute;top: 46.11111111111111%;left:53.05555555555556%;}
.contact-box .contact-card h3{margin-bottom: calc(40 / var(--main-width));text-align: center;font-size: calc(35 / var(--main-width));line-height: 90%;letter-spacing: 10%;color: var(--red-color);}
.contact-box .contact-card address{text-align: center;font-size: calc(14 / var(--main-width));line-height: 130%;letter-spacing: 25%;color: var(--red-color);font-family: "acumin-pro", sans-serif;font-weight: 400;font-style: normal;}
.contact-box.red{background-color:var(--red-color);}
.contact-box.red .contact-card label,
.contact-box.red .contact-card a{color: #EFE9D8;}
.contact-box.red .contact-card h3,
.contact-box.red .contact-card address{color: #EFE9D8;}
/*Contact-Us-Page-End====*/
/* AVAILABLITY PAGE */
.availability-overview{height: auto;padding: calc(200 / var(--main-width)) 0 calc(150 / var(--main-width));}
.availability-overview .inner{padding:0 calc(78 / var(--main-width));max-width: 1440px;margin: 0 auto;width: 100%;position: relative;}

.availability-overview article{margin-bottom:calc(76 / var(--main-width));grid-template-columns: calc(500 / var(--main-width)) calc(800 / var(--main-width));align-items: flex-start;justify-content: space-between;height: auto;gap: calc(30 / var(--main-width));}
.availability-overview .heading h2{padding-bottom: calc(90 / var(--main-width));font-size: calc(35 / var(--main-width));margin: 0;line-height: 110.00000000000001%;letter-spacing: 10%;text-transform: uppercase;text-align: center;}  
/* .availability-overview .heading p{font-size: calc(22 / var(--main-width));line-height: 1.3;letter-spacing: normal;margin-bottom: calc(35 / var(--main-width));} */
.availability-overview .column:nth-of-type(1) .info{width:calc(555 / var(--main-width));padding-left:calc(78 / var(--main-width));}
.availability-overview .column:nth-of-type(2) .info{width:calc(417 / var(--main-width));/*padding-right:calc(178 / var(--main-width))*/;}
.availability-overview .column.img-box {width: calc(506 / var(--main-width));margin-top: calc(16 / var(--main-width));}
.availability-overview .column.img-box img {width: 100%;height: calc(676.190063 / var(--main-width));object-fit: cover;z-index:4;}
.building-view{position:relative;}
.building-view img{display:block;width:100%;}
.building-floor{position:absolute;left: auto;right: calc(6 / var(--main-width));width:96%;height:calc(36 / var(--main-width));cursor:pointer;transition:all .3s ease;z-index:2;}

.building-floor:hover,
.building-floor.hover{background-color: #FEA38680;}
.building-floor.active{background-color: #ECECEC;}

/* .floor-11 {top: calc(14 / var(--main-width));width: 74%;height: calc(40 / var(--main-width));}
.floor-10{ top:calc(71 / var(--main-width));width: 74%;height: calc(34 / var(--main-width));}
.floor-09{ top:calc(121 / var(--main-width));width: 74%;height: calc(34 / var(--main-width));}
.floor-08{ top:calc(172 / var(--main-width));width: 74%;height: calc(35 / var(--main-width));}
.floor-07{ top:calc(222 / var(--main-width));width: 95%;height: calc(35 / var(--main-width));}
.floor-06{ top:calc(270 / var(--main-width));height: calc(35 / var(--main-width));right: 0;}
.floor-05{ top:calc(317 / var(--main-width));right: 0;}
.floor-04{ top:calc(363 / var(--main-width));right: 0;}
.floor-03{ top:calc(411 / var(--main-width));right: 0;}
.floor-02{ top:calc(458 / var(--main-width));right: 0;}
.floor-01{top: calc(504 / var(--main-width));right: auto;width: 74.5%;left: calc(25 / var(--main-width));}
.floor-g{ top:calc(528 / var(--main-width));top: calc(552 / var(--main-width));right: auto;width: 74.5%;left: calc(25 / var(--main-width));height: calc(51 / var(--main-width));} */
.floor-11 {top: calc(2 / var(--main-width));width: 74%;height: calc(55 / var(--main-width));}
.floor-10{ top:calc(70 / var(--main-width));width: 74.11%;height: calc(36 / var(--main-width));}
.floor-09{ top:calc(121 / var(--main-width));width: 74.11%;height: calc(36 / var(--main-width));}
.floor-08{ top:calc(31 / var(--main-width));width: 100%;height: calc(67 / var(--main-width));right: 0;}
.floor-07{ top:calc(105 / var(--main-width));width: 100%;height: calc(67 / var(--main-width));right: 0;}
.floor-06{ top:calc(177 / var(--main-width));height: calc(56 / var(--main-width));right: 0;}
.floor-05{ top:calc(232 / var(--main-width));width: 100%;height: calc(56 / var(--main-width));right: 0;}
.floor-04{ top:calc(289 / var(--main-width));width: 100%;height: calc(56 / var(--main-width));right: 0;}
.floor-03{ top:calc(347 / var(--main-width));width: 100%;height: calc(56 / var(--main-width));right: 0;;}
.floor-02{ top:calc(404 / var(--main-width));width: 100%;height: calc(56 / var(--main-width));right: 0;}
.floor-01{top: calc(460 / var(--main-width));width: 100%;height: calc(56 / var(--main-width));right: 0;}
.floor-g{top: calc(517 / var(--main-width));right: auto;width: 100%;left: auto;height: calc(81 / var(--main-width));}
.floor-lg{top: calc(595 / var(--main-width));right: auto;width: 100%;left: auto;height: calc(81 / var(--main-width));}

.table-box {width: 100%;float: left;margin: 0 0 0 0;padding: 0;clear: right;border: solid 0px #707070;box-sizing: border-box;}
.table-box table {width: 100%;float: left;margin: 0;padding: 0;}
.table-box table thead tr {align-items: flex-start;}

.table-box table tr {width: 100%;display: grid;border-bottom: 1px solid var(--red-color);grid-template-columns: calc(120 / var(--main-width)) calc(78 / var(--main-width)) calc(100 / var(--main-width)) calc(236 / var(--main-width)) calc(230 / var(--main-width));justify-content: space-between;text-align: left;    vertical-align: middle;
    align-items: center;}
.table-box table tfoot tr{border-bottom: 0;}
.table-box table tr :where(th,td){padding: calc(17.8 / var(--main-width)) 0;color: var(--red-color);font-family: var(--brandon-grotesque-font);  font-display: auto;font-style: normal;font-weight: 400;font-stretch: normal;font-size: calc(20 / var(--main-width));line-height: calc(20 / var(--main-width));letter-spacing: 15%;text-transform: uppercase;}
.table-box table thead th{padding: 0 0 calc(9.5 / var(--main-width)) 0;}
.table-box table th{font-family: "acumin-pro", sans-serif;font-size: calc(14 / var(--main-width));letter-spacing: 25%;line-height: 130%;}
.table-box table td {font-family: "acumin-pro", sans-serif;
    font-size: calc(14 / var(--main-width));
    letter-spacing: 25%;
    line-height: 130%;}
.table-box table td:first-child {font-size: calc(18 / var(--main-width));
    line-height: 110.00000000000001%;
    letter-spacing: 25%;
    text-transform: uppercase;
    color: var(--red-color);
    font-weight: 400;
    font-family: var(--cormorant-garamond-font);
    min-height: calc(44 / var(--main-width));}
.table-box table tbody tr{cursor: pointer;} 
.table-box table tbody :where(tr:hover,tr.hover){background-color: #FEA38680;}
.table-box table tbody tr.active {background-color: #ECECEC;}
 .table-box table tr.fp-note {border-bottom: none;cursor: default;}
.note-added td:nth-child(n+2){transform: translateY(calc(-12 / var(--main-width)));}
.note-added.ntd2 td:nth-child(n+2){transform: translateY(calc(11 / var(--main-width)));}
.table-box table tbody tr.note-added {padding-bottom:calc(8 / var(--main-width));}
/*.table-box table tbody tr.note-added:last-of-type {padding-bottom:calc(0 / var(--main-width));}*/
.table-box table tbody tr.note-added.ntd2 {padding-top:calc(8 / var(--main-width));padding-bottom:calc(0 / var(--main-width));}
.table-box table tr.fp-note td.fp-note-box {grid-column: 1 / 5;border-top: 1px solid var(--red-color);border-left: 1px solid var(--red-color);
    border-bottom: 1px solid var(--red-color);
    padding-top: calc(5.5 / var(--main-width));
    padding-bottom: calc(5.5 / var(--main-width));
    display: grid;
    grid-template-columns: calc(113 / var(--main-width)) calc(100 / var(--main-width)) calc(337 / var(--main-width));margin-top:calc(-6 / var(--main-width))!important;
    align-items: start;position:absolute;right:0;margin-top:0;background-color:#EFE9D8;width: calc(686 / var(--main-width));
}
.fp-note-box span {font-family: "acumin-pro", sans-serif;font-size: calc(14 / var(--main-width));letter-spacing: 25%;line-height: 130%;}
.fp-note-box .fp-note-num {grid-column: 1;padding-left: calc(15 / var(--main-width));}
.fp-note-box .fp-note-text {grid-column: 3;}
.floor-tabs {display: flex;align-items: flex-start;margin-bottom: 0;margin-top: 0;justify-content: flex-end;position: absolute;right: auto;left: 0;top: calc(150 / var(--main-width));z-index: 2;} 
.floor-tabs .tabs {display: flex;}
.floor-tabs .tab {font-family: "acumin-pro", sans-serif;
    font-size: calc(14 / var(--main-width));position:relative!important;
    letter-spacing: 25%;
    line-height: 130%;color: var(--red-color);text-transform: uppercase;padding:0;text-align:left;margin-left:calc(24 / var(--main-width));cursor: pointer;border: none;background: none;transition: color 0.2s, border-color 0.2s;}
.floor-tabs .tab:first-child {margin-left:calc(0 / var(--main-width));} 
.floor-tabs .tab:before{content: "";width: calc(100% + 1px);height: 1px;opacity: 0.8;background-color: var(--red-color); margin: 0;padding: 0;position: absolute;bottom:calc(-3 / var(--main-width));left: 0; transform: scaleX(0);transition: transform 250ms ease-in-out;}
.floor-tabs .tab:hover:before, .floor-tabs .tab.active:before {transform: scaleX(1);}


  /* FLOOR CONTENT */
.floor-panels-wrapper {overflow: hidden;}
.floor-panel { height: 100%;display: none;align-items: flex-start;justify-content: flex-start;}
.floor-panel img{width: 100%;height: auto;display: block;transform: translateZ(0);backface-visibility: hidden;}
  
.floor-panel.active{margin-top: calc(93 / var(--main-width));display: grid; grid-template-columns: calc(212 / var(--main-width)) 1fr; gap:  calc(112 / var(--main-width)); align-items: start; }
.floor-info {margin-left: calc(82 / var(--main-width));width: 100%;}
.floor-info h2 {width: 100%;height: auto;text-transform: initial;font-size: calc(35 / var(--main-width));line-height: 90%;letter-spacing:10%;margin-bottom: calc(56 / var(--main-width));color: var(--red-color);
    text-transform:uppercase;font-weight: 500;
    font-family: var(--cormorant-garamond-font);text-align: left;}
.floor-info h2 span{text-transform: uppercase;font-style: normal;font-size: calc(70 / var(--main-width));line-height: calc(59.06 / var(--main-width));transform: translateX(calc(3 / var(--main-width))) translateY(calc(12 / var(--main-width)));display: inline-block;}
.floor-info .divider{width: calc(215 / var(--main-width));height: 1px;background: var(--red-color);margin: 0px 0 calc(7 / var(--main-width));}
.floor-info .use-type{font-family: "acumin-pro", sans-serif;font-size: calc(14 / var(--main-width));position: relative !important;
    letter-spacing: 25%;line-height: 130%;color: var(--red-color);text-transform: uppercase;box-sizing: border-box;}

.key-info {width: calc(229 / var(--main-width));height: auto;position: absolute;bottom: calc(105 / var(--main-width));;}
.key-info .key-title {width: 100%;height: auto;font-family: var(--adobe-caslon-pro-font);text-transform: initial;font-size: calc(30 / var(--main-width));line-height: 1;font-style: italic;margin-bottom: calc(15 / var(--main-width));color: var(--red-color);}
.key-info .key-list {list-style: none;display: flex;flex-direction: column;gap: 0px;margin-bottom: 0px;}
.key-info .key-list li {display: flex;align-items: center;gap: calc(7 / var(--main-width));font-family: var(--brandon-grotesque-font);font-display: auto;font-style: normal;font-weight: normal;font-stretch: normal;font-size: calc(16 / var(--main-width));line-height: calc(13 / var(--main-width));color: var(--red-color);margin-bottom: calc(10 / var(--main-width));}
.key-info .key-dot {width: calc(10 / var(--main-width));;height: calc(10 / var(--main-width));;flex-shrink: 0;}
.key-info .key-dot.office{ background: #e8b4a0;}
.key-info .key-dot.reception { background: #c8d8c0;}
.key-info .key-dot.terrace   { background: #d4edda;}
.key-info .key-dot.core      { background: #d0d0d0;}
.key-info .key-dot.lifts     { background: #c0392b;}

.downloads {display: grid;gap: calc(20 / var(--main-width));margin-top: 0;position: relative;bottom: calc(45 / var(--main-width));width: auto;float: left;}
.downloads.floor-pannel {display: grid;gap: calc(20 / var(--main-width));margin-top: 0;position: absolute;bottom: calc(-100 / var(--main-width));}
.downloads .btn {min-width: calc(180.46 / var(--main-width));border: 1px solid var(--red-color);color: var(--red-color);}
.downloads .btn::after {content: "";width: calc(9.881591 / var(--main-width));height: calc(9.881591 / var(--main-width));position: absolute;right: calc(27 / var(--main-width));top: calc(17 / var(--main-width));background: url(../images/arrow-down.svg) no-repeat center;background-size: 100% auto;}
.downloads .btn:hover {  border: 1px solid var(--red-color);background-color: var(--red-color);color: #ffffff;   }
.downloads .btn:hover::after {content: "";width: calc(9.881591 / var(--main-width));height: calc(9.881591 / var(--main-width));position: absolute;right: calc(27 / var(--main-width));top: calc(17 / var(--main-width));background: url(../images/arrow-down-white.svg) no-repeat center;background-size: 100% auto;}
   /* Floorplan */
.floorplan { position: relative; }
.floorplan-wrap { position: relative; width: 100%;margin-top: calc(0 / var(--main-width));display: flex;justify-content: center;align-items: center;}
.floorplan-wrap img { width: calc(670 / var(--main-width));max-width: 100%;height: auto;object-fit: contain;display: block;}
.floorplan-wrap .icon {width: calc(47.0099983215332 / var(--main-width));height: calc(38.27000045776367 / var(--main-width));position: absolute;top: 0;right: calc(148 / var(--main-width));}
.street-label {position: absolute;font-size: 10px;letter-spacing: 0.15em;text-transform: uppercase;color: #888;}
  /* Scroll target highlight */
.floor-detail {position: relative;padding-top: calc(150 / var(--main-width));}
/* AVAILABLITY PAGE END*/




/*footer -------------------3----------------- 
html{margin-top:0 !important;}*/
footer {width: 100%;margin:0;padding:calc(114 / var(--main-width)) 0 calc(84 / var(--main-width)) 0;background-color:var(--red-color);scroll-snap-align: center;scroll-snap-stop: always;}
footer #footer{width: 100%;max-width: 1440px;margin: 0 auto;padding: 0 calc(78 / var(--main-width));position: relative;} 
 
 .footer-grid {
   display: grid;
   grid-template-columns: 1fr 1fr 1fr 1fr;
   align-items: start;
   padding-bottom: calc(44 / var(--main-width));
 }
 .footer-grid > :nth-child(2) {
   margin-left: calc(-75 / var(--main-width));
 }
 .footer-col { padding-right: 0; }
 .footer-col:last-child { padding-right: 0; }
 .footer-col .logo, .footer-logo {
   display: flex;
   align-items: flex-start;
       width: calc(136.89297485351562 / var(--main-width));
 }
 .footer-col-label {
 width: 100%;
     font-size: calc(12 / var(--main-width));
     letter-spacing: 25%;
     line-height: calc(17 / var(--main-width));
     color: var(--beige-color);
     font-weight: 400;
     margin-bottom: calc(16 / var(--main-width));
     text-transform: uppercase;
     margin-bottom: calc(32 / var(--main-width));
     font-family: "acumin-pro", sans-serif;
 font-weight: 400;
 font-style: normal;
 }
  .footer-col:last-child .footer-col-label{
 visibility:hidden;
 }
 .footer__dev-logos {
   display: flex;
   flex-direction: column;
   gap: calc(27 / var(--main-width));
 }
 .footer__dev-name:hover { opacity: 0.7; }
 .footer-oval-logo {
   width: calc(114.46 / var(--main-width));
 }
 .footer-svp-logo {
   width: calc(109 / var(--main-width));
 }
 .footer-col--contact { padding-top: 0; }
 .footer__brand-logo {
   display: block;
   color: var(--beige-color);
   text-decoration: none;
   line-height: 1;
   margin-bottom: 16px;
   transition: opacity var(--transition);
 }
 .footer__brand-logo:hover { opacity: 0.7; }
 .footer-logo-rx {
     width: calc(78 / var(--main-width));
 }
 
 /* EiA — spaced serif */
 .footer-logo-eia {
     width: calc(128 / var(--main-width));
 }
 .footer-people {
   display: flex;
   flex-direction: column;
   gap: calc(30 / var(--main-width));
   margin-top: calc(30 / var(--main-width));
 }
 .footer-person {
   display: flex;
   flex-direction: column;
 }
 
 .footer-person p {
   font-family: var(--cormorant-garamond-font);
    font-size: calc(20 / var(--main-width));
     letter-spacing: 0;
     line-height: 130%;
     color: var(--beige-color);
     font-weight: 500;
     margin-bottom: 0;
 }
 
 .footer-person a {
   font-family: var(--cormorant-garamond-font);
    font-size: calc(20 / var(--main-width));
     letter-spacing: 0;
     line-height: calc(10 / var(--main-width));
     color: var(--beige-color);
   text-decoration: none;
   transition: color var(--transition);position: relative;
 }
 .footer-person a::after {
   content: "";
   position: absolute;
   left: 0;
   bottom: -2px;
   width: 0;
   height: 1px;
   background-color: var(--beige-color);
 transition: width 0.4s ease-in-out;}
 .footer-person a:hover::after {
   width: 100%;
 }
 .footer-person a:hover { color: var(--beige-color); }
 
 .footer-bottom {
   display: grid;
   grid-template-columns: 1fr 1fr;
   align-items: center;
   padding: calc(23 / var(--main-width)) 0 0;  border-top: 1px solid #EFE9D8;
 
 }
 
 .footer-address {
   grid-column: 1 / 2;
     font-family: var(--cormorant-garamond-font);
     font-size: calc(12 / var(--main-width));
     letter-spacing: 25%;
     line-height: 130%;
     color: var(--beige-color);
   font-family: "acumin-pro", sans-serif;
 font-weight: 400;
 font-style: normal;}
 
 .footer-bottom-links {width:100%;}
 .footer-bottom-links .menu-footer-termserv-menu-container ul {width:100%;display: grid;grid-template-columns: 1fr 1fr;align-items: center;list-style-type:none;}
  .footer-bottom-links li{width:100%;margin:0;padding:0;float:left;}
  .footer-bottom-links a {font-family: var(--cormorant-garamond-font);text-transform:uppercase;
     font-size: calc(12 / var(--main-width));
     letter-spacing: 25%;
     line-height: 130%;
     color: var(--beige-color);
   font-family: "acumin-pro", sans-serif;
 font-weight: 400;
 font-style: normal;  padding: 0;
 }
 .footer-bottom-links a::after {
   content: "";
   position: absolute;
   left: 0;
   bottom: -2px;
   width: 0;
   height: 1px;
   background-color: var(--beige-color);
 transition: width 0.4s ease-in-out;}
 .footer-bottom-links a:hover::after {
   width: auto;
 }
 .footer-bottom-links li:first-child { padding-right: 0; }
  
/*Footer-end====*/
/* TERMS AND PRIVACY */
.terms {width: 100%;padding: calc(110 / var(--main-width)) 0px calc(150 / var(--main-width));}
.terms .inner {width: 100%;max-width: calc(1440 / var(--main-width));margin: 0 auto;padding:  calc(100 / var(--main-width))  calc(40 / var(--main-width)) 0;}
.terms-content {
    display: grid;
    grid-template-columns: 
        calc(555 / var(--main-width)) 
        calc(670 / var(--main-width));
    column-gap: calc(135 / var(--main-width));

    align-items: start;
}
/*.terms-content .left {
    position: sticky;
top: calc((110 + 100) / var(--main-width));
}
.terms-content .right {
    top: calc((110 + 100) / var(--main-width));
}*/

.terms-content h1 {width: 100%;font-size: calc(45 / var(--main-width));line-height: 110.00000000000001%;letter-spacing: 10%; margin-bottom: calc(50 / var(--main-width));
color: var(--red-color);font-weight: 500;text-align: left;font-family: var(--cormorant-garamond-font);}
.terms-content p {width: 100%;font-size: calc(20 / var(--main-width));line-height: 110.00000000000001%;letter-spacing: 0%;margin-bottom: calc(15 / var(--main-width));
color: var(--red-color);}
.terms-content h2, .terms-content h3 {width: 100%;font-size: calc(20 / var(--main-width));text-align: left;margin: calc(30 / var(--main-width)) 0 calc(5 / var(--main-width));color: var(--red-color);font-weight: 600;}
.terms-content ul {width: 100%;font-size: calc(20 / var(--main-width));margin: calc(30 / var(--main-width)) 0 calc(15 / var(--main-width));color: var(--red-color);}
.terms-content ul li {font-size: calc(20 / var(--main-width));margin: calc(1 / var(--main-width)) 0 calc(1 / var(--main-width)) calc(30 / var(--main-width));
color: var(--red-color);}
.terms-content ul li::marker {
    font-size: calc(14 / var(--main-width));
}
.terms-content a {color: var(--red-color);text-decoration: underline;}
/*error 404*/
.error-404{width:100%;margin:calc(109 / var(--main-width)) 0 0 0;padding:0;float:left;text-align:center;}
.error-404 .t-inner{width:100%;margin:0 0;padding:0;display:inline-block;text-align:center;max-width: 58%;}
.error-404 .t-inner div{width:68%;margin:0 0 0 4%;padding:0;float:left;text-align:left;}
.error-404 .t-inner div h1{width:100%;float:left;font-size: calc(35 / var(--main-width));line-height: 1;margin-bottom: calc(20 / var(--main-width));
color: var(--red-color);font-weight: bold;text-align: left;}
.error-404 .t-inner p{width:100%;font-size: calc(20 / var(--main-width));line-height: calc(26 / var(--main-width));letter-spacing: -0.03%;margin-bottom: calc(15 / var(--main-width));
color: var(--red-color);position:relative;}
.error-404 .t-inner img{width:26.8%;margin:0 0;padding:0;float:left;}
.error-404 .t-inner a.btn{text-decoration: none;min-width: calc(163.63 / var(--main-width));}
/*error 404*/
/* TERMS AND PRIVACY END */

@media only screen and (min-width:768px) and (max-width:1440px) {

:root{
   --main-width: 1440 * 100dvw;  
}
}

@media only screen and (min-width:0px) and (max-width:767px) {
  html{/*-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;height: 100%;height: 100%; -webkit-overflow-scrolling: touch;*/
    scroll-snap-type: none;/*scroll-snap-type: none;*/scroll-behavior: smooth;}
  html.sticky-visible{scroll-snap-type: none;}
  
  html.proximity{scroll-snap-type: none;}
  html.proximity.sticky-visible{scroll-snap-type: none;}
  html.mandatory{scroll-snap-type: none;}


   :root{--main-width: 375 * 100dvw;}

   .web {display: none!important;}
   .mobile {display: block!important;}
	.webhide{display:none;}
.mobilehide{display:block;}
body.smhead header {height: calc(60 / var(--main-width));}
body.smhead header #header {height: calc(60 / var(--main-width));padding: 0 calc(0 / var(--main-width));}
body.smhead header .logo img {width: calc(150.994934 / var(--main-width));}
  main {
    z-index: 2;
}

header{width:100%;height: calc(53 / var(--main-width));margin:0;padding:0;background-color: #EFE9D8CC;z-index:99999999;position:fixed;top:0;left: 0;transition: all .5s ease;border-radius:none;/*transform: scale3d(1, 1, 1);overflow: hidden; backdrop-filter: blur(10px);*/}
header #header{height:calc(53 / var(--main-width));padding:0 calc(20 / var(--main-width));}

header .logo{width:calc(184 / var(--main-width));left: calc(20 / var(--main-width));height: 100%;;display: flex;align-items: center;position:absolute;top: 0;background-image:url(../images/logo-mobile.svg);background-repeat:no-repeat;background-size:100% auto;background-position: center; text-decoration:none;cursor: pointer;transition: initial;z-index: 2;}
header .logo img{width: 100%;}  
header .menu-o{width:calc(20 / var(--main-width));height: calc(10 / var(--main-width));right: calc(20 / var(--main-width));display: flex!important;align-items: center;position:absolute;top: calc(23 / var(--main-width));background-image:url(../images/icon-menu.svg);background-repeat:no-repeat;background-size:100% 100%;background-position: center; text-decoration:none;cursor: pointer;z-index: 999;}
header nav#site-nav {position: fixed;top: 0;right: 0;width: 100%;height: 100%;max-width: none;
    background-color: var(--red-color);display: flex;flex-direction: column;align-items: center;justify-content: flex-start;padding: calc(290 / var(--main-width)) 0 0;margin: 0;opacity: 0;visibility: hidden;
    transition: opacity 0.3s ease;z-index: 1000;border-radius: 0;}
  header nav#site-nav ul {width: auto;display: flex;flex-direction: column;align-items: center;justify-content: center;gap: calc(5 / var(--main-width));margin: 0 0 calc(5 / var(--main-width));}
  header nav#site-nav ul:last-of-type {margin-bottom: 0;}
  header nav#site-nav ul a {display: block;font-family: var(--cormorant-garamond-font);font-weight: 400;font-size: calc(32 / var(--main-width));letter-spacing: 10%;line-height: 180%;color: #EFE9D8;
    text-decoration: none;text-transform: uppercase;background: none;padding: 0;}
header #header nav ul li a:before {background-color: #EFE9D8;bottom: calc(12 / var(--main-width));}
body.home header .logo{display: flex;}


body.nav-open {overflow: hidden;}
body.nav-open header .logo {width:calc(108 / var(--main-width));height: calc(164 / var(--main-width));display: flex;align-items: center;position:relative;top: calc(46 / var(--main-width));background-image:url(../images/logo-menu-mobile.svg);background-repeat:no-repeat;background-size:calc(102.72526550292969 / var(--main-width)) auto;background-position: center; text-decoration:none;cursor: pointer;transition: initial;z-index: 88888; left: 50%; transform: translateX(-50%);right: auto;}
body.nav-open header .menu-o {width:calc(14 / var(--main-width));height:calc(14 / var(--main-width));background-image:url(../images/icon-close.svg);top:calc(23 / var(--main-width));z-index: 99999;}
body.nav-open header nav#site-nav {opacity: 1;visibility: visible;}


body.stickys header #header nav {background: var(--red-color);}

  /* Hero */
  .hero__number {font-size: clamp(5rem, 22vw, 8rem);}
.logo {width: calc(142.35675048828125 / var(--main-width));}
.hero-box{height: 100svh;}
  /* Art of work */
  .art-of-work {padding: 80px 24px;}
  h1, h2 {font-size: calc(38 / var(--main-width));line-height: 110.00000000000001%;letter-spacing: 0.10em;}
.info-box {padding: 0/*calc(160 / var(--main-width)) 0 calc(217 / var(--main-width));*/}
.info-box article {max-height: initial;min-height: 100svh;/*padding: calc(160 / var(--main-width)) 0 calc(217 / var(--main-width));*/}
.info-box .info {width: 82%;}
.info-box .info span {font-size: calc(22 / var(--main-width));}
.info-box .info h1 {margin-bottom: calc(62 / var(--main-width));}
.info-box .info p {font-size: calc(22 / var(--main-width));line-height: calc(27 / var(--main-width));margin-bottom: calc(15 / var(--main-width));letter-spacing: 0;width: 95%;}
.info-box .info .small {margin-top: calc(45 / var(--main-width));font-size: calc(12 / var(--main-width));}

.info-box .info p:not(.small) .split-parent{height: calc(27 / var(--main-width));}
.info-box .info .small .split-parent{height: calc(15.59 / var(--main-width));}
.info-box .info h1, .info-box .info h2 {margin-bottom: calc(70 / var(--main-width));}
.btn.rd {margin-top: calc(0 / var(--main-width)) !important;}
.btn {
    min-width: auto;
    height: calc(45 / var(--main-width));
    padding: calc(0 / var(--main-width)) calc(23 / var(--main-width)) calc(0 / var(--main-width)) calc(20 / var(--main-width));
    font-size: calc(12 / var(--main-width));
    line-height: calc(9 / var(--main-width));
    letter-spacing: 0.25em;
	border: 1px solid var(--red-color);
	background: var(--red-color);color: var(--beige-color);
}
	.btn:hover{background: var(--beige-color);color: var(--red-color);
	border: 1px solid var(--red-color);}
.btn::after {
    content: "";
    width: calc(10 / var(--main-width));
    height: calc(10 / var(--main-width));
    right: calc(0 / var(--main-width));
    top: calc(0 / var(--main-width));
	background: url('../images/arrow-up-h.svg') no-repeat center;float: left;position: relative;
        margin-left: calc(10 / var(--main-width));
}   
.btn:hover::after{background: url('../images/arrow-up.svg') no-repeat center;}
.btn.rd {margin-top: calc(8 / var(--main-width)) !important;}
   /* ---- MOBILE STICKY SECTION ----
     Each block:
     - image sticks to top of viewport (position:sticky)
     - content card slides up and overlaps the image
     - next image sticks when its block reaches top
  */
  .sticky-left  { display: none; }
  .sticky-right { margin-left: 0; }

  /* Each block is tall enough for image + content overlap */
  .s-block {
    height: auto;
    min-height: auto;
    padding: 0;
    background: transparent;
    display: block;
    position: relative;
    width: 100%;
    justify-self: left;
  }

  /* Image wrapper — sticky to top, full viewport width */
  .s-block-img-mobile {
    display: block;
    position: sticky;
    top: 0;
    width: 100%;
   height: 100svh;
    max-height: calc(475 / var(--main-width));
    overflow: hidden;
    z-index: 1;
  }
  .s-block-img-mobile figure{height:100%;}
  .s-block-img-mobile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
  }
  .s-block-img-mobile figure{width:100%;height:100%;position:absolute;top:0;left:0;z-index:2;}
  .s-block-img-mobile figure .seven{width:calc(16 / var(--main-width));height:calc(28 / var(--main-width));background-image: url(../images/seven-nh-location.svg);background-repeat: no-repeat;background-size: 100% auto;background-position: top left;position: absolute;top: calc(219 / var(--main-width));left: calc(203 / var(--main-width));}


  /* Content card — sits below image in flow,
     negative margin pulls it UP to overlap sticky image */
  .s-block-inner {
    position: relative;
    z-index: 2;
    margin-top: 0;
    padding: calc(90 / var(--main-width)) 0;
    opacity: 1;
    transform: none;
    max-width: 100%;
    /* min-height pushes next block's image to scroll over this one */
    min-height: 60vh;
    background-color: #EFE9D8!important;justify-content: center;
        display: grid;
  }

.sticky-right .s-block h2,
.sticky-right .s-block h3,
.sticky-panel-title {font-size: calc(28 / var(--main-width));margin-bottom: calc(10 / var(--main-width));max-width: calc(300 / var(--main-width));}
.sticky-panel-thumb {width: calc(155.4348602294922 / var(--main-width));height: calc(272 / var(--main-width));margin: calc(50 / var(--main-width)) auto calc(60 / var(--main-width));}

.sticky-right .s-block p,
.sticky-panel-text {font-size: calc(18 / var(--main-width));letter-spacing:0;max-width: calc(280 / var(--main-width));}
.sticky-right .s-block p:first-of-type {margin-top: calc(61 / var(--main-width));}
.sticky-right .s-block .btn {margin-top: calc(70 / var(--main-width)); }
 .sticky-right .s-block:nth-of-type(1) p,
.sticky-right .s-block:nth-of-type(1) .sticky-panel-text{max-width: calc(280 / var(--main-width));}
	
 .sticky-right .s-block:nth-of-type(2) p,
 .sticky-right .s-block:nth-of-type(2) .sticky-panel-text{max-width: calc(290 / var(--main-width));}
 .sticky-right .s-block:nth-of-type(3) p,
 .sticky-right .s-block:nth-of-type(3) .sticky-panel-text{max-width: calc(310 / var(--main-width));}
 .sticky-right .s-block .contact-box.red  {
    position: sticky!important;
    top: 0!important;
    height: 100dvh!important;display: flex !important;
}
  .s-block:nth-child(even) .s-block-inner {background: var(--beige-color);}
  /* Vision */
  .vision {grid-template-columns: 1fr;}
  .vision__left {height: 70vw;min-height: 280px;}
  .vision__right {padding: 60px 24px;}
  .btn-slick.prev {left: calc(15 / var(--main-width));}
.btn-slick.next {right: calc(20 / var(--main-width));}
.info-box.building .info {width: 82%;}
.info-box.building .info span {font-size: calc(18 / var(--main-width));}
.highlight-list{gap:50px;}
.highlights-grid {gap: calc(70 / var(--main-width));}
.highlight-row{display:flex;flex-direction:column;gap:calc(70 / var(--main-width));max-height: initial;}
 .building-highlights{padding:calc(90 / var(--main-width)) 0;}
 .building-highlights .highlights-title {font-size: calc(18 / var(--main-width));line-height: 130%;letter-spacing: 25%;margin-bottom: calc(70 / var(--main-width));padding:0 calc(60 / var(--main-width));box-sizing:border-box;}
.highlight-row .text-block .number {font-size: calc(14 / var(--main-width));line-height: 130%;letter-spacing: 25%;color: var(--red-color);margin-bottom: calc(25 / var(--main-width));}
.highlight-row .text-block h3 {font-size: calc(28 / var(--main-width));line-height: 110.00000000000001%;letter-spacing: 10%;margin-bottom: calc(30 / var(--main-width));}
.highlight-row .image-block {width: calc(205 / var(--main-width));}
.highlight-row.lounge-row .text-block:last-of-type {margin-top: calc(0 / var(--main-width));}
.highlight-row:first-of-type .text-block h3 {padding:0 calc(85 / var(--main-width)); 0}
.sticky-panel-icon {margin-bottom: calc(30 / var(--main-width));}
.sticky-section.building .sticky-right .s-block h2, .sticky-section.building .sticky-right .s-block h3 {
    min-width: initial;
    line-height: 110.00000000000001%;
    margin-bottom: calc(28 / var(--main-width));
}
   .sticky-section.building .sticky-left {position:relative;}
   .sticky-section.building .s-block-img-mobile {position: relative;}
    .sticky-section.building .s-block-inner {padding: calc(90 / var(--main-width)) 0  calc(190 / var(--main-width));max-width: 100%;display: grid;justify-items: center;height: auto;}
.sticky-section.building .s-dots{display:none;}
  .sticky-left { display: none; }
.sticky-section.building {width:100vw;}
.sticky-section.building .slick-dots {
    display: block!important;bottom:  calc(80 / var(--main-width));
}
.sticky-section.building .slick-dots li {
    width: calc(7 / var(--main-width)) !important;
    height: calc(7 / var(--main-width)) !important;
    margin: 0 calc(14 / var(--main-width)) 0 0;
    border: 1px solid var(--red-color);
}
.sticky-section.building .slick-dots li.slick-active {background-color: #6B1219;}
.sticky-section.building .slick-dots li:last-of-type {margin-right:0;}
  .amenities-thumb-nav { margin-top: 16px; }
  .amenities-thumb-nav .slick-slide { padding: 0 6px; cursor: pointer; }
  .amenities-thumb-nav img { width: 100%; display: block; border-radius: 6px; opacity: 0.5; transition: opacity .3s ease; }
  .amenities-thumb-nav .slick-current img { opacity: 1; }
.highlight-row > .right-text{margin-top: calc(0 / var(--main-width));}
.text-block{width:100%;order:1;}
.image-block{width:100%;height:auto;aspect-ratio:366 / 309;order:2;}
.reverse .text-block{order:1;}
.reverse .image-block{order:2;}
.lounge-row .text-block{order:2;}
.lounge-row .right-text{order:1;}
  :root {
      --wb-slide-width-active: 155px;
      --wb-slide-height-active: 272px;
      --wb-slide-width-inactive: 130px;
      --wb-slide-height-inactive: 227.49082946777344px;
      --wb-slide-gap: 15px;
    }

    .wellbeing {padding: calc(100 / var(--main-width)) 0 calc(121 / var(--main-width));}
    .wellbeing-title {font-size: calc(28 / var(--main-width));}
    .wb-slide {border-radius: 100px;}
    .wellbeing-caption {min-width: auto;padding: 0 calc(40 / var(--main-width));font-size: calc(18 / var(--main-width));min-height: auto;box-sizing:border-box;margin: calc(70 / var(--main-width)) auto 0;}
.wb-arrow--next {right: calc(15 / var(--main-width));}
.wb-arrow--prev {left: calc(15 / var(--main-width));}

.capsule-slider{padding:calc(100 / var(--main-width)) 0 calc(120 / var(--main-width));}
.capsule-animate {width: calc(270 / var(--main-width));height: calc(472 / var(--main-width));}

.capsule-slider-box .capsule-item > div > div{height: calc(272 / var(--main-width));}
.capsule-slider-box .capsule-item img{width: calc(131.5118408203125 / var(--main-width));height: calc(227.49082946777344 / var(--main-width));}
.capsule-slider-box .capsule-item h2{font-size: calc(28 / var(--main-width));margin-bottom: calc(65 / var(--main-width));min-height: calc(62 / var(--main-width));letter-spacing: 10%;}
.capsule-slider-box .capsule-item p{min-width: initial;min-height: initial;padding-top: calc(65 / var(--main-width));font-size: calc(18 / var(--main-width));}
.capsule-slider-box .capsule-item p br{display:none}
.capsule-slider-box .capsule-item :where(h2,p){width: calc(100% + (75*2 / var(--main-width))) !important;margin-left: calc(-75 / var(--main-width)) !important;}

.capsule-slider-box .slick-slide.slick-current img{width: calc(155.43482971191406 / var(--main-width));height: calc(272 / var(--main-width));}

.capsule-slider-box .slick-slide:has(+ .slick-current) img{margin-left: calc(0 / var(--main-width));}
.capsule-slider-box .slick-slide.slick-cloned:nth-child(2) img{margin-left: calc(0 / var(--main-width));}
.capsule-slider-box .slick-slide.slick-current + .slick-slide img{margin-right: calc(0 / var(--main-width));}

    /*Availability Page*/
.availability-overview .inner {padding: 0 calc(35 / var(--main-width));max-width: 100vw;margin: 0 auto;}
.availability-overview {height: auto;padding: calc(89.5 / var(--main-width)) 0 calc(90.5 / var(--main-width));}
.availability-overview .heading h2 {padding-bottom: calc(58.5 / var(--main-width));font-size: calc(28 / var(--main-width));line-height: 110.00000000000001%;letter-spacing: 10%;}
.availability-overview article {margin-bottom: calc(62 / var(--main-width)); grid-template-columns: 1fr;gap: calc(62 / var(--main-width));height: auto;}

.availability-overview .heading .info .lineParent {overflow: hidden;height: auto;}
    .availability-overview .column.img-box {width: 100%;margin-top: 0;}
    .availability-overview .column.img-box img {width: 100%;height: calc(322 / var(--main-width));object-fit: cover;z-index: 4;}
.table-box table tr {width: 100%;grid-template-columns: calc(102 / var(--main-width)) calc(60 / var(--main-width)) calc(74 / var(--main-width));text-align: left;}
.table-box table tr :where(th,td) {padding: calc(10 / var(--main-width)) 0;font-size: calc(14 / var(--main-width));line-height: 130%;letter-spacing: 25%;}
.table-box table tbody :where(tr:last-of-type,tr:first-of-type) td {padding: calc(10 / var(--main-width)) 0;}
/* ---------- thead: only show FLOOR + SQ FT ---------- */
  .table-box table thead tr {grid-template-columns: 1fr 1fr;}
  .table-box table th:nth-child(3),
  .table-box table th:nth-child(4),
  .table-box table th:nth-child(5) {display: none;}
  /* hides the "OFFICE" line, keeps just "SQ FT" - without touching
     the <th> markup itself */
  .table-box table th:nth-child(2) {font-size: 0;line-height: 0;position: relative;}
  .table-box table th:nth-child(2)::after {content: "SQ FT";display: inline-block;font-size: calc(14 / var(--main-width));line-height: normal;letter-spacing: 25%;}
  .table-box table th:nth-child(2) {text-align: right;}
  .table-box table tbody tr.fp td:nth-child(2) {text-align: right;}

  /* ---------- tbody rows: collapsed state ---------- */
  .table-box table tbody tr.fp {display: grid;grid-template-columns: 1.3fr 1fr auto;grid-template-rows: auto;align-items: center;cursor: pointer;position: relative;}
  .table-box table tbody tr.fp.is-open {grid-template-columns: 1.6fr 1fr auto;}

  .table-box table tbody tr.fp td:nth-child(1) {width: 56vw;grid-column: 1;grid-row: 1;min-height: auto;font-size: calc(18 / var(--main-width));line-height: 130%;letter-spacing: 24%;}

  .table-box table tbody tr.fp td:nth-child(2) {grid-column: 2;grid-row: 1;}
  /* TERRACE, SPECIFICATION, AMENITIES - hidden until opened */
  .table-box table tbody tr.fp td:nth-child(3),
  .table-box table tbody tr.fp td:nth-child(4),
  .table-box table tbody tr.fp td:nth-child(5) {display: none; }

  /* the note row doesn't fit this 2-column accordion pattern, so it's
     hidden on mobile - remove this rule if you want it shown differently */
  .table-box table tbody tr.fp-note {display: none;}
  .table-box table tbody tr.fp.no-detail {cursor: default;}
  .table-box table tbody tr.fp.no-detail::after {visibility: hidden;}
  .table-box table tbody tr.fp,
  .table-box table tbody tr.fp:hover,
  .table-box table tbody tr.fp.hover,
  .table-box table tbody tr.fp.active,
  .table-box table tbody tr.fp.is-open {
    background-color: transparent !important;
}
  .table-box table tbody tr.fp.is-open td:nth-child(3),
  .table-box table tbody tr.fp.is-open td:nth-child(4) {
    display: block;
    grid-row: 2;
    }

  /* SPECIFICATION on the left, TERRACE sq ft on the right, in the same row */
  .table-box table tbody tr.fp.is-open td:nth-child(4) {
    grid-column: 1;
    }

  .table-box table tbody tr.fp.is-open td:nth-child(3) {
    grid-column: 2;
    text-align: right;
    }

  /* AMENITIES - full width, its own row, with a label above it */
  .table-box table tbody tr.fp.is-open td:nth-child(5) {
    display: block;
    grid-column: 1 / -1;
    grid-row: 3;
    width: 100%;margin-top:calc(16 / var(--main-width));margin-bottom:calc(20 / var(--main-width));
}

  .table-box table tbody tr.fp.is-open td:nth-child(5)::before {
    content: "Specification/Amenities";
    display: block;
    width: 100%;
    font-size: calc(12 / var(--main-width));
    letter-spacing: 25%;
    text-transform: uppercase;
    color: var(--red-color);
    padding-bottom: calc(10 / var(--main-width));
    margin-bottom: calc(20 / var(--main-width));
    border-bottom: 1px solid var(--red-color);
}

  /* ---------- arrow (chevron, drawn with CSS - no image needed) ---------- */
  .table-box table tbody tr.fp::after {
    content: "";
    grid-column: 3;
    grid-row: 1;
    width: calc(10.281591 / var(--main-width));
    height: calc(10.281591 / var(--main-width));
    margin-left: calc(10 / var(--main-width));
    transition: transform 0.3s ease;
    background: url(../images/arrow-up.svg) no-repeat center center;
    background-size: 100% auto /* ;float:left;position:relative */;
}

  .table-box table tbody tr.fp.is-open::after {
    background: url(../images/arrow-down.svg) no-repeat center center;
}
  .note-added td:nth-child(n+2) {
     transform: translateY(calc(0 / var(--main-width))); 
}
.table-box table tbody tr.note-added {
    padding-bottom: 0;
}
.floor-panel, .floor-panel.active {display: none!important;}
.floor-tabs {display: none;}
.building-floor {display: none;}
.floor-detail {padding-top: calc(80 / var(--main-width));}
 .downloads {width: 100%;gap: calc(59.5 / var(--main-width));padding: 0 calc(17 / var(--main-width));box-sizing: border-box;bottom: 0;}
.downloads h2 {width: 100%;padding-bottom: calc(0 / var(--main-width));font-size: calc(28 / var(--main-width));letter-spacing: 10%;line-height: 110.00000000000001%;text-transform: uppercase;font-family: var(--cormorant-garamond-font);color: var(--red-color);
    font-weight: 500;}
.downloads .btn {border: 0px solid var(--red-color);text-transform: uppercase;width: 100%;color:#ffffff;max-width: max-content;
        min-width: max-content;}
.downloads .btn:hover {border: 0px solid var(--red-color);background-color: var(--red-color);color: #ffffff;}
.downloads .btn::after {background: url(../images/arrow-down-white.svg) no-repeat center;width: calc(10 / var(--main-width));height: calc(10 / var(--main-width));position: relative;right: 0;top: 0;}
.downloads .btn:hover::after {content: "";width: calc(10 / var(--main-width));height: calc(10 / var(--main-width));position: relative;right: 0;top: 0;}


/*Our-Neighborhood-Page-Start====*/
.nh-guide{display: grid;padding:0 0 calc(0 / var(--main-width)) 0;margin: 0;max-width: calc(375 / var(--main-width));}
.nh-guide .nh-categories{width: 100%;padding: 0 calc(40 / var(--main-width));margin-bottom: calc(50 / var(--main-width));}
.nh-guide .nh-categories .category{margin-bottom: calc(70 / var(--main-width));}
.nh-guide .nh-categories .category h3{margin-bottom: calc(30 / var(--main-width));font-size: calc(28 / var(--main-width));line-height: 110.00000000000001%;letter-spacing: 10%;}
.nh-guide .nh-categories .category ol li{width:100%;margin-bottom: calc(9.46 / var(--main-width));font-size: calc(14 / var(--main-width));line-height: 130%;letter-spacing: 25%;font-family: "acumin-pro", sans-serif;font-weight: 400;font-style: normal;}
.nh-guide .nh-categories .category ol li p{width:calc(91% - 24px);float:left;font-size: calc(14 / var(--main-width));line-height: 130%;letter-spacing: 20%;font-family: "acumin-pro", sans-serif;font-weight: 400;font-style: normal;text-transform: uppercase;}
.nh-guide .nh-categories .category ol li span{width:26px;float:left}
.nh-guide .nh-categories .category ol li i{margin:0 calc(6 / var(--main-width));float:left}

.nh-guide .map-box{width: 100%;height: calc(480 / var(--main-width));order: 1;margin-top:0;margin-bottom: calc(64 / var(--main-width));}
.nh-guide .map-box figure{border-radius: 0;}
.nh-guide .map-box .pins .pin{width: calc(11.56 / var(--main-width));height: calc(11.56 / var(--main-width));padding: calc(2 / var(--main-width)) 0;font-size: calc(7.04 / var(--main-width));letter-spacing: 15%;}
.nh-guide .map-box .pins .p1{top:calc(156 / var(--main-width));right: calc(144 / var(--main-width));}
.nh-guide .map-box .pins .p2{top:calc(222 / var(--main-width));right: calc(204 / var(--main-width));}
.nh-guide .map-box .pins .p3{top:calc(128 / var(--main-width));right: calc(114 / var(--main-width));}
.nh-guide .map-box .pins .p4{top:calc(98 / var(--main-width));right: calc(95 / var(--main-width));}
.nh-guide .map-box .pins .p5{top:calc(61 / var(--main-width));right: calc(107 / var(--main-width));}
.nh-guide .map-box .pins .p6{top:calc(202 / var(--main-width));right: calc(172 / var(--main-width));}
.nh-guide .map-box .pins .p7{top:calc(168 / var(--main-width));right: calc(66 / var(--main-width));}
.nh-guide .map-box .pins .p8{top:calc(151 / var(--main-width));right: calc(122 / var(--main-width));}
.nh-guide .map-box .pins .p9{top:calc(191 / var(--main-width));right: calc(186 / var(--main-width));}
.nh-guide .map-box .pins .p10{top:calc(155 / var(--main-width));right: calc(106 / var(--main-width));}
.nh-guide .map-box .pins .p11{top:calc(147 / var(--main-width));right: calc(113 / var(--main-width));}
.nh-guide .map-box .pins .p12{top:calc(202 / var(--main-width));right: calc(143 / var(--main-width));}
.nh-guide .map-box .pins .p13{top:calc(227 / var(--main-width));right: calc(183 / var(--main-width));}
.nh-guide .map-box .pins .p14{top:calc(189 / var(--main-width));right: calc(171 / var(--main-width));}
.nh-guide .map-box .pins .p15{top:calc(220 / var(--main-width));right: calc(125 / var(--main-width));}
.nh-guide .map-box .pins .p16{top:calc(293 / var(--main-width));right: calc(250 / var(--main-width));}
.nh-guide .map-box .pins .p17{top:calc(133 / var(--main-width));right: calc(230 / var(--main-width));}
.nh-guide .map-box .pins .p18{top:calc(320 / var(--main-width));right: calc(236 / var(--main-width));}
.nh-guide .map-box .pins .p19{top:calc(176 / var(--main-width));right: calc(76 / var(--main-width));}
.nh-guide .map-box .pins .p20{top:calc(202 / var(--main-width));right: calc(115 / var(--main-width));}

.bg-text-box{width:calc(375 / var(--main-width));height:calc(475 / var(--main-width));}
.bg-text-box .text .inner{width:calc(295 / var(--main-width));}
.bg-text-box .text .inner h2{font-size: calc(28 / var(--main-width));}

.nh-location{height:auto;margin: 0;max-width: calc(375 / var(--main-width));}
.nh-location #neisec1{padding: calc(90 / var(--main-width)) 0 calc(150 / var(--main-width)) 0;}
.nh-location #neisec2{display: block;}
.nh-location .diagram{display: none;}
.nh-location #neisec2 .seven{display: none!important;}
.nh-location .content{height:auto;position: initial;top: auto;left:auto;}
.nh-location .content h2{width: 100%;font-size: calc(28 / var(--main-width));position: initial;top: auto;left: auto;padding: 0 calc(120 / var(--main-width));margin-bottom: calc(70 / var(--main-width));}
.nh-location .content .tt-box{height: auto;position: initial;top: auto;left: auto;margin-bottom: calc(60 / var(--main-width));}
.nh-location .content .tt-box .tt{width: 100%;top: auto;left: auto;position: initial;}
.nh-location .content .tt-box .tt:nth-of-type(2){left:auto;}
.nh-location .content .tt-box .tt:nth-of-type(3){left: auto;}
.nh-location .content .tt-box .tt:nth-of-type(4){left: auto;}
.nh-location .content .tt-box .tt:nth-of-type(5){left: auto;}
.nh-location .content .tt-box .tt:nth-of-type(6){left: auto;}
.nh-location .content .tt-box .tt::before{display: none;}
.nh-location .content .tt-box .tt time{width: 100%;display: inline-block;margin-bottom: calc(10 / var(--main-width));font-size: calc(12 / var(--main-width));line-height: 110.00000000000001%;letter-spacing: 25%;font-family: "acumin-pro", sans-serif;font-weight: 400;font-style: normal;}
.nh-location .content .tt-box .tt time span{margin-left: calc(5 / var(--main-width));font-size: calc(11 / var(--main-width));line-height: 110.00000000000001%;letter-spacing: 25%;}
.nh-location .content .tt-box .tt label{width: 100%;display: inline-block;margin-bottom: calc(10 / var(--main-width));font-size: calc(22.49 / var(--main-width));letter-spacing: 10%;font-family: "Cormorant Garamond", serif;font-weight: 500;}
.nh-location .content .tt-box .btn-slick{width: calc(10.42 / var(--main-width));height: calc(19.38 / var(--main-width));top: calc(194 / var(--main-width));;}
.nh-location .content .tt-box .btn-slick.prev{background-image: url(../images/arrow-l-red.svg);left:calc(40 / var(--main-width));}
.nh-location .content .tt-box .btn-slick.next{background-image: url(../images/arrow-r-red.svg);right:calc(40 / var(--main-width));}
.nh-location .btm-line{position: initial;top: auto;padding: 0 calc(63 / var(--main-width));margin-bottom: calc(71 / var(--main-width));}
.nh-location .btm-line p{line-height: 110.00000000000001%;text-align: center;}
.nh-location .btns-box{display: none;}
.nh-location .left-box{width: 100%;height: calc(378.05 / var(--main-width));position: relative;top: 0;left: 0;margin-bottom: calc(144.62 / var(--main-width));}
.nh-location .left-box .travel-diagram{width:calc(228.1 / var(--main-width));background-image: url(../images/travel-diagram-nh-mobile.svg);left:calc(73 / var(--main-width));}
.nh-location .left-box .travel-diagram .seven{width:calc(72.54 / var(--main-width));height:calc(128 / var(--main-width));top: calc(135.13 / var(--main-width));left: calc(78 / var(--main-width));}
.nh-location .left-box .routes-box .slick-slide{height: calc(522.67 / var(--main-width)) !important;}
.nh-location .left-box .routes-box .btn-slick{width: calc(10.42 / var(--main-width));height: calc(19.38 / var(--main-width));top: auto;bottom: calc(-75 / var(--main-width));}
.nh-location .left-box .routes-box .btn-slick.prev{background-image: url(../images/arrow-l-red.svg);left:calc(40 / var(--main-width));}
.nh-location .left-box .routes-box .btn-slick.next{background-image: url(../images/arrow-r-red.svg);right:calc(40 / var(--main-width));}
.nh-location .left-box .routes-box .route label{font-size: calc(14 / var(--main-width));top: calc(41.73 / var(--main-width));left:calc(121 / var(--main-width));}
.nh-location .left-box .routes-box .route .details{width:calc(119 / var(--main-width));top: calc(398 / var(--main-width));right:auto;left: 50%;transform:translateX(-50%);}
.nh-location .left-box .routes-box .route .details::before{width: calc(20 / var(--main-width));height: calc(20 / var(--main-width));top: calc(-30 / var(--main-width));left: 50%;transform:translateX(-50%);}
.nh-location .left-box .routes-box .route .details h4{margin-bottom: calc(6.2 / var(--main-width));font-size: calc(14 / var(--main-width));line-height: 110.00000000000001%;}
.nh-location .left-box .routes-box .route .details .bullets{margin-top: calc(-4 / var(--main-width));}
.nh-location .left-box .routes-box .route .details .bullets .bullet{width: calc(12 / var(--main-width));height: calc(12 / var(--main-width));margin-right: calc(6 / var(--main-width));}
.nh-location .left-box .routes-box .route .details .bullets .bullet:last-of-type{margin-right: 0;}
.nh-location .left-box .routes-box .route:nth-of-type(2) label{top: calc(41.73 / var(--main-width));left:calc(125 / var(--main-width));}
.nh-location .left-box .routes-box .route:nth-of-type(2) .details{top: calc(398 / var(--main-width));right: calc(128 / var(--main-width));}
.nh-location .left-box .routes-box .route:nth-of-type(3) label{top: calc(41.73 / var(--main-width));left:calc(125 / var(--main-width));}
.nh-location .left-box .routes-box .route:nth-of-type(3) .details{top: calc(398 / var(--main-width));right: calc(128 / var(--main-width));}
.nh-location .text-box{width: 100%;position: initial;top: auto;right: auto;padding: 0 calc(40 / var(--main-width));}
.nh-location .text-box h2{margin-bottom: calc(40 / var(--main-width));font-size: calc(28 / var(--main-width));line-height: 110.00000000000001%;letter-spacing: 10%;}
.nh-location .text-box p{font-size: calc(18 / var(--main-width));line-height: 110.00000000000001%;letter-spacing: 0%;}
/*Our-Neighborhood-Page-End====*/

/*Contact-Us-Page-Start====*/
.contact-directory{width: calc(375 / var(--main-width));height: auto;display: grid;}
.contact-directory .contact-box{width: 100%;height: calc(812 / var(--main-width));}
.contact-directory .contact-box .company-logo{margin-bottom: calc(56 / var(--main-width));}
.contact-directory .contact-box.map{height: calc(475 / var(--main-width));}
.contact-directory .contact-box.add{height: calc(531 / var(--main-width));}
.contact-directory .contact-box .map-box .seven{width:calc(16.46 / var(--main-width));height:calc(28 / var(--main-width));top: calc(219 / var(--main-width));left: calc(203 / var(--main-width));}
.contact-directory .contact-box .contact-card h3{margin-bottom: calc(30 / var(--main-width));font-size: calc(28 / var(--main-width));line-height: 110.00000000000001%;}
/*Contact-Us-Page-End====*/

.terms {padding: calc(60 / var(--main-width)) 0px calc(60 / var(--main-width));}
.terms-content {grid-template-columns: 1fr;row-gap: 0px;}
.terms-content .left {position: static;top: auto;}
.terms-content .right {top: auto;}
.terms .inner {padding: calc(56 / var(--main-width)) calc(40 / var(--main-width)) 0;}
.terms-content ul {font-size: calc(14 / var(--main-width));margin: calc(20 / var(--main-width)) 0 calc(20 / var(--main-width));}
.terms-content ul li {font-size: calc(16 / var(--main-width));margin: calc(1 / var(--main-width)) 0 calc(1 / var(--main-width)) calc(18 / var(--main-width));}
.terms-content ul li::marker {font-size: calc(10 / var(--main-width));}
.terms-content h1 {font-size: calc(35 / var(--main-width));margin-bottom: calc(50 / var(--main-width));}
.terms-content p {font-size: calc(16 / var(--main-width));}
.terms-content h2, .terms-content h3 {font-size: calc(16 / var(--main-width));line-height: 100%;margin: calc(10 / var(--main-width)) 0 calc(5 / var(--main-width));}
/*error 404*/
.error-404{padding:5.69158878504673vw 5.373831775700935vw 4.345794392523365vw;margin: 0;}
.error-404 .t-inner{width:100%;margin:0 0 0 0;max-width: 100%;}
.error-404 .t-inner figure{width:100%;margin-bottom:7.009345794392523vw;text-align:center;}
.error-404 .t-inner figure img{width:32.8%;float:none;display:inline-block;}
.error-404 .t-inner div {width: 100%;margin: 6vw 0 0 0px;padding: 0;float: left;text-align: center;}
.error-404 .t-inner div h1{margin-bottom:3.5046728971962615vw;text-align:center;font-size:6.763285024154589vw;line-height:7.971014492753622vw;}
.error-404 .t-inner div p{margin:0 0 3.4641288433382138vw 0;font-size: 3.3816425120772946vw;line-height: 4.830917874396135vw;text-align:center;}
.error-404 .t-inner img{width:26.8%;float: none;}
.error-404 .t-inner a.btn{min-width: calc(137.63 / var(--main-width));}
/*error 404*/
.s-dots{display:none;}

  footer {padding:calc(80 / var(--main-width)) 0 calc(35 / var(--main-width)) 0;background-color:var(--red-color);position:sticky;bottom: 0;left: 0;width: 100%;height: auto;z-index: 1;top: calc(0 / var(--main-width));}
 footer #footer {padding: 0 calc(40 / var(--main-width)) 0;}
.footer-grid {grid-template-columns: 1fr;gap: calc(50 / var(--main-width)) 0;}
 .footer-col {padding-right: 0;margin-top: calc(20 / var(--main-width));}
.footer-col:first-child {margin-top: calc(0 / var(--main-width));}
.footer-col .logo, .footer-logo {width: calc(92 / var(--main-width));}
.footer-grid > :nth-child(2) {margin-left: 0;margin-top:0;}
.footer-bottom {grid-template-columns: 1fr;gap: calc(30 / var(--main-width));text-align: left;padding: calc(24 / var(--main-width)) 0 0;}
.footer-address {grid-column: 1;width: 75%;}
.footer-bottom-links .menu-footer-termserv-menu-container ul {grid-template-columns: 1fr;}
.footer-bottom-links a:last-child {padding-left: 0;text-align: left;}
.footer-bottom-links {display: grid;grid-column: 1;grid-template-columns: 1fr;gap: calc(14 / var(--main-width));padding-left: 0;}
.footer-col-label {width: 100%;font-size: calc(12 / var(--main-width));letter-spacing: 25%;line-height: 130%;color: var(--beige-color);margin-bottom: calc(24 / var(--main-width));}
.footer-col:last-child .footer-col-label {visibility: hidden;display:none;}
.footer__dev-logos {gap: calc(24 / var(--main-width));}
.footer-oval-logo {width: calc(92.94413757324219 / var(--main-width));}
.footer-svp-logo {width: calc(131 / var(--main-width));}
.footer-person p {
font-size: calc(16 / var(--main-width));}
.footer-person a {font-size: calc(16 / var(--main-width));}
.footer-logo-eia {width: calc(116.65161895751953 / var(--main-width));}
.btn.wht {max-width: max-content;margin-top: calc(80 / var(--main-width));min-width:auto;display: flex;position: relative !important;padding-right: calc(23 / var(--main-width));}
.btn.wht:hover::after {background-image: url(../images/arrow-down.svg);}
	
}