/* ============================================================
   ScaleUp — landing.css
   Commercial leasing landing pages (Rockwall / McKinney / DFW pillar)
   Builds on tokens in styles.css
   ============================================================ */

/* ---------- shared pill nav (matches blog) ---------- */
.ld-nav-wrap { display: flex; justify-content: center; padding: 22px 16px 0; }
.ld-nav {
  display: flex; align-items: center; gap: 28px;
  padding: 10px 12px 10px 22px; border-radius: 100px;
  background: #FFFDF6; border: 1px solid rgba(36,29,19,0.12);
  box-shadow: 0 18px 50px rgba(74,56,30,0.14); white-space: nowrap;
}
.ld-nav-links { display: flex; gap: 22px; }
.ld-nav-links a { font-size: 13px; font-weight: 500; color: rgba(36,29,19,0.68); transition: color 0.2s ease; }
.ld-nav-links a:hover, .ld-nav-links a.active { color: var(--ink); }
.ld-nav-cta {
  padding: 10px 18px; border-radius: 100px; background: var(--red);
  font-size: 13px; font-weight: 600; color: #FBF3F0; transition: background 0.2s ease;
}
.ld-nav-cta:hover { background: var(--red-hover); }

/* ---------- page shell ---------- */
.ld-page { max-width: 1080px; margin: 0 auto; padding: 40px 6vw 90px; }
.ld-crumbs { font-size: 13px; color: rgba(36,29,19,0.5); margin-bottom: 18px; }
.ld-crumbs a { color: rgba(36,29,19,0.65); }
.ld-crumbs a:hover { color: var(--ink); }

/* ---------- hero ---------- */
.ld-hero { display: grid; grid-template-columns: 1.05fr 1fr; gap: 48px; align-items: start; }
.ld-status {
  display: inline-flex; align-items: center; gap: 8px; padding: 7px 14px; border-radius: 100px;
  background: #FFFDF6; border: 1px solid rgba(36,29,19,0.14);
  font-size: 11.5px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase;
  color: rgba(36,29,19,0.62);
}
.ld-status i { display: block; width: 7px; height: 7px; border-radius: 50%; background: var(--amber); }
.ld-status.leasing i { background: var(--green); }
.ld-page h1 {
  margin: 18px 0 0; font-family: 'Lora', serif; font-weight: 600;
  font-size: clamp(34px, 4.8vw, 58px); line-height: 1.05; letter-spacing: -0.02em; color: var(--text);
}
.ld-lede { margin: 18px 0 0; font-size: 17.5px; line-height: 1.65; color: rgba(36,29,19,0.75); max-width: 62ch; }
.ld-lede strong { color: var(--text); font-weight: 600; }
.ld-hero-img { width: 100%; height: auto; aspect-ratio: 16 / 10; object-fit: cover; border-radius: 18px; box-shadow: 0 24px 60px rgba(74,56,30,0.16); }
.ld-hero-ctas { margin-top: 26px; display: flex; gap: 12px; flex-wrap: wrap; }

/* ---------- fast facts ---------- */
.ld-facts {
  margin-top: 40px; display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1px; background: rgba(36,29,19,0.12); border: 1px solid rgba(36,29,19,0.12); border-radius: 14px; overflow: hidden;
}
.ld-fact { background: var(--panel); padding: 18px 20px; }
.ld-fact dt { font-size: 10.5px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(36,29,19,0.5); }
.ld-fact dd { margin: 7px 0 0; font-family: 'Lora', serif; font-size: 24px; line-height: 1.1; color: var(--text); }
.ld-fact dd small { font-size: 14px; color: rgba(36,29,19,0.55); font-family: 'Archivo', sans-serif; }

/* ---------- sections ---------- */
.ld-sec { margin-top: 62px; }
.ld-sec h2 {
  font-family: 'Lora', serif; font-weight: 600; font-size: clamp(26px, 3vw, 36px);
  letter-spacing: -0.015em; line-height: 1.12; color: var(--text); margin: 0 0 14px; text-wrap: balance;
}
.ld-sec h3 { font-family: 'Lora', serif; font-weight: 600; font-size: 21px; color: var(--text); margin: 26px 0 8px; }
.ld-sec p { margin: 0 0 14px; font-size: 16.5px; line-height: 1.7; color: rgba(36,29,19,0.78); max-width: 68ch; }
.ld-sec ul { margin: 0 0 16px; padding-left: 22px; max-width: 68ch; }
.ld-sec li { margin-bottom: 9px; font-size: 16px; line-height: 1.65; color: rgba(36,29,19,0.78); }
.ld-sec a { color: var(--red); text-decoration: underline; text-underline-offset: 3px; text-decoration-color: rgba(184,50,50,0.35); }
.ld-sec a:hover { text-decoration-color: var(--red); }

/* ---------- unit cards ---------- */
.ld-units { display: grid; grid-template-columns: repeat(auto-fit, minmax(258px, 1fr)); gap: 20px; margin-top: 22px; }
.ld-unit {
  background: var(--panel); border: 1px solid rgba(36,29,19,0.12); border-radius: 16px; overflow: hidden;
  box-shadow: 0 14px 36px rgba(74,56,30,0.09); display: flex; flex-direction: column;
}
.ld-unit img { width: 100%; height: auto; aspect-ratio: 16/10; object-fit: cover; display: block; }
.ld-unit-body { padding: 18px 20px 20px; display: flex; flex-direction: column; gap: 6px; flex: 1; }
.ld-unit-size { font-family: 'Lora', serif; font-size: 25px; color: var(--text); line-height: 1; }
.ld-unit-name { font-size: 14.5px; font-weight: 600; color: var(--text); }
.ld-unit-sub { font-size: 13.5px; line-height: 1.5; color: rgba(36,29,19,0.6); }
.ld-unit-for { margin-top: 4px; font-size: 13px; line-height: 1.5; color: rgba(36,29,19,0.72); border-top: 1px solid rgba(36,29,19,0.1); padding-top: 10px; }
.ld-unit-for b { color: var(--text); }

/* ---------- spec grid ---------- */
.ld-specs { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 14px; margin-top: 20px; }
.ld-spec {
  background: #FFFDF6; border: 1px solid rgba(36,29,19,0.11); border-radius: 12px; padding: 16px 18px;
}
.ld-spec b { display: block; font-size: 15px; color: var(--text); margin-bottom: 4px; }
.ld-spec span { font-size: 13.5px; line-height: 1.55; color: rgba(36,29,19,0.65); }

/* ---------- table ---------- */
.ld-table-wrap { overflow-x: auto; margin-top: 18px; background: var(--panel); border: 1px solid rgba(36,29,19,0.12); border-radius: 14px; }
.ld-table { width: 100%; border-collapse: collapse; font-size: 15px; }
.ld-table th, .ld-table td { text-align: left; padding: 13px 18px; border-bottom: 1px solid rgba(36,29,19,0.1); }
.ld-table th { font-size: 11px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(36,29,19,0.5); }
.ld-table tr:last-child td { border-bottom: none; }
.ld-table td strong { color: var(--text); }

/* ---------- callout ---------- */
.ld-callout {
  margin: 26px 0; padding: 22px 26px; border-left: 3px solid var(--red);
  background: #FFFDF6; border-radius: 0 14px 14px 0; font-size: 16px; line-height: 1.65; color: rgba(36,29,19,0.78);
}
.ld-callout strong { color: var(--text); }

/* ---------- FAQ ---------- */
.ld-faq { margin-top: 22px; border-top: 1px solid rgba(36,29,19,0.14); }
.ld-faq-item { border-bottom: 1px solid rgba(36,29,19,0.14); padding: 18px 0; }
.ld-faq-item h3 { margin: 0 0 8px; font-family: 'Lora', serif; font-size: 19px; color: var(--text); }
.ld-faq-item p { margin: 0; font-size: 15.5px; line-height: 1.65; color: rgba(36,29,19,0.72); max-width: 70ch; }

/* ---------- related links ---------- */
.ld-related { display: grid; grid-template-columns: repeat(auto-fit, minmax(238px, 1fr)); gap: 14px; margin-top: 20px; }
.ld-rel {
  display: block; padding: 18px 20px; border-radius: 14px; background: var(--panel);
  border: 1px solid rgba(36,29,19,0.12); transition: transform 0.25s ease, border-color 0.25s ease;
}
.ld-rel:hover { transform: translateY(-3px); border-color: rgba(184,50,50,0.5); }
.ld-rel span { display: block; font-size: 10.5px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--red); margin-bottom: 7px; }
.ld-rel b { font-family: 'Lora', serif; font-weight: 600; font-size: 16.5px; line-height: 1.3; color: var(--text); }

/* ---------- big CTA ---------- */
.ld-cta {
  margin-top: 62px; padding: 40px 36px; border-radius: 20px; text-align: center;
  background: var(--panel); border: 1px solid rgba(36,29,19,0.12); box-shadow: 0 20px 50px rgba(74,56,30,0.1);
}
.ld-cta h2 { font-family: 'Lora', serif; font-weight: 600; font-size: clamp(24px, 3vw, 32px); color: var(--text); margin: 0 0 12px; }
.ld-cta p { margin: 0 auto 22px; max-width: 52ch; font-size: 16px; line-height: 1.65; color: var(--muted); }
.ld-cta-row { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* ---------- footer ---------- */
.ld-footer {
  max-width: 1080px; margin: 0 auto; padding: 26px 6vw 44px;
  border-top: 1px solid rgba(36,29,19,0.12);
  display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap;
}

@media (max-width: 900px) {
  .ld-hero { grid-template-columns: 1fr; gap: 28px; }
  .ld-nav-links { display: none; }
}
@media (max-width: 640px) {
  .ld-page { padding: 26px 6vw 60px; }
  .ld-cta { padding: 30px 22px; }
  .ld-footer { flex-direction: column; text-align: center; }
}
