﻿.hx-page {
  --hx-bg: #f5efe7;
  --hx-ink: #171717;
  --hx-muted: #635d56;
  --hx-panel: #fffdf8;
  --hx-line: rgba(23,23,23,.10);
  --hx-accent: #b88a3b;
  --hx-accent-2: #e3c289;
  background: var(--hx-bg);
  color: var(--hx-ink);
}

.hx-page.theme-cobalt { --hx-accent:#c79a43; --hx-accent-2:#f2d8a7; --hx-deep:#111827; }
.hx-page.theme-noir { --hx-accent:#d2a45c; --hx-accent-2:#f0d9ad; --hx-deep:#0f0f10; }
.hx-page.theme-ember { --hx-accent:#cb7440; --hx-accent-2:#f0c3a3; --hx-deep:#1a1411; }
.hx-page.theme-sand { --hx-accent:#c49b58; --hx-accent-2:#f6debc; --hx-deep:#102028; }
.hx-page.theme-jade { --hx-accent:#8ca56b; --hx-accent-2:#cfe1b9; --hx-deep:#101915; }
.hx-page.theme-brass { --hx-accent:#b98a4a; --hx-accent-2:#e7ca9d; --hx-deep:#161311; }
.hx-page.theme-terracotta { --hx-accent:#c06b4d; --hx-accent-2:#efc0af; --hx-deep:#1a1311; }
.hx-page.theme-forest { --hx-accent:#7d936f; --hx-accent-2:#c7d4bf; --hx-deep:#121713; }
.hx-page.theme-slate { --hx-accent:#93856c; --hx-accent-2:#d8d0c4; --hx-deep:#14171c; }
.hx-page.theme-champagne { --hx-accent:#caa56a; --hx-accent-2:#f0debc; --hx-deep:#151312; }
.hx-page.theme-azure { --hx-accent:#5f93b8; --hx-accent-2:#c7dceb; --hx-deep:#10171d; }
.hx-page.theme-sea { --hx-accent:#5294a8; --hx-accent-2:#c4e3ea; --hx-deep:#0d1920; }
.hx-page.theme-charcoal { --hx-accent:#9c8667; --hx-accent-2:#d8ccb9; --hx-deep:#171616; }
.hx-page.theme-sunset { --hx-accent:#d78a4f; --hx-accent-2:#efc9a8; --hx-deep:#1a1412; }

.hx-skip {
  position: absolute;
  left: -9999px;
}

.hx-skip:focus {
  left: 16px;
  top: 16px;
  z-index: 3000;
  background: var(--hx-accent);
  color: #111;
  padding: 10px 14px;
  border-radius: 8px;
  font-weight: 700;
}

.hx-shell { overflow: hidden; }
.hx-section { padding: 88px 0; }
.hx-dark { background: var(--hx-deep); color: #fff; }
.hx-head { max-width: 880px; margin-bottom: 32px; }
.hx-kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--hx-accent);
}
.hx-kicker::before { content:''; width: 34px; height: 2px; background: var(--hx-accent); }
.hx-head h2 {
  margin: 0 0 14px;
  font-family: var(--display);
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.03;
  letter-spacing: -.03em;
}
.hx-head h2 em { color: var(--hx-accent); font-style: italic; }
.hx-head p, .hx-copy p {
  margin: 0 0 16px;
  color: var(--hx-muted);
  font-size: 15px;
  line-height: 1.92;
}
.hx-dark .hx-head p, .hx-dark .hx-copy p { color: rgba(255,255,255,.72); }

.hx-grid-2 { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 28px; }
.hx-grid-3 { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.hx-card {
  background: var(--hx-panel);
  border: 1px solid var(--hx-line);
  box-shadow: 0 12px 30px rgba(0,0,0,.04);
}
.hx-dark .hx-card {
  background: rgba(255,255,255,.06);
  border-color: rgba(255,255,255,.12);
  box-shadow: none;
}
.hx-card-copy { padding: 24px 22px 26px; }
.hx-card-copy h3 {
  margin: 0 0 10px;
  font-family: var(--display);
  font-size: 28px;
  line-height: 1.08;
  letter-spacing: -.03em;
}
.hx-card-copy p { margin: 0; color: var(--hx-muted); font-size: 14px; line-height: 1.85; }
.hx-dark .hx-card-copy p { color: rgba(255,255,255,.74); }
.hx-card img { width: 100%; height: 320px; object-fit: cover; display: block; }
.hx-label {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--hx-accent);
}

.hx-hero { position: relative; min-height: 92vh; }
.hx-hero img { display: block; width: 100%; height: 100%; object-fit: cover; }
.hx-hero-copy h1 {
  margin: 0 0 18px;
  font-family: var(--display);
  font-size: clamp(46px, 6vw, 92px);
  line-height: .98;
  letter-spacing: -.04em;
}
.hx-hero-copy h1 em { color: var(--hx-accent); font-style: italic; }
.hx-hero-copy p { margin: 0 0 14px; font-size: 16px; line-height: 1.9; }
.hx-actions { display:flex; gap:12px; flex-wrap:wrap; margin-top: 22px; }
.hx-stats { display:grid; gap: 14px; }
.hx-stat { padding: 18px; border: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.06); }
.hx-stat small { display:block; margin-bottom:8px; font-size:10px; letter-spacing:.14em; text-transform:uppercase; color: rgba(255,255,255,.58); }
.hx-stat strong { display:block; font-family: var(--display); font-size: 28px; line-height:1.08; letter-spacing:-.03em; }

.hx-hero--skyline {
  display: grid;
  grid-template-columns: minmax(0,1.02fr) minmax(0,.98fr);
  background: var(--hx-deep);
}
.hx-hero--skyline .hx-hero-copy {
  position: relative;
  z-index: 2;
  padding: 138px 56px 80px;
  color: #fff;
}
.hx-hero--skyline .hx-hero-media { position: relative; min-height: 640px; }
.hx-hero--skyline .hx-hero-media::before {
  content:''; position:absolute; inset:0;
  background: linear-gradient(to right, rgba(0,0,0,.76), rgba(0,0,0,.22));
}
.hx-hero--skyline .hx-stats { grid-template-columns: repeat(3,minmax(0,1fr)); margin-top: 36px; }

.hx-hero--editorial {
  background: var(--hx-deep);
  color:#fff;
}
.hx-hero--editorial .hx-hero-media { position:absolute; inset:0; opacity:.42; }
.hx-hero--editorial .hx-hero-copy {
  position:relative; z-index:2; max-width: 980px; margin: 0 auto; padding: 148px 24px 110px;
}
.hx-hero--editorial .hx-quote {
  margin-top: 28px; max-width: 420px; padding: 18px 20px; border-left: 3px solid var(--hx-accent); background: rgba(255,255,255,.06);
  font-size: 15px; line-height: 1.8; color: rgba(255,255,255,.84);
}
.hx-hero--editorial .hx-stats { grid-template-columns: repeat(3,minmax(0,1fr)); margin-top: 34px; }

.hx-hero--resort {
  min-height: 100vh;
  color: #fff;
}
.hx-hero--resort .hx-hero-media { position:absolute; inset:0; }
.hx-hero--resort .hx-hero-media::after { content:''; position:absolute; inset:0; background: linear-gradient(180deg, rgba(6,18,24,.18), rgba(6,18,24,.82)); }
.hx-hero--resort .hx-hero-copy { position:relative; z-index:2; padding: 132px 24px 80px; max-width: 1180px; margin: 0 auto; display:grid; grid-template-columns:minmax(0,1fr) 340px; gap: 28px; align-items:end; }
.hx-hero--resort .hx-float { padding: 22px; background: rgba(7,20,26,.72); border:1px solid rgba(255,255,255,.18); backdrop-filter: blur(10px); }
.hx-hero--resort .hx-float h3 { margin:0 0 12px; font-family: var(--display); font-size: 26px; }
.hx-hero--resort .hx-float p { margin:0; color: rgba(255,255,255,.78); font-size:14px; line-height:1.85; }
.hx-hero--resort .hx-stats { grid-template-columns: 1fr; }

.hx-hero--district {
  display:grid;
  grid-template-columns:minmax(0,1fr) 440px;
  gap: 0;
  background: var(--hx-deep);
  color:#fff;
}
.hx-hero--district .hx-hero-copy { padding: 136px 56px 78px; }
.hx-hero--district .hx-rail { padding: 110px 24px 48px 0; display:grid; gap: 14px; align-content:end; }
.hx-hero--district .hx-rail-card { background: rgba(255,255,255,.06); border:1px solid rgba(255,255,255,.12); overflow:hidden; }
.hx-hero--district .hx-rail-card img { height: 210px; }
.hx-hero--district .hx-rail-card div { padding: 14px 16px 16px; font-size: 13px; line-height: 1.7; color: rgba(255,255,255,.76); }
.hx-hero--district .hx-stats { grid-template-columns: repeat(3,minmax(0,1fr)); margin-top:36px; }

.hx-hero--residence {
  background: linear-gradient(135deg, var(--hx-deep) 0%, #241d18 100%);
  color:#fff;
}
.hx-hero--residence .hx-inner { max-width: 1240px; margin:0 auto; padding: 134px 24px 86px; display:grid; grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr); gap: 32px; align-items:center; }
.hx-hero--residence .hx-frame { padding: 18px; border:1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.04); }
.hx-hero--residence .hx-frame img { height: 560px; }
.hx-hero--residence .hx-note { margin-top: 26px; padding-top: 20px; border-top:1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.78); font-size:14px; line-height:1.85; }
.hx-hero--residence .hx-stats { grid-template-columns: repeat(3,minmax(0,1fr)); margin-top:34px; }

.hx-proof { display:grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; }
.hx-proof-item { padding: 20px 18px; background: var(--hx-panel); border:1px solid var(--hx-line); }
.hx-proof-item small { display:block; color: var(--hx-muted); text-transform: uppercase; letter-spacing:.14em; font-size:10px; margin-bottom: 8px; }
.hx-proof-item strong { display:block; font-family: var(--display); font-size: 26px; line-height:1.08; }

.hx-strip { display:flex; flex-wrap:wrap; gap:10px; }
.hx-chip { padding: 10px 14px; background: var(--hx-panel); border:1px solid var(--hx-line); font-size:13px; line-height:1.45; }
.hx-dark .hx-chip { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.12); }
.hx-personas .hx-card-copy h3 { font-size: 24px; }

.hx-faq { display:grid; gap: 14px; }
.hx-faq details { background: var(--hx-panel); border:1px solid var(--hx-line); padding: 0 20px; }
.hx-faq summary { list-style:none; cursor:pointer; padding: 20px 0; display:flex; justify-content:space-between; gap:20px; font-weight:600; }
.hx-faq summary::-webkit-details-marker { display:none; }
.hx-faq summary::after { content:'+'; color: var(--hx-accent); font-size: 20px; line-height:1; }
.hx-faq details[open] summary::after { content:'−'; }
.hx-faq .hx-answer { padding: 0 0 20px; color: var(--hx-muted); font-size:14px; line-height:1.9; }

.hx-cta-band { background: var(--hx-deep); color:#fff; }
.hx-cta-band .hx-head p { color: rgba(255,255,255,.74); }
.hx-cta-cards .hx-card { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.12); }
.hx-cta-cards .hx-card-copy p { color: rgba(255,255,255,.72); }
.hx-cta-cards .hx-card-copy h3 { color:#fff; }
.hx-note { margin-top:14px; font-size:12px; line-height:1.8; color: rgba(255,255,255,.58); }

@media (max-width: 1100px) {
  .hx-hero--skyline,
  .hx-hero--district,
  .hx-hero--residence .hx-inner,
  .hx-hero--resort .hx-hero-copy,
  .hx-grid-2,
  .hx-grid-3,
  .hx-proof {
    grid-template-columns: 1fr;
  }
  .hx-hero--district .hx-rail { padding: 0 24px 42px; }
  .hx-hero--skyline .hx-hero-copy,
  .hx-hero--district .hx-hero-copy { padding: 126px 24px 42px; }
}

@media (max-width: 720px) {
  .hx-card img { height: 240px; }
  .hx-hero--residence .hx-frame img { height: 360px; }
  .hx-hero--district .hx-rail-card img { height: 180px; }
  .hx-hero--editorial .hx-stats,
  .hx-hero--skyline .hx-stats,
  .hx-hero--district .hx-stats,
  .hx-hero--residence .hx-stats,
  .hx-proof {
    grid-template-columns: 1fr;
  }
  .hx-section { padding: 72px 0; }
}
