/* ============================================================
   Kurumsal Sporlar — Blog (listing + article)
   Builds on kurumsal.css + site.css.
   ============================================================ */

/* reading progress */
.read-progress { position: fixed; top: 0; left: 0; right: 0; height: 3px; background: transparent; z-index: 80; }
.read-progress .fill { height: 100%; width: 0; background: var(--kp-pink); transition: width 80ms linear; }

/* ============================================================
   LISTING
   ============================================================ */
.blog-hero { padding: 52px 0 8px; }
.blog-hero .eyebrow-pink { margin-bottom: 14px; }
.blog-hero h1 { font-family: var(--font-display); font-weight: 700; letter-spacing: -0.04em; line-height: 1.0; font-size: clamp(36px, 5vw, 60px); margin: 0; }
.blog-hero p { font-size: 18px; line-height: 1.55; color: var(--sp-mute); margin: 16px 0 0; max-width: 600px; }

.blog-cats { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 30px; }
.bcat { display: inline-flex; align-items: center; padding: 9px 16px; border-radius: var(--radius-pill); background: #fff; border: 1px solid var(--sp-line); font-size: 13.5px; font-weight: 600; color: var(--sp-ink-soft); text-decoration: none; cursor: pointer; transition: all var(--dur-1) var(--ease-out); }
.bcat:hover { border-color: var(--sp-ink); color: var(--sp-ink); transform: translateY(-1px); }
.bcat.active { background: var(--sp-ink); border-color: var(--sp-ink); color: #fff; }

/* featured */
.feat-post { display: grid; grid-template-columns: 1.5fr 1fr; gap: 0; background: #fff; border: 1px solid var(--sp-line); border-radius: var(--radius-xl); overflow: hidden; margin-top: 14px; text-decoration: none; color: inherit; transition: box-shadow var(--dur-2) var(--ease-out), transform var(--dur-2) var(--ease-out); }
.feat-post:hover { box-shadow: var(--shadow-md); transform: translateY(-2px); color: inherit; }
.feat-post .ph-wrap { position: relative; min-height: 420px; }
.feat-post .photo { position: absolute; inset: 0; border-radius: 0; }
.feat-post .body { padding: 40px; display: flex; flex-direction: column; justify-content: center; }
.feat-post .body .row1 { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.feat-post h2 { font-family: var(--font-display); font-weight: 700; letter-spacing: -0.03em; line-height: 1.04; font-size: clamp(24px, 2.6vw, 34px); margin: 0; }
.feat-post .ex { font-size: 16px; line-height: 1.6; color: var(--sp-mute); margin: 14px 0 0; }
.feat-post .by { display: flex; align-items: center; gap: 14px; margin-top: 24px; font-size: 13px; color: var(--sp-mute); }
@media (max-width: 820px){ .feat-post { grid-template-columns: 1fr; } .feat-post .ph-wrap { min-height: 220px; } .feat-post .body { padding: 28px; } }

.cat-badge { display: inline-flex; align-items: center; background: var(--sp-lime); color: var(--sp-ink); padding: 6px 13px; border-radius: var(--radius-pill); font-size: 12px; font-weight: 700; letter-spacing: 0.02em; }
.cat-badge.pink { background: var(--kp-pink); color: #fff; }
.cat-badge.blue { background: var(--sp-blue); color: #fff; }
.cat-badge.ink { background: var(--sp-ink); color: #fff; }

.meta-dot { font-size: 13px; color: var(--sp-mute); display: inline-flex; align-items: center; gap: 6px; font-weight: 500; }
.meta-dot svg { width: 14px; height: 14px; }

/* post grid */
.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 28px; }
@media (max-width: 920px){ .post-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px){ .post-grid { grid-template-columns: 1fr; } }

.post-card { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--sp-line); border-radius: var(--radius-lg); overflow: hidden; text-decoration: none; color: inherit; transition: transform var(--dur-2) var(--ease-out), box-shadow var(--dur-2) var(--ease-out), border-color var(--dur-2) var(--ease-out); }
.post-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); border-color: var(--sp-line-strong); color: inherit; }
.post-card .ph-wrap { height: 184px; position: relative; }
.post-card .photo { position: absolute; inset: 0; border-radius: 0; }
.post-card .badge-tl { position: absolute; top: 14px; left: 14px; z-index: 2; }
.post-card .body { padding: 18px 20px 20px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.post-card h3 { font-family: var(--font-display); font-weight: 700; letter-spacing: -0.02em; line-height: 1.12; font-size: 19px; margin: 0; }
.post-card .ex { font-size: 14px; line-height: 1.55; color: var(--sp-mute); margin: 0; flex: 1; }
.post-card .foot { display: flex; align-items: center; gap: 12px; padding-top: 12px; border-top: 1px solid var(--sp-line); margin-top: 2px; flex-wrap: wrap; }

.blog-empty { padding: 60px 0; text-align: center; color: var(--sp-mute); font-size: 16px; }

/* ============================================================
   ARTICLE
   ============================================================ */
.art-wrap { max-width: 1180px; margin: 0 auto; padding: 0 32px; }
@media (max-width: 720px){ .art-wrap { padding: 0 20px; } }

.art-top { padding: 22px 0 6px; display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.art-crumb { font-size: 13px; color: var(--sp-mute); display: flex; gap: 7px; align-items: center; flex-wrap: wrap; }
.art-crumb a { color: var(--sp-mute); text-decoration: none; font-weight: 500; }
.art-crumb a:hover { color: var(--pink); }
.art-crumb svg { width: 13px; height: 13px; opacity: 0.6; }
.art-crumb .now { color: var(--sp-ink); font-weight: 700; }

/* font-size control */
.font-ctl { display: inline-flex; align-items: center; gap: 2px; background: #fff; border: 1px solid var(--sp-line); border-radius: var(--radius-pill); padding: 4px; }
.font-ctl button { width: 36px; height: 32px; border: none; background: transparent; border-radius: 999px; cursor: pointer; display: grid; place-items: center; color: var(--sp-ink); font-weight: 700; transition: background var(--dur-1); }
.font-ctl button:hover { background: var(--sp-surface); }
.font-ctl .lbl { font-family: var(--font-display); font-weight: 700; padding: 0 6px; font-size: 15px; color: var(--sp-ink-soft); }
.font-ctl .minus { font-size: 18px; }
.font-ctl .plus { font-size: 18px; }

.art-head { padding: 18px 0 8px; }
.art-head .meta-row { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; margin-bottom: 18px; }
.art-head h1 { font-family: var(--font-display); font-weight: 700; letter-spacing: -0.04em; line-height: 1.0; font-size: clamp(34px, 4.8vw, 58px); margin: 0; text-wrap: balance; }
.art-head .lead { font-size: 19px; line-height: 1.55; color: var(--sp-ink-soft); margin: 18px 0 0; max-width: 760px; }

.byline { display: flex; align-items: center; gap: 14px; padding: 22px 0; border-top: 1px solid var(--sp-line); border-bottom: 1px solid var(--sp-line); margin-top: 24px; flex-wrap: wrap; }
.byline .av { width: 46px; height: 46px; border-radius: 50%; background: var(--sp-blue); color: #fff; display: grid; place-items: center; font-family: var(--font-display); font-weight: 700; font-size: 16px; flex-shrink: 0; }
.byline .who .n { font-family: var(--font-display); font-weight: 700; font-size: 15px; letter-spacing: -0.015em; }
.byline .who .m { font-size: 12.5px; color: var(--sp-mute); margin-top: 2px; }
.byline .upd { margin-left: auto; font-size: 12px; color: var(--sp-mute); display: inline-flex; align-items: center; gap: 6px; }
.byline .upd svg { width: 14px; height: 14px; color: var(--sp-blue); }

.art-hero-img { aspect-ratio: 16/9; border-radius: var(--radius-lg); overflow: hidden; margin: 26px 0 0; position: relative; }
.art-hero-img image-slot, .art-hero-img .photo { position: absolute; inset: 0; }

/* layout */
.art-layout { display: grid; grid-template-columns: 210px 1fr; gap: 52px; padding: 40px 0 24px; align-items: start; }
.toc-col { position: sticky; top: 96px; align-self: start; }
.art-col { min-width: 0; max-width: 760px; }
@media (max-width: 940px){ .art-layout { grid-template-columns: 1fr; gap: 12px; } .toc-col { display: none; } }

.toc .label { font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; font-weight: 700; color: var(--sp-mute); margin-bottom: 10px; }
.toc a { font-size: 13px; color: var(--sp-mute); text-decoration: none; padding: 7px 12px; border-left: 2px solid var(--sp-line); display: block; transition: color var(--dur-1), border-color var(--dur-1); line-height: 1.3; }
.toc a:hover { color: var(--sp-ink); }
.toc a.active { color: var(--pink); border-left-color: var(--pink); font-weight: 700; }

/* prose */
.prose { font-size: 17px; line-height: 1.75; color: var(--sp-ink-soft); }
.prose > *:first-child { margin-top: 0; }
.prose h2 { font-family: var(--font-display); font-weight: 700; font-size: 28px; letter-spacing: -0.03em; line-height: 1.18; margin: 42px 0 14px; color: var(--sp-ink); text-wrap: balance; scroll-margin-top: 96px; }
.prose h3 { font-family: var(--font-display); font-weight: 700; font-size: 20px; letter-spacing: -0.02em; line-height: 1.3; margin: 28px 0 10px; color: var(--sp-ink); }
.prose p { margin: 0 0 18px; }
.prose strong { color: var(--sp-ink); font-weight: 700; }
.prose a { color: var(--sp-blue); text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 1px; }
.prose ul, .prose ol { padding-left: 22px; margin: 0 0 22px; }
.prose li { margin-bottom: 8px; }
.prose blockquote { margin: 28px 0; padding: 20px 26px; border-left: 3px solid var(--kp-pink); background: var(--kp-pink-50); border-radius: 0 14px 14px 0; font-family: var(--font-display); font-weight: 600; font-size: 20px; letter-spacing: -0.015em; line-height: 1.42; color: var(--sp-ink); }

.prose .pullout { background: var(--sp-ink); color: #fff; border-radius: 18px; padding: 22px 24px; margin: 28px 0; display: flex; gap: 14px; align-items: flex-start; }
.prose .pullout .ic { width: 38px; height: 38px; border-radius: 11px; background: var(--sp-lime); color: var(--sp-ink); display: grid; place-items: center; flex-shrink: 0; }
.prose .pullout .ic svg { width: 19px; height: 19px; }
.prose .pullout h4 { font-family: var(--font-display); font-weight: 700; font-size: 16px; margin: 0 0 4px; color: var(--sp-lime); }
.prose .pullout p { font-size: 14.5px; line-height: 1.55; color: rgba(255,255,255,0.82); margin: 0; }

/* numbered list block */
.prose .numlist { margin: 22px 0; counter-reset: nl; }
.prose .nl { display: grid; grid-template-columns: 44px 1fr; gap: 16px; padding: 18px 0; border-bottom: 1px dashed var(--sp-line); counter-increment: nl; }
.prose .nl:last-child { border-bottom: none; }
.prose .nl .num { width: 44px; height: 44px; border-radius: 12px; background: var(--sp-blue); color: #fff; display: grid; place-items: center; font-family: var(--font-display); font-weight: 700; font-size: 19px; }
.prose .nl .num::before { content: counter(nl); }
.prose .nl:nth-child(even) .num { background: var(--kp-pink); }
.prose .nl h3 { margin: 4px 0 0 !important; }
.prose .nl p { margin: 6px 0 0; font-size: 15.5px; line-height: 1.6; }

/* inline CTA */
.inline-cta { background: var(--sp-lime); border-radius: var(--radius-lg); padding: 26px 30px; display: grid; grid-template-columns: 1fr auto; gap: 18px; align-items: center; margin: 34px 0; position: relative; overflow: hidden; }
.inline-cta .eye { font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; font-weight: 700; color: var(--sp-ink); }
.inline-cta h4 { font-family: var(--font-display); font-weight: 700; font-size: 22px; letter-spacing: -0.025em; line-height: 1.1; margin: 8px 0 4px; color: var(--sp-ink); }
.inline-cta p { font-size: 14px; line-height: 1.5; color: var(--sp-ink-soft); margin: 0; max-width: 380px; }
@media (max-width: 560px){ .inline-cta { grid-template-columns: 1fr; } }

/* footer: tags + share */
.art-foot { padding: 30px 0 0; border-top: 1px solid var(--sp-line); margin-top: 40px; }
.tags-share { display: flex; align-items: flex-start; justify-content: space-between; gap: 28px; flex-wrap: wrap; }
.tags-block .lbl, .share-block .lbl { font-size: 13px; font-weight: 700; color: var(--sp-ink); margin-bottom: 12px; }
.tag-row { display: flex; gap: 8px; flex-wrap: wrap; max-width: 520px; }
.tag-row .t { background: #fff; border: 1px solid var(--sp-line); color: var(--sp-ink-soft); padding: 7px 14px; border-radius: var(--radius-pill); font-size: 13px; font-weight: 500; text-decoration: none; transition: all var(--dur-1); }
.tag-row .t:hover { background: var(--sp-ink); color: #fff; border-color: var(--sp-ink); }
.share-row { display: flex; gap: 9px; }
.share-row a { width: 42px; height: 42px; border-radius: 999px; background: #fff; border: 1px solid var(--sp-line); display: grid; place-items: center; color: var(--sp-ink-soft); transition: all var(--dur-1) var(--ease-out); }
.share-row a:hover { transform: translateY(-2px); border-color: var(--sp-ink); color: var(--sp-ink); }
.share-row a.x:hover { background: #000; color: #fff; border-color: #000; }
.share-row a.wa:hover { background: #25D366; color: #fff; border-color: #25D366; }
.share-row a.li:hover { background: #0A66C2; color: #fff; border-color: #0A66C2; }
.share-row a.ml:hover { background: var(--sp-blue); color: #fff; border-color: var(--sp-blue); }
.share-row a svg { width: 18px; height: 18px; }

/* rating widget */
.rate-card { background: var(--sp-surface); border: 1px solid var(--sp-line); border-radius: var(--radius-lg); padding: 30px 32px; margin-top: 36px; }
.rate-card h3 { font-family: var(--font-display); font-weight: 700; font-size: 22px; letter-spacing: -0.025em; margin: 0 0 22px; }
.rate-q { font-size: 15.5px; font-weight: 600; color: var(--sp-ink-soft); margin: 0 0 14px; }
.helpful-row { display: flex; gap: 12px; }
.helpful-btn { display: inline-flex; align-items: center; gap: 9px; background: #fff; border: 1.5px solid var(--sp-line); border-radius: var(--radius-md); padding: 12px 22px; font-family: var(--font-text); font-weight: 700; font-size: 14.5px; color: var(--sp-ink); cursor: pointer; transition: all var(--dur-1) var(--ease-out); }
.helpful-btn svg { width: 18px; height: 18px; }
.helpful-btn:hover { border-color: var(--sp-line-strong); transform: translateY(-1px); }
.helpful-btn.yes.sel { background: var(--sp-success); border-color: var(--sp-success); color: #fff; }
.helpful-btn.no.sel { background: var(--sp-ink); border-color: var(--sp-ink); color: #fff; }
.rate-div { border: none; border-top: 1px solid var(--sp-line); margin: 26px 0; }
.stars { display: inline-flex; gap: 6px; }
.stars button { background: none; border: none; cursor: pointer; padding: 2px; color: var(--sp-line-strong); transition: color var(--dur-1), transform var(--dur-1); }
.stars button svg { width: 34px; height: 34px; }
.stars button:hover { transform: scale(1.08); }
.stars button.on { color: var(--sp-warn); }
.rate-thanks { font-size: 14px; font-weight: 600; color: var(--sp-success); margin: 14px 0 0; display: none; align-items: center; gap: 7px; }
.rate-thanks.show { display: inline-flex; }
.rate-thanks svg { width: 16px; height: 16px; }

/* author bio */
.author-bio { background: #fff; border: 1px solid var(--sp-line); border-radius: var(--radius-lg); padding: 26px; display: grid; grid-template-columns: 72px 1fr; gap: 20px; align-items: start; margin-top: 28px; }
.author-bio .av { width: 72px; height: 72px; border-radius: 50%; background: var(--sp-blue); color: #fff; display: grid; place-items: center; font-family: var(--font-display); font-weight: 700; font-size: 26px; }
.author-bio .name { font-family: var(--font-display); font-weight: 700; font-size: 18px; letter-spacing: -0.015em; margin: 0; }
.author-bio .role { font-size: 13px; color: var(--sp-mute); margin-top: 3px; }
.author-bio .bio { font-size: 14.5px; line-height: 1.6; color: var(--sp-ink-soft); margin: 12px 0 0; }
@media (max-width: 480px){ .author-bio { grid-template-columns: 1fr; } }

/* related */
.related-posts { margin-top: 8px; }
