:root{--bg:#F7F6F3;--surface:#FFFFFF;--ink:#17181A;--accent:#B38F39;--accent-soft:#C9A65A;--dark:#191A1C;--dark-deep:#0E0F10;--bone:#EFEDE7;--muted:#4E535A;--line:#E1DFD9;--font-display:'Lora',Georgia,serif;--font-body:'Plus Jakarta Sans',-apple-system,BlinkMacSystemFont,'Segoe UI',system-ui,sans-serif;--sp-xs:6px;--sp-sm:12px;--sp-md:24px;--sp-lg:48px;--sp-xl:96px;--r-sm:3px;--r-md:4px;--wrap:1200px;--gutter:24px;--section-y:96px;--header-h:80px;--lift:contrast(1.06) saturate(1.1) brightness(1.02)}
@media (max-width:1024px){:root{--section-y:68px;--header-h:70px}}
@media (max-width:600px){:root{--section-y:56px;--gutter:20px;--header-h:64px}}
*,*::before,*::after{box-sizing:border-box}
:where(html){-webkit-text-size-adjust:100%;scroll-behavior:smooth}
:where(body,h1,h2,h3,h4,h5,h6,p,figure,blockquote,dl,dd,ul,ol){margin:0;padding:0}
:where(ul,ol){list-style:none}
:where(img,picture,video,svg){display:block;max-width:100%;height:auto}
:where(button,input,select,textarea){font:inherit;color:inherit}
:where(a){color:inherit;text-decoration:none}
@media (prefers-reduced-motion:reduce){:where(html){scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms !important;animation-iteration-count:1 !important;transition-duration:.01ms !important}}
body{background:var(--bg);color:var(--ink);font-family:var(--font-body);font-size:17px;font-weight:400;line-height:1.68;-webkit-font-smoothing:antialiased;overflow-x:hidden}
@media (max-width:600px){body{font-size:16px;line-height:1.65}}
.wrap{width:100%;max-width:var(--wrap);margin-inline:auto;padding-inline:var(--gutter)}
.section{padding-block:var(--section-y)}
.section--tight{padding-block:calc(var(--section-y)*.68)}
.section--dark{background:var(--dark);color:#EDEBE6}
.section--bone{background:var(--bone)}
.skip-link{position:absolute;left:-9999px;top:0;background:var(--dark);color:var(--bone);padding:12px 20px;z-index:200}
.skip-link:focus{left:12px;top:12px}
.h1,.h2,h1,h2{font-family:var(--font-display);font-weight:600;letter-spacing:-.012em}
.h1,h1{font-size:clamp(2.25rem,1.55rem + 2.4vw,3.5rem);line-height:1.16}
.h2,h2{font-size:clamp(1.75rem,1.3rem + 1.5vw,2.5rem);line-height:1.22}
.h3,h3,h4,h5,h6{font-family:var(--font-body);font-weight:600;line-height:1.4;letter-spacing:-.008em}
.h3{font-size:clamp(1.06rem,1rem + .34vw,1.2rem)}
.lede{font-size:clamp(1.02rem,.97rem + .3vw,1.14rem);font-weight:400;line-height:1.7;color:var(--muted);max-width:58ch}
.section--dark .lede,.hero .lede{color:#C6C3BC}
.label{font-size:.74rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--accent)}
.prose{max-width:66ch;font-size:1.02rem}
.prose p{margin-bottom:1.2em}
.prose p:last-child{margin-bottom:0}
.prose h2{margin:1.7em 0 .5em}
.prose h3{margin:1.6em 0 .45em;font-weight:600}
.prose strong{font-weight:600;color:var(--ink)}
.prose ul{margin:0 0 1.3em}
.prose ul li{position:relative;padding-left:26px;margin-bottom:.6em}
.prose ul li::before{content:"";position:absolute;left:2px;top:.82em;width:11px;height:2px;background:var(--accent)}
.prose a{color:#8E7028;text-decoration:underline;text-underline-offset:3px;font-weight:500}
.section-head{max-width:58ch;margin-bottom:var(--sp-lg)}
.section-head .h2{margin-bottom:16px}
.rule{height:1px;background:var(--line);border:0}
.section--dark .rule{background:rgba(237,235,230,.18)}
.btn,a.btn,button.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:16px 30px;border:1.5px solid transparent;border-radius:var(--r-sm);font-family:var(--font-body);font-size:.95rem;font-weight:600;letter-spacing:.005em;line-height:1.15;cursor:pointer;transition:background-color .2s ease,color .2s ease,border-color .2s ease,transform .12s ease;white-space:nowrap;text-decoration:none}
.btn:active{transform:translateY(1px)}
.btn.btn--primary,a.btn.btn--primary{background:var(--accent);color:#141414;border-color:var(--accent)}
.btn.btn--primary:hover,a.btn.btn--primary:hover{background:var(--accent-soft);border-color:var(--accent-soft);color:#141414}
.btn.btn--ghost,a.btn.btn--ghost{background:transparent;color:var(--ink);border-color:rgba(23,24,26,.35)}
.btn.btn--ghost:hover,a.btn.btn--ghost:hover{border-color:var(--ink);background:rgba(23,24,26,.05)}
.section--dark .btn.btn--ghost,.hero .btn.btn--ghost,.page-hero .btn.btn--ghost,.enquiry-bar .btn.btn--ghost,.enquiry-card .btn.btn--ghost,.section--dark a.btn.btn--ghost,.hero a.btn.btn--ghost,.page-hero a.btn.btn--ghost,.enquiry-bar a.btn.btn--ghost,.enquiry-card a.btn.btn--ghost{color:#FFFFFF;border-color:rgba(255,255,255,.6);background:transparent}
.section--dark .btn.btn--ghost:hover,.hero .btn.btn--ghost:hover,.enquiry-bar .btn.btn--ghost:hover,.enquiry-card .btn.btn--ghost:hover{border-color:#FFFFFF;background:rgba(255,255,255,.12)}
.btn.btn--wa,a.btn.btn--wa{background:#1FA855;border-color:#1FA855;color:#FFFFFF}
.btn.btn--wa:hover,a.btn.btn--wa:hover{background:#1B9349;border-color:#1B9349;color:#FFFFFF}
.btn--sm{padding:12px 22px;font-size:.88rem}
.btn svg{width:18px;height:18px;flex:none;display:block}
.btn-row{display:flex;flex-wrap:wrap;gap:14px;align-items:center}
.link-arrow{display:inline-flex;align-items:center;gap:9px;font-weight:600;font-size:.95rem;color:#8E7028;border-bottom:2px solid rgba(179,143,57,.35);padding-bottom:5px;transition:border-color .2s ease,gap .2s ease}
.link-arrow:hover{border-color:var(--accent);gap:14px}
.link-arrow svg{width:17px;height:17px}
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--accent);outline-offset:3px}
.site-header{position:sticky;top:0;z-index:100;background:var(--dark);border-bottom:1px solid rgba(237,235,230,.14)}
.site-header__inner{height:var(--header-h);display:flex;align-items:center;justify-content:space-between;gap:var(--sp-md)}
.brand{display:flex;align-items:center;gap:13px;flex:none}
.brand img{height:46px;width:auto;border-radius:var(--r-sm)}
.brand__text{display:flex;flex-direction:column;line-height:1}
.brand__name{font-family:var(--font-display);font-weight:600;font-size:1.32rem;color:#FFFFFF;letter-spacing:.01em}
.brand__sub{font-size:.6rem;font-weight:600;letter-spacing:.26em;text-transform:uppercase;color:var(--accent);margin-top:6px}
@media (max-width:600px){.brand img{height:40px}.brand__name{font-size:1.15rem}.brand__sub{font-size:.54rem;letter-spacing:.2em}}
.nav{display:flex;align-items:center;gap:34px}
.nav__list{display:flex;align-items:center;gap:30px;white-space:nowrap}
.nav__list a{position:relative;font-size:.95rem;font-weight:500;color:#DAD7D1;padding-block:8px;transition:color .2s ease}
.nav__list a:hover{color:#FFFFFF}
.nav__list a::after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:var(--accent);transform:scaleX(0);transform-origin:left;transition:transform .25s ease}
.nav__list a:hover::after,.nav__list .current-menu-item>a::after{transform:scaleX(1)}
.nav__cta{display:flex;align-items:center;gap:16px}
.nav__phone{display:inline-flex;align-items:center;gap:9px;font-size:.95rem;font-weight:600;color:#FFFFFF}
.nav__phone svg{width:17px;height:17px;color:var(--accent)}
.nav-toggle{display:none;width:46px;height:46px;align-items:center;justify-content:center;background:transparent;border:1.5px solid rgba(237,235,230,.35);border-radius:var(--r-sm);color:#FFFFFF;cursor:pointer;flex:none;position:relative;z-index:2}
.nav-toggle span{display:block;width:19px;height:2px;background:currentColor;position:relative;transition:background-color .15s ease}
.nav-toggle span::before,.nav-toggle span::after{content:"";position:absolute;left:0;width:19px;height:2px;background:currentColor;transition:transform .22s ease,top .22s ease}
.nav-toggle span::before{top:-6px}
.nav-toggle span::after{top:6px}
body.nav-open .nav-toggle span{background:transparent}
body.nav-open .nav-toggle span::before{top:0;transform:rotate(45deg)}
body.nav-open .nav-toggle span::after{top:0;transform:rotate(-45deg)}
@media (max-width:980px){.nav-toggle{display:inline-flex}.nav__phone{display:none}
.nav{position:fixed;left:0;right:0;top:var(--header-h);bottom:0;background:var(--dark-deep);flex-direction:column;align-items:stretch;justify-content:flex-start;gap:0;padding:var(--sp-lg) var(--gutter) var(--sp-lg);transform:translateX(100%);transition:transform .3s cubic-bezier(.4,0,.2,1);overflow-y:auto;visibility:hidden;z-index:120}
body.nav-open .nav{transform:translateX(0);visibility:visible}
.nav__list{flex-direction:column;align-items:stretch;gap:0;white-space:normal}
.nav__list li{border-bottom:1px solid rgba(237,235,230,.14)}
.nav__list a{display:block;font-family:var(--font-display);font-weight:600;font-size:1.6rem;color:#FFFFFF;padding:20px 0}
.nav__list a::after{display:none}
.nav__cta{margin-top:var(--sp-lg);flex-direction:column;align-items:stretch;gap:12px}
.nav__cta .btn{width:100%}}
body.nav-open{overflow:hidden}
body.nav-open .enquiry-bar,body.nav-open .wa-float{display:none}
.nav__mobile-contact{display:none}
@media (max-width:980px){.nav__mobile-contact{display:block;margin-top:var(--sp-lg)}.nav__mobile-contact .footer-title{margin-bottom:14px}.nav__mobile-contact a{display:flex;align-items:center;gap:12px;padding:15px 0;border-top:1px solid rgba(237,235,230,.14);color:#FFFFFF;font-size:1.02rem;font-weight:500}.nav__mobile-contact a svg{width:17px;height:17px;color:var(--accent);flex:none}}
.hero{position:relative;isolation:isolate;background:var(--dark);color:#EDEBE6;display:flex;align-items:flex-end;min-height:560px;min-height:clamp(520px,84svh,780px);overflow:hidden}
@media (min-width:1000px){.hero{align-items:center;min-height:620px;min-height:clamp(580px,78vh,760px)}}
.hero__media{position:absolute;inset:0;z-index:0}
.hero__media img,.hero__media .ph{width:100%;height:100%;object-fit:cover;object-position:center 45%;filter:var(--lift)}
.hero__media::after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(14,15,16,.97) 0%,rgba(14,15,16,.88) 26%,rgba(14,15,16,.55) 60%,rgba(14,15,16,.38) 100%)}
@media (min-width:1000px){.hero__media::after{background:linear-gradient(to right,rgba(14,15,16,.95) 0%,rgba(14,15,16,.84) 40%,rgba(14,15,16,.4) 76%,rgba(14,15,16,.25) 100%)}}
.hero__grid{position:relative;z-index:1;width:100%;padding-block:var(--sp-xl) var(--sp-lg)}
.hero__content{max-width:560px}
@media (min-width:1000px){.hero__content{max-width:680px}}
.hero__title{color:#FFFFFF;margin-bottom:20px;text-wrap:balance}
.hero__title em{font-style:normal;color:#D9B45E;display:inline}
.hero__lede{max-width:48ch;margin-bottom:32px;color:#D2CFC9}
.facts-band{background:var(--bone)}
.facts{display:grid;grid-template-columns:repeat(2,1fr);gap:0}
@media (min-width:900px){.facts{grid-template-columns:repeat(4,1fr)}}
.facts__item{padding:30px var(--sp-md) 30px 0;border-bottom:1px solid rgba(23,24,26,.12)}
@media (min-width:900px){.facts__item{border-bottom:0;border-right:1px solid rgba(23,24,26,.12);padding:34px var(--sp-md) 34px 0}.facts__item:last-child{border-right:0}.facts__item+.facts__item{padding-left:var(--sp-md)}}
@media (max-width:899px){.facts__item:nth-child(even){padding-left:var(--sp-md);border-left:1px solid rgba(23,24,26,.12)}.facts__item:nth-last-child(-n+2){border-bottom:0}}
.facts__value{font-family:var(--font-display);font-weight:600;font-size:clamp(1.45rem,1.2rem + .8vw,1.9rem);line-height:1.2;color:var(--ink);margin-bottom:7px}
.facts__label{font-size:.92rem;font-weight:400;color:var(--muted);line-height:1.5}
@media (max-width:600px){.facts__label{font-size:.86rem}}
.projects{display:grid;grid-template-columns:1fr;gap:var(--sp-md)}
@media (min-width:700px){.projects{grid-template-columns:repeat(2,1fr);gap:28px}}
.project{position:relative;display:block;overflow:hidden;border-radius:var(--r-md);background:var(--dark);isolation:isolate}
.project__media{position:relative;aspect-ratio:4/3}
@media (min-width:700px){.project__media{aspect-ratio:3/2}}
@media (max-width:480px){.project__media{aspect-ratio:5/4}}
.project__media img,.project__media .ph{width:100%;height:100%;object-fit:cover;filter:var(--lift);transition:transform .7s cubic-bezier(.22,.61,.36,1)}
.project:hover .project__media img{transform:scale(1.045)}
.project__media::after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(14,15,16,.96) 0%,rgba(14,15,16,.68) 42%,rgba(14,15,16,.08) 78%)}
.project__body{position:absolute;inset-inline:0;bottom:0;z-index:2;padding:var(--sp-md);display:flex;flex-direction:column;gap:10px}
@media (min-width:700px){.project__body{padding:30px}}
.project__name{font-family:var(--font-display);font-weight:600;font-size:clamp(1.5rem,1.2rem + 1vw,2.05rem);line-height:1.2;color:#FFFFFF}
.project__place{display:flex;align-items:center;gap:8px;font-size:.95rem;font-weight:400;color:#DCD9D3}
.project__place svg{width:16px;height:16px;color:#D9B45E;flex:none}
.project__foot{display:flex;align-items:center;justify-content:space-between;gap:var(--sp-sm);margin-top:10px;flex-wrap:wrap}
.pill{display:inline-flex;align-items:center;gap:7px;padding:8px 15px;border-radius:var(--r-sm);font-size:.76rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}
.pill--available{background:var(--accent);color:#141414}
.pill--sold{background:rgba(239,237,231,.94);color:#3F434A}
.project__cta{font-size:.95rem;font-weight:600;color:#FFFFFF;display:inline-flex;align-items:center;gap:8px;border-bottom:2px solid rgba(255,255,255,.45);padding-bottom:3px}
.project:hover .project__cta{border-color:#D9B45E;color:#D9B45E}
.split{display:grid;grid-template-columns:1fr;gap:var(--sp-lg);align-items:center}
@media (min-width:940px){.split{grid-template-columns:.94fr 1.06fr;gap:clamp(44px,5vw,80px)}.split--reverse>*:first-child{order:2}}
.split__media{position:relative}
.split__media img,.split__media .ph{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:var(--r-md);filter:var(--lift)}
.amenities{display:grid;grid-template-columns:1fr;margin-top:28px}
@media (min-width:560px){.amenities{grid-template-columns:repeat(2,1fr);column-gap:var(--sp-lg)}}
.amenities li{display:flex;align-items:flex-start;gap:13px;padding:16px 0;border-bottom:1px solid var(--line);font-size:.98rem;font-weight:400;line-height:1.5}
.section--dark .amenities li{border-color:rgba(237,235,230,.16)}
.amenities li svg{width:17px;height:17px;margin-top:4px;color:var(--accent);flex:none}
.section--dark .amenities li svg{color:#D9B45E}
.locality{display:grid;grid-template-columns:1fr;border-top:1px solid rgba(237,235,230,.18)}
@media (min-width:760px){.locality{grid-template-columns:repeat(2,1fr);column-gap:var(--sp-xl)}}
.locality li{display:flex;align-items:baseline;justify-content:space-between;gap:var(--sp-md);padding:19px 0;border-bottom:1px solid rgba(237,235,230,.18);font-size:1rem;font-weight:400}
.locality li span:last-child{color:#D9B45E;font-weight:600;font-size:.86rem;white-space:nowrap}
.steps{display:grid;grid-template-columns:1fr;counter-reset:step}
@media (min-width:600px) and (max-width:919px){.steps{grid-template-columns:repeat(2,1fr);column-gap:var(--sp-lg)}.steps li{padding:26px 0 0;border-top:2px solid var(--line)}.steps li:first-child,.steps li:nth-child(2){border-top-color:var(--accent)}}
@media (min-width:920px){.steps{grid-template-columns:repeat(4,1fr);gap:var(--sp-md)}.steps li{padding:28px 0 0;border-top:2px solid var(--line)}.steps li:first-child{border-top-color:var(--accent)}}
@media (max-width:599px){.steps li{padding:24px 0;border-top:1px solid var(--line)}.steps li:first-child{border-top:2px solid var(--accent)}}
.steps li{counter-increment:step;position:relative}
.steps li::before{content:counter(step,decimal-leading-zero);display:block;font-family:var(--font-display);font-weight:600;font-size:1.05rem;color:#8E7028;margin-bottom:12px}
.steps__title{font-weight:600;font-size:1.05rem;margin-bottom:8px}
.steps__text{font-size:.95rem;font-weight:400;color:var(--muted);line-height:1.6}
.section--dark .steps__text{color:#C6C3BC}
.section--dark .steps li{border-color:rgba(237,235,230,.22)}
.cta-band__grid{display:grid;grid-template-columns:1fr;gap:var(--sp-lg);align-items:center}
@media (min-width:900px){.cta-band__grid{grid-template-columns:1.2fr .8fr;gap:var(--sp-xl)}}
.contact-line{display:flex;align-items:center;gap:16px;padding:18px 0;border-bottom:1px solid rgba(237,235,230,.18)}
.contact-line:first-child{border-top:1px solid rgba(237,235,230,.18)}
.contact-line svg{width:19px;height:19px;color:#D9B45E;flex:none}
.contact-line__value{font-weight:600;font-size:1.05rem;color:#FFFFFF}
.contact-line__meta{font-size:.84rem;font-weight:400;color:#A8A49E}
.page-hero{background:var(--dark);color:#EDEBE6;padding-block:clamp(48px,5vw,88px);position:relative}
.page-hero .h1{color:#FFFFFF;max-width:760px}
.page-hero .lede{margin-top:18px}
.crumbs{display:flex;flex-wrap:wrap;align-items:center;gap:9px;font-size:.88rem;font-weight:400;color:#A8A49E;margin-bottom:22px}
.crumbs a:hover{color:#D9B45E}
.project-meta{display:flex;flex-wrap:wrap;align-items:center;gap:12px 24px;margin-top:26px}
.project-meta__item{display:flex;align-items:center;gap:9px;font-size:.98rem;font-weight:400;color:#DCD9D3}
.project-meta__item svg{width:17px;height:17px;color:#D9B45E;flex:none}
.gallery{display:grid;grid-template-columns:1fr;gap:12px}
@media (min-width:640px){.gallery{grid-template-columns:repeat(2,1fr)}.gallery>*:first-child{grid-column:1/-1}}
@media (min-width:1000px){.gallery{grid-template-columns:repeat(3,1fr)}}
.gallery img{width:100%;height:auto;aspect-ratio:4/3;object-fit:cover;border-radius:var(--r-md);filter:var(--lift)}
.gallery>*:first-child img{aspect-ratio:16/9}
@media (min-width:1000px){.gallery>*:first-child img{aspect-ratio:21/9}}
.detail-grid{display:grid;grid-template-columns:1fr;gap:var(--sp-lg)}
@media (min-width:1000px){.detail-grid{grid-template-columns:1fr 370px;gap:var(--sp-xl);align-items:start}}
.enquiry-card{background:var(--dark);color:#EDEBE6;border-radius:var(--r-md);padding:34px 32px}
@media (min-width:1000px){.enquiry-card{position:sticky;top:calc(var(--header-h) + 24px)}}
.enquiry-card .h3{color:#FFFFFF;margin-bottom:10px;font-size:1.2rem}
.enquiry-card p{font-size:.95rem;font-weight:400;color:#C6C3BC;margin-bottom:24px}
.enquiry-card .btn{width:100%;margin-bottom:12px}
.agent{display:flex;align-items:center;gap:15px;margin-top:26px;padding-top:26px;border-top:1px solid rgba(237,235,230,.18)}
.agent img{width:52px;height:52px;border-radius:50%;object-fit:cover;flex:none}
.agent__name{font-weight:600;color:#FFFFFF;font-size:1rem}
.agent__role{font-size:.84rem;font-weight:400;color:#A8A49E}
.form-grid{display:grid;grid-template-columns:1fr;gap:var(--sp-md)}
@media (min-width:640px){.form-grid--2{grid-template-columns:repeat(2,1fr)}}
.field label{display:block;font-size:.82rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--muted);margin-bottom:10px}
.field input,.field select,.field textarea{width:100%;background:transparent;border:0;border-bottom:1.5px solid var(--line);border-radius:0;padding:13px 2px;font-size:1.02rem;font-weight:400;color:var(--ink);transition:border-color .2s ease}
.field input::placeholder,.field textarea::placeholder{color:#8D8A85}
.field input:focus,.field select:focus,.field textarea:focus{outline:none;border-bottom-color:var(--accent);border-bottom-width:2.5px;padding-bottom:12px}
.field textarea{resize:vertical;min-height:120px}
.form-note{font-size:.9rem;font-weight:400;color:var(--muted);margin-top:var(--sp-md)}
.site-footer{background:var(--dark-deep);color:#C6C3BC;padding-block:var(--section-y) var(--sp-lg);font-size:.98rem;font-weight:400}
.footer-grid{display:grid;grid-template-columns:1fr;gap:var(--sp-lg)}
@media (min-width:700px){.footer-grid{grid-template-columns:repeat(2,1fr)}}
@media (min-width:1000px){.footer-grid{grid-template-columns:1.5fr 1fr 1fr;gap:var(--sp-xl)}}
.footer-title{font-size:.8rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:#D9B45E;margin-bottom:22px}
.footer-links li{margin-bottom:14px}
.footer-links a:hover{color:#FFFFFF}
.footer-bottom{margin-top:var(--sp-lg);padding-top:var(--sp-md);border-top:1px solid rgba(237,235,230,.14);display:flex;flex-wrap:wrap;gap:var(--sp-sm) var(--sp-md);align-items:center;justify-content:space-between;font-size:.88rem;color:#96938E}
.footer-brand img{height:62px;width:auto;margin-bottom:22px;border-radius:var(--r-sm)}
.wa-float{position:fixed;right:20px;bottom:20px;z-index:85}
@media (max-width:760px){.wa-float{display:none}}
.wa-float__btn{width:58px;height:58px;border-radius:50%;background:#1FA855;color:#FFFFFF;border:0;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 10px 28px rgba(14,15,16,.32);transition:transform .18s ease;padding:0}
.wa-float__btn:hover{transform:scale(1.05)}
.wa-float__btn svg{width:31px;height:31px;display:block}
.wa-float__panel{position:absolute;right:0;bottom:70px;width:262px;background:var(--surface);border:1px solid var(--line);border-radius:var(--r-md);padding:18px;box-shadow:0 16px 44px rgba(14,15,16,.2);display:none}
.wa-float.is-open .wa-float__panel{display:block}
.wa-float__panel p{font-size:.88rem;font-weight:400;color:var(--muted);margin-bottom:12px;line-height:1.5}
.wa-option{display:flex;align-items:center;gap:12px;padding:13px 0;border-top:1px solid var(--line);font-size:.98rem;font-weight:600;color:var(--ink)}
.wa-option:hover{color:#8E7028}
.wa-option svg{width:20px;height:20px;color:#1FA855;flex:none;display:block}
.enquiry-bar{position:fixed;left:0;right:0;bottom:0;z-index:80;display:none;background:var(--dark-deep);border-top:1px solid rgba(179,143,57,.32);padding:11px var(--gutter) calc(11px + env(safe-area-inset-bottom,0px));gap:10px;box-shadow:0 -8px 28px rgba(14,15,16,.44)}
.enquiry-bar .btn{flex:1;padding-inline:12px;font-size:.92rem}
@media (max-width:760px){.enquiry-bar{display:flex}body{padding-bottom:calc(78px + env(safe-area-inset-bottom,0px))}}
.ph{background:linear-gradient(135deg,rgba(179,143,57,.2),rgba(179,143,57,0) 55%),linear-gradient(200deg,var(--dark) 0%,var(--dark-deep) 100%);display:flex;align-items:center;justify-content:center}
.ph::before{content:"";width:44px;height:44px;border:1px solid rgba(179,143,57,.5);border-radius:50%}
.js .reveal{opacity:0;transform:translateY(16px);transition:opacity .8s ease,transform .8s ease}
.js .reveal.is-in{opacity:1;transform:none}
@media (prefers-reduced-motion:reduce){.js .reveal{opacity:1;transform:none}}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.stack-list__item{padding-block:var(--sp-md);border-bottom:1px solid var(--line)}
.mt-md{margin-top:var(--sp-md)}
.mt-lg{margin-top:var(--sp-lg)}
