:root{--ivory:#fbf9f6;--paper:#fff;--ink:#181818;--muted:#8c8984;--line:#e7e3de;--gold:#aa8956;--black:#111}*{box-sizing:border-box}[hidden]{display:none!important}html{scroll-behavior:smooth}body{margin:0;background:var(--ivory);color:var(--ink);font-family:"Noto Sans KR",sans-serif}button,input,select{font:inherit}button{color:inherit}.lux-header{height:82px;background:rgba(251,249,246,.96);border-bottom:1px solid var(--line);display:grid;grid-template-columns:auto 1fr auto;align-items:center;padding:0 3.5vw;position:sticky;top:0;z-index:30;backdrop-filter:blur(12px)}.lux-logo{font:600 24px "Playfair Display","Noto Sans KR",serif;letter-spacing:-.04em;text-decoration:none;display:flex;flex-direction:column;white-space:nowrap}.lux-logo small{font:500 7px "Noto Sans KR";letter-spacing:.24em;margin-top:2px;color:#8c8881}.main-nav{display:flex;justify-content:center;gap:22px;align-items:center}.main-nav a,.main-nav>button,.more-menu>button{border:0;background:none;text-decoration:none;font-size:11px;white-space:nowrap;cursor:pointer;padding:30px 0}.main-nav a:hover,.main-nav button:hover{color:var(--gold)}.more-menu{position:relative}.more-menu>div{display:none;position:absolute;right:0;top:65px;background:#fff;border:1px solid var(--line);min-width:145px;padding:8px;box-shadow:0 18px 40px #0001}.more-menu:hover>div,.more-menu.open>div{display:flex;flex-direction:column}.more-menu>div a{padding:10px 12px}.nav-actions{display:flex;align-items:center;gap:15px}.lang-button{border:1px solid var(--line);background:transparent;border-radius:99px;padding:5px 9px;font:500 9px Arial;display:flex;gap:5px;cursor:pointer}.lang-button span{color:#aaa}.login-button{font-size:10px;text-decoration:none}.cart-button{border:0;background:none;width:29px;height:32px;padding:4px;position:relative;cursor:pointer}.cart-button svg{fill:none;stroke:currentColor;stroke-width:1.5}.cart-button em{position:absolute;right:-4px;top:0;width:15px;height:15px;border-radius:50%;background:var(--ink);color:#fff;font:normal 8px Arial;display:grid;place-items:center}.mobile-menu{display:none;border:0;background:none;font-size:20px}.search-hero{height:560px;background:linear-gradient(90deg,rgba(9,9,9,.94) 0%,rgba(9,9,9,.77) 46%,rgba(9,9,9,.2) 100%),url("/assets/luxury-hero.png") center/cover;color:#fff;display:grid;place-items:center;padding:40px}.hero-inner{text-align:center;width:min(920px,100%)}.hero-inner>p{font-size:8px;letter-spacing:.33em;color:#cdb996;margin-bottom:24px}.hero-inner h1{font:500 clamp(32px,4vw,53px)/1.35 "Playfair Display","Noto Sans KR",serif;letter-spacing:-.04em;margin:0 0 18px}.hero-inner>span{font-size:12px;color:#c7c4bf}.search-form{height:62px;background:#fff;border-radius:99px;display:flex;align-items:center;padding:7px 8px 7px 24px;margin:36px auto 20px;width:min(740px,100%);box-shadow:0 15px 50px #0005}.search-form svg{width:18px;fill:none;stroke:#777;stroke-width:1.5}.search-form input{flex:1;border:0;outline:0;padding:0 13px;font-size:12px}.search-form button{height:48px;border:0;border-radius:99px;background:#191919;color:#fff;padding:0 35px;font-size:11px;cursor:pointer}.quick-tags{display:flex;justify-content:center;align-items:center;gap:8px;flex-wrap:wrap}.quick-tags small{font-size:9px;color:#a8a49d;margin-right:6px}.quick-tags button{border:1px solid #ffffff30;background:#ffffff0b;color:#ddd;border-radius:99px;padding:7px 13px;font-size:9px;cursor:pointer}.section{padding:105px 4.5vw}.section-title{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:36px}.section-title small{font-size:8px;letter-spacing:.22em;color:var(--gold)}.section-title h2{font:500 37px "Playfair Display","Noto Sans KR",serif;margin:9px 0 7px}.section-title p{font-size:10px;color:var(--muted);margin:0}.ranking-tabs{display:flex;border-bottom:1px solid var(--line)}.ranking-tabs button{border:0;background:none;padding:10px 19px;font-size:10px;color:#999;cursor:pointer;position:relative}.ranking-tabs button.active{color:#111;font-weight:600}.ranking-tabs button.active:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:2px;background:#111}.best-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.product-card{min-width:0;cursor:pointer}.product-image{position:relative;aspect-ratio:1;background:#f2efeb;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover;transition:.6s}.product-card:hover .product-image img{transform:scale(1.04)}.rank-number{position:absolute;top:0;left:0;width:31px;height:31px;background:#111;color:#fff;display:grid;place-items:center;font:500 11px "Playfair Display"}.heart-button{position:absolute;right:10px;top:9px;width:31px;height:31px;border:0;border-radius:50%;background:#fff9;font-size:15px;cursor:pointer}.card-info{padding:15px 2px}.card-info small{display:block;color:#aaa7a2;font-size:8px;letter-spacing:.07em;text-transform:uppercase}.card-info h3{font-size:11px;font-weight:500;margin:7px 0 9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.card-info strong{font-size:12px}.card-info del{font-size:9px;color:#bbb;margin-left:7px}.add-button{margin-top:10px;border:1px solid var(--line);background:transparent;width:100%;padding:8px;font-size:9px;cursor:pointer;opacity:0;transition:.25s}.product-card:hover .add-button{opacity:1}.all-section{padding-top:75px;border-top:1px solid var(--line)}.sort-wrap{display:flex;align-items:center;gap:18px;font-size:9px;color:#999}.sort-wrap select{border:0;border-bottom:1px solid #aaa;background:transparent;padding:7px 25px 7px 4px;font-size:9px}.catalog-layout{display:grid;grid-template-columns:190px 1fr;gap:45px}.brand-sidebar{border-top:1px solid #222}.sidebar-head{display:flex;justify-content:space-between;padding:17px 0;border-bottom:1px solid var(--line);font-size:10px}.sidebar-head button{border:0;background:none;color:#999;font-size:8px;cursor:pointer}.brand-sidebar>div:nth-child(2){display:flex;flex-direction:column;padding:12px 0 25px}.brand-filter{display:flex;justify-content:space-between;border:0;background:none;padding:9px 2px;font-size:10px;color:#666;cursor:pointer}.brand-filter span{color:#bbb;font-size:8px}.brand-filter.active{font-weight:600;color:#111}.brand-filter.active:before{content:"—";margin-right:6px;color:var(--gold)}.sidebar-service{background:#1a1a1a;color:#fff;padding:24px 20px}.sidebar-service small{font-size:7px;letter-spacing:.17em;color:#c5a977}.sidebar-service b{display:block;font:500 16px "Playfair Display","Noto Sans KR";margin:12px 0}.sidebar-service p{font-size:8px;line-height:1.7;color:#aaa}.sidebar-service a{font-size:8px;color:#fff}.active-filter{font:500 10px "Playfair Display";letter-spacing:.15em;margin-bottom:16px;color:#777}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:34px 15px}.empty-state{text-align:center;padding:100px 20px;border:1px solid var(--line)}.empty-state b{font:500 22px "Playfair Display","Noto Sans KR"}.empty-state p{font-size:10px;color:#999}.empty-state button{border:1px solid #222;background:transparent;padding:10px 18px;font-size:9px}.editorial-banner{min-height:390px;background:linear-gradient(90deg,#171412 0 47%,transparent 75%),url("https://images.unsplash.com/photo-1617038260897-41a1f14a8ca0?auto=format&fit=crop&w=1800&q=85") right center/cover;color:#fff;display:flex;align-items:center;padding:55px 9vw}.editorial-banner small{font-size:8px;letter-spacing:.2em;color:#c9ac79}.editorial-banner h2{font:500 38px/1.35 "Playfair Display","Noto Sans KR";margin:14px 0}.editorial-banner p{font-size:10px;line-height:1.8;color:#bbb}.editorial-banner a{color:#fff;font-size:9px;display:inline-block;margin-top:22px}footer{background:#111;color:#eee;padding:55px 5vw 25px;display:grid;grid-template-columns:1.5fr 1fr;gap:20px;align-items:center}.lux-logo.light{color:#fff}.lux-logo.light small{color:#777}footer>p{font-size:9px;color:#777;text-align:right}footer>div{display:flex;gap:20px}footer>div a{font-size:9px;color:#999;text-decoration:none}footer>small{text-align:right;font-size:8px;color:#555}.toast{position:fixed;z-index:60;left:50%;bottom:25px;transform:translate(-50%,20px);opacity:0;background:#111;color:#fff;padding:12px 20px;font-size:9px;transition:.25s}.toast.show{opacity:1;transform:translate(-50%,0)}
@media(max-width:1180px){.main-nav{gap:13px}.main-nav button:nth-of-type(n+6){display:none}.best-grid{grid-template-columns:repeat(3,1fr)}.best-grid .product-card:nth-child(n+4){display:none}.product-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:850px){.lux-header{height:70px;padding:0 20px}.main-nav{display:none;position:absolute;top:70px;left:0;right:0;background:var(--ivory);padding:20px;flex-wrap:wrap;border-bottom:1px solid var(--line);box-shadow:0 15px 30px #0001}.main-nav.open{display:flex}.main-nav a,.main-nav>button,.more-menu>button{padding:8px}.mobile-menu{display:block}.login-button{display:none}.search-hero{height:520px;padding:25px}.section{padding:75px 25px}.best-grid{grid-template-columns:repeat(3,1fr)}.catalog-layout{grid-template-columns:1fr}.brand-sidebar{position:relative}.brand-sidebar>div:nth-child(2){flex-direction:row;overflow:auto;gap:6px}.brand-filter{border:1px solid var(--line);border-radius:99px;padding:8px 13px;white-space:nowrap}.brand-filter span{display:none}.brand-filter.active:before{display:none}.sidebar-service{display:none}.product-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:580px){.lux-logo{font-size:20px}.lang-button{display:none}.search-hero{height:540px;background-position:65% center}.hero-inner h1{font-size:31px}.hero-inner>span{font-size:10px}.search-form{height:55px;padding-left:17px}.search-form button{height:43px;padding:0 20px}.quick-tags small{width:100%}.section-title{display:block}.ranking-tabs{margin-top:25px}.best-grid{grid-template-columns:repeat(2,1fr);gap:10px}.best-grid .product-card:nth-child(3){display:none}.section{padding:65px 16px}.catalog-layout{gap:20px}.product-grid{grid-template-columns:repeat(2,1fr);gap:27px 9px}.card-info h3{font-size:10px}.add-button{opacity:1}.sort-wrap{margin-top:25px}.editorial-banner{padding:50px 25px;background-position:63% center}.editorial-banner h2{font-size:31px}footer{grid-template-columns:1fr}footer>p,footer>small{text-align:left}}
.world-footer{display:block;background:#111;color:#eee;padding:72px 5vw 25px}.footer-main{display:grid;grid-template-columns:minmax(240px,1.8fr) repeat(3,minmax(115px,.75fr)) minmax(170px,1fr);gap:4vw;padding-bottom:54px}.footer-brand a{display:flex;flex-direction:column;color:#fff;text-decoration:none;font:500 27px "Playfair Display","Noto Sans KR",serif}.footer-brand a small{margin-top:4px;color:#696969;font:500 7px "Noto Sans KR";letter-spacing:.26em}.footer-brand p{max-width:360px;margin:26px 0 0;color:#8c8c8c;font-size:10px;line-height:1.9;word-break:keep-all}.footer-column{display:flex;flex-direction:column;align-items:flex-start;gap:13px}.world-footer h3{margin:0 0 10px;color:#e6e6e6;font-size:9px;letter-spacing:.11em}.footer-column a,.footer-contact a{color:#888;text-decoration:none;font-size:9px;transition:.2s}.footer-column a:hover,.footer-contact a:hover{color:#fff}.footer-contact{display:flex;flex-direction:column;align-items:flex-start;gap:12px}.footer-contact p{margin:0;color:#666;font-size:8px;letter-spacing:.03em}.footer-contact span{display:inline-flex;margin-top:9px;border:1px solid #373737;border-radius:99px;padding:6px 10px;color:#999;font-size:8px}.footer-bottom{border-top:1px solid #2a2a2a;padding-top:22px;display:flex;align-items:center;justify-content:space-between}.footer-bottom small{color:#5e5e5e;font-size:8px}.footer-bottom button{border:0;background:none;color:#aaa;padding:5px 0;font-size:9px;cursor:pointer}.footer-bottom button:hover{color:#fff}
.featured-brand-nav{display:flex;align-items:center;gap:22px}.featured-brand-nav button{border:0;background:none;font-size:inherit;font-weight:inherit;padding:30px 0;white-space:nowrap;cursor:pointer}.quick-tags>span{display:flex;gap:8px;flex-wrap:wrap;justify-content:center}.quick-tags>span button{border:1px solid #ffffff30;background:#ffffff0b;color:#ddd;border-radius:99px;padding:7px 13px;font-size:9px;cursor:pointer}
@media(max-width:980px){.footer-main{grid-template-columns:1.6fr repeat(2,1fr)}.footer-brand{grid-row:span 2}.footer-contact{grid-column:2/4;border-top:1px solid #2a2a2a;padding-top:25px}}
@media(max-width:620px){.world-footer{padding:55px 24px 24px}.footer-main{grid-template-columns:1fr;gap:0;padding-bottom:36px}.footer-brand{grid-row:auto;padding-bottom:35px}.footer-brand p{font-size:10px}.footer-column{padding:25px 0;border-top:1px solid #292929}.footer-contact{grid-column:auto;padding:25px 0 0;border-top:1px solid #292929}.footer-bottom{align-items:flex-start}.footer-bottom small{max-width:220px;line-height:1.6}}

/* Typography system — Pretendard/Noto Sans KR + Inter */
:root{--font-sans:"Pretendard Variable",Pretendard,"Noto Sans KR",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--font-latin:"Inter","Pretendard Variable","Noto Sans KR",sans-serif}
html,body{overflow-x:hidden}body,button,input,select{font-family:var(--font-sans);line-height:1.6}
.hero-inner h1{font-family:var(--font-sans);font-size:36px;font-weight:700;line-height:1.35;letter-spacing:-.045em}
.main-nav a,.main-nav>button,.more-menu>button{font-size:16px;font-weight:500;letter-spacing:-.02em;transition:font-weight .15s,color .15s}
.main-nav a:hover,.main-nav button:hover{font-weight:700}
.sidebar-head b,.brand-filter{font-size:16px;font-weight:500;line-height:1.5}.brand-filter:hover{font-weight:700}
.section-title h2{font-family:var(--font-sans);font-weight:700;letter-spacing:-.035em}
.section-title p,.hero-inner>span{font-size:14px;font-weight:400;line-height:1.6}
.card-info{line-height:1.5}.card-info small{font-family:var(--font-latin);font-size:13px;font-weight:400;color:#888}.card-info h3{font-size:15px;font-weight:500;color:#222;line-height:1.5;margin:8px 0 10px}.card-info strong{font-family:var(--font-latin);font-size:16px;font-weight:700;color:#222}.card-info del{font-family:var(--font-latin);font-size:13px;font-weight:400}.rank-number,.hero-inner>p,.section-title small,.active-filter,.sort-wrap,.quick-tags,.add-button{font-family:var(--font-latin)}
.ranking-tabs button,.sort-wrap,.sort-wrap select,.quick-tags small,.quick-tags button,.add-button{font-size:13px}
.sidebar-service b,.editorial-banner h2{font-family:var(--font-sans);font-weight:700}.sidebar-service p,.editorial-banner p{font-size:13px;line-height:1.6}
.world-footer,.world-footer button{font-family:var(--font-sans);line-height:1.6}.footer-brand p,.footer-column a,.footer-contact a,.footer-contact p,.footer-contact span,.footer-bottom small,.footer-bottom button{font-size:13px;font-weight:400;color:#666}.world-footer h3{font-size:13px;font-weight:500}.footer-brand a{font-family:var(--font-sans);font-weight:700}
@media(max-width:1180px){.main-nav a,.main-nav>button,.more-menu>button{font-size:14px}}
@media(max-width:580px){.hero-inner h1{font-size:24px;line-height:1.45}.hero-inner>span,.section-title p{font-size:13px}.main-nav a,.main-nav>button,.more-menu>button{font-size:14px}.sidebar-head b,.brand-filter{font-size:14px}.card-info small{font-size:12px}.card-info h3{font-size:14px}.card-info strong{font-size:15px}.card-info del{font-size:12px}.ranking-tabs button,.sort-wrap,.sort-wrap select,.quick-tags small,.quick-tags button,.add-button{font-size:12px}.footer-brand p,.footer-column a,.footer-contact a,.footer-contact p,.footer-contact span,.footer-bottom small,.footer-bottom button,.world-footer h3{font-size:12px}}

/* Warm & Bright premium boutique theme */
:root{--ivory:#FDFBF7;--paper:#fff;--ink:#2C2A29;--muted:#7A7571;--line:#E9E4DB;--gold:#D4B26F;--black:#2C2A29}
body{background:#FDFBF7;color:#2C2A29}.lux-header{background:rgba(253,251,247,.96);border-color:#E9E4DB}.lux-logo,.main-nav a,.main-nav>button,.more-menu>button,.login-button,.cart-button{color:#2C2A29}.lux-logo small{color:#8A8178}.lang-button{border-color:#DED6CA;background:#fff;color:#2C2A29}.more-menu>div{background:#FDFBF7;border-color:#E9E4DB;box-shadow:0 18px 45px rgba(74,60,40,.1)}
.search-hero{background:linear-gradient(90deg,rgba(253,251,247,.99) 0%,rgba(253,251,247,.93) 48%,rgba(253,251,247,.56) 100%),url("/assets/luxury-hero.png") center/cover;color:#2C2A29}.hero-inner>p{color:#9B7A3F}.hero-inner>span{color:#6F6964}.search-form{border:1px solid #E4DDD2;box-shadow:0 18px 55px rgba(93,75,48,.13)}.search-form button{background:#D4B26F;color:#2C2A29;font-weight:700}.quick-tags small{color:#7A7571}.quick-tags button{border-color:#D9C9AD;background:rgba(255,255,255,.72);color:#5D554E}.quick-tags button:hover{background:#EEDDBD;border-color:#D4B26F}
.section{background:#FDFBF7}.best-section{background:linear-gradient(180deg,#FDFBF7,#F8F4EC)}.section-title small{color:#B28E4C}.ranking-tabs{border-color:#DCD3C5}.ranking-tabs button{color:#8A837C}.ranking-tabs button.active{color:#2C2A29}.ranking-tabs button.active:after{background:#D4B26F}.product-card{background:#fff;border:1px solid rgba(224,216,204,.7);border-radius:6px;padding:9px;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.product-card:hover{transform:translateY(-5px);border-color:#E0D3BD;box-shadow:0 18px 42px rgba(91,74,48,.12)}.product-card:hover .product-image img{transform:scale(1.025)}.product-image{border-radius:4px;background:#F4F1EA}.heart-button{color:#5E5852;background:rgba(253,251,247,.9)}.rank-number{background:#D4B26F;color:#2C2A29}.add-button{border-color:#D9C9AD;border-radius:6px;color:#5D5140}.add-button:hover{background:#D4B26F;border-color:#D4B26F;color:#2C2A29}.all-section{border-color:#E9E4DB}.brand-sidebar{border-color:#D4B26F}.brand-filter{color:#625D58}.brand-filter.active{color:#2C2A29}.brand-filter.active:before{color:#D4B26F}.sidebar-service{background:#F4F1EA;color:#2C2A29;border-radius:6px}.sidebar-service small{color:#A17E40}.sidebar-service p{color:#7A7571}.sidebar-service a{color:#6F562D}.editorial-banner{background:linear-gradient(90deg,rgba(244,241,234,.98) 0%,rgba(244,241,234,.93) 48%,rgba(244,241,234,.48) 100%),url("https://images.unsplash.com/photo-1617038260897-41a1f14a8ca0?auto=format&fit=crop&w=1800&q=85") right center/cover;color:#2C2A29}.editorial-banner small{color:#9C793E}.editorial-banner p{color:#6F6964}.editorial-banner a{color:#71572E}
.world-footer{background:#F4F1EA;color:#2C2A29;border-top:1px solid #E0D8CC}.footer-brand a{color:#2C2A29}.footer-brand a small{color:#9B9289}.footer-brand p,.footer-column a,.footer-contact a,.footer-contact p,.footer-contact span,.footer-bottom small,.footer-bottom button{color:#7A7571}.world-footer h3{color:#2C2A29}.footer-column a:hover,.footer-contact a:hover,.footer-bottom button:hover{color:#9B783B}.footer-contact span{border-color:#D8CDBC;background:#FDFBF7}.footer-bottom,.footer-column{border-color:#DDD4C7}
.featured-brand-nav button{color:#2C2A29}.featured-brand-nav button:hover{color:#9B783B;font-weight:700}.quick-tags>span button{border-color:#D9C9AD;background:rgba(255,255,255,.72);color:#5D554E}.quick-tags>span button:hover{background:#EEDDBD;border-color:#D4B26F}
@media(max-width:1180px){.featured-brand-nav{gap:13px}.featured-brand-nav button{font-size:14px}}@media(max-width:850px){.featured-brand-nav{display:contents}.featured-brand-nav button{padding:8px}}@media(max-width:580px){.quick-tags>span{justify-content:center}}

body.modal-open{overflow:hidden}.login-button{border:0;background:transparent;padding:8px 0;cursor:pointer}.logout-button{border:1px solid #E5E0DA;background:#FFFDF9;color:#2C2A29;border-radius:999px;padding:8px 14px;font-size:12px;font-weight:700;line-height:1;cursor:pointer;transition:background .18s ease,border-color .18s ease,color .18s ease,transform .18s ease}.logout-button:hover{background:#F4F1EA;border-color:#D4B26F;color:#A9823F;transform:translateY(-1px)}.join-modal-backdrop{position:fixed;z-index:100;inset:0;display:grid;place-items:center;padding:20px;background:rgba(44,42,41,.42);backdrop-filter:blur(5px)}.join-modal{position:relative;width:min(520px,100%);max-height:calc(100vh - 40px);overflow:auto;border:1px solid #e4d9c8;border-radius:12px;background:#FDFBF7;padding:36px;box-shadow:0 28px 80px rgba(56,45,31,.24)}.join-modal-close{position:absolute;right:17px;top:15px;width:36px;height:36px;border:0;border-radius:50%;background:#F4F1EA;color:#2C2A29;font-size:24px;cursor:pointer}.join-modal>p{margin:0;color:#A47F3E;font:700 10px Inter;letter-spacing:.17em}.join-modal h2{margin:9px 0 7px;color:#2C2A29;font-size:26px}.join-modal>span{color:#7A7571;font-size:13px}.join-modal form{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:25px}.join-modal label{display:flex;flex-direction:column;gap:7px;color:#2C2A29;font-size:14px;font-weight:600}.join-modal input{width:100%;border:1px solid #DED3C4;border-radius:6px;background:#fff;padding:13px 14px;font-size:14px;outline:none}.join-modal input:focus{border-color:#D4B26F;box-shadow:0 0 0 3px rgba(212,178,111,.14)}.join-form-message{grid-column:1/-1;min-height:20px;color:#A05249;font-size:13px}.join-submit{grid-column:1/-1;border:0;border-radius:6px;background:#D4B26F;color:#2C2A29;padding:14px 18px;font-size:14px;font-weight:700;cursor:pointer}.join-submit:disabled{opacity:.65;cursor:wait}.admin-login-link{display:block;margin-top:16px;text-align:center;color:#7A7571;font-size:12px}.admin-login-link:hover{color:#2C2A29}@media(max-width:580px){.join-modal{padding:30px 20px 24px}.join-modal form{grid-template-columns:1fr}.join-form-message,.join-submit{grid-column:1}.login-button,.logout-button{display:block;font-size:11px}}

/* Selective centered layout: only header and core product sections follow the same content guide. */
:root{--site-max-width:1440px;--site-side-gap:32px}
body{background:#FDFBF7}
.lux-header,.best-section,.all-section{width:min(calc(100% - var(--site-side-gap) * 2),var(--site-max-width));margin-left:auto;margin-right:auto}
.lux-header{padding-left:28px;padding-right:28px;box-shadow:0 10px 28px rgba(74,60,40,.06)}
.main-nav{gap:18px;min-width:0}
.featured-brand-nav{display:inline-flex;align-items:center;gap:18px;min-width:0}
.featured-brand-nav button{border:0;background:transparent;color:#2C2A29;font-size:16px;font-weight:500;white-space:nowrap;cursor:pointer;padding:30px 0}
.search-hero{width:100%;margin-top:0;margin-left:0;margin-right:0;border-radius:0;overflow:hidden}
.best-section,.all-section{padding-left:0;padding-right:0;box-shadow:none}
.best-section{padding-top:86px}
.all-section{padding-top:74px}
.editorial-banner{width:100%;margin-left:0;margin-right:0;padding-left:9vw;padding-right:9vw;overflow:hidden}
.world-footer{width:100%;margin-left:0;margin-right:0;margin-bottom:0;padding-left:var(--site-side-gap);padding-right:var(--site-side-gap)}
.world-footer>.footer-main,.world-footer>.footer-bottom{max-width:var(--site-max-width);margin-left:auto;margin-right:auto}
@media(max-width:1504px){:root{--site-side-gap:28px}.lux-header{padding-left:24px;padding-right:24px}.main-nav{gap:14px}.featured-brand-nav{gap:14px}.featured-brand-nav button,.main-nav a,.main-nav>button,.more-menu>button{font-size:14px}}
@media(max-width:1248px){:root{--site-side-gap:18px}.lux-header{padding-left:22px;padding-right:22px}.main-nav{gap:12px}.featured-brand-nav{gap:12px}}
@media(max-width:850px){.lux-header,.best-section,.all-section{width:100%;margin-left:0;margin-right:0}.lux-header{padding-left:20px;padding-right:20px}.main-nav.open{left:0;right:0}.best-section,.all-section{padding-left:25px;padding-right:25px}.editorial-banner{padding-left:25px;padding-right:25px}.world-footer{padding-left:24px;padding-right:24px}}
@media(max-width:580px){.section{padding-left:16px;padding-right:16px}}

/* Admin-controlled home notices */
.home-top-banner{position:sticky;top:0;z-index:45;min-height:40px;overflow:hidden;border-bottom:1px solid #D9CBB5;background:#2C2A29;color:#FFF8EA;display:flex;align-items:center;white-space:nowrap}.home-top-banner[hidden]{display:none!important}.top-banner-track{display:inline-flex;align-items:center;gap:16px;min-width:100%;padding:9px var(--site-side-gap);font-size:13px;line-height:1.45;animation:noticeMarquee 36s linear infinite}.top-banner-track strong{flex:0 0 auto;color:#D4B26F;font-weight:800}.top-banner-track span{color:#FFF8EA}.home-top-banner:hover .top-banner-track{animation-play-state:paused}.has-home-top-banner .lux-header{top:40px}@keyframes noticeMarquee{0%{transform:translateX(0)}50%{transform:translateX(-10%)}100%{transform:translateX(0)}}
.home-bottom-banner{width:min(calc(100% - var(--site-side-gap) * 2),var(--site-max-width));margin:74px auto 0;padding:0}.home-bottom-banner[hidden]{display:none!important}.home-bottom-banner article{border:1px solid #E2D8C8;border-radius:10px;background:linear-gradient(135deg,#F4F1EA,#FFFDF9);padding:34px 38px;box-shadow:0 18px 44px rgba(91,74,48,.09)}.home-bottom-banner small{display:block;color:#9B783B;font:800 11px Inter,sans-serif;letter-spacing:.15em}.home-bottom-banner h2{margin:8px 0 12px;color:#2C2A29;font-size:26px;letter-spacing:-.04em}.home-bottom-banner p{max-width:980px;margin:0;color:#625D58;font-size:14px;line-height:1.8}
.notice-popup-backdrop{position:fixed;z-index:120;inset:0;display:grid;place-items:center;padding:24px;background:rgba(44,42,41,.42);backdrop-filter:blur(7px)}.notice-popup-backdrop[hidden]{display:none!important}.notice-popup{position:relative;width:min(720px,100%);max-height:min(82vh,780px);overflow:auto;border:1px solid #E0D3C0;border-radius:14px;background:#FDFBF7;color:#2C2A29;padding:34px 36px 28px;box-shadow:0 30px 90px rgba(55,43,28,.26)}.notice-popup-close{position:absolute;right:18px;top:16px;width:38px;height:38px;border:0;border-radius:50%;background:#F4F1EA;color:#2C2A29;font-size:25px;cursor:pointer}.notice-popup>small{display:block;color:#9B783B;font:800 11px Inter,sans-serif;letter-spacing:.16em}.notice-popup h2{margin:10px 48px 18px 0;font-size:27px;line-height:1.35;letter-spacing:-.045em}.notice-popup-content{border-top:1px solid #E7DED0;border-bottom:1px solid #E7DED0;padding:22px 0;color:#4F4943;font-size:15px;line-height:1.8;white-space:normal}.notice-popup-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:20px}.notice-popup-actions button{min-height:46px;border-radius:7px;padding:0 16px;font-size:14px;font-weight:800;cursor:pointer}.notice-popup-actions button:first-child{border:1px solid #D8CDBD;background:#fff;color:#5D5147}.notice-popup-actions button:last-child{border:0;background:#2C2A29;color:#fff}
@media(max-width:850px){.has-home-top-banner .lux-header{top:40px}.home-bottom-banner{width:calc(100% - 48px);margin-top:54px}.home-bottom-banner article{padding:28px 24px}.notice-popup{padding:30px 22px 24px}.notice-popup-actions{display:grid;grid-template-columns:1fr}.notice-popup-actions button{width:100%}}
@media(max-width:580px){.top-banner-track{font-size:12px;padding-left:16px;padding-right:16px}.home-bottom-banner{width:calc(100% - 32px)}.home-bottom-banner h2,.notice-popup h2{font-size:22px}.notice-popup-content{font-size:14px}}

/* Premium Brand Mega Menu */
.brand-mega{position:relative;display:flex;align-items:center}
.brand-mega-button{border:0;background:transparent;color:#2C2A29;font-size:16px;font-weight:500;letter-spacing:-.02em;white-space:nowrap;cursor:pointer;padding:30px 0;display:inline-flex;align-items:center;gap:5px;transition:color .18s ease,font-weight .18s ease}
.brand-mega-button span{font-size:12px;color:#9B783B;transition:transform .2s ease}
.brand-mega.open .brand-mega-button,.brand-mega-button:hover{color:#9B783B;font-weight:700}
.brand-mega.open .brand-mega-button span{transform:rotate(180deg)}
.brand-mega-panel{position:absolute;top:72px;left:50%;z-index:90;width:min(1040px,calc(100vw - 64px));display:grid;grid-template-columns:300px 1fr;gap:28px;padding:28px;border:1px solid #E2D8C8;border-radius:14px;background:rgba(253,251,247,.98);box-shadow:0 28px 80px rgba(74,60,40,.18);backdrop-filter:blur(14px);opacity:0;visibility:hidden;pointer-events:none;transform:translateX(-50%) translateY(10px);transition:opacity .2s ease,visibility .2s ease,transform .2s ease}
.brand-mega.open .brand-mega-panel,.brand-mega:hover .brand-mega-panel{opacity:1;visibility:visible;pointer-events:auto;transform:translateX(-50%) translateY(0)}
.brand-mega-feature{min-height:320px;border-radius:12px;background:linear-gradient(145deg,#2C2A29,#4E4336);color:#fff;padding:28px;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;position:relative}
.brand-mega-feature:after{content:"";position:absolute;right:-52px;bottom:-60px;width:180px;height:180px;border:1px solid rgba(212,178,111,.32);border-radius:50%}
.brand-mega-feature small,.brand-mega-head small{font-family:var(--font-latin);font-size:11px;font-weight:800;letter-spacing:.16em;color:#D4B26F}
.brand-mega-feature h3{margin:12px 0;color:#fff;font-size:26px;font-weight:800;line-height:1.35;letter-spacing:-.05em}
.brand-mega-feature p{margin:0;color:#D8D0C4;font-size:13px;line-height:1.75;word-break:keep-all}
.brand-mega-feature button{position:relative;align-self:flex-start;border:1px solid rgba(212,178,111,.65);border-radius:999px;background:rgba(255,255,255,.08);color:#fff;padding:10px 15px;font-size:13px;font-weight:800;cursor:pointer;transition:background .18s ease,border-color .18s ease}
.brand-mega-feature button:hover{background:rgba(212,178,111,.2);border-color:#D4B26F}
.brand-mega-content{min-width:0}
.brand-mega-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:15px}
.brand-mega-head b{display:block;margin-top:4px;color:#2C2A29;font-size:20px;font-weight:800;letter-spacing:-.04em}
.brand-mega-head span{color:#7A7571;font-family:var(--font-latin);font-size:12px;font-weight:700}
.brand-mega-chips{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:18px}
.brand-mega-chips button{border:1px solid #D9C9AD;border-radius:999px;background:#fff;color:#2C2A29;padding:10px 13px;font-size:13px;font-weight:800;cursor:pointer;transition:background .18s ease,border-color .18s ease,transform .18s ease}
.brand-mega-chips button:hover{background:#F3E8D2;border-color:#D4B26F;transform:translateY(-1px)}
.brand-mega-chips small{display:inline;margin-left:7px;color:#9B9289;font-family:var(--font-latin);font-size:10px;font-weight:700;letter-spacing:.04em}
.brand-mega-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
.brand-mega-grid button{border:1px solid #E5DCCF;border-radius:10px;background:#FFFDF9;padding:14px 15px;text-align:left;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease}
.brand-mega-grid button:hover,.brand-mega-grid button.active{border-color:#D4B26F;background:#F3E8D2;transform:translateY(-2px);box-shadow:0 10px 22px rgba(91,74,48,.09)}
.brand-mega-grid span{display:block;color:#2C2A29;font-size:15px;font-weight:800;line-height:1.35}
.brand-mega-grid small{display:block;margin-top:3px;color:#7A7571;font-family:var(--font-latin);font-size:11px;font-weight:700;letter-spacing:.02em}
@media(max-width:1504px){.brand-mega-button{font-size:14px}.brand-mega-panel{width:min(980px,calc(100vw - 42px));grid-template-columns:280px 1fr}}
@media(max-width:1180px){.brand-mega-panel{width:min(900px,calc(100vw - 36px));grid-template-columns:260px 1fr;gap:22px}.brand-mega-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:850px){.brand-mega{width:100%;display:block}.brand-mega-button{width:100%;justify-content:flex-start;padding:8px;font-size:14px}.brand-mega-panel{position:static;width:100%;display:none;grid-template-columns:1fr;padding:18px;margin-top:8px;border-radius:10px;box-shadow:0 14px 32px rgba(74,60,40,.12);opacity:1;visibility:visible;pointer-events:auto;transform:none!important}.brand-mega.open .brand-mega-panel{display:grid}.brand-mega-feature{min-height:auto;padding:22px}.brand-mega-feature h3{font-size:22px}.brand-mega-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:580px){.brand-mega-grid{grid-template-columns:1fr}.brand-mega-chips button{width:100%;text-align:left}.brand-mega-head{display:block}.brand-mega-head span{display:block;margin-top:4px}}

.product-grid.is-filtering .product-card{animation:catalogFilterIn .42s ease both}
.product-grid.is-filtering .product-card:nth-child(2n){animation-delay:.03s}
.product-grid.is-filtering .product-card:nth-child(3n){animation-delay:.06s}
@keyframes catalogFilterIn{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}
@media(max-width:850px){.brand-mega-panel{display:grid;max-height:0;overflow:hidden;padding:0 18px;margin-top:0;border-width:0;pointer-events:none;transition:max-height .28s ease,padding .28s ease,margin .28s ease,border-width .28s ease}.brand-mega.open .brand-mega-panel{max-height:780px;padding:18px;margin-top:8px;border-width:1px;pointer-events:auto}.brand-mega.open .brand-mega-button{background:#F4F1EA;border-radius:8px;padding-left:12px}}

/* Brand collection title + sub category tabs */
.brand-collection-header{margin:0 0 34px;padding:18px 0 28px;border-bottom:1px solid #E3DACE;text-align:center}
.brand-collection-header[hidden]{display:none!important}
.brand-title-block small{display:block;color:#7A7571;font-size:13px;font-weight:500;letter-spacing:.18em}
.brand-title-block h2{margin:8px 0 7px;color:#111;font-size:46px;font-weight:500;line-height:1.18;letter-spacing:-.075em}
.brand-title-block p{margin:0;color:#7A7571;font-family:var(--font-latin);font-size:13px;font-weight:600;letter-spacing:.03em}
.brand-category-tabs{display:flex;justify-content:center;align-items:center;gap:10px;flex-wrap:wrap;margin-top:32px;padding-top:24px;border-top:1px solid #E3DACE}
.brand-category-tab{min-height:40px;border:1px solid #DCD4C9;background:#FFFDF9;color:#514C47;padding:0 17px;font-size:13px;font-weight:700;letter-spacing:-.02em;cursor:pointer;transition:background .16s ease,color .16s ease,border-color .16s ease,box-shadow .16s ease,transform .16s ease}
.brand-category-tab span{display:inline-block;margin-left:7px;color:#A49B91;font-family:var(--font-latin);font-size:11px;font-weight:700}
.brand-category-tab:hover{border-color:#D4B26F;background:#F6EBD7;color:#2C2A29;transform:translateY(-1px)}
.brand-category-tab.active{border-color:#2C2A29;background:#2C2A29;color:#fff;box-shadow:0 12px 24px rgba(44,42,41,.12)}
.brand-category-tab.active span{color:#D4B26F}
@media(max-width:850px){.brand-collection-header{margin-bottom:24px;padding:12px 0 22px}.brand-title-block h2{font-size:36px}.brand-category-tabs{justify-content:flex-start;flex-wrap:nowrap;overflow-x:auto;margin-left:-2px;margin-right:-2px;padding:20px 2px 2px;scrollbar-width:none}.brand-category-tabs::-webkit-scrollbar{display:none}.brand-category-tab{flex:0 0 auto}}
@media(max-width:580px){.brand-title-block h2{font-size:31px}.brand-title-block small,.brand-title-block p{font-size:12px}.brand-category-tab{min-height:38px;padding:0 14px;font-size:12px}}

/* More menu now works as the dynamic brand list */
.more-menu>.more-brand-panel{right:50%;transform:translateX(50%);top:70px;width:min(720px,calc(100vw - 48px));padding:18px;border-radius:14px;background:rgba(253,251,247,.98);border:1px solid #E2D8C8;box-shadow:0 24px 70px rgba(74,60,40,.16);backdrop-filter:blur(14px);gap:10px;grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch}
.more-menu:hover>.more-brand-panel,.more-menu.open>.more-brand-panel{display:grid;flex-direction:unset}
.more-brand-panel button{border:1px solid #E5DCCF;border-radius:10px;background:#FFFDF9;color:#2C2A29;min-width:0;padding:13px 14px;text-align:left;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease}
.more-brand-panel button:hover,.more-brand-panel button.active{border-color:#D4B26F;background:#F3E8D2;transform:translateY(-2px);box-shadow:0 10px 22px rgba(91,74,48,.09)}
.more-brand-panel b{display:block;font-size:14px;font-weight:800;line-height:1.35;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.more-brand-panel small{display:block;margin-top:3px;color:#7A7571;font-family:var(--font-latin);font-size:10px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
@media(max-width:980px){.more-menu>.more-brand-panel{grid-template-columns:repeat(3,minmax(0,1fr));width:min(620px,calc(100vw - 36px))}}
@media(max-width:850px){.more-menu{width:100%}.more-menu>button{width:100%;text-align:left}.more-menu>.more-brand-panel{position:static;transform:none;width:100%;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:8px;box-shadow:0 14px 32px rgba(74,60,40,.12)}}
@media(max-width:520px){.more-menu>.more-brand-panel{grid-template-columns:1fr}}
.lux-header{background:#FDFBF7!important;z-index:1000;transition:box-shadow .22s ease,border-color .22s ease}
.lux-header.header-scrolled{border-color:#E5E0DA;box-shadow:0 12px 28px rgba(74,60,40,.11)}
.featured-brand-nav{display:inline-flex;align-items:center;gap:20px}
.featured-brand-nav button{border:0;background:transparent;color:#2C2A29;cursor:pointer;font-family:var(--font-sans);font-size:14px;font-weight:500;letter-spacing:.035em;padding:30px 0;white-space:nowrap;transition:color .18s ease,font-weight .18s ease}
.featured-brand-nav button:hover,.featured-brand-nav button.active{color:#D4B26F;font-weight:700}
.more-menu[hidden]{display:none!important}
.more-menu>.more-brand-panel{background:#FDFBF7;border:1px solid #E5E0DA;padding:18px;gap:10px;grid-template-columns:repeat(4,minmax(132px,1fr))}
.more-brand-panel button{background:#FDFBF7;border:1px solid #E5E0DA;border-radius:6px;color:#2C2A29;font-family:var(--font-sans);letter-spacing:.05em;min-height:66px;padding:14px 16px;text-align:left;transition:color .18s ease,border-color .18s ease,box-shadow .18s ease,transform .18s ease,background .18s ease}
.more-brand-panel button:hover,.more-brand-panel button.active{background:#FFFDF9;border-color:#D4B26F;color:#D4B26F;box-shadow:0 10px 22px rgba(91,74,48,.08);transform:translateY(-1px)}
.more-brand-panel b{display:block;font-size:14px;font-weight:500;line-height:1.35;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.more-brand-panel small{display:block;color:#7A7571;font-family:var(--font-latin);font-size:10px;font-weight:600;letter-spacing:.04em;margin-top:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.more-brand-panel button:hover small,.more-brand-panel button.active small{color:#B39255}
@media(max-width:1504px){.featured-brand-nav{gap:16px}.featured-brand-nav button{font-size:13px}}
@media(max-width:1180px){.featured-brand-nav{gap:12px}.featured-brand-nav button{font-size:12px}}
@media(max-width:850px){.featured-brand-nav{display:flex;flex-wrap:wrap;gap:8px 14px}.featured-brand-nav button{padding:8px 0;font-size:14px}.more-menu>.more-brand-panel{grid-template-columns:repeat(2,minmax(0,1fr));padding:14px}.more-brand-panel button{min-height:58px}}
.lux-header{isolation:isolate;transform:translateZ(0);will-change:height,box-shadow,backdrop-filter;transition:height .28s cubic-bezier(.22,1,.36,1),background-color .22s ease,box-shadow .22s ease,border-color .22s ease,backdrop-filter .22s ease,padding .22s ease}
.lux-header .lux-logo,.lux-header .main-nav a,.lux-header .main-nav>button,.lux-header .more-menu>button,.featured-brand-nav button,.nav-actions{transition:transform .24s cubic-bezier(.22,1,.36,1),padding .24s cubic-bezier(.22,1,.36,1),color .18s ease}
.lux-header.header-scrolled{background:rgba(253,251,247,.94)!important;backdrop-filter:saturate(145%) blur(18px);box-shadow:0 14px 34px rgba(74,60,40,.12)}
.lux-header.header-compact{height:72px;border-radius:0 0 18px 18px}
.lux-header.header-compact .lux-logo{transform:scale(.96);transform-origin:left center}
.lux-header.header-compact .main-nav a,.lux-header.header-compact .main-nav>button,.lux-header.header-compact .more-menu>button,.lux-header.header-compact .featured-brand-nav button{padding-top:22px;padding-bottom:22px}
.lux-header.header-compact .nav-actions{transform:translateY(-1px)}
.home-top-banner{transition:transform .28s cubic-bezier(.22,1,.36,1),opacity .2s ease}
body.notice-collapsed .home-top-banner{opacity:0;pointer-events:none;transform:translateY(-100%)}
body.notice-collapsed.has-home-top-banner .lux-header{top:0}
@media(max-width:850px){.lux-header.header-compact{height:64px;border-radius:0}.lux-header.header-compact .main-nav.open{top:64px}.lux-header.header-compact .lux-logo{transform:scale(.95)}}
body.modern-fixed-header{padding-top:82px;transition:padding-top .28s cubic-bezier(.22,1,.36,1)}
body.modern-fixed-header.has-home-top-banner{padding-top:122px}
body.modern-fixed-header.notice-collapsed{padding-top:72px}
body.modern-fixed-header .lux-header{position:fixed;left:50%;right:auto;top:0;transform:translate3d(-50%,0,0);width:min(calc(100% - var(--site-side-gap) * 2),var(--site-max-width));margin-left:0;margin-right:0}
body.modern-fixed-header.has-home-top-banner:not(.notice-collapsed) .lux-header{top:40px}
body.modern-fixed-header .home-top-banner{position:fixed;left:0;right:0;top:0;z-index:1001}
body.modern-fixed-header.notice-collapsed .home-top-banner{opacity:0;pointer-events:none;transform:translateY(-100%)}
body.modern-fixed-header .lux-header.header-scrolled{transform:translate3d(-50%,0,0)}
@media(max-width:850px){body.modern-fixed-header{padding-top:70px}body.modern-fixed-header.has-home-top-banner{padding-top:110px}body.modern-fixed-header.notice-collapsed{padding-top:64px}body.modern-fixed-header .lux-header{width:100%;left:0;transform:none}body.modern-fixed-header .lux-header.header-scrolled{transform:none}}
.best-grid,.product-grid{align-items:start;gap:28px 22px}
.best-grid{grid-template-columns:repeat(5,minmax(0,1fr))}
.product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
.best-grid .product-card:nth-child(n),.product-grid .product-card:nth-child(n){display:block}
.product-card{contain:layout paint;will-change:transform;transform:translateZ(0);transition:transform .24s cubic-bezier(.22,1,.36,1),box-shadow .24s ease,border-color .24s ease}
.product-image{aspect-ratio:1/1;overflow:hidden}
.product-image img{will-change:transform;transform:translateZ(0);transition:transform .42s cubic-bezier(.22,1,.36,1)}
.card-info{padding:16px 2px 4px;line-height:1.55}
.card-info small{font-size:13px;font-weight:400;color:#888888;letter-spacing:.04em}
.card-info h3{font-size:15px;font-weight:500;color:#222222;line-height:1.45;margin:8px 0 9px;letter-spacing:-.025em}
.card-info strong{display:inline-block;font-size:16px;font-weight:700;color:#222222;letter-spacing:-.01em}
@media(min-width:769px){.best-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media(max-width:768px){.best-grid,.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 12px}.best-grid .product-card:nth-child(n),.product-grid .product-card:nth-child(n){display:block}.product-card{padding:7px;border-radius:7px}.card-info{padding-top:12px}.card-info small{font-size:12px}.card-info h3{font-size:13px;line-height:1.45;margin:6px 0 7px}.card-info strong{font-size:14px}.card-info del{display:block;margin:3px 0 0;font-size:11px}.rank-number{width:28px;height:28px;font-size:10px}.heart-button{width:29px;height:29px;right:8px;top:8px}.add-button{opacity:1;font-size:11px;padding:8px 6px}}
.home-top-banner{position:relative;top:auto;z-index:40}
.has-home-top-banner .lux-header,.has-home-top-banner:not(.notice-collapsed) .lux-header{top:0}
.lux-header{position:sticky!important;top:0!important;z-index:1000;background:#FDFBF7!important}
.header-search-button{width:32px;height:32px;border:1px solid #E5E0DA;border-radius:50%;display:grid;place-items:center;color:#2C2A29;text-decoration:none;background:#FFFDF9;transition:border-color .18s ease,color .18s ease,background .18s ease}
.header-search-button svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.7}
.header-search-button:hover{border-color:#D4B26F;color:#A9823F;background:#F7F0E3}
.best-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:28px 22px}
.product-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:28px 22px}
.best-grid .product-card:nth-child(n),.product-grid .product-card:nth-child(n){display:block}
.mobile-drawer-overlay{position:fixed;inset:0;z-index:1190;background:rgba(44,42,41,.48);opacity:0;pointer-events:none;transition:opacity .24s ease;backdrop-filter:blur(2px)}
.mobile-category-drawer{position:fixed;left:0;top:0;bottom:0;z-index:1200;width:min(84vw,360px);background:#FDFBF7;border-right:1px solid #E5E0DA;box-shadow:24px 0 70px rgba(44,42,41,.18);transform:translateX(-104%);transition:transform .32s cubic-bezier(.22,1,.36,1);display:flex;flex-direction:column;padding:24px 20px;color:#2C2A29}
.drawer-open .mobile-drawer-overlay{opacity:1;pointer-events:auto}
.drawer-open .mobile-category-drawer{transform:translateX(0)}
body.drawer-open{overflow:hidden}
.mobile-drawer-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:0 0 16px;border-bottom:0}
.mobile-drawer-head small{display:block;margin-top:8px;color:#7A7571;font:500 12px Inter,sans-serif;letter-spacing:.16em}
.mobile-drawer-head strong{display:block;color:#2C2A29;font-size:28px;font-weight:500;letter-spacing:-.05em;line-height:1.1}
.mobile-drawer-head button{width:34px;height:34px;border:0;border-radius:0;background:transparent;color:#2C2A29;font-size:28px;line-height:1;cursor:pointer}
.mobile-brand-list{display:flex;flex-direction:column;gap:2px;overflow:auto;padding:10px 0 0 0;border-left:1px solid #E5E0DA}
.mobile-brand-list button{width:100%;border:0;border-radius:0;background:transparent;color:#2C2A29;padding:12px 0 12px 14px;text-align:left;cursor:pointer;transition:color .18s ease,transform .18s ease}
.mobile-brand-list button span{display:block;font-size:15px;font-weight:500;line-height:1.3}
.mobile-brand-list button small{display:none!important}
.mobile-brand-list button:hover,.mobile-brand-list button.active{background:transparent;color:#A9823F;transform:translateX(2px)}
.mobile-drawer-account{display:flex;flex-direction:column;gap:10px;padding:18px 0 0;margin-top:18px;border-top:1px solid #E5E0DA}
.mobile-drawer-account a,.mobile-drawer-account button{display:flex;align-items:center;justify-content:flex-start;width:100%;min-height:44px;padding:0 14px;border:1px solid #E5E0DA;border-radius:14px;background:#FFFDF9;color:#2C2A29;font-size:14px;font-weight:600;text-decoration:none;cursor:pointer}
.mobile-drawer-account button{font:inherit}
.mobile-drawer-account a i,.mobile-drawer-account button i{margin-right:10px;color:#A9823F}
@media(min-width:769px){.mobile-drawer-overlay,.mobile-category-drawer{display:none}.best-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.product-grid{grid-template-columns:repeat(5,minmax(0,1fr))}}
@media(max-width:768px){.lux-header{height:66px;width:100%;margin:0;padding:0 16px;display:grid;grid-template-columns:44px 1fr 86px;border-radius:0}.lux-logo{grid-column:2;grid-row:1;justify-self:center;align-items:center;text-align:center;font-size:20px}.lux-logo small{font-size:6px}.main-nav{display:none!important}.nav-actions{display:contents}.mobile-menu{grid-column:1;grid-row:1;justify-self:start;align-self:center;display:grid!important;place-items:center;width:40px;height:40px;border:1px solid #E5E0DA;border-radius:50%;background:#FFFDF9;color:#2C2A29;font-size:20px}.header-search-button{grid-column:3;grid-row:1;justify-self:start;align-self:center;width:36px;height:36px}.cart-button{grid-column:3;grid-row:1;justify-self:end;align-self:center;width:38px;height:38px;border:1px solid #E5E0DA;border-radius:50%;background:#FFFDF9}.lang-button,.login-button{display:none!important}.best-grid,.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 12px}.best-grid .product-card:nth-child(n),.product-grid .product-card:nth-child(n){display:block}.catalog-layout{grid-template-columns:1fr}.brand-sidebar{display:none}.section{padding-left:16px;padding-right:16px}.best-section,.all-section{padding-left:16px!important;padding-right:16px!important}}
body.modern-fixed-header{padding-top:0!important}
body.modern-fixed-header .lux-header{position:sticky!important;left:auto!important;right:auto!important;top:0!important;transform:none!important;margin-left:auto!important;margin-right:auto!important;width:min(calc(100% - var(--site-side-gap) * 2),var(--site-max-width))!important}
body.modern-fixed-header .home-top-banner{position:relative!important}
@media(max-width:768px){body.modern-fixed-header .lux-header{width:100%!important;margin:0!important}}
body{padding-top:82px}
.lux-header{position:fixed!important;left:50%!important;right:auto!important;top:0!important;transform:translate3d(-50%,0,0)!important;width:min(calc(100% - var(--site-side-gap) * 2),var(--site-max-width))!important;margin:0!important}
.home-top-banner{margin-top:0}
.lux-header.header-scrolled{transform:translate3d(-50%,0,0)!important}
@media(max-width:768px){body{padding-top:66px}.lux-header{left:0!important;transform:none!important;width:100%!important}.lux-header.header-scrolled{transform:none!important}}
@media(max-width:768px){
  .lux-header{
    grid-template-columns:42px 1fr auto!important;
    padding:0 14px!important;
    background:#FDFBF7!important;
    position:fixed!important;
  }
  .lux-logo{
    grid-column:2;
    grid-row:1;
    justify-self:center;
    align-items:center;
    text-align:center;
    font-family:var(--font-sans);
    font-size:18px;
    font-weight:600;
    letter-spacing:-.04em;
  }
  .lux-logo small{display:none}
  .nav-actions{
    grid-column:3;
    grid-row:1;
    display:flex!important;
    align-items:center;
    justify-self:end;
    gap:8px!important;
  }
  .lang-button{
    display:inline-flex!important;
    height:30px;
    padding:0 8px;
    border-radius:4px;
    font-size:11px;
    background:#FFFDF9;
  }
  .login-button{
    display:inline-flex!important;
    align-items:center;
    height:30px;
    font-size:12px;
    font-weight:500;
    color:#2C2A29;
    text-decoration:none;
    white-space:nowrap;
  }
  .member-logged-in .login-button{
    color:#A9823F;
    font-weight:600;
  }
  .header-search-button{display:none!important}
  .cart-button{
    position:relative;
    width:32px;
    height:32px;
    padding:4px;
    border:1px solid #E5E0DA;
    border-radius:50%;
    background:#FFFDF9;
  }
  .cart-button em{
    right:-3px;
    top:-2px;
  }
  .mobile-menu{
    position:absolute;
    left:14px;
    top:50%;
    transform:translateY(-50%);
    width:34px;
    height:34px;
    border:none;
    border-radius:0;
    background:transparent;
    font-size:24px;
    z-index:2;
  }
  .member-guest .mobile-menu{
    color:#2C2A29;
  }
  .member-logged-in .mobile-menu{
    color:#A9823F;
  }
}
@media(min-width:769px){
  .lux-header{
    width:min(calc(100% - 56px),1328px)!important;
    padding-left:20px!important;
    padding-right:20px!important;
    grid-template-columns:auto minmax(0,1fr) auto!important;
    column-gap:22px;
  }
  .lux-logo{font-size:22px}
  .lux-logo small{font-size:6px;letter-spacing:.2em}
  .main-nav{
    gap:18px!important;
    justify-content:center;
  }
  .main-nav a,.main-nav>button,.more-menu>button{
    padding:28px 0!important;
    font-size:14px!important;
    letter-spacing:.02em;
  }
  .featured-brand-nav{
    gap:18px!important;
  }
  .featured-brand-nav button{
    padding:28px 0!important;
    font-size:14px!important;
    letter-spacing:.025em;
  }
  .nav-actions{
    gap:10px!important;
    justify-self:end;
  }
  .lang-button{padding:4px 8px}
  .login-button{font-size:12px}
  .header-search-button{width:30px;height:30px}
  .cart-button{width:30px;height:30px}
  .more-menu>.more-brand-panel{
    top:60px;
    width:min(660px,calc(100vw - 80px));
  }
}
@media(min-width:769px){
  .more-menu>.more-brand-panel{
    top:60px!important;
    right:50%!important;
    transform:translateX(50%)!important;
    width:min(1280px,calc(100vw - 72px))!important;
    display:none;
    padding:20px 24px!important;
    gap:14px 18px!important;
    grid-template-columns:repeat(8,minmax(0,1fr))!important;
    align-items:center!important;
    border:1px solid #E5E0DA!important;
    border-radius:12px!important;
    background:#FDFBF7!important;
    box-shadow:0 18px 42px rgba(74,60,40,.1)!important;
  }
  .more-menu:hover>.more-brand-panel,
  .more-menu.open>.more-brand-panel{
    display:grid!important;
  }
  .more-brand-panel button{
    min-height:auto!important;
    padding:8px 4px!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
    color:#2C2A29!important;
    font-family:var(--font-sans)!important;
    font-size:14px!important;
    font-weight:500!important;
    letter-spacing:.02em!important;
    line-height:1.5!important;
    text-align:center!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    transform:none!important;
  }
  .more-brand-panel button:hover,
  .more-brand-panel button.active{
    color:#D4B26F!important;
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
    transform:none!important;
  }
  .more-brand-panel b,
  .more-brand-panel small{
    display:none!important;
  }
}
@media(max-width:768px){
  .all-section{padding-top:54px!important}
  .all-section .section-title{display:block;margin-bottom:24px;text-align:left}
  .all-section .section-title small{display:block;margin-bottom:7px;color:#A9823F;font-family:Inter,sans-serif;font-size:10px;font-weight:800;letter-spacing:.18em;text-transform:uppercase}
  .all-section .section-title h2{margin:0;color:#2C2A29;font-family:var(--font-sans);font-size:28px;font-weight:800;letter-spacing:-.055em;line-height:1.18}
  .all-section .section-title p,.all-section .sort-wrap,.brand-sidebar,.brand-collection-header,.active-filter,.brand-category-tabs{display:none!important}
  .catalog-layout{display:block!important}
  .catalog-main{width:100%}
  .product-grid{margin-top:0}
}

.inquiry-floating-dock{position:fixed;right:24px;bottom:24px;z-index:70;display:flex;flex-direction:column;gap:10px}
.inquiry-floating-dock a{min-width:88px;min-height:42px;display:inline-flex;align-items:center;justify-content:center;padding:0 16px;border:1px solid #E5E0DA;border-radius:999px;background:rgba(253,251,247,.96);box-shadow:0 14px 28px rgba(74,60,40,.1);backdrop-filter:blur(10px);color:#2C2A29;text-decoration:none;font:700 13px Inter,sans-serif;letter-spacing:.03em;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,color .18s ease}
.inquiry-floating-dock a:hover{transform:translateY(-2px);border-color:#D4B26F;box-shadow:0 18px 32px rgba(74,60,40,.14);color:#A9823F}
@media(max-width:768px){.inquiry-floating-dock{right:14px;bottom:16px;gap:8px}.inquiry-floating-dock a{min-width:74px;min-height:38px;padding:0 12px;font-size:12px}}

.lang-button{display:none!important}
.login-button{display:inline-flex;align-items:center;min-height:38px;padding:0 2px;color:#2C2A29;font-size:13px;font-weight:600;text-decoration:none;white-space:nowrap}
.logout-button{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 14px;border:1px solid #E5E0DA;border-radius:999px;background:#FFFDF9;color:#2C2A29;font-size:12px;font-weight:700;white-space:nowrap}
.member-logged-in .login-button{color:#8B6A35}
@media(max-width:768px){.login-button{display:inline-flex!important;min-height:30px;font-size:12px}.logout-button{display:inline-flex!important;min-height:30px;padding:0 10px;font-size:11px}.nav-actions{gap:8px!important}}

/* footer premium typography refinement */
.world-footer{
  background:#F4F1EA;
  color:#5A5A5A;
}

.footer-brand a,
.world-footer h3{
  color:#2A2A2A!important;
  font-family:"Noto Serif KR",serif!important;
  font-size:14px!important;
  font-weight:500!important;
  letter-spacing:.1em!important;
  text-transform:uppercase;
}

.footer-brand a{
  display:inline-flex;
  gap:6px;
  line-height:1.45;
  text-decoration:none;
}

.footer-brand a small{
  color:#8A8A8A!important;
  font-family:Inter,"Noto Sans KR",sans-serif!important;
  font-size:10.5px!important;
  font-weight:400!important;
  letter-spacing:.22em!important;
}

.footer-brand p,
.footer-column a,
.footer-contact a,
.footer-contact p,
.footer-contact span,
.footer-bottom button{
  color:#5A5A5A!important;
  font-family:Inter,"Noto Sans KR",sans-serif!important;
  font-size:12.5px!important;
  font-weight:300!important;
  line-height:1.8!important;
  letter-spacing:.01em;
}

.footer-brand p{
  max-width:380px;
  margin-top:22px;
}

.footer-column,
.footer-contact{
  gap:10px;
}

.world-footer h3{
  margin-bottom:12px;
}

.footer-column a,
.footer-contact a,
.footer-bottom button{
  text-decoration:none;
  transition:color .2s ease,text-decoration-color .2s ease,opacity .2s ease;
}

.footer-column a:hover,
.footer-contact a:hover,
.footer-bottom button:hover{
  color:#D4B26F!important;
  text-decoration:underline;
  text-decoration-thickness:1px;
  text-underline-offset:3px;
}

.footer-contact span{
  color:#5A5A5A!important;
  border-color:#DDD4C7!important;
  background:#FDFBF7!important;
}

.footer-bottom{
  border-top:1px solid #DDD4C7!important;
  padding-top:20px;
}

.footer-bottom small{
  color:#8A8A8A!important;
  font-family:Inter,"Noto Sans KR",sans-serif!important;
  font-size:11px!important;
  font-weight:300!important;
  line-height:1.8!important;
  letter-spacing:.04em;
}

@media(max-width:768px){
  .footer-brand a,
  .world-footer h3{
    font-size:13px!important;
  }

  .footer-brand p,
  .footer-column a,
  .footer-contact a,
  .footer-contact p,
  .footer-contact span{
    font-size:12px!important;
  }

  .footer-bottom small{
    font-size:10.5px!important;
  }
}

@media (max-width: 768px){
  body{
    padding-top:72px!important;
  }

  .lux-header{
    display:flex!important;
    justify-content:space-between!important;
    align-items:center!important;
    position:fixed!important;
    top:0!important;
    left:0!important;
    right:0!important;
    width:100%!important;
    min-height:72px!important;
    height:72px!important;
    padding:16px 20px!important;
    border-bottom:1px solid #F4F1EA!important;
    background:#FDFBF7!important;
    z-index:1600!important;
    transform:translate3d(0, 0, 0)!important;
    -webkit-transform:translate3d(0, 0, 0)!important;
    backface-visibility:hidden;
    -webkit-backface-visibility:hidden;
    isolation:isolate;
    box-shadow:0 8px 24px rgba(44, 42, 41, 0.08);
  }

  .lux-header > .mobile-menu{
    order:1;
  }

  .lux-header > .lux-logo{
    order:2;
    left:50%!important;
  }

  .lux-header > .nav-actions{
    order:3;
    min-width:72px;
  }

  .lux-header .mobile-menu,
  .lux-header .lux-logo,
  .lux-header .nav-actions{
    position:relative;
    z-index:2;
  }

  .lux-logo{
    position:absolute!important;
    left:50%!important;
    top:50%!important;
    transform:translate(-50%, -50%)!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:100%!important;
    max-width:140px!important;
    margin:0!important;
    text-align:center!important;
    font-size:22px!important;
    line-height:1!important;
    white-space:nowrap!important;
    pointer-events:auto;
  }

  .lux-logo small{
    display:none!important;
  }

  .mobile-menu{
    position:absolute!important;
    left:20px!important;
    top:50%!important;
    transform:translateY(-50%)!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:28px!important;
    height:28px!important;
    padding:0!important;
    margin:0!important;
    border:0!important;
    background:transparent!important;
    font-size:0!important;
    line-height:1!important;
    color:#2C2A29!important;
    text-align:left!important;
  }

  .mobile-menu::before{
    content:"☰";
    display:block;
    font-size:26px;
    line-height:1;
    color:#2C2A29;
  }

  .nav-actions{
    position:relative!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
    gap:12px!important;
    margin-left:auto!important;
    padding-left:44px!important;
    padding-right:0!important;
    flex:0 0 auto!important;
  }

  .nav-actions > [hidden]{
    display:none!important;
  }

  .nav-actions .login-button,
  .nav-actions .logout-button{
    order:1;
  }

  .nav-actions .cart-button{
    order:2;
  }

  .login-button,
  .logout-button{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-height:30px!important;
    padding:0 8px!important;
    border:0!important;
    background:transparent!important;
    font-size:12px!important;
    line-height:1!important;
    white-space:nowrap!important;
    color:#2C2A29!important;
    text-decoration:none!important;
  }

  .login-button::before,
  .logout-button::before{
    content:none!important;
  }

  .member-logged-in .nav-actions .login-button{
    display:none!important;
  }

  .nav-actions .logout-button{
    display:none!important;
  }

  .cart-button,
  .header-search-button{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:28px!important;
    height:28px!important;
    min-width:28px!important;
    min-height:28px!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    background:transparent!important;
  }

  .header-search-button{
    display:none!important;
  }

  .cart-button svg{
    width:24px!important;
    height:24px!important;
  }

  .cart-button em{
    right:-5px!important;
    top:-4px!important;
  }

  .mobile-category-drawer{
    z-index:1700!important;
  }

  .mobile-drawer-overlay{
    z-index:1690!important;
  }

  main,
  .page-shell,
  .hero-section,
  .search-hero,
  .best-section,
  .all-products-section,
  .all-products-shell,
  .product-grid-section,
  .product-card,
  .product-media,
  .product-image{
    position:relative;
    z-index:1;
  }
}

.info-modal[hidden]{
  display:none!important;
}

.info-modal{
  position:fixed;
  inset:0;
  z-index:1800;
}

.info-modal__backdrop{
  position:absolute;
  inset:0;
  background:rgba(44,42,41,.42);
  backdrop-filter:blur(6px);
}

.info-modal__panel{
  position:relative;
  width:min(720px,calc(100% - 32px));
  max-height:min(86vh,920px);
  margin:7vh auto 0;
  overflow:auto;
  background:#FDFBF7;
  border:1px solid #E5E0DA;
  border-radius:24px;
  box-shadow:0 30px 80px rgba(44,42,41,.18);
  padding:32px 32px 28px;
  color:#2C2A29;
}

.info-modal__close{
  position:absolute;
  top:18px;
  right:18px;
  width:40px;
  height:40px;
  border:0;
  border-radius:50%;
  background:#F4F1EA;
  color:#2C2A29;
  font-size:24px;
  cursor:pointer;
}

.info-modal__eyebrow{
  margin:0 0 10px;
  color:#A9823F;
  font-size:12px;
  font-weight:700;
  letter-spacing:.18em;
}

.info-modal__panel h2{
  margin:0 0 22px;
  font:600 32px/1.3 "Noto Serif KR",serif;
  letter-spacing:-.03em;
}

.info-modal__body{
  display:grid;
  gap:14px;
}

.info-modal__body p{
  margin:0;
  color:#5A5550;
  font-size:15px;
  line-height:1.9;
  word-break:keep-all;
}

.info-modal__section{
  margin-top:10px;
  padding-top:18px;
  border-top:1px solid #ECE5DA;
}

.info-modal__section h3{
  margin:0 0 12px;
  color:#2C2A29;
  font-size:19px;
  font-weight:700;
  line-height:1.5;
}

.info-modal__actions{
  display:flex;
  justify-content:flex-end;
  margin-top:26px;
}

.info-modal__confirm{
  min-width:140px;
  border:0;
  border-radius:999px;
  background:#2C2A29;
  color:#FDFBF7;
  padding:14px 24px;
  font-size:14px;
  font-weight:600;
  cursor:pointer;
}

@media (max-width: 768px){
  .info-modal__panel{
    width:calc(100% - 24px);
    margin:72px auto 0;
    max-height:calc(100vh - 96px);
    border-radius:20px;
    padding:24px 20px 22px;
  }

  .info-modal__panel h2{
    padding-right:36px;
    font-size:25px;
  }

  .info-modal__body p{
    font-size:14px;
    line-height:1.8;
  }

  .info-modal__section h3{
    font-size:17px;
  }

  .info-modal__actions{
    justify-content:stretch;
  }

  .info-modal__confirm{
    width:100%;
  }
}
.heart-button.active{background:#D4B26F!important;color:#2C2A29!important;box-shadow:0 10px 24px rgba(171,135,70,.22)}
