/* Cakmak Pro — Hakkımızda sayfası */

/* Hero */
.ph-hakkimizda { padding: 110px 0 70px !important; position: relative; overflow: hidden; }
.ph-hakkimizda::before {
  content: ""; position: absolute; top: -120px; right: -120px;
  width: 640px; height: 640px; border-radius: 50%;
  background: radial-gradient(circle, rgba(145,0,0,.18) 0%, transparent 68%);
  pointer-events: none; z-index: 0;
}
.ph-hakkimizda .container { position: relative; z-index: 1; max-width: 920px; }
.ph-hakkimizda .ph-eyebrow { font-size: 11px; letter-spacing: .26em; text-transform: uppercase; color: #c9a25c; margin-bottom: 18px; }
.ph-hakkimizda .ph-title {
  font-family: 'Playfair Display', Georgia, serif; color: #f0ebe3;
  font-size: clamp(34px, 5vw, 60px); line-height: 1.08; margin: 0 0 18px; font-weight: 500;
}
.ph-hakkimizda .ph-title em { color: #c9a25c; font-style: italic; }
.ph-hakkimizda .ph-sub { color: rgba(240,235,227,.78); font-size: 16px; line-height: 1.7; max-width: 720px; margin: 0; }

/* Founder card */
.hk-founder { padding: 80px 0 40px; background: #faf8f5; }
.hk-founder-card {
  display: grid; grid-template-columns: minmax(260px, 380px) 1fr; gap: 56px;
  background: #fff; border: 1px solid rgba(120,90,40,.12);
  border-radius: 20px; padding: 40px; align-items: start;
  box-shadow: 0 30px 60px -40px rgba(60,40,10,.25);
}
.hk-founder-media { position: relative; border-radius: 14px; overflow: hidden; }
.hk-founder-media img { width: 100%; height: auto; display: block; }
.hk-founder-badge {
  position: absolute; left: 14px; bottom: 14px;
  background: #1d1612; color: #f0ebe3; font-size: 11px; letter-spacing: .14em;
  text-transform: uppercase; padding: 8px 14px; border-radius: 99px;
}
.hk-founder-role { font-size: 12px; letter-spacing: .22em; text-transform: uppercase; color: #8a6a2a; margin-bottom: 10px; }
.hk-founder-title { font-family: 'Playfair Display', Georgia, serif; font-size: clamp(24px, 3vw, 34px); line-height: 1.18; margin: 0 0 18px; color: #1d1612; }
.hk-founder-bio { font-size: 15px; line-height: 1.78; color: #4a3f33; }
.hk-founder-bio p { margin: 0 0 12px; }
.hk-founder-meta {
  margin-top: 26px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px 28px;
  padding-top: 22px; border-top: 1px solid rgba(120,90,40,.14);
}
.hk-founder-meta div { display: flex; flex-direction: column; gap: 4px; }
.hk-founder-meta strong { font-size: 10.5px; letter-spacing: .2em; text-transform: uppercase; color: #8a6a2a; font-weight: 600; }
.hk-founder-meta span { font-size: 13.5px; color: #1d1612; }

/* Section heads */
.hk-sec-head { max-width: 720px; margin: 0 0 40px; }
.hk-sec-label { font-size: 11px; letter-spacing: .24em; text-transform: uppercase; color: #8a6a2a; margin-bottom: 14px; }
.hk-sec-title { font-family: 'Playfair Display', Georgia, serif; font-size: clamp(26px, 3.4vw, 38px); line-height: 1.2; margin: 0; color: #1d1612; }

/* Timeline */
.hk-timeline { padding: 80px 0; background: #fff; }
.hk-tl { list-style: none; margin: 0; padding: 0; position: relative; max-width: 820px; }
.hk-tl::before { content: ''; position: absolute; left: 80px; top: 6px; bottom: 6px; width: 1px; background: rgba(120,90,40,.2); }
.hk-tl-item { position: relative; padding: 0 0 32px 120px; }
.hk-tl-item::before {
  content: ''; position: absolute; left: 75px; top: 8px; width: 11px; height: 11px;
  border-radius: 50%; background: #c9a25c; border: 2px solid #fff; box-shadow: 0 0 0 2px rgba(201,162,92,.3);
}
.hk-tl-year { position: absolute; left: 0; top: 4px; font-family: 'Playfair Display', Georgia, serif; font-size: 22px; color: #8a6a2a; font-weight: 600; }
.hk-tl-title { font-size: 16px; font-weight: 600; color: #1d1612; margin-bottom: 6px; }
.hk-tl-desc { font-size: 14px; line-height: 1.7; color: #5a4d3e; margin: 0; }

/* Values grid */
.hk-values { padding: 80px 0; background: #faf8f5; }
.hk-val-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 22px; }
.hk-val-card {
  background: #fff; padding: 28px 26px; border-radius: 14px;
  border: 1px solid rgba(120,90,40,.1); transition: transform .3s, box-shadow .3s;
}
.hk-val-card:hover { transform: translateY(-3px); box-shadow: 0 20px 40px -25px rgba(60,40,10,.25); }
.hk-val-icon { font-size: 28px; color: #c9a25c; margin-bottom: 14px; line-height: 1; }
.hk-val-title { font-size: 16px; font-weight: 600; margin: 0 0 10px; color: #1d1612; }
.hk-val-text { font-size: 14px; line-height: 1.7; color: #5a4d3e; margin: 0; }

/* Stats */
.hk-stats { padding: 70px 0; background: #1d1612; color: #f0ebe3; }
.hk-stats-label { font-size: 11px; letter-spacing: .24em; text-transform: uppercase; color: #c9a25c; margin-bottom: 28px; text-align: center; }
.hk-stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 30px; text-align: center; }
.hk-stat-num { font-family: 'Playfair Display', Georgia, serif; font-size: clamp(32px, 4vw, 48px); color: #f0ebe3; line-height: 1; margin-bottom: 10px; }
.hk-stat-label { font-size: 12.5px; color: rgba(240,235,227,.65); letter-spacing: .04em; }

/* CTA */
.hk-cta { padding: 60px 0 100px; background: #faf8f5; }
.hk-cta-card {
  display: flex; gap: 30px; align-items: center; justify-content: space-between;
  background: #fff; padding: 36px 40px; border-radius: 16px;
  border: 1px solid rgba(120,90,40,.12); box-shadow: 0 20px 40px -30px rgba(60,40,10,.25);
  flex-wrap: wrap;
}
.hk-cta-body h2 { font-family: 'Playfair Display', Georgia, serif; font-size: clamp(20px, 2.4vw, 26px); margin: 0 0 8px; color: #1d1612; }
.hk-cta-body p { font-size: 14px; color: #5a4d3e; margin: 0; max-width: 560px; }

/* Responsive */
@media (max-width: 860px) {
  .hk-founder-card { grid-template-columns: 1fr; gap: 28px; padding: 24px; }
  .hk-founder-meta { grid-template-columns: 1fr; }
  .hk-tl::before { left: 8px; }
  .hk-tl-item { padding-left: 40px; }
  .hk-tl-item::before { left: 3px; }
  .hk-tl-year { position: static; display: block; margin-bottom: 6px; font-size: 18px; }
  .hk-cta-card { flex-direction: column; align-items: flex-start; padding: 26px; }
}
