@charset "utf-8";

/* =========================================
   1. 폰트 및 기본 설정
   ========================================= */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700;900&family=Noto+Sans+KR:wght@300;400;500;700&display=swap');

* { box-sizing: border-box; margin: 0; padding: 0; }

body { 
    font-family: 'Noto Sans KR', sans-serif; 
    color: #333; 
    line-height: 1.6; 
    letter-spacing: -0.5px; 
    -webkit-font-smoothing: antialiased;
    background-color: #fff;
    overflow-x: hidden; 
}

a { text-decoration: none; color: inherit; transition: 0.3s; }
ul { list-style: none; }

img { max-width: 100%; height: auto; display: block; margin: 0 auto; }
.blend-mode { mix-blend-mode: multiply; }

.container { max-width: 1100px; margin: 0 auto; padding: 0 20px; position: relative; }

/* 브랜드 폰트 유틸리티 */
.brand-font, .hero-title, .section-subtitle, 
.wix-feature-title, .wix-sub-title, .gallery-title-wrapper h3, .faq-category-title, .product-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700; 
    text-transform: uppercase;
}
.lumos { color: #FFC000; margin-right: 5px; }
.candle { color: #000000; }


/* =========================================
   2. 헤더
   ========================================= */
header { 
    min-height: 80px; 
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
    position: relative;
    padding: 15px 0;
    flex-wrap: wrap;
    gap: 10px;
}

.logo { 
    font-family: 'Montserrat', sans-serif; 
    font-size: 22px; 
    letter-spacing: 1px; 
    display: flex; 
    align-items: center; 
    line-height: 1; 
    z-index: 20;
    flex-shrink: 0; 
    font-weight: 400; 
    text-transform: uppercase;
}

nav {
    flex-grow: 1; 
    display: flex;
    justify-content: center; 
    margin: 0 20px; 
}

nav ul { display: flex; gap: 30px; padding: 0; margin: 0; }

nav a { 
    font-size: 13px; 
    color: #888; 
    text-transform: uppercase; 
    font-weight: 600; 
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.5px;
    white-space: nowrap; 
}
nav a:hover, nav a.active { color: #333; font-weight: 800; }

.lang-switch-wrap { z-index: 20; flex-shrink: 0; }
.lang-switch { 
    border: 1px solid #ddd; 
    padding: 5px 12px; 
    font-size: 11px; 
    color: #666; 
    border-radius: 0; 
    font-family: 'Montserrat', sans-serif; 
    font-weight: 600;
    background: #fff;
    white-space: nowrap;
}
.lang-switch:hover { border-color: #333; color: #333; }


/* [반응형] 태블릿/모바일 */
@media (max-width: 900px) {
    header { flex-direction: column; gap: 15px; padding-bottom: 20px; align-items: center; }
    .logo { width: 100%; justify-content: center; margin-bottom: 5px; }
    .lang-switch-wrap { position: absolute; top: 20px; right: 0; display: block !important; }
    nav { width: 100%; overflow-x: auto; justify-content: center; margin: 0; }
    nav ul { gap: 20px; padding-bottom: 5px; }
    nav a { font-size: 12px; }
}

@media (max-width: 480px) {
    .hero-title { font-size: 28px; }
    .wix-feature-title { font-size: 24px; }
    .container { padding: 0 15px; }
    nav ul { flex-wrap: wrap; justify-content: center; gap: 15px; }
}


/* =========================================
   3. 메인 (Home)
   ========================================= */
.hero { text-align: center; padding: 50px 0 30px; }

.hero-main-title {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    color: #333;
    line-height: 1.2;
    margin: 0 auto 40px;
    max-width: 800px;
}

.hero-main-title .brand-name {
    display: block;
    font-size: 48px;
    font-weight: 700; 
    margin-bottom: 10px;
    letter-spacing: -1px;
}
.hero-main-title .brand-name .lumos { color: #FFC000; margin-right: 5px; }
.hero-main-title .brand-name .candle { color: #000; }

.hero-main-title .slogan-text {
    display: block;
    font-size: 24px;
    font-weight: 700;
    color: #555;
    letter-spacing: 0px;
}

.hero-img { width: 100%; max-width: 900px; margin-bottom: 40px; }
.hero-desc { font-size: 16px; color: #555; line-height: 1.7; word-break: keep-all; padding: 0 10px; }

@media (max-width: 768px) {
    .hero-main-title .brand-name { font-size: 32px; }
    .hero-main-title .slogan-text { font-size: 16px; }
}

section { padding: 50px 0; text-align: center; }
h2.section-title { font-size: 22px; margin-bottom: 10px; text-transform: uppercase; letter-spacing: 1px; color: #333; font-weight: 800; font-family: 'Montserrat', sans-serif; }
.section-subtitle { font-size: 16px; margin-bottom: 40px; letter-spacing: 2px; }

.shop-section { border-top: 1px solid #f8f8f8; padding-top: 60px; }
.shop-category { font-size: 13px; color: #aaa; margin: 30px 0 15px; text-transform: uppercase; letter-spacing: 1px; font-weight: 700; font-family: 'Montserrat', sans-serif; }
.shop-logos { display: flex; justify-content: center; align-items: center; gap: 30px; flex-wrap: wrap; }
.shop-logos img { height: 24px; width: auto; }
.press-logos { display: flex; justify-content: center; gap: 30px; margin-bottom: 40px; align-items: center; opacity: 0.8; flex-wrap: wrap; }
.press-logos img { height: 35px; width: auto; }


/* =========================================
   4. 제품 (Product)
   ========================================= */
.product-intro { text-align: center; margin-bottom: 60px; padding-top: 30px; }
.product-intro h2 { font-size: 26px; margin-bottom: 15px; font-weight: 700; color: #333; line-height: 1.3; word-break: keep-all; }
.product-intro h3 { font-size: 16px; color: #666; font-weight: 400; margin-bottom: 30px; font-family: 'Noto Sans KR', sans-serif; }

.feature-section { margin-bottom: 80px; text-align: center; }
.wix-feature-title { font-size: 26px; color: #333; margin-bottom: 20px; letter-spacing: -0.5px; line-height: 1.2; padding: 0 10px; }
.wix-sub-title { font-size: 20px; color: #333; margin-bottom: 15px; }
.feature-desc { font-size: 15px; line-height: 1.7; color: #555; max-width: 800px; margin: 0 auto 30px; word-break: keep-all; padding: 0 15px; }
.feature-media, .feature-gif { max-width: 100%; border-radius: 15px; box-shadow: 0 10px 30px rgba(0,0,0,0.1); margin: 0 auto 30px; display: block; }
.feature-title-img { max-width: 550px; margin: 0 auto 30px; width: 100%; }

.product-text-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 28px; 
    font-weight: 700; 
    color: #333;
    text-transform: uppercase;
    letter-spacing: -1px;
    line-height: 1.3;
    margin: 0 auto 30px;
    max-width: 800px;
    word-break: keep-all;
}

@media (max-width: 768px) {
    .product-text-title {
        font-size: 24px;
        margin-bottom: 20px;
    }
}

.scent-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 15px; margin-top: 30px; }
.cert-marks { display: flex; justify-content: center; gap: 20px; align-items: center; margin: 50px 0; flex-wrap: wrap; }
.cert-marks img { height: 50px; width: auto; }
.btn-download, .btn-buy { display: inline-block; padding: 15px 30px; background-color: #333; color: #fff; font-size: 14px; font-weight: 700; border-radius: 50px; margin-top: 30px; transition: 0.3s; text-transform: uppercase; font-family: 'Montserrat', sans-serif; max-width: 90%; }
.btn-download:hover, .btn-buy:hover { background-color: #FFC000; color: #000; transform: translateY(-3px); }

.product-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; text-align: left; max-width: 900px; margin-left: auto; margin-right: auto; }
.product-card { border: 1px solid #eee; padding: 20px; transition: 0.3s; text-align: center; background: #fff; }
.product-card:hover { box-shadow: 0 10px 20px rgba(0,0,0,0.05); transform: translateY(-5px); border-color: #ddd; }
.product-info h3 { font-size: 18px; margin-bottom: 10px; color: #222; font-family: 'Montserrat', sans-serif; font-weight: 700; }


/* =========================================
   5. 갤러리 (Gallery)
   ========================================= */
.gallery-section { text-align: center; margin-bottom: 80px; padding: 0 20px; }
.gallery-title-wrapper { text-align: center; margin-bottom: 30px; margin-top: 20px; }

/* [수정됨] 갤러리 타이틀: 대문자 강제 해제 */
.gallery-title-wrapper h3 { 
    font-family: 'Montserrat', sans-serif;
    font-size: 22px; 
    font-weight: 700; 
    color: #333; 
    margin: 0; 
    text-transform: none; /* 대문자 강제 해제 */
}

.gallery-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 15px; max-width: 1000px; margin: 0 auto; }
.gallery-item { border-radius: 0; overflow: hidden; transition: transform 0.3s ease; background: #fff; height: 250px; display: flex; align-items: center; justify-content: center; border: 1px solid #eee; }
.gallery-item:hover { transform: translateY(-3px); }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; display: block; }
.gallery-item.video-item img { object-fit: contain; }

.video-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; margin: 0 auto 50px; background: #000; border-radius: 10px; }
.video-container iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0; }


/* =========================================
   6. FAQ
   ========================================= */
.faq-section { max-width: 800px; margin: 0 auto 60px; text-align: left; padding: 0 20px; }
.faq-category-title { font-size: 20px; font-weight: 700; color: #eebb4d; border-bottom: 2px solid #eee; padding-bottom: 10px; margin-top: 50px; margin-bottom: 30px; }
.faq-item { margin-bottom: 30px; }
.faq-question { font-size: 16px; font-weight: 700; color: #333; margin-bottom: 10px; display: flex; align-items: flex-start; }
.faq-question .q-mark { color: #eebb4d; margin-right: 8px; font-family: 'Montserrat', sans-serif; font-weight: 900; }
.faq-answer { font-size: 15px; color: #666; line-height: 1.7; padding-left: 25px; word-break: keep-all; }


/* =========================================
   7. Contact
   ========================================= */
.contact-section { max-width: 600px; margin: 0 auto 80px; text-align: left; padding: 0 20px; }
.contact-form label { display: block; margin-bottom: 5px; font-size: 14px; font-weight: 700; color: #333; }
.contact-form input, .contact-form textarea { width: 100%; padding: 12px; margin-bottom: 20px; border: 1px solid #ddd; border-radius: 0; font-size: 14px; font-family: 'Noto Sans KR', sans-serif; }
.contact-form input:focus, .contact-form textarea:focus { border-color: #333; outline: none; }
.btn-send { display: block; width: 100%; padding: 15px; background-color: #333; color: #fff; border: none; font-size: 14px; font-weight: 700; text-transform: uppercase; cursor: pointer; transition: 0.3s; font-family: 'Montserrat', sans-serif; }
.btn-send:hover { background-color: #FFC000; color: #000; }


/* =========================================
   8. 푸터 (Footer)
   ========================================= */
footer { padding: 60px 0; text-align: left; background-color: #fff; border-top: 2px solid #f5f5f5; font-size: 11px; color: #999; margin-top: 60px; }
.footer-content { display: flex; flex-direction: column; align-items: flex-start; gap: 15px; }
.footer-brand { display: flex; align-items: center; gap: 8px; margin-bottom: 10px; }
.footer-logo-text { font-family: 'Montserrat', sans-serif; font-size: 18px; font-weight: 400; letter-spacing: 0.5px; text-transform: uppercase; line-height: 1; }
.footer-info p { margin-bottom: 5px; }
.footer-links { margin-top: 20px; }
.footer-links a { margin-right: 15px; text-decoration: underline; color: #aaa; }