/* Fortune Bridge Capital — static rebuild, matched to the live Elementor rendering.
   Fonts as rendered live: Poppins (headings), Lato (body), Bebas Neue (nav), Raleway (buttons).
   Palette: navy #082472, gold #e3b96a, body grey #636363, band #212121. */

:root {
  --navy: #082472;
  --gold: #e3b96a;
  --ink: #000000;
  --body: #636363;
  --band: #212121;
  --line: #e0e0e0;
  --white: #ffffff;
  --container: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Lato", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: var(--body);
  background: var(--white);
}
h1, h2, h3 {
  font-family: "Poppins", "Helvetica Neue", Arial, sans-serif;
  color: var(--ink);
  margin: 0 0 16px;
  line-height: 1.3;
  font-weight: 400;
}
p { margin: 0 0 16px; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--navy); }

.container { max-width: var(--container); margin: 0 auto; padding: 0 24px; }

.skip-link {
  position: absolute; left: -9999px; top: 0;
  background: var(--navy); color: #fff; padding: 10px 18px; z-index: 100;
}
.skip-link:focus { left: 0; }

/* Header — sticky white bar, Bebas Neue nav, as rendered live */
.site-header {
  background: var(--white);
  position: sticky; top: 0; z-index: 50;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}
.site-header .container {
  display: flex; align-items: center; justify-content: space-between;
  min-height: 120px; gap: 24px; flex-wrap: wrap; padding-top: 14px; padding-bottom: 14px;
}
.site-logo img { height: 66px; width: auto; }
.site-nav { display: flex; gap: 46px; flex-wrap: wrap; }
.site-nav a {
  font-family: "Bebas Neue", "Oswald", "Arial Narrow", sans-serif;
  font-size: 22px; font-weight: 400; letter-spacing: 0.02em;
  color: var(--ink); text-decoration: none; padding: 4px 0;
}
.site-nav a:hover, .site-nav a:focus, .site-nav a[aria-current="page"] { color: var(--navy); }

/* Buttons — transparent with gold border, as live */
.btn {
  display: inline-block;
  font-family: "Raleway", "Helvetica Neue", Arial, sans-serif;
  font-size: 14px; font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase;
  padding: 12px 30px; text-decoration: none; cursor: pointer;
  border: 1px solid var(--gold); border-radius: 2px; background: transparent;
  transition: background-color 0.2s, color 0.2s;
}
.btn-light { color: #fff; }
.btn-light:hover, .btn-light:focus { background: var(--gold); color: #fff; }
.btn-gold { color: var(--gold); }
.btn-gold:hover, .btn-gold:focus { background: var(--gold); color: #fff; }
.btn-dark { color: var(--navy); border-color: var(--navy); }
.btn-dark:hover, .btn-dark:focus { background: var(--navy); color: #fff; }

/* Hero — background video (as live), aerial photo poster fallback, 0.7 black overlay */
.hero {
  position: relative; overflow: hidden;
  background: url("../img/hero-aerial.jpg") center / cover no-repeat #1e1d1e;
  color: #fff;
  display: flex; align-items: center;
  min-height: 660px;
  padding: 70px 0;
}
.hero-video {
  position: absolute; inset: 0; z-index: 0;
  width: 100%; height: 100%; object-fit: cover;
}
.hero::before {
  content: ""; position: absolute; inset: 0; background: rgba(0, 0, 0, 0.7); z-index: 1;
}
.hero .container { position: relative; z-index: 2; }
@media (prefers-reduced-motion: reduce) {
  .hero-video { display: none; }
}
.hero h1 {
  color: #fff;
  font-size: clamp(34px, 4.3vw, 65px); font-weight: 500; line-height: 1.2;
  max-width: 620px; margin: 0 0 48px;
}
.hero .tagline { font-size: clamp(18px, 1.6vw, 24px); color: #fff; margin: 0; }

/* Who we are — white building photo as the section background (image is white
   on its left two-thirds, building on the right), label rail on the left */
.who {
  background: url("../img/building-white.png") center center / cover no-repeat var(--white);
  padding: 90px 0;
  min-height: 500px;
}
.who .container { display: grid; grid-template-columns: 250px minmax(0, 500px); gap: 60px; }
.who-label {
  display: flex; align-items: center; gap: 16px;
  align-self: center;
  font-family: "Poppins", sans-serif;
  font-size: 25px; font-weight: 600; color: var(--ink); text-transform: uppercase;
  white-space: nowrap;
}
.who-label::before { content: ""; width: 82px; height: 2px; background: var(--ink); flex: none; }
.who-content h2 { font-size: 30px; color: #222222; margin-bottom: 18px; }
.who-content p { margin-bottom: 24px; }

/* Black angled ribbon between sections, as live */
.band {
  height: 100px;
  background: var(--band);
  clip-path: polygon(0 4%, 50% 42%, 100% 0, 100% 58%, 50% 100%, 0 62%);
}

/* Why private real estate — quarter-rounded photo left, checklist right */
.why { padding: 110px 0; background: var(--white); }
.why .container {
  display: grid; grid-template-columns: minmax(280px, 380px) 1fr;
  gap: 72px; align-items: start;
}
.why-img { border-top-left-radius: 100%; }
.why h2 { font-size: 30px; color: #222222; margin-bottom: 28px; }
.why-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 18px; max-width: 640px; }
.why-list li { display: flex; gap: 16px; align-items: flex-start; }
.why-list svg { flex: 0 0 22px; margin-top: 3px; }

/* What makes us different — heading plus one centered paragraph, as live */
.different { padding: 90px 0 70px; background: var(--white); }
.different h2 { font-size: 30px; color: #222222; text-align: center; margin-bottom: 24px; }
.different p { max-width: 960px; margin: 0 auto; text-align: center; }
.different strong { color: var(--ink); }

/* CTA — same aerial photo, bottom crop, 0.68 overlay */
.cta {
  position: relative;
  background: url("../img/hero-aerial.jpg") bottom center / cover no-repeat #1e1d1e;
  text-align: center; padding: 130px 0;
}
.cta::before { content: ""; position: absolute; inset: 0; background: rgba(0, 0, 0, 0.55); }
.cta .container { position: relative; }
.cta h2 { color: #fff; font-size: clamp(26px, 2.5vw, 33px); font-weight: 400; line-height: 1.3; margin: 0 0 36px; }

/* Contact page */
.page-hero {
  position: relative;
  background: url("../img/office-campus.jpg") center / cover no-repeat #1e1d1e;
  padding: 100px 0; text-align: center;
}
.page-hero::before { content: ""; position: absolute; inset: 0; background: rgba(0, 0, 0, 0.5); }
.page-hero h1 {
  position: relative; color: #fff; font-size: clamp(30px, 3vw, 42px); font-weight: 400; margin: 0;
}
.contact-main { padding: 55px 0 70px; }
.contact-grid {
  display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: 8%;
  align-items: start;
}
.contact-info h2 { font-size: 30px; margin: 0 0 10px; }
.contact-info h2 + p { margin-bottom: 30px; }
.contact-info p { font-size: 17px; line-height: 1.35; color: #1c1c1c; }
.contact-info a { color: #1c1c1c; text-decoration: none; }
.contact-info a:hover, .contact-info a:focus { color: var(--navy); text-decoration: underline; }
.contact-map { margin: 0 0 30px; }

/* Form — WPForms-like styling */
.field { margin-bottom: 18px; }
.field label {
  display: block; font-size: 14px; font-weight: 700;
  color: #333333; margin-bottom: 6px;
}
.field .req { color: #b23b2e; }
.field input, .field textarea {
  width: 100%; padding: 9px 12px; font: inherit; font-size: 15px; color: var(--ink);
  border: 1px solid #cccccc; border-radius: 2px; background: #fff;
}
.field textarea { min-height: 110px; }
.field input:focus, .field textarea:focus {
  outline: 2px solid var(--navy); outline-offset: 1px; border-color: var(--navy);
}
.hidden-field { position: absolute; left: -9999px; }
.privacy-note { font-size: 12px; color: #6f6f6f; margin: 14px 0 0; }

/* Footer */
.site-footer { border-top: 1px solid #eeeeee; padding: 34px 0 30px; }
.disclaimer {
  max-width: 920px; margin: 0 auto 24px;
  font-size: 12px; line-height: 1.7; color: #6f6f6f; /* 4.9:1 on white, WCAG AA at this size */
}
.copyright { text-align: center; font-size: 15px; color: #3a3a3a; margin: 0; }
.copyright a { color: #3a3a3a; }

/* Legal pages */
.legal-page { max-width: 760px; padding-top: 50px; padding-bottom: 40px; }
.legal-page h1 { font-size: 34px; }
.legal-page h2 { font-size: 20px; font-weight: 600; margin-top: 32px; }
.legal-meta { font-size: 13px; color: #6f6f6f; margin-bottom: 28px; }

/* Simple utility pages (404, success) */
.utility-page { text-align: center; padding: 110px 24px; }
.utility-page h1 { font-size: 34px; }
.utility-page p { max-width: 480px; margin: 0 auto 32px; }

:focus-visible { outline: 2px solid var(--navy); outline-offset: 2px; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .btn { transition: none; }
}

@media (max-width: 980px) {
  .site-header .container { min-height: 90px; }
  .site-logo img { height: 52px; }
  .who .container { grid-template-columns: 1fr; gap: 28px; }
  .who-label { align-self: start; }
  .why .container { grid-template-columns: 1fr; gap: 40px; }
  .why-img { max-width: 380px; }
  .why { padding: 70px 0; }
  .contact-grid { grid-template-columns: 1fr; gap: 44px; }
  .hero { min-height: 520px; }
  .band { height: 64px; }
}
@media (max-width: 560px) {
  .site-header .container { justify-content: center; }
  .site-nav { gap: 26px; }
  .hero h1 { margin-bottom: 28px; }
}
