/* /Pages/Home.razor.rz.scp.css */
@media (max-width: 600px) {
    .footer-content[b-5k290d777e] {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 0 12px;
        gap: 1.25rem;
    }
    .footer-left[b-5k290d777e], .footer-right[b-5k290d777e] {
        justify-content: center;
        width: 100%;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .footer-logo-img[b-5k290d777e] {
        margin: 0 auto 0.5rem auto;
        display: block;
        cursor: pointer;
    }
    .footer-copyright[b-5k290d777e] {
        font-size: 1rem;
        margin-top: 0;
        text-align: center;
    }
}
/* Footer Redesign (피그마/이미지 참고) */
.footer-redesign[b-5k290d777e] {
    width: 100%;
    background: #fafafa;
    padding: 4rem 0;
    box-sizing: border-box;
}
.footer-content[b-5k290d777e] {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 32px;
}
.footer-left[b-5k290d777e] {
    display: flex;
    align-items: center;
    gap: 2rem;
}
.footer-logo-img[b-5k290d777e] {
    width: auto;
    height: auto;
    max-height: 1.5rem;
    object-fit: contain;
    display: block;
}
.footer-privacy-link[b-5k290d777e] {
    color: #525252;
    font-size: 0.875rem;
    font-weight: 400;
    text-decoration: none;
    transition: color 0.2s ease;
}
.footer-privacy-link:hover[b-5k290d777e] {
    color: #3C2719;
    text-decoration: underline;
}
.footer-right[b-5k290d777e] {
    display: flex;
    align-items: center;
}
.footer-copyright[b-5k290d777e] {
    color: #525252;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1;
}
.store-buttons[b-5k290d777e] {
    display: flex;
    gap: 28px;
    align-items: center;
    margin-top: 16px;
}
.store-buttons a[disabled][b-5k290d777e] {
    opacity: 0.15;
    cursor: not-allowed;
}
.store-badge-img[b-5k290d777e] {
    height: 56px;
    width: auto;
    display: block;
    object-fit: contain;
    background: none;
    border: none;
    box-shadow: none;
    border-radius: 12px;
    padding: 0;
}
.nav-selected[b-5k290d777e] {
    font-weight: 700 !important;
    position: relative;
}
.nav-selected[b-5k290d777e]::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #3C2719;
    border-radius: 1px;
    position: absolute;
    left: 0;
    bottom: -8px;
}
.lang-btn[b-5k290d777e] {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.4vw;
    cursor: pointer;
    color: #3C2719;
    font-weight: 500;
    background: none;
    border: none;
    outline: none;
}
.lang-btn img[b-5k290d777e] {
    width: 22px;
    height: 22px;
}
.lang-btn span[b-5k290d777e] {
    font-size: 1.1vw;
    font-weight: 500;
    color: #3C2719;
    margin-left: 0.2vw;
}
.lang-dropdown[b-5k290d777e] {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 2em;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    background: #fff;
    border-radius: 1rem;
    box-shadow: 0 8px 32px 0 rgba(60,39,25,0.18);
    padding: 0.25rem;
    z-index: 100;
    border: none;
    align-items: center;
    gap: 0.25rem;
}
.lang-btn.open .lang-dropdown[b-5k290d777e] {
    display: flex;
}
.lang-item[b-5k290d777e] {
    background: none;
    border: none;
    color: #3C2719;
    font-size: 0.75rem;
    font-family: inherit;
    font-weight: 500;
    padding: 0.25rem;
    width: 100%;
    border-radius: 12px;
    margin-bottom: 2px;
    cursor: pointer;
    transition: background 0.15s, color 0.15s;
}
.lang-item.selected[b-5k290d777e] {
    background: #3C2719;
    color: #fff;
    font-weight: 700;
}
.lang-item:not(.selected):hover[b-5k290d777e] {
    background: #F5F1ED;
}

/* Ensure navbar logo stays still (avoid inherited/accidental animations) */
.logo[b-5k290d777e] {
    animation: none !important;
    transform: none !important;
    will-change: auto;
    max-height: 40px;
    width: auto;
}

.kr-frame[b-5k290d777e] {
    width: 100vw;
    /* max-width removed to allow full scaling */
    margin: 0 auto;
    font-family: 'Paperlogy', sans-serif;
    overflow-x: hidden;
    background-color: #fff;
    font-size: 1.111vw; /* Base font size derived from 16px @ 1440px (16/1440*100 = 1.1111) */
}

/* Navbar */
.navbar[b-5k290d777e] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background-color: rgba(255,204,8, 0.1);
    backdrop-filter: blur(10px);
    padding: 1.5rem 0;

}
.navbar .container[b-5k290d777e] {
    width: 100%;
    max-width: 83.333vw; /* 1200px */
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navbar .links[b-5k290d777e] {
    display: flex;
    gap: 2.778vw; /* 40px */
    align-items: center;
}

.navbar .links a[b-5k290d777e] {
    text-decoration: none;
    color: var(--text-brown);
    font-size: 1.111vw; /* 16px */
    font-weight: 500;
}

.navbar .lang-btn[b-5k290d777e] {
    display: flex;
    align-items: center;
    gap: 0.278vw; /* 4px */
    cursor: pointer;
}
.navbar .lang-btn span[b-5k290d777e] {
    font-size: 0.972vw; /* 14px */
    font-weight: 500;
    color: var(--text-brown);
}

/* Hero Section */
.hero[b-5k290d777e] {
    width: 100%;
    padding-top: 5rem;
    background-color: #FFCC08;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.hero-content[b-5k290d777e] {
    width: 100%;
    max-width: 83.333vw; /* 1200px */
    padding: 0;
    display: flex;
    justify-content: center; 
    align-items: flex-start;
    gap: 4.167vw; /* 60px */
    margin-top: 4.167vw; /* 60px */
    flex-wrap: nowrap; /* Keep layout, scaling handles size */
}

.hero-left-col[b-5k290d777e] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-top: 3.472vw; /* 50px */
    width: 30.556vw; /* 440px */
}

.hero-mascot-stack[b-5k290d777e] {
    width: 18rem; /* 320px */
    height: auto;
    margin-bottom: 2.083vw; /* 30px */
    will-change: transform;
    animation: floatY-b-5k290d777e 4s ease-in-out infinite;
}

@keyframes floatY-b-5k290d777e {
    0% { transform: translateY(0); }
    50% { transform: translateY(-1.5rem); }
    100% { transform: translateY(0); }
}

@media (prefers-reduced-motion: reduce) {
    .hero-mascot-stack[b-5k290d777e] {
        animation: none !important;
        transition: none !important;
    }
}

.hero-left-col h1[b-5k290d777e] {
    font-family: 'Paperlogy', sans-serif;
    font-size: 1.75rem; 
    line-height: 1.5;
    color: var(--text-brown);
    margin-bottom: 2.5rem;
    white-space: pre-line;
}
.hero-left-col h1 strong[b-5k290d777e] {
    font-weight: 700;
}

.store-buttons[b-5k290d777e] {
    display: flex;
    gap: 1.111vw; /* 16px */
}

.store-btn[b-5k290d777e] {
    background-color: #000;
    border-radius: 0.556vw; /* 8px */
    padding: 0.556vw 1.111vw; /* 8px 16px */
    display: flex;
    align-items: center;
    gap: 0.556vw; /* 8px */
    cursor: pointer;
    min-width: 10.417vw; /* 150px */
}

.store-icon svg[b-5k290d777e] {
    width: 1.667vw; /* 24px */
    height: 1.667vw;
}

.store-btn .btn-text[b-5k290d777e] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: #fff;
}

.store-btn .btn-text .small[b-5k290d777e] {
    font-size: 0.694vw; /* 10px */
    font-weight: 400;
}
.store-btn .btn-text .big[b-5k290d777e] {
    font-size: 1.111vw; /* 16px */
    font-weight: 500; /* Apple/Google fonts usually sans-serif */
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.hero-right-col[b-5k290d777e] {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.phone-frame-container[b-5k290d777e] {
    position: relative;
    width: auto;
    height: 40rem; /* 850px */
}

.phone-frame[b-5k290d777e] {
    position: relative;
    height: 100%;
    width: auto;
    z-index: 2;
    pointer-events: none;
}

.phone-screenshots[b-5k290d777e] {
    position: absolute;
    top: 2%;
    left: 50%;
    transform: translateX(-50%);
    width: 93%;
    height: 95.5%;
    overflow: hidden;
    border-radius: 1.5rem;
}

.hero-screenshot[b-5k290d777e] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.hero-screenshot.active[b-5k290d777e] {
    opacity: 1;
}

.scroll-indicator[b-5k290d777e] {
    margin-top: 2.778vw; /* 40px */
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.556vw; /* 8px */
    padding-bottom: 1.389vw; /* 20px */
}
.scroll-indicator span[b-5k290d777e] {
    font-size: 0.75;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #63412B;
}

/* Game World Section */
.game-world[b-5k290d777e] {
    width: 100%;
    background-color: #fff;
    padding: 8.333vw 0; /* 1200px -> 120px */
    display: flex;
    flex-direction: column;
    align-items: center;
}

.intro-section[b-5k290d777e] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1.667vw; /* 24px */
    width: 69.444vw; /* 1000px */
    padding: 0;
    margin-bottom: 4.167vw; /* 60px */
}

.badge-tag[b-5k290d777e] {
   font-size: 1.125rem;
   line-height: 1;
   font-weight: 700;
   padding: 0.75rem 1.5rem;
   border: 1px solid #E3E3E3;
   border-radius: 2rem;
}

.main-title[b-5k290d777e] {
    font-size: 2.5rem; /* 40px */
    color: #000;
    font-weight: 700;
    margin: 0;
    letter-spacing: -0.02em;
}

.description[b-5k290d777e] {
    font-size: 1.25rem; /* 20px */
    color: #525252;
    line-height: 1.5;
    margin: 0;
}

.character-area-centered[b-5k290d777e] {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 2.5rem;
}
.character-area-centered img[b-5k290d777e] {
    min-height: 12.5rem;
}

.section-title-row[b-5k290d777e] {
    margin-bottom: 2.5rem;
}

/* New Grid Layouts */
.game-content-rows[b-5k290d777e] {
    width: 100%;
    max-width: 75rem;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 1.875rem; }

.content-row[b-5k290d777e] {
    display: flex;
    gap: 2.083vw; /* 30px */
    width: 100%;
    flex-wrap: nowrap; /* Keep layout structure */
}

/* Row 1: Grid + Golden Dumpling */
.row-1[b-5k290d777e] {
    /* heights should match or be flexible */
    align-items: stretch;
}

.eleven-step-container[b-5k290d777e] {
    flex: 1; /* Left side */
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1.5rem;
}

.step-grid[b-5k290d777e] {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 1rem;
    justify-items: center;
}

.grid-icon[b-5k290d777e] {
    width: 5.625rem;
    height: 5.625rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border: 0.312rem solid transparent;
}

.grid-icon.highlight-circle[b-5k290d777e] {
    border-color: #E05353;
}

.icon-img[b-5k290d777e] {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.eleven-caption[b-5k290d777e] {
    font-size: 1.3125rem;
    color: #3C2719;
}
.eleven-caption strong[b-5k290d777e] {
    font-weight: 700;
}

.golden-card-redesign[b-5k290d777e] {
    width: 33.333vw;
    min-height: 18rem;
    background-color: #FBE59F; 
    border-radius: 1.875rem; 
    padding: 0 1.25rem; 
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 1rem;
}

/* New Internal Layout for Cards */
.card-ver-group[b-5k290d777e] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    width: 12rem;
}

.card-ver-group img[b-5k290d777e] {
    width: 10rem;
    height: 10rem;
    object-fit: contain;
}

.card-ver-group .card-title[b-5k290d777e] {
    font-size: 2rem;
    font-weight: 700;
    color: #5A3A26;
    margin: 0;
    text-align: center;
}

.card-desc-only[b-5k290d777e] {
    flex: 1;
    font-size: 1.3125rem;
    font-weight: 400;
    color: #5A3A26;
    line-height: 1.4;
    text-align: left;
    white-space: pre-line;
}

/* Boar Card Redesign */
.boar-card-redesign[b-5k290d777e] {
    width: 33.333vw; 
    min-height: 18rem;
    background-color: #FDDAB5;
    border-radius: 1.875rem; 
    padding: 0 1.25rem; 
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 1rem;
}

.boar-info-left[b-5k290d777e] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    width: 12rem;
}
.boar-info-left img[b-5k290d777e] {
    width: 10rem;
    height: 10rem;
    object-fit: contain;
}

.boar-main-face[b-5k290d777e] {
    width: 6.944vw; /* 100px */
    height: 6.944vw;
    object-fit: contain;
}

.boar-card-redesign .card-title[b-5k290d777e] {
    font-size: 2rem;
    font-weight: 700;
    color: #5A3A26;
    margin: 0;
    white-space: nowrap;
}

.boar-desc-right[b-5k290d777e] {
    flex: 1;
    font-size: 1.3125rem;
    font-weight: 400;
    color: #5A3A26;
    line-height: 1.4;
    text-align: left;
    white-space: pre-line;
}

.boar-desc-right strong[b-5k290d777e] {
    font-weight: 700;
}

/* Helpers Section */
.helpers-section[b-5k290d777e] {
    flex: 1; /* Takes remaining space */
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 2.083vw; /* 30px */
}

.helpers-row[b-5k290d777e] {
    display: flex;
    justify-content: space-between;
    gap: 0.625rem;
    margin-bottom: 1rem; /* 15px */
}

.helper-unit[b-5k290d777e] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.556vw; /* 8px */
}

.helper-img-wrapper[b-5k290d777e] {
    width: 5.625rem;
    height: 5.625rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border: 0.312rem solid transparent;
}

/* Circle for Boar in list */
.helper-img-wrapper.circle-red[b-5k290d777e] {
    border-color: #E05353;
}
.helper-img-wrapper img[b-5k290d777e] {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.helper-unit span[b-5k290d777e] {
    font-size: 1.125rem;
    font-weight: 700;
    color: #3C2719;
}

.helper-caption[b-5k290d777e] {
    font-size: 1.125rem;
    color: #3C2719;
}

/* Media Gallery */
.media-gallery[b-5k290d777e] {
    background-color: #F9F9F9;
    padding: 6.944vw 0; /* 100px */
    display: flex;
    flex-direction: column;
    align-items: center;
}
.gallery-container[b-5k290d777e] {
    width: 100%;
    max-width: 83.333vw; /* 1200px */
    padding: 0;
    text-align: center;
}
.gallery-title[b-5k290d777e] {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0.625rem; 
    color: #171717;
}
.gallery-subtitle[b-5k290d777e] {
    font-size: 1.111vw; /* 16px */
    color: #666;
    margin-bottom: 4.167vw; /* 60px */
}
.gallery-grid[b-5k290d777e] {
    display: flex;
    gap: 1.667vw; /* 24px */
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 1.389vw; /* 20px - scrollbar space */
}
.gallery-card[b-5k290d777e] {
    width: 19.444vw;
    height: 38.889vw;
    box-shadow: 0 0.694vw 2.083vw rgba(0,0,0,0.05);
    border: 0.25rem solid #3C2719;
    border-radius: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    overflow: hidden;
    flex-shrink: 0;
    scroll-snap-align: start;
}
.gallery-card video[b-5k290d777e] {
    width: 100%; 
    height: 100%;
    object-fit: cover; 
}
.gallery-card img[b-5k290d777e] {
    width: 100%; 
    height: 100%;
    object-fit: cover; 
}

/* Goods Shop */
.goods-shop[b-5k290d777e] {
    background-color: var(--primary-yellow);
    padding: 6.944vw 0; /* 100px */
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.goods-container[b-5k290d777e] {
    width: 100%;
    max-width: 83.333vw; /* 1200px */
    padding: 0;
}
.goods-header[b-5k290d777e] {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 3.472vw; /* 50px */
    flex-wrap: nowrap;
    gap: 1rem;
}
.goods-title h2[b-5k290d777e] {
    font-size: 2rem; /* 32px */
    font-weight: 700;
    color: #3C2719;
    margin-bottom: 0.556vw; /* 8px */
}
.goods-title p[b-5k290d777e] {
    color: #63412B;
    font-size: 1rem;
    margin-bottom: 0;
}
.view-all-btn[b-5k290d777e] {
    cursor: pointer;
    font-size: 1rem; /* 14px */
    color: #3C2719;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.goods-grid[b-5k290d777e] {
    display: flex;
    gap: 1.667vw; /* 24px */
    flex-wrap: wrap;
}
.goods-card[b-5k290d777e] {
    background: transparent;
    flex: 0 0 calc(25% - 1.25vw);
    min-width: 0;
    height: auto;
}
.goods-card.invisible[b-5k290d777e] {
    display: none;
}
.goods-image-placeholder[b-5k290d777e] {
    width: 100%;
    aspect-ratio: 1;
    background-color: #fff;
    border-radius: 2.083vw;
    margin-bottom: 1.389vw;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.goods-image-placeholder img[b-5k290d777e] {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.goods-info h3[b-5k290d777e] {
    font-size: 1.25vw; /* 18px */
    font-weight: 700;
    margin-bottom: 0.278vw; /* 4px */
    color: #171717;
}
.goods-info p[b-5k290d777e] {
    font-size: 0.972vw; /* 14px */
    color: #666;
}

/* Philosophy */
.philosophy[b-5k290d777e] {
    background-color: #fff;
    padding: 8.333vw 0; /* 120px */
    display: flex;
    justify-content: center;
}
.philosophy-content[b-5k290d777e] {
    width: 100%;
    max-width: 69.444vw; /* 1000px */
    padding: 0;
    display: flex;
    align-items: flex-start;
    gap: 5.556vw; /* 80px */
    flex-wrap: nowrap;
}
.philo-img[b-5k290d777e] {
    width: 20.833vw; /* 300px */
    object-fit: contain;
    cursor: pointer;
}
.philo-text-area[b-5k290d777e] {
    flex: 1;
    min-width: 0; 
}
/* Re-style for accurate typography */
.philo-main-text h4[b-5k290d777e] {
    font-size: 0.75rem;
    text-transform: uppercase;
    color: #aaa;
    margin-bottom: 1.5rem;
}
.philo-main-text h3[b-5k290d777e] {
    font-size: 2rem; 
    font-weight: 700;
    margin-bottom: 2rem;
}
.philo-desc .quote[b-5k290d777e] {
    font-size: 1.25vw; /* 18px */
    font-weight: 700;
    margin-bottom: 1.389vw; /* 20px */
}
.philo-desc p[b-5k290d777e] {
    font-size: 1.111vw;
}
.contact-area[b-5k290d777e] {
    margin-top: 3.472vw; /* 50px */
    border-top: 0.069vw solid #eee; /* 1px */
    padding-top: 2.84vw; /* 41px matched from Figma */
    display: flex;
    flex-direction: column;
    gap: 1.667vw; /* 24px */
}
.contact-label[b-5k290d777e] {
    font-size: 0.75;
    font-weight: 700;
    color: #A2A2A2;
    letter-spacing: 0.083vw; /* 1.2px */
    display: block;
}
.contact-main-row[b-5k290d777e] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.contact-icon-item[b-5k290d777e] {
    display: flex;
    align-items: center;
    gap: 0.556vw; /* 8px */
}
.circle-icon-wrapper[b-5k290d777e] {
    width: 3.333vw; /* 48px */
    height: 3.333vw;
    border-radius: 50%;
    border: 0.069vw solid #E3E3E3; /* 1px border */
    background-color: transparent; 
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    text-decoration: none;
}
.circle-icon-wrapper img[b-5k290d777e] {
    width: 1.5rem; 
    height: 1.5rem;
}
.email-address[b-5k290d777e] {
    font-size: 1rem; 
    color: #525252;
    font-weight: 400;
    text-decoration: none;
}
.contact-social-group[b-5k290d777e] {
    display: flex;
    gap: 1.5rem; 
}


/* Footer */
.footer[b-5k290d777e] {
    padding: 5.556vw 0 2.778vw; /* 80px 0 40px */
    text-align: center;
    background-color: #f9f9f9;
    color: #aaa;
    font-size: 0.75;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.389vw; /* 20px */
}

.footer-logo[b-5k290d777e] {
    height: 2.222vw; /* 32px */
    opacity: 0.2; /* Subtler logo in footer usually, or matching headers. Screenshot shows it black/dark. */
    opacity: 1;
    filter: grayscale(100%);
    color: #000;
}

/* Base styles for Mobile Interface (Hidden on Desktop) */
.hamburger-btn[b-5k290d777e] {
    display: none;
    background: none;
    border: none;
    flex-direction: column;
    justify-content: space-between;
    width: 24px;
    height: 18px;
    cursor: pointer;
    padding: 0;
}
.hamburger-btn .bar[b-5k290d777e] {
    width: 100%;
    height: 2px;
    background-color: #3C2719;
    border-radius: 2px;
}

.mobile-menu[b-5k290d777e] {
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    height: auto;
    background-color: #FFCC08;
    z-index: 99;
    display: flex;
    flex-direction: column;
    padding: 0 24px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out, padding 0.3s ease-in-out;
}
.mobile-menu.open[b-5k290d777e] {
    max-height: 400px;
    padding-top: 20px;
    padding-bottom: 30px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}
.mobile-menu-header[b-5k290d777e] {
    display: none;
}
.mobile-logo[b-5k290d777e] {
    display: none;
}
.close-btn[b-5k290d777e] {
    display: none;
}
.mobile-links[b-5k290d777e] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    margin-bottom: 1.5rem;
}
.mobile-link[b-5k290d777e] {
    font-size: 1.125rem;
    font-weight: 700;
    color: #3C2719;
    text-decoration: none;
}
.mobile-lang[b-5k290d777e] {
    margin-top: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(60, 39, 25, 0.15);
    width: 100%;
}
.mobile-lang-btn[b-5k290d777e] {
    background: #fff;
    border: none;
    border-radius: 30px;
    padding: 8px 20px;
    font-size: 0.75rem;
    font-weight: 700;
    color: #3C2719;
}
.mobile-lang-btn.selected[b-5k290d777e] {
    background: #3C2719;
    color: #fff;
}
.philo_subtitle[b-5k290d777e] {
    font-family: 'Paperlogy';
    font-style: normal;
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.5;
    color: #A2A2A2;
}

/* Mobile Responsive Styles */
@media (max-width: 768px) {
    .kr-frame[b-5k290d777e] {
        font-size: 1rem; /* Reset font size base */
    }
    
    .navbar[b-5k290d777e] {
        height: 60px;
        padding: 0;
        display: flex;
        align-items: center;
        background-color: #FFCC08;
    }
    .navbar .container[b-5k290d777e] {
        padding: 0 20px;
        max-width: 100%;
    }
    .navbar .links[b-5k290d777e], 
    .navbar .lang-btn[b-5k290d777e] {
        display: none;
    }
    .hamburger-btn[b-5k290d777e] {
        display: flex;
    }
    .logo[b-5k290d777e] {
        height: 28px;
    }

    /* Hero */
    .hero[b-5k290d777e] {
        padding-top: 80px;
        padding-bottom: 40px;
    }
    .hero-content[b-5k290d777e] {
        flex-direction: column;
        align-items: center;
        margin-top: 20px;
        gap: 40px;
    }
    .hero-left-col[b-5k290d777e] {
        width: 100%;
        margin-top: 0;
    }
    .hero-mascot-stack[b-5k290d777e] {
        width: 60vw;
        margin-bottom: 24px;
    }
    .hero-left-col h1[b-5k290d777e] {
        font-size: 1.25rem;
    }
    .store-buttons[b-5k290d777e] {
        gap: 12px;
    }
    .store-badge-img[b-5k290d777e] {
        height: 48px;
    }
    .hero-right-col[b-5k290d777e] {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .phone-frame-container[b-5k290d777e] {
        height: auto;
        width: 80%;
        max-width: 300px;
    }
    .phone-frame[b-5k290d777e] {
        width: 100%;
        height: auto;
    }
    .phone-screenshots[b-5k290d777e] {
        border-radius: 1.5rem;
    }
    .scroll-indicator[b-5k290d777e] {
        display: none;
    }

    /* Game World */
    .game-world[b-5k290d777e] {
        padding: 60px 0;
    }
    .intro-section[b-5k290d777e] {
        width: 90%;
        gap: 20px;
    }
    .main-title[b-5k290d777e] {
        font-size: 1.75rem;
    }
    .description[b-5k290d777e] {
        font-size: 1rem;
    }
    .character-area-centered img[b-5k290d777e] {
        width: 100%;
    }
    .boar-main-centered[b-5k290d777e] {
        width: 50vw;
    }
    .speech-bubble-centered[b-5k290d777e] {
        position: relative;
        top: -20px;
        left: 0;
    }
    .speech-bubble-rect[b-5k290d777e] {
        padding: 10px 20px;
    }
    .speech-text[b-5k290d777e] {
        font-size: 24px;
    }

    .game-content-rows[b-5k290d777e] {
        max-width: 90%;
        gap: 40px;
    }
    .content-row[b-5k290d777e] {
        flex-direction: column;
        gap: 40px;
    }
    .eleven-step-container[b-5k290d777e] {
        width: 100%;
        gap: 0.75rem;
        order: 2;
    }
    
    /* Grid adjustments */
    
    .step-grid[b-5k290d777e] {
        grid-template-columns: repeat(4, 1fr);
        gap: 0.5rem;
    }
    .grid-icon[b-5k290d777e] {
        width: 3.125rem; 
        height: 3.125rem;
        border: 0.1875rem solid transparent;
    }
    .eleven-caption[b-5k290d777e] {
        font-size: 1rem;
        text-align: center;
    }

    .golden-card-redesign[b-5k290d777e] {
        width: 100%;
        padding: 30px 20px;
        min-height: auto;
        flex-direction: column;
        text-align: center;
        order: 1;
    }
    .card-desc-only[b-5k290d777e] {
        text-align: center;
        font-size: 1rem;
        line-height: 1.4;
    }

    .boar-card-redesign[b-5k290d777e] {
        width: 100%;
        padding: 30px 20px;
        flex-direction: column;
        text-align: center;
    }
    .boar-info-left[b-5k290d777e] {
        width: 100%;
    }
    .boar-main-face[b-5k290d777e] {
        width: 80px;
        height: 80px;
    }
    .boar-card-redesign .card-title[b-5k290d777e] {
        font-size: 2rem;
    }
    .boar-desc-right[b-5k290d777e] {
        text-align: center;
        font-size: 1rem;
        line-height: 1.4;
    }

    .helpers-section[b-5k290d777e] {
        padding-left: 0;
        align-items: center;
    }
    .helpers-row[b-5k290d777e] {
        gap: 1rem;
        flex-wrap: wrap;
        justify-content: center;
    }
    .helper-unit span[b-5k290d777e] {
        font-size: 1rem;
        display: block;
        line-height: 1.2;
    }
    .helper-img-wrapper[b-5k290d777e] {
        width: 3.125rem;
        height: 3.125rem;
        margin-bottom: 8px; /* Space between image and text */
        border: 2px solid transparent;
        border-radius: 50%;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: border-color 0.2s;
    }
    .helper-img-wrapper.circle-red[b-5k290d777e] {
        border-color: #E05353;
    }
    .card-ver-group[b-5k290d777e] {
        width: 100%;
    }

    /* Media Gallery */
    .media-gallery[b-5k290d777e] {
        padding: 60px 0;
    }
    .gallery-container[b-5k290d777e] {
        max-width: 100%;
        padding-left: 20px; /* Peek layout */
    }
    .gallery-title[b-5k290d777e] {
        font-size: 1.5rem;
    }
    .gallery-grid[b-5k290d777e] {
        overflow-x: auto;
        padding-right: 20px;
        gap: 16px;
        scroll-snap-type: x mandatory;
        padding-bottom: 20px; /* Scrollbar space */
    }
    .gallery-card[b-5k290d777e] {
        width: calc(50vw - 28px); /* 2 cards visible: 50% width - gap/2 - padding */
        height: calc(100vw - 28px);
        flex-shrink: 0;
        scroll-snap-align: start;
        border-radius: 20px;
    }

    /* Goods Shop */
    .goods-shop[b-5k290d777e] {
        padding: 60px 0;
    }
    .goods-container[b-5k290d777e] {
        max-width: 100%;
        padding-left: 20px;
    }
    .goods-header[b-5k290d777e] {
        flex-wrap: wrap;
        padding-right: 20px;
        align-items: center;
    }
    .goods-title h2[b-5k290d777e] {
        font-size: 1.5rem;
    }
    .goods-grid[b-5k290d777e] {
        gap: 16px;
        flex-wrap: nowrap;
        padding-bottom: 20px;
    }
    .goods-card[b-5k290d777e] {
        flex: 0 0 auto;
        width: calc(50% - 8px);
    }
    .goods-image-placeholder[b-5k290d777e] {
        margin-bottom: 12px;
        border-radius: 20px;
    }
    .goods-info h3[b-5k290d777e] {
        font-size: 18px;
    }

    /* Philosophy */
    .philosophy[b-5k290d777e] {
        padding: 60px 0;
    }
    .philosophy-content[b-5k290d777e] {
        max-width: 90%;
        flex-direction: column;
        gap: 40px;
        align-items: center;
    }
    .philo-img[b-5k290d777e] {
        width: 60%;
    }
    .philo-main-text h3[b-5k290d777e] {
        font-size: 1.5rem;
    }
    .philo-main-text h4[b-5k290d777e] {
        font-size: 12px;
        margin-bottom: 8px;
    }
    .philo-desc .quote[b-5k290d777e] {
        font-size: 1rem; 
        margin-bottom: 20px;
    }
    .philo-desc p[b-5k290d777e] {
        font-size: 1rem;
    }
    .contact-area[b-5k290d777e] {
        margin-top: 30px;
        gap: 16px;
        padding-top: 24px;
    }
    .contact-label[b-5k290d777e] {
        font-size: 12px;
    }
    .contact-email-group[b-5k290d777e] {
        width: 100%;
    }
    .contact-icon-item[b-5k290d777e] {
        gap: 8px;
    }
    .circle-icon-wrapper[b-5k290d777e] {
        width: 40px;
        height: 40px;
        border: 1px solid #E3E3E3;
    }
    .circle-icon-wrapper img[b-5k290d777e] {
        width: 20px;
        height: 20px;
    }
    .email-address[b-5k290d777e] {
        font-size: 1rem;
    }
    
    /* Additional Font Size Adjustments for Mobile */
    .gallery-subtitle[b-5k290d777e] {
        font-size: 1rem;
        margin-bottom: 30px;
    }
    .goods-title[b-5k290d777e] {
        width: 100%;
    }
    .goods-title p[b-5k290d777e] {
        font-size: 0.75rem;
    }
    .view-all-btn[b-5k290d777e] {
        font-size: 0.75rem;
        float: right;
    }
    .goods-info p[b-5k290d777e] {
        font-size: 1rem;
    }
    .helper-caption[b-5k290d777e] {
        font-size: 1rem;
        text-align: center;
    }

    /* Footer */
    .footer[b-5k290d777e] {
        padding: 60px 0 30px;
        font-size: 14px;
    }
    .footer-logo[b-5k290d777e] {
        height: 24px;
        margin-bottom: 12px;
        opacity: 0.3;
        filter: grayscale(100%);
    }
}
/* /Pages/Privacy.razor.rz.scp.css */
/* Privacy Page Styles with Navbar from Home.razor */

/* Base Frame */
.kr-frame[b-jteonksvvf] {
    width: 100vw;
    margin: 0 auto;
    font-family: 'Paperlogy', sans-serif;
    overflow-x: hidden;
    background-color: #FFCC08;
    font-size: 1.111vw;
    min-height: 100vh;
}

/* Navbar */
.navbar[b-jteonksvvf] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background-color: rgba(255,204,8, 0.1);
    backdrop-filter: blur(10px);
    padding: 1.5rem 0;
}

.navbar .container[b-jteonksvvf] {
    width: 100%;
    max-width: 83.333vw;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}

.logo[b-jteonksvvf] {
    animation: none !important;
    transform: none !important;
    will-change: auto;
    max-height: 40px;
    width: auto;
}

.navbar .lang-btn[b-jteonksvvf] {
    display: flex;
    align-items: center;
    gap: 0.278vw;
    cursor: pointer;
}

.navbar .lang-btn span[b-jteonksvvf] {
    font-size: 0.972vw;
    font-weight: 500;
    color: #3C2719;
}

.lang-btn[b-jteonksvvf] {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.4vw;
    cursor: pointer;
    color: #3C2719;
    font-weight: 500;
    background: none;
    border: none;
    outline: none;
}

.lang-btn img[b-jteonksvvf] {
    width: 22px;
    height: 22px;
}

.lang-btn span[b-jteonksvvf] {
    font-size: 1.1vw;
    font-weight: 500;
    color: #3C2719;
    margin-left: 0.2vw;
}

.lang-dropdown[b-jteonksvvf] {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 2em;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    background: #fff;
    border-radius: 1rem;
    box-shadow: 0 8px 32px 0 rgba(60,39,25,0.18);
    padding: 0.25rem;
    z-index: 100;
    border: none;
    align-items: center;
    gap: 0.25rem;
}

.lang-btn.open .lang-dropdown[b-jteonksvvf] {
    display: flex;
}

.lang-item[b-jteonksvvf] {
    background: none;
    border: none;
    color: #3C2719;
    font-size: 0.75rem;
    font-family: inherit;
    font-weight: 500;
    padding: 0.25rem;
    width: 100%;
    border-radius: 12px;
    margin-bottom: 2px;
    cursor: pointer;
    transition: background 0.15s, color 0.15s;
}

.lang-item.selected[b-jteonksvvf] {
    background: #3C2719;
    color: #fff;
    font-weight: 700;
}

.lang-item:not(.selected):hover[b-jteonksvvf] {
    background: #F5F1ED;
}

/* Privacy Page Content */
.privacy-page[b-jteonksvvf] {
    min-height: calc(100vh - 100px);
    padding: 8rem 2rem 4rem 2rem;
    background: #FFCC08;
}

.privacy-container[b-jteonksvvf] {
    max-width: 800px;
    margin: 0 auto;
    background: #fff;
    border-radius: 2rem;
    padding: 3rem;
    box-shadow: 0 8px 32px 0 rgba(60,39,25,0.12);
}

.privacy-header[b-jteonksvvf] {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 1rem;
    margin-bottom: 3rem;
}

.privacy-logo[b-jteonksvvf] {
    width: auto;
    height: 2.5rem;
}

.privacy-title[b-jteonksvvf] {
    font-family: 'Paperlogy', sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: #3C2719;
    margin: 0;
}

.privacy-content[b-jteonksvvf] {
    color: #3C2719;
}

.privacy-section[b-jteonksvvf] {
    margin-bottom: 2.5rem;
}

.privacy-section h2[b-jteonksvvf] {
    font-family: 'Paperlogy', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #3C2719;
    margin-bottom: 1rem;
}

.privacy-section p[b-jteonksvvf] {
    font-family: 'Paperlogy', sans-serif;
    font-size: 1rem;
    line-height: 1.8;
    color: #525252;
    margin-bottom: 1rem;
}

.privacy-section ul[b-jteonksvvf] {
    list-style: none;
    padding: 0;
    margin: 1rem 0;
}

.privacy-section ul li[b-jteonksvvf] {
    font-family: 'Paperlogy', sans-serif;
    font-size: 1rem;
    line-height: 1.8;
    color: #525252;
    margin-bottom: 0.75rem;
}

.privacy-section ul li strong[b-jteonksvvf] {
    color: #3C2719;
    font-weight: 700;
}

.privacy-section a[b-jteonksvvf] {
    color: #3C2719;
    text-decoration: underline;
    transition: opacity 0.2s ease;
}

.privacy-section a:hover[b-jteonksvvf] {
    opacity: 0.7;
}

/* Mobile responsive */
@media (max-width: 768px) {
    .kr-frame[b-jteonksvvf] {
        font-size: 14px;
    }

    .navbar[b-jteonksvvf] {
        padding: 1rem 0;
    }

    .navbar .container[b-jteonksvvf] {
        max-width: 90%;
        padding: 0 1rem;
    }

    .logo[b-jteonksvvf] {
        max-height: 32px;
    }

    .lang-btn span[b-jteonksvvf] {
        font-size: 0.75rem !important;
    }

    .lang-item[b-jteonksvvf] {
        font-size: 0.75rem !important;
    }

    .privacy-page[b-jteonksvvf] {
        padding: 6rem 1rem 2rem 1rem;
    }

    .privacy-container[b-jteonksvvf] {
        padding: 2rem 1.5rem;
        border-radius: 1.5rem;
    }

    .privacy-title[b-jteonksvvf] {
        font-size: 2rem;
    }

    .privacy-section h2[b-jteonksvvf] {
        font-size: 1.25rem;
    }

    .privacy-section p[b-jteonksvvf],
    .privacy-section ul li[b-jteonksvvf] {
        font-size: 0.9375rem;
    }
}

@media (max-width: 600px) {
    .navbar .container[b-jteonksvvf] {
        max-width: 100%;
        padding: 0 1rem;
    }

    .logo[b-jteonksvvf] {
        max-height: 28px;
    }

    .privacy-logo[b-jteonksvvf] {
        height: 2rem;
    }

    .privacy-title[b-jteonksvvf] {
        font-size: 1.75rem;
    }

    .privacy-header[b-jteonksvvf] {
        margin-bottom: 2rem;
    }

    .privacy-section[b-jteonksvvf] {
        margin-bottom: 2rem;
    }

    .privacy-section h2[b-jteonksvvf] {
        font-size: 1.125rem;
    }

    .privacy-container[b-jteonksvvf] {
        padding: 1.5rem 1rem;
    }
}
