/* ─────────────────────────────────────────────────────────────
   Smarity — site stili (açık, apple.com esintili)
   ───────────────────────────────────────────────────────────── */
:root {
  --bg: #FFFFFF;
  --bg-alt: #F5F5F7;
  --ink: #1D1D1F;
  --ink-2: #424245;
  --muted: #6E6E73;
  --line: #D2D2D7;
  --link: #2458D6;
  --glass: rgba(255, 255, 255, .72);
  --blue: #326EF0;
  --green: #54D59C;
  --grad: linear-gradient(100deg, #326EF0 0%, #3E9BE6 45%, #54D59C 100%);
  --ease: cubic-bezier(.25, .1, .25, 1);
  --font: "Instrument Sans", -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
  --r-lg: 28px;
  --r-md: 20px;
  color-scheme: light;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--ink); font: 400 17px/1.47 var(--font);
  letter-spacing: -.012em; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
button { font: inherit; color: inherit; }
:focus-visible { outline: 2px solid var(--link); outline-offset: 3px; border-radius: 6px; }
.skip { position: absolute; left: -999px; top: 8px; z-index: 100; background: #fff; padding: 10px 14px; border-radius: 10px; }
.skip:focus { left: 12px; }
.wrap { width: min(1200px, 100% - 32px); margin-inline: auto; }
.narrow { width: min(700px, 100% - 32px); margin-inline: auto; }
.muted { color: var(--muted); }
.hide-sm { display: none; }
@media (min-width: 600px) { .hide-sm { display: inline; } }
.eyebrow { font-size: 17px; font-weight: 600; color: color-mix(in srgb, var(--c, #BF4800) 78%, #000); letter-spacing: -.01em; }
.eyebrow.sm { font-size: 14px; }
.more { color: var(--link); font-size: 17px; font-weight: 400; display: inline-flex; align-items: center; gap: 2px; }
.more::after { content: "›"; font-size: 1.25em; line-height: 1; transform: translateY(-1px); transition: transform .25s var(--ease); }
.more:hover { text-decoration: underline; text-underline-offset: 3px; }
.more:hover::after { transform: translate(3px, -1px); }
.links { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 28px; }

/* ── marka ─────────────────────────────── */
.brand { display: inline-flex; align-items: center; gap: 5px; font-weight: 700; font-size: 19px; letter-spacing: -.03em; }
.mark { width: 20px; height: 20px; border-radius: 6px; flex: none; background: var(--grad); }
.brand .wordmark { display: block; width: auto; height: 32px; transition: opacity .2s var(--ease); }
.brand:hover .wordmark { opacity: .82; }
.foot .brand .wordmark { height: 28px; }

/* ── üst menü (buzlu cam) ─────────────── */
.nav { position: sticky; top: 0; z-index: 50; background: var(--glass);
  -webkit-backdrop-filter: saturate(180%) blur(20px); backdrop-filter: saturate(180%) blur(20px);
  border-bottom: 1px solid rgba(0, 0, 0, .08); }
.nav-in { height: 60px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.nav-links { display: none; gap: 26px; font-size: 13px; color: var(--ink-2); }
.nav-links a { padding: 6px 0; position: relative; transition: color .2s; }
.nav-links a:hover, .nav-links a.on { color: var(--ink); }
.nav-links a.on::after { content: ""; position: absolute; left: 0; right: 0; bottom: -2px; height: 2px; border-radius: 2px; background: var(--grad); }
.nav-end { display: flex; align-items: center; gap: 18px; font-size: 13px; color: var(--ink-2); }
.menu { position: relative; }
.menu summary { list-style: none; cursor: pointer; width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; }
.menu summary::-webkit-details-marker { display: none; }
.menu summary span, .menu summary span::before, .menu summary span::after { content: ""; display: block; width: 16px; height: 1.5px; background: var(--ink); border-radius: 2px; position: relative; transition: transform .3s var(--ease); }
.menu summary span::before { position: absolute; top: -5px; }
.menu summary span::after { position: absolute; top: 5px; }
.menu[open] summary span { background: transparent; }
.menu[open] summary span::before { transform: translateY(5px) rotate(45deg); }
.menu[open] summary span::after { transform: translateY(-5px) rotate(-45deg); }
.menu-panel { position: fixed; left: 0; right: 0; top: 60px; background: rgba(255,255,255,.96);
  -webkit-backdrop-filter: blur(20px); backdrop-filter: blur(20px); padding: 20px 24px 32px; display: grid; gap: 4px;
  border-bottom: 1px solid var(--line); box-shadow: 0 30px 60px rgba(0,0,0,.08); }
.menu-panel a { font-size: 26px; font-weight: 600; letter-spacing: -.02em; padding: 6px 0; }
@media (min-width: 900px) { .nav-links { display: flex; } .menu { display: none; } }

/* ── ana sayfa başlığı ─────────────────── */
.home-head { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 6px 20px; padding-block: 22px 16px; }
.home-date { margin: 0; font-size: 15px; font-weight: 600; color: var(--ink-2); letter-spacing: -.01em; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.home-head h1 { margin: 0; font-size: clamp(28px, 4vw, 44px); letter-spacing: -.04em; line-height: 1.05; font-weight: 700; }
.live { margin: 0; font-size: 14px; color: var(--muted); }
.live.stale .dot { display: none; }
.live b { font-weight: 600; color: var(--ink); }
.dot { display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: #30D158; margin-right: 8px;
  box-shadow: 0 0 0 0 rgba(48, 209, 88, .5); animation: pulse 2.2s infinite; vertical-align: 1px; }
@keyframes pulse { 70% { box-shadow: 0 0 0 9px rgba(48, 209, 88, 0); } 100% { box-shadow: 0 0 0 0 rgba(48, 209, 88, 0); } }

/* ── kaydırmalı manşet ─────────────────── */
.car { position: relative; }
.car-view { border-radius: var(--r-lg); overflow: hidden; isolation: isolate; }
.car-track { display: grid; grid-auto-flow: column; grid-auto-columns: 100%; overflow-x: auto; overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
.car-track::-webkit-scrollbar { display: none; }
.slide { scroll-snap-align: start; scroll-snap-stop: always; position: relative; background: var(--sbg, #F5F5F7); }
.slide-in { display: grid; grid-template-columns: minmax(0, 1fr); color: var(--ink); height: 100%; }
.slide-media { position: relative; order: -1; aspect-ratio: 4 / 3; overflow: hidden; }
.slide-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  -webkit-mask-image: linear-gradient(to bottom, #000 70%, transparent); mask-image: linear-gradient(to bottom, #000 70%, transparent);
  transition: transform 1.2s var(--ease); }
.slide-in:hover .slide-img { transform: scale(1.03); }
.slide-txt { display: grid; gap: 10px; justify-items: start; align-content: center; padding: 4px 20px 28px; position: relative; z-index: 1; }
.slide-top { display: flex; flex-wrap: wrap; gap: 8px; }
.chip { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 600; letter-spacing: .01em; padding: 6px 12px;
  border-radius: 999px; background: color-mix(in srgb, var(--c) 86%, #000); color: #fff; }
.stat-chip { background: rgba(255,255,255,.72); color: var(--ink); font-weight: 500; }
.stat-chip b { font-weight: 700; }
.slide h2 { margin: 0; font-size: clamp(26px, 3.3vw, 46px); line-height: 1.08; letter-spacing: -.035em; font-weight: 700; text-wrap: balance; }
.slide-dek { font-size: 17px; line-height: 1.45; color: var(--ink-2); max-width: 46ch;
  overflow: hidden; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }
.slide-meta { font-size: 14px; color: var(--muted); }
.slide .more { margin-top: 4px; }
.slide-in:hover .more { text-decoration: underline; text-underline-offset: 3px; }
.slide-in:focus-visible { outline-offset: -4px; }
.slide.dark .slide-in { color: #fff; }
.slide.dark .slide-dek { color: rgba(255,255,255,.82); }
.slide.dark .slide-meta { color: rgba(255,255,255,.66); }
.slide.dark .more { color: #6CB4FF; }
.slide.dark .stat-chip { background: rgba(255,255,255,.16); color: #fff; }
@media (max-width: 599px) { .slide-dek { display: none; } }
@media (min-width: 800px) {
  .slide-in { grid-template-columns: minmax(0, 1fr) auto; height: clamp(400px, 40vw, 520px); }
  .slide-media { order: 0; aspect-ratio: 4 / 3; height: 100%; }
  .slide-img { -webkit-mask-image: linear-gradient(to right, transparent 0, #000 14%); mask-image: linear-gradient(to right, transparent 0, #000 14%); }
  .slide-txt { padding: 40px 12px 40px 48px; gap: 12px; }
  .slide h2 { font-size: clamp(26px, 2.7vw, 40px); }
}

.car-ui { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-top: 16px; }
.car-dots { display: flex; gap: 8px; align-items: center; flex-wrap: wrap; }
.car-dots button { width: 10px; height: 10px; padding: 0; border: 0; border-radius: 99px; background: #C7C7CC; cursor: pointer; position: relative;
  overflow: hidden; transition: width .4s var(--ease), background .3s; }
.car-dots button[aria-current="true"] { width: 44px; background: #D2D2D7; }
.car-dots button i { position: absolute; inset: 0; transform-origin: 0 50%; transform: scaleX(0); background: var(--ink); border-radius: inherit; }
.car-dots button[aria-current="true"] i { transform: scaleX(1); }
.car.playing .car-dots button[aria-current="true"] i { animation: fill var(--dur, 6.5s) linear both; }
.car.paused .car-dots button[aria-current="true"] i { animation-play-state: paused; }
@keyframes fill { from { transform: scaleX(0); } to { transform: scaleX(1); } }
.car-ctrl { display: flex; gap: 10px; }
.car-ctrl button { width: 40px; height: 40px; border-radius: 50%; border: 0; background: #E8E8ED; cursor: pointer; font-size: 20px;
  display: grid; place-items: center; color: var(--ink); transition: background .2s; }
.car-ctrl button:hover { background: #DCDCE1; }
.car-play span { width: 10px; height: 12px; border-inline: 3px solid var(--ink); box-sizing: border-box; }
.car-play[data-state="pause"] span { width: 0; height: 0; border: 0; border-left: 11px solid var(--ink);
  border-top: 7px solid transparent; border-bottom: 7px solid transparent; margin-left: 3px; }
@media (max-width: 599px) { .car-arr { display: none !important; } }

/* ── kategori çipleri ve konular ───────── */
.chips { display: flex; gap: 8px; overflow-x: auto; scrollbar-width: none; padding-block: 28px 4px; }
@media (max-width: 899px) { .chips { width: 100%; padding-inline: 16px; } }
@media (min-width: 900px) { .chips { flex-wrap: wrap; overflow: visible; } }
.chips::-webkit-scrollbar { display: none; }
.chip-link { flex: none; display: inline-flex; align-items: center; gap: 8px; padding: 9px 14px; border-radius: 999px; background: var(--bg-alt);
  font-size: 15px; font-weight: 500; transition: background .2s; }
.chip-link i { width: 8px; height: 8px; border-radius: 50%; background: var(--c); }
.chip-link span { color: var(--muted); font-size: 13px; }
.chip-link:hover { background: #E8E8ED; }
.tags { display: flex; flex-wrap: wrap; gap: 10px; }
.tags a { display: inline-flex; gap: 8px; align-items: baseline; padding: 10px 16px; border-radius: 999px; border: 1px solid var(--line); font-size: 16px; font-weight: 500; }
.tags a span { color: var(--muted); font-size: 13px; }
.tags a:hover { border-color: var(--ink); }
.about-note { margin-top: 88px; padding: 32px; border-radius: var(--r-md); background: var(--bg-alt); }
.about-note h2 { margin: 0 0 8px; font-size: 21px; letter-spacing: -.02em; }
.about-note p { margin: 0; color: var(--ink-2); max-width: 80ch; }
.about-note a { color: var(--link); }

/* dev rakam */
.stat { font-weight: 700; letter-spacing: -.05em; line-height: .95; font-size: clamp(64px, 11vw, 150px);
  background: linear-gradient(95deg, color-mix(in srgb, var(--c) 80%, #000), var(--c) 55%, color-mix(in srgb, var(--c) 55%, #54D59C));
  -webkit-background-clip: text; background-clip: text; color: transparent; padding-bottom: .05em; }
.stat-label { font-size: 19px; color: var(--muted); }

/* ── bölüm başlığı ─────────────────────── */
.sec { padding-block: 72px 0; }
.sec-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; margin-bottom: 28px; }
.sec-head h2 { margin: 0; font-size: clamp(30px, 4vw, 48px); letter-spacing: -.04em; line-height: 1.05; font-weight: 700; }
.sec-head h2 span { color: var(--muted); }
.sec-tools { display: flex; align-items: center; gap: 18px; }
.arrows { display: flex; gap: 10px; }
.arrows button { width: 40px; height: 40px; border-radius: 50%; border: 0; background: #E8E8ED; cursor: pointer; font-size: 20px;
  display: grid; place-items: center; color: var(--ink); transition: background .2s, opacity .2s; }
.arrows button:hover { background: #DCDCE1; }
.arrows button:disabled { opacity: .35; cursor: default; }

/* ── yatay kaydırmalı şerit ───────────── */
.rail { display: grid; grid-auto-flow: column; grid-auto-columns: min(78vw, 360px); gap: 20px; overflow-x: auto;
  scroll-snap-type: x mandatory; scroll-padding-inline: max(16px, (100% - 1200px) / 2); padding: 8px max(16px, (100% - 1200px) / 2) 40px;
  scrollbar-width: none; }
.rail::-webkit-scrollbar { display: none; }
.rcard { scroll-snap-align: start; background: #fff; border-radius: var(--r-md); overflow: hidden; display: flex; flex-direction: column;
  box-shadow: 2px 4px 12px rgba(0, 0, 0, .08); transition: transform .4s var(--ease), box-shadow .4s var(--ease); }
.rcard:hover { transform: scale(1.015); box-shadow: 2px 8px 28px rgba(0, 0, 0, .12); }
.rcard img { aspect-ratio: 4 / 3; object-fit: cover; width: 100%; }
.rcard-body { padding: 18px 22px 24px; display: grid; gap: 6px; }
.rcard h3 { margin: 0; font-size: 21px; line-height: 1.2; letter-spacing: -.025em; font-weight: 700; text-wrap: pretty; }
.rcard .t { font-size: 14px; color: var(--muted); }
.bg-alt { background: var(--bg-alt); }
.bg-alt .rail { padding-bottom: 72px; }

/* ── ızgara ───────────────────────────── */
.grid { display: grid; gap: 40px 24px; grid-template-columns: 1fr; }
@media (min-width: 640px) { .grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1000px) { .grid { grid-template-columns: repeat(3, 1fr); } }
.card { display: grid; gap: 10px; align-content: start; }
.card .ph { display: block; border-radius: var(--r-md); overflow: hidden; background: var(--bg-alt); }
.card img { aspect-ratio: 4 / 3; object-fit: cover; width: 100%; transition: transform .8s var(--ease); }
.card:hover img { transform: scale(1.04); }
.card h2, .card h3 { margin: 0; font-size: 21px; line-height: 1.22; letter-spacing: -.025em; font-weight: 700; text-wrap: pretty; }
.card h2 a:hover, .card h3 a:hover { color: var(--link); }
.card-dek { margin: 0; font-size: 15px; line-height: 1.45; color: var(--ink-2); overflow: hidden;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.card .t { font-size: 14px; color: var(--muted); }
@media (max-width: 639px) {
  .grid { gap: 0; }
  .card { grid-template-columns: minmax(0, 1fr) 124px; grid-template-areas: "eb ph" "h ph" "t ph"; column-gap: 16px; row-gap: 6px;
    padding-block: 18px; border-bottom: 1px solid #E8E8ED; align-content: start; }
  .card:first-child { padding-top: 4px; }
  .card .ph { grid-area: ph; align-self: start; border-radius: 14px; }
  .card img { aspect-ratio: 4 / 3; }
  .card .eyebrow { grid-area: eb; }
  .card h2, .card h3 { grid-area: h; font-size: 18px; line-height: 1.25; }
  .card-dek { display: none; }
  .card .t { grid-area: t; font-size: 13px; }
}

.pager { display: flex; justify-content: center; align-items: center; gap: 20px; margin-top: 64px; font-size: 17px; }
.pager a { color: var(--link); }

/* ── konum (breadcrumb) ───────────────── */
.crumbs { padding-top: 18px; font-size: 13px; color: var(--muted); }
.crumbs ol { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 4px; }
.crumbs li + li::before { content: "›"; margin-right: 6px; color: #AEAEB2; }
.crumbs a:hover { color: var(--ink); text-decoration: underline; }
.crumbs [aria-current] { color: var(--ink-2); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; max-width: 46ch; display: inline-block; vertical-align: bottom; }
.small { font-size: 15px !important; }
@media (max-width: 599px) { .crumbs li:last-child { display: none; } }

/* ── haber sayfası (Newsroom tarzı) ────── */
.progress { position: fixed; top: 0; left: 0; right: 0; height: 3px; z-index: 60; background: var(--grad); transform-origin: 0 50%; transform: scaleX(0); }
/* başlık ve görsel aynı hizada; metin görselin sol kenarından başlar */
.art-head { padding-block: 28px 0; }
.art-head > * { max-width: 900px; }
.art-head .meta-top { display: flex; flex-wrap: wrap; align-items: center; gap: 6px 14px; font-size: 14px; font-weight: 600; }
.art-head .meta-top .eyebrow { font-size: 14px; text-transform: uppercase; letter-spacing: .04em; }
.art-head .meta-top time, .art-head .meta-top .muted { color: var(--muted); font-weight: 400; }
.art-head h1 { margin: 14px 0 0; font-size: clamp(32px, 5vw, 58px); line-height: 1.06; letter-spacing: -.04em; font-weight: 700; text-wrap: balance; }
.art-head .dek { margin: 18px 0 0; max-width: 760px; font-size: clamp(19px, 2vw, 24px); line-height: 1.38; color: var(--ink-2); letter-spacing: -.02em; text-wrap: pretty; }
.art-media { margin-top: 36px; }
.art-media .ph { border-radius: var(--r-lg); overflow: hidden; background: var(--bg-alt); aspect-ratio: 4 / 3; }
@media (min-width: 700px) { .art-media .ph { aspect-ratio: 16 / 9; } }
.art-media img { width: 100%; height: 100%; object-fit: cover; }
.art-media figcaption { margin-top: 10px; font-size: 13px; color: var(--muted); }

.art-grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 40px; padding-top: 40px; }
@media (min-width: 1000px) { .art-grid { grid-template-columns: minmax(0, 720px) 260px; justify-content: space-between; } }
.art-main { min-width: 0; }

/* öne çıkanlar kutusu */
.facts { display: grid; gap: 22px; padding: 26px 28px; border-radius: var(--r-md);
  background: color-mix(in srgb, var(--c) 7%, #fff); border: 1px solid color-mix(in srgb, var(--c) 18%, #fff); }
@media (min-width: 700px) { .facts:has(.facts-stat):has(.facts-list) { grid-template-columns: auto minmax(0, 1fr); gap: 32px; align-items: start; } }
.facts-stat { display: grid; gap: 4px; align-content: start; }
.facts-stat .stat { font-size: clamp(48px, 7vw, 76px); }
.facts-stat .stat-label { font-size: 15px; max-width: 16ch; }
.facts-title { margin: 0 0 10px; font-size: 13px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase;
  color: color-mix(in srgb, var(--c) 72%, #000); }
.facts ol { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; counter-reset: f; }
.facts li { counter-increment: f; display: grid; grid-template-columns: 26px minmax(0, 1fr); gap: 12px; font-size: 17px; line-height: 1.45; }
.facts li::before { content: counter(f); width: 26px; height: 26px; border-radius: 50%; display: grid; place-items: center;
  font-size: 13px; font-weight: 700; color: #fff; background: color-mix(in srgb, var(--c) 82%, #000); margin-top: 1px; }

/* metin: ilk paragraf öne çıkar, bölümler ayraçla ayrılır */
.art-body { font-size: 19px; line-height: 1.62; letter-spacing: -.012em; padding-top: 30px; }
.art-body > p:first-child { font-size: 21px; line-height: 1.5; color: var(--ink); letter-spacing: -.018em; }
.art-body p { margin: 0 0 1.1em; color: #2C2C2E; }
.art-body a { color: var(--link); text-decoration: underline; text-underline-offset: 3px; }
.art-body strong { font-weight: 700; color: var(--ink);
  background: linear-gradient(transparent 64%, color-mix(in srgb, var(--c) 22%, transparent) 0); }
.art-body h2 { font-size: 26px; line-height: 1.2; letter-spacing: -.03em; margin: 1.7em 0 .55em; padding-top: 1.1em;
  border-top: 1px solid var(--line); scroll-margin-top: 72px; }
.art-body h2::before { content: ""; display: block; width: 32px; height: 4px; border-radius: 2px; background: var(--c); margin-bottom: 14px; }
.art-body ul, .art-body ol { margin: 0 0 1.2em; padding: 0; list-style: none; display: grid; gap: 8px; }
.art-body ul li { position: relative; padding-left: 22px; }
.art-body ul li::before { content: ""; position: absolute; left: 4px; top: .62em; width: 7px; height: 7px; border-radius: 50%; background: var(--c); }
.art-body ol { counter-reset: b; }
.art-body ol li { counter-increment: b; position: relative; padding-left: 30px; }
.art-body ol li::before { content: counter(b) "."; position: absolute; left: 0; font-weight: 700; color: color-mix(in srgb, var(--c) 80%, #000); }
.why { margin: 36px 0 8px; padding: 26px 28px; border-radius: var(--r-md); background: var(--bg-alt); border-left: 4px solid var(--c); }
.why strong { display: block; font-size: 13px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; background: none;
  color: color-mix(in srgb, var(--c) 72%, #000); }
.why p { margin: 8px 0 0; font-size: 21px; line-height: 1.42; letter-spacing: -.02em; font-weight: 600; color: var(--ink); text-wrap: pretty; }

/* yan panel */
.art-side { display: none; }
@media (min-width: 1000px) { .art-side { display: block; } }
.side-in { position: sticky; top: 76px; display: grid; gap: 28px; padding-top: 4px; }
.side-h { margin: 0 0 8px; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }
.toc ol { list-style: none; margin: 0; padding: 0; display: grid; border-left: 2px solid var(--line); }
.toc a { display: block; padding: 7px 0 7px 14px; margin-left: -2px; border-left: 2px solid transparent; font-size: 15px; line-height: 1.35; color: var(--ink-2); }
.toc a:hover { color: var(--ink); border-left-color: var(--c); }
.share { display: flex; flex-wrap: wrap; gap: 8px; }
.share .side-h { flex-basis: 100%; }
.share a, .share button { font-size: 14px; padding: 8px 14px; border-radius: 999px; background: var(--bg-alt); border: 0; cursor: pointer; transition: background .2s; }
.share a:hover, .share button:hover { background: #E8E8ED; }

.art-tags { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-top: 32px; font-size: 14px; }
.art-tags a { padding: 7px 14px; border-radius: 999px; background: var(--bg-alt); font-weight: 500; }
.art-tags a:hover { background: #E8E8ED; }
.sources { margin-top: 40px; border-top: 1px solid var(--line); padding-top: 24px; }
.sources h2 { margin: 0 0 8px; font-size: 13px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); }
.sources ol { list-style: none; margin: 0; padding: 0; }
.sources li a { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.sources li a:hover .s-title { color: var(--link); }
.sources .s-name { font-weight: 700; font-size: 17px; }
.sources .s-title { display: block; color: var(--ink-2); font-size: 15px; margin-top: 2px; }
.sources .s-go { color: var(--link); font-size: 22px; flex: none; }
.disclosure { font-size: 13px; line-height: 1.5; color: var(--muted); margin-top: 20px; }
.disclosure a { color: var(--link); }

/* ── kategori & sayfa başlıkları ───────── */
.page-head { text-align: center; padding-block: 48px 40px; }
.page-head h1 { margin: 8px auto 0; font-size: clamp(36px, 5.6vw, 68px); letter-spacing: -.045em; line-height: 1.02; font-weight: 700; max-width: 16ch; text-wrap: balance; }
.page-head p { margin: 14px auto 0; font-size: 21px; color: var(--ink-2); max-width: 56ch; text-wrap: balance; }
.empty { text-align: center; padding: 120px 16px; }
.empty h1 { font-size: clamp(36px, 6vw, 64px); letter-spacing: -.04em; margin: 0; }
.empty p { font-size: 21px; color: var(--ink-2); }
.prose { font-size: 19px; line-height: 1.58; }
.prose h2 { font-size: 28px; letter-spacing: -.03em; margin: 48px 0 12px; }
.prose ul { padding-left: 1.2em; }
.prose li { margin: 8px 0; }
.prose a { color: var(--link); }

/* ── alt bilgi ─────────────────────────── */
.foot { background: var(--bg-alt); margin-top: 96px; padding-block: 36px 48px; font-size: 12px; line-height: 1.5; color: var(--muted); }
.foot-in { display: grid; gap: 14px; }
.foot .brand { font-size: 15px; color: var(--ink); }
.foot-cats { display: flex; flex-wrap: wrap; gap: 8px 20px; padding-block: 14px; border-block: 1px solid var(--line); }
.foot-cats a { color: var(--ink-2); }
.foot-tags { border-top: 0; padding-top: 0; }
.foot-cats a:hover, .foot a:hover { text-decoration: underline; }
.foot p { margin: 0; }

/* ── hareket: kaydırmaya bağlı (destekleyen tarayıcılarda) ── */
@media (prefers-reduced-motion: no-preference) {
  @view-transition { navigation: auto; }
  ::view-transition-old(root), ::view-transition-new(root) { animation-duration: .35s; }
  @supports (animation-timeline: view()) {
    .reveal { animation: reveal linear both; animation-timeline: view(); animation-range: entry 0% entry 60%; }
    .art-media .ph { animation: settle linear both; animation-timeline: view(); animation-range: entry 0% cover 45%; }
    .progress { animation: grow-x linear both; animation-timeline: scroll(root); }
  }
  .slide.on .slide-txt > * { animation: rise .8s var(--ease) both; }
  .slide.on .slide-txt > *:nth-child(2) { animation-delay: .06s; } .slide.on .slide-txt > *:nth-child(3) { animation-delay: .12s; }
  .slide.on .slide-txt > *:nth-child(4) { animation-delay: .18s; }
}
@keyframes reveal { from { opacity: .5; transform: translateY(20px); } to { opacity: 1; transform: none; } }
@keyframes settle { from { transform: scale(.92); border-radius: 48px; } to { transform: scale(1); } }
@keyframes rise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
@keyframes grow-x { to { transform: scaleX(1); } }
@media (prefers-reduced-motion: reduce) { .dot { animation: none; } * { transition: none !important; } }
