.asset-group{margin:70px 0 86px}
.asset-head{display:flex;justify-content:space-between;align-items:end;border-bottom:2px solid #1d72b8;padding-bottom:17px;margin-bottom:34px}
.asset-head h3{font:500 clamp(36px,4vw,52px)/1 Georgia,serif;margin:2px 0 0;letter-spacing:-.025em}
.asset-head>span,.state-head>span{color:#61777d;font-size:13px;font-weight:700}
.state-group{margin:34px 0 54px}
.state-head{display:flex;justify-content:space-between;align-items:end;border-bottom:1px solid #cfdbda;padding-bottom:12px;margin-bottom:22px}
.state-head h4{font:500 30px Georgia,serif;margin:0}
.facts{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:14px 0 2px;padding:10px 12px;border-radius:9px;background:#f0f5f4;color:#526b72;font-size:12px}
.facts span{font-weight:700}
.facts strong{color:#0a2b35;font-size:13px;text-align:right}
@media(max-width:850px){.asset-head{align-items:flex-start;gap:12px}.asset-head>span{text-align:right}}

.nav-dropdown{position:relative}
.nav-dropdown summary{display:flex;align-items:center;gap:8px;list-style:none;cursor:pointer;font-size:16px;line-height:1;padding:10px 0;font-weight:700;white-space:nowrap}
.nav-dropdown summary::-webkit-details-marker{display:none}
.nav-dropdown summary .nav-chevron{display:block;width:7px;height:7px;margin-top:-4px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg);transform-origin:center;transition:transform .18s ease,margin .18s ease}
.nav-dropdown[open] summary .nav-chevron{margin-top:3px;transform:rotate(225deg)}
.nav-menu{position:absolute;top:calc(100% + 11px);left:50%;min-width:205px;padding:9px;background:#fff;color:#0a2b35;border:1px solid #d7e0df;border-radius:12px;box-shadow:0 18px 42px #00182035;transform:translateX(-50%);z-index:1100}
.nav-menu::before{content:"";position:absolute;left:0;right:0;top:-12px;height:12px}
.nav-menu a{display:block;padding:10px 12px;border-radius:8px;font-size:14px;line-height:1.25}
.nav-menu a:hover,.nav-menu a:focus-visible{background:#eef3f2;color:#1d72b8;outline:none}
@media(hover:hover){.nav-dropdown:not([open]) .nav-menu{display:none}.nav-dropdown:hover .nav-menu{display:block}.nav-dropdown:hover summary .nav-chevron{margin-top:3px;transform:rotate(225deg)}}

/* Polished primary navigation */
header{height:104px;gap:24px}
nav{margin-left:auto;margin-right:20px;gap:4px;align-items:center}
nav>a,.nav-dropdown summary{display:flex;align-items:center;min-height:42px;padding:12px 14px;border-radius:9px;line-height:1;color:#f7fbfb;transition:background-color .18s ease,color .18s ease}
nav>a:hover,nav>a:focus-visible,.nav-dropdown summary:hover,.nav-dropdown summary:focus-visible{background:#ffffff14;color:#fff;outline:none}
.nav-dropdown summary{gap:8px}
.nav-menu{top:calc(100% + 9px);min-width:218px;padding:8px;border-color:#d9e2e1;border-radius:13px;box-shadow:0 22px 48px #00182040}
.nav-menu a{padding:11px 12px;border-radius:8px;font-size:14px;font-weight:700;transition:background-color .16s ease,color .16s ease}
header>a:last-child{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:11px 16px;border:1px solid #ffffff55;border-radius:9px;line-height:1;transition:background-color .18s ease,color .18s ease,border-color .18s ease}
header>a:last-child:hover,header>a:last-child:focus-visible{background:#fff;border-color:#fff;color:#0a2b35;outline:none}
@media(max-width:1100px) and (min-width:851px){header{gap:12px;padding-left:18px;padding-right:18px}.logo{max-width:300px}nav{margin-right:8px}nav>a,.nav-dropdown summary{padding-left:10px;padding-right:10px}}

/* Separate resort website and Google Maps actions. */
.mapbtn + .resort-link { margin-top: 12px; }

/* Advisory services with consistent Lucide line icons. */
#services .services-heading{margin-bottom:32px;max-width:850px}
#services .services-heading h2{margin:10px 0 0;font:500 clamp(36px,4.6vw,58px)/1.08 Georgia,serif;letter-spacing:-.035em}
#services .services-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
#services .service-item{min-width:0;padding:28px;background:#fff;border:1px solid #d7e0e3;border-radius:12px;box-shadow:0 6px 20px #0a2b3505}
#services .service-icon{display:flex;align-items:center;justify-content:center;width:60px;height:60px;margin-bottom:22px;border-radius:14px;background:#edf3f8;color:#123d59}
#services .service-icon svg{width:30px;height:30px;stroke-width:1.7}
#services .service-item h3{font:500 25px/1.2 Georgia,serif;letter-spacing:-.02em;margin:0 0 14px;color:#0a2b35}
#services .service-item p{font-size:16px;line-height:1.65;margin:0;color:#4c636b}
@media(max-width:950px){#services .services-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:580px){#services .services-grid{grid-template-columns:1fr;gap:16px}#services .service-item{padding:24px}#services .services-heading{margin-bottom:24px}}
