/* OPHIRA — two system-font stacks, no font files or third-party runtime. */
:root{--cream:#f3f0e8;--paper:#faf8f3;--ink:#282b23;--olive:#292f22;--muted:#636558;--gold:#dcccaa;--line:#dcd9ce;--serif:"Baskerville","Iowan Old Style","EB Garamond","Palatino Linotype",Georgia,serif;--sans:Arial,Helvetica,sans-serif;--gutter:clamp(24px,6vw,112px);--ease:cubic-bezier(.22,.61,.36,1)}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:120px}body{margin:0;background:var(--cream);color:var(--ink);font-family:var(--sans);font-size:15px;line-height:1.6;-webkit-font-smoothing:antialiased}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button{color:inherit}button:disabled{cursor:default}figure,p,h1,h2,h3{margin:0}h1,h2,h3{font-family:var(--serif);font-weight:400}h2{font-size:clamp(44px,4.45vw,68px);line-height:1.03;letter-spacing:-.035em}em{font-weight:400}::selection{background:#daca9f;color:#20261b}:focus-visible{outline:3px solid #9c824d;outline-offset:6px}button:focus-visible,a:focus-visible{outline:3px solid #b99861;outline-offset:5px}[hidden]{display:none!important}.svg-library{position:absolute;width:0;height:0;overflow:hidden}.icon{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.25;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.skip-link{position:fixed;z-index:500;top:12px;left:20px;padding:12px 18px;background:var(--cream);color:var(--ink);transform:translateY(-180%)}.skip-link:focus{transform:none}.cover{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.eyebrow{text-transform:uppercase;letter-spacing:.31em;font-size:10px;line-height:1.7;color:#f4f0e5}.eyebrow.dark{color:#606451}.section-pad{padding-inline:var(--gutter)}.button{display:inline-flex;align-items:center;justify-content:center;gap:24px;min-height:53px;padding:13px 26px;border:1px solid transparent;border-radius:40px;background:#e8ddc4;color:#272b22;font-size:13px;font-weight:400;line-height:1.3;transition:background .22s,transform .22s}.button:hover{background:#f8f2e3;transform:translateY(-2px)}.button .icon{width:25px}.button-small{min-height:42px;padding:10px 23px;font-size:12px;gap:22px}.button-dark{background:var(--olive);color:var(--cream)}.button-dark:hover{background:#424b34}.text-link{background:none;border:0;border-bottom:1px solid #777a6d;padding:8px 0;display:inline-flex;align-items:center;gap:30px;font-size:12px;line-height:1.5;transition:gap .2s}.text-link:hover{gap:40px}.image-credit{font:10px/1.4 var(--sans);letter-spacing:.015em;color:white;text-shadow:0 1px 5px #000;background:#17201365;padding:3px 6px;border-radius:2px}.body-copy{font-size:14px;line-height:1.9;color:#606253}.site-header{position:fixed;z-index:50;top:26px;left:4.3%;right:4.3%;display:flex;align-items:center;justify-content:space-between;gap:26px;min-height:82px;padding:9px 28px;border:1px solid #ffffff40;border-radius:18px;color:var(--cream);background:linear-gradient(110deg,#ffffff1f,#d9d1b80f);backdrop-filter:blur(19px);-webkit-backdrop-filter:blur(19px);transition:background .25s,min-height .25s,box-shadow .25s}.site-header.is-scrolled{background:#262d22f2;box-shadow:0 6px 24px #0d130d14;min-height:70px}.brand{display:block;flex-shrink:0;width:125px}.brand img{width:125px;height:auto}.desktop-nav{display:flex;align-items:center;gap:32px;margin-left:auto;margin-right:auto;padding-left:12px}.desktop-nav a{font-size:11px;color:#fff8ef;position:relative;white-space:nowrap}.desktop-nav a::after{content:"";display:block;height:1px;position:absolute;bottom:-5px;left:0;width:100%;background:#e4d3a6;transform:scaleX(0);transform-origin:left;transition:transform .2s}.desktop-nav a:hover::after{transform:scaleX(1)}.menu-toggle{display:none}.mobile-nav{display:none}.hero{position:relative;height:100svh;min-height:800px;max-height:1100px;isolation:isolate;color:#f9f6ed;background:#30382a}.hero-image{object-position:center 50%}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,#080e0acf 0%,#10180b73 30%,#1020110c 67%),linear-gradient(0deg,#11190edf 0%,#10201015 30%,#11211005 70%,#11180a55 100%)}.hero-copy{position:absolute;top:22%;left:var(--gutter);max-width:680px}.hero-copy .eyebrow{margin-bottom:20px}.hero h1{font-size:clamp(78px,7.3vw,124px);line-height:.965;letter-spacing:-.04em;text-shadow:0 2px 28px #0002}.hero h1 em{letter-spacing:-.045em}.hero-subtitle{font-size:15px;margin-top:20px;margin-bottom:23px;letter-spacing:.015em}.hero-aside{position:absolute;right:9.1%;top:23%;color:#fff9e8;letter-spacing:.37em;text-transform:uppercase;font-size:11px;line-height:2.8;text-shadow:0 1px 8px #12190d99}.scroll-cue{position:absolute;right:var(--gutter);bottom:193px;display:flex;align-items:center;gap:22px;text-transform:uppercase;font-size:9px;letter-spacing:.22em}.scroll-cue .icon{height:42px}.hero-facts{position:absolute;bottom:44px;left:var(--gutter);right:var(--gutter);display:grid;grid-template-columns:repeat(4,1fr);padding:25px 0;border:1px solid #f6f4e84d;border-radius:17px;background:linear-gradient(120deg,#94877736,#282d2042);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.fact{display:flex;justify-content:center;align-items:center;gap:19px;padding:4px 18px}.fact+.fact{border-left:1px solid #ffffff2d}.fact-icon{fill:none;stroke:#f1e7cd;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.05;width:33px;height:33px;flex-shrink:0}.fact-value{display:block;font-size:14px;line-height:1.6;color:#fff8e9}.fact-label{display:block;font-size:10px;color:#e0dfd1;line-height:1.7;margin-top:2px}.hero-credit{position:absolute;bottom:12px;right:var(--gutter)}.essence{display:grid;grid-template-columns:1.05fr 1fr;gap:9%;padding-top:96px;padding-bottom:100px;align-items:center;background:var(--paper)}.essence-photo{position:relative;height:510px;border-radius:8px;overflow:hidden;background:#d5cdb9}.essence-photo img{width:100%;height:100%;object-fit:cover;object-position:48% 50%}.essence-photo::after{content:"";position:absolute;inset:60% 0 0;background:linear-gradient(transparent,#131a1570);pointer-events:none}.essence-photo .image-credit{position:absolute;right:12px;bottom:12px;z-index:2}.photo-index{position:absolute;top:25px;left:26px;z-index:2;letter-spacing:.21em;font-size:9px;color:white;text-shadow:0 1px 4px #000;background:#17201350;padding:5px 7px}.essence-copy{padding-top:9px}.essence-copy .eyebrow{margin-bottom:26px}.essence-copy .body-copy{margin:26px 0 19px}.essence-footnote{border-top:1px solid var(--line);margin-top:45px;padding-top:21px;font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:#76796a}.residences{padding-top:82px;padding-bottom:80px}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:38px;margin-bottom:35px}.section-heading .eyebrow{margin-bottom:18px}.section-aside{font-size:12px;line-height:1.9;color:#686b5e;max-width:290px;padding-bottom:5px}.residence-track{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.residence-card{position:relative;display:block;text-align:left;padding:0;border:0;border-radius:12px;overflow:hidden;height:357px;isolation:isolate;color:var(--cream);background:var(--olive)}.residence-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:56% center;transition:transform .8s var(--ease)}.residence-card-d img{object-position:22% center}.residence-card::after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(180deg,#0f190d26 0%,#0c150900 24%,#0d170dcf 100%)}.residence-card img{z-index:-2}.residence-card:hover img{transform:scale(1.06)}.residence-number{position:absolute;top:19px;left:21px;color:#fff8e3;font-size:10px;letter-spacing:.2em;border:1px solid #fff4;padding:3px 10px;border-radius:20px;background:#15221144}.residence-content{position:absolute;bottom:20px;left:21px;right:21px}.residence-type{font-family:var(--serif);display:block;font-size:35px;line-height:1.1;letter-spacing:-.02em}.residence-spec{font-size:10px;display:block;line-height:1.6;margin-top:7px;color:#f1eee2;white-space:nowrap}.residence-spec>span{padding-inline:3px}.residence-action{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #ffffff3b;padding-top:14px;margin-top:18px;font-size:10px;letter-spacing:.035em}.circle-arrow{width:31px;height:31px;border:1px solid #fff9;border-radius:50%;display:flex;align-items:center;justify-content:center}.circle-arrow .icon{width:18px}.residence-caption{display:flex;justify-content:space-between;gap:20px;margin-top:15px;align-items:center}.residence-caption p{font-size:10px;color:#6b6d60;line-height:1.7}.swipe-hint{display:none}.spaces{position:relative;min-height:730px;padding:85px var(--gutter) 57px;background:var(--olive);color:var(--cream);isolation:isolate}.spaces>.cover{object-position:50% 52%;z-index:-3}.spaces-shade{position:absolute;inset:0;z-index:-2;background:linear-gradient(90deg,#10190fd9,#14251245 62%,#15261426),linear-gradient(0deg,#0d180dd9,transparent 62%)}.spaces-copy h2{font-size:clamp(52px,5.3vw,82px);line-height:.98;max-width:700px;margin-top:22px}.spaces-copy>p:last-child{font-size:13px;margin-top:21px;color:#e5e4d7}.experience-track{display:grid;grid-template-columns:repeat(4,1fr);gap:17px;margin-top:64px;max-width:960px;margin-left:auto}.experience{position:relative;display:block;border:1px solid #e8ead15c;padding:0;height:151px;border-radius:11px;overflow:hidden;text-align:left;color:var(--cream);background:#222c20}.experience img{width:100%;height:100%;object-fit:cover;transition:transform .6s var(--ease)}.experience::after{content:"";position:absolute;inset:0;background:linear-gradient(transparent 20%,#0b160dd4)}.experience:hover img{transform:scale(1.07)}.experience>span{position:absolute;bottom:15px;left:15px;right:15px;z-index:2;display:flex;justify-content:space-between;align-items:center;font-size:12px}.experience .icon{width:15px;height:15px}.spaces-credit{position:absolute;bottom:19px;right:var(--gutter)}.location{padding-top:100px;padding-bottom:100px;display:grid;grid-template-columns:1fr 1.02fr;gap:11%;align-items:center;background:var(--paper)}.location-copy .eyebrow{margin-bottom:23px}.location-copy .body-copy{margin-top:25px}.location-tags{display:flex;gap:15px;flex-wrap:wrap;margin-top:26px;margin-bottom:25px;font-size:10px;color:#626754}.location-tags span+span{border-left:1px solid #c9cdbb;padding-left:15px}.location-map{position:relative;padding:20px 20px 36px;border:1px solid #d6d1c4;border-radius:9px;background:#ddd5c8;overflow:hidden;width:100%}.location-map img{width:100%;height:auto}.map-expand{position:absolute;right:20px;top:20px;border-radius:50%;width:37px;height:37px;display:flex;align-items:center;justify-content:center;background:#f5f0e7de;color:#343b28;border:1px solid #34402626}.map-expand .icon{width:18px}.map-caption{position:absolute;bottom:12px;left:20px;font-size:10px;color:#4d553f}.enquiry{position:relative;min-height:605px;padding:88px var(--gutter) 70px;isolation:isolate;background:var(--olive);color:var(--cream)}.enquiry .cover{object-position:50% 55%;z-index:-3}.enquiry-shade{position:absolute;inset:0;z-index:-2;background:linear-gradient(90deg,#151e16ef,#14201787 65%,#17241620)}.enquiry h2{font-size:clamp(55px,5.6vw,85px);line-height:1.02;margin-top:20px;max-width:760px}.enquiry-copy>p:not(.eyebrow):not(.enquiry-note){font-size:14px;margin-top:25px;margin-bottom:25px;color:#eeedde}.enquiry-copy .button{gap:15px}.appointment-link{display:table;font-size:11px;margin-top:19px;border-bottom:1px solid #d4d8c57a;padding-bottom:3px;color:#f1eedf}.appointment-link span{padding-left:15px}.enquiry-note{font-size:10px;color:#d3d3c5;margin-top:27px}.enquiry-credit{position:absolute;bottom:18px;right:var(--gutter)}.site-footer{padding:47px var(--gutter) 35px;background:#22291e;color:#eee9da}.footer-top{display:flex;justify-content:space-between;align-items:center;gap:35px;padding-bottom:34px}.footer-brand{width:129px}.footer-brand img{width:129px}.footer-top p{margin-left:auto;margin-right:65px;font-size:11px;color:#cbd0bc;line-height:2}.footer-top p a{color:#f4f0e3}.footer-top p a span{padding-left:15px}.back-top{display:flex;align-items:center;gap:16px;font-size:10px;color:#d7dcc9}.back-top .icon{width:16px;transform:rotate(180deg)}.footer-bottom{border-top:1px solid #dedec829;padding-top:24px;display:grid;grid-template-columns:1fr 1.35fr;gap:60px;color:#b8beaa;font-size:9px;line-height:1.9}.floating-contact{position:fixed;z-index:45;bottom:25px;right:25px;display:flex;align-items:center;gap:12px;min-height:49px;padding:13px 20px;background:#e8ddc4;color:#273323;border:1px solid #d2c09b;border-radius:40px;box-shadow:0 3px 14px #0b160d25;font-size:11px;opacity:0;transform:translateY(25px);pointer-events:none;transition:opacity .2s,transform .2s}.floating-contact.visible{opacity:1;transform:none;pointer-events:auto}.floating-contact .icon{width:23px;height:23px}.reveal{transition:opacity .65s var(--ease),transform .75s var(--ease)}.reveal.is-pending{opacity:0;transform:translateY(18px)}.reveal.is-visible{opacity:1;transform:none}
/* Accessible native dialogs; none of the enquiries are form-gated. */
body.modal-open{overflow:hidden}dialog{border:0;border-radius:16px;padding:0;background:var(--paper);color:var(--ink);width:calc(100% - 40px);max-width:1050px;max-height:calc(100svh - 48px);box-shadow:0 15px 70px #0004}dialog::backdrop{background:#0c150ccf;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}.dialog-top{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:20px 28px;border-bottom:1px solid var(--line);position:sticky;top:0;background:var(--paper);z-index:2}.icon-button{display:inline-flex;align-items:center;justify-content:center;background:transparent;width:42px;height:42px;border:1px solid #62675455;border-radius:50%;color:var(--ink);padding:0;flex-shrink:0}.icon-button:hover{background:#dcdcca}.icon-button .icon{width:20px;height:20px}.layout-body{display:grid;grid-template-columns:1.08fr 1fr;gap:32px;padding:28px}.plan-display{background:#f5f2eb;border-radius:9px;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:425px;padding:18px}.plan-display>img{width:100%;height:370px;object-fit:contain}.plan-sheet{font-size:10px;margin-top:10px;gap:20px}.plan-sheet .icon{width:16px}.plan-info{padding:20px 8px 16px;min-width:0}.plan-info h2{font-size:61px;margin-top:9px}.plan-options{display:flex;flex-wrap:wrap;gap:8px;margin-top:22px}.plan-option{border:1px solid #c6cbb7;min-width:41px;min-height:37px;background:transparent;border-radius:5px;padding:6px 10px;font-size:11px}.plan-option[aria-pressed="true"]{background:var(--olive);color:var(--cream);border-color:var(--olive)}.plan-feature{font-size:12px;color:#606651;margin-top:17px;min-height:20px}.plan-facts{margin:18px 0 28px;border-top:1px solid var(--line)}.plan-facts>div{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:12px 0;border-bottom:1px solid var(--line);font-size:12px}.plan-facts dt{color:#616650}.plan-facts dd{margin:0}.plan-info .button{gap:15px;width:100%;font-size:11px;white-space:normal}.plan-note{font-size:10px;color:#686d5d;line-height:1.8;margin-top:17px}.gallery-dialog{max-width:1200px}.gallery-dialog .dialog-top{padding:14px 24px}.gallery-dialog h2{font-size:28px;letter-spacing:-.02em;line-height:1.2}.gallery-display{background:#1a2218;padding:12px;display:flex;align-items:center;justify-content:center}.gallery-display img{width:auto;max-width:100%;max-height:67svh;height:auto;object-fit:contain}.gallery-bottom{display:flex;justify-content:space-between;align-items:center;padding:15px 24px;gap:20px}.gallery-bottom>p{font-size:10px;color:#646c57}.gallery-controls{display:flex;align-items:center;gap:15px;flex-shrink:0}.gallery-controls .icon-button{width:36px;height:36px}.gallery-prev .icon{transform:rotate(180deg)}#gallery-count{font-size:11px;min-width:34px;text-align:center}.js-ready .residence-card:nth-child(2){transition-delay:50ms}.js-ready .residence-card:nth-child(3){transition-delay:100ms}.js-ready .residence-card:nth-child(4){transition-delay:150ms}
@media(min-width:1650px){.essence{gap:10%;grid-template-columns:1fr 1fr}.essence-photo{height:590px}.residence-card{height:420px}.spaces{min-height:805px}.experience-track{max-width:1120px}.experience{height:185px}}
@media(max-width:1120px){.desktop-nav{gap:22px}.site-header{padding-inline:21px}.fact{gap:12px;padding-inline:12px}.fact-label{font-size:9px}.fact-value{font-size:12px}.hero-aside{right:8%}.essence{gap:7%;padding-top:75px;padding-bottom:75px}.essence-photo{height:450px}.residence-card{height:320px}.residence-content{left:16px;right:16px}.residence-spec{font-size:9px}.residence-track{gap:12px}.location{gap:7%}.footer-top p{margin-right:25px}}
@media(max-width:900px){.desktop-nav{gap:16px}.desktop-nav a{font-size:10px}.brand,.brand img{width:105px}.site-header{gap:16px;min-height:72px}.header-enquire{padding:10px 17px;gap:12px}.hero{min-height:780px}.hero-copy{top:23%}.hero h1{font-size:88px}.hero-aside{font-size:9px;right:8%}.fact{flex-direction:column;gap:10px;text-align:center}.fact-icon{width:27px;height:27px}.hero-facts{padding:18px 0}.scroll-cue{bottom:207px}.residence-track{grid-template-columns:repeat(4,minmax(234px,1fr));overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:8px;scrollbar-width:thin;scrollbar-color:#adaf9b transparent}.residence-card{scroll-snap-align:start}.residence-caption{align-items:flex-start}.swipe-hint{display:flex;align-items:center;gap:8px;white-space:nowrap;font-size:9px;color:#5e634f}.swipe-hint .icon{width:17px;height:17px}.residence-caption p{max-width:70%}.experience-track{gap:12px}.experience{height:135px}.experience>span{font-size:10px;left:10px;right:10px}.location{gap:6%}.footer-bottom{gap:30px}}
@media(max-width:700px){:root{--gutter:24px}html{scroll-padding-top:98px}.site-header{top:14px;left:15px;right:15px;min-height:64px;padding:8px 15px;gap:12px;border-radius:14px}.site-header.is-scrolled{min-height:64px}.brand,.brand img{width:99px}.desktop-nav{display:none}.header-enquire{margin-left:auto;min-height:36px;font-size:11px;padding:8px 14px;gap:9px}.header-enquire .icon{width:18px}.menu-toggle{display:flex;flex-direction:column;gap:5px;align-items:center;justify-content:center;width:34px;height:40px;padding:0;background:none;color:var(--cream);border:0}.menu-toggle span{display:block;width:17px;height:1px;background:currentColor;transition:transform .2s}.menu-toggle[aria-expanded="true"] span:first-child{transform:translateY(3px) rotate(45deg)}.menu-toggle[aria-expanded="true"] span:last-child{transform:translateY(-3px) rotate(-45deg)}.site-header.menu-open{background:#262d22f7}.mobile-nav:not([hidden]){display:block;position:absolute;top:calc(100% + 10px);left:0;right:0;background:#262d22fa;border:1px solid #f3f0e82a;border-radius:14px;padding:15px 23px;box-shadow:0 10px 20px #0003}.mobile-nav>a{display:flex;align-items:center;justify-content:space-between;font-family:var(--serif);font-size:27px;padding:13px 2px;border-bottom:1px solid #fff2;line-height:1.25}.mobile-nav>a>span{font-family:var(--sans);font-size:10px;letter-spacing:.1em;color:#c7cdb5}.mobile-nav>.mobile-nav-enquire{font-family:var(--sans);font-size:12px;border:0;padding:20px 0 12px}.hero{height:100svh;min-height:785px;max-height:990px}.hero-image{object-position:58% 50%}.hero-shade{background:linear-gradient(90deg,#0b140bbd,#0c160c19 100%),linear-gradient(0deg,#13200eea,#0c180d1a 70%,#19231245)}.hero-copy{top:19.5%;left:27px;right:20px;max-width:none}.hero-copy .eyebrow{font-size:8px;letter-spacing:.27em;margin-bottom:21px}.hero h1{font-size:clamp(61px,16.25vw,98px);line-height:1.0;letter-spacing:-.04em}.hero-subtitle{font-size:12px;margin-top:18px;margin-bottom:21px}.hero-copy .button{font-size:11px;padding:13px 20px;min-height:48px;gap:19px}.hero-aside{display:none}.scroll-cue{display:none}.hero-facts{grid-template-columns:1fr 1fr;bottom:35px;left:22px;right:22px;padding:9px 12px;border-radius:13px}.fact{flex-direction:row;align-items:center;justify-content:flex-start;gap:11px;padding:12px 10px;text-align:left;min-height:74px}.fact+.fact{border-left:0}.fact:nth-child(even){border-left:1px solid #ffffff30}.fact:nth-child(n+3){border-top:1px solid #ffffff30}.fact-icon{width:23px;height:23px}.fact-value{font-size:10px;white-space:nowrap}.fact-label{font-size:8px;max-width:116px;line-height:1.45}.hero-credit{font-size:9px;bottom:9px;right:22px}.essence{display:flex;flex-direction:column;align-items:stretch;gap:35px;padding-top:48px;padding-bottom:49px}.essence-photo{height:355px;border-radius:7px}.photo-index{top:18px;left:16px;font-size:8px}.essence-copy{padding:0 4px}.essence-copy .eyebrow{margin-bottom:19px}.essence h2{font-size:49px}.essence-copy .body-copy{font-size:13px;margin-top:22px;margin-bottom:12px}.essence-footnote{margin-top:29px;padding-top:20px;font-size:8px;letter-spacing:.12em}.eyebrow{font-size:9px}.residences{padding-top:48px;padding-bottom:41px;padding-right:0}.section-heading{display:block;margin-bottom:26px;padding-right:24px}.section-heading h2{font-size:44px}.section-heading .eyebrow{margin-bottom:14px}.section-aside{font-size:11px;margin-top:17px;line-height:1.7}.section-aside br{display:none}.residence-track{grid-template-columns:repeat(4,255px);gap:13px;padding-right:24px;scrollbar-width:none}.residence-track::-webkit-scrollbar{display:none}.residence-card{height:325px;border-radius:10px}.residence-content{left:21px;right:21px}.residence-type{font-size:34px}.residence-spec{font-size:10px}.residence-caption{margin-top:10px;padding-right:24px;display:block}.residence-caption p{font-size:9px;max-width:100%;line-height:1.7}.swipe-hint{margin-top:10px;justify-content:flex-end}.spaces{min-height:652px;padding:52px 24px 47px;overflow:hidden}.spaces>.cover{object-position:38% 50%}.spaces-shade{background:linear-gradient(90deg,#111d13d6,#15271930),linear-gradient(0deg,#0e1b0dec,transparent 70%)}.spaces-copy h2{font-size:54px;margin-top:20px}.spaces-copy>p:last-child{font-size:12px;margin-top:20px}.experience-track{display:grid;grid-template-columns:repeat(4,195px);margin-top:59px;overflow-x:auto;padding-bottom:8px;padding-right:24px;margin-right:-24px;gap:13px;scroll-snap-type:x mandatory;scrollbar-width:none}.experience{height:151px;scroll-snap-align:start;border-radius:10px}.experience>span{font-size:11px;left:13px;right:13px}.spaces-credit{font-size:8px;bottom:17px;right:24px}.location{display:flex;flex-direction:column;align-items:stretch;gap:33px;padding-top:53px;padding-bottom:54px}.location h2{font-size:51px}.location-copy .eyebrow{margin-bottom:20px}.location-copy .body-copy{font-size:12px;margin-top:22px}.location-tags{font-size:9px;gap:12px;margin-top:22px;margin-bottom:16px}.location-tags span+span{padding-left:12px}.location .text-link{font-size:11px}.location-map{padding:14px 14px 33px;border-radius:7px}.map-caption{left:15px;font-size:9px}.enquiry{padding:58px 24px 55px;min-height:558px}.enquiry>.cover{object-position:55% 50%}.enquiry-shade{background:linear-gradient(90deg,#131e17e3,#121f159c 75%,#17241450)}.enquiry h2{font-size:51px;max-width:360px;margin-top:23px;line-height:1.01}.enquiry-copy>p:not(.eyebrow):not(.enquiry-note){font-size:12px;margin-top:25px;margin-bottom:23px}.enquiry-copy .button{font-size:11px;gap:11px;padding:13px 19px;min-height:49px}.enquiry-copy .button>.icon{width:20px}.appointment-link{font-size:10px;margin-top:19px}.enquiry-note{font-size:9px;margin-top:26px}.enquiry-credit{font-size:8px;bottom:13px;right:24px}.site-footer{padding:37px 24px 102px}.footer-top{flex-wrap:wrap;gap:21px;padding-bottom:25px;align-items:flex-start}.footer-brand,.footer-brand img{width:106px}.footer-top p{margin:0 0 0 auto;font-size:9px;line-height:2}.footer-top p a span{padding-left:4px}.back-top{width:100%;font-size:9px;justify-content:flex-end}.back-top .icon{width:13px;height:16px}.footer-bottom{display:block;font-size:8px;line-height:1.9;padding-top:23px}.footer-bottom .disclaimer{margin-top:15px}.floating-contact{right:18px;bottom:max(16px,env(safe-area-inset-bottom));min-height:47px;padding:12px 17px;font-size:10px;gap:8px}.floating-contact .icon{width:21px;height:21px}dialog{width:calc(100% - 24px);max-height:calc(100svh - 24px);border-radius:12px}.dialog-top{padding:13px 16px}.dialog-top .eyebrow{font-size:8px;letter-spacing:.24em}.icon-button{width:37px;height:37px}.layout-body{display:flex;flex-direction:column;gap:0;padding:16px}.plan-display{min-height:260px;padding:10px}.plan-display>img{height:275px;width:100%}.plan-sheet{font-size:9px;margin-top:5px}.plan-info{padding:22px 4px 10px}.plan-info h2{font-size:48px}.plan-options{margin-top:16px}.plan-facts{margin-top:12px;margin-bottom:21px}.plan-feature{margin-top:14px}.plan-facts>div{padding:10px 0}.gallery-dialog .dialog-top{padding:12px 15px}.gallery-dialog h2{font-size:24px}.gallery-display{padding:5px}.gallery-display img{max-height:65svh}.gallery-bottom{padding:12px 15px;gap:10px}.gallery-bottom>p{font-size:9px;max-width:53%}.gallery-controls{gap:8px}.gallery-controls .icon-button{width:32px;height:32px}.gallery-controls .icon{width:17px}.plan-info .button{min-height:48px}}
@media(max-width:360px){:root{--gutter:20px}.hero-copy{left:22px}.hero h1{font-size:59px}.hero-facts{left:17px;right:17px;padding-inline:6px}.fact{gap:7px;padding-inline:8px}.fact-value{font-size:9px}.fact-label{font-size:7px}.essence h2{font-size:43px}.enquiry h2{font-size:46px}.brand,.brand img{width:90px}.site-header{padding-inline:12px}.header-enquire{padding-inline:12px}.footer-top p{font-size:8px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}.reveal.is-pending{opacity:1;transform:none}}
@media print{.site-header,.floating-contact,dialog,.scroll-cue,.skip-link{display:none!important}.hero{height:800px}.reveal.is-pending{opacity:1;transform:none}.residence-track{grid-template-columns:repeat(4,1fr)}.experience-track{grid-template-columns:repeat(4,1fr)}.site-footer{padding-bottom:35px}}
