﻿:root {
  --bg: #f6f1e8;
  --bg-alt: #ece3d5;
  --ink: #10202d;
  --muted: #5f6c77;
  --accent: #b57c38;
  --accent-dark: #8d5c22;
  --border: rgba(16, 32, 45, 0.12);
  --shadow: 0 24px 70px rgba(16, 32, 45, 0.12);
  --radius: 24px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: 'Manrope', sans-serif; color: var(--ink); background: radial-gradient(circle at top left, #fff7ec 0, var(--bg) 45%, #efe6d9 100%); }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }
.site-header { position: sticky; top: 0; z-index: 10; backdrop-filter: blur(18px); background: rgba(246,241,232,.82); border-bottom: 1px solid rgba(16,32,45,.06); }
.site-header-overlay { background: rgba(12,19,29,.3); border-bottom-color: rgba(255,255,255,.08); }
.nav-shell { display: flex; justify-content: space-between; align-items: center; padding: 18px 0; }
.brand-mark { font-family: 'Cormorant Garamond', serif; font-size: 2rem; font-weight: 700; letter-spacing: .03em; }
.logo-section { display: flex; align-items: center; gap: 12px; }
.logo-icon { width: 48px; height: 48px; color: var(--accent); flex-shrink: 0; }
.logo-img { height: 48px; width: auto; object-fit: contain; flex-shrink: 0; }
.rera-number { font-size: 0.65rem; color: rgba(20, 33, 43, 0.6); margin: 4px 0 0 0; font-weight: 600; letter-spacing: 0.5px; }
.main-nav { display: flex; gap: 22px; font-weight: 600; }
.project-brand-header { padding: 24px 0; }
.project-brand-shell { display: flex; align-items: center; gap: 32px; flex-wrap: wrap; }
.project-brand-column { display: flex; align-items: center; gap: 12px; }
.project-brand-column img,
.project-builder-logo { height: 64px; width: auto; max-width: 180px; object-fit: contain; }
.project-builder-logo-fallback { width: 64px; height: 64px; border-radius: 18px; display: grid; place-items: center; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.16); color: white; font-size: 1.5rem; font-weight: 800; }
.logo-info { display: flex; flex-direction: column; gap: 4px; }
.logo-info-text { font-size: 0.7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: rgba(255,255,255,.8); margin: 0; }
.logo-info-rera { font-size: 0.7rem; font-weight: 600; color: rgba(255,255,255,.7); margin: 0; }
.project-brand-meta { display: flex; flex-direction: column; gap: 8px; color: rgba(255,255,255,.8); font-size: 0.9rem; }
.project-brand-title { color: white; margin: 0; font-size: 1.8rem; }
.hero-home, .project-hero { min-height: 88vh; display: grid; align-items: center; }
.hero-home-grid, .hero-project-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 32px; align-items: center; padding: 72px 0; }
.hero-home h1, .project-hero h1, .section-heading h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(2.6rem, 5vw, 5.2rem); line-height: .95; margin: 0 0 18px; }
.hero-copy, .rich-copy, .project-meta, .advantage-list, .amenity-card p, .icon-card p { font-size: 1rem; line-height: 1.8; color: var(--muted); }
.eyebrow { text-transform: uppercase; letter-spacing: .24em; font-size: .76rem; font-weight: 800; color: var(--accent-dark); margin-bottom: 12px; }
.hero-card, .lead-card, .detail-panel, .map-card, .project-card, .builder-card, .amenity-card, .icon-card, .gallery-card, .faq-item { background: rgba(255,255,255,.72); border: 1px solid rgba(255,255,255,.55); box-shadow: var(--shadow); border-radius: var(--radius); }
.hero-card, .lead-card, .detail-panel, .map-card { padding: 28px; }
.stat-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.stat-grid article { padding: 22px; background: rgba(16,32,45,.04); border-radius: 20px; }
.stat-grid strong { display: block; font-size: 2rem; margin-bottom: 8px; }
.btn { display: inline-flex; align-items: center; justify-content: center; padding: 14px 22px; border-radius: 999px; font-weight: 700; transition: transform .25s ease; border: 0; cursor: pointer; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: linear-gradient(135deg, var(--accent), #d79f58); color: white; }
.btn-secondary { background: rgba(255,255,255,.12); color: white; border: 1px solid rgba(255,255,255,.18); }
.btn-inline { padding: 10px 16px; background: rgba(181,124,56,.12); color: var(--accent-dark); }
.btn-block { width: 100%; }
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; margin-top: 26px; }
.section { padding: 88px 0; }
.section-alt { background: linear-gradient(180deg, rgba(255,255,255,.36), rgba(236,227,213,.68)); }
.section-heading { text-align: center; max-width: 780px; margin: 0 auto 40px; }
.section-heading.left { margin-left: 0; text-align: left; }
.project-grid, .builder-grid, .amenity-grid, .icon-grid, .gallery-grid { display: grid; gap: 22px; }
.project-grid { grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); }
.builder-grid { grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }
.amenity-grid, .icon-grid { grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); }
.gallery-grid { grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); }
.project-card, .builder-card, .amenity-card, .icon-card, .gallery-card { padding: 24px; }
.project-card h3, .builder-card h3 { margin-top: 16px; margin-bottom: 10px; font-size: 1.35rem; }
.project-card a[style*="display: block"] h3, .project-card a[style*="display: block"] h3:hover { color: inherit; transition: color 0.3s ease; }
.project-card a[style*="display: block"]:hover h3 { color: var(--accent); }
.badge { display: inline-flex; padding: 8px 14px; border-radius: 999px; font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.badge-launch { background: rgba(13,148,136,.14); color: #0f766e; }
.badge-soon { background: rgba(217,119,6,.16); color: #b45309; }
.badge-ready { background: rgba(3,105,161,.14); color: #0369a1; }
.text-link { font-weight: 700; color: var(--accent-dark); }
.project-hero { color: white; background-size: cover; background-position: center; }
.project-hero .eyebrow, .project-hero .project-meta, .project-hero .hero-points { color: rgba(255,255,255,.86); }
.breadcrumb { display: flex; gap: 8px; flex-wrap: wrap; font-size: .88rem; margin-bottom: 16px; color: rgba(255,255,255,.74); }
.hero-points, .advantage-list, .detail-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.hero-points li, .advantage-list li, .detail-list li { padding-left: 18px; position: relative; }
.hero-points li::before, .advantage-list li::before, .detail-list li::before { content: ''; position: absolute; left: 0; top: 11px; width: 7px; height: 7px; border-radius: 50%; background: var(--accent); }
.lead-form { display: grid; gap: 14px; }
.lead-form label span { display: block; font-size: .86rem; font-weight: 700; margin-bottom: 8px; }
.lead-form input, .lead-form select, .lead-form textarea { width: 100%; padding: 14px 16px; border-radius: 16px; border: 1px solid var(--border); background: rgba(255,255,255,.92); font: inherit; }
.lead-card { color: var(--ink); }
.content-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 28px; align-items: start; }
.detail-list li { display: flex; justify-content: space-between; gap: 14px; padding: 0 0 16px 18px; border-bottom: 1px solid rgba(16,32,45,.08); }
.detail-list strong { min-width: 120px; }
.map-card iframe { width: 100%; min-height: 380px; border: 0; border-radius: 20px; }
.floor-configs { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 28px; }
.floor-configs span { padding: 10px 16px; border-radius: 999px; background: rgba(16,32,45,.06); font-weight: 700; }
.pricing-table-wrap { overflow-x: auto; }
.pricing-table { width: 100%; border-collapse: collapse; background: rgba(255,255,255,.72); border-radius: 24px; overflow: hidden; box-shadow: var(--shadow); }
.pricing-table th, .pricing-table td { padding: 18px; text-align: left; border-bottom: 1px solid rgba(16,32,45,.08); }
.faq-list { display: grid; gap: 18px; }
.faq-item { padding: 24px; }
.faq-item summary { cursor: pointer; font-size: 1.05rem; font-weight: 700; }
.faq-item p { color: var(--muted); line-height: 1.7; margin-top: 16px; }
.sticky-cta-bar { position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 20; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 14px 18px; background: rgba(12,19,29,.92); color: white; border-radius: 20px; box-shadow: 0 20px 60px rgba(0,0,0,.22); }
.sticky-cta-bar span { color: rgba(255,255,255,.7); display: block; font-size: .88rem; }
.whatsapp-float { position: fixed; right: 16px; bottom: 92px; z-index: 19; padding: 14px 18px; border-radius: 999px; background: #22c55e; color: white; font-weight: 800; box-shadow: var(--shadow); }
.modal { position: fixed; inset: 0; display: none; z-index: 30; }
.modal.is-open { display: block; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(12,19,29,.5); }
.modal-panel { position: relative; width: min(560px, calc(100% - 24px)); margin: 8vh auto; background: white; padding: 28px; border-radius: 24px; z-index: 1; }
.modal-close { position: absolute; top: 12px; right: 14px; background: transparent; border: 0; font-size: 2rem; cursor: pointer; }
.lightbox-modal { position: fixed; inset: 0; display: flex; align-items: center; justify-content: center; z-index: 50; }
.lightbox-backdrop { position: absolute; inset: 0; background: rgba(0, 0, 0, .85); }
.lightbox-container { position: relative; max-width: 90vw; max-height: 90vh; display: flex; align-items: center; justify-content: center; z-index: 1; }
.lightbox-image { max-width: 100%; max-height: 90vh; object-fit: contain; border-radius: 12px; }
.lightbox-close { position: absolute; top: -40px; right: 0; background: transparent; border: 0; font-size: 2.5rem; color: white; cursor: pointer; z-index: 1; }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in-view { opacity: 1; transform: translateY(0); }
.form-status { min-height: 20px; font-size: .9rem; }
.muted { color: var(--muted); }
.not-found { min-height: 100vh; display: grid; place-items: center; text-align: center; }
@media (max-width: 920px) {
  .hero-home-grid, .hero-project-grid, .content-grid { grid-template-columns: 1fr; }
  .main-nav { display: none; }
}
@media (max-width: 680px) {
  .section { padding: 68px 0; }
  .project-hero h1, .hero-home h1, .section-heading h2 { font-size: 2.8rem; }
  .sticky-cta-bar { flex-direction: column; align-items: stretch; }
}

.hero-copy, .rich-copy, .project-meta, .advantage-list, .amenity-card p, .icon-card p, .section-copy { font-size: 1rem; line-height: 1.8; color: var(--muted); }
.btn-outline { background: transparent; border: 1px solid rgba(16,32,45,.18); color: var(--ink); }
.btn-accent { background: #0f766e; color: white; }
.hero-home-redesign { background: radial-gradient(circle at 12% 18%, rgba(255,255,255,.95) 0, rgba(255,255,255,.18) 34%, transparent 52%), linear-gradient(135deg, #f3ecde 0%, #e8dcc8 38%, #e1e8e4 100%); }
.hero-home-shell { display: grid; grid-template-columns: 1.08fr .92fr; gap: 28px; align-items: stretch; padding: 86px 0 74px; }
.hero-copy-panel, .hero-showcase, .featured-project-card, .value-card, .location-card, .step-card, .builder-logo-card, .nri-panel, .cta-band-shell { position: relative; overflow: hidden; background: rgba(255,255,255,.76); border: 1px solid rgba(255,255,255,.58); box-shadow: var(--shadow); border-radius: 28px; }
.hero-copy-panel { padding: 42px; }
.hero-showcase { padding: 26px; background: linear-gradient(180deg, rgba(16,32,45,.96), rgba(16,32,45,.82)); color: white; }
.hero-showcase::after { content: ''; position: absolute; inset: auto -14% -28% auto; width: 220px; height: 220px; border-radius: 50%; background: radial-gradient(circle, rgba(181,124,56,.42), transparent 68%); }
.hero-copy-panel h1 { max-width: 10ch; }
.trust-line { display: grid; gap: 10px; margin-top: 28px; color: var(--ink); font-weight: 600; }
.trust-line span::before { content: '✓'; margin-right: 10px; color: #0f766e; }
.hero-metric-card { padding: 10px 4px 22px; }
.hero-metrics { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.hero-metrics article, .hero-spotlight-card { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.09); border-radius: 22px; padding: 20px; }
.hero-metrics strong { display: block; font-size: 1.6rem; margin-bottom: 8px; }
.hero-spotlight-grid { display: grid; gap: 14px; }
.hero-spotlight-card h3, .featured-project-content h3, .value-card h3, .location-card h3, .step-card h3, .builder-logo-card h3 { margin: 8px 0 10px; font-size: 1.3rem; }
.hero-spotlight-card p, .featured-project-content p, .value-card p, .location-card p, .step-card p, .builder-logo-card p, .footer-copy { color: var(--muted); line-height: 1.7; }
.hero-showcase .hero-spotlight-card p, .hero-showcase .eyebrow, .hero-showcase .text-link, .hero-showcase .hero-metrics span { color: rgba(255,255,255,.82); }
.filter-row, .trust-pill-row, .nri-list { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.filter-row { margin-bottom: 28px; }
.filter-row span, .trust-pill-row span, .nri-list span { padding: 12px 16px; border-radius: 999px; background: rgba(16,32,45,.06); font-weight: 700; }
.featured-project-grid, .value-grid, .location-grid, .steps-grid, .builder-logo-grid { display: grid; gap: 22px; }
.comparison-benefits { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 22px; margin-top: 30px; }
.featured-project-grid { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.featured-project-card { display: grid; }
.featured-project-card a[style*="display: block"] { cursor: pointer; text-decoration: none; }
.featured-project-card a[style*="display: block"]:hover .featured-project-media { transform: scale(1.02); }
.featured-project-media { min-height: 240px; display: flex; align-items: flex-start; justify-content: flex-start; padding: 20px; background-size: cover; background-position: center; transition: transform 0.3s ease; }
.featured-project-content { padding: 24px; }
.project-kicker { text-transform: uppercase; letter-spacing: .16em; font-size: .74rem; font-weight: 800; color: var(--accent-dark); }
.featured-project-meta { display: flex; flex-wrap: wrap; gap: 10px; margin: 18px 0; }
.featured-project-meta span { padding: 8px 12px; border-radius: 999px; background: rgba(16,32,45,.06); font-size: .86rem; font-weight: 700; }
.builder-logo-grid { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); margin-top: 30px; }
.builder-logo-card { padding: 28px 24px; text-align: center; }
.builder-logo-card img { height: 58px; width: auto; margin: 0 auto 18px; object-fit: contain; }
.builder-logo-fallback { width: 64px; height: 64px; margin: 0 auto 18px; border-radius: 20px; display: grid; place-items: center; background: linear-gradient(135deg, #10202d, #36556c); color: white; font-size: 1.5rem; font-weight: 800; }
.value-grid { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.value-card, .location-card, .step-card, .comparison-benefit-card { padding: 26px; }
.comparison-table-wrap { overflow: hidden; background: linear-gradient(180deg, rgba(255,255,255,.95), rgba(248,245,239,.92)); border: 1px solid rgba(255,255,255,.58); border-radius: 32px; box-shadow: 0 30px 80px rgba(16,32,45,.12); }
.comparison-table-topbar { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; padding: 18px 18px 0; }
.comparison-side-label { border-radius: 18px; padding: 14px 18px; font-size: .82rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; text-align: center; }
.comparison-side-label-muted { background: rgba(16,32,45,.08); color: var(--ink); }
.comparison-side-label-accent { background: linear-gradient(135deg, #0f766e, #159a90); color: white; }
.comparison-table { width: 100%; border-collapse: separate; border-spacing: 0; min-width: 820px; padding: 18px; }
.comparison-table thead th { padding: 20px 22px; text-align: left; font-size: .84rem; letter-spacing: .06em; text-transform: uppercase; }
.comparison-table thead th:first-child { color: var(--muted); }
.comparison-table thead th:nth-child(2) { color: var(--ink); }
.comparison-table thead th:nth-child(3) { color: #0f766e; }
.comparison-table tbody td { padding: 18px 22px; text-align: left; vertical-align: top; border-top: 1px solid rgba(16,32,45,.08); background: rgba(255,255,255,.58); }
.comparison-table tbody tr td:first-child { border-left: 0; }
.comparison-table tbody tr:first-child td { border-top: 0; }
.comparison-table tbody tr td:first-child { width: 23%; background: rgba(255,255,255,.82); }
.comparison-table tbody tr td:nth-child(2) { width: 31%; }
.comparison-table tbody tr td:nth-child(3) { width: 31%; background: rgba(15,118,110,.08); }
.comparison-feature { display: inline-block; font-weight: 800; color: var(--ink); line-height: 1.45; }
.comparison-copy { display: inline-block; line-height: 1.7; }
.comparison-copy-muted { color: var(--muted); }
.comparison-copy-accent { color: #0f766e; font-weight: 700; }
.comparison-benefit-card { background: linear-gradient(180deg, rgba(255,255,255,.88), rgba(245,241,233,.78)); border: 1px solid rgba(255,255,255,.58); box-shadow: var(--shadow); border-radius: 28px; }
.comparison-benefit-card h3 { margin: 0 0 12px; }
.comparison-benefit-card p { margin: 0; color: var(--muted); line-height: 1.7; }
.gallery-disclaimer { margin: 10px auto 0; max-width: 520px; font-size: 0.82rem; line-height: 1.6; color: var(--muted); }
.comparison-guide-hero { padding: 92px 0 54px; background: linear-gradient(135deg, rgba(243,236,222,.9), rgba(226,234,230,.92)); }
.comparison-guide-hero-shell { display: grid; grid-template-columns: 1.05fr .95fr; gap: 26px; align-items: stretch; }
.comparison-guide-copy, .comparison-guide-panel { background: rgba(255,255,255,.8); border: 1px solid rgba(255,255,255,.58); box-shadow: var(--shadow); border-radius: 32px; }
.comparison-guide-copy { padding: 40px; }
.comparison-guide-panel { padding: 28px; display: grid; gap: 16px; }
.comparison-guide-stat { padding: 20px; border-radius: 22px; background: rgba(16,32,45,.05); }
.comparison-guide-stat strong { display: block; margin-bottom: 8px; font-size: 1.05rem; }
.comparison-guide-stat span { color: var(--muted); line-height: 1.7; }
.comparison-guide-table-wrap { margin-top: 12px; }
.location-grid { grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); }
.location-card { background: linear-gradient(180deg, rgba(255,255,255,.88), rgba(241,236,227,.85)); }
.steps-grid { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.step-card span { display: inline-flex; padding: 8px 12px; border-radius: 999px; background: rgba(181,124,56,.14); color: var(--accent-dark); font-size: .82rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.nri-panel { display: grid; grid-template-columns: .9fr 1.1fr; gap: 20px; padding: 36px; }
.cta-band { padding-top: 20px; }
.cta-band-shell { display: flex; justify-content: space-between; gap: 20px; align-items: center; padding: 34px; background: linear-gradient(135deg, #10202d, #213848); color: white; }
.cta-band-shell p { color: rgba(255,255,255,.8); }
.cta-band-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.cta-band-shell .btn-outline { color: white; border-color: rgba(255,255,255,.28); }
.site-footer { background: #10202d; color: white; padding: 46px 0; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr 1fr .8fr; gap: 20px; align-items: start; }
.footer-links { display: grid; gap: 10px; }
.footer-projects { display: grid; gap: 10px; }
.footer-projects h4 { margin: 0 0 12px; font-size: 1rem; }
.footer-projects a { color: rgba(255,255,255,.78); font-size: 0.9rem; line-height: 1.6; }
.footer-projects a:hover { color: white; text-decoration: underline; }
.footer-contact p { margin: 0 0 10px; color: rgba(255,255,255,.78); }
.faq-list-editor { display: grid; gap: 18px; }
.faq-form-actions { margin: 18px 0 24px; }
@media (max-width: 920px) {
  .hero-home-shell, .nri-panel, .footer-grid, .comparison-guide-hero-shell { grid-template-columns: 1fr; }
  .cta-band-shell { flex-direction: column; align-items: flex-start; }
  .comparison-table-topbar { grid-template-columns: 1fr; }
}
@media (max-width: 680px) {
  .hero-copy-panel, .hero-showcase, .cta-band-shell, .nri-panel { padding: 24px; }
  .comparison-table-wrap { overflow-x: auto; }
  .comparison-table-topbar { padding: 16px 16px 0; }
  .comparison-table { min-width: 760px; }
}

/* Builder Page */
.builder-hero { padding: 60px 0; background: linear-gradient(135deg, rgba(255,255,255,.18) 0%, rgba(241,236,227,.45) 100%); }
.builder-hero-shell { display: grid; align-items: center; gap: 24px; }
.builder-hero-content { text-align: center; }
.builder-logo-large { height: 120px; width: auto; object-fit: contain; margin: 0 auto 24px; }
.builder-meta { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; font-weight: 700; color: var(--muted); margin: 14px 0; font-size: 0.95rem; }
.builder-meta span { padding: 0 12px; position: relative; }
.builder-meta span:not(:last-child)::after { content: ''; position: absolute; right: -8px; width: 6px; height: 6px; background: var(--accent); border-radius: 50%; top: 50%; transform: translateY(-50%); }
.builder-description { max-width: 680px; margin: 18px auto 0; font-size: 1rem; line-height: 1.8; color: var(--muted); }
.project-card-image { width: 100%; height: 200px; object-fit: cover; border-radius: 24px 24px 0 0; }
.project-card a[style*="display: block"] { cursor: pointer; transition: transform 0.3s ease; }
.project-card a[style*="display: block"]:hover img { transform: scale(1.03); }
.project-card-price { color: var(--accent); font-weight: 700; font-size: 1rem; margin: 8px 0; }
.builder-hero h1 { margin: 0 0 14px; }

/* Sticky Builder Bubbles */
.sticky-builder-bubbles { position: fixed; bottom: 0; left: 0; right: 0; z-index: 15; background: rgba(255, 255, 255, 0.88); border-top: 1px solid rgba(16, 32, 45, 0.12); padding: 12px 0; box-shadow: 0 -4px 16px rgba(16, 32, 45, 0.08); }
.sticky-builder-bubbles .bubble-close-btn { position: absolute; top: 8px; right: 16px; background: none; border: 0; color: var(--ink); font-size: 1.8rem; cursor: pointer; width: 32px; height: 32px; display: flex; align-items: center; justify-content: center; transition: color 0.2s ease; }
.sticky-builder-bubbles .bubble-close-btn:hover { color: var(--accent-dark); }
.bubble-scroll-container { display: flex; gap: 12px; padding: 0 16px; overflow-x: auto; scroll-behavior: smooth; }
.bubble-scroll-container::-webkit-scrollbar { height: 4px; }
.bubble-scroll-container::-webkit-scrollbar-track { background: rgba(16, 32, 45, 0.05); }
.bubble-scroll-container::-webkit-scrollbar-thumb { background: rgba(16, 32, 45, 0.2); border-radius: 2px; }
.builder-bubble { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 0; padding: 12px 16px; border-radius: 12px; background: white; border: 2px solid var(--accent); text-decoration: none; color: var(--ink); flex-shrink: 0; transition: all 0.3s ease; min-width: fit-content; box-shadow: 0 2px 12px rgba(16, 32, 45, 0.08); }
.builder-bubble:hover { background: rgba(181, 124, 56, 0.05); border-color: var(--accent-dark); transform: translateY(-2px); box-shadow: 0 4px 16px rgba(16, 32, 45, 0.12); }
.bubble-logo { display: none; }
.bubble-initial { display: none; }
.bubble-name { font-size: 0.8rem; font-weight: 700; text-align: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 100px; }
@media (max-width: 680px) {
  .sticky-builder-bubbles { padding: 8px 0; }
  .bubble-scroll-container { padding: 0 12px; gap: 10px; }
  .builder-bubble { padding: 10px 14px; }
  .bubble-logo { display: none; }
  .bubble-initial { display: none; }
}

/* Projects Listing Page */
.projects-hero { padding: 60px 0; background: linear-gradient(135deg, rgba(255,255,255,.18) 0%, rgba(241,236,227,.45) 100%); }
.projects-hero-shell { display: grid; align-items: center; }
.projects-hero-shell h1 { margin: 0 0 12px; }
.projects-hero-shell p { color: var(--muted); font-size: 1.1rem; margin: 0; }
.projects-filter-section { background: rgba(255,255,255,.72); border: 1px solid rgba(255,255,255,.55); box-shadow: var(--shadow); border-radius: 24px; padding: 32px; margin-bottom: 40px; }
.filter-title { margin: 0 0 24px; font-size: 1.3rem; }
.projects-filter-form { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; align-items: flex-end; }
.filter-group { display: flex; flex-direction: column; }
.filter-group label { font-weight: 700; margin-bottom: 8px; font-size: .9rem; }
.filter-group select { padding: 12px 16px; border-radius: 12px; border: 1px solid var(--border); background: white; font: inherit; font-weight: 600; cursor: pointer; }
.filter-group select:hover { border-color: var(--accent); }
.filter-group select:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px rgba(181,124,56,.1); }
.projects-results { margin-bottom: 40px; }
.results-count { color: var(--muted); font-weight: 700; margin-bottom: 24px; }
.no-projects { text-align: center; padding: 60px 20px; }
.no-projects h2 { margin: 0 0 12px; }
.no-projects p { color: var(--muted); margin-bottom: 24px; }

/* Builders Listing Page */
.builders-hero { padding: 60px 0; background: linear-gradient(135deg, rgba(255,255,255,.18) 0%, rgba(241,236,227,.45) 100%); }
.builders-hero-shell { display: grid; align-items: center; }
.builders-hero-shell h1 { margin: 0 0 12px; }
.builders-hero-shell p { color: var(--muted); font-size: 1.1rem; margin: 0; }
.builders-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 24px; }
.builder-card { background: rgba(255,255,255,.72); border: 1px solid rgba(255,255,255,.55); box-shadow: var(--shadow); border-radius: 24px; overflow: hidden; transition: transform .3s ease, box-shadow .3s ease; }
.builder-card:hover { transform: translateY(-4px); box-shadow: 0 32px 80px rgba(16, 32, 45, 0.16); }
.builder-card-header { height: 140px; background: linear-gradient(135deg, rgba(181,124,56,.1), rgba(181,124,56,.05)); display: flex; align-items: center; justify-content: center; padding: 20px; }
.builder-card-logo { max-height: 80px; width: auto; max-width: 100%; object-fit: contain; }
.builder-card-logo-fallback { width: 80px; height: 80px; border-radius: 16px; background: linear-gradient(135deg, var(--accent), #d79f58); display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 2rem; color: white; }
.builder-card-content { padding: 24px; }
.builder-card h3 { margin: 0 0 12px; font-size: 1.2rem; }
.builder-card-meta { display: flex; gap: 16px; font-weight: 700; font-size: 0.9rem; color: var(--muted); margin-bottom: 12px; }
.builder-card-location { color: var(--accent); font-weight: 700; font-size: 0.9rem; margin-bottom: 12px; }
.builder-card-description { color: var(--muted); font-size: 0.9rem; line-height: 1.6; margin-bottom: 16px; }
.benefit-card { background: rgba(255,255,255,.72); border: 1px solid rgba(255,255,255,.55); box-shadow: var(--shadow); border-radius: 24px; padding: 28px; text-align: center; }
.benefit-card h3 { margin: 0 0 12px; }
.benefit-card p { color: var(--muted); line-height: 1.6; margin: 0; }
.builder-benefits { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 22px; }
.no-builders { text-align: center; padding: 60px 20px; }
