*{box-sizing:border-box}
:root{--ink:#11110f;--muted:#716f68;--paper:#f4f1ea;--white:#fff;--line:#ded9ce;--soft:#e9e4da;--max:1180px}
body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
a{text-decoration:none;color:inherit}button,input{font:inherit;color:inherit}
.site-head{width:min(var(--max),calc(100% - 36px));height:72px;margin:auto;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}
.logo{display:flex;gap:8px;align-items:baseline}.logo strong{font-size:1.75rem;letter-spacing:-.08em}.logo span{font-size:.63rem;font-weight:900;letter-spacing:.16em}
.site-head nav{display:flex;align-items:center;gap:20px;font-size:.78rem;font-weight:800}.cart-button{border:1px solid var(--line);background:#fff;border-radius:999px;padding:9px 12px;font-weight:850}.cart-button b{display:inline-grid;place-items:center;min-width:20px;height:20px;border-radius:50%;background:var(--ink);color:#fff;font-size:.65rem;margin-left:4px}
.eyebrow{font-size:.66rem;font-weight:900;letter-spacing:.16em;color:#77746c;margin:0 0 10px}
.mp62{width:min(var(--max),calc(100% - 36px));margin:0 auto 80px}
.mp62-hero{display:grid;grid-template-columns:.9fr 1.1fr;min-height:320px;margin:28px 0 42px;border-radius:24px;overflow:hidden;background:#e8e1d5}
.mp62-hero-copy{padding:48px;display:flex;flex-direction:column;justify-content:center}.mp62-hero h1{font-size:clamp(3rem,6vw,5rem);line-height:.92;letter-spacing:-.065em;margin:0 0 18px}.mp62-hero p:last-child{max-width:500px;color:var(--muted);line-height:1.6;font-size:.94rem}
.mp62-hero-media{background:linear-gradient(90deg,rgba(0,0,0,.05),transparent),url('/assets/room-kitchen.jpg') center/cover no-repeat}
.mp62-shop{background:#fbfaf7;border:1px solid var(--line);border-radius:24px;padding:34px}
.mp62-shop-head{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:22px}.mp62-shop-head h2{font-size:2.1rem;letter-spacing:-.045em;margin:0}.mp62-shop-head>p{color:var(--muted);max-width:390px;font-size:.82rem;line-height:1.5}
.mp62-main-tabs{display:grid;grid-template-columns:repeat(5,1fr);border:1px solid var(--line);border-radius:14px;overflow:hidden;background:#fff;margin-bottom:22px}
.mp62-main-tabs button{min-height:52px;border:0;border-right:1px solid var(--line);background:#fff;font-weight:900;cursor:pointer}.mp62-main-tabs button:last-child{border-right:0}.mp62-main-tabs button.active{background:var(--ink);color:#fff}
.mp62-room-tabs{display:flex;gap:8px;flex-wrap:wrap;padding-bottom:20px;border-bottom:1px solid var(--line)}.mp62-room-tabs button{border:1px solid var(--line);background:#fff;padding:10px 16px;border-radius:999px;font-weight:850;cursor:pointer}.mp62-room-tabs button.active{background:var(--ink);color:#fff;border-color:var(--ink)}
.mp62-crumbs{display:flex;align-items:center;justify-content:space-between;gap:14px;min-height:54px;color:var(--muted);font-size:.74rem;font-weight:800}.mp62-crumbs button{border:0;background:transparent;padding:0;color:var(--ink);cursor:pointer;font-weight:900}.mp62-trail{display:flex;align-items:center;gap:8px}.mp62-trail span{opacity:.5}.mp62-back:hover{text-decoration:underline}
.mp62-stage-head{display:flex;justify-content:space-between;align-items:end;margin:10px 0 20px}.mp62-stage-head h3,.mp62-browse-head h3{font-size:1.65rem;margin:0;letter-spacing:-.03em}.mp62-stage-head p,.mp62-browse-head>p:last-child{margin:5px 0 0;color:var(--muted);font-size:.78rem;line-height:1.5}
.mp62-card-grid,.mp62-width-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.mp62-category-card,.mp62-width-card{border:1px solid var(--line);background:#fff;border-radius:18px;overflow:hidden;text-align:left;padding:0;cursor:pointer;transition:.18s ease}.mp62-category-card:hover,.mp62-width-card:hover{transform:translateY(-2px);box-shadow:0 10px 28px rgba(37,31,23,.08);border-color:#cfc7b8}
.mp62-imgbox{height:220px;background:#eee9df;display:grid;place-items:center;padding:18px}.mp62-imgbox img{width:100%;height:100%;object-fit:contain;display:block}.mp62-card-copy{padding:16px}.mp62-card-copy small{font-size:.6rem;font-weight:900;letter-spacing:.12em;color:#77746c}.mp62-card-copy strong{display:block;font-size:1.04rem;margin:6px 0 4px}.mp62-card-copy span{font-size:.72rem;color:var(--muted)}
.mp62-width-card .mp62-imgbox{height:250px}.mp62-width-copy{display:flex;justify-content:space-between;align-items:center}.mp62-width-copy .size{font-size:1.55rem;font-weight:900;letter-spacing:-.035em}.mp62-width-copy b{display:inline-flex;align-items:center;justify-content:center;min-width:70px;min-height:34px;padding:0 12px;border-radius:999px;background:var(--ink);color:#fff;font-size:.68rem}
.mp62-config{display:grid;grid-template-columns:.9fr 1.1fr;gap:22px}.mp62-product-panel{background:#eee9df;border-radius:20px;min-height:520px;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:28px}.mp62-product-panel img{width:88%;max-height:380px;object-fit:contain}.mp62-product-panel .meta{width:100%;display:flex;justify-content:space-between;margin-top:18px;color:var(--muted);font-size:.7rem;font-weight:800}
.mp62-options{background:#fff;border:1px solid var(--line);border-radius:20px;padding:26px}.mp62-options h3{font-size:2rem;margin:0 0 6px;letter-spacing:-.04em}.mp62-options>.sub{color:var(--muted);font-size:.8rem;margin:0 0 18px}
.mp62-option-block{margin-top:18px}.mp62-option-block h4{font-size:.72rem;margin:0 0 10px}.mp62-option-grid{display:grid;gap:10px}.mp62-door-grid{grid-template-columns:repeat(4,1fr)}.mp62-finish-grid{grid-template-columns:repeat(3,1fr)}.mp62-handle-grid{grid-template-columns:repeat(4,1fr)}
.mp62-option{border:1px solid var(--line);background:#fff;border-radius:12px;padding:6px;cursor:pointer;text-align:left}.mp62-option.selected{border-color:var(--ink);box-shadow:inset 0 0 0 2px var(--ink)}.mp62-option img{width:100%;height:92px;object-fit:cover;border-radius:8px;background:#ece7dc}.mp62-finish-grid .mp62-option img{height:112px}.mp62-handle-grid .mp62-option img{object-fit:contain}.mp62-option span{display:block;font-size:.67rem;font-weight:850;padding:7px 4px 4px}
.mp62-add-row{display:flex;gap:10px;align-items:center;margin-top:22px}.mp62-qty{display:flex}.mp62-qty button,.mp62-qty input{height:44px;border:1px solid var(--line);background:#fff}.mp62-qty button{width:42px;cursor:pointer}.mp62-qty input{width:52px;text-align:center;border-left:0;border-right:0}.mp62-primary{display:inline-flex;justify-content:center;align-items:center;min-height:44px;background:var(--ink);color:#fff;border:0;border-radius:12px;padding:0 20px;font-weight:900;cursor:pointer;flex:1}.mp62-note{margin-top:13px;color:var(--muted);font-size:.66rem;line-height:1.5}
.mp62-browse-head{max-width:680px;margin:12px 0 22px}.mp62-browse-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.mp62-browse-card{overflow:hidden;border:1px solid var(--line);border-radius:16px;background:#fff}.mp62-browse-img{height:210px;background:#eee9df;padding:14px;display:grid;place-items:center}.mp62-browse-img img{width:100%;height:100%;object-fit:contain}.mp62-browse-card>div:last-child{padding:14px}.mp62-browse-card strong,.mp62-browse-card span{display:block}.mp62-browse-card strong{font-size:.9rem}.mp62-browse-card span{margin-top:4px;color:var(--muted);font-size:.7rem;line-height:1.4}.mp62-browse-foot{margin-top:18px;padding-top:15px;border-top:1px solid var(--line);color:var(--muted);font-size:.7rem}
.mp62-cart{position:fixed;inset:0;display:none;z-index:80}.mp62-cart.open{display:block}.mp62-cart-backdrop{position:absolute;inset:0;border:0;background:rgba(0,0,0,.42)}.mp62-cart aside{position:absolute;right:0;top:0;width:min(430px,92vw);height:100%;background:#fff;padding:24px;overflow:auto}.mp62-cart-head{display:flex;justify-content:space-between}.mp62-cart-head h2{margin:0;font-size:1.8rem}.mp62-cart-head button{border:0;background:transparent;cursor:pointer}.mp62-cart-line{display:grid;grid-template-columns:72px 1fr auto;gap:12px;padding:14px 0;border-bottom:1px solid var(--line);align-items:center}.mp62-cart-line img{width:72px;height:72px;object-fit:contain;background:#eee9df;border-radius:10px}.mp62-cart-line strong{font-size:.75rem;display:block}.mp62-cart-line span{font-size:.65rem;color:var(--muted);display:block;margin-top:4px}.mp62-cart-line button{border:0;background:transparent;font-size:.65rem;color:var(--muted);cursor:pointer}.mp62-cart-actions{padding-top:20px}.mp62-cart-actions .mp62-primary{width:100%}.mp62-empty{color:var(--muted);font-size:.8rem;padding:24px 0}
@media(max-width:900px){.mp62-hero{grid-template-columns:1fr}.mp62-hero-media{min-height:250px}.mp62-card-grid,.mp62-width-grid,.mp62-browse-grid{grid-template-columns:repeat(2,1fr)}.mp62-config{grid-template-columns:1fr}.mp62-product-panel{min-height:390px}.mp62-shop-head{align-items:flex-start;flex-direction:column}.mp62-main-tabs{grid-template-columns:1fr 1fr}.mp62-door-grid,.mp62-handle-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:620px){.site-head{height:auto;padding:18px 0}.site-head nav{gap:10px;font-size:.68rem}.mp62{width:min(100% - 22px,1180px)}.mp62-hero-copy{padding:30px}.mp62-shop{padding:18px}.mp62-card-grid,.mp62-width-grid,.mp62-browse-grid{grid-template-columns:1fr}.mp62-main-tabs{grid-template-columns:1fr}.mp62-finish-grid{grid-template-columns:repeat(2,1fr)}.mp62-imgbox{height:190px}.mp62-crumbs{align-items:flex-start;flex-direction:column}.mp62-shop-head h2{font-size:1.7rem}}
