body.home .primeview-hero,
body.primeview-has-transparent-header .primeview-hero {
z-index: 5;
}
body.home .primeview-hero .primeview-hero__frame,
body.primeview-has-transparent-header .primeview-hero .primeview-hero__frame {
padding-bottom: 0;
}
body.home .primeview-hero .primeview-hero__dock,
body.primeview-has-transparent-header .primeview-hero .primeview-hero__dock {
position: relative;
z-index: 40;
width: min(100%, 1120px);
margin-left: auto;
margin-right: auto;
margin-top: 40px; margin-bottom: -54px;
padding: 0 20px;
pointer-events: auto;
}
body.home .primeview-hero .primeview-hero__features,
body.primeview-has-transparent-header .primeview-hero .primeview-hero__features {
background: #ffffff !important;
border-radius: 22px !important;
box-shadow:
0 28px 64px rgba(15, 23, 42, 0.14),
0 10px 24px rgba(15, 23, 42, 0.08);
overflow: hidden;
} .primeview-explore {
--pv-explore-green: #22c55e;
--pv-explore-text: #0f172a;
--pv-explore-muted: #64748b;
--pv-explore-radius: 22px;
--pv-explore-shadow: 0 12px 32px rgba(15, 23, 42, 0.09);
--pv-explore-shadow-hover: 0 20px 44px rgba(15, 23, 42, 0.13);
position: relative;
z-index: 1;
width: 100%;
background: #ffffff;
color: var(--pv-explore-text); padding: 142px 48px 96px;
}
.primeview-explore__inner {
width: 100%;
max-width: 1240px;
margin: 0 auto;
}
.primeview-explore__header {
max-width: 720px;
margin: 0 auto 56px;
text-align: center;
}
.primeview-explore__eyebrow {
margin: 0 0 16px;
font-size: 12px;
font-weight: 700;
letter-spacing: 0.14em;
line-height: 1.3;
text-transform: uppercase;
color: var(--pv-explore-green);
}
.primeview-explore__headline {
margin: 0;
padding: 0;
border: 0;
font-size: clamp(2rem, 3.6vw, 3.15rem);
font-weight: 700;
letter-spacing: -0.03em;
line-height: 1.15;
color: var(--pv-explore-text);
text-wrap: balance;
} .primeview-explore__grid {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
row-gap: 26px;
column-gap: 24px;
margin: 0;
padding: 0;
list-style: none;
width: 100%;
overflow: visible;
}
.primeview-explore__card {
position: relative;
display: flex;
flex-direction: column;
width: 82%;
max-width: 82%;
height: auto;
aspect-ratio: 25 / 23;
min-height: 0;
margin-inline: auto;
overflow: hidden;
border-radius: 22px;
background: #f8fafc;
box-shadow: var(--pv-explore-shadow);
text-decoration: none !important;
color: inherit;
transform: translateY(0);
transition:
transform 300ms ease,
box-shadow 300ms ease;
}
.primeview-explore__card:hover,
.primeview-explore__card:focus {
transform: translateY(-4px);
box-shadow: var(--pv-explore-shadow-hover);
text-decoration: none !important;
outline: none;
}
.primeview-explore__card:focus-visible {
box-shadow:
var(--pv-explore-shadow-hover),
0 0 0 3px rgba(34, 197, 94, 0.35);
}
.primeview-explore__card-media {
position: absolute;
inset: 0;
display: block;
overflow: hidden;
border-radius: 22px;
}
.primeview-explore__card-image {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
transform: scale(1);
transition: transform 420ms ease;
}
.primeview-explore__card:hover .primeview-explore__card-image,
.primeview-explore__card:focus .primeview-explore__card-image {
transform: scale(1.05);
}
.primeview-explore__card-shade {
position: absolute;
inset: 0;
border-radius: inherit;
background:
linear-gradient(
180deg,
rgba(15, 23, 42, 0) 0%,
rgba(15, 23, 42, 0.04) 38%,
rgba(15, 23, 42, 0.55) 68%,
rgba(15, 23, 42, 0.88) 100%
);
pointer-events: none;
}
.primeview-explore__card-body {
position: relative;
z-index: 1;
display: flex;
align-items: center;
gap: 10px;
margin-top: auto;
padding: 16px 16px 18px;
}
.primeview-explore__card-icon {
display: inline-flex;
flex-shrink: 0;
width: 32px;
height: 32px;
border-radius: 11px;
background: rgba(255, 255, 255, 0.18);
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
border: 1px solid rgba(255, 255, 255, 0.28);
position: relative;
}
.primeview-explore__card-icon::after {
content: '';
position: absolute;
inset: 8px;
background-color: #ffffff;
-webkit-mask: center / contain no-repeat;
mask: center / contain no-repeat;
}
.primeview-explore__card-icon--home::after {
-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 10.5L12 4l8 6.5V20a1 1 0 0 1-1 1h-5v-6H10v6H5a1 1 0 0 1-1-1v-9.5Z' stroke='%23000' stroke-width='1.8' stroke-linejoin='round'/%3E%3C/svg%3E");
mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 10.5L12 4l8 6.5V20a1 1 0 0 1-1 1h-5v-6H10v6H5a1 1 0 0 1-1-1v-9.5Z' stroke='%23000' stroke-width='1.8' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.primeview-explore__card-icon--shortlet::after {
-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M3 12h18v5a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-5Z' stroke='%23000' stroke-width='1.8'/%3E%3Cpath d='M5 12V9a4 4 0 0 1 4-4h6a4 4 0 0 1 4 4v3' stroke='%23000' stroke-width='1.8'/%3E%3C/svg%3E");
mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M3 12h18v5a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-5Z' stroke='%23000' stroke-width='1.8'/%3E%3Cpath d='M5 12V9a4 4 0 0 1 4-4h6a4 4 0 0 1 4 4v3' stroke='%23000' stroke-width='1.8'/%3E%3C/svg%3E");
}
.primeview-explore__card-icon--hotel::after {
-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 20V6h16v14' stroke='%23000' stroke-width='1.8' stroke-linejoin='round'/%3E%3Cpath d='M8 9h2M14 9h2M8 13h2M14 13h2M8 17h2M14 17h2' stroke='%23000' stroke-width='1.8' stroke-linecap='round'/%3E%3Cpath d='M3 20h18' stroke='%23000' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E");
mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 20V6h16v14' stroke='%23000' stroke-width='1.8' stroke-linejoin='round'/%3E%3Cpath d='M8 9h2M14 9h2M8 13h2M14 13h2M8 17h2M14 17h2' stroke='%23000' stroke-width='1.8' stroke-linecap='round'/%3E%3Cpath d='M3 20h18' stroke='%23000' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E");
}
.primeview-explore__card-icon--fashion::after,
.primeview-explore__card-icon--retail::after {
-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 8V6a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v2' stroke='%23000' stroke-width='1.8'/%3E%3Cpath d='M4 8h16l-1.2 11.2A2 2 0 0 1 16.82 21H7.18a2 2 0 0 1-1.98-1.8L4 8Z' stroke='%23000' stroke-width='1.8' stroke-linejoin='round'/%3E%3C/svg%3E");
mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 8V6a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v2' stroke='%23000' stroke-width='1.8'/%3E%3Cpath d='M4 8h16l-1.2 11.2A2 2 0 0 1 16.82 21H7.18a2 2 0 0 1-1.98-1.8L4 8Z' stroke='%23000' stroke-width='1.8' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.primeview-explore__card-icon--restaurant::after {
-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8 3v8a2 2 0 0 0 2 2v8' stroke='%23000' stroke-width='1.8' stroke-linecap='round'/%3E%3Cpath d='M8 3c1.5 0 2.5 1 2.5 3S9.5 9 8 9' stroke='%23000' stroke-width='1.8' stroke-linecap='round'/%3E%3Cpath d='M16 3v18' stroke='%23000' stroke-width='1.8' stroke-linecap='round'/%3E%3Cpath d='M16 3c2 0 3 1.5 3 4s-1 4-3 4' stroke='%23000' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E");
mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8 3v8a2 2 0 0 0 2 2v8' stroke='%23000' stroke-width='1.8' stroke-linecap='round'/%3E%3Cpath d='M8 3c1.5 0 2.5 1 2.5 3S9.5 9 8 9' stroke='%23000' stroke-width='1.8' stroke-linecap='round'/%3E%3Cpath d='M16 3v18' stroke='%23000' stroke-width='1.8' stroke-linecap='round'/%3E%3Cpath d='M16 3c2 0 3 1.5 3 4s-1 4-3 4' stroke='%23000' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E");
}
.primeview-explore__card-icon--office::after {
-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 20V5a1 1 0 0 1 1-1h9a1 1 0 0 1 1 1v15' stroke='%23000' stroke-width='1.8'/%3E%3Cpath d='M15 10h4a1 1 0 0 1 1 1v9' stroke='%23000' stroke-width='1.8'/%3E%3Cpath d='M3 20h18' stroke='%23000' stroke-width='1.8' stroke-linecap='round'/%3E%3Cpath d='M7 8h2M7 12h2M7 16h2' stroke='%23000' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E");
mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 20V5a1 1 0 0 1 1-1h9a1 1 0 0 1 1 1v15' stroke='%23000' stroke-width='1.8'/%3E%3Cpath d='M15 10h4a1 1 0 0 1 1 1v9' stroke='%23000' stroke-width='1.8'/%3E%3Cpath d='M3 20h18' stroke='%23000' stroke-width='1.8' stroke-linecap='round'/%3E%3Cpath d='M7 8h2M7 12h2M7 16h2' stroke='%23000' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E");
}
.primeview-explore__card-icon--venue::after {
-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 20V9l8-5 8 5v11' stroke='%23000' stroke-width='1.8' stroke-linejoin='round'/%3E%3Cpath d='M9 20v-6h6v6' stroke='%23000' stroke-width='1.8' stroke-linejoin='round'/%3E%3C/svg%3E");
mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 20V9l8-5 8 5v11' stroke='%23000' stroke-width='1.8' stroke-linejoin='round'/%3E%3Cpath d='M9 20v-6h6v6' stroke='%23000' stroke-width='1.8' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.primeview-explore__card-title {
font-size: 15px;
font-weight: 650;
letter-spacing: -0.015em;
line-height: 1.25;
color: #ffffff;
text-shadow: 0 1px 12px rgba(15, 23, 42, 0.35);
} @media (max-width: 1199.98px) {
.primeview-explore {
padding-left: 32px;
padding-right: 32px;
padding-top: 136px;
}
.primeview-explore__grid {
grid-template-columns: repeat(4, minmax(0, 1fr));
row-gap: 19px;
column-gap: 18px;
}
}
@media (max-width: 900px) {
body.home .primeview-hero .primeview-hero__dock,
body.primeview-has-transparent-header .primeview-hero .primeview-hero__dock {
margin-bottom: -48px;
padding: 0 16px;
}
.primeview-explore {
padding: 128px 24px 72px;
}
.primeview-explore__header {
margin-bottom: 40px;
}
.primeview-explore__grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
row-gap: 16px;
column-gap: 15px;
}
.primeview-explore__card {
aspect-ratio: 25 / 23;
}
body.home .primeview-hero .primeview-hero__feature,
body.primeview-has-transparent-header .primeview-hero .primeview-hero__feature {
padding: 20px 16px;
}
} @media (max-width: 767.98px) {
body.home .primeview-hero .primeview-hero__dock,
body.primeview-has-transparent-header .primeview-hero .primeview-hero__dock {
width: 94%;
max-width: 94%;
margin-top: 16px;
margin-left: auto;
margin-right: auto; margin-bottom: -72px;
padding: 0;
}
body.home .primeview-hero .primeview-hero__features,
body.primeview-has-transparent-header .primeview-hero .primeview-hero__features {
grid-template-columns: 1fr !important;
width: 100%;
border-radius: 24px !important;
box-shadow:
0 14px 32px rgba(15, 23, 42, 0.1),
0 4px 12px rgba(15, 23, 42, 0.05);
}
body.home .primeview-hero .primeview-hero__feature,
body.primeview-has-transparent-header .primeview-hero .primeview-hero__feature {
display: grid !important;
grid-template-columns: 28px minmax(0, 1fr) 12px;
column-gap: 12px;
align-items: center;
padding: 10px 20px;
text-align: left;
}
body.home .primeview-hero .primeview-hero__feature + .primeview-hero__feature::before,
body.primeview-has-transparent-header .primeview-hero .primeview-hero__feature + .primeview-hero__feature::before {
left: 20px;
right: 20px;
top: 0;
bottom: auto;
width: auto;
height: 1px;
background: rgba(15, 23, 42, 0.07);
}
body.home .primeview-hero .primeview-hero__feature::after,
body.primeview-has-transparent-header .primeview-hero .primeview-hero__feature::after {
content: '';
grid-column: 3;
justify-self: end;
align-self: center;
width: 7px;
height: 7px;
margin: 0;
border-right: 1.5px solid #14b8a6;
border-top: 1.5px solid #14b8a6;
transform: rotate(45deg);
opacity: 0.75;
}
body.home .primeview-hero .primeview-hero__feature-icon,
body.primeview-has-transparent-header .primeview-hero .primeview-hero__feature-icon {
grid-column: 1;
width: 28px;
height: 28px;
border-radius: 999px;
background: rgba(34, 197, 94, 0.1);
}
body.home .primeview-hero .primeview-hero__feature-icon::after,
body.primeview-has-transparent-header .primeview-hero .primeview-hero__feature-icon::after {
inset: 6px;
}
body.home .primeview-hero .primeview-hero__feature-copy,
body.primeview-has-transparent-header .primeview-hero .primeview-hero__feature-copy {
grid-column: 2;
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: center;
gap: 2px;
min-width: 0;
}
body.home .primeview-hero .primeview-hero__feature-title,
body.primeview-has-transparent-header .primeview-hero .primeview-hero__feature-title {
font-size: 13px;
font-weight: 700;
line-height: 1.2;
}
body.home .primeview-hero .primeview-hero__feature-text,
body.primeview-has-transparent-header .primeview-hero .primeview-hero__feature-text {
font-size: 11px;
line-height: 1.3;
color: #64748b;
} .primeview-explore {
padding: 112px 0 56px;
}
.primeview-explore__header {
padding: 0 24px;
margin-bottom: 28px;
max-width: 340px;
}
.primeview-explore__eyebrow {
margin: 0 0 10px;
font-size: 11px;
letter-spacing: 0.12em;
}
.primeview-explore__headline {
font-size: clamp(1.55rem, 6.2vw, 1.8rem);
line-height: 1.18;
letter-spacing: -0.028em;
} .primeview-explore__carousel {
--pv-explore-gap: 12px;
--pv-explore-pad: 20px;
position: relative;
}
.primeview-explore__carousel::before,
.primeview-explore__carousel::after {
content: '';
position: absolute;
top: 0;
bottom: 34px;
width: 32px;
z-index: 2;
pointer-events: none;
}
.primeview-explore__carousel::before {
left: 0;
background: linear-gradient(
90deg,
rgba(255, 255, 255, 1) 0%,
rgba(255, 255, 255, 0.55) 42%,
rgba(255, 255, 255, 0) 100%
);
}
.primeview-explore__carousel::after {
right: 0;
background: linear-gradient(
270deg,
rgba(255, 255, 255, 1) 0%,
rgba(255, 255, 255, 0.55) 42%,
rgba(255, 255, 255, 0) 100%
);
}
.primeview-explore__grid {
display: flex;
grid-template-columns: none;
gap: var(--pv-explore-gap);
overflow-x: auto;
overflow-y: hidden;
padding: 4px var(--pv-explore-pad) 10px;
scroll-padding-inline: var(--pv-explore-pad);
scroll-snap-type: x mandatory;
scroll-behavior: smooth;
-webkit-overflow-scrolling: touch;
overscroll-behavior-x: contain;
scrollbar-width: none;
touch-action: pan-x;
}
.primeview-explore__grid::-webkit-scrollbar {
display: none;
}
.primeview-explore__card { flex: 0 0 calc((100% - (2 * var(--pv-explore-gap))) / 2.09);
width: auto;
min-width: 0;
max-width: none;
aspect-ratio: 25 / 23;
height: auto;
margin-inline: 0;
scroll-snap-align: start;
scroll-snap-stop: always;
}
.primeview-explore__card:hover,
.primeview-explore__card:focus {
transform: none;
}
.primeview-explore__dots {
display: flex;
align-items: center;
justify-content: center;
gap: 6px;
margin: 14px 0 0;
padding: 0;
min-height: 12px;
}
.primeview-explore__dot {
display: block;
width: 14px;
height: 3px;
padding: 0;
border: 0;
border-radius: 999px;
background: rgba(15, 23, 42, 0.16);
cursor: pointer;
transition:
width 220ms ease,
background-color 220ms ease;
}
.primeview-explore__dot.is-active {
width: 22px;
background: var(--pv-explore-green);
}
.primeview-explore__dot:focus-visible {
outline: 2px solid rgba(34, 197, 94, 0.45);
outline-offset: 3px;
}
}
@media (max-width: 600px) {
.primeview-explore {
padding: 110px 0 56px;
}
.primeview-explore__header {
padding: 0 20px;
margin-bottom: 26px;
}
.primeview-explore__carousel {
--pv-explore-pad: 20px;
}
} @media (min-width: 768px) {
.primeview-explore__dots {
display: none;
}
}
@media (prefers-reduced-motion: reduce) {
.primeview-explore__card,
.primeview-explore__card-image,
.primeview-explore__dot {
transition: none;
}
.primeview-explore__grid {
scroll-behavior: auto;
}
.primeview-explore__card:hover,
.primeview-explore__card:focus {
transform: none;
}
.primeview-explore__card:hover .primeview-explore__card-image,
.primeview-explore__card:focus .primeview-explore__card-image {
transform: none;
}
}