:root {
    --raj-navy: #061426;
    --raj-ink: #101722;
    --raj-gold: #c9a35a;
    --raj-gold-strong: #e2bd70;
    --raj-cream: #f7f1e5;
    --raj-muted: #69707c;
    --raj-line: rgba(16, 23, 34, 0.12);
    --raj-green: #38635a;
}

.raj-hero,
.raj-page-hero,
.raj-section,
.raj-about-band,
.raj-contact-band,
.raj-trust-strip,
.raj-faq,
.raj-single-property {
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.raj-hero {
    position: relative;
    display: grid;
    align-items: end;
    min-height: 76vh;
    padding: clamp(86px, 10vw, 140px) clamp(18px, 5vw, 72px) clamp(26px, 5vw, 58px);
    color: #fff;
    background:
        linear-gradient(90deg, rgba(6, 20, 38, 0.95), rgba(6, 20, 38, 0.72) 48%, rgba(6, 20, 38, 0.34)),
        var(--raj-hero-image) center / cover no-repeat;
    overflow: hidden;
}

.raj-hero:after {
    content: "";
    position: absolute;
    inset: auto clamp(18px, 5vw, 72px) 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(226, 189, 112, 0.7), transparent);
}

.raj-hero__inner {
    position: relative;
    max-width: 760px;
    z-index: 1;
}

.raj-kicker {
    margin: 0 0 10px;
    color: var(--raj-gold-strong);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.raj-hero h1,
.raj-page-hero h1 {
    margin: 0;
    max-width: 820px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.7rem, 7vw, 6.6rem);
    line-height: 0.96;
    font-weight: 500;
}

.raj-hero__text,
.raj-page-hero p {
    max-width: 690px;
    margin: 22px 0 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: clamp(1rem, 1.7vw, 1.22rem);
    line-height: 1.7;
}

.raj-hero__actions,
.raj-contact-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.raj-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 18px;
    border: 1px solid transparent;
    border-radius: 6px;
    font-weight: 800;
    text-decoration: none;
    transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.raj-button:hover {
    transform: translateY(-1px);
}

.raj-button--gold {
    color: #0b1421;
    background: linear-gradient(135deg, var(--raj-gold-strong), var(--raj-gold));
}

.raj-button--ghost {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.34);
    background: rgba(255, 255, 255, 0.08);
}

.raj-button--dark {
    color: #fff;
    background: var(--raj-navy);
}

.raj-search {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(6, minmax(120px, 1fr)) auto;
    gap: 10px;
    width: min(1180px, 100%);
    margin-top: clamp(28px, 7vw, 76px);
    padding: 12px;
    border: 1px solid rgba(226, 189, 112, 0.36);
    border-radius: 8px;
    background: rgba(6, 20, 38, 0.84);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

.raj-search label {
    display: grid;
    gap: 5px;
    min-width: 0;
}

.raj-search span {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.78rem;
    font-weight: 700;
}

.raj-search select,
.raj-search input {
    width: 100%;
    min-height: 44px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 6px;
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
}

.raj-search option {
    color: var(--raj-ink);
}

.raj-search .raj-button {
    align-self: end;
    min-height: 44px;
}

.raj-trust-strip {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: var(--raj-line);
}

.raj-trust-strip div {
    padding: 24px clamp(18px, 4vw, 54px);
    background: #fff;
}

.raj-trust-strip strong {
    display: block;
    color: var(--raj-ink);
    font-size: 1.05rem;
}

.raj-trust-strip span {
    display: block;
    margin-top: 5px;
    color: var(--raj-muted);
}

.raj-split-feature {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: clamp(24px, 5vw, 70px);
    align-items: center;
    padding: clamp(52px, 7vw, 92px) clamp(18px, 5vw, 72px);
    background: linear-gradient(135deg, #fff, var(--raj-cream));
}

.raj-split-feature__content h2,
.raj-process h2 {
    margin: 0;
    color: var(--raj-ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2rem, 4.4vw, 4.4rem);
    line-height: 1.02;
    font-weight: 500;
}

.raj-split-feature__content p {
    max-width: 680px;
    color: #4a5361;
    font-size: 1.03rem;
    line-height: 1.78;
}

.raj-split-feature__panel {
    display: grid;
    gap: 10px;
}

.raj-split-feature__panel div {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 4px 16px;
    padding: 20px;
    border: 1px solid var(--raj-line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 14px 36px rgba(16, 23, 34, 0.06);
}

.raj-split-feature__panel span {
    grid-row: span 2;
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--raj-ink);
    background: var(--raj-gold-strong);
    font-weight: 900;
}

.raj-split-feature__panel strong {
    color: var(--raj-ink);
    font-size: 1.05rem;
}

.raj-split-feature__panel p {
    margin: 0;
    color: var(--raj-muted);
    line-height: 1.55;
}

.raj-section {
    padding: clamp(54px, 7vw, 92px) clamp(18px, 5vw, 72px);
    background: #fff;
}

.raj-section__head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    max-width: 1180px;
    margin: 0 auto 28px;
}

.raj-section__head h2,
.raj-about-band h2,
.raj-contact-band h2 {
    margin: 0;
    max-width: 780px;
    color: var(--raj-ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2rem, 4vw, 4rem);
    line-height: 1.04;
    font-weight: 500;
}

.raj-section__head a,
.raj-link {
    color: var(--raj-green);
    font-weight: 800;
    text-decoration: none;
}

.raj-property-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    max-width: 1180px;
    margin: 0 auto;
}

.raj-property-card {
    min-width: 0;
    border: 1px solid var(--raj-line);
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 16px 42px rgba(16, 23, 34, 0.08);
}

.raj-property-card__image {
    position: relative;
    display: block;
    aspect-ratio: 1.35;
    background-size: cover;
    background-position: center;
}

.raj-property-card__image:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(6, 20, 38, 0.08), rgba(6, 20, 38, 0.54));
}

.raj-property-card__badge,
.raj-property-card__status {
    position: absolute;
    z-index: 1;
    top: 12px;
    display: inline-flex;
    min-height: 28px;
    align-items: center;
    padding: 0 10px;
    border-radius: 4px;
    font-size: 0.78rem;
    font-weight: 800;
}

.raj-property-card__badge {
    left: 12px;
    color: var(--raj-ink);
    background: var(--raj-gold-strong);
}

.raj-property-card__status {
    right: 12px;
    color: #fff;
    background: rgba(6, 20, 38, 0.76);
}

.raj-property-card__body {
    padding: 18px;
}

.raj-property-card__terms {
    min-height: 20px;
    margin: 0 0 8px;
    color: var(--raj-muted);
    font-size: 0.82rem;
    font-weight: 700;
}

.raj-property-card h3 {
    margin: 0;
    min-height: 58px;
    color: var(--raj-ink);
    font-size: 1.18rem;
    line-height: 1.24;
}

.raj-property-card h3 a {
    color: inherit;
    text-decoration: none;
}

.raj-property-card__price {
    margin: 14px 0 0;
    color: var(--raj-green);
    font-size: 1.28rem;
    font-weight: 900;
}

.raj-property-card__facts {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 14px;
}

.raj-property-card__facts span {
    min-height: 28px;
    padding: 5px 9px;
    border: 1px solid var(--raj-line);
    border-radius: 4px;
    color: var(--raj-muted);
    font-size: 0.82rem;
    font-weight: 700;
}

.raj-about-band {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: clamp(26px, 5vw, 64px);
    align-items: center;
    padding: clamp(54px, 7vw, 96px) clamp(18px, 5vw, 72px);
    color: #fff;
    background: var(--raj-navy);
}

.raj-about-band--light {
    color: var(--raj-ink);
    background: var(--raj-cream);
}

.raj-about-band__media img {
    display: block;
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.26);
}

.raj-about-band__content p {
    max-width: 700px;
    color: inherit;
    line-height: 1.8;
}

.raj-about-band:not(.raj-about-band--light) h2 {
    color: #fff;
}

.raj-service-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 22px;
}

.raj-service-list span {
    min-height: 48px;
    padding: 13px 14px;
    border: 1px solid rgba(226, 189, 112, 0.28);
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.06);
    font-weight: 800;
}

.raj-about-band--light .raj-service-list span {
    background: #fff;
    border-color: var(--raj-line);
}

.raj-contact-band {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 460px);
    gap: 24px;
    align-items: center;
    padding: clamp(44px, 7vw, 82px) clamp(18px, 5vw, 72px);
    color: #fff;
    background:
        linear-gradient(135deg, rgba(6, 20, 38, 0.96), rgba(56, 99, 90, 0.92)),
        url('../images/raj-banner.jpeg') center / cover no-repeat;
}

.raj-contact-band--page {
    min-height: 64vh;
    padding-top: clamp(112px, 12vw, 154px);
}

.raj-contact-band h2 {
    color: #fff;
}

.raj-contact-band p {
    max-width: 680px;
    color: rgba(255, 255, 255, 0.76);
    line-height: 1.75;
}

.raj-contact-actions {
    margin-top: 0;
}

.raj-contact-line {
    display: block;
    width: 100%;
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 6px;
    color: #fff;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.08);
}

.raj-contact-line span {
    display: block;
    margin-bottom: 4px;
    color: var(--raj-gold-strong);
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
}

.raj-contact-actions .raj-button {
    width: 100%;
}

.raj-process {
    padding: clamp(54px, 7vw, 92px) clamp(18px, 5vw, 72px);
    background: #fff;
}

.raj-process__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    max-width: 1180px;
    margin: 0 auto;
    background: var(--raj-line);
    border: 1px solid var(--raj-line);
    border-radius: 8px;
    overflow: hidden;
}

.raj-process__grid div {
    min-height: 180px;
    padding: 22px;
    background: #fff;
}

.raj-process__grid span {
    display: block;
    margin-bottom: 42px;
    color: var(--raj-green);
    font-size: 0.78rem;
    font-weight: 900;
    text-transform: uppercase;
}

.raj-process__grid strong {
    display: block;
    color: var(--raj-ink);
    font-size: 1.05rem;
    line-height: 1.35;
}

.raj-faq {
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
    gap: clamp(24px, 5vw, 64px);
    padding: clamp(54px, 7vw, 92px) clamp(18px, 5vw, 72px);
    background: var(--raj-cream);
}

.raj-faq__head h2 {
    margin: 0;
    color: var(--raj-ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2rem, 4vw, 4rem);
    line-height: 1.04;
    font-weight: 500;
}

.raj-faq__list {
    display: grid;
    gap: 10px;
}

.raj-faq__item {
    border: 1px solid var(--raj-line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(16, 23, 34, 0.06);
}

.raj-faq__item summary {
    position: relative;
    min-height: 58px;
    padding: 18px 54px 18px 18px;
    color: var(--raj-ink);
    font-weight: 900;
    cursor: pointer;
    list-style: none;
}

.raj-faq__item summary::-webkit-details-marker {
    display: none;
}

.raj-faq__item summary:after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 18px;
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--raj-ink);
    background: var(--raj-gold-strong);
    transform: translateY(-50%);
}

.raj-faq__item[open] summary:after {
    content: "-";
}

.raj-faq__item p {
    margin: 0;
    padding: 0 18px 18px;
    color: #4a5361;
    line-height: 1.72;
}

.raj-page-hero {
    padding: clamp(96px, 11vw, 150px) clamp(18px, 5vw, 72px) clamp(54px, 7vw, 86px);
    color: #fff;
    background: linear-gradient(135deg, var(--raj-navy), #17342f);
}

.raj-page-hero--compact {
    min-height: 42vh;
}

.raj-empty-state {
    max-width: 760px;
    margin: 0 auto;
    padding: 36px;
    border: 1px solid var(--raj-line);
    border-radius: 8px;
    background: #fff;
    text-align: center;
}

.raj-empty-state h3 {
    margin: 0;
    color: var(--raj-ink);
    font-size: 1.6rem;
}

.raj-empty-state p:last-child {
    color: var(--raj-muted);
}

.raj-pagination {
    max-width: 1180px;
    margin: 28px auto 0;
}

.raj-pagination .page-numbers {
    display: inline-flex;
    min-width: 38px;
    min-height: 38px;
    align-items: center;
    justify-content: center;
    margin-right: 6px;
    border: 1px solid var(--raj-line);
    border-radius: 4px;
    color: var(--raj-ink);
    text-decoration: none;
}

.raj-pagination .current {
    color: #fff;
    background: var(--raj-navy);
}

.raj-single-property {
    padding: clamp(92px, 10vw, 136px) clamp(18px, 5vw, 72px) clamp(54px, 7vw, 92px);
    background: #fff;
}

.raj-single-property__hero,
.raj-single-property__layout,
.raj-gallery {
    max-width: 1180px;
    margin-right: auto;
    margin-left: auto;
}

.raj-single-property__hero h1 {
    margin: 0;
    color: var(--raj-ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.2rem, 5vw, 5rem);
    line-height: 1;
}

.raj-single-property__price {
    margin: 16px 0 0;
    color: var(--raj-green);
    font-size: clamp(1.4rem, 3vw, 2.3rem);
    font-weight: 900;
}

.raj-gallery {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 150px;
    gap: 10px;
    margin-top: 28px;
}

.raj-gallery__main,
.raj-gallery__thumbs button {
    border: 0;
    border-radius: 8px;
    background-size: cover;
    background-position: center;
}

.raj-gallery__main {
    aspect-ratio: 1.8;
    cursor: zoom-in;
}

.raj-gallery__thumbs {
    display: grid;
    gap: 10px;
}

.raj-gallery__thumbs button {
    min-height: 86px;
    cursor: pointer;
    opacity: 0.72;
}

.raj-gallery__thumbs button.is-active {
    outline: 3px solid var(--raj-gold-strong);
    opacity: 1;
}

.raj-lightbox {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: grid;
    place-items: center;
    padding: clamp(18px, 4vw, 46px);
    background: rgba(4, 12, 22, 0.92);
}

.raj-lightbox[hidden] {
    display: none;
}

.raj-lightbox img {
    display: block;
    max-width: min(1180px, 94vw);
    max-height: 86vh;
    width: auto;
    height: auto;
    border-radius: 8px;
    object-fit: contain;
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.38);
}

.raj-lightbox__close {
    position: fixed;
    top: 18px;
    right: 18px;
    display: inline-flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 50%;
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
}

.raj-lightbox-open {
    overflow: hidden;
}

.raj-single-property__layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 34px;
    margin-top: 34px;
}

.raj-detail-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 24px;
}

.raj-detail-tags span {
    display: inline-flex;
    min-height: 34px;
    align-items: center;
    padding: 0 13px;
    border: 1px solid rgba(201, 163, 90, 0.34);
    border-radius: 6px;
    color: #743f12;
    background: #fff1e6;
    font-weight: 800;
}

.raj-detail-spec-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 14px;
    padding-bottom: 30px;
    border-bottom: 1px solid var(--raj-line);
}

.raj-spec-card {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 2px 14px;
    align-items: center;
    min-height: 74px;
    padding: 14px;
    border: 1px solid var(--raj-line);
    border-radius: 8px;
    background: #fff;
}

.raj-spec-card__icon {
    grid-row: span 2;
    display: inline-flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--raj-line);
    border-radius: 8px;
    color: var(--raj-green);
    font-size: 0.78rem;
    font-weight: 900;
}

.raj-spec-card > span:not(.raj-spec-card__icon) {
    color: #4a5361;
    font-size: 0.96rem;
}

.raj-spec-card strong {
    color: var(--raj-ink);
    font-size: 1.06rem;
}

.raj-characteristics {
    margin-top: 34px;
}

.raj-characteristics h2,
.raj-description-panel h2 {
    margin: 0 0 20px;
    color: var(--raj-ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.8rem, 3.5vw, 2.7rem);
    line-height: 1.08;
    font-weight: 500;
}

.raj-characteristics__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(22px, 5vw, 70px);
}

.raj-characteristic-row {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 20px;
    min-height: 56px;
    align-items: center;
    border-bottom: 1px solid rgba(16, 23, 34, 0.08);
}

.raj-characteristic-row span {
    color: var(--raj-ink);
    font-size: 1rem;
}

.raj-characteristic-row strong {
    color: #343b45;
    font-size: 1rem;
    line-height: 1.45;
}

.raj-description-panel {
    margin-top: 34px;
    padding: clamp(20px, 4vw, 32px);
    border: 1px solid var(--raj-line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 34px rgba(16, 23, 34, 0.06);
}

.raj-property-facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 28px;
}

.raj-property-facts div {
    padding: 15px;
    border: 1px solid var(--raj-line);
    border-radius: 6px;
}

.raj-property-facts span {
    display: block;
    color: var(--raj-muted);
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
}

.raj-property-facts strong {
    display: block;
    margin-top: 4px;
    color: var(--raj-ink);
    font-size: 1.2rem;
}

.raj-entry-content {
    color: #29313d;
    font-size: 1.04rem;
    line-height: 1.85;
}

.raj-property-sidebar {
    position: sticky;
    top: 24px;
    align-self: start;
    padding: 22px;
    border: 1px solid var(--raj-line);
    border-radius: 8px;
    background: var(--raj-cream);
}

.raj-property-sidebar h2 {
    margin: 0 0 12px;
    color: var(--raj-ink);
    font-size: 1.25rem;
}

.raj-property-sidebar .raj-button,
.raj-property-sidebar .raj-link {
    width: 100%;
    margin-top: 10px;
}

@media (max-width: 1080px) {
    .raj-search {
        grid-template-columns: repeat(3, 1fr);
    }

    .raj-property-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .raj-hero {
        min-height: auto;
        padding-top: 110px;
    }

    .raj-search,
    .raj-trust-strip,
    .raj-property-grid,
    .raj-split-feature,
    .raj-faq,
    .raj-process__grid,
    .raj-about-band,
    .raj-contact-band,
    .raj-single-property__layout,
    .raj-property-facts,
    .raj-detail-spec-grid,
    .raj-characteristics__grid,
    .raj-gallery {
        grid-template-columns: 1fr;
    }

    .raj-section__head {
        display: block;
    }

    .raj-service-list {
        grid-template-columns: 1fr;
    }

    .raj-gallery__thumbs {
        grid-template-columns: repeat(4, 1fr);
    }

    .raj-gallery__thumbs button {
        min-height: 68px;
    }

    .raj-property-sidebar {
        position: static;
    }
}
