/* ---- temel ---- */
:root {
  --mor: #9333ea;
  --mor-koyu: #6b21a8;
  --pembe: #f472b6;
  --pembe-koyu: #db2777;
  --gece: #1e1b2e;
  --metin: #2a2438;
  --soluk: #6b6480;
  --lila: #faf5ff;
  --gul: #fdf2f8;
  --cizgi: #e9e3f3;
  --grad: linear-gradient(120deg, var(--mor) 0%, var(--pembe) 100%);
  --serif: "Libre Baskerville", Georgia, "Times New Roman", serif;
  --sans: "Roboto", "Helvetica Neue", Arial, sans-serif;
}
* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
.t-body { margin: 0; font-family: var(--sans); font-weight: 400; color: var(--metin); background: #fff; line-height: 1.7; font-size: 1.04rem; }
h1, h2, h3, .t-h1, .t-h2, .t-h3 { font-family: var(--serif); font-weight: 700; line-height: 1.2; margin: 0 0 .55em; }
.t-h1 { font-size: clamp(2rem, 4.5vw, 3rem); }
.t-h2, h2 { font-size: clamp(1.5rem, 3vw, 2.1rem); }
.t-h3, h3 { font-size: 1.2rem; }
a { color: var(--mor); }
a:hover { color: var(--pembe-koyu); }
:focus-visible { outline: 3px solid var(--pembe); outline-offset: 3px; }
table { border-collapse: collapse; width: 100%; margin-bottom: 1.5rem; }
th, td { border: 1px solid var(--cizgi); padding: .6rem .8rem; text-align: left; }
th { background: var(--lila); font-family: var(--serif); font-size: .95rem; }

/* ---- t- yardımcılar (düzen / tipografi) ---- */
.t-container { width: min(1120px, calc(100% - 2.5rem)); margin-inline: auto; }
.t-narrow { max-width: 760px; }
.t-flex { display: flex; }
.t-wrap { flex-wrap: wrap; }
.t-between { justify-content: space-between; }
.t-center-y { align-items: center; }
.t-center { text-align: center; }
.t-gap-3 { gap: .75rem; }
.t-gap-6 { gap: 1.5rem; }
.t-gap-8 { gap: 2rem; }
.t-mt-0 { margin-top: 0; }
.t-mt-4 { margin-top: 1rem; }
.t-mt-6 { margin-top: 1.5rem; }
.t-mt-8 { margin-top: 2rem; }
.t-py-12 { padding-block: 3rem; }
.t-grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2rem; }
.t-grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.t-w-full { width: 100%; height: auto; }
.t-white { color: #fff; }
.t-white-70 { color: rgba(255,255,255,.72); }
.t-white-50 { color: rgba(255,255,255,.5); }
.t-muted { color: var(--soluk); }
.t-sm { font-size: .9rem; }
.t-lead { font-size: 1.2rem; font-weight: 300; max-width: 50ch; }
.t-hidden { position: absolute; opacity: 0; width: 0; height: 0; pointer-events: none; }
.t-skip { position: absolute; top: -60px; left: 1rem; z-index: 100; background: var(--gece); color: #fff; padding: .6rem 1rem; border-radius: 0 0 10px 10px; font-weight: 500; }
.t-skip:focus { top: 0; }
.t-hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.t-404 { font-family: var(--serif); font-size: clamp(5rem, 15vw, 8rem); font-weight: 700; line-height: 1; margin: 0 0 1rem; }

.t-prose { max-width: 78ch; }
.t-prose h2 { margin-top: 1.8em; }
.t-prose > h2:first-child { margin-top: 0; }
.t-prose ul, .t-prose ol { padding-left: 1.4em; }
.t-prose li { margin-bottom: .3em; }
/* iç sayfa görseli: içeriğin sağına yaslanır, gradient çerçeveli kart */
.g-has-float::after { content: ""; display: table; clear: both; }
.g-float-img { float: right; width: min(46%, 440px); margin: .3rem 0 1.2rem 2rem; padding: 4px; border-radius: 18px; background: var(--grad); box-shadow: 0 12px 30px rgba(147,51,234,.22); }
.g-float-img img { display: block; width: 100%; max-width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: cover; border-radius: 14px; background: #fff; }

/* ---- g- bileşenler (gradient / grafik) ---- */
.g-wrap { display: flex; flex-direction: column; min-height: 100vh; }
.t-main { flex: 1; }
.g-hero, .g-band { background: var(--grad); color: #fff; position: relative; }
.g-hero { background: radial-gradient(circle at 85% 15%, rgba(255,255,255,.18), transparent 40%), var(--grad); }
.t-nav-row { padding-block: 1.1rem; position: relative; flex-wrap: wrap; }
.t-logo { display: inline-flex; align-items: center; gap: .6rem; color: #fff; text-decoration: none; font-family: var(--serif); font-weight: 700; font-size: 1.15rem; }
.t-logo-icon { width: 34px; height: 34px; }
.t-nav { display: flex; gap: .2rem; flex-wrap: wrap; }
.t-nav-link { color: rgba(255,255,255,.88); text-decoration: none; padding: .45rem .8rem; border-radius: 999px; font-weight: 500; font-size: .95rem; transition: background .15s; }
.t-nav-link:hover { background: rgba(255,255,255,.16); color: #fff; }
.t-nav-on { background: #fff; color: var(--mor); }
.t-nav-on:hover { background: #fff; color: var(--mor-koyu); }
.t-nav-btn { display: none; width: 44px; height: 44px; border-radius: 10px; border: 2px solid rgba(255,255,255,.6); cursor: pointer; position: relative; }
.t-nav-btn span, .t-nav-btn span::before, .t-nav-btn span::after { position: absolute; left: 10px; width: 20px; height: 2px; background: #fff; content: ""; }
.t-nav-btn span { top: 19px; }
.t-nav-btn span::before { top: -6px; left: 0; }
.t-nav-btn span::after { top: 6px; left: 0; }

.t-hero-body { padding-block: 2.5rem 4.5rem; align-items: center; }
.t-hero-art svg { max-width: 360px; display: block; margin-inline: auto; filter: drop-shadow(0 20px 30px rgba(60,10,90,.35)); }
/* kahraman görseli: tarayıcı penceresi mockup'ı, hafif eğik */
.g-shot { background: #fff; border-radius: 16px; padding: 0; overflow: hidden; box-shadow: 0 30px 60px rgba(40,5,80,.45), 0 0 0 1px rgba(255,255,255,.35); transform: perspective(1200px) rotateY(-8deg) rotateX(3deg); transition: transform .3s ease; max-width: 520px; margin-inline: auto; }
.g-shot:hover { transform: perspective(1200px) rotateY(0) rotateX(0); }
.g-shot-bar { display: flex; gap: 6px; padding: 9px 12px; background: var(--lila); border-bottom: 1px solid var(--cizgi); }
.g-shot-bar span { width: 10px; height: 10px; border-radius: 50%; background: var(--grad); opacity: .8; }
.g-shot-img { display: block; width: 100%; max-width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: cover; }
.g-pill { display: inline-block; background: rgba(255,255,255,.18); border: 1px solid rgba(255,255,255,.35); border-radius: 999px; padding: .3rem .9rem; font-size: .8rem; font-weight: 500; letter-spacing: .04em; margin-bottom: 1rem; }
.t-band-body { padding-block: 1.5rem 3.5rem; }
.t-crumbs { font-size: .88rem; color: rgba(255,255,255,.8); display: flex; gap: .5rem; margin-bottom: .6rem; }
.t-crumbs a { color: #fff; text-decoration: none; }
.t-crumbs a:hover { text-decoration: underline; }

.g-wave { line-height: 0; }
.g-wave svg { width: 100%; height: clamp(40px, 7vw, 90px); display: block; }
.g-wave-flip svg { transform: scaleY(-1); }

.g-btn { display: inline-block; padding: .85rem 1.7rem; border-radius: 999px; font-weight: 500; text-decoration: none; border: 2px solid transparent; font-family: var(--sans); font-size: 1rem; cursor: pointer; transition: transform .15s, box-shadow .15s; }
.g-btn:hover { transform: translateY(-2px); }
.g-btn-light { background: #fff; color: var(--mor); }
.g-btn-light:hover { color: var(--mor-koyu); box-shadow: 0 10px 24px rgba(30,10,60,.3); }
.g-btn-ghost { border-color: rgba(255,255,255,.7); color: #fff; }
.g-btn-ghost:hover { background: rgba(255,255,255,.14); color: #fff; }
.g-btn-grad { background: var(--grad); color: #fff; }
.g-btn-grad:hover { color: #fff; box-shadow: 0 10px 24px rgba(147,51,234,.35); }

.g-soft { background: var(--lila); }
.g-soft-pink { background: var(--gul); }
.g-card { background: #fff; border-radius: 18px; padding: 1.8rem 1.6rem; box-shadow: 0 8px 30px rgba(120,60,180,.08); border: 1px solid var(--cizgi); }
.g-card p { margin: 0; color: var(--soluk); }
.g-icon { display: inline-grid; place-items: center; width: 52px; height: 52px; border-radius: 14px; background: var(--grad); color: #fff; margin-bottom: 1rem; }
.g-icon svg { width: 26px; height: 26px; }

.g-link-box { display: grid; gap: .3rem; position: relative; padding: 1.8rem 3.5rem 1.8rem 1.8rem; border-radius: 18px; background: var(--grad); color: #fff; text-decoration: none; }
.g-link-box-alt { background: linear-gradient(120deg, var(--gece) 0%, var(--mor-koyu) 100%); }
.g-link-box:hover { color: #fff; filter: brightness(1.06); }
.g-link-box .t-h3 { margin: 0; }
.g-arrow { position: absolute; right: 1.5rem; top: 50%; transform: translateY(-50%); font-size: 1.8rem; }

/* checkbox akordeon */
.g-acc { display: grid; gap: .7rem; }
.g-acc-item { background: #fff; border: 1px solid var(--cizgi); border-radius: 14px; overflow: hidden; }
.g-acc-check { position: absolute; opacity: 0; width: 1px; height: 1px; }
.g-acc-label { display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: 1rem 1.2rem; cursor: pointer; font-family: var(--serif); font-weight: 700; font-size: 1.02rem; }
.g-acc-label:hover { background: var(--lila); }
.g-acc-check:focus-visible + .g-acc-label { outline: 3px solid var(--pembe); outline-offset: -3px; }
.g-acc-plus { width: 22px; height: 22px; border-radius: 50%; background: var(--grad); position: relative; flex-shrink: 0; }
.g-acc-plus::before, .g-acc-plus::after { content: ""; position: absolute; background: #fff; left: 50%; top: 50%; transform: translate(-50%, -50%); }
.g-acc-plus::before { width: 10px; height: 2px; }
.g-acc-plus::after { width: 2px; height: 10px; transition: transform .2s; }
.g-acc-check:checked ~ .g-acc-label .g-acc-plus::after { transform: translate(-50%, -50%) rotate(90deg); }
.g-acc-panel { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .25s ease; }
.g-acc-panel > div { overflow: hidden; padding-inline: 1.2rem; color: var(--soluk); }
.g-acc-check:checked ~ .g-acc-panel { grid-template-rows: 1fr; }
.g-acc-check:checked ~ .g-acc-panel > div { padding-bottom: 1.1rem; }

/* iletişim */
.g-channels { display: grid; gap: .6rem; margin-top: 1.5rem; }
.g-channel { display: flex; flex-direction: column; text-decoration: none; padding: .8rem 1rem; border: 1px solid var(--cizgi); border-radius: 12px; color: var(--metin); }
.g-channel:hover { border-color: var(--pembe); }
.g-form { background: var(--lila); border-radius: 20px; padding: 2rem; display: flex; flex-direction: column; }
.t-label { font-weight: 500; font-size: .92rem; margin: .9rem 0 .3rem; }
.t-input { width: 100%; font: inherit; padding: .75rem .9rem; border: 2px solid var(--cizgi); border-radius: 12px; background: #fff; }
.t-input:focus { border-color: var(--mor); outline: none; }
.g-form .g-btn { align-self: flex-start; border: 0; }
.g-note { padding: .8rem 1rem; border-radius: 12px; font-weight: 500; margin: 0 0 .5rem; }
.g-note-ok { background: #ecfdf5; color: #065f46; }
.g-note-err { background: #fff1f2; color: #9f1239; }

.g-grad-text { background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }

/* footer */
.g-footer { background: var(--gece); color: #fff; padding: 2.5rem 0 1.5rem; }
.t-footer-brand { font-family: var(--serif); font-size: 1.3rem; font-weight: 700; margin: 0 0 .5rem; }
.t-footer-head { font-weight: 500; text-transform: uppercase; letter-spacing: .1em; font-size: .78rem; color: var(--pembe); margin: 0 0 .7rem; }
.t-footer-link { display: block; color: rgba(255,255,255,.8); text-decoration: none; margin-bottom: .4rem; }
.t-footer-link:hover { color: var(--pembe); }
.t-footer-bottom { margin-top: 2rem; padding-top: 1rem; border-top: 1px solid rgba(255,255,255,.12); }

@media (max-width: 900px) {
  .t-grid-3 { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 720px) {
  .t-grid-2, .t-grid-3 { grid-template-columns: 1fr; }
  .t-hero-art { order: -1; }
  .t-hero-art svg { max-width: 220px; }
  .g-shot { transform: none; max-width: 100%; }
  .g-float-img { float: none; width: 100%; margin: 0 0 1.5rem; }
  .t-nav-btn { display: block; }
  .t-nav { display: none; width: 100%; flex-direction: column; padding-top: .8rem; }
  #t-nav-check:checked ~ .t-nav { display: flex; }
  #t-nav-check:focus-visible ~ .t-nav-btn { outline: 3px solid #fff; }
  .g-form { padding: 1.4rem; }
}
@media (prefers-reduced-motion: reduce) {
  .g-btn, .g-acc-panel, .g-acc-plus::after, .g-shot { transition: none; }
}

/* ---- blog (g-post / g-article / g-journal) ---- */
.g-blog-intro { max-width: 62ch; margin: 0; }
.g-post-date { display: inline-block; font-size: .8rem; font-weight: 500; letter-spacing: .06em; text-transform: uppercase; background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.g-post-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 1.6rem; }
.g-post-card { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--cizgi); border-radius: 18px; overflow: hidden; box-shadow: 0 8px 30px rgba(120,60,180,.06); transition: transform .15s, box-shadow .15s; }
.g-post-card:hover { transform: translateY(-3px); box-shadow: 0 14px 34px rgba(120,60,180,.14); }
.g-post-card-media img { display: block; width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: cover; }
.g-post-card-body { padding: 1.3rem 1.4rem 1.4rem; display: flex; flex-direction: column; gap: .4rem; flex: 1; }
.g-post-card-body h2 { margin: 0; }
.g-post-card-body h2 a { text-decoration: none; color: var(--metin); }
.g-post-card-body h2 a:hover { color: var(--mor); }
.g-post-card-body p { margin: 0; flex: 1; font-size: .95rem; }
.g-post-more { font-weight: 500; text-decoration: none; margin-top: .4rem; }
.g-post-more:hover { text-decoration: underline; }
.g-pager { display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.g-article { max-width: 820px; }
.g-article-meta { margin: -.5rem 0 1.4rem; color: var(--soluk); font-size: .95rem; }
.g-article-meta time:first-child { font-weight: 500; color: var(--mor); }
.g-article-cover { margin: 0 0 2rem; padding: 4px; border-radius: 18px; background: var(--grad); box-shadow: 0 12px 30px rgba(147,51,234,.22); }
.g-article-cover img { display: block; width: 100%; max-width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: cover; border-radius: 14px; background: #fff; }
.g-article-body { max-width: none; }
.g-neighbors { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.g-neighbor { display: flex; flex-direction: column; gap: .2rem; text-decoration: none; color: var(--metin); border: 1px solid var(--cizgi); border-radius: 14px; padding: 1rem 1.2rem; }
.g-neighbor:hover { border-color: var(--pembe); color: var(--mor); }
.g-neighbor-next { text-align: right; }
.g-related { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1rem; }
.g-related-item { display: flex; flex-direction: column; gap: .4rem; background: #fff; border-radius: 14px; padding: 1.1rem 1.2rem; text-decoration: none; color: var(--metin); border: 1px solid var(--cizgi); }
.g-related-item:hover { border-color: var(--pembe); color: var(--mor); }
/* ana sayfa günlük */
.g-journal { padding-bottom: 3rem; }
.g-journal-head { display: flex; justify-content: space-between; align-items: baseline; gap: 1rem; flex-wrap: wrap; }
.g-journal-list { list-style: none; padding: 0; margin: 1.2rem 0 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.4rem; }
.g-journal-item { position: relative; padding: 1.3rem 1.4rem 1.4rem 1.6rem; border-radius: 16px; background: var(--lila); }
.g-journal-item::before { content: ""; position: absolute; left: 0; top: 1.2rem; bottom: 1.2rem; width: 5px; border-radius: 3px; background: var(--grad); }
.g-journal-item h3 { margin: .3rem 0 .4rem; }
.g-journal-item h3 a { text-decoration: none; color: var(--metin); }
.g-journal-item h3 a:hover { color: var(--mor); }
.g-journal-item p { margin: 0; font-size: .95rem; }
/* içerik sayfası: bunları da okuyun */
.g-read-more { padding-bottom: 3rem; max-width: 820px; }
.g-read-list { list-style: none; padding: 0; margin: .6rem 0 0; display: grid; gap: .5rem; }
.g-read-list li { display: flex; justify-content: space-between; gap: 1rem; align-items: baseline; padding: .7rem 1rem; border-radius: 12px; border: 1px solid var(--cizgi); background: #fff; }
.g-read-list a { font-weight: 500; text-decoration: none; }
.g-read-list a:hover { text-decoration: underline; }
.g-read-list time { white-space: nowrap; }
@media (max-width: 900px) { .g-journal-list { grid-template-columns: 1fr 1fr; } }
@media (max-width: 720px) {
  .g-journal-list, .g-neighbors { grid-template-columns: 1fr; }
  .g-neighbor-next { text-align: left; }
  .g-pager { flex-wrap: wrap; justify-content: center; }
  .g-read-list li { flex-direction: column; gap: .2rem; }
}
