:root{--ink: #1d2329;--muted: #68717b;--line: #e5e8ec;--paper: #ffffff;--soft: #f5f7f8;--copper: #b8846b;--copper-deep: #7e4f3d;--blue: #e9f3f7;--green: #eaf4ef;--dark: #1f2933}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,Pretendard,Noto Sans KR,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;letter-spacing:0}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.site-header{position:sticky;top:0;z-index:20;display:grid;grid-template-columns:190px minmax(0,1fr) auto;align-items:center;gap:28px;min-height:76px;padding:14px 40px;border-bottom:1px solid rgba(229,232,236,.85);background:#ffffffeb;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.site-header.is-product-page{grid-template-columns:190px minmax(0,1fr) 190px}.brand{display:flex;align-items:center;width:172px;height:52px}.brand img{width:172px;height:52px;object-fit:contain;object-position:left center}.nav{display:flex;justify-content:center;gap:24px;color:#3d4650;font-size:14px;font-weight:650}.nav button{border:0;background:transparent;color:inherit;font:inherit;cursor:pointer}.nav-product-link{color:var(--copper-deep)}.header-spacer{width:100%;min-height:1px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 18px;border-radius:6px;font-size:14px;font-weight:700}.button.primary{background:var(--ink);color:#fff}.account-links{display:flex;align-items:center;justify-content:flex-end;gap:0;color:#3d4650;font-size:13px;font-weight:700;white-space:nowrap}.account-links a,.account-links button{display:inline-flex;align-items:center;border:0;background:transparent;color:inherit;font:inherit;min-height:38px;padding:0 10px;cursor:pointer}.account-links a+a,.account-links button+button{border-left:1px solid var(--line)}.button.secondary{border:1px solid var(--line);background:#fff;color:var(--ink)}.hero{position:relative;min-height:680px;display:grid;grid-template-columns:minmax(0,720px) minmax(360px,1fr);align-items:center;padding:64px 56px 86px;background:#10171d;overflow:hidden;isolation:isolate}.hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(90deg,#0a1015e6,#0a1015c7 31%,#0a10156b 55%,#0a101514),linear-gradient(180deg,#10171d26,#10171d8c);pointer-events:none}.hero-media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;display:grid;grid-template-columns:repeat(2,minmax(260px,1fr));gap:18px;padding:92px 56px 72px 48%}.hero-media video{width:100%;height:100%;min-height:460px;object-fit:cover;border:1px solid rgba(255,255,255,.18);border-radius:8px;box-shadow:0 28px 90px #00000047;background:#18222a}.hero-media video:nth-child(2){transform:translateY(38px)}.hero-copy{position:relative;z-index:2;max-width:720px;color:#fff}.eyebrow{margin:0 0 14px;color:var(--copper-deep);font-size:12px;font-weight:800;text-transform:uppercase}h1,h2,h3,p{margin-top:0}h1{margin-bottom:22px;font-family:Georgia,Times New Roman,serif;font-size:72px;font-weight:500;line-height:.98}h2{margin-bottom:0;font-size:34px;line-height:1.18}h3{margin-bottom:8px;font-size:18px}.hero-text{max-width:560px;color:#ffffffd1;font-size:18px;line-height:1.8}.hero-actions{display:flex;gap:12px;margin-top:30px}.section{padding:84px 56px}.section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:30px}.section-copy{max-width:440px;margin-bottom:4px;color:var(--muted);font-size:14px;line-height:1.7}.brand-showcase{padding:76px 0;border-top:1px solid var(--line);background:#fff;overflow:hidden}.brand-showcase .section-head{width:min(100% - 112px,1500px);margin:0 auto 30px;padding:0}.marquee-stack{display:grid;gap:14px}.marquee-row{overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent)}.marquee-row:hover .brand-marquee-track{animation-play-state:paused}.brand-marquee-track{display:flex;gap:14px;width:max-content;will-change:transform}.marquee-row.to-left .brand-marquee-track{animation:marquee-left 38s linear infinite}.marquee-row.to-right .brand-marquee-track{animation:marquee-right 42s linear infinite}.brand-chip{display:flex;align-items:center;gap:14px;width:244px;min-height:72px;padding:12px 16px;border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:0 10px 34px #1f29330a;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.brand-chip:hover{transform:translateY(-2px);border-color:#7e4f3d52;box-shadow:0 16px 42px #1f29331a}.brand-chip img{width:34px;height:34px;flex:0 0 auto;object-fit:contain;border-radius:7px;filter:contrast(1.08) saturate(1.05)}.brand-chip strong,.brand-chip span{display:block}.brand-chip strong{overflow:hidden;font-size:15px;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.brand-chip span{margin-top:4px;color:var(--muted);font-size:12px;font-weight:700;text-transform:uppercase}@keyframes marquee-left{0%{transform:translate(0)}to{transform:translate(calc(-50% - 7px))}}@keyframes marquee-right{0%{transform:translate(calc(-50% - 7px))}to{transform:translate(0)}}.products-page{min-height:calc(100vh - 76px);padding:78px 56px 92px;border-top:1px solid var(--line);background:#fff}.contact-page{min-height:calc(100vh - 76px);padding:82px 56px 96px;border-top:1px solid var(--line);background:linear-gradient(180deg,#f7faf9,#fff 48%),#fff}.contact-hero{display:grid;grid-template-columns:minmax(0,.9fr) minmax(280px,.36fr);gap:36px;align-items:end;width:min(100%,1480px);margin:0 auto 28px}.contact-hero h2{margin-bottom:18px;font-size:42px}.contact-hero p{max-width:720px;margin-bottom:0;color:var(--muted);font-size:16px;line-height:1.8}.contact-summary{display:grid;gap:8px;padding:20px;border:1px solid var(--line);border-radius:8px;background:#ffffffdb}.contact-summary strong{font-size:18px}.contact-summary span{color:var(--muted);font-size:14px;line-height:1.6}.inquiry-layout{display:grid;grid-template-columns:minmax(0,.72fr) minmax(300px,.28fr);gap:20px;width:min(100%,1480px);margin:0 auto}.inquiry-form-card,.contact-guide-card{border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:0 16px 42px #1f29330d}.inquiry-form-card{display:grid;gap:16px;padding:26px}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.inquiry-form-card label,.checkout-form label{display:grid;gap:8px;min-width:0;color:#33404a;font-size:13px;font-weight:800}.inquiry-form-card input,.inquiry-form-card textarea,.checkout-form input,.checkout-form textarea{width:100%;min-width:0;border:1px solid var(--line);border-radius:7px;background:#fff;color:var(--ink);font:inherit;font-size:14px}.inquiry-form-card input,.checkout-form input{height:44px;padding:0 13px}.inquiry-form-card textarea,.checkout-form textarea{padding:12px 13px;line-height:1.7;resize:vertical}.inquiry-form-card button{justify-self:start;min-height:46px;padding:0 22px;border:0;border-radius:6px;background:var(--ink);color:#fff;font:inherit;font-weight:850;cursor:pointer}.inquiry-form-card button:disabled,.checkout-form button:disabled{opacity:.62;cursor:wait}.form-message{margin:0;padding:12px 14px;border-radius:7px;font-size:13px;font-weight:750;line-height:1.5}.form-message.success{background:#247a5b1a;color:#14563f}.form-message.error{background:#bc4d3d1a;color:#8a3025}.form-message.submitting{background:#1f293314;color:#3e4a55}.contact-guide-card{display:grid;align-content:start;overflow:hidden}.contact-guide-card article{display:grid;gap:8px;padding:22px;border-top:1px solid var(--line)}.contact-guide-card article:first-child{border-top:0}.contact-guide-card span{color:var(--copper-deep);font-size:12px;font-weight:900}.contact-guide-card strong{font-size:18px}.contact-guide-card p{margin-bottom:0;color:var(--muted);font-size:14px;line-height:1.7}.page-title{margin-bottom:24px}.product-search-panel{display:grid;grid-template-columns:minmax(180px,.24fr) minmax(300px,1fr) auto;gap:18px;align-items:center;margin:0 0 26px;padding:18px 22px;border:1px solid var(--line);border-radius:10px;background:linear-gradient(135deg,#faf7f4d1,#fffffff5),#fff;box-shadow:0 18px 46px #1f29330f}.product-search-panel .eyebrow{margin-bottom:5px}.product-search-panel label{display:block;color:var(--ink);font-size:22px;font-weight:850;line-height:1.2}.product-search-panel>span{color:#52606b;font-size:13px;font-weight:800;white-space:nowrap}.product-search-box{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;min-height:48px;border:1px solid rgba(29,35,41,.12);border-radius:999px;background:#fff;overflow:hidden}.product-search-box:focus-within{border-color:#7e4f3d9e;box-shadow:0 0 0 4px #b8846b1f}.product-search-box input{width:100%;min-width:0;height:48px;padding:0 18px;border:0;outline:0;background:transparent;color:var(--ink);font:inherit;font-size:14px}.product-search-box button{height:34px;margin-right:7px;padding:0 13px;border:0;border-radius:999px;background:var(--ink);color:#fff;font:inherit;font-size:12px;font-weight:850;cursor:pointer}.brand-select-bar{display:grid;grid-template-columns:repeat(auto-fill,minmax(188px,1fr));gap:8px;margin-bottom:22px}.brand-select{display:flex;align-items:center;gap:10px;min-height:56px;padding:8px 11px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--ink);font:inherit;text-align:left;cursor:pointer;min-width:0;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease,background .16s ease}.brand-select:hover{transform:translateY(-1px);border-color:#b8846b8c;box-shadow:0 10px 26px #1f293314}.brand-select.is-active{border-color:#7e4f3dbf;background:#fbf7f4;box-shadow:inset 0 0 0 1px #7e4f3d33}.brand-select img{width:32px;height:32px;flex:0 0 auto;object-fit:contain;border-radius:8px}.brand-select span{display:grid;gap:3px;overflow:hidden;min-width:0}.brand-select strong{display:block;overflow:hidden;color:#25303a;font-size:12px;font-weight:800;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.brand-select em{display:block;overflow:hidden;color:#78828c;font-size:9px;font-style:normal;font-weight:850;line-height:1.2;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.shop-toolbar{display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:60px;margin-bottom:18px;padding:12px 16px;border:1px solid var(--line);border-radius:8px;background:#fafbfb}.shop-toolbar strong,.shop-toolbar span{display:block}.shop-toolbar span{margin-top:4px;color:var(--muted);font-size:13px}.toolbar-actions{display:flex;gap:8px}.price-sort-control{display:inline-flex;align-items:center;gap:9px;color:#52606b;font-size:12px;font-weight:800;white-space:nowrap}.price-sort-control select{min-height:36px;padding:0 34px 0 12px;border:1px solid var(--line);border-radius:6px;background:#fff;color:#25303a;font:inherit;font-size:13px;font-weight:800;cursor:pointer}.toolbar-actions button,.product-bottom button,.product-bottom a{min-height:34px;padding:0 12px;border:1px solid var(--line);border-radius:6px;background:#fff;color:#323d48;font:inherit;font-size:13px;font-weight:700;cursor:pointer}.product-bottom a{display:inline-flex;align-items:center;justify-content:center}.selected-brand{display:grid;grid-template-columns:minmax(300px,.9fr) minmax(360px,1fr) minmax(220px,.48fr);gap:28px;align-items:center;margin-bottom:18px;padding:26px 30px;border:1px solid var(--line);border-radius:8px;background:linear-gradient(135deg,#f8faf9f5,#ffffffeb),#fff}.selected-brand-title{display:flex;gap:18px;align-items:center}.selected-brand-title>img{width:58px;height:58px;flex:0 0 auto;object-fit:contain;border:1px solid var(--line);border-radius:14px;background:#fff}.selected-brand h3{margin-bottom:10px;font-size:28px}.selected-brand p{margin-bottom:0;color:var(--muted);font-size:15px;line-height:1.7}.brand-meta{min-height:120px;padding:4px 28px;border-left:1px solid var(--line);border-right:1px solid var(--line)}.brand-meta span{display:block;margin-bottom:10px;color:var(--copper-deep);font-size:12px;font-weight:800;text-transform:uppercase}.brand-meta strong{display:block;margin-bottom:10px;line-height:1.5}.selected-brand-tools{display:grid;justify-content:end;gap:14px}.brand-count-box{min-width:188px;padding:16px 18px;border:1px solid var(--line);border-radius:8px;background:#ffffffbd}.brand-count-box span{display:block;margin-bottom:6px;color:var(--copper-deep);font-size:12px;font-weight:850;text-transform:uppercase}.brand-count-box strong{display:block;color:var(--ink);font-size:24px;line-height:1.1}.brand-count-box p{margin-top:8px;font-size:12px;line-height:1.4}.selected-brand-tools .price-sort-control{justify-content:flex-end}.selected-brand-tools .price-sort-control select{min-width:160px}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.product-card{border:1px solid var(--line);border-radius:8px;background:#fff;overflow:hidden;cursor:pointer;transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}.product-card:hover,.product-card:focus-visible{transform:translateY(-6px);border-color:#7e4f3d61;box-shadow:0 24px 70px #1f293321;outline:none}.product-media{aspect-ratio:1 / 1;position:relative;background:linear-gradient(135deg,#fff3,#1d232906),var(--soft);overflow:hidden}.product-image-shell{position:relative;width:100%;height:100%}.product-image-shell img{width:100%;height:100%;padding:18px;object-fit:contain;opacity:1;transition:opacity .18s ease,transform .36s ease}.product-image-shell.is-loading img{opacity:0}.product-image-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;background:linear-gradient(110deg,#fff0,#ffffffb8,#fff0) 0 0 / 240% 100%,#f3f5f6;color:#8a949e;font-size:12px;font-weight:800;animation:image-loading-sheen 1.15s linear infinite}.product-image-shell.is-error .product-image-placeholder{background:#f4f6f7;animation:none}@keyframes image-loading-sheen{to{background-position:-240% 0}}.product-card:hover .product-image-shell img,.product-card:focus-visible .product-image-shell img{transform:scale(1.06)}.tone-blue{background:#f4f8fa}.tone-green{background:#f4f8f5}.tone-ink{background:#f1f2f3}.product-info{padding:18px}.product-info p{color:var(--muted);font-size:14px;line-height:1.6}.product-info .tag{display:flex;flex-wrap:wrap;gap:6px;align-items:center;margin-bottom:8px;color:var(--copper-deep);font-size:12px;font-weight:800;text-transform:uppercase}.product-info .tag span{color:#5e6872}.product-info .tag span:after{content:"/";margin-left:6px;color:#a7b0b8}.product-info strong{font-size:16px}.keyword-list{display:flex;flex-wrap:wrap;gap:6px;margin-top:16px}.keyword-list span{display:inline-flex;align-items:center;min-height:26px;padding:0 9px;border:1px solid var(--line);border-radius:999px;color:#46515c;font-size:12px;font-weight:650}.product-bottom{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:18px}.product-bottom strong{margin-top:0}.price-display{display:inline-flex;flex-wrap:wrap;align-items:center;gap:7px;min-width:0;color:#111820;font-weight:850;line-height:1.25}.price-display strong{min-width:0;color:inherit;font-size:inherit;font-weight:900}.price-display em{color:#5b6975ad;font-size:10px;font-style:normal;font-weight:800;letter-spacing:0}.price-display.is-compact{gap:6px;font-size:15px}.price-display.is-compact em{font-size:9px}.price-display.is-muted{color:var(--muted)}.empty-products{grid-column:1 / -1;display:grid;place-items:center;min-height:260px;padding:34px;border:1px dashed rgba(29,35,41,.18);border-radius:10px;background:#fafbfb;text-align:center}.empty-products strong{font-size:20px}.empty-products p{margin:8px 0 0;color:var(--muted);font-size:14px}.category-guide{padding:96px 56px;border-top:1px solid var(--line);background:#f4f7f6}.category-layout{display:grid;width:min(100%,1360px);margin:0 auto;grid-template-columns:minmax(300px,.38fr) minmax(0,.62fr);gap:42px;align-items:start}.category-intro{position:sticky;top:112px;padding-right:24px}.category-intro h2,.guide-copy h2{max-width:560px;font-size:36px}.category-intro p,.guide-copy p{max-width:500px;margin:22px 0 28px;color:#5f6973;font-size:15px;line-height:1.85}.category-flow{display:grid;border-top:1px solid #d9dee2}.category-row{display:grid;grid-template-columns:44px minmax(160px,.28fr) minmax(220px,1fr) minmax(160px,.28fr);gap:20px;align-items:center;min-height:142px;padding:28px 0;border-bottom:1px solid #d9dee2}.category-row>span,.guide-row>span{color:var(--copper-deep);font-size:12px;font-weight:850}.category-row strong,.category-row em,.category-row small{display:block}.category-row strong{margin-bottom:8px;font-size:22px}.category-row em{color:#2f3a43;font-style:normal;font-weight:800}.category-row p{margin-bottom:0;color:#66717b;font-size:14px;line-height:1.75}.category-row small{color:#404b55;font-size:13px;font-weight:750;line-height:1.6}.guide-panel{padding:86px 56px;border-top:1px solid var(--line);background:#fff}.guide-layout{display:grid;width:min(100%,1360px);margin:0 auto;grid-template-columns:minmax(300px,.36fr) minmax(0,.64fr);gap:48px;align-items:start}.guide-list{border-top:1px solid var(--line)}.guide-row{display:grid;grid-template-columns:52px minmax(0,1fr);gap:22px;padding:24px 0;border-bottom:1px solid var(--line)}.guide-row strong{display:block;margin-bottom:8px;font-size:18px}.guide-row p{margin-bottom:0;color:var(--muted);font-size:14px;line-height:1.75}.guide-cta{display:inline-flex;align-items:center;justify-content:center;min-height:44px;margin-top:26px;padding:0 18px;border-radius:6px;background:var(--ink);color:#fff;font-size:14px;font-weight:800}[data-reveal]{opacity:0;transform:translateY(34px);transition:opacity .68s ease,transform .68s ease}[data-reveal].is-visible{opacity:1;transform:translateY(0)}[data-reveal] .category-row,[data-reveal] .guide-row,[data-reveal] .brand-chip{transition:opacity .6s ease,transform .6s ease}[data-reveal]:not(.is-visible) .category-row,[data-reveal]:not(.is-visible) .guide-row{opacity:0;transform:translateY(20px)}[data-reveal].is-visible .category-row:nth-child(2),[data-reveal].is-visible .guide-row:nth-child(2){transition-delay:90ms}[data-reveal].is-visible .category-row:nth-child(3),[data-reveal].is-visible .guide-row:nth-child(3){transition-delay:.18s}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;display:grid;place-items:center;padding:24px;background:#0c12188f;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.site-toast{position:fixed;top:92px;left:50%;z-index:120;transform:translate(-50%);padding:12px 18px;border-radius:999px;background:var(--ink);color:#fff;font-size:14px;font-weight:850;box-shadow:0 18px 48px #00000038}.dialog-shell{display:grid;grid-template-columns:52px minmax(0,1080px) 52px;align-items:center;gap:16px;width:min(100%,1240px);max-height:min(88vh,860px)}.product-dialog,.auth-modal{position:relative;width:min(100%,980px);max-height:min(86vh,820px);border-radius:8px;background:#fff;box-shadow:0 34px 120px #00000052;overflow:auto}.product-dialog{display:grid;grid-column:2;grid-template-columns:minmax(320px,.48fr) minmax(320px,.52fr);grid-template-rows:auto auto auto;width:100%;max-height:min(88vh,860px)}.modal-close{display:inline-grid;place-items:center;width:38px;height:38px;border:1px solid var(--line);border-radius:50%;background:#ffffffeb;color:var(--ink);cursor:pointer}.modal-close svg{width:18px;height:18px;stroke:currentColor;stroke-width:2.2;stroke-linecap:round}.auth-modal .modal-close{position:absolute;top:14px;right:22px;z-index:2;width:40px;height:40px;background:#fff;box-shadow:0 10px 28px #1c232a14}.dialog-topbar{position:sticky;top:0;z-index:6;grid-column:1 / -1;display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:64px;padding:12px 18px 12px 24px;border-bottom:1px solid var(--line);background:#fffffff5;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.dialog-top-title{min-width:0}.dialog-top-title span,.dialog-top-title strong{display:block}.dialog-top-title span{margin-bottom:3px;color:var(--copper-deep);font-size:11px;font-weight:850;text-transform:uppercase}.dialog-top-title strong{overflow:hidden;color:#202a32;font-size:15px;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.dialog-media{position:relative;display:grid;place-items:center;min-height:560px;background:#f4f6f7;padding-bottom:88px}.dialog-media img{width:100%;height:100%;max-height:620px;padding:32px;object-fit:contain}.dialog-page-nav{display:inline-grid;place-items:center;width:52px;height:52px;border:1px solid var(--line);border-radius:50%;background:#fffffff5;color:var(--ink);cursor:pointer;box-shadow:0 18px 52px #141c233d;transition:transform .18s ease,background .18s ease,color .18s ease}.dialog-page-nav:hover{transform:translateY(-2px);background:var(--ink);color:#fff}.dialog-page-nav svg{width:28px;height:28px;fill:none;stroke:currentColor;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round}.dialog-thumbs{position:absolute;right:20px;bottom:20px;left:20px;display:flex;gap:8px;overflow-x:auto;padding-bottom:2px}.dialog-thumbs button{width:58px;height:58px;flex:0 0 auto;padding:3px;border:1px solid var(--line);border-radius:8px;background:#fff;cursor:pointer}.dialog-thumbs button.is-active{border-color:var(--copper-deep);box-shadow:inset 0 0 0 1px #7e4f3d38}.dialog-thumbs img{width:100%;height:100%;padding:0;object-fit:contain}.image-empty{width:100%;height:100%;min-height:180px;background:linear-gradient(135deg,#fff3,#1d232906),var(--soft)}.dialog-content{padding:52px 44px 40px}.dialog-brand{display:inline-flex;align-items:center;gap:10px;margin-bottom:22px;color:#44505a;font-size:13px;font-weight:800}.dialog-brand img{width:30px;height:30px;object-fit:contain;border-radius:7px}.dialog-content h2{margin-bottom:18px;font-size:32px}.dialog-content>p{color:var(--muted);font-size:15px;line-height:1.78}.dialog-price{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:28px 0 18px;padding-top:22px;border-top:1px solid var(--line)}.dialog-price strong{font-size:22px}.dialog-price span{color:var(--muted);font-weight:750}.dialog-price .price-display{color:#111820;font-size:22px}.dialog-price .price-display.is-muted{color:var(--muted)}.dialog-price a{color:var(--copper-deep);font-size:13px;font-weight:800}.quantity-control{display:inline-grid;grid-template-columns:38px 64px 38px;align-items:center;border:1px solid var(--line);border-radius:6px;overflow:hidden}.quantity-control button,.quantity-control input{height:38px;border:0;background:#fff;color:var(--ink);font:inherit;text-align:center}.quantity-control button{cursor:pointer;font-weight:800}.dialog-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:24px}.product-intro{grid-column:1 / -1;margin:0;padding:34px 44px 42px;border-top:1px solid var(--line);background:#fff}.detail-section-head{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:18px}.detail-section-head span{display:block;color:var(--copper-deep);font-size:12px;font-weight:850;text-transform:uppercase}.detail-section-list{display:grid;gap:14px}.detail-section{border:1px solid var(--line);border-radius:8px;overflow:hidden;background:#fff}.detail-section h3{margin:0;padding:14px 16px;border-bottom:1px solid var(--line);background:#f7f8f8;font-size:16px}.detail-section p{margin:0;padding:16px;color:#58636d;font-size:14px;line-height:1.8;white-space:pre-line}.detail-section dl{margin:0}.detail-section dl>div{display:grid;grid-template-columns:190px minmax(0,1fr);border-top:1px solid var(--line)}.detail-section dl>div:first-child{border-top:0}.detail-section dt,.detail-section dd{margin:0;padding:13px 16px;font-size:13px;line-height:1.65}.detail-section dt{background:#fafafa;color:#36414b;font-weight:800}.detail-section dd{margin-bottom:0;color:#58636d}.detail-image-stack{display:grid;justify-items:center;gap:0;margin-top:22px;overflow:hidden;border:1px solid var(--line);border-radius:8px;background:#fff}.detail-image-stack img{width:min(100%,900px);height:auto;margin:0 auto;object-fit:contain}.detail-image-stack img+img{border-top:0}.dialog-actions button,.auth-modal form button,.checkout-button{min-height:46px;border:0;border-radius:6px;background:var(--ink);color:#fff;font:inherit;font-weight:850;cursor:pointer}.dialog-actions button:first-child{border:1px solid var(--line);background:#fff;color:var(--ink)}.auth-modal{width:min(100%,430px);max-height:min(92vh,720px);padding:0;overflow:hidden;background:linear-gradient(180deg,#fffffffa,#fff 44%),radial-gradient(circle at 20% 0%,rgba(149,96,69,.12),transparent 36%)}.auth-modal-head{position:relative;display:flex;align-items:center;justify-content:space-between;min-height:70px;padding:16px 24px 12px;border-bottom:1px solid rgba(224,229,233,.72)}.auth-brand-logo{width:124px;max-height:34px;object-fit:contain;object-position:left center}.auth-modal-body{padding:24px 34px 28px}.auth-modal h2{margin:3px 0 7px;font-size:clamp(34px,4vw,40px);line-height:1.05}.auth-copy{margin:0 0 18px;color:var(--muted);font-size:15px;line-height:1.55}.auth-socials{display:flex;align-items:center;justify-content:center;gap:13px;margin:0 0 20px}.social-login-button{display:inline-grid;place-items:center;width:52px;height:52px;border:1px solid rgba(210,218,225,.95);border-radius:50%;background:#fff;color:var(--ink);font-weight:900;text-decoration:none;box-shadow:0 8px 22px #1c232a14;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease}.social-login-button:hover{transform:translateY(-2px);border-color:#95604552;box-shadow:0 14px 32px #1c232a24}.social-login-button.kakao{border-color:#fee500;background:#fee500}.social-login-button.google{background:#fff}.social-login-button.apple{border-color:#171d23;background:#171d23;color:#fff}.social-login-button img{display:block;width:30px;height:30px;object-fit:contain}.social-login-button.google img{width:28px;height:28px}.social-login-button.apple img{width:28px;height:28px;display:block}.auth-divider{display:flex;align-items:center;gap:12px;margin:0 0 14px;color:var(--muted);font-size:12px;font-weight:850;letter-spacing:0}.auth-divider:before,.auth-divider:after{content:"";flex:1;height:1px;background:var(--line)}.auth-modal form{display:grid;gap:10px}.auth-modal input{width:100%;height:48px;padding:0 16px;border:1px solid var(--line);border-radius:8px;font:inherit;font-weight:700;background:#fff}.auth-modal input:focus{outline:2px solid rgba(149,96,69,.16);border-color:#95604580}.auth-modal form button{min-height:48px;margin-top:2px;border-radius:8px;box-shadow:0 14px 34px #1c232a29}.auth-switch{width:100%;min-height:40px;margin-top:12px;border:0;background:transparent;color:var(--copper-deep);font:inherit;font-weight:800;cursor:pointer}.cart-panel{position:relative;display:grid;grid-template-rows:auto auto minmax(0,1fr) auto;justify-self:end;width:min(100%,460px);height:100%;max-height:none;border-radius:8px 0 0 8px;background:#fff;box-shadow:0 34px 120px #00000052;overflow:hidden}.cart-panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:34px 28px 18px;border-bottom:1px solid var(--line)}.cart-panel-head h2{margin:0;font-size:34px;line-height:1.1}.cart-panel .modal-close{position:static;flex:0 0 auto}.cart-select-bar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 28px;border-bottom:1px solid var(--line);background:#fafafa}.cart-select-bar label{display:inline-flex;align-items:center;gap:8px;color:var(--ink);font-size:13px;font-weight:850;cursor:pointer}.cart-select-bar strong{color:var(--muted);font-size:12px;font-weight:850}.cart-select-bar input,.cart-check input{accent-color:var(--ink)}.cart-scroll-area{min-height:0;overflow-y:auto;padding:16px 28px}.cart-list{display:grid;gap:12px;margin:0}.cart-item{display:grid;grid-template-columns:22px 86px minmax(0,1fr);align-items:start;gap:14px;padding:12px;border:1px solid var(--line);border-radius:8px}.cart-check{display:grid;place-items:center;padding-top:32px}.cart-item img,.cart-item .image-empty{width:86px;height:86px;min-height:86px;object-fit:contain;background:var(--soft)}.cart-item-info{min-width:0}.cart-item-title-row{display:grid;grid-template-columns:minmax(0,1fr) 34px;gap:10px;align-items:start}.cart-item strong,.cart-item span{display:block}.cart-item strong{margin-bottom:6px;min-width:0;line-height:1.35}.cart-item span,.empty-cart{color:var(--muted);font-size:13px}.cart-item .price-display,.order-line .price-display,.cart-item .price-display strong,.cart-item .price-display span,.order-line .price-display strong,.order-line .price-display span{display:inline-flex}.cart-item .price-display{margin-top:2px}.cart-item .price-display strong{margin-bottom:0;color:#111820;font-size:13px}.order-line-meta{display:flex;flex-wrap:wrap;align-items:center;gap:4px}.quantity-control.compact{grid-template-columns:30px 44px 30px;margin-top:10px}.quantity-control.compact button,.quantity-control.compact input{height:30px}.cart-remove{display:inline-grid;place-items:center;width:34px;height:34px;border:1px solid rgba(190,46,46,.24);border-radius:8px;background:#be2e2e14;color:#c62828;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease,transform .15s ease}.cart-remove:hover{border-color:#c62828;background:#c62828;color:#fff;transform:translateY(-1px)}.cart-remove svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.cart-panel-footer{padding:16px 28px 24px;border-top:1px solid var(--line);background:#fff;box-shadow:0 -12px 30px #1f29330f}.checkout-button{width:100%;margin-top:0}.checkout-button:disabled{background:#c8ced3;cursor:default}.empty-cart{margin:0;padding:36px 0;text-align:center}.guest-order-modal{position:relative;width:min(100%,720px);max-height:min(88vh,840px);border-radius:8px;background:#fff;box-shadow:0 34px 120px #00000052;overflow:auto}.guest-order-head{position:sticky;top:0;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:22px 24px 18px;border-bottom:1px solid var(--line);background:#fffffff5;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.guest-order-head h2{font-size:26px}.checkout-tabs{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:18px 24px 0}.checkout-tabs button{min-height:44px;border:1px solid var(--line);border-radius:6px;background:#fff;color:#38434d;font:inherit;font-weight:800;cursor:pointer}.checkout-tabs button.is-active{border-color:var(--copper-deep);background:#fbf7f4;color:var(--copper-deep)}.order-items{display:grid;gap:10px;padding:18px 24px}.order-line{display:grid;grid-template-columns:72px minmax(0,1fr);gap:12px;align-items:center;padding:10px;border:1px solid var(--line);border-radius:8px}.order-line img,.order-line .image-empty{width:72px;height:72px;min-height:72px;object-fit:contain;background:var(--soft)}.order-line strong,.order-line span{display:block}.order-line span{margin-top:6px;color:var(--muted);font-size:13px}.checkout-form{display:grid;gap:12px;padding:0 24px 26px}.checkout-form label{display:grid;gap:7px;color:#303a43;font-size:13px;font-weight:800}.address-fieldset{display:grid;gap:8px}.address-fieldset>span{color:#303a43;font-size:13px;font-weight:800}.address-search-row{display:grid;grid-template-columns:minmax(128px,170px) 112px;align-items:center;gap:8px}.checkout-form input,.checkout-form textarea{width:100%;border:1px solid var(--line);border-radius:6px;color:var(--ink);font:inherit}.checkout-form input{height:44px;padding:0 13px}.checkout-form textarea{padding:12px 13px;resize:vertical}.checkout-form button{min-height:48px;margin-top:4px;border:0;border-radius:6px;background:var(--ink);color:#fff;font:inherit;font-weight:850;cursor:pointer}.checkout-form .address-search-button{width:112px;min-height:42px;margin-top:0;padding:0 12px;border:1px solid var(--ink);border-radius:7px;background:#fff;color:var(--ink);font-size:13px;font-weight:850;white-space:nowrap}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.agreement-check{grid-template-columns:auto minmax(0,1fr);align-items:start;gap:10px;color:#56616c;font-weight:650}.agreement-check input{width:18px;height:18px;margin-top:1px}.site-footer{display:flex;align-items:center;gap:18px;padding:34px 56px;border-top:1px solid var(--line);background:#fff}.site-footer img{width:44px;height:44px;object-fit:contain;border-radius:50%}.site-footer p{margin:4px 0 0;color:var(--muted);font-size:13px}.site-footer a{margin-left:auto;color:#3d4650;font-size:14px;font-weight:650}@media(max-width:980px){.site-header{grid-template-columns:150px auto;padding:12px 22px}.nav{display:none}.account-links{justify-self:end}.hero{grid-template-columns:1fr;min-height:620px;padding:72px 24px 74px}.hero:before{background:linear-gradient(90deg,#0a1015ed,#0a1015c2 62%,#0a10155c),linear-gradient(180deg,#10171d40,#10171d9e)}.hero-media{grid-template-columns:1fr 1fr;gap:10px;padding:36px 16px 36px 38%}.hero-media video{min-height:520px;opacity:.82}h1{font-size:54px}.hero-text{font-size:16px}.product-grid,.brand-select-bar,.selected-brand,.product-search-panel,.page-title,.contact-hero,.inquiry-layout,.category-layout,.category-row,.guide-layout,.product-dialog{grid-template-columns:1fr}.dialog-shell{grid-template-columns:minmax(0,1fr);gap:10px;width:min(100%,680px);max-height:min(92vh,860px)}.product-dialog{grid-column:1}.dialog-page-nav{position:fixed;top:auto;bottom:22px;z-index:90;width:46px;height:46px}.dialog-page-nav-prev{left:22px}.dialog-page-nav-next{right:22px}.category-intro{position:static;padding-right:0}.category-row{gap:12px}.guide-panel{padding-left:24px;padding-right:24px}.dialog-media{min-height:360px;padding-bottom:78px}.product-intro{padding:28px 24px 34px}.detail-section dl>div{grid-template-columns:1fr}.detail-section dt{padding-bottom:6px}.detail-section dd{padding-top:6px}.section,.products-page,.contact-page,.category-guide{padding-left:24px;padding-right:24px}.brand-showcase .section-head{width:calc(100% - 48px)}.brand-chip{width:216px}.product-search-panel{gap:12px}.product-search-panel>span{white-space:normal}.brand-meta{padding-left:0;padding-top:20px;padding-right:0;border-left:0;border-right:0;border-top:1px solid var(--line)}.selected-brand-tools{justify-content:stretch;padding-top:20px;border-top:1px solid var(--line)}.selected-brand-tools .price-sort-control{justify-content:space-between}.selected-brand-tools .price-sort-control select,.brand-count-box{width:100%}.site-footer{align-items:flex-start;flex-direction:column;padding:28px 24px}.site-footer a{margin-left:0}}@media(max-width:560px){.site-header{min-height:68px;grid-template-columns:118px 1fr}.brand{width:112px}.brand img{width:112px;height:38px}.account-links{gap:0;font-size:12px}.account-links a,.account-links button{min-height:34px;padding:0 7px}h1{font-size:44px}h2{font-size:27px}.hero-actions{flex-direction:column;align-items:stretch}.hero-media{grid-template-columns:1fr;padding:0}.hero-media video{min-height:100%;border:0;border-radius:0}.hero-media video:nth-child(2){display:none}.modal-backdrop{padding:12px}.dialog-content,.auth-modal,.guest-order-modal{padding-left:20px;padding-right:20px}.cart-panel{width:100%}.cart-panel-head{padding:26px 20px 16px}.cart-select-bar,.cart-scroll-area,.cart-panel-footer{padding-left:20px;padding-right:20px}.cart-item{grid-template-columns:22px 72px minmax(0,1fr);gap:10px}.cart-item img,.cart-item .image-empty{width:72px;height:72px;min-height:72px}.dialog-topbar{padding-left:16px;padding-right:14px}.dialog-actions{grid-template-columns:1fr}.guest-order-modal{padding-left:0;padding-right:0}.form-grid,.checkout-tabs,.address-search-row{grid-template-columns:1fr}.checkout-form .address-search-button{width:100%}.brand-showcase{padding-top:56px;padding-bottom:56px}.shop-toolbar,.product-bottom{align-items:stretch;flex-direction:column}.toolbar-actions{overflow-x:auto}}
