@charset "utf-8";

.sunskin-page.sunskin-page--store,
.sunskin-page .ss-store {
    background: #fff;
    color: #262626;
    font-family: "Pretendard", "Noto Sans KR", "Apple SD Gothic Neo", sans-serif;
}

.sunskin-page.sunskin-page--store #container,
.sunskin-page.sunskin-page--store #container_wr,
.sunskin-page.sunskin-page--store #wrapper,
.sunskin-page #container:has(.ss-store),
.sunskin-page #container_wr:has(.ss-store),
.sunskin-page #wrapper:has(.ss-store) {
    float: none;
    width: 100%;
    max-width: none;
    min-width: 0;
    min-height: 0;
    margin: 0;
    padding: 0;
}

.sunskin-page.sunskin-page--store #container_title,
.sunskin-page #container:has(.ss-store) #container_title {
    display: none;
}

.ss-store {
    overflow: hidden;
}

.ss-store-hero__backdrop img,
.ss-store-hero__photo img,
.ss-store-gallery__item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ss-store-hero {
    --ss-store-hero-duration: 360ms;
    --ss-store-hero-ease: cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    min-height: 970px;
    padding: 150px 52px 0;
    overflow: hidden;
}

.ss-store-hero__backdrop {
    position: absolute;
    inset: 0 0 110px 0;
    overflow: hidden;
}

.ss-store-hero__backdrop img {
    filter: blur(8px);
    transform: scale(1.08);
    transition: opacity var(--ss-store-hero-duration) ease, filter var(--ss-store-hero-duration) ease, transform var(--ss-store-hero-duration) var(--ss-store-hero-ease);
}

.ss-store-hero__backdrop::after {
    position: absolute;
    inset: 0;
    content: "";
    background: rgba(0, 0, 0, 0.6);
}

.ss-store-hero__stage {
    position: relative;
    display: grid;
    grid-template-columns: minmax(460px, 1fr) minmax(0, 630px) minmax(0, 630px);
    align-items: start;
    gap: 0;
    max-width: 1816px;
    margin: 0 auto;
}

.ss-store-hero__copy {
    align-self: end;
    min-width: 0;
    padding: 0 40px 170px 78px;
    color: #f8f8f8;
    transition: opacity var(--ss-store-hero-duration) ease, transform var(--ss-store-hero-duration) var(--ss-store-hero-ease);
}

.ss-store-hero__copy h1 {
    margin: 0 0 24px;
    color: #f8f8f8;
    font-size: clamp(50px, 3.15vw, 58px);
    font-weight: 700;
    line-height: 1.18;
    letter-spacing: 0;
    overflow-wrap: break-word;
    text-wrap: balance;
    white-space: normal;
    word-break: keep-all;
}

.ss-store-hero__copy p {
    min-width: 0;
    color: #f8f8f8;
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0;
    overflow-wrap: anywhere;
    word-break: keep-all;
}

.ss-store-address {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    min-width: 0;
    gap: 8px;
    margin-top: 10px;
    overflow-wrap: anywhere;
    white-space: normal;
    word-break: keep-all;
}

.ss-store-address--pin::before {
    width: 16px;
    height: 16px;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z'/%3E%3C/svg%3E") no-repeat center / contain;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z'/%3E%3C/svg%3E") no-repeat center / contain;
    content: "";
    flex: 0 0 auto;
}

.ss-store-hero__photo {
    position: relative;
    height: 820px;
    overflow: hidden;
    background: #15110d;
}

.ss-store-hero__photo img {
    transition: filter var(--ss-store-hero-duration) ease, transform var(--ss-store-hero-duration) var(--ss-store-hero-ease);
}

.ss-store-hero.is-transitioning .ss-store-hero__copy {
    opacity: 0;
    transform: translateY(10px);
}

.ss-store-hero.is-transitioning .ss-store-hero__backdrop img {
    opacity: 0.55;
    filter: blur(12px);
    transform: scale(1.1);
}

.ss-store-hero.is-transitioning .ss-store-hero__photo img {
    filter: brightness(0.72) saturate(0.9);
    transform: scale(1.025);
}

.ss-store-hero__photo--front img {
    width: 100%;
    height: 100%;
}

.ss-store-hero__photo--inside img {
    width: 100%;
    height: 100%;
}

.ss-store-hero__arrows {
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
}

.ss-store-hero__arrows span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 56px;
    background: rgba(0, 0, 0, 0.3);
    color: rgba(255, 255, 255, 0.72);
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.ss-store-hero__arrows span:hover {
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
}

.ss-store-gallery {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 60px 60px 120px;
    background: #fff;
}

.ss-store-gallery__item {
    position: relative;
    aspect-ratio: 435 / 435;
    overflow: hidden;
    background: #faf8f4;
    flex: 1;
    min-width: 0;
    max-width: 435px;
}

.ss-store-gallery__item::after {
    position: absolute;
    inset: 0;
    content: "";
    background: rgba(0, 0, 0, 0.4);
    opacity: 1;
    transition: opacity 0.3s ease;
}

.ss-store-gallery__item strong {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    padding: 24px;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    overflow-wrap: anywhere;
    text-align: center;
    word-break: keep-all;
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.3s ease, transform 0.3s ease;
    pointer-events: none;
}

.ss-store-gallery__item.is-active::after,
.ss-store-gallery__item.is-active strong {
    opacity: 0;
}

.ss-store-gallery__item:hover::after {
    opacity: 0;
}

.ss-store-gallery__item:hover strong {
    opacity: 0;
    transform: translateY(10px);
}

.ss-store-index {
    padding: 120px 60px;
    background: #faf8f4;
}

.ss-store-index__intro {
    max-width: 1280px;
    margin: 0 auto 60px;
    text-align: center;
}

.ss-store-kicker {
    margin-bottom: 45px;
    color: #e9460a;
    font-family: "Jeju Myeongjo", "Noto Serif KR", serif;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 6px;
}

.ss-store-index__intro h2 {
    margin: 0 0 45px;
    color: #262626;
    font-size: 46px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: 0;
}

.ss-store-index__intro p:last-child {
    color: #444;
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0;
}

.ss-store-index__body {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 60px;
    max-width: 1800px;
    margin: 0 auto;
}

.ss-store-map {
    min-height: 520px;
    margin: 0;
    overflow: hidden;
    background: #fff;
}

.ss-store-kakao-map {
    width: 100%;
    min-height: 520px;
    height: 100%;
}

.ss-store-map__fallback {
    display: flex;
    min-height: 520px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 28px;
    background: #fff;
    color: #665b50;
    text-align: center;
}

.ss-store-map__fallback strong {
    color: #262626;
    font-size: 22px;
    line-height: 1.4;
}

.ss-store-map__fallback span {
    max-width: 420px;
    color: #666;
    font-size: 16px;
    line-height: 1.6;
}

.ss-store-map-window {
    display: grid;
    gap: 6px;
    min-width: 220px;
    padding: 16px 18px;
    color: #262626;
    font-family: "Pretendard", "Noto Sans KR", "Apple SD Gothic Neo", sans-serif;
}

.ss-store-map-window strong {
    font-size: 17px;
    line-height: 1.35;
}

.ss-store-map-window span {
    color: #666;
    font-size: 13px;
    line-height: 1.45;
}

.ss-store-map-window a {
    margin-top: 4px;
    color: #e9460a;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}

.ss-store-list {
    margin: 0;
    padding: 0;
    list-style: none;
    background: transparent;
}

.ss-store-list li {
    display: grid;
    grid-template-columns: 50px minmax(150px, 1fr) minmax(0, 1.3fr);
    align-items: center;
    gap: 10px;
    min-height: 77px;
    padding: 20px 16px;
    border-bottom: 1px solid #ebebeb;
    color: #262626;
    font-size: 24px;
    line-height: 36px;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), background-color 0.3s ease, box-shadow 0.4s ease;
}

.ss-store-list li:hover {
    background-color: #fff;
    transform: translateX(12px);
    border-radius: 12px;
    border-bottom-color: transparent;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
    position: relative;
    z-index: 2;
}

.ss-store-list li:hover + li {
    border-top: 1px solid transparent;
}

.ss-store-list li:first-child {
    border-top: 1px solid #ebebeb;
}

.ss-store-list li.is-active {
    color: #ff5c00;
}

.ss-store-list__number {
    font-weight: 700;
}

.ss-store-list strong {
    min-width: 0;
    font-weight: 400;
    overflow-wrap: anywhere;
    word-break: keep-all;
}

.ss-store-list__address {
    display: inline-flex;
    align-items: flex-start;
    gap: 10px;
    min-width: 0;
    overflow-wrap: anywhere;
    white-space: normal;
    word-break: keep-all;
}

.ss-store-list__address > span {
    min-width: 0;
    overflow-wrap: anywhere;
    word-break: keep-all;
}

@media (max-width: 1280px) {
    .ss-store-hero {
        min-height: auto;
        padding: 120px 32px 80px;
    }

    .ss-store-hero__backdrop {
        inset: 0;
    }

    .ss-store-hero__stage {
        grid-template-columns: 1fr 1fr;
    }

    .ss-store-hero__copy {
        grid-column: 1 / -1;
        padding: 0 0 48px;
    }

    .ss-store-hero__photo {
        height: 58vw;
        max-height: 680px;
    }

    .ss-store-gallery {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
        justify-content: start;
        padding: 40px 32px 80px;
    }

    .ss-store-index {
        padding: 90px 32px;
    }

    .ss-store-index__body {
        gap: 32px;
    }

    .ss-store-list li {
        grid-template-columns: 40px minmax(120px, 1fr);
    }

    .ss-store-list__address {
        grid-column: 2 / -1;
    }
}

@media (max-width: 760px) {
    .ss-store-hero {
        padding: 96px 20px 56px;
    }

    .ss-store-hero__stage,
    .ss-store-index__body {
        grid-template-columns: 1fr;
    }

    .ss-store-hero__copy h1 {
        font-size: 40px;
        line-height: 52px;
    }

    .ss-store-hero__copy p,
    .ss-store-index__intro p:last-child,
    .ss-store-gallery__item strong,
    .ss-store-list li {
        font-size: 16px;
        line-height: 26px;
    }

    .ss-store-hero__photo {
        height: 80vw;
        max-height: none;
    }

    .ss-store-gallery {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
        padding: 28px 20px 64px;
    }

    .ss-store-index {
        padding: 72px 20px;
    }

    .ss-store-kicker {
        margin-bottom: 24px;
        font-size: 13px;
        line-height: 22px;
        letter-spacing: 4px;
    }

    .ss-store-index__intro h2 {
        margin-bottom: 24px;
        font-size: 30px;
        line-height: 40px;
    }

    .ss-store-index__intro p:last-child br {
        display: none;
    }

    .ss-store-map {
        min-height: 320px;
    }

    .ss-store-kakao-map,
    .ss-store-map__fallback {
        min-height: 320px;
    }

    .ss-store-list li {
        min-height: 66px;
        grid-template-columns: 32px minmax(0, 1fr);
        padding: 16px 0;
    }
    
    .ss-store-address {
        white-space: normal;
        word-break: normal;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ss-store-hero__backdrop img,
    .ss-store-hero__copy,
    .ss-store-hero__photo img {
        transition: none;
    }

    .ss-store-hero.is-transitioning .ss-store-hero__copy,
    .ss-store-hero.is-transitioning .ss-store-hero__photo img {
        opacity: 1;
        transform: none;
    }

    .ss-store-hero.is-transitioning .ss-store-hero__backdrop img {
        opacity: 1;
        filter: blur(8px);
        transform: scale(1.08);
    }
}
