@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Poppins:wght@300;400;500;600;700&display=swap");

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }
body { margin: 0; font-family: "Inter", system-ui, sans-serif; background: #F6F6F4; color: #0F0F0F; font-weight: 400; line-height: 1.6; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: none; background: none; padding: 0; color: inherit; }
::selection { background: #0F3D2E; color: #fff; }

/* Layout */
.container { max-width: 1440px; margin: 0 auto; padding: 0 24px; }
@media (min-width: 768px) { .container { padding: 0 40px; } }
@media (min-width: 1024px) { .container { padding: 0 64px; } }

/* Typography */
.h1, h1 { font-family: "Poppins", sans-serif; font-weight: 600; font-size: clamp(36px, 6vw, 76px); line-height: 1.05; letter-spacing: -0.02em; margin: 0; }
.h2, h2 { font-family: "Poppins", sans-serif; font-weight: 600; font-size: clamp(28px, 4.5vw, 56px); line-height: 1.08; letter-spacing: -0.015em; margin: 0; }
.h3, h3 { font-family: "Poppins", sans-serif; font-weight: 500; font-size: clamp(22px, 3vw, 36px); line-height: 1.2; letter-spacing: -0.01em; margin: 0; }
.body-lg { font-size: 18px; color: #4A4A4A; line-height: 1.7; font-weight: 400; }
.body { font-size: 16px; color: #4A4A4A; line-height: 1.7; }
.overline { font-size: 11px; letter-spacing: 0.24em; text-transform: uppercase; font-weight: 500; color: #0F0F0F; }
.eyebrow { display: inline-flex; align-items: center; gap: 12px; font-size: 11px; letter-spacing: 0.24em; text-transform: uppercase; font-weight: 500; color: #0F3D2E; }
.eyebrow::before { content: ""; display: inline-block; width: 32px; height: 1px; background: #0F3D2E; }
.muted { color: #8A8A8A; }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 16px 32px; font-size: 11px; letter-spacing: 0.24em; text-transform: uppercase; font-weight: 500; transition: background-color .3s, color .3s, border-color .3s; }
.btn-primary { background: #0F3D2E; color: #fff; }
.btn-primary:hover { background: #072418; }
.btn-ghost { border: 1px solid #0F0F0F; color: #0F0F0F; }
.btn-ghost:hover { background: #0F0F0F; color: #fff; }
.btn-light { background: #fff; color: #0F0F0F; }
.btn-light:hover { background: #EFECE5; }
.btn-outline-white { border: 1px solid rgba(255,255,255,.4); color: #fff; }
.btn-outline-white:hover { background: #fff; color: #0F0F0F; }

/* Form */
.field { width: 100%; background: transparent; border: 0; border-bottom: 1px solid #D8D5CF; padding: 12px 0; font-size: 14px; color: #0F0F0F; outline: none; font-family: inherit; }
.field:focus { border-color: #0F3D2E; }
.field::placeholder { color: #B0AEA5; }
select.field { background: transparent; appearance: none; -webkit-appearance: none; padding-right: 20px; }

/* Header / Nav */
.site-nav { position: fixed; top: 0; left: 0; right: 0; z-index: 50; transition: background .5s, box-shadow .5s; }
.site-nav.solid { background: rgba(255,255,255,.92); backdrop-filter: blur(20px); border-bottom: 1px solid rgba(0,0,0,.05); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 96px; }
@media (min-width: 768px) { .nav-inner { height: 112px; } }
.nav-logo img { height: 80px; width: auto; transition: filter .5s; }
@media (min-width: 768px) { .nav-logo img { height: 96px; } }
@media (min-width: 1024px) { .nav-logo img { height: 112px; } }
.site-nav.on-hero .nav-logo img { filter: brightness(0) invert(1); }
.nav-menu { display: none; gap: 32px; }
@media (min-width: 1024px) { .nav-menu { display: flex; } }
.nav-menu a { font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: #4A4A4A; transition: color .3s; }
.nav-menu a:hover, .nav-menu a.current-menu-item { color: #0F0F0F; }
.site-nav.on-hero .nav-menu a { color: rgba(255,255,255,.85); }
.site-nav.on-hero .nav-menu a:hover, .site-nav.on-hero .nav-menu a.current-menu-item { color: #fff; }
.nav-cta { display: none; }
@media (min-width: 640px) { .nav-cta { display: inline-flex; } }
.site-nav.on-hero .nav-cta { background: #fff; color: #0F0F0F; }
.nav-toggle { display: block; padding: 8px; }
@media (min-width: 1024px) { .nav-toggle { display: none; } }
.site-nav.on-hero .nav-toggle { color: #fff; }
.nav-mobile { display: none; background: #fff; border-top: 1px solid rgba(0,0,0,.05); }
.nav-mobile.open { display: block; }
.nav-mobile ul { list-style: none; padding: 24px 0; margin: 0; display: flex; flex-direction: column; gap: 12px; }
.nav-mobile a { display: block; padding: 8px 0; font-size: 14px; color: #0F0F0F; }

/* Hero */
.hero { position: relative; height: 100svh; min-height: 720px; overflow: hidden; }
.hero-media { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; }
.hero-vignette { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.55) 0%, rgba(0,0,0,.15) 35%, rgba(0,0,0,.05) 65%, rgba(0,0,0,.55) 100%); }
.hero-content { position: relative; height: 100%; display: flex; flex-direction: column; justify-content: flex-end; padding-bottom: 160px; }
.hero-title { color: #fff; max-width: 1200px; margin-top: 24px; }
.hero-subtitle { color: rgba(255,255,255,.75); max-width: 640px; margin-top: 32px; }
.hero-cta-row { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 40px; }
.hero-overline { color: rgba(255,255,255,.8); }

/* Search widget */
.search-widget { position: absolute; left: 0; right: 0; bottom: 32px; padding: 0 24px; }
@media (min-width: 768px) { .search-widget { padding: 0 40px; } }
@media (min-width: 1024px) { .search-widget { padding: 0 64px; } }
.search-widget-inner { max-width: 960px; margin: 0 auto; background: rgba(255,255,255,.95); backdrop-filter: blur(20px); box-shadow: 0 30px 80px rgba(0,0,0,.18); }
.search-grid { display: grid; grid-template-columns: 1fr; }
@media (min-width: 768px) { .search-grid { grid-template-columns: 1fr 1fr 1fr auto; } }
.search-field { padding: 20px 24px; border-bottom: 1px solid #D8D5CF; cursor: pointer; }
@media (min-width: 768px) { .search-field { border-bottom: 0; border-right: 1px solid #D8D5CF; } }
.search-field:last-of-type { border: 0; }
.search-field-label { font-size: 11px; letter-spacing: 0.24em; text-transform: uppercase; color: #8A8A8A; font-weight: 500; }
.search-field-input { display: flex; align-items: center; gap: 12px; margin-top: 8px; }
.search-field-input input, .search-field-input select { border: 0; outline: 0; background: transparent; width: 100%; font-size: 14px; color: #0F0F0F; font-family: inherit; }
.search-submit { background: #0F3D2E; color: #fff; padding: 20px 40px; font-size: 11px; letter-spacing: 0.24em; text-transform: uppercase; font-weight: 500; }
.search-submit:hover { background: #072418; }

/* Stats band */
.stats-band { background: #fff; border-top: 1px solid #D8D5CF; border-bottom: 1px solid #D8D5CF; }
.stats-grid { display: grid; grid-template-columns: repeat(2, 1fr); }
@media (min-width: 768px) { .stats-grid { grid-template-columns: repeat(4, 1fr); } }
.stat { padding: 56px 24px; text-align: center; border-right: 1px solid #D8D5CF; }
.stat:last-child { border-right: 0; }
.stat-num { font-family: "Poppins", sans-serif; font-size: clamp(32px, 4vw, 48px); font-weight: 600; color: #0F0F0F; }
.stat-label { font-size: 11px; letter-spacing: 0.24em; text-transform: uppercase; color: #8A8A8A; margin-top: 12px; font-weight: 500; }

/* Sections */
.section { padding: 96px 0; }
@media (min-width: 768px) { .section { padding: 128px 0; } }
.section-alt { background: #EFECE5; }
.section-dark { background: #0F0F0F; color: #fff; position: relative; overflow: hidden; }
.section-header { display: grid; grid-template-columns: 1fr; gap: 32px; align-items: end; margin-bottom: 56px; }
@media (min-width: 768px) { .section-header { grid-template-columns: 2fr 1fr; } }
.section-header .h2 { margin-top: 24px; }
.section-header-link { justify-self: start; }
@media (min-width: 768px) { .section-header-link { justify-self: end; } }

/* Property grid */
.property-grid { display: grid; grid-template-columns: 1fr; gap: 40px; }
@media (min-width: 768px) { .property-grid { grid-template-columns: 1fr 1fr; gap: 56px; } }
.property-card { display: block; }
.property-card-media { position: relative; aspect-ratio: 4/5; background: #EFECE5; overflow: hidden; }
.property-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .9s cubic-bezier(0.16,1,0.3,1); }
.property-card:hover .property-card-media img { transform: scale(1.06); }
.property-badge { position: absolute; top: 16px; left: 16px; background: rgba(255,255,255,.9); color: #0F0F0F; font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase; padding: 6px 12px; }
.property-rating { position: absolute; top: 16px; right: 16px; background: rgba(0,0,0,.7); color: #fff; font-size: 11px; padding: 6px 12px; display: inline-flex; align-items: center; gap: 6px; }
.property-info { display: flex; justify-content: space-between; align-items: flex-start; gap: 24px; margin-top: 20px; }
.property-info h3 { font-size: 24px; }
.property-meta { display: flex; gap: 16px; margin-top: 8px; font-size: 12px; color: #4A4A4A; }
.property-price { text-align: right; flex-shrink: 0; }
.property-price-value { font-family: "Poppins", sans-serif; font-weight: 600; font-size: 24px; color: #0F0F0F; }
.property-price-label { font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: #8A8A8A; margin-top: 4px; }

/* Value cards */
.value-grid { display: grid; grid-template-columns: 1fr; gap: 24px; }
@media (min-width: 640px) { .value-grid { grid-template-columns: 1fr 1fr; } }
.value-card { background: #fff; border: 1px solid #EDEBE3; padding: 28px; transition: transform .5s; }
.value-card:hover { transform: translateY(-4px); }
.value-card-icon { width: 24px; height: 24px; color: #0F3D2E; }
.value-card h4 { font-family: "Poppins", sans-serif; font-weight: 500; font-size: 22px; margin: 24px 0 12px; }
.value-card p { font-size: 14px; color: #4A4A4A; line-height: 1.7; margin: 0; }

/* Two-col split */
.split { display: grid; grid-template-columns: 1fr; gap: 40px; }
@media (min-width: 768px) { .split { grid-template-columns: 5fr 7fr; gap: 64px; } }

/* Experiences grid */
.exp-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
@media (min-width: 768px) { .exp-grid { grid-template-columns: repeat(4, 1fr); gap: 24px; } }
.exp-card { position: relative; aspect-ratio: 3/4; overflow: hidden; }
.exp-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .9s cubic-bezier(0.16,1,0.3,1); }
.exp-card:hover img { transform: scale(1.06); }
.exp-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.7), rgba(0,0,0,.2) 50%, transparent); }
.exp-card-title { position: absolute; left: 16px; right: 16px; bottom: 16px; color: #fff; font-family: "Poppins", sans-serif; font-weight: 500; font-size: 22px; z-index: 1; }

/* Owner CTA */
.owner-cta { position: relative; padding: 96px 0; color: #fff; background: #0F0F0F; overflow: hidden; }
.owner-cta-bg { position: absolute; inset: 0; opacity: .4; }
.owner-cta-bg img { width: 100%; height: 100%; object-fit: cover; }
.owner-cta-overlay { position: absolute; inset: 0; background: rgba(0,0,0,.6); }
.owner-cta-content { position: relative; display: grid; grid-template-columns: 1fr; gap: 40px; align-items: center; }
@media (min-width: 768px) { .owner-cta-content { grid-template-columns: 7fr 5fr; } }

/* Filters */
.filters { display: grid; grid-template-columns: 1fr; gap: 24px; padding: 24px 0; border-top: 1px solid #D8D5CF; border-bottom: 1px solid #D8D5CF; align-items: end; }
@media (min-width: 768px) { .filters { grid-template-columns: repeat(4, 1fr); } }

/* Property detail */
.pd-gallery { display: grid; grid-template-columns: 1fr; grid-template-rows: repeat(4, minmax(120px, 1fr)); gap: 12px; }
@media (min-width: 768px) { .pd-gallery { grid-template-columns: repeat(6, 1fr); grid-template-rows: repeat(2, minmax(200px, 1fr)); height: 560px; } }
.pd-gallery > div { overflow: hidden; }
.pd-gallery img { width: 100%; height: 100%; object-fit: cover; }
.pd-gallery > div:first-child { grid-column: 1 / -1; }
@media (min-width: 768px) { .pd-gallery > div:first-child { grid-column: 1 / 5; grid-row: 1 / -1; } }
.pd-layout { display: grid; grid-template-columns: 1fr; gap: 56px; margin-top: 64px; }
@media (min-width: 1024px) { .pd-layout { grid-template-columns: 7fr 5fr; } }
.pd-section { margin-bottom: 56px; }
.pd-section > .overline { color: #0F3D2E; }
.pd-section > *:not(.overline) { margin-top: 24px; }
.pd-highlights { display: grid; grid-template-columns: 1fr; gap: 16px; list-style: none; padding: 0; margin: 0; }
@media (min-width: 768px) { .pd-highlights { grid-template-columns: 1fr 1fr; } }
.pd-highlights li { display: flex; gap: 12px; align-items: flex-start; color: #0F0F0F; }
.pd-highlights li::before { content: "✓"; color: #0F3D2E; margin-top: 2px; font-weight: 600; }
.pd-amenities { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; list-style: none; padding: 0; margin: 0; font-size: 14px; }
@media (min-width: 768px) { .pd-amenities { grid-template-columns: repeat(3, 1fr); } }
.pd-amenities li { display: flex; align-items: center; gap: 8px; }
.pd-amenities li::before { content: ""; display: inline-block; width: 4px; height: 4px; background: #0F3D2E; }
.pd-booking { border: 1px solid #D8D5CF; background: #fff; padding: 28px; position: sticky; top: 128px; }
.pd-price { display: flex; justify-content: space-between; align-items: baseline; }
.pd-price-num { font-family: "Poppins", sans-serif; font-weight: 600; font-size: 30px; }
.pd-booking-form { border: 1px solid #D8D5CF; margin-top: 24px; }
.pd-booking-row { display: grid; grid-template-columns: 1fr 1fr; }
.pd-booking-row > label { padding: 16px; border-right: 1px solid #D8D5CF; }
.pd-booking-row > label:last-child { border-right: 0; }
.pd-booking-guest { padding: 16px; border-top: 1px solid #D8D5CF; }
.pd-summary { margin-top: 24px; font-size: 14px; color: #4A4A4A; }
.pd-summary .row { display: flex; justify-content: space-between; padding: 6px 0; }
.pd-summary .total { border-top: 1px solid #D8D5CF; margin-top: 8px; padding-top: 12px; color: #0F0F0F; font-weight: 500; }

/* Footer */
.site-footer { background: #0F0F0F; color: rgba(255,255,255,.8); }
.footer-inner { padding: 80px 0; display: grid; grid-template-columns: 1fr; gap: 48px; }
@media (min-width: 768px) { .footer-inner { grid-template-columns: 5fr 3fr 4fr; gap: 48px; } }
.footer-logo img { height: 96px; width: auto; filter: brightness(0) invert(1); }
.footer p { color: rgba(255,255,255,.6); font-weight: 300; }
.footer-heading { font-size: 11px; letter-spacing: 0.24em; text-transform: uppercase; color: rgba(255,255,255,.5); font-weight: 500; margin-bottom: 20px; }
.footer ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 12px; font-size: 14px; }
.footer ul a { color: rgba(255,255,255,.8); }
.footer ul a:hover { color: #fff; }
.footer-socials { display: flex; gap: 16px; margin-top: 24px; }
.footer-socials a { width: 36px; height: 36px; border: 1px solid rgba(255,255,255,.2); display: flex; align-items: center; justify-content: center; transition: background .3s, color .3s; }
.footer-socials a:hover { background: #fff; color: #000; }
.footer-newsletter { display: flex; align-items: center; border-bottom: 1px solid rgba(255,255,255,.2); max-width: 400px; margin-top: 32px; }
.footer-newsletter input { flex: 1; background: transparent; border: 0; outline: 0; padding: 12px 0; color: #fff; font-size: 14px; font-family: inherit; }
.footer-newsletter input::placeholder { color: rgba(255,255,255,.4); }
.footer-newsletter button { font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: rgba(255,255,255,.8); }
.footer-newsletter button:hover { color: #fff; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding: 24px 0; display: flex; flex-direction: column; align-items: center; justify-content: space-between; gap: 12px; font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(255,255,255,.45); }
@media (min-width: 768px) { .footer-bottom { flex-direction: row; } }
.footer-bottom .links { display: flex; gap: 24px; }

/* Reveal anim */
.reveal { opacity: 0; transform: translateY(28px); filter: blur(4px); transition: opacity .9s cubic-bezier(0.16,1,0.3,1), transform .9s, filter .9s; }
.reveal.in { opacity: 1; transform: none; filter: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1 !important; transform: none !important; filter: none !important; } }

/* Form messages */
.form-msg { padding: 16px; font-size: 13px; margin-top: 16px; }
.form-msg.ok { background: #E4EBE6; color: #0F3D2E; }
.form-msg.err { background: #FEE; color: #A00; }

/* Utility */
.mt-4 { margin-top: 16px; } .mt-6 { margin-top: 24px; } .mt-8 { margin-top: 32px; } .mt-10 { margin-top: 40px; } .mt-16 { margin-top: 64px; } .mt-20 { margin-top: 80px; } .mt-24 { margin-top: 96px; }
.mb-4 { margin-bottom: 16px; } .mb-6 { margin-bottom: 24px; }
.text-center { text-align: center; }
.grid { display: grid; }
.gap-6 { gap: 24px; } .gap-8 { gap: 32px; } .gap-10 { gap: 40px; }
.hidden-mobile { display: none; }
@media (min-width: 768px) { .hidden-mobile { display: block; } .hidden-desktop { display: none; } }
.max-w-xl { max-width: 640px; } .max-w-lg { max-width: 512px; } .max-w-md { max-width: 448px; } .max-w-2xl { max-width: 720px; } .max-w-3xl { max-width: 800px; } .max-w-4xl { max-width: 900px; }
