/*
  Nikoo Homes — Bhartiya Garden Enclave
  Elegant light palette: warm ivory, soft champagne, muted sage, deep charcoal.
  Typography: Cormorant Garamond (display) + Inter (body) — premium, SEO-friendly Google Fonts.
*/

/* ── Base reset & variables ── */
:root {
  /* Accents (used sparingly) */
  --green: #6e7e6c;
  --green-light: #a3b3a0;
  --green-dark: #4a5749;
  --terracotta: #b08152;
  --terracotta-light: #d4a87c;
  --terracotta-dark: #8a5d36;
  /* Surfaces — light, airy, elegant */
  --cream: #faf6ee;
  --sand: #efe6d3;
  --white: #ffffff;
  /* Ink */
  --ink: #1c1c1c;
  --charcoal: #3a3a38;
  --mid: #6b6862;
  /* Borders */
  --lb: rgba(176,129,82,.22);
  --lt: rgba(110,126,108,.25);
  --sh: 0 8px 40px rgba(28,28,28,.07);
  --shl: 0 20px 60px rgba(28,28,28,.10);
  /* Type */
  --serif: 'Cormorant Garamond', 'Playfair Display', Georgia, serif;
  --sans: 'Inter', 'Outfit', system-ui, -apple-system, sans-serif;
  --hh: 80px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--sans); background: var(--cream); color: var(--charcoal); overflow-x: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }

/* ── Utility ── */
.bn-container { max-width: 1200px; margin: 0 auto; padding: 0 32px; }
.bn-section { padding: 92px 32px; }
.bn-stag { display: inline-block; font-size: .66rem; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; color: var(--terracotta); margin-bottom: 10px; }
.bn-title { font-family: var(--serif); font-size: clamp(1.9rem, 3.5vw, 3rem); font-weight: 400; color: var(--ink); line-height: 1.18; margin-bottom: 24px; letter-spacing: -0.01em; }
.bn-body { font-size: .94rem; line-height: 1.86; color: var(--mid); max-width: 780px; margin-bottom: 18px; }
.bn-divider { width: 56px; height: 1.5px; background: var(--terracotta); margin: 18px 0 34px; }
.bn-al { color: var(--green); text-decoration: none; font-weight: 500; transition: color .2s; }
.bn-al:hover { color: var(--terracotta); }

/* ── Buttons ── */
.bn-btn-primary { display: inline-flex; align-items: center; gap: 6px; padding: 13px 26px; background: var(--terracotta); color: var(--white); font-family: var(--sans); font-size: .75rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; border: none; cursor: pointer; border-radius: 2px; transition: background .2s, transform .15s; text-decoration: none; }
.bn-btn-primary:hover { background: var(--terracotta-dark); transform: translateY(-1px); color: var(--white); }
.bn-btn-outline { display: inline-flex; align-items: center; gap: 8px; padding: 12px 24px; border: 1.5px solid rgba(255,255,255,.55); color: var(--white); font-size: .75rem; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; cursor: pointer; background: transparent; border-radius: 2px; transition: all .25s; font-family: var(--sans); text-decoration: none; }
.bn-btn-outline:hover { background: var(--terracotta); border-color: var(--terracotta); color: var(--white); }

/* ── HEADER ── */
#bn-header { position: fixed; top: 0; left: 0; width: 100%; z-index: 1000; height: var(--hh); background: rgba(245,241,232,.97); backdrop-filter: blur(12px); border-bottom: 1px solid var(--lb); display: flex; align-items: center; padding: 0 32px; transition: box-shadow .3s; }
#bn-header.scrolled { box-shadow: var(--sh); }
.bn-header-inner { display: flex; align-items: center; width: 100%; max-width: 1400px; margin: 0 auto; gap: 0; }
.bn-logo { font-family: var(--serif); font-size: 1.35rem; font-weight: 600; letter-spacing: .04em; color: var(--ink); text-decoration: none; white-space: nowrap; margin-right: 10px; flex-shrink: 0; line-height: 1; }
.bn-logo span { color: var(--terracotta); font-style: italic; font-weight: 500; }
.bn-logo small { display: block; font-family: var(--sans); font-size: .58rem; font-weight: 500; letter-spacing: .22em; color: var(--green); text-transform: uppercase; margin-top: 3px; }
.bn-nav { display: flex; align-items: center; gap: 2px; flex: 1; flex-wrap: nowrap; }
.bn-nav-right { display: flex; align-items: center; gap: 12px; flex-shrink: 0; margin-left: auto; padding-left: 12px; }
.bn-nav-item { position: relative; }
.bn-nav-link { font-family: var(--sans); font-size: .73rem; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; color: var(--charcoal); text-decoration: none; padding: 8px 12px; border-radius: 2px; transition: color .2s; display: flex; align-items: center; gap: 4px; white-space: nowrap; background: none; border: none; cursor: pointer; }
.bn-nav-link:hover, .bn-nav-link.active { color: var(--terracotta); }
.bn-nav-link.active { border-bottom: 2px solid var(--terracotta); padding-bottom: 6px; }
.bn-nav-link--projects { font-weight: 600; }
.bn-dropdown { position: absolute; top: calc(100% + 6px); left: 0; background: var(--white); border: 1px solid var(--lb); box-shadow: var(--shl); border-radius: 4px; min-width: 280px; padding: 8px 0; opacity: 0; visibility: hidden; transform: translateY(-6px); transition: all .22s ease; z-index: 200; }
.bn-nav-item:hover .bn-dropdown { opacity: 1; visibility: visible; transform: translateY(0); }
.bn-dropdown a { display: block; padding: 9px 18px; font-family: var(--sans); font-size: .76rem; font-weight: 400; letter-spacing: .04em; color: var(--mid); text-decoration: none; transition: all .15s; border-left: 2px solid transparent; }
.bn-dropdown a:hover, .bn-dropdown a.current { color: var(--terracotta); border-left-color: var(--terracotta); background: rgba(196,109,78,.05); padding-left: 22px; }
.bn-dd-div { height: 1px; background: var(--lb); margin: 5px 0; }
.bn-dd-lbl { display: block; padding: 6px 18px 3px; font-size: .63rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--green); }
.bn-header-phone { font-size: .78rem; color: var(--mid); text-decoration: none; display: flex; align-items: center; gap: 6px; white-space: nowrap; font-weight: 500; }
.bn-header-phone svg { width: 13px; color: var(--terracotta); flex-shrink: 0; }

/* ── HAMBURGER ── */
.bn-ham { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 4px; background: none; border: none; margin-left: auto; }
.bn-ham span { display: block; width: 24px; height: 2px; background: var(--charcoal); transition: all .3s; }
.bn-ham.open span:nth-child(1) { transform: rotate(45deg) translate(5px,5px); }
.bn-ham.open span:nth-child(2) { opacity: 0; }
.bn-ham.open span:nth-child(3) { transform: rotate(-45deg) translate(5px,-5px); }

/* ── MOBILE NAV ── */
.bn-mob-nav { display: none; position: fixed; top: var(--hh); left: 0; width: 100%; height: calc(100vh - var(--hh)); background: var(--white); z-index: 999; overflow-y: auto; padding: 28px 0 140px; transform: translateX(-100%); transition: transform .35s ease; box-shadow: 0 20px 60px rgba(28,28,28,.15); }
.bn-mob-nav.open { transform: translateX(0); }
.bn-mob-link { display: block; padding: 14px 28px; font-size: .88rem; font-weight: 500; letter-spacing: .04em; color: var(--charcoal); text-decoration: none; border-bottom: 1px solid rgba(45,90,61,.1); }
.bn-mob-link:hover { color: var(--terracotta); }
.bn-mob-lbl { display: block; padding: 16px 28px 4px; font-size: .63rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--terracotta); }
.bn-mob-sub { display: block; padding: 11px 28px 11px 42px; font-size: .8rem; color: var(--mid); text-decoration: none; border-bottom: 1px solid rgba(45,90,61,.06); }
.bn-mob-sub:hover, .bn-mob-sub.active { color: var(--terracotta); font-weight: 500; }

/* ── MOBILE BOTTOM BAR ── */
.bn-mob-bar { display: none; position: fixed; bottom: 0; left: 0; width: 100%; z-index: 998; background: var(--ink); padding: 10px 12px; gap: 10px; }
.bn-mob-enquire { flex: 1; display: flex; align-items: center; justify-content: center; gap: 7px; background: transparent; border: 1.5px solid rgba(224,149,115,.6); color: var(--terracotta-light); font-size: .76rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; padding: 12px 10px; border-radius: 4px; cursor: pointer; font-family: var(--sans); }
.bn-mob-call { flex: 1; display: flex; align-items: center; justify-content: center; gap: 7px; background: var(--terracotta); color: var(--white); font-size: .76rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; text-decoration: none; padding: 12px 10px; border-radius: 4px; }
.bn-mob-wa { position: fixed; bottom: 74px; right: 14px; z-index: 999; width: 50px; height: 50px; border-radius: 50%; background: #25d366; display: none; align-items: center; justify-content: center; box-shadow: 0 4px 16px rgba(37,211,102,.4); text-decoration: none; }
.bn-mob-wa svg { width: 26px; fill: #fff; }

/* ── DESKTOP STICKY TAG ── */
.bn-sticky-tag { position: fixed; right: 0; top: 50%; transform: translateY(-50%); z-index: 990; }
.bn-sticky-tag button { writing-mode: vertical-rl; text-orientation: mixed; transform: rotate(180deg); background: var(--terracotta); color: var(--white); border: none; cursor: pointer; font-family: var(--sans); font-size: .7rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; padding: 18px 10px; border-radius: 4px 0 0 4px; box-shadow: -3px 0 16px rgba(22,34,26,.2); transition: background .2s, padding .2s; }
.bn-sticky-tag button:hover { background: var(--terracotta-dark); padding: 18px 14px; }

/* ── HERO ── */
.bn-hero { margin-top: var(--hh); position: relative; height: calc(100vh - var(--hh)); min-height: 560px; overflow: hidden; background: var(--ink); }
.bn-hero-slide { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: 0; transition: opacity 1.2s ease; }
.bn-hero-slide.active { opacity: 1; }
.bn-hero-slide::after { content: ''; position: absolute; inset: 0; background: linear-gradient(130deg, rgba(22,34,26,.78) 0%, rgba(22,34,26,.42) 50%, rgba(22,34,26,.25) 100%); }
.bn-hero-content { position: absolute; inset: 0; z-index: 2; display: flex; flex-direction: column; justify-content: center; padding: 0 72px; max-width: 820px; }
.bn-hero-tag { font-size: .68rem; font-weight: 600; letter-spacing: .28em; text-transform: uppercase; color: var(--terracotta-light); margin-bottom: 16px; display: inline-flex; align-items: center; gap: 10px; }
.bn-hero-tag::before { content: ''; width: 28px; height: 1px; background: var(--terracotta-light); }
.bn-hero-title { font-family: var(--serif); font-size: clamp(2.4rem, 5.5vw, 4.6rem); font-weight: 300; color: var(--white); line-height: 1.05; margin-bottom: 22px; letter-spacing: -0.015em; }
.bn-hero-title em { font-style: italic; color: var(--terracotta-light); font-weight: 400; }
.bn-hero-desc { font-size: 1rem; color: rgba(245,241,232,.85); font-weight: 300; line-height: 1.78; margin-bottom: 36px; max-width: 480px; }
.bn-hero-cta-row { display: flex; gap: 14px; flex-wrap: wrap; }
.bn-hero-dots { position: absolute; bottom: 30px; left: 50%; transform: translateX(-50%); display: flex; gap: 12px; z-index: 3; }
.bn-hero-dot { width: 28px; height: 2px; background: rgba(255,255,255,.32); cursor: pointer; transition: background .3s; border: none; padding: 0; }
.bn-hero-dot.active { background: var(--terracotta); }

/* ── ABOUT ── */
.bn-about-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 76px; align-items: start; }
.bn-about-img-wrap { position: relative; height: 520px; border-radius: 3px; overflow: hidden; }
.bn-about-img-wrap img { width: 100%; height: 100%; object-fit: cover; }
.bn-about-img-wrap::after { content: ''; position: absolute; bottom: -18px; right: -18px; width: 55%; height: 55%; border: 2px solid var(--terracotta); border-radius: 2px; z-index: -1; }
.bn-about-img-wrap .bn-img-tag { position: absolute; bottom: 16px; left: 16px; background: rgba(22,34,26,.85); color: var(--cream); padding: 8px 14px; font-size: .68rem; letter-spacing: .14em; text-transform: uppercase; font-weight: 500; backdrop-filter: blur(6px); }

/* ── HIGHLIGHTS ── */
.bn-highlights { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--lb); border-radius: 4px; overflow: hidden; background: var(--white); }
.bn-hl-cell { padding: 22px 28px; border-bottom: 1px solid var(--lb); border-right: 1px solid var(--lb); }
.bn-hl-cell:nth-child(even) { border-right: none; }
.bn-hl-cell:nth-last-child(-n+2) { border-bottom: none; }
.bn-hl-label { font-size: .68rem; letter-spacing: .16em; text-transform: uppercase; color: var(--terracotta); font-weight: 600; margin-bottom: 6px; }
.bn-hl-value { font-size: .92rem; color: var(--ink); font-weight: 500; line-height: 1.4; }

/* ── PRICE TABLE ── */
.bn-price-table { width: 100%; border-collapse: collapse; margin-top: 36px; border: 1px solid rgba(196,109,78,.22); border-radius: 4px; overflow: hidden; }
.bn-price-table th { background: var(--terracotta); color: var(--white); font-size: .7rem; letter-spacing: .15em; text-transform: uppercase; padding: 15px 18px; text-align: left; font-weight: 600; }
.bn-price-table td { padding: 15px 18px; border-bottom: 1px solid rgba(196,109,78,.15); font-size: .87rem; color: var(--charcoal); background: var(--white); }
.bn-price-table tr:last-child td { border-bottom: none; }
.bn-price-table tr:nth-child(even) td { background: var(--cream); }
.bn-price-table tr:hover td { background: rgba(196,109,78,.08); }
.bn-section--dark .bn-price-table td { color: rgba(245,241,232,.88); background: rgba(255,255,255,.04); border-bottom-color: rgba(196,109,78,.12); }
.bn-section--dark .bn-price-table tr:nth-child(even) td { background: rgba(255,255,255,.07); }
.bn-section--dark .bn-price-table tr:hover td { background: rgba(196,109,78,.12); }
.bn-price-btn { display: inline-flex; padding: 8px 14px; background: transparent; border: 1px solid var(--terracotta); color: var(--terracotta); font-size: .69rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; border-radius: 2px; transition: all .2s; font-family: var(--sans); }
.bn-price-btn:hover { background: var(--terracotta); color: var(--white); }
.bn-section--dark .bn-price-btn { color: var(--terracotta-light); border-color: var(--terracotta-light); }
.bn-section--dark .bn-price-btn:hover { background: var(--terracotta); color: var(--white); border-color: var(--terracotta); }

/* ── FLOOR PLANS ── */
.bn-fp-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; margin-top: 38px; }
.bn-fp-card { position: relative; overflow: hidden; border-radius: 4px; border: 1px solid var(--lb); aspect-ratio: 4/3; background: var(--cream); transition: transform .2s, box-shadow .2s; }
.bn-fp-card:hover { transform: translateY(-2px); box-shadow: 0 8px 28px rgba(0,0,0,.14); }
.bn-fp-card img { width: 100%; height: 100%; object-fit: cover; filter: blur(9px) brightness(.85); transition: filter .45s, transform .45s ease; display: block; }
.bn-fp-card.unlocked img { filter: none; }
.bn-fp-card.unlocked { cursor: zoom-in; }
.bn-fp-card.unlocked:hover img { transform: scale(1.04); }
.bn-fp-overlay { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; background: rgba(22,34,26,.62); transition: opacity .4s; padding: 16px; text-align: center; }
.bn-fp-card.unlocked .bn-fp-overlay { opacity: 0; pointer-events: none; }
.bn-fp-lock-icon { margin-bottom: 12px; color: var(--terracotta-light); }
.bn-fp-overlay p { font-size: .8rem; color: rgba(255,255,255,.9); margin-bottom: 16px; line-height: 1.55; padding: 0 8px; font-weight: 400; }
.bn-fp-label { position: absolute; bottom: 10px; left: 10px; background: rgba(22,34,26,.82); color: var(--terracotta-light); font-size: .66rem; letter-spacing: .1em; padding: 5px 10px; border-radius: 2px; text-transform: uppercase; font-weight: 500; }
.bn-fp-zoom { position: absolute; top: 10px; right: 10px; background: rgba(196,109,78,.95); color: var(--white); border: none; width: 38px; height: 38px; border-radius: 2px; cursor: pointer; align-items: center; justify-content: center; display: none; transition: background .2s, transform .2s; box-shadow: 0 2px 10px rgba(0,0,0,.22); font-size: 1.1rem; }
.bn-fp-zoom:hover { background: var(--terracotta-dark); transform: scale(1.08); }
.bn-fp-card.unlocked .bn-fp-zoom { display: flex; }

/* ── GALLERY ── */
.bn-gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 38px; }
.bn-gallery-item { aspect-ratio: 1; overflow: hidden; border-radius: 2px; cursor: pointer; position: relative; }
.bn-gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.bn-gallery-item:hover img { transform: scale(1.07); }
.bn-gallery-item::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(22,34,26,.5) 100%); opacity: 0; transition: opacity .3s; }
.bn-gallery-item:hover::after { opacity: 1; }

/* ── AMENITIES ── */
.bn-amen-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 38px; }
.bn-amen-card { background: var(--white); border: 1px solid var(--lb); border-radius: 4px; padding: 26px 22px; transition: transform .25s, box-shadow .25s, border-color .25s; }
.bn-amen-card:hover { transform: translateY(-3px); box-shadow: var(--sh); border-color: var(--terracotta); }
.bn-amen-icon { width: 44px; height: 44px; display: flex; align-items: center; justify-content: center; background: rgba(45,90,61,.08); border-radius: 50%; margin-bottom: 14px; color: var(--green); }
.bn-amen-card h4 { font-family: var(--serif); font-size: 1.1rem; color: var(--ink); font-weight: 500; margin-bottom: 6px; }
.bn-amen-card p { font-size: .82rem; line-height: 1.6; color: var(--mid); }

/* ── PROJECT CARDS ── */
.bn-cards-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; margin-top: 44px; }
.bn-card { background: var(--white); border-radius: 4px; overflow: hidden; border: 1px solid var(--lb); transition: box-shadow .3s, transform .2s; }
.bn-card:hover { box-shadow: var(--shl); transform: translateY(-4px); }
.bn-card-img { height: 220px; background-size: cover; background-position: center; position: relative; }
.bn-card-img::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 50%; background: linear-gradient(transparent, rgba(22,34,26,.6)); }
.bn-card-badge { position: absolute; top: 13px; left: 13px; z-index: 1; background: var(--terracotta); color: var(--white); font-size: .6rem; letter-spacing: .12em; text-transform: uppercase; padding: 4px 10px; border-radius: 2px; font-weight: 600; }
.bn-card-body { padding: 24px; }
.bn-card-loc { font-size: .66rem; letter-spacing: .16em; text-transform: uppercase; color: var(--terracotta); margin-bottom: 8px; }
.bn-card-title { font-family: var(--serif); font-size: 1.25rem; font-weight: 500; color: var(--ink); margin-bottom: 10px; line-height: 1.3; text-decoration: none; display: block; }
.bn-card-title:hover { color: var(--terracotta); }
.bn-card-desc { font-size: .82rem; line-height: 1.78; color: var(--mid); margin-bottom: 16px; }
.bn-card-cta { display: inline-flex; align-items: center; gap: 6px; font-size: .73rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--terracotta); text-decoration: none; background: none; border: none; cursor: pointer; font-family: var(--sans); }
.bn-card-cta:hover { gap: 10px; color: var(--terracotta-dark); }

/* ── FAQ ── */
.bn-faq-item { border-bottom: 1px solid var(--lb); overflow: hidden; }
.bn-faq-h3 { margin: 0; padding: 0; font-size: inherit; font-weight: inherit; font-family: inherit; }
.bn-faq-q { width: 100%; padding: 20px 0; display: flex; align-items: center; justify-content: space-between; font-family: var(--sans); font-size: .94rem; font-weight: 500; color: var(--ink); background: none; border: none; cursor: pointer; text-align: left; gap: 14px; }
.bn-faq-q:hover { color: var(--terracotta); }
.bn-faq-icon { width: 22px; height: 22px; flex-shrink: 0; border: 1.5px solid var(--terracotta); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: .9rem; color: var(--terracotta); transition: transform .3s; }
.bn-faq-item.open .bn-faq-icon { transform: rotate(45deg); background: var(--terracotta); color: var(--white); }
.bn-faq-a { max-height: 0; overflow: hidden; transition: max-height .4s ease, padding .3s; font-size: .88rem; line-height: 1.82; color: var(--mid); }
.bn-faq-item.open .bn-faq-a { max-height: 480px; padding-bottom: 20px; }

/* ── CONTACT FORM ── */
.bn-contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
.bn-contact-info h2 { font-family: var(--serif); font-size: clamp(1.7rem, 2.6vw, 2.4rem); color: var(--ink); font-weight: 400; margin-bottom: 22px; line-height: 1.2; }
.bn-contact-detail { display: flex; align-items: flex-start; gap: 14px; margin-bottom: 20px; }
.bn-contact-icon { color: var(--terracotta); flex-shrink: 0; margin-top: 2px; }
.bn-contact-text { font-size: .88rem; line-height: 1.66; color: var(--mid); }
.bn-contact-text strong { color: var(--ink); display: block; margin-bottom: 3px; font-weight: 600; }
.bn-contact-text a { color: var(--terracotta); text-decoration: none; font-weight: 500; }
.bn-disclaimer { font-size: .72rem; line-height: 1.7; color: var(--mid); border-top: 1px solid var(--lb); padding-top: 20px; margin-top: 26px; font-style: italic; }
.bn-form-box { background: var(--white); border-radius: 4px; padding: 38px; border: 1px solid var(--lb); box-shadow: var(--sh); }
.bn-form-box h4 { font-family: var(--serif); font-size: 1.45rem; color: var(--ink); font-weight: 500; margin-bottom: 6px; }
.bn-form-box .bn-form-sub { font-size: .82rem; color: var(--mid); margin-bottom: 22px; }
.bn-form-group { margin-bottom: 16px; }
.bn-form-group label { display: block; font-size: .7rem; letter-spacing: .14em; text-transform: uppercase; color: var(--terracotta); font-weight: 600; margin-bottom: 6px; }
.bn-form-group input, .bn-form-group select, .bn-form-group textarea { width: 100%; padding: 12px 15px; border: 1px solid var(--lb); border-radius: 2px; font-family: var(--sans); font-size: .88rem; color: var(--charcoal); background: var(--cream); outline: none; transition: border-color .2s; }
.bn-form-group input:focus, .bn-form-group select:focus, .bn-form-group textarea:focus { border-color: var(--terracotta); }
.bn-form-group textarea { resize: vertical; min-height: 88px; }
.bn-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.bn-form-consent { display: flex; align-items: flex-start; gap: 10px; cursor: pointer; font-size: .78rem; color: var(--mid); font-weight: 400; margin-bottom: 14px; }
.bn-form-consent input[type="checkbox"] { width: 15px; height: 15px; flex-shrink: 0; margin-top: 2px; accent-color: var(--terracotta); }
.bn-form-submit { width: 100%; padding: 14px; background: var(--terracotta); color: var(--white); font-family: var(--sans); font-size: .8rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; border: none; cursor: pointer; border-radius: 2px; transition: background .2s; }
.bn-form-submit:hover { background: var(--terracotta-dark); }
.bn-form-msg { margin-top: 12px; font-size: .82rem; }

/* ── DARK SECTION ── */
.bn-section--dark { background: var(--ink); }
.bn-section--dark .bn-stag { color: var(--terracotta-light); }
.bn-section--dark .bn-title { color: var(--white); }
.bn-section--dark .bn-body { color: rgba(245,241,232,.76); }
.bn-section--dark .bn-al { color: var(--terracotta-light); }

/* ── LOCATION ── */
.bn-loc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; margin-top: 38px; }
.bn-loc-list { list-style: none; }
.bn-loc-list li { display: flex; align-items: flex-start; gap: 14px; padding: 14px 0; border-bottom: 1px solid rgba(196,109,78,.18); }
.bn-loc-list li:last-child { border-bottom: none; }
.bn-loc-marker { flex-shrink: 0; width: 38px; height: 38px; background: rgba(196,109,78,.14); border: 1px solid rgba(196,109,78,.3); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--terracotta-light); font-size: .72rem; font-weight: 600; }
.bn-loc-text { flex: 1; }
.bn-loc-place { font-size: .9rem; color: var(--white); font-weight: 500; margin-bottom: 3px; }
.bn-loc-time { font-size: .76rem; color: rgba(245,241,232,.55); letter-spacing: .04em; }
.bn-map-wrap { aspect-ratio: 4/3; border-radius: 4px; overflow: hidden; border: 1px solid rgba(196,109,78,.22); position: relative; background: var(--charcoal); }

/* ── MODALS ── */
.bn-modal-overlay { position: fixed; inset: 0; z-index: 2000; background: rgba(22,34,26,.86); display: none; align-items: center; justify-content: center; padding: 22px; }
.bn-modal-overlay.open { display: flex; }
.bn-modal-box { background: var(--white); border-radius: 4px; padding: 42px 38px; max-width: 480px; width: 100%; position: relative; box-shadow: var(--shl); }
.bn-modal-box::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--terracotta); border-radius: 4px 4px 0 0; }
.bn-modal-box h3 { font-family: var(--serif); font-size: 1.55rem; color: var(--ink); font-weight: 500; margin-bottom: 7px; }
.bn-modal-sub { font-size: .82rem; color: var(--mid); margin-bottom: 26px; }
.bn-modal-close { position: absolute; top: 14px; right: 14px; background: none; border: none; cursor: pointer; font-size: 1.6rem; color: var(--mid); line-height: 1; }
.bn-modal-close:hover { color: var(--ink); }

/* ── LIGHTBOX ── */
.bn-lightbox { position: fixed; inset: 0; z-index: 2100; background: rgba(0,0,0,.92); display: none; align-items: center; justify-content: center; padding: 22px; }
.bn-lightbox.open { display: flex; }
.bn-lb-frame { position: relative; padding: 6px; background: linear-gradient(135deg, var(--terracotta) 0%, var(--terracotta-dark) 50%, var(--terracotta) 100%); border-radius: 4px; box-shadow: 0 10px 60px rgba(0,0,0,.6), 0 0 0 1px rgba(196,109,78,.4); max-width: 92vw; max-height: 88vh; display: flex; flex-direction: column; }
.bn-lightbox img { max-width: 88vw; max-height: 78vh; border-radius: 2px; display: block; background: #fff; }
.bn-lb-caption { background: rgba(22,34,26,.94); color: var(--terracotta-light); font-size: .82rem; letter-spacing: .08em; padding: 10px 16px; text-align: center; border-radius: 0 0 2px 2px; text-transform: uppercase; font-weight: 500; }
.bn-lb-close { position: absolute; top: 18px; right: 22px; background: rgba(255,255,255,.08); border: none; color: var(--white); font-size: 1.6rem; cursor: pointer; width: 42px; height: 42px; border-radius: 50%; display: flex; align-items: center; justify-content: center; transition: background .2s; z-index: 5; }
.bn-lb-close:hover { background: var(--terracotta); }
.bn-lb-nav { position: absolute; top: 50%; transform: translateY(-50%); background: rgba(255,255,255,.12); border: none; color: var(--white); width: 50px; height: 50px; border-radius: 50%; cursor: pointer; font-size: 1.5rem; display: flex; align-items: center; justify-content: center; transition: background .2s; z-index: 5; }
.bn-lb-nav:hover { background: var(--terracotta); }
.bn-lb-prev { left: 22px; }
.bn-lb-next { right: 22px; }

/* ── FOOTER ── */
.bn-footer { background: var(--ink); padding: 56px 32px 30px; border-top: 1px solid rgba(196,109,78,.18); }
.bn-footer-inner { max-width: 1200px; margin: 0 auto; }
.bn-footer-top { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 44px; margin-bottom: 40px; }
.bn-footer-brand h3 { font-family: var(--serif); font-size: 1.4rem; color: var(--white); font-weight: 500; margin-bottom: 14px; }
.bn-footer-brand h3 em { color: var(--terracotta-light); font-style: italic; font-weight: 400; }
.bn-footer-brand p { font-size: .82rem; line-height: 1.72; color: rgba(245,241,232,.48); }
.bn-footer-col h4 { font-size: .68rem; letter-spacing: .18em; text-transform: uppercase; color: var(--terracotta); margin-bottom: 16px; font-weight: 600; }
.bn-footer-col a { display: block; font-size: .82rem; color: rgba(245,241,232,.52); text-decoration: none; margin-bottom: 9px; transition: color .2s; }
.bn-footer-col a:hover { color: var(--terracotta-light); }
.bn-footer-legal { border-top: 1px solid rgba(196,109,78,.12); padding-top: 18px; margin-top: 4px; display: flex; flex-wrap: wrap; gap: 10px 22px; margin-bottom: 18px; }
.bn-footer-legal a { font-size: .74rem; color: rgba(245,241,232,.4); text-decoration: none; }
.bn-footer-legal a:hover { color: var(--terracotta-light); }
.bn-footer-bottom { border-top: 1px solid rgba(196,109,78,.1); padding-top: 22px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; }
.bn-footer-bottom p { font-size: .74rem; color: rgba(245,241,232,.32); line-height: 1.6; }

/* ── ANIMATIONS ── */
.bn-fade-up { opacity: 0; transform: translateY(30px); transition: opacity .8s ease, transform .8s ease; }
.bn-fade-up.visible { opacity: 1; transform: translateY(0); }

/* ── POPUP TIMER ── */
.bn-popup-overlay { position: fixed; inset: 0; z-index: 3000; background: rgba(22,34,26,.88); display: none; align-items: center; justify-content: center; padding: 22px; }
.bn-popup-overlay.open { display: flex; }
.bn-popup-box { background: var(--white); border-radius: 4px; padding: 48px 42px; max-width: 520px; width: 100%; position: relative; box-shadow: var(--shl); }
.bn-popup-box::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--terracotta); border-radius: 4px 4px 0 0; }
.bn-popup-box h3 { font-family: var(--serif); font-size: 1.8rem; color: var(--ink); font-weight: 500; margin-bottom: 8px; }
.bn-popup-box p { font-size: .88rem; color: var(--mid); margin-bottom: 26px; line-height: 1.6; }
.bn-popup-close { position: absolute; top: 14px; right: 14px; background: none; border: none; cursor: pointer; font-size: 1.6rem; color: var(--mid); }
.bn-popup-close:hover { color: var(--ink); }

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  .bn-cards-grid { grid-template-columns: 1fr; }
  .bn-footer-top { grid-template-columns: 1fr 1fr; }
  .bn-footer-brand { grid-column: span 2; }
  .bn-amen-grid { grid-template-columns: repeat(2, 1fr); }
  .bn-about-grid { grid-template-columns: 1fr; gap: 50px; }
  .bn-about-img-wrap { height: 420px; }
  .bn-loc-grid { grid-template-columns: 1fr; gap: 32px; }
}
@media (max-width: 860px) {
  .bn-nav, .bn-header-phone, .bn-nav-right { display: none; }
  .bn-ham { display: flex; }
  .bn-mob-nav { display: block; }
  .bn-mob-bar { display: flex; }
  .bn-mob-wa { display: flex; }
  .bn-sticky-tag { display: none; }
  body { padding-bottom: 65px; }
  .bn-hero-content { padding: 0 24px; }
  .bn-fp-grid { grid-template-columns: 1fr; }
  .bn-gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .bn-contact-grid { grid-template-columns: 1fr; gap: 36px; }
  .bn-highlights { grid-template-columns: 1fr; }
  .bn-hl-cell { border-right: none !important; }
  .bn-footer-top { grid-template-columns: 1fr; }
  .bn-footer-brand { grid-column: span 1; }
  .bn-section { padding: 60px 18px; }
  .bn-form-box { padding: 26px 22px; }
  .bn-form-row { grid-template-columns: 1fr; }
  .bn-modal-box { padding: 30px 22px; }
  .bn-amen-grid { grid-template-columns: 1fr; }
  .bn-price-table { font-size: .78rem; }
  .bn-price-table th, .bn-price-table td { padding: 11px 12px; }
}

/* ── WordPress-specific additions ── */

/* Contact page two-column blocks */
.bn-contact-info { display: flex; flex-direction: column; gap: 26px; margin-top: 30px; }
.bn-ci-block { padding-bottom: 22px; border-bottom: 1px solid var(--lb); }
.bn-ci-block:last-child { border-bottom: none; padding-bottom: 0; }
.bn-ci-label { font-size: .72rem; text-transform: uppercase; letter-spacing: .14em; color: var(--mid); font-weight: 500; margin-bottom: 8px; }
.bn-ci-val { display: block; font-family: var(--serif); font-size: 1.15rem; color: var(--ink); font-weight: 400; text-decoration: none; line-height: 1.5; }
a.bn-ci-val:hover { color: var(--green); }

.bn-contact-form-wrap { background: var(--cream); padding: 38px 32px; border-radius: 8px; box-shadow: var(--sh); }
.bn-cf-title { font-family: var(--serif); font-size: 1.5rem; color: var(--ink); font-weight: 400; margin-bottom: 8px; }
.bn-cf-sub { font-size: .85rem; color: var(--mid); margin-bottom: 24px; }

/* Default page template (legal pages) — typography for the_content output */
.bn-page-content h2 {
  font-family: var(--serif);
  font-size: clamp(1.3rem, 2.2vw, 1.7rem);
  color: var(--ink);
  font-weight: 500;
  margin: 36px 0 14px;
  line-height: 1.3;
}
.bn-page-content h3 {
  font-family: var(--serif);
  font-size: clamp(1.1rem, 1.8vw, 1.3rem);
  color: var(--green-dark);
  font-weight: 500;
  margin: 28px 0 12px;
}
.bn-page-content p {
  font-size: .96rem;
  line-height: 1.75;
  color: var(--charcoal);
  margin-bottom: 16px;
}
.bn-page-content ul, .bn-page-content ol {
  margin: 0 0 18px 24px;
  font-size: .96rem;
  line-height: 1.7;
  color: var(--charcoal);
}
.bn-page-content li { margin-bottom: 6px; }
.bn-page-content a { color: var(--green); border-bottom: 1px solid currentColor; text-decoration: none; }
.bn-page-content a:hover { color: var(--terracotta); }
.bn-page-content strong { color: var(--ink); font-weight: 600; }

@media (max-width: 860px) {
  .bn-contact-form-wrap { padding: 28px 22px; }
}

/* ═══════ NEW ELEMENTS (v2 — elegant refresh) ═══════ */

/* About section: subtitle line under H2 */
.bn-about-sub { font-family: var(--sans); font-size: .85rem; color: var(--mid); letter-spacing: .04em; margin: -16px 0 4px; font-style: italic; }

/* About image — taller, more elegant proportion */
.bn-about-img--tall { aspect-ratio: 4 / 5; }
@media (max-width: 860px) {
  .bn-about-img--tall { aspect-ratio: 4 / 3; }
}

/* Elegant Floor-Plan Unlock button */
.bn-fp-unlock {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 13px 26px;
  background: linear-gradient(135deg, var(--terracotta) 0%, var(--terracotta-dark) 100%);
  color: var(--white);
  font-family: var(--sans);
  font-size: .75rem;
  font-weight: 500;
  letter-spacing: .14em;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  border-radius: 30px;
  transition: all .3s ease;
  box-shadow: 0 6px 20px rgba(176,129,82,.4);
}
.bn-fp-unlock:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(176,129,82,.5);
  background: linear-gradient(135deg, var(--terracotta-dark) 0%, var(--terracotta) 100%);
}
.bn-fp-unlock svg { transition: transform .3s; }
.bn-fp-unlock:hover svg { transform: rotate(-12deg); }

/* Video section */
.bn-video-wrap { margin-top: 36px; }
.bn-video-frame {
  position: relative;
  aspect-ratio: 16 / 9;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  background: var(--ink);
  box-shadow: var(--shl);
}
.bn-video-frame img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .5s ease; }
.bn-video-frame:hover img { transform: scale(1.03); }
.bn-video-play {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 80px; height: 80px;
  border-radius: 50%;
  background: rgba(255,255,255,.95);
  border: none;
  color: var(--terracotta);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 6px;
  transition: all .3s;
  box-shadow: 0 10px 30px rgba(0,0,0,.3);
}
.bn-video-play:hover { transform: translate(-50%,-50%) scale(1.08); background: var(--white); }
.bn-video-frame--placeholder { cursor: default; }
.bn-video-frame--placeholder .bn-video-overlay {
  position: absolute; inset: 0;
  background: rgba(0,0,0,.55);
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  gap: 18px; padding: 24px; text-align: center;
}
.bn-video-frame--placeholder .bn-video-overlay p {
  color: rgba(255,255,255,.92);
  font-size: .82rem;
  max-width: 380px;
  line-height: 1.6;
}

/* Custom checkbox for consent */
.bn-form-consent { display: flex; align-items: flex-start; gap: 10px; font-size: .78rem; color: var(--mid); margin: 14px 0 18px; line-height: 1.5; cursor: pointer; }
.bn-form-consent input[type="checkbox"] { margin-top: 3px; accent-color: var(--terracotta); flex-shrink: 0; }
.bn-form-consent a { color: var(--terracotta); text-decoration: underline; }

/* Footer layout fix — proper spacing, no overlap */
.bn-footer { background: var(--ink); color: rgba(255,255,255,.78); padding: 70px 32px 28px; }
.bn-footer-inner { max-width: 1200px; margin: 0 auto; }
.bn-footer-top { display: grid; grid-template-columns: 1.8fr 1fr 1fr 1.2fr; gap: 48px; padding-bottom: 50px; border-bottom: 1px solid rgba(255,255,255,.08); margin-bottom: 30px; }
.bn-footer-brand { color: rgba(255,255,255,.85); }
.bn-fb-tagline { font-size: .68rem; letter-spacing: .22em; text-transform: uppercase; color: var(--terracotta-light); margin-bottom: 12px; }
.bn-footer-brand h3 { font-family: var(--serif); font-size: 1.7rem; font-weight: 400; margin-bottom: 14px; color: var(--white); }
.bn-footer-brand h3 span { color: var(--terracotta-light); font-style: italic; }
.bn-footer-brand p { font-size: .82rem; line-height: 1.75; color: rgba(255,255,255,.65); margin-bottom: 14px; }
.bn-footer-rera { font-size: .72rem; color: rgba(255,255,255,.5); }
.bn-footer-col h4 { font-family: var(--sans); font-size: .72rem; letter-spacing: .18em; text-transform: uppercase; color: var(--terracotta-light); margin-bottom: 16px; font-weight: 600; }
.bn-footer-col a { display: block; font-size: .82rem; color: rgba(255,255,255,.7); text-decoration: none; padding: 6px 0; transition: color .2s; }
.bn-footer-col a:hover { color: var(--terracotta-light); }
.bn-footer-disclaimer { font-size: .72rem; color: rgba(255,255,255,.5); line-height: 1.7; padding: 24px 0; border-top: 1px solid rgba(255,255,255,.08); border-bottom: 1px solid rgba(255,255,255,.08); margin-bottom: 24px; }
.bn-footer-disclaimer strong { color: rgba(255,255,255,.75); }
.bn-footer-legal { display: flex; gap: 22px; flex-wrap: wrap; margin-bottom: 18px; }
.bn-footer-legal a { font-size: .76rem; color: rgba(255,255,255,.6); text-decoration: none; }
.bn-footer-legal a:hover { color: var(--terracotta-light); }
.bn-footer-bottom { font-size: .74rem; color: rgba(255,255,255,.45); padding-top: 18px; border-top: 1px solid rgba(255,255,255,.08); }
.bn-footer-bottom p { margin: 0; line-height: 1.6; }

@media (max-width: 860px) {
  .bn-footer { padding: 50px 22px 24px; }
  .bn-footer-top { grid-template-columns: 1fr; gap: 30px; padding-bottom: 36px; }
  .bn-footer-disclaimer { font-size: .70rem; }
}

/* Header Enquire Now button — solid terracotta */
.bn-header-phone { display: inline-flex; align-items: center; gap: 7px; font-size: .82rem; color: var(--ink); text-decoration: none; font-weight: 500; padding: 8px 0; transition: color .2s; }
.bn-header-phone svg { width: 14px; height: 14px; color: var(--terracotta); }
.bn-header-phone:hover { color: var(--terracotta); }

/* ═══════ OUTBOUND SEO LINKS ═══════ */
/* Used on dark sections (Price, Location) where var(--green) wouldn't be visible */
.bn-al-out { color: var(--terracotta-light); text-decoration: underline; text-underline-offset: 3px; text-decoration-color: rgba(212,168,124,.5); transition: all .2s; font-weight: 500; }
.bn-al-out:hover { color: var(--white); text-decoration-color: var(--white); }
