/* Stroke / stamp wordmark, bölge ve hizmet sayfaları */
.stroke-text {
  display: block;
  width: 100%;
  line-height: 0;
  position: relative;
  font-family: var(--font-statement), "Manrope", system-ui, sans-serif;
  font-weight: 760;
  letter-spacing: -0.035em;
  -webkit-font-smoothing: antialiased;
}

.stroke-text--hover {
  cursor: pointer;
}

.stroke-text__svg {
  display: block;
  width: 100%;
  height: var(--stroke-text-height, 160px);
  overflow: visible;
}

.stroke-text__stroke,
.stroke-text__fill {
  user-select: none;
  -webkit-user-select: none;
  font-family: inherit;
  font-weight: inherit;
}

.stroke-text.stroke-text--done .stroke-text__stroke {
  opacity: 0.78;
}

/* Bölge / hizmet hero: logo hiyerarşisine yakın büyük stamp */
.icerik-hero .stroke-text--zone {
  width: min(100%, 11.5ch);
  margin: 0;
  color: var(--ink);
  font-family: var(--font-statement), "Manrope", system-ui, sans-serif;
  font-size: clamp(2.85rem, 8.2vw, 4.65rem);
  font-weight: 760;
  line-height: 0.9;
  letter-spacing: -0.04em;
}

.icerik-hero .stroke-text--zone .stroke-text__svg {
  height: var(--stroke-text-height, 0.95em);
  filter: drop-shadow(0 10px 28px rgba(7, 27, 34, 0.06));
  /* metin sola yaslı stamp; ortalanmış boşluk yok */
  max-width: 100%;
}

/* Alt satır: display serif, stamp’in altında sakin ikincil satır */
.icerik-hero h1 .stroke-text-rest {
  display: block;
  margin-top: 0.18em;
  font-family: var(--display);
  font-weight: 500;
  font-size: clamp(1.15rem, 2.6vw, 1.55rem);
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--steam-dark);
  font-variation-settings: "SOFT" 70, "WONK" 0;
  text-wrap: balance;
}

@media (prefers-reduced-motion: reduce) {
  .stroke-text.stroke-text--done .stroke-text__stroke {
    opacity: 0.72;
  }
}
