@media (max-width: 1279px) {

    .domi-nav,
    .domi-actions {
        display: none;
    }

    .domi-nav.open {
        display: flex;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: rgb(245, 238, 232);
        flex-direction: column;
        padding: 20px;
        box-shadow: rgba(5, 25, 54, 0.14) 0px 16px 40px;
        gap: 20px;
    }

    .domi-nav.open a {
        padding: 10px 0;
        border-bottom: 1px solid rgba(16, 33, 59, 0.1);
    }

    .domi-nav.open a:last-child {
        border-bottom: none;
    }

    .domi-menu {
        display: block;
    }
}

@media (max-width: 1199px) {
    .approach-section {
        padding: 100px 0;
    }

    .approach-img-left,
    .approach-img-right {
        height: 650px;
    }

    .estate-grid {
        gap: 24px;
    }

    .estate-decor-left,
    .estate-decor-right {
        opacity: 0.35;
    }

    .about-page .numbers-section {
        padding: 90px 0;
    }

    .about-page .numbers-wrap {
        gap: 80px;
    }

    .about-page .numbers-top {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .about-page .number-item h2 {
        font-size: 96px;
    }

    .about-page .gallery-accordion-img {
        height: 560px;
    }

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

    .about-page .blog-img {
        height: 320px;
    }

    .contact-page .office-item {
        grid-template-columns: 1fr 1fr;
        gap: 35px;
    }

    .property-detail-page .property-summary-top,
    .property-detail-page .property-story-grid {
        grid-template-columns: 1fr;
    }

    .property-detail-page .property-summary-media img {
        height: 620px;
    }

    .property-detail-page .property-summary-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .property-detail-page .property-gallery-grid,
    .property-detail-page .property-features-grid,
    .property-detail-page .property-inquiry-card {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 991px) {
    .main-container {
        width: calc(100% - 32px);
    }

    .domi-hero {
        min-height: auto;
        padding: 96px 0 28px;
    }

    .domi-header {
        width: calc(100% - 32px);
        height: 64px;
        top: 16px;
        padding: 0 20px;
    }

    .domi-hero-content {
        min-height: auto;
        display: flex;
        flex-direction: column;
        gap: 32px;
        padding: 72px 0 24px;
        justify-content: flex-start;
    }

    .domi-hero-left,
    .domi-hero-right,
    .domi-scroll {
        width: 100%;
    }

    .domi-hero-left,
    .domi-hero-right {
        position: static;
        max-width: 100%;
    }

    .domi-hero-right {
        order: 2;
    }

    .domi-scroll {
        order: 3;
        position: static;
        margin-top: 18px;
    }

    .domi-hero-left h1,
    .domi-hero-right h2 {
        font-size: clamp(60px, 10vw, 88px);
    }

    .domi-city-row {
        /* flex-direction: column; */
        align-items: anchor-center;
        gap: 38px;
    }

    .domi-city-row p {
        max-width: 420px;
        margin: 0;
        text-align: left;
    }

    .domi-scroll {
        gap: 14px;
        margin-top: 8px;
        font-size: 18px;
    }

    .domi-scroll svg {
        width: 24px;
        height: 32px;
    }

    .page-hero {
        padding: 96px 0 88px;
    }

    .page-hero-inner {
        min-height: 320px;
        padding-top: 56px;
    }

    .page-hero-copy h1 {
        font-size: clamp(60px, 12vw, 100px);
    }

    .approach-wrap {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .approach-right {
        padding-top: 0;
    }

    .approach-text {
        max-width: 100%;
    }

    .approach-img-left,
    .approach-img-right {
        max-width: 100%;
        height: 560px;
    }

    .services-wrap {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .services-left h2 {
        font-size: 42px;
    }

    .accordion-header {
        gap: 16px;
        align-items: flex-start;
        text-align: left;
        font-size: 20px;
    }

    .accordion-header .icon {
        flex: 0 0 auto;
        font-size: 28px;
    }

    .featured-section {
        padding: 100px 0;
    }

    .featured-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .featured-header h2 {
        font-size: 48px;
    }

    .map-pin {
        --pin-height: 32px;
        --pin-icon-width: 32px;
        --pin-icon-height: 28px;
        --pin-icon-size: 15px;
        --pin-icon-dot: 5px;
        --pin-label-padding: 10px;
        --pin-font-size: 13px;
    }

    .stats-section {
        padding: 100px 0;
    }

    .stats-header,
    .stats-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .stats-shape {
        min-height: 220px;
    }

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

    .stats-item {
        border-right: 0;
        border-bottom: 1px solid rgba(16, 33, 59, 0.18);
    }

    .stats-item:last-child {
        border-bottom: 0;
    }

    .stats-decor {
        width: 300px;
        right: -120px;
    }

    .gallery-slider-section {
        padding: 90px 0;
    }

    .gallery-slide {
        flex-basis: 80%;
    }

    .gallery-slide img {
        height: 430px;
    }

    .estate-section {
        padding: 100px 0;
    }

    .estate-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .estate-header {
        margin-bottom: 56px;
    }

    .estate-decor-left {
        width: 160px;
    }

    .estate-decor-right {
        width: 150px;
    }

    .sticky-feature-section {
        min-height: auto;
    }

    .sticky-heading {
        height: 70vh;
    }

    .sticky-card-stack {
        margin-top: -70vh;
        padding: 85vh 0 30vh;
    }

    .sticky-card {
        margin-bottom: 90px;
        padding: 42px 32px;
    }

    .solution-grid {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .solution-content {
        min-height: 720px;
        padding: 80px 32px 60px;
    }

    .solution-image {
        min-height: 560px;
    }

    .solution-bottom p {
        font-size: 20px;
    }

    .footer-main {
        grid-template-columns: 1fr 1fr;
        gap: 42px;
    }

    .about-page .services-heading h2 {
        font-size: 57px;
    }

    .about-page .service-item {
        grid-template-columns: 1fr;
        gap: 25px;
        padding: 35px;
    }

    .properties-page .properties-featured-section {
        padding: 70px 0 90px;
    }

    .properties-page .properties-featured-section .featured-grid {
        gap: 28px;
    }

    .properties-page .faq-wrap {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .properties-page .faq-left h2,
    .properties-page .cta-content h2 {
        font-size: 57px;
    }

    .properties-page .cta-wrap {
        min-height: 520px;
    }

    .contact-page .contact-form-wrap {
        min-height: 680px;
    }

    .contact-page .contact-form-box {
        width: 460px;
    }

    .property-detail-page .property-summary-section,
    .property-detail-page .property-story-section,
    .property-detail-page .property-gallery-section,
    .property-detail-page .property-features-section,
    .property-detail-page .property-inquiry-section {
        padding: 90px 0;
    }

    .property-detail-page .property-summary-copy h2,
    .property-detail-page .property-summary-price h3,
    .property-detail-page .property-story-copy h2,
    .property-detail-page .property-gallery-header h2,
    .property-detail-page .property-features-header h2,
    .property-detail-page .property-inquiry-copy h2 {
        font-size: 57px;
    }
}

@media (max-width: 768px) {
    .approach-wrap {
        display: block;
    }

    .approach-side-text {
        margin-top: 24px;
    }
}

@media (max-width: 767px) {
    .approach-section {
        padding: 80px 0;
    }

    .section-label {
        font-size: 17px;
        margin-bottom: 20px;
    }

    .domi-hero-content {
        padding-top: 56px;
        gap: 24px;
    }

    .domi-hero-left h1,
    .domi-hero-right h2 {
        line-height: 0.92;
    }

    .approach-left h2 {
        font-size: 52px;
        margin-bottom: 28px;
    }

    .about-page .approach-left h2 {
        font-size: 57px;
    }

    .approach-text {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-bottom: 42px;
    }

    .approach-text p,
    .approach-side-text {
        font-size: 16px;
    }

    .approach-img-left,
    .approach-img-right {
        height: 430px;
    }

    .about-page .numbers-section {
        padding: 70px 0;
    }

    .about-page .numbers-featured,
    .about-page .numbers-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 45px 30px;
    }

    .about-page .numbers-intro h3 {
        font-size: 57px;
    }

    .about-page .numbers-intro p {
        font-size: 18px;
    }

    .about-page .number-item h2 {
        font-size: 68px;
        letter-spacing: -3px;
    }

    .about-page .number-item p {
        font-size: 18px;
    }

    .about-page .gallery-accordion-section {
        padding: 30px 0 60px;
    }

    .about-page .gallery-accordion-wrap {
        flex-direction: column;
        gap: 35px;
    }

    .about-page .gallery-accordion-item,
    .about-page .gallery-accordion-item.active,
    .about-page .gallery-accordion-item:hover {
        flex: unset;
    }

    .about-page .gallery-accordion-img {
        height: 420px;
    }

    .about-page .gallery-accordion-content {
        padding-top: 20px;
    }

    .about-page .services-section {
        padding: 30px 0 70px;
    }

    .about-page .services-heading {
        margin-bottom: 45px;
    }

    .about-page .services-heading .section-label {
        font-size: 18px;
    }

    .about-page .services-heading h2 {
        font-size: 57px;
    }

    .about-page .service-item h3 {
        font-size: 30px;
    }

    .about-page .service-item p {
        font-size: 17px;
    }

    .about-page .blog-section {
        padding: 45px 0 70px;
    }

    .about-page .blog-heading h2 {
        font-size: 57px;
    }

    .about-page .blog-grid {
        grid-template-columns: 1fr;
    }

    .about-page .blog-img {
        height: 280px;
    }

    .about-page .blog-content h3 {
        font-size: 24px;
    }

    .properties-page .properties-featured-section {
        padding: 60px 0 70px;
    }

    .properties-page .properties-featured-section .featured-header {
        margin-bottom: 42px;
    }

    .properties-page .properties-featured-section .featured-header h2 {
        color: #001b3f;
    }

    .properties-page .properties-featured-section .property-content {
        padding: 24px 20px 20px;
    }

    .properties-page .faq-section {
        padding: 80px 0px;
    }

    .properties-page .faq-left .section-label {
        font-size: 18px;
    }

    .properties-page .faq-left h2,
    .properties-page .cta-content h2 {
        font-size: 57px;
    }

    .properties-page .faq-left p,
    .properties-page .faq-content p {
        font-size: 18px;
    }

    .properties-page .faq-item label {
        font-size: 22px;
    }

    .properties-page .cta-wrap {
        min-height: 430px;
    }

    .properties-page .cta-btn {
        min-width: 240px;
        min-height: 60px;
        font-size: 17px;
    }

    .contact-page .contact-form-wrap {
        min-height: auto;
        padding: 80px 0;
    }

    .contact-page .contact-form-wrap .main-container {
        justify-content: center;
    }

    .contact-page .contact-form-box {
        width: 100%;
        padding: 36px 24px 42px;
    }

    .contact-page .contact-form-box h2 {
        font-size: 32px;
    }

    .contact-page .office-section {
        padding: 70px 0 50px;
    }

    .contact-page .office-wrap h2 {
        font-size: 44px;
        margin-bottom: 45px;
    }

    .contact-page .office-item {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 42px 0;
    }

    .contact-page .office-item h3 {
        font-size: 34px;
    }

    .contact-page .office-address p,
    .contact-page .office-contact p {
        font-size: 18px;
    }

    .contact-page .office-link {
        font-size: 18px;
    }

    .property-detail-page .property-summary-section,
    .property-detail-page .property-story-section,
    .property-detail-page .property-gallery-section,
    .property-detail-page .property-features-section,
    .property-detail-page .property-inquiry-section {
        padding: 70px 0;
    }

    .property-detail-page .property-summary-copy h2,
    .property-detail-page .property-summary-price h3,
    .property-detail-page .property-story-copy h2,
    .property-detail-page .property-gallery-header h2,
    .property-detail-page .property-features-header h2,
    .property-detail-page .property-inquiry-copy h2 {
        font-size: 44px;
    }

    .property-detail-page .property-summary-card,
    .property-detail-page .property-story-panel,
    .property-detail-page .property-inquiry-card {
        padding: 30px 24px;
    }

    .property-detail-page .property-summary-media img {
        height: 430px;
    }

    .property-detail-page .property-summary-arrow {
        width: 52px;
        height: 52px;
    }

    .property-detail-page .property-summary-arrow span {
        font-size: 24px;
    }

    .property-detail-page .property-summary-stats {
        grid-template-columns: 1fr;
    }

    .property-detail-page .property-gallery-card img,
    .property-detail-page .property-gallery-card-large img {
        height: 300px;
    }

    .property-detail-page .property-feature-card {
        min-height: auto;
        padding: 28px 24px;
    }
}

@media (max-width: 575px) {
    .main-container {
        width: calc(100% - 24px);
    }

    .domi-hero {
        padding: 82px 0 24px;
    }

    .domi-header {
        width: calc(100% - 24px);
        height: 65px;
        top: 12px;
        padding: 0 16px;
    }

    .domi-logo img {
        width: 70px;
    }

    .property-detail-page .property-summary-arrow {
        width: 44px;
        height: 44px;
    }

    .property-detail-page .property-summary-arrow-prev {
        left: 14px;
    }

    .property-detail-page .property-summary-arrow-next {
        right: 14px;
    }

    .property-detail-page .property-summary-arrow span {
        font-size: 20px;
    }

    .domi-menu {
        font-size: 26px;
    }

    .domi-hero-content {
        padding-top: 100px;
        gap: 70px;
    }

    .domi-hero-left h1,
    .domi-hero-right h2 {
        font-size: clamp(44px, 14vw, 58px);
        line-height: 1.2;
    }

    .domi-hero-right {
        order: 2;
    }

    .domi-scroll {
        order: 3;
        position: static;
        margin-top: 16px;
    }

    .domi-hero-left,
    .domi-hero-right,
    .domi-scroll {
        width: 100%;
    }

    .domi-hero-left p {
        font-size: 17px;
        margin-bottom: 22px;
    }

    .domi-city-row p {
        max-width: 100%;
        font-size: 17px;
        text-align: right;
    }

    .domi-scroll {
        gap: 10px;
        font-size: 17px;
    }

    .domi-scroll svg {
        width: 20px;
        height: 28px;
    }

    .page-hero {
        padding: 82px 0 68px;
    }

    .page-hero-inner {
        min-height: 240px;
        padding-top: 42px;
    }

    .page-hero-copy p {
        margin-bottom: 18px;
        font-size: 16px;
    }

    .page-hero-copy h1 {
        font-size: clamp(44px, 15vw, 62px);
        letter-spacing: -2px;
    }

    .approach-left h2 {
        font-size: 42px;
    }

    .about-page .approach-left h2 {
        font-size: 57px;
    }

    .approach-img-left,
    .approach-img-right {
        height: 360px;
    }

    .services-section {
        padding: 80px 0;
    }

    .accordion-header {
        font-size: 18px;
    }

    .featured-section {
        padding: 80px 0;
    }

    .featured-header h2 {
        font-size: 38px;
    }

    .map-pin {
        --pin-height: 28px;
        --pin-icon-width: 28px;
        --pin-icon-height: 24px;
        --pin-icon-size: 13px;
        --pin-icon-dot: 4px;
        --pin-label-padding: 8px;
        --pin-font-size: 11px;
        border-width: 1.5px;
    }

    .map-pin span {
        border-right-width: 1.5px;
    }

    .map-pin span::before {
        border-width: 1.5px;
    }

    .stats-section {
        padding: 80px 0;
    }

    .stats-header h2 {
        font-size: 42px;
    }

    .stats-item {
        padding: 36px 0;
    }

    .stats-item h3 {
        font-size: 58px;
    }

    .gallery-slider-section {
        padding: 70px 0;
    }

    .gallery-slide {
        flex-basis: 88%;
    }

    .gallery-slide img {
        height: 330px;
    }

    .gallery-arrow {
        width: 54px;
        height: 54px;
    }

    .gallery-arrow svg {
        width: 30px;
    }

    .estate-section {
        padding: 80px 0;
    }

    .estate-header h2 {
        font-size: 42px;
    }

    .estate-content {
        padding-top: 22px;
    }

    .estate-content h3 {
        font-size: 30px;
    }

    .estate-meta {
        flex-wrap: wrap;
        font-size: 15px;
    }

    .marquee-line span {
        font-size: 86px;
    }

    .sticky-heading {
        height: 60vh;
    }

    .sticky-card-stack {
        margin-top: -60vh;
        padding: 75vh 0 20vh;
    }

    .sticky-card {
        min-height: auto;
        padding: 32px 22px;
    }

    .sticky-icon {
        font-size: 42px;
        margin-bottom: 28px;
    }

    .sticky-card h3 {
        margin-bottom: 28px;
        padding-bottom: 28px;
        font-size: 24px;
    }

    .sticky-card p {
        font-size: 17px;
    }

    .solution-content {
        min-height: 640px;
        padding: 70px 20px 50px;
    }

    .solution-label {
        font-size: 18px;
    }

    .solution-text h2 {
        font-size: 44px;
    }

    .solution-bottom p {
        font-size: 17px;
    }

    .solution-btn {
        min-width: 180px;
        height: 58px;
        font-size: 16px;
    }

    .solution-image {
        min-height: 380px;
    }

    .site-footer {
        padding: 70px 0 28px;
    }

    .footer-main {
        grid-template-columns: 1fr;
        gap: 34px;
        padding-bottom: 46px;
    }

    .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 18px;
    }
}

@media (max-width: 480px) {

    .about-page .numbers-featured,
    .about-page .numbers-grid {
        grid-template-columns: 1fr;
    }

    .about-page .gallery-accordion-img {
        height: 320px;
    }
}