﻿:root {
  --bg: #050505;
  --surface: #0d0d0d;
  --text: #f8f8f6;
  --muted: #9a9a93;
  --gold: #d4af37;
  --line: rgba(255, 255, 255, 0.09);
  --radius: 18px;
  --shadow: 0 18px 48px rgba(0, 0, 0, 0.38);
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: var(--text);
  line-height: 1.65;
  background: radial-gradient(circle at 85% 0%, rgba(212, 175, 55, 0.08), transparent 35%), var(--bg);
}

a { color: inherit; text-decoration: none; }

.container {
  width: min(1240px, calc(100% - 2rem));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 80;
  border-bottom: 1px solid var(--line);
  background: rgba(5, 5, 5, 0.72);
  backdrop-filter: blur(10px);
}

body.admin-bar .site-header { top: 32px; }

.nav-wrapper {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  font-family: "Playfair Display", serif;
  font-size: 1.28rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.main-nav {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

.main-nav a {
  padding: 0.5rem 0.85rem;
  border-radius: 999px;
  color: #e2e2dc;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: 0.25s ease;
}

.main-nav a:hover,
.main-nav a.active {
  color: var(--gold);
  background: rgba(212, 175, 55, 0.12);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border-radius: 10px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
}

.menu-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: #fff;
  margin: 5px auto;
}

.hero-split {
  min-height: 100svh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid var(--line);
}

.hero-left,
.hero-right { position: relative; }

.hero-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(90px, 10vw, 140px) 5vw 6vh;
  overflow: hidden;
  background: #070707;
}

.hero-right {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #060606;
}

.hero-right::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: clamp(70px, 16%, 220px);
  background: linear-gradient(90deg, #070707 0%, rgba(7, 7, 7, 0.72) 45%, rgba(7, 7, 7, 0) 100%);
  z-index: 2;
  pointer-events: none;
}

.hero-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  filter: brightness(0.88) saturate(0.88);
  transform: scale(1.02);
  opacity: 0.72;
  animation: portraitFadeIn 1.5s ease forwards 0.55s, portraitBreathe 12s ease-in-out infinite 2.2s;
}

.hero-kicker,
.section-label {
  display: inline-block;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 6px;
  color: var(--muted);
  margin-bottom: 22px;
}

.hero-brand-pill {
  width: max-content;
  max-width: 100%;
  margin: 0 0 16px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(212, 175, 55, 0.36);
  background: rgba(212, 175, 55, 0.08);
  color: #efe0a9;
  font-size: 10px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(8px);
  animation: fadeSlideUp 0.9s ease forwards 0.9s;
}

.name-scene {
  position: relative;
  padding: 20px 0;
  margin-bottom: 28px;
  isolation: isolate;
  overflow: hidden;
  min-height: clamp(120px, 18vw, 220px);
}

/* Cizgi yok: yazi ile senkronize cinematic glow */
.name-scene::before {
  content: "";
  position: absolute;
  width: clamp(220px, 32vw, 470px);
  height: clamp(220px, 32vw, 470px);
  left: -7%;
  top: 50%;
  transform: translateY(-50%) scale(0.7);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(212, 175, 55, 0.36) 0%, rgba(212, 175, 55, 0.1) 42%, rgba(212, 175, 55, 0) 70%);
  filter: blur(4px);
  opacity: 0;
  z-index: 1;
  animation: orbIntro 2.4s ease forwards, orbIdle 9s ease-in-out infinite 2.8s;
}

.name-scene::after {
  content: "";
  position: absolute;
  inset: 30% -10% 30% -10%;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(212, 175, 55, 0) 0%, rgba(212, 175, 55, 0.45) 50%, rgba(212, 175, 55, 0) 100%);
  filter: blur(10px);
  transform: scaleX(0.1);
  transform-origin: left center;
  opacity: 0;
  z-index: 1;
  animation: beamIntro 1.9s cubic-bezier(0.2, 0.8, 0.2, 1) forwards 0.2s, beamIdle 8s ease-in-out infinite 3.1s;
}

.hero-name {
  position: relative;
  z-index: 3;
  font-family: "Playfair Display", serif;
  font-size: clamp(2.45rem, 7.2vw, 5.8rem);
  line-height: 0.9;
  text-transform: uppercase;
  letter-spacing: -1px;
  width: max-content;
  max-width: 100%;
  white-space: nowrap;
  text-shadow: 0 5px 28px rgba(0, 0, 0, 0.58);
  opacity: 0;
  transform: translateY(18px) scale(0.985);
  filter: blur(6px);
  animation: nameReveal 1.25s ease forwards 1.15s, namePulse 8s ease-in-out infinite 3s;
}

.hero-name span {
  display: inline-block;
  background: linear-gradient(120deg, #fbfbf7 0%, #ffffff 35%, #d4af37 52%, #ffffff 68%, #f0f0ea 100%);
  background-size: 220% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: textSheen 8.5s ease-in-out infinite 2.8s;
}

.journal-intro {
  margin: -8px auto 30px;
  max-width: 62ch;
  text-align: center;
  color: var(--muted);
}

.hero-sub {
  max-width: 50ch;
  color: var(--muted);
  line-height: 1.75;
  margin: 0 0 26px;
  opacity: 0;
  transform: translateY(12px);
  animation: fadeSlideUp 1s ease forwards 1.85s;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  opacity: 0;
  transform: translateY(12px);
  animation: fadeSlideUp 1s ease forwards 2.1s;
}

.lux-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-bottom: 1px solid #fff;
  padding-bottom: 6px;
  transition: 0.25s ease;
}

.lux-link:hover {
  color: var(--gold);
  border-color: var(--gold);
}

.lux-link.muted {
  color: #d8d8d1;
  border-color: #7e7e76;
}

.journal {
  padding: 110px 0;
}

.section-title,
.page-title,
.manifesto-title {
  font-family: "Playfair Display", serif;
  font-size: clamp(2.1rem, 5vw, 5rem);
  font-weight: 400;
  margin: 0 0 24px;
  line-height: 0.95;
}

.manifesto-title em { font-style: italic; color: #c9c9c1; }

.journal-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: center;
  margin: 38px 0 58px;
}

.journal-filter-btn {
  border: 0;
  background: none;
  color: var(--muted);
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  font-family: inherit;
}

.journal-filter-btn.active,
.journal-filter-btn:hover { color: #fff; }

.news-hub {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 20px;
  margin-bottom: 24px;
}

.news-feature,
.news-side,
.news-card,
.manifesto-panel,
.contact-box,
.single-sidebar,
.article-card,
.single-article {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, #111111, #0b0b0b);
  box-shadow: var(--shadow);
}

.news-feature {
  overflow: hidden;
}

.news-feature-thumb {
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.news-feature-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.8s ease;
}

.news-feature:hover .news-feature-thumb img { transform: scale(1.05); }

.news-feature-body {
  padding: 18px;
}

.news-feature-body h3 {
  margin: 8px 0 10px;
  font-family: "Playfair Display", serif;
  font-size: clamp(1.6rem, 2.8vw, 2.2rem);
  line-height: 1.12;
}

.news-feature-body p,
.news-card-body p,
.article-excerpt,
.manifesto p,
.contact-box p,
.post-content,
.empty-text { color: var(--muted); }

.news-side {
  padding: 16px;
}

.news-side h3 {
  margin: 0 0 14px;
  font-family: "Playfair Display", serif;
  font-size: 1.4rem;
}

.news-brief-list {
  position: relative;
  min-height: 200px;
}

.news-brief {
  position: absolute;
  inset: 0;
  border-bottom: 0;
  padding-bottom: 0;
  opacity: 0;
  transform: translateX(22px);
  pointer-events: none;
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.news-brief.is-active {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}

.news-brief h4 {
  margin: 6px 0 0;
  font-size: 1.03rem;
  line-height: 1.35;
}

.news-brief p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.45;
}

.news-brief-inner {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 12px;
  align-items: start;
}

.news-brief-thumb {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid var(--line);
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.news-card {
  overflow: hidden;
  transition: transform 0.28s ease;
}

.news-card:hover { transform: translateY(-5px); }

.news-card-thumb {
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.news-card-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.9;
  transition: 0.6s ease;
}

.news-card:hover .news-card-thumb img {
  transform: scale(1.05);
  opacity: 1;
}

.news-card-body {
  padding: 12px;
}

.news-card-body h3 {
  margin: 8px 0 8px;
  font-size: 1.15rem;
  line-height: 1.3;
}

.news-meta {
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--gold);
}

.bio-premium-hero {
  padding: 120px 0 70px;
  border-bottom: 1px solid var(--line);
}

.bio-premium-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 24px;
  align-items: center;
}

.bio-premium-title {
  margin: 0 0 16px;
  font-family: "Playfair Display", serif;
  font-size: clamp(2.5rem, 6.2vw, 5.4rem);
  line-height: 0.92;
  letter-spacing: -1px;
}

.bio-premium-lead {
  margin: 0 0 24px;
  max-width: 58ch;
  color: var(--muted);
  font-size: 1.06rem;
}

.bio-premium-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.bio-premium-visual {
  border: 1px solid var(--line);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--shadow);
  aspect-ratio: 4 / 5;
}

.bio-premium-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.01);
}

.bio-metrics {
  padding: 36px 0 18px;
}

.bio-metrics-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.bio-metric-card {
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 18px;
  background: linear-gradient(180deg, #111111, #0b0b0b);
}

.bio-metric-card span {
  display: inline-block;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gold);
}

.bio-metric-card h3 {
  margin: 9px 0 8px;
  font-family: "Playfair Display", serif;
  font-size: 1.42rem;
}

.bio-metric-card p {
  margin: 0;
  color: var(--muted);
}

.bio-story {
  padding: 46px 0 34px;
}

.bio-story-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 20px;
}

.bio-long-text h2 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: "Playfair Display", serif;
  font-size: 2rem;
}

.bio-timeline {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: linear-gradient(180deg, #111111, #0b0b0b);
  padding: 20px;
}

.bio-timeline h3 {
  margin: 0 0 14px;
  font-family: "Playfair Display", serif;
  font-size: 1.55rem;
}

.bio-timeline ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.bio-timeline li {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.015);
}

.bio-timeline strong {
  display: block;
  margin-bottom: 6px;
  color: #f0f0ea;
}

.bio-timeline span {
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.5;
}

.bio-media-strip {
  padding: 34px 0 116px;
}

.bio-media-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.bio-media-grid figure {
  margin: 0;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--line);
  aspect-ratio: 5 / 6;
  background: #090909;
}

.bio-media-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.bio-media-grid figure:hover img {
  transform: scale(1.04);
}

.manifesto,
.contact-cta,
.single-wrap,
.page-hero { padding: 120px 0; }

.manifesto-wrap,
.single-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 28px;
}

.manifesto-panel,
.single-sidebar { padding: 22px; }

.manifesto-panel h3,
.single-sidebar h3,
.contact-box h2 {
  font-family: "Playfair Display", serif;
  font-size: 1.6rem;
  margin: 0 0 12px;
}

.manifesto-panel ul,
.single-sidebar ul { margin: 0; padding-left: 18px; }
.manifesto-panel li,
.single-sidebar li { margin-bottom: 10px; color: #d0d0ca; }
.single-sidebar a { color: #e8e8e4; }
.single-sidebar a:hover { color: var(--gold); }

.manifesto-gallery {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.manifesto-photo {
  margin: 0;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: #0f0f0f;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.4);
  aspect-ratio: 4 / 5;
}

.manifesto-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  transform: scale(1.01);
  transition: transform 0.7s ease, filter 0.35s ease;
  filter: saturate(0.95) contrast(1.02);
  background: #0b0b0b;
}

.manifesto-photo:hover img {
  transform: scale(1.07);
  filter: saturate(1.07) contrast(1.06);
}

.contact-box { text-align: center; padding: 30px; }

.single-article,
.article-card { padding: 24px; }

.single-thumb { margin-bottom: 16px; }
.single-thumb img,
.post-content img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  border: 1px solid var(--line);
}

.post-content p { margin: 0 0 15px; }

.pagination-wrap { margin-top: 36px; }
.pagination-wrap .nav-links { display: flex; gap: 8px; flex-wrap: wrap; }
.pagination-wrap .page-numbers {
  min-width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.02);
}

.pagination-wrap .current {
  border-color: rgba(212, 175, 55, 0.7);
  color: var(--gold);
}

.site-footer {
  margin-top: 0;
  padding: 95px 0 30px;
  border-top: 1px solid var(--line);
  background: #050505;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.site-footer h4 {
  margin: 0 0 12px;
  font-family: "Playfair Display", serif;
  font-size: 1.3rem;
}

.site-footer p,
.site-footer li { color: #c5c5bf; }
.site-footer ul { margin: 0; padding-left: 16px; }
.site-footer a:hover { color: var(--gold); }

.footer-bottom {
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #8f8f89;
}

@keyframes orbIntro {
  from { opacity: 0; transform: translateY(-50%) scale(0.7); }
  to { opacity: 0.5; transform: translateY(-50%) scale(1); }
}

@keyframes orbIdle {
  0%, 100% { opacity: 0.24; transform: translateY(-50%) scale(0.94); }
  50% { opacity: 0.42; transform: translateY(-50%) scale(1.06); }
}

@keyframes beamIntro {
  0% { opacity: 0; transform: scaleX(0.1); }
  100% { opacity: 0.34; transform: scaleX(1); }
}

@keyframes beamIdle {
  0%, 100% { opacity: 0.16; transform: scaleX(0.9); }
  50% { opacity: 0.3; transform: scaleX(1); }
}

@keyframes nameReveal {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.985);
    filter: blur(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}

@keyframes fadeSlideUp {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes namePulse {
  0%, 100% { text-shadow: 0 5px 28px rgba(0, 0, 0, 0.58), 0 0 0 rgba(212, 175, 55, 0); }
  50% { text-shadow: 0 8px 38px rgba(0, 0, 0, 0.62), 0 0 18px rgba(212, 175, 55, 0.2); }
}

@keyframes textSheen {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

@keyframes portraitFadeIn {
  from { opacity: 0; filter: brightness(0.82) saturate(0.82) blur(2px); }
  to { opacity: 1; filter: brightness(0.88) saturate(0.88) blur(0); }
}

@keyframes portraitBreathe {
  0%, 100% { transform: scale(1.02); }
  50% { transform: scale(1.06); }
}

@media (max-width: 1180px) {
  .news-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .bio-metrics-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 1100px) {
  .hero-split,
  .news-hub,
  .manifesto-wrap,
  .bio-premium-grid,
  .bio-story-grid,
  .single-grid,
  .footer-grid { grid-template-columns: 1fr; }

  .hero-right {
    min-height: 50vh;
    border-top: 1px solid var(--line);
  }

  .hero-name { max-width: 100%; }
}

@media (max-width: 900px) {
  .manifesto-gallery {
    grid-template-columns: 1fr;
  }

  .manifesto-photo {
    aspect-ratio: 16 / 10;
  }
}

@media (max-width: 782px) {
  body.admin-bar .site-header { top: 46px; }
}

@media (max-width: 760px) {
  .menu-toggle { display: inline-block; }

  .main-nav {
    position: absolute;
    top: 78px;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 12px;
    gap: 4px;
    border-bottom: 1px solid var(--line);
    background: rgba(5, 5, 5, 0.96);
  }

  .main-nav.open { display: flex; }

  .main-nav a {
    border-radius: 10px;
    padding: 12px;
  }

  .hero-left { padding-top: 110px; }
  .hero-kicker, .section-label { letter-spacing: 4px; }
  .hero-name { font-size: clamp(2rem, 11vw, 3.2rem); }

  .news-grid { grid-template-columns: 1fr; }
  .news-side { padding: 14px; }
  .news-side h3 { margin-bottom: 10px; font-size: 1.2rem; }
  .news-brief-list {
    position: static;
    min-height: 0;
    display: grid;
    gap: 10px;
  }
  .news-brief {
    position: relative;
    inset: auto;
    opacity: 1;
    transform: none;
    pointer-events: auto;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
  .news-brief:last-child { border-bottom: 0; padding-bottom: 0; }
  .news-brief-inner { grid-template-columns: 84px 1fr; gap: 10px; }
  .news-brief-thumb { max-width: none; border-radius: 8px; }
  .news-card-body { padding: 11px; }

  .manifesto-wrap { gap: 14px; }
  .manifesto-panel { padding: 16px; border-radius: 14px; }
  .manifesto-panel h3 { font-size: 1.8rem; margin-bottom: 10px; }
  .manifesto-panel ul { padding-left: 16px; }
  .manifesto-panel li { margin-bottom: 8px; font-size: 1.01rem; line-height: 1.45; }
  .manifesto-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .manifesto-photo { aspect-ratio: 3 / 4; border-radius: 10px; }
  .bio-metrics-grid { grid-template-columns: 1fr; }
  .bio-media-grid { grid-template-columns: 1fr; }

  .journal,
  .manifesto,
  .bio-premium-hero,
  .bio-story,
  .bio-media-strip,
  .contact-cta,
  .single-wrap,
  .page-hero { padding: 90px 0; }

  .section-title,
  .page-title,
  .manifesto-title { line-height: 1; }
}

@media (prefers-reduced-motion: reduce) {
  .name-scene::before,
  .name-scene::after,
  .hero-name,
  .hero-name span,
  .hero-right img,
  .hero-brand-pill,
  .hero-sub,
  .hero-actions {
    animation: none;
  }

  .news-card,
  .news-feature-thumb img,
  .news-card-thumb img,
  .main-nav a,
  .lux-link { transition: none; }
}

a:focus-visible,
button:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 2px;
}
