/* Hakkımızda — hizmetlerimiz premium hero ile uyum, krem zemin, zanaat bloğu */

.hakkimizda {
  display: flex;
  flex-direction: column;
  gap: clamp(2rem, 5vw, 4rem);
  width: 100%;
}

/* Genel sayfa stilleri (eski .projectName) — sadece .hakkimizda-page dışında kalırsa */
.projectName {
  width: 100%;
  height: 300px;
  position: relative;
  overflow: hidden;
  margin-bottom: -2rem;
}

.hakkimizda-page .projectName {
  width: 100%;
  min-height: clamp(280px, 38vw, 420px);
  height: auto;
  position: relative;
  overflow: hidden;
  margin-bottom: clamp(-1rem, -2vw, -2rem);
}

.hakkimizda-page .projectName img {
  width: 100%;
  height: 100%;
  min-height: clamp(280px, 38vw, 420px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.hakkimizda-page .projectName .bannerText {
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  align-items: center;
  text-align: center;
  width: 100%;
  padding: 0 1.25rem;
}

.hakkimizda-page .projectName .bannerText .title h1 {
  color: #faf9f6;
  font-size: clamp(2rem, 4.5vw, 3.25rem);
  margin: 0;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.1;
  text-shadow: 0 2px 40px rgba(0, 0, 0, 0.45);
}

.hakkimizda-page .projectName .projectName__tagline {
  margin: 0.85rem 0 0;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(250, 249, 246, 0.82);
}

.hakkimizda-page .projectName .background {
  z-index: 2;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(105deg, rgba(10, 12, 18, 0.72) 0%, rgba(26, 24, 20, 0.45) 100%);
  opacity: 1;
}

.hakkimizda-page .projectName::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(
    to top,
    rgba(10, 12, 18, 0.55) 0%,
    transparent 45%
  );
}

.projectName img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.projectName .bannerText {
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  align-items: center;
}

.projectName .bannerText .title h1 {
  color: whitesmoke;
  font-size: 2.5rem;
  margin: 0;
  text-align: center;
}

.projectName .background {
  z-index: 2;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.6;
}

@media (max-width: 768px) {
  .projectName {
    height: 250px;
  }

  .hakkimizda-page .projectName {
    height: auto;
    min-height: 280px;
  }

  .projectName .bannerText .title h1 {
    font-size: 1.8rem;
  }

  .hakkimizda-page .projectName .bannerText .title h1 {
    font-size: 1.85rem;
  }
}

@media (max-width: 425px) {
  .projectName {
    height: 200px;
  }

  .hakkimizda-page .projectName {
    min-height: 240px;
    height: auto;
  }

  .projectName .bannerText .title h1 {
    font-size: 1.5rem;
  }

  .hakkimizda-page .projectName img {
    min-height: 240px;
  }
}

.contentHakkimizda {
  display: flex;
  gap: clamp(1.25rem, 3vw, 2rem);
  width: 100%;
  padding-bottom: clamp(1rem, 3vw, 2rem);
}

.contentHakkimizda .hakkimizdaDetay {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  width: 50%;
}

.contentHakkimizda .hakkimizdaDetay--card {
  background: var(--hak-surface, #fffcf7);
  border: 1px solid var(--hak-line, rgba(20, 18, 15, 0.08));
  border-radius: clamp(12px, 2vw, 18px);
  border-left: 3px solid var(--hak-accent, #8b6f45);
  padding: clamp(1.35rem, 3vw, 2rem);
  box-shadow:
    0 4px 6px rgba(20, 18, 15, 0.03),
    0 22px 50px rgba(20, 18, 15, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.contentHakkimizda .hakkimizdaDetay h3 {
  font-family: var(--theme-font-family, Inter, sans-serif);
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--hak-ink, #14120f);
  margin: 0;
  letter-spacing: -0.02em;
  line-height: 1.35;
}

.contentHakkimizda .hakkimizdaDetay .desc {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.contentHakkimizda .hakkimizdaDetay .desc p {
  font-family: var(--theme-font-family, Inter, sans-serif);
  font-size: 0.9375rem;
  font-weight: normal;
  line-height: 1.65;
  letter-spacing: 0;
  margin: 0;
  color: var(--hak-muted, #5e5a52);
}

@media (max-width: 768px) {
  .contentHakkimizda .hakkimizdaDetay .desc p {
    font-size: 0.8rem;
  }
}

@media (max-width: 932px) {
  .contentHakkimizda {
    flex-direction: column;
  }

  .contentHakkimizda .hakkimizdaDetay {
    width: 100%;
  }
}

/* whyOurCorporate — site teması (krem zemin) */
.whyOurCorporate {
  padding-top: clamp(3rem, 6vw, 4.5rem);
  background: transparent;
}

.whyOurCorporate__container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.whyOurCorporate__main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}

.whyOurCorporate__left {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
}

/* Görsel + numaralı seçiciler (eski daire/SVG yerine) */
.whyOurCorporate__visual-panel {
  width: 100%;
  max-width: 460px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1.15rem;
}

.whyOurCorporate__figure {
  position: relative;
  border-radius: clamp(14px, 2.2vw, 22px);
  padding: 3px;
  background: linear-gradient(
    135deg,
    rgba(139, 111, 69, 0.45) 0%,
    rgba(20, 18, 15, 0.12) 45%,
    rgba(139, 111, 69, 0.2) 100%
  );
  box-shadow:
    0 4px 6px rgba(20, 18, 15, 0.04),
    0 24px 48px rgba(20, 18, 15, 0.1);
}

.whyOurCorporate__figure-inner {
  position: relative;
  border-radius: clamp(12px, 2vw, 19px);
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: #1a1815;
  isolation: isolate;
}

.whyOurCorporate__figure-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.whyOurCorporate__figure:hover .whyOurCorporate__figure-inner img {
  transform: scale(1.03);
}

.whyOurCorporate__figure-accent {
  position: absolute;
  z-index: 2;
  bottom: 0.85rem;
  left: 0.85rem;
  right: 32%;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(250, 249, 246, 0.95), var(--hak-accent, #8b6f45), transparent);
  pointer-events: none;
  opacity: 0.95;
}

.whyOurCorporate__picker {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.55rem;
}

.whyOurCorporate__plate-wrap.whyOurCorporate__pill {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0;
  padding: 0.62rem 0.75rem;
  border-radius: 12px;
  border: 1px solid var(--hak-line, rgba(20, 18, 15, 0.1));
  background: var(--hak-surface, #fffcf7);
  font-family: var(--theme-font-family, Inter, sans-serif);
  font-size: inherit;
  line-height: 1.2;
  cursor: pointer;
  text-align: left;
  -webkit-tap-highlight-color: transparent;
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
}

.whyOurCorporate__plate-wrap.whyOurCorporate__pill:hover {
  border-color: rgba(139, 111, 69, 0.35);
  box-shadow: 0 2px 12px rgba(20, 18, 15, 0.06);
}

.whyOurCorporate__plate-wrap.whyOurCorporate__pill.is-active {
  border-color: var(--hak-accent, #8b6f45);
  background: rgba(139, 111, 69, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

.whyOurCorporate__plate-wrap.whyOurCorporate__pill:focus-visible {
  outline: 2px solid var(--theme-secondary-color, #3f372f);
  outline-offset: 2px;
}

.whyOurCorporate__pill-num {
  flex-shrink: 0;
  min-width: 1.65rem;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: var(--hak-accent, #8b6f45);
  opacity: 0.85;
}

.whyOurCorporate__plate-wrap.is-active .whyOurCorporate__pill-num {
  opacity: 1;
}

.whyOurCorporate__plate-text {
  flex: 1;
  min-width: 0;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--hak-muted, #5e5a52);
  transition: color 0.2s ease;
}

.whyOurCorporate__plate-wrap.is-active .whyOurCorporate__plate-text {
  color: var(--hak-ink, #14120f);
}

.whyOurCorporate__hint {
  font-family: var(--theme-font-family, Inter, sans-serif);
  text-align: center;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.5;
  color: var(--hak-muted, #5e5a52);
  opacity: 0.85;
  margin: 0.85rem 0 0;
}

.whyOurCorporate__content {
  padding: 1rem 0;
  text-align: left;
}

.whyOurCorporate__title {
  font-family: var(--theme-font-family, Inter, sans-serif);
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--hak-ink, #14120f);
  margin: 0 0 0.5rem;
  line-height: 1.35;
  letter-spacing: -0.02em;
}

.whyOurCorporate__desc {
  font-family: var(--theme-font-family, Inter, sans-serif);
  font-size: 0.9375rem;
  font-weight: normal;
  line-height: 1.65;
  margin: 0 0 1.5rem;
  color: var(--hak-muted, #5e5a52);
}

.whyOurCorporate__content-count {
  display: inline-block;
  font-family: var(--theme-font-family, Inter, sans-serif);
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--hak-accent, #8b6f45);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.whyOurCorporate__content-title {
  font-family: var(--theme-font-family, Inter, sans-serif);
  font-size: 1.45rem;
  font-weight: 700;
  color: var(--hak-ink, #14120f);
  margin: 0 0 0.5rem;
  line-height: 1.35;
  letter-spacing: -0.02em;
}

.whyOurCorporate__content-subtitle {
  font-family: var(--theme-font-family, Inter, sans-serif);
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--hak-muted, #5e5a52);
  margin: 0 0 1rem;
  line-height: 1.5;
}

.whyOurCorporate__content-desc {
  font-family: var(--theme-font-family, Inter, sans-serif);
  font-size: 0.9375rem;
  font-weight: normal;
  line-height: 1.65;
  margin: 0;
  color: var(--hak-muted, #5e5a52);
}

@media (max-width: 900px) {
  .whyOurCorporate__main {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .whyOurCorporate__visual-panel {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .whyOurCorporate__desc {
    font-size: 0.8rem;
  }

  .whyOurCorporate__content-count {
    font-size: 1.85rem;
  }

  .whyOurCorporate__content-title {
    font-size: 1.3rem;
  }

  .whyOurCorporate__content-desc {
    font-size: 0.8rem;
  }

  .whyOurCorporate__hint {
    font-size: 0.8rem;
  }
}

@media (max-width: 500px) {
  .whyOurCorporate {
    padding-top: 3rem;
  }

  .whyOurCorporate__title {
    font-size: 1.5rem;
  }

  .whyOurCorporate__picker {
    grid-template-columns: 1fr;
  }

  .whyOurCorporate__content-count {
    font-size: 1.45rem;
  }

  .whyOurCorporate__content-title {
    font-size: 1.15rem;
  }

  .whyOurCorporate__plate-text {
    font-size: 0.78rem;
  }
}

.page-hakkimizda {
  gap: 0;
  --hak-premium-bg: #ffffff;
  --hak-surface: #fffcf7;
  --hak-ink: #14120f;
  --hak-muted: #5e5a52;
  --hak-accent: #8b6f45;
  --hak-line: rgba(20, 18, 15, 0.08);
  background: #fff;
}

/* Zanaat — CTA bölümü */
.hakkimizda-zanaat {
  padding: clamp(3rem, 7vw, 5rem) 0 clamp(3.5rem, 8vw, 5.5rem);
  background: #fff;
  border-top: 1px solid var(--hak-line, rgba(20, 18, 15, 0.08));
  scroll-margin-top: 5.5rem;
}

.hakkimizda-zanaat__head {
  max-width: 40rem;
  margin-bottom: clamp(1.75rem, 4vw, 2.5rem);
}

.hakkimizda-zanaat__eyebrow {
  font-family: var(--theme-font-family, Inter, sans-serif);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--hak-accent, #8b6f45);
  margin: 0 0 0.5rem;
}

.hakkimizda-zanaat__title {
  font-family: var(--theme-font-family, Inter, sans-serif);
  font-size: clamp(1.5rem, 3.5vw, 2rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--hak-ink, #14120f);
  margin: 0 0 1rem;
  line-height: 1.2;
}

.hakkimizda-zanaat__lead {
  font-family: var(--theme-font-family, Inter, sans-serif);
  font-size: 0.9375rem;
  line-height: 1.7;
  color: var(--hak-muted, #5e5a52);
  margin: 0;
}

.hakkimizda-zanaat__list {
  list-style: none;
  margin: 0 0 clamp(1.75rem, 4vw, 2.5rem);
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 42rem;
}

.hakkimizda-zanaat__list li {
  font-family: var(--theme-font-family, Inter, sans-serif);
  font-size: 0.9rem;
  line-height: 1.65;
  color: var(--hak-muted, #5e5a52);
  padding-left: 1.1rem;
  border-left: 2px solid var(--hak-accent, #8b6f45);
}

.hakkimizda-zanaat__list strong {
  color: var(--hak-ink, #14120f);
  font-weight: 600;
}

/* Anasayfa hero ile aynı: .hero__buttons + .btn.primary (home-sections.css) */
.hakkimizda-zanaat__cta.hero__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  align-items: center;
  margin-top: 0.25rem;
}
