/* Visual refinements from Prompt Revisi 2 */
.nav .brand{width:58px;height:58px;justify-content:center;border-radius:50%;background:#fff;box-shadow:0 5px 14px rgba(0,33,48,.2)}
.nav .brand img{content:url("assets/sooley-mark.png");width:40px;height:auto;mix-blend-mode:multiply}
.layers img{content:url("assets/layers-sooley-v2-clean.png")}
.category-visual{grid-template-columns:250px 1fr;min-height:151px;background:#f4fafc}
.category-visual img{width:250px;height:145px;object-fit:contain;background:white}
.done-pill{display:inline-block;margin:4px 0 8px;padding:8px 13px;border-radius:99px;background:var(--lime);color:#1c4800;font-size:.84rem;font-weight:850}
.location{max-width:370px;line-height:1.55}
@media(max-width:820px){.nav .brand{width:52px;height:52px}.nav .brand img{width:36px}.category-visual{grid-template-columns:150px 1fr;min-height:102px}.category-visual img{width:150px;height:92px}}
@media(max-width:390px){.category-visual{grid-template-columns:1fr}.category-visual img{width:100%;height:145px}}
