/* Newsletter signup — footer block on every page + homepage popup (2026-09-25).
   Signups post to the ERP (media.gardenhousebrands.com/api/public/subscribe)
   and land on the Email Blast list "koacannabis.com Website". */
.koa-nl{max-width:1180px;margin:clamp(28px,3.4vw,44px) auto 0;padding:clamp(22px,3vw,34px) clamp(20px,3vw,34px);
  border:1px solid rgba(244,231,205,.18);border-radius:10px;background:rgba(244,231,205,.05);
  display:grid;gap:18px;grid-template-columns:minmax(0,1fr) minmax(0,1.15fr);align-items:center}
.koa-nl h3{margin:0;font-family:'Kelly Slab',serif;font-size:clamp(24px,2.6vw,32px);line-height:1.05;color:#f4e7cd;font-weight:400}
.koa-nl p{margin:8px 0 0;font-family:'Questrial',sans-serif;font-size:14px;line-height:1.5;color:rgba(244,231,205,.7);max-width:38ch}
.koa-nl form{display:flex;gap:10px;flex-wrap:wrap}
.koa-nl input[type=email]{flex:1 1 220px;min-width:0;padding:13px 16px;border-radius:999px;border:1px solid rgba(244,231,205,.3);
  background:rgba(244,231,205,.08);color:#f4e7cd;font-family:'Questrial',sans-serif;font-size:15px}
.koa-nl input[type=email]::placeholder{color:rgba(244,231,205,.45)}
.koa-nl input[type=email]:focus{outline:none;border-color:#e08a3c}
.koa-nl button{padding:13px 26px;border-radius:999px;border:1px solid #015738;background:#015738;color:#f4e7cd;
  font-family:'Questrial',sans-serif;font-size:13px;letter-spacing:.12em;text-transform:uppercase;cursor:pointer;transition:background .2s,color .2s}
.koa-nl button:hover{background:#0d3a28}
.koa-nl button[disabled]{opacity:.6;cursor:progress}
.koa-nl .koa-nl-msg{flex-basis:100%;font-family:'Questrial',sans-serif;font-size:13px;color:#f4e7cd;margin:0}
.koa-nl .koa-nl-msg.err{color:#f0a37a}
.koa-nl .hp{position:absolute;left:-9999px;width:1px;height:1px;opacity:0}
@media (max-width:760px){.koa-nl{grid-template-columns:1fr}}

/* homepage popup */
.koa-nl-pop{position:fixed;inset:0;z-index:250;display:flex;align-items:center;justify-content:center;padding:20px;
  background:rgba(4,29,49,.72);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}
.koa-nl-pop[hidden]{display:none}
.koa-nl-pop .koa-nl{margin:0;width:min(560px,100%);grid-template-columns:1fr;background:#f4e7cd;border-color:rgba(1,87,56,.25);position:relative}
.koa-nl-pop .koa-nl h3{color:#015738}
.koa-nl-pop .koa-nl p{color:#33291c;opacity:.8}
.koa-nl-pop input[type=email]{background:#fff;color:#33291c;border-color:rgba(1,87,56,.35)}
.koa-nl-pop input[type=email]::placeholder{color:rgba(51,41,28,.45)}
.koa-nl-pop .koa-nl-msg{color:#015738}
.koa-nl-pop .koa-nl-close{position:absolute;top:12px;right:12px;width:36px;height:36px;border-radius:50%;border:1px solid rgba(1,87,56,.35);
  background:transparent;color:#015738;font-size:20px;line-height:1;cursor:pointer;padding:0}
.koa-nl-pop .koa-nl-close:hover{background:rgba(1,87,56,.1)}
@media (max-width:560px){.koa-nl-pop{align-items:flex-end}}
