/* =========================================================================
   DRAFT WATERMARK — PREVIEW ONLY
   Applied to the public Cloudflare preview to mark ownership and deter reuse.
   To remove for the real launch: delete this file AND the
   <link rel="stylesheet" href="assets/css/draft.css"> line from each page.
   ========================================================================= */

/* Full-page tiled diagonal watermark (non-interactive, sits above content) */
body::after{
  content:"";
  position:fixed;
  inset:0;
  z-index:9998;
  pointer-events:none;
  opacity:.14;
  background-repeat:repeat;
  background-position:center;
  background-image:url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='480'%20height='300'%3E%3Ctext%20x='20'%20y='170'%20fill='%230a2540'%20font-family='Georgia,serif'%20font-size='26'%20font-weight='700'%20transform='rotate(-28%20240%20150)'%3ECONFIDENTIAL%20DRAFT%20%E2%80%94%20DO%20NOT%20COPY%3C/text%3E%3C/svg%3E");
}

/* Fixed ownership ribbon along the bottom */
body::before{
  content:"CONFIDENTIAL DESIGN DRAFT · Property of the commissioned designer · Not for redistribution, reuse or publication without written permission";
  position:fixed;
  left:0;
  right:0;
  bottom:0;
  z-index:9999;
  pointer-events:none;
  text-align:center;
  font-family:system-ui,-apple-system,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  font-size:.74rem;
  font-weight:600;
  letter-spacing:.02em;
  color:#fff;
  background:rgba(10,37,64,.92);
  padding:8px 14px;
  box-shadow:0 -2px 12px rgba(0,0,0,.18);
}

/* Keep page content clear of the fixed ribbon */
body{padding-bottom:44px}

@media(max-width:600px){
  body::before{font-size:.66rem;padding:7px 10px}
  body{padding-bottom:56px}
}
