/*
Theme Name: BridgeMatrix Pick
Version: 1.0.0
Text Domain: bridgematrix-pick
*/
:root{--navy:#142b4a;--navy2:#203c62;--blue:#3478f6;--blue2:#2367df;--ink:#1d2b3e;--muted:#69758a;--bg:#f5f7fa;--soft:#f0f4f9;--line:#e3e8ef;--white:#fff;--radius:20px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--bg);font-family:Pretendard,"Noto Sans KR",system-ui,-apple-system,sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.wrap{width:min(1180px,calc(100% - 40px));margin:auto}
.site-header{position:sticky;top:0;z-index:50;border-bottom:1px solid rgba(20,43,74,.08);background:rgba(255,255,255,.96);backdrop-filter:blur(14px)}.header-inner{height:76px;display:flex;align-items:center;gap:34px}.brand{display:flex;align-items:center;gap:10px;font-size:20px;font-weight:700;letter-spacing:-.7px}.brand b{color:var(--navy)}.brand-mark{display:grid;place-items:center;width:36px;height:36px;border-radius:11px;color:#fff;background:linear-gradient(145deg,var(--blue),#6aa2ff);font-weight:900;box-shadow:0 7px 18px rgba(52,120,246,.23)}.navlinks{display:flex;gap:30px;margin-left:auto;color:#435168;font-size:14px;font-weight:700}.navlinks a{padding:28px 0;transition:.2s}.navlinks a:hover{color:var(--blue)}.header-search{position:relative;width:40px;height:40px;border:1px solid var(--line);border-radius:50%;background:#fff}.header-search span,.search-icon{position:absolute;width:15px;height:15px;border:2px solid #64738a;border-radius:50%}.header-search span{left:11px;top:10px}.header-search span:after,.search-icon:after{content:"";position:absolute;width:7px;height:2px;background:#64738a;transform:rotate(45deg);right:-5px;bottom:-2px}
.hero-section{padding:26px 0 20px}.hero{position:relative;height:480px;overflow:hidden;border-radius:28px;background:#edf2f7;box-shadow:0 18px 55px rgba(24,48,79,.09)}.hero-photo{position:absolute;width:100%;height:100%;object-fit:cover}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(245,247,250,.97) 0%,rgba(245,247,250,.90) 32%,rgba(245,247,250,.25) 60%,rgba(245,247,250,0) 78%)}.hero-copy{position:relative;z-index:2;width:58%;padding:58px 0 0 62px}.eyebrow,.section-kicker{display:block;color:var(--blue);font-size:12px;font-weight:900;letter-spacing:1.7px}.hero h1{margin:13px 0 15px;color:var(--navy);font-size:clamp(41px,4.1vw,58px);line-height:1.09;letter-spacing:-3px}.hero-copy>p{margin:0;color:#5d6a7c;font-size:16px;line-height:1.7}.search{display:flex;align-items:center;width:min(560px,100%);margin-top:25px;padding:7px;border:1px solid rgba(33,63,100,.08);border-radius:15px;background:#fff;box-shadow:0 13px 34px rgba(22,51,88,.14)}.search-icon{position:relative;flex:0 0 auto;margin-left:12px}.search input{min-width:0;flex:1;border:0;outline:0;padding:14px 12px;color:var(--ink);background:transparent;font-size:15px}.search button{border:0;border-radius:10px;padding:14px 24px;color:#fff;background:var(--blue);font-weight:800;cursor:pointer}.search button:hover{background:var(--blue2)}.quick-keywords{display:flex;align-items:center;gap:9px;margin-top:15px;color:#68768a;font-size:12px}.quick-keywords b{color:var(--navy)}.quick-keywords a{padding:5px 9px;border:1px solid rgba(54,77,104,.1);border-radius:999px;background:rgba(255,255,255,.72)}
.disclosure{display:flex;gap:12px;margin:3px auto 0;padding:13px 16px;border:1px solid #e3e8ef;border-radius:12px;color:#69758a;background:#fff;font-size:12px;line-height:1.55}.disclosure strong{flex:none;color:var(--navy)}
.section{padding:54px 0}.section-soft{background:#eef2f7}.section-head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:22px}.section-head h2{margin:7px 0 0;color:var(--navy);font-size:29px;letter-spacing:-1.3px}.section-head p{margin:7px 0 0;color:var(--muted);font-size:14px}.section-head>a{color:#66758a;font-size:13px;font-weight:700}.section-head>a b{color:var(--blue);font-size:17px}
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product-card{overflow:hidden;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:0 8px 24px rgba(21,49,83,.045);transition:.2s}.product-card:hover{transform:translateY(-4px);box-shadow:0 15px 30px rgba(21,49,83,.1)}.product-image{display:grid;place-items:center;height:202px;background:linear-gradient(145deg,#f4f7fb,#e8eef6)}.product-image span{font-size:62px;filter:drop-shadow(0 8px 9px rgba(30,53,79,.1))}.product-body{padding:17px}.product-tag{display:inline-flex;padding:5px 8px;border-radius:6px;color:var(--blue2);background:#edf4ff;font-size:11px;font-weight:900}.product-card h3{min-height:45px;margin:11px 0 12px;font-size:15px;line-height:1.5;letter-spacing:-.35px}.product-price{color:var(--navy);font-size:17px;font-weight:900}.product-meta{margin-top:6px;color:#8a94a4;font-size:11px}
.scene-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:15px}.scene{display:flex;align-items:center;gap:17px;min-height:126px;padding:23px 25px;border-radius:18px;transition:.2s}.scene:hover{transform:translateY(-3px)}.scene>span{display:grid;place-items:center;width:62px;height:62px;border-radius:17px;background:rgba(255,255,255,.66);font-size:31px}.scene h3{margin:0 0 6px;color:var(--navy);font-size:18px}.scene p{margin:0;color:#66758a;font-size:13px}.scene>b{margin-left:auto;color:var(--navy);font-size:20px}.scene-bath{background:#e8f3ff}.scene-kitchen{background:#fff1df}.scene-clean{background:#e9f7ee}.scene-rest{background:#f1eafb}
.category-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:13px}.category{display:flex;flex-direction:column;align-items:center;gap:12px;padding:24px 10px;border-radius:17px;font-size:14px;transition:.2s}.category:hover{transform:translateY(-4px)}.category span{font-size:32px}.category:nth-child(1){background:#e8f3ff}.category:nth-child(2){background:#fff1df}.category:nth-child(3){background:#e8f7f5}.category:nth-child(4){background:#eeeafd}.category:nth-child(5){background:#ffecee}.category:nth-child(6){background:#f4f0df}.category b{color:var(--navy)}
.guide-grid{display:grid;grid-template-columns:1fr 1fr;gap:17px}.guide-grid article{display:flex;align-items:flex-start;gap:20px;min-height:166px;padding:29px;border:1px solid #dce4ee;border-radius:19px;background:#fff}.guide-grid article:first-child{border-color:#d9e7fb;background:#eaf3ff}.guide-grid article>span{display:grid;place-items:center;flex:none;width:44px;height:44px;border-radius:12px;color:#fff;background:var(--blue);font-size:13px;font-weight:900}.guide-grid h3{margin:1px 0 9px;color:var(--navy);font-size:19px}.guide-grid p{margin:0;color:#66758a;font-size:13px;line-height:1.7}
footer{padding:40px 0 90px;border-top:1px solid #e1e6ed;color:#7c8797;background:#fff;font-size:12px}.footer-inner{display:flex;justify-content:space-between;gap:30px}.footer-inner>p{text-align:right;line-height:1.7}.footer-inner strong{color:var(--navy);font-size:17px}.footer-inner div p{margin:8px 0}.mobilebar{display:none}
@media(max-width:900px){.navlinks{display:none}.header-search{margin-left:auto}.hero{height:570px}.hero-photo{object-position:64% bottom}.hero-shade{background:linear-gradient(180deg,rgba(245,247,250,.98) 0%,rgba(245,247,250,.9) 48%,rgba(245,247,250,.05) 78%)}.hero-copy{width:100%;padding:40px 34px}.hero h1{font-size:45px}.product-grid{grid-template-columns:repeat(2,1fr)}.category-grid{grid-template-columns:repeat(3,1fr)}.mobilebar{position:fixed;z-index:60;left:0;right:0;bottom:0;display:grid;grid-template-columns:repeat(4,1fr);padding:9px 5px calc(9px + env(safe-area-inset-bottom));border-top:1px solid var(--line);background:rgba(255,255,255,.97);text-align:center;font-size:11px;backdrop-filter:blur(12px)}.mobilebar b{display:block;margin-bottom:2px;color:var(--blue);font-size:19px}}
@media(max-width:560px){.wrap{width:min(100% - 24px,1180px)}.header-inner{height:67px}.brand{font-size:17px}.brand-mark{width:32px;height:32px}.hero-section{padding:12px 0}.hero{height:520px;border-radius:20px}.hero-photo{object-position:66% bottom}.hero-copy{padding:31px 20px}.hero h1{margin-top:10px;font-size:37px;letter-spacing:-2px}.hero-copy>p{font-size:14px}.desktop-only{display:none}.search{margin-top:20px}.search button{padding:13px 17px}.quick-keywords{flex-wrap:wrap}.quick-keywords b{width:100%}.disclosure{align-items:flex-start}.section{padding:39px 0}.section-head h2{font-size:24px}.product-grid{gap:11px}.product-image{height:145px}.product-body{padding:13px}.product-card h3{font-size:14px}.scene-grid{grid-template-columns:1fr}.scene{min-height:105px;padding:18px}.category-grid{gap:9px}.category{padding:18px 7px}.guide-grid{grid-template-columns:1fr}.guide-grid article{min-height:auto;padding:22px}.footer-inner{display:block}.footer-inner>p{text-align:left}.footer-inner div{margin-bottom:24px}}
