/* Puppy Gumbo v22 — Founder note opening for What Is Puppy Gumbo? */
.pg-founder-note-page{
  padding:28px 20px 34px;
}
.pg-founder-note-page .wrap{
  max-width:930px;
  margin:0 auto;
}
.pg-founder-note-placard{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 12% 8%, rgba(255,255,255,.72), transparent 30%),
    linear-gradient(145deg,#fffaf0 0%,#f7ecd2 48%,#f2e2bf 100%);
  border:2px solid #9a6b32;
  outline:1px solid rgba(95,58,24,.20);
  outline-offset:-7px;
  border-radius:18px;
  box-shadow:0 10px 28px rgba(61,40,18,.16);
  padding:clamp(24px,4vw,42px) clamp(22px,5vw,54px) 32px;
}
.pg-founder-note-placard::before,
.pg-founder-note-placard::after{
  content:"";
  position:absolute;
  width:80px;
  height:80px;
  border:1px solid rgba(125,82,36,.16);
  border-radius:50%;
  pointer-events:none;
}
.pg-founder-note-placard::before{top:-44px;left:-36px;}
.pg-founder-note-placard::after{right:-34px;bottom:-46px;}
.pg-founder-note-kicker{
  display:block;
  text-align:center;
  color:#7a5528;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  font-size:.78rem;
  margin-bottom:7px;
}
.pg-founder-note-placard h1,
.pg-founder-note-placard h2{
  margin:0;
  text-align:center;
  color:#315f35;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(1.8rem,3.4vw,2.45rem);
  line-height:1.1;
}
.pg-founder-note-deck{
  margin:8px auto 6px;
  text-align:center;
  color:#5c4126;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(1rem,1.8vw,1.14rem);
  font-weight:700;
}
.pg-founder-note-intro{
  max-width:750px;
  margin:18px auto 18px;
  text-align:center;
  color:#3f3428;
  line-height:1.52;
}
.pg-founder-note-points{
  list-style:none;
  margin:18px 0 22px;
  padding:0;
  display:grid;
  gap:11px;
}
.pg-founder-note-points li{
  position:relative;
  margin:0;
  padding:12px 14px 12px 42px;
  border:1px solid rgba(118,82,38,.22);
  border-radius:11px;
  background:rgba(255,252,245,.62);
  color:#332c25;
  line-height:1.43;
  font-size:1rem;
}
.pg-founder-note-points li::before{
  content:"•";
  position:absolute;
  left:18px;
  top:8px;
  color:#315f35;
  font-size:1.55rem;
  line-height:1;
  font-weight:900;
}
.pg-founder-note-points strong{color:#315f35;}
.pg-founder-note-closing{
  margin:20px auto 7px;
  max-width:760px;
  text-align:center;
  font-family:Georgia,"Times New Roman",serif;
  color:#4e3821;
  font-size:1.08rem;
  font-weight:700;
  line-height:1.45;
}
.pg-founder-note-signature{
  text-align:right;
  margin:18px 10px 0;
  color:#493621;
  line-height:1.4;
}
.pg-founder-note-signature strong{
  display:block;
  color:#315f35;
  font-family:Georgia,"Times New Roman",serif;
  font-size:1.08rem;
}
.pg-founder-note-action{
  display:flex;
  justify-content:center;
  margin-top:24px;
}
.pg-founder-note-begin{
  border:0;
  border-radius:999px;
  background:#315f35;
  color:#fff;
  font-weight:850;
  font-size:1rem;
  padding:12px 22px;
  cursor:pointer;
  box-shadow:0 4px 12px rgba(49,95,53,.20);
}
.pg-founder-note-begin:hover,
.pg-founder-note-begin:focus-visible{
  filter:brightness(.96);
  transform:translateY(-1px);
}
.pg-founder-note-begin:focus-visible{
  outline:3px solid rgba(49,95,53,.28);
  outline-offset:3px;
}
@media (max-width:640px){
  .pg-founder-note-page{padding:18px 10px 24px;}
  .pg-founder-note-placard{padding:24px 16px 26px;border-radius:14px;}
  .pg-founder-note-points{gap:9px;}
  .pg-founder-note-points li{padding:11px 11px 11px 34px;font-size:.95rem;}
  .pg-founder-note-points li::before{left:13px;top:8px;}
  .pg-founder-note-signature{text-align:center;margin-right:0;}
}
