/* ============================
   HOME PAGE — SUTA
   ============================ */

/* ============================
   HERO SECTION
   ============================ */
.home-hero {
    padding-top: 80px;
}

.home-hero__wrapper {
    display: flex;
    flex-wrap: wrap;
    background: linear-gradient(to right, #F6F4F0 70%, #E9E4D9 70%);
}

.home-hero__content {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 80px 120px 80px 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
}

.home-hero__title {
    font-family: 'Wondar Quason Free', serif;
    font-weight: 400;
    font-size: 42px;
    line-height: 120%;
    color: #6B594D;
    margin: 0 0 24px;
}

.home-hero__desc {
    font-family: 'Afacad Flux', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    color: #606060;
    margin: 0 0 24px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.home-hero__slot {
    font-family: 'Afacad Flux', sans-serif;
    font-weight: 500;
    font-size: 28px;
    line-height: 28px;
    color: #6B594D;
    margin: 0 0 24px;
}

.home-hero__btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: max-content;
    height: 52px;
    padding: 14px 20px;
    border-radius: 100px;
    background: #6B594D;
    font-family: 'Afacad Flux', sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    color: #FFFFFF;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.home-hero__btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 14px rgba(107, 89, 77, 0.3);
}

.home-hero__btn-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.home-hero__image {
    flex: 0 0 50%;
    max-width: 50%;
    height: 600px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-top-left-radius: 120px;
    border-bottom-right-radius: 120px;
    position: relative;
    overflow: hidden;
}

.home-hero__overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 250px;
    height: 600px;
    background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 1;
}

.home-hero__logo {
    position: absolute;
    left: 24px;
    bottom: 24px;
    width: 205px;
    height: 315px;
    object-fit: contain;
    z-index: 2;
}

/* ============================
   FOUNDER SECTION
   ============================ */
.home-founder {
    background: #E9E4D9;
    border-bottom-right-radius: 120px;
}

.home-founder__wrapper {
    display: flex;
    flex-wrap: wrap;
}

.home-founder__image-wrap {
    flex: 0 0 50%;
    max-width: 50%;
}

.home-founder__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-bottom-right-radius: 120px;
}

.home-founder__content {
    flex: 0 0 50%;
    max-width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 80px 120px 80px 120px;
    box-sizing: border-box;
}

.home-founder__name {
    font-family: 'Wondar Quason Free', serif;
    font-weight: 400;
    font-size: 56px;
    line-height: 120%;
    color: #6B594D;
    margin: 0 0 8px;
}

.home-founder__role {
    font-family: 'Afacad Flux', sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 24px;
    line-height: 120%;
    color: #8E8E8E;
    margin: 0 0 24px;
}

.home-founder__desc {
    font-family: 'Afacad Flux', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    color: #606060;
    margin: 0 0 16px;
}

.home-founder__socials {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.home-founder__social {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    transition: transform 0.3s ease;
}

.home-founder__social:hover {
    transform: translateY(-2px);
}

.home-founder__social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    padding: 8px;
    border-radius: 100px;
    background: #6B594D;
    box-sizing: border-box;
}

.home-founder__social-icon img {
    width: 20px;
    height: 20px;
    display: block;
}

.home-founder__social-text {
    font-family: 'Afacad Flux', sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    color: #6B594D;
}

/* ============================
   JADWAL WRAPPER
   ============================ */
.home-jadwal-wrapper {
    background: #E9E4D9;
    padding: 80px 120px;
    border-top-left-radius: 120px;
    box-sizing: border-box;
}

/* ============================
   LAYANAN SECTION
   ============================ */
.home-layanan {
    background: #E9E4D9;
    border-top-right-radius: 120px;
}

.home-layanan__wrapper {
    padding: 100px 120px;
    border-bottom-left-radius: 120px;
    background: #F6F4F0;
}

.home-layanan__title {
    font-family: 'Wondar Quason Free', serif;
    font-weight: 400;
    font-size: 56px;
    line-height: 120%;
    color: #6B594D;
    text-align: center;
    margin: 0 0 56px;
}

.home-layanan__grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 24px;
    align-items: stretch;
}

.home-layanan__card {
    background: #E9E4D9;
    border-radius: 24px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    grid-column: span 2;
}

.home-layanan__card--offset {
    grid-column: span 1;
}

.home-layanan__card:nth-child(4) {
    grid-column: 2 / span 2;
}

.home-layanan__card:nth-child(5) {
    grid-column: 4 / span 2;
}

.home-layanan__card-image {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
}

.home-layanan__card-body {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 12px;
}

.home-layanan__card-title {
    font-family: 'Afacad Flux', sans-serif;
    font-weight: 600;
    font-size: 28px;
    line-height: 28px;
    color: #6B594D;
    margin: 0;
    text-align: center;
}

.home-layanan__card-desc {
    font-family: 'Afacad Flux', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #606060;
    margin: 0;
    text-align: center;
}

.home-layanan__card-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    height: 49px;
    padding: 10px 18px;
    border-radius: 100px;
    border: none;
    background: #F6F4F0;
    font-family: 'Afacad Flux', sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    color: #6B594D;
    text-decoration: none;
    margin-top: auto;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-sizing: border-box;
    cursor: pointer;
}

.home-layanan__card-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 14px rgba(107, 89, 77, 0.2);
}

.home-layanan-item-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    height: 49px;
    padding: 10px 18px;
    border-radius: 100px;
    border: none;
    background: #F6F4F0;
    font-family: 'Afacad Flux', sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    color: #6B594D;
    text-decoration: none;
    margin-top: 16px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-sizing: border-box;
    cursor: pointer;
}

.home-layanan-item-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 14px rgba(107, 89, 77, 0.2);
}

.home-layanan__card-btn-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.home-layanan__card-btn-icon.is-rotated {
    transform: rotate(180deg);
}

/* ============================
   GALLERY SECTION
   ============================ */
.home-gallery {
    background: #F6F4F0;
    border-bottom-right-radius: 120px;
}

.home-gallery__wrapper {
    padding: 80px 120px;
    background: #E9E4D9;
}

.home-gallery__title {
    font-family: 'Wondar Quason Free', serif;
    font-weight: 400;
    font-size: 56px;
    line-height: 120%;
    color: #6B594D;
    text-align: center;
    margin: 0 0 56px;
}

.home-gallery__carousel {
    position: relative;
    display: flex;
    align-items: center;
    height: 550px;
    gap: 24px;
}

.home-gallery__track {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.home-gallery__slide {
    position: absolute;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.1);
    top: 50%;
    transform: translate(-50%, -50%);
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), left 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), width 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), height 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.6s ease;
}

.home-gallery__slide:not(.trans) {
    transition: none !important;
}

/* 5 slots: only -1, 0, 1 are visible */
.gallery-pos--3 { left: -40%; width: calc(30% - 24px); height: 390px; z-index: 0; opacity: 0; visibility: hidden; }
.gallery-pos--2 { left: -20%; width: calc(30% - 24px); height: 390px; z-index: 1; opacity: 0; }
.gallery-pos--1 { left: 0;     width: calc(30% - 24px); height: 450px; z-index: 2; opacity: 1; transform: translate(0, -50%); }
.gallery-pos-0  { left: 50%;   width: 40%;              height: 550px; z-index: 3; opacity: 1; }
.gallery-pos-1  { left: 100%;  width: calc(30% - 24px); height: 450px; z-index: 2; opacity: 1; transform: translate(-100%, -50%); }
.gallery-pos-2  { left: 120%;  width: calc(30% - 24px); height: 390px; z-index: 1; opacity: 0; }
.gallery-pos-3  { left: 140%;  width: calc(30% - 24px); height: 390px; z-index: 0; opacity: 0; visibility: hidden; }

.home-gallery__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
}

.home-gallery__nav {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 53px;
    height: 53px;
    padding: 16px;
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border: none;
    cursor: pointer;
    flex-shrink: 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    transition: background 0.3s ease;
}

.home-gallery__nav:hover {
    background: rgba(255, 255, 255, 0.6);
}

.home-gallery__nav--prev {
    left: calc(30% - 26px);
}

.home-gallery__nav--next {
    right: calc(30% - 26px);
}

.home-gallery__nav-icon {
    width: 21px;
    height: 21px;
    display: block;
}

.home-gallery__nav-icon.right{
    rotate: 180deg;
}

.home-gallery__desc {
    font-family: 'Afacad Flux', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    color: #606060;
    text-align: center;
    margin: 40px 0 0;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

/* ============================
   TESTIMONIAL SECTION
   ============================ */
.home-testimonial {
    background: #F6F4F0;
    padding: 100px 120px;
    box-sizing: border-box;
    position: relative;
    border-bottom-left-radius: 120px;
}


.home-testimonial__heading {
    font-family: 'Wondar Quason Free', serif;
    font-weight: 400;
    font-size: 56px;
    line-height: 120%;
    color: #6B594D;
    text-align: center;
    margin: 0 0 32px;
}

.home-testimonial__slide {
    display: none;
    gap: 24px;
}

.home-testimonial__slide.is-active {
    display: flex;
}

.home-testimonial__card {
    flex: 1;
    height: 287px;
    background: #FFFBF7;
    border-radius: 24px;
    padding: 32px;
    box-shadow: 0px 8px 100px 0px rgba(0,0,0,0.07);
    display: flex;
    gap: 18px;
    box-sizing: border-box;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    border-radius: 24px;

    background:
        linear-gradient(#fff, #fff) padding-box,
        conic-gradient(
            from -44.99deg at 50% 50%,
            #FFFFFF -178.92deg,
            #333333 0.09deg,
            #FFFFFF 181.08deg,
            #333333 360.09deg
        ) border-box;

    background-origin: border-box;
    background-clip: padding-box, border-box;
}

.home-testimonial__card-image {
    width: 180px;
    height: 180px;
    border-radius: 100px;
    overflow: hidden;
    flex-shrink: 0;
}

.home-testimonial__card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.home-testimonial__card-divider {
    width: 1px;
    background: #000000;
    opacity: 0.3;
    flex-shrink: 0;
    align-self: stretch;
}

.home-testimonial__card-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.home-testimonial__card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.home-testimonial__name-wrap {
    overflow: hidden;
    flex: 1;
}

.home-testimonial__name {
    font-family: 'Afacad Flux', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    color: #606060;
    white-space: nowrap;
}

.home-testimonial__name-wrap--scroll .home-testimonial__name {
    display: inline-block;
    animation: testimonialNameScroll 6s linear infinite;
}

.home-testimonial__name-wrap--scroll .home-testimonial__name:last-child {
    margin-left: 24px;
}

@keyframes testimonialNameScroll {
    0% { transform: translateX(0); }
    40% { transform: translateX(0); }
    50% { transform: translateX(calc(-100% - 24px)); }
    90% { transform: translateX(calc(-100% - 24px)); }
    100% { transform: translateX(0); }
}

.home-testimonial__quote-icon {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
}

.home-testimonial__stars {
    display: flex;
    gap: 4px;
}

.home-testimonial__stars img {
    width: 24px;
    height: 24px;
    display: block;
}

.home-testimonial__text {
    font-family: 'Afacad Flux', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    color: #606060;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.home-testimonial__nav {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 53px;
    height: 53px;
    padding: 16px;
    border-radius: 100px;
    background: linear-gradient(0deg, #6B594D, #6B594D);
    border: none;
    cursor: pointer;
    position: absolute;
    top: 50%;
    z-index: 2;
    transition: opacity 0.3s ease;
}

.home-testimonial__nav--prev {
    left: 40px;
}

.home-testimonial__nav--next {
    right: 40px;
}

.home-testimonial__nav:hover {
    opacity: 0.85;
}

.home-testimonial__nav-icon {
    width: 21px;
    height: 21px;
    display: block;
}

.home-testimonial__nav-icon--right {
    transform: rotate(180deg);
}

.home-testimonial__dots {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 32px;
}

.home-testimonial__dots button {
    width: 12px;
    height: 12px;
    border-radius: 12px;
    border: none;
    padding: 0;
    background: #dcdcdc;
    cursor: pointer;
    transition: all 0.3s ease;
}

.home-testimonial__dots button.is-active {
    width: 24px;
    background: #6B594D;
}

/* ============================
   ANIMATIONS
   ============================ */
.home-animate {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

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

.home-animate.is-hidden {
    opacity: 0;
    transform: translateY(-12px);
}

/* ============================
   RESPONSIVE — Tablet (≤991px)
   ============================ */
@media (max-width: 1023px) {
    .home-hero__wrapper {
        background: linear-gradient(to right, #F6F4F0 50%, #E9E4D9 50%);
    }

    .home-hero__content {
        padding: 60px 40px 60px 40px;
    }

    .home-hero__title {
        font-size: 40px;
    }

    .home-hero__desc {
        font-size: 20px;
    }

    .home-hero__slot {
        font-size: 24px;
    }

    .home-hero__btn {
        height: 44px;
        padding: 12px 18px;
        font-size: 20px;
        line-height: 20px;
    }

    .home-hero__image {
        height: 480px;
        border-top-left-radius: 80px;
        border-bottom-right-radius: 80px;
    }

    .home-hero__overlay {
        width: 180px;
        height: 480px;
    }

    .home-hero__logo {
        width: 150px;
        height: 230px;
        left: 16px;
    }

    .home-founder__image-wrap {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .home-founder {
        border-bottom-right-radius: 80px;
    }

    .home-founder__image {
        height: 650px;
    }

    .home-founder__content {
        flex: 0 0 50%;
        max-width: 50%;
        padding: 60px 40px 60px 40px;
    }

    .home-founder__name {
        font-size: 40px;
    }

    .home-founder__role {
        font-size: 20px;
    }

    .home-founder__desc {
        font-size: 20px;
    }

    .home-founder__social-text {
        font-size: 20px;
    }

    .home-jadwal-wrapper {
        padding: 60px 40px;
        border-top-left-radius: 80px;
    }

    .home-layanan {
        border-top-right-radius: 80px;
    }

    .home-layanan__wrapper {
        padding: 80px 40px;
        border-bottom-left-radius: 80px;
    }

    .home-layanan__title {
        font-size: 40px;
        margin-bottom: 56px;
    }

    .home-layanan__grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 40px;
    }

    .home-layanan__card--offset {
        grid-column: span 1;
    }

    .home-layanan__card:nth-child(4) {
        grid-column: span 1;
    }

    .home-layanan__card:nth-child(5) {
        grid-column: span 1;
    }

    .home-gallery {
        border-bottom-right-radius: 80px;
    }

    .home-gallery__wrapper {
        padding: 60px 40px;
    }

    .home-gallery__title {
        font-size: 40px;
        margin-bottom: 40px;
    }

    .home-gallery__carousel {
        height: 400px;
    }

    .gallery-pos--1,
    .gallery-pos-1 {
        height: 320px;
    }

    .gallery-pos-0 {
        height: 400px;
    }

    .home-gallery__desc {
        font-size: 20px;
    }

    .home-testimonial {
        padding: 80px 40px;
        border-bottom-left-radius: 80px;
    }

    .home-testimonial__heading {
        font-size: 40px;
        margin-bottom: 40px;
    }

    .home-testimonial__nav--prev {
        left: 16px;
    }

    .home-testimonial__nav--next {
        right: 16px;
    }

    .home-testimonial__card {
        padding: 24px;
        gap: 14px;
    }

    .home-testimonial__card-image {
        width: 140px;
        height: 140px;
    }

    .home-testimonial__name {
        font-size: 20px;
    }

    .home-testimonial__text {
        font-size: 20px;
    }

    .home-testimonial__quote-icon {
        width: 28px;
        height: 28px;
    }

    .home-testimonial__stars img {
        width: 20px;
        height: 20px;
    }

    .home-testimonial__nav {
        width: 44px;
        height: 44px;
        padding: 12px;
    }

    .home-testimonial__nav-icon {
        width: 18px;
        height: 18px;
    }
}

/* ============================
   RESPONSIVE — Mobile (≤575px)
   ============================ */
@media (max-width: 575px) {
    .home-hero {
        padding-top: 64px;
    }

    .home-hero__wrapper {
        flex-direction: column;
        background: #F6F4F0;
    }

    .home-hero__content {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 40px 20px 40px 20px;
        order: 1;
    }

    .home-hero__title {
        font-size: 32px;
    }

    .home-hero__desc {
        font-size: 18px;
    }

    .home-hero__slot {
        font-size: 20px;
    }

    .home-hero__btn {
        height: 40px;
        padding: 10px 16px;
        font-size: 18px;
        line-height: 18px;
    }

    .home-hero__btn-icon {
        width: 16px;
        height: 16px;
    }

    .home-hero__image {
        flex: 0 0 100%;
        max-width: 100%;
        height: 350px;
        border-top-left-radius: 50px;
        border-bottom-right-radius: 50px;
        order: 2;
    }

    .home-hero__overlay {
        width: 140px;
        height: 350px;
    }

    .home-hero__logo {
        width: 120px;
        height: 185px;
        left: 12px;
    }

    .home-founder__wrapper {
        flex-direction: column;
    }

    .home-founder__image-wrap {
        flex: 0 0 100%;
        max-width: 100%;
        order: 2;
    }

    .home-founder__image {
        height: 450px;
        border-bottom-right-radius: 50px;
    }

    .home-founder__content {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 40px 20px 20px 20px;
        order: 1;
    }

    .home-founder__name {
        font-size: 32px;
    }

    .home-founder__role {
        font-size: 18px;
    }

    .home-founder__desc {
        font-size: 18px;
    }

    .home-founder__socials {
        gap: 20px;
    }

    .home-founder__social-icon {
        width: 32px;
        height: 32px;
        padding: 6px;
    }

    .home-founder__social-icon img {
        width: 18px;
        height: 18px;
    }

    .home-founder__social-text {
        font-size: 18px;
    }

    .home-founder {
        border-bottom-right-radius: 50px;
    }

    .home-jadwal-wrapper {
        padding: 40px 20px;
        border-top-left-radius: 50px;
    }

    .home-jadwal-wrapper .jadwal-section {
        flex-direction: column;
        gap: 32px;
        padding: 40px 20px;
        border-bottom-right-radius: 50px;
    }

    .home-layanan {
        border-top-right-radius: 50px;
    }

    .home-layanan__wrapper {
        padding: 60px 20px;
        border-bottom-left-radius: 50px;
    }

    .home-layanan__title {
        font-size: 32px;
        margin-bottom: 40px;
    }

    .home-layanan__grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .home-layanan__card--offset,
    .home-layanan__grid .home-layanan__card:nth-child(4),
    .home-layanan__grid .home-layanan__card:nth-child(5) {
        grid-column: span 2;
    }

    .home-gallery {
        border-bottom-right-radius: 50px;
    }

    .home-gallery__wrapper {
        padding: 40px 20px;
    }

    .home-gallery__title {
        font-size: 32px;
        margin-bottom: 32px;
    }

    .home-gallery__carousel {
        height: 320px;
        flex-direction: column;
        gap: 16px;
    }

    .home-gallery__track {
        flex-direction: column;
        gap: 0;
    }

    .gallery-pos--2,
    .gallery-pos--1,
    .gallery-pos-1,
    .gallery-pos-2 {
        display: none;
    }

    .gallery-pos-0 {
        left: 50%;
        width: 90%;
        height: 300px;
        transform: translate(-50%, -50%);
        transition: none !important;
    }

    .home-gallery__nav {
        width: 44px;
        height: 44px;
        padding: 12px;
    }

    .home-gallery__nav--prev {
        left: 8px;
    }

    .home-gallery__nav--next {
        right: 8px;
    }

    .home-gallery__desc {
        font-size: 18px;
        margin-top: 28px;
    }

    .home-testimonial {
        padding: 60px 20px;
        border-bottom-left-radius: 50px;
    }

    .home-testimonial__heading {
        font-size: 32px;
        margin-bottom: 32px;
    }

    .home-testimonial__nav--prev {
        left: 8px;
    }

    .home-testimonial__nav--next {
        right: 8px;
    }

    .home-testimonial__slide.is-active {
        flex-direction: column;
    }

    .home-testimonial__card {
        padding: 20px;
        gap: 12px;
    }

    .home-testimonial__card-image {
        width: 100px;
        height: 100px;
    }

    .home-testimonial__name {
        font-size: 18px;
    }

    .home-testimonial__text {
        font-size: 18px;
        -webkit-line-clamp: 4;
    }

    .home-testimonial__quote-icon {
        width: 24px;
        height: 24px;
    }

    .home-testimonial__stars img {
        width: 18px;
        height: 18px;
    }

    .home-testimonial__nav {
        width: 40px;
        height: 40px;
        padding: 10px;
    }

    .home-testimonial__nav-icon {
        width: 16px;
        height: 16px;
    }

    .home-testimonial__card-divider {
        display: none;
    }
}

/* ============================
   EMPTY STATE
   ============================ */
.home-layanan__empty {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 200px;
    text-align: center;
    grid-column: 1 / -1;
}

.home-gallery__empty,
.home-testimonial__empty {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 200px;
    text-align: center;
}

.home-gallery__empty p,
.home-testimonial__empty p,
.home-layanan__empty p {
    font-family: 'Afacad Flux', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    color: #8E8E8E;
    margin: 0;
    max-width: 500px;
}

@media (max-width: 1023px) {
    .home-gallery__empty p,
    .home-testimonial__empty p {
        font-size: 20px;
    }
}

@media (max-width: 575px) {
    .home-gallery__empty p,
    .home-testimonial__empty p {
        font-size: 18px;
    }
}

/* ============================
   RESPONSIVE — Narrow Desktop (1023px - 1180px)
   ============================ */
@media (min-width: 1023px) and (max-width: 1180px) {
    .home-hero__content {
        padding: 80px 20px 80px 120px;
    }

    .home-founder__content {
        padding: 80px 120px 80px 20px;
    }
}
