:root {
    --green:#123d2a;
    --green2:#1c5138;
    --cream:#f4efe6;
    --paper:#fbfaf6;
    --gold:#b28a4a;
    --ink:#26251f;
    --muted:#6f7069
}
* {
    box-sizing:border-box
}
html {
    scroll-behavior:smooth
}
body {
    margin:0;
    background:var(--paper);
    color:var(--ink);
    font-family:Montserrat,Arial,sans-serif;
    font-size:15px;
    line-height:1.75
}
img {
    max-width:100%;
    display:block
}
a {
    text-decoration:none;
    color:inherit
}
.header {
    height:86px;
    display:flex;
    align-items:center;
    gap:28px;
    padding:0 4.5vw;
    background:rgba(251,250,246,.96);
    position:sticky;
    top:0;
    z-index:50;
    border-bottom:1px solid #e7e0d4
}
.brand {
    width:145px;
    height:55px;
    overflow:hidden;
    display:flex;
    align-items:center
}
.brand img {
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:left bottom
}
.nav {
    margin-left:auto;
    display:flex;
    gap:24px;
    font-size:12px;
    text-transform:uppercase;
    letter-spacing:.08em
}
.nav a:hover {
    color:var(--gold)
}
.header-cta,.btn {
    background:var(--green);
    color:#fff;
    padding:12px 20px;
    text-transform:uppercase;
    font-size:11px;
    letter-spacing:.13em;
    border:1px solid var(--green);
    transition:.25s
}
.header-cta:hover,.btn:hover {
    background:var(--gold);
    border-color:var(--gold)
}
.menu-toggle {
    display:none;
    border:0;
    background:none
}
.hero {
    height:calc(100vh - 86px);
    min-height:620px;
    position:relative;
    overflow:hidden
}
.slides,.slide {
    position:absolute;
    inset:0
}
.slide {
    opacity:0;
    transition:opacity .9s;
    background-size:cover;
    background-position:center
}
.slide.active {
    opacity:1
}
.shade {
    position:absolute;
    inset:0;
    background:linear-gradient(90deg,rgba(11,31,21,.76),rgba(11,31,21,.2) 58%,rgba(0,0,0,.05))
}
.hero-copy {
    position:absolute;
    left:8vw;
    top:50%;
    transform:translateY(-50%);
    color:white;
    max-width:620px
}
.eyebrow,.section-kicker {
    font-size:11px;
    letter-spacing:.22em;
    text-transform:uppercase;
    font-weight:600
}
.hero h1,.hero h2,.section h2,.sustain-copy h2,.enquire h2 {
    font-family:'Cormorant Garamond',Georgia,serif;
    font-weight:600;
    line-height:.92;
    letter-spacing:.02em
}
.hero h1 {
    font-size:clamp(64px,8vw,118px);
    margin:14px 0
}
.hero h2 {
    font-size:clamp(48px,5.5vw,82px);
    margin:14px 0
}
.hero-copy>p:not(.eyebrow) {
    font-family:'Cormorant Garamond',serif;
    font-size:25px;
    margin:0 0 28px
}
.slider-arrow {
    position:absolute;
    top:50%;
    width:46px;
    height:46px;
    border:1px solid rgba(255,255,255,.6);
    background:transparent;
    color:#fff;
    font-size:32px;
    z-index:4
}
.prev {
    left:25px
}
.next {
    right:25px
}
.dots {
    position:absolute;
    bottom:30px;
    left:50%;
    transform:translateX(-50%);
    display:flex;
    gap:10px
}
.dots button {
    width:34px;
    height:2px;
    border:0;
    background:#ffffff66;
    padding:0
}
.dots button.active {
    background:#fff
}
.section {
    padding:105px 8vw
}
.section-kicker {
    color:var(--gold);
    margin-bottom:30px
}
.two-col,.section-head {
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:7vw;
    align-items:start
}
.section h2 {
    font-size:clamp(44px,5vw,72px);
    margin:0
}
.section h2 em {
    font-weight:500;
    color:var(--green)
}
.lead {
    font-family:'Cormorant Garamond',serif;
    font-size:26px;
    line-height:1.45;
    margin-top:0
}
.gold-line {
    width:70px;
    height:2px;
    background:var(--gold);
    margin-top:28px
}
.feature-strip {
    display:grid;
    grid-template-columns:repeat(4,1fr);
    margin-top:75px;
    border-top:1px solid #d8d1c5;
    border-bottom:1px solid #d8d1c5
}
.feature-strip div {
    padding:25px;
    border-right:1px solid #d8d1c5
}
.feature-strip div:last-child {
    border:0
}
.feature-strip strong {
    display:block;
    font-family:'Cormorant Garamond',serif;
    font-size:42px;
    color:var(--green);
    line-height:1
}
.feature-strip span {
    font-size:11px;
    text-transform:uppercase;
    letter-spacing:.08em
}
.visual-break {
    position:relative;
    height:720px;
    overflow:hidden
}
.visual-break img {
    width:100%;
    height:100%;
    object-fit:cover
}
.visual-break:after {
    content:'';
    position:absolute;
    inset:0;
    background:linear-gradient(0deg,rgba(10,30,20,.72),transparent 55%)
}
.visual-break>div {
    position:absolute;
    z-index:2;
    left:8vw;
    bottom:70px;
    color:white
}
.visual-break span {
    font-size:11px;
    letter-spacing:.2em
}
.visual-break h2 {
    font-family:'Cormorant Garamond',serif;
    font-size:52px;
    max-width:650px;
    margin:8px 0
}
.section-head {
    margin-bottom:55px
}
.section-head p {
    max-width:520px
}
.plan-card {
    display:grid;
    grid-template-columns:1.35fr .65fr;
    background:#fff;
    box-shadow:0 18px 50px #23312612
}
.plan-card img {
    width:100%;
    height:100%;
    object-fit:cover
}
.plan-copy {
    padding:45px
}
.plan-copy h3 {
    font-family:'Cormorant Garamond',serif;
    font-size:36px;
    color:var(--green);
    margin:0
}
.plan-copy small {
    display:block;
    margin-top:25px;
    color:var(--muted);
    font-size:11px
}
.gallery {
    background:var(--green);
    color:white
}
.light {
    color:#d8c39d
}
.gallery .section-head h2 em {
    color:#d8c39d
}
.gallery-grid {
    display:grid;
    grid-template-columns:repeat(3,1fr);
    grid-auto-rows:420px;
    gap:12px
}
.gallery-grid .wide {
    grid-column:span 2
}
.gallery figure {
    margin:0;
    position:relative;
    overflow:hidden
}
.gallery figure img {
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.5s
}
.gallery figure:hover img {
    transform:scale(1.03)
}
.gallery figcaption {
    position:absolute;
    left:20px;
    bottom:18px;
    background:#123d2ad9;
    padding:6px 12px;
    font-family:'Cormorant Garamond',serif;
    font-size:19px
}
.amenity-showcase {
    display:grid;
    grid-template-columns:1.35fr .65fr;
    background:white;
    min-height:640px
}
.amenity-image img {
    width:100%;
    height:100%;
    object-fit:cover
}
.amenity-list {
    display:flex;
    flex-direction:column
}
.amenity-list button {
    flex:1;
    display:grid;
    grid-template-columns:55px 1fr;
    align-items:center;
    text-align:left;
    border:0;
    border-bottom:1px solid #e7e0d4;
    background:white;
    padding:0 24px;
    font-family:Montserrat
}
.amenity-list button b {
    color:var(--gold);
    font-size:11px
}
.amenity-list button span {
    font-family:'Cormorant Garamond',serif;
    font-size:21px
}
.amenity-list button.active {
    background:var(--green);
    color:white
}
.amenity-tags {
    display:flex;
    flex-wrap:wrap;
    gap:9px;
    margin-top:30px
}
.amenity-tags span,.location-tags span {
    border:1px solid #d7d0c5;
    padding:8px 12px;
    font-size:11px;
    text-transform:uppercase;
    letter-spacing:.05em
}
.sustainability {
    height:760px;
    position:relative;
    background:#092b1a;
    color:white;
    overflow:hidden
}
.sustainability>img {
    width:100%;
    height:100%;
    object-fit:cover;
    opacity:.65
}
.sustain-copy {
    position:absolute;
    left:8vw;
    top:50%;
    transform:translateY(-50%);
    max-width:580px
}
.sustain-copy h2 {
    font-size:64px;
    margin:15px 0 25px
}
.location-grid {
    display:grid;
    grid-template-columns:.7fr 1.3fr;
    gap:70px;
    align-items:center
}
.location-grid h2 {
    margin-bottom:25px
}
.location-grid img {
    box-shadow:0 15px 50px #1d2d231a
}
.location-tags {
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    margin-top:30px
}
.faq {
    background:#eee9df
}
.faq-wrap {
    max-width:900px;
    margin:50px auto 0
}
.faq details {
    border-bottom:1px solid #cfc6b8;
    padding:22px 0
}
.faq summary {
    cursor:pointer;
    list-style:none;
    font-family:'Cormorant Garamond',serif;
    font-size:25px;
    font-weight:600;
    color:var(--green);
    position:relative;
    padding-right:30px
}
.faq summary:after {
    content:'+';
    position:absolute;
    right:0
}
.faq details[open] summary:after {
    content:'−'
}
.faq details p {
    max-width:760px;
    color:#5e605b
}
.enquire {
    background:var(--green);
    color:white;
    padding:75px 8vw;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:80px;
    align-items:center
}
.enquire h2 {
    font-size:58px;
    margin:10px 0
}
.enquire form {
    display:grid;
    grid-template-columns:1fr 1fr auto;
    gap:10px
}
.enquire input {
    min-width:0;
    padding:15px;
    border:1px solid #ffffff55;
    background:transparent;
    color:white
}
.enquire input::placeholder {
    color:#ffffffaa
}
.enquire .btn {
    background:var(--gold);
    border-color:var(--gold)
}
.rera-grid {
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:12px
}
.rera-grid div {
    border:1px solid #ded7cb;
    padding:22px
}
.rera-grid h3 {
    font-family:'Cormorant Garamond',serif;
    color:var(--green);
    font-size:21px;
    margin:0 0 6px
}
.rera-grid p {
    font-size:12px;
    margin:0
}
.legal {
    padding-top:20px
}
.legal h3 {
    font-family:'Cormorant Garamond',serif;
    font-size:30px;
    color:var(--green)
}
.legal p {
    font-size:11px;
    color:#666;
    line-height:1.8
}
footer {
    background:#10281d;
    color:#e8e2d7;
    padding:60px 8vw 20px
}
.footer-main {
    display:grid;
    grid-template-columns:2fr 1fr 1fr;
    gap:50px
}
.footer-main img {
    width:155px;
    height:58px;
    object-fit:cover;
    object-position:left bottom;
    margin-bottom:15px
}
.footer-main h4 {
    font-family:'Cormorant Garamond',serif;
    font-size:22px;
    margin:0 0 12px
}
.footer-main a {
    display:block;
    color:#b9bdb7;
    font-size:12px;
    margin:6px 0
}
.footer-bottom {
    border-top:1px solid #ffffff1c;
    margin-top:40px;
    padding-top:18px;
    font-size:10px;
    color:#9aa39d
}
@media(max-width:980px) {
    .nav,.header-cta {
        display:none
    }
    .menu-toggle {
        display:block;
        margin-left:auto
    }
    .menu-toggle span {
        display:block;
        width:24px;
        height:2px;
        background:var(--green);
        margin:5px
    }
    .nav.open {
        display:flex;
        position:absolute;
        top:86px;
        left:0;
        right:0;
        background:var(--paper);
        padding:24px 6vw;
        flex-direction:column;
        gap:14px;
        border-bottom:1px solid #ddd
    }
    .hero {
        height:72vh;
        min-height:560px
    }
    .two-col,.section-head,.plan-card,.location-grid,.enquire {
        grid-template-columns:1fr
    }
    .feature-strip {
        grid-template-columns:1fr 1fr
    }
    .gallery-grid {
        grid-template-columns:1fr 1fr
    }
    .gallery-grid .wide {
        grid-column:span 1
    }
    .amenity-showcase {
        grid-template-columns:1fr
    }
    .amenity-image {
        height:500px
    }
    .rera-grid {
        grid-template-columns:1fr 1fr
    }
    .enquire {
        gap:25px
    }
    .enquire form {
        grid-template-columns:1fr 1fr
    }
    .enquire form .btn {
        grid-column:1/-1
    }
    .footer-main {
        grid-template-columns:1.5fr 1fr 1fr
    }
}
@media(max-width:620px) {
    body {
        font-size:14px
    }
    .header {
        height:70px;
        padding:0 18px
    }
    .brand {
        width:125px;
        height:48px
    }
    .nav.open {
        top:70px
    }
    .section {
        padding:70px 20px
    }
    .hero {
        height:76vh;
        min-height:520px
    }
    .hero-copy {
        left:25px;
        right:25px
    }
    .hero h1 {
        font-size:58px
    }
    .hero h2 {
        font-size:44px
    }
    .hero-copy>p:not(.eyebrow) {
        font-size:21px
    }
    .slider-arrow {
        display:none
    }
    .two-col {
        gap:28px
    }
    .section h2 {
        font-size:43px
    }
    .lead {
        font-size:22px
    }
    .feature-strip {
        grid-template-columns:1fr 1fr;
        margin-top:45px
    }
    .feature-strip div {
        padding:18px 10px
    }
    .feature-strip strong {
        font-size:32px
    }
    .visual-break {
        height:520px
    }
    .visual-break>div {
        left:20px;
        right:20px;
        bottom:35px
    }
    .visual-break h2 {
        font-size:39px
    }
    .section-head {
        gap:18px;
        margin-bottom:35px
    }
    .plan-copy {
        padding:25px
    }
    .gallery-grid {
        grid-template-columns:1fr;
        grid-auto-rows:360px
    }
    .amenity-image {
        height:390px
    }
    .amenity-list button {
        min-height:62px
    }
    .sustainability {
        height:650px
    }
    .sustain-copy {
        left:20px;
        right:20px
    }
    .sustain-copy h2 {
        font-size:47px
    }
    .location-grid {
        gap:35px
    }
    .enquire {
        padding:60px 20px
    }
    .enquire h2 {
        font-size:45px
    }
    .enquire form {
        grid-template-columns:1fr
    }
    .enquire form .btn {
        grid-column:auto
    }
    .rera-grid {
        grid-template-columns:1fr
    }
    .footer-main {
        grid-template-columns:1fr 1fr
    }
    .footer-main>div:first-child {
        grid-column:1/-1
    }
}
/* Premium high-CTR enquiry system */
body {
    background:#07130e;
    color:#f4efe6
}
.section {
    background:#0b1c14;
    color:#f4efe6
}
.intro,.plan,.amenities,.location,.rera,.legal {
    background:linear-gradient(135deg,#0a1711,#10281d)
}
.section h2,.lead,.plan-copy h3,.rera-grid h3,.legal h3 {
    color:#f4efe6
}
.section h2 em {
    color:#c8a86b
}
.section-head p,.intro p,.plan-copy p,.location p,.legal p {
    color:#c8cec9
}
.header {
    background:rgba(5,15,10,.96);
    border-bottom-color:#ffffff18
}
.nav {
    color:#f5f0e6
}
.menu-toggle span {
    background:#d7bd87
}
.header-cta {
    font-family:Montserrat;
    border:0;
    cursor:pointer
}
.feature-strip {
    border-color:#ffffff20
}
.feature-strip div {
    border-color:#ffffff20
}
.feature-strip strong {
    color:#d7bd87
}
.feature-strip span {
    color:#d7ddd8
}
.plan-card {
    background:#050b08;
    border:1px solid #ffffff12
}
.plan-copy small {
    color:#9da7a0
}
.amenity-showcase {
    background:#050b08;
    border:1px solid #ffffff12
}
.amenity-list button {
    background:#0d1d15;
    color:#eee8dd;
    border-color:#ffffff12
}
.amenity-list button.active {
    background:#1b4a34
}
.amenity-tags span,.location-tags span,.rera-grid div {
    border-color:#ffffff22;
    color:#dce2dd
}
.faq {
    background:#050b08
}
.faq details {
    border-color:#ffffff20
}
.faq summary {
    color:#e8d5ad
}
.faq details p {
    color:#bfc6c1
}
.section-cta {
    text-align:center;
    margin-top:42px
}
.section-cta .btn,.hero .btn {
    cursor:pointer
}
.btn,.header-cta,.sticky-enquire {
    border-radius:3px
}
.pulse-cta,.enquire-trigger {
    animation:softPulse 1.8s infinite
}
@keyframes softPulse {
    0%,100% {
        box-shadow:0 0 0 0 rgba(196,157,88,.15);
        transform:translateY(0)
    }
    50% {
        box-shadow:0 0 0 7px rgba(196,157,88,0);
        transform:translateY(-1px)
    }
}
.enquire {
    background:linear-gradient(125deg,#020604 0%,#0e2d1e 55%,#06110b 100%);
    border-top:1px solid #b28a4a55;
    border-bottom:1px solid #b28a4a55
}
.enquire-copy {
    max-width:560px
}
.enquire-note {
    display:inline-block;
    margin-top:15px;
    border:1px solid #c6a86a66;
    padding:8px 12px;
    color:#d8c59e;
    font-size:11px;
    letter-spacing:.08em;
    text-transform:uppercase
}
.footer-enquiry-form {
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    gap:15px!important;
    background:#ffffff09;
    border:1px solid #ffffff18;
    padding:26px;
    border-radius:8px;
    box-shadow:0 24px 70px #0008
}
.footer-enquiry-form .field {
    display:flex;
    flex-direction:column;
    gap:6px
}
.footer-enquiry-form label {
    font-size:10px;
    text-transform:uppercase;
    letter-spacing:.12em;
    color:#d7bd87
}
.footer-enquiry-form input,.footer-enquiry-form select {
    width:100%;
    padding:14px 13px!important;
    border:1px solid #ffffff25!important;
    background:#06110c!important;
    color:white!important;
    outline:none;
    border-radius:3px
}
.footer-enquiry-form select option {
    background:#0b1c14;
    color:#fff
}
.footer-enquiry-form .btn {
    grid-column:1/-1!important;
    width:100%;
    background:#b28a4a;
    border-color:#b28a4a;
    cursor:pointer
}
.enquiry-modal {
    position:fixed;
    inset:0;
    z-index:999;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:20px;
    opacity:0;
    visibility:hidden;
    transition:.25s
}
.enquiry-modal.open {
    opacity:1;
    visibility:visible
}
.modal-backdrop {
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.76);
    backdrop-filter:blur(5px)
}
.modal-card {
    position:relative;
    width:min(430px,94vw);
    background:linear-gradient(145deg,#10281d,#050a07);
    color:#fff;
    border:1px solid #b28a4a66;
    border-radius:10px;
    padding:34px;
    box-shadow:0 28px 90px #000;
    transform:translateY(15px) scale(.98);
    transition:.25s
}
.enquiry-modal.open .modal-card {
    transform:none
}
.modal-card h2 {
    font-family:'Cormorant Garamond',serif;
    font-size:38px;
    line-height:1;
    margin:9px 0 12px;
    color:#f3e9d7
}
.modal-sub {
    font-size:13px;
    color:#bac4bd;
    margin-bottom:22px
}
.modal-card form {
    display:grid;
    gap:11px
}
.modal-card input {
    width:100%;
    padding:14px;
    border:1px solid #ffffff24;
    background:#ffffff08;
    color:#fff;
    outline:none;
    border-radius:3px
}
.modal-card input::placeholder {
    color:#b9c0bb
}
.modal-card .btn {
    width:100%;
    background:#b28a4a;
    border-color:#b28a4a;
    cursor:pointer
}
.modal-close {
    position:absolute;
    right:13px;
    top:10px;
    background:transparent;
    border:0;
    color:#fff;
    font-size:30px;
    cursor:pointer
}
.mobile-sticky-cta {
    display:none
}
@media(max-width:980px) {
    .nav.open {
        background:#08150f;
        color:#fff
    }
    .footer-enquiry-form {
        grid-template-columns:1fr 1fr!important
    }
}
@media(max-width:620px) {
    body {
        padding-bottom:62px
    }
    .section h2,.visual-break h2,.enquire h2,.sustain-copy h2 {
        line-height:1.02
    }
    .section-head h2,.intro h2 {
        max-width:95%
    }
    .footer-enquiry-form {
        grid-template-columns:1fr!important;
        padding:20px!important
    }
    .footer-enquiry-form .btn {
        grid-column:auto!important
    }
    .enquire {
        padding-bottom:75px
    }
    .modal-card {
        padding:30px 22px 24px
    }
    .modal-card h2 {
        font-size:32px
    }
    .mobile-sticky-cta {
        position:fixed;
        display:grid;
        grid-template-columns:1fr 1fr;
        left:0;
        right:0;
        bottom:0;
        z-index:900;
        height:58px;
        box-shadow:0 -8px 30px #0007
    }
    .mobile-sticky-cta a,.mobile-sticky-cta button {
        display:flex;
        align-items:center;
        justify-content:center;
        border:0;
        color:#fff;
        font-family:Montserrat,sans-serif;
        font-weight:600;
        font-size:13px;
        letter-spacing:.03em
    }
    .sticky-whatsapp {
        background:#1e7b4b
    }
    .sticky-enquire {
        background:#b28a4a;
        cursor:pointer
    }
    .wa-icon {
        font-size:20px;
        margin-right:7px
    }
    .footer-bottom {
        padding-bottom:15px
    }
}
/* Premium header update */
.header {
    height:72px;
    padding:0 2.4vw;
    background:#555352;
    border-bottom:1px solid rgba(255,255,255,.55);
    gap:20px;
    position:sticky;
    top:0
}
.brand {
    width:245px;
    height:58px;
    overflow:visible
}
.brand img {
    width:100%;
    height:100%;
    object-fit:contain;
    object-position:left center
}
.header-actions {
    margin-left:auto;
    height:100%;
    display:flex;
    align-items:center;
    gap:24px;
    color:#fff;
    font-family:Montserrat,sans-serif
}
.header-enquire,.header-call {
    border:0;
    background:transparent;
    color:#fff;
    font:inherit;
    font-size:17px;
    display:flex;
    align-items:center;
    gap:8px;
    white-space:nowrap;
    cursor:pointer
}
.header-enquire:hover,.header-call:hover {
    color:#f2ce62
}
.head-icon {
    font-size:25px;
    font-weight:300;
    line-height:1
}
.head-separator {
    height:45px;
    width:1px;
    background:rgba(255,255,255,.6)
}
.nav-bar {
    height:44px;
    position:sticky;
    top:72px;
    z-index:49;
    background:#0d2d1c;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:34px;
    margin:0;
    border-bottom:1px solid #ffffff18;
    font-size:11px;
    text-transform:uppercase;
    letter-spacing:.08em
}
.nav-bar a:hover {
    color:#f2ce62
}
@media(max-width:980px) {
    .header {
        height:70px;
        padding:0 18px
    }
    .brand {
        width:190px;
        height:50px
    }
    .header-actions {
        gap:13px
    }
    .header-enquire,.header-call {
        font-size:13px
    }
    .head-icon {
        font-size:20px
    }
    .head-separator {
        height:34px
    }
    .nav-bar {
        display:none
    }
    .menu-toggle {
        display:none
    }
}
@media(max-width:620px) {
    .header {
        height:64px;
        padding:0 12px
    }
    .brand {
        width:145px;
        height:44px
    }
    .header-enquire {
        display:none
    }
    .header-call {
        font-size:12px;
        gap:5px
    }
    .head-icon {
        font-size:17px
    }
    .head-separator {
        display:none
    }
    .header-actions {
        gap:6px
    }
    .hero {
        height:76vh;
        min-height:520px
    }
    .mobile-sticky-cta .sticky-whatsapp {
        background:#1e7b4b
    }
}
/* Sector 86 content update */
.header {
    background:#15341c!important
}
.nav-bar {
    background:#0d2514
}
.project-highlight-grid {
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:12px
}
.project-highlight-grid>div {
    border:1px solid #ffffff22;
    background:#07130e;
    padding:28px 20px;
    display:flex;
    flex-direction:column;
    gap:8px
}
.project-highlight-grid span {
    font-size:11px;
    letter-spacing:.1em;
    text-transform:uppercase;
    color:#c8a86b
}
.project-highlight-grid strong {
    font-family:'Cormorant Garamond',serif;
    font-size:29px;
    color:#f4efe6
}
.location-groups {
    display:grid;
    gap:14px
}
.location-groups>div {
    border:1px solid #ffffff22;
    background:#07130e;
    padding:22px
}
.location-groups h3 {
    font-family:'Cormorant Garamond',serif;
    font-size:26px;
    color:#e8d5ad;
    margin:0 0 8px
}
.location-groups p {
    margin:0;
    color:#d2d8d3
}
.hero-copy {
    max-width:780px
}
.hero h1 {
    font-size:72px
}
.hero h2 {
    font-size:62px
}
@media(max-width:980px) {
    .project-highlight-grid {
        grid-template-columns:1fr 1fr
    }
}
@media(max-width:620px) {
    .project-highlight-grid {
        grid-template-columns:1fr 1fr
    }
    .project-highlight-grid>div {
        padding:20px 14px
    }
    .project-highlight-grid strong {
        font-size:23px
    }
    .hero h1 {
        font-size:48px
    }
    .hero h2 {
        font-size:40px
    }
    .hero-copy>p:not(.eyebrow) {
        font-size:18px
    }
    .header {
        background:#15341c!important
    }
}
/* Legal/support pages + unified footer */
.legal-page {
    background:#07130e;
    color:#f4efe6;
    min-height:100vh
}
.legal-content {
    max-width:1050px;
    margin:0 auto;
    min-height:60vh
}
.legal-content h2 {
    margin-bottom:28px
}
.legal-content h3 {
    font-family:'Cormorant Garamond',serif;
    font-size:28px;
    color:#e8d5ad;
    margin:30px 0 8px
}
.legal-content p {
    color:#cbd2cd;
    max-width:900px
}
.legal-content a:not(.btn) {
    color:#e8d5ad
}
.legal-home-wrap {
    margin-top:42px
}
.back-home-btn {
    display:inline-block
}
.contact-card {
    margin-top:28px;
    padding:28px;
    border:1px solid #ffffff22;
    background:#07130e;
    max-width:720px
}
.contact-card h3 {
    margin-top:0
}
.footer-rera {
    font-size:12px;
    color:#c8a86b!important;
    margin-top:12px
}
.footer-bottom {
    display:flex;
    justify-content:space-between;
    gap:20px;
    flex-wrap:wrap
}
.footer-bottom span:first-child {
    color:#c8a86b
}
footer a {
    display:block;
    margin:7px 0
}
@media(max-width:620px) {
    .legal-content {
        padding-top:55px
    }
    .legal-content h2 {
        font-size:40px
    }
    .contact-card {
        padding:20px
    }
    .footer-bottom {
        display:block
    }
    .footer-bottom span {
        display:block;
        margin:5px 0
    }
}
/* Thank-you page */
.thankyou-wrap {
    min-height:68vh;
    display:grid;
    place-items:center;
    padding:70px 20px;
    background:radial-gradient(circle at top,#173c28 0,#07130e 58%)
}
.thankyou-card {
    width:min(680px,94vw);
    text-align:center;
    padding:54px 34px;
    background:linear-gradient(145deg,#10281d,#050a07);
    border:1px solid #b28a4a66;
    box-shadow:0 28px 90px #0008;
    border-radius:10px
}
.thankyou-check {
    width:72px;
    height:72px;
    margin:0 auto 22px;
    border:2px solid #c8a86b;
    border-radius:50%;
    display:grid;
    place-items:center;
    font-size:34px;
    color:#e8d5ad
}
.thankyou-card h1 {
    font-family:'Cormorant Garamond',serif;
    font-size:64px;
    margin:8px 0 14px;
    color:#f4efe6
}
.thankyou-card>p {
    color:#cbd2cd;
    max-width:540px;
    margin:0 auto 22px;
    line-height:1.7
}
.thankyou-meta {
    display:flex;
    justify-content:center;
    gap:10px;
    flex-wrap:wrap;
    margin:25px 0
}
.thankyou-meta span {
    border:1px solid #ffffff22;
    padding:9px 12px;
    color:#d8c59e;
    font-size:12px
}
.thankyou-card .back-home-btn {
    margin-top:10px
}
@media(max-width:620px) {
    .thankyou-wrap {
        padding:45px 16px
    }
    .thankyou-card {
        padding:40px 20px
    }
    .thankyou-card h1 {
        font-size:48px
    }
}

/* ========================================
   SECTION: Thank You Responsive Centering
======================================== */
.thankyou-wrap {
    min-height: calc(100vh - 72px);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 60px 20px;
}

.thankyou-card {
    width: min(680px, 100%);
    margin: 0 auto;
    text-align: center;
}

.thankyou-card .section-kicker,
.thankyou-card h1,
.thankyou-card p {
    text-align: center;
}

.thankyou-card .back-home-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 620px) {
    .thankyou-wrap {
        min-height: calc(100vh - 64px);
        padding: 36px 16px;
    }

    .thankyou-card {
        width: 100%;
        padding: 36px 18px;
    }

    .thankyou-card h1 {
        font-size: 46px;
    }
}
