/* VIP X area guide pages */
.vxa { position: relative; min-height: min(78svh, 720px); display: flex; align-items: flex-end; color: #fff; overflow: hidden; isolation: isolate; padding: 150px 0 56px; background: var(--vx-ink); }
.vxa--index { min-height: min(56svh, 520px); }
.vxa__bg { position: absolute; inset: 0; z-index: -3; background-size: cover; background-position: center; transform: scale(1.08); animation: vx-kb 16s ease-out forwards; }
.vxa__shade { position: absolute; inset: 0; z-index: -2; background: linear-gradient(180deg, rgba(11,18,32,.7) 0%, rgba(11,18,32,.35) 35%, rgba(11,18,32,.92) 100%); }
.vxa__in { position: relative; }
.vxa__crumbs { display: flex; gap: 8px; flex-wrap: wrap; font-size: 13px; color: rgba(255,255,255,.7); margin-bottom: 18px; animation: vx-up .8s var(--vx-ease) both; }
.vxa__crumbs a { color: rgba(255,255,255,.75) !important; text-decoration: none; } .vxa__crumbs a:hover { color: var(--vx-gold-2) !important; } .vxa__crumbs b { color: #fff; font-weight: 600; }
.vxa__title { font-size: clamp(42px, 8vw, 104px); line-height: 1; letter-spacing: -.03em; font-weight: 800; color: #fff; margin: 10px 0 14px; animation: vx-up 1s var(--vx-ease) .1s both; }
.vxa__tag { font-size: clamp(17px, 2vw, 24px); max-width: 44ch; color: rgba(255,255,255,.85); margin: 0 0 28px; animation: vx-up 1s var(--vx-ease) .2s both; }
.vxa__cta { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 34px; animation: vx-up 1s var(--vx-ease) .3s both; }
.vxa__facts { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; max-width: 980px; animation: vx-up 1s var(--vx-ease) .4s both; }
.vxa__facts li { padding: 14px 16px; border-radius: 18px; background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.16); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); }
.vxa__facts small { display: block; color: rgba(255,255,255,.65); font-size: 11.5px; letter-spacing: .06em; text-transform: uppercase; font-weight: 700; margin-bottom: 4px; }
.vxa__facts b { font-size: 15px; line-height: 1.3; color: #fff; }

/* sticky sub-nav */
.vxa-nav { position: sticky; top: 84px; z-index: 1020; background: rgba(247,245,240,.92); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(26,34,51,.09); transition: top .35s var(--vx-ease); }
body:has(#header.vx-hidden) .vxa-nav { top: 0; }
.vxa-nav__in { display: flex; gap: 6px; overflow-x: auto; scrollbar-width: none; padding: 10px 0; align-items: center; } .vxa-nav__in::-webkit-scrollbar { display: none; }
.vxa-nav a { flex: none; padding: 9px 16px; border-radius: 999px; font-weight: 700; font-size: 14px; color: #566079 !important; text-decoration: none; transition: background .25s, color .25s; }
.vxa-nav a:hover { background: rgba(26,34,51,.07); }
.vxa-nav a.is-on { background: var(--vx-ink); color: #fff !important; }
.vxa-nav .vxa-nav__cta { margin-left: auto; background: linear-gradient(135deg, var(--vx-gold-2), var(--vx-gold)); color: #1a1305 !important; }

/* overview */
.vxa-ov { display: grid; grid-template-columns: 1.5fr 1fr; gap: clamp(28px, 5vw, 64px); align-items: start; }
.vxa-ov__text h2 { font-size: clamp(28px, 3.6vw, 44px); margin: 0 0 18px; line-height: 1.1; font-weight: 800; }
.vxa-ov__text > p { font-size: 17.5px; line-height: 1.75; color: #374056; margin: 0 0 16px; }
.vxa-two { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 26px; }
.vxa-two > div { padding: 22px; background: #fff; border-radius: 22px; box-shadow: 0 18px 40px -28px rgba(11,18,32,.35); border: 1px solid rgba(26,34,51,.06); }
.vxa-two h4 { display: flex; gap: 8px; align-items: center; font-size: 16px; margin: 0 0 8px; } .vxa-two h4 svg { width: 20px; color: #a67c2e; } .vxa-two p { margin: 0; color: #566079; line-height: 1.65; font-size: 15px; }
.vxa-glance { position: sticky; top: 150px; padding: 26px; border-radius: 26px; background: linear-gradient(170deg, #0b1220, #16223b); color: #fff; box-shadow: 0 30px 60px -30px rgba(11,18,32,.6); }
.vxa-glance h3 { color: #fff; font-size: 18px; margin: 0 0 14px; } .vxa-glance h4 { color: var(--vx-gold); font-size: 12px; letter-spacing: .14em; text-transform: uppercase; margin: 20px 0 10px; }
.vxa-glance dl { margin: 0; } .vxa-glance dl > div { display: flex; justify-content: space-between; gap: 14px; padding: 11px 0; border-bottom: 1px solid var(--vx-line); font-size: 14.5px; }
.vxa-glance dt { color: var(--vx-muted); font-weight: 500; } .vxa-glance dd { margin: 0; text-align: right; font-weight: 700; }
.vxa-chips { display: flex; flex-wrap: wrap; gap: 7px; } .vxa-chips span { padding: 7px 12px; border-radius: 999px; background: rgba(214,173,96,.16); color: var(--vx-gold-2); font-size: 13px; font-weight: 600; }
.vxa-glance__stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 20px; }
.vxa-glance__stats a { text-align: center; padding: 12px 6px; border-radius: 16px; background: rgba(255,255,255,.07); text-decoration: none; color: #fff !important; transition: background .25s, transform .3s var(--vx-ease); } .vxa-glance__stats a:hover { background: rgba(214,173,96,.22); transform: translateY(-2px); }
.vxa-glance__stats b { display: block; font-size: 24px; color: var(--vx-gold-2); } .vxa-glance__stats span { font-size: 12px; color: var(--vx-muted); }

/* why buy */
.vxwhy { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.vxwhy__c { padding: 28px; border-radius: 24px; background: linear-gradient(160deg, rgba(255,255,255,.07), rgba(255,255,255,.02)); border: 1px solid var(--vx-line); transition: transform .5s var(--vx-ease), border-color .3s, background .3s; }
.vxwhy__c:hover { transform: translateY(-6px); border-color: rgba(214,173,96,.5); background: linear-gradient(160deg, rgba(214,173,96,.14), rgba(255,255,255,.02)); }
.vxwhy__c svg { width: 34px; height: 34px; color: var(--vx-gold); margin-bottom: 16px; } .vxwhy__c h3 { color: #fff; font-size: 20px; margin: 0 0 8px; } .vxwhy__c p { margin: 0; color: var(--vx-muted); line-height: 1.6; }

/* attractions */
.vxattr { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.vxattr__c { display: flex; gap: 16px; padding: 22px; background: #fff; border-radius: 22px; border: 1px solid rgba(26,34,51,.06); box-shadow: 0 18px 40px -30px rgba(11,18,32,.4); transition: transform .4s var(--vx-ease), box-shadow .4s; }
.vxattr__c:hover { transform: translateY(-4px); box-shadow: 0 26px 50px -28px rgba(11,18,32,.45); }
.vxattr__i { flex: none; width: 52px; height: 52px; border-radius: 16px; display: grid; place-items: center; background: linear-gradient(135deg, var(--vx-gold-2), var(--vx-gold)); color: #1a1305; } .vxattr__i svg { width: 26px; height: 26px; }
.vxattr__c h3 { font-size: 17px; margin: 2px 0 6px; } .vxattr__c p { margin: 0; color: #566079; font-size: 14.5px; line-height: 1.6; }

/* listing sections reuse .vxgrid/.vxcard; empty states + mini cards */
.vxempty { text-align: center; padding: 40px 24px; border-radius: 26px; background: #fff; border: 1px dashed rgba(26,34,51,.2); } .vxempty h3 { font-size: 22px; margin: 0 0 8px; } .vxempty p { color: #667085; max-width: 52ch; margin: 0 auto 18px; }
.vxmini { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.vxmini__c { display: flex; gap: 14px; align-items: center; padding: 10px; background: #fff; border-radius: 20px; text-decoration: none; color: #1a2233 !important; border: 1px solid rgba(26,34,51,.06); transition: transform .35s var(--vx-ease); } .vxmini__c:hover { transform: translateY(-3px); }
.vxmini__c span { flex: none; width: 76px; height: 64px; border-radius: 14px; background-size: cover; background-position: center; } .vxmini__c b { display: block; font-size: 14.5px; line-height: 1.3; } .vxmini__c small { color: #7b8496; }
.vxmore { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
.vxmore .vxarea { height: 170px; }

/* areas index */
.vxidx { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.vxidx__c { display: flex; flex-direction: column; background: #fff; border-radius: 26px; overflow: hidden; text-decoration: none; color: #1a2233 !important; box-shadow: 0 1px 2px rgba(11,18,32,.05), 0 24px 50px -30px rgba(11,18,32,.35); transition: transform .5s var(--vx-ease), box-shadow .5s; }
.vxidx__c:hover { transform: translateY(-8px); box-shadow: 0 34px 64px -30px rgba(11,18,32,.5); }
.vxidx__img { display: block; aspect-ratio: 16 / 10; background-size: cover; background-position: center; transition: transform 1.1s var(--vx-ease); } .vxidx__c:hover .vxidx__img { transform: scale(1.06); }
.vxidx__c { overflow: hidden; } .vxidx__img { transform-origin: center; }
.vxidx__body { display: grid; gap: 6px; padding: 20px 22px 24px; background: #fff; position: relative; }
.vxidx__body b { font-size: 22px; } .vxidx__body small { color: #667085; font-size: 14.5px; line-height: 1.5; } .vxidx__body em { font-style: normal; font-weight: 700; color: #9a7126; display: inline-flex; gap: 6px; align-items: center; font-size: 14px; margin-top: 4px; } .vxidx__body em svg { width: 16px; }

@media (max-width: 991px) {
  .vxa-ov { grid-template-columns: 1fr; } .vxa-glance { position: static; }
  .vxwhy, .vxattr, .vxidx, .vxmini { grid-template-columns: repeat(2, 1fr); }
  .vxmore { grid-template-columns: repeat(3, 1fr); } .vxa__facts { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 767px) {
  .vxa { padding: 110px 0 36px; min-height: 0; } .vxa-nav { top: 70px; }
  .vxa-two, .vxwhy, .vxattr, .vxidx, .vxmini { grid-template-columns: 1fr; }
  .vxmore { grid-template-columns: repeat(2, 1fr); } .vxmore .vxarea { height: 130px; }
  .vxa__cta .vx-btn { flex: 1 1 100%; } .vxa-nav .vxa-nav__cta { display: none; }
}

/* photos as <img> on area pages */
img.vxa__bg { width: 100%; height: 100%; object-fit: cover; }
.vxmini__c span { overflow: hidden; } .vxmini__c span img { width: 100%; height: 100%; object-fit: cover; display: block; }
.vxidx__img { overflow: hidden; } .vxidx__img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 1.1s var(--vx-ease); }
.vxidx__c:hover .vxidx__img img { transform: scale(1.06); }
