/* Corporate industrial design layer for Gokhan Vinc */
:root {
  --industrial-ink: #0b1623;
  --industrial-navy: #111f32;
  --industrial-panel: #16263b;
  --industrial-line: rgba(11, 22, 35, 0.12);
  --industrial-muted: #526173;
  --industrial-soft: #f3f6f9;
  --industrial-yellow: #f5b301;
  --industrial-yellow-dark: #c88400;
}

body {
  background: #f5f7fa !important;
  color: var(--industrial-ink) !important;
}

.site-header {
  background: rgba(255, 255, 255, 0.98) !important;
  border-bottom: 1px solid var(--industrial-line) !important;
  box-shadow: 0 8px 24px rgba(11, 22, 35, 0.06) !important;
}

.header-inner,
.site-header .nav {
  min-height: 78px !important;
}

.brand,
.logo-text {
  color: var(--industrial-ink) !important;
  letter-spacing: 0.02em !important;
}

.brand span {
  color: var(--industrial-yellow-dark) !important;
}

.site-nav,
.menu {
  gap: 22px !important;
}

.site-nav a,
.menu a {
  color: #344255 !important;
  font-size: 0.94rem !important;
  font-weight: 800 !important;
}

.site-nav a:last-child,
.menu a:last-child {
  min-height: 42px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(11, 22, 35, 0.18);
  background: #ffffff !important;
  color: var(--industrial-ink) !important;
}

.hero {
  position: relative;
  padding: 92px 0 64px !important;
  background:
    linear-gradient(90deg, rgba(11, 22, 35, 0.92), rgba(11, 22, 35, 0.76)),
    url('../images/gallery/gokhan-vinc-8.jpg') center / cover no-repeat !important;
  color: #ffffff !important;
}

.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  background: repeating-linear-gradient(135deg, var(--industrial-yellow) 0 18px, #111827 18px 36px);
}

.hero-grid {
  position: relative;
  z-index: 1;
  grid-template-columns: minmax(0, 1.12fr) minmax(330px, 0.72fr) !important;
  align-items: stretch !important;
}

.hero-copy h1 {
  max-width: 760px !important;
  color: #ffffff !important;
  font-size: clamp(2.8rem, 6vw, 5.8rem) !important;
  line-height: 0.98 !important;
  letter-spacing: -0.045em !important;
}

.hero-copy p {
  max-width: 720px !important;
  color: rgba(255, 255, 255, 0.82) !important;
  font-size: 1.08rem !important;
}

.eyebrow {
  border-radius: 4px !important;
  background: rgba(245, 179, 1, 0.14) !important;
  color: #8a5a00 !important;
  border-color: rgba(245, 179, 1, 0.32) !important;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.hero .eyebrow {
  color: #ffd66b !important;
  background: rgba(245, 179, 1, 0.14) !important;
  border-color: rgba(245, 179, 1, 0.38) !important;
}

.hero-chip {
  border-radius: 4px !important;
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  color: #ffffff !important;
  box-shadow: none !important;
}

.hero-card,
.quote-panel {
  border-radius: 10px !important;
  background: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22) !important;
}

.hero-card::before {
  display: none !important;
}

.hero-card h2,
.hero-card p,
.hero-meta-item span:last-child,
.mini-stat strong,
.mini-stat span {
  color: var(--industrial-ink) !important;
}

.hero-card-badge,
.card-kicker,
.process-no {
  border-radius: 4px !important;
  background: rgba(245, 179, 1, 0.16) !important;
  color: #8a5a00 !important;
}

.hero-meta-item a {
  color: var(--industrial-yellow-dark) !important;
}

.btn {
  border-radius: 6px !important;
  min-height: 52px !important;
  box-shadow: none !important;
}

.btn-primary {
  background: var(--industrial-yellow) !important;
  color: #111827 !important;
  border: 1px solid var(--industrial-yellow) !important;
}

.btn-secondary {
  background: #ffffff !important;
  color: var(--industrial-ink) !important;
  border: 1px solid rgba(11, 22, 35, 0.18) !important;
}

.hero .btn-secondary {
  background: rgba(255, 255, 255, 0.08) !important;
  color: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.26) !important;
}

.stats {
  background: #ffffff !important;
  border-bottom: 1px solid var(--industrial-line);
}

.stat-card,
.service-card,
.reason-card,
.process-card,
.card,
.trust-item,
.review-card,
.review-score-card {
  border-radius: 8px !important;
  background: #ffffff !important;
  border: 1px solid var(--industrial-line) !important;
  box-shadow: none !important;
}

.stat-card {
  border-left: 4px solid var(--industrial-yellow) !important;
}

.section,
.section-soft,
.section-dark,
#galeri,
#bolgeler,
.references-dark,
body .section-dark {
  background: #f5f7fa !important;
  color: var(--industrial-ink) !important;
}

.section:nth-of-type(even),
.section-soft,
#bolgeler {
  background: #ffffff !important;
}

.section-head h1,
.section-head h2,
.section-heading h2,
.section > .container > h2,
.grid-2 h2,
.page-hero h1 {
  color: var(--industrial-ink) !important;
  font-size: clamp(2rem, 4vw, 3.6rem) !important;
  line-height: 1.05 !important;
  letter-spacing: -0.035em !important;
}

.section-head p,
.section-heading p,
.section-lead,
.card p,
.service-card p,
.reason-card p,
.process-card p,
.grid-2 p,
.footer-text,
.footer-list {
  color: var(--industrial-muted) !important;
}

.services-grid,
.reasons-grid {
  gap: 16px !important;
}

.service-card,
.reason-card,
.process-card,
.card {
  padding: 24px !important;
}

.service-card h3,
.reason-card h3,
.process-card h3,
.card h3 {
  color: var(--industrial-ink) !important;
}

.trust-strip,
.quick-links,
.link-grid {
  gap: 12px !important;
}

.chip-link,
.link-grid a,
.section .link-grid a {
  min-height: 58px !important;
  border-radius: 6px !important;
  background: #ffffff !important;
  border: 1px solid var(--industrial-line) !important;
  color: var(--industrial-ink) !important;
  box-shadow: none !important;
}

.chip-link:hover,
.link-grid a:hover,
.section .link-grid a:hover {
  border-color: var(--industrial-yellow-dark) !important;
  transform: translateY(-1px) !important;
}

.index-work-card,
.gallery-item {
  border-radius: 8px !important;
  box-shadow: none !important;
  border: 1px solid rgba(11, 22, 35, 0.12) !important;
}

.index-work-card::after {
  background: linear-gradient(to bottom, rgba(11, 22, 35, 0), rgba(11, 22, 35, 0.84)) !important;
}

.index-work-nav {
  border-radius: 6px !important;
  box-shadow: 0 12px 32px rgba(11, 22, 35, 0.18) !important;
}

.cta-box {
  border-radius: 10px !important;
  background: var(--industrial-navy) !important;
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
}

.cta-box h2,
.cta-box p {
  color: #ffffff !important;
}

.site-footer {
  background: var(--industrial-ink) !important;
  color: #ffffff !important;
  border-top: 6px solid var(--industrial-yellow) !important;
}

.site-footer h3,
.site-footer a,
.footer-brand,
.footer-row a {
  color: #ffffff !important;
}

.footer-bottom,
.footer-row {
  border-color: rgba(255, 255, 255, 0.12) !important;
}

.footer-bottom p,
.footer-row,
.footer-text,
.footer-list,
.footer-list a {
  color: rgba(255, 255, 255, 0.72) !important;
}

.footer-badges span {
  border-radius: 4px !important;
  background: rgba(245, 179, 1, 0.12) !important;
  color: #ffd66b !important;
  border-color: rgba(245, 179, 1, 0.24) !important;
}

.page-hero {
  background: linear-gradient(135deg, #111f32 0%, #172a42 100%) !important;
  color: #ffffff !important;
  border-bottom: 6px solid var(--industrial-yellow) !important;
}

.page-hero h1,
.page-hero p {
  color: #ffffff !important;
}

.page-hero .eyebrow {
  color: #ffd66b !important;
}

.service-hub-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.service-hub-card {
  display: grid;
  gap: 12px;
  padding: 24px;
  border-radius: 8px;
  background: #ffffff;
  border: 1px solid var(--industrial-line);
}

.service-hub-card strong {
  color: var(--industrial-ink);
  font-size: 1.1rem;
}

.service-hub-card span {
  color: var(--industrial-muted);
  line-height: 1.7;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-item {
  padding: 20px;
  border: 1px solid var(--industrial-line);
  border-radius: 8px;
  background: #ffffff;
}

.faq-item h3 {
  margin: 0 0 8px;
  color: var(--industrial-ink);
}

.faq-item p {
  margin: 0;
  color: var(--industrial-muted);
  line-height: 1.75;
}

.gallery-project-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.gallery-project-card {
  display: grid;
  overflow: hidden;
  border: 1px solid var(--industrial-line);
  border-radius: 8px;
  background: #ffffff;
}

.gallery-project-card img {
  width: 100%;
  height: 320px;
  object-fit: cover;
}

.gallery-project-card:nth-child(4n + 1) img {
  height: 420px;
}

.gallery-project-body {
  display: grid;
  gap: 10px;
  padding: 18px;
  border-top: 4px solid var(--industrial-yellow);
}

.gallery-project-body h3 {
  margin: 0;
  color: var(--industrial-ink);
  font-size: 1.05rem;
}

.gallery-project-body p {
  margin: 0;
  color: var(--industrial-muted);
  line-height: 1.65;
}

.gallery-project-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.gallery-project-meta span {
  padding: 6px 9px;
  border-radius: 4px;
  background: #f3f6f9;
  color: #344255;
  font-size: 0.82rem;
  font-weight: 800;
}

.location-section {
  background: #ffffff !important;
  padding-top: 56px !important;
}

.location-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(360px, 1.18fr);
  gap: 22px;
  align-items: stretch;
}

.location-copy {
  display: grid;
  align-content: center;
  gap: 18px;
  padding: 28px;
  border: 1px solid var(--industrial-line);
  border-radius: 10px;
  background: #f5f7fa;
}

.location-copy h2 {
  margin: 0;
  color: var(--industrial-ink);
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  line-height: 1.05;
  letter-spacing: -0.035em;
}

.location-copy p {
  margin: 0;
  color: var(--industrial-muted);
  line-height: 1.75;
}

.location-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.location-map {
  overflow: hidden;
  min-height: 390px;
  border: 1px solid var(--industrial-line);
  border-radius: 10px;
  background: #e9eef4;
  box-shadow: 0 20px 50px rgba(11, 22, 35, 0.12);
}

.location-map iframe {
  width: 100%;
  height: 100%;
  min-height: 390px;
  border: 0;
  display: block;
  filter: saturate(0.92) contrast(1.02);
}

@media (max-width: 1100px) {
  .service-hub-grid,
  .gallery-project-grid,
  .location-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 760px) {
  .hero-grid,
  .service-hub-grid,
  .gallery-project-grid,
  .location-grid {
    grid-template-columns: 1fr !important;
  }

  .hero {
    padding: 70px 0 48px !important;
  }

  .site-nav a:last-child,
  .menu a:last-child {
    width: 100%;
  }

  .gallery-project-card img,
  .gallery-project-card:nth-child(4n + 1) img {
    height: 300px;
  }

  .location-copy {
    padding: 22px;
  }

  .location-map,
  .location-map iframe {
    min-height: 320px;
  }
}
