.property-page{
background:#f5f3eb;
color:#24322d;
}

.property-page #header{
background:linear-gradient(to bottom,rgba(0,0,0,.42),transparent);
}

.property-logo{
display:flex;
flex-direction:column;
color:#fff;
text-decoration:none;
}

.property-logo strong{
font:600 30px 'Playfair Display',serif;
}

.property-logo span{
font-size:10px;
letter-spacing:4px;
color:#ddd;
}

.property-hero{
min-height:92vh;
display:flex;
align-items:flex-end;
padding:160px 8% 100px;
position:relative;
background-position:center;
background-size:cover;
}

.property-hero::after{
content:"";
position:absolute;
inset:0;
background:linear-gradient(90deg,rgba(5,24,18,.78),rgba(5,24,18,.18) 68%),linear-gradient(0deg,rgba(5,24,18,.45),transparent 45%);
}

.property-hero-hills{background-image:url("../images/hills360/1.jpg")}
.property-hero-bellevue{background-image:url("../images//bellevue//WhatsApp Image 2026-06-23 at 7.06.28 AM (2).jpg")}
.property-hero-bellissimo{background-image:url("../images//bellissimo//WhatsApp Image 2026-06-23 at 7.06.10 AM.jpg")}

.property-hero-content{
position:relative;
z-index:1;
max-width:820px;
color:#fff;
}

.property-kicker{
display:block;
margin-bottom:18px;
color:#d4b06a;
font-size:13px;
font-weight:600;
letter-spacing:.18em;
}

.property-hero h1{
font:600 clamp(62px,10vw,120px)/.95 'Playfair Display',serif;
color:#fff;
margin-bottom:26px;
}

.property-hero p{
max-width:700px;
font-size:19px;
line-height:1.8;
color:rgba(255,255,255,.88);
}

.property-hero-link{
display:inline-flex;
align-items:center;
gap:12px;
margin-top:36px;
padding:17px 28px;
border:1px solid rgba(255,255,255,.45);
border-radius:50px;
color:#fff;
text-decoration:none;
font-weight:600;
transition:.3s;
}

.property-hero-link:hover{
background:#fff;
color:#0f3b2f;
transform:translateY(-2px);
}

.property-details{
width:min(1400px,88%);
margin:90px auto;
display:grid;
grid-template-columns:1.2fr .8fr;
gap:70px;
align-items:center;
padding:60px;
background:#fff;
border-radius:30px;
box-shadow:0 15px 50px rgba(0,0,0,.1);
}

.property-copy h2,
.property-section-heading h2,
.location-copy h2,
.property-booking-cta h2{
font:600 clamp(38px,5vw,62px)/1.12 'Playfair Display',serif;
color:#0f3b2f;
}

.property-copy>p,
.property-section-heading p,
.location-copy p,
.property-booking-cta p{
margin-top:22px;
color:#68736f;
line-height:1.9;
}

.property-facts{
display:flex;
flex-wrap:wrap;
gap:14px;
margin-top:30px;
}

.property-facts span{
padding:12px 18px;
border-radius:50px;
background:#f5f3eb;
color:#0f3b2f;
font-size:14px;
font-weight:500;
}

.property-facts i{
margin-right:7px;
color:#d4b06a;
}

.amenity-list{
display:grid;
grid-template-columns:repeat(2,minmax(0,1fr));
gap:14px;
}

.amenity-list span{
min-height:105px;
display:flex;
flex-direction:column;
justify-content:center;
align-items:center;
gap:12px;
padding:18px;
border-radius:22px;
background:#f7f8f5;
color:#0f3b2f;
text-align:center;
font-weight:500;
}

.amenity-list i{
font-size:25px;
color:#d4b06a;
}

.property-gallery{
padding:110px 6%;
background:#0f3b2f;
}

.property-section-heading{
max-width:800px;
margin:0 auto 55px;
text-align:center;
}

.property-section-heading h2{
color:#fff;
}

.property-section-heading p{
color:rgba(255,255,255,.66);
}

.property-photo-grid{
max-width:1500px;
margin:auto;
display:grid;
grid-template-columns:repeat(12,1fr);
grid-auto-rows:250px;
gap:18px;
}

.property-photo-grid img{
width:100%;
height:100%;
object-fit:cover;
border-radius:24px;
cursor:pointer;
transition:transform .35s,filter .35s;
}

.property-photo-grid img:hover{
transform:translateY(-4px);
filter:brightness(1.08);
}

.property-photo-grid img:nth-child(6n+1),
.property-photo-grid img:nth-child(6n+4){
grid-column:span 7;
grid-row:span 2;
}

.property-photo-grid img:nth-child(6n+2),
.property-photo-grid img:nth-child(6n+3),
.property-photo-grid img:nth-child(6n+5),
.property-photo-grid img:nth-child(6n+6){
grid-column:span 5;
}

.property-location{
width:min(1400px,88%);
margin:100px auto;
display:grid;
grid-template-columns:.8fr 1.2fr;
overflow:hidden;
background:#fff;
border-radius:30px;
box-shadow:0 15px 50px rgba(0,0,0,.1);
}

.location-copy{
padding:60px;
align-self:center;
}

.location-copy a{
display:inline-flex;
gap:10px;
align-items:center;
margin-top:30px;
color:#0f3b2f;
font-weight:600;
text-decoration:none;
}

.location-copy a:hover{
color:#d4b06a;
}

.property-location iframe{
width:100%;
min-height:500px;
border:0;
}

.property-booking-cta{
margin-top:100px;
padding:130px 8%;
text-align:center;
background:#fff;
}

.property-booking-cta p{
margin-left:auto;
margin-right:auto;
max-width:650px;
}

.property-booking-cta a{
display:inline-block;
margin-top:36px;
padding:20px 42px;
border-radius:25px;
background:#0f3b2f;
color:#fff;
font-weight:600;
text-decoration:none;
transition:.3s;
}

.property-booking-cta a:hover{
background:#d4b06a;
transform:translateY(-3px);
box-shadow:0 14px 30px rgba(212,176,106,.28);
}

@media(max-width:900px){
.property-page .nav-links.active{
position:absolute;
top:78px;
left:12px;
right:12px;
display:flex;
flex-direction:column;
align-items:stretch;
gap:10px;
padding:18px;
border-radius:24px;
background:rgba(15,59,47,.97);
box-shadow:0 18px 45px rgba(0,0,0,.2);
}

.property-page .nav-links.active>li,
.property-page .nav-links.active>li>a{
width:100%;
}

.property-page .nav-links.active a{
display:block;
padding:12px 14px;
border-radius:14px;
background:rgba(255,255,255,.06);
}

.property-page .nav-links.active .nav-search{
width:100%;
max-width:none;
}

.property-page .nav-links.active .book-btn{
text-align:center;
}

.property-page .hamburger.active span:nth-child(1){
transform:translateY(11px) rotate(45deg);
}

.property-page .hamburger.active span:nth-child(2){
opacity:0;
}

.property-page .hamburger.active span:nth-child(3){
transform:translateY(-11px) rotate(-45deg);
}

.property-page .hamburger span{
transition:.3s;
}

.property-details,
.property-location{
grid-template-columns:1fr;
}

.property-hero{
min-height:auto;
padding:130px 7% 70px;
}

.property-hero h1{
font-size:clamp(44px,10vw,72px);
line-height:1.02;
}

.property-hero p{
font-size:16px;
line-height:1.7;
}

.property-details{
padding:38px;
gap:40px;
}

.property-copy h2,
.property-section-heading h2,
.location-copy h2,
.property-booking-cta h2{
font-size:clamp(30px,7vw,44px);
}

.property-facts{
gap:10px;
}

.property-facts span{
font-size:13px;
padding:11px 15px;
}

.amenity-list span{
min-height:90px;
font-size:14px;
}

.property-location iframe{
min-height:390px;
}

.property-photo-grid{
grid-template-columns:repeat(2,1fr);
grid-auto-rows:230px;
}

.property-photo-grid img,
.property-photo-grid img:nth-child(n){
grid-column:span 1;
grid-row:span 1;
}
}

@media(max-width:600px){
.property-logo strong{font-size:23px}
.property-hero{min-height:460px;padding:118px 6% 64px}
.property-hero p{font-size:15px}
.property-hero-link{padding:14px 22px;font-size:14px}
.property-details,.property-location{width:calc(100% - 28px);margin:55px auto}
.property-details{padding:24px;gap:28px}
.amenity-list{grid-template-columns:1fr 1fr;gap:10px}
.amenity-list span{min-height:86px;font-size:12px;padding:14px}
.property-gallery{padding:70px 14px}
.property-photo-grid{grid-template-columns:1fr;grid-auto-rows:270px}
.location-copy{padding:30px 22px}
.property-location iframe{min-height:290px}
.property-booking-cta{padding:78px 20px}
}
