/*
Theme Name: OKÇ Experience
Theme URI: https://www.oguzkaancicek.com/
Author: Oğuz Kaan Çiçek
Description: Yalın, dijital ve yeşil dönüşüm odağındaki etkileşimli profesyonel deneyim teması.
Version: 1.0.23
Requires at least: 6.4
Requires PHP: 8.0
Text Domain: okc-experience
*/

:root {
  --okc-ink: #10251d;
  --okc-paper: #edf3ea;
  --okc-accent: #0d6b43;
}

* { box-sizing: border-box; }
html { background: var(--okc-paper); }
body { margin: 0; color: var(--okc-ink); background: var(--okc-paper); font-family: "Supply Sans", Inter, sans-serif; }
a { color: inherit; }
.okc-editorial-header { display: flex; align-items: center; justify-content: space-between; min-height: 72px; padding: 0 5vw; border-bottom: 1px solid rgba(16, 37, 29, .15); }
.okc-editorial-header a { text-decoration: none; }
.okc-editorial-header strong { letter-spacing: .08em; }
.okc-editorial-header nav { display: flex; gap: 24px; font-size: 14px; }
.okc-editorial-main { width: min(920px, 90vw); min-height: 70vh; margin: 0 auto; padding: 96px 0; }
.okc-editorial-main h1 { max-width: 800px; margin: 0 0 26px; font: 400 clamp(50px, 8vw, 92px)/.92 "STK Bureau Serif", Georgia, serif; letter-spacing: -.045em; }
.okc-editorial-main article { padding: 28px 0; border-top: 1px solid rgba(16, 37, 29, .15); }
.okc-editorial-main article h2 { margin: 0 0 12px; font: 400 36px/1 "STK Bureau Serif", Georgia, serif; }
.okc-editorial-main .entry-content { font-size: 18px; line-height: 1.7; }
.okc-editorial-main img { max-width: 100%; height: auto; }
.okc-editorial-footer { display: flex; justify-content: space-between; padding: 28px 5vw; border-top: 1px solid rgba(16, 37, 29, .15); font-size: 13px; }
@media (max-width: 700px) { .okc-editorial-header nav { display: none; } .okc-editorial-main { padding: 70px 0; } }
