/* Hakkımızda Sayfasına Özel CSS'ler */
.page-hero{background:var(--bg-primary);padding:160px 0 100px;position:relative;overflow:hidden}
.page-hero::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at 30% 60%,rgba(196,122,42,0.06) 0%,transparent 60%)}
.page-hero .kicker{color:var(--copper-light)}
.page-hero .section-title{color:var(--cream);font-size:clamp(2.4rem,5vw,4rem)}
.page-hero .section-subtitle{color:var(--text-muted);max-width:600px}
.breadcrumb{display:flex;gap:8px;align-items:center;margin-bottom:20px;font-size:.78rem;color:var(--text-muted)}
.breadcrumb a{color:var(--text-muted);text-decoration:none;transition:color .3s}
.breadcrumb a:hover{color:var(--copper-light)}
.breadcrumb svg{width:12px;height:12px;color:rgba(244,240,232,0.3)}

.story{padding:120px 0;background:var(--cream)}
.story-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}
.story-visual{aspect-ratio:4/5;background:linear-gradient(145deg,var(--bg-elevated),var(--bg-primary));position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}
.story-visual::after{content:'';position:absolute;inset:16px;border:1px solid rgba(196,122,42,0.08)}
.story-visual-badge{position:absolute;bottom:0;right:0;background:var(--copper);padding:24px;display:flex;flex-direction:column;align-items:center}
.story-visual-badge strong{font-family:var(--font-display);font-size:2rem;font-weight:900;color:var(--bg-primary);line-height:1}
.story-visual-badge span{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--bg-secondary);margin-top:2px}
.story-text p{font-size:.95rem;color:var(--text-dark-muted);line-height:1.85;margin-bottom:20px}
.story-text p:first-of-type{font-size:1.08rem;color:var(--text-dark);font-weight:500}

.values{padding:120px 0;background:var(--bg-primary)}
.values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;margin-top:60px;background:var(--border-subtle)}
.value-card{background:var(--bg-secondary);padding:48px 36px;transition:all .4s var(--ease-out)}
.value-card:hover{background:var(--bg-elevated);transform:translateY(-4px)}
.value-icon{width:52px;height:52px;border:1px solid var(--border-warm);display:flex;align-items:center;justify-content:center;margin-bottom:24px}
.value-icon svg{width:24px;height:24px;color:var(--copper)}
.value-card h3{font-family:var(--font-display);font-weight:700;font-size:1.25rem;color:var(--cream);margin-bottom:10px}
.value-card p{font-size:.86rem;color:var(--text-muted);line-height:1.75}

.timeline-section{padding:120px 0;background:var(--cream)}
.timeline-header{text-align:center;margin-bottom:72px}
.timeline-header .section-subtitle{margin:0 auto}
.timeline{max-width:800px;margin:0 auto;position:relative}
.timeline::before{content:'';position:absolute;left:50%;top:0;bottom:0;width:1px;background:var(--cream-dark);transform:translateX(-50%)}
.tl-item{display:flex;align-items:flex-start;margin-bottom:48px;position:relative}
.tl-item:nth-child(odd){flex-direction:row-reverse;text-align:right}
.tl-content{width:calc(50% - 40px);padding:24px;background:white;border:1px solid var(--cream-dark);transition:all .3s}
.tl-content:hover{border-color:var(--copper);box-shadow:0 4px 20px rgba(0,0,0,.04)}
.tl-dot{position:absolute;left:50%;top:24px;width:16px;height:16px;background:var(--copper);border-radius:50%;transform:translateX(-50%);z-index:2;border:3px solid var(--cream)}
.tl-year{font-family:var(--font-display);font-weight:700;font-size:1.3rem;color:var(--copper);margin-bottom:6px}
.tl-content h4{font-weight:700;font-size:.92rem;color:var(--bg-primary);margin-bottom:6px}
.tl-content p{font-size:.82rem;color:var(--text-dark-muted);line-height:1.6}

.production{padding:120px 0;background:var(--bg-warm)}
.production-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:60px}
.prod-card{position:relative;aspect-ratio:1;background:linear-gradient(145deg,var(--bg-elevated),var(--bg-primary));overflow:hidden;display:flex;align-items:flex-end;padding:20px;transition:all .4s}
.prod-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px rgba(0,0,0,.2)}
.prod-card::before{content:'';position:absolute;inset:0;background:linear-gradient(to top,rgba(12,11,9,.8) 0%,transparent 60%);z-index:1}
.prod-label{position:relative;z-index:2;font-size:.82rem;color:var(--cream);font-weight:600}
.prod-label span{display:block;font-size:.7rem;color:var(--text-muted);font-weight:400;margin-top:2px}

.team-stats{padding:80px 0;background:var(--bg-secondary)}
.ts-grid{display:grid;grid-template-columns:repeat(4,1fr);position:relative}
.ts-item{text-align:center;padding:36px 16px;position:relative}
.ts-item:not(:last-child)::after{content:'';position:absolute;right:0;top:22%;height:56%;width:1px;background:var(--border-subtle)}
.ts-num{font-family:var(--font-display);font-weight:900;font-size:clamp(2.2rem,3.5vw,3rem);color:var(--copper-glow);line-height:1;margin-bottom:6px}
.ts-label{font-size:.8rem;color:var(--text-muted)}

.cta-band{background:var(--bg-primary);padding:80px 0;text-align:center;position:relative}
.cta-band::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at center,rgba(196,122,42,0.06) 0%,transparent 60%)}
.cta-band .container{position:relative;z-index:2}
.cta-band h2{font-family:var(--font-display);font-weight:900;font-size:clamp(1.8rem,3.5vw,2.6rem);color:var(--cream);margin-bottom:12px}
.cta-band p{color:var(--text-muted);margin-bottom:32px;font-size:1rem}

@media(max-width:1024px){
  .story-grid,.production-grid{grid-template-columns:1fr 1fr;gap:32px}
  .values-grid{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr 1fr}
  .ts-grid{grid-template-columns:repeat(2,1fr)}
  .ts-item:nth-child(2)::after{display:none}
}
@media(max-width:768px){
  .story-grid{grid-template-columns:1fr;gap:40px}
  .production-grid{grid-template-columns:1fr 1fr}
  .timeline::before{left:20px}
  .tl-item,.tl-item:nth-child(odd){flex-direction:row;text-align:left}
  .tl-content{width:calc(100% - 56px);margin-left:auto}
  .tl-dot{left:20px}
  .footer-grid{grid-template-columns:1fr}
  .footer-bottom{flex-direction:column;gap:10px;text-align:center}
}
@media(max-width:480px){
  .ts-grid{grid-template-columns:1fr}
  .ts-item::after{display:none!important}
  .production-grid{grid-template-columns:1fr}
}
