/* ==========================================================
       PARDOS SAKURA — design system carried over from VLPL Floors
       Palette swapped to a Sakura-appropriate deep plum / blossom-pink
       accent while keeping the same structure, spacing and rhythm.
       ========================================================== */
       html, body { overflow-x: hidden; width: 100%; }
img, svg, table, iframe { max-width: 100%; }
.container-fluid, .container { overflow-x: hidden; }

    *, *::before, *::after { box-sizing: border-box; }
    :root {
        --green:      #3F4B40;
        --green-dark: #2e3830;
        --cream:      #FFFAED;
        --cream-mid:  #f5efd8;
        --cream-dark: #e8dfc4;
        --gold:       #c9a84c;
        --gold-light: rgba(201,168,76,0.18);
        --gold-border:rgba(201,168,76,0.45);
        --cream-text: rgba(255,250,237,0.45);
        --plum:       #3F4B40;   /* mapped to VLPL green so every existing rule below stays correct */
        --plum-dark:  #2e3830;
    }
    body { font-family: 'Jost', sans-serif; background: #f0ebe0; margin:0; padding:0; }
    a { text-decoration: none; color: inherit; }

    /* ============================================================
       HERO SECTION – single image + right enquiry form
       ============================================================ */
    .hero-section {
        position: relative; width: 100%; height: 100vh; min-height: 620px;
        display: flex; align-items: stretch; overflow: hidden;
    }
    .hero-bg { position: absolute; inset: 0; overflow: hidden; }
    .hero-bg img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; }
    .hero-bg .hero-overlay {
        position: absolute; inset: 0;
        background: linear-gradient(105deg, rgba(20,10,14,.85) 0%, rgba(20,10,14,.65) 45%, rgba(20,10,14,.35) 75%, rgba(20,10,14,.15) 100%);
    }
    .hero-inner {
        position: relative; z-index: 2; width: 100%; max-width: 1400px; margin: 0 auto;
        padding: 0 60px; display: flex; align-items: center; justify-content: space-between; gap: 48px;
    }
    .hero-left { flex: 1; max-width: 560px; color: #FFFAED; }
    .hero-left .project-name {
        font-family: 'Cormorant Garamond', "Times New Roman", serif;
        font-size: clamp(52px, 5.5vw, 88px); font-weight: 400; line-height: 1.0;
        letter-spacing: 0.02em; text-transform: uppercase; color: #FFFAED; margin-bottom: 10px;
    }
    .hero-left .project-location {
        font-family: 'Jost', sans-serif; font-size: clamp(12px, 1vw, 15px); font-weight: 400;
        letter-spacing: 0.22em; text-transform: uppercase; color: rgb(248 245 239); margin-bottom: 28px;
    }
    .hero-left .feature-list { list-style: none; padding: 0; margin: 0; }
    .hero-left .feature-list li {
        display: flex; align-items: center; gap: 12px; font-family: 'Jost', sans-serif;
        font-size: 15px; font-weight: 400; letter-spacing: 0.05em; color: #e8e4d6; margin-bottom: 12px; line-height: 1.4;
    }
    .hero-left .feature-list li .tick {
        width: 22px; height: 22px; border: 1.5px solid rgba(255,250,237,.50); border-radius: 50%;
        display: flex; align-items: center; justify-content: center; flex-shrink: 0;
    }
    .hero-left .feature-list li .tick svg { width: 11px; height: 11px; stroke: var(--gold); stroke-width: 2.5; fill: none; }
    .hero-art-label {
        position: absolute; bottom: 18px; right: 22px; z-index: 3; font-family: 'Jost', sans-serif;
        font-size: 10px; font-weight: 500; color: rgba(255,250,237,.5); letter-spacing: 0.1em;
    }
    .hero-right { width: 400px; flex-shrink: 0; }
    .hero-form-card { background: var(--plum); border: 2px solid rgba(255,250,237,.25); border-radius: 10px; overflow: hidden; }
    .hero-form-card .hfc-header { background: #F8F5EF; border-bottom: 1px solid rgba(255,250,237,.15); padding: 16px 28px; text-align: center; }
    .hero-form-card .hfc-header h3 { font-family: 'Jost', sans-serif; font-size: 15px; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase; color: #1a1a1a !important; margin: 0; }
    .hero-form-card .hfc-body { padding: 24px 28px 22px; }
    .hfc-body .input_box { width: 100%; display: block; margin-bottom: 6px; padding: 10px 0; position: relative; }
    .hfc-body .input_box input {
        background: none; width: 100%; border: none; padding: 0 0 12px 0; background-color: transparent;
        border-radius: 0; resize: none; color: #fffaed; font-family: 'Jost', sans-serif; font-size: 15px;
        border-bottom: 1.5px solid rgba(255,250,237,.45); letter-spacing: 0.04em; outline: none; transition: border-color .25s;
    }
    .hfc-body .input_box input::placeholder { color: rgba(255,250,237,.5); }
    .hfc-body .input_box input:focus { border-bottom-color: #FFFAED; }
    .hfc-body .input_full { width: 100%; padding: 8px 0 4px; }
    .hfc-body p.privacy {
        position: relative; padding-left: 22px; font-size: 12px; color: rgba(255,250,237,.6);
        font-family: 'Jost', sans-serif; margin: 0; line-height: 1.5;
    }
    .hfc-body p.privacy input[type="checkbox"] { position: absolute; left: 0; top: 3px; width: auto; height: auto; border: none; accent-color: var(--gold); }
    .hfc-body p.privacy a { text-decoration: underline; color: #FFFAED; }
    .hfc-body .btn_form {
        margin-top: 18px; background: #F8F5EF; color: var(--plum); display: block; width: 100%;
        padding: 12px 0; font-family: 'Jost', sans-serif; font-size: 14px; text-align: center; font-weight: 600;
        text-transform: uppercase; letter-spacing: 0.1em; border-radius: 30px; border: 2px solid #F8F5EF;
        cursor: pointer; transition: all .3s;
    }
    .hfc-body .btn_form:hover { background: transparent; color: #F8F5EF; }
    .hfc-body .error-msg1 { font-size: 11px; color: #ff6b6b; letter-spacing: 0.2px; font-weight: 500; display: block; min-height: 14px; margin-top: 2px; }
    .rera-note { font-size: 0.78em; color: rgba(255,250,237,.55); font-family:'Jost',sans-serif; margin-top: 14px; letter-spacing: .04em; }

    /* ============================================================
       SECTION CONTENT BLOCKS
       ============================================================ */
    .second_Sec { padding: 84px 0; }
    .second_Sec.bg_light { background: var(--cream); }
    .second_Sec.bg_dark { background: var(--plum); }
    .second_Sec .content_side { padding: 0 70px; }
    .second_Sec .content_box p { text-align: justify; text-align-last: left; font-size: 15.5px; line-height: 1.75; color: #5a5a52; margin-bottom: 18px; }
    .bg_dark .content_box p { color: rgba(255,250,237,.68); }
    .second_Sec .content_box h2 {
        color: var(--plum); font-family: "Cormorant Garamond", serif; font-size: 54px; font-weight: 500;
        text-transform: uppercase; line-height: 48px; letter-spacing: 0.6px; margin-bottom: 30px;
    }
    .bg_dark .content_box h2 { color: #FFFAED; }

    .second_Sec .mg_side { display: flex; flex-direction: column; }
    .second_Sec .mg_side .img_box { flex: 1 1 auto; display: flex; flex-direction: column; position: relative; }
    .second_Sec .mg_side .img_box img { width: 100%; height: 100%; min-height: 420px; object-fit: cover; object-position: center; display: block; }
    .mg_caption_text { position: absolute; bottom: 14px; right: 16px; font-family:'Jost',sans-serif; font-size: 10px; letter-spacing: .1em; color: rgba(255,250,237,.7); background: rgba(20,10,14,.35); padding: 4px 10px; border-radius: 20px; }

    .section-pointers { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 28px; padding: 0; list-style: none; }
    .section-pointers.cols-3 { grid-template-columns: 1fr 1fr 1fr; }
    .section-pointers li {
        background: rgba(91,42,58,0.06); border: 1px solid rgba(91,42,58,0.16); border-radius: 10px;
        padding: 16px 14px; display: flex; flex-direction: column; align-items: flex-start; gap: 9px;
        transition: transform 0.2s ease, box-shadow 0.2s ease;
    }
    .section-pointers li:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(91,42,58,0.12); }
    .bg_dark .section-pointers li { background: rgba(255, 250, 237, 0.07); border-color: rgba(255, 250, 237, 0.16); }
    .section-pointers li .ptr-icon { width: 38px; height: 38px; border-radius: 50%; background: var(--plum); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
    .bg_dark .section-pointers li .ptr-icon { background: rgba(201, 168, 76, 0.20); border: 1px solid rgba(201, 168, 76, 0.45); }
    .section-pointers li .ptr-icon svg { width: 18px; height: 18px; stroke: var(--gold); fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
    .section-pointers li .ptr-label { font-family: 'Jost', sans-serif; font-size: 12px; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase; color: var(--plum); line-height: 1.3; }
    .bg_dark .section-pointers li .ptr-label { color: #FFFAED; }
    .section-pointers li .ptr-desc { font-family: 'Jost', sans-serif; font-size: 14px; color: #6a6a6a; line-height: 1.55; margin: 0; text-align: left; }
    .bg_dark .section-pointers li .ptr-desc { color: rgba(255, 250, 237, 0.62); }

    .clearfix::after { content:""; display:table; clear:both; }

    /* ============================================================
       AMENITIES
       ============================================================ */
    .amenities-wrap { background: var(--plum); padding: 84px 0; }
    .amenities-head { text-align:center; margin-bottom: 44px; }
    .amenities-head .eyebrow { font-size: 11px; font-weight:600; letter-spacing:.28em; text-transform:uppercase; color: var(--gold); margin-bottom: 10px; }
    .amenities-head h2 { font-family:'Cormorant Garamond', serif; font-size: 46px; color:#FFFAED; text-transform:uppercase; letter-spacing:.04em; }
    .amenities-grid { display:grid; grid-template-columns: repeat(4,1fr); gap: 14px; max-width: 1200px; margin: 0 auto; padding: 0 40px; }
    .am-box { background: rgba(255,250,237,0.06); border:1px solid rgba(255,250,237,0.14); border-radius: 10px; padding: 18px 16px; text-align:center; color:#FFFAED; font-size:13.5px; letter-spacing:.03em; transition: all .25s; display:flex; flex-direction:row; align-items:center; justify-content:center; gap:10px; }
    .am-box:hover { background: rgba(201,168,76,0.16); border-color: var(--gold-border); transform: translateY(-3px); }
    .am-icon { width: 26px; height: 26px; min-width:26px; border-radius: 50%; background: rgba(201,168,76,0.15); border: 1px solid var(--gold-border); display: flex; align-items: center; justify-content: center; flex-shrink:0; }
    .am-icon svg { width: 13px; height: 13px; stroke: var(--gold); fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

    /* ============================================================
       FLOOR PLAN GALLERY
       ============================================================ */
    .floor-plan-gallery { position: relative; margin: 20px 0 0; overflow: hidden; }
    .gallery-wrapper { overflow: hidden; position: relative; width: 100%; }
    .gallery-track { display: flex; transition: transform 0.5s ease-in-out; gap: 20px; }
    .gallery-item { flex: 0 0 calc(33.33% - 14px); text-align: center; box-sizing: border-box; position: relative; }
    .gallery-item .image-wrapper { position: relative; overflow: hidden; border-radius: 8px; }
    .gallery-item img { width: 100%; height: auto; display:block; }
    .gallery-item h3 { margin-top: 10px; font-size: 14px; letter-spacing: .04em; color: var(--plum); font-family:'Jost',sans-serif; }
    .bg_light .gallery-prev, .bg_light .gallery-next {
        position: absolute; top: 50%; transform: translateY(-50%); background-color: var(--plum); color: #fff;
        border: none; border-radius: 8px; cursor: pointer; padding: 10px 15px; z-index: 4;
    }
    .gallery-prev { left: 10px; } .gallery-next { right: 10px; }
    @media (max-width: 768px) { .gallery-item { flex: 0 0 calc(50% - 14px); } }
    @media (max-width: 480px) { .gallery-item { flex: 0 0 100%; } }

    /* ============================================================
       PRICE PLAN
       ============================================================ */
    .price-table { width: 100%; border-collapse: collapse; margin-top: 14px; font-family:'Jost',sans-serif; }
    .price-table th, .price-table td { border: 1px solid rgba(255,250,237,.18); padding: 14px 14px; text-align:center; font-size: 14px; color: rgba(255,250,237,.9); }
    .price-table thead th { background: var(--plum-dark); color: #FFFAED; letter-spacing:.05em; text-transform:uppercase; font-size:12px; font-weight:700; }
    .price-table tbody tr:nth-child(even) { background: rgba(255,250,237,.05); }
    .price-table tbody tr:hover { background: rgba(201,168,76,.10); }
    .price-table tbody td:last-child { color: var(--gold); font-weight:600; }
    .price-note { margin-top: 12px; font-size: .88rem; color:#6a6a6a; }

    /* ============================================================
       LOCATION
       ============================================================ */
    .location__section { background-color: #FFFAED; padding: 84px 0 70px; overflow:hidden; }
    .location__inner { padding-left: 70px; padding-right: 40px; }
    .location__inner h2 { color: var(--plum); font-family: "Cormorant Garamond", serif; font-size: 50px; font-weight: 500; text-transform: uppercase; line-height: 46px; letter-spacing: 0.6px; margin-bottom: 20px; }
    .location__inner .loc-sub { font-family: "Jost", sans-serif; font-size: 15.5px; color: #6a6a6a; line-height: 1.7; margin-bottom: 30px; max-width: 500px; text-align: justify; text-align-last: left; }
    .loc-distances { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; list-style: none; padding: 0; margin: 0; }
    .loc-distances li { min-height: 60px; display: flex; align-items: center; gap: 12px; background: rgba(91,42,58,.06); border: 1px solid rgba(91,42,58,.14); border-radius: 10px; padding: 10px 06px; }
    .loc-distances li .ld-icon { width: 36px; height: 36px; min-width: 36px; border-radius: 50%; background: var(--plum); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
    .loc-distances li .ld-icon svg { width: 16px; height: 16px; stroke: var(--gold); fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
    .loc-distances li .ld-label { font-family: "Jost", sans-serif; font-size: 13.5px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; color: var(--plum); line-height: 1.3; display:block; }
    .loc-distances li .ld-time { font-family: "Jost", sans-serif; font-size: 12px; color: var(--gold); font-weight: 600; letter-spacing: .03em; }
    .loc-map { border-radius: 12px; overflow:hidden; box-shadow: 0 12px 40px rgba(20,10,14,0.18); }
    .loc-map iframe { display:block; width:100%; height: 460px; border:0; }

    /* ============================================================
       ABOUT DEVELOPER
       ============================================================ */
    .developer_section {
        width: 100%;
        max-width: 100%;
        background: var(--cream);
        padding: 84px 0;
    }

    .developer_section .content_side {
        width: 100%;
        padding: 0 70px;
    }

    .developer_section .developer-copy {
        width: 100%;
        max-width: none;
        margin: 0;
    }

    .developer_section .higlights_heading {
        text-align: left;
        margin-bottom: 30px;
    }

    .developer_section h2 {
        color: var(--plum);
        font-family:'Cormorant Garamond',serif;
        font-size: 44px;
        text-transform:uppercase;
        letter-spacing:.04em;
        margin-bottom: 10px;
    }

    .developer_section h3 {
        color: var(--plum);
        font-family:'Cormorant Garamond',serif;
        font-size: 28px;
        text-transform:uppercase;
        letter-spacing:.03em;
        margin: 26px 0 8px;
    }

    .developer_section p {
        width: 100%;
        font-size: 15.5px;
        line-height: 1.75;
        color: #5a5a52;
        text-align: justify;
        text-align-last: left;
    }

    /* ============================================================
       DOWNLOAD STRIP
       ============================================================ */
    .dl-wrap { background: var(--cream); padding: 72px 70px 70px; }
    .dl-header { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 42px; gap: 20px; }
    .dl-header-left .dl-eyebrow { font-size: 11px; font-weight: 600; letter-spacing: 0.28em; text-transform: uppercase; color: var(--gold); margin-bottom: 10px; }
    .dl-header-left h2 { font-family: 'Cormorant Garamond', serif; font-size: 44px; font-weight: 400; color: var(--plum); text-transform: uppercase; line-height: 1; letter-spacing: 0.04em; }
    .dl-header-right { font-size: 13px; color: var(--plum); max-width: 260px; line-height: 1.7; text-align: right; }
    .dl-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
    .dl-card { background: var(--plum); border: 1px solid rgba(255,250,237,0.08); border-radius: 14px; padding: 30px 26px 28px; cursor: pointer; transition: all 0.3s ease; display: flex; flex-direction: column; box-shadow: 0 4px 24px rgba(63,75,64,0.13); }
    .dl-card:hover { background: var(--plum-dark); border-color: var(--gold-border); transform: translateY(-5px); box-shadow: 0 18px 48px rgba(20,10,14,0.22); }
    .dl-card-icon { width: 52px; height: 52px; border-radius: 50%; background: rgba(201, 168, 76, 0.15); border: 1.5px solid var(--gold-border); display: flex; align-items: center; justify-content: center; margin-bottom: 20px; flex-shrink: 0; }
    .dl-card-icon svg { width: 22px; height: 22px; stroke: var(--gold); fill: none; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
    .dl-card-title { font-size: 13px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--cream); margin-bottom: 8px; }
    .dl-card-desc { font-size: 13px; color: rgba(255,250,237,0.5); line-height: 1.6; margin-bottom: 24px; flex: 1; }
    .dl-card-btn { display: flex; align-items: center; justify-content: center; gap: 10px; padding: 13px 0; background: var(--gold); border: none; border-radius: 40px; font-size: 13px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--plum-dark); transition: all 0.28s ease; }
    .dl-card-btn svg { width: 15px; height: 15px; stroke: currentColor; fill: none; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; transition: transform 0.25s ease; }
    .dl-card:hover .dl-card-btn { background: var(--cream); color: var(--plum); }
    .dl-card:hover .dl-card-btn svg { transform: translateX(4px); }

    /* ============================================================
       CONTACT SPLIT
       ============================================================ */
    .contact-split { display: grid; grid-template-columns: 1fr 1fr; }
    .contact-left { background: var(--plum); padding: 68px 56px 76px 70px; }
    .c-eyebrow { font-size: 11px; font-weight: 600; letter-spacing: 0.28em; text-transform: uppercase; color: var(--gold); margin-bottom: 10px; }
    .c-heading { font-family: 'Cormorant Garamond', serif; font-size: 64px; font-weight: 300; color: var(--cream); text-transform: uppercase; line-height: 0.9; letter-spacing: 0.02em; margin-bottom: 18px; }
    .c-tagline { font-size: 14px; color: var(--cream-text); line-height: 1.75; margin-bottom: 40px; max-width: 320px; }
    .c-items { display: flex; flex-direction: column; }
    .c-item { display: flex; align-items: flex-start; gap: 16px; padding: 16px 0; border-bottom: 1px solid rgba(255,250,237,0.08); }
    .c-item:last-child { border-bottom: none; }
    .ci-icon { width: 38px; height: 38px; flex-shrink: 0; border-radius: 50%; background: var(--gold-light); border: 1px solid var(--gold-border); display: flex; align-items: center; justify-content: center; margin-top: 1px; }
    .ci-icon svg { width: 15px; height: 15px; stroke: var(--gold); fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
    .ci-lbl { font-size: 10px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(255,250,237,0.35); margin-bottom: 3px; }
    .ci-val { font-size: 14px; color: var(--cream); line-height: 1.55; }
    .ci-val a { color: var(--cream); transition: color 0.2s; }
    .ci-val a:hover { color: var(--gold); }
    .contact-right { background: var(--cream); padding: 68px 70px 76px 56px; border-left: 6px solid var(--cream-dark); }
    .f-eyebrow { font-size: 11px; font-weight: 600; letter-spacing: 0.28em; text-transform: uppercase; color: var(--gold); margin-bottom: 10px; }
    .f-heading { font-family: 'Cormorant Garamond', serif; font-size: 36px; font-weight: 400; color: var(--plum); text-transform: uppercase; line-height: 1; margin-bottom: 32px; letter-spacing: 0.04em; }
    .f-field { margin-bottom: 22px; }
    .f-field input { width: 100%; background: transparent; border: none; border-bottom: 1.5px solid rgba(63,75,64,0.22); padding: 8px 0 10px; font-family: 'Jost', sans-serif; font-size: 15px; color: var(--plum); outline: none; transition: border-color 0.25s; letter-spacing: 0.04em; }
    .f-field input::placeholder { color: rgba(63,75,64,0.38); }
    .f-field input:focus { border-bottom-color: var(--gold); }
    .f-privacy { font-size: 12px; color: #3F4B40; line-height: 1.6; margin-bottom: 26px; padding-left: 20px; position: relative; }
    .f-privacy input[type="checkbox"] { position: absolute; left: 0; top: 3px; accent-color: var(--plum); }
    .f-privacy a { color: rgba(63,75,64,0.7); text-decoration: underline; }
    .f-submit { padding: 13px 44px; background: transparent; border: 2px solid var(--plum); border-radius: 30px; color: var(--plum); font-family: 'Jost', sans-serif; font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.12em; cursor: pointer; transition: all 0.3s; }
    .f-submit:hover { background: var(--plum); border-color: var(--plum); color: var(--cream); }
    .f-msg { font-size: 12px; color: var(--gold); margin-top: 12px; min-height: 16px; font-family: 'Jost', sans-serif; }
    .f-msg.err { color: #c0392b; }

    /* ============================================================
       MODAL POPUP
       ============================================================ */
    .pop_up_box { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.72); z-index: 9999; display: none; align-items: center; justify-content: center; }
    .pop_up_box.open, .pop_up_box:target { display: flex; }
    .modal-box { background: var(--cream); border-radius: 12px; width: 90%; max-width: 440px; overflow: hidden; position: relative; }
    .modal-hd { background: var(--plum); padding: 20px 28px; display: flex; align-items: center; justify-content: space-between; }
    .modal-hd h3 { font-family: 'Cormorant Garamond', serif; font-size: 22px; font-weight: 400; color: var(--cream); text-transform: uppercase; letter-spacing: 0.06em; margin:0; }
    .modal-hd .close_icon { background: none; border: none; cursor: pointer; color: rgba(255,250,237,0.55); font-size: 22px; line-height: 1; transition: color 0.2s; padding: 0; }
    .modal-hd .close_icon:hover { color: var(--cream); }
    .modal-doc-tag { display: flex; align-items: center; gap: 10px; padding: 11px 28px; background: var(--cream-mid); border-bottom: 1px solid var(--cream-dark); }
    .modal-doc-tag svg { width: 15px; height: 15px; stroke: var(--gold); fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
    .modal-doc-tag span { font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--plum); }
    .modal-bd { padding: 24px 28px 26px; }
    .modal-bd .note { font-family: 'Jost', sans-serif; font-size: 13px; color: rgba(63,75,64,0.65); margin-bottom: 22px; line-height: 1.65; }
    .modal-bd .note strong { color: var(--plum); font-weight: 600; }
    .input_box { width: 100%; margin-bottom: 0; padding: 8px 0; position: relative; }
    .input_box input { background: transparent; width: 100%; border: none; padding: 0 0 12px 0; border-bottom: 1.5px solid rgba(63,75,64,0.25); color: var(--plum); font-family: 'Jost', sans-serif; font-size: 15px; letter-spacing: 0.04em; outline: none; transition: border-color 0.25s; }
    .input_box input::placeholder { color: rgba(63,75,64,0.38); }
    .input_box input:focus { border-bottom-color: var(--plum); }
    .modal .error-msg1 { font-size: 11px; color: #c0392b; letter-spacing: 0.2px; font-weight: 500; display: block; min-height: 14px; margin-top: 2px; }
    .input_box.input_full { padding: 6px 0 2px; }
    .privacy { position: relative; padding-left: 22px; font-size: 12px; color: #3F4B40; font-family: 'Jost', sans-serif; margin: 0; line-height: 1.55; }
    .privacy input[type="checkbox"] { position: absolute; left: 0; top: 3px; width: auto; height: auto; border: none; accent-color: var(--plum); }
    .btn_form { margin-top: 18px; background: var(--plum); color: var(--cream); display: block; width: 100%; padding: 13px 0; font-family: 'Jost', sans-serif; font-size: 12px; text-align: center; font-weight: 600; text-transform: uppercase; letter-spacing: 0.12em; border-radius: 30px; border: 2px solid var(--plum); cursor: pointer; transition: all 0.3s; }
    .btn_form:hover { background: transparent; color: var(--plum); }
    #modalProcess, #lblProcessCarrier { font-size: 12px; color: var(--gold); font-family: 'Jost', sans-serif; text-align: center; margin-top: 8px; min-height: 16px; }

    /* ============================================================
       FAQ
       ============================================================ */
    .faq-wrap { background: var(--plum); padding: 84px 0; }
    .faq-head { text-align:center; margin-bottom: 44px; }
    .faq-head .eyebrow { font-size: 11px; font-weight:600; letter-spacing:.28em; text-transform:uppercase; color: var(--gold); margin-bottom: 10px; }
    .faq-head h2 { font-family:'Cormorant Garamond', serif; font-size: 46px; color:#FFFAED; text-transform:uppercase; letter-spacing:.04em; }
    .faq-list { max-width: 880px; margin: 0 auto; padding: 0 40px; }
    .faq-item { border-bottom: 1px solid rgba(255,250,237,0.14); }
    .faq-item summary {
        list-style: none; cursor: pointer; padding: 22px 34px 22px 0; position: relative;
        font-family: 'Jost', sans-serif; font-size: 16px; font-weight: 600; letter-spacing: .02em; color: #FFFAED;
    }
    .faq-item summary::-webkit-details-marker { display: none; }
    .faq-item summary::after {
        content: '+'; position: absolute; right: 4px; top: 18px; font-size: 22px; color: var(--gold);
        transition: transform .25s;
    }
    .faq-item[open] summary::after { transform: rotate(45deg); }
    .faq-item p {
        font-family: 'Jost', sans-serif; font-size: 14.5px; line-height: 1.75; color: rgba(255,250,237,0.62);
        margin: 0 0 24px; padding-right: 34px;
    }
    @media (max-width: 820px) {
        .faq-list { padding: 0 22px; }
        .faq-head h2 { font-size: 34px; }
        .faq-item summary { font-size: 14.5px; padding: 18px 30px 18px 0; }
    }


    .hfc-header h3.on-cream { color:#000 !important; }
    .hero-process { font-size:13px; margin-top:8px; text-align:center; }
    .hero-process.on-dark { color:#F8F5EF; }
    .hero-process.on-plum { color:#FFFAED; }
    .content_box.text-center { text-align:center; }
    .content_box .lead-note { max-width:640px; margin:0 auto 10px; text-align:center; text-align-last:center; }
    .content_box.gallery-head { text-align:center; margin-bottom:20px; }
    .content_box.gallery-head h2 { color:var(--plum); font-family:'Cormorant Garamond',serif; font-size:44px; text-transform:uppercase; }
    .content_box.gallery-head p { text-align:center; text-align-last:center; color:#6a6a6a; }
    .price-note.on-plum { color:rgba(255,250,237,.55); }
    .content_box.costing-cta { padding-top:40px; }
    .content_box p.cta-lead { color: rgba(255,250,237,.65); font-size: 14.5px; line-height:1.6; max-width: 320px; margin-bottom: 22px; text-align:left; text-align-last:left; }
    a.cta-btn {
        display: inline-flex; align-items:center; justify-content:center;
        background: var(--gold); color: var(--plum-dark) !important;
        padding: 15px 36px; border-radius: 30px; border: 2px solid var(--gold);
        font-family: 'Jost', sans-serif; font-size: 13px; font-weight: 700;
        text-transform: uppercase; letter-spacing: 0.1em; text-decoration:none;
        cursor: pointer; transition: all 0.3s ease;
    }
    a.cta-btn:hover { background: transparent; color: var(--gold) !important; }
    .btn_form.inline-btn { display:inline-block; width:auto; padding:14px 34px; }
    .developer-tagline { max-width:760px; }


    /* ============================================================
       GALLERY / OWL CAROUSEL WRAP
       ============================================================ */
    .gallery { padding: 84px 0; background: var(--cream); }
    .gallery .owl-carousel .item { border-radius: 10px; overflow: hidden; }
    .gallery .owl-carousel .item img { width: 100%; aspect-ratio: 10 / 7; object-fit: cover; display:block; }
    .gallery .owl-nav { position: absolute; top: 50%; left: 0; right: 0; transform: translateY(-50%); display:flex; justify-content:space-between; pointer-events:none; margin: 0 -50px; }
    .gallery .owl-carousel { position: relative; }
    .gallery .owl-nav button.owl-prev, .gallery .owl-nav button.owl-next {
        pointer-events: all; width: 46px; height: 46px; border-radius: 50%;
        background: var(--plum) !important; border: 1.5px solid rgba(255,250,237,.35);
        display: flex; align-items: center; justify-content: center; transition: all .25s;
    }
    .gallery .owl-nav button.owl-prev:hover, .gallery .owl-nav button.owl-next:hover { background: var(--gold) !important; border-color: var(--gold); }
    .gallery .owl-nav svg { width: 18px; height: 18px; stroke: #FFFAED; fill:none; stroke-width:2.2; stroke-linecap:round; stroke-linejoin:round; }
    .gallery .owl-nav button.owl-prev:hover svg, .gallery .owl-nav button.owl-next:hover svg { stroke: var(--plum-dark); }
    .gallery .owl-dots { text-align: center; margin-top: 22px; }
    .gallery .owl-dot span { background: rgba(63,75,64,.25) !important; width:8px; height:8px; margin:0 4px; }
    .gallery .owl-dot.active span { background: var(--gold) !important; }
    @media (max-width: 991px) { .gallery .owl-nav { margin: 0 6px; } }

    /* ============================================================
       FOOTER
       ============================================================ */
    .footer { background: var(--plum-dark); }
    .footer_start { padding: 56px 0 30px; }
    .foot_logo img { max-height: 60px; }
    .uncode_text_column p { color: rgba(255,250,237,.55); font-size: 13px; margin-top: 14px; }
    .footer__navbar ul { list-style:none; display:flex; gap: 18px; justify-content:center; padding:0; margin:0; flex-wrap:wrap; }
    .footer__navbar a { color: rgba(255,250,237,.75); font-size: 13px; letter-spacing:.05em; }
    .footer__navbar a:hover { color: var(--gold); }
    .footer__follow { text-align:center; }
    .footer__follow p { color: rgba(255,250,237,.4); font-size: 11px; letter-spacing:.2em; margin-bottom: 10px; }
    .footer__follow ul { list-style:none; display:flex; gap:14px; justify-content:center; padding:0; }
    .footer__follow a { width:36px; height:36px; border-radius:50%; border:1px solid rgba(255,250,237,.2); display:flex; align-items:center; justify-content:center; color:#FFFAED; }
    .footer__follow a:hover { background: var(--gold); color: var(--plum-dark); }
    .footer_end { border-top: 1px solid rgba(255,250,237,.08); padding: 22px 0; }
    .copyright ul { list-style:none; display:flex; justify-content:center; gap: 20px; padding:0; margin: 0 0 14px; }
    .copyright a { color: rgba(255,250,237,.5); font-size: 12px; }
    .footer-disclaimer { margin-top: 6px; padding-top: 15px; border-top: 1px solid rgba(255,255,255,0.1); }
    .footer-disclaimer p { font-size: 11.5px; line-height: 1.8; color: rgba(255,250,237,.4); text-align: center; margin-bottom: 0; }
    .footer-disclaimer strong { color: rgba(255,250,237,.7); }

    /* ============================================================
       SIMPLE HEADER / NAV
       ============================================================ */
    header.site-header { position: fixed; top:0; left:0; right:0; z-index: 500; background: rgba(63,20,32,0); transition: background .3s; }
    header.site-header.sticky { background: var(--plum); box-shadow: 0 4px 24px rgba(0,0,0,.15); }
    .nav-wrap { max-width: 1400px; margin: 0 auto; display:flex; align-items:center; justify-content:space-between; padding: 18px 40px; }
    .nav-wrap .brand { display:flex; align-items:center; font-family:'Cormorant Garamond',serif; font-size: 24px; color:#FFFAED; letter-spacing:.05em; text-transform:uppercase; }
    .nav-wrap .brand img { height: 34px; width: auto; display:block; }
    .nav-wrap .brand span { color: var(--gold); }
    .nav-wrap nav ul { list-style:none; display:flex; gap: 26px; padding:0; margin:0; }
    .nav-wrap nav a { color: #FFFAED; font-size: 13px; letter-spacing: .06em; text-transform: uppercase; }
    .nav-wrap nav a:hover { color: var(--gold); }
    .nav-wrap .brochure-btn { border:1px solid rgba(255,250,237,.4); color:#FFFAED; padding: 9px 20px; border-radius: 24px; font-size:12px; letter-spacing:.08em; text-transform:uppercase; }
    .nav-wrap .brochure-btn:hover { background: var(--gold); border-color: var(--gold); color: var(--plum-dark); }
    .mobile-toggle { display:none; background:none; border:none; color:#FFFAED; font-size:22px; }
    @media (max-width: 991px) {
        .nav-wrap nav { display:none; }
        .mobile-toggle { display:block; }
        header.site-header { background: var(--plum); }
    }

    /* ============================================================
       RESPONSIVE
       ============================================================ */
    @media (max-width: 1100px) { .hero-inner { padding: 0 32px; gap: 32px; } .hero-right { width: 360px; } }
    .hero-form-below { display: none; }
    @media (max-width: 820px) {
        .second_Sec { padding: 56px 0; }
        .second_Sec .content_side { padding: 0 22px; }
        .second_Sec .content_box h2 { font-size: 30px; line-height: 34px; margin-bottom: 22px; }
        .section-pointers, .section-pointers.cols-3 { grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 20px; }
        .amenities-grid { grid-template-columns: 1fr 1fr; padding: 0 18px; }
        .dl-grid { grid-template-columns: 1fr 1fr; }
        .dl-wrap { padding: 50px 18px; }
        .dl-header { flex-direction: column; align-items: flex-start; }
        .dl-header-right { text-align: left; }
        .contact-split { grid-template-columns: 1fr; }
        .contact-left { padding: 46px 22px; }
        .contact-right { padding: 40px 22px 56px; border-left: none; border-top: 6px solid var(--cream-dark); }
        .location__inner { padding: 0 22px 30px; }
        .loc-map iframe { height: 320px; }
        .gallery-item { flex: 0 0 calc(50% - 14px); }

        .hero-section { height: 100vh; min-height: 560px; position: relative; overflow: hidden; display: block; }
        .hero-bg img { object-position: center top; }
        .hero-bg .hero-overlay { background: linear-gradient(180deg, rgba(20,10,14,.82) 0%, rgba(20,10,14,.65) 40%, rgba(20,10,14,.45) 70%, rgba(20,10,14,.30) 100%); }
        .hero-inner { position: absolute; top: 78px; left:0; right:0; bottom:0; z-index:2; width:100%; max-width:100%; margin:0; padding: 24px 22px 32px; display:flex; flex-direction:column; align-items:flex-start; justify-content:flex-start; gap:0; background:none; min-height:unset; }
        .hero-right { display: none; }
        .hero-left { max-width: 100%; width: 100%; }
        .hero-left .project-name { font-size: clamp(56px, 16vw, 80px); line-height: .95; margin-bottom: 10px; color:#fff; }
        .hero-left .project-location { font-size: 16px; letter-spacing: .28em; margin-bottom: 24px; }
        .hero-left .feature-list li { font-size: 14px; margin-bottom: 11px; color: #fff; }
        .hero-art-label { display: none; }
        .hero-form-below { display: block; background: var(--plum); padding: 32px 20px 40px; width: 100%; }
        .hero-form-below .hero-form-card { border-radius: 8px; }
        .hero-form-below .hfc-body { padding: 20px 20px 18px; }
    }
    @media (max-width: 480px) {
        .hero-inner { top: 72px; padding: 20px 18px 26px; }
        .hero-left .project-name { font-size: 56px; }
        .amenities-grid, .dl-grid { grid-template-columns: 1fr; }
        .price-table th, .price-table td { padding: 9px 6px; font-size: 12px; }
    }
    
    .costing-cta-below {
    margin-top: 32px;
    padding-top: 26px;
    border-top: 1px solid rgba(255,250,237,0.14);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
}
.costing-cta-below .cta-lead {
    color: rgba(255,250,237,.65);
    font-size: 14.5px;
    line-height: 1.6;
    max-width: 460px;
    margin: 0;
    text-align: left;
    text-align-last: left;
}
@media (max-width: 820px) {
    .costing-cta-below { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 991px) {
    .nav-wrap nav { display:none; }
    .mobile-toggle { display:block; }
    header.site-header { background: var(--plum); }

    .nav-wrap nav.nav-open {
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        width: 78%;
        max-width: 320px;
        height: 100vh;
        background: var(--plum);
        padding: 90px 30px 30px;
        box-shadow: -8px 0 30px rgba(0,0,0,.3);
        z-index: 600;
        overflow-y: auto;
    }
    .nav-wrap nav.nav-open ul { flex-direction: column; gap: 22px; }
    .nav-wrap nav.nav-open a { font-size: 15px; }

    .mobile-toggle { position: relative; z-index: 700; }

    .nav-backdrop {
        display: none;
        position: fixed; inset: 0;
        background: rgba(0,0,0,.55);
        z-index: 550;
    }
    .nav-backdrop.active { display: block; }
}

 @media (max-width: 820px) {
    .developer_section {
        padding: 56px 0;
    }

    .developer_section .content_side {
        padding: 0 22px;
    }

    .developer_section .developer-copy {
        width: 100%;
        max-width: none;
    }

    .developer_section h2 {
        font-size: 34px;
        line-height: 1.1;
    }

    .developer_section h3 {
        font-size: 25px;
        line-height: 1.2;
    }

    .developer_section p {
        font-size: 15px;
        line-height: 1.7;
    }
}