#hero { padding: 300px 0 80px; margin-top: -160px; }
#hero .container { display: flex; align-items: center; justify-content: center; }
#hero .contents { padding-right: 10%; min-width: 50%; }
#hero .image { flex-grow: 1; text-align: center; }
#hero .image img { max-width: 100%; }
#hero p { margin-bottom: 40px; }
#hero b { font-weight: 900; }
#rooms .wrapper { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; padding: 60px 0 0; }
#rooms .room { width: 670px; text-align: center; padding-bottom: 100px; }
#rooms .room:nth-child(odd) { margin-right: 50px; }
#rooms .room:nth-child(even) { margin-left: 50px; }
#rooms .image { position: relative; border-radius: 10px; overflow: hidden; }
#rooms .overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: radial-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.1)); display: flex; align-items: center; justify-content: center; }
#rooms .image img { width: 100%; display: block; }
#rooms p { height: 90px; font-weight: 400; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }
#rooms .buttons { display: flex; align-items: center; justify-content: space-around; padding: 20px 0; }
#newsletter .newsletter { display: flex; align-items: center; justify-content: center; text-align: left; }
#newsletter .newsletter > div { width: 45%; margin-left: 10%; }
#newsletter .newsletter h2 { text-align: left; }
#newsletter .newsletter .checkbox { color: #aaa; font-size: 16px; font-weight: 400; }
#newsletter .newsletter .checkbox input { font-size: 32px; }
#newsletter .subscribe-box { display: flex; align-items: stretch; justify-content: flex-start; width: 90%; margin-top: 20px; }
#newsletter .subscribe-box .floating { flex-grow: 1; }
#newsletter .subscribe-box button { height: calc(3.5rem + 2px) !important; margin-left: -24px; border-top-left-radius: 0; border-bottom-left-radius: 0; }
#articles { text-align: center; }
#articles .wrapper { display: flex; align-items: stretch; justify-content: center; flex-wrap: wrap; padding: 0 0 20px; }
#articles .article { width: 440px; padding: 26px; margin: 20px; border-radius: 20px; box-shadow: 0 0 15px rgba(0,0,0,0.5); backdrop-filter: blur(20px); background: radial-gradient(rgba(255,255,255,0.3), rgba(0,0,0,0.1)); text-align: left; }
#articles .article h3 { height: 64px; font-size: 22px; overflow: hidden; text-overflow: ellipsis; white-space: wrap; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; cursor: pointer; }
#articles .article h3:hover { text-decoration: underline; }
#articles .article p { font-size: 18px; display: block; height: 110px; overflow: hidden; text-overflow: ellipsis; white-space: wrap; display: -webkit-box; -webkit-line-clamp: 4; line-clamp: 2; -webkit-box-orient: vertical; }
#articles .article img { width: 100%; height: 340px; border-radius: 16px; object-fit: cover; object-position: center center; margin-bottom: 16px; }
#articles .article .cta-box { margin: 30px auto 20px; text-align: center; }
#reviews .wrapper { display: flex; align-items: center; justify-content: center; padding: 60px 0; }
#reviews .review { background: rgba(255,255,255,0.1); padding: 40px 30px; border-radius: 20px; text-align: center; }
#reviews .stars { display: flex; align-items: center; justify-content: center; }
#reviews .stars span { -webkit-mask-image: url('/libraries/Feather/star.svg'); -webkit-mask-size: 100% 100%; background: yellow; width: 20px; height: 20px; margin: 0 2px; }
#reviews .stars[data-id="5"] span, #reviews .stars[data-id="4"] span:not(:last-child), #reviews .stars[data-id="3"] span:nth-child(1), #reviews .stars[data-id="3"] span:nth-child(2), #reviews .stars[data-id="3"] span:nth-child(3) { -webkit-mask-image: url('/libraries/Feather/star-filled.svg'); }
#reviews .title { font-size: 20px; }
.buttons { display: flex; align-items: center; justify-content: flex-start; gap: 20px; flex-wrap: wrap; }

@media (max-width: 1440px) {
#rooms .wrapper { padding: 50px 0 0; }
#rooms .room { width: calc(50% - 80px); padding-bottom: 80px; }
#rooms .room:nth-child(odd) { margin-right: 40px; }
#rooms .room:nth-child(even) { margin-left: 40px; }
#rooms p { height: 80px; }
#hero h1 { font-size: 52px; }
#hero { padding: 280px 0 80px; }
#hero .container { align-items: flex-start; }
#hero .container > div { padding: 0 60px; }
#newsletter img { max-width: 70%; }
#newsletter .newsletter .checkbox { font-size: 14px; }
#articles .wrapper { padding: 0 60px 20px; }
#articles .article { width: 360px; padding: 26px; margin: 20px; }
#articles .article img { height: 300px; }
#articles .article h3 { font-size: 20px; }
#reviews .wrapper { padding: 40px; }
#reviews .review { padding: 32px 24px; }
#reviews .title { font-size: 18px; }
}

@media (max-width: 1280px) {
#hero h1 { font-size: 32px; }
#hero { padding: 100px 0 40px; margin-top: -75px; }
#hero .container { flex-wrap: wrap; }
#hero .container > div { padding: 0; }
#hero p { margin-bottom: 20px; }
#hero img { max-width: 60%; margin-top: 60px; }
#newsletter .newsletter { flex-wrap: wrap; }
#newsletter .newsletter > div { width: initial; margin-left: 0%; }
#newsletter .subscribe-box { width: 100%; flex-wrap: wrap; text-align: center; justify-content: center; align-items: center; padding-bottom: 20px; }
#newsletter .subscribe-box input { margin-bottom: 12px; }
#articles .article { width: 100%; max-width: 500px; }
#articles .wrapper { padding: 0 0px 20px; }
}

@media (max-width: 1024px) {
#rooms .wrapper { padding: 50px 0 0; }
#rooms .room { width: 100%; padding-bottom: 60px; max-width: 600px; }
#rooms .room:nth-child(odd) { margin: auto; }
#rooms .room:nth-child(even) { margin: auto; }
#rooms p { height: 80px; }
}