/* Oasis Rentals — design tokens from the original Wix site */
@font-face { font-family: 'Fahkwang'; src: url('/fonts/fahkwang-300.ttf'); font-weight: 300; font-display: swap; }
@font-face { font-family: 'Fahkwang'; src: url('/fonts/fahkwang-400.ttf'); font-weight: 400; font-display: swap; }
@font-face { font-family: 'Fahkwang'; src: url('/fonts/fahkwang-500.ttf'); font-weight: 500; font-display: swap; }
@font-face { font-family: 'Fahkwang'; src: url('/fonts/fahkwang-600.ttf'); font-weight: 600; font-display: swap; }

:root {
  --cream: #F3EADE;
  --beige: #E9DDCF;
  --brown: #6A5841;
  --ink: #1c1c1c;
  --grey: #726f68;
  --display: 'Fahkwang', 'Trebuchet MS', sans-serif;
  --body: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { background: var(--cream); color: var(--ink); font-family: var(--body); font-size: 16px; line-height: 1.6; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.wrap { max-width: 1220px; margin: 0 auto; padding: 0 24px; }

/* ---------- header ---------- */
header.site { background: var(--beige); }
header.site .wrap { display: flex; align-items: center; justify-content: space-between; height: 78px; }
.logo { font-family: var(--display); font-weight: 600; font-size: 20px; letter-spacing: .06em; color: #000; }
nav.main { display: flex; gap: 34px; }
nav.main a { font-family: var(--display); font-size: 16px; color: #000; }
nav.main a:hover { color: var(--brown); }
nav.main a.current { color: var(--grey); }
.nav-toggle { display: none; background: none; border: 0; font-size: 26px; cursor: pointer; }
@media (max-width: 760px) {
  .nav-toggle { display: block; }
  nav.main { display: none; position: absolute; right: 0; top: 78px; background: var(--beige);
             flex-direction: column; padding: 18px 28px; gap: 14px; z-index: 50; }
  nav.main.open { display: flex; }
  header.site .wrap { position: relative; }
}

/* ---------- footer ---------- */
footer.site { background: var(--cream); padding: 40px 0 60px; margin-top: 80px; }
footer.site .rule { border-top: 1px solid #333; margin-bottom: 44px; }
.foot-grid { display: grid; grid-template-columns: 1.2fr 1fr .7fr; gap: 30px; align-items: start; }
.foot-logo { font-family: var(--display); font-size: 34px; color: var(--brown); letter-spacing: .04em; }
.foot-social { display: flex; gap: 14px; margin-bottom: 18px; }
.foot-social svg { width: 20px; height: 20px; fill: #000; }
.foot-social a:hover svg { fill: var(--brown); }
.foot-contact { font-size: 13.5px; line-height: 1.55; }
.foot-contact p + p { margin-top: 14px; }
.foot-region { font-family: var(--display); font-size: 22px; line-height: 1.5; }
@media (max-width: 760px) { .foot-grid { grid-template-columns: 1fr; } }

/* ---------- home ---------- */
.hero { position: relative; height: 62vh; min-height: 420px; overflow: hidden; }
.hero img { width: 100%; height: 100%; object-fit: cover; object-position: center 30%; }
.hero .shade { position: absolute; inset: 0; background: rgba(60,45,35,.25); }
.hero .text { position: absolute; left: 6%; top: 42%; color: #fff; }
.hero .kicker { font-family: var(--display); font-size: 18px; margin-bottom: 8px; }
.hero h1 { font-family: var(--display); font-weight: 400; font-size: clamp(40px, 5.5vw, 64px); }
.welcome { background: var(--beige); text-align: center; padding: 74px 0 84px; }
.welcome h2 { font-family: var(--display); font-weight: 400; font-size: 44px; color: var(--brown); margin-bottom: 26px; }
.welcome .lede { max-width: 420px; margin: 0 auto 60px; font-size: 15px; }
.features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 54px 70px; max-width: 980px; margin: 0 auto; }
.feature img { width: 132px; height: 132px; border-radius: 50%; object-fit: cover; margin: 0 auto 22px; }
.feature h3 { font-family: var(--display); font-weight: 500; font-size: 17px; margin-bottom: 14px; }
.feature p { font-size: 13.5px; max-width: 250px; margin: 0 auto; }
@media (max-width: 860px) { .features { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .features { grid-template-columns: 1fr; } }
.showcase { padding: 80px 0 20px; }
.showcase h2 { font-family: var(--display); font-weight: 400; font-size: clamp(34px, 4vw, 48px);
               color: var(--brown); letter-spacing: .05em; margin-bottom: 20px; }
.showcase .rule { border-top: 1px solid var(--brown); margin-bottom: 34px; }
.shots { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.shots img { width: 100%; height: 100%; object-fit: cover; }
.shots .wide2 { grid-column: span 1; }

/* ---------- shared page titles ---------- */
.page-title { font-family: var(--display); font-weight: 400; font-size: clamp(36px, 4.5vw, 52px);
              color: var(--brown); text-align: center; padding: 60px 0 34px; }

/* ---------- properties listing ---------- */
.filters { background: var(--beige); padding: 22px 26px; margin-bottom: 40px; }
.filters .label { color: var(--grey); font-size: 14px; margin-bottom: 12px; }
.filter-row { display: flex; flex-wrap: wrap; gap: 28px; align-items: end; }
.filter-row fieldset { border: 0; }
.filter-row legend { font-size: 13.5px; margin-bottom: 8px; }
.filter-row label { font-size: 13px; margin-right: 10px; }
.filter-row select { background: var(--cream); border: 1px solid var(--brown); padding: 8px 10px;
                     font-family: var(--display); color: var(--grey); min-width: 160px; }
.btn { background: var(--brown); color: var(--cream); border: 0; font-family: var(--display);
       padding: 10px 30px; font-size: 14px; cursor: pointer; }
.btn:hover { opacity: .9; }
.count { font-size: 13.5px; margin-bottom: 22px; }
.count b { margin-left: 26px; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px; }
@media (max-width: 900px) { .cards { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .cards { grid-template-columns: 1fr; } }
.card { background: var(--cream); }
.card .photo { position: relative; aspect-ratio: 4/2.9; }
.card .photo img { width: 100%; height: 100%; object-fit: cover; }
.badge { position: absolute; top: 10px; right: 10px; background: #17130e; color: #fff;
         font-size: 11.5px; padding: 6px 10px; max-width: 74px; text-align: center; }
.badge.available { background: #17130e; }
.card .price, .card .occ { font-family: var(--display); font-size: 22px; margin: 16px 0 6px; }
.card .name { font-family: var(--display); color: var(--brown); font-size: 15.5px; line-height: 1.45; min-height: 44px; }
.card .specs { display: flex; gap: 26px; margin-top: 12px; font-size: 12.5px; }
.card .specs span { display: block; color: var(--ink); }
.card .specs b { font-weight: 400; display: block; margin-top: 3px; }

/* ---------- property detail ---------- */
.back { display: inline-block; font-size: 13.5px; margin: 26px 0 4px; color: var(--grey); }
.prop-head { display: flex; justify-content: space-between; align-items: start; gap: 30px; margin-bottom: 30px; }
.prop-head h1 { font-family: var(--display); font-weight: 400; font-size: clamp(30px, 3.8vw, 44px); color: var(--brown); }
.prop-head .addr { margin-top: 8px; font-size: 15px; }
.prop-status { border-left: 1px solid #999; padding-left: 30px; text-align: left; min-width: 180px; }
.prop-status .avail { font-size: 14px; margin-bottom: 8px; }
.prop-status .occ { font-family: var(--display); font-size: 28px; }
.gallery-main { aspect-ratio: 16/9.2; background: #ddd; }
.gallery-main img { width: 100%; height: 100%; object-fit: cover; }
.thumbs { display: flex; gap: 8px; margin-top: 10px; overflow-x: auto; padding-bottom: 6px; }
.thumbs img { width: 104px; height: 78px; object-fit: cover; cursor: pointer; opacity: .75; flex: 0 0 auto; }
.thumbs img.sel { opacity: 1; outline: 2px solid var(--brown); }
.prop-cols { display: grid; grid-template-columns: 1.7fr 1fr; gap: 60px; margin-top: 50px; }
@media (max-width: 760px) { .prop-cols { grid-template-columns: 1fr; } .prop-head { flex-direction: column; } .prop-status { border: 0; padding: 0; } }
.sect-title { font-family: var(--display); color: var(--brown); font-size: 20px; margin-bottom: 18px; }
.prop-desc p { font-size: 14.5px; margin-bottom: 16px; }
.agent p { font-size: 14.5px; margin-bottom: 8px; }
.details-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px 20px; max-width: 560px; }
.details-grid .k { font-size: 14px; color: var(--ink); }
.details-grid .v { font-size: 14px; margin-top: 4px; }
.prop-sect { margin-top: 54px; }
.map-embed { width: 100%; height: 320px; border: 0; margin-top: 10px; filter: sepia(.15); }

/* ---------- blog ---------- */
.cat-nav { display: flex; gap: 30px; justify-content: center; flex-wrap: wrap; margin-bottom: 46px; }
.cat-nav a { font-family: var(--display); font-size: 15px; }
.cat-nav a.current { color: var(--brown); border-bottom: 2px solid var(--brown); padding-bottom: 4px; }
.posts { max-width: 920px; margin: 0 auto; display: flex; flex-direction: column; gap: 36px; }
.post-card { display: grid; grid-template-columns: 348px 1fr; border: 1px solid #d8cdbd; background: var(--cream); }
@media (max-width: 700px) { .post-card { grid-template-columns: 1fr; } }
.post-card .cover { display: block; }
.post-card .cover img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4/3; }
.post-card .body { padding: 26px 30px 20px; display: flex; flex-direction: column; }
.post-card .meta { display: flex; align-items: center; gap: 8px; font-size: 12.5px; color: #444; margin-bottom: 16px; }
.post-card .meta svg { width: 30px; height: 30px; fill: #b9b0a2; }
.post-card h3 { font-family: var(--display); font-weight: 500; font-size: 24px; line-height: 1.35; margin-bottom: 14px; }
.post-card h3 a:hover { color: var(--brown); }
.post-card .desc { font-size: 14px; color: #333; }
.pager { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-top: 50px; font-family: var(--display); font-size: 14px; }
.pager a, .pager span { padding: 8px 13px; }
.pager .cur { background: var(--brown); color: var(--cream); }
.pager a:hover { background: var(--beige); }

/* ---------- post page ---------- */
article.post { background: #fff; max-width: 800px; margin: 40px auto 0; padding: 54px 8% 60px; }
article.post .meta { font-size: 13px; color: var(--grey); margin-bottom: 18px; }
article.post h1.title { font-family: var(--display); font-weight: 500; font-size: clamp(26px, 3.2vw, 36px);
                        line-height: 1.35; margin-bottom: 26px; }
article.post .cover { margin: 0 0 30px; }
.post-body { font-size: 15.5px; }
.post-body h1, .post-body h2, .post-body h3, .post-body h4 {
  font-family: var(--display); font-weight: 500; line-height: 1.4; margin: 30px 0 14px; }
.post-body h1 { font-size: 24px; } .post-body h2 { font-size: 21px; } .post-body h3 { font-size: 18px; }
.post-body p { margin-bottom: 16px; }
.post-body ul, .post-body ol { margin: 0 0 16px 24px; }
.post-body a { color: var(--brown); text-decoration: underline; }
.post-body img { margin: 24px auto; }
.post-body blockquote { border-left: 3px solid var(--brown); padding-left: 18px; color: #444; margin: 20px 0; }
.post-body table { display: block; overflow-x: auto; border-collapse: collapse; margin: 20px 0; }
.post-body td, .post-body th { border: 1px solid #ccc; padding: 8px 12px; font-size: 14px; }
article.post { overflow-wrap: break-word; }
.post-tags { margin-top: 36px; font-size: 13px; }
.post-tags a { color: var(--brown); margin-right: 14px; }
.post-nav { display: flex; justify-content: space-between; gap: 20px; max-width: 800px;
            margin: 30px auto 0; font-size: 13.5px; }
.post-nav a { color: var(--brown); max-width: 45%; }

/* ---------- about ---------- */
.about-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 70px; align-items: start;
              background: var(--beige); padding: 80px 7%; }
@media (max-width: 760px) { .about-grid { grid-template-columns: 1fr; padding: 50px 6%; } }
.about-grid h1 { font-family: var(--display); font-weight: 400; font-size: clamp(38px, 5vw, 56px);
                 color: var(--brown); margin-bottom: 30px; }
.about-grid p { font-size: 15px; margin-bottom: 22px; max-width: 420px; }
.about-social { display: flex; gap: 16px; margin-top: 10px; }
.about-social svg { width: 20px; height: 20px; fill: #000; }

/* ---------- contact ---------- */
.contact-box { background: var(--beige); padding: 70px 8% 80px; margin-top: 30px; }
.contact-box h1 { font-family: var(--display); font-weight: 400; font-size: clamp(36px, 4.5vw, 48px);
                  color: var(--brown); margin-bottom: 44px; }
.contact-info { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; max-width: 760px; margin-bottom: 56px; }
@media (max-width: 660px) { .contact-info { grid-template-columns: 1fr; } }
.contact-info h3 { font-family: var(--display); font-weight: 500; font-size: 16px; margin-bottom: 12px; }
.contact-info p { font-size: 14.5px; }
.contact-social svg { width: 18px; height: 18px; fill: #000; margin-right: 12px; }
form.contact { max-width: 800px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 24px; margin-bottom: 22px; }
@media (max-width: 660px) { .form-row { grid-template-columns: 1fr; } }
form.contact label { display: block; font-size: 13.5px; margin-bottom: 7px; }
form.contact input, form.contact textarea {
  width: 100%; background: var(--beige); border: 1px solid #1c1c1c; padding: 10px 12px;
  font-family: var(--body); font-size: 14px; }
form.contact textarea { min-height: 90px; resize: vertical; }
form.contact .send { display: flex; justify-content: flex-end; margin-top: 8px; }
