/*! social-pinks — generic page + child-service template styles.
    Same component set as the blog bundle; kept as its own file so the two
    can diverge without either page downloading rules it does not use. */
/* --- list layout ------------------------------------------------------- */
.bloglist{display:flex;flex-direction:column;gap:12px}
.blogfeat .bloglist{margin-top:0}
.band .bloglist .lrow{background:#fff}

.lrow .lic img{width:100%;height:100%;object-fit:cover;border-radius:inherit}
.fph img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.fph{position:relative;overflow:hidden}
.fph .ft{position:relative;z-index:2}

/* --- single post ------------------------------------------------------- */
.posthead{max-width:760px}
.posthead h1{font-family:var(--disp);font-size:clamp(1.9rem,3.6vw,2.9rem);font-weight:800;letter-spacing:-.03em;margin:14px 0 0}
.posthead .kick{margin-bottom:0}
.postmeta{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-top:16px;color:var(--ink-3);font-size:.88rem}
.postmeta .pauthor{display:inline-flex;align-items:center;gap:9px;color:var(--ink);font-weight:600}
.postmeta .pav{border-radius:50%}
.postimg{margin:28px 0 0}
.postimg img{width:100%;border-radius:var(--r-lg);box-shadow:var(--shadow)}

.postbody{max-width:760px;margin-top:26px;font-size:1.03rem;color:var(--ink-2)}
.postbody>*+*{margin-top:1.1em}
.postbody h2{font-family:var(--disp);font-size:1.6rem;font-weight:800;letter-spacing:-.02em;color:var(--ink);margin-top:1.8em}
.postbody h3{font-family:var(--disp);font-size:1.22rem;font-weight:700;color:var(--ink);margin-top:1.5em}
.postbody a{color:var(--pink);text-decoration:underline;text-underline-offset:3px}
.postbody a:hover{color:var(--pink-d)}
.postbody ul,.postbody ol{padding-left:1.2em}
.postbody li+li{margin-top:.45em}
.postbody blockquote{margin:1.6em 0;padding:18px 22px;border-left:4px solid var(--pink);background:var(--lilac);border-radius:0 var(--r) var(--r) 0;color:var(--ink);font-size:1.06rem}
.postbody blockquote p{margin:0}
.postbody img,.postbody video{border-radius:var(--r);height:auto}
.postbody figure{margin:1.6em 0}
.postbody figcaption{font-size:.85rem;color:var(--ink-3);margin-top:8px}
.postbody code{background:var(--lilac);border:1px solid var(--line);border-radius:6px;padding:2px 6px;font-size:.9em}
.postbody pre{background:var(--forest);color:#e8f5ef;border-radius:var(--r);padding:18px 20px;overflow-x:auto}
.postbody pre code{background:none;border:0;color:inherit;padding:0}
.postbody table{width:100%;border-collapse:collapse;font-size:.94rem}
.postbody th,.postbody td{border:1px solid var(--line);padding:10px 12px;text-align:left}
.postbody th{background:var(--lilac);font-family:var(--disp)}

.posttags{display:flex;flex-wrap:wrap;gap:8px;margin-top:28px;max-width:760px}
.posttags a{font-size:.8rem;font-weight:600;color:var(--ink-2);background:var(--lilac);border:1px solid var(--line);border-radius:999px;padding:6px 13px}
.posttags a:hover{color:var(--pink);border-color:var(--line-2)}

/* --- pagination -------------------------------------------------------- */
.pagination{display:flex;justify-content:center;gap:8px;margin-top:34px;flex-wrap:wrap}
.pagination .page-numbers{display:inline-flex;align-items:center;justify-content:center;min-width:42px;height:42px;padding:0 13px;border-radius:12px;border:1px solid var(--line-2);background:#fff;font-family:var(--disp);font-weight:600;font-size:.9rem;color:var(--ink-2)}
.pagination .page-numbers:hover{border-color:var(--ink);color:var(--ink)}
.pagination .page-numbers.current{background:var(--ink);border-color:var(--ink);color:#fff}
.pagination .screen-reader-text{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}

/* --- search form ------------------------------------------------------- */
.search-form{display:flex;gap:10px}
.search-form label{flex:1;min-width:0}
.search-form .search-field{width:100%;padding:13px 16px;border:1.5px solid var(--line-2);border-radius:999px;font:inherit;font-size:.96rem}
.search-form .search-field:focus{outline:none;border-color:var(--pink)}
.search-form .search-submit{flex:none;padding:13px 22px;border:0;border-radius:999px;background:var(--ink);color:#fff;font-family:var(--disp);font-weight:600;cursor:pointer}

/* --- comments ---------------------------------------------------------- */
.comment-list{list-style:none;padding:0;max-width:760px}
.comment-list li{border-top:1px solid var(--line);padding:18px 0}
.comment-list .children{list-style:none;padding-left:22px}
.comment-respond{max-width:760px;margin-top:24px}
.comment-form input[type=text],.comment-form input[type=email],.comment-form input[type=url],.comment-form textarea{width:100%;padding:12px 15px;border:1.5px solid var(--line-2);border-radius:12px;font:inherit}
.comment-form .submit{padding:13px 24px;border:0;border-radius:999px;background:var(--pink);color:#fff;font-family:var(--disp);font-weight:600;cursor:pointer}

@media(max-width:640px){
  .postbody{font-size:1rem}
  .search-form{flex-direction:column}
  .search-form .search-submit{width:100%}
}
