/* site.css — Vortex Spring Property Trust marketing/teaser site.
 * Extends the shared uk-glass tokens (css/glass.css) with page layout.
 * Dark, aquatic palette: deep navy base (matches token-abstract.png /
 * propco-opco-diagram.png renderings) with a spring-teal accent.
 */

:root {
  --uk-accent: #2dd4bf; /* spring teal — overrides the default portal purple for this brand surface */
  --vx-bg: #060a12;
  --vx-bg-alt: #0b121e;
  --vx-teal: #2dd4bf;
  --vx-teal-dim: rgba(45, 212, 191, 0.35);
  --vx-fg: #f2f6f8;
  --vx-fg-dim: rgba(242, 246, 248, 0.72);
  --vx-max: 1180px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--vx-bg);
  color: var(--vx-fg);
  font: 400 1rem/1.6 system-ui, -apple-system, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

img, video { max-width: 100%; display: block; }

.vx-wrap {
  max-width: var(--vx-max);
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* ---------- Top disclosure bar ---------- */
.vx-disclosure {
  background: #000;
  color: rgba(242, 246, 248, 0.75);
  font-size: 0.72rem;
  letter-spacing: 0.02em;
  text-align: center;
  padding: 0.45rem 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

/* ---------- Nav ---------- */
.vx-nav {
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  background: rgba(6, 10, 18, 0.72);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.vx-nav__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.85rem 0;
}
.vx-nav__brand {
  font-weight: 700;
  letter-spacing: 0.04em;
  font-size: 1rem;
  color: var(--vx-fg);
  text-decoration: none;
}
.vx-nav__brand span { color: var(--vx-teal); }
.vx-nav__links { display: flex; gap: 1.5rem; }
.vx-nav__links a {
  color: var(--vx-fg-dim);
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 500;
}
.vx-nav__links a:hover { color: var(--vx-teal); }
.vx-nav__cta {
  background: var(--vx-teal);
  color: #04140f;
  font-weight: 700;
  font-size: 0.82rem;
  padding: 0.55rem 1.1rem;
  border-radius: 999px;
  text-decoration: none;
  white-space: nowrap;
}
@media (max-width: 760px) {
  .vx-nav__links { display: none; }
}

/* ---------- Hero ---------- */
.vx-hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}
.vx-hero__media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.vx-hero__scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6, 10, 18, 0.35) 0%, rgba(6, 10, 18, 0.55) 55%, var(--vx-bg) 100%);
  z-index: 1;
}
.vx-hero__content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-bottom: 4rem;
}
.vx-eyebrow {
  display: inline-block;
  color: var(--vx-teal);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 0.9rem;
}
.vx-hero h1 {
  font-size: clamp(2.4rem, 6vw, 4.4rem);
  line-height: 1.03;
  margin: 0 0 1rem 0;
  font-weight: 800;
  letter-spacing: -0.01em;
}
.vx-hero__sub {
  max-width: 640px;
  font-size: clamp(1rem, 1.6vw, 1.2rem);
  color: var(--vx-fg-dim);
  margin: 0 0 2rem 0;
}
.vx-hero__ctas { display: flex; gap: 1rem; flex-wrap: wrap; }

.vx-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.85rem 1.6rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.92rem;
  text-decoration: none;
  border: 1px solid transparent;
}
.vx-btn--primary { background: var(--vx-teal); color: #04140f; }
.vx-btn--primary:hover { background: #5eead4; }
.vx-btn--ghost {
  background: rgba(255, 255, 255, 0.06);
  color: var(--vx-fg);
  border-color: rgba(255, 255, 255, 0.22);
}
.vx-btn--ghost:hover { border-color: var(--vx-teal); color: var(--vx-teal); }

/* ---------- Sections ---------- */
.vx-section { padding: 5.5rem 0; }
.vx-section--alt { background: var(--vx-bg-alt); }
.vx-section__head { max-width: 720px; margin: 0 0 3rem 0; }
.vx-kicker {
  color: var(--vx-teal);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 0.6rem;
  display: block;
}
.vx-section h2 {
  font-size: clamp(1.7rem, 3.4vw, 2.4rem);
  margin: 0 0 0.75rem 0;
  font-weight: 800;
  letter-spacing: -0.01em;
}
.vx-section__lede { color: var(--vx-fg-dim); font-size: 1.05rem; margin: 0; }

/* ---------- Stat strip ---------- */
.vx-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-bottom: 3rem;
}
.vx-stat { padding: 1.4rem 1.2rem; text-align: left; }
.vx-stat__value {
  font-size: 2.1rem;
  font-weight: 800;
  color: var(--vx-teal);
  line-height: 1;
  display: block;
  margin-bottom: 0.4rem;
}
.vx-stat__label { font-size: 0.82rem; color: var(--vx-fg-dim); }
@media (max-width: 760px) {
  .vx-stats { grid-template-columns: repeat(2, 1fr); }
}

/* ---------- Media + copy split ---------- */
.vx-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}
.vx-split--reverse .vx-split__media { order: 2; }
.vx-split__media { border-radius: 20px; overflow: hidden; border: 1px solid rgba(255,255,255,0.1); }
.vx-split__media img, .vx-split__media video { width: 100%; height: 100%; object-fit: cover; }
@media (max-width: 860px) {
  .vx-split { grid-template-columns: 1fr; }
  .vx-split--reverse .vx-split__media { order: 0; }
}
.vx-list { list-style: none; margin: 1.4rem 0 0 0; padding: 0; }
.vx-list li {
  padding-left: 1.6rem;
  position: relative;
  margin-bottom: 0.7rem;
  color: var(--vx-fg-dim);
  font-size: 0.95rem;
}
.vx-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--vx-teal);
}

/* ---------- Card grid ---------- */
.vx-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 1.25rem; }
.vx-grid .uk-glass { padding: 1.5rem; }
.vx-grid .uk-glass__title { color: var(--vx-fg); }
.vx-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--vx-teal-dim);
  color: var(--vx-teal);
  font-weight: 800;
  font-size: 0.82rem;
  margin-bottom: 0.7rem;
}

/* ---------- Legal callout ---------- */
.vx-legal {
  border: 1px solid var(--vx-teal-dim);
  border-radius: 20px;
  padding: 2.2rem;
  background: radial-gradient(circle at top left, rgba(45,212,191,0.08), transparent 60%), rgba(255,255,255,0.03);
}
.vx-legal__cols { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; margin-top: 1.4rem; }
.vx-legal__col {
  border-radius: 14px;
  padding: 1.25rem 1.4rem;
}
.vx-legal__col--no { background: rgba(248, 113, 113, 0.08); border: 1px solid rgba(248, 113, 113, 0.3); }
.vx-legal__col--yes { background: rgba(45, 212, 191, 0.08); border: 1px solid var(--vx-teal-dim); }
.vx-legal__col h4 { margin: 0 0 0.6rem 0; font-size: 0.8rem; letter-spacing: 0.08em; text-transform: uppercase; }
.vx-legal__col--no h4 { color: #fca5a5; }
.vx-legal__col--yes h4 { color: var(--vx-teal); }
.vx-legal__col p { margin: 0; font-size: 0.92rem; color: var(--vx-fg-dim); }
@media (max-width: 760px) { .vx-legal__cols { grid-template-columns: 1fr; } }

/* ---------- Structure diagram ---------- */
.vx-diagram { border-radius: 20px; overflow: hidden; border: 1px solid rgba(255,255,255,0.1); background: #0a1220; }

/* ---------- Options (revenue distribution) ---------- */
.vx-options { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.vx-option {
  border-radius: 18px;
  padding: 1.8rem;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.03);
}
.vx-option--rec { border-color: var(--vx-teal-dim); background: rgba(45,212,191,0.05); }
.vx-option__tag {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  padding: 0.25rem 0.6rem;
  border-radius: 999px;
  background: var(--vx-teal-dim);
  color: var(--vx-teal);
  margin-bottom: 0.8rem;
}
.vx-option h3 { margin: 0 0 0.9rem 0; font-size: 1.15rem; }
@media (max-width: 760px) { .vx-options { grid-template-columns: 1fr; } }

/* ---------- Cinematic gallery ---------- */
.vx-reel-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.vx-reel { border-radius: 16px; overflow: hidden; border: 1px solid rgba(255,255,255,0.1); background: #0a1220; }
.vx-reel video { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.vx-reel__cap { padding: 0.75rem 1rem; font-size: 0.82rem; color: var(--vx-fg-dim); }
@media (max-width: 860px) { .vx-reel-grid { grid-template-columns: 1fr; } }

/* ---------- Diligence checklist ---------- */
.vx-checklist { counter-reset: vx; display: grid; gap: 0.9rem; margin-top: 1.5rem; }
.vx-checklist li {
  counter-increment: vx;
  list-style: none;
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding: 1rem 1.2rem;
  border-radius: 14px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
}
.vx-checklist li::before {
  content: counter(vx);
  flex: 0 0 auto;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--vx-teal-dim);
  color: var(--vx-teal);
  font-weight: 800;
  font-size: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vx-checklist p { margin: 0; color: var(--vx-fg-dim); font-size: 0.94rem; }

/* ---------- CTA band ---------- */
.vx-cta-band {
  border-radius: 24px;
  padding: 3.5rem 2.5rem;
  text-align: center;
  background: linear-gradient(135deg, rgba(45,212,191,0.14), rgba(139,92,246,0.08));
  border: 1px solid var(--vx-teal-dim);
}
.vx-cta-band h2 { margin: 0 0 0.75rem 0; }
.vx-cta-band p { color: var(--vx-fg-dim); max-width: 560px; margin: 0 auto 1.8rem auto; }
.vx-cta-band__ctas { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

/* ---------- Footer ---------- */
.vx-footer { padding: 3rem 0 2.5rem 0; border-top: 1px solid rgba(255,255,255,0.08); }
.vx-footer__row { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 1.5rem; align-items: flex-start; }
.vx-footer p { color: var(--vx-fg-dim); font-size: 0.82rem; max-width: 640px; margin: 0 0 0.6rem 0; }
.vx-footer__brand { font-weight: 700; color: var(--vx-fg); margin-bottom: 0.5rem; }
.vx-footer a { color: var(--vx-teal); text-decoration: none; }

/* ---------- Renderings disclosure chip ---------- */
.vx-render-note {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.72rem;
  color: rgba(242,246,248,0.55);
  margin-top: 0.6rem;
}
