
/* BigJoe premium-content deterrence. Real access control must be server-side. */
.protected-content{-webkit-user-select:none;user-select:none}
.protected-media{position:relative;overflow:hidden}
.protected-media img{-webkit-user-drag:none;user-drag:none;pointer-events:none}
.protected-media::after{
 content:"© 2026 Caribbean Fishing with BigJoe • ALL RIGHTS RESERVED";
 position:absolute;left:50%;top:50%;transform:translate(-50%,-50%) rotate(-18deg);
 font-weight:900;font-size:clamp(16px,2.2vw,30px);letter-spacing:.06em;
 color:rgba(255,255,255,.42);text-shadow:0 2px 5px rgba(0,0,0,.75);
 white-space:nowrap;pointer-events:none
}
/* SOL-009.3: recipe photography has its own local provenance record.  Keep
   interaction protection but do not obscure the food image with a watermark. */
.recipe-page-hero.protected-media::after,.recipe-card.protected-media::after{display:none}
.copyright-strip{margin-top:2rem;padding:1rem;border-top:1px solid rgba(255,255,255,.2);
 font-weight:700;text-align:center}
.premium-card{border:1px solid rgba(255,255,255,.2);border-radius:16px;padding:1rem;margin:1rem 0}
