@charset "UTF-8";

/* =============================== */
/* Page Base                       */
/* =============================== */
.realestate-page {
    padding: 220px 0 140px;
    background: #fff;
}

.re-section-label {
    font-size: 24px;
    font-weight: 600;
    color: rgba(0 0 0 / 50%);
}

/* =============================== */
/* Intro Section                   */
/* =============================== */
.re-intro-head {
    display: flex;
    align-items: flex-start;
}

.re-page-title {
	width: 50%;
    font-size: 92px;
    font-weight: 600;
    color: #1f1f1f;
    line-height: 1;
}

.re-page-desc {
    padding-top: 130px;
    font-size: 24px;
    font-weight: 400;
    color: #1f1f1f;
    line-height: 1.6;
}

.re-hero-block {
    margin-top: 56px;
}

.re-hero-image {
    width: 100%;
    height: 700px;
    background: url('/wp-content/uploads/2026/02/re-hero-image.jpg') center 45% / cover no-repeat;
}

.re-hero-caption {
    width: min(100%, 1280px);
    background: #fff;
    margin-top: -128px;
    margin-left: auto;
    padding: 34px 56px;
    position: relative;
    z-index: 2;
}

.re-hero-title {
    font-size: 40px;
    font-weight: 800;
    color: #1f1f1f;
}

/* =============================== */
/* Service Section                 */
/* =============================== */
.re-service {
    margin-top: 48px;
}

.re-split {
    display: flex;
    align-items: flex-start;
    gap: 90px;
}

.re-split-left {
    width: 330px;
    flex-shrink: 0;
}

.re-split-right {
    flex: 1;
}

.re-service-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 28px;
    border-top: 1px solid rgba(35, 35, 35, 0.2);
}

.re-service-item {
    padding: 18px 0 30px;
    border-bottom: 1px solid rgba(35, 35, 35, 0.2);
}

.re-service-name {
    font-size: 20px;
    font-weight: 800;
    color: #232323;
    margin-bottom: 10px;
}

.re-service-desc {
    font-size: 32px;
    font-weight: 400;
    color: #232323;
    line-height: 44px;
}

/* =============================== */
/* Portfolio Section               */
/* =============================== */
.re-portfolio {
    padding-top: 170px;
}

.re-portfolio-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 26px;
}

.re-more-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 700;
    color: #1f1f1f;
    letter-spacing: 0.6px;
}

.re-more-arrow {
    font-size: 16px;
    transition: transform var(--transition-normal);
}

.re-more-link:hover .re-more-arrow {
    transform: translateX(5px);
}

.re-portfolio-slider-wrap {
    padding-left: 140px;
    overflow: hidden;
}

.re-portfolio-slider {
    display: flex;
    gap: 14px;
    cursor: grab;
    user-select: none;
    will-change: transform;
    transition: transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.re-portfolio-slider.dragging {
    cursor: grabbing;
    transition: none;
}

.re-portfolio-item {
    flex-shrink: 0;
    width: calc((100vw - 140px - 28px) / 3.3);
    min-width: 280px;
    display: flex;
    flex-direction: column;
}

.re-portfolio-image {
    width: 100%;
    aspect-ratio: 1.3 / 1;
    background: url('/wp-content/uploads/2026/02/re-portfolio-image.jpg') center/cover no-repeat;
}

.re-portfolio-info {
    padding-top: 24px;
}

.re-portfolio-title {
    font-size: 52px;
    font-weight: 300;
    color: #1f1f1f;
    line-height: 1.2;
}

.re-portfolio-address {
    margin-top: 16px;
    font-size: 28px;
    font-weight: 400;
    color: rgba(31, 31, 31, 0.65);
}

/* =============================== */
/* Other Service Section           */
/* =============================== */
.re-other {
    padding-top: 170px;
}

.re-section-label--line {
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(35, 35, 35, 0.2);
    margin-bottom: 34px;
}

.re-other-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.re-other-card {
    display: flex;
    flex-direction: column;
}

.re-other-image {
    width: 100%;
    aspect-ratio: 1.42 / 1;
    background-size: cover;
    background-position: center;
}

.re-other-image--finance {
    background-image: url('/wp-content/uploads/2026/02/re-other-image-finance.jpg');
}

.re-other-image--wealth {
    background-image: url('/wp-content/uploads/2026/02/re-other-image-wealth.jpg');
}

.re-other-info {
    padding-top: 20px;
}

.re-other-title {
    font-size: 48px;
    font-weight: 300;
    color: #1f1f1f;
    line-height: 1.2;
}

.re-other-desc {
    margin-top: 32px;
    font-size: 24px;
    font-weight: 400;
    color: #2d2d2d;
    line-height: 1.6;
}

.re-other-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 36px;
    font-size: 16px;
    font-weight: 400;
    color: #957e62;
    border: 1px solid #957e62;
    border-radius: 999px;
    margin-top: 32px;
    transition: border-color var(--transition-normal), color var(--transition-normal), background var(--transition-normal);
}

.re-other-link:hover {
    background: #957e62;
    color: #fff;
}

/* =============================== */
/* Scroll Animations               */
/* =============================== */
.re-will-animate {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.re-will-animate.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* =============================== */
/* Responsive                      */
/* =============================== */
@media (max-width: 1200px) {
    .realestate-page {
        padding-top: 130px;
    }

    .re-section-label {
        font-size: 22px;
    }

    .re-page-title {
        font-size: 64px;
    }

    .re-page-desc {
        font-size: 24px;
    }

    .re-hero-image {
        height: 540px;
    }

    .re-hero-title {
        font-size: 44px;
    }

    .re-split {
        gap: 80px;
    }

    .re-split-left {
        width: 220px;
    }

    .re-service-desc {
        font-size: 32px;
    }

    .re-portfolio-title {
        font-size: 36px;
    }

    .re-portfolio-address {
        font-size: 20px;
    }

    .re-other-title {
        font-size: 40px;
    }

    .re-other-desc {
        font-size: 18px;
    }
}

@media (max-width: 1024px) {
    .realestate-page {
        padding: 110px 0 100px;
    }

    .re-intro-head {
        flex-direction: column;
        gap: 20px;
    }

    .re-page-title {
        font-size: 54px;
    }

    .re-page-desc {
        font-size: 20px;
        padding-top: 0;
    }

    .re-hero-block {
        margin-top: 40px;
    }

    .re-hero-image {
        height: 420px;
    }

    .re-hero-caption {
        margin-top: -40px;
        margin-left: 18px;
        padding: 24px 28px;
    }

    .re-hero-title {
        font-size: 34px;
    }

    .re-split {
        flex-direction: column;
        gap: 24px;
    }

    .re-split-left {
        width: 100%;
    }

    .re-service-grid {
        column-gap: 20px;
    }

    .re-service-desc {
        font-size: 24px;
    }

    .re-portfolio {
        padding-top: 120px;
    }

    .re-portfolio-slider-wrap {
        padding-left: 30px;
    }

    .re-portfolio-item {
        width: calc((100vw - 30px - 28px) / 2.3);
    }

    .re-portfolio-title {
        font-size: 30px;
    }

    .re-portfolio-address {
        margin-top: 10px;
        font-size: 18px;
    }

    .re-other {
        padding-top: 120px;
    }

    .re-other-grid {
        grid-template-columns: 1fr;
        gap: 34px;
    }
}

@media (max-width: 767px) {
    .realestate-page {
        padding: 90px 0 80px;
    }

    .re-section-label {
        font-size: 16px;
    }

    .re-page-title {
        font-size: 42px;
        letter-spacing: -1px;
    }

    .re-page-desc {
        font-size: 14px;
        line-height: 1.65;
    }

    .re-hero-image {
        height: 260px;
    }

    .re-hero-caption {
        width: calc(100% - 16px);
        margin-left: 16px;
        margin-top: -28px;
        padding: 18px 16px;
    }

    .re-hero-title {
        font-size: 24px;
    }

    .re-service {
        margin-top: 8px;
    }

    .re-service-grid {
        grid-template-columns: 1fr;
        column-gap: 0;
    }

    .re-service-item {
        padding: 14px 0 20px;
    }

    .re-service-name {
        font-size: 14px;
    }

    .re-service-desc {
        font-size: 18px;
        line-height: 1.45;
    }

    .re-portfolio {
        padding-top: 80px;
    }

    .re-portfolio-head {
        margin-bottom: 16px;
    }

    .re-more-link {
        font-size: 11px;
    }

    .re-portfolio-slider-wrap {
        padding-left: 20px;
    }

    .re-portfolio-item {
        width: calc((100vw - 20px - 14px) / 1.3);
    }

    .re-portfolio-info {
        padding-top: 14px;
    }

    .re-portfolio-title {
        font-size: 28px;
    }

    .re-portfolio-address {
        font-size: 14px;
        margin-top: 6px;
    }

    .re-other {
        padding-top: 80px;
    }

    .re-section-label--line {
        margin-bottom: 18px;
        padding-bottom: 10px;
    }

    .re-other-grid {
        gap: 26px;
    }

    .re-other-info {
        padding-top: 14px;
    }

    .re-other-title {
        font-size: 30px;
    }

    .re-other-desc {
        margin-top: 12px;
        font-size: 14px;
    }

    .re-other-link {
        width: 100px;
        height: 30px;
        font-size: 12px;
        margin-top: 14px;
    }
}
