
:root{--navy:#061b3a;--gold:#c79a42;--cream:#f7f4ee;--ink:#182236;--muted:#6a7382;--line:#e5dfd5}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,sans-serif;color:var(--ink);line-height:1.6}a{text-decoration:none;color:inherit}img{display:block;max-width:100%}
.container{width:min(1180px,calc(100% - 36px));margin:auto}
header{position:sticky;top:0;z-index:20;background:white;border-bottom:1px solid var(--line)}
nav{height:88px;display:flex;align-items:center;justify-content:space-between;gap:20px}.logo{width:190px;height:70px;object-fit:contain}
.links{display:flex;gap:22px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.06em}
.hero{min-height:690px;background:linear-gradient(90deg,rgba(4,20,45,.92),rgba(4,20,45,.52),rgba(4,20,45,.08)),url('assets/hero-city-bay.png') center/cover no-repeat;display:flex;align-items:center;color:white}
.hero h1{font:400 clamp(48px,7vw,88px)/1.03 Georgia,serif;margin:8px 0 18px;max-width:850px}.k{color:var(--gold);font-size:12px;font-weight:700;letter-spacing:.18em;text-transform:uppercase}
.btn{display:inline-block;background:var(--gold);color:var(--navy);padding:13px 20px;margin-top:14px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.07em}
section{padding:82px 0}.head{max-width:800px;margin-bottom:38px}.head h2{font:400 clamp(34px,5vw,56px)/1.15 Georgia,serif;color:var(--navy);margin:8px 0}.head p{color:var(--muted)}
.g3{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.card{border:1px solid var(--line);padding:28px;background:#fff}.card h3{font:400 24px Georgia,serif;color:var(--navy)}
.feature{background:var(--navy);color:white}.feature h2{color:white}.feature-grid{display:grid;grid-template-columns:2fr 1fr;gap:12px}.feature-grid>img{width:100%;height:510px;object-fit:cover}.side{display:grid;gap:12px}.side img{width:100%;height:249px;object-fit:cover}
.bar{background:white;color:var(--ink);padding:28px;margin-top:14px;display:grid;grid-template-columns:1fr 2fr auto;gap:24px;align-items:center}.price{font:34px Georgia,serif;color:var(--navy)}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.stats strong{display:block;color:var(--navy)}.stats span{font-size:12px;color:var(--muted)}
.property-hero{min-height:540px;position:relative;background:url('assets/assemblage-01.png') center/cover no-repeat;display:flex;align-items:flex-end;color:#fff}.property-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(4,20,45,.9),rgba(4,20,45,.05) 70%)}.property-hero .container{position:relative;padding-bottom:46px}.property-hero h1{font:400 clamp(42px,6vw,72px)/1.05 Georgia,serif;margin:8px 0}
.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.gallery img{width:100%;height:270px;object-fit:cover}.gallery img:first-child{grid-column:span 2;height:552px}.gallery img:nth-child(2){height:552px}
.gallery3055{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.gallery3055 img{width:100%;height:270px;object-fit:cover}
.badge{display:inline-block;background:var(--navy);color:white;padding:7px 11px;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}
.cream{background:var(--cream)}footer{background:#04152f;color:#d3dbe4;padding:34px 0;font-size:13px}.foot{display:flex;justify-content:space-between;gap:30px;align-items:center}.foot img{width:150px;background:white}
@media(max-width:800px){.links{gap:8px;font-size:9px}.g3,.feature-grid,.bar,.gallery,.gallery3055{grid-template-columns:1fr}.stats{grid-template-columns:1fr}.feature-grid>img,.side img,.gallery img,.gallery img:first-child,.gallery img:nth-child(2),.gallery3055 img{height:280px;grid-column:auto}}

.gallery3055{grid-template-columns:repeat(2,1fr)}
.gallery3055 img{height:420px}
@media(max-width:800px){.gallery3055{grid-template-columns:1fr}.gallery3055 img{height:300px}}

.card .btn{margin-right:8px;margin-top:12px}.head .btn{margin-right:8px}
