:root {
    --forest: #182848;
    --forest-2: #0b1630;
    --accent: #b08038;
    --paper: #fffaf0;
    --surface: #f4efe4;
    --ink: #111827;
    --muted: #6f6a5f;
    --line: #e5ddcf;
    --shadow: 0 22px 58px rgba(11, 22, 48, .12);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Montserrat, Arial, sans-serif; line-height: 1.6; }
body.is-modal-open { overflow: hidden; }
body.has-reveal [data-reveal],
body.has-reveal [data-reveal-item] { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
body.has-reveal [data-reveal-item] { transition-delay: var(--reveal-delay, 0ms); }
body.has-reveal [data-reveal].is-visible,
body.has-reveal [data-reveal-item].is-visible { opacity: 1; transform: none; }
a { color: inherit; }
.site-header { position: fixed; inset: 0 0 auto; z-index: 10; display: flex; align-items: flex-start; justify-content: center; gap: 20px; min-height: 76px; padding: 1.5em clamp(18px, 4vw, 56px); overflow: visible; background: rgba(255, 250, 240, .92); border-bottom: 1px solid rgba(176,128,56,.22); backdrop-filter: blur(14px); }
.logo {
    position: absolute;
    top: 0;
    left: clamp(18px, 4vw, 56px);
    display: inline-flex;
    align-items: flex-start;
    gap: 12px;
    min-width: 0;
    padding: 1.5em 1% 1em;
    background: #fff;
    box-shadow: rgb(0, 0, 0, 0.2) 0 0 20px;
}
.logo img { display: block; width: clamp(80px, 10vw, 150px); max-width: none; max-height: none; object-fit: contain; transform: translateY(-8px); }
nav { display: flex; align-items: center; gap: 40px; padding-top: 18px; font-size: large; font-weight: normal; }
nav a { text-decoration: none; color: var(--forest); }
.mobile-nav-toggle { display: none; width: 42px; height: 42px; border: 0; border-radius: 12px; background: var(--forest); color: #fff; cursor: pointer; }
.whatsapp-float { position: fixed; right: 22px; bottom: 22px; z-index: 30; display: grid; place-items: center; width: 58px; height: 58px; border-radius: 50%; background: #25d366; color: #fff; text-decoration: none; box-shadow: 0 16px 38px rgba(11,22,48,.22); font-size: 30px; }
.whatsapp-float:hover { transform: translateY(-2px); }
.hero { position: relative; min-height: 92vh; display: grid; place-items: center; padding: 120px clamp(20px, 6vw, 86px) 110px; overflow: hidden; color: #fff; }
.hero-media, .hero-media img, .hero-overlay { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; opacity: 0; transform: scale(1.04); transition: opacity .8s ease, transform 4.5s ease; }
.hero-media img.is-active { opacity: 1; transform: scale(1); }
.hero-overlay { background: linear-gradient(90deg, rgba(7, 16, 35, .86), rgba(24, 40, 72, .46) 56%, rgba(176,128,56,.22)); }
.hero-content { position: relative; z-index: 1; width: min(760px, 100%); margin: 0 auto; text-align: center; }
.hero-bullets { position: absolute; left: 50%; bottom: 28px; z-index: 2; display: flex; gap: 10px; transform: translateX(-50%); }
.hero-bullets button { width: 11px; height: 11px; padding: 0; border: 1px solid rgba(255,255,255,.82); border-radius: 999px; background: rgba(255,255,255,.26); cursor: pointer; }
.hero-bullets button.is-active { width: 28px; background: #fff; }
.eyebrow { margin: 0 0 12px; color: var(--accent); font-size: 12px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 18px; font-size: clamp(42px, 7vw, 84px); line-height: .98; letter-spacing: 0; }
.hero h1 { transition: opacity .28s ease, transform .28s ease; }
.hero h1.is-changing { opacity: 0; transform: translateY(8px); }
.hero p:not(.eyebrow) { width: min(620px, 100%); margin: 0 auto 26px; font-size: 18px; color: rgba(255,255,255,.86); }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 22px; border: 0; border-radius: 999px; background: var(--accent); color: #fff; font: inherit; font-weight: 900; text-decoration: none; cursor: pointer; }
.btn.secondary { background: #fff; color: var(--forest); }
.section { padding: 92px clamp(20px, 6vw, 86px); }
.intro { display: grid; grid-template-columns: minmax(260px, .8fr) minmax(0, 1.2fr); gap: clamp(30px, 6vw, 86px); background: var(--paper); }
h2 { color: var(--forest); font-size: clamp(30px, 4vw, 52px); line-height: 1.08; letter-spacing: 0; }
.intro-copy p { color: var(--muted); font-size: 17px; }
.feature-band { display: grid; grid-template-columns: repeat(4, 1fr); background: var(--forest); color: #fff; }
.feature-band article { min-height: 260px; padding: 34px; border-right: 1px solid rgba(255,255,255,.14); }
.feature-band i { color: var(--accent); font-size: 30px; margin-bottom: 24px; }
.feature-band h3 { font-size: 20px; }
.feature-band p { color: rgba(255,255,255,.76); }
.locations { background: var(--surface); }
.section-head { width: min(850px, 100%); margin-bottom: 34px; }
.property-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.property-card { overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: 0 16px 40px rgba(11,22,48,.08); }
.property-card__main { display: block; width: 100%; padding: 0; border: 0; background: transparent; cursor: zoom-in; }
.property-card__main img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; display: block; }
.property-body { padding: 20px; }
.property-body span { color: var(--accent); font-size: 12px; font-weight: 900; text-transform: uppercase; }
.property-body h3 { margin: 4px 0 8px; color: var(--forest); font-size: 24px; }
.property-body p { color: var(--muted); }
.mini-gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin-top: 16px; }
.mini-gallery button { min-width: 0; padding: 0; border: 2px solid transparent; border-radius: 8px; background: transparent; cursor: pointer; overflow: hidden; }
.mini-gallery button.is-active { border-color: var(--accent); }
.mini-gallery img { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 6px; display: block; transition: transform .2s ease; }
.mini-gallery button:hover img { transform: scale(1.04); }
.image-modal[hidden] { display: none; }
.image-modal { position: fixed; inset: 0; z-index: 80; display: grid; place-items: center; padding: 24px; background: rgba(15, 24, 18, .82); backdrop-filter: blur(8px); }
.image-modal img { width: min(1080px, 100%); max-height: 88vh; object-fit: contain; border-radius: 8px; box-shadow: 0 24px 80px rgba(0,0,0,.32); }
.image-modal__close { position: fixed; top: 18px; right: 18px; display: grid; place-items: center; width: 44px; height: 44px; border: 0; border-radius: 50%; background: #fff; color: var(--forest); font-size: 20px; cursor: pointer; box-shadow: 0 16px 38px rgba(0,0,0,.22); }
.image-modal__nav { position: fixed; top: 50%; z-index: 81; display: grid; place-items: center; width: 54px; height: 54px; border: 0; border-radius: 50%; background: rgba(255,255,255,.94); color: var(--forest); font-size: 22px; cursor: pointer; box-shadow: 0 18px 42px rgba(0,0,0,.24); transform: translateY(-50%); }
.image-modal__nav:hover { background: #fff; color: var(--accent); }
.image-modal__nav--prev { left: clamp(14px, 4vw, 42px); }
.image-modal__nav--next { right: clamp(14px, 4vw, 42px); }
.image-modal__nav[hidden] { display: none; }
.contact-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: 42px; padding: 92px clamp(20px, 6vw, 86px); background: #fff; }
.contact-copy p:not(.eyebrow), .contact-details { color: var(--muted); }
.contact-details { display: grid; gap: 10px; font-weight: 700; }
.contact-details a { color: var(--forest); text-decoration: none; }
.enquiry-form { display: grid; gap: 16px; padding: 28px; border: 1px solid var(--line); border-radius: 8px; background: var(--paper); box-shadow: var(--shadow); }
label { display: grid; gap: 8px; color: var(--forest); font-weight: 800; }
input, textarea, select { width: 100%; border: 1px solid #ddd2bf; border-radius: 8px; padding: 13px 14px; background: #fff; color: var(--ink); font: inherit; }
textarea { resize: vertical; }
.success { padding: 12px; border-radius: 8px; background: #f6ead4; color: var(--forest); font-weight: 800; }
.site-footer { display: flex; justify-content: space-between; gap: 20px; padding: 28px clamp(20px, 6vw, 86px); background: var(--forest-2); color: rgba(255,255,255,.76); font-weight: 700; }
.site-footer a { color: #fff; text-decoration: none; }
@media (max-width: 920px) {
    .hero { min-height: 84vh; padding-top: 70px; }
    .intro, .feature-band, .property-grid, .contact-section { grid-template-columns: 1fr; }
    .feature-band article { min-height: auto; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
}

@media (max-width: 640px) {
    .site-header { position: unset; min-height: 128px; display: grid; grid-template-columns: 1fr; justify-items: center; align-items: start; padding: 10px 18px 12px; overflow: hidden; }
    .logo { position: unset;
        grid-column: 1;
        justify-self: center;
        padding: 0;
        background: transparent;
        box-shadow: none;
        line-height: 0;
        margin: 0; }
    .logo img { width: auto; max-width: min(250px, 52vw); transform: none; }
    .mobile-nav-toggle { display: inline-grid; grid-column: 1; place-items: center; align-self: end; justify-self: center; width: 42px; height: 28px; margin-top: 8px; border-radius: 0; background: transparent; color: var(--forest); }
    nav { display: none; grid-column: 1 / -1; width: 100%; margin-top: 12px; padding-top: 0; }
    .site-header.is-nav-open { min-height: 0; }
    .site-header.is-nav-open nav { display: grid; gap: 0; }
    nav a { display: flex; align-items: center; min-height: 44px; width: 100%; border-top: 1px solid rgba(176,128,56,.22); }
    .whatsapp-float { right: 16px; bottom: 16px; width: 54px; height: 54px; font-size: 28px; }
    .image-modal { padding: 18px 66px; }
    .image-modal__nav { width: 42px; height: 42px; font-size: 18px; }
    .image-modal__close { width: 40px; height: 40px; }
}

@media (prefers-reduced-motion: reduce) {
    body.has-reveal [data-reveal],
    body.has-reveal [data-reveal-item] {
        opacity: 1;
        transform: none;
        transition: none;
    }
}
