    *, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

    :root {
      --dark: #1A1714;
      --dark-alt: #252019;
      --cream: #F5EFE4;
      --white: #FFFFFF;
      --text-primary: #1A1714;
      --text-secondary: #4A453D;
      --text-muted: #8A8480;
      --accent: #8B6F47;
      --accent-light: #A68960;
      --border: #DDD5C8;
      --border-light: #EAE4DA;
      --radius: 24px;
      --radius-sm: 16px;
      --radius-xs: 8px;
      --font-heading: 'Playfair Display', Georgia, 'Times New Roman', serif;
      --font-body: 'Jost', -apple-system, BlinkMacSystemFont, sans-serif;
    }

    html { scroll-behavior: smooth; }
    body { font-family: var(--font-body); color: var(--text-primary); background: var(--white); line-height: 1.6; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
    img { max-width: 100%; display: block; }
    a { text-decoration: none; color: inherit; }
    button { cursor: pointer; border: none; font-family: var(--font-body); }

    /* ===== TICKER ===== */
    .ticker {
      position: fixed; top: 0; left: 0; width: 100%; z-index: 1001;
      background: var(--dark); height: 36px; overflow: hidden;
      display: flex; align-items: center;
    }
    .ticker-inner {
      display: flex; white-space: nowrap; will-change: transform;
      animation: ticker-scroll 35s linear infinite;
    }
    .ticker-inner span {
      font-size: 11px; font-weight: 500; color: rgba(255,255,255,0.75);
      text-transform: uppercase; letter-spacing: 0.12em; padding: 0 24px;
    }
    .ticker-inner .diamond { color: var(--accent); padding: 0 8px; }
    @keyframes ticker-scroll { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

    /* ===== NAVIGATION ===== */
    nav {
      position: fixed; top: 36px; left: 0; width: 100%; z-index: 1000;
      padding: 0 48px; height: 72px;
      display: flex; align-items: center; justify-content: space-between;
      transition: background 0.3s, backdrop-filter 0.3s;
    }
    nav.transparent { background: transparent; }
    nav.solid { background: var(--white); }

    .nav-brand { display: flex; align-items: center; gap: 16px; position: relative; }
    .nav-logo-wrap { position: relative; width: 120px; height: 28px; }
    .nav-logo { position: absolute; top: 0; left: 0; height: 28px; width: auto; transition: opacity 0.3s; }
    .nav-logo.white { opacity: 1; }
    .nav-logo.dark { opacity: 0; }
    nav.solid .nav-logo.white { opacity: 0; }
    nav.solid .nav-logo.dark { opacity: 1; }

    .nav-divider { width: 1px; height: 32px; background: rgba(255,255,255,0.3); transition: background 0.3s; }
    nav.solid .nav-divider { background: var(--border); }

    .nav-project { display: flex; flex-direction: column; }
    .nav-project-name {
      font-family: var(--font-heading); font-size: 18px; font-weight: 500;
      color: var(--white); transition: color 0.3s; line-height: 1.2;
    }
    nav.solid .nav-project-name { color: var(--text-primary); }
    .nav-cp-label {
      font-size: 9px; font-weight: 500; text-transform: uppercase;
      letter-spacing: 0.1em; color: rgba(255,255,255,0.6);
      transition: color 0.3s; white-space: nowrap;
    }
    nav.solid .nav-cp-label { color: var(--text-muted); }

    .nav-links { display: flex; gap: 32px; }
    .nav-links a {
      font-size: 13px; font-weight: 500; color: rgba(255,255,255,0.8);
      letter-spacing: 0.04em; transition: color 0.3s;
    }
    nav.solid .nav-links a { color: var(--text-secondary); }

    .nav-cta {
      display: inline-flex; align-items: center; justify-content: center;
      padding: 12px 28px; font-size: 11px; font-weight: 500;
      text-transform: uppercase; letter-spacing: 0.1em;
      border-radius: var(--radius); cursor: pointer;
      background: var(--white); color: var(--dark);
      transition: background 0.3s, color 0.3s; position: relative; overflow: hidden;
      white-space: nowrap;
    }
    nav.solid .nav-cta { background: var(--dark); color: var(--white); }
    .nav-cta::after {
      content: ''; position: absolute; inset: 0;
      background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.15) 50%, transparent 60%);
      transform: translateX(-100%); transition: transform 0.6s;
    }

    @media (hover: hover) {
      .nav-links a:hover { color: var(--accent); }
      .nav-cta:hover::after { transform: translateX(100%); }
    }

    /* ===== HERO (Split-Screen Grid) ===== */
    .hero {
      display: grid; grid-template-columns: 1fr 1fr;
      min-height: 100vh; background: var(--dark); padding-top: 108px;
    }
    .hero-content-wrap {
      display: flex; flex-direction: column; justify-content: center;
      padding: 64px 48px 64px 64px;
    }
    .hero-content { max-width: 560px; }
    .hero-overline {
      font-size: 12px; font-weight: 500; text-transform: uppercase;
      letter-spacing: 0.15em; color: var(--accent-light); margin-bottom: 16px;
    }
    .hero-title {
      font-family: var(--font-heading); font-size: clamp(40px, 5vw, 60px);
      font-weight: 400; color: var(--white); line-height: 1.1;
      letter-spacing: 0.01em; margin-bottom: 20px;
    }
    .hero-subtitle {
      font-size: clamp(15px, 1.5vw, 17px); color: rgba(255,255,255,0.75);
      line-height: 1.7; margin-bottom: 32px; font-weight: 300;
    }
    .hero-ctas { display: flex; gap: 12px; flex-wrap: nowrap; }
    .hero-image-wrap {
      position: relative; overflow: hidden;
    }
    .hero-image {
      width: 100%; height: 100%; object-fit: cover; object-position: center;
    }
    .hero-image-wrap::after {
      content: ''; position: absolute; inset: 0;
      background: linear-gradient(to right, var(--dark) 0%, transparent 20%);
      pointer-events: none;
    }

    .btn-primary {
      display: inline-flex; align-items: center; justify-content: center;
      padding: 14px 32px; font-size: 12px; font-weight: 500;
      text-transform: uppercase; letter-spacing: 0.1em;
      border-radius: var(--radius); cursor: pointer;
      background: var(--white); color: var(--dark);
      position: relative; overflow: hidden; white-space: nowrap;
      transition: background 0.3s;
    }
    .btn-primary::after {
      content: ''; position: absolute; inset: 0;
      background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.15) 50%, transparent 60%);
      transform: translateX(-100%); transition: transform 0.6s;
    }
    .btn-ghost {
      display: inline-flex; align-items: center; justify-content: center;
      padding: 14px 32px; font-size: 12px; font-weight: 500;
      text-transform: uppercase; letter-spacing: 0.1em;
      border-radius: var(--radius); cursor: pointer;
      background: transparent; color: var(--white);
      border: 1px solid rgba(255,255,255,0.4);
      white-space: nowrap; transition: border-color 0.3s, color 0.3s;
    }

    @media (hover: hover) {
      .btn-primary:hover::after { transform: translateX(100%); }
      .btn-ghost:hover { border-color: var(--white); color: var(--white); }
    }

    /* Hero Stats Strip */
    .hero-stats {
      display: grid; grid-template-columns: repeat(4, 1fr); gap: 0;
      background: rgba(255,255,255,0.04);
      border-top: 1px solid rgba(255,255,255,0.1);
      margin-top: 40px;
    }
    .hero-stat {
      padding: 24px 0; text-align: center;
      border-right: 1px solid rgba(255,255,255,0.1);
    }
    .hero-stat:last-child { border-right: none; }
    .hero-stat-value {
      font-family: var(--font-heading); font-size: clamp(24px, 3vw, 36px);
      font-weight: 400; color: var(--white); line-height: 1.1;
    }
    .hero-stat-label {
      font-size: 10px; font-weight: 500; text-transform: uppercase;
      letter-spacing: 0.12em; color: rgba(255,255,255,0.5); margin-top: 4px;
    }

    /* ===== SECTION HEADER ===== */
    .section-header { margin-bottom: 48px; }
    .section-number {
      font-family: var(--font-heading); font-size: 14px; font-weight: 500;
      color: var(--accent); letter-spacing: 0.1em; margin-bottom: 8px;
      display: block;
    }
    .section-label {
      font-size: 12px; font-weight: 500; text-transform: uppercase;
      letter-spacing: 0.15em; color: var(--text-muted); margin-bottom: 12px;
    }
    .section-title {
      font-family: var(--font-heading); font-size: clamp(28px, 4vw, 48px);
      font-weight: 400; line-height: 1.15; letter-spacing: 0.02em;
    }
    .section-subtitle {
      font-size: clamp(15px, 1.5vw, 17px); color: var(--text-secondary);
      margin-top: 16px; line-height: 1.7; max-width: 640px;
    }

    /* ===== ABOUT ===== */
    .about {
      padding: 100px 48px; background: var(--cream);
    }
    .about .container {
      max-width: 1200px; margin: 0 auto;
      display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start;
    }
    .about-narrative {
      font-size: clamp(15px, 1.5vw, 17px); color: var(--text-secondary);
      line-height: 1.8; margin-bottom: 32px;
    }
    .about-quote {
      font-family: var(--font-heading); font-size: clamp(20px, 2.5vw, 26px);
      font-style: italic; color: var(--accent); line-height: 1.5;
      padding-left: 24px; border-left: 2px solid var(--accent);
    }

    /* ===== GALLERY ===== */
    .gallery {
      padding: 100px 48px; background: var(--dark);
    }
    .gallery .section-title { color: var(--white); }
    .gallery .section-label { color: var(--accent-light); }
    .gallery .section-number { color: var(--accent-light); }

    .bento-grid {
      max-width: 1200px; margin: 0 auto;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-template-rows: 280px 240px;
      gap: 8px;
    }
    .bento-item {
      position: relative; overflow: hidden; border-radius: var(--radius-xs);
    }
    .bento-item:nth-child(1) { grid-row: 1 / 3; }
    .bento-item img {
      width: 100%; height: 100%; object-fit: cover;
      transition: transform 0.4s ease;
    }
    .bento-caption {
      position: absolute; bottom: 0; left: 0; right: 0;
      padding: 16px; background: linear-gradient(transparent, rgba(0,0,0,0.7));
      font-size: 13px; font-weight: 500; color: var(--white);
      letter-spacing: 0.04em; opacity: 0; transition: opacity 0.3s;
    }
    @media (hover: hover) {
      .bento-item:hover img { transform: scale(1.03); }
      .bento-item:hover .bento-caption { opacity: 1; }
    }
    @media (hover: none) {
      .bento-caption { opacity: 1; }
    }

    /* ===== FEATURES ===== */
    .features {
      padding: 100px 48px; background: var(--white);
    }
    .features .container { max-width: 1200px; margin: 0 auto; }
    .feature-rows { display: flex; flex-direction: column; gap: 0; }
    .feature-row {
      display: grid; grid-template-columns: 80px 240px 1fr; gap: 32px;
      padding: 40px 0; border-bottom: 1px solid var(--border);
      align-items: start;
    }
    .feature-row:first-child { border-top: 1px solid var(--border); }
    .feature-num {
      font-family: var(--font-heading); font-size: 40px; font-weight: 400;
      color: var(--accent); line-height: 1;
    }
    .feature-title {
      font-family: var(--font-heading); font-size: 24px; font-weight: 400;
      color: var(--text-primary); line-height: 1.3;
    }
    .feature-desc {
      font-size: 15px; color: var(--text-secondary); line-height: 1.7;
    }

    /* ===== FLOOR PLANS ===== */
    .floorplans {
      padding: 100px 48px; background: var(--cream);
    }
    .floorplans .container { max-width: 1200px; margin: 0 auto; }
    .fp-grid {
      display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
    }
    /* Floor Plan Cards */
    .floor-card {
      border-radius: 16px;
      overflow: hidden;
      cursor: pointer;
    }
    .floor-card-image {
      position: relative;
      aspect-ratio: 4/3;
      overflow: hidden;
    }
    .floor-card-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      transition: transform 0.4s ease;
      filter: blur(8px);
      transform: scale(1.12);
    }
    .floor-card:hover .floor-card-image img {
      transform: scale(1.05);
    }
    .floor-card-overlay {
      position: absolute;
      inset: 0;
      background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.5) 45%, rgba(0,0,0,0.15) 100%);
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      padding: 32px 24px;
      gap: 10px;
    }
    .floor-card-type {
      font-family: var(--font-heading);
      font-size: 22px;
      color: #fff;
      background: rgba(0,0,0,0.45);
      border: 1px solid rgba(255,255,255,0.3);
      border-radius: 100px;
      padding: 8px 24px;
      text-align: center;
      backdrop-filter: blur(8px);
      -webkit-backdrop-filter: blur(8px);
      text-shadow: 0 1px 3px rgba(0,0,0,0.4);
    }
    .floor-card-sqft {
      font-size: 13px;
      color: rgba(255,255,255,0.95);
      background: rgba(0,0,0,0.35);
      border: 1px solid rgba(255,255,255,0.2);
      border-radius: 100px;
      padding: 6px 18px;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      backdrop-filter: blur(8px);
      -webkit-backdrop-filter: blur(8px);
    }
    .floor-unlock-btn {
      margin-top: 6px;
      width: 85%;
      padding: 13px 0;
      background: var(--accent);
      color: #fff;
      border: none;
      border-radius: 100px;
      font-size: 12px;
      font-weight: 600;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      cursor: pointer;
      transition: opacity 0.2s;
    }
    .floor-unlock-btn:hover {
      opacity: 0.85;
    }
    @media (max-width: 768px) {
      .floor-card-type { font-size: 18px; }
      .floor-unlock-btn { width: 90%; }
    }

    /* ===== INVESTMENT ===== */
    .investment {
      padding: 100px 48px; background: var(--dark);
    }
    .investment .container {
      max-width: 1200px; margin: 0 auto;
      display: grid; grid-template-columns: 1fr 1fr; gap: 64px;
    }
    .investment .section-title { color: var(--white); }
    .investment .section-label { color: var(--accent-light); }
    .investment .section-number { color: var(--accent-light); }

    .invest-stats {
      display: grid; grid-template-columns: 1fr 1fr; gap: 24px;
    }
    .invest-stat {
      padding: 32px; border-radius: var(--radius-sm);
      background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.08);
    }
    .invest-stat-value {
      font-family: var(--font-heading); font-size: clamp(28px, 3.5vw, 40px);
      font-weight: 400; color: var(--white); line-height: 1.1;
    }
    .invest-stat-label {
      font-size: 11px; font-weight: 500; text-transform: uppercase;
      letter-spacing: 0.1em; color: rgba(255,255,255,0.5); margin-top: 8px;
    }

    .accordion { display: flex; flex-direction: column; gap: 0; }
    .accordion-item { border-bottom: 1px solid rgba(255,255,255,0.1); }
    .accordion-header {
      display: flex; justify-content: space-between; align-items: center;
      padding: 20px 0; cursor: pointer; background: none; width: 100%;
      text-align: left; color: var(--white);
    }
    .accordion-title {
      font-family: var(--font-heading); font-size: 20px; font-weight: 500;
      color: var(--white); flex: 1;
    }
    .accordion-icon {
      font-size: 20px; color: var(--accent-light);
      transition: transform 0.3s; flex-shrink: 0; margin-left: 16px;
    }
    .accordion-item.active .accordion-icon { transform: rotate(45deg); }
    .accordion-body {
      max-height: 0; overflow: hidden; transition: max-height 0.4s ease;
    }
    .accordion-body-inner {
      padding: 0 0 20px;
      font-size: 15px; color: rgba(255,255,255,0.7); line-height: 1.7;
    }

    /* ===== LOCATION ===== */
    .location {
      padding: 100px 48px; background: var(--white);
    }
    .location .container {
      max-width: 1200px; margin: 0 auto;
      display: grid; grid-template-columns: 1fr 1fr; gap: 48px;
    }
    .location-map {
      border-radius: var(--radius); overflow: hidden; min-height: 400px;
    }
    .location-map iframe { width: 100%; height: 100%; border: 0; }
    .landmark-table { width: 100%; }
    .landmark-category {
      font-size: 12px; font-weight: 500; text-transform: uppercase;
      letter-spacing: 0.12em; color: var(--accent); padding: 16px 0 8px;
    }
    .landmark-row {
      display: flex; justify-content: space-between; align-items: center;
      padding: 12px 0; border-bottom: 1px solid var(--border-light);
    }
    .landmark-name { font-size: 15px; color: var(--text-primary); }
    .landmark-dist { font-size: 14px; color: var(--text-muted); font-weight: 500; }

    /* ===== AMENITIES (Tabbed Categories) ===== */
    .amenities {
      padding: 100px 48px; background: var(--cream);
    }
    .amenities .container { max-width: 1200px; margin: 0 auto; }

    .amenity-tabs {
      display: flex; gap: 0; margin-bottom: 48px;
      border-bottom: 1px solid var(--border);
    }
    .amenity-tab {
      padding: 14px 32px; font-size: 12px; font-weight: 500;
      text-transform: uppercase; letter-spacing: 0.1em;
      color: var(--text-muted); background: none; border: none;
      cursor: pointer; position: relative;
      transition: color 0.3s;
    }
    .amenity-tab.active { color: var(--accent); }
    .amenity-tab::after {
      content: ''; position: absolute; bottom: -1px; left: 0; right: 0;
      height: 2px; background: var(--accent);
      transform: scaleX(0); transition: transform 0.3s;
    }
    .amenity-tab.active::after { transform: scaleX(1); }
    @media (hover: hover) {
      .amenity-tab:hover { color: var(--accent); }
    }

    .amenity-panel { display: none; }
    .amenity-panel.active { display: block; }

    .amenity-grid {
      display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
    }
    .amenity-card {
      position: relative; border-radius: var(--radius-xs); overflow: hidden;
      aspect-ratio: 4 / 3;
    }
    .amenity-card img {
      width: 100%; height: 100%; object-fit: cover;
      transition: transform 0.4s ease;
    }
    .amenity-card-label {
      position: absolute; bottom: 0; left: 0; right: 0;
      padding: 16px; background: linear-gradient(transparent, rgba(0,0,0,0.65));
      font-family: var(--font-heading); font-size: 18px; font-weight: 400;
      color: var(--white);
    }
    @media (hover: hover) {
      .amenity-card:hover img { transform: scale(1.04); }
    }

    .amenity-extras {
      margin-top: 40px; display: flex; flex-wrap: wrap; gap: 10px; justify-content: center;
    }
    .amenity-tag {
      display: inline-flex; align-items: center; gap: 6px;
      padding: 8px 16px; border-radius: 2px;
      border: 1px solid var(--border); background: var(--white);
      font-size: 12px; font-weight: 500; color: var(--text-secondary);
      letter-spacing: 0.03em;
    }
    .amenity-tag-dot {
      width: 5px; height: 5px; border-radius: 50%; background: var(--accent); flex-shrink: 0;
    }

    /* ===== DEVELOPER ===== */
    .developer {
      padding: 100px 48px; background: var(--white);
    }
    .developer .container {
      max-width: 1200px; margin: 0 auto;
      display: grid; grid-template-columns: 1fr 1fr; gap: 64px;
    }
    .dev-stats {
      display: grid; grid-template-columns: 1fr 1fr; gap: 24px;
    }
    .dev-stat {
      padding: 32px; border-radius: var(--radius-sm);
      background: var(--cream); border: 1px solid var(--border-light);
    }
    .dev-stat-value {
      font-family: var(--font-heading); font-size: clamp(28px, 3.5vw, 40px);
      font-weight: 400; color: var(--text-primary); line-height: 1.1;
    }
    .dev-stat-label {
      font-size: 11px; font-weight: 500; text-transform: uppercase;
      letter-spacing: 0.1em; color: var(--text-muted); margin-top: 8px;
    }
    .dev-quote {
      font-family: var(--font-heading); font-size: clamp(20px, 2.5vw, 26px);
      font-style: italic; color: var(--accent); line-height: 1.5;
      margin-bottom: 24px;
    }
    .dev-narrative {
      font-size: 15px; color: var(--text-secondary); line-height: 1.7;
      margin-bottom: 16px;
    }
    .dev-credentials {
      list-style: none; display: flex; flex-direction: column; gap: 8px;
    }
    .dev-credentials li {
      font-size: 14px; color: var(--text-secondary);
      padding-left: 20px; position: relative;
    }
    .dev-credentials li::before {
      content: ''; position: absolute; left: 0; top: 8px;
      width: 8px; height: 8px; border-radius: 50%; background: var(--accent);
    }

    /* ===== CTA SECTION ===== */
    .cta-section {
      padding: 100px 48px; background: var(--dark); text-align: center;
    }
    .cta-section .section-number { color: var(--accent-light); }
    .cta-section .section-label { color: var(--accent-light); }
    .cta-section .section-title { color: var(--white); margin-bottom: 16px; }
    .cta-section .section-subtitle { color: rgba(255,255,255,0.7); margin: 0 auto 32px; }
    .cta-section .btn-primary { max-width: 320px; }

    /* ===== FAQ ===== */
    .faq {
      padding: 100px 48px; background: var(--cream);
    }
    .faq .container { max-width: 1200px; margin: 0 auto; }
    .faq-list { width: 100%; margin: 0; }
    .faq-item { border-bottom: 1px solid var(--border); }
    .faq-header {
      display: flex; justify-content: space-between; align-items: center;
      padding: 24px 0; cursor: pointer; background: none; width: 100%;
      text-align: left; color: var(--text-primary);
    }
    .faq-question {
      font-family: var(--font-heading); font-size: 20px; font-weight: 500;
      color: var(--text-primary); flex: 1;
    }
    .faq-icon {
      font-size: 20px; color: var(--accent);
      transition: transform 0.3s; flex-shrink: 0; margin-left: 16px;
    }
    .faq-item.active .faq-icon { transform: rotate(45deg); }
    .faq-body {
      max-height: 0; overflow: hidden; transition: max-height 0.4s ease;
    }
    .faq-body-inner {
      padding: 0 0 24px;
      font-size: 15px; color: var(--text-secondary); line-height: 1.7;
    }

    /* ===== FOOTER ===== */
    footer {
      padding: 48px; background: var(--dark);
    }
    footer .container { max-width: 1200px; margin: 0 auto; }
    .footer-text {
      font-size: 12px; color: rgba(255,255,255,0.5); line-height: 1.8;
    }

    /* ===== MODAL ===== */
    .modal-overlay {
      position: fixed; inset: 0; z-index: 2000;
      background: rgba(0,0,0,0.88); display: flex;
      align-items: center; justify-content: center;
      opacity: 0; visibility: hidden; transition: opacity 0.3s, visibility 0.3s;
    }
    .modal-overlay.active { opacity: 1; visibility: visible; }
    .modal-card {
      background: var(--white); border-radius: var(--radius);
      padding: 48px; width: 90%; max-width: 480px;
      position: relative;
    }
    .modal-close {
      position: absolute; top: 16px; right: 16px;
      background: none; border: none; font-size: 24px;
      color: var(--text-muted); cursor: pointer; padding: 4px;
    }
    .modal-title {
      font-family: var(--font-heading); font-size: 28px; font-weight: 400;
      color: var(--text-primary); margin-bottom: 8px;
    }
    .modal-subtitle {
      font-size: 14px; color: var(--text-secondary); line-height: 1.6;
      margin-bottom: 32px;
    }
    .form-group { margin-bottom: 20px; }
    .form-group label {
      display: block; font-size: 12px; font-weight: 500;
      text-transform: uppercase; letter-spacing: 0.08em;
      color: var(--text-muted); margin-bottom: 8px;
    }
    .form-group input {
      width: 100%; padding: 14px 16px; border: 1px solid var(--border);
      border-radius: var(--radius-sm); font-size: 15px;
      font-family: var(--font-body); color: var(--text-primary);
      transition: border-color 0.3s; outline: none;
    }
    .form-group input:focus { border-color: var(--accent); }
    .modal-submit {
      width: 100%; padding: 16px; font-size: 13px; font-weight: 500;
      text-transform: uppercase; letter-spacing: 0.1em;
      border-radius: var(--radius); background: var(--dark);
      color: var(--white); cursor: pointer; border: none;
      transition: background 0.3s; position: relative; overflow: hidden;
    }
    .modal-submit::after {
      content: ''; position: absolute; inset: 0;
      background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.1) 50%, transparent 60%);
      transform: translateX(-100%); transition: transform 0.6s;
    }
    @media (hover: hover) {
      .modal-submit:hover::after { transform: translateX(100%); }
    }
    .modal-rera {
      font-size: 11px; color: var(--text-muted); text-align: center;
      margin-top: 16px; line-height: 1.5;
    }

    /* ===== SCROLL REVEAL ===== */
    .reveal {
      opacity: 0; transform: translateY(12px);
      transition: opacity 0.25s ease-out, transform 0.25s ease-out;
      will-change: transform, opacity;
    }
    .reveal.visible { opacity: 1; transform: translateY(0); }
    .reveal-delay-1 { transition-delay: 0.04s; }
    .reveal-delay-2 { transition-delay: 0.08s; }
    .reveal-delay-3 { transition-delay: 0.12s; }

    /* ===== RESPONSIVE ===== */
    @media (max-width: 1024px) {
      nav { padding: 0 24px; background: var(--dark) !important; }
      nav.solid, nav.transparent { background: var(--dark) !important; }
      .nav-logo.white { opacity: 1 !important; }
      .nav-logo.dark { opacity: 0 !important; }
      .nav-logo-wrap { width: 58px; }
      .nav-brand { display: flex; align-items: center; gap: 8px; flex: 1; min-width: 0; overflow: hidden; }
      .nav-project { display: flex; flex-direction: column; min-width: 0; }
      .nav-divider { flex-shrink: 0; background: rgba(255,255,255,0.3) !important; }
      .nav-project-name { color: var(--white) !important; font-size: 13px; white-space: nowrap; }
      .nav-cp-label { color: rgba(255,255,255,0.55) !important; font-size: 6.5px; letter-spacing: 0; white-space: nowrap; }
      .nav-links { display: none; }
      .nav-cta { padding: 8px 14px; font-size: 10px; white-space: nowrap; flex-shrink: 0; background: var(--white) !important; color: var(--dark) !important; }

      .hero { grid-template-columns: 1fr; }
      .hero-content-wrap { padding: 64px 24px 32px; }
      .hero-image-wrap { height: 50vh; }
      .hero-image-wrap::after { background: linear-gradient(to top, var(--dark) 0%, transparent 30%); }
      .hero-stats { grid-template-columns: repeat(4, 1fr); }

      .about .container,
      .investment .container,
      .location .container,
      .developer .container { grid-template-columns: 1fr; gap: 48px; }

      .feature-row { grid-template-columns: 60px 1fr; gap: 16px; }
      .feature-desc { grid-column: 1 / -1; }

      .fp-grid { grid-template-columns: repeat(2, 1fr); }

      .bento-grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 280px 240px 240px;
      }
      .bento-item:nth-child(1) { grid-column: 1 / 3; grid-row: 1; }

      .amenity-grid { grid-template-columns: repeat(2, 1fr); }

      .about, .gallery, .features, .floorplans, .investment, .location, .amenities, .developer, .cta-section, .faq { padding: 64px 24px; }
    }

    @media (max-width: 640px) {
      .hero {
        display: flex; flex-direction: column; min-height: auto; padding-top: 108px;
      }
      .hero-content-wrap {
        order: 1; padding: 8px 16px 52px; background: var(--dark);
      }
      .hero-content { max-width: 100%; }
      .hero-overline { margin-bottom: 6px; }
      .hero-title { font-size: clamp(30px, 8.5vw, 42px); margin-bottom: 8px; }
      .hero-subtitle { margin-bottom: 12px; }
      .hero-ctas { flex-wrap: nowrap; }
      .hero-ctas .btn-primary,
      .hero-ctas .btn-ghost { flex: 1; padding: 11px 12px; font-size: 10px; }
      .hero-stats { grid-template-columns: repeat(4, 1fr); margin-top: 12px; border-top: 1px solid rgba(255,255,255,0.1); background: transparent; }
      .hero-stat { padding: 10px 4px; text-align: center; border-right: 1px solid rgba(255,255,255,0.1); border-bottom: none; }
      .hero-stat:last-child { border-right: none; }
      .hero-stat-value { font-size: 17px; line-height: 1.1; }
      .hero-stat-label { font-size: 7.5px; margin-top: 3px; letter-spacing: 0.06em; }
      .hero-image-wrap {
        order: 2; height: 55vh; margin-top: -40px;
      }
      .hero-image-wrap::after { background: linear-gradient(to top, rgba(0,0,0,0.3) 0%, transparent 25%); }

      .about, .gallery, .features, .floorplans, .investment, .location, .amenities, .developer, .cta-section, .faq { padding: 48px 16px; }

      .feature-row { grid-template-columns: 1fr; gap: 8px; padding: 24px 0; }
      .feature-num { font-size: 24px; }

      .fp-grid { grid-template-columns: 1fr; }

      .bento-grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
      }
      .bento-item:nth-child(1) { grid-column: 1; }
      .bento-item img { height: 240px; }

      .amenity-tabs { flex-wrap: wrap; gap: 0; }
      .amenity-tab { padding: 10px 16px; font-size: 11px; flex: 1; text-align: center; min-width: 0; }
      .amenity-grid { grid-template-columns: 1fr; }

      .invest-stats, .dev-stats { grid-template-columns: 1fr 1fr; gap: 12px; }
      .invest-stat, .dev-stat { padding: 20px; }

      .modal-card { padding: 32px 24px; }
    }

    /* ===== FEATURES + SIDEBAR FORM ===== */
    .features-with-form {
      display: grid;
      grid-template-columns: 1fr 340px;
      gap: 32px;
      align-items: start;
      margin-top: 40px;
    }
    .sidebar-form-card {
      background: var(--cream);
      border: 1px solid var(--border);
      border-radius: var(--radius);
      padding: 36px 28px;
      position: sticky;
      top: 120px;
    }
    .sidebar-form-title {
      font-size: 24px;
      font-weight: 400;
      color: var(--dark);
      font-family: var(--font-heading);
      line-height: 1.25;
      margin-bottom: 8px;
    }
    .sidebar-form-sub {
      font-size: 14px;
      color: var(--text-secondary);
      line-height: 1.6;
      margin-bottom: 28px;
    }
    .inline-input {
      display: block;
      width: 100%;
      padding: 14px 0;
      border: none;
      border-bottom: 1px solid var(--border);
      background: transparent;
      color: var(--dark);
      font-size: 15px;
      font-weight: 300;
      font-family: var(--font-body);
      outline: none;
      margin-bottom: 4px;
      transition: border-color 0.3s;
    }
    .inline-input::placeholder { color: var(--text-muted); }
    .inline-input:focus { border-bottom-color: var(--accent); }
    .inline-input--light {
      color: var(--dark);
      border-bottom-color: rgba(0,0,0,0.15);
    }
    .inline-input--light::placeholder { color: #999; }
    .inline-input--light:focus { border-bottom-color: var(--accent); }
    .inline-submit {
      display: block;
      width: 100%;
      padding: 16px;
      margin-top: 28px;
      background: var(--accent);
      color: #fff;
      font-size: 13px;
      font-weight: 500;
      font-family: var(--font-body);
      letter-spacing: 0.1em;
      text-transform: uppercase;
      border: none;
      border-radius: 50px;
      cursor: pointer;
      transition: background 0.3s;
    }
    @media (hover: hover) {
      .inline-submit:hover { opacity: 0.9; }
    }
    .inline-form-rera {
      font-size: 11px;
      color: var(--text-muted);
      margin-top: 16px;
      line-height: 1.5;
    }
    /* ===== BOTTOM FORM ===== */
    .bottom-form-section {
      background: #f5f2ed;
      padding: 100px 48px;
    }
    .bottom-form-section .container { max-width: 1200px; margin: 0 auto; }
    .bottom-form-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 64px;
      align-items: center;
    }
    .bottom-form-headline {
      font-size: clamp(28px, 3vw, 42px);
      font-weight: 400;
      font-family: var(--font-heading);
      line-height: 1.2;
      margin: 16px 0;
      color: var(--dark);
    }
    .bottom-form-headline em {
      font-style: italic;
      color: var(--accent);
    }
    .bottom-form-sub {
      font-size: 15px;
      line-height: 1.75;
      color: #666;
      margin-bottom: 32px;
    }
    .bottom-form-visual {
      border-radius: var(--radius);
      overflow: hidden;
    }
    .bottom-form-visual img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      min-height: 400px;
      display: block;
    }
    @media (max-width: 960px) {
      .features-with-form { grid-template-columns: 1fr; }
      .sidebar-form-card { position: static; }
      .bottom-form-grid { grid-template-columns: 1fr; gap: 40px; }
      .bottom-form-visual { order: -1; }
      .bottom-form-visual img { min-height: 280px; }
    }
