#scj .featured .bg{position:absolute;inset:0;background-size:cover;background-position:center;filter:saturate(.85)}#scj .featured .veil{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,46,40,.96) 0%,rgba(0,46,40,.86) 42%,rgba(0,46,40,.45) 100%)}#scj .featured .body{position:relative;padding:52px 48px;max-width:60%;display:flex;flex-direction:column;justify-content:center;height:100%;min-height:380px}#scj .featured .badge{align-self:flex-start;font-size:11px;letter-spacing:.18em;text-transform:uppercase;font-weight:700;color:var(--green);background:var(--gold);border-radius:100px;padding:6px 14px;margin-bottom:20px}#scj .featured h2{font-family:"Playfair Display",serif;font-weight:700;color:#fff!important;font-size:clamp(26px,3vw,38px);line-height:1.13;letter-spacing:-.01em;margin-bottom:16px}#scj .featured p{color:rgba(255,255,255,.8);font-size:16px;max-width:48ch;margin-bottom:26px}#scj .featured .go{color:var(--gold);font-weight:700;font-size:14px;display:inline-flex;gap:8px;transition:gap .18s}#scj .featured:hover .go{gap:12px}#scj .featured .read{color:rgba(255,255,255,.5);font-size:12.5px;font-weight:600;margin-top:18px}@media (max-width:680px){#scj .featured .body{max-width:100%}#scj .featured .veil{background:linear-gradient(0deg,rgba(0,46,40,.97) 30%,rgba(0,46,40,.6) 100%)}}#scj .card{position:relative;display:flex;flex-direction:column;background:var(--white);border:1px solid var(--green-line);border-radius:16px;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}#scj .card:hover{transform:translateY(-5px);box-shadow:0 22px 46px -24px rgba(0,46,40,.5);border-color:transparent}#scj .thumb{position:relative;aspect-ratio:16/10;overflow:hidden;background:var(--green)}#scj .thumb img{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(.82) contrast(1.02);transition:transform .5s ease}#scj .card:hover .thumb img{transform:scale(1.05)}#scj .thumb::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,46,40,.12) 0%,rgba(0,46,40,0) 32%,rgba(0,46,40,.42) 100%);pointer-events:none}#scj .thumb .accent{position:absolute;top:0;left:0;right:0;height:3px;background:var(--accent,var(--gold));z-index:2}#scj .theme-tag{position:absolute;left:14px;bottom:13px;z-index:3;font-size:11px;letter-spacing:.05em;text-transform:uppercase;font-weight:700;color:#fff;display:inline-flex;align-items:center;gap:7px;background:rgba(0,46,40,.42);backdrop-filter:blur(6px);border:1px solid rgba(255,255,255,.18);border-radius:100px;padding:5px 12px}#scj .theme-tag .dot{width:7px;height:7px;border-radius:50%;background:var(--accent,var(--gold))}#scj .body2{display:flex;flex-direction:column;flex:1;padding:22px 22px 20px}#scj .card h3{font-family:"Playfair Display",serif;font-weight:700;font-size:19.5px;line-height:1.26;letter-spacing:-.01em;margin-bottom:11px}#scj .card p{font-size:14px;color:rgba(0,46,40,.7);flex:1;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}#scj .foot{display:flex;align-items:center;justify-content:space-between;margin-top:18px;padding-top:15px;border-top:1px solid var(--green-line)}#scj .persona-tag{font-size:11px;font-weight:600;color:rgba(0,46,40,.6);background:var(--grey);border-radius:6px;padding:3px 9px}#scj .go{font-size:13px;font-weight:700;color:var(--green);display:inline-flex;align-items:center;gap:6px;transition:gap .18s}#scj .card:hover .go{gap:10px}#scj .empty.show{display:block}