.elementor-874 .elementor-element.elementor-element-f2bddec{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS */#site-header, #site-footer{
    display: none !important;
}
.project-image, .project-image img{
    width: 100% !important;
    height: 300px !important;
    object-fit: cover;
}






:root {
    --bg: #F5F1EA;
    --bg-soft: #ECE6DA;
    --surface: #FFFFFF;
    --surface-2: #FAF6EE;
    --ink: #1A1A18;
    --ink-soft: #4A4842;
    --ink-mute: #8A8678;
    --gold: #8B6F3F;
    --gold-bright: #A88752;
    --gold-deep: #6B5430;
    --line: #D9D2C2;
    --line-soft: #E8E2D3;
    --danger: #B8553A;
    --display: 'Fraunces', Georgia, serif;
    --body: 'Inter Tight', system-ui, sans-serif;
  }
  * { box-sizing: border-box; margin: 0; padding: 0; }
  html { scroll-behavior: smooth; }
  body {
    font-family: var(--body);
    background: var(--bg);
    color: var(--ink);
    line-height: 1.55;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
  }
  .container { max-width: 1240px; margin: 0 auto; padding: 0 24px; }
  .container-narrow { max-width: 980px; margin: 0 auto; padding: 0 24px; }

  /* ─── Top compliance bar ─── */
  .topbar {
    background: var(--bg-soft);
    border-bottom: 1px solid var(--line-soft);
    padding: 8px 0;
    font-size: 12px;
    color: var(--ink-mute);
    text-align: center;
    letter-spacing: 0.03em;
  }
  .topbar strong { color: var(--gold); font-weight: 600; }

  /* ─── Nav ─── */
  nav {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(245, 241, 234, 0.88);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid var(--line-soft);
    padding: 16px 0;
  }
  .nav-inner { display: flex; align-items: center; justify-content: space-between; }
  .logo {
    font-family: var(--display);
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: var(--ink);
  }
  .logo span { color: var(--gold); font-style: italic; }
  .nav-links { display: flex; gap: 32px; align-items: center; }
  .nav-links a {
    color: var(--ink-soft);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: color 0.2s;
  }
  .nav-links a:hover { color: var(--gold-bright); }
  .nav-cta {
    background: var(--gold);
    color: #FFF !important;
    padding: 10px 18px;
    border-radius: 2px;
    font-weight: 600 !important;
    transition: background 0.2s;
  }
  .nav-cta:hover { background: var(--gold-deep); }
  @media (max-width: 768px) {
    .nav-links a:not(.nav-cta) { display: none; }
  }

  /* ─── Hero ─── */
  .hero {
    position: relative;
    padding: 80px 0 100px;
    overflow: hidden;
  }
  .hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
      radial-gradient(ellipse 800px 600px at 80% 20%, rgba(139, 111, 63, 0.10), transparent 60%),
      radial-gradient(ellipse 600px 800px at 10% 80%, rgba(139, 111, 63, 0.05), transparent 60%);
    pointer-events: none;
  }
  .hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
      linear-gradient(rgba(139, 111, 63, 0.04) 1px, transparent 1px),
      linear-gradient(90deg, rgba(139, 111, 63, 0.04) 1px, transparent 1px);
    background-size: 80px 80px;
    pointer-events: none;
    mask-image: radial-gradient(ellipse at center, black 30%, transparent 70%);
  }
  .hero-inner { position: relative; z-index: 2; }
  .eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 14px;
    border: 1px solid var(--line);
    border-radius: 100px;
    font-size: 12px;
    color: var(--gold-bright);
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 32px;
    background: rgba(139, 111, 63, 0.06);
  }
  .eyebrow::before {
    content: '';
    width: 6px;
    height: 6px;
    background: var(--gold);
    border-radius: 50%;
    box-shadow: 0 0 12px rgba(139, 111, 63, 0.4);
  }
  h1 {
    font-family: var(--display);
    font-size: clamp(40px, 6vw, 76px);
    font-weight: 500;
    line-height: 1.02;
    letter-spacing: -0.03em;
    margin-bottom: 28px;
    max-width: 920px;
  }
  h1 em {
    font-style: italic;
    color: var(--gold);
    font-weight: 400;
  }
  .hero-sub {
    font-size: clamp(16px, 1.4vw, 19px);
    color: var(--ink-soft);
    max-width: 720px;
    margin-bottom: 36px;
    line-height: 1.6;
  }
  .hero-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background: var(--line-soft);
    border: 1px solid var(--line);
    margin: 48px 0 40px;
    border-radius: 4px;
    overflow: hidden;
  }
  .hero-stat {
    background: var(--surface);
    padding: 24px 20px;
  }
  .hero-stat-value {
    font-family: var(--display);
    font-size: 30px;
    font-weight: 500;
    color: var(--ink);
    letter-spacing: -0.02em;
    display: block;
    margin-bottom: 4px;
  }
  .hero-stat-label {
    font-size: 12px;
    color: var(--ink-mute);
    letter-spacing: 0.06em;
    text-transform: uppercase;
  }
  @media (max-width: 720px) {
    .hero-stats { grid-template-columns: repeat(2, 1fr); }
  }
  .hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; }
  .btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--gold);
    color: #FFF;
    padding: 16px 28px;
    border-radius: 2px;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.2s;
    border: none;
    cursor: pointer;
  }
  .btn-primary:hover {
    background: var(--gold-deep);
    transform: translateY(-1px);
  }
  .btn-primary::after {
    content: '→';
    transition: transform 0.2s;
  }
  .btn-primary:hover::after { transform: translateX(4px); }
  .btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: transparent;
    color: var(--ink);
    padding: 16px 28px;
    border: 1px solid var(--line);
    border-radius: 2px;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    transition: all 0.2s;
  }
  .btn-secondary:hover { border-color: var(--gold); color: var(--gold-bright); }

  /* ─── Section common ─── */
  section { padding: 100px 0; position: relative; }
  .section-eyebrow {
    font-size: 11px;
    color: var(--gold);
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 16px;
    display: block;
  }
  h2 {
    font-family: var(--display);
    font-size: clamp(32px, 4vw, 52px);
    font-weight: 500;
    line-height: 1.05;
    letter-spacing: -0.025em;
    margin-bottom: 20px;
    max-width: 800px;
  }
  h2 em { font-style: italic; color: var(--gold); font-weight: 400; }
  .section-lede {
    font-size: 17px;
    color: var(--ink-soft);
    max-width: 640px;
    margin-bottom: 56px;
  }

  /* ─── Projects ─── */
  .projects-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
  @media (max-width: 960px) { .projects-grid { grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 640px) { .projects-grid { grid-template-columns: 1fr; } }
  .project-card {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 4px;
    overflow: hidden;
    transition: all 0.3s;
    position: relative;
    display: flex;
    flex-direction: column;
  }
  .project-card:hover {
    border-color: var(--gold-deep);
    transform: translateY(-4px);
  }
  .project-image {
    aspect-ratio: 16 / 11;
    background: linear-gradient(135deg, var(--surface-2), var(--bg-soft));
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid var(--line);
  }
  .project-image-inner {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--display);
    font-style: italic;
    font-size: 28px;
    color: var(--gold);
    opacity: 0.65;
    text-align: center;
    padding: 20px;
  }
  .project-image::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
      radial-gradient(circle at 70% 30%, rgba(139, 111, 63, 0.12), transparent 50%),
      linear-gradient(135deg, transparent 40%, rgba(139, 111, 63, 0.06) 100%);
  }
  .project-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    background: var(--ink);
    color: #F4EFE0;
    padding: 5px 10px;
    font-size: 11px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 2px;
    z-index: 2;
  }
  .project-body { padding: 24px; flex: 1; display: flex; flex-direction: column; }
  .project-location {
    font-size: 12px;
    color: var(--ink-mute);
    letter-spacing: 0.04em;
    margin-bottom: 6px;
  }
  .project-name {
    font-family: var(--display);
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -0.015em;
    margin-bottom: 18px;
    line-height: 1.15;
  }
  .project-price {
    display: flex;
    align-items: baseline;
    gap: 8px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--line-soft);
    margin-bottom: 16px;
  }
  .project-price-label { font-size: 11px; color: var(--ink-mute); text-transform: uppercase; letter-spacing: 0.08em; }
  .project-price-value {
    font-family: var(--display);
    font-size: 22px;
    font-weight: 500;
    color: var(--gold);
    margin-left: auto;
  }
  .project-meta {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-bottom: 20px;
  }
  .project-meta-item { font-size: 12px; }
  .project-meta-label { display: block; color: var(--ink-mute); text-transform: uppercase; letter-spacing: 0.06em; font-size: 10px; margin-bottom: 2px; }
  .project-meta-value { color: var(--ink); font-weight: 500; }
  .project-cta, .project-wcta {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 14px;
    background: transparent;
    color: var(--ink);
    border: 1px solid var(--line);
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    border-radius: 2px;
    transition: all 0.2s;
  }
  .project-cta:hover, .project-wcta:hover { background: var(--gold); color: #FFF; border-color: var(--gold); }
  .project-cta::after, .project-wcta::after { content: '→'; transition: transform 0.2s; }
  .project-cta:hover::after, .project-wcta::after { transform: translateX(3px); }

  /* ─── Comparison table ─── */
  .compare-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 4px; }
  .compare-table {
    width: 100%;
    border-collapse: collapse;
    background: var(--surface);
    min-width: 880px;
  }
  .compare-table th {
    text-align: left;
    padding: 18px 16px;
    font-size: 11px;
    color: var(--gold);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: 1px solid var(--gold);
    background: var(--bg-soft);
  }
  .compare-table td {
    padding: 18px 16px;
    border-bottom: 1px solid var(--line-soft);
    font-size: 14px;
    color: var(--ink-soft);
  }
  .compare-table tr:last-child td { border-bottom: none; }
  .compare-table tr:hover td { background: rgba(139, 111, 63, 0.05); }
  .compare-table td:first-child { color: var(--ink); font-weight: 500; }
  .compare-disclaimer {
    margin-top: 16px;
    font-size: 12px;
    color: var(--ink-mute);
    font-style: italic;
    line-height: 1.6;
  }

  /* ─── Why Binghatti ─── */
  .why-bg { background: var(--bg-soft); }
  .why-top { display: grid; grid-template-columns: 1.2fr 1fr; gap: 60px; align-items: end; margin-bottom: 64px; }
  @media (max-width: 860px) { .why-top { grid-template-columns: 1fr; } }
  .why-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
    padding: 32px 0;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    margin-bottom: 64px;
  }
  .why-stat-value {
    font-family: var(--display);
    font-size: 44px;
    font-weight: 500;
    color: var(--gold);
    letter-spacing: -0.03em;
    display: block;
    line-height: 1;
    margin-bottom: 8px;
  }
  .why-stat-label { font-size: 12px; color: var(--ink-mute); letter-spacing: 0.06em; text-transform: uppercase; }
  @media (max-width: 720px) { .why-stats { grid-template-columns: repeat(2, 1fr); gap: 24px; } }

  .why-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
  @media (max-width: 960px) { .why-cards { grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 540px) { .why-cards { grid-template-columns: 1fr; } }
  .why-card {
    background: var(--surface);
    border: 1px solid var(--line);
    padding: 28px 24px;
    border-radius: 4px;
  }
  .why-card-icon {
    width: 36px;
    height: 36px;
    border: 1px solid var(--gold);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold);
    font-size: 18px;
    margin-bottom: 20px;
  }
  .why-card h3 {
    font-family: var(--display);
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 10px;
    letter-spacing: -0.01em;
  }
  .why-card p { font-size: 14px; color: var(--ink-soft); line-height: 1.6; }

  /* ─── Profiles ─── */
  .profiles-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
  @media (max-width: 860px) { .profiles-grid { grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 540px) { .profiles-grid { grid-template-columns: 1fr; } }
  .profile-card {
    background: var(--surface);
    border: 1px solid var(--line);
    padding: 28px;
    border-radius: 4px;
    position: relative;
  }
  .profile-tag {
    font-size: 10px;
    color: var(--gold);
    letter-spacing: 0.15em;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 12px;
    display: block;
  }
  .profile-card h3 {
    font-family: var(--display);
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 14px;
    letter-spacing: -0.01em;
  }
  .profile-card p { font-size: 14px; color: var(--ink-soft); margin-bottom: 18px; line-height: 1.6; }
  .profile-rec {
    padding-top: 16px;
    border-top: 1px solid var(--line-soft);
    font-size: 13px;
    color: var(--ink);
  }
  .profile-rec strong { color: var(--gold); font-weight: 600; display: block; margin-bottom: 4px; }

  /* ─── Form ─── */
  .form-section { background: var(--bg-soft); position: relative; overflow: hidden; }
  .form-section::before {
    content: '';
    position: absolute;
    top: -100px;
    right: -100px;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(139, 111, 63, 0.10), transparent 60%);
    pointer-events: none;
  }
  .form-wrap {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 60px;
    align-items: start;
    position: relative;
    z-index: 2;
  }
  @media (max-width: 960px) { .form-wrap { grid-template-columns: 1fr; gap: 40px; } }
  .form-info p { color: var(--ink-soft); margin-bottom: 16px; font-size: 16px; }
  .form-info .warning {
    margin-top: 28px;
    padding: 16px 18px;
    background: rgba(184, 85, 58, 0.07);
    border-left: 3px solid var(--danger);
    font-size: 13px;
    color: var(--ink-soft);
    line-height: 1.5;
  }
  .form-info .warning strong { color: var(--danger); }
  .form-box {
    background: var(--surface);
    border: 1px solid var(--line);
    padding: 36px;
    border-radius: 4px;
  }
  .form-row { margin-bottom: 18px; }
  .form-row.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
  @media (max-width: 540px) { .form-row.two-col { grid-template-columns: 1fr; } }
  .form-row label {
    display: block;
    font-size: 11px;
    color: var(--gold);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 8px;
  }
  .form-row input, .form-row select {
    width: 100%;
    background: var(--surface-2);
    border: 1px solid var(--line);
    color: var(--ink);
    padding: 13px 14px;
    font-family: var(--body);
    font-size: 14px;
    border-radius: 2px;
    transition: border-color 0.2s;
  }
  .form-row input:focus, .form-row select:focus {
    outline: none;
    border-color: var(--gold);
    background: #FFF;
  }
  .form-row select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%238B6F3F' d='M6 8L0 0h12z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    padding-right: 38px;
  }
  .form-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 22px 0;
    cursor: pointer;
    font-size: 12px;
    color: var(--ink-soft);
    line-height: 1.5;
  }
  .form-checkbox input { width: 16px; height: 16px; margin-top: 2px; accent-color: var(--gold); }
  .form-submit {
    width: 100%;
    background: var(--gold);
    color: #FFF;
    border: none;
    padding: 16px;
    font-family: var(--body);
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.02em;
    border-radius: 2px;
    cursor: pointer;
    transition: background 0.2s;
  }
  .form-submit:hover { background: var(--gold-deep); }
  .form-footnote {
    text-align: center;
    font-size: 11px;
    color: var(--ink-mute);
    margin-top: 16px;
    line-height: 1.6;
  }

  /* ─── Testimonials ─── */
  .testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
  @media (max-width: 860px) { .testimonials-grid { grid-template-columns: 1fr; } }
  .testimonial {
    background: var(--surface);
    border: 1px solid var(--line);
    padding: 32px;
    border-radius: 4px;
    position: relative;
  }
  .testimonial::before {
    content: '"';
    position: absolute;
    top: 8px;
    right: 24px;
    font-family: var(--display);
    font-size: 90px;
    color: var(--gold);
    opacity: 0.18;
    line-height: 1;
    font-style: italic;
  }
  .testimonial-quote {
    font-family: var(--display);
    font-size: 17px;
    font-weight: 400;
    line-height: 1.45;
    color: var(--ink);
    margin-bottom: 24px;
    position: relative;
    z-index: 2;
  }
  .testimonial-author {
    padding-top: 18px;
    border-top: 1px solid var(--line-soft);
  }
  .testimonial-name { font-weight: 500; font-size: 14px; color: var(--ink); margin-bottom: 4px; }
  .testimonial-meta { font-size: 12px; color: var(--ink-mute); }

  /* ─── FAQ ─── */
  .faq-list { max-width: 820px; }
  .faq-item {
    border-bottom: 1px solid var(--line);
    padding: 22px 0;
  }
  .faq-item summary {
    cursor: pointer;
    font-family: var(--display);
    font-size: 19px;
    font-weight: 500;
    color: var(--ink);
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    letter-spacing: -0.01em;
  }
  .faq-item summary::-webkit-details-marker { display: none; }
  .faq-item summary::after {
    content: '+';
    color: var(--gold);
    font-size: 24px;
    font-family: var(--body);
    font-weight: 300;
    transition: transform 0.2s;
  }
  .faq-item[open] summary::after { transform: rotate(45deg); }
  .faq-item p {
    margin-top: 14px;
    color: var(--ink-soft);
    font-size: 15px;
    line-height: 1.65;
  }

  /* ─── Footer ─── */
  footer {
    background: var(--bg-soft);
    border-top: 1px solid var(--line);
    padding: 60px 0 30px;
  }
  .footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 48px;
    margin-bottom: 48px;
  }
  @media (max-width: 860px) { .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; } }
  .footer-col h4 {
    font-size: 11px;
    color: var(--gold);
    letter-spacing: 0.15em;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 16px;
  }
  .footer-col p, .footer-col a {
    font-size: 14px;
    color: var(--ink-soft);
    text-decoration: none;
    line-height: 1.8;
    display: block;
  }
  .footer-col a:hover { color: var(--gold-bright); }
  .footer-legal {
    border-top: 1px solid var(--line);
    padding-top: 24px;
    font-size: 11px;
    color: var(--ink-mute);
    line-height: 1.6;
  }
  .footer-legal strong { color: var(--ink-soft); font-weight: 500; }

  /* ─── Sticky mobile bar ─── */
  .sticky-mobile {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--surface);
    border-top: 1px solid var(--gold);
    padding: 12px 16px;
    z-index: 60;
    gap: 10px;
    box-shadow: 0 -4px 20px rgba(0,0,0,0.06);
  }
  .sticky-mobile a {
    flex: 1;
    text-align: center;
    padding: 12px;
    text-decoration: none;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 600;
  }
  .sticky-mobile .wa { background: transparent; color: var(--ink); border: 1px solid var(--line); }
  .sticky-mobile .form { background: var(--gold); color: #FFF; }
  @media (max-width: 768px) {
    .sticky-mobile { display: flex; }
    body { padding-bottom: 70px; }
  }/* End custom CSS */