/* ============================================================
   50K Starfield Suwon Branch
   ============================================================ */

.starfield-page-wrapper {
    --starfield-orange: var(--primary-orange, #E67E22);
    --starfield-navy: #1a2a3a;
    --starfield-ivory: #faf8f5;
    --starfield-muted: #5f6875;
    --starfield-line: #ece7df;
    --starfield-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    overflow-x: hidden;
    background: #fff;
    color: var(--starfield-navy);
    font-family: "Pretendard", "Noto Sans KR", sans-serif;
    line-height: 1.7;
}

.starfield-container {
    width: 100%;
    max-width: var(--container-width, 1200px);
    margin: 0 auto;
    padding: 0 20px;
}

.starfield-pc-only {
    display: block;
}

.starfield-section-header {
    max-width: 780px;
    margin: 0 auto 58px;
    text-align: center;
}

.starfield-section-header h2 {
    margin: 0;
    color: var(--starfield-navy);
    font-size: clamp(2rem, 4vw, 2.8rem);
    font-weight: 850;
    line-height: 1.35;
    word-break: keep-all;
}

.starfield-section-header h2 strong,
.starfield-hero-content h1 span,
.starfield-routine-copy h2 strong,
.starfield-routine-list strong,
.starfield-access-item h4 {
    color: var(--starfield-orange);
}

.starfield-section-header p {
    margin: 16px 0 0;
    color: var(--starfield-muted);
}

.starfield-eyebrow {
    display: block;
    color: var(--starfield-orange);
    font-size: 0.85rem;
    font-weight: 850;
    letter-spacing: 0.14em;
}

.starfield-tag {
    display: block;
    margin-bottom: 14px;
    color: var(--starfield-orange);
    font-size: 0.85rem;
    font-weight: 850;
    letter-spacing: 0.14em;
}

.starfield-hero {
    position: relative;
    min-height: 76vh;
    display: flex;
    align-items: center;
    color: #fff;
    overflow: hidden;
}

.starfield-hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    background:
        linear-gradient(rgba(26, 42, 58, 0.48), rgba(26, 42, 58, 0.48)),
        url("/static/img/sections/marquee/marquee.005.jpeg") center/cover;
}

.starfield-hero-bg::after {
    position: absolute;
    inset: 0;
    content: "";
    background:
        linear-gradient(90deg, rgba(26, 42, 58, 0.72), rgba(26, 42, 58, 0.18)),
        linear-gradient(180deg, rgba(26, 42, 58, 0.08), rgba(26, 42, 58, 0.3));
}

.starfield-hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.starfield-hero-content {
    position: relative;
    z-index: 1;
    max-width: 860px;
    padding: 126px 0 94px;
}

.starfield-hero-content h1 {
    margin: 20px 0 26px;
    font-size: clamp(2.8rem, 5.2vw, 4.5rem);
    font-weight: 850;
    line-height: 1.15;
    word-break: keep-all;
}

.starfield-hero-content p {
    margin: 0 0 42px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.18rem;
    font-weight: 550;
}

.starfield-action-row,
.starfield-map-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.starfield-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: 0 40px;
    border-radius: var(--radius-button, 980px);
    font-weight: 850;
    text-decoration: none;
    transition: var(--starfield-transition);
}

.starfield-btn-primary {
    background: var(--starfield-orange);
    color: #fff;
}

.starfield-btn-ghost {
    border: 1px solid rgba(255, 255, 255, 0.72);
    color: #fff;
}

.starfield-btn:hover,
.starfield-map-link:hover {
    transform: translateY(-4px);
}

.starfield-btn-primary:hover {
    box-shadow: 0 12px 24px rgba(230, 126, 34, 0.28);
}

.starfield-btn-ghost:hover {
    background: rgba(255, 255, 255, 0.94);
    color: var(--starfield-navy);
}

.starfield-quick-info {
    padding: 42px 0;
    background: var(--starfield-navy);
    color: #fff;
}

.starfield-info-bar,
.starfield-program-grid,
.starfield-price-grid,
.starfield-access-grid,
.starfield-routine-grid {
    display: grid;
    gap: 24px;
}

.starfield-info-bar {
    grid-template-columns: repeat(4, 1fr);
    text-align: center;
}

.starfield-info-node strong {
    display: block;
    margin-bottom: 6px;
    color: var(--starfield-orange);
    font-size: 1.35rem;
    font-weight: 900;
}

.starfield-info-node span {
    color: rgba(255, 255, 255, 0.72);
    font-weight: 650;
}

.starfield-programs,
.starfield-facility,
.starfield-pricing,
.starfield-access {
    padding: 112px 0;
    background: var(--starfield-ivory);
}

.starfield-routine {
    padding: 112px 0;
    background: #fff;
}

.starfield-experts {
    padding: 112px 0;
    background: #fff;
}

.starfield-program-grid {
    grid-template-columns: repeat(4, 1fr);
}

.starfield-program-card,
.starfield-price-card,
.starfield-access-item {
    border-radius: var(--radius-card, 24px);
    background: #fff;
    box-shadow: 0 14px 32px rgba(26, 42, 58, 0.06);
}

.starfield-program-card {
    min-height: 260px;
    padding: 36px 24px;
    text-align: center;
    transition: var(--starfield-transition);
}

.starfield-program-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 22px 46px rgba(26, 42, 58, 0.1);
}

.starfield-program-card i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    margin-bottom: 20px;
    border-radius: 50%;
    background: rgba(230, 126, 34, 0.1);
    color: var(--starfield-orange);
    font-size: 1.35rem;
}

.starfield-program-card h3,
.starfield-price-card h3 {
    margin: 0 0 12px;
    color: var(--starfield-navy);
    font-size: 1.25rem;
    font-weight: 850;
}

.starfield-program-card p,
.starfield-access-item p {
    margin: 0;
    color: var(--starfield-muted);
    font-size: 0.95rem;
    line-height: 1.65;
}

.starfield-facility-slider {
    padding-bottom: 58px;
}

.starfield-facility-card {
    height: 100%;
    min-height: 500px;
    border-radius: var(--radius-card, 24px);
    background: #fff;
    overflow: hidden;
    box-shadow: 0 14px 32px rgba(26, 42, 58, 0.06);
    transition: var(--starfield-transition);
}

.starfield-facility-card:hover {
    box-shadow: 0 24px 48px rgba(26, 42, 58, 0.1);
    transform: translateY(-10px);
}

.starfield-card-img {
    height: 320px;
    overflow: hidden;
    background:
        linear-gradient(135deg, rgba(230, 126, 34, 0.12), rgba(250, 248, 245, 0.62)),
        url("/static/img/sections/marquee/marquee.001.jpeg") center/cover;
}

.starfield-facility-slider .swiper-slide:nth-child(2) .starfield-card-img {
    background:
        linear-gradient(135deg, rgba(230, 126, 34, 0.12), rgba(250, 248, 245, 0.62)),
        url("/static/img/sections/marquee/marquee.002.jpeg") center/cover;
}

.starfield-facility-slider .swiper-slide:nth-child(3) .starfield-card-img {
    background:
        linear-gradient(135deg, rgba(230, 126, 34, 0.12), rgba(250, 248, 245, 0.62)),
        url("/static/img/sections/marquee/marquee.003.jpeg") center/cover;
}

.starfield-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.starfield-facility-card:hover .starfield-card-img img {
    transform: scale(1.06);
}

.starfield-card-info {
    padding: 30px;
}

.starfield-card-info h3 {
    margin: 0 0 12px;
    color: var(--starfield-navy);
    font-size: 1.35rem;
    font-weight: 850;
}

.starfield-card-info p {
    margin: 0;
    color: var(--starfield-muted);
    font-size: 0.95rem;
    line-height: 1.65;
}

.starfield-expert-header {
    margin-bottom: 72px;
}

.starfield-expert-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 42px 30px;
}

.starfield-expert-card {
    cursor: default;
}

.starfield-expert-img {
    position: relative;
    height: 380px;
    margin-bottom: 24px;
    border-radius: var(--radius-card, 24px);
    background:
        linear-gradient(135deg, rgba(230, 126, 34, 0.12), rgba(250, 248, 245, 0.62)),
        url("/static/img/sections/marquee/marquee.004.jpeg") center/cover;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(26, 42, 58, 0.06);
}

.starfield-expert-card:nth-child(2) .starfield-expert-img {
    background:
        linear-gradient(135deg, rgba(230, 126, 34, 0.12), rgba(250, 248, 245, 0.62)),
        url("/static/img/sections/marquee/marquee.005.jpeg") center/cover;
}

.starfield-expert-card:nth-child(3) .starfield-expert-img {
    background:
        linear-gradient(135deg, rgba(230, 126, 34, 0.12), rgba(250, 248, 245, 0.62)),
        url("/static/img/sections/marquee/marquee.006.jpeg") center/cover;
}

.starfield-expert-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.starfield-expert-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(26, 42, 58, 0.58);
    opacity: 0;
    transition: var(--starfield-transition);
    backdrop-filter: blur(3px);
}

.starfield-expert-overlay span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 20px;
    border: 1px solid rgba(255, 255, 255, 0.82);
    border-radius: 999px;
    color: #fff;
    font-size: 0.88rem;
    font-weight: 850;
    letter-spacing: 0.08em;
}

.starfield-expert-info {
    padding-left: 8px;
}

.starfield-expert-info span {
    display: block;
    margin-bottom: 8px;
    color: var(--starfield-orange);
    font-size: 0.75rem;
    font-weight: 850;
    letter-spacing: 0.08em;
}

.starfield-expert-info h3 {
    margin: 0 0 8px;
    color: var(--starfield-navy);
    font-size: 1.45rem;
    font-weight: 850;
    transition: color 0.3s ease;
}

.starfield-expert-info p {
    margin: 0;
    color: var(--starfield-muted);
    font-size: 0.96rem;
}

.starfield-expert-card:hover .starfield-expert-img img {
    transform: scale(1.08);
}

.starfield-expert-card:hover .starfield-expert-overlay {
    opacity: 1;
}

.starfield-expert-card:hover .starfield-expert-info h3 {
    color: var(--starfield-orange);
}

.starfield-routine-grid {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.92fr);
    align-items: center;
    gap: 72px;
}

.starfield-routine-copy h2 {
    margin: 0 0 30px;
    color: var(--starfield-navy);
    font-size: clamp(2rem, 4vw, 2.8rem);
    font-weight: 850;
    line-height: 1.35;
}

.starfield-routine-list {
    display: grid;
    gap: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.starfield-routine-list li {
    color: var(--starfield-muted);
    font-size: 1.05rem;
}

.starfield-routine-list strong {
    display: inline-block;
    min-width: 128px;
}

.starfield-routine-visual {
    min-height: 420px;
    border-radius: var(--radius-card, 24px);
    background:
        linear-gradient(135deg, rgba(230, 126, 34, 0.12), rgba(250, 248, 245, 0.62)),
        url("/static/img/sections/marquee/marquee.006.jpeg") center/cover;
    overflow: hidden;
    box-shadow: 0 20px 44px rgba(26, 42, 58, 0.08);
}

.starfield-routine-visual img {
    width: 100%;
    height: 100%;
    min-height: 420px;
    object-fit: cover;
}

.starfield-price-grid {
    grid-template-columns: repeat(2, 1fr);
}

.starfield-price-card {
    padding: 38px;
}

.starfield-price-table {
    width: 100%;
    margin: 24px 0 0;
    border-collapse: collapse;
}

.starfield-price-table td {
    padding: 15px 0;
    border-bottom: 1px solid var(--starfield-line);
    color: var(--starfield-muted);
}

.starfield-price-table td:last-child {
    color: var(--starfield-navy);
    font-weight: 850;
    text-align: right;
}

.starfield-price-note {
    margin: 22px 0 0;
    color: var(--starfield-muted);
    font-size: 0.94rem;
}

.starfield-access-grid {
    grid-template-columns: repeat(3, 1fr);
}

.starfield-access-item {
    padding: 30px;
}

.starfield-access-item h4 {
    margin: 0 0 10px;
    font-size: 1.14rem;
    font-weight: 850;
}

.starfield-map-box {
    margin-top: 48px;
}

.starfield-map-placeholder {
    min-height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    border-radius: var(--radius-card, 24px);
    background:
        linear-gradient(135deg, rgba(26, 42, 58, 0.05), rgba(230, 126, 34, 0.08)),
        #f1f2f4;
    color: var(--starfield-navy);
    text-align: center;
}

.starfield-map-placeholder i {
    color: var(--starfield-orange);
    font-size: 2rem;
}

.starfield-map-placeholder span {
    font-weight: 850;
}

.starfield-map-placeholder.is-loaded {
    display: block;
    min-height: 400px;
}

.starfield-map-placeholder.is-loaded .starfield-map-fallback {
    display: none;
}

.starfield-map-actions {
    justify-content: center;
    gap: 14px 22px;
    margin-top: 24px;
}

.starfield-map-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--starfield-navy);
    font-weight: 850;
    text-decoration: none;
    transition: var(--starfield-transition);
}

.starfield-map-link i {
    color: var(--starfield-orange);
    font-size: 0.85rem;
}

@media (max-width: 1024px) {
    .starfield-info-bar,
    .starfield-program-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .starfield-routine-grid,
    .starfield-price-grid,
    .starfield-access-grid,
    .starfield-expert-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .starfield-pc-only {
        display: none;
    }

    .starfield-hero {
        min-height: 74vh;
        align-items: flex-end;
    }

    .starfield-hero-content {
        padding: 144px 0 54px;
        text-align: center;
    }

    .starfield-hero-content h1 {
        font-size: 2.65rem;
    }

    .starfield-action-row {
        flex-direction: column;
        align-items: stretch;
    }

    .starfield-btn {
        width: 100%;
        min-height: 54px;
    }

    .starfield-info-bar,
    .starfield-program-grid {
        grid-template-columns: 1fr;
    }

    .starfield-programs,
    .starfield-facility,
    .starfield-experts,
    .starfield-routine,
    .starfield-pricing,
    .starfield-access {
        padding: 82px 0;
    }

    .starfield-price-card,
    .starfield-access-item {
        padding: 28px 22px;
    }

    .starfield-facility-card {
        min-height: 460px;
    }

    .starfield-card-img {
        height: 260px;
    }

    .starfield-routine-list strong {
        display: block;
        min-width: 0;
        margin-bottom: 2px;
    }

    .starfield-routine-visual,
    .starfield-routine-visual img,
    .starfield-map-placeholder {
        min-height: 320px;
    }

    .starfield-expert-img {
        height: 430px;
    }
}
