/* ============================================================
   reSpace Design System  —  loaded site-wide via ir.asset
   Colors: Navy #1A1A2E | Coral #E8604C | Sand #F5F0E8
   Type:   DM Sans 800 (display) / 400 (body) | DM Mono (labels)
   Ported from the hand-coded respace.co for the Odoo rebuild.
   Generic class names are prefixed rs- to avoid Bootstrap clashes.
   Fonts (DM Sans / DM Mono) are loaded via website custom_code_head,
   not @import here — an @import to an external host stalls the
   whole bundle behind an SSL handshake.
   ============================================================ */

:root {
  --navy: #1A1A2E;
  --coral: #E8604C;
  --sand: #F5F0E8;
  --white: #FFFFFF;
  --body-text: #444444;
  --secondary: #888888;
  --navy-80: rgba(26,26,46,0.80);
  --navy-60: rgba(26,26,46,0.60);
}

/* ── reSpace page baseline ── */
.rs-section { font-family: 'DM Sans', sans-serif; }
.rs-section *, .rs-section *::before, .rs-section *::after { box-sizing: border-box; }
.rs-section p { margin: 0; }
.rs-section h1, .rs-section h2, .rs-section h3, .rs-section h4 { margin: 0; }

/* ── UTILITIES ── */
.rs-label {
  font-family: 'DM Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--coral);
  display: inline-block;
}
.rs-label--light { color: rgba(255,255,255,0.92); font-weight: 600; }

.rs-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px;
}
@media (max-width: 768px) {
  .rs-container { padding: 0 20px; }
}

/* ── WORDMARK ── */
.rs-wordmark {
  font-family: 'DM Sans', sans-serif;
  font-weight: 800;
  font-size: 22px;
  letter-spacing: -0.02em;
  text-decoration: none;
  display: inline-flex;
  align-items: baseline;
}
.rs-wordmark .re { color: var(--coral); }
.rs-wordmark .space-word { color: var(--navy); }
.rs-wordmark--light .space-word { color: var(--white); }

/* ── BUTTONS ── */
.rs-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'DM Sans', sans-serif;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.01em;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
  padding: 14px 28px;
  border-radius: 2px;
}
.rs-btn:hover { transform: translateY(-1px); }
.rs-btn--coral { background: var(--coral); color: var(--white); }
.rs-btn--coral:hover { background: #d4503f; box-shadow: 0 4px 20px rgba(232,96,76,0.35); color: var(--white); }
.rs-btn--navy { background: var(--navy); color: var(--white); }
.rs-btn--navy:hover { background: #0f0f1e; box-shadow: 0 4px 20px rgba(26,26,46,0.35); color: var(--white); }
.rs-btn--outline-white {
  background: transparent;
  color: var(--white);
  border: 1.5px solid rgba(255,255,255,0.5);
}
.rs-btn--outline-white:hover { border-color: var(--white); background: rgba(255,255,255,0.08); color: var(--white); }
.rs-btn--outline-navy {
  background: transparent;
  color: var(--navy);
  border: 1.5px solid var(--navy);
}
.rs-btn--outline-navy:hover { background: var(--navy); color: var(--white); }
.rs-btn--block { width: 100%; justify-content: center; }
.rs-btn--block + .rs-btn--block { margin-top: 8px; }

/* ── ODOO NATIVE HEADER, reSpace-branded ── */
#wrapwrap > header, #wrapwrap > header .navbar {
  background-color: var(--navy) !important;
}
#wrapwrap > header {
  border-bottom: none;
  box-shadow: 0 1px 0 rgba(255,255,255,0.06);
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
/* kill Bootstrap's .navbar shadow-sm — it shows as a thin bar under a
   transparent header passing over light sections */
#wrapwrap > header .navbar { box-shadow: none !important; border: none !important; }
#wrapwrap > header .nav-link,
#wrapwrap > header .navbar-brand {
  color: rgba(255,255,255,0.80) !important;
  font-family: 'DM Sans', sans-serif;
  font-weight: 500;
}
#wrapwrap > header .nav-link:hover { color: var(--white) !important; }
#wrapwrap > header .navbar-toggler { border-color: rgba(255,255,255,0.3); }
#wrapwrap > header .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255,255,255,0.85)' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
/* hide the public "Sign in" link — staff log in via /web/login directly */
#wrapwrap > header a[href="/web/login"] { display: none !important; }
/* header call-to-action -> coral "Join the Waitlist" */
#wrapwrap > header .btn_cta {
  background: var(--coral) !important; color: var(--white) !important;
  border: none !important; padding: 9px 20px !important;
  border-radius: 2px !important; font-weight: 700 !important;
  font-family: 'DM Sans', sans-serif; box-shadow: none !important;
}
#wrapwrap > header .btn_cta:hover { background: #d4503f !important; }
/* any overflow dropdown stays readable (navy bg, light text) */
#wrapwrap > header .dropdown-menu {
  background-color: var(--navy); border: 1px solid rgba(255,255,255,0.12);
}
#wrapwrap > header .dropdown-menu .dropdown-item { color: rgba(255,255,255,0.85) !important; }
#wrapwrap > header .dropdown-menu .dropdown-item:hover {
  background-color: rgba(255,255,255,0.08); color: var(--white) !important;
}
/* homepage: header is fixed + transparent over the hero, navy once scrolled */
html.rs-home #wrapwrap > header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
}
html.rs-home #wrapwrap > header.rs-header-top,
html.rs-home #wrapwrap > header.rs-header-top .navbar {
  background-color: transparent !important;
}
html.rs-home #wrapwrap > header.rs-header-top {
  background-image: linear-gradient(to bottom, rgba(26,26,46,0.65) 0%, rgba(26,26,46,0) 100%);
  box-shadow: none;
}

/* ============================================================
   SECTION 1: HERO
   ============================================================ */
#hero {
  position: relative;
  min-height: 600px;
  height: min(820px, 100vh);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  background: var(--navy);
}
#hero .hero-img {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 70%;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom,
    rgba(26,26,46,0.15) 0%, rgba(26,26,46,0.25) 40%,
    rgba(26,26,46,0.85) 80%, rgba(26,26,46,0.97) 100%);
}
.hero-ghost {
  position: absolute;
  bottom: -40px; right: -60px;
  font-family: 'DM Sans', sans-serif;
  font-weight: 800;
  font-size: clamp(120px, 18vw, 260px);
  color: rgba(255,255,255,0.04);
  white-space: nowrap;
  pointer-events: none; user-select: none;
  line-height: 1;
}
.hero-content {
  position: relative; z-index: 2;
  padding: 0 32px 64px;
  max-width: 1200px; margin: 0 auto; width: 100%;
}
.hero-headline {
  font-family: 'DM Sans', sans-serif;
  font-weight: 800;
  font-size: clamp(52px, 7vw, 96px);
  line-height: 1.0;
  letter-spacing: -0.03em;
  color: var(--white);
}
.hero-headline .coral { color: var(--coral); }
.hero-sub {
  margin-top: 28px; max-width: 520px;
  font-size: 18px; line-height: 1.65;
  color: rgba(255,255,255,0.80) !important;
}
.hero-actions { margin-top: 40px; display: flex; gap: 16px; flex-wrap: wrap; }
@media (max-width: 600px) {
  .hero-headline { font-size: 40px; letter-spacing: -0.02em; }
  .hero-content { padding-bottom: 48px; }
  #hero { height: min(680px, 100vh); }
}
.hero-scroll {
  position: absolute; bottom: 32px; right: 32px;
  display: flex; flex-direction: column; align-items: center; gap: 8px; z-index: 2;
}
.hero-scroll span {
  font-family: 'DM Mono', monospace;
  font-size: 10px; letter-spacing: 0.15em;
  color: rgba(255,255,255,0.4);
  text-transform: uppercase;
  writing-mode: vertical-rl;
}
.scroll-line {
  width: 1px; height: 48px;
  background: linear-gradient(to bottom, rgba(255,255,255,0.4), transparent);
  animation: rsScrollPulse 2s ease-in-out infinite;
}
@keyframes rsScrollPulse {
  0%, 100% { opacity: 0.4; transform: scaleY(1); }
  50% { opacity: 1; transform: scaleY(1.1); }
}

/* ============================================================
   SECTION 2: TICKER
   ============================================================ */
.ticker-wrap { background: var(--coral); overflow: hidden; padding: 14px 0; }
.ticker-track {
  display: flex; gap: 0;
  animation: rsTicker 28s linear infinite;
  white-space: nowrap; width: max-content;
}
.ticker-track:hover { animation-play-state: paused; }
.ticker-item {
  font-family: 'DM Sans', sans-serif;
  font-weight: 700; font-size: 13px;
  letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--white); padding: 0 40px; flex-shrink: 0;
}
.ticker-dot { color: rgba(255,255,255,0.5); padding: 0; }
@keyframes rsTicker {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ============================================================
   SECTION: NUMBERS
   ============================================================ */
#numbers { background: var(--navy); padding: 100px 0; position: relative; overflow: hidden; }
.numbers-intro { max-width: 820px; margin: 0 auto 56px; text-align: center; position: relative; z-index: 1; }
.numbers-intro p {
  font-family: 'DM Sans', sans-serif; font-weight: 500;
  font-size: clamp(22px, 2.6vw, 32px); line-height: 1.35;
  color: rgba(255,255,255,0.92); margin-top: 12px;
}
.numbers-grid { display: grid; grid-template-columns: repeat(3, 1fr); position: relative; z-index: 1; }
.number-item { padding: 48px 40px; border-right: 1px solid rgba(255,255,255,0.08); }
.number-item:last-child { border-right: none; }
.number-value {
  font-family: 'DM Sans', sans-serif; font-weight: 800;
  font-size: clamp(48px, 6vw, 80px); color: var(--coral);
  line-height: 1; letter-spacing: -0.03em;
}
.number-label { margin-top: 12px; font-size: 16px; color: rgba(255,255,255,0.65); line-height: 1.5; max-width: 200px; }
@media (max-width: 768px) {
  .numbers-grid { grid-template-columns: 1fr; }
  .number-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.08); padding: 36px 0; }
  .number-item:last-child { border-bottom: none; }
}

/* ============================================================
   SECTION: MANIFESTO
   ============================================================ */
#manifesto { background: var(--sand); padding: 120px 0; position: relative; overflow: hidden; }
.manifesto-ghost {
  position: absolute; bottom: -60px; right: -80px;
  font-family: 'DM Sans', sans-serif; font-weight: 800;
  font-size: clamp(80px, 12vw, 160px);
  color: rgba(26,26,46,0.04);
  pointer-events: none; user-select: none; white-space: nowrap;
}
.manifesto-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.manifesto-left h2 {
  font-family: 'DM Sans', sans-serif; font-weight: 800;
  font-size: clamp(36px, 4vw, 56px); color: var(--navy);
  line-height: 1.1; letter-spacing: -0.03em;
}
.manifesto-left h2 em { font-style: normal; color: var(--coral); }
.manifesto-coral-rule { width: 48px; height: 3px; background: var(--coral); margin: 28px 0; }
.manifesto-right p { font-size: 17px; line-height: 1.75; color: var(--body-text); margin-bottom: 24px; }
.manifesto-right p:last-of-type { margin-bottom: 24px; }
@media (max-width: 768px) { .manifesto-inner { grid-template-columns: 1fr; gap: 40px; } }

/* ============================================================
   SECTION: BUYER PATH
   ============================================================ */
#buyer-path { background: var(--white); padding: 120px 0; }
.buyer-path-header { text-align: center; margin-bottom: 64px; }
.buyer-path-header h2 {
  font-family: 'DM Sans', sans-serif; font-weight: 800;
  font-size: clamp(32px, 4vw, 52px); color: var(--navy);
  letter-spacing: -0.03em; line-height: 1.1; margin-top: 12px;
}
.buyer-path-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.path-card {
  position: relative; overflow: hidden; border-radius: 4px;
  min-height: 420px; display: flex; flex-direction: column;
  justify-content: flex-end; cursor: pointer; text-decoration: none;
}
.path-card-bg {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; transition: transform 0.5s ease;
}
.path-card:hover .path-card-bg { transform: scale(1.04); }
.path-card-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(26,26,46,0.92) 0%, rgba(26,26,46,0.3) 60%, transparent 100%);
  transition: background 0.3s;
}
.path-card:hover .path-card-overlay {
  background: linear-gradient(to top, rgba(26,26,46,0.97) 0%, rgba(26,26,46,0.4) 60%, transparent 100%);
}
.path-card-content { position: relative; z-index: 2; padding: 40px; }
.path-card-content h3 {
  font-family: 'DM Sans', sans-serif; font-weight: 800;
  font-size: 28px; color: var(--white); letter-spacing: -0.02em;
  line-height: 1.15; margin: 10px 0 12px;
}
.path-card-content p { font-size: 15px; color: rgba(255,255,255,0.75); line-height: 1.6; margin-bottom: 24px; }
.path-arrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: 'DM Sans', sans-serif; font-weight: 700;
  font-size: 14px; color: var(--coral); letter-spacing: 0.02em; transition: gap 0.2s;
}
.path-card:hover .path-arrow { gap: 14px; }
@media (max-width: 768px) {
  .buyer-path-grid { grid-template-columns: 1fr; }
  .path-card { min-height: 320px; }
}

/* ============================================================
   SECTION: HOW IT WORKS
   ============================================================ */
#how { background: var(--navy); padding: 120px 0; position: relative; overflow: hidden; }
.how-ghost {
  position: absolute; top: 50%; left: -20px; transform: translateY(-50%);
  font-family: 'DM Sans', sans-serif; font-weight: 800;
  font-size: clamp(120px, 18vw, 240px);
  color: rgba(255,255,255,0.025);
  pointer-events: none; user-select: none; line-height: 1;
}
.how-header { margin-bottom: 72px; }
.how-header h2 {
  font-family: 'DM Sans', sans-serif; font-weight: 800;
  font-size: clamp(36px, 4.5vw, 60px); color: var(--white);
  letter-spacing: -0.03em; line-height: 1.05; margin-top: 12px; max-width: 640px;
}
.how-header h2 em { font-style: normal; color: var(--coral); }
/* min-height keeps the grid from collapsing between step rotations —
   without it the section height drops to 0 mid-transition and the whole
   page below shakes on every auto-advance. */
.steps-grid { display: flex; gap: 0; position: relative; z-index: 1; align-items: flex-start; min-height: 400px; }
.step {
  flex: 0 0 auto; width: calc((100% - 40%) / 6);
  padding: 0 16px 0 0; cursor: pointer;
  transition: all 0.35s ease; opacity: 0.5;
}
.step.active { flex: 0 0 40%; opacity: 1; }
.step:hover { opacity: 0.8; }
.step.active:hover { opacity: 1; }
.step-number { font-family: 'DM Mono', monospace; font-size: 11px; color: var(--coral); letter-spacing: 0.1em; margin-bottom: 14px; }
.step-line { width: 100%; height: 2px; background: rgba(255,255,255,0.12); margin-bottom: 16px; position: relative; overflow: hidden; }
.step-line-fill { position: absolute; top: 0; left: 0; height: 100%; width: 0; background: var(--coral); transition: width 0.4s ease; }
.step.active .step-line-fill { width: 100%; }
.step-title {
  font-family: 'DM Sans', sans-serif; font-weight: 700; font-size: 13px;
  color: rgba(255,255,255,0.45); line-height: 1.3;
  transition: color 0.2s, font-size 0.3s;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.step.active .step-title { color: var(--white); font-size: 18px; white-space: normal; overflow: visible; text-overflow: unset; }
.step-detail {
  margin-top: 14px; font-size: 14px; color: rgba(255,255,255,0.0);
  line-height: 1.6; max-height: 0; overflow: hidden;
  transition: opacity 0.25s ease, color 0.25s ease; opacity: 0;
}
.step.active .step-detail { max-height: none; min-height: 180px; color: rgba(255,255,255,0.70); opacity: 1; }
@media (max-width: 1024px) {
  .steps-grid { flex-wrap: wrap; min-height: 0; }
  .step { width: calc(50% - 12px); flex: 0 0 calc(50% - 12px); padding: 0 0 24px 0; }
  .step.active { flex: 0 0 100%; width: 100%; }
}
@media (max-width: 600px) {
  .step { width: 100%; flex: 0 0 100%; }
  .step.active { flex: 0 0 100%; }
}

/* ============================================================
   SECTION: PROPERTIES
   ============================================================ */
#properties { background: var(--sand); padding: 120px 0; position: relative; overflow: hidden; }
.properties-header { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 56px; gap: 24px; flex-wrap: wrap; }
.properties-header h2 {
  font-family: 'DM Sans', sans-serif; font-weight: 800;
  font-size: clamp(32px, 4vw, 52px); color: var(--navy);
  letter-spacing: -0.03em; line-height: 1.1; margin-top: 10px;
}
.properties-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.property-card { background: var(--white); border-radius: 4px; overflow: hidden; transition: transform 0.25s ease, box-shadow 0.25s ease; }
.property-card:hover { transform: translateY(-4px); box-shadow: 0 16px 48px rgba(26,26,46,0.12); }
.property-img { width: 100%; height: 240px; object-fit: cover; display: block; background: #e0d8cc; }
.property-body { padding: 28px; }
.property-status {
  display: inline-block; font-family: 'DM Mono', monospace;
  font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase;
  padding: 4px 10px; border-radius: 2px; margin-bottom: 14px;
}
.status-available { background: rgba(232,96,76,0.1); color: var(--coral); }
.status-coming { background: rgba(26,26,46,0.08); color: var(--navy); }
.property-address { font-family: 'DM Sans', sans-serif; font-weight: 800; font-size: 20px; color: var(--navy); letter-spacing: -0.02em; line-height: 1.2; margin-bottom: 6px; }
.property-neighborhood { font-size: 14px; color: var(--secondary); margin-bottom: 20px; }
.property-specs { display: flex; gap: 20px; margin-bottom: 20px; }
.spec { display: flex; flex-direction: column; gap: 2px; }
.spec-value { font-family: 'DM Sans', sans-serif; font-weight: 700; font-size: 18px; color: var(--navy); }
.spec-label { font-family: 'DM Mono', monospace; font-size: 10px; color: var(--secondary); letter-spacing: 0.08em; text-transform: uppercase; }
.property-price { font-family: 'DM Sans', sans-serif; font-weight: 800; font-size: 22px; color: var(--coral); letter-spacing: -0.02em; margin-bottom: 20px; }
.property-price span { font-weight: 400; font-size: 14px; color: var(--secondary); }
@media (max-width: 900px) { .properties-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .properties-grid { grid-template-columns: 1fr; } }

/* ============================================================
   SECTION: WAITLIST + SMART FORM
   ============================================================ */
#waitlist { background: var(--coral); padding: 80px 0; position: relative; overflow: hidden; }
.waitlist-ghost {
  position: absolute; bottom: -40px; right: -60px;
  font-family: 'DM Sans', sans-serif; font-weight: 800;
  font-size: clamp(80px, 12vw, 160px);
  color: rgba(255,255,255,0.08);
  pointer-events: none; user-select: none; white-space: nowrap;
}
.waitlist-inner { display: grid; grid-template-columns: 1fr auto; gap: 48px; align-items: start; position: relative; z-index: 1; }
.waitlist-inner h2 {
  font-family: 'DM Sans', sans-serif; font-weight: 800;
  font-size: clamp(28px, 3.5vw, 48px); color: var(--white);
  letter-spacing: -0.03em; line-height: 1.1;
}
.waitlist-inner p { margin-top: 12px; font-size: 16px; color: rgba(255,255,255,0.85); line-height: 1.6; max-width: 480px; }
.waitlist-form-full { display: flex; flex-direction: column; gap: 22px; flex-shrink: 0; min-width: 380px; }
.wf-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; align-items: end; }
/* collapse a row to one column when its 2nd control is hidden */
.wf-row:has(> .wf-input[style*="display:none"]:nth-child(2)),
.wf-row:has(> .wf-field[style*="display:none"]:nth-child(2)) { grid-template-columns: 1fr; }
.wf-field { display: flex; flex-direction: column; gap: 6px; min-width: 0; }
.wf-label { font-family: 'DM Mono', monospace; font-size: 11px; color: var(--white); letter-spacing: 0.1em; text-transform: uppercase; padding-left: 4px; font-weight: 600; }
.wf-input {
  font-family: 'DM Sans', sans-serif; font-size: 15px;
  padding: 14px 20px; width: 100%; box-sizing: border-box; height: 48px;
  border: 1.5px solid rgba(255,255,255,0.4);
  background: rgba(255,255,255,0.12); color: var(--white);
  border-radius: 2px; outline: none; min-width: 0;
  transition: border-color 0.15s, background 0.15s;
}
.wf-input::placeholder { color: rgba(255,255,255,0.6); }
.wf-input:focus { border-color: var(--white); background: rgba(255,255,255,0.18); }
select.wf-input {
  appearance: none; cursor: pointer;
  background-image: linear-gradient(45deg, transparent 50%, rgba(255,255,255,0.7) 50%), linear-gradient(135deg, rgba(255,255,255,0.7) 50%, transparent 50%);
  background-position: calc(100% - 18px) 50%, calc(100% - 12px) 50%;
  background-size: 6px 6px; background-repeat: no-repeat; padding-right: 36px;
}
select.wf-input option { color: var(--navy); background: var(--white); }
textarea.wf-input { height: auto; min-height: 80px; }
.wf-block { border-top: 1px solid rgba(255,255,255,0.15); padding-top: 24px; margin-top: 4px; }
.wf-block h3 { font-family: 'DM Sans', sans-serif; font-weight: 800; font-size: 22px; color: var(--white); letter-spacing: -0.02em; margin-bottom: 8px; }
.wf-block > p { color: rgba(255,255,255,0.78); font-size: 14px; line-height: 1.55; margin-bottom: 20px; }
.wf-human { display: flex; align-items: flex-start; gap: 10px; padding: 12px 4px 4px; cursor: pointer; font-size: 14px; color: rgba(255,255,255,0.9); }
.wf-human input { margin-top: 3px; accent-color: var(--coral); width: 16px; height: 16px; flex-shrink: 0; }
.wf-human small { color: rgba(255,255,255,0.65); font-size: 13px; }
.waitlist-btn {
  background: var(--navy); color: var(--white); border: none;
  padding: 16px; width: 100%; font-family: 'DM Sans', sans-serif;
  font-weight: 700; font-size: 16px; border-radius: 2px; cursor: pointer;
  white-space: nowrap; transition: background 0.15s, transform 0.15s;
}
.waitlist-btn:hover { background: #0f0f1e; transform: translateY(-1px); }
.waitlist-btn:disabled { opacity: 0.7; cursor: default; transform: none; }
#waitlist-thanks { padding: 28px; background: rgba(255,255,255,0.08); border-radius: 4px; }
#waitlist-thanks h3 { font-family: 'DM Sans', sans-serif; font-weight: 800; font-size: 28px; color: var(--white); margin-bottom: 12px; }
#waitlist-thanks p { color: rgba(255,255,255,0.9); line-height: 1.6; }
@media (max-width: 900px) {
  .waitlist-inner { grid-template-columns: 1fr; gap: 32px; }
  .waitlist-form-full { min-width: 0; }
}
@media (max-width: 600px) { .wf-row { grid-template-columns: 1fr; } }

/* ============================================================
   SECTION: FINANCING
   ============================================================ */
#financing { background: var(--white); padding: 120px 0; }
.financing-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.financing-left h2 {
  font-family: 'DM Sans', sans-serif; font-weight: 800;
  font-size: clamp(32px, 4vw, 52px); color: var(--navy);
  letter-spacing: -0.03em; line-height: 1.1; margin-top: 12px;
}
.financing-left h2 em { font-style: normal; color: var(--coral); }
.financing-coral-rule { width: 48px; height: 3px; background: var(--coral); margin: 28px 0; }
.financing-left p { font-size: 17px; line-height: 1.75; color: var(--body-text); margin-bottom: 20px; }
.financing-left p:last-of-type { margin-bottom: 32px; }
.financing-right { background: var(--navy); border-radius: 4px; padding: 48px; }
.financing-right h3 { font-family: 'DM Sans', sans-serif; font-weight: 800; font-size: 22px; color: var(--white); letter-spacing: -0.02em; margin-bottom: 32px; }
.qualifier-list { list-style: none; display: flex; flex-direction: column; gap: 16px; padding: 0; margin: 0; }
.qualifier-item { display: flex; align-items: flex-start; gap: 16px; }
.qualifier-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--coral); flex-shrink: 0; margin-top: 7px; }
.qualifier-text { font-size: 15px; color: rgba(255,255,255,0.78); line-height: 1.55; }
.qualifier-text strong { color: var(--white); font-weight: 700; }
.financing-timeline { margin-top: 36px; padding-top: 32px; border-top: 1px solid rgba(255,255,255,0.1); display: flex; gap: 32px; }
.timeline-item { flex: 1; }
.timeline-value { font-family: 'DM Sans', sans-serif; font-weight: 800; font-size: 28px; color: var(--coral); letter-spacing: -0.02em; }
.timeline-label { font-family: 'DM Mono', monospace; font-size: 11px; color: rgba(255,255,255,0.5); letter-spacing: 0.08em; text-transform: uppercase; margin-top: 4px; }
@media (max-width: 900px) { .financing-inner { grid-template-columns: 1fr; gap: 48px; } }

/* ============================================================
   SECTION: EXPANSION MAP
   ============================================================ */
#expansion { background: var(--navy); padding: 120px 0; position: relative; overflow: hidden; }
.expansion-ghost {
  position: absolute; bottom: -50px; right: 24px;
  font-family: 'DM Sans', sans-serif; font-weight: 800;
  font-size: clamp(70px, 10vw, 150px);
  color: rgba(255,255,255,0.03);
  pointer-events: none; user-select: none; white-space: nowrap;
}
.expansion-header { margin-bottom: 64px; }
.expansion-header h2 {
  font-family: 'DM Sans', sans-serif; font-weight: 800;
  font-size: clamp(32px, 4vw, 52px); color: var(--white);
  letter-spacing: -0.03em; line-height: 1.1; margin-top: 12px; max-width: 600px;
}
.expansion-header h2 em { font-style: normal; color: var(--coral); }
.expansion-header p { margin-top: 16px; font-size: 17px; color: rgba(255,255,255,0.6); max-width: 520px; line-height: 1.65; }
.cities-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2px; position: relative; z-index: 1; }
.city-tile { padding: 28px 24px; border: 1px solid rgba(255,255,255,0.06); transition: background 0.2s, border-color 0.2s; text-decoration: none; display: block; }
.city-tile:hover { background: rgba(255,255,255,0.04); border-color: rgba(232,96,76,0.3); }
.city-tile.live { border-color: rgba(232,96,76,0.25); background: rgba(232,96,76,0.05); }
.city-name { font-family: 'DM Sans', sans-serif; font-weight: 700; font-size: 16px; color: var(--white); margin-bottom: 6px; }
.city-status { font-family: 'DM Mono', monospace; font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; }
.city-status.live { color: var(--coral); }
.city-status.coming { color: rgba(255,255,255,0.35); }
@media (max-width: 900px) { .cities-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 600px) { .cities-grid { grid-template-columns: repeat(2, 1fr); } }

/* ============================================================
   SECTION: FOR PROPERTY OWNERS
   ============================================================ */
#owners { background: var(--sand); padding: 120px 0; }
.owners-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.owners-img-wrap { position: relative; border-radius: 4px; overflow: hidden; height: 480px; }
.owners-img-wrap img { width: 100%; height: 100%; object-fit: cover; }
.owners-content h2 {
  font-family: 'DM Sans', sans-serif; font-weight: 800;
  font-size: clamp(32px, 4vw, 48px); color: var(--navy);
  letter-spacing: -0.03em; line-height: 1.1; margin-top: 12px;
}
.owners-content h2 em { font-style: normal; color: var(--coral); }
.owners-coral-rule { width: 48px; height: 3px; background: var(--coral); margin: 24px 0; }
.owners-content p { font-size: 17px; line-height: 1.75; color: var(--body-text); margin-bottom: 20px; }
.owners-content p:last-of-type { margin-bottom: 32px; }
@media (max-width: 900px) {
  .owners-inner { grid-template-columns: 1fr; gap: 48px; }
  .owners-img-wrap { height: 320px; }
}

/* ============================================================
   SECTION: FOR BROKERS
   ============================================================ */
#brokers { background: var(--navy); padding: 120px 0; position: relative; overflow: hidden; }
.brokers-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; position: relative; z-index: 1; }
.brokers-content h2 {
  font-family: 'DM Sans', sans-serif; font-weight: 800;
  font-size: clamp(32px, 4vw, 48px); color: var(--white);
  letter-spacing: -0.03em; line-height: 1.1; margin-top: 12px;
}
.brokers-content h2 em { font-style: normal; color: var(--coral); }
.brokers-coral-rule { width: 48px; height: 3px; background: var(--coral); margin: 24px 0; }
.brokers-content p { font-size: 17px; line-height: 1.75; color: rgba(255,255,255,0.7); margin-bottom: 20px; }
.brokers-content p:last-of-type { margin-bottom: 32px; }
.broker-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; padding: 40px; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); border-radius: 4px; }
.broker-stat-value { font-family: 'DM Sans', sans-serif; font-weight: 800; font-size: 36px; color: var(--coral); letter-spacing: -0.03em; }
.broker-stat-label { font-size: 14px; color: rgba(255,255,255,0.6); line-height: 1.5; margin-top: 4px; }
@media (max-width: 900px) { .brokers-inner { grid-template-columns: 1fr; gap: 48px; } }

/* ============================================================
   SECTION: CLOSING CTA
   ============================================================ */
#cta { background: var(--coral); padding: 120px 0; text-align: center; position: relative; overflow: hidden; }
.cta-ghost {
  position: absolute; bottom: -60px; left: 50%; transform: translateX(-50%);
  font-family: 'DM Sans', sans-serif; font-weight: 800;
  font-size: clamp(80px, 14vw, 200px);
  color: rgba(255,255,255,0.07);
  pointer-events: none; user-select: none; white-space: nowrap;
}
.cta-inner { position: relative; z-index: 1; }
.cta-inner h2 {
  font-family: 'DM Sans', sans-serif; font-weight: 800;
  font-size: clamp(40px, 6vw, 80px); color: var(--white);
  letter-spacing: -0.03em; line-height: 1.0; margin-top: 12px;
}
.cta-inner p { margin-top: 20px; font-size: 18px; color: rgba(255,255,255,0.85); max-width: 480px; margin-left: auto; margin-right: auto; line-height: 1.65; margin-bottom: 40px; }
.cta-actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* ============================================================
   reSpace FOOTER (Odoo footer view, branded)
   ============================================================ */
.rs-footer { background: var(--navy); padding: 80px 0 40px; }
.rs-footer .footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 64px; }
.rs-footer .footer-brand p { margin-top: 16px; font-size: 14px; color: rgba(255,255,255,0.45); line-height: 1.7; max-width: 260px; }
.rs-footer .footer-tagline { margin-top: 20px; font-family: 'DM Sans', sans-serif; font-weight: 700; font-size: 13px; color: var(--coral); letter-spacing: 0.02em; }
.rs-footer .footer-col h4 { font-family: 'DM Mono', monospace; font-size: 10px; letter-spacing: 0.15em; text-transform: uppercase; color: rgba(255,255,255,0.35); margin-bottom: 20px; }
.rs-footer .footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 12px; padding: 0; margin: 0; }
.rs-footer .footer-col ul li a { font-size: 14px; color: rgba(255,255,255,0.55); text-decoration: none; transition: color 0.15s; }
.rs-footer .footer-col ul li a:hover { color: var(--white); }
.rs-footer .footer-bottom { display: flex; align-items: center; justify-content: space-between; padding-top: 32px; border-top: 1px solid rgba(255,255,255,0.06); flex-wrap: wrap; gap: 16px; }
.rs-footer .footer-bottom p { font-family: 'DM Mono', monospace; font-size: 11px; color: rgba(255,255,255,0.3); letter-spacing: 0.05em; }
.rs-footer .footer-social { display: flex; gap: 20px; }
.rs-footer .footer-social a { font-family: 'DM Mono', monospace; font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(255,255,255,0.35); text-decoration: none; transition: color 0.15s; }
.rs-footer .footer-social a:hover { color: var(--coral); }
@media (max-width: 900px) { .rs-footer .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; } }
@media (max-width: 600px) { .rs-footer .footer-grid { grid-template-columns: 1fr; } }

/* ── TOAST ── */
.rs-toast {
  position: fixed; bottom: 32px; left: 50%;
  transform: translateX(-50%) translateY(80px);
  background: var(--navy); color: var(--white);
  padding: 14px 28px; border-radius: 2px;
  font-family: 'DM Sans', sans-serif; font-size: 14px; font-weight: 500;
  border-left: 3px solid var(--coral); z-index: 2000;
  transition: transform 0.3s ease, opacity 0.3s ease; opacity: 0;
  white-space: nowrap; pointer-events: none;
}
.rs-toast.show { transform: translateX(-50%) translateY(0); opacity: 1; }

/* ── ENTRANCE ANIMATION ──
   Pure CSS, runs once on load. animation-fill-mode: both guarantees
   the element ends visible even if the animation is interrupted —
   content is NEVER permanently hidden, with or without JS. */
@keyframes rsFadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}
.fade-up { animation: rsFadeUp 0.6s ease both; }
.fade-up.visible { opacity: 1; transform: translateY(0); }
.fade-up-delay-1 { animation-delay: 0.1s; }
.fade-up-delay-2 { animation-delay: 0.2s; }
.fade-up-delay-3 { animation-delay: 0.3s; }
@media (prefers-reduced-motion: reduce) {
  .fade-up { animation: none; }
}

/* navbar wordmark (replaces the img logo so it uses the page DM Sans font) */
#wrapwrap > header .o_respace_wordmark .rs-wordmark { font-size: 24px; }
#wrapwrap > header .o_respace_wordmark .re { color: var(--coral) !important; }
#wrapwrap > header .o_respace_wordmark .space-word { color: var(--white) !important; }
