:root {
      --bp-sage: #78866b;
      --bp-sage-hover: #657058;
      --bp-cream: #f2e8d5;
  --bp-serif: 'Nunito Sans', sans-serif;
    }

    html,
    body {
      overflow-x: hidden;
      max-width: 100%;
    }

    .index-page {
      --accent-color: var(--bp-sage);
      --heading-color: var(--bp-sage-hover);
      --nav-dropdown-hover-color: var(--bp-sage);
      --background-color: #ffffff;
    }

    .header .logo img,
    .header .logo .site-logo {
      height: auto;
      max-height: 120px;
      width: auto;
    }

    .header .logo .sitename {
      display: none;
      font-family: 'Great Vibes', cursive;
      font-size: 2.25rem;
      font-weight: 400;
      letter-spacing: 0;
      line-height: 1;
      color: var(--bp-sage);
    }

    @media (min-width: 1200px) {
      .index-page .header .logo {
        margin-left: -170px;
      }

      .index-page .header .navmenu {
        margin-left: 100px;
      }
    }

    .index-page .header .cta-btn,
    .index-page .header .cta-btn:hover {
      background: var(--bp-sage);
      border-color: var(--bp-sage);
    }

    .index-page .header .cta-btn:hover {
      background: var(--bp-sage-hover);
      border-color: var(--bp-sage-hover);
    }

    .hero-badge {
      display: inline-block;
      padding: 10px 20px;
      border-radius: 50px;
      background: rgba(255,255,255,0.18);
      backdrop-filter: blur(10px);
      font-size: 14px;
      letter-spacing: 1px;
      text-transform: uppercase;
    }

    .hero-title {
      font-size: clamp(2.25rem, 5vw, 3.75rem);
      font-weight: 700;
      line-height: 1.15;
      font-family: var(--bp-serif);
      max-width: 1500px;
      margin-inline: auto;
      text-wrap: balance;
    }

    .hero-subtitle {
      max-width: 720px;
      margin-inline: auto;
      font-size: 1.15rem;
      line-height: 1.8;
      color: rgba(255,255,255,0.92);
      text-wrap: balance;
    }

    .hero .container {
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .bp-section {
      padding: 5rem 0;
    }

    @media (min-width: 992px) {
      .bp-section { padding: 6.5rem 0; }
    }

    .bp-eyebrow {
      display: inline-block;
      font-size: 0.8rem;
      font-weight: 600;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: var(--bp-sage);
      margin-bottom: 0.75rem;
    }

    .bp-heading {
      font-family: var(--bp-serif);
      font-weight: 700;
      color: var(--bp-sage-hover);
      line-height: 1.2;
    }

    .bp-heading-lg {
      font-size: clamp(2rem, 4vw, 2.75rem);
    }

    .bp-heading-md {
      font-size: clamp(1.75rem, 3vw, 2.25rem);
    }

    .bp-lead {
      font-size: 1.05rem;
      line-height: 1.85;
      color: var(--bp-sage);
    }

    .btn-bp {
      display: inline-flex;
      align-items: center;
      gap: 0.35rem;
      padding: 14px 28px;
      border-radius: 50px;
      background: var(--bp-sage);
      color: #fff;
      font-weight: 600;
      text-decoration: none;
      transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
      box-shadow: 0 8px 24px rgba(101, 112, 88, 0.25);
    }

    .btn-bp:hover {
      background: var(--bp-sage-hover);
      color: #fff;
      transform: translateY(-2px);
    }

    .btn-bp-outline {
      background: transparent;
      color: var(--bp-sage-hover);
      border: 2px solid var(--bp-sage);
      box-shadow: none;
    }

    .btn-bp-outline:hover {
      background: var(--bp-sage-hover);
      color: #fff;
      border-color: var(--bp-sage-hover);
    }

    /* About */
    .about-split .about-intro {
      padding-right: 0;
    }

    @media (min-width: 992px) {
      .about-split .about-intro {
        padding-right: 2rem;
        text-align: right;
      }
      .about-split .about-intro .btn-bp { margin-left: auto; }
    }

    .about-tagline {
      font-weight: 600;
      color: var(--bp-sage);
    }

    /* Amenities collage */
    .amenities-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-template-rows: repeat(3, minmax(120px, 1fr));
      gap: 10px;
      min-height: 440px;
    }

    .amenities-grid .ag-item {
      border-radius: 12px;
      overflow: hidden;
      background: #ddd;
      min-height: 0;
    }

    .amenities-grid .ag-item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    .amenities-grid .ag-tall {
      grid-row: 1 / 4;
    }

    .bp-panel {
      background: #fff;
      border: 1px solid color-mix(in srgb, var(--bp-sage) 25%, transparent);
      border-radius: 16px;
      padding: 2.5rem;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .bp-panel .bp-heading {
      margin-bottom: 1rem;
    }

    /* Full-width bands */
    .bp-band {
      position: relative;
      min-height: 420px;
      display: flex;
      align-items: center;
      background-size: cover;
      background-position: center;
    }

        .bp-band-residences {
          background-image: url('/assets/img/jpg5.webp');
        }

        .bp-band-neighborhood {
          background-image: url('/assets/img/jpg4.webp');
          background-position: center calc(25% + 100px); /* move down 100px */
        }

    .bp-band::before {
      content: '';
      position: absolute;
      inset: 0;
      background: linear-gradient(
        90deg,
        color-mix(in srgb, var(--bp-sage-hover) 92%, transparent) 0%,
        color-mix(in srgb, var(--bp-sage) 70%, transparent) 55%,
        color-mix(in srgb, var(--bp-sage-hover) 45%, transparent) 100%
      );
    }

    .bp-band .container {
      position: relative;
      z-index: 1;
    }

    .bp-band-content {
      max-width: 520px;
      color: #fff;
    }

    .bp-band-content .bp-heading {
      color: #fff;
    }

    .bp-band-content .bp-lead {
      color: rgba(255,255,255,0.9);
    }

    .bp-section-header {
      text-align: center;
      max-width: 850px;
      margin: 0 auto 3rem;
    }

    .bp-section-header .bp-lead {
      margin-bottom: 0;
    }

    .bp-promise-section {
      background: linear-gradient(180deg, #ffffff 0%, #f6f3ec 100%);
    }

    .bp-promise-card {
      background: #fff;
      border: 1px solid color-mix(in srgb, var(--bp-sage) 22%, transparent);
      border-radius: 20px;
      box-shadow: 0 16px 36px rgba(101, 112, 88, 0.12);
      padding: clamp(1.2rem, 0.8rem + 1.6vw, 2.2rem);
      max-width: 980px;
      margin: 0 auto;
    }

    .bp-promise-card .bp-lead {
      margin-bottom: 0.85rem;
      color: #49553f;
      line-height: 1.72;
    }

    /* Stats � floating card over hero */
    .bp-stats-wrap {
      margin-top: -5rem;
      position: relative;
      z-index: 20;
      padding: 0 0 2rem;
    }

    .bp-stats-card {
      background: #fff;
      border-radius: 20px;
      padding: 2rem 1.5rem;
      box-shadow: 0 20px 50px rgba(101, 112, 88, 0.15);
      border: 1px solid color-mix(in srgb, var(--bp-sage) 12%, transparent);
    }

    .bp-stat-item {
      text-align: center;
      padding: 0.5rem;
    }

    .bp-stat-item i {
      font-size: 1.75rem;
      color: var(--bp-sage);
      margin-bottom: 0.5rem;
      display: block;
    }

    .bp-stat-item .stat-num {
      font-family: var(--bp-serif);
      font-size: 2rem;
      font-weight: 700;
      color: var(--bp-sage-hover);
      line-height: 1.1;
    }

    .bp-stat-item .stat-label {
      font-size: 0.9rem;
      color: var(--bp-sage);
      margin: 0.25rem 0 0;
    }

    /* Feature cards */
    .bp-feature-card {
      background: #fff;
      border: 1px solid color-mix(in srgb, var(--bp-sage) 15%, transparent);
      border-radius: 16px;
      padding: 2rem 1.5rem;
      height: 100%;
      text-align: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    }

    .bp-feature-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 18px 42px rgba(101, 112, 88, 0.16);
      border-color: color-mix(in srgb, var(--bp-sage) 35%, transparent);
    }

    .bp-feature-card .icon-box {
      width: 56px;
      height: 56px;
      margin: 0 auto 1rem;
      border-radius: 12px;
      background: var(--bp-cream);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.5rem;
      color: var(--bp-sage);
    }

    .bp-feature-card h3 {
      font-size: 1.1rem;
      font-weight: 700;
      color: var(--bp-sage-hover);
      margin-bottom: 0.75rem;
    }

    .bp-feature-card p {
      font-size: 0.95rem;
      color: var(--bp-sage);
      margin: 0;
      line-height: 1.7;
    }

    /* Sage services grid */
    .bp-services-section {
      background: var(--bp-sage);
      color: #fff;
    }

    .bp-services-section .bp-section-header .bp-eyebrow,
    .bp-services-section .bp-section-header .bp-heading,
    .bp-services-section .bp-section-header .bp-lead {
      color: #fff;
    }

    .bp-services-section .bp-section-header .bp-lead {
      opacity: 0.92;
    }

    .bp-glass-card {
      background: rgba(255, 255, 255, 0.12);
      border: 1px solid rgba(255, 255, 255, 0.25);
      border-radius: 16px;
      padding: 2rem 1.5rem;
      height: 100%;
      backdrop-filter: blur(8px);
      transition: transform 0.3s ease, background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
    }

    .bp-glass-card:hover {
      transform: translateY(-8px);
      background: rgba(255, 255, 255, 0.18);
      border-color: rgba(255, 255, 255, 0.42);
      box-shadow: 0 16px 34px rgba(0, 0, 0, 0.15);
    }

    .bp-glass-card i {
      font-size: 2rem;
      margin-bottom: 1rem;
      display: block;
      color: var(--bp-cream);
    }

    .bp-glass-card h3 {
      font-size: 1.15rem;
      font-weight: 700;
      margin-bottom: 0.75rem;
      color: #fff;
    }

    .bp-glass-card p {
      font-size: 0.95rem;
      margin: 0;
      opacity: 0.9;
      line-height: 1.65;
    }

    /* Process steps */
    .bp-process-steps {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 1.5rem;
      position: relative;
    }

    @media (max-width: 991px) {
      .bp-process-steps { grid-template-columns: repeat(2, 1fr); }
    }

    @media (max-width: 575px) {
      .bp-process-steps { grid-template-columns: 1fr; }
    }

    .bp-step {
      text-align: center;
      position: relative;
      z-index: 1;
      padding: 0.35rem 0.5rem 0.65rem;
      border-radius: 14px;
      transition: transform 0.3s ease, background-color 0.3s ease;
      opacity: 1;
      transform: none;
    }

    .bp-step:not(:first-child)::before {
      content: '';
      position: absolute;
      top: 28px;
      left: calc(-50% + 28px);
      width: calc(100% - 56px);
      height: 2px;
      background: color-mix(in srgb, var(--bp-sage) 25%, transparent);
      transform-origin: left center;
      transform: scaleX(0);
      opacity: 0;
      animation: bp-connector-grow 0.45s ease forwards;
    }

    .bp-step:nth-child(2)::before {
      animation-delay: 0.35s;
    }

    .bp-step:nth-child(3)::before {
      animation-delay: 1.05s;
    }

    .bp-step:nth-child(4)::before {
      animation-delay: 1.75s;
    }

    @media (max-width: 991px) {
      .bp-step:not(:first-child)::before { display: none; }
    }

    .bp-step:hover {
      transform: translateY(-8px);
      background-color: color-mix(in srgb, #fff 56%, transparent);
    }

    .bp-step-num {
      width: 56px;
      height: 56px;
      margin: 0 auto 1rem;
      border-radius: 12px;
      background: var(--bp-cream);
      color: var(--bp-sage-hover);
      font-weight: 700;
      font-size: 1.1rem;
      display: flex;
      align-items: center;
      justify-content: center;
      border: 2px solid color-mix(in srgb, var(--bp-sage) 30%, transparent);
      transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
      opacity: 0;
      transform: scale(0.75);
      animation: bp-step-pop 0.38s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    }

    .bp-step:nth-child(1) .bp-step-num { animation-delay: 0.05s; }
    .bp-step:nth-child(2) .bp-step-num { animation-delay: 0.75s; }
    .bp-step:nth-child(3) .bp-step-num { animation-delay: 1.45s; }
    .bp-step:nth-child(4) .bp-step-num { animation-delay: 2.15s; }

    .bp-step h4,
    .bp-step p {
      opacity: 0;
      transform: translateY(8px);
      animation: bp-step-copy-in 0.3s ease forwards;
    }

    .bp-step:nth-child(1) h4,
    .bp-step:nth-child(1) p { animation-delay: 0.22s; }
    .bp-step:nth-child(2) h4,
    .bp-step:nth-child(2) p { animation-delay: 0.92s; }
    .bp-step:nth-child(3) h4,
    .bp-step:nth-child(3) p { animation-delay: 1.62s; }
    .bp-step:nth-child(4) h4,
    .bp-step:nth-child(4) p { animation-delay: 2.32s; }

    .bp-step p {
      animation-duration: 0.35s;
    }

    .bp-step:hover .bp-step-num {
      transform: translateY(-2px) scale(1.04);
      border-color: color-mix(in srgb, var(--bp-sage) 60%, transparent);
      background-color: #fff;
      box-shadow: 0 10px 20px rgba(101, 112, 88, 0.18);
    }

    .bp-step h4 {
      font-size: 1rem;
      font-weight: 700;
      color: var(--bp-sage-hover);
      margin-bottom: 0.5rem;
    }

    .bp-step p {
      font-size: 0.9rem;
      color: var(--bp-sage);
      margin: 0;
      line-height: 1.6;
    }

    /* Centered hero bands */
    .bp-band--center .bp-band-content {
      max-width: 640px;
      margin: 0 auto;
      text-align: center;
    }

    .bp-band--center .btn-bp {
      margin-inline: auto;
    }

    .bp-band::before {
      background: rgba(0, 0, 0, 0.70);
    }

    /* Lifestyle � staggered images */
    .lifestyle-section {
      background: var(--bp-sage);
      overflow: visible;
      padding: 6rem 0;
    }

    .lifestyle-layout {
      display: grid;
      grid-template-columns: 1fr 1.15fr;
      gap: 0;
      align-items: center;
    }

    @media (max-width: 991px) {
      .lifestyle-layout { grid-template-columns: 1fr; }
    }

    .lifestyle-section .bp-panel-cream {
      background: var(--bp-cream);
      border: none;
      border-radius: 20px;
      padding: 3rem 2.5rem;
      position: relative;
      z-index: 2;
      margin-right: -3rem;
      box-shadow: 0 24px 60px rgba(0, 0, 0, 0.12);
    }

    @media (max-width: 991px) {
      .lifestyle-section .bp-panel-cream { margin-right: 0; }
    }

    .lifestyle-images {
      position: relative;
      min-height: 400px;
      padding: 1rem 0 2rem;
    }

    .lifestyle-images .li-top {
      position: absolute;
      top: 0;
      right: 8%;
      width: 62%;
      max-width: 380px;
      border-radius: 16px;
      box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
      z-index: 3;
    }

    .lifestyle-images .li-bottom {
      position: absolute;
      bottom: 0;
      right: 0;
      width: 52%;
      max-width: 300px;
      border-radius: 16px;
      box-shadow: 0 16px 40px rgba(0, 0, 0, 0.18);
      z-index: 4;
    }

    /* Gallery cards */
    .bp-gallery-card {
      border-radius: 16px;
      overflow: hidden;
      background: #fff;
      border: 1px solid color-mix(in srgb, var(--bp-sage) 12%, transparent);
      box-shadow: 0 12px 32px rgba(101, 112, 88, 0.1);
      height: 100%;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .bp-gallery-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 18px 40px rgba(101, 112, 88, 0.16);
    }

    .bp-gallery-card .card-img-wrap {
      position: relative;
      aspect-ratio: 4/3;
      overflow: hidden;
    }

    .bp-gallery-card .card-img-wrap img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.45s ease;
    }

    .bp-gallery-card:hover .card-img-wrap img {
      transform: scale(1.05);
    }

    .bp-gallery-card .card-tag {
      position: absolute;
      top: 1rem;
      left: 1rem;
      background: var(--bp-sage);
      color: #fff;
      font-size: 0.75rem;
      font-weight: 600;
      padding: 0.35rem 0.75rem;
      border-radius: 50px;
    }

    .bp-gallery-card .card-body {
      padding: 1.25rem 1.5rem 1.5rem;
    }

    .bp-gallery-card h3 {
      font-size: 1.1rem;
      font-weight: 700;
      color: var(--bp-sage-hover);
      margin-bottom: 0.75rem;
    }

    .bp-gallery-meta {
      display: flex;
      gap: 1.25rem;
      font-size: 0.85rem;
      color: var(--bp-sage);
    }

    .bp-gallery-meta i {
      color: var(--bp-sage-hover);
      margin-right: 0.25rem;
    }

    /* Testimonials */
    .bp-testimonial-card {
      background: #fff;
      border: 1px solid color-mix(in srgb, var(--bp-sage) 12%, transparent);
      border-radius: 16px;
      padding: 2rem;
      height: 100%;
      box-shadow: 0 8px 28px rgba(101, 112, 88, 0.08);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .bp-testimonial-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 16px 34px rgba(101, 112, 88, 0.14);
    }

    @keyframes bp-connector-grow {
      from {
        opacity: 1;
        transform: scaleX(0);
      }
      to {
        opacity: 1;
        transform: scaleX(1);
      }
    }

    @keyframes bp-step-pop {
      from {
        opacity: 0;
        transform: scale(0.75);
      }
      to {
        opacity: 1;
        transform: scale(1);
      }
    }

    @keyframes bp-step-copy-in {
      from {
        opacity: 0;
        transform: translateY(8px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    @media (prefers-reduced-motion: reduce) {
      .bp-step::before,
      .bp-step,
      .bp-step h4,
      .bp-step p,
      .bp-feature-card,
      .bp-glass-card,
      .bp-gallery-card,
      .bp-gallery-card .card-img-wrap img,
      .bp-testimonial-card,
      .bp-step-num {
        animation: none !important;
        transition: none !important;
      }

      .bp-step {
        opacity: 1;
        transform: none;
      }

      .bp-step::before,
      .bp-step-num,
      .bp-step h4,
      .bp-step p {
        opacity: 1;
        transform: none;
      }
    }

    .bp-testimonial-card .stars {
      color: var(--bp-sage);
      margin-bottom: 1rem;
    }

    .bp-testimonial-card blockquote {
      font-size: 0.95rem;
      color: var(--bp-sage);
      line-height: 1.75;
      margin-bottom: 1.5rem;
      font-style: italic;
    }

    .bp-testimonial-author {
      display: flex;
      align-items: center;
      gap: 0.75rem;
    }

    .bp-testimonial-author .avatar {
      width: 48px;
      height: 48px;
      border-radius: 50%;
      background: var(--bp-cream);
      display: flex;
      align-items: center;
      justify-content: center;
      color: var(--bp-sage);
      font-weight: 700;
    }

    .bp-testimonial-author strong {
      display: block;
      color: var(--bp-sage-hover);
      font-size: 0.95rem;
    }

    .bp-testimonial-author span {
      font-size: 0.8rem;
      color: var(--bp-sage);
    }

    /* Newsletter */
    .bp-newsletter {
      background: var(--bp-sage);
      color: #fff;
      padding: 3.5rem 0;
    }

    .bp-newsletter .bp-heading {
      color: #fff;
    }

    .bp-newsletter-form {
      display: flex;
      max-width: 480px;
      margin: 1.5rem auto 0;
      gap: 0;
      border-radius: 50px;
      overflow: hidden;
      background: #fff;
      padding: 4px;
    }

    .bp-newsletter-form input {
      flex: 1;
      border: none;
      padding: 12px 20px;
      font-size: 0.95rem;
      outline: none;
    }

    .bp-newsletter-form button {
      border: none;
      background: var(--bp-sage-hover);
      color: #fff;
      font-weight: 600;
      padding: 12px 24px;
      border-radius: 50px;
      white-space: nowrap;
    }

    .bp-newsletter-form button:hover {
      background: var(--bp-sage);
    }

    /* Contact split */
    .bp-contact-section {
      background: var(--bp-sage);
      color: #fff;
    }

    .bp-contact-section .bp-heading,
    .bp-contact-section .bp-lead {
      color: #fff;
    }

    .bp-contact-section .bp-lead {
      opacity: 0.92;
    }

    .bp-contact-info-item {
      display: flex;
      gap: 1rem;
      margin-bottom: 1.25rem;
      align-items: flex-start;
    }

    .bp-contact-info-item i {
      font-size: 1.35rem;
      color: var(--bp-cream);
      margin-top: 0.15rem;
    }

    .bp-contact-form-card {
      background: #fff;
      border-radius: 20px;
      padding: 2.5rem;
      box-shadow: 0 24px 60px rgba(0, 0, 0, 0.15);
    }

    .bp-contact-form-card .form-label {
      font-size: 0.85rem;
      font-weight: 600;
      color: var(--bp-sage-hover);
    }

    .bp-contact-form-card .form-control {
      border-radius: 10px;
      border-color: color-mix(in srgb, var(--bp-sage) 25%, transparent);
      padding: 0.65rem 1rem;
    }

    .bp-contact-form-card .form-control:focus {
      border-color: var(--bp-sage);
      box-shadow: 0 0 0 0.2rem color-mix(in srgb, var(--bp-sage) 20%, transparent);
    }

    .bp-contact-form-card .btn-bp {
      width: 100%;
      justify-content: center;
      border: none;
    }

    /* Footer � white / black */
    .footer-bp {
      background: #ffffff;
      color: #000000;
      padding: 3.5rem 0 0;
      font-size: 0.9rem;
      border-top: 1px solid #e8e8e8;
    }

    .footer-bp a {
      color: #000000;
      text-decoration: none;
    }

    .footer-bp a:hover {
      color: var(--bp-sage);
    }

    .footer-bp h4 {
      font-size: 1rem;
      font-weight: 700;
      color: #000;
      margin-bottom: 1.25rem;
    }

    .footer-bp .footer-about p {
      color: #333;
      line-height: 1.7;
    }

    .footer-bp .footer-links ul {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .footer-bp .footer-links li {
      padding: 0.35rem 0;
    }

    .footer-bp .footer-links a {
      color: #333;
    }

    .footer-bp .social-links a {
      display: inline-flex;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      border: 1px solid #ddd;
      align-items: center;
      justify-content: center;
      margin-right: 0.5rem;
      color: #000;
    }

    .footer-bp .social-links a:hover {
      border-color: var(--bp-sage);
      color: var(--bp-sage);
    }

    .footer-bp .footer-bottom {
      border-top: 1px solid #e8e8e8;
      margin-top: 2.5rem;
      padding: 1.25rem 0;
      color: #333;
      font-size: 0.85rem;
    }

    /* ============================================================
       Mobile & tablet responsive
       ============================================================ */
    @media (max-width: 1199px) {
      .header .logo img,
      .header .logo .site-logo {
        max-height: 56px;
      }

      .header .cta-btn {
        font-size: 12px;
        padding: 6px 12px;
        margin: 0 10px 0 0;
      }
    }

    @media (max-width: 767px) {
      .index-page .main,
      .index-page .hero,
      .index-page .bp-stats-wrap {
        overflow-x: hidden;
      }

      .bp-stats-card.row {
        margin-left: 0;
        margin-right: 0;
      }

      .bp-section,
      .bp-page-section {
        padding: 3rem 0;
      }

      .bp-section-header {
        margin-bottom: 2rem;
      }

      .hero {
        min-height: 88vh;
        padding: 96px 0 56px;
      }

      .hero-badge {
        font-size: 0.68rem;
        padding: 8px 14px;
        letter-spacing: 0.06em;
        line-height: 1.5;
        max-width: 95%;
      }

      .hero-title {
        font-size: clamp(1.65rem, 7.5vw, 2.35rem);
        padding: 0 0.25rem;
      }

      .hero-subtitle {
        font-size: 1rem;
        line-height: 1.65;
        padding: 0 0.5rem;
      }

      .btn-bp {
        padding: 12px 22px;
        font-size: 0.95rem;
      }

      .bp-stats-wrap {
        margin-top: -2.5rem;
        padding-bottom: 1rem;
      }

      .bp-stats-card {
        padding: 1.25rem 0.75rem;
        border-radius: 16px;
      }

      .bp-stat-item .stat-num {
        font-size: 1.35rem;
      }

      .bp-stat-item .stat-label {
        font-size: 0.72rem;
        line-height: 1.35;
      }

      .bp-band {
        min-height: 300px;
      }

      .bp-band-neighborhood {
        background-position: center center !important;
      }

      .bp-band-content {
        max-width: 100%;
      }

      .bp-panel {
        padding: 1.75rem 1.25rem;
      }

      .lifestyle-section {
        padding: 3rem 0;
      }

      .lifestyle-section .bp-panel-cream {
        padding: 2rem 1.5rem;
        margin-right: 0;
      }

      .lifestyle-images {
        min-height: auto;
        display: flex;
        flex-direction: column;
        gap: 1rem;
        margin-top: 1.5rem;
        padding: 0;
      }

      .lifestyle-images .li-top,
      .lifestyle-images .li-bottom {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        width: 100%;
        max-width: none;
      }

      .bp-gallery-meta {
        flex-wrap: wrap;
        gap: 0.5rem 1rem;
      }

      .bp-contact-form-card {
        padding: 1.75rem 1.25rem;
      }

      .bp-newsletter {
        padding: 2.5rem 0;
      }

      #floorplan .d-flex.flex-wrap {
        flex-direction: column;
        align-items: stretch !important;
      }

      #floorplan .d-flex.flex-wrap .btn-bp {
        width: 100%;
        justify-content: center;
      }

      .amenities-grid {
        min-height: 280px;
        grid-template-rows: repeat(3, minmax(90px, 1fr));
      }

      .amenities-hero,
      .about-page-hero,
      .floorplan-page-hero,
      .gallery-page-hero {
        min-height: 48vh;
        padding-top: 88px;
        padding-bottom: 40px;
      }
    }

    @media (max-width: 575px) {
      .header .logo img,
      .header .logo .site-logo {
        max-height: 44px;
      }

      .header .logo .sitename {
        display: block;
        margin: 0 0 0 0.35rem;
        font-size: 1.28rem;
        line-height: 1;
      }

      .header .cta-btn {
        font-size: 10px;
        padding: 5px 8px;
        margin: 0 6px 0 0;
        letter-spacing: 0;
      }

      .bp-stats-wrap {
        margin-top: -1.75rem;
      }

      .bp-stat-item i {
        font-size: 1.35rem;
      }

      .bp-stat-item .stat-num {
        font-size: 1.15rem;
      }

      .bp-feature-card,
      .bp-glass-card {
        padding: 1.5rem 1.15rem;
      }

      .bp-newsletter-form {
        flex-direction: column;
        max-width: 100%;
        border-radius: 16px;
        padding: 0.5rem;
        gap: 0.5rem;
      }

      .bp-newsletter-form input {
        width: 100%;
        border-radius: 12px;
        padding: 12px 16px;
      }

      .bp-newsletter-form button {
        width: 100%;
        border-radius: 12px;
        padding: 12px 16px;
      }

      .bp-contact-form-card {
        padding: 1.25rem 1rem;
      }

      .footer-bp {
        padding-top: 2.5rem;
      }

      .footer-bp .footer-bottom {
        flex-direction: column;
        text-align: center;
      }
    }

    @media (max-width: 380px) {
      .header .cta-btn {
        display: none;
      }
    }
