:root {
  --gold: #C8A96E;
  --gold-light: #e8d5b0;
  --black: #111110;
  --white: #FAFAF8;
  --gray-1: #F4F3F0;
  --gray-2: #E8E7E3;
  --gray-3: #AEADA8;
  --gray-4: #6B6A67;
  --cat-tiyatro: #7c3aed;
  --cat-tiyatro-bg: #f5f0ff;
  --cat-sergi: #0ea5e9;
  --cat-sergi-bg: #f0f9ff;
  --cat-lezzet: #06b6d4;
  --cat-lezzet-bg: #ecfeff;
  --cat-muzik: #f59e0b;
  --cat-muzik-bg: #fffbeb;
  --cat-fotograf: #22c55e;
  --cat-fotograf-bg: #f0fdf4;
  --cat-teknoloji: #6366f1;
  --cat-teknoloji-bg: #eef2ff;
  --serif: 'Cormorant Garamond', Georgia, serif;
  --sans: 'DM Sans', system-ui, sans-serif;
  --border: 1px solid var(--gray-2);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; scroll-behavior: smooth; }
body { font-family: var(--sans); background: var(--white); color: var(--black); line-height: 1.6; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

/* ── TICKER ── */
.ticker { background: var(--black); color: var(--gold); font-size: 11px; letter-spacing: 0.08em; padding: 7px 0; overflow: hidden; white-space: nowrap; }
.ticker-inner { display: inline-block; animation: ticker 32s linear infinite; }
.ticker-inner span { margin: 0 40px; }
@keyframes ticker { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

/* ── NAV ── */
nav { border-bottom: var(--border); position: sticky; top: 0; background: var(--white); z-index: 100; }
.nav-top { display: flex; align-items: center; justify-content: space-between; padding: 0 32px; height: 58px; }
.logo { font-family: var(--serif); font-size: 22px; font-weight: 600; letter-spacing: 0.04em; color: var(--black); }
.logo em { font-style: normal; color: var(--gold); }
.nav-center { display: flex; gap: 28px; }
.nav-center a { font-size: 12px; letter-spacing: 0.07em; color: var(--gray-4); transition: color 0.2s; padding: 4px 0; border-bottom: 1.5px solid transparent; }
.nav-center a:hover { color: var(--black); border-bottom-color: var(--gold); }
.nav-right { display: flex; align-items: center; gap: 16px; }
.lang-switch { font-size: 11px; letter-spacing: 0.06em; color: var(--gray-3); cursor: pointer; }
.lang-switch .active { color: var(--black); font-weight: 500; }
.nav-date { font-size: 10px; letter-spacing: 0.06em; color: var(--gray-3); border-left: var(--border); padding-left: 16px; }

/* ── HERO ── */
.hero { display: grid; grid-template-columns: 1fr 380px; min-height: 480px; border-bottom: var(--border); }
.hero-main { padding: 40px 32px; border-right: var(--border); display: flex; flex-direction: column; justify-content: flex-end; position: relative; overflow: hidden; background: var(--gray-1); }
.hero-img-placeholder { position: absolute; inset: 0; background: linear-gradient(160deg, #1a0a2e 0%, #0d1b2a 60%, #111110 100%); display: flex; align-items: center; justify-content: center; }
.hero-img-placeholder svg { opacity: 0.08; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.2) 60%, transparent 100%); z-index: 1; }
.hero-content { position: relative; z-index: 2; }
.hero-cat { display: inline-block; font-size: 9px; letter-spacing: 0.12em; font-weight: 500; padding: 3px 9px; border-radius: 2px; margin-bottom: 14px; }
.hero-title { font-family: var(--serif); font-size: 42px; font-weight: 500; line-height: 1.15; color: var(--white); margin-bottom: 14px; max-width: 520px; animation: fadeUp 0.7s ease both; }
.hero-meta { font-size: 12px; color: rgba(255,255,255,0.55); letter-spacing: 0.04em; }
.hero-meta span { color: var(--gold); margin: 0 6px; }
.hero-read { margin-top: 20px; display: inline-flex; align-items: center; gap: 8px; font-size: 11px; letter-spacing: 0.08em; color: var(--gold); border-bottom: 1px solid var(--gold); padding-bottom: 2px; transition: opacity 0.2s; }
.hero-read:hover { opacity: 0.7; }
.hero-side { display: flex; flex-direction: column; }
.hero-side-item { flex: 1; padding: 20px 24px; border-bottom: var(--border); display: flex; flex-direction: column; justify-content: space-between; transition: background 0.2s; cursor: pointer; }
.hero-side-item:last-child { border-bottom: none; }
.hero-side-item:hover { background: var(--gray-1); }
.side-cat { display: inline-block; font-size: 9px; letter-spacing: 0.1em; font-weight: 500; padding: 2px 7px; border-radius: 2px; margin-bottom: 10px; width: fit-content; }
.side-title { font-family: var(--serif); font-size: 18px; font-weight: 500; line-height: 1.3; color: var(--black); flex: 1; }
.side-meta { font-size: 10px; color: var(--gray-3); margin-top: 10px; letter-spacing: 0.04em; }

/* ── SECTION HEADER ── */
.sec-header { display: flex; align-items: baseline; justify-content: space-between; padding: 20px 32px 16px; border-bottom: var(--border); }
.sec-label { font-size: 10px; letter-spacing: 0.12em; color: var(--gray-3); font-weight: 500; }
.sec-more { font-size: 11px; color: var(--gold); letter-spacing: 0.04em; transition: opacity 0.2s; }
.sec-more:hover { opacity: 0.7; }

/* ── EVENT GRID ── */
.event-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-bottom: var(--border); }
.event-grid--list { grid-template-columns: repeat(3, 1fr); }
.event-card { border-right: var(--border); padding: 20px 24px; cursor: pointer; transition: background 0.2s; display: block; }
.event-card:last-child { border-right: none; }
.event-card:hover { background: var(--gray-1); }

/* ── GÖRSEL TİPLERİ ── */
/* Yatay fotoğraf — tam genişlik, sabit yükseklik */
.event-thumb { width: 100%; height: 120px; border-radius: 4px; margin-bottom: 14px; display: flex; align-items: center; justify-content: center; font-size: 28px; opacity: 0.6; }
.event-thumb--landscape { background-size: cover; background-position: center; opacity: 1; }

/* Dikey fotoğraf — yan yana düzen */
.event-thumb--portrait { height: 160px; background-size: contain; background-repeat: no-repeat; background-position: center; opacity: 1; background-color: var(--gray-1); }

/* Liste sayfasında dikey fotoğraf */
.event-thumb--portrait-card { height: 200px; overflow: hidden; display: flex; align-items: center; justify-content: center; background: var(--gray-1); border-radius: 4px; margin-bottom: 14px; }
.event-thumb--portrait-card img { height: 100%; width: auto; object-fit: contain; }

.event-cat { display: inline-block; font-size: 9px; letter-spacing: 0.1em; font-weight: 500; padding: 2px 7px; border-radius: 2px; margin-bottom: 8px; }
.event-title { font-family: var(--serif); font-size: 17px; font-weight: 500; line-height: 1.35; color: var(--black); margin-bottom: 6px; }
.event-where { font-size: 11px; color: var(--gray-4); margin-bottom: 4px; }
.event-date { font-size: 10px; color: var(--gray-3); letter-spacing: 0.04em; }

/* Placeholder renkler */
.thumb-tiyatro { background: #f5f0ff; }
.thumb-sergi { background: #f0f9ff; }
.thumb-lezzet { background: #ecfeff; }
.thumb-müzik, .thumb-muzik { background: #fffbeb; }
.thumb-default { background: var(--gray-1); }

/* ── MAP STRIP ── */
.map-strip { display: grid; grid-template-columns: 1fr 240px; border-bottom: var(--border); min-height: 160px; }
.map-info { padding: 28px 32px; border-right: var(--border); display: flex; flex-direction: column; justify-content: center; gap: 10px; }
.map-info-title { font-family: var(--serif); font-size: 26px; font-weight: 500; line-height: 1.2; }
.map-info-sub { font-size: 12px; color: var(--gray-4); line-height: 1.6; }
.map-btn { display: inline-flex; align-items: center; gap: 8px; margin-top: 6px; font-size: 11px; letter-spacing: 0.08em; color: var(--gold); border-bottom: 1px solid var(--gold); padding-bottom: 2px; width: fit-content; cursor: pointer; }
.map-visual { background: #e8f0e0; position: relative; overflow: hidden; display: flex; align-items: center; justify-content: center; }
.map-dots { position: relative; width: 160px; height: 100px; }
.dot { position: absolute; width: 8px; height: 8px; border-radius: 50%; }
.dot::after { content: ''; position: absolute; inset: -4px; border-radius: 50%; border: 1px solid currentColor; opacity: 0.4; }

/* ── ATÖLYE ── */
.atolye-grid { display: grid; grid-template-columns: 1fr 1fr; border-bottom: var(--border); }
.atolye-card { padding: 28px 32px; border-right: var(--border); cursor: pointer; transition: background 0.2s; display: block; }
.atolye-card:last-child { border-right: none; }
.atolye-card:hover { background: var(--gray-1); }
.atolye-num { font-family: var(--serif); font-size: 40px; font-weight: 400; color: var(--gray-2); line-height: 1; margin-bottom: 12px; }
.atolye-tag { display: inline-block; font-size: 9px; letter-spacing: 0.1em; font-weight: 500; padding: 2px 7px; border-radius: 2px; background: var(--cat-fotograf-bg); color: var(--cat-fotograf); margin-bottom: 10px; }
.atolye-title { font-family: var(--serif); font-size: 22px; font-weight: 500; line-height: 1.3; color: var(--black); margin-bottom: 8px; }
.atolye-desc { font-size: 13px; color: var(--gray-4); line-height: 1.65; }
.atolye-read { margin-top: 16px; display: inline-flex; align-items: center; gap: 6px; font-size: 11px; letter-spacing: 0.06em; color: var(--cat-fotograf); border-bottom: 1px solid var(--cat-fotograf); padding-bottom: 2px; }

/* Atölye fotoğraf düzenleri */
.atolye-img-wrap { width: 100%; height: 180px; overflow: hidden; border-radius: 4px; margin-bottom: 14px; }
.atolye-img-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.atolye-img-wrap--portrait { height: 260px; background: var(--gray-1); display: flex; align-items: center; justify-content: center; }
.atolye-img-wrap--portrait img { width: auto; height: 100%; object-fit: contain; }

/* ── SINGLE SAYFA ── */
.single-page { max-width: 100%; }
.single-hero { position: relative; min-height: 400px; display: flex; align-items: flex-end; overflow: hidden; border-bottom: var(--border); }
.single-hero-landscape { position: absolute; inset: 0; background-size: cover; background-position: center; }
.single-hero-placeholder { position: absolute; inset: 0; background: linear-gradient(160deg, #1a0a2e 0%, #0d1b2a 100%); }

/* Dikey fotoğraf — blur arka plan tekniği */
.single-hero--portrait { min-height: 480px; justify-content: center; align-items: center; }
.single-hero-blur { position: absolute; inset: 0; background-size: cover; background-position: center; filter: blur(20px); transform: scale(1.1); opacity: 0.6; }
.single-hero-portrait-wrap { position: relative; z-index: 2; display: flex; align-items: center; justify-content: center; padding: 40px; }
.single-hero-portrait-img { max-height: 420px; width: auto; border-radius: 4px; box-shadow: 0 20px 60px rgba(0,0,0,0.5); }
.single-hero-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.1) 50%, transparent 100%); z-index: 1; }
.single-hero-content { position: relative; z-index: 3; padding: 40px 32px; width: 100%; }
.single-hero--portrait .single-hero-content { position: absolute; bottom: 0; left: 0; right: 0; }
.single-title { font-family: var(--serif); font-size: 36px; font-weight: 500; line-height: 1.2; color: var(--white); margin: 10px 0; max-width: 700px; }
.single-meta { font-size: 12px; color: rgba(255,255,255,0.6); }
.single-meta span { color: var(--gold); margin: 0 6px; }
.single-body { max-width: 740px; margin: 0 auto; padding: 40px 32px; }
.single-content { font-size: 16px; line-height: 1.8; color: var(--black); }
.single-content h2 { font-family: var(--serif); font-size: 28px; font-weight: 500; margin: 32px 0 16px; }
.single-content h3 { font-family: var(--serif); font-size: 22px; font-weight: 500; margin: 24px 0 12px; }
.single-content p { margin-bottom: 20px; }
.single-content img { width: 100%; border-radius: 4px; margin: 24px 0; }
.single-content img.portrait { width: auto; max-height: 500px; margin: 24px auto; display: block; }

/* ── AD STRIP ── */
.ad-strip { padding: 12px 32px; border-bottom: var(--border); display: flex; align-items: center; justify-content: center; gap: 12px; background: var(--gray-1); }
.ad-label { font-size: 9px; letter-spacing: 0.1em; color: var(--gray-3); }
.ad-box { font-size: 10px; color: var(--gray-3); border: 1px dashed var(--gray-2); padding: 6px 40px; border-radius: 2px; letter-spacing: 0.04em; }

/* ── TECH ROW ── */
.tech-row { display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: var(--border); }
.tech-card { padding: 20px 24px; border-right: var(--border); cursor: pointer; transition: background 0.2s; display: block; }
.tech-card:last-child { border-right: none; }
.tech-card:hover { background: var(--gray-1); }
.tech-cat { display: inline-block; font-size: 9px; letter-spacing: 0.1em; font-weight: 500; padding: 2px 7px; border-radius: 2px; background: var(--cat-teknoloji-bg); color: var(--cat-teknoloji); margin-bottom: 10px; }
.tech-title { font-family: var(--serif); font-size: 15px; font-weight: 500; line-height: 1.4; color: var(--black); margin-bottom: 6px; }
.tech-date { font-size: 10px; color: var(--gray-3); }

/* ── FOOTER ── */
footer { border-top: 2px solid var(--black); }
.footer-top { display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; border-bottom: var(--border); }
.footer-col { padding: 28px 24px; border-right: var(--border); }
.footer-col:first-child { padding-left: 32px; }
.footer-col:last-child { border-right: none; }
.footer-col-title { font-size: 10px; letter-spacing: 0.1em; color: var(--gray-3); font-weight: 500; margin-bottom: 14px; }
.footer-col a { display: block; font-size: 13px; color: var(--gray-4); margin-bottom: 8px; transition: color 0.2s; }
.footer-col a:hover { color: var(--black); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; padding: 16px 32px; }
.footer-logo { font-family: var(--serif); font-size: 16px; font-weight: 600; letter-spacing: 0.04em; }
.footer-logo em { font-style: normal; color: var(--gold); }
.footer-copy { font-size: 11px; color: var(--gray-3); letter-spacing: 0.04em; }

/* ── KATEGORİ PİLLERİ ── */
.pill-tiyatro { background: var(--cat-tiyatro); color: #ede9fe; }
.pill-sergi   { background: var(--cat-sergi);   color: #e0f2fe; }
.pill-lezzet  { background: var(--cat-lezzet);  color: #cffafe; }
.pill-müzik, .pill-muzik { background: var(--cat-muzik); color: #1a1200; }
.pill-foto, .pill-fotoğrafçılık, .pill-fotografcilik { background: var(--cat-fotograf); color: #052e16; }
.pill-teknoloji { background: var(--cat-teknoloji); color: #eef2ff; }
.pill-festival { background: #be185d; color: #fdf2f8; }
.pill-yazarlık, .pill-yazarlik { background: #92400e; color: #fef3c7; }
.pill-film { background: #1e3a5f; color: #dbeafe; }

/* ── ANİMASYONLAR ── */
@keyframes fadeUp { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }
.hero-content { animation: fadeUp 0.7s ease both; }

/* ── RESPONSİVE ── */
@media (max-width: 768px) {
  .nav-center, .nav-date { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-side { display: none; }
  .hero-title { font-size: 28px; }
  .event-grid { grid-template-columns: 1fr 1fr; }
  .atolye-grid { grid-template-columns: 1fr; }
  .tech-row { grid-template-columns: 1fr 1fr; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .map-strip { grid-template-columns: 1fr; }
  .map-visual { display: none; }
  .single-title { font-size: 26px; }
  .single-body { padding: 24px 20px; }
}
