:root {
  --bg: #07111d;
  --bg-soft: #0b1724;
  --panel: rgba(9, 18, 28, 0.82);
  --panel-solid: #0d1824;
  --card: rgba(255, 255, 255, 0.86);
  --card-strong: rgba(255, 255, 255, 0.92);
  --text: #f7f3ec;
  --muted: rgba(247, 243, 236, 0.88);
  --ink: #12202d;
  --ink-soft: rgba(18, 32, 45, 0.84);
  --gold: #b49a70;
  --gold-soft: rgba(180, 154, 112, 0.14);
  --line: rgba(255, 255, 255, 0.12);
  --line-dark: rgba(18, 32, 45, 0.12);
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.18);
  --radius: 28px;
  --container: min(1180px, calc(100vw - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', system-ui, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 12% 18%, rgba(22, 48, 72, 0.22), transparent 28%),
    radial-gradient(circle at 84% 16%, rgba(62, 72, 84, 0.12), transparent 24%),
    radial-gradient(circle at 52% 72%, rgba(180, 154, 112, 0.05), transparent 30%),
    linear-gradient(135deg, #07111a 0%, #0b1620 22%, #132231 43%, #e8e0d5 43%, #f3ede4 100%);
  background-size: 150% 150%, 150% 150%, 170% 170%, 100% 100%;
  animation: ambientShift 28s ease-in-out infinite alternate;
}

@keyframes ambientShift {
  0% { background-position: 0% 0%, 100% 0%, 50% 100%, 50% 50%; }
  50% { background-position: 8% 10%, 92% 8%, 46% 88%, 50% 50%; }
  100% { background-position: 4% 6%, 95% 14%, 58% 94%, 50% 50%; }
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select { font: inherit; }

.container { width: var(--container); margin: 0 auto; }
.section { position: relative; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 20px;
  backdrop-filter: blur(18px);
  background: rgba(6, 14, 22, 0.84);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

.brand { display: flex; flex-direction: column; gap: 1px; }
.brand-mark, .footer-brand {
  font-family: 'Cormorant Garamond', serif;
  letter-spacing: 0.22em;
  font-size: clamp(2rem, 3vw, 2.8rem);
  line-height: 0.8;
}
.brand-sub {
  text-transform: uppercase;
  letter-spacing: 0.42em;
  font-size: 0.62rem;
  color: rgba(247,243,236,0.72);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  color: rgba(247,243,236,0.8);
  font-size: 0.94rem;
}
.site-nav a:hover { color: var(--text); }
.nav-cta {
  padding: 12px 18px;
  border: 1px solid rgba(180, 154, 112, 0.36);
  border-radius: 999px;
  color: var(--text);
  background: rgba(255,255,255,0.03);
}
.menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: transparent;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
}
.menu-toggle span {
  width: 18px;
  height: 1px;
  background: var(--text);
  display: block;
  margin: 0 auto;
}

.hero {
  min-height: 100svh;
  overflow: clip;
}
.hero-media {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(102deg, rgba(6, 16, 26, 0.9) 10%, rgba(6, 16, 26, 0.58) 54%, rgba(6, 16, 26, 0.86) 100%),
    url('https://novalifestyle.mx/images/eyecatcher_slider_3000.webp');
  background-size: cover;
  background-position: center;
  transform: scale(1.06);
}
.hero::before {
  content: '';
  position: absolute;
  inset: -14%;
  background:
    radial-gradient(circle at 18% 22%, rgba(28, 62, 92, 0.16), transparent 20%),
    radial-gradient(circle at 78% 28%, rgba(180, 154, 112, 0.06), transparent 15%),
    radial-gradient(circle at 62% 72%, rgba(73, 85, 98, 0.1), transparent 20%);
  animation: heroColorDrift 20s ease-in-out infinite alternate;
  pointer-events: none;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6,16,26,0.12) 0%, rgba(6,16,26,0.24) 45%, rgba(6,16,26,0.78) 100%);
}

@keyframes heroColorDrift {
  0% { transform: translate3d(-1%, -1%, 0) scale(1); opacity: 0.72; }
  50% { transform: translate3d(1%, 1%, 0) scale(1.02); opacity: 0.84; }
  100% { transform: translate3d(-1%, 2%, 0) scale(1.01); opacity: 0.72; }
}

.hero-grid {
  position: relative;
  z-index: 1;
  min-height: calc(100svh - 84px);
  display: grid;
  grid-template-columns: 1.24fr 0.68fr;
  gap: 40px;
  align-items: end;
  padding: 84px 0 54px;
}
.hero-copy {
  max-width: 780px;
  padding-bottom: 42px;
}
.eyebrow, .kicker, .panel-label, .residence-tag, .footer-label {
  text-transform: uppercase;
  letter-spacing: 0.28em;
  font-size: 0.72rem;
  color: #ccb48d;
}
.hero h1, .section h2, .residence-card h3, .developer-copy h2 {
  font-family: 'Cormorant Garamond', serif;
  margin: 14px 0 0;
}
.hero h1 {
  font-size: clamp(2rem, 4.1vw, 3.8rem);
  line-height: 0.98;
  max-width: 14ch;
  text-wrap: balance;
  text-shadow: 0 8px 24px rgba(0,0,0,0.22);
}
.hero-text, .intro-lead, .section-head p, .tone-copy p, .contact-copy p, .footer-copy, .developer-copy p {
  line-height: 1.82;
}
.hero-text {
  max-width: 60ch;
  margin-top: 22px;
  font-size: 1.04rem;
  color: rgba(247,243,236,0.92);
}
.hero-actions {
  display: flex;
  gap: 14px;
  margin-top: 32px;
  flex-wrap: wrap;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  transition: transform 220ms ease, background 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary {
  background: linear-gradient(135deg, #c7ad81, #aa8752);
  color: #0a1320;
  box-shadow: 0 10px 30px rgba(170, 135, 82, 0.2);
}
.btn-secondary {
  border-color: rgba(255,255,255,0.22);
  color: var(--text);
  background: rgba(255,255,255,0.045);
}
.hero-points {
  margin: 32px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.hero-points li {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.1);
  color: rgba(247,243,236,0.86);
}
.hero-panel {
  align-self: center;
  padding: 30px;
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(8, 18, 29, 0.9), rgba(12, 24, 37, 0.84));
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: var(--shadow);
}
.panel-stat {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  align-items: end;
  margin-top: 18px;
}
.stat-number {
  font-family: 'Cormorant Garamond', serif;
  font-size: 5rem;
  line-height: 0.8;
}
.stat-copy, .hero-panel p { color: rgba(247,243,236,0.84); line-height: 1.72; }
.panel-divider {
  height: 1px;
  background: linear-gradient(90deg, rgba(180, 154, 112, 0.55), transparent);
  margin: 18px 0;
}

.intro-band {
  color: var(--ink);
  padding: 52px 0 16px;
}
.intro-grid {
  display: grid;
  grid-template-columns: 0.3fr 1fr;
  gap: 24px;
  align-items: start;
}
.kicker { color: rgba(18, 32, 45, 0.54); margin-top: 14px; }
.intro-lead {
  color: rgba(18, 32, 45, 0.94);
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.7rem, 3.2vw, 2.6rem);
  line-height: 1.12;
  margin: 0;
  max-width: 26ch;
}

.section-head {
  color: var(--ink);
  padding: 86px 0 28px;
}
.section h2, .developer-copy h2 {
  color: var(--ink);
  font-size: clamp(2.3rem, 4.4vw, 3.7rem);
  line-height: 1;
  max-width: 13ch;
  text-wrap: balance;
}
.section-head p,
.tone-copy p,
.contact-copy p,
.footer-copy,
.residence-body p,
.metric span,
.contact-note ul,
.developer-copy p,
.developer-panel li {
  color: var(--ink-soft);
}
.section-head p { max-width: 60ch; }

.residences-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}
.residence-card {
  background: var(--card-strong);
  color: var(--ink);
  border: 1px solid var(--line-dark);
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(17, 32, 48, 0.08);
  backdrop-filter: blur(8px);
}
.residence-media {
  position: relative;
  min-height: 340px;
  background: #d8d2c9;
  overflow: hidden;
}
.residence-media::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7,17,29,0.06), rgba(7,17,29,0.22));
  pointer-events: none;
}
.residence-media img {
  width: 100%;
  height: 100%;
  min-height: 340px;
  object-fit: cover;
  display: block;
}

.residence-body { padding: 30px; }
.residence-card h3 {
  font-size: 1.95rem;
  line-height: 1.08;
  margin-bottom: 12px;
  text-wrap: balance;
}
.residence-body ul {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}
.residence-body li {
  padding-top: 12px;
  border-top: 1px solid rgba(18, 32, 45, 0.1);
  color: rgba(18, 32, 45, 0.92);
}

.tone-section {
  padding: 92px 0;
  background:
    radial-gradient(circle at 14% 22%, rgba(22, 52, 76, 0.2), transparent 22%),
    radial-gradient(circle at 82% 36%, rgba(180, 154, 112, 0.05), transparent 20%),
    linear-gradient(180deg, rgba(7,17,29,0.995), rgba(10,22,34,0.985));
  background-size: 170% 170%, 180% 180%, 100% 100%;
  animation: sectionShift 22s ease-in-out infinite alternate;
  margin-top: 88px;
}
@keyframes sectionShift {
  0% { background-position: 0% 0%, 100% 0%, 50% 50%; }
  100% { background-position: 6% 10%, 94% 16%, 50% 50%; }
}
.tone-grid {
  display: grid;
  grid-template-columns: 0.85fr 1fr;
  gap: 36px;
}
.tone-copy h2 { color: var(--text); max-width: 11ch; }
.tone-copy p { color: rgba(247,243,236,0.84); }
.benefit-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.benefit-card {
  padding: 28px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 22px;
}
.benefit-card span {
  display: inline-block;
  margin-bottom: 20px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 2rem;
  color: #d4bc95;
}
.benefit-card h3 { margin: 0 0 10px; color: var(--text); }
.benefit-card p { margin: 0; color: rgba(247,243,236,0.82); line-height: 1.72; }

.collection-section { padding: 96px 0 28px; }
.collection-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr 0.9fr;
  grid-auto-rows: 320px;
  gap: 18px;
}
.collection-item {
  margin: 0;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 24px 70px rgba(17, 32, 48, 0.12);
  background: linear-gradient(180deg, rgba(18,32,45,0.22), rgba(18,32,45,0.08)), #d8d2c9;
}
.collection-item img {
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  background: #d8d2c9;
  transition: transform 900ms cubic-bezier(.2,.65,.2,1), filter 900ms cubic-bezier(.2,.65,.2,1);
  filter: saturate(98%) contrast(104%);
}
.collection-item:hover img { transform: scale(1.03); filter: saturate(103%) contrast(108%); }
.collection-item.tall { grid-row: span 2; }
.collection-item.wide { grid-column: span 2; }

.metrics-section { padding: 42px 0 12px; }
.metrics-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.metric {
  padding: 24px;
  background: rgba(255,255,255,0.78);
  color: var(--ink);
  border: 1px solid var(--line-dark);
  border-radius: 20px;
}
.metric strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1.15rem;
}
.metric span { color: rgba(18,32,45,0.86); }

.developer-section {
  padding: 64px 0 24px;
}
.developer-grid {
  display: grid;
  grid-template-columns: 1fr 0.85fr;
  gap: 24px;
  align-items: stretch;
}
.developer-copy {
  padding: 30px;
  background: rgba(255,255,255,0.72);
  border: 1px solid var(--line-dark);
  border-radius: 24px;
}
.developer-panel {
  padding: 30px;
  background: linear-gradient(180deg, rgba(8,18,29,0.98), rgba(12,24,37,0.96));
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 24px;
  color: var(--text);
}
.developer-mark {
  font-family: 'Cormorant Garamond', serif;
  font-size: 4rem;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #d4bc95;
  margin-bottom: 18px;
}
.developer-panel ul {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 14px;
}
.developer-panel li {
  color: rgba(247,243,236,0.84);
}

.contact-section { padding: 78px 0 110px; color: var(--ink); }
.contact-grid {
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  gap: 26px;
  align-items: start;
}
.contact-copy h2 { max-width: 8ch; }
.contact-note {
  margin-top: 26px;
  padding: 24px;
  background: rgba(255,255,255,0.74);
  border: 1px solid var(--line-dark);
  border-radius: 20px;
}
.contact-note p { margin-top: 0; color: rgba(18,32,45,0.92); }
.contact-note ul {
  margin: 12px 0 0;
  padding-left: 18px;
}
.lead-form {
  padding: 34px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 16% 18%, rgba(28, 58, 84, 0.14), transparent 20%),
    radial-gradient(circle at 82% 16%, rgba(180, 154, 112, 0.05), transparent 16%),
    linear-gradient(180deg, rgba(8,18,29,0.98), rgba(12,24,37,0.96));
  box-shadow: var(--shadow);
  border: 1px solid rgba(255,255,255,0.08);
}
.lead-form label {
  display: grid;
  gap: 10px;
  margin-bottom: 16px;
  color: rgba(247, 243, 236, 0.94);
}
.lead-form input,
.lead-form select {
  width: 100%;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.055);
  color: var(--text);
  padding: 15px 16px;
  outline: none;
  transition: border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}
.lead-form input::placeholder { color: rgba(247,243,236,0.52); }
.lead-form input:focus,
.lead-form select:focus {
  border-color: rgba(180, 154, 112, 0.7);
  background: rgba(255,255,255,0.07);
  box-shadow: 0 0 0 4px rgba(180, 154, 112, 0.08);
}
.form-disclaimer, .form-feedback {
  color: rgba(247,243,236,0.8);
  line-height: 1.62;
  font-size: 0.94rem;
}
.form-feedback { min-height: 1.6em; margin-bottom: 0; }

.site-footer {
  padding: 28px 0 42px;
  background: #08111b;
  border-top: 1px solid rgba(255,255,255,0.06);
}
.footer-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
.footer-copy { color: rgba(247,243,236,0.76); }

.reveal {
  opacity: 0;
  transform: translate3d(0, 36px, 0);
  transition: opacity 900ms cubic-bezier(.2,.65,.2,1), transform 900ms cubic-bezier(.2,.65,.2,1);
  transition-delay: var(--delay, 0ms);
}
.reveal[data-reveal="left"] { transform: translate3d(36px, 0, 0); }
.reveal[data-reveal="fade"] { transform: none; }
.reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  body, .tone-section, .hero::before { animation: none !important; }
  .reveal,
  .collection-item img,
  .btn,
  .hero-media { transition: none !important; transform: none !important; }
}

@media (max-width: 980px) {
  .site-nav {
    position: fixed;
    inset: 82px 20px auto;
    padding: 20px;
    flex-direction: column;
    align-items: stretch;
    background: rgba(8, 18, 29, 0.96);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 22px;
    transform: scale(.96);
    opacity: 0;
    pointer-events: none;
    transition: opacity 200ms ease, transform 200ms ease;
  }
  .site-nav.is-open {
    opacity: 1;
    transform: scale(1);
    pointer-events: auto;
  }
  .menu-toggle { display: flex; }
  .hero-grid,
  .tone-grid,
  .contact-grid,
  .residences-grid,
  .metrics-grid,
  .footer-grid,
  .benefit-list,
  .intro-grid,
  .collection-grid,
  .developer-grid {
    grid-template-columns: 1fr;
  }
  .hero-grid { align-items: center; padding-top: 60px; }
  .hero-copy { padding-bottom: 0; }
  .hero h1 { max-width: 13ch; }
  .section-head { padding-top: 64px; }
  .collection-grid { grid-auto-rows: 240px; }
  .collection-item.tall,
  .collection-item.wide { grid-row: auto; grid-column: auto; }
}

@media (max-width: 640px) {
  .site-header { padding-inline: 14px; }
  .container { width: min(calc(100vw - 28px), 1180px); }
  .hero-actions .btn { width: 100%; }
  .hero-panel, .lead-form, .residence-body, .developer-copy, .developer-panel { padding: 22px; }
  .residence-media { min-height: 250px; }
  .hero-points { gap: 8px; }
  .hero h1 { font-size: 2.05rem; line-height: 1.02; max-width: 15ch; }
  .intro-lead { font-size: 1.9rem; }
}

.white-gold-zone .kicker,
.white-gold-zone .eyebrow {
  color: #d4bc95 !important;
}

.white-gold-zone .intro-lead,
.white-gold-zone .section-head h2,
.white-gold-zone .section-head p {
  color: #ffffff !important;
}

.white-gold-zone .intro-lead,
.white-gold-zone .section-head h2,
.white-gold-zone .section-head p {
  text-shadow: 0 8px 20px rgba(0,0,0,0.18);
}

.collection-item::before { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(18,32,45,0.08), rgba(18,32,45,0.02)); pointer-events: none; }
.collection-item { position: relative; }


.developer-panel-lead {
  margin: 0 0 22px;
  color: rgba(247,243,236,0.88);
  line-height: 1.7;
}

.developer-facts {
  display: grid;
  gap: 14px;
  margin-bottom: 20px;
}

.developer-facts article {
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
}

.developer-facts strong {
  display: block;
  margin-bottom: 6px;
  font-size: 1.05rem;
  color: #ffffff;
}

.developer-facts span,
.developer-panel-note {
  color: rgba(247,243,236,0.82);
  line-height: 1.68;
}

.developer-panel-note {
  margin: 0;
}


.cursor-aura {
  position: fixed;
  left: 0;
  top: 0;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  pointer-events: none;
  z-index: 9998;
  opacity: 0;
  background: radial-gradient(circle, rgba(212,188,149,0.22) 0%, rgba(212,188,149,0.08) 34%, rgba(16,36,52,0.0) 72%);
  transform: translate(-50%, -50%);
  transition: opacity 220ms ease, width 220ms ease, height 220ms ease, background 220ms ease;
  mix-blend-mode: screen;
}

body.cursor-active .cursor-aura {
  opacity: 1;
}

body.cursor-hover-cta .cursor-aura {
  width: 168px;
  height: 168px;
  background: radial-gradient(circle, rgba(212,188,149,0.28) 0%, rgba(212,188,149,0.1) 38%, rgba(16,36,52,0.0) 72%);
}

.hero-actions .btn,
.hero-points li,
.benefit-card,
.metric,
.residence-card,
.collection-item,
.developer-panel,
.developer-copy {
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background 260ms ease, filter 260ms ease;
}

.hero-actions .btn:hover {
  transform: translateY(-3px) scale(1.015);
}

.hero-actions .btn.btn-primary:hover {
  box-shadow: 0 0 0 1px rgba(212,188,149,0.55), 0 18px 40px rgba(170,135,82,0.34), 0 0 28px rgba(212,188,149,0.28);
  filter: saturate(108%) brightness(1.03);
}

.hero-actions .btn.btn-secondary:hover {
  border-color: rgba(212,188,149,0.5);
  background: rgba(212,188,149,0.08);
  box-shadow: 0 12px 30px rgba(8,18,29,0.28), 0 0 24px rgba(212,188,149,0.12);
}

.hero-points li:hover {
  transform: translateY(-2px);
  border-color: rgba(212,188,149,0.34);
  background: rgba(212,188,149,0.12);
  box-shadow: 0 10px 24px rgba(6,16,26,0.18), 0 0 18px rgba(212,188,149,0.1);
}

.benefit-card:hover,
.metric:hover,
.collection-item:hover,
.residence-card:hover,
.developer-panel:hover,
.developer-copy:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.16), 0 0 24px rgba(212,188,149,0.08);
}

.benefit-card:hover {
  border-color: rgba(212,188,149,0.28);
  background: rgba(255,255,255,0.08);
}

.metric:hover {
  border-color: rgba(212,188,149,0.22);
  background: rgba(255,255,255,0.86);
}

.residence-card:hover {
  border-color: rgba(212,188,149,0.24);
}

.collection-item:hover {
  box-shadow: 0 24px 50px rgba(0,0,0,0.18), 0 0 26px rgba(212,188,149,0.08);
}

@media (pointer:fine) { body { cursor: none; } a, button, .btn, .hero-points li, .benefit-card, .metric, .residence-card, .collection-item, .developer-panel, .developer-copy { cursor: none; } }

.cursor-dot { position: fixed; left: 0; top: 0; width: 12px; height: 12px; border-radius: 50%; background: #3f7cff; border: 1px solid rgba(255,255,255,0.9); box-shadow: 0 0 16px rgba(63,124,255,0.42); pointer-events: none; z-index: 9999; transform: translate(-50%, -50%); transition: transform 180ms ease, width 180ms ease, height 180ms ease, background 180ms ease, border-color 180ms ease; }
body.cursor-hover-cta .cursor-dot { width: 18px; height: 18px; background: #5b91ff; border-color: rgba(255,255,255,0.98); transform: translate(-50%, -50%) scale(1.15); }

.site-header { isolation: isolate; }
