.easw-widget {
	width: 100%;
	font-family: inherit;
	color: #0A3317;
}

.easw-widget .slick-next,
.easw-widget .slick-prev {
	font-size: 0 !important;
}

/* TOP SECTION */
.easw-top-row {
	display: grid;
	align-items: start;
	margin-bottom: 60px;
}
.easw-top-row h2, .easw-mid-row h2{
  font-family: var( --e-global-typography-7567d13-font-family ), Sans-serif;
  font-size: var( --e-global-typography-7567d13-font-size );
  font-weight: var( --e-global-typography-7567d13-font-weight );
  font-style: var( --e-global-typography-7567d13-font-style );
  line-height: var( --e-global-typography-7567d13-line-height );
  letter-spacing: var( --e-global-typography-7567d13-letter-spacing );
  margin:0px;
  font-variant-numeric: oldstyle-nums proportional-nums !important;
}
.easw-top-row h2.easw-main-heading, .easw-mid-row h2.easw-main-heading{color:#CA5035;}
.easw-top-row h2.easw-main-sub-heading, .easw-mid-row h2.easw-main-sub-heading{ color:#1E1E1E;}

.easw-main-heading span {
	font-weight: 500;
}

/* MID ROW (same behavior as top row) */
.easw-mid-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
    margin-bottom:80px;
}

/* LEGEND */
.easw-legend {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 6px;
	text-align: right;
}

.easw-legend-top,
.easw-legend-slider {
	justify-content: flex-end;
}

.easw-legend-item {
	display: inline-flex;
	gap: 15px;
	white-space: nowrap;
	color: #1E1E1E;
    text-align: right;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; 
}

.easw-legend-color {
	display: inline-block;
	flex: 0 0 13px;
	width: 16px;
    height: 16px;
    aspect-ratio: 1/1;
    border-radius: 100%;
}

/* FLOOR GRID */
/* ========================================= FLOOR SECTION ========================================= */
.easw-floor-section {
	width: 100%;
	padding-bottom: 0px;
	display: grid;
    grid-template-columns: minmax(0, 400px) 1fr;
    gap: 48px;
    align-items: start;
}

/* ========================================= DESKTOP ROWS ========================================= */
.easw-floor-rows-desktop {
	display: flex;
	flex-direction: column;
	width: 100%;
	position: relative;
}



/* ========================================= FLOOR COLUMNS ========================================= */


.easw-floor-col-east {
	text-align: left;
}

.easw-floor-col .easw-floor-item{
    display: flex;
    padding:10px 5px 3px 5px !important;
    justify-content: space-between;
    align-items: flex-end;
    align-self: stretch;
    border:0px;
    border-bottom: 1px solid rgba(30, 30, 30, 0.30) !important;
    color: #1E1E1E;
    font-family: "Beaufort Pro";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px; /* 100% */
    background:none !important;
    border-radius:0px !important;
    width: 100%;
    cursor: pointer !important;
	transition: opacity 0.2s ease, transform 0.2s ease;
	text-align: left;
}

.easw-floor-col-title .easw-floor-item-title{ 
    display: flex;
    padding:0px 5px 16px 5px !important;
    justify-content: space-between;
    align-items: flex-end;
    align-self: stretch;
    border:0px;
    color: #1E1E1E;
    text-align: right;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 120% */
    background:none !important;
    border-radius:0px !important;
    width: 100%;
	text-align: left;}

.easw-floor-col .easw-floor-item .easw-floor-number{width:60px; display: inline-block; font-variant-numeric: oldstyle-nums proportional-nums !important;}
.easw-floor-col .easw-floor-item .easw-floor-option{
    color: #1E1E1E;
    font-family: "Beaufort Pro";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 110% */
    display: inline-block;
    text-transform:initial;
}

.easw-floor-col .easw-floor-item .easw-floor-sqft{
    color: #1E1E1E;
    text-align: right;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 120% */
    
}


.easw-floor-item:hover {
	background-color: #CA5035 !important;
	color: #FFFFFF !important;
}



/* ACTIVE FLOOR ITEM */
.easw-floor-item:hover .easw-floor-sqft,
.easw-floor-item:hover .easw-floor-option,
.easw-floor-item.is-active,
.easw-floor-item.is-active:hover,
.easw-floor-item.is-active:focus {
	background-color: #CA5035 !important;
	color: #FFFFFF !important;
}

/* Ensure inner text also turns white */
.easw-floor-item.is-active .easw-floor-number,
.easw-floor-item.is-active .easw-floor-sqft,
.easw-floor-item.is-active .easw-floor-option{
	color: #FFFFFF !important;
}


/* ========================================= STREET LABELS ========================================= */
.easw-street-row {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-top: 10px;
}

.easw-street-label {
	writing-mode: vertical-rl;
	text-orientation: mixed;
	transform: rotate(180deg);
	font-size: 22px;
	line-height: 1;
	font-weight: 500;
	color: #0A3317;
	white-space: nowrap;
}

/* ========================================= MOBILE ========================================= */
.easw-floor-rows-mobile {
	display: none;
}

@media (max-width: 1024px) {

	/* ========================================= SWITCH VIEWS ========================================= */
	.easw-floor-rows-desktop {
		display: none;
	}

	.easw-floor-rows-mobile {
		display: flex;
		flex-direction: column;
		width: 100%;
		gap: 60px;
	}

	/* ========================================= MOBILE ROW ========================================= */
	.easw-floor-row-mobile {
		display: grid;
		grid-template-columns: 1fr 1fr;
		column-gap: 60px;
		align-items: center;
	}

	/* ========================================= MOBILE GROUP ========================================= */
	.easw-mobile-group {
		display: flex;
		align-items: center;
		gap: 12px;
	}

	.easw-mobile-group-east {
		justify-content: flex-start;
	}

	.easw-mobile-group-west {
		justify-content: flex-end;
	}

	/* ========================================= MOBILE IMAGES ========================================= */
	.easw-floor-col-mobile-image {
		width: 100%;
		line-height: 0;
		flex-shrink: 0;
	}

	.easw-floor-col-mobile-image img {
		width: 100%;
		height: auto;
		display: block;
	}

	/* ========================================= MOBILE FLOOR ITEM ========================================= */
	.easw-floor-item {
		display: flex;
		align-items: center;
		width: 100%;
		padding: 10px !important;
		border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	}

	.easw-floor-col-east .easw-floor-item {
		gap: 16px;
	}

	.easw-floor-col-west .easw-floor-item {
		justify-content: space-between;
	}

	.easw-floor-item.is-active {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}

	/* ========================================= MOBILE STREET LABELS ========================================= */
	.easw-mobile-street-row {
		display: flex;
		justify-content: space-between;
		margin-top: 12px;
	}

	.easw-mobile-street-label {
		writing-mode: vertical-rl;
		text-orientation: mixed;
		transform: rotate(180deg);
		font-size: 14px;
		line-height: 1;
		font-weight: 500;
		color: #0A3317;
		white-space: nowrap;
	}
}

.easw-side-heading {
	margin: 0 0 60px;
	font-size: 28px;
	font-weight: 600 !important;
	line-height: 1;
	color: #0F9E38;
	align-items: flex-start;
	text-align: left;
}



/* SLIDER SECTION */
.easw-slide{padding-bottom:45px;}
.easw-slider-section {
	margin-top: 60px;
	margin-left: auto;
	margin-right: auto;
	background-color: unset !important;
}

.easw-floor-header {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.easw-floor-title {
	margin: 0;
}

.easw-floor-total {
	font-size: 72px;
	line-height: 72px;
}

.easw-floor-slider {
	position: relative;
}

/* SLIDE */
.easw-slide-inner {

	position: relative;
}


.easw-slide-image img {
	width: 100%;
	height: auto;
	display: block;
}

.easw-slide-content h3 {
	margin: 0 0 18px;
	font-size: clamp(28px, 3vw, 48px);
	font-weight: 400;
	line-height: 1;
}

.easw-slide-content p {
	margin: 0;
	font-size: 16px;
	line-height: 1.6;
	max-width: 520px;
}

/* SLICK ARROWS */
.easw-floor-slider .slick-prev,
.easw-floor-slider .slick-next {
  position: absolute;
  right: 0px;
  left: auto;
  width: 32px !important;
  height: 32px !important;
  z-index: 10;
  background-color: transparent  !important;
  border: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  box-sizing: border-box;
}
.easw-floor-slider .slick-prev{right: 56px; left:auto;}
/* Remove Slick default arrow */
.easw-floor-slider .slick-prev::before,
.easw-floor-slider .slick-next::before {
  display: none !important;
  content: "" !important;
}

/* Add image as actual pseudo element */
.easw-floor-slider .slick-prev::after,
.easw-floor-slider .slick-next::after {
  content: "";
  width: 32px;
  height: 32px;
  display: block;
  background: url("../images/slider-arrow.svg") no-repeat center;
  background-size: contain;
}



/* Bottom arrow */
.easw-floor-slider .slick-next , .easw-floor-slider .slick-prev{
  top: auto !important;
  bottom: -30px  !important;
}

.easw-floor-slider .slick-next::after {
  transform: rotate(180deg);
}

/* Hover background color */
.easw-floor-slider .slick-prev:hover,
.easw-floor-slider .slick-prev:focus,
.easw-floor-slider .slick-next:hover,
.easw-floor-slider .slick-next:focus {
	background-color: #transparent !important;
}

.easw-floor-slider .slick-prev:before,
.easw-floor-slider .slick-next:before {
	opacity: 1;
	content: unset !important;
}

/* BASE */
.easw-wing {
	font-family: inherit;
	color: #0F9E38;
	display: flex;
	flex-direction: column;
}

/* TITLE */
.easw-wing-title {
	font-weight: 500;
	font-size: 48px;
	line-height: 48px;
	letter-spacing: 0;
	margin: 0;
}

/* PRIMARY VALUE */
.easw-wing-primary {
	display: flex;
	align-items: baseline;
	gap: 8px;
	margin-top: 4px;
}

.easw-wing-value {
	font-size: 48px;
	line-height: 48px;
}

/* SECONDARY BLOCK (East only) */
.easw-wing-secondary {
	margin-top: 40px;
	display: flex;
	flex-direction: column;
}

.easw-wing-desc {
	font-weight: 450;
	font-size: 32px;
	line-height: 32px;
	letter-spacing: 0;
}

/* EAST */
.easw-wing-east {
	grid-column: 1;
	align-items: flex-start;
	text-align: left;
	padding-right: 45px;
}

/* WEST */
.easw-wing-west {
	align-items: flex-end;
	text-align: right;
	padding-left: 45px;
}

.easw-wing h4 {
	font-size: 48px;
	line-height: 48px;
}

/* =========================================
   STACKED BUILDING
========================================= */

.easw-static-floor-image {
	line-height: 0;
	width: 100%;
}

.easw-static-floor-image img {
	width: 100%;
	max-width: 620px;
	height: auto;
	display: block;
}

/* =========================================
   STREET LABELS
========================================= */

.easw-street-label {
	writing-mode: vertical-rl;
	text-orientation: mixed;
	font-family: inherit;
	font-size: 14px;
	line-height: 1;
	font-weight: 500;
	color: #0A3317;
	display: flex;
	align-items: center;
	justify-content: center;
	white-space: nowrap;
	padding-bottom: 10px;
}

.easw-street-label.easw-street-label-east {
	bottom: 13px;
	position: absolute;
	left: 27%;
}

.easw-street-label.easw-street-label-west{
	bottom: 13px;
	position: absolute;
	right: 29%;
}

/* BOTH labels bottom → top */
.easw-street-label-east,
.easw-street-label-west {
	transform: rotate(180deg);
}

/* =========================================
   MOBILE STREET LABEL
========================================= */

/* .easw-floor-rows-mobile .easw-side-heading {
	font-size: 32px;
	line-height: 32px;
} */

.easw-floor-rows-mobile .easw-mb-group {
	position: relative;
}

.easw-floor-rows-mobile .easw-mobile-street-label-east {
    bottom: 2px;
    position: absolute;
    left: 49.5%;
}

.easw-floor-rows-mobile .easw-mobile-street-label-west {
    bottom: 2px;
    position: absolute;
    right: 53.5%;
}

.easw-floor-rows-mobile .west-mobile-wrap .easw-floor-col-mobile-image,
.easw-floor-rows-mobile .west-mobile-wrap .easw-side-heading {
	text-align: right;
}

.easw-floor-rows-mobile .west-mobile-wrap .easw-floor-col-mobile-image img {
	width: 52%;
	height: auto;
	display: inline-block;
}

.easw-mobile-street-label {
	writing-mode: vertical-rl;
	text-orientation: mixed;

	transform: rotate(180deg);

	font-size: 14px;
	line-height: 1;
	font-weight: 500;

	color: #0A3317;

	white-space: nowrap;

	align-self: flex-end;

	padding-bottom: 6px;
}

/* RESPONSIVE */


@media (max-width: 1024px) {
	.easw-top-row {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.easw-slide-inner {
		grid-template-columns: 1fr;
	}

}



.easw-wing-secondary {
	grid-column: 1;
	margin-top: 20px;
} 
@media (max-width: 768px) {
    .easw-floor-col-image{display:none;}
    .easw-floor-section{grid-template-columns: none;}
}


@media (max-width: 767px) {

	.easw-floor-rows-mobile .easw-side-heading {
		font-size: 32px;
		line-height: 32px;
	}
	.easw-floor-rows-mobile .easw-mobile-street-label {
		font-size: 7px;
	}
	.easw-floor-number,
	.easw-floor-sqft {
	
	}
	.easw-floor-rows-mobile {
		gap: 40px;
	}
	.easw-floor-row-mobile {
		column-gap: 30px;
	}
}
@media (max-width: 1024px) {

	/* =====================================================
       GLOBAL
    ===================================================== */

	/* =====================================================
       TOP SECTION
    ===================================================== */

	.easw-top-row {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		gap: 0px;
		margin-bottom: 40px;
	}

	.easw-main-heading {
		width: 100%;
		margin: 0;
		font-size: 54px;
		line-height: 0.95;
	}

	.easw-legend,
	.easw-legend-slider {
		width: 100%;
		align-items: flex-end;
	}



	/* =====================================================
       FLOOR SECTION
    ===================================================== */

	.easw-side-heading {
		margin: 0 0 18px;
		font-size: 48px;
		line-height: 1;
	}

	/* =====================================================
       SIDE BLOCK
    ===================================================== */

	/* EAST */
	.easw-floor-side-east {
		flex-direction: row;
	}

	/* WEST */
	.easw-floor-side-west {
		flex-direction: row;
	}

	/* =====================================================
       FLOOR ITEMS
    ===================================================== */

	.easw-floor-item {
		display: flex;
		align-items: center;
		width: 100%;
		padding: 3px 10px !important;
	}

	.easw-floor-item.is-active {
		background: #175920;
		padding-left: 10px;
		padding-right: 10px;
	}

	.easw-floor-item.is-active,
	.easw-floor-item.is-active * {
		color: #FFFFFF !important;
	}

	/* =====================================================
       SLIDER SECTION
    ===================================================== */

	.easw-wing-east {
		padding-right: 0;
	}

	.easw-wing-west {
		padding-left: 0;
	}

	.easw-slider-section {
		padding-bottom: 100px;
		position: relative;
	}

	/* =====================================================
       SLIDER HEADER
    ===================================================== */

	.easw-mid-row {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		gap: 22px;
		margin-bottom: 36px;
	}

	.easw-floor-header {
		width: 100%;
	}

	.easw-floor-title {
		margin: 0 0 8px;
		font-size: 54px;
		line-height: 0.95;
	}

	.easw-floor-total {
		font-size: 38px;
		line-height: 1;
	}

	/* =====================================================
       SLIDE INNER
    ===================================================== */

	.easw-slide {
		padding: 0;
	}

	.easw-slide-inner {
		display: flex;
		flex-direction: column;
		gap: 28px;
	}

	/* =====================================================
       EAST/WEST TOP ROW
    ===================================================== */

	

	.easw-wing {
		width: 48%;
	}

	.easw-wing-east {
		align-items: flex-start;
		text-align: left;
	}

	.easw-wing-west {
		align-items: flex-end;
		text-align: right;
	}

	

	/* =====================================================
       DESCRIPTION
    ===================================================== */

	.easw-wing-secondary {
		margin-top: 0;
		width: 100%;
	}

	/* =====================================================
       IMAGE
    ===================================================== */

	.easw-slide-image {
		width: 100%;
		min-height: auto;
		padding: 0;
		background: transparent;
	}

	.easw-slide-image img {
		width: 100%;
		height: auto;
		display: block;
	}

	/* =====================================================
       ARROWS
    ===================================================== */

	.easw-floor-slider .slick-arrow {
		top: auto;
		bottom: -100px;
		width: 58px;
		height: 58px;
		border-radius: 50%;
		background: #0A3317;
		transform: none;
	}

	.easw-floor-slider .slick-prev {
		left: calc(50% - 40px);
	}

	.easw-floor-slider .slick-next {
		right: calc(50% - 40px);
	}

}
