@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Libre+Caslon+Text:wght@400;700&display=swap";:root{--ink: #0f2027;--blue: #1c4966;--blue-deep: #123247;--sand: #f6f3eb;--sand-deep: #e8e4d8;--accent: #c86d3b;--accent-dark: #9e4f28;--white: #ffffff;--muted: #5e676b;--border: rgba(15, 32, 39, .14);--shadow: 0 22px 60px rgba(15, 32, 39, .13);--radius: 18px;--container: 1180px;font-family:DM Sans,Arial,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;background:var(--white);color:var(--ink);font-size:16px;line-height:1.65;overflow-x:hidden}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}h1,h2,h3{margin:0 0 .7em;font-family:Libre Caslon Text,Georgia,serif;line-height:1.12;letter-spacing:-.025em}h1{font-size:clamp(2.65rem,6.3vw,5.8rem)}h2{font-size:clamp(2rem,3.8vw,3.45rem)}h3{font-size:clamp(1.35rem,2vw,1.8rem)}p{margin:0 0 1.25rem}.container{width:min(calc(100% - 2rem),var(--container));margin-inline:auto}.section{padding:clamp(4.5rem,9vw,8rem) 0}.section-soft{background:var(--sand)}.section-ink{background:var(--ink);color:var(--white)}.section-ink p{color:#ffffffc2}.section-heading{margin-bottom:2.6rem}.split-heading{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(260px,.75fr);align-items:end;gap:4rem}.split-heading h2{max-width:760px;margin-bottom:0}.split-heading>p{max-width:520px;margin:0 0 .4rem;color:var(--muted)}.eyebrow{margin:0 0 1rem;color:var(--accent-dark);font-size:.78rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.eyebrow.light{color:#f1b48e}.skip-link{position:fixed;top:.7rem;left:.7rem;z-index:9999;padding:.65rem 1rem;background:var(--white);color:var(--ink);transform:translateY(-160%);transition:transform .2s ease}.skip-link:focus{transform:translateY(0)}.site-header{position:sticky;top:0;z-index:100;background:#a0572ff7;color:var(--white);box-shadow:0 8px 24px #0f20271f;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.header-inner{display:flex;align-items:center;min-height:88px;gap:2rem}.brand{display:flex;align-items:center;flex:0 0 auto}.brand img{width:104px;height:72px;-o-object-fit:contain;object-fit:contain}.desktop-nav{display:flex;align-items:center;justify-content:center;gap:clamp(1rem,2.6vw,2.35rem);margin-left:auto}.desktop-nav a{position:relative;padding:.5rem 0;font-size:.94rem;font-weight:600}.desktop-nav a:after{content:"";position:absolute;right:0;bottom:0;left:0;height:2px;background:var(--white);transform:scaleX(0);transition:transform .2s ease}.desktop-nav a:hover:after,.desktop-nav a.active:after{transform:scaleX(1)}.header-cta{margin-left:.5rem}.menu-button{display:none;align-items:center;justify-content:center;width:46px;height:46px;margin-left:auto;border:1px solid rgba(255,255,255,.55);border-radius:50%;background:transparent;color:var(--white);cursor:pointer}.mobile-nav{display:none}.button{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;min-height:48px;padding:.78rem 1.25rem;border:1px solid transparent;border-radius:8px;font-weight:700;line-height:1.2;cursor:pointer;transition:transform .18s ease,background .18s ease,border-color .18s ease}.button:hover{transform:translateY(-2px)}.button:focus-visible,.menu-button:focus-visible,.gallery-open:focus-visible,.gallery-control:focus-visible,.gallery-thumbs button:focus-visible,.lightbox button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid rgba(200,109,59,.42);outline-offset:3px}.button-dark{background:var(--ink);color:var(--white)}.button-dark:hover{background:#050d11}.button-accent{background:var(--accent);color:#111}.button-accent:hover{background:#dc7a43}.button-light{background:var(--white);color:var(--ink)}.button-ghost{border-color:#ffffffbf;background:#ffffff0a;color:var(--white)}.button-ghost:hover{background:var(--white);color:var(--ink)}.button-outline{border-color:var(--ink);background:transparent;color:var(--ink)}.button.full{width:100%}.button-row{display:flex;flex-wrap:wrap;gap:.8rem}.text-link{display:inline-flex;align-items:center;gap:.45rem;color:var(--accent-dark);font-weight:700}.text-link:hover{color:var(--ink)}.hero{position:relative;min-height:min(810px,calc(100vh - 88px));display:grid;align-items:end;isolation:isolate;background-image:var(--hero-image);background-size:cover;background-position:center;color:var(--white)}.hero-overlay{position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,#071720e0,#0717209e 48%,#07172029),linear-gradient(0deg,rgba(7,23,32,.6),transparent 60%)}.hero-content{padding-top:7rem;padding-bottom:clamp(4rem,9vw,7rem)}.hero h1{max-width:950px;margin-bottom:1.4rem;color:var(--white);text-wrap:balance}.hero-copy{max-width:700px;margin-bottom:2rem;color:#ffffffe0;font-size:clamp(1.05rem,1.7vw,1.28rem)}.property-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem}.property-card{overflow:hidden;border:1px solid var(--border);border-radius:var(--radius);background:var(--white);box-shadow:0 16px 45px #0f202714}.property-image-wrap{display:block;overflow:hidden;aspect-ratio:4 / 3}.property-image-wrap img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s ease}.property-card:hover .property-image-wrap img{transform:scale(1.035)}.property-card-body{padding:clamp(1.5rem,3vw,2.2rem)}.property-card h3{margin-bottom:.6rem}.property-card h3 a:hover{color:var(--accent-dark)}.property-card-body>p:not(.location){color:var(--muted)}.location{display:flex;align-items:center;gap:.42rem;margin-bottom:.7rem;color:var(--accent-dark);font-size:.9rem;font-weight:700}.mini-facts{display:flex;flex-wrap:wrap;gap:.65rem 1rem;padding:1rem 0 1.3rem;margin-bottom:1.2rem;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.mini-facts span{display:inline-flex;align-items:center;gap:.35rem;color:var(--muted);font-size:.85rem}.service-intro>div:first-child{display:grid;grid-template-columns:1fr .85fr;gap:4rem;align-items:end;margin-bottom:2.5rem}.service-intro h2{margin-bottom:0}.service-intro>.button{margin-top:2rem}.service-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.3rem}.service-tile{padding:2rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--white);color:var(--ink)}.section-ink .service-tile{border-color:#ffffff24;background:#ffffff12;color:var(--white)}.service-tile>svg{width:34px;height:34px;margin-bottom:1.5rem;color:var(--accent)}.service-tile h3{margin-bottom:.65rem;font-size:1.35rem}.service-tile p{margin-bottom:0;color:var(--muted)}.section-ink .service-tile p{color:#ffffffb8}.trust-grid,.featured-service,.story-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:clamp(2.5rem,7vw,6rem);align-items:center}.trust-image{overflow:hidden;min-height:560px;border-radius:var(--radius)}.trust-image img{width:100%;height:100%;min-height:560px;-o-object-fit:cover;object-fit:cover}.trust-grid>div:last-child>p:not(.eyebrow),.story-grid p{color:var(--muted)}.check-list{display:grid;gap:.9rem;padding:0;margin:1.8rem 0 2rem;list-style:none}.check-list li{display:flex;align-items:flex-start;gap:.7rem}.check-list svg{flex:0 0 auto;width:20px;color:var(--accent-dark)}.page-hero{position:relative;overflow:hidden;padding:clamp(5rem,10vw,9rem) 0;background:var(--sand);isolation:isolate}.page-hero-image{min-height:540px;display:grid;align-items:end;background-image:var(--page-image);background-position:center;background-size:cover;color:var(--white)}.page-hero-overlay{position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,#071720e0,#0717204d)}.page-hero-content{position:relative}.page-hero h1{max-width:900px;font-size:clamp(2.6rem,5.5vw,5rem)}.page-hero p:not(.eyebrow){max-width:700px;margin-bottom:0;color:var(--muted);font-size:1.15rem}.page-hero-image p:not(.eyebrow){color:#ffffffdb}.compare-grid{display:grid;grid-template-columns:.9fr 1fr 1fr;gap:1.3rem;align-items:stretch}.compare-card{padding:2rem;border-left:3px solid var(--accent);background:var(--white)}.compare-card p{color:var(--muted)}.property-hero{padding-top:clamp(3.5rem,7vw,6rem)}.property-title-row{display:flex;justify-content:space-between;align-items:end;gap:2rem;margin-bottom:2.2rem}.property-title-row h1{margin-bottom:.35rem;font-size:clamp(3rem,6vw,5.5rem)}.gallery-main{position:relative;overflow:hidden;aspect-ratio:16 / 8.5;border-radius:var(--radius);background:var(--sand-deep)}.gallery-open{display:block;width:100%;height:100%;padding:0;border:0;background:none;cursor:zoom-in}.gallery-open img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.gallery-view{position:absolute;bottom:1rem;left:1rem;display:inline-flex;align-items:center;gap:.4rem;padding:.42rem .72rem;border-radius:30px;background:#ffffffeb;color:var(--ink);font-size:.8rem;font-weight:700;box-shadow:0 8px 25px #00000024}.gallery-control{position:absolute;top:50%;display:grid;place-items:center;width:48px;height:48px;border:0;border-radius:50%;background:#ffffffeb;color:var(--ink);box-shadow:0 8px 25px #00000029;transform:translateY(-50%);cursor:pointer}.gallery-control.previous{left:1rem}.gallery-control.next{right:1rem}.gallery-count{position:absolute;right:1rem;bottom:1rem;padding:.35rem .7rem;border-radius:30px;background:#0f2027c7;color:var(--white);font-size:.82rem}.gallery-thumbs{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:.7rem;margin-top:.7rem}.gallery-thumbs button{overflow:hidden;aspect-ratio:4 / 3;padding:0;border:3px solid transparent;border-radius:9px;background:none;cursor:pointer;opacity:.68}.gallery-thumbs button.active{border-color:var(--accent);opacity:1}.gallery-thumbs img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.lightbox{position:fixed;inset:0;z-index:1000;display:grid;place-items:center;padding:clamp(1rem,4vw,3.5rem);background:#050d11f0}.lightbox-image-wrap{display:grid;place-items:center;width:100%;height:100%}.lightbox-image-wrap img{max-width:100%;max-height:calc(100vh - 7rem);-o-object-fit:contain;object-fit:contain;border-radius:10px;box-shadow:0 24px 80px #00000061}.lightbox-close,.lightbox-control{position:absolute;z-index:1;display:grid;place-items:center;width:48px;height:48px;border:0;border-radius:50%;background:#fffffff0;color:var(--ink);cursor:pointer}.lightbox-close{top:1.1rem;right:1.1rem}.lightbox-control{top:50%;transform:translateY(-50%)}.lightbox-control.previous{left:1.1rem}.lightbox-control.next{right:1.1rem}.lightbox-count{position:absolute;bottom:1.1rem;left:50%;padding:.4rem .8rem;border-radius:30px;background:#fffffff0;color:var(--ink);font-size:.82rem;font-weight:700;transform:translate(-50%)}.property-detail-grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(310px,.75fr);gap:clamp(2.5rem,8vw,7rem);align-items:start}.property-detail-grid>div>p{color:var(--muted)}.fact-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.8rem;margin-top:2rem}.fact-grid div{display:flex;align-items:center;gap:.7rem;padding:1rem;border:1px solid var(--border);border-radius:10px;background:var(--white);font-weight:600}.fact-grid svg{width:21px;color:var(--accent-dark)}.enquiry-panel{position:sticky;top:118px;padding:2rem;border-radius:var(--radius);background:var(--white);box-shadow:var(--shadow)}.enquiry-panel h2{font-size:1.9rem}.enquiry-panel p:not(.eyebrow):not(.fine-print){color:var(--muted)}.enquiry-panel .button+.button{margin-top:.75rem}.fine-print{margin:1rem 0 0;color:var(--muted);font-size:.79rem;line-height:1.45}.two-column{display:grid;grid-template-columns:1.2fr .8fr;gap:clamp(3rem,8vw,7rem)}.amenity-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem 1.5rem;padding:0;list-style:none}.amenity-grid li{display:flex;align-items:center;gap:.55rem}.amenity-grid svg{width:18px;color:var(--accent-dark)}.rule-list{display:grid;gap:.65rem;padding-left:1.2rem}.map-section{padding:0 0 clamp(4.5rem,9vw,8rem)}.map-grid{display:grid;grid-template-columns:.65fr 1.35fr;overflow:hidden;border-radius:var(--radius);background:var(--ink);color:var(--white)}.map-grid>div{padding:clamp(2rem,5vw,4rem)}.map-grid>div p:not(.eyebrow){color:#ffffffb8}.map-grid iframe{width:100%;min-height:470px;border:0}.featured-service>div>p:not(.eyebrow){color:var(--muted)}.vehicle-gallery .gallery-main{aspect-ratio:4 / 3;background:var(--white)}.vehicle-gallery .gallery-thumbs{grid-template-columns:repeat(5,minmax(0,1fr))}.values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.values-grid>div{padding-right:1.5rem}.values-grid svg{width:34px;height:34px;margin-bottom:1.3rem;color:var(--accent)}.values-grid h3{font-size:1.4rem}.contact-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);gap:clamp(2.5rem,7vw,6rem);align-items:start}.enquiry-form{display:grid;gap:1.2rem}.field-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.enquiry-form label{display:grid;gap:.42rem;font-weight:600}.enquiry-form label span{font-size:.88rem}.enquiry-form input,.enquiry-form select,.enquiry-form textarea{width:100%;border:1px solid rgba(15,32,39,.25);border-radius:8px;background:var(--white);color:var(--ink)}.enquiry-form input,.enquiry-form select{height:50px;padding:0 .85rem}.enquiry-form textarea{resize:vertical;padding:.8rem}.enquiry-form .button{justify-self:start}.form-error{margin:0;color:#9c2828;font-weight:600}.form-success{padding:clamp(2rem,5vw,4rem);border-radius:var(--radius);background:var(--sand);text-align:center}.form-success>svg{width:46px;height:46px;padding:.6rem;border-radius:50%;background:var(--accent)}.contact-card{display:grid;gap:1.1rem;padding:2rem;border-radius:var(--radius);background:var(--sand)}.contact-card h2{margin-bottom:.3rem;font-size:1.9rem}.contact-card>a:not(.button),.contact-card>div{display:flex;align-items:flex-start;gap:.85rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}.contact-card svg{flex:0 0 auto;width:21px;color:var(--accent-dark)}.contact-card small{display:block;margin-bottom:.12rem;color:var(--muted);font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.reviews-empty{max-width:760px;padding:clamp(2rem,6vw,5rem);border-radius:var(--radius);background:var(--sand);text-align:center}.reviews-empty>svg{width:52px;height:52px;margin:0 auto 1.5rem;color:var(--accent-dark)}.reviews-empty p{color:var(--muted)}.article,.policy{max-width:800px;padding-top:clamp(4rem,8vw,7rem);padding-bottom:clamp(4rem,8vw,7rem)}.article-lead{color:var(--ink);font-family:Libre Caslon Text,Georgia,serif;font-size:1.35rem;line-height:1.55}.article h2,.policy h2{margin-top:2.7rem;font-size:1.8rem}.article>p:not(.article-lead),.policy p{color:var(--muted)}.article-cta{margin-top:3.5rem;padding:2rem;border-radius:var(--radius);background:var(--sand)}.article-cta h2{margin-top:0}.policy-date{padding-bottom:1.2rem;border-bottom:1px solid var(--border)}.cta-section{padding:clamp(4rem,8vw,7rem) 0;background:var(--blue-deep);color:var(--white)}.cta-section>.container{display:flex;justify-content:space-between;align-items:end;gap:3rem}.cta-section h2{margin-bottom:.5rem}.cta-section p:not(.eyebrow){max-width:650px;margin-bottom:0;color:#ffffffbf}.cta-section .button-row{flex:0 0 auto}.site-footer{padding:5rem 0 1.3rem;background:#09161c;color:var(--white)}.footer-grid{display:grid;grid-template-columns:1.35fr .75fr 1fr .85fr;gap:3rem}.footer-logo{width:130px;margin-bottom:1.2rem}.footer-grid>div:first-child p{max-width:320px;color:#ffffffab}.footer-grid h2{margin-bottom:1.2rem;font-family:DM Sans,Arial,sans-serif;font-size:.85rem;letter-spacing:.08em;text-transform:uppercase}.footer-grid a{display:block;width:-moz-fit-content;width:fit-content;margin-bottom:.65rem;color:#ffffffb8}.footer-grid a:hover{color:var(--white)}.footer-grid div:nth-child(3) p{color:#ffffffb8}.footer-bottom{display:flex;justify-content:space-between;gap:1rem;padding-top:1.3rem;margin-top:3rem;border-top:1px solid rgba(255,255,255,.12);color:#ffffff7a;font-size:.78rem}.whatsapp-float{position:fixed;right:1.1rem;bottom:1.1rem;z-index:80;display:flex;align-items:center;justify-content:center;min-height:48px;padding:.72rem 1rem;border:3px solid var(--white);border-radius:30px;background:#167f48;color:var(--white);box-shadow:0 8px 30px #0000003d;font-size:.86rem;font-weight:700}.not-found{min-height:65vh;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding-top:5rem;padding-bottom:5rem}.not-found>p:not(.eyebrow){max-width:560px;color:var(--muted)}@media(max-width:980px){.desktop-nav,.header-cta{display:none}.menu-button{display:inline-flex}.mobile-nav{position:absolute;top:100%;right:0;left:0;display:grid;gap:0;padding:1rem;background:var(--blue-deep);box-shadow:0 20px 35px #0003}.mobile-nav>a:not(.button){padding:1rem .5rem;border-bottom:1px solid rgba(255,255,255,.12);font-weight:600}.mobile-nav .button{margin-top:1rem}.split-heading,.service-intro>div:first-child,.compare-grid,.story-grid{grid-template-columns:1fr;gap:1.5rem}.property-detail-grid,.contact-grid{grid-template-columns:1fr}.enquiry-panel{position:static}.service-cards,.values-grid,.two-column,.featured-service,.trust-grid{grid-template-columns:1fr}.trust-image,.trust-image img{min-height:420px}.map-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:repeat(2,1fr)}.cta-section>.container{align-items:flex-start;flex-direction:column}}@media(max-width:720px){.header-inner{min-height:76px}.brand img{width:88px;height:60px}.hero{min-height:680px;align-items:end;background-position:62% center}.hero-overlay{background:linear-gradient(0deg,#071720f0,#07172059)}.hero-content{padding-top:5rem;padding-bottom:4rem}.hero h1 br{display:none}.button-row{align-items:stretch;flex-direction:column}.button-row .button{width:100%}.property-grid{grid-template-columns:1fr}.page-hero-image{min-height:440px}.property-title-row{align-items:flex-start;flex-direction:column}.gallery-main{aspect-ratio:4 / 3}.gallery-control{width:42px;height:42px}.gallery-view{bottom:.75rem;left:.75rem}.gallery-thumbs{display:flex;overflow-x:auto;padding-bottom:.5rem;scroll-snap-type:x mandatory}.gallery-thumbs button{flex:0 0 28%;scroll-snap-align:start}.fact-grid,.amenity-grid,.field-grid{grid-template-columns:1fr}.map-grid iframe{min-height:360px}.footer-grid{grid-template-columns:1fr;gap:2rem}.footer-bottom{align-items:flex-start;flex-direction:column}.whatsapp-float{right:.8rem;bottom:.8rem}.lightbox{padding:4.5rem .75rem}.lightbox-close,.lightbox-control{width:42px;height:42px}.lightbox-control.previous{left:.55rem}.lightbox-control.next{right:.55rem}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition:none!important}}
