/*
Theme Name: Cem Nimsi – Altın
Theme URI: https://www.cemnimsi.com
Author: Cem Nimsi
Description: Cem Nimsi Yönetim Danışmanlığı – Altın tema v1.4. Profesyonel SVG ikonlar.
Version: 1.4.1
Text Domain: cemnimsi
*/

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

:root {
  --gold: #c8993d;
  --gold-light: #dbb45c;
  --gold-dark: #a67c2e;
  --copper: #b8845a;
  --copper-light: #d4a67a;
  --marble: #f8f5f0;
  --marble-alt: #f0ebe4;
  --marble-warm: #e8e0d4;
  --text: #2a2118;
  --text-dark: #1e1810;
  --text-muted: #6d6054;
  --text-light: #958a7e;
  --text-faint: #b5ab9f;
  --border: #d8d0c4;
  --border-light: #e4ddd2;
  --white: #ffffff;
  --font-serif: 'Cormorant Garamond', Georgia, serif;
  --font-sans: 'Outfit', -apple-system, sans-serif;
}

body { font-family: var(--font-serif); color: var(--text); background: var(--marble); line-height: 1.6; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
ul, ol { list-style: none; }

.site-nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; transition: all 0.4s; font-family: var(--font-sans); }
.site-nav.scrolled { background: rgba(248,245,240,0.97); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); box-shadow: 0 1px 30px rgba(42,33,24,0.05); }
.nav-inner { max-width: 1140px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; padding: 22px 36px; transition: padding 0.4s; }
.site-nav.scrolled .nav-inner { padding: 14px 36px; }

.nav-logo { display: flex; align-items: center; gap: 14px; }
.nav-logo-icon { width: 46px; height: 46px; border-radius: 12px; background: linear-gradient(145deg, #c8993d 0%, #b8845a 50%, #a67c2e 100%); display: flex; align-items: center; justify-content: center; color: var(--white); font-family: var(--font-serif); font-size: 1.6rem; font-weight: 700; font-style: italic; box-shadow: 0 4px 16px rgba(200,153,61,0.25); }
.nav-logo-text { font-family: var(--font-serif); font-size: 1.3rem; font-weight: 700; color: var(--gold-dark); letter-spacing: -0.01em; }
.nav-logo-text span { color: var(--text); }

.nav-menu { display: flex; gap: 30px; }
.nav-menu a { font-size: 0.76rem; font-weight: 500; text-transform: uppercase; letter-spacing: 0.12em; color: var(--text-light); transition: color 0.3s; position: relative; padding-bottom: 4px; }
.nav-menu a:hover, .nav-menu a.active { color: var(--gold); }
.nav-menu a.active::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, var(--gold), var(--copper)); border-radius: 2px; }

.hamburger { display: none; background: none; border: none; cursor: pointer; width: 28px; height: 20px; position: relative; z-index: 200; }
.hamburger span { display: block; width: 100%; height: 2px; background: var(--text); position: absolute; left: 0; transition: all 0.3s; }
.hamburger span:nth-child(1) { top: 0; } .hamburger span:nth-child(2) { top: 9px; } .hamburger span:nth-child(3) { top: 18px; }
.hamburger.open span:nth-child(1) { top: 9px; transform: rotate(45deg); } .hamburger.open span:nth-child(2) { opacity: 0; } .hamburger.open span:nth-child(3) { top: 9px; transform: rotate(-45deg); }

.mobile-menu { display: none; position: fixed; inset: 0; background: rgba(248,245,240,0.98); z-index: 150; flex-direction: column; align-items: center; justify-content: center; gap: 32px; }
.mobile-menu.open { display: flex; }
.mobile-menu a { font-family: var(--font-sans); font-size: 1.1rem; font-weight: 600; color: var(--text-light); letter-spacing: 0.06em; text-transform: uppercase; }
.mobile-menu a.active { color: var(--gold); }
@media (max-width: 900px) { .nav-menu { display: none; } .hamburger { display: block; } }

.hero { min-height: 100vh; display: flex; align-items: center; justify-content: center; text-align: center; padding: 140px 36px 100px; background: radial-gradient(ellipse at 30% 20%, rgba(200,153,61,0.04) 0%, transparent 50%), radial-gradient(ellipse at 70% 80%, rgba(184,132,90,0.04) 0%, transparent 50%), linear-gradient(175deg, var(--marble) 0%, var(--marble-alt) 40%, var(--marble-warm) 100%); position: relative; overflow: hidden; }
.hero-content { position: relative; z-index: 1; max-width: 740px; }
.hero-logo-large { width: 140px; height: 140px; border-radius: 28px; margin: 0 auto 40px; background: linear-gradient(145deg, #c8993d, #b8845a, #a67c2e); display: flex; align-items: center; justify-content: center; box-shadow: 0 16px 56px rgba(200,153,61,0.2), 0 0 0 1px rgba(200,153,61,0.1); color: var(--white); font-family: var(--font-serif); font-size: 4rem; font-weight: 700; font-style: italic; opacity: 0; animation: fadeUp 0.8s 0.1s forwards; overflow: hidden; }
.hero-logo-large img { width: 100%; height: 100%; object-fit: cover; border-radius: 28px; }
.hero-tagline { font-family: var(--font-sans); font-size: 0.72rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.28em; color: var(--gold); margin-bottom: 22px; opacity: 0; animation: fadeUp 0.8s 0.3s forwards; }
.hero h1 { font-size: clamp(2.8rem, 6vw, 4.2rem); font-weight: 700; line-height: 1.12; color: var(--text); margin-bottom: 22px; opacity: 0; animation: fadeUp 0.8s 0.5s forwards; }
.hero h1 em { font-style: italic; color: var(--gold-dark); }
.hero-sub { font-family: var(--font-sans); font-size: 1.05rem; font-weight: 300; color: var(--text-muted); line-height: 1.8; max-width: 540px; margin: 0 auto 48px; opacity: 0; animation: fadeUp 0.8s 0.7s forwards; }
.hero-slogan { font-family: var(--font-sans); font-size: 0.68rem; font-weight: 500; text-transform: uppercase; letter-spacing: 0.35em; color: var(--text-faint); margin-top: 52px; opacity: 0; animation: fadeUp 0.8s 1.1s forwards; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }

.btn-primary { display: inline-block; font-family: var(--font-sans); font-size: 0.84rem; font-weight: 600; padding: 17px 48px; background: linear-gradient(135deg, var(--gold), var(--gold-dark)); color: var(--white); border: none; border-radius: 60px; cursor: pointer; letter-spacing: 0.06em; transition: all 0.35s; box-shadow: 0 4px 20px rgba(200,153,61,0.2); }
.btn-primary:hover { transform: translateY(-3px); box-shadow: 0 12px 40px rgba(200,153,61,0.3); }
.hero .btn-primary { opacity: 0; animation: fadeUp 0.8s 0.9s forwards; }

.section-wrap { padding: 100px 36px; max-width: 1140px; margin: 0 auto; }
.section-label { font-family: var(--font-sans); font-size: 0.68rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.28em; color: var(--gold); margin-bottom: 12px; }
.section-title { font-size: clamp(2rem, 3.5vw, 2.8rem); font-weight: 700; line-height: 1.2; margin-bottom: 16px; color: var(--text); }
.section-text { font-family: var(--font-sans); font-size: 1rem; font-weight: 300; line-height: 1.8; color: var(--text-muted); max-width: 600px; }
.section-text + .section-text { margin-top: 14px; }
.gold-line { width: 60px; height: 3px; background: linear-gradient(90deg, var(--gold), var(--copper)); border-radius: 3px; margin: 20px 0 28px; }

.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
.credential-timeline { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 32px; position: relative; padding-left: 0; }

.credential-item { display: flex; align-items: flex-start; gap: 12px; padding: 12px 0 12px 18px; position: relative; }
.credential-item::before { content: ''; position: absolute; left: 0; top: 22px; width: 7px; height: 7px; border-radius: 50%; background: var(--gold); }
.cred-year { font-family: var(--font-sans); font-size: 0.75rem; font-weight: 600; color: var(--gold); min-width: 36px; padding-top: 2px; }
.cred-title { font-weight: 600; font-size: 1rem; color: var(--text); }
.cred-org { font-family: var(--font-sans); font-size: 0.82rem; font-weight: 300; color: var(--text-light); margin-top: 2px; }

.services-section { background: linear-gradient(175deg, #2a2118 0%, #1e1810 100%); color: var(--marble); }
.services-section .section-label { color: var(--gold-light); }
.services-section .section-title { color: var(--marble); }
.services-group { margin-top: 40px; }
.services-group + .services-group { margin-top: 52px; }
.services-subtitle { font-family: var(--font-sans); font-size: 0.8rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.2em; color: var(--copper-light); margin-bottom: 20px; padding-bottom: 12px; border-bottom: 1px solid rgba(200,153,61,0.12); display: flex; align-items: center; gap: 12px; }
.services-subtitle::before { content: ''; width: 24px; height: 2px; background: linear-gradient(90deg, var(--gold), var(--copper)); border-radius: 2px; }
.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; }
.service-card { padding: 36px 28px; background: rgba(248,245,240,0.03); border: 1px solid rgba(200,153,61,0.08); border-radius: 20px; transition: all 0.35s; }
.service-card:hover { background: rgba(200,153,61,0.05); border-color: rgba(200,153,61,0.2); transform: translateY(-4px); box-shadow: 0 12px 40px rgba(200,153,61,0.06); }

.service-icon { font-size: 2rem; margin-bottom: 18px; }

.service-title { font-family: var(--font-serif); font-weight: 700; font-size: 1.2rem; margin-bottom: 16px; color: var(--gold-light); }
.service-items { display: flex; flex-direction: column; gap: 8px; }
.service-items li { font-family: var(--font-sans); font-size: 0.85rem; font-weight: 300; color: rgba(248,245,240,0.45); padding-left: 16px; position: relative; }
.service-items li::before { content: ''; position: absolute; left: 0; top: 8px; width: 6px; height: 1px; background: var(--gold); }

.process-track { display: flex; gap: 0; margin-top: 48px; position: relative; overflow-x: auto; padding-bottom: 12px; }
.process-step { flex: 1; min-width: 170px; text-align: center; position: relative; padding: 0 12px; }
.process-step::before { content: ''; position: absolute; top: 28px; left: 0; right: 0; height: 1px; background: var(--border); }
.process-step:first-child::before { left: 50%; } .process-step:last-child::before { right: 50%; }
.step-num { width: 58px; height: 58px; border-radius: 50%; background: linear-gradient(145deg, var(--gold), var(--gold-dark)); color: var(--white); font-family: var(--font-sans); font-weight: 700; font-size: 1rem; display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; position: relative; z-index: 1; box-shadow: 0 6px 20px rgba(200,153,61,0.2); }
.step-title { font-weight: 600; font-size: 0.95rem; color: var(--text); margin-bottom: 6px; }
.step-desc { font-family: var(--font-sans); font-size: 0.78rem; font-weight: 300; color: var(--text-light); line-height: 1.5; }
.duration-grid { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.dur-badge { font-family: var(--font-sans); font-size: 0.8rem; font-weight: 400; padding: 10px 20px; background: var(--white); border: 1px solid var(--border-light); border-radius: 10px; color: var(--text-muted); }
.dur-badge strong { color: var(--gold-dark); font-weight: 600; }

.ref-section { background: var(--marble-alt); }
.ref-grid { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 40px; justify-content: center; }
.ref-tag { font-family: var(--font-sans); font-size: 0.85rem; font-weight: 500; padding: 12px 24px; background: var(--marble); border: 1px solid var(--border-light); border-radius: 60px; color: var(--text-muted); transition: all 0.3s; }
.ref-tag:hover { border-color: var(--gold); color: var(--gold-dark); box-shadow: 0 4px 16px rgba(200,153,61,0.1); }

.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; margin-top: 44px; }
.contact-info { display: flex; flex-direction: column; gap: 24px; }
.contact-item { display: flex; align-items: flex-start; gap: 16px; }
.contact-icon { width: 50px; height: 50px; background: linear-gradient(145deg, var(--gold), var(--gold-dark)); border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 1.15rem; flex-shrink: 0; color: var(--white); box-shadow: 0 4px 14px rgba(200,153,61,0.15); }
.contact-label { font-family: var(--font-sans); font-weight: 600; font-size: 0.75rem; color: var(--gold); text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 4px; }
.contact-value { font-family: var(--font-sans); font-size: 0.95rem; font-weight: 400; color: var(--text); line-height: 1.5; }
.contact-value a { transition: color 0.3s; } .contact-value a:hover { color: var(--gold); }
.contact-form { display: flex; flex-direction: column; gap: 14px; }
.contact-form input, .contact-form textarea { font-family: var(--font-sans); font-size: 0.9rem; font-weight: 400; padding: 16px 20px; border: 1px solid var(--border); border-radius: 12px; background: var(--white); color: var(--text); outline: none; transition: all 0.3s; width: 100%; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(200,153,61,0.08); }
.contact-form textarea { resize: vertical; min-height: 110px; }
.contact-form .btn-primary { align-self: flex-start; }

.site-footer { background: var(--text-dark); color: rgba(248,245,240,0.35); text-align: center; padding: 48px 36px; font-family: var(--font-sans); font-size: 0.78rem; }
.footer-slogan { margin-bottom: 8px; color: var(--gold-light); font-family: var(--font-serif); font-size: 1.1rem; font-weight: 600; font-style: italic; }

@media (max-width: 800px) {
  .about-grid, .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .process-track { flex-direction: column; gap: 24px; align-items: center; } .process-step::before { display: none; }
  .hero { padding: 120px 24px 80px; } .section-wrap { padding: 80px 24px; } .nav-inner { padding: 18px 24px; }
}