:root{--green:#063f30;--green-deep:#022e24;--gold:#d5a43e;--ink:#15211d;--muted:#6d7672;--line:#dfe5e1;--cream:#f5f5f0;--white:#fff;--shadow:0 14px 36px rgba(4,48,37,.1)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:"Noto Sans KR",sans-serif;background:#f8faf9;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input,select{font:inherit}.search-header{height:88px;background:rgba(255,255,255,.97);border-bottom:1px solid rgba(7,62,48,.08);position:relative;z-index:10}.header-inner{max-width:1320px;height:100%;padding:0 32px;margin:auto;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:12px;color:var(--green)}.brand-mark{width:50px;height:58px}.brand>span{display:flex;flex-direction:column;line-height:1}.brand strong{font-size:29px;letter-spacing:.04em}.brand small{font-size:10px;letter-spacing:.08em;margin-top:7px;color:#454e4b;font-weight:600}.header-inner nav{display:flex;gap:42px;font-size:15px;font-weight:600}.header-inner nav a{padding:32px 0;position:relative}.header-inner nav a.active:after{content:"";position:absolute;bottom:20px;left:0;right:0;height:2px;background:var(--green)}.login{border:1px solid var(--green);color:var(--green);border-radius:99px;padding:9px 20px;font-weight:700;font-size:14px}.mobile-home{display:none}.search-hero{background:radial-gradient(circle at 85% 10%,#0d5b45 0,transparent 34%),linear-gradient(125deg,#063f30,#022c22);color:#fff;padding:70px 28px 56px}.search-hero-inner{max-width:1180px;margin:auto}.eyebrow,.kicker{font-size:11px;letter-spacing:.18em;font-weight:800}.eyebrow{color:#8cb8a7;margin:0}.search-hero h1{font-size:48px;letter-spacing:-.045em;margin:8px 0 6px}.intro{color:rgba(255,255,255,.72);font-size:16px;line-height:1.7;margin:0 0 30px}.search-form{display:grid;grid-template-columns:1fr auto;gap:12px}.search-box{height:66px;background:#fff;border-radius:15px;display:flex;align-items:center;padding:0 22px;color:#7b827f;box-shadow:0 8px 20px rgba(0,0,0,.12)}.search-box svg{width:26px;height:26px;fill:none;stroke:currentColor;stroke-width:1.8;margin-right:14px}.search-box input{border:0;outline:0;width:100%;font-size:17px;color:var(--ink)}.search-submit{border:0;border-radius:15px;background:var(--gold);color:#fff;font-weight:800;padding:0 30px;cursor:pointer}.filters{display:grid;grid-template-columns:repeat(5,1fr) auto;gap:10px;margin-top:14px}.filters label{position:relative}.filters label>span{position:absolute;left:16px;top:8px;font-size:9px;letter-spacing:.06em;color:#8cb8a7;font-weight:800;pointer-events:none}.filters select{width:100%;height:58px;border:1px solid rgba(213,164,62,.7);border-radius:13px;background:#07382c;color:#fff;padding:17px 34px 3px 15px;outline:none;cursor:pointer}.reset-button{border:1px solid rgba(255,255,255,.3);border-radius:13px;background:transparent;color:#fff;padding:0 18px;cursor:pointer}.results-shell{max-width:1236px;margin:0 auto;padding:55px 28px 100px}.results-heading{display:flex;align-items:end;justify-content:space-between;margin-bottom:24px}.kicker{color:#76968b}.results-heading h2{font-size:28px;margin:6px 0 0;letter-spacing:-.035em}.results-heading h2 strong{color:var(--green)}.sort-label{font-size:12px;color:var(--muted);display:flex;align-items:center;gap:9px}.sort-label select{border:1px solid var(--line);border-radius:9px;background:#fff;padding:9px 30px 9px 12px;color:var(--ink)}.dog-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.dog-card{position:relative;min-height:248px;background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;display:grid;grid-template-columns:42% 58%;box-shadow:0 4px 14px rgba(15,48,39,.05);transition:transform .2s,box-shadow .2s}.dog-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.dog-card>img{width:100%;height:100%;min-height:248px;object-fit:cover}.dog-info{padding:24px 24px 20px;position:relative}.dog-title{display:flex;align-items:center;gap:12px;padding-right:38px}.dog-title h3{font-size:27px;margin:0;letter-spacing:-.04em}.dog-title span{background:var(--green);color:#fff;border-radius:8px;padding:5px 10px;font-size:13px}.breed{font-size:15px;font-weight:600;margin:8px 0}.meta{font-size:13px;color:var(--muted);margin:0}.kennel{display:flex;align-items:center;gap:9px;margin-top:20px}.kennel>span{width:32px;height:32px;background:var(--green);color:#fff;border-radius:50%;display:grid;place-items:center;font-size:12px;font-weight:800}.kennel p{margin:0;font-size:12px;color:#46504c}.kennel small{display:block;font-size:8px;color:#91a09a;letter-spacing:.08em}.available{position:absolute;right:22px;bottom:20px;background:var(--gold);color:#fff;border-radius:99px;padding:9px 15px;font-size:12px;font-weight:700}.favorite{position:absolute;right:18px;top:18px;border:0;background:rgba(255,255,255,.9);width:38px;height:38px;border-radius:50%;display:grid;place-items:center;color:#747c78;cursor:pointer}.favorite svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.8}.favorite.active{color:#bd7830}.favorite.active svg{fill:#f3b84b;stroke:#bd7830}.empty-state{text-align:center;background:#fff;border:1px solid var(--line);border-radius:18px;padding:80px 20px}.empty-state strong{font-size:20px;color:var(--green)}.empty-state p{color:var(--muted)}.bottom-nav{display:none}.mobile-only{display:none}
@media(max-width:1000px){.filters{grid-template-columns:repeat(3,1fr)}.reset-button{height:58px}.dog-grid{grid-template-columns:1fr}.dog-card{min-height:230px}}
@media(max-width:700px){body{padding-bottom:76px}.search-header{height:73px;position:sticky;top:0}.header-inner{padding:0 20px}.brand{gap:9px}.brand-mark{width:40px;height:47px}.brand strong{font-size:25px}.brand small{font-size:8px;margin-top:5px}.header-inner nav,.login{display:none}.mobile-home{display:grid;place-items:center;order:-1;width:32px;height:42px;color:var(--green);margin-right:5px}.mobile-home svg{width:25px;fill:none;stroke:currentColor;stroke-width:2}.brand{margin-right:auto}.search-hero{padding:39px 17px 27px}.eyebrow{display:none}.search-hero h1{font-size:34px;margin:0 0 5px}.intro{font-size:13px;margin-bottom:20px}.mobile-only{display:block}.search-form{grid-template-columns:1fr}.search-box{height:55px;border-radius:12px;padding:0 17px}.search-box input{font-size:14px}.search-submit{display:none}.filters{display:flex;overflow-x:auto;gap:8px;margin:12px -17px 0;padding:0 17px 4px;scrollbar-width:none}.filters::-webkit-scrollbar{display:none}.filters label{flex:0 0 auto}.filters label>span{display:none}.filters select{width:auto;min-width:106px;height:43px;padding:0 30px 0 14px;border-radius:99px;background:transparent;color:#e5bc68;font-size:12px}.reset-button{height:43px;border-radius:99px;white-space:nowrap;font-size:12px}.results-shell{padding:30px 12px 60px}.results-heading{margin:0 5px 17px}.kicker{display:none}.results-heading h2{font-size:20px;margin:0}.sort-label>span{display:none}.sort-label{font-size:0}.sort-label select{font-size:12px;padding:8px 25px 8px 10px}.dog-grid{gap:11px}.dog-card{grid-template-columns:42% 58%;min-height:178px;border-radius:14px}.dog-card>img{min-height:178px}.dog-info{padding:15px 12px}.dog-title{gap:7px;padding-right:27px}.dog-title h3{font-size:21px}.dog-title span{font-size:10px;padding:4px 7px;border-radius:6px}.breed{font-size:12px;margin:5px 0}.meta{font-size:11px}.kennel{gap:6px;margin-top:13px}.kennel>span{width:25px;height:25px;font-size:9px}.kennel p{font-size:10px}.kennel small{display:none}.available{right:11px;bottom:13px;padding:7px 10px;font-size:10px}.favorite{right:8px;top:9px;width:31px;height:31px}.favorite svg{width:20px;height:20px}.bottom-nav{position:fixed;display:grid;grid-template-columns:repeat(4,1fr);z-index:30;left:0;right:0;bottom:0;height:76px;padding-bottom:env(safe-area-inset-bottom);background:linear-gradient(110deg,#084333,#032f25);color:rgba(255,255,255,.58);box-shadow:0 -4px 18px rgba(0,0,0,.12)}.bottom-nav a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;font-size:11px}.bottom-nav svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.bottom-nav a.active{color:#e5b24e}.bottom-nav a.active svg{stroke:#e5b24e}.empty-state{padding:55px 15px}}
@media(max-width:390px){.dog-card{grid-template-columns:40% 60%;min-height:166px}.dog-card>img{min-height:166px}.dog-info{padding:13px 10px}.dog-title h3{font-size:19px}.kennel{margin-top:10px}.available{display:none}}
