/*
Theme Name: SkB Theme P6.2
Theme URI: https://streetkittys.com
Author: Street Kitty's Boutique
Description: Cumulative Street Kitty's Boutique theme. Forces room slugs to render room scenes instead of placeholder page content.
Version: 6.2
Text Domain: skb-theme
*/
:root{--cream:#f7edd9;--wood:#6b3f24;--dark:#2b190e;--gold:#e8c06d;}
*{box-sizing:border-box}
body{margin:0;background:var(--cream);color:var(--dark);font-family:Georgia,'Times New Roman',serif}
.skb-header{position:sticky;top:0;z-index:50;background:#fbf2df;border-bottom:3px solid var(--wood);display:flex;align-items:center;justify-content:space-between;padding:7px 12px;gap:10px}
.skb-brand{display:flex;align-items:center;gap:10px;color:var(--dark);text-decoration:none;min-width:0}.skb-logo{width:66px;height:auto}.skb-title{font-weight:800;font-size:clamp(18px,4vw,32px);line-height:1.05}
.skb-actions{display:flex;gap:8px}.skb-btn{border:2px solid var(--wood);border-radius:999px;background:#fff9e9;color:var(--dark);padding:8px 12px;font-weight:800;text-decoration:none;cursor:pointer}
.skb-menu{display:none;position:fixed;right:12px;top:78px;background:#fff9ea;border:3px solid var(--wood);border-radius:16px;padding:10px;box-shadow:0 8px 26px rgba(0,0,0,.25);z-index:60;min-width:260px}
.skb-menu.open{display:block}.skb-menu a{display:block;color:var(--dark);text-decoration:none;font-weight:800;padding:11px 14px;border-radius:10px}.skb-menu a:hover{background:#ead6b0}
.skb-main{min-height:calc(100vh - 145px);padding:12px 0}.skb-scene-wrap{width:96%;max-width:1320px;margin:0 auto;text-align:center}.skb-scene{position:relative;display:inline-block;width:100%}
.skb-scene img{display:block;width:100%;height:auto;border:4px solid var(--wood);border-radius:18px;box-shadow:0 10px 26px rgba(0,0,0,.22)}
.skb-room-actions{margin:12px auto 4px;display:flex;gap:10px;justify-content:center;flex-wrap:wrap}.skb-room-actions a{background:#7a4725;color:#fff7e3;border:2px solid var(--gold);border-radius:999px;padding:11px 16px;text-decoration:none;font-weight:800}
.skb-hotspot{position:absolute;display:block;border-radius:16px;outline:0}.skb-hotspot:hover,.skb-hotspot:focus{box-shadow:0 0 0 4px rgba(255,225,120,.95),0 0 24px rgba(255,190,60,.85);background:rgba(255,230,120,.08)}.skb-hotspot span{position:absolute;left:-9999px}
.h-library{left:6%;top:23%;width:17%;height:26%}.h-boutique{left:29%;top:23%;width:17%;height:26%}.h-rescue{left:53%;top:23%;width:17%;height:26%}.h-claws{left:76%;top:23%;width:17%;height:26%}.h-art{left:23%;top:54%;width:23%;height:18%}.h-cafe{left:53%;top:54%;width:23%;height:18%}
.skb-footer{background:#fbf2df;border-top:3px solid var(--wood);text-align:center;padding:9px 10px;font-size:13px}
@media(max-width:700px){.skb-header{padding:5px 8px}.skb-logo{width:52px}.skb-title{font-size:18px;max-width:158px}.skb-btn{padding:7px 9px;font-size:13px}.skb-menu{top:64px;left:10px;right:10px}.skb-main{padding:8px 0}.skb-scene-wrap{width:97%}.skb-scene img{border-radius:12px;border-width:3px}.skb-footer{font-size:12px}}
