section {
    padding: clamp(20px, 6vw, 30px) 0;
    margin-top: 0;
}

.dorm-single__hero {
    background-color: var(--color-blue-200);
    padding-top: clamp(100px, 12vw, 140px);
    padding-bottom: clamp(140px, 15vw, 200px);
    padding-left: 0;
    padding-right: 0;
    min-height: 50vh;
    position: relative;
    overflow: hidden;
}

.dorm-single__hero-content {
    position: relative;
    z-index: 2;
    margin-top: 30px;
    max-width: 800px;
}

.dorm-single__hero .page-title {
    margin-bottom: 20px;
}

.dorm-single__hero .page-hero__desc {
    color: rgba(255, 255, 255, 0.85);
}

.dorm-single__watermark {
    position: absolute;
    bottom: 10%;
    right: 5%;
    width: 400px;
    height: 400px;
    background-image: url('../../../assets/logoWhite.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.05;
    z-index: 1;
    pointer-events: none;
}

.dorm-single__features {
    padding: 0;
    margin-top: -30px;
    position: relative;
    z-index: 5;
}

.features-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.feature-card {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 18px 24px;
    background-color: var(--color-white);
    border: 1px solid var(--color-grey-050);
    flex: 1 1 280px;
    max-width: 380px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.feature-card__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    background-color: var(--color-grey-010);
    color: var(--color-blue-200);
    flex-shrink: 0;
}

.feature-card__text {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 4px;
}

.feature-card__label {
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--color-grey-400);
    opacity: 0.7;
    font-weight: 600;
    line-height: 1.2;
}

.feature-card__value {
    font-size: 1rem;
    font-weight: 500;
    color: var(--color-blue-200);
    line-height: 1.5;
}

.dorm-about-content {
    column-count: 2;
    column-gap: 60px;
    margin-top: 40px;
}

.dorm-about-content p {
    margin-top: 0;
    break-inside: avoid;
}

.dorm-about-content ul {
    list-style: none;
    padding-left: 0;
    break-inside: avoid;
}

.dorm-about-content li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 12px;
}

.dorm-about-content li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px; 
    width: 6px;
    height: 6px;
    background-color: var(--color-blue-200); 
    border-radius: 50%;
}

.dorm-swiper {
    margin-top: 40px;
    padding-bottom: 60px; 
}

.dorm-swiper .swiper-slide {
    height: auto;
}

.dorm-swiper .swiper-slide img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    display: block;
}

.dorm-swiper.is-single {
    padding-bottom: 0;
}

.dorm-swiper.is-single .swiper-slide img {
    height: 500px;
    padding: 0 var(--wrap-1);
}

.dorm-swiper.is-double {
    padding-bottom: 0;
}

.dorm-swiper.is-double .swiper-slide img {
    height: 450px;
}

.dorm-swiper .swiper-button-next,
.dorm-swiper .swiper-button-prev {
    width: 48px;
    height: 48px;
    background-color: var(--color-white);
    border: 1px solid var(--color-grey-050);
    color: transparent !important;
    top: 40%;
    transition: all 0.3s ease;
}

.dorm-swiper .swiper-button-next::after,
.dorm-swiper .swiper-button-prev::after {
    display: none;
}

.dorm-swiper .swiper-button-prev {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2316295b'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M15 19l-7-7 7-7'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px;
}

.dorm-swiper .swiper-button-next {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2316295b'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M9 5l7 7-7 7'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px;
}

.dorm-swiper .swiper-button-next:hover,
.dorm-swiper .swiper-button-prev:hover {
    background-color: var(--color-blue-200);
    border-color: var(--color-blue-200);
}

.dorm-swiper .swiper-button-prev:hover {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23ffffff'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M15 19l-7-7 7-7'/%3E%3C/svg%3E");
}

.dorm-swiper .swiper-button-next:hover {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23ffffff'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M9 5l7 7-7 7'/%3E%3C/svg%3E");
}

.dorm-swiper .swiper-pagination-bullet {
    opacity: 0.3;
    width: 6px;
    height: 6px;
    transition: all 0.3s ease;
}

.dorm-swiper .swiper-pagination-bullet-active {
    opacity: 1;
}

.dorm-single__back {
    padding-top: 40px;
}

.back-to-campus-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 16px 32px;
    background-color: var(--color-grey-010);
    color: var(--color-blue-200);
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 0.9rem;
    border: 1px solid var(--color-grey-050);
    transition: all 0.3s ease;
}

.back-to-campus-btn svg {
    transition: transform 0.3s ease;
}

.back-to-campus-btn:hover {
    background-color: var(--color-blue-200);
    color: var(--color-white);
    border-color: var(--color-blue-200);
}

.back-to-campus-btn:hover svg {
    transform: translateX(-6px);
}

@media (min-width: 993px) {
    .dorm-swiper.is-double .swiper-button-next,
    .dorm-swiper.is-double .swiper-button-prev,
    .dorm-swiper.is-double .swiper-pagination {
        display: none !important;
    }
}

@media (max-width: 992px) {
    .dorm-about-content {
        column-count: 1;
    }
}

@media (max-width: 768px) {
    .dorm-single__hero {
        padding: 60px 0 60px 0;
        min-height: auto;
    }
    
    .dorm-single__features {
        margin-top: -20px;
    }
    
    .features-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 12px;
    }
    
    .feature-card {
        flex: auto;
        max-width: 100%;
        padding: 20px 16px;
        gap: 16px;
    }

    .feature-card__icon {
        width: 48px;
        height: 48px;
    }
    
    .dorm-swiper .swiper-button-next,
    .dorm-swiper .swiper-button-prev {
        display: none !important;
    }
    
    .dorm-swiper .swiper-slide img {
        height: 250px;
    }
    
    .dorm-swiper.is-single .swiper-slide img,
    .dorm-swiper.is-double .swiper-slide img {
        height: 300px;
        padding: 0;
    }
}

@media (max-width: 480px) {
    .feature-card__label {
        font-size: 0.75rem;
    }
    .feature-card__value {
        font-size: 0.95rem;
    }
    .back-to-campus-btn {
        width: 100%;
        justify-content: center;
    }
}