@import url("style.css");
:root{--black:#111;--black2:#1b1a19;--orange:#f36f21;--brown:#6b3425;--brown2:#8b4b33;--white:#fff;--soft:#f4f4f4;--line:#dedede;--muted:#6f6f6f;--red:#9b1e23;--max:1480px;--shadow:0 16px 42px rgba(0,0,0,.12)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fff;color:#111;font-family:"Noto Sans KR",Arial,sans-serif;font-size:16px;line-height:1.65}body.locked{overflow:hidden}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{color:inherit}.wrap{width:min(calc(100% - 64px),var(--max));margin:0 auto}.notice{height:28px;display:grid;place-items:center;background-color:#090909;background-image:linear-gradient(135deg,rgba(243,111,33,.11) 25%,transparent 25%,transparent 50%,rgba(243,111,33,.11) 50%,rgba(243,111,33,.11) 75%,transparent 75%);background-size:18px 18px;color:var(--orange);font-size:11px;font-weight:400;letter-spacing:.02em}.site-header{position:relative;z-index:90;background:#fff;border-bottom:1px solid #e8e8e8}.site-header.sticky{position:sticky;top:0;background:#fff;box-shadow:0 8px 25px rgba(0,0,0,.07)}.utility{height:34px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #eee;font-size:12px;color:#6f6f6f}.utility nav{display:flex;gap:20px}.utility a:hover{color:var(--orange)}.header-main{height:94px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center}.menu-toggle{justify-self:start;width:44px;height:44px;border:0;background:none;display:none;cursor:pointer}.menu-toggle svg,.header-actions svg{width:28px;height:28px;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}.brand-logo{width:255px;height:62px;display:flex;align-items:center;justify-content:center}.brand-logo img{max-width:100%;max-height:100%;object-fit:contain}.header-actions{justify-self:end;display:flex;gap:12px}.header-actions button,.header-actions a{position:relative;width:50px;height:50px;border:0;background:none;display:grid;place-items:center;cursor:pointer}.header-actions button:hover,.header-actions a:hover{color:var(--orange)}.header-actions b{position:absolute;right:1px;top:0;min-width:18px;height:18px;padding:0 4px;background:var(--orange);border-radius:999px;color:#fff;font-size:10px;line-height:18px;text-align:center}.main-nav{height:56px;background:#fff;border-top:1px solid #f0f0f0}.main-nav-inner{height:100%;display:flex;align-items:center;justify-content:center;gap:31px;white-space:nowrap}.main-nav a,.all-category{height:100%;display:flex;align-items:center;border:0;background:none;font-size:14px;font-weight:700;cursor:pointer;position:relative}.main-nav a:after,.all-category:after{content:"";position:absolute;left:50%;right:50%;bottom:8px;height:2px;background:var(--orange);transition:.25s}.main-nav a:hover:after,.all-category:hover:after{left:0;right:0}.all-category{color:var(--brown)}.all-category span{font-size:16px;margin-left:6px}.sale-link{color:var(--red)!important}.mega-menu{position:absolute;left:0;right:0;top:100%;background:#fff;border-top:1px solid #eee;border-bottom:1px solid #ddd;box-shadow:0 20px 35px rgba(0,0,0,.1);opacity:0;visibility:hidden;transform:translateY(-8px);transition:.22s;z-index:80}.site-header.mega-open .mega-menu{opacity:1;visibility:visible;transform:none}.mega-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:30px;padding-top:32px;padding-bottom:38px}.mega-grid section{border-right:1px solid #eee;padding-right:18px}.mega-grid section:last-child{border-right:0}.mega-grid h3{font-size:15px;margin:0 0 15px;color:var(--orange)}.mega-grid a{display:block;padding:5px 0;font-size:13px;color:#444}.mega-grid a:hover{color:var(--orange);padding-left:3px}.mobile-drawer,.drawer-dim{display:none}.search-layer{position:fixed;inset:0;z-index:200;background:rgba(0,0,0,.72);backdrop-filter:blur(4px);opacity:0;visibility:hidden;transition:.25s}.search-layer.open{opacity:1;visibility:visible}.search-panel{position:absolute;top:0;left:50%;transform:translateX(-50%) translateY(-20px);width:min(720px,calc(100% - 34px));min-height:330px;background:#111;border-left:3px solid var(--brown2);border-right:3px solid var(--brown2);padding:38px 50px 48px;color:#fff;transition:.25s}.search-layer.open .search-panel{transform:translateX(-50%) translateY(0)}.search-panel>img{display:block;width:250px;height:64px;object-fit:contain;margin:0 auto 30px;filter:brightness(0) invert(1)}.search-close{position:absolute;top:18px;right:20px;width:38px;height:38px;border:0;background:none;color:#fff;font-size:37px;font-weight:200;line-height:1;cursor:pointer}.search-panel label{display:block;font-size:22px;margin-bottom:12px}.search-panel form>div{display:flex;border-bottom:2px solid #fff}.search-panel input{flex:1;height:58px;border:0;background:none;outline:0;color:#fff;font-size:18px}.search-panel form button{width:58px;border:0;background:none;color:#fff;cursor:pointer}.search-panel form svg{width:30px;height:30px;fill:none;stroke:currentColor;stroke-width:1.6}.search-panel p{margin-top:15px;color:#aaa;font-size:13px}.top-button{position:fixed;right:24px;bottom:24px;z-index:70;width:44px;height:44px;border:1px solid #ddd;background:#fff;cursor:pointer;opacity:0;visibility:hidden;transition:.2s}.top-button.show{opacity:1;visibility:visible}.top-button:hover{background:#111;color:#fff}

/* Main */
.hero{height:650px;position:relative;overflow:hidden;background:#111}.hero-slides,.hero-slide{position:absolute;inset:0}.hero-slide{opacity:0;visibility:hidden;background-size:cover;background-position:center;transition:opacity .7s}.hero-slide.active{opacity:1;visibility:visible}.hero-slide:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.86),rgba(0,0,0,.45) 45%,rgba(0,0,0,.08) 75%)}.hero-copy{position:relative;z-index:2;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;color:#fff}.hero-copy small{font-size:13px;letter-spacing:.18em;color:var(--orange);font-weight:700}.hero-copy h1{margin:18px 0 20px;max-width:700px;font-family:"Cormorant Garamond","Noto Sans KR",serif;font-size:72px;line-height:.94;letter-spacing:-.03em}.hero-copy p{margin:0;font-size:18px;line-height:1.8}.hero-copy a{margin-top:28px;padding-bottom:7px;border-bottom:1px solid var(--orange);font-weight:700}.hero-prev,.hero-next{position:absolute;z-index:3;top:50%;transform:translateY(-50%);width:48px;height:72px;border:0;background:rgba(0,0,0,.25);color:#fff;font-size:40px;cursor:pointer}.hero-prev{left:18px}.hero-next{right:18px}.hero-dots{position:absolute;z-index:3;left:50%;bottom:27px;transform:translateX(-50%);display:flex;gap:8px}.hero-dots button{width:30px;height:3px;border:0;background:rgba(255,255,255,.45);padding:0}.hero-dots button.active{background:var(--orange)}.home-category{padding:70px 0 80px}.home-section-head{text-align:center;margin-bottom:38px}.home-section-head small{font-size:12px;letter-spacing:.2em;color:var(--orange);font-weight:700}.home-section-head h2{margin:8px 0 7px;font-family:"Cormorant Garamond","Noto Sans KR",serif;font-size:50px;line-height:1}.home-section-head p{margin:0;color:var(--muted)}.highend-icons{display:grid;grid-template-columns:repeat(8,1fr);gap:13px;max-width:1100px;margin:0 auto 28px}.highend-icons a{text-align:center}.highend-icons figure{margin:0;height:114px;border-radius:12px;background:#f2f2f2;overflow:hidden;border:1px solid #e6e6e6}.highend-icons img{width:100%;height:100%;object-fit:cover;filter:saturate(.7);transition:.3s}.highend-icons a:hover img{transform:scale(1.05)}.highend-icons span{display:block;margin-top:10px;font-size:14px;font-weight:700}.subcategory-table{max-width:1100px;margin:34px auto 0;display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid #d8d8d8;border-left:1px solid #d8d8d8}.subcategory-table a{min-height:46px;display:grid;place-items:center;border-right:1px solid #d8d8d8;border-bottom:1px solid #d8d8d8;font-size:13px}.subcategory-table a:hover{background:#111;color:#fff}.home-products{padding:80px 0}.home-products.dark{background:#111;color:#fff}.section-title{display:flex;align-items:end;justify-content:space-between;margin-bottom:30px}.section-title small{display:block;color:var(--orange);font-size:12px;letter-spacing:.16em;font-weight:700}.section-title h2{margin:6px 0 0;font-size:37px}.section-title>a{font-size:13px;font-weight:700;padding-bottom:5px;border-bottom:1px solid}.product-tabs{display:flex;gap:10px;margin-bottom:28px;flex-wrap:wrap}.product-tabs button{min-width:86px;height:40px;border:1px solid #ccc;background:#fff;font-weight:700;cursor:pointer}.product-tabs button[data-filter="domestic"]{border-color:#111}.product-tabs button[data-filter="overseas"]{border-color:var(--brown);color:var(--brown)}.product-tabs button[data-filter="new"]{border-color:var(--orange);color:var(--orange)}.product-tabs button[data-filter="sale"]{border-color:var(--red);color:var(--red)}.product-tabs button.active{background:#111;color:#fff;border-color:#111}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:46px 22px}.product-card{min-width:0;position:relative}.product-card>a{display:block}.product-image{position:relative;aspect-ratio:.84;background:#eee;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover;transition:.45s}.product-card:hover .product-image img{transform:scale(1.045)}.product-badge{position:absolute;left:12px;top:12px;z-index:2;padding:5px 9px;color:#fff;font-size:10px;font-weight:800}.badge-domestic{background:#151515}.badge-overseas{background:var(--brown)}.badge-new{background:var(--orange)}.badge-sale{background:var(--red)}.wish-btn{position:absolute;right:12px;top:12px;z-index:3;width:38px;height:38px;border:0;border-radius:50%;background:rgba(255,255,255,.93);font-size:20px;cursor:pointer}.wish-btn.active{color:var(--orange)}.product-info{padding:15px 2px 0}.product-brand{font-size:11px;color:#777;letter-spacing:.12em}.product-info h3{margin:5px 0 8px;font-size:16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-price{display:flex;align-items:center;gap:8px}.product-price strong{font-size:17px}.product-price del{font-size:12px;color:#999}.dark .product-brand,.dark .product-price del{color:#aaa}.feature-banner{height:470px;position:relative;background-size:cover;background-position:center;display:flex;align-items:center;color:#fff}.feature-banner:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.9),rgba(0,0,0,.5) 42%,rgba(0,0,0,.1) 75%)}.feature-copy{position:relative;z-index:2}.feature-copy small{color:var(--orange);font-weight:700;letter-spacing:.16em}.feature-copy h2{font-size:54px;line-height:1.05;margin:13px 0}.feature-copy p{font-size:16px}.feature-copy a{display:inline-block;margin-top:18px;border-bottom:1px solid var(--orange);padding-bottom:5px}.lookbook{display:grid;grid-template-columns:.9fr 1.1fr 1fr;min-height:540px}.lookbook-copy{display:flex;flex-direction:column;justify-content:center;padding:10%;background:#111;color:#fff}.lookbook-copy.orange{background:var(--orange);color:#111}.lookbook-copy small{letter-spacing:.16em;font-weight:700}.lookbook-copy h2{font-size:48px;line-height:1.12;margin:14px 0}.lookbook-copy a{margin-top:20px;border-bottom:1px solid;width:max-content}.lookbook img{width:100%;height:100%;object-fit:cover;filter:saturate(.72) contrast(1.05)}.review-strip{padding:80px 0}.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.review-card{display:grid;grid-template-columns:140px 1fr;border:1px solid #e5e5e5;background:#fff}.review-card img{width:100%;height:100%;object-fit:cover}.review-card div{padding:22px}.review-card b{color:var(--orange)}.review-card h3{font-size:15px;margin:8px 0}.review-card p{font-size:13px;color:#666;margin:0}

/* Shared sub pages */
.page-hero{min-height:300px;background:#111;color:#fff;display:flex;align-items:center;position:relative;overflow:hidden}.page-hero.has-image{background-size:cover;background-position:center}.page-hero.has-image:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.88),rgba(0,0,0,.38))}.page-hero .wrap{position:relative;z-index:2}.page-hero small{color:var(--orange);letter-spacing:.18em;font-weight:700}.page-hero h1{font-family:"Cormorant Garamond","Noto Sans KR",serif;font-size:58px;line-height:1;margin:12px 0}.page-hero p{font-size:16px;margin:0;color:#ddd}.breadcrumb{padding:18px 0;font-size:12px;color:#777;border-bottom:1px solid #eee}.breadcrumb a:after{content:"/";margin:0 9px;color:#bbb}.content-section{padding:70px 0 100px}.content-narrow{width:min(calc(100% - 40px),760px);margin:0 auto}.content-mid{width:min(calc(100% - 50px),1100px);margin:0 auto}.page-title{text-align:center;margin-bottom:45px}.page-title small{color:var(--orange);letter-spacing:.16em;font-weight:700}.page-title h1,.page-title h2{font-size:40px;margin:8px 0 10px}.page-title p{color:#777;margin:0}.panel{border:1px solid #ddd;background:#fff;padding:38px}.form-grid{display:grid;gap:20px}.form-row label{display:block;font-size:13px;font-weight:700;margin-bottom:8px}.form-row input,.form-row select,.form-row textarea{width:100%;height:52px;border:1px solid #ccc;background:#fff;padding:0 14px;outline:0}.form-row textarea{height:160px;padding-top:13px;resize:vertical}.form-row input:focus,.form-row select:focus,.form-row textarea:focus{border-color:#111}.form-help{font-size:12px;color:#777;margin:6px 0 0}.form-inline{display:flex;gap:10px}.form-inline>*{flex:1}.btn{height:50px;padding:0 25px;border:1px solid #111;background:#111;color:#fff;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.btn:hover{background:var(--orange);border-color:var(--orange)}.btn-outline{background:#fff;color:#111}.btn-brown{background:var(--brown);border-color:var(--brown)}.btn-orange{background:var(--orange);border-color:var(--orange)}.btn-row{display:flex;gap:10px;margin-top:25px}.btn-row .btn{flex:1}.check-line{display:flex;align-items:flex-start;gap:10px;font-size:13px}.check-line input{margin-top:5px}.auth-links{display:flex;justify-content:center;gap:22px;margin-top:22px;font-size:13px;color:#666}.social-login{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:22px}.social-login button{height:48px;border:1px solid #ddd;background:#fff;cursor:pointer}.signup-steps{display:grid;grid-template-columns:repeat(3,1fr);margin-bottom:38px;border:1px solid #ddd}.signup-steps span{padding:15px;text-align:center;border-right:1px solid #ddd;font-size:13px}.signup-steps span:last-child{border-right:0}.signup-steps .active{background:#111;color:#fff}.terms-box{height:160px;overflow:auto;border:1px solid #ddd;padding:18px;background:#fafafa;font-size:12px;color:#666}.info-table{width:100%;border-collapse:collapse;border-top:2px solid #111}.info-table th,.info-table td{padding:16px;border-bottom:1px solid #ddd;text-align:left;font-size:14px}.info-table th{width:180px;background:#f7f7f7}.board-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.board-search{display:flex}.board-search select,.board-search input,.board-search button{height:42px;border:1px solid #ccc;background:#fff}.board-search input{padding:0 12px}.board-search button{width:48px;background:#111;color:#fff}.board-table{width:100%;border-collapse:collapse;border-top:2px solid #111}.board-table th,.board-table td{padding:16px 12px;border-bottom:1px solid #ddd;text-align:center;font-size:13px}.board-table td.title{text-align:left}.board-table tr:hover td{background:#fafafa}.pagination{display:flex;justify-content:center;gap:7px;margin-top:32px}.pagination a{width:36px;height:36px;border:1px solid #ddd;display:grid;place-items:center;font-size:12px}.pagination a.active{background:#111;color:#fff}.faq-list{border-top:2px solid #111}.faq-item{border-bottom:1px solid #ddd}.faq-q{width:100%;border:0;background:#fff;text-align:left;padding:20px;font-weight:700;display:flex;justify-content:space-between;cursor:pointer}.faq-a{display:none;padding:0 20px 22px;color:#666}.faq-item.open .faq-a{display:block}.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.service-card{border:1px solid #ddd;padding:30px 22px;min-height:180px}.service-card b{display:block;color:var(--orange);font-size:25px}.service-card h3{margin:10px 0}.service-card p{font-size:13px;color:#666}.service-card a{font-size:13px;font-weight:700;border-bottom:1px solid}.side-layout{display:grid;grid-template-columns:220px 1fr;gap:45px}.side-nav{border-top:2px solid #111}.side-nav h3{font-size:20px;margin:18px 0}.side-nav a{display:block;padding:13px 4px;border-bottom:1px solid #e5e5e5;font-size:13px}.side-nav a.active,.side-nav a:hover{color:var(--orange)}.summary-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:35px}.summary-card{border:1px solid #ddd;padding:23px;text-align:center}.summary-card b{display:block;font-size:28px;color:var(--orange)}.summary-card span{font-size:13px}.order-card{border:1px solid #ddd;margin-bottom:16px}.order-head{padding:13px 18px;background:#f7f7f7;display:flex;justify-content:space-between;font-size:13px}.order-body{display:grid;grid-template-columns:100px 1fr auto;gap:18px;align-items:center;padding:18px}.order-body img{width:100px;height:100px;object-fit:cover}.order-body h3{font-size:15px;margin:5px 0}.order-body small{color:#777}.order-status{font-weight:700;color:var(--orange)}.cart-table{width:100%;border-collapse:collapse;border-top:2px solid #111}.cart-table th,.cart-table td{padding:16px 10px;border-bottom:1px solid #ddd;text-align:center}.cart-product{display:flex;align-items:center;gap:15px;text-align:left}.cart-product img{width:90px;height:100px;object-fit:cover}.qty{width:72px;height:38px;border:1px solid #ccc;text-align:center}.cart-summary{margin-top:25px;border:1px solid #ddd;display:grid;grid-template-columns:1fr auto 1fr auto 1fr}.cart-summary div{padding:24px;text-align:center}.cart-summary b{display:block;font-size:22px}.cart-summary span{font-size:12px;color:#777}.cart-summary i{display:grid;place-items:center;font-style:normal}.checkout-layout{display:grid;grid-template-columns:1fr 380px;gap:34px}.checkout-box{border-top:2px solid #111;margin-bottom:35px}.checkout-box h2{font-size:21px;padding:18px 0;margin:0;border-bottom:1px solid #ddd}.checkout-box .panel{border-top:0}.payment-summary{border:1px solid #ddd;padding:28px;position:sticky;top:130px}.payment-summary h2{margin:0 0 20px}.payment-line{display:flex;justify-content:space-between;padding:8px 0;font-size:14px}.payment-total{display:flex;justify-content:space-between;border-top:1px solid #ddd;margin-top:12px;padding-top:20px;font-weight:800;font-size:20px}.complete-box{text-align:center;border:1px solid #ddd;padding:70px 30px}.complete-icon{width:76px;height:76px;margin:0 auto 25px;border-radius:50%;background:#111;color:var(--orange);display:grid;place-items:center;font-size:36px}.complete-box h1{font-size:33px}.category-subnav{display:flex;flex-wrap:wrap;gap:8px;margin:30px 0 45px}.category-subnav a{padding:9px 14px;border:1px solid #ddd;font-size:13px}.category-subnav a:hover,.category-subnav a.active{background:#111;color:#fff}.filter-bar{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #111;border-bottom:1px solid #ddd;padding:15px 0;margin-bottom:28px}.filter-bar select{height:38px;border:1px solid #ccc;background:#fff}.product-detail{display:grid;grid-template-columns:1.05fr .95fr;gap:60px}.product-gallery{display:grid;grid-template-columns:90px 1fr;gap:14px}.thumbs{display:grid;gap:10px;align-content:start}.thumbs button{border:1px solid #ddd;background:#fff;padding:0;aspect-ratio:1;cursor:pointer}.thumbs img,.main-product-image img{width:100%;height:100%;object-fit:cover}.main-product-image{aspect-ratio:.88;background:#f1f1f1}.product-buy small{color:#777;letter-spacing:.12em}.product-buy h1{font-size:32px;line-height:1.3;margin:8px 0}.detail-price{display:flex;gap:12px;align-items:center;margin:18px 0 25px}.detail-price strong{font-size:27px}.detail-price del{color:#999}.detail-info{border-top:1px solid #111}.detail-info dl{display:grid;grid-template-columns:120px 1fr;margin:0;border-bottom:1px solid #eee;padding:14px 0;font-size:13px}.detail-info dt{font-weight:700}.option-select{margin-top:20px}.option-select select{width:100%;height:50px;border:1px solid #ccc;padding:0 12px}.buy-buttons{display:grid;grid-template-columns:58px 1fr 1fr;gap:8px;margin-top:20px}.buy-buttons button{height:54px;border:1px solid #111;background:#fff;font-weight:700;cursor:pointer}.buy-buttons .buy-now{background:#111;color:#fff}.buy-buttons .add-cart{background:var(--orange);border-color:var(--orange);color:#fff}.detail-tabs{margin-top:80px;border-top:2px solid #111}.detail-tab-nav{display:grid;grid-template-columns:repeat(4,1fr)}.detail-tab-nav a{padding:17px;text-align:center;border-bottom:1px solid #ddd;border-right:1px solid #ddd;font-size:13px}.detail-tab-nav a:first-child{border-left:1px solid #ddd}.detail-section{padding:70px 0;border-bottom:1px solid #eee}.detail-section h2{text-align:center;margin-bottom:35px}.detail-description{max-width:900px;margin:auto;text-align:center}.detail-description img{width:100%;max-height:680px;object-fit:cover}.policy-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.policy-grid article{border:1px solid #ddd;padding:25px}.policy-grid h3{color:var(--orange)}

/* Footer */
.site-footer{background:#111;color:#aaa;padding-top:60px}.footer-grid{display:grid;grid-template-columns:1.4fr repeat(4,1fr);gap:45px;padding-bottom:45px}.footer-brand{display:flex;flex-direction:column;align-items:flex-start;text-align:left}.footer-brand>a{display:block;width:250px;height:64px;margin:0 0 13px}.footer-brand img{width:100%;height:100%;object-fit:contain;object-position:left center}.footer-brand p{margin:0;font-size:12px;line-height:1.8}.footer-grid h3{color:#fff;font-size:14px;margin:5px 0 15px}.footer-grid>div:not(.footer-brand) a{display:block;font-size:12px;padding:3px 0}.footer-grid>div:not(.footer-brand) a:hover{color:var(--orange)}.footer-grid>div:not(.footer-brand) p{font-size:11px;line-height:1.7}.footer-bottom{border-top:1px solid #333;min-height:68px;display:flex;align-items:center;justify-content:space-between;font-size:11px}.footer-bottom nav{display:flex;gap:20px}.footer-bottom p{color:var(--orange)}

@media(max-width:1180px){.main-nav-inner{gap:20px}.main-nav a,.all-category{font-size:13px}.highend-icons{grid-template-columns:repeat(4,1fr)}.product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.footer-grid{grid-template-columns:1.3fr repeat(2,1fr)}.footer-grid>div:nth-child(4),.footer-grid>div:nth-child(5){margin-top:20px}.service-grid{grid-template-columns:repeat(2,1fr)}.lookbook{grid-template-columns:1fr 1fr}.lookbook img:last-child{display:none}}
@media(max-width:900px){.wrap{width:min(calc(100% - 36px),var(--max))}.utility{display:none}.header-main{height:76px}.brand-logo{width:200px;height:52px}.menu-toggle{display:block}.main-nav{display:none}.mega-menu{display:none}.header-actions{gap:4px}.header-actions button,.header-actions a{width:42px;height:42px}.header-actions svg{width:25px;height:25px}.mobile-drawer{display:block;position:fixed;left:0;top:0;bottom:0;width:min(390px,88vw);z-index:230;background:#111;color:#fff;transform:translateX(-105%);transition:.28s;overflow:auto}.mobile-drawer.open{transform:none}.drawer-dim{display:block;position:fixed;inset:0;z-index:220;background:rgba(0,0,0,.6);opacity:0;visibility:hidden;transition:.25s}.drawer-dim.open{opacity:1;visibility:visible}.drawer-head{height:88px;display:flex;align-items:center;justify-content:space-between;padding:0 20px;border-bottom:1px solid #2d2d2d}.drawer-head img{width:190px;filter:brightness(0) invert(1)}.drawer-close{border:0;background:none;color:#fff;font-size:36px}.drawer-links section{border-bottom:1px solid #2c2c2c}.drawer-links section>button{width:100%;height:54px;border:0;background:none;color:#fff;text-align:left;padding:0 22px;font-weight:700;display:flex;justify-content:space-between;align-items:center}.drawer-links section>div{display:none;padding:0 22px 15px;grid-template-columns:1fr 1fr;gap:7px}.drawer-links section>div.open{display:grid}.drawer-links a{font-size:13px;color:#bbb;padding:5px 0}.drawer-member{display:flex;gap:18px;padding:22px;font-size:13px;color:var(--orange)}.hero{height:560px}.hero-copy h1{font-size:58px}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.lookbook{min-height:460px}.lookbook-copy h2{font-size:40px}.side-layout{grid-template-columns:1fr}.side-nav{display:grid;grid-template-columns:repeat(4,1fr);gap:0}.side-nav h3{grid-column:1/-1}.side-nav a{text-align:center;border:1px solid #eee}.checkout-layout,.product-detail{grid-template-columns:1fr}.payment-summary{position:static}.summary-cards{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.footer-bottom{flex-direction:column;justify-content:center;gap:8px;padding:18px 0}.review-grid{grid-template-columns:1fr}.service-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:640px){body{font-size:15px}.notice{height:24px;font-size:9px}.wrap{width:min(calc(100% - 24px),var(--max))}.header-main{height:68px}.brand-logo{width:165px;height:46px}.header-actions{gap:0}.header-actions button,.header-actions a{width:36px;height:40px}.header-actions svg{width:22px;height:22px}.hero{height:500px}.hero-copy h1{font-size:44px}.hero-copy p{font-size:15px}.hero-prev,.hero-next{width:36px;height:58px}.home-category{padding:55px 0}.home-section-head h2{font-size:38px}.highend-icons{grid-template-columns:repeat(4,1fr);gap:8px}.highend-icons figure{height:82px}.highend-icons span{font-size:11px}.subcategory-table{grid-template-columns:repeat(2,1fr)}.home-products{padding:60px 0}.section-title h2{font-size:29px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:32px 10px}.product-info h3{font-size:14px}.product-price strong{font-size:15px}.feature-banner{height:400px}.feature-copy h2{font-size:40px}.lookbook{grid-template-columns:1fr;min-height:0}.lookbook-copy{min-height:340px}.lookbook img{height:380px}.lookbook img:last-child{display:block}.review-card{grid-template-columns:110px 1fr}.page-hero{min-height:235px}.page-hero h1{font-size:43px}.content-section{padding:50px 0 75px}.panel{padding:24px 18px}.form-inline{flex-direction:column}.social-login{grid-template-columns:1fr}.board-head{align-items:flex-start;flex-direction:column;gap:14px}.board-table th:nth-child(3),.board-table td:nth-child(3),.board-table th:nth-child(4),.board-table td:nth-child(4){display:none}.service-grid{grid-template-columns:1fr}.side-nav{grid-template-columns:repeat(2,1fr)}.summary-cards{grid-template-columns:1fr 1fr}.order-body{grid-template-columns:76px 1fr}.order-body img{width:76px;height:76px}.order-status{grid-column:2}.cart-table th:nth-child(3),.cart-table td:nth-child(3){display:none}.cart-product img{width:65px;height:75px}.cart-summary{grid-template-columns:1fr}.cart-summary i{height:25px}.checkout-layout{gap:20px}.product-gallery{grid-template-columns:1fr}.thumbs{grid-template-columns:repeat(4,1fr);grid-row:2}.buy-buttons{grid-template-columns:52px 1fr}.buy-buttons .buy-now{grid-column:1/-1}.detail-tab-nav{grid-template-columns:1fr 1fr}.policy-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr;gap:28px}.footer-brand{grid-column:1/-1}.footer-brand>a{width:220px}.footer-bottom nav{flex-wrap:wrap;justify-content:center}.search-panel{min-height:290px;padding:34px 22px}.search-panel>img{width:200px;margin-bottom:20px}.search-close{top:12px;right:13px;width:30px;height:30px;font-size:30px}}

/* 2026-07 final readability and membership refinements */
body{font-size:17px}.utility{font-size:13px}.main-nav a,.all-category{font-size:16px}.mega-grid h3{font-size:17px}.mega-grid a{font-size:15px}.page-hero p{font-size:18px}.breadcrumb{font-size:14px}.page-title h2{font-size:44px}.page-title p{font-size:17px}.form-row label,.join-row>label{font-size:17px}.panel input,.panel select,.panel textarea{font-size:17px}.btn{font-size:17px}
.join-page{background:#fafafa}.join-container{width:min(calc(100% - 40px),980px);margin:0 auto}.join-hero{min-height:300px;background:#111;color:#fff}.join-hero small{color:var(--orange)}.join-hero p{color:#d2d2d2}.join-container .page-title{text-align:center;margin-bottom:38px}.join-container .page-title h2{margin-bottom:10px}.join-container .page-title p{color:#666;margin:0}.signup-steps{display:grid;grid-template-columns:1fr 1fr;list-style:none;padding:0;margin:0 0 32px;border:1px solid #d8d8d8;background:#fff}.signup-steps li{min-height:78px;display:flex;align-items:center;justify-content:center;gap:13px;color:#888;border-right:1px solid #ddd}.signup-steps li:last-child{border-right:0}.signup-steps li b{font-family:"Cormorant Garamond",serif;font-size:26px}.signup-steps li span{font-size:16px;font-weight:700}.signup-steps li.active{background:#111;color:#fff}.signup-steps li.active b{color:var(--orange)}
.join-block{background:#fff;border:1px solid #d9d9d9;margin-top:24px}.join-block-head{min-height:96px;padding:23px 30px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #ddd}.join-block-head>div>span{font-size:12px;letter-spacing:.16em;color:var(--orange);font-weight:800}.join-block-head h3{margin:2px 0 0;font-size:28px}.join-block-head p{font-size:14px;color:#777}.join-block-head p b,.join-row label b{color:var(--orange)}
.agree-all{display:flex;align-items:center;gap:16px;margin:28px 30px 20px;padding:22px;background:#f6f6f6;border:1px solid #e1e1e1;cursor:pointer}.agree-all input,.agreement-item input{width:22px;height:22px;accent-color:var(--orange);flex:0 0 auto}.agree-all span{display:flex;flex-direction:column}.agree-all b{font-size:19px}.agree-all small{font-size:14px;color:#777;margin-top:3px}.agreement-list{padding:0 30px 32px}.agreement-item{display:flex;justify-content:space-between;align-items:center;padding:19px 0;border-top:1px solid #eee}.agreement-item label{display:flex;align-items:center;gap:13px;cursor:pointer}.agreement-item label span{display:flex;flex-direction:column}.agreement-item label b{font-size:17px}.agreement-item label small{font-size:13px;color:#777;margin-top:2px}.agreement-item>a{font-size:14px;text-decoration:underline}.optional{font-size:13px;color:#777}.terms-box{height:105px;padding:17px 19px;overflow:auto;background:#fafafa;border:1px solid #e5e5e5;color:#666;font-size:14px;line-height:1.8}
.join-form{padding:8px 30px 34px}.join-row{display:grid;grid-template-columns:190px minmax(0,1fr);gap:8px 24px;padding:18px 0;border-bottom:1px solid #eee;align-items:center}.join-row>label{font-weight:700}.join-row>p{grid-column:2;color:#888;font-size:13px;margin:0}.join-row input{width:100%;height:54px;border:1px solid #ccc;padding:0 16px;background:#fff;outline:none;font-size:16px}.join-row input:focus{border-color:#111;box-shadow:0 0 0 1px #111}.field-with-button{display:grid;grid-template-columns:minmax(0,1fr) 140px;gap:10px}.field-button{height:54px;border:1px solid #111;background:#fff;font-weight:700;cursor:pointer}.field-button:hover{border-color:var(--orange);color:var(--orange)}.field-button.dark{background:#111;color:#fff}.address-row>div>input{margin-top:10px}.join-actions{display:grid;grid-template-columns:1fr 2fr;gap:12px;margin-top:30px}.join-actions a,.join-actions button{height:62px;display:grid;place-items:center;border:1px solid #111;font-size:18px;font-weight:800}.join-cancel{background:#fff}.join-submit{background:#111;color:#fff;cursor:pointer}.join-submit:not(:disabled):hover{background:var(--orange);border-color:var(--orange)}.join-submit:disabled{background:#bbb;border-color:#bbb;cursor:not-allowed}
@media(max-width:760px){body{font-size:16px}.page-title h2{font-size:36px}.join-container{width:min(calc(100% - 24px),980px)}.join-block-head{padding:20px;align-items:flex-start;gap:10px}.join-block-head p{display:none}.agree-all{margin:20px}.agreement-list,.join-form{padding-left:20px;padding-right:20px}.join-row{grid-template-columns:1fr;gap:8px}.join-row>p{grid-column:1}.field-with-button{grid-template-columns:minmax(0,1fr) 112px}.field-button{font-size:14px}.signup-steps li{min-height:65px}.signup-steps li span{font-size:14px}.join-actions{grid-template-columns:1fr}.join-actions a,.join-actions button{height:56px}}


/* 2026-07-20 subpage header/category correction */
#site-header .site-header{background:#fff!important}
#site-header .header-main{position:relative;display:flex;align-items:center;justify-content:flex-end;height:104px}
#site-header .brand-logo{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:270px;height:68px;margin:0}
#site-header .header-actions{margin-left:auto;display:flex;align-items:center;gap:10px}
#site-header .header-actions button,#site-header .header-actions a{width:48px;height:48px}
#site-header .menu-toggle{position:absolute;left:0;top:50%;transform:translateY(-50%)}
#site-header .main-nav{height:60px}
#site-header .main-nav-inner{gap:34px}
#site-header .main-nav a,#site-header .all-category{font-size:16px}
#site-header .mega-menu{top:100%;z-index:300}
#site-header .mega-grid{padding:34px 0 38px}
#site-header .mega-grid section{min-height:240px;padding-right:24px;border-right:1px solid #e8e8e8}
#site-header .mega-grid section:last-child{border-right:0}
#site-header .mega-grid h3{color:var(--orange);font-size:18px;margin:0 0 17px}
#site-header .mega-grid a{display:block;font-size:15px;padding:5px 0;color:#555}
#site-header .mega-grid a:hover{color:#111;padding-left:4px}
.category-overview-section{padding:64px 0 52px;background:#fff;border-bottom:1px solid #ececec}
.category-overview-head{text-align:center;margin-bottom:36px}
.category-overview-head small{color:var(--orange);font-size:13px;font-weight:800;letter-spacing:.22em}
.category-overview-head h2{font-family:"Cormorant Garamond",serif;font-size:52px;line-height:1.05;margin:8px 0 6px}
.category-overview-head p{margin:0;color:#666;font-size:17px}
.category-visual-menu{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:14px;margin-bottom:36px}
.category-visual-menu a{text-align:center;min-width:0}
.category-visual-menu figure{height:132px;margin:0 0 10px;border-radius:14px;overflow:hidden;background:#f3f3f3;border:1px solid #e4e4e4}
.category-visual-menu img{width:100%;height:100%;object-fit:cover;filter:saturate(.75) contrast(1.03);transition:.28s}
.category-visual-menu a:hover img{transform:scale(1.04);filter:saturate(1)}
.category-visual-menu b{font-size:15px;white-space:nowrap}
.category-matrix{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid #d9d9d9;border-left:1px solid #d9d9d9}
.category-matrix a{min-height:52px;display:grid;place-items:center;border-right:1px solid #d9d9d9;border-bottom:1px solid #d9d9d9;font-size:15px;background:#fff;transition:.2s}
.category-matrix a:hover{background:#111;color:#fff}
#categoryPage .content-section{padding-top:52px}
#categoryPage .category-subnav{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin-bottom:34px}
#categoryPage .category-subnav a{min-width:110px;padding:12px 18px;border:1px solid #d8d8d8;text-align:center;font-size:15px;background:#fff}
#categoryPage .category-subnav a.active,#categoryPage .category-subnav a:hover{background:#111;color:#fff;border-color:#111}
#categoryPage .filter-bar{margin-bottom:24px}
#categoryPage .filter-bar p{font-size:17px}
#categoryPage .filter-bar select{height:46px;min-width:150px;padding:0 36px 0 14px;border:1px solid #bbb;background:#fff}
#categoryPage .product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:46px 18px}
#categoryPage .product-card{cursor:pointer}
#categoryPage .product-image{aspect-ratio:4/5;background:#f3f3f3;overflow:hidden}
#categoryPage .product-image img{width:100%;height:100%;object-fit:cover;transition:.3s}
#categoryPage .product-card:hover .product-image img{transform:scale(1.025)}
#categoryPage .product-info h3{font-size:16px;margin:5px 0}
#categoryPage .product-info .brand{font-size:12px;letter-spacing:.08em;color:#777}
#categoryPage .product-info .meta{font-size:12px;color:#777;display:flex;justify-content:space-between}
#categoryPage .product-price{display:flex;align-items:center;gap:8px;margin-top:6px}
#categoryPage .product-price strong{font-size:17px}
#categoryPage .product-price del{font-size:13px;color:#999}
#categoryPage .wish.active{color:var(--orange)}
@media(max-width:1100px){#site-header .main-nav-inner{gap:19px}.category-visual-menu{grid-template-columns:repeat(4,1fr)}#categoryPage .product-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:760px){#site-header .header-main{height:76px;justify-content:space-between}#site-header .brand-logo{width:180px;height:48px}#site-header .header-actions{gap:0}#site-header .utility,#site-header .main-nav{display:none}#site-header .menu-toggle{display:grid}.category-overview-section{padding:42px 0}.category-overview-head h2{font-size:39px}.category-overview-head p{font-size:15px}.category-visual-menu{grid-template-columns:repeat(2,1fr);gap:12px}.category-visual-menu figure{height:120px}.category-matrix{grid-template-columns:repeat(2,1fr)}#categoryPage .product-grid{grid-template-columns:repeat(2,1fr);gap:34px 10px}}

/* ===== Shopping category pages ===== */
.shop-category-page{background:#fff}
.category-hero{position:relative;min-height:430px;background:#111 center/cover no-repeat;color:#fff;overflow:hidden}
.category-hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.9) 0%,rgba(0,0,0,.66) 45%,rgba(0,0,0,.3) 100%)}
.category-hero-inner{position:relative;z-index:1;min-height:430px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:54px 0}
.category-kicker{margin:0 0 4px;color:var(--orange);font-size:14px;letter-spacing:.18em;font-weight:700}
.category-hero h1{margin:0 0 18px;font-family:"Cormorant Garamond","Noto Sans KR",serif;font-size:78px;line-height:.95;letter-spacing:-.025em}
.category-summary{margin:0 0 24px;font-size:18px;color:#eee}
.highend-service-links{width:min(100%,1080px);display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid #494949;border-left:1px solid #494949}
.highend-service-links a{min-height:42px;display:grid;place-items:center;padding:8px 12px;background:rgba(0,0,0,.72);border-right:1px solid #494949;border-bottom:1px solid #494949;color:#fff;font-size:14px;font-weight:600}
.highend-service-links a:nth-child(n+5){grid-column:span 1}
.highend-service-links a:hover{background:var(--orange)}
.highend-point-link{width:min(100%,1080px);min-height:40px;margin-top:6px;border-radius:999px;background:#fff;color:#111;display:grid;place-items:center;font-size:14px;font-weight:700}
.highend-point-link:hover{background:var(--orange);color:#fff}
.breadcrumb{border-bottom:1px solid #eee;background:#fff}.breadcrumb .wrap{min-height:46px;display:flex;align-items:center;gap:12px;font-size:13px;color:#888}.breadcrumb strong{color:#222;font-weight:600}.breadcrumb span:before,.breadcrumb strong:before{content:"/";margin-right:12px;color:#bbb}
.luxury-category-panel{padding:36px 0 18px}.luxury-icon-menu{display:grid;grid-template-columns:repeat(8,1fr);gap:16px;max-width:1160px;margin:0 auto 38px}.luxury-icon-menu a{text-align:center}.luxury-icon-menu figure{height:132px;margin:0;border-radius:18px;overflow:hidden;background:#f1f1f1;border:1px solid #ececec}.luxury-icon-menu img{width:100%;height:100%;object-fit:cover;transition:.3s}.luxury-icon-menu a:hover img{transform:scale(1.05)}.luxury-icon-menu b{display:block;margin-top:10px;font-size:16px}.luxury-category-matrix{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid #d8d8d8;border-left:1px solid #d8d8d8}.luxury-category-matrix a{min-height:52px;display:grid;place-items:center;border-right:1px solid #d8d8d8;border-bottom:1px solid #d8d8d8;font-size:15px}.luxury-category-matrix a:hover{background:#111;color:#fff}
.simple-category-panel{padding:56px 0 22px}.simple-category-heading{text-align:center;margin-bottom:30px}.simple-category-heading small{color:var(--orange);font-weight:700;letter-spacing:.16em}.simple-category-heading h2{margin:7px 0 7px;font-family:"Cormorant Garamond","Noto Sans KR",serif;font-size:54px}.simple-category-heading p{margin:0;color:#777;font-size:17px}.simple-category-boxes{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid #ddd;border-left:1px solid #ddd}.simple-category-boxes a{min-height:62px;display:grid;place-items:center;border-right:1px solid #ddd;border-bottom:1px solid #ddd;font-size:16px;font-weight:600;background:#fff}.simple-category-boxes a:hover,.simple-category-boxes a.active{background:#111;color:#fff}
.weekly-best-section{padding:48px 0 54px}.weekly-title{text-align:center;margin-bottom:28px}.weekly-title:before,.weekly-title:after{content:"";display:block;width:180px;height:1px;background:#bfbfbf;margin:0 auto}.weekly-title span{display:block;margin:8px 0 0;font-family:"Cormorant Garamond",serif;font-size:38px;line-height:1}.weekly-title small{font-size:14px}.weekly-best-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.weekly-best-grid .product-card:nth-child(n+5){display:none}
.product-list-section{padding:50px 0 90px;border-top:1px solid #eee}.product-list-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:24px}.product-list-heading small{color:var(--orange);letter-spacing:.14em;font-weight:700}.product-list-heading h2{margin:3px 0 0;font-size:35px}.product-list-heading p{margin:0;color:#666}.category-toolbar{display:flex;align-items:center;justify-content:space-between;gap:24px;border-top:2px solid #111;border-bottom:1px solid #ddd;padding:14px 0;margin-bottom:32px}.category-subnav{display:flex;flex-wrap:wrap;gap:8px}.category-subnav a{padding:8px 15px;border:1px solid #ddd;background:#fff;font-size:14px}.category-subnav a.active,.category-subnav a:hover{background:#111;color:#fff;border-color:#111}.category-toolbar select{min-width:145px;height:42px;border:1px solid #ccc;padding:0 36px 0 12px;background:#fff}.pagination{display:flex;justify-content:center;gap:7px;margin-top:55px}.pagination button{width:40px;height:40px;border:1px solid #ddd;background:#fff;cursor:pointer}.pagination button.active,.pagination button:hover{background:#111;color:#fff;border-color:#111}
@media(max-width:1100px){.category-hero h1{font-size:64px}.luxury-icon-menu{grid-template-columns:repeat(4,1fr)}.weekly-best-grid{grid-template-columns:repeat(3,1fr)}.weekly-best-grid .product-card:nth-child(4){display:none}.simple-category-boxes{grid-template-columns:repeat(3,1fr)}}
@media(max-width:760px){.category-hero,.category-hero-inner{min-height:380px}.category-hero-inner{padding:38px 0}.category-hero h1{font-size:52px}.category-summary{font-size:15px}.highend-service-links{grid-template-columns:repeat(2,1fr)}.highend-service-links a{font-size:12px}.luxury-icon-menu{grid-template-columns:repeat(2,1fr);gap:12px}.luxury-icon-menu figure{height:120px}.luxury-category-matrix{grid-template-columns:repeat(2,1fr)}.simple-category-boxes{grid-template-columns:repeat(2,1fr)}.simple-category-heading h2{font-size:42px}.weekly-best-grid{grid-template-columns:repeat(2,1fr)}.weekly-best-grid .product-card:nth-child(3){display:none}.product-list-heading{align-items:flex-start;gap:10px}.product-list-heading h2{font-size:28px}.category-toolbar{display:block}.category-toolbar select{width:100%;margin-top:14px}.category-subnav{gap:6px}.category-subnav a{font-size:13px;padding:7px 10px}}


/* 2026-07-20 corrected shared header and shopping category pages */
#site-header .header{position:relative;z-index:100;background:#fff}
#site-header .head-main{position:relative}
#site-header .logo{position:absolute;left:50%;transform:translateX(-50%);margin:0}
#site-header .head-icons{margin-left:auto}
#site-header .head-icons a,#site-header .head-icons button{display:grid;place-items:center;position:relative;width:48px;height:48px;border:0;background:none;padding:0}
#site-header .head-icons svg{width:30px;height:30px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
#site-header .head-icons b{position:absolute;right:-2px;top:1px;min-width:18px;height:18px;border-radius:50%;background:#f36f21;color:#fff;font-size:10px;line-height:18px;text-align:center}
#site-header .utility{padding:0 max(24px,calc((100vw - 1480px)/2));justify-content:flex-end}
#site-header .utility nav{margin-left:auto}
#site-header .gnb{position:relative}
.shop-category-page{background:#fff}
.shop-category-page .category-hero[hidden]{display:none!important}
.shop-category-page .breadcrumb{border-bottom:1px solid #e5e5e5;background:#fff}
.shop-category-page .breadcrumb .wrap{padding:16px 0;font-size:14px;color:#777}
.shop-category-page .simple-category-panel{padding:58px 0 34px;background:#fff}
.shop-category-page .simple-category-heading{text-align:center;margin-bottom:30px}
.shop-category-page .simple-category-heading small{display:block;color:#f36f21;font-size:13px;font-weight:700;letter-spacing:.18em}
.shop-category-page .simple-category-heading h2{margin:8px 0 5px;font-size:42px;line-height:1.15}
.shop-category-page .simple-category-heading p{font-size:17px;color:#666;margin:0}
.shop-category-page .simple-category-boxes{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-top:1px solid #d7d7d7;border-left:1px solid #d7d7d7}
.shop-category-page .simple-category-boxes a{min-height:56px;display:grid;place-items:center;border-right:1px solid #d7d7d7;border-bottom:1px solid #d7d7d7;font-size:16px;background:#fff;transition:.2s}
.shop-category-page .simple-category-boxes a:hover,.shop-category-page .simple-category-boxes a.active{background:#111;color:#fff}
.shop-category-page .weekly-best-section{padding:55px 0 65px;background:#fff}
.shop-category-page .weekly-title{text-align:center;margin-bottom:28px}
.shop-category-page .weekly-title span{display:block;font-family:"Cormorant Garamond",serif;font-size:38px;font-weight:700;line-height:1}
.shop-category-page .weekly-title small{font-size:15px;color:#666}
.shop-category-page .weekly-best-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}
.shop-category-page .product-list-section{padding:64px 0 100px;border-top:1px solid #eee}
.shop-category-page .product-list-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:24px}
.shop-category-page .product-list-heading small{color:#f36f21;font-size:12px;letter-spacing:.15em;font-weight:700}
.shop-category-page .product-list-heading h2{font-size:38px;margin:5px 0 0}
.shop-category-page .product-list-heading p{font-size:15px}
.shop-category-page .category-toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:16px 0;border-top:1px solid #222;border-bottom:1px solid #ddd;margin-bottom:32px}
.shop-category-page .category-subnav{display:flex;gap:24px;flex-wrap:wrap}
.shop-category-page .category-subnav a{font-size:15px}.shop-category-page .category-subnav a.active{font-weight:800;color:#f36f21}
.shop-category-page #sortSelect{height:40px;border:0;background:#fff;padding:0 28px 0 8px}
.shop-category-page .pagination{display:flex;justify-content:center;gap:7px;margin-top:60px}.shop-category-page .pagination button{width:40px;height:40px;border:1px solid #ddd;background:#fff}.shop-category-page .pagination button.active{background:#111;color:#fff;border-color:#111}
/* overseas-only high-end area */
.shop-category-page .category-hero{min-height:470px;background-size:cover;background-position:center;position:relative;color:#fff;display:flex;align-items:center}
.shop-category-page .category-hero-shade{position:absolute;inset:0;background:rgba(0,0,0,.68)}
.shop-category-page .category-hero-inner{position:relative;z-index:2;text-align:center}
.shop-category-page .category-kicker{color:#f36f21;font-weight:700;letter-spacing:.18em}
.shop-category-page .category-hero h1{font-family:"Cormorant Garamond",serif;font-size:78px;line-height:1;margin:10px 0 18px}
.shop-category-page .category-summary{font-size:17px;margin-bottom:24px}
.shop-category-page .highend-service-links{display:grid;grid-template-columns:repeat(4,1fr);max-width:1090px;margin:0 auto 7px;border-top:1px solid #555;border-left:1px solid #555}
.shop-category-page .highend-service-links a{min-height:42px;display:grid;place-items:center;background:#070707;border-right:1px solid #555;border-bottom:1px solid #555;font-size:14px}.shop-category-page .highend-service-links a:nth-child(n+5){grid-column:span 1}.shop-category-page .highend-point-link{display:block;max-width:1090px;margin:0 auto;border-radius:30px;background:#fff;color:#111;padding:10px;font-size:14px}
.shop-category-page .luxury-category-panel{padding:36px 0 24px}.shop-category-page .luxury-icon-menu{display:grid;grid-template-columns:repeat(8,1fr);gap:14px}.shop-category-page .luxury-icon-menu figure{height:135px;margin:0;border-radius:18px;background:#f1f1f1;overflow:hidden}.shop-category-page .luxury-icon-menu img{width:100%;height:100%;object-fit:cover}.shop-category-page .luxury-icon-menu b{display:block;text-align:center;margin-top:9px;font-size:15px}.shop-category-page .luxury-category-matrix{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid #d7d7d7;border-left:1px solid #d7d7d7;margin-top:38px}.shop-category-page .luxury-category-matrix a{min-height:52px;display:grid;place-items:center;border-right:1px solid #d7d7d7;border-bottom:1px solid #d7d7d7;font-size:15px}.shop-category-page .luxury-category-matrix a:hover{background:#111;color:#fff}
@media(max-width:900px){#site-header .logo{position:static;transform:none}.shop-category-page .simple-category-boxes{grid-template-columns:repeat(2,1fr)}.shop-category-page .weekly-best-grid{grid-template-columns:repeat(2,1fr)}.shop-category-page .luxury-icon-menu{grid-template-columns:repeat(4,1fr)}.shop-category-page .category-hero h1{font-size:58px}.shop-category-page .highend-service-links{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.shop-category-page .simple-category-heading h2{font-size:32px}.shop-category-page .simple-category-boxes a{font-size:14px;min-height:50px}.shop-category-page .luxury-icon-menu{grid-template-columns:repeat(2,1fr)}.shop-category-page .luxury-category-matrix{grid-template-columns:repeat(2,1fr)}.shop-category-page .category-hero h1{font-size:46px}.shop-category-page .category-toolbar{align-items:flex-start;flex-direction:column}.shop-category-page .product-list-heading h2{font-size:30px}}

/* 2026-07-20 — definitive shared header repair (matches approved main page) */
#site-header{position:relative;z-index:100}
#site-header .notice{height:28px;display:grid;place-items:center;background-color:#090909;background-image:linear-gradient(135deg,rgba(243,111,33,.11) 25%,transparent 25%,transparent 50%,rgba(243,111,33,.11) 50%,rgba(243,111,33,.11) 75%,transparent 75%);background-size:18px 18px;color:#f36f21;font-size:11px;font-weight:400;line-height:1;white-space:nowrap;overflow:hidden}
#site-header .header{position:relative;z-index:100;background:#fff;border-bottom:1px solid #e8e8e8}
#site-header .utility,#site-header .head-main,#site-header .gnb{width:min(calc(100% - 68px),1480px);margin:0 auto}
#site-header .utility{height:38px;padding:0!important;display:flex;align-items:center;justify-content:flex-end;border-bottom:1px solid #f0efed;color:#6f6c68;font-size:12px;line-height:1;white-space:nowrap}
#site-header .utility nav{margin:0!important;display:flex;align-items:center;justify-content:flex-end;gap:21px;height:100%}
#site-header .utility a{display:inline-flex;align-items:center;height:100%}
#site-header .language-menu{position:relative;height:100%;display:flex;align-items:center}
#site-header .language-toggle{height:30px;min-width:92px;padding:0 10px;border:1px solid #ddd;background:#fff;display:flex;align-items:center;justify-content:center;gap:6px;font-size:12px;cursor:pointer;white-space:nowrap}
#site-header .language-toggle svg{width:10px;height:7px;fill:none;stroke:currentColor;stroke-width:1.4}
#site-header .language-list{position:absolute;right:0;top:34px;z-index:350;width:178px;padding:8px;background:#fff;border:1px solid #ddd;box-shadow:0 12px 30px rgba(0,0,0,.12);opacity:0;visibility:hidden;transform:translateY(-5px);transition:.18s}
#site-header .language-menu.open .language-list{opacity:1;visibility:visible;transform:none}
#site-header .language-list button{width:100%;height:40px;padding:0 10px;border:0;background:#fff;display:flex;align-items:center;gap:9px;text-align:left;cursor:pointer}
#site-header .language-list button:hover{background:#f5f5f5}
#site-header .language-list em{font-style:normal;font-size:13px}
#site-header .head-main{height:96px!important;position:relative!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;padding:0!important}
#site-header .logo{position:absolute!important;left:50%!important;top:50%!important;transform:translate(-50%,-50%)!important;width:255px!important;height:62px!important;display:flex!important;align-items:center!important;justify-content:center!important;margin:0!important}
#site-header .logo img{display:block;max-width:100%;max-height:100%;object-fit:contain}
#site-header .mobile-menu{display:none;border:0;background:none;font-size:24px;cursor:pointer}
#site-header .head-icons{margin:0!important;margin-left:auto!important;display:flex!important;align-items:center!important;gap:9px!important}
#site-header .head-icons a,#site-header .head-icons button{position:relative;width:48px!important;height:48px!important;border:0;background:none;display:grid!important;place-items:center!important;padding:0!important;cursor:pointer}
#site-header .head-icons svg{width:28px!important;height:28px!important;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}
#site-header .head-icons b{position:absolute;right:0;top:0;min-width:18px;height:18px;padding:0 4px;background:#f36f21;border-radius:999px;color:#fff;font-size:10px;line-height:18px;text-align:center}
#site-header .gnb{height:58px!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:34px!important;font-size:14px;font-weight:700;white-space:nowrap;background:#fff}
#site-header .gnb>a,#site-header .gnb>button{height:100%;display:flex;align-items:center;position:relative;padding:0;border:0;background:none;font-size:14px;font-weight:700;cursor:pointer;white-space:nowrap}
#site-header .gnb .sale{color:#c63b35}
#site-header .all-menu-link{color:#111}
#site-header .main-mega{position:absolute;left:0;right:0;top:100%;z-index:310;background:rgba(255,255,255,.98);border-top:1px solid #eee;border-bottom:1px solid #ddd;box-shadow:0 20px 35px rgba(0,0,0,.08);opacity:0;visibility:hidden;transform:translateY(-8px);transition:.2s}
#site-header .header.mega-open .main-mega{opacity:1;visibility:visible;transform:none}
#site-header .main-mega-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:0;padding:32px 0 38px}
#site-header .main-mega-grid section{min-height:220px;padding:0 28px;border-right:1px solid #e6e6e6}
#site-header .main-mega-grid section:first-child{padding-left:0}
#site-header .main-mega-grid section:last-child{border-right:0}
#site-header .main-mega-grid h3{margin:0 0 15px;color:#f36f21;font-size:16px}
#site-header .main-mega-grid a{display:block;padding:5px 0;color:#555;font-size:14px}
#site-header .main-mega-grid a:hover{color:#111}
#site-header .header.sticky{position:sticky;top:0;background:#fff!important;box-shadow:0 8px 25px rgba(0,0,0,.06)}
@media(max-width:900px){
  #site-header .utility{display:none}
  #site-header .head-main{height:76px!important;justify-content:space-between!important}
  #site-header .logo{position:absolute!important;width:190px!important;height:50px!important}
  #site-header .mobile-menu{display:block}
  #site-header .head-icons{gap:2px!important}
  #site-header .head-icons a,#site-header .head-icons button{width:40px!important;height:42px!important}
  #site-header .head-icons svg{width:24px!important;height:24px!important}
  #site-header .gnb{display:none!important}
  #site-header .main-mega{display:none!important}
}
@media(max-width:520px){
  #site-header .notice{height:24px;font-size:9px}
  #site-header .utility,#site-header .head-main,#site-header .gnb{width:min(calc(100% - 24px),1480px)}
  #site-header .logo{width:160px!important}
  #site-header .head-icons a,#site-header .head-icons button{width:36px!important}
  #site-header .head-icons svg{width:22px!important;height:22px!important}
}

/* 2026-07-20 — overseas luxury: 8 services, men category, brand-first/category-second */
.shop-category-page .highend-service-links{grid-template-columns:repeat(4,1fr)}
.shop-category-page .luxury-category-matrix{display:block;border:0;margin-top:42px}
.shop-category-page .luxury-grid-group + .luxury-grid-group{margin-top:34px}
.shop-category-page .luxury-grid-group h3{margin:0 0 14px;font-size:22px;font-weight:800;letter-spacing:-.02em}
.shop-category-page .luxury-brand-grid,
.shop-category-page .luxury-subcategory-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid #d7d7d7;border-left:1px solid #d7d7d7}
.shop-category-page .luxury-brand-grid a,
.shop-category-page .luxury-subcategory-grid a{min-height:54px;display:grid;place-items:center;border-right:1px solid #d7d7d7;border-bottom:1px solid #d7d7d7;font-size:15px;background:#fff}
.shop-category-page .luxury-brand-grid a:hover,
.shop-category-page .luxury-subcategory-grid a:hover{background:#111;color:#fff}
@media(max-width:700px){
  .shop-category-page .luxury-brand-grid,
  .shop-category-page .luxury-subcategory-grid{grid-template-columns:repeat(2,1fr)}
}


/* 2026-07-20 shopping UI corrections */
#site-header .head-main{min-height:112px!important;padding-right:max(22px,calc((100vw - 1480px)/2))!important}
#site-header .head-icons{gap:14px!important;align-items:flex-end!important}
#site-header .head-icons .labeled-icon{width:66px!important;height:74px!important;display:flex!important;flex-direction:column!important;justify-content:center!important;gap:4px!important;color:#3f342e}
#site-header .head-icons .labeled-icon svg{width:31px!important;height:31px!important}
#site-header .head-icons .labeled-icon span{display:block;font-size:13px;line-height:1;white-space:nowrap}
#site-header .head-icons .labeled-icon b{right:6px!important;top:3px!important}
#site-header .search-open{align-self:center!important;margin-right:5px!important}
#site-header .gnb{height:62px!important;gap:31px!important;font-size:16px!important;font-weight:700!important;white-space:nowrap!important;overflow-x:auto!important;padding:0 24px!important}
#site-header .gnb a,#site-header .all-menu-link{font-size:16px!important;flex:0 0 auto!important}
#site-header .all-menu-link{color:#111!important}
#site-header .all-menu-link span{color:var(--orange);font-size:21px;margin-left:5px}
#site-header .main-mega{max-height:calc(100vh - 180px);overflow:auto;background:#fff!important}
#site-header .mega-toolbar{height:64px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #ddd}
#site-header .mega-toolbar strong{font-size:23px}
#site-header .mega-close{width:44px;height:44px;border:0;background:none;font-size:34px;line-height:1;cursor:pointer}
#site-header .main-mega-grid{grid-template-columns:repeat(6,minmax(150px,1fr))!important;align-items:start;padding-top:28px!important}
#site-header .mega-column{min-height:auto!important;padding-bottom:24px!important}
#site-header .mega-column h3{font-size:18px!important;background:#f5f5f5;padding:10px 12px;margin-bottom:9px!important;color:#111!important}
#site-header .mega-column a{font-size:15px!important;padding:4px 12px!important;color:#5e514a!important}
#site-header .mega-column .mega-extra{display:none!important}
#site-header .mega-column.expanded .mega-extra{display:block!important}
#site-header .mega-more{margin:8px 12px 0;padding:6px 0;border:0;background:none;color:var(--orange);font-size:14px;font-weight:700;cursor:pointer}

.side-nav h3{font-size:27px!important;margin:22px 0!important}.side-nav a{font-size:17px!important;padding:16px 6px!important;font-weight:600}.side-nav{min-width:220px}.side-layout{grid-template-columns:250px minmax(0,1fr)!important;gap:54px!important}.summary-card span{font-size:16px!important}.summary-card b{font-size:34px!important}.mypage-actions-title{font-size:28px}

.detail-tabs{position:relative}.detail-tab-nav{position:sticky;top:0;z-index:70;background:#fff;box-shadow:0 4px 14px rgba(0,0,0,.06)}
.detail-tab-nav a{font-size:16px!important;font-weight:700;padding:20px 12px!important;border-top:1px solid #ddd!important;position:relative}
.detail-tab-nav a.active{background:#111;color:#fff;border-color:#111!important}.detail-tab-nav a.active:after{content:"";position:absolute;left:35%;right:35%;bottom:7px;height:2px;background:var(--orange)}
.detail-section{scroll-margin-top:90px}.detail-section>.board-table{border:1px solid #d8d8d8;border-collapse:collapse}.detail-section>.board-table th,.detail-section>.board-table td{border:1px solid #dedede!important;padding:18px 16px!important}.detail-section>.board-table th{background:#f7f7f7}.detail-section>.board-table .title{text-align:left!important}

.join-container .page-title h2{font-size:46px!important}.join-container .page-title p{font-size:17px!important}.join-block-head h3{font-size:31px!important}.join-row label{font-size:17px!important}.join-row input{font-size:16px!important}.agreement-item label b{font-size:18px!important}

@media(max-width:1100px){#site-header .gnb{gap:20px!important}#site-header .main-mega-grid{grid-template-columns:repeat(4,1fr)!important}.side-layout{grid-template-columns:220px minmax(0,1fr)!important;gap:28px!important}}
@media(max-width:900px){#site-header .head-main{min-height:82px!important;padding-right:12px!important}#site-header .head-icons .labeled-icon{width:44px!important;height:58px!important}#site-header .head-icons .labeled-icon span{font-size:10px}#site-header .head-icons .labeled-icon svg{width:25px!important;height:25px!important}#site-header .main-mega{display:block!important;position:fixed!important;inset:0!important;top:0!important;z-index:999!important;transform:translateX(-105%)!important;opacity:1!important;visibility:visible!important;transition:.25s!important}#site-header .header.mega-open .main-mega{transform:none!important}#site-header .main-mega-grid{grid-template-columns:repeat(2,1fr)!important;padding:20px!important}.side-layout{grid-template-columns:1fr!important}.side-nav{display:grid;grid-template-columns:repeat(2,1fr);gap:0;border:1px solid #ddd}.side-nav h3{grid-column:1/-1;padding:0 14px}.side-nav a{padding:14px!important;border:1px solid #eee}.detail-tab-nav{top:0}.detail-tab-nav a{font-size:13px!important;padding:15px 5px!important}}


/* 2026-07-20 — category box compact fold control */
.shop-category-page .simple-category-heading{position:relative}
.shop-category-page .category-box-toggle{position:absolute;right:0;bottom:0;height:30px;padding:0 11px;border:1px solid #cfcfcf;background:#fff;color:#444;font-size:12px;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;gap:6px}
.shop-category-page .category-box-toggle:hover{border-color:#111;color:#111}
.shop-category-page .simple-category-boxes{overflow:hidden;max-height:600px;opacity:1;transition:max-height .28s ease,opacity .2s ease,border-color .2s ease}
.shop-category-page .simple-category-panel.boxes-collapsed .simple-category-boxes{max-height:0;opacity:0;border-color:transparent}
@media(max-width:760px){.shop-category-page .category-box-toggle{position:static;margin-top:16px}}

/* FINAL HEADER / MOBILE / BOARD FIXES */
#site-header .head-main{position:relative;display:flex;align-items:center;justify-content:center}
#site-header .head-icons{position:absolute;right:0;display:flex;align-items:center;justify-content:flex-end;gap:18px}
#site-header .head-icons .labeled-icon{display:grid;place-items:center;grid-template-rows:28px 18px;min-width:58px;text-align:center}
#site-header .head-icons .labeled-icon span{font-size:13px;white-space:nowrap}
#site-header .head-icons svg{width:27px;height:27px}
#site-header .mobile-menu span{display:block;width:22px;height:2px;background:#111;margin:4px 0}
.mobile-drawer,.mobile-drawer-dim{display:none}
.board-table{border-collapse:collapse!important;border-spacing:0!important;width:100%}
.board-table th,.board-table td{border:0!important;border-bottom:1px solid #ddd!important;padding:18px 14px!important}
.board-table tr:first-child th{border-top:1px solid #111!important}
.detail-tab-nav{position:sticky!important;top:0!important;z-index:30;background:#fff;border-bottom:1px solid #ddd}
.detail-tab-nav a{border:0!important;border-right:1px solid #eee}
.detail-tab-nav a:last-child{border-right:0!important}
@media(max-width:900px){
 #site-header .utility,#site-header .gnb{display:none!important}
 #site-header .head-main{min-height:76px!important;padding:0 16px!important;justify-content:center!important;background:#fff!important}
 #site-header .mobile-menu{display:flex!important;position:absolute;left:16px;top:50%;transform:translateY(-50%);width:40px;height:40px;border:1px solid #111;background:#fff;align-items:center;justify-content:center;flex-direction:column;z-index:4}
 #site-header .logo{position:static!important;transform:none!important;width:150px!important}
 #site-header .head-icons{right:12px!important;gap:5px!important}
 #site-header .head-icons .labeled-icon{min-width:38px!important;width:38px!important;height:48px!important;grid-template-rows:28px 0!important}
 #site-header .head-icons .labeled-icon span{display:none!important}
 #site-header .head-icons svg{width:25px!important;height:25px!important}
 #site-header .main-mega{display:none!important}
 .mobile-drawer{display:block;position:fixed;inset:0 0 0 auto;width:min(430px,100%);background:#fff;z-index:2000;transform:translateX(105%);transition:.25s;overflow:auto;border-left:1px solid #ddd}
 .mobile-drawer.open{transform:none}.mobile-drawer-dim{display:block;position:fixed;inset:0;background:rgba(0,0,0,.55);z-index:1999;opacity:0;visibility:hidden;transition:.2s}.mobile-drawer-dim.open{opacity:1;visibility:visible}
 .mobile-drawer-top{height:58px;background:#222;color:#fff;display:flex;align-items:center;gap:10px;padding:0 16px}.mobile-drawer-top a{color:#fff;border:1px solid #777;padding:7px 11px}.mobile-drawer-close{margin-left:auto;background:none;border:0;color:#fff;font-size:30px}
 .mobile-main-links{display:grid;grid-template-columns:repeat(5,1fr);border-bottom:10px solid #f4f4f4}.mobile-main-links a{padding:14px 4px;text-align:center;border-right:1px solid #eee;font-size:13px}.mobile-drawer-grid{display:grid;grid-template-columns:1fr 1fr}.mobile-drawer-grid a{padding:17px;border-right:1px solid #eee;border-bottom:1px solid #eee;font-size:15px}
 body{overflow-x:hidden!important}.product-gallery,.main-product-image,img{max-width:100%}.product-detail{overflow:hidden}
}

/* UX POLISH 2026-07-21 */
#site-header .head-main{justify-content:flex-end!important}#site-header .head-icons{margin-left:auto!important}.simple-category-boxes a,.luxury-brand-grid a,.highend-service-links a,.service-card,.policy-grid article{transition:.2s;position:relative}.simple-category-boxes a:hover,.luxury-brand-grid a:hover,.highend-service-links a:hover,.service-card:hover,.policy-grid article:hover{transform:translateY(-3px);box-shadow:0 12px 28px rgba(0,0,0,.09);z-index:2}.luxury-icon-menu a{transition:.2s}.luxury-icon-menu a:hover{transform:translateY(-5px)}.category-box-toggle{border-radius:999px!important}.commerce-board-section{padding:78px 0 20px}.commerce-board-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px}.commerce-board-head h1,.commerce-board-head h2{margin:0;font-size:34px}.commerce-board-head button{height:46px;padding:0 20px;background:#111;color:#fff;border:0;font-weight:700}.commerce-board{border-top:2px solid #111}.commerce-board-row{width:100%;display:grid;grid-template-columns:180px minmax(0,1fr) 180px 180px;align-items:center;min-height:62px;border:0;border-bottom:1px solid #ddd;background:#fff;text-align:left}.commerce-board-row>*{padding:17px 15px}.commerce-board-row strong{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:500}.commerce-board-label{background:#f7f7f7;font-weight:700;text-align:center}.review-page-board .commerce-board-row{grid-template-columns:150px minmax(0,1.4fr) minmax(180px,.7fr) 150px 160px}.qna-answer{display:none;padding:22px 26px 26px 210px;background:#fafafa;border-bottom:1px solid #ddd}.qna-answer.open{display:block}.qna-toggle{cursor:pointer}.qna-toggle strong:after{content:"＋";float:right}.qna-toggle.open strong:after{content:"−"}.inspection-hero{min-height:470px;display:flex;align-items:center;color:#fff;background:linear-gradient(90deg,rgba(0,0,0,.9),rgba(0,0,0,.4)),url("../assets/images/bag-03.jpg") center/cover}.inspection-hero small{color:#f36f21;font-weight:800;letter-spacing:.18em}.inspection-hero h1{font:700 76px/1 "Cormorant Garamond","Noto Sans KR",serif;margin:18px 0}.inspection-hero p{font-size:19px;color:#ddd}.inspection-badges{display:flex;gap:8px;flex-wrap:wrap;margin-top:28px}.inspection-badges span{padding:9px 14px;border:1px solid #777;background:#1118}.inspection-process{padding:90px 0}.inspection-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.inspection-steps article{padding:28px;border:1px solid #ddd;min-height:220px;transition:.2s}.inspection-steps article:hover{transform:translateY(-5px);box-shadow:0 18px 36px #0002}.inspection-steps b{color:#f36f21;font-size:30px}.inspection-gallery-section{padding:90px 0;background:#f7f7f7}.inspection-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:50px 24px}.inspection-gallery img{width:100%;aspect-ratio:1;object-fit:cover;transition:.3s}.inspection-gallery article:hover img{transform:scale(1.02);box-shadow:0 16px 34px #0002}.inspection-gallery span{display:inline-block;background:#111;color:#fff;padding:4px 9px;font-size:11px}.inspection-note{padding:80px 0;text-align:center;background:#111;color:#fff}.inspection-note p{max-width:760px;margin:auto;color:#bbb}.inspection-note a{display:inline-block;margin-top:24px;color:#f36f21}@media(max-width:900px){#site-header .head-main{justify-content:center!important;padding:0 14px!important}#site-header .logo{position:static!important;transform:none!important;width:176px!important;margin:auto!important}#site-header .head-icons{position:absolute!important;right:10px!important;top:50%!important;transform:translateY(-50%)!important;gap:0!important}#site-header .head-icons .labeled-icon{width:40px!important;height:44px!important}#site-header .head-icons .labeled-icon span,#site-header .head-icons .search-open{display:none!important}.mobile-drawer{width:min(440px,100%)!important;background:#fff!important;color:#111!important}.mobile-drawer-top{position:sticky;top:0;z-index:3}.mobile-drawer-search{padding:16px;background:#fff;border-bottom:1px solid #eee}.mobile-search-trigger{width:100%;height:48px;padding:0 16px;border:1px solid #ddd;border-radius:12px;background:#f8f8f8;display:flex;align-items:center;gap:10px}.mobile-search-trigger svg{width:22px;fill:none;stroke:#111}.mobile-main-links{grid-template-columns:repeat(4,1fr)!important;background:#fff!important}.mobile-category-list{display:block;background:#fff;border-bottom:10px solid #f4f4f4}.mobile-category-list a{height:52px;padding:0 17px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #eee;background:#fff}.mobile-category-list b{font-size:24px;color:#aaa}.mobile-drawer-grid{background:#fff}.commerce-board-row{grid-template-columns:95px minmax(0,1fr) 105px}.commerce-board-row>*:last-child{display:none}.review-page-board .commerce-board-row{grid-template-columns:90px minmax(0,1fr) 110px}.review-page-board .commerce-board-row>*:nth-child(3){display:none}.qna-answer{padding:20px}.inspection-steps{grid-template-columns:repeat(2,1fr)}.inspection-gallery{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.commerce-board-row{grid-template-columns:82px minmax(0,1fr)}.commerce-board-row>*:nth-child(3){display:none}.review-page-board .commerce-board-row{grid-template-columns:82px minmax(0,1fr)}.inspection-hero h1{font-size:54px}.inspection-steps,.inspection-gallery{grid-template-columns:1fr}}

/* MEGA COLUMN ALIGNMENT + REVIEW GALLERY */
#site-header .main-mega-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;align-items:stretch!important;border-top:1px solid #e6e6e6;border-left:1px solid #e6e6e6}
#site-header .mega-column{min-height:100%!important;margin:0!important;padding:18px 20px 22px!important;border-right:1px solid #e6e6e6!important;border-bottom:1px solid #e6e6e6!important}
#site-header .mega-column h3{min-height:46px;display:flex;align-items:center;margin:0 0 10px!important}
.review-gallery-page{padding:72px 0 100px}.review-gallery-head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:34px}.review-gallery-head small{color:#f36f21;font-weight:800;letter-spacing:.16em}.review-gallery-head h1{font-size:42px;margin:8px 0 4px}.review-gallery-head p{margin:0;color:#666}.review-gallery-head button{height:48px;padding:0 22px;border:0;background:#111;color:#fff;font-weight:700}.review-gallery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:52px 24px}.review-gallery-grid article{min-width:0}.review-gallery-image{position:relative;overflow:hidden;background:#eee}.review-gallery-image img{width:100%;aspect-ratio:1/1;object-fit:cover;display:block;transition:transform .35s}.review-gallery-image span{position:absolute;left:14px;bottom:13px;background:rgba(0,0,0,.78);color:#fff;padding:6px 10px;font-size:12px;letter-spacing:.08em}.review-gallery-grid article:hover img{transform:scale(1.035)}.review-gallery-grid h2{font-size:18px;line-height:1.5;margin:16px 0 7px}.review-gallery-grid p{margin:0 0 14px;color:#666}.review-gallery-grid article>a>div:last-child{display:flex;justify-content:space-between;gap:12px;padding-top:13px;border-top:1px solid #ddd}.review-gallery-grid em{font-style:normal;color:#888;font-size:13px;white-space:nowrap}
@media(max-width:900px){#site-header .main-mega-grid{grid-template-columns:repeat(2,1fr)!important}.review-gallery-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.review-gallery-page{padding:48px 0 72px}.review-gallery-head{align-items:flex-start}.review-gallery-head h1{font-size:34px}.review-gallery-head p{font-size:14px}.review-gallery-head button{height:42px;padding:0 14px}.review-gallery-grid{grid-template-columns:1fr;gap:38px}}

/* FINAL MENU + SEARCH FIX */
.search-panel .search-form{position:relative;display:flex!important;align-items:center;width:100%;height:64px;border-bottom:2px solid #fff!important;margin-top:6px}
.search-panel .search-form input{display:block!important;width:100%;height:62px!important;padding:0 68px 0 0!important;border:0!important;background:transparent!important;color:#fff!important;font-size:21px!important;outline:0!important}
.search-panel .search-form input::placeholder{color:#9b9b9b!important}
.search-panel .search-form button{position:absolute!important;right:0!important;top:50%!important;transform:translateY(-50%)!important;width:56px!important;height:56px!important;display:grid!important;place-items:center!important;border:0!important;background:transparent!important;color:#fff!important;cursor:pointer!important}
.search-panel .search-form button svg{display:block!important;width:34px!important;height:34px!important;fill:none!important;stroke:currentColor!important;stroke-width:1.8!important;stroke-linecap:round!important}
#site-header .all-menu-link,.all-menu-link{white-space:nowrap!important}
#site-header .main-mega{pointer-events:none}
#site-header .header.mega-open .main-mega{pointer-events:auto}
#site-header .mega-toolbar{display:flex;align-items:center;justify-content:space-between;padding-top:18px}
#site-header .mega-toolbar strong{font-size:22px}
#site-header .mega-close{width:38px;height:38px;border:1px solid #ddd;background:#fff;font-size:25px;cursor:pointer}
@media(max-width:900px){
 .search-panel{top:0!important;width:calc(100% - 24px)!important;min-height:280px!important;padding:30px 24px 38px!important}
 .search-panel>img{width:210px!important;height:58px!important;margin-bottom:24px!important}
 .search-panel .search-form{height:58px}
 .search-panel .search-form input{font-size:17px!important;height:56px!important}
 .search-panel .search-form button{width:50px!important;height:50px!important}
 .search-panel .search-form button svg{width:29px!important;height:29px!important}
 .search-close{top:12px!important;right:14px!important;font-size:30px!important}
}

/* Desktop 전체상품 메뉴: 지정된 11개 메뉴만 표시 */
.main-mega-simple{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px;padding:24px 0 32px}
.main-mega-simple a{display:flex;align-items:center;justify-content:space-between;min-height:58px;padding:0 18px;border:1px solid #dedede;background:#fff;color:#111;font-size:16px;font-weight:700;transition:.18s}
.main-mega-simple a span{color:#f36f21;font-size:18px;transition:.18s}
.main-mega-simple a:hover{transform:translateY(-2px);border-color:#111;box-shadow:0 10px 22px rgba(0,0,0,.08)}
.main-mega-simple a:hover span{transform:translateX(3px)}
@media(max-width:1100px){.main-mega-simple{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media(max-width:900px){.main-mega-simple{grid-template-columns:repeat(2,minmax(0,1fr));padding:18px}.main-mega-simple a{min-height:52px;font-size:15px}}

/* FINAL MEGA MENU RESTORE + DOMESTIC MENU */
.main-mega{background:#fff!important;border-top:1px solid #e7e7e7!important;border-bottom:1px solid #d8d8d8!important;box-shadow:0 18px 34px rgba(0,0,0,.08)!important;max-height:calc(100vh - 150px);overflow:auto}
.mega-catalog{display:grid!important;grid-template-columns:repeat(6,minmax(0,1fr))!important;gap:0!important;padding:24px 0 34px!important}
.mega-column{padding:0 22px 20px!important;border-right:1px solid #e5e5e5!important;min-width:0!important}
.mega-column:nth-child(6n){border-right:0!important}
.mega-column h3{min-height:auto!important;margin:0 0 12px!important;padding:11px 12px!important;background:#f6f6f6!important;font-size:17px!important;font-weight:800!important}
.mega-column h3 a{color:#111!important}
.mega-column>a{display:block!important;padding:6px 12px!important;color:#666!important;font-size:14px!important;line-height:1.45!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
.mega-column>a:hover{color:#f36f21!important;background:#fff7f1!important;padding-left:16px!important}
.mega-domestic h3{background:#fff0e7!important}.mega-domestic h3 a{color:#d84d00!important}
.mega-service h3:not(:first-child){margin-top:18px!important}
.gnb{gap:30px!important}.gnb>a,.gnb button{font-size:16px!important}
@media(max-width:1300px){.mega-catalog{grid-template-columns:repeat(4,minmax(0,1fr))!important}.mega-column:nth-child(6n){border-right:1px solid #e5e5e5!important}.mega-column:nth-child(4n){border-right:0!important}.gnb{gap:22px!important}.gnb>a,.gnb button{font-size:15px!important}}
@media(max-width:900px){.main-mega{display:none!important}.gnb{display:none!important}.mobile-main-links{grid-template-columns:repeat(4,1fr)!important}.mobile-main-links a{font-size:14px!important}.mobile-drawer{background:#fff!important;z-index:10020!important}.mobile-drawer-dim{z-index:10010!important}.mobile-category-list a{background:#fff!important;color:#111!important}}


/* 2026-07-21 final navigation/action fixes */
.mega-domestic h3{background:#f6f6f6!important}.mega-domestic h3 a{color:#111!important}
.all-menu-link,.mega-close,.mobile-menu,.main-mobile-close,.mobile-drawer-close{outline:0!important;box-shadow:none!important}
.all-menu-link:focus-visible,.mobile-menu:focus-visible,.main-mobile-close:focus-visible,.mobile-drawer-close:focus-visible{outline:2px solid #f36f21!important;outline-offset:2px!important}
.mega-toolbar{justify-content:flex-start!important}.mega-toolbar strong{border:0!important;background:transparent!important;padding:0!important}
@media(max-width:900px){
 .mobile-drawer{left:0!important;right:auto!important;transform:translateX(-105%)!important;border-left:0!important;border-right:1px solid #ddd!important;box-shadow:18px 0 40px rgba(0,0,0,.16)!important}
 .mobile-drawer.open{transform:none!important}
}
@media(max-width:640px){
 .buy-buttons{display:grid!important;grid-template-columns:52px minmax(0,1fr) minmax(0,1fr)!important;gap:7px!important}
 .buy-buttons .buy-now{grid-column:auto!important}
 .buy-buttons button{min-width:0!important;padding:0 8px!important;font-size:14px!important;white-space:nowrap!important}
}


/* FINAL: all-products menu works on every page */
@media (min-width:901px){
  #site-header .main-mega{display:block!important;position:absolute!important;left:0!important;right:0!important;top:100%!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;transform:translateY(-8px)!important;z-index:1200!important;background:#fff!important}
  #site-header .header.mega-open .main-mega{opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:none!important}
}
@media (max-width:900px){
  #site-header .main-mega{display:none!important}
  #site-header .mobile-drawer{display:block!important;left:0!important;right:auto!important;width:min(440px,100%)!important;transform:translateX(-105%)!important;background:#fff!important;z-index:10020!important}
  #site-header .mobile-drawer.open{transform:translateX(0)!important}
  #site-header .mobile-drawer-dim{display:block!important;z-index:10010!important}
}

.community-service-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.community-service-grid .service-card{min-height:230px}@media(max-width:900px){.community-service-grid{grid-template-columns:1fr}}

/* COMMUNITY SHOP UX */
.community-box-nav{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:0 0 54px}.community-box-nav a{min-height:92px;padding:20px 22px;border:1px solid #ddd;background:#fff;display:flex;flex-direction:column;justify-content:center;transition:.2s}.community-box-nav strong{font-size:18px}.community-box-nav span{margin-top:7px;color:#777;font-size:12px}.community-box-nav a:hover,.community-box-nav a.active{transform:translateY(-3px);border-color:#111;box-shadow:0 12px 28px rgba(0,0,0,.08)}.community-box-nav a.active{background:#111;color:#fff}.community-box-nav a.active span{color:#ccc}.community-intro-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.community-intro-grid article{min-height:290px;padding:38px;border:1px solid #ddd;background:#fff;transition:.2s}.community-intro-grid article:hover{transform:translateY(-4px);box-shadow:0 16px 34px rgba(0,0,0,.08)}.community-intro-grid small,.community-page-head small{color:var(--orange);font-weight:800;letter-spacing:.14em}.community-intro-grid h2{font-size:30px;margin:18px 0 12px}.community-intro-grid p{color:#666;line-height:1.8}.community-intro-grid a{font-weight:700;border-bottom:1px solid;margin-right:16px}.community-page-head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:22px}.community-page-head h2{font-size:34px;margin:7px 0 0}.community-page-head select,.community-search input,.community-search button,.request-actions select{height:44px;border:1px solid #ccc;background:#fff;padding:0 14px}.community-search{display:flex}.community-search button{background:#111;color:#fff;border-color:#111;min-width:70px}.notice-board,.request-board{border-top:2px solid #111}.notice-row{display:grid;grid-template-columns:90px minmax(0,1fr) 140px 150px 90px;align-items:center;min-height:66px;border-bottom:1px solid #ddd}.notice-row>*{padding:18px 14px;text-align:center}.notice-row strong{text-align:left;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.notice-row:not(.notice-label):hover{background:#faf7f4}.notice-label{background:#f7f7f7;font-weight:700;min-height:54px}.notice-label strong{text-align:center}.event-gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:30px 22px}.event-card{border:1px solid #ddd;background:#fff;overflow:hidden;transition:.25s}.event-card:hover{transform:translateY(-5px);box-shadow:0 18px 40px rgba(0,0,0,.1)}.event-image{position:relative;overflow:hidden;aspect-ratio:1.75}.event-image img{width:100%;height:100%;object-fit:cover;transition:.35s}.event-card:hover img{transform:scale(1.035)}.event-image span{position:absolute;left:16px;top:16px;padding:7px 10px;background:#111;color:#fff;font-size:11px}.event-copy{padding:24px}.event-copy h3{font-size:23px;margin:0 0 10px}.event-copy p{margin:0 0 18px;color:#666}.event-copy time{font-size:12px;color:#999}.request-hero{min-height:420px;display:flex;align-items:center;color:#fff;background:linear-gradient(90deg,rgba(0,0,0,.88),rgba(0,0,0,.28)),url('../assets/images/bag-03.jpg') center/cover}.request-hero small{color:var(--orange);font-weight:800;letter-spacing:.16em}.request-hero h1{font:700 62px/1.1 'Cormorant Garamond','Noto Sans KR',serif;margin:14px 0}.request-hero p{font-size:18px;color:#ddd}.request-hero .btn{margin-top:24px}.request-actions{display:flex;gap:8px}.request-row{display:grid;grid-template-columns:75px 110px minmax(0,1fr) 120px 150px 130px;align-items:center;min-height:67px;border-bottom:1px solid #ddd}.request-row>*{padding:17px 12px;text-align:center}.request-row strong{text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.request-row:not(.request-label):hover{background:#faf7f4}.request-label{background:#f7f7f7;font-weight:700;min-height:54px}.request-label strong{text-align:center}.request-status{font-size:12px;font-weight:700}.request-status.답변완료{color:#0c7a5a}.request-status.진행중{color:var(--orange)}.request-status.접수완료{color:#777}.request-form-layout{display:grid;grid-template-columns:340px minmax(0,1fr);gap:38px}.request-form-layout aside{padding:38px;background:#111;color:#fff}.request-form-layout aside small{color:var(--orange);font-weight:800;letter-spacing:.14em}.request-form-layout aside h2{font-size:30px;line-height:1.4;margin:18px 0 25px}.request-form-layout aside ul{padding-left:20px;line-height:2}.request-form-layout aside p{color:#aaa;line-height:1.8}.request-form label b{color:var(--orange)}
@media(max-width:900px){.community-box-nav{grid-template-columns:repeat(2,1fr)}.community-intro-grid{grid-template-columns:1fr}.notice-row{grid-template-columns:62px minmax(0,1fr) 105px}.notice-row>*:nth-child(3),.notice-row>*:nth-child(5){display:none}.event-gallery{grid-template-columns:1fr}.request-row{grid-template-columns:65px 95px minmax(0,1fr) 110px}.request-row>*:nth-child(4),.request-row>*:nth-child(6){display:none}.request-form-layout{grid-template-columns:1fr}.request-form-layout aside{padding:28px}}
@media(max-width:560px){.community-box-nav{gap:8px;margin-bottom:38px}.community-box-nav a{min-height:78px;padding:15px}.community-box-nav strong{font-size:16px}.community-page-head{align-items:flex-start;flex-direction:column;gap:14px}.community-search,.community-search input{width:100%}.notice-row{grid-template-columns:48px minmax(0,1fr) 85px}.notice-row>*{padding:14px 8px}.notice-row>*:nth-child(4){font-size:11px}.request-row{grid-template-columns:75px minmax(0,1fr)}.request-row>*:nth-child(1),.request-row>*:nth-child(5){display:none}.event-copy h3{font-size:20px}.request-hero h1{font-size:48px}.request-actions{width:100%}.request-actions select,.request-actions a{flex:1}}

/* Customer-request approved product shop */
.request-shop-hero{min-height:430px;display:flex;align-items:center;color:#fff;background:linear-gradient(90deg,rgba(0,0,0,.92),rgba(0,0,0,.42) 60%,rgba(0,0,0,.18)),url('../assets/images/bag-03.jpg') center/cover no-repeat}
.request-shop-copy{max-width:650px}.request-shop-copy small{color:var(--orange);font-size:12px;letter-spacing:.18em;font-weight:800}.request-shop-copy h1{font:700 62px/1.08 'Cormorant Garamond','Noto Sans KR',serif;margin:15px 0 18px}.request-shop-copy p{font-size:18px;line-height:1.8;color:#ddd}.request-shop-hero-actions{display:flex;align-items:center;gap:22px;margin-top:28px}.request-guide-link{font-weight:700;border-bottom:1px solid rgba(255,255,255,.65);padding-bottom:5px}
.request-shop-section{padding-top:56px}.request-shop-guide{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:0 0 78px}.request-shop-guide article{display:grid;grid-template-columns:62px 1fr;gap:18px;min-height:145px;padding:27px;border:1px solid #ddd;background:#fff;transition:.22s}.request-shop-guide article:hover{transform:translateY(-4px);border-color:#111;box-shadow:0 16px 32px rgba(0,0,0,.08)}.request-shop-guide b{font:700 35px/1 'Cormorant Garamond',serif;color:var(--orange)}.request-shop-guide h2{font-size:19px;margin:0 0 8px}.request-shop-guide p{margin:0;color:#666;line-height:1.65;font-size:13px}
.request-shop-toolbar{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;padding-bottom:23px;border-bottom:2px solid #111;margin-bottom:30px}.request-shop-toolbar small{color:var(--orange);font-weight:800;letter-spacing:.15em}.request-shop-toolbar h2{font-size:34px;margin:7px 0}.request-shop-toolbar p{margin:0;color:#777}.request-shop-controls{display:flex;align-items:center;gap:12px}.request-chip-group{display:flex;border:1px solid #ccc}.request-chip-group button{height:44px;min-width:76px;padding:0 16px;border:0;border-right:1px solid #ddd;background:#fff;font-weight:700;cursor:pointer}.request-chip-group button:last-child{border-right:0}.request-chip-group button.active{background:#111;color:#fff}.request-shop-controls select{height:46px;min-width:135px;padding:0 38px 0 13px;border:1px solid #ccc;background:#fff}
.request-product-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:48px 20px}.request-product-card{min-width:0;position:relative}.request-product-link{display:block}.request-product-image{position:relative;aspect-ratio:1/1;background:#f3f3f3;border-radius:13px;overflow:hidden}.request-product-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.request-product-card:hover .request-product-image img{transform:scale(1.045)}.request-rank{position:absolute;left:0;top:0;z-index:2;min-width:43px;height:42px;display:grid;place-items:center;padding:0 9px;border-radius:13px 0 12px 0;background:rgba(17,17,17,.62);color:#fff;font-size:13px;font-weight:800}.request-product-wish{position:absolute;right:11px;top:11px;z-index:3;width:38px;height:38px;border:1px solid #ddd;border-radius:50%;background:rgba(255,255,255,.94);font-size:20px;cursor:pointer}.request-product-wish.active{color:var(--orange)}.request-product-info{padding-top:14px}.request-product-brand{display:block;color:#777;font-size:11px;letter-spacing:.08em;font-weight:700}.request-product-info h3{font-size:15px;line-height:1.55;margin:5px 0 13px;min-height:47px}.request-product-price{font-size:18px}.request-product-state{display:inline-block;margin-top:11px;padding:4px 8px;background:#111;color:#fff;font-size:10px;font-weight:800}.request-product-empty{grid-column:1/-1;padding:90px 20px;text-align:center;color:#777;background:#fafafa;border:1px solid #eee}
@media(max-width:1180px){.request-product-grid{grid-template-columns:repeat(4,1fr)}}
@media(max-width:900px){.request-shop-guide{grid-template-columns:1fr}.request-shop-toolbar{align-items:flex-start;flex-direction:column}.request-shop-controls{width:100%;justify-content:space-between}.request-product-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:640px){.request-shop-hero{min-height:360px}.request-shop-copy h1{font-size:46px}.request-shop-copy p{font-size:15px}.request-shop-hero-actions{align-items:flex-start;flex-direction:column}.request-shop-section{padding-top:38px}.request-shop-guide{margin-bottom:55px}.request-shop-toolbar h2{font-size:28px}.request-shop-controls{align-items:stretch;flex-direction:column}.request-chip-group{width:100%}.request-chip-group button{flex:1;min-width:0}.request-shop-controls select{width:100%}.request-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:34px 10px}.request-product-info h3{font-size:14px}.request-product-price{font-size:16px}}

/* Unified mobile hamburger button — main page standard */
@media(max-width:900px){
  #site-header .mobile-menu,
  .header .mobile-menu{
    display:flex!important;
    position:absolute!important;
    left:16px!important;
    top:50%!important;
    transform:translateY(-50%)!important;
    width:40px!important;
    height:40px!important;
    min-width:40px!important;
    padding:0!important;
    margin:0!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    color:#111!important;
    align-items:center!important;
    justify-content:center!important;
    flex-direction:column!important;
    gap:4px!important;
    font-size:0!important;
    line-height:1!important;
    box-shadow:none!important;
    outline:none!important;
    appearance:none!important;
    -webkit-appearance:none!important;
    z-index:12!important;
  }
  #site-header .mobile-menu span,
  .header .mobile-menu span{
    display:block!important;
    width:22px!important;
    height:2px!important;
    margin:0!important;
    border:0!important;
    border-radius:999px!important;
    background:#111!important;
    flex:0 0 2px!important;
  }
  #site-header .mobile-menu:hover,
  .header .mobile-menu:hover{background:#f7f7f7!important;}
  #site-header .mobile-menu:focus-visible,
  .header .mobile-menu:focus-visible{outline:2px solid #f36f21!important;outline-offset:2px!important;}
}

/* REXXER virtual fitting room */
.fitting-content{min-width:0}.fitting-heading{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:28px}.fitting-heading small,.closet-head small{color:var(--orange);font-weight:800;letter-spacing:.15em}.fitting-heading h2{font-size:38px;margin:8px 0}.fitting-heading p{margin:0;color:#777}.fitting-beta{padding:7px 11px;background:#111;color:#fff;font-size:11px;font-weight:800;letter-spacing:.08em}.fitting-shell{display:grid;grid-template-columns:minmax(340px,.92fr) minmax(0,1.25fr);gap:24px;align-items:start}.fitting-stage,.fitting-closet{border:1px solid #ddd;background:#fff}.fitting-stage{position:sticky;top:110px;padding:24px}.stage-toolbar{display:flex;align-items:center;justify-content:space-between;padding-bottom:16px;border-bottom:1px solid #e8e8e8;font-size:12px;font-weight:800;letter-spacing:.08em}.stage-toolbar button{border:0;background:none;color:#777;cursor:pointer}.avatar-frame{position:relative;min-height:510px;display:grid;place-items:center;overflow:hidden;background:radial-gradient(circle at 50% 38%,#fff 0,#f5f2ef 54%,#ebe6e1 100%)}.avatar{position:relative;width:210px;height:430px;z-index:2}.avatar-head{position:absolute;left:75px;top:10px;width:60px;height:76px;border-radius:47% 47% 44% 44%;background:#d5aa8d}.avatar-head span{position:absolute;inset:-5px -3px 42px;background:#1b1715;border-radius:55% 55% 30% 30%}.avatar-neck{position:absolute;left:91px;top:76px;width:28px;height:29px;background:#d5aa8d}.avatar-body{position:absolute;left:42px;top:98px;width:126px;height:228px}.avatar-body:before{content:"";position:absolute;left:11px;top:0;width:104px;height:166px;border-radius:38px 38px 22px 22px;background:#e8e5e2}.avatar-arm{position:absolute;top:10px;width:30px;height:210px;border-radius:18px;background:#d5aa8d;z-index:-1}.avatar-arm.left{left:-14px;transform:rotate(4deg)}.avatar-arm.right{right:-14px;transform:rotate(-4deg)}.garment{position:absolute;transition:.35s ease}.garment.top{left:10px;top:2px;width:106px;height:145px;border-radius:27px 27px 12px 12px;background:#e9e3d4;clip-path:polygon(16% 0,36% 8%,64% 8%,84% 0,100% 23%,89% 36%,84% 100%,16% 100%,11% 36%,0 23%)}.garment.top.navy{background:#18263a}.garment.outer{display:none;left:-2px;top:-3px;width:130px;height:184px;border-radius:28px 28px 15px 15px;background:#222;clip-path:polygon(13% 0,39% 8%,50% 22%,61% 8%,87% 0,100% 24%,88% 36%,85% 100%,55% 100%,50% 30%,45% 100%,15% 100%,12% 36%,0 24%);z-index:4}.garment.outer.on{display:block}.garment.outer.camel{background:#aa7b4f}.garment.bottom{left:17px;top:143px;width:92px;height:180px;background:#191919;clip-path:polygon(0 0,100% 0,92% 100%,56% 100%,50% 24%,44% 100%,8% 100%)}.garment.bottom.denim{background:#284d73}.avatar-legs{position:absolute;left:65px;top:304px;display:flex;gap:24px}.avatar-legs i{display:block;width:28px;height:111px;border-radius:0 0 15px 15px;background:#d5aa8d}.avatar-shoes{position:absolute;left:55px;top:402px;display:flex;gap:10px}.avatar-shoes i{display:block;width:43px;height:20px;border-radius:14px 10px 7px 7px;background:#f5f3ee;border:1px solid #d5d1ca}.avatar-shoes.black i{background:#181818;border-color:#181818}.stage-shadow{position:absolute;left:50%;bottom:39px;width:210px;height:30px;border-radius:50%;background:rgba(0,0,0,.12);filter:blur(9px);transform:translateX(-50%)}.selected-look{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:#ddd;border:1px solid #ddd;margin-top:18px}.selected-look div{min-width:0;padding:12px;background:#fff}.selected-look span{display:block;color:#999;font-size:10px}.selected-look b{display:block;margin-top:4px;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fitting-actions{display:grid;grid-template-columns:1.4fr .8fr;gap:8px;margin-top:14px}.fitting-actions .btn{width:100%;justify-content:center}.fitting-generate{background:#111;color:#fff}.fitting-notice{font-size:11px;line-height:1.6;color:#999;margin:13px 0 0}.fitting-closet{padding:25px}.closet-head{display:flex;align-items:flex-end;justify-content:space-between}.closet-head h3{font-size:30px;margin:5px 0 0}.closet-head>span{color:#777;font-size:12px}.closet-head>span b{color:var(--orange);font-size:20px}.fitting-tabs{display:flex;gap:5px;margin:22px 0;border-bottom:1px solid #ddd}.fitting-tabs button{border:0;background:none;padding:12px 15px;border-bottom:2px solid transparent;color:#777;font-weight:700;cursor:pointer}.fitting-tabs button.active{color:#111;border-color:#111}.closet-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 14px}.closet-item.hidden{display:none}.closet-pick{width:100%;padding:0;border:0;background:#fff;text-align:left;cursor:pointer}.closet-thumb{position:relative;aspect-ratio:1/1.08;overflow:hidden;background:#f5f5f5}.closet-thumb:after{content:"";position:absolute;inset:0;border:2px solid transparent;transition:.2s}.closet-item.selected .closet-thumb:after{border-color:var(--orange)}.closet-thumb img{width:100%;height:100%;object-fit:cover;transition:.3s}.closet-pick:hover img{transform:scale(1.035)}.closet-pick small{display:block;margin-top:11px;color:#888;font-size:10px;font-weight:800;letter-spacing:.08em}.closet-pick h4{font-size:14px;margin:4px 0 8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.closet-pick strong{font-size:14px}.closet-pick>span{float:right;font-size:11px;color:#777;border-bottom:1px solid #aaa}.closet-item.selected .closet-pick>span{color:var(--orange);border-color:var(--orange);font-weight:800}.fitting-toast{position:fixed;left:50%;bottom:34px;z-index:1000;max-width:calc(100% - 32px);padding:13px 20px;background:#111;color:#fff;opacity:0;pointer-events:none;transform:translate(-50%,18px);transition:.25s}.fitting-toast.show{opacity:1;transform:translate(-50%,0)}
@media(max-width:1080px){.fitting-shell{grid-template-columns:1fr}.fitting-stage{position:relative;top:auto}.avatar-frame{min-height:470px}.closet-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:720px){.fitting-heading{align-items:flex-start;flex-direction:column;gap:14px}.fitting-heading h2{font-size:30px}.fitting-stage,.fitting-closet{padding:16px}.avatar-frame{min-height:450px}.closet-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 9px}.fitting-tabs{overflow:auto}.fitting-tabs button{white-space:nowrap;padding-inline:12px}.fitting-actions{grid-template-columns:1fr}.closet-head h3{font-size:25px}}

/* Fitting room avatar profile settings */
.fitting-heading-actions{display:flex;align-items:center;gap:10px}.fitting-profile-link{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 15px;border:1px solid #111;background:#fff;color:#111;font-size:12px;font-weight:800;letter-spacing:.02em}.fitting-profile-link:hover{background:#111;color:#fff}.avatar-profile-summary{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:7px;padding:13px 12px;border-top:1px solid #e5e5e5;background:#fafafa}.avatar-profile-summary span{padding:5px 9px;border:1px solid #ddd;background:#fff;font-size:11px;font-weight:700}.avatar-profile-summary a{margin-left:3px;color:var(--orange);font-size:11px;font-weight:800;border-bottom:1px solid currentColor}
.avatar-setting-content{min-width:0}.avatar-setting-shell{display:grid;grid-template-columns:minmax(330px,.9fr) minmax(0,1.25fr);gap:24px;align-items:start}.avatar-setting-preview,.avatar-setting-panel{border:1px solid #ddd;background:#fff}.avatar-setting-preview{position:sticky;top:110px;padding:24px}.setting-frame{min-height:520px}.avatar-live-info{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:8px;padding-top:18px}.avatar-live-info b,.avatar-live-info span{padding:6px 10px;border:1px solid #ddd;background:#fafafa;font-size:12px}.avatar-live-info b{background:#111;color:#fff;border-color:#111}.avatar-setting-panel{padding:28px}.setting-group{padding:0 0 28px;margin-bottom:28px;border-bottom:1px solid #e6e6e6}.setting-group:last-of-type{margin-bottom:18px}.setting-group h3{font-size:17px;margin:0 0 17px}.gender-options{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.gender-options label,.body-options label{position:relative;cursor:pointer}.gender-options input,.body-options input{position:absolute;opacity:0;pointer-events:none}.gender-options span,.body-options span{display:flex;flex-direction:column;justify-content:center;min-height:74px;padding:14px 16px;border:1px solid #ddd;background:#fff;transition:.2s}.gender-options input:checked+span,.body-options input:checked+span{border-color:#111;background:#111;color:#fff}.gender-options small,.body-options small{margin-top:4px;color:#888;font-size:11px}.gender-options input:checked+span small,.body-options input:checked+span small{color:#ccc}.range-field+.range-field{margin-top:24px}.range-field>div:first-child{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.range-field label{font-size:14px;font-weight:700}.range-field output{color:var(--orange);font-size:17px;font-weight:800}.range-field input[type=range]{width:100%;accent-color:#111}.range-minmax{display:flex;justify-content:space-between;margin-top:5px;color:#999;font-size:10px}.body-options{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.body-options span{min-height:82px}.proportion-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.proportion-grid label{display:flex;flex-direction:column;gap:8px;font-size:13px;font-weight:700}.proportion-grid select{height:46px;padding:0 12px;border:1px solid #ccc;background:#fff}.avatar-setting-actions{display:grid;grid-template-columns:1.4fr .8fr;gap:8px}.avatar-setting-actions .btn{width:100%;justify-content:center}
.avatar{transform:scale(var(--avatar-width-scale,1),var(--avatar-height-scale,1));transform-origin:50% 88%;transition:transform .25s ease}.avatar[data-gender="male"] .avatar-head{width:64px;left:73px;border-radius:45% 45% 40% 40%}.avatar[data-gender="male"] .avatar-body:before{left:4px;width:118px;border-radius:28px 28px 18px 18px}.avatar[data-gender="male"] .garment.top{left:4px;width:118px}.avatar[data-gender="male"] .garment.bottom{left:12px;width:102px}.avatar[data-body="slim"]{--body-factor:.88}.avatar[data-body="standard"]{--body-factor:1}.avatar[data-body="athletic"]{--body-factor:1.12}.avatar[data-body="curvy"]{--body-factor:1.1}.avatar[data-body="plus"]{--body-factor:1.22}.avatar[data-body] .avatar-body{transform:scaleX(var(--body-factor));transform-origin:50% 0}.avatar[data-body] .avatar-legs{transform:scaleX(var(--body-factor));transform-origin:50% 0}.avatar[data-shoulder="narrow"] .avatar-body{filter:drop-shadow(0 0 0 transparent);width:116px;left:47px}.avatar[data-shoulder="wide"] .avatar-body{width:138px;left:36px}.avatar[data-leg="short"] .avatar-legs i{height:96px}.avatar[data-leg="short"] .avatar-shoes{top:389px}.avatar[data-leg="long"] .avatar-legs i{height:125px}.avatar[data-leg="long"] .avatar-shoes{top:416px}.avatar[data-gender="male"] .avatar-head span{border-radius:38% 38% 24% 24%}
@media(max-width:1080px){.avatar-setting-shell{grid-template-columns:1fr}.avatar-setting-preview{position:relative;top:auto}}
@media(max-width:720px){.fitting-heading-actions{width:100%;justify-content:space-between}.avatar-setting-preview,.avatar-setting-panel{padding:16px}.setting-frame{min-height:460px}.body-options{grid-template-columns:repeat(2,1fr)}.proportion-grid,.avatar-setting-actions{grid-template-columns:1fr}.gender-options span,.body-options span{min-height:70px}.avatar-profile-summary{justify-content:flex-start}}

/* Product detail size profile */
.size-setting-box{margin-top:22px}.size-setting-trigger{width:100%;min-height:74px;padding:15px 17px;border:1px solid #111;background:#fff;display:flex;align-items:center;justify-content:space-between;text-align:left;cursor:pointer;transition:.2s}.size-setting-trigger:hover{background:#f7f7f7}.size-setting-trigger b{display:block;font-size:14px;margin-bottom:5px}.size-setting-trigger small{display:block;color:#777;letter-spacing:0;font-size:12px;line-height:1.45}.size-setting-arrow{font-size:12px;font-weight:700;white-space:nowrap;margin-left:20px}.size-setting-trigger.is-saved{border-color:#111;background:#111;color:#fff}.size-setting-trigger.is-saved small{color:#cfcfcf}.size-modal{position:fixed;inset:0;z-index:9999;display:none}.size-modal.open{display:block}.size-modal-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.58);backdrop-filter:blur(4px)}.size-modal-dialog{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:min(calc(100% - 32px),680px);max-height:calc(100vh - 40px);overflow:auto;background:#fff;box-shadow:0 30px 90px rgba(0,0,0,.28)}.size-modal-close{position:absolute;right:18px;top:15px;width:38px;height:38px;border:0;background:transparent;font-size:30px;line-height:1;cursor:pointer}.size-modal-head{padding:40px 42px 26px;border-bottom:1px solid #e8e8e8}.size-modal-head small{color:var(--orange);letter-spacing:.16em;font-weight:800}.size-modal-head h2{font-size:30px;margin:8px 0}.size-modal-head p{margin:0;color:#777;font-size:13px}.size-modal-body{padding:30px 42px}.size-profile-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.size-profile-grid label>span{display:block;font-size:12px;font-weight:700;margin-bottom:8px}.size-profile-grid input,.size-profile-grid select{width:100%;height:48px;border:1px solid #ccc;background:#fff;padding:0 13px}.size-input-unit{position:relative}.size-input-unit input{padding-right:46px}.size-input-unit em{position:absolute;right:14px;top:50%;transform:translateY(-50%);font-style:normal;color:#777;font-size:12px}.size-recommend-card{margin-top:26px;background:#111;color:#fff;padding:22px 24px;display:flex;align-items:center;justify-content:space-between;gap:20px}.size-recommend-card small{color:var(--orange);letter-spacing:.12em}.size-recommend-card strong{display:block;font-size:20px;margin:5px 0}.size-recommend-card p{margin:0;color:#bbb;font-size:12px}.size-recommend-card>span{width:70px;height:70px;border-radius:50%;background:var(--orange);display:grid;place-items:center;color:#fff;font-size:24px;font-weight:800;flex:0 0 auto}.size-notice{font-size:11px;color:#888;line-height:1.6;margin:14px 0 0}.size-modal-actions{display:grid;grid-template-columns:1fr 2fr;border-top:1px solid #e8e8e8}.size-modal-actions button{height:58px;border:0;font-weight:800;cursor:pointer}.size-reset-btn{background:#f4f4f4}.size-save-btn{background:#111;color:#fff}.size-save-btn:hover{background:var(--orange)}body.size-modal-lock{overflow:hidden}@media(max-width:600px){.size-modal-head,.size-modal-body{padding-left:22px;padding-right:22px}.size-profile-grid{grid-template-columns:1fr}.size-modal-dialog{max-height:calc(100vh - 20px)}.size-setting-trigger{align-items:flex-start}.size-setting-arrow{margin-top:4px}}
